body{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
.container{
    max-width: 1200px;
}
.header .container {
    max-width: 1400px;
}
.nav {
    transition: all 0.4s;
    left: 0;
}
div#outer {
    overflow: hidden !important;
    width: 850px;
}
.nav-link {
    display: block;
    padding: 0 5px;
}
.login-form input {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #333;
    padding: 10px;
    margin-bottom: 23px;
    outline: none;
}

.login-form button {
    width: 100%;
    background: red;
    padding: 10px;
    font-size: 18px;
    border: none;
    color: #fff;
    margin-top: 24px;
    margin-bottom: 30px;
}

/* MEGA MENU BAR */
/* Icon 1 */

button.navbar-toggler.second-button {
    border: none;
    outline: none;
}
.animated-icon2{
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon2 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}


.animated-icon2 span {
background: #e3f2fd;
}
.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* MEGA MENU BAR END*/

/*Notification Bell Css*/
.icon{cursor: pointer;margin-right: 14px;line-height: 20px;margin-top: 12px;}
.icon span{background: #f00;padding: 7px;border-radius: 50%;color: #000;vertical-align: top;margin-left: -25px;}
.icon img{display: inline-block;width: 23px;margin-top: 4px;}
.notifications{width: 300px;height: 0px;opacity: 0;position: absolute;top: 100px;right: 62px;border-radius: 5px 0px 5px 5px;z-index: 9;background-color: #fff;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.notifications h2{font-size: 14px;padding: 10px;border-bottom: 1px solid #eee;color: #999;}
.notifications h2 span{color: #f00;}
.notifications-item{display: flex;border-bottom: 1px solid #eee;padding: 6px 9px;margin-bottom: 0px;cursor: pointer;}
.notifications-item:hover{background-color: #eee;}
.notifications-item img{display: block;width: 50px;height: 50px;margin-right: 9px;border-radius: 50%;margin-top: 2px;}
.notifications-item .text h4{color: #777;font-size: 16px;margin-top: 3px;}
.notifications-item .text p{color: #aaa;font-size: 12px;}

div#google_translate_element {
    margin-top: 1px;
    margin-left: 20px;
}

.top-bar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}
.right-side-sign {
    text-align: right;
}

.header {
    background: #163976;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-nav {
    display: flex;
}
a.logo img {
    width: 135px;
}
.left-top-nav {
    display: flex;
    width: 10%;
    justify-content: center;
    align-items: center;
}
.midd-top-nav {
    width: 100%;
}
.right-top-nav {
    width: 30%;
    display: flex;
}
a.signin {
    background: #cf1f26;
    color: #fff;
    border: 1px solid #fff;
    line-height: 15px;
    padding: 6px 20px;
    height: 31px;
    margin-right: 18px;
    margin-top: 14px;
    text-decoration: none;
}
a.live-tv {
    text-decoration: none;
    margin-top: 16px;
}
a.live-tv h3 {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
/* MODEL CITY */
a.select-city {
    margin-right: 12px;
    margin-top: 14px;
    cursor: pointer;
}
a.select-city img {
    width: 25px;
}
.modal .modal-content {
    min-height: 40vh;
}
input.city-form {
    width: 100%;
    height: 45px;
    border: 1px solid #b7b7b7;
    font-size: 12px;
    text-indent: 15px;
    outline: none;
    font-family: 'Poppins';
    border-radius: 5px;
}
.modal-body {
    text-align: center;
}
a.view-city {
    color: red;
}
.city-icon ul{
   padding-left:0;
}
.city-icon ul li {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: 11px;
    cursor:pointer;
}
.city-icon ul li:nth-child(10){
    margin-right: 0px;
}
.city-icon ul li img {
    width: 60px;
    display: block;
}
.city-icon {
    margin-top: 40px;
}



.bot-nav ul li {
    display: inline-block;
    margin-right: 14px;
    font-size: 14px;
    font-weight: 400;
}
.bot-nav ul li a{
    color: #fff;
    text-decoration: none;
}
.bot-nav ul {
    margin-bottom: 0;
    padding-left: 0;
}
.bot-nav {
    margin-top: 15px;
}
.collapse {
   
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9;
    top: 120px;
}
.mega-menu-part form {
    text-align: center;
}
.collapse .bg-light {
    background: #000 !important;
}
.mega-menu-part input {
    width: 45%;
    border-radius: 5px;
    padding: 10px 24px;
    height: 56px;
    border: 1px solid #656565;
}
.mega-menu-part button {
    border: 1px solid #fff;
    margin-left: 24px;
    font-size: 20px;
    padding: 10px 27px;
    border-radius: 5px;
    background: #818181;
    color: #fff;
}
.link-head h4 {
    color: #29b01b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 30px;
}
.link-head ul {
    padding-left: 0;
}
.link-head ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 4px;
}
.link-head ul li a {
    color: #fff;
}
ul.q-link li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #3f3f3f;
}
.search-bn {
    margin-left: 25px;
    margin-top: 15px;
}
.navi-bar .navbar {
    padding: 12px 0px;
}

/* Header END */




.breaking-news {
    padding-top: 10px;
    padding-bottom: 10px;
}
.col-md-2.breaking-title {
    text-align: center;
    background: #d02027;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.col-md-2.breaking-title h3 a {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}
.breaking-news .row {
    align-items: center;
    background: #d02027;
    box-shadow: rgb(230 0 0 / 0%) 1px 1px 1px 0, rgb(134 111 111 / 30%) 1px 2px 7.14px 1px;
    border-radius: 50px;
    overflow: hidden;
}
.breaking-content {
    height: 33px;
    padding-right: 50px;
    border-left: 1px solid #fff;
}
.breaking-content marquee {
    font-size: 20px;
    color: #fff;
}
.banner img {
    width: 100%;
}
.banner {
    padding-top: 5px;
    padding-bottom: 10px;
}
.news-part1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.news-top1 img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    height: 260px;
}
.news-top1 iframe {
    height: 253px;
}
.news-top1 {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    background: #fff;
}
.news-top1 h2 {
    padding: 15px;
    font-size: 28px;
    line-height: 36px;
}
.news-top1 h2 a {
    color: #333;
    text-decoration: none;
}

.news-midd1 img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    height: 260px;
}
.news-midd1 {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    background: #fff;
}
.news-midd1 h2 {
    padding: 15px;
    font-size: 21px;
    line-height: 30px;
}
.news-midd1 h2 a {
    color: #000;
    text-decoration: none;
}
.new-bot1{
	border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    padding: 15px;
    display: flex;
    background: #fff;
}
.new-bot1 h6 {
    padding: 0px 15px 15px 25px;
    font-size: 16px;
    line-height: 19px;
}
.new-bot1 h6 a {
    color: #000;
    text-decoration: none;
}
.new-midd-bot1{
	border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    padding: 15px;
    display: flex;
    background: #fff;
}
.new-midd-bot1 img {
    width: 250px;
    overflow: hidden;
    object-fit: cover;
    height: 100px;
}
.new-midd-bot1 h6 {
    padding: 0px 15px 15px 25px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}
.new-midd-bot1 h6 a {
    color: #000;
    text-decoration: none;
}
.right-news img {
    width: 100%;
    overflow: hidden;
    /*object-fit: cover;*/
    height: 488px;
    margin-bottom: 35px;
}
.lb-live-symb {
    font-size: 11px;
    padding: 2px 5px;
    background-color: #d02027;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    letter-spacing: .2px;
    position: relative;
    top: -2px;
}
.comm-news {
    padding-top: 15px;
    padding-bottom: 15px;
}
.heading-com {
    display: flex;
}
.heading-com h1 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    width: 90%;
    padding-bottom: 20px;
}
a.view-more {
    color: #000;
    font-size: 16px;
    width: 10%;
    text-align: center;
    text-decoration: revert;
    font-weight: 600;
}
.col-md-3.comm-news1 {
    border-right: 1px solid #ddd;
    /* box-shadow: 2px 2px 10px #dddddd80; */
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
}
.col-md-3.comm-news1 img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    height: 240px;
}
h6.news-time {
    font-size: 14px;
    color: #0f0f0f;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}
.col-md-3.comm-news1 p {
    font-weight: 700;
    line-height: 21px;
    font-size: 16px;
}
.col-md-3.comm-news1 p a{
	color: #000;
    text-decoration: none;
}
.bot-comm-news1 img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.bot-comm-news1 {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    background: #fff;
}
.row.top-row {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    background: #fff;
    margin-left: 0px;
    margin-right: 0;
    margin-bottom: 10px;
}
.row.bottom-row {
    padding-top: 10px;
}
.com-text h6.news-time {
    font-size: 14px;
    color: #0f0f0f;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}
.com-text p {
    font-weight: 700;
    line-height: 25px;
    font-size: 18px;
}
.com-text p a{
	color: #000;
    text-decoration: none;
}
.com-text {
    padding: 15px;
}
.politic-news {
    padding-top: 40px;
    padding-bottom: 40px;
}
.to-pol-news1 img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.to-pol-news1 {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    background: #fff;
}
.com-text h4 {
    font-weight: 700;
    line-height: 25px;
    font-size: 21px;
}
.com-text h4 a{
	color: #000;
    text-decoration: none;
}
.bot-pol-news1 {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
}
.bot-pol-news1 h5 a {
    color: #000;
    text-decoration: none;
}
.bot-pol-news1 h5 {
    font-size: 16px;
    line-height: 21px;
}
.pol-midd-bot1 {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    padding: 15px;
    display: flex;
    background: #fff;
}
.pol-midd-bot1 img {
    width: 330px;
    overflow: hidden;
    object-fit: cover;
    height: 110px;
}
.pol-midd-bot1 .com-text p {
    font-weight: 700;
    line-height: 20px;
    font-size: 16px !important;
}
.pol-midd-bot1 .com-text {
    padding-top: 0;
    padding-right: 0;
}
.pol-midd-bot1 .com-text h6.news-time {
    font-size: 13px !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
.right-pol-news1 img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.right-pol-news1 {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    background: #fff;
    height: 95vh;
}
.right-pol-news1 .com-text p {
    line-height: 21px;
    font-size: 16px;
}
.google-ads {
    background: #f0f0f0;
    text-align: center;
}
.google-ads h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 5px;
}
.sports-news {
    padding-top: 40px;
    padding-bottom: 40px;
}
.spo-left1 {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    background: #fff;
}
.spo-left1 img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.spo-com h6.news-time {
    font-size: 13px !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
.spo-com {
    padding: 10px;
}
.spo-com p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
}
.spo-com p a {
    color: #000;
    text-decoration: none;
}
.spo-mid-news {
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    padding: 18px;
}
.spo-mid {
    display: flex;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.spo-mid img {
    width: 790px;
    overflow: hidden;
    object-fit: cover;
}
.spo-mid .spo-com p {
    font-size: 16px;
}
.spo-mid.last {
    border: gainsboro;
    padding-bottom: 0;
    margin-bottom: 0;
}
.spo-mid .spo-com {
    padding-top: 0px;
}
.video-news {
    background: #163976;
}
.video-news .heading-com h1 {
    color: #fff;
}
.video-news a.view-more{
    color: #fff;
}
.cri-news img {
    width: 100%;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}
.cri-news .overlay {
    background: #00000061;
    position: absolute;
    height: 84%;
    width: 84%;
    top: 0;
}
.cri-news h3 {
    font-size: 20px;
    position: absolute;
    top: 35px;
    align-items: center;
    width: 84%;
    text-align: center;
    color: #fff;
}
.cri-news {
    margin-bottom: 20px;
}
.spo-left1.world-right {
    height: 95vh;
}
section.container-fluid.app-down {
    background: url(../image/backgr.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 10% 10% 10%;
}
.app-down h1 {
    font-size: 60px;
    color: #000;
    width: 70%;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 50px;
}
.app-down a img {
    width: 19%;
    margin-right: 30px;
}
.footer-top-text {
    padding-top: 15px;
    padding-bottom: 20px;
}
.footer-top-text p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
}
.footer-top-text p a{
    text-decoration: none;
}
.footer h4 {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 20px;
}
.footer {
    background: #333;
    padding-top: 40px;
    padding-bottom: 10px;
}
.footer-left-news ul {
    padding-left: 0;
}
.footer-left-news ul li {
    border-bottom: 1px solid #878787;
    list-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer-left-news ul li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.footer-menu ul {
    padding-left: 0;
}
.footer-menu ul li {
    list-style: none;
    margin-top: 7px;
}
.footer-menu ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
.footer-social ul li {
    display: inline-block;
    margin-right: 20px;
}
.footer-social ul {
    padding-left: 0;
}
.footer-social ul li a {
    color: #fff;
}
.footer-logo {
    text-align: center;
    margin-top: 30px;
}
.footer-logo img {
    width: 125px;
}
.copy-part {
    border-top: 1px solid #878787;
    margin-top: 40px;
    padding-top: 30px;
}
.copyright h5 {
    color: #fff;
    font-size: 16px;
}
.copy-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.copy-menu ul li {
    display: inline-block;
    margin-right: 30px;
}
.copy-menu ul {
    padding-left: 0;
    text-align: right;
}



/* Inner Page */

ol.breadcrumb {
    background: transparent;
}
.right-inner-ads h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 5px;
}
.left-inner-news {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #dddddd80;
    padding: 15px;
    background: #fff;
}
.left-inner-news h1 {
    font-size: 32px;
    margin-bottom: 15px;
}
.left-inner-news p {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}
.inner-tim h5 {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
}
.inner-tim h5 a {
    color: #000;
    text-decoration: none;
}
.time-share {
    display: flex;
}
.inner-share ul {
    padding-left: 0;
}
.inner-share ul li {
    display: inline-block;
}
.inner-share ul li a img {
    width: 85px;
}
.inner-share {
    margin-left: 218px;
}
.left-inner-news img {
    width: 100%;
    margin-bottom: 20px;
}
.inner-tag a {
    color: #4ea34c;
    text-decoration: none;
}
.publish-time {
    color: #000;
    margin-top: 20px;
}




/* Responsive */
@media (max-width: 767px) and (min-width: 360px){
    .col-md-2.breaking-title h3 a {
        font-size: 16px;
        line-height: 38px;
    }
    .col-md-2.breaking-title {
        width: 42%;
    }
    .breaking-content marquee {
        font-size: 16px;
    }
    .breaking-content {
        height: 24px;
        padding-right: 15px;
        width: 58%;
    }
    .news-top1 h2 {
        font-size: 20px;
        line-height: 23px;
    }
    .middle-news {
        margin-top: 20px;
    }
    .news-midd1 h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .new-midd-bot1 img {
        width: 300px;
        height: 80px;
    }
    .new-midd-bot1 h6 {
        padding: 0px 15px 15px 15px;
        font-size: 15px;
        line-height: 16px;
    }
    .right-news {
        margin-top: 20px;
    }
    .heading-com h1 {
        font-size: 19px;
        line-height: 25px;
        width: 75%;
    }
    a.view-more {
        font-size: 15px;
        width: 25%;
    }
    .comm-news {
        padding-top: 25px;
    }
    .com-text h4 {
        line-height: 20px;
        font-size: 18px;
    }
    .bot-pol-news1 h5 {
        font-size: 15px;
        line-height: 19px;
    }
    .pol-midd-bot1 img {
        width: 360px;
        height: 95px;
    }

    .pol-midd-bot1 .com-text p {
        line-height: 15px;
        font-size: 15px !important;
    }
    .right-pol-news1 {
        height: 47vh;
        margin-top: 20px;
    }
    .right-pol-news1 img {
        height: 260px;
    }
    .spo-mid-news {
        margin-top: 20px;
        padding: 15px;
    }
    .spo-mid img {
        width: 700px;
        height: 90px;
    }
    .spo-mid .spo-com p {
        font-size: 14px;
        line-height: 17px;
    }
    .spo-right-news .col-md-6 {
        width: 50%;
    }
    .cri-news .overlay {
        height: 82%;
    }
    .spo-mid iframe {
        width: 150px;
        height: 95px;
    }
    .spo-right-news {
        margin-top: 20px;
    }
    .spo-left1 img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        height: 200px;
    }
    .spo-left1.world-right {
        height: 39vh;
        margin-top: 20px;
    }
    .app-down {
        padding: 5% 4% 5% 4% !important;
    }
    .app-down h1 {
        font-size: 30px;
        width: 87%;
        line-height: 29px;
        margin-bottom: 15px;
    }
    .app-down a img {
        width: 30%;
        margin-right: 13px;
    }
    .footer .col-md-2 {
        width: 50%;
        margin-bottom: 20px;
    }
    .copyright h5 {
        text-align: center;
    }
    .footer-logo {
        margin-top: 0px;
    }
    .footer-left-news {
        margin-bottom: 30px;
    }
    .footer-social ul li {
        margin-right: 15px;
    }
    .pol-news-midd {
        margin-top: 20px;
    }
    .sports-news {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    /* HEADER */
    .bot-nav {
        display: none;
    }
    .left-top-nav {
        width: 30%;
    }
    a.select-city {
        /* by developer display: none;*/
    }
    .search-bn {
        display: none;
    }
    div#bell {
         /* by developer display: none;*/
    }
    a.live-tv {
        /* by developer display: none;*/
    }
    .header .container {
        padding: 0;
    }
    .right-top-nav {
        width: 0%;
        margin-left: -12px;
       /* by developer margin-left: 77px;*/
    }
    .midd-top-nav {
        width: 30%;
    }
    a.logo img {
        width: 80px;
    }
    .collapse {
        /* by developer top: 117px;*/
        top: 144px;
    }

}