/* @font-face {
    font-family:'gn-bold';
    font-display:block;
    src:url(https://www.geo.tv/assets/front/fonts/gn-Bold.eot?#iefix) format('embedded-opentype'),
    url(https://www.geo.tv/assets/front/fonts/gn-Bold.woff) format('woff'),
    url(https://www.geo.tv/assets/front/fonts/gn-Bold.ttf) format('truetype'),url(https://www.geo.tv/assets/front/fonts/gn-Bold.svg#Flama-Bold) format('svg');font-weight:400;font-style:normal;
  }
  
  @font-face {
    font-family:'gn-home';
    font-display:block;
    src:url(https://www.geo.tv/assets/front/fonts/gn-home.eot?#iefix) format('embedded-opentype'),
    url(https://www.geo.tv/assets/front/fonts/gn-home.woff) format('woff'),url(https://www.geo.tv/assets/front/fonts/gn-home.ttf) format('truetype'),
    url(https://www.geo.tv/assets/front/fonts/gn-home.svg#Flama-home) format('svg');font-weight:400;font-style:normal;
  }
  
  @font-face {
    font-family:'gn-tittle';
    font-display:block;
    src:url(https://www.geo.tv/assets/front/fonts/gn-tittle.eot?#iefix) format('embedded-opentype'),
    url(https://www.geo.tv/assets/front/fonts/gn-tittle.woff) format('woff'),
    url(https://www.geo.tv/assets/front/fonts/gn-tittle.ttf) format('truetype'),url(https://www.geo.tv/assets/front/fonts/gn-tittle.svg#Flama-Book) format('svg');font-weight:400;font-style:normal;
  }
  
  @font-face {
    font-family:'gn-light';
    font-display:block;
    src:url(https://www.geo.tv/assets/front/fonts/Knowledge-Light.eot);
    src:url(https://www.geo.tv/assets/front/fonts/Knowledge-Light.eot?#iefix) format('embedded-opentype'),
    url(https://www.geo.tv/assets/front/fonts/Knowledge-Light.woff2) format('woff2'),url(https://www.geo.tv/assets/front/fonts/Knowledge-Light.woff) format('woff'),
    url(https://www.geo.tv/assets/front/fonts/Knowledge-Light.ttf) format('truetype'),url(https://www.geo.tv/assets/front/fonts/Knowledge-Light.svg#Knowledge-Light) format('svg');font-weight:300;font-style:normal;
  } */
body{
    font: 400 16px/1.5 "Segoe UI",system-ui,-apple-system,sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
}
header{
    width: 100%;
    display: inline-block;
    text-align: center;
    /*margin-bottom: 20px;
     box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.41); */
    padding: 8px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #000;
}
.logo{
    display: inline-block;
    width:150px;
}
.lb{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px 0 0 0;
}
.time_first_story{
    width:100%;
    float:left;
}
.container22{
    width: 100%;
    display: inline-block;
    position: relative;
}
.t_first_pic{
    float: left;
    background-position: 50% 0!important;
    background-attachment: initial;
    height: 650px;
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.time_first_story img{
    width:100%;
    display: none;
}
.t_first_text{
    /* width: 48%;
    float: left;
    margin-left: 2%; */
    float: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
    padding: 15% 0.75rem 0.75rem 0.75rem;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: rgba(0,0,0,0);
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    background-position-y: -1px;
    bottom: -1px;
}
.t_first_text h1{
    /* color: #000;
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px 0; */
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.t_first_text p{
    font-size: 18px;
    color: #909090;
    font-family: 'gn-tittle';
    line-height: 20px;
}



.by_author{
    width:100%;
    float:left;
}
.by_author h5{
    font-size: 13px;
    color: #757071;
}
.description p{
    font-size: 17px;
    color: #909090;
    line-height: 22px;
    margin: 10px 0;
}
.update_time{
    width:100%;
    float:left;
    font-size: 13px;
    color: #838383;
}
.content{
    width:100%;
    float:left;
    margin: 20px 0;
}
.timeline_right ul{
    padding: 0;
    margin: 0;
}
.timeline_right ul li{
    width: 100%;
    float: left;
    list-style: none;
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e0e7ed;
}
.timeline_right ul li::before{
    display: none;
}
.timeline_right ul li h2{
    color: #000;
    font-size: 25px;
    margin: 10px 0;
    display: inline-block;
}
.timeline_right ul li .pic img{
    width:100%;
}
.mrec{
    width:100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
}
.loadmore_stories {
    clear: both;
    position: relative;
    text-align: center;
    padding-top: 20px;
}
.loadmore_stories a.load_posts {
    padding: 8px 10px 9px;
    background-color: #ffffff;
    color: #000;
    border-radius: 6px;
    font-size: 15px;
}
.loadmore_stories a.load_posts:hover{
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
.nomore_found{
    color: #909090;
}
.top_listing{
    width: 100%;
    float: left;
    list-style: none;
    /* box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%); */
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e0e7ed;
}
.top_listing ul, .timeline_right ul li ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.t_first_top_listingtext ul li, .timeline_right ul li ul li{
    list-style: none;
    color: #909090;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}
.timeline_right ol{
    margin: 0;
}
.timeline_right ol li{
    list-style: decimal;
    color: #efefef;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

.top_listing ul li::before, .timeline_right ul li ul li::before{
    content: '';
    width: 7px;
    height: 7px;
    background: #de0000;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -2px;
    border-radius: 10px;
}
/*.description .medium-insert-images figure figcaption{
    color: #fff;
}*/
#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
    width: 5px;
    background-color: transparent;
}

#style-4::-webkit-scrollbar-thumb
{
    background-color: #bbb3ae;
}
ul.timeline {
    list-style-type: none;
    position: relative;
    
}
ul.timeline:before {
    content: ' ';
    background: #333333;
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
}
ul.timeline > li:before {
    content: ' ';
    /* background: white; */
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #e00015;
    left: 7px;
    width: 5px;
    height: 5px;
    z-index: 400;
}
ul.timeline h3{
    font-size: 15px;
    color: #000;
}
section{
    width:100%;
    float:left;
}
.timeline_list{
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 0 5px;
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
    border-radius: 5px;
    height: 350px;
    overflow-y: auto;
}
.timeline_left{
    width:360px;
    float:left;
    margin-right: 2%;
}
.timeline_right{
    width: 93%;
    width: -webkit-calc(100% - 360px - 2%);
    width: calc(100% - 360px - 2%);
    float: right;
}
.live-blink {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    background-color: red;
    display: initial;
    padding: 0 10px 3px 13px;
    border-radius: 5px;
}
.live-blink #text-blink {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 15px 0 0;
    border: 0;
    border-radius: 50%;
    padding: 0;
    outline: 0;
    top: 0px;
}
.live-blink #text-blink::after{
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 3px solid #fff;
    border-radius: 50%;
    animation: 2s linear infinite forwards beacon;
}
@keyframes beacon{
    0%{width:0;height:0;opacity:1}
    25%{width:15px;height:15px;opacity:.7}
    50%{width:25px;height:25px}
    75%{width:35px;height:35px;opacity:.5}
    100%{width:50px;height:50px;opacity:0}
}
.fixed {  position: fixed; top: 0; }

.share_icon{
    margin-top: 15px;
    width: 100%;
    text-align: right;
}
.share_icon a{
    display: inline-block;
    width: 30px;
    margin: 0px 2px;
}

.share_icon .whatsapp_share_icon{
    display: none;
}

.medium-insert-embeds .infogram_container {
    position: relative; 
    overflow: hidden;
    padding-top: 100%;
}
.medium-insert-embeds .infogram_container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.timeline_right .description{
    display: inline-block;
    width: 100%;
}

@media (max-width: 992px){
    .t_first_pic{
        width:100%;
        margin-bottom: 20px;
    }
    .t_first_text{
        width:100%;
        margin-left: 0;
    }
    .timeline_left{
        width:100%;
        margin-right: 0;
    }
    .timeline_right{
        width:100%;
    }
    .fixed{
        position: relative;
    }
}
@media (max-width: 767px){
    .t_first_pic{
        height: 400px;
    }
    .t_first_text h1 {
        font-size: 30px;
        line-height: 35px;
    }
}
@media (max-width: 600px){
    .share_icon .whatsapp_share_icon{
        display: inline-block;
    }
    
    
}
