body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px
}
.sidebar {
    position: relative;
    width: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
    display: block;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover,
a:focus {
    text-decoration: none;
    color: #d72924
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pt-40 {
    padding-top: 40px
}

img {
    max-width: 100%
}

p {
    color: #505050;
    margin-bottom: 15px;
    line-height: 1.4
}

p:last-child {
    margin-bottom: 0
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.section-title {
    position: relative;
    margin-bottom: 20px
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 17px;
}
.section-title h2 span{
    padding:5px 14px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    background-color: #0e1040;
    border-radius: 5px;
    font-weight: 700;
}
.section-title h2 span:after{
    position: absolute;
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #0e1040;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}
.section-title .view-more {
    color: #8a8a8a;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-title .view-more:hover,
.section-title .view-more:focus {
    color: #d72924
}

.btn-primary {
    color: #fff;
    background-color: #d72924;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #232323;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: #232323;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #d72924;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    opacity: 1
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus {
    background: #232323;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn {
    font-weight: 600;
    font-size: 13px;
    border: none;
    padding: 15px 25px;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

.form-control {
    height: 50px;
    padding: 15px;
    border-radius: 0;
    border-color: #eee!important;
    font-size: 15px;
    padding-left: 15px;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important
}
#mainoverly{position: fixed; width: 100%; left: 100%; top: 0; bottom: 0; right: 0; opacity: 0; height: 100%; z-index: 99; background-color: rgba(0, 0, 0, .7); transition: all 0.1s ease-in-out;}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav ul{ margin: 0 15px; padding: 0; list-style: none;}
.sidenav ul li{ margin: 0; padding: 0; margin-bottom: 1px;}
.sidenav ul li a {
    padding:12px 0;
text-decoration: none;
font-size: 16px;
color: #111;
display: block;
transition: 0.3s;
text-transform: capitalize;
border-bottom: 1px dashed #6f6f6f;
font-weight:600;
}
.sidenav ul li a.active { background-color: #e20e0e; color: #fff; padding-left: 10px;}

.sidenav ul li a:hover, .offcanvas a:focus{
    background-color: #e20e0e; color: #fff; padding-left: 10px;
}
.sidenav ul li .sub-nav{ margin-top: 1px;}
.sidenav ul li .sub-nav li a{
    font-size: 14px;
}
.sidenav .logo{
    padding: 0 15px;
    margin-bottom: 25px;
    margin-top: -25px;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px !important;
    color: #000;
}

.top-header {
    background-color: #575879
}

.top-header .city-temperature {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e2dcdc
}

.top-header .city-temperature i {
    color: #ffaf31;
    margin-right: 3px
}

.top-header .city-temperature span {
    color: #8a8a8a
}

.top-header .city-temperature b {
    color: #8a8a8a;
    font-weight: 500
}

.top-header .top-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block
}

.top-header .top-nav li {
    display: inline-block;
    margin-right: 15px
}

.top-header .top-nav li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}

.top-header .top-nav li a:hover,
.top-header .top-nav li a:focus {
    color: #bbb
}

.top-header .top-nav li:last-child {
    margin-right: 0
}

.top-header .top-social {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block
}

.top-header .top-social li {
    display: inline-block;
    margin-right: 0px
}

.top-header .top-social li a {
    color: #8a8a8a
}

.top-header .top-social li a:hover,
.top-header .top-social li a:focus {
    color: #d72924;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.top-header .top-social li:last-child {
    margin-right: 0
}


.top-header .leftmargin{
    margin-left: 410px;
}
.sinmun-mobile-nav {
    display: none
}

.sinmun-mobile-nav.mean-container .mean-nav ul li a.active {
    color: #d72924
}

.sinmun-nav {
    background: 0 0;
    padding-top: 0px;
    background: #0e103f;
    font-family: 'Montserrat', sans-serif;
}
.sinmun-nav .withlogo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.sinmun-nav .withlogo .header-date {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    background-color: #1d40ef;
    padding: 3px 25px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.sinmun-nav nav.menuu {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sinmun-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.navbar-brand {
    position: relative;
    left: 0;
    background-color: #fff;
    padding: 0px 10px;
    margin-top: -43px;
}
.navbar-brand img{padding: 5px 0;}
.navbar-brand:before{ position: absolute; left: -100%; height: 100%; background-color: #fff; content: ''; width: 100%;}

.sinmun-nav nav .navbar-nav {
    margin-left: auto;
    margin-right: auto
}

.sinmun-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px;
}

.sinmun-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 14px;
    color: #232323;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 13px;
    margin-right: 13px
}

.sinmun-nav nav .navbar-nav .nav-item a:hover,
.sinmun-nav nav .navbar-nav .nav-item a:focus,
.sinmun-nav nav .navbar-nav .nav-item a.active {
    color: #d72924
}

.sinmun-nav nav .navbar-nav .nav-item:hover a {
    color: #d72924
}

.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px
}

.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0
}

.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #232323
}

.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #d72924
}

.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: 220px;
    top: 0;
    opacity: 0!important;
    visibility: hidden!important
}

.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #232323;
    text-transform: capitalize
}

.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #d72924
}

.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1!important;
    visibility: visible!important;
    top: -20px!important
}

.sinmun-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #d72924
}

.sinmun-nav nav .navbar-nav .nav-item:last-child .dropdown-menu li .dropdown-menu {
    left: auto;
    right: 245px
}

.sinmun-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.sinmun-nav nav .others-options ul li {
    display: inline-block
}

.sinmun-nav nav .others-options ul li a {
    color: #fff;
    margin-right: 10px;
    font-size: 20px
}

.sinmun-nav nav .others-options ul li a:hover {
    color: #d72924
}

.sinmun-nav nav .others-options ul li .nav-search {
    border-left: 1px solid #dcdcdc;
    padding-left: 15px
}

.sinmun-nav nav .others-options ul li .nav-search .nav-search-button {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.sinmun-nav nav .others-options ul li .nav-search .nav-search-button i {
    cursor: pointer
}

.sinmun-nav nav .others-options ul li .nav-search .form {
    width: 72%;
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sinmun-nav nav .others-options ul li .nav-search .form.active {
    visibility: visible;
    opacity: 1
}

.sinmun-nav nav .others-options ul li .nav-search .nav-search-close-button {
    display: block;
    position: absolute;
    right: 20px;
    line-height: normal;
    color: #70798b;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    outline: 0
}

.sinmun-nav nav .others-options ul li .nav-search .nav-search-inner input {
    height: 50px;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #70798b;
    outline: none;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #f2f2f2
}
.sinmun-nav nav .others-options ul li .mnav {
    margin-left: 15px;
    padding: 6px;
    background: #e20e0e;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    border: 2px solid transparent; margin-right: 0px;
}
.sinmun-nav nav .others-options ul li .mnav:hover {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
}
.sinmun-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    background-color: #fff!important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}
.breaking-news{ background-color: #e20e0e;}
.breaking-news-content {
    padding: 5px 15px;
    margin-top: 0px;
	align-items: center;
	display: flex;
}

.breaking-news-content .breaking-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d72924;
    margin-bottom: 0;
    padding-right: 8px;
    color: #fff;
    float: left
}

.breaking-news-content .breaking-news-slides {
    width: 80%;
    float: left;
    top: -1px
}

.breaking-news-content .breaking-news-slides .owl-nav {
    margin-top: 0;
    line-height: .01;
    position: absolute;
    right: -50px;
    top: -2px
}

.breaking-news-content .breaking-news-slides .owl-nav [class*=owl-] {
    width: 24px;
    height: 24px;
    background: transparent !important;
    color: #fff!important;
    line-height: 18px!important;
    margin: 5px 2px 0;
    outline: 0;
    font-size: 16px!important;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 2px
}

.breaking-news-content .breaking-news-slides .owl-nav [class*=owl-]:hover,
.breaking-news-content .breaking-news-slides .owl-nav [class*=owl-]:focus {
    color: #fff!important;
    background-color: #d72924!important
}
.breaking-news-content .single-breaking-news{
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 25px;
}
.breaking-news-content .single-breaking-news p {
    line-height: initial;
    font-size: 14px;
    margin: 4px 0;
}

.breaking-news-content .single-breaking-news p a {
    color: #fff
}

.default-news-area {
    background-color: #f5f5f5
}

.default-news-area.bg-color-none {
    background-color: transparent
}

.single-default-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px
}

.single-default-news::before {
    opacity: .2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.single-default-news img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.single-default-news .news-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    z-index: 2;
    text-align: center;
}

.single-default-news .news-content ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.single-default-news .news-content ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-weight: 500
}

.single-default-news .news-content ul li a {
    display: inline-block;
    color: #fff
}

.single-default-news .news-content ul li a:hover,
.single-default-news .news-content ul li a:focus {
    color: #d72924
}

.single-default-news .news-content ul li i {
    margin-right: 3px
}

.single-default-news .news-content ul li:last-child {
    margin-right: 0
}

.single-default-news .news-content h6 {
    font-size: 16px;
line-height: 1.5;
margin-bottom: 0;
margin-top: 15px;
font-weight: 700;
text-transform: uppercase;
}

.single-default-news .news-content h6 a {
    color: #fff
}

.single-default-news .video-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    top: 55%;
    text-align: center
}

.single-default-news .video-btn a {
    width: 45px;
    height: 45px;
    display: inline-block;
    color: #232323;
    border-radius: 50%;
    line-height: 45px;
    position: relative;
    font-size: 25px;
    background-color: #fff
}

.single-default-news .video-btn a::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5)
}

.single-default-news .video-btn a:hover,
.single-default-news .video-btn a:focus {
    background-color: #d72924;
    color: #fff
}

.single-default-news:hover .tags,
.single-default-news:focus .tags {
    left: 15px
}

.single-default-news:hover img,
.single-default-news:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-default-inner-news {
    position: relative
}

.single-default-inner-news .news-content {
    background-color: #fff;
    padding: 28px 20px
}

.single-default-inner-news .news-content h3 {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1.4
}

.single-default-inner-news .news-content span {
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 10px
}

.single-default-inner-news .news-content span i {
    color: #d72924;
    margin-right: 4px
}

.single-default-inner-news .news-image {
    overflow: hidden
}

.single-default-inner-news .news-image img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.single-default-inner-news .tags {
    top: 0;
    left: 25px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s
}

.single-default-inner-news .tags a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 15px;
    background-color: #d72924
}

.single-default-inner-news .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.single-default-inner-news:hover .news-content h3,
.single-default-inner-news:focus .news-content h3 {
    color: #d72924
}

.single-default-inner-news:hover .tags,
.single-default-inner-news:focus .tags {
    left: 15px
}

.single-default-inner-news:hover img,
.single-default-inner-news:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.default-news-area .col-lg-3 .single-default-inner-news {
    margin-top: 28px
}

.tags.bg-2 a {
    background-color: #ff5575!important
}

.tags.bg-3 a {
    background-color: #007dff!important
}

.tags.bg-4 a {
    background-color: #43a047!important
}

.tags.bg-5 a {
    background-color: #ff7d0e!important
}

.default-video-news {
    padding: 20px 15px;
    background-color: #fff
}

.default-video-news .title {
    margin-bottom: 25px;
    font-size: 22px;
    border-left: 3px solid #d72924;
    padding-left: 9px
}

.default-video-news .single-video-news {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.default-video-news .single-video-news .content {
    margin-top: 15px
}

.default-video-news .single-video-news .content h3 {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1.4
}

.default-video-news .single-video-news .content h3 a {
    color: #232323
}

.default-video-news .single-video-news .content h3 a:hover,
.default-video-news .single-video-news .content h3 a:focus {
    color: #d72924
}

.default-video-news .single-video-news .image {
    position: relative
}

.default-video-news .single-video-news .image a {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #232323;
    padding: 10px;
    opacity: .7
}

.default-video-news .single-video-news:hover .image a,
.default-video-news .single-video-news:focus .image a {
    opacity: 1
}

.default-video-news .single-video-news:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.default-news-slides .single-default-news {
    margin-bottom: 0
}

.default-news-slides .single-default-news .news-content {
    padding: 20px
}

.default-news-slides .single-default-news .news-content h3 {
    font-size: 20px
}

.default-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    line-height: .01
}

.default-news-slides.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    background: #f0f1f4!important;
    color: #232323!important;
    line-height: 40px!important;
    margin: 0 3px;
    position: absolute;
    left: 50px;
    opacity: 1;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    font-size: 20px!important;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
    border-radius: 50%
}

.default-news-slides.owl-theme .owl-nav [class*=owl-]:hover,
.default-news-slides.owl-theme .owl-nav [class*=owl-]:focus {
    color: #fff!important;
    background-color: #d72924!important
}

.default-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 50px
}

.default-news-slides.owl-theme:hover .owl-nav [class*=owl-],
.default-news-slides.owl-theme:focus .owl-nav [class*=owl-] {
    left: 0;
    opacity: 1;
    visibility: visible
}

.default-news-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next,
.default-news-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.small-image-ads img {
    width: 100%
}
.border10{ border-radius: 10px;}
.new-news-area {
    background-color: #eaeaea
}

.new-news-area.bg-color-none {
    background-color: transparent
}

.new-news-slides .owl-nav {
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: 0;
    line-height: .01
}

.new-news-slides .owl-nav [class*=owl-] {
    width: 24px;
    height: 24px;
    background: #f0f1f4!important;
    color: #232323!important;
    line-height: 19px!important;
    margin: 0 3px;
    outline: 0;
    font-size: 16px!important;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0
}

.new-news-slides .owl-nav [class*=owl-]:hover,
.new-news-slides .owl-nav [class*=owl-]:focus {
    color: #fff!important;
    background-color: #d72924!important
}

.new-news-slides .single-default-news {
    margin-bottom: 0
}

.new-news-slides .single-default-news .news-content {
    padding: 20px
}

.new-news-slides .single-default-news .news-content h3 {
    font-size: 22px
}

.new-news-slides.new-news-slides-two .single-default-news .news-content {
    padding: 50px;
    max-width: 620px
}
.sidenav ul li a i{
    float: right;
    margin-top: 4px;
    margin-right: 4px;
}
.new-news-slides.new-news-slides-two .single-default-news .news-content h3 {
    font-size: 25px
}

.single-new-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px
}

.single-new-news:last-child {
    margin-bottom: 0
}

.single-new-news::before {
    opacity: .8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.single-new-news img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.single-new-news .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px;
    z-index: 2
}

.single-new-news .news-content ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.single-new-news .news-content ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-weight: 500
}

.single-new-news .news-content ul li a {
    display: inline-block;
    color: #fff
}

.single-new-news .news-content ul li a:hover,
.single-new-news .news-content ul li a:focus {
    color: #d72924
}

.single-new-news .news-content ul li i {
    margin-right: 3px
}

.single-new-news .news-content ul li:last-child {
    margin-right: 0
}

.single-new-news .news-content h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 10px
}

.single-new-news .news-content h3 a {
    color: #fff
}

.single-new-news .tags {
    top: 0;
    left: 25px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s
}

.single-new-news .tags a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 15px;
    background-color: #d72924
}

.single-new-news:hover .tags,
.single-new-news:focus .tags {
    left: 15px
}

.single-new-news:hover img,
.single-new-news:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-popular-news {
    position: relative;
    margin-top: 15px;
    display: flex;
align-items: flex-start;
}
.four-popular-news > div:nth-child(2) .single-popular-news, .four-popular-news > div:first-child .single-popular-news{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.single-popular-news .news-content {
    margin-left: 15px
}

.single-popular-news .news-content h3 {
    font-size: 20px;
    margin-bottom: 6px;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1.4
}
.single-popular-news .news-content h6 {
    font-size: 15px;
    margin-bottom: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1.4;
    font-weight: 600;

}
.single-popular-news .news-content h6 a{color:#e20e0e;}
.single-popular-news:hover .news-content h6 { color: #e20e0e;}
.single-popular-news .news-content span {
    display: block;
    font-size: 14px;
    color: #444;
    margin-top: 10px
}

.single-popular-news .news-content span i {
    color: #d72924;
    margin-right: 4px
}

.single-popular-news .news-image {
    overflow: hidden;
    min-width: 130px;
width: 130px;
}
.four-news-inner .single-popular-news .news-image {
    overflow: hidden;
    min-width:125px;
width:125px;
}

.read-more-btn {
    background-color: #e20e0e;
    border-radius: 5px;
    padding: 0 0 0 10px;
    margin: 8px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
}
.read-more-btn i {
    float: right;
    padding: 0 7px;
    background: #000;
    line-height: 30px;
    margin-left: 5px;
    border-radius: 0 5px 5px 0;
}
.read-more-btn:hover { color: #fff; background-color: #000;}
.read-more-btn:hover i{ color: #fff; background-color: #e20e0e;}


.read-more-btn1 {
    background-color: #fff;
    border-radius: 5px;
    padding: 0 0 0 10px;
    margin: 8px 0;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
}
.read-more-btn1 i {
    float: right;
    padding: 0 7px;
    background: #000;
    line-height: 30px;
    margin-left: 5px;
    border-radius: 0 5px 5px 0;
    color:#fff;
}
.read-more-btn1:hover { color: #fff; background-color: #000;}
.read-more-btn1:hover i{ color: #fff; background-color: #555;}



.single-popular-news .news-image img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.single-popular-news .tags {
    top: 0;
    left: 25px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s
}

.single-popular-news .tags a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 15px;
    background-color: #d72924
}

.single-popular-news .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.single-popular-news:hover .news-content h3,
.single-popular-news:focus .news-content h3 {
    color: #d72924
}

.single-popular-news:hover .tags,
.single-popular-news:focus .tags {
    left: 15px
}

.single-popular-news:hover img,
.single-popular-news:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.popular-news-slides .single-popular-news {
    margin-bottom: 0
}

.popular-news-slides .owl-nav {
    position: absolute;
    right: 0;
    top: -53px;
    margin-top: 0;
    line-height: .01
}

.popular-news-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    margin: 0;
    padding: 0!important;
    background: 0 0;
    border-radius: 0;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding-right: 4px!important
}

.popular-news-slides.owl-theme .owl-nav [class*=owl-]:hover,
.popular-news-slides.owl-theme .owl-nav [class*=owl-]:focus {
    color: #d72924
}

.popular-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    border-left: 2px solid #eee;
    line-height: 0;
    padding-left: 4px!important
}

.popular-section-ads img {
    width: 100%
}

.single-technology-news {
    position: relative;
    overflow: hidden
}

.single-technology-news::before {
    opacity: .7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.single-technology-news img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.single-technology-news .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    z-index: 2
}

.single-technology-news .news-content ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.single-technology-news .news-content ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-weight: 500
}

.single-technology-news .news-content ul li a {
    display: inline-block;
    color: #fff
}

.single-technology-news .news-content ul li a:hover,
.single-technology-news .news-content ul li a:focus {
    color: #d72924
}

.single-technology-news .news-content ul li i {
    margin-right: 3px
}

.single-technology-news .news-content ul li:last-child {
    margin-right: 0
}

.single-technology-news .news-content h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 15px
}

.single-technology-news .news-content h3 a {
    color: #fff
}

.single-technology-news .tags {
    top: 0;
    left: 25px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s
}

.single-technology-news .tags a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 15px;
    background-color: #d72924
}

.single-technology-news:hover .tags,
.single-technology-news:focus .tags {
    left: 15px
}

.single-technology-news:hover img,
.single-technology-news:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.space-news-list .single-space-news {
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.space-news-list .single-space-news:last-child {
    margin-bottom: 0
}

.space-news-list .single-space-news h3 {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 600;
}
.space-news-list .single-space-news p {
    font-size: 16px;font-weight:500;
}
.space-news-list .single-space-news.states-news h6 {
    font-size: 15px; font-weight: 600
}
.space-news-list .single-space-news.states-news p {
    font-size: 12px;
}
.health-lifestyle-news {
    margin-bottom: 40px;
}
.state-news{
     background: #e20e0e; padding: 15px; border-radius: 10px;
}
.single-health-lifestyle-news,
.single-state-news {
   
}
.single-state-news { width: 100%; display: flex; justify-content: space-between; margin-bottom:20px; padding-bottom:20px; border-bottom: 1px solid #eb5757;
}


.single-state-news .news-image {
    overflow: hidden;
    min-width: 125px;
    width: 125px;
}

.single-state-news .news-image img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.single-state-news .news-content {
    padding:0px 15px;
    /* border: 1px solid #eee */
}

.single-state-news .news-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-state-news .news-content ul li {
    display: inline-block;
    margin-right: 10px;
    color: #8a8a8a
}

.single-state-news .news-content ul li i {
    color: #d72924;
    margin-right: 3px
}

.single-state-news .news-content ul li a {
    display: inline-block;
    color: #8a8a8a
}

.single-state-news .news-content ul li a:hover,
.single-state-news .news-content ul li a:focus {
    color: #d72924
}

.single-state-news .news-content ul li:last-child {
    margin-right: 0
}

.single-state-news .news-content h6 {
    font-size: 13px;
    line-height: 1.5;
}

.single-state-news .news-content h6 a {
    color: #fff
}

.single-state-news .news-content h6 a:hover,
.single-state-news .news-content h6 a:focus {
    color: #fff;
    text-decoration: underline;
}

.single-state-news:hover .news-image img,
.single-state-news:focus .news-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5
}

.state-news-slides .single-popular-news {
    margin-bottom: 0
}

.state-news-slides .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    margin-top: 0;
    line-height: .01
}

.state-news-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 16px;
    margin: 0;
    padding: 0!important;
    background: 0 0;
    border-radius: 0;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 2px !important;
background: #fff;
border-radius: 4px;
}

.state-news-slides.owl-theme .owl-nav [class*=owl-]:hover,
.state-news-slides.owl-theme .owl-nav [class*=owl-]:focus {
    color: #fff; background-color: #000;
}

.state-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-left: 2px ;
    line-height: 0;
}

.slider-tranding .owl-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    line-height: .01;
    width:100%;
    left: 0px;
}

.slider-tranding.owl-theme .owl-nav [class*=owl-] {
    font-size: 16px;
    margin: 0;
    padding: 0!important;
    background: 0 0;
    border-radius: 0;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding:8px 2px !important;
background: #fff;
border-radius:0 4px 4px 0;
}

.slider-tranding.owl-theme .owl-nav [class*=owl-]:hover,
.slider-tranding.owl-theme .owl-nav [class*=owl-]:focus {
    color: #fff; background-color: #000;
}
.slider-tranding.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-left:0px ;
    line-height: 0;
    float: right;
    border-radius:4px 0 0 4px;
}
.slider-tranding.owl-theme .owl-nav [class*=owl-].owl-prev {
    margin-left:0px ;
    line-height: 0;
    float: left;
}
.news-right-section{ border-radius: 10px; overflow: hidden; margin-bottom: 15px;}
.news-right-section h5{ font-size: 16px; color: #fff; padding: 10px 15px; text-transform: uppercase; font-weight: 600; margin-bottom: 0px;}
.bg-blue-dark{ background-color: #0e103f;}
.bg-blue-facebook{ background-color: #3f5793;}
.bg-blue-twitter{ background-color: #1da1f2;}
.bg-green{background-color: #17b978;}
.bg-red{ background-color: #e20e0e;}
.bgaccordian{ background: rgb(219,219,219);
    background: -moz-linear-gradient(0deg, rgba(219,219,219,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(219,219,219,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(219,219,219,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbdbdb",endColorstr="#ffffff",GradientType=1); 
}
.accordion-button:focus{ border: 0px; box-shadow: none;}
.news-accordian{ padding: 15px;}
.news-accordian .accordion-button{padding: 7px 0px 7px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    border-radius: 5px !important;  margin-bottom: 10px;
}
.news-accordian .accordion-body{ padding: 10px; background-color: rgba(0, 0, 0, .3); border-radius: 8px; margin:0 0 10px 0;}
.news-accordian .accordion-body p{ margin-bottom: 8px; color: #fff;}
.news-accordian .accordion-body audio{ margin-bottom: 10px; width: 100%;}
.news-accordian .accordion-body audio:last-child{ margin-bottom: 0px;}
.news-accordian .accordion-item{ background-color: transparent; border: 0px;}
.news-accordian .accordion-button::after { background: #000;
    background-image: none;
content: '+';
color: #fff;
text-align: center;
top: 0;
position: absolute;
right: 0px;
bottom: 0px;
height: 100%;
width: 30px;
border-radius: 0 5px 5px 0;
line-height: 30px;
font-size: 22px;
}
.news-accordian .accordion-button:not(.collapsed)::after {transform: rotate(0deg); content: '-'; line-height: 27px;}
.newslinkul { margin: 0px; padding: 0px;}
.newslinkul li{ margin: 0px; padding: 0px; list-style: none;}
.newslinkul li a{padding: 5px; color: #fff; font-weight: 600; border-bottom: 1px dotted #fff; display: block;}
.newslinkul li a:hover{ background-color: rgba(0, 0, 0, .3);}
.newslinkul li:last-child a{ border: 0px;}

.section-titlered h2 span { background-color: #e20e0e;}
.section-titlered h2 span::after { border-left: 9px solid #e20e0e;}

.video-news{ border-radius: 10px;}
.map-news h2{ text-transform: uppercase; color: #e20e0e; border-bottom: 1px solid #e20e0e; padding: 0 0 10px 0; }
.map-news {padding: 15px;}
.maptag{position: relative;}




















.space-news-list .single-space-news h3 a, .space-news-list .single-space-news h6 a {
    color: #e20e0e
}

.space-news-list .single-space-news h3 a:hover,
.space-news-list .single-space-news h3 a:focus {
    color: #1e3ff3
}

.space-news-list .single-space-news ul {
    padding: 0;
    margin: 10px 0 0;
    list-style-type: none
}

.space-news-list .single-space-news ul li {
    display: inline-block;
    color: #8a8a8a;
    font-size: 13px;
    margin-right: 6px
}

.space-news-list .single-space-news ul li a {
    display: inline-block;
    color: #8a8a8a
}

.space-news-list .single-space-news ul li a:hover,
.space-news-list .single-space-news ul li a:focus {
    color: #d72924
}

.space-news-list .single-space-news ul li i {
    margin-right: 1px
}

.space-news-list .single-space-news ul li:last-child {
    margin-right: 0
}

.single-international-news {
    position: relative;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04);
    background-color: #fff
}

.single-international-news .news-content {
    padding: 20px 15px
}

.single-international-news .news-content h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.4
}

.single-international-news .news-content h3 a {
    color: #232323
}

.single-international-news .news-content h3 a:hover,
.single-international-news .news-content h3 a:focus {
    color: #d72924
}

.single-international-news .news-content span {
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 8px
}

.single-international-news .news-content span i {
    color: #d72924;
    margin-right: 4px
}

.single-international-news .news-image {
    overflow: hidden
}

.single-international-news .news-image img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.single-international-news:hover img,
.single-international-news:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.international-news-list .news-media {
    background-color: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.international-news-list .news-media:last-child {
    margin-bottom: 0
}

.international-news-list .news-media a img {
    -webkit-transition: .5s;
    transition: .5s
}

.international-news-list .news-media .content {
    padding: 10px 15px
}

.international-news-list .news-media .content span {
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 8px
}

.international-news-list .news-media .content span i {
    color: #d72924;
    margin-right: 4px
}

.international-news-list .news-media .content h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.4
}

.international-news-list .news-media .content h3 a {
    color: #232323
}

.international-news-list .news-media .content h3 a:hover,
.international-news-list .news-media .content h3 a:focus {
    color: #d72924
}

.international-news-list .news-media:hover a img,
.international-news-list .news-media:focus a img {
    opacity: .8
}
/* 
.stay-connected {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
    text-align: center
}

.stay-connected li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    background-color: #f5f6fa
}

.stay-connected li a {
    padding: 15px;
    border-left: 1px solid #eee;
    color: #232323
}

.stay-connected li a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #d72924;
    color: #fff;
    border-radius: 50%;
    font-size: 19px;
    display: inline-block
}

.stay-connected li a i.icofont-facebook {
    background-color: #3b5998
}

.stay-connected li a i.icofont-twitter {
    background-color: #0091ea
}

.stay-connected li a i.icofont-linkedin {
    background-color: #1976d2
}

.stay-connected li a i.icofont-rss {
    background-color: #ef6c00
}

.stay-connected li a b {
    display: block;
    margin-top: 12px;
    font-size: 18px
}

.stay-connected li a span {
    display: block;
    color: #8a8a8a
}

.stay-connected li:first-child a {
    border-left: 0
}

.categories-list {
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px
}

.categories-list ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.categories-list ul li {
    position: relative;
    margin-bottom: 12px
}

.categories-list ul li a {
    color: #232323;
    display: inline-block
}

.categories-list ul li a span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #d72924;
    color: #fff;
    border-radius: 50%;
    font-size: 12px
}

.categories-list ul li a:hover,
.categories-list ul li a:focus {
    background-color: #d72924;
    color: #fff
}

.categories-list ul li:last-child {
    margin-bottom: 0
}

.categories-list ul li:nth-child(2) a span {
    background-color: #4ab106
}

.categories-list ul li:nth-child(3) a span {
    background-color: #ff6e0d
}

.categories-list ul li:nth-child(4) a span {
    background-color: #ff6e0d
}

.categories-list ul li:nth-child(5) a span {
    background-color: #ff5575
}

.categories-list ul li:nth-child(6) a span {
    background-color: #007dff
}

.categories-list ul li:nth-child(7) a span {
    background-color: #4ab106
}

.stay-connected-ads img {
    width: 100%
} */

.video-news-area {
    padding-bottom: 10px;
    background-color: #1f1f1f
}

.video-news-area .section-title h2 {
    color: #fff
}

.video-news-area .single-default-news .news-content {
    padding: 20px
}

.video-news-area .single-default-news .news-content h3 {
    font-size: 20px
}

.video-news-list .video-news-media {
    margin-bottom: 20px
}

.video-news-list .video-news-media:last-child {
    margin-bottom: 0
}

.video-news-list .video-news-media a img {
    -webkit-transition: .5s;
    transition: .5s
}

.video-news-list .video-news-media .content {
    padding: 10px 15px
}

.video-news-list .video-news-media .content span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px
}

.video-news-list .video-news-media .content span i {
    color: #d72924;
    margin-right: 4px
}

.video-news-list .video-news-media .content h3 {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.4
}

.video-news-list .video-news-media .content h3 a {
    color: #fff
}

.video-news-list .video-news-media .content h3 a:hover,
.video-news-list .video-news-media .content h3 a:focus {
    color: #d72924
}

.video-news-list .video-news-media:hover a img,
.video-news-list .video-news-media:focus a img {
    opacity: .8
}

.video-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    line-height: .01
}

.video-news-slides.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    background: #f0f1f4!important;
    color: #232323!important;
    line-height: 40px!important;
    margin: 0 3px;
    position: absolute;
    left: 50px;
    opacity: 1;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    font-size: 20px!important;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
    border-radius: 50%
}

.video-news-slides.owl-theme .owl-nav [class*=owl-]:hover,
.video-news-slides.owl-theme .owl-nav [class*=owl-]:focus {
    color: #fff!important;
    background-color: #d72924!important
}

.video-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 50px
}

.video-news-slides.owl-theme:hover .owl-nav [class*=owl-],
.video-news-slides.owl-theme:focus .owl-nav [class*=owl-] {
    left: 0;
    opacity: 1;
    visibility: visible
}

.video-news-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next,
.video-news-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

.single-featured-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.single-featured-news::before {
    opacity: .7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.single-featured-news img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.single-featured-news .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    z-index: 2
}

.single-featured-news .news-content ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.single-featured-news .news-content ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-weight: 500
}

.single-featured-news .news-content ul li a {
    display: inline-block;
    color: #fff
}

.single-featured-news .news-content ul li a:hover,
.single-featured-news .news-content ul li a:focus {
    color: #d72924
}

.single-featured-news .news-content ul li i {
    margin-right: 3px
}

.single-featured-news .news-content ul li:last-child {
    margin-right: 0
}

.single-featured-news .news-content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 15px
}

.single-featured-news .news-content h3 a {
    color: #fff
}

.single-featured-news .tags {
    top: 0;
    left: 25px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s
}

.single-featured-news .tags a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 15px;
    background-color: #d72924
}

.single-featured-news:hover .tags,
.single-featured-news:focus .tags {
    left: 15px
}

.single-featured-news:hover img,
.single-featured-news:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-featured-news:last-child {
    margin-bottom: 0
}

.btn-read{position: relative;}
.btn-read .read-more-btn1 {
    display: inline-block;
    position: relative;
    color: #d72924;
    font-family: 'Montserrat', sans-serif;
}

.btn-read .read-more-btn1 span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}
.nationaltopnews .single-popular-news{ margin-top: 20px;}
.btn-read .read-more-btn1 i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d72924;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}
.btn-read:hover .read-more-btn1 span,
.btn-read:focus .read-more-btn1 span {
    opacity: 1;
    visibility: visible;
    padding-right: 7px
}

.btn-read:hover .read-more-btn1 i,
.btn-read:focus .read-more-btn1 i {
    left: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px
}



.featured-news-area {
    padding-top: 15px
}



.single-more-news {
    position: relative;
    overflow: hidden
}

.single-more-news::before {
    opacity: .7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.single-more-news img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.single-more-news .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    z-index: 2
}

.single-more-news .news-content ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.single-more-news .news-content ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-weight: 500
}

.single-more-news .news-content ul li a {
    display: inline-block;
    color: #fff
}

.single-more-news .news-content ul li a:hover,
.single-more-news .news-content ul li a:focus {
    color: #d72924
}

.single-more-news .news-content ul li i {
    margin-right: 3px
}

.single-more-news .news-content ul li:last-child {
    margin-right: 0
}

.single-more-news .news-content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 15px
}

.single-more-news .news-content h3 a {
    color: #fff
}

.single-more-news .tags {
    top: 0;
    left: 25px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s
}

.single-more-news .tags a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 15px;
    background-color: #d72924
}

.single-more-news:hover .tags,
.single-more-news:focus .tags {
    left: 15px
}

.single-more-news:hover img,
.single-more-news:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.more-news-slides .owl-nav {
    position: absolute;
    right: 0;
    top: -53px;
    margin-top: 0;
    line-height: .01
}

.more-news-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    margin: 0;
    padding: 0!important;
    background: 0 0;
    border-radius: 0;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    padding-right: 4px!important
}

.more-news-slides.owl-theme .owl-nav [class*=owl-]:hover,
.more-news-slides.owl-theme .owl-nav [class*=owl-]:focus {
    color: #fff
}

.more-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    border-left: 2px solid rgba(255, 255, 255, .3);
    line-height: 0;
    padding-left: 4px!important
}



.login-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../img/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.login-area::before {
    z-index: -1;
    background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8
}

.login-form {
    background-color: #fff;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    position: relative;
    text-align: center;
    padding: 40px
}

.login-form::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px
}

.login-form h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.login-form h3 a {
    display: inline-block;
    color: #232323
}

.login-form h3 a:hover,
.login-form h3 a:focus {
    color: #d72924
}

.login-form .row {
    margin-left: -10px;
    margin-right: -10px
}

.login-form .row .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px
}

.login-form .row a {
    background-color: #d72924;
    color: #fff;
    padding: 13px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.login-form .row a.facebook {
    background-color: #3c5a99
}

.login-form .row a.twitter {
    background-color: #1da1f2
}

.login-form .row a.google {
    background-color: #ea4335
}

.login-form .row a:hover,
.login-form .row a:focus {
    opacity: .8
}

.login-form .login-or {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.login-form .login-or span {
    display: block;
    position: absolute;
    left: 50%;
    font-size: 18px;
    top: 12px;
    margin-left: -25px;
    background-color: #fff;
    color: #aaa;
    width: 50px
}

.login-form form .form-group {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.login-form form .form-group label {
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #eee
}

.login-form form .form-group .form-control {
    padding-left: 55px
}

.login-form form .form-group .remember-me {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    line-height: initial;
    color: #8a8a8a;
    text-align: left;
    width: 50%;
    margin-top: 5px;
    border-right: none
}

.login-form form .form-group .remember-me input[type=checkbox] {
    position: relative;
    top: 1px
}

.login-form form .form-group .forgot-password {
    float: right;
    width: 50%;
    color: #8a8a8a;
    text-align: right;
    margin-top: 3px
}

.login-form form .form-group .forgot-password:hover,
.login-form form .form-group .forgot-password:focus {
    color: #d72924
}

.login-form form .btn {
    border-radius: 0;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: .5px;
    margin-top: 20px
}

.signup-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../img/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.signup-area::before {
    z-index: -1;
    background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8
}

.signup-form {
    background-color: #fff;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    position: relative;
    text-align: center;
    padding: 40px
}

.signup-form::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px
}

.signup-form h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.signup-form h3 a {
    display: inline-block;
    color: #232323
}

.signup-form h3 a:hover,
.signup-form h3 a:focus {
    color: #d72924
}

.signup-form .row {
    margin-left: -10px;
    margin-right: -10px
}

.signup-form .row .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px
}

.signup-form .row a {
    background-color: #d72924;
    color: #fff;
    padding: 13px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.signup-form .row a.facebook {
    background-color: #3c5a99
}

.signup-form .row a.twitter {
    background-color: #1da1f2
}

.signup-form .row a.google {
    background-color: #ea4335
}

.signup-form .row a:hover,
.signup-form .row a:focus {
    opacity: .8
}

.signup-form .signup-or {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.signup-form .signup-or span {
    display: block;
    position: absolute;
    left: 50%;
    font-size: 18px;
    top: 12px;
    margin-left: -25px;
    background-color: #fff;
    color: #aaa;
    width: 50px
}

.signup-form form .form-group {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.signup-form form .form-group label {
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #eee
}

.signup-form form .form-group .form-control {
    padding-left: 55px
}

.signup-form form .form-group .remember-me {
    position: relative;
    float: left;
    height: 100%;
    line-height: initial;
    color: #8a8a8a;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    border-right: none
}

.signup-form form .form-group .remember-me input[type=checkbox] {
    position: relative;
    top: 1px
}

.signup-form form .btn {
    border-radius: 0;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: .5px;
    margin-top: 20px
}
.highlights .single-more-news:before { display: none;}


.footer-area {
    background-color: #e20e0e;
    border-top: 8px solid #0e103f;
    padding-top: 40px;
    position: relative;
}
.footer-area::before {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: url(../img/footer-left-bg.png) no-repeat;}
.footer-area::after {position: absolute; content: ''; right: 0; top: 0; width: 100%; height: 100%; background: url(../img/footer-right-bg.png) right no-repeat;}

.footer-area .section-title {
    color: #fff; text-transform: uppercase; 
}
.footer-area .section-title h2{font-weight: 600;}
.footer-widgets{ position: relative; z-index: 1;}
.footer-widgets .widget {
    margin-bottom: 40px;
}
.footer-social { margin: 0; padding: 0;}
.footer-social li{ list-style: none; padding: 0; margin-right: 4px; display: inline-block; margin-bottom: 1px; transition: all 0.3s ease-in-out;}
.footer-social li .whatsapp{ background-color: #25d366; width: 45px; height: 45px; text-align: center; line-height: 35px; font-size: 20px; border-radius: 50%; color:#fff}
.footer-social li img{transition: all 0.3s ease-in-out;}
.footer-social li:hover img, .footer-social li .whatsapp:hover{box-shadow: 0 0 4px #fff; transform: scale(0.85); }
.footer-widgets .widget h3 {
    color: #333;
}

.cp-widget-content a {
    color:rgba(255,255,255,0.8);
    padding: 5px 0;
    line-height: 22px;
    font-size: 12px;
}

.cp-widget-content a:hover {
    color: #fff;
}

.regional a {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
}

.single-footer-widget h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px
}

.single-footer-widget .contact-info {
    margin-bottom: 0
}

.single-footer-widget .contact-info p {
    margin-top: -5px;
    color: #ccc
}

.single-footer-widget .contact-info ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.single-footer-widget .contact-info ul li {
    color: #ccc;
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px
}

.single-footer-widget .contact-info ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-footer-widget .contact-info ul li a {
    display: inline-block;
    color: #ccc
}

.single-footer-widget .contact-info ul li a:hover,
.single-footer-widget .contact-info ul li a:focus {
    color: #d72924
}

.single-footer-widget .contact-info ul li:last-child {
    margin-bottom: 0
}

.single-footer-widget .connect-social {
    margin-top: 0px
}

.single-footer-widget .connect-social p {
    color: #ccc;
    margin-bottom: 15px
}

.single-footer-widget .connect-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.single-footer-widget .connect-social ul li {
    display: inline-block;
    text-align: right;
}

.single-footer-widget .connect-social ul li a {
    background-color: #2d2d2d;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff
}

.single-footer-widget .connect-social ul li a:hover,
.single-footer-widget .connect-social ul li a:focus {
    background-color: #d72924;
    color: #fff
}

.single-footer-widget .latest-news-media {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-footer-widget .latest-news-media:first-child {
    margin-top: 0
}

.single-footer-widget .latest-news-media a img {
    -webkit-transition: .5s;
    transition: .5s;
    width: 95px
}

.single-footer-widget .latest-news-media .content {
    padding: 10px 15px
}

.single-footer-widget .latest-news-media .content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-footer-widget .latest-news-media .content ul li {
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    margin-right: 12px
}

.single-footer-widget .latest-news-media .content ul li i {
    color: #d72924;
    margin-right: 3px
}

.single-footer-widget .latest-news-media .content ul li a {
    display: inline-block;
    color: #ccc
}

.single-footer-widget .latest-news-media .content ul li a:hover,
.single-footer-widget .latest-news-media .content ul li a:focus {
    color: #d72924
}

.single-footer-widget .latest-news-media .content ul li:last-child {
    margin-right: 0
}

.single-footer-widget .latest-news-media .content h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 8px
}

.single-footer-widget .latest-news-media .content h3 a {
    color: #ccc
}

.single-footer-widget .latest-news-media .content h3 a:hover,
.single-footer-widget .latest-news-media .content h3 a:focus {
    color: #d72924
}

.single-footer-widget .latest-news-media:hover a img,
.single-footer-widget .latest-news-media:focus a img {
    opacity: .8
}

.single-footer-widget .twitter-tweet-list .single-tweet {
    position: relative;
    padding-left: 30px;
    margin-top: 20px
}

.single-footer-widget .twitter-tweet-list .single-tweet i {
    color: #0091ea;
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 0
}

.single-footer-widget .twitter-tweet-list .single-tweet span {
    color: #d72924;
    display: block;
    margin-bottom: 5px
}

.single-footer-widget .twitter-tweet-list .single-tweet p {
    color: #ccc;
    font-size: 14px
}

.single-footer-widget .twitter-tweet-list .single-tweet p a {
    display: inline-block;
    color: #fff
}

.single-footer-widget .twitter-tweet-list .single-tweet p a:hover,
.single-footer-widget .twitter-tweet-list .single-tweet p a:focus {
    color: #d72924
}

.single-footer-widget .twitter-tweet-list .single-tweet:first-child {
    margin-top: 0
}

.copyright-area {
    background-color: #0e103f;
margin-top: 0px;
padding-top: 12px; position: relative; z-index: 1;
padding-bottom: 12px;
}

.copyright-area p {
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-align: center;
}

.copyright-area p a {
    display: inline-block;
    color: #fff
}



.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    font-size: 20px;
    color: #fff;
    background-color: #232323;
    z-index: 4;
    display: none;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top:hover {
    color: #fff;
    background: #d72924
}

.wrapper1{max-width:1600px;margin:0 auto;padding:0 15px;}

/*.sticky {
  position: fixed;
  top: 60px;
  width: fit-content;
}
.sticky + .content {
  padding-top: 102px;
}*/
._10b4{min-height:500px !important;max-height:500px !important;}

.hidden{display:none;}

.inner-title .breadcrumb li a{margin:0;}
.inner-title{padding:0 15px;}
.inner-title .breadcrumb li a:after{content:'\eab8';font-family: IcoFont!important;margin: 0 10px;}
.breadcrumb{margin:10px 0;}
.listing-bx span{font-size:15px !important;line-height:22px !important;}
.news-details-img {float: right;position: relative;overflow: hidden;}

.news-details-img span {background: rgba(0,0,0,0.5);color: #fff;position: absolute;width: 100%;padding: 5px;text-align: center;left:0;bottom: 20px;}

.textArchive{    border: solid #DDD 1px;
    padding: 6px;
    margin-bottom: 15px;
    min-height: 90px;
    text-align: center;
    background: #f8f8f8;min-height:180px;}
.textArchive a{color:#e20e0e;font-weight:620;font-size:15px; margin-bottom:20px;}
.innerContent p{font-size:15px !important;margin-bottom:20px !important;line-height:28px;}

.pagin a{background:#e20e0e;padding:10px 15px;color:#fff;font-weight:600;}

.lgu select{
    padding: 4px 12px;
border-radius: 20px;
border: 0px;
margin-right: 15px;
font-weight: 500;
}

.indiaMapImg{ max-height: 620px; overflow-y: auto;}

.indiaMapImg ul{ display: flex; align-items: top; flex-wrap: wrap; margin: 0; padding: 0;}

.indiaMapImg ul li{ width:calc(50% - 15px); text-align: left; padding: 5px 0; margin: 0; margin-left: 15px; list-style: disclosure-closed;}

.indiaMapImg ul li a{color: #041ff4;
    font-size: 13px; padding: 5px;
    font-weight: 500;
}

.indiaMapImg ul li a:hover{ background-color: #eaeaea; color: #e20e0e;}

.lgu .btn{
    padding: 10px 12px;
border-radius: 20px;
border: 0px; width: 140px;
margin-right: 15px; text-transform: none;
font-weight: 500;
}
.lgu .btn:hover{
 background-color: #e20e0e;
}

.lgu .btn-primary:not(:disabled):not(.disabled):active,
.lgu .btn-primary:focus
{
 background-color: #e20e0e;

}

.sinmun-nav .withlogo .header-date {padding: 10px 15px !important; width: 272px;margin-top: 17px;
margin-bottom: 17px;}
.header-search .btn{
    background: #e20e0e;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	padding: 10px 25px;
	height: 40px;
}

.header-search .form-control {height: 40px;border-top-left-radius: 50px; border-bottom-left-radius: 50px;}