/* @import url('../css/fontawesome-all.min.css'); */
/*@import url(//fonts.googleapis.com/earlyaccess/notosansmalayalamui.css); */

/*
 * Noto Sans Malayalam UI (Malayalam) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-display:swap;
  font-family: 'Noto Sans Malayalam UI';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Regular.eot);
  src: url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Regular.ttf) format('truetype');
}
@font-face {
  font-display:swap;
  font-family: 'Noto Sans Malayalam UI';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Bold.eot);
  src: url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansmalayalamui/v1/NotoSansMalayalamUI-Bold.ttf) format('truetype');
}
html{ font-size: inherit; }
body{
    margin: 0;
    padding: 0;
    background: #fbfbfb;
    font-family: 'Open Sans', sans-serif;
    transition-duration: 0.6s;
    width: 100%;
}
.menu_icon{
    display: inline-block;
    cursor: pointer;
}
a,
a:hover,
a:active,
a:visited{
    text-decoration: none;
    word-break: break-word;
    color: #D0021B;
    transition-duration: 0.4s;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
p{
    text-align: justify;
    font-family: 'Noto Sans Malayalam', 'Open Sans';
  font-weight: 400;
}
.ml-r{
  font-family: 'Noto Sans Malayalam UI', sans-serif;
/*  font-family: 'NotoSansMalayalamUI';*/
  font-weight: 400;
}
.ml-b{
  font-family: 'Noto Sans Malayalam UI', sans-serif;
/*  font-family: 'NotoSansMalayalamUI-Bold';*/
/*    font-weight: 700;*/
    font-weight: bold;
}
.badge{
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 20px;
    top: -12px;
    z-index: 5;
}
.badge .label{
    position: absolute;
    z-index: 2;
    padding: 6px 15px;
    z-index: 5;
    border-radius: 0;
    text-transform: uppercase;
    left: 0;
    border-radius: 3px;
    top: 0;
	font-size:100%;
	line-height: normal;
}
.badge .corn{
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 9px;
    height: 15px;
    background: #000;
    -ms-transform: skewY(45deg); /* IE 9 */
    -webkit-transform: skewY(45deg); /* Safari */
    transform: skewY(45deg); /* Standard syntax */
}
.blk{
    background: #000;
    color: #FFF;
}
.rd{
   background: #D0021B;
    color: #fff;
}
.rd_lgt{
    background: #EC1A22;
    color: #fff;
}
.gry_drk{
    background: #5A5A5A;
    color: #fff;
}
header{
    display: block;
    border: 1px solid #F0F0F0;	
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 100;
}
.nav-up {
    top: -120px;
}
header .container{
    padding: 0 35px;
}
header .col-sm-12{
    padding: 0px;
}
header .logo{
    max-width: 230px;
    margin-top: 34px;
    display: inline-block;
}
header .logo img{
    max-width: 100%;
}
header .search{
    float: right;
    margin-top: 34px;
    max-width: 530px;
    width: 100%;
}
header .search .form_block{
    position: relative;
}
header .search .form_block span{
    position: absolute;
    color: #BFBFBF;
    left: 0;
    top: 0;
    font-size: 14px;
    height: 35px;
    width: 45px;
    text-align: center;
    line-height: 35px;
}
header .search input{
    height: 35px;
    padding-left: 50px;
    border: none;
    outline: none;
    width: 100%;
    font-size: 13px;
	border: 1px solid #F0F0F0;
	border-radius: 1px;
	background-color: #F9F9F9;
	box-shadow: 0 1px 1px 0 rgba(219,219,219,0.5);
}
header .search input::placeholder{
    color: #BFBFBF;
}
header .menu_panel{
    padding-top: 3px;
    padding-left: 20px;
    display: inline-block;
}
header .menu_panel span{
    display: inline-block;
    box-sizing: border-box;	
    height: 3px;	
    width: 17px;	
    background: #130F10;
    position: relative;
    cursor: pointer;
}
header .menu_panel span::after{
    position: absolute;
    content: "";
    height: 3px;	
    width: 10px;
    top: 5px;
    left: 0;
    background: #130F10;
}
header .menu_panel nav{
    display: inline-block;    
    position: relative;
    top: 5px;
}
header .menu_panel nav ul{
    padding-left: 13px;
}
header .menu_panel nav ul li{
    display: inline-block;
}
header .menu_panel nav ul li a{
    color: #000;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 5px 11px;
    transition-duration: 0.4s;
}
header .menu_panel nav ul li a:hover{
    color: #D0021B;
    transition-duration: 0.4s;
}
header .social{
    float: right;
    padding-top: 11px;
}
header .social ul{
    
}
header .social ul li{
    display: inline-block;
}
header .social ul li a,
header .social ul li a.fb,
header .social ul li a.yt,
header .social ul li a.insta,
header .social ul li a.telegram,
header .social ul li a.twt,
header .social ul li a.gp{
    line-height: 25px;
    color: #DFDFDF;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    background: #fff;
}
header .social ul li a:hover{
    color: #fff;
    transition-duration: 0.3s;
}
header .social ul li a.fb:hover{
    color: #39589B;
}
header .social ul li a.yt:hover{
    color: #D95032;
}
header .social ul li a.twt:hover{
    color: #55ACEE;
}
header .social ul li a.gp:hover{
    color: #D95032;
}
.social ul li a.insta:hover { color:#bc2a8d; }
.social ul li a.telegram:hover { color:#0088cc; }

.home_content{
    padding-top: 20px;
    margin-top: 130px;
}
.home_content .first_stories{
    
}
.home_content .first_stories .col-md-6{
    padding-right: 10px;
}
.home_content .article{
    position: relative;
    padding: 3px 0px;
/*    background: #fff;*/
}
.right_artc .badge,
.first_stories .article .badge{
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: -9px;
    top: -3px;
}
.right_artc .label,
.first_stories .article .badge .label{
    position: absolute;
    z-index: 2;
    padding: 6px 10px;
    padding-right: 20px;
    z-index: 5;
    border-radius: 0;
	font-size:100%;
    text-transform: uppercase;
    left: 0;
    top: 0;
}
.home_content .first_stories .image_box{
/*    height: 245px;*/
    overflow: hidden;
}
.home_content .first_stories .image_box img{
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
	/* edd */
/*
    object-fit: cover;
    height: 100%;
    
*/
}
.home_content .first_stories .title{
    padding: 0px 10px;
    padding-top: 23px;
    padding-bottom: 14px;
}
.home_content .first_stories .title a{
    color: #424242;	
    font-size: 24px;	
    line-height: 32px;
}
.home_content .first_stories .article:hover .title a{
/*     color: #D0021B;*/
    transition-duration: 0.4s;
}
.editor{
    padding-left: 10px;
}
.editor span{
    color: #9D9D9D;
    font-size: 14px;
    letter-spacing: -0.8px;
}
.editor dd{
    color: #982B30;
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
}
.home_content .right_artc{
    
}
.home_content .right_artc .image_box{
    height: 230px;
    overflow: hidden;
}
.home_content .right_artc .image_box img{
    max-width: 100%;
	width: 100%; /* edd */
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
/*
    height: 100%;
    object-fit: cover;
*/
}
.home_content .right_artc .title {
    padding: 0px 10px;
    padding-top: 23px;
    padding-bottom: 14px;
}
.home_content .right_artc .title a {
    color: #424242;
    font-size: 19px;
    line-height: 27px;
}
.home_content .right_artc:hover .title a{
/*     color: #D0021B;*/
    transition-duration: 0.4s;
    
}
.long_adv_area{
 
    margin-top: 15px;
    margin-right: 41px;
    margin-bottom: 24px;
    margin-left: 50px;
}

.home_two_block {
    width: 100%;
    margin-top: 5px;
}
.home_two_block .container {
    max-width: 1255px;
	border: 1px solid #F0F0F0;
	border-radius: 1px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 11px 0 rgba(0,0,0,0.02);
}
.home_two_block .image_box{
    overflow: hidden;
}
.home_two_block .image_box img{
    max-width: 100%;
    border-radius: 3px;
}

.home_two_block .title{
    padding: 0px 10px;
    padding-top: 10px;
    padding-bottom: 4px;
}
.home_two_block .title a{
    color: #424242;	
    font-size: 16px;	
    line-height: 22px;
}
.home_two_block .article:hover .title a{
/*     color: #D0021B;*/
    transition-duration: 0.4s;
}
.home_two_block .col-md-7{
    padding-left: 0;
}
.home_two_block .article{
    padding: 17px 0px;
    padding-top: 25px;
}
.home_two_block .editor {
    padding-left: 10px;
}
.home_video_section{
    padding-top: 32px;
}
.home_video_section .col-md-8{
    padding: 0;
}
.home_video_section .top_bar{
    line-height: 41px;
}
.home_video_section .top_bar  .title{
    color: #393536;	
    font-size: 24px;	
    font-weight: bold;	
    line-height: 33px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 80px;
}
.home_video_section .top_bar nav{
    float: right;
}
.home_video_section .top_bar nav ul li a{
    color: #C8CACC;	
    font-size: 12px;	
    font-weight: bold;	
    line-height: 17px;
    padding: 5px 8px;
}
.home_video_section .top_bar nav ul li a.active,
a.active{
    color: #D0021B;
}
.home_video_section .main_article{
    
}
.home_video_section .main_article .image_box{
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
}
.home_video_section .main_article .image_box{
    
}
.home_video_section .main_article .image_box img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_video_section .main_article .image_box .overlay{
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(135,135,135,0.5) 0%, #000000 100%);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.home_video_section .main_article .image_box .overlay .content{
    position: absolute;
    bottom: 30px;
    width: 70%;
    left: 76px
}
.home_video_section .main_article .image_box .overlay .content .title{
    padding: 9px 0px;
}
.home_video_section .main_article .image_box .overlay .content .title a{
    color: #F1F1F1;
    font-size: 20px;	
    font-weight: bold;	
    line-height: 26px;
}
.home_video_section .main_article .image_box .overlay .content .editor{
    padding-left: 0;
}
.home_video_section .main_article .image_box .overlay .content .badge{
    /*position: static;*/
    position: absolute;
    left: 0;
    top: -20px;
}
.home_video_section .main_article .image_box .overlay .icon{
    color: #fff;
    font-size: 28px;
}
.home_video_section .main_article .image_box .overlay .editor .ml-r{
    font-size: 18px;	
    letter-spacing: -1.03px;	
    line-height: 24px;
    color: #fff;
    padding-left: 15px;
    position: relative;
    top: -4px;
}
.video_thumbs .sub_title{
    color: #393536;
    font-size: 12px;	
    font-weight: bold;	
    line-height: 41px;
}
.video_thumbs{
    padding: 0px 24px;
    padding-right: 35px;
}
.video_thumbs .image_box{
    position: relative;
/*    height: 215px;*/
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    margin-bottom: 25px;
}
.video_thumbs .image_box a{
    display: flex;
}
.video_thumbs .image_box img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video_thumbs .image_box .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 215px;
    font-size: 30px;
}
.scroll_videos{
    max-height: 520px;
    overflow: hidden;
    overflow-y: auto;
}

/* width */
.scroll_videos::-webkit-scrollbar {
/*    width: 10px;*/
}

/* Track */
.scroll_videos::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
.scroll_videos::-webkit-scrollbar-thumb {
    background: #C8CACC; 
}

/* Handle on hover */
.scroll_videos::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.news_tracker_sec{
    margin-top: 25px;
}
.news_tracker_sec .news_track_col{
	border: 1px solid #F0F0F0;
	border-radius: 1px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 11px 0 rgba(0,0,0,0.02);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    padding-top: 24px;
}
.news_tracker_sec .top_bar{
/*    padding: 24px 0px;*/
    padding-bottom: 24px;
    padding-left: 15px;
}
.news_tracker_sec .top_bar .title{
    color: #393536;	
/*    color: #838383;	*/
    font-size: 24px;	
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.news_tracker_sec .title span{
    color: #838383;
}
.news_tracker_sec .top_bar nav{
    float: right;
}
.news_tracker_sec .top_bar nav ul{
    padding-left: 0;
    margin-bottom: 0;
}
.news_tracker_sec .top_bar nav ul li{
    display: inline-block;
}
.news_tracker_sec .top_bar nav ul li a{
    color: #C8CACC;	
    font-size: 12px;	
    font-weight: bold;	
    line-height: 17px;
    padding: 5px 8px;
}
.news_tracker_sec .top_bar nav ul li a.active,
a.active{
    color: #D0021B;
}



.grid {
    width: 100%;
    clear: both;
}

.grid-item {
    height: auto;
/*    background-color:#ECF0F1;*/
    border-radius: 3px;
    padding-bottom: 20px;
}
.grid-other {
/*    width: 800px;*/
    border: black 3px solid;
}
.this {
/*    height: 70px;*/
/*    background-color: #1ABC9C;*/
}
.news_tracker_sec .grid .article .image_box{
    position: relative;
}
.news_tracker_sec .grid .article .image_box .badge .label{
    border-radius: 2px;
}
.news_tracker_sec .grid .article .image_box img{
    max-width: 100%;
    width: 100%; /* edd */
    border-radius: 2px;
}
.news_tracker_sec .grid .article .title{
    padding: 0px 10px;
    padding-top: 22px;
    padding-bottom: 5px;
    padding-left: 20px;
}
.news_tracker_sec .grid .article .editor{
    padding-left: 20px;
}
.main_area_stry{
    padding-right: 0;
}
.news_tracker_sec .grid .article .title a{
    color: #424242;		
    font-size: 16px;	
    font-weight: bold;	
    line-height: 22px;
}
/*
.news_tracker_sec .grid .article:hover .title a{
     color: #D0021B;
    transition-duration: 0.4s;
    
*/
/*}*/
.news_tracker_sec .grid .article .editor span{
    font-size: 12px;
    font-weight: bold;
}
.news_tracker_sec .grid .article .editor dd{
    margin-bottom: 0;
}
.news_tracker_sec .grid .article .clr_drr{
    color: #690707
}
.news_tracker_sec .grid .article .gry{
    color: #7B7B7B
}
.news_tracker_sec .grid .article .badge,
.video_thumbs .image_box .badge{
    top: auto;
    bottom: 7px;
}

.grid .grid-item:nth-child(2n){
    background: red;
}

.right_col,
.left_col{
    width: 30%;
    -ms-flex:  30%;
    flex:  30%;
    max-width: 30%;
}
.center_col{
    width: 40%;
    -ms-flex:  40%;
    flex:  40%;
    max-width: 40%;
}
.adv_box_3x25{
/*    height: 250px;*/
    overflow: hidden;
}
.adv_box_3x25 .label{
	color: #B3B3B3;
	font-size: 13px;
	letter-spacing: 0.29px;
	line-height: 18px;
    float: right;
}
.adv_box_3x25 img{
/*    height: 100%;*/
    max-width: 100%;
/*    object-fit: cover;*/
}
.adv_box_6x3{
/*    height: 600px;*/
    overflow: hidden;
}
.adv_box_6x3 img{
    max-width: 100%;
}
.horiz_adv_area{
    padding: 32px 0px;
    margin: 0 auto;
}
.horiz_adv_area .long_adv_area{
    width: 70%;
    min-width: 700px;
    margin: 0 auto;
}
.discourse_sect{
    margin-top: 0px;
}
.discourse_sect .news_track_col {
    padding-top: 24px;
}
.discourse_sect .main_banner{
    
}
.discourse_sect .main_banner .image_box{
/*
    height: 250px;
    overflow: hidden;
*/
}
.discourse_sect .news_track_col{
    padding: 0;
}
.discourse_sect .main_banner .image_box img{
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    width: 100%;
}
.rvm_pad_btm,
.news_tracker_sec .news_track_col.rvm_pad_btm{
    padding-bottom: 0;
}
.news_tracker_sec .news_track_col.rvm_pad_btm{
    padding: 0px 16px;
    padding-top: 24px;
}
.small_banner {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
    padding: 0px;
    padding: 11.5px;
}

.small_banner .item {
  padding: 1.5px;
  width: 33.33333%;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}
.small_banner .item  image_box{
    
}
.small_banner .item  .image_box img{
    max-width: 100%;
    width: 100%; /* edd */
}
.show_more_btn{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}
.discourse_sect .show_more_btn{
    padding-bottom: 0;
}
.show_more_btn a{
	border: 1px solid #E7E7E7;
	border-radius: 3px;
	background-color: #FFFFFF;
    padding: 10px 25px;
    color: #393536;
    font-size: 12px;	
    line-height: 17px;
}
.mor_sory{
    padding-top: 0;
}
.wrapper{
    margin-left: 0;
    margin-right: 0;
}
footer .footer_left{
    background: #BABABA;
    width: 22%;
    -ms-flex:  22%;
    flex:  22%;
    max-width: 22%;
    position: relative;
}
footer .footer_right{
    background: #F0F0F0;
    width: 78%;
    -ms-flex:  78%;
    flex:  78%;
    max-width: 78%;
    padding-right: 55px;
}
footer .footer_left .content{
    max-width: 160px;
    float: right;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
footer .footer_left .content nav ul{
    padding-left: 0;
}
footer .footer_left .content nav ul li{
    list-style: none;
}
footer .footer_left .content nav ul li a{
	color: #F0F0F0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.31px;
	line-height: 26px;
    text-transform: uppercase;
}
footer .footer_left .content .footer_logo .copy {
	color: #EAEAEA;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.27px;
	line-height: 17px;
    display: block;
    margin-top: 10px;
}
/*
footer .footer_left .content .footer_logo{
    text-align: right;
}
*/
footer .footer_left .content .footer_logo img{
/*    max-width: 100%;*/
      max-width: 150px;
}
footer .footer_right .navigation_panel{
    padding-top: 50px;
    padding-bottom: 45px;
}
footer .footer_right .navigation_panel nav ul{
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
footer .footer_right .navigation_panel nav ul li{
    list-style: none;
}
footer .footer_right .navigation_panel nav ul li a{
	color: #A0A0A0;
	font-size: 12px;
	font-weight: 600;
	line-height: 27px;
    text-transform: uppercase;
}
footer .social{
    position: relative;
    padding-bottom: 20px;
}
footer .social ul{
    display: inline-block;
    padding-right: 40px;
    background: #F0F0F0;
    position: relative;
    z-index: 2;
}
footer .social ul li{
    display: inline-block;
}
footer .social ul li a{
    color: #fff;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}
.fb{
    background: #39589B;
}
.twt{
    background: #55ACEE;
}
.gp{
    background: #D95032;
}
.em{
	background:#999;
}
footer .footer_right .social .line{
    position: absolute;
    background: #919191;
    height: 1px;
    width: 100%;
    display: block;
    top: 13px;
    left: 0;
    z-index: 0;
}
.marketed_by{
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 35px;
}
.marketed_by .content{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: nowrap;
  justify-content: space-around;
    
}
.marketed_by .content .item{
  padding: 5px;
  width: 33.33333%;
  background: #F0F0F0;
  margin-top: 10px;
  text-align: center;   
}
.marketed_by span.title{
	color: #A0A0A0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.27px;
	line-height: 17px;
}
.marketed_by .content img,
.marketed_by .content .item img{
    max-width: 100%;
}
.marketed_by .market{
    display: block;
}
.marketed_by .market img{
    max-width: 180px;
}
.support_by{
    padding-top: 50px;
}

.support_by span{
	color: #A0A0A0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.27px;
	line-height: 17px;
    display: block;
}


.support_by img{
    max-width: 155px;
    padding-top: 0px;
}
.support_by p{
	color: #848484;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.27px;
	line-height: 17px;
    padding-top: 20px;
}
.business_part{
    background: #fff;
    padding-top: 27px;
    padding-bottom: 35px;
}
.business_part span{
	color: #343434;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.27px;
	line-height: 17px;
    display: block;
}
.business_part ul{
    text-align: center;
}
.business_part ul li{
    display: inline-block;
    padding-left:  48px;
}
.business_part ul li img{
    max-height: 45px;
}
footer{
  /*  border-bottom: 5px solid #000; */
}
.dropdown .front{
    display: none;
}
.mobile_only{
        display: none !important;
    }

    .hide_in_mobile{
        display: block;
    }

.long_adv_area img{
    width: 100%;
}
.story_bg{
	background: linear-gradient(180deg, #313131 0%, #000000 100%);
}
.story_page .story_bg .row{
    margin: 0;
}
.story_page .story_bg .col-md-7{
    padding-left: 0;
}
.story_page .story_bg .image_box a{
    position: relative;
    overflow: hidden;
    display: block;
}
.story_page .story_bg .image_box img{
    width: 100%;
    border-radius: 0;
}
.story_page .article{
    padding: 0;
}
.story_page .story_bg .image_box{
    position: relative;
    overflow: inherit;
	max-height:500px;
	overflow:hidden;
}
.story_page .story_bg .overlay{
    position: absolute;
    width: 100%;
    bottom: 7px;
    left: 0;
    padding-right: 22px;
    padding-left: 15px;
}
.story_page .story_bg .overlay .title a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.story_page .story_bg .badge{
    left: 14px;
    top: -10px;
}
.story_page .story_bg .badge .label{
    padding: 6px 10px;
    border-radius: 2px;
}
.story_page .story_bg .editor{
    text-align: right;
}
.story_page .article .row{
    padding-top: 55px;
    padding-right: 54px;
    position: relative;
}
.story_page .article .view_count{
	color: #8D8D8D;
	font-size: 14px;
	letter-spacing: 0.31px;
	line-height: 19px;
    position: absolute;
    bottom: 5px;
}
.story_page .story_bg .col-md-5{
    padding-left: 0;
    padding-right: 0;
}
.video_story_page  .news_tracker_sec .top_bar .title{
    font-size: 22px;
}
.video_story_page .side_newstrack .top_bar{
    padding-left: 0
}
.team_page .news_tracker_sec .top_bar .title{
	font-size: 32px;
	font-weight: bold;
	line-height: 43px;
    text-transform: inherit;
}
.team_page .news_tracker_sec .top_bar nav ul li a{
    text-transform: uppercase;
}
.team_page{
    padding-top: 27px;
}
.team_page .news_tracker_sec{
    margin-top: 0px;
}
.team_page .news_tracker_sec .top_bar{
    padding-bottom: 65px;
    padding-left: 45px;
}
.team{
    
}
.team .image_box{
    border-radius: 200px;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.team .image_box img{
    max-width: 100%;
    width: 100%;
}
.team .details{
    padding-top: 25px;
    border-top: 1px solid #F0F0F0;
    width: 90%;
    position: relative;
}
.team .details .badge{
    display: flex;
    position: static;
    padding-left: 0;
    padding-bottom: 16px;
	background:transparent;
}
.team .details .badge .label{
    position: static;
}
.team .details .badge dd{
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    color: #D2000D;
    padding: 6px 15px;
}
.team .details .content {
	color: #424242;
	font-size: 13px;
	letter-spacing: -0.13px;
	line-height: 18px;
}
.team .details .social{
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
}
.team .details .social ul{
    display: inline-block;
    padding-left: 0px;
    position: relative;
    z-index: 2;
}
.team .details .social ul li{
    display: inline-block;
}
.team .details .social ul li a{
    color: #fff;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    border-radius: 5px;
}
.team .details .content a.mail{
    color: #D2000D;
}
.team .details .content a.link{
    color: #0A597F;
}
.team_page .news_tracker_sec .news_track_col{
    margin-bottom: 14px;
}

.exandable_menu{
    position: fixed;
    top: -150%;
    left: 0;
    width: 100%;
/*    background: rgba(255,255,255,0.7);*/
    background: #fff;
    z-index: 999;
    height: 100vh;
    overflow-y: auto;
    transition-duration: 0.6s
}
.show_that{
    top: 0;
    transition-duration: 0.6s
}
.exandable_menu .container{
    padding: 0px 15px;
}
.exandable_menu .top_bar{
    padding-bottom: 38px;
}
.exandable_menu .top_bar .close{
    margin-top: 45px;
    color: #D0021B;
}
.exandable_menu .social{
    width: 80%;
    float: none;
    margin: 0 auto;
    position: relative;
    margin-bottom: 70px;
}
.exandable_menu .social ul{
    padding-left: 0;
    padding-right: 25px;
    background: #fff;
    position: absolute;
    z-index: 9;
}
.exandable_menu .social ul li a{
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0;
    text-align: center;
}
.exandable_menu .social ul li a:hover{ background:#fff !important; }
.exandable_menu .social ul li a.insta{
	background:#bc2a8d;
	color:#fff;
}
.exandable_menu .social ul li a.telegram{
	background:#0088cc;
	color:#fff;
}
.exandable_menu .social ul li a.telegram:hover{ color:#0088cc;}
.exandable_menu .social ul li a.insta:hover{ color:#bc2a8d;}
.exandable_menu .social ul li a.fb{
    background: #39589B;
}
.exandable_menu .social ul li a.yt{
    background: #D95032;
}
.exandable_menu .social ul li a.twt{
    background: #55ACEE;
}
.exandable_menu .social ul li a.gp{
    background: #D95032;
}
.exandable_menu .social .line {
    position: absolute;
    background: #281E1E;
    height: 1px;
    width: 100%;
    display: block;
    top: 25px;
    left: 0;
    z-index: 0;
}
.menus_cat_wrap{
  display: flex;
  flex-wrap:wrap;
    width: 80%;
    margin: 0 auto;
}
.menus_cat_wrap .item{
    flex-basis: 20%;
    padding-right: 20px;
}
.menus_cat_wrap .item dd{
    border-bottom: 1px solid #281E1E;
    
}
.menus_cat_wrap .item dd a{
	color: #281E1E;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.37px;
	line-height: 22px;
}
.menus_cat_wrap .item ul{
    padding-left: 0;
}
.menus_cat_wrap .item ul li{
    list-style: none;
}
.menus_cat_wrap .item ul li a{
	color: #281E1E;
	font-size: 13px;
	letter-spacing: 0.3px;
	line-height: 32px;
}
.menus_cat_wrap .item dd i{
    display: none;
}

    .menus_cat_wrap .item ul li a:hover{
        transition-duration: 0.3s;
        color: #D0021B;
    }

.story_main{
    
}
.story_main .autor{
    text-align: center;
    padding-top: 40px;
}
.story_main .autor .image_box{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 150px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.story_main .autor .image_box img{
    max-width: 100%;
}
.story_main .autor .designation{
	color: #6F6F6F;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	line-height: 17px;
    display: block;
}
.story_main .autor .name{
	color: #042884;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.8px;
	line-height: 19px;
    display: block;
}
.story_main .story_area{
	border: 1px solid #F0F0F0;
	border-radius: 1px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 11px 0 rgba(0,0,0,0.02);
    position: relative;
    top: -90px;
}
.story_main .story_area .content{
    padding: 0px 30px;
}
.credit{
	color: #8B8B8B;
	font-size: 10px;
	font-weight: 600;
	line-height: 14px;
    text-transform: uppercase;
    display: block;
    text-align: right;
}
.story_main .story_area p{
  font-family: 'Noto Sans Malayalam UI', sans-serif;
    font-weight: 400;
}
.story_main .story_area .badge{
    left: -10px;
    top: 17px;
}
.story_main .story_area .badge .corn{
    top: 13px;
    left: 0;
    width: 10px;
    height: 20px;
    background: #B6050C;
}
.story_main .story_area .badge .label{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.16px;
	line-height: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0;
}
.story_main .story_area .top_share{
    float: right;
    padding-right: 18px;
    padding-top: 20px;
}
.story_main .story_area .top_share ul li{
    display: inline-block;
}
.story_main .story_area .top_share ul li a{
    color: #D2D2D2;
    padding: 5px;
    font-size: 16px;
}
.story_main .story_area .top_share ul li a i{
    height: 22px;
    width: 22px;
    display: inline-block;
}
.story_main .story_area .top_share ul li a i.facebook{
    background: url('../images/Group.png') center no-repeat;
    background-position-x: 0px;

}
.story_main .story_area .top_share ul li a i.twitter{
    background: url('../images/Group.png') center no-repeat;
    background-position-x: -38px;
}
.story_main .story_area .top_share ul li a i.whatsapp{
    background: url('../images/Group.png') center no-repeat;
    background-position-x: -77px;
}
.story_main .story_area .content .title{
	color: #424242;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.58px;
	line-height: 36px;
    padding-top: 60px;
  font-family: 'Noto Sans Malayalam UI', sans-serif;
}
.story_main .story_area .content .also_read .title{
    font-size: inherit;
    line-height: normal;
    padding: 0;
}
.story_main .story_area .content .editor {
    padding-left: 0;
    padding-top: 16px;
}
.story_main .story_area .content .editor dd {
	color: #9A9A9A;
	font-size: 12px;
	line-height: 17px;
    padding-left: 0;
}
.story_main .story_area .content .bold_onl{
    padding: 30px 0px;
    display: block;
}
.story_main .story_area .content .bold_onl b{
	color: #484848;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
        display: block;
  font-family: 'Noto Sans Malayalam UI', sans-serif;
}
.story_main .col-sm-6{
    padding-right: 0;
}
.story_main .story_area .content p{
	color: #424242;
	font-size: 16px;
	line-height: 28px;
    clear: both;
    text-align: left;
}
.story_main .story_area .image_box{
    padding: 10px 16px;
}
.story_main .story_area .image_box img{
    max-width: 100%;
    width: 100%;
}
.story_main .story_area .image_box dd{
	color: #8B8B8B;
	font-size: 12px;
	line-height: 17px;
    padding: 5px 20px;
    padding-bottom: 0;
  font-family: 'Noto Sans Malayalam UI', sans-serif;
}
.story_main .story_area .spoken{
    padding: 24px 50px;
}
.story_main .story_area .spoken span{
	color: #424242;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.4px;
	line-height: 26px;
  font-family: 'Noto Sans Malayalam UI', sans-serif;
    
}
.story_main .story_area .spoken dd{
	color: #7A7A7A;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.4px;
	line-height: 24px;
    font-family: 'Noto Sans Malayalam', 'Open Sans';
    text-align: right;
    margin-top: 15px;
    border-top: 2px solid #D0021B;
    padding-top: 5px;
    display: inline-block;
    float: right;
    position: relative;
}
.story_main .story_area .spoken dd::after{
    position: absolute;
    content: "";
    right: -15px;
    top: -10px;
    width: 20px;
    height: 2px;
    background: #D0021B;
    transform: rotate(125deg);;
}
.story_main .story_area .also_read{
    margin: 25px 0px;
    border-top: 2px solid #F0F0F0;
    border-bottom: 2px solid #F0F0F0;
    padding: 10px 30px;
    position: relative;
	clear:both;
}
.story_main .story_area .also_read span{
	color: #D0021B;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.8px;
	line-height: 22px;
    position: absolute;
    top: 35%;
}
.story_main .story_area .also_read .title a{
	color: #424242;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
  font-family: 'Noto Sans Malayalam UI', sans-serif;
}
.story_main .story_area .also_read .image_box{
    padding: 0;
    height: 100%;
}
.story_main .story_area .also_read .image_box img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.story_main .story_area .fb_post{
    padding: 15px 18px;
}
.story_main .story_area .tags{
    
}
.story_main .story_area .tags  ul{
    padding-left: 35px;
}
.story_main .story_area .tags  ul li{
    display: inline-block;
    padding: 0 4px;
}
.story_main .story_area .tags  ul li a{
    padding: 3px 12px;
	color: #AFAFAF;
	font-size: 10px;
	line-height: 14px;
    border: 1px solid #F0F0F0;
    text-transform: uppercase;
}
.story_main .story_area .share{
    padding: 36px 40px;
}
.story_main .story_area .share img{
    max-width: 100%;
}
.story_main .story_area .team{
    position: relative;
}
.story_main .story_area .team .badge .label{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.12px;
}
.story_main .story_area .team .badge dd{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.12px;
	line-height: 17px;
}
.story_main .story_area .team .badge{
    left: 0;
    top: 0;
	background:transparent;
}
.story_main .story_area .team .image_box{
    width: 80px;
    height: 80px;
    border-radius: 150px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}
.story_main .story_area .team .image_box img{
    max-width: 100%;
}
.story_main .story_area .team .content{
    padding: 0;
  font-family: 'Noto Sans Malayalam UI', sans-serif;
}
.story_main .story_area .team .col-md-2{
    padding-right: 0;
}
.story_main .story_area .team .details .social ul li a{
    background: #ACACAC;
}
.story_main .story_area .team .more_about{
    position: absolute;
    right: 0;
    display: block;
    top: 22px;
    color: #D0021B;
    font-size: 18px;
}
.story_main .story_area .support{
    padding: 24px 45px;
    padding-bottom: 42px;
}
.story_main .story_area .support img{
    max-width: 100%;
}
.story_main .story_area .team .details{
    padding: 17px 0px;
    border-bottom: 1px solid #F0F0F0;
    width: 95%;
}
.story_main .story_area .team .details .social{
    padding-bottom: 0;
}
.story_main .story_area .team .details .social ul{
    margin-bottom: 0;
}
.story_main .story_area .facebook_comments{
    padding: 12px 15px;
}
.story_main .story_area .facebook_comments img{
    max-width: 100%;
}
.story_page .first_stories .article:hover .title a{
    color: #FFFFFF;
}
.story_page .side_newstrack .article{
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    justify-content: space-around;
}
.story_page .side_newstrack .grid .article .title a{
	color: #424242;
	font-size: 13px;
	line-height: 18px;
    font-weight: 400;
}
.story_page .side_newstrack .grid .article .title{
    padding-top: 12px;
    line-height: 18px;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    border-top: 1px solid #F0F0F0;
}
.story_page .side_newstrack .grid .article .image_box{
    overflow: hidden;
    height: 90px;
    width: 100%;
}
.story_page .side_newstrack .grid .article .image_box img{
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}
.story_page .side_newstrack .grid .article .editor{
    text-align: right;
}
.story_page .side_newstrack .top_bar{
    padding-left: 4px;
    padding-top: 0;
    padding-bottom: 20px;
    clear: both;
}
.story_page .news_tracker_sec .news_track_col{
    padding-top: 15px;
    
}
.story_page .side_newstrack .grid .article .adv_box_3x25{
    padding: 25px 30px;
    padding-top: 12px;
    height: 100%;
    width: 100%;
}
.story_page .side_newstrack .grid .article .adv_box_3x25 img{
    height: 100%;
    width: 100%;
    
}
.story_page .side_newstrack .grid .grid-item{
    padding-bottom: 5px;
}
.story_page .related_news_sec{
    margin-top: -90px;
}
.story_page .related_news_sec .offset-md-1{
    margin-left: 228px;
}
.story_page .related_news_sec .top_bar{
    padding-top: 40px;
    padding-bottom: 8px;
}
.story_page .related_news_sec .grid .article .badge,
.video_thumbs .image_box .badge{
    left: 10px;
}
header.video_header{
    background: none;
    position: fixed;
    width: 100%;
    border: none;
    box-shadow: none;
}
header.video_header .col-sm-12{
    padding: 0px 15px;
}
.video_page,
.video_page .home_video_section{
    padding: 0;
}
.video_page {
    margin-top: 0;
    background: #000000;
}
.video_page .home_video_section .main_article .image_box{
    height: 100%;
}
.video_page .home_video_section .main_article{
    height: 100%;
}
.video_page .home_video_section .main_article.frist_video{
    min-height: 100vh;
}
.video_page .home_video_section .horizontal_video,
.video_page .home_video_section .two_videos{
    height: 360px;
}
.video_page .home_video_section .main_article .image_box img{
    width: 100%;
}
.video_page > .home_video_section > .row,
.video_page .home_video_section .col-md-12,
.video_page .home_video_section .col-md-7,
.video_page .home_video_section .col-md-5{
    padding: 0;
    margin: 0
}
.video_page .home_video_section .col-md-5,
.video_page .home_video_section .col-md-7{
    margin-top: 8px;
    margin-bottom: 8px;
}
.video_page .home_video_section .pad_left{
    padding-right: 8px;
}
header.video_header .menu_panel nav ul li a{
    color: #fff;
}
header.video_header .menu_panel span,
header.video_header .menu_panel span::after{
    background: #fff;
}
header.video_header .search{
    max-width: inherit;
    width: 50px;
}
header.video_header .search input{
    width: 0;
}
.video_header.nav-down{
    background: #373737;
    padding-bottom: 15px;
}
.video_header.nav-down.transHeader{
    background: none;
}
header.video_header .logo,
header.video_header .search{
    margin-top: 29px;
}
header.video_header .search input{
    padding-left: 35px;
    background: none;
    border: none;
    box-shadow: none;
}
/*.home_video_section .main_article .image_box .overlay .content .badge*/
.video_page .frist_video .badge .label{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.16px;
	line-height: 22px;
    position: static;
}
.video_page .home_video_section .main_article.frist_video .image_box .overlay .content .title a{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
}
.video_page .home_video_section .main_article .image_box .overlay .content .title{
    padding-top: 10px;
    padding-bottom: 5px;
}
.video_page .home_video_section .main_article.frist_video .image_box .overlay .editor .ml-r{
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: -1.14px;
	line-height: 27px;
}
.video_page .badge,
.video_thumbs .image_box .badge{
    padding-left: 0;
}
.video_page .badge .label{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.12px;
	line-height: 17px;
    position: static;
}
.video_page .home_video_section .main_article .image_box .overlay .content .title a{
	color: #F1F1F1;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}
.video_page .home_video_section .main_article .image_box .overlay .editor .ml-r{
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: -1.03px;
	line-height: 24px;
}
.video_page .home_video_section .main_article .image_box .overlay .editor{
    padding-left: 0;
}
.video_page .horiz_adv_area,
.video_page .show_more_btn{
    width: 100%;
    text-align: center;
    background: #fff;
}
.video_page .horiz_adv_area .long_adv_area{
    width: 100%;
    background: none;
}
.video_page .horiz_adv_area .long_adv_area img{
    width: auto;
}
.home_video_section .main_article .image_box{
    overflow: hidden;
}
.home_two_block .article .image_box,
.home_content .right_artc .image_box,
.home_two_block .article .image_box,
.home_content .first_stories .article .image_box,
.news_tracker_sec .grid .article .image_box{
    border-radius: 2px;
}
.home_video_section .main_article .image_box img,
.home_content .first_stories .article img,
.home_content .right_artc img,
.home_two_block .article img,
.story_bg .small_box img,
.news_tracker_sec .grid .article img{
    transition-duration: 0.7s;
}
.story_bg .small_box:hover img,
.home_two_block .article:hover img,
.home_video_section .main_article .image_box:hover img,
.home_content .right_artc:hover img,
.home_two_block .article:hover img,
.home_content .first_stories .article:hover img,
.news_tracker_sec .grid .article:hover img{
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
    transition-duration: 0.7s;
    border-radius: 2px;
}
.home_video_section .main_article .image_box:hover img{
    -ms-transform: scale(1.02); /* IE 9 */
    -webkit-transform: scale(1.02); /* Safari 3-8 */
    transform: scale(1.02);
    transition-duration: 0.7s;
    border-radius: 2px;
}
/*header.vid_story,*/
/*header.vid_story.transHeader,*/
/*
header.vid_story.video_header.nav-down.transHeader{
    position: fixed;
    background: #373737;
    padding-bottom: 35px;
}
*/
header.video_header .search.opensearch{
    width: 20%;
    color: #fff;
}
.video_story_page {
    background: #fff;
}
header.video_header .search.opensearch .form-control{
    width: 100%;    
    padding-left: 55px;
    color: #000;
    background: #fff;
}
header.video_header .menu_icon{
    padding-right: 15px;
}
header.video_header .menu_panel span::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 7px;
    top: 10px;
    left: 0;
    background: #fff;
}
header.video_header .menu_panel span{
    top: -8px;
}
header.video_header .search.opensearch .form-control::placeholder{
    color: #BFBFBF;
}
header.video_header .search{
    margin-right: 94px;
    margin-top: 37px;
}
header.video_header .search span{
    color: #fff;
}
header.video_header .search.opensearch span{
    color: #BFBFBF;
}
.video_story_page{
    margin-top: 0;
}
.vide_stry_cont{
    position: relative;
}
.main_area{
    width: 80%;
}
.video_story_page .newstrack_col{
    position: absolute;
    top: 0;
    right: -180px;
    max-width: 42%;
}
.video_story_page .story_main .story_area{
    top:0;
}
.video_story_page .story_main .story_area .content .title{
    padding-top: 16px;
    max-height: 109px;

}
.small_box{
    max-width: 356px;
    height: 219px;
}
.story_page .story_bg .editor{
    max-width: 356px;
}
.video_story_page .dropdown .front:after,
.story_page .dropdown .front:after {
  content: "";
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #D24E4E;
  margin-top: 5px;
}
.video_story_page .dropdown .front,
.story_page .dropdown .front {
    display: block;
    cursor: pointer;
    display: flex;
    padding-right: 10px;
    padding-top: 5px;
}

.video_story_page .dropdown .view,
.story_page .dropdown .view {
    height: inherit;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    color: #D24E4E;
    padding-right: 10px;
}
.next_video_bx{
    padding-bottom: 22px;
}
.story_main .story_area .next_video_bx .small_box{
    padding: 0;
    position: relative;
    height: 220px;
}
.story_main .story_area .next_video_bx .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(180deg, rgba(135,135,135,0.5) 0%, #000000 100%);
}
.story_main .story_area .next_video_bx .content{
    padding: 0;
}
.story_main .story_area .next_video_bx .badge{
    left: 15px;
    top: -12px;
    z-index: 5;
}
.story_main .story_area .next_video_bx .badge .label{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.12px;
	line-height: 17px;
}
.story_main .story_area .next_video_bx .overlay .title{
	line-height: 22px;
    position: absolute;
    bottom: 7px;
    left: 0;
    padding-left: 15px;
    padding-right: 22px;
}
.story_main .story_area .next_video_bx .overlay .title a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.story_main .story_area .next_video_bx .content .editor{
    float: right;
    padding-top: 8px;
}
.story_main .story_area .next_video_bx .content .editor span{
	color: #9C9C9C;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.8px;
	line-height: 19px;
}
.story_main .story_area .next_video_bx .content .editor dd{
	color: #86070C;
	font-size: 12px;
	line-height: 14px;
    padding-left: 8px;
}
.video_story_page .story_main .story_area .col-md-4.newstrack_col{
      border: 1px solid #F0F0F0;
    border-radius: 1px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 11px 0 rgba(0,0,0,0.02);
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 24px;
	max-width:400px;
}

.video_story_page .story_area .facebook_comments { width:98%; }

.video_story_page .story_main .story_area .col-md-4.newstrack_col .news_tracker_sec .news_track_col{
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 11px;
    padding-right: 8px;
}
.side_newstrack{
    clear: both;
}
.video_story_page .side_newstrack .grid .article .image_box,
.video_story_page .side_newstrack .grid .article .content{
    padding: 0;
    width: auto;
}

.video_story_page .related_news_sec .col-md-10{
    padding-left: 0;
}
.video_story_page .related_news_sec{
    margin-top: 0;
    margin: 0 auto;
}
.row{
    clear: both;
}

.video_story_page .related_news_sec .grid .article .image_box,
.video_thumbs .image_box{
    height: 220px;
}
.video_story_page .related_news_sec .grid .article .image_box .overlay,
.video_thumbs .image_box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(180deg, rgba(135,135,135,0.5) 0%, #000000 100%);
    line-height: normal;
    text-align: left;
}
.video_story_page .related_news_sec .grid .article .badge,
.video_thumbs .image_box .badge{
    position: static;
}
.video_story_page .related_news_sec .grid .article .title a,
.video_thumbs .image_box .title a{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
    font-weight: 400;
}
.video_story_page .related_news_sec .grid .article .image_box .badge .label,
.video_thumbs .image_box .badge .label {
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: -0.08px;
/*	line-height: 11px; */
    background: #EC1A22;
}
.video_story_page .related_news_sec .grid .article .image_box .overlay .content,
.video_thumbs .image_box .overlay .content{
    position: absolute;
    bottom: 0;
    padding-left: 12px;
    padding-bottom: 10px;
}
.video_story_page .related_news_sec .grid .article .title,
.video_thumbs .image_box .title{
    padding-top: 5px;
    padding-left: 0;
}

.video_story_page .related_news_sec .grid .article .image_box .overlay .editor,
.video_thumbs .image_box .overlay .editor{
    padding-left: 12px;
    padding-top: 8px;
}
.video_story_page .related_news_sec .grid .article .image_box .overlay .editor span,
.video_thumbs .image_box .overlay .editor span{
    color: #fff;
    font-size: 24px;
}
.story_page .related_news_sec .news_track_col .col-md-4{
    padding: 0px 11px;
}

.story_page .related_news_sec .news_track_col{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 18px;
    padding-top: 24px;
    margin-top: 0;
    margin-bottom: 26px;
}
.story_page .related_news_sec .top_bar{
    padding-bottom: 12px;
    padding-top: 40px;
    padding-left: 0;
}
.dooltalk_page{
    
}
.dooltalk_page .doolt_banner{
    background: linear-gradient(224.95deg, #42BDDF 0%, #1F88BC 100%);
    padding-top: 32px;
    padding-bottom: 28px;
    margin-bottom: 20px;
}

.dooltalk_page .doolt_banner .container{
    padding-left: 40px;
    padding-right: 40px;
}
.dooltalk_page .doolt_banner .image_box{
    background-color: #FFFFFF;
    border-radius: 3px;
    margin-top: 30px;
}
.dooltalk_page .doolt_banner .image_box img{
    max-width: 100%;
    padding: 10px 5px;
}
.dooltalk_page .doolt_banner .content{
}
.dooltalk_page .doolt_banner .content .item{
    display: flex;
    padding: 11px 0px;
}
.dooltalk_page .doolt_banner .content a:first-child{
    border-bottom: 1px solid #FFFFFF;
}
.dooltalk_page .doolt_banner .content a{
	color: #FFFFFF;
    display: block;
}
.dooltalk_page .doolt_banner .content .item span{
    display: block;
    font-family: 'Noto Sans Malayalam UI', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.dooltalk_page .doolt_banner .content .item dd{
    margin: 0;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
    display: block;
	line-height: 34px;
    padding-right: 18px;
}
.team .details .more_about{
    position: absolute;
    top: 30px;
    right: 0;
} 
.terms_page{
    
}
.terms_page .news_tracker_sec .top_bar{
    padding-left: 0;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 30px;
    padding-top: 36px;
}
.terms_page .news_tracker_sec .top_bar .title{
    margin-bottom: 0;
}
.terms_page .news_tracker_sec .news_track_col{
    padding-left: 150px;
    padding-right: 46px;
}
.terms_page .main_content{
/*    padding-top: 39px;*/
}

.terms_page .main_content .red{
    display: block;
    font-size: 16px;
    color: #D0021B;
    font-weight: bold;
    letter-spacing: -0.16px;
    line-height: 22px;
    margin-top: 39px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 16px;
}
.terms_page .main_content b{
    padding-bottom: 14px;
	color: #424242;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.16px;
	line-height: 22px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.terms_page .main_content .blue{
	color: #1F88BC;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.16px;
	line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 8px;
}
.terms_page .main_content p{
	color: #424242;
	font-size: 14px;
	line-height: 21px;
    font-family: 'Open Sans', sans-serif;
}
.privacy_page .main_content{
    padding-top: 39px;
}
.privacy_page .main_content .red{
    margin-top: 16px;
}
.privacy_page .main_content b{
    padding-bottom: 0;
}
.search_page .news_tracker_sec .top_bar{
    display: flex;
    padding-top: 47px;
    padding-bottom: 16px;
    padding-left: 0;
}
.search_page .news_tracker_sec .top_bar .search_box{
    flex-basis: 75%;
    position: relative;
}
.search_page .news_tracker_sec .top_bar .dropdown{
    flex-basis: 40%;
}
.search_page .news_tracker_sec .top_bar .search_box span{
    position: absolute;
    top: 0;
    left: 5px;
	color: #969595;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
    display: inline-block;
    z-index: 2;
}
.search_page .news_tracker_sec .top_bar .search_box input{
    padding-left: 115px;
    font-family: 'Noto Sans Malayalam', 'Open Sans';
	color: #424242;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
    position: relative;
    border: none;
    border-bottom: 1px solid #D5D5D5;
    border-radius: 0;
}
.search_page .news_tracker_sec .top_bar .search_box input:focus{
    outline: inherit;
}
.search_page .news_tracker_sec .top_bar .search_box span.icon{
    right: 0px;
    left: auto;
	color: #333;
	background:#fff;
	padding:0 8px;
	font-size: 20px;
	line-height: 38px;
    cursor: pointer;
}
.search_page .news_track_col{
    padding-left: 93px;
    padding-right: 78px;
}
.search_page .result_count{
	color: #D0021B;
	font-size: 18px;
    display: block;
    text-align: center;
	line-height: 24px;
    padding-bottom: 26px;
}
.search_page .main_content{
    padding-left: 20px;
    padding-right: 30px
}

.video_page .home_video_section .two_videos{
    margin-top: 0;
    margin-bottom: 0;
}
.frist_video{
    margin-bottom: 8px;
}
.search_page .main_content .image_box{
    overflow: hidden;
    height: 160px;
    border-radius: 3px;
}
.search_page .main_content .image_box img{
    max-width: 100%;
    height: 100%;
	width:100%;
    object-fit: cover;
}
.search_page .main_content .badge{
    position: static;
    padding: 0;
    display: inline-block;
}
.search_page .main_content .editor{
    padding-left: 0;
}
.search_page .main_content .editor span{
	color: #690707;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.69px;
	line-height: 17px;
}
.search_page .main_content .editor dd{
	color: #7B7B7B;
	font-size: 12px;
	line-height: 14px;
}
.search_page .main_content .badge .label {
    position: static;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.12px;
	line-height: 17px;
}
.search_page .main_content .title{
    padding-top: 10px;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.search_page .main_content .title a{
	color: #424242;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
}
.search_page .main_content .content{
    position: absolute;
    bottom: 0;
}

.search_page .main_content .row{
    padding-bottom: 24px;
}
.author_page .team{
    padding-top: 47px;
    margin-bottom: 40px;
}
.author_page .team .details{
     border-top: none;
     border-bottom: 1px solid #F0F0F0;
    width: 100%;
}

.author_page .team .details .content{
/*    width: 90%;*/
}
.author_page .news_track_col{
    padding-left: 82px;
    padding-right: 81px;
}
.author_page .main_content{
    padding-left: 31px;
    padding-right: 30px;
}
.author_page .team .details .social{
        padding-bottom: 31px;
    }
.category_page .news_tracker_sec .top_bar .title{
    flex-basis: 60%;
}
.category_page .news_track_col{
    padding-left: 114px;
    padding-right: 78px;
}
.category_page .news_tracker_sec .title span{
	color: #969595;
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
}
.category_page .news_tracker_sec .top_bar{
    padding-top: 22px;
    padding-bottom: 59px;
}
.category_page .news_tracker_sec .title h1{
	color: #393536;
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.category_page .news_tracker_sec .top_bar .dropdown{
    padding-top: 35px;
}
.category_page .news_tracker_sec .news_track_col{
    padding-bottom: 0;
    margin-bottom: 24px;
}
.story_page  .grid .article .image_box a{
    display: inline;
}
.grid .article .image_box a{
    overflow: hidden;
    display: block;
    border-radius: 2px;
}
.grid .article .adv_box_3x25,
.grid .article .adv_box_6x3{
    border-radius: 0
}
.grid .article .adv_box_3x25 a,
.grid .article .adv_box_6x3 a{
    border-radius: 0;
    width: 100%;
}
.news_tracker_sec .grid .article:hover .adv_box_3x25 img,
.news_tracker_sec .grid .article:hover .adv_box_6x3 img{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: 0s;
}
.story_bg .article .col-md-9{
    padding: 0;
}
.story_page .story_bg .small_box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.story_page .story_bg .small_box .overlay .title{
    position: absolute;
    bottom: 0px;
    left: 0;
    padding-left: 15px;
    padding-right: 22px;
}
.story_page .story_bg .image_box:hover img{
    transform: none;
}

.story_page .story_bg .article:hover img{
    transform:scale(1);
}

.video_page .home_video_section .horizontal_video{
    margin: 8px 0px;
}

.video_page  .related_news_sec .top_bar{
    padding-top: 0;
}
.video_page .related_news_sec .news_track_col{
    margin-top: 30px;
}






@media (min-width: 1200px){
    .container {
        max-width: 1185px;
    }
    header .container{
        padding: 0 35px;
    }
    .home_video_section .container {
        max-width: 1255px;
    }
    .home_video_section .top_bar .title{
        margin-left: 20px;
    }
    .search_page .top_bar nav ul{
        padding-left: 70px;
    }
}
@media (min-width: 992px){
/*
    .home_content .top_bar nav ul{
        position: static;
        display: block;
        padding: 0;
        background: none;
        border: none;
        box-shadow: none;
    }
    .home_content .top_bar nav ul li{
        padding: 0;
        width: auto;
    }
*/
    
.team_page .top_bar nav ul,
.home_page .home_video_section .top_bar nav ul,
.home_page .news_tracker_sec .top_bar nav ul{
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    position: static;
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
}
    .team_page  .top_bar nav ul li,
    .home_page .home_video_section .top_bar nav ul li,
    .home_page .news_tracker_sec .top_bar nav ul li{
        display: inline-block;
        width: auto;
        padding: 0;
    }
    .search_page .top_bar nav ul{
        padding-left: 45px;
        position: absolute;
        right: 0;
        top: 0;
    }
}


@media (max-width: 1200px){
    .category_page .news_track_col{
        padding-left: 60px;
    }
    .terms_page .news_tracker_sec .news_track_col{
        padding-left: 80px;
    }
    .dooltalk_page .doolt_banner .image_box{
        margin-top: 50px;
    }
    .home_video_section .top_bar .title{
        margin-left: 20px;
    }
    .home_video_section .top_bar nav ul li a{
        padding: 5px;
    }
    .home_video_section .main_article .image_box{
        height: 400px;
    }
    .video_thumbs .image_box .overlay{
        line-height: 140px;
    }
    .story_main .story_area{
        top: -45px;
    }
    .story_page .related_news_sec .offset-md-1{
        margin-left: 155px;
    }
    .story_page .related_news_sec {
        margin-top: -45px;
    }
    .story_page .story_bg .overlay{
        padding-right: 5px;
    }
    .home_content .first_stories .title{
        max-height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        color: #FFFFFF;
        padding: 0px;
        padding-top: 23px;
        padding-bottom: 14px;
    }
    header.video_header .search.opensearch{
        width: 30%;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        background: #F0F0F0
    }
    header.video_header .search{
        margin-right: 30px
    }
    .video_story_page .newstrack_col{
        right: -260px;
        max-width: 60%;
    }
    
    .video_story_page .story_main .story_area .content .editor dd{
     /*  display: none; */
    }
    .video_story_page .story_main .story_area .vide_stry_cont .newstrack_col .content .editor dd{
       /* display: inline-block; */
    }
    .video_story_page .story_main .story_area .content .editor .mobile_only{
      /*  display: inline-block !important; */
    }
    .video_story_page > .story_main > .container-fluid> .row> .col-md-2{
        display: none;
    }
    .video_story_page.story_page .related_news_sec{
        margin-top: 0px;
    }
    .search_page .news_tracker_sec .top_bar .search_box{
        flex-basis: 55%;
    }
    .search_page .news_tracker_sec .top_bar .dropdown{
        flex-basis: 45%;
    }
}

@media (max-width: 991px){
    header.video_header .search{
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 25px;
    }
    header.video_header .search.opensearch{
        width: 45%;
    }
    .related_news_sec .grid .article .title{
        padding-top: 12px;
        line-height: 18px;
        max-height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        border-top: 1px solid #F0F0F0;
    }
    .news_tracker_sec .grid .article .title a{
        font-size: 14px;
        line-height: 18px;
    }
    .menus_cat_wrap .item{
        flex-basis: 25%
    }
    .home_two_block .image_box{
        padding-top: 27px;
    }
    header .search{
        max-width: 410px;
    }
    header .container{
        padding: 0px 15px;
    }
    header .social ul{
        padding-left: 5px;
    }
    .home_video_section .main_article .image_box{
        height: 320px;
    }
    .home_video_section .top_bar nav ul li{
        display: list-item;
        list-style: none;
    }
/*
    .home_video_section .top_bar nav{
        position: relative;
    }
    .home_video_section .top_bar nav i{
        position: absolute;
        right: 0;
        top: 8px;
        color: #D0021B;
    }
*/
    
.dropdown {
  position: relative;
  z-index: 9;
/*  width: 200px;*/
  margin: 0 auto 0 auto;
  color: #fff;
}
.dropdown .view {
    height: inherit;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    color: #D24E4E;
    padding-right: 10px;
}
.dropdown .front,
.dropdown .back {
    display: block;
}
.dropdown .front {
    cursor: pointer;
    display: flex;
    padding-right: 10px;
    padding-top: 5px;
}
.dropdown .front:after {
  content: "";
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #D24E4E;
        margin-top: 5px;
}
.dropdown ul {
/*
  position: absolute;
  top: 0px;
  z-index: 1;
  width: calc(100%);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  list-style: none;
    min-width: inherit;
    right: 0;
*/
}
.dropdown ul li {
  color: #4471dd;
  line-height: 30px;
  cursor: pointer;
    padding: 0;
}
    .home_video_section .top_bar nav ul{
        padding: 5px 15px;
    }
.dropdown ul li:hover {
  color: #325ec7;
}
    .video_thumbs{
        padding-left: 24px;
        padding-right: 24px;
    }
    .home_video_section .top_bar{
        position: relative;
    }
    .home_video_section .top_bar nav ul{
        padding-left: 20px;
        padding-right: 0;
    }
    .click_overlay{
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.6);
        z-index: 9;
    }
    .scroll_videos{
        max-height: 350px;
    }
    footer .footer_right .navigation_panel nav ul{
        padding-left: 0;
    }
    footer .footer_left{
        width: 30%;
        -ms-flex: 30%;
        flex: 30%;
        max-width: 30%;
    }
    footer .footer_right{
        width: 70%;
        -ms-flex: 70%;
        flex: 70%;
        max-width: 70%;
        padding-right: 15px;
    }
    footer .social ul{
        padding-left: 0;
        padding-right: 20px;
    }
    .story_page .article .row{
        padding-top: 45px;
        padding-right: 20px;
    }
    .story_page .article .view_count{
        bottom: 45px;
        text-align: center;
    }
    .story_page .article .col-md-2{
        padding: 0;
    }
    .editor span{
        font-size: 12px;
    }
    .story_main .story_area .content{
        padding: 0 15px;
    }
    .story_main .story_area .content .title{
        font-size: 22px;
    }
    .story_main .story_area .content .bold_onl{
        padding: 15px 0px;
    }
    .story_main .story_area .content p{
        text-align: inherit;
    }
    .story_page .related_news_sec .offset-md-1{
        margin-left: 0px;
        padding-right: 0;
    }
    .story_main .story_area .content .editor span.mobile_only{
        display: inline-block!important;
    }
    .story_main > .container-fluid > .row >.col-md-2{
        display: none;
    }
    .story_main > .container-fluid > .row >.col-md-8{
        padding-right: 0
    }
    .side_newstrack .news_track_col .row{
        display: inline-block;
    }
    .related_news_sec .container{
        margin: 0;
        max-width: 100%
    }
    
/*
    .news_tracker_sec .grid .article{
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: nowrap;
        justify-content: space-around;
    }
    */  .story_page .side_newstrack .grid .article .content{
            flex-basis: 70%;
        }
    .story_page .side_newstrack .grid .article .image_box{
        flex-basis: 30%;
    }
    .dooltalk_page .doolt_banner .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .dooltalk_page .doolt_banner .image_box{
        margin-top: 0;
        max-width: 180px;
        margin: 0 auto;
        margin-bottom: 29px;
    }
    .dooltalk_page .doolt_banner .image_box img{
    }
    .search_page .news_tracker_sec .top_bar .search_box,
    .search_page .news_tracker_sec .top_bar .dropdown{
        flex-basis: auto;
        margin-right: 0;
    }
}



@media (max-width: 767px){
	.video_story_page .story_main .story_area .content .title.vf{
		padding-top: unset;
		max-height: unset;
	}
    .category_page .news_tracker_sec .title span {
        color: #969595;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
    }
    .category_page .news_tracker_sec .top_bar{
        padding-top: 14px;
        padding-bottom: 24px;
        padding-left: 18.5px;
        padding-right: 17.5px;
    }
    .category_page .news_tracker_sec .news_track_col{
        margin-left: 3.5px;
        margin-right: 3.5px;
    }
    .category_page .news_tracker_sec .title h1 {
        color: #393536;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
    }
    .author_page .team .details{
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
    .author_page .team .details .content{
        width: 100%;
        text-align: left;
    }
    .author_page .show_more_btn{
        padding-top: 32px;
        padding-bottom: 42px;
    }
    .author_page .team{
        margin-bottom: 34px;
    }
    .author_page .main_content{
        padding-left: 5px;
        padding-right: 8px;
    }
    .author_page .team .details .badge{
        display: block;
    }
    .author_page .team .details .badge .label {
        display: inline-block;
    }
    .author_page .team .details .social{
        text-align: center;
        padding-bottom: 0;
    }
    .author_page .team .details .social ul{
        margin-bottom: 0;
    }
    .home_content{
        margin-top: 90px;
    }
    .terms_page .news_tracker_sec .news_track_col{
        padding-left: 22px;
        padding-right: 26px;
    }
    .terms_page .news_tracker_sec .top_bar{
        padding-top: 10px;
        padding-bottom: 16px;
    }
    .terms_page .main_content .red{
        margin-top: 24px;
    }
    .terms_page .news_tracker_sec .top_bar .title{
        color: #393536;
        font-size: 24px;
        font-weight: bold;
        line-height: 33px;
    }
    .team .details .more_about{
        top: -155px;
    } 
    .video_story_page{
        margin-top: 100px;
    }
    .video_story_page .newstrack_col{
        position: static;
        max-width: 100%;
    }
    .main_area{
        width: 100%;
    }
    .video_story_page .related_news_sec .grid .article .image_box,
    .video_thumbs .image_box{
        width: 100%;
        height: 100%;
    }
    header.vid_story, header.vid_story.transHeader, header.vid_story.video_header.nav-down.transHeader{
        padding-bottom: 0;
    }
    header.video_header .menu_panel{
        top: 23px;
    }
    header.video_header .search{
        margin-top: 30px;
        border: 1px solid #A9A9A9;	
        border-radius: 2px;	
        background-color: #787878;
    }
header.video_header .search span{
    color: #E7E7E7;
}
    header.video_header .menu_panel span::before{
        background: #fff;
    }
    .horiz_adv_area .long_adv_area{
        min-width: 0;
        width: 100%;
    }
    .video_page .home_video_section .horizontal_video, 
    .video_page .home_video_section .two_videos,
    .video_page .home_video_section .main_.article.frist_video{
        height: 280px;
    }
    .video_page .home_video_section .main_.article .image_box .overlay .editor{
        top: -110px;
        /*position: absolute;*/
    }
    .video_page .home_video_section .pad_left{
        padding-right: 0;
    }
    header.video_header{
        background: #373737;
    }
    .video_page .home_video_section .main_.article.frist_video .image_box .overlay .content .title a,
    .video_page .home_video_section .main_.article .image_box .overlay .content .title a{
        color: #FFFFFF;
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
    }
    .video_page .frist_video .badge .label,
    .video_page .badge .label{
        color: #FFFFFF;
        font-size: 8px;
        font-weight: bold;
        letter-spacing: -0.08px;
        line-height: 11px;
    }
    .video_page .home_video_section .main_.article.frist_video .image_box .overlay .editor .ml-r,
    .video_page .home_video_section .main_.article .image_box .overlay .editor .ml-r{
        display: none;
    }
    header .search{
        width: 30px;    
        position: absolute;
        right: 0;
        top: -5px;
    }
    header .menu_panel nav{
        display: none;
    }
    header .social{
        display: none;
    }
    header .logo {
/*        position: absolute; */
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 21px;
        margin-bottom: 23px;
    }
    header .menu_panel {
        position: absolute;
        display: inline-block;
        top: -60px;
    }
    header .menu_panel span{
        width: 19px;
    }
    header .menu_panel span::after{
        width: 14px;
    }
    header .menu_panel span::before{
        position: absolute;
        content: "";
        height: 3px;
        width: 7px;
        top: 10px;
        left: 0;
        background: #130F10;
    }
    .home_content .first_stories .image_box img{
        width: 100%;
    }
    .mobile_view{
        
    }
    .mobile_view .content{
        
    }
    .mobile_view .first_stories .content.blk_bg .title a{
        color: #F1F1F1;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
    }
    .mobile_view .first_stories .content.blk_bg .editor span{
        color: #747474;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: -0.69px;
        line-height: 17px;
    }
    .mobile_view .first_stories .content .title a{
        color: #424242;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
    }
    .mobile_view .first_stories .content .title{
        padding-bottom: 8px;
        padding-top: 28px;
    }
    .editor{
        padding-left: 15px;
    }
    .mobile_view .first_stories .content .editor span{
        color: #747474;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: -0.69px;
        line-height: 17px;
    }
    .mobile_view .first_stories .content.blk_bg .editor dd{
        color: #982B30;
        font-size: 12px;
        line-height: 14px;
    }
    .mobile_view .first_stories .badge .label{
        padding: 6px 10px;
    }
    .mobile_view  .image_box{
        position: relative
    }
    .mobile_view .first_stories .title{
        padding: 0px 15px;
        padding-top: 23px;
        padding-bottom: 14px;
    }
    .mobile_view .image_box .badge{
        bottom: auto;
        top: 0 !important;
        left: 15px;
        z-index: 9;
    }
    .blk_bg{
        background: #000;
    }
    .badge .corn{
        display: none;
    }
    .mob_lgh_rd{
        border-radius: 2px;
        background-color: #EC1A22;
    }
    .mobile_view .article{
        padding: 0;
    }
    .long_adv_area{
        margin: 0;
         margin-top: 15px;
         margin-bottom: 24px;
    }
    .mob_blk{
        background: #000;
        color: #fff;
    }
    .home_content .first_stories .col-md-6{
        padding-right: 15px;
    }
    
    .scroll_videos{
        max-height: 100%;
        overflow: hidden;
    }
    .right_col, .left_col, .center_col{
        width: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0;
    }
    .left_col{
        padding-top: 20px;
    }
    .grid-item .article{
      padding: 0;
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: nowrap;
      justify-content: space-around;

    }
    .news_tracker_sec{
        margin-top: 0;
    }
    .mobile_view .news_tracker_sec .grid .article .image_box{
/*        width: 25%;*/
    }
    .news_tracker_sec .grid .grid-item{
        padding-bottom: 5px;
    }
    .news_tracker_sec .grid .article .content{
        width: 75%;
        border-top: 1px solid #F0F0F0;
    }
    .news_tracker_sec .grid .article .badge{
        display: none;
    }
    .news_tracker_sec .grid .article .title a{
        color: #424242;
        font-weight: 400;
        font-size: 13px;
    }
    .news_tracker_sec .grid .article .title{
        padding-top: 12px;
        line-height: 18px;
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    }
    .news_tracker_sec .grid .article .image_box{
        max-height: 75px;
        height: 75px;
        width: 80px;
    }
    .news_tracker_sec .grid .article .image_box img{
        object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
    .news_tracker_sec .grid .article .editor{
        text-align: right;
    }
    .news_tracker_sec .grid .article .editor span{
        display: none;
    }
    .news_tracker_sec .grid .article .image_box.adv_box_6x3,
    .news_tracker_sec .grid .article .image_box.adv_box_3x25{
        height: 100%;
        max-height: inherit;
        width: 100%;
    }
    .grid-item .article{
        padding: 10px;
        padding-top: 0;
    }
    .news_tracker_sec .grid:nth-child(4){
        background: #000;
    }
    .news_tracker_sec .grid:nth-child(4) .article .title a{
        color: #fff;
    }
    .news_tracker_sec .grid:nth-child(4) .article .editor dd{
        color: #6E6E6E;
    }
    .news_tracker_sec .grid:nth-child(4) .article .content{
        border: none;
    }
    .small_banner .item,
    .small_banner .item .image_box img{
        width: 100%;
    }
    footer .footer_right .navigation_panel{
        display: none;
    }
    .story_bg .col-md-5{
        display: none;
    }
    .story_page .story_bg .col-md-7{
        padding: 0;
    }
    .story_page {
        padding-top: 5px;
    }
    .story_main .story_area{
        top: 0
    }
    .story_main > .container-fluid > .row >.col-md-8{
        padding: 0;
    }
    .story_main .story_area .badge{
         left: 20px;
        top: -12px;
    }
    .story_main .story_area .top_share{
        display: none;
    }
    .story_main .story_area .content .title{
        padding-top: 30px;
        color: #424242;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
    }
	.story_main .story_area .content .title[style] {
    padding: unset;
    color: #424242;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    padding: unset;
}
    .share.mobile_only,
    .grid.mobile_only{
        display: block !important;
    }
    .story_main .story_area .share{
        padding: 20px 10px;
        padding-bottom: 35px;
    }
    .story_main .story_area .content .bold_onl b{
        color: #686868;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.33px;
        line-height: 21px;
    }
    .story_main .story_area .content p{
        color: #424242;
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 24px;
    }
    .story_main .story_area .adv_box_3x25{
        padding: 24px;
    }
    .credit{
            color: #8B8B8B;
            font-size: 8px;
            font-weight: 600;
            letter-spacing: 0.18px;
            line-height: 11px;
        float: right;
        text-transform: uppercase;
    }
    .story_main .story_area .image_box{
        padding: 0px 8px;
        padding-top: 0px;
        padding-bottom: 10px;
        
    }
    .story_main .story_area .tags ul{
        padding-left: 0;
    }
    .story_main .story_area .team .more_about{
        top:-120px;
        right: 28px;
    }
    .story_main .story_area .image_box dd{
        color: #656464;
        font-size: 12px;
        letter-spacing: 0.27px;
        line-height: 16px;
    }
    .story_main .story_area .spoken span{
        color: #424242;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.36px;
        line-height: 21px;
    }
    .story_main .story_area .spoken{
        padding: 24px 19px;
        padding-right: 10px;
        padding-bottom: 65px;
        text-align: center;
    }
    .story_main .story_area .spoken dd{
        color: #424242;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.36px;
        line-height: 22px;
    }
    .story_main .story_area .also_read{
        border-color: #D50000;
        padding: 0px 0px;
        margin: 35px 0px;
    }
    .story_main .story_area .also_read span.hide_in_mobile{
        display: none !important;
    }
    .story_main .story_area .also_read span.mobile_only{
        display: block!important;
    }
    .story_main .story_area .also_read span{
        position: static;
    }
    .story_main .story_area .also_read .col-sm-3 a{
        text-align: center;
        display: block;
        text-transform: uppercase;
    }
    .story_main .story_area .also_read .title a{
        color: #424242;
        font-size: 13px;
        font-weight: bold;
        line-height: 18px;
    }
    .story_main .story_area .fb_post{
        padding: 15px 10px;
    }
    .story_main .story_area .team .details{
        width: 100%;
    }
    .story_page .side_newstrack .grid .article .adv_box_3x25{
            flex-basis: 100%;
        padding: 15px;
        text-align: center;
    }
    .story_page .side_newstrack .grid .article .adv_box_3x25 img{
        width: auto;
        
    }
    .story_page .row{
        margin: 0;
    }
    .story_page .container-fluid{
        padding: 0 5px;
    }
    .story_page .related_news_sec{
        margin-top: 0;
    }
    .story_page .related_news_sec .top_bar{
        border: 1px solid #F0F0F0;
        border-bottom: none;
        border-radius: 1px;
        background-color: #FFFFFF;
        box-shadow: 1px 1px 11px 0 rgba(0,0,0,0.02);
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-top: 12px;
        margin-top: 20px;
    }
    .story_page .news_tracker_sec .news_track_col{
        border-top: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .story_page .news_tracker_sec .news_track_col .col-md-4,
    .story_page .side_newstrack .grid .grid-item{
        padding: 0;
        padding-left: 9px;
        padding-right: 9px;
    }
    .home_content .first_stories .image_box,
    .home_content .right_artc .image_box,
    .home_two_block .image_box{
        overflow: inherit;
    }
    .story_page .news_tracker_sec .grid-item .article{
        padding-left: 0;
        padding-right: 0;
    }
    .story_page .side_newstrack .grid .article .image_box{
        flex-basis: auto;
        width: 80px;
    }
    .story_page .side_newstrack .grid .article .adv_box_3x25{
        width: 100%;
    }
    .story_page .related_news_sec .offset-md-1{
        padding-left: 0;
    }
    .story_page .news_tracker_sec .col-md-4{
        padding-right: 0;
        padding-left: 10px;
        padding-left: 10px;
    }
    .story_page .news_tracker_sec .grid .article .editor{
        padding-right: 10px;
    }
    .news_tracker_sec .grid .article .title{
        max-height: 90px;
    }
    .news_tracker_sec .grid .article .image_box.adv_box_6x3, 
    .news_tracker_sec .grid .article .image_box.adv_box_3x25{
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .story_page .side_newstrack .top_bar{
        padding-top: 12px;
        padding-left: 17px;
    }
    .story_page .newstrack_col{
        padding: 0;
    }
    .story_main .story_area .also_read span.mobile_only{
        color: #D0021B;
        font-size: 12px;
        font-weight: bold;
        line-height: 17px;
    }
    .menus_cat_wrap .item{
        flex-basis: 100%;
    }
    .menus_cat_wrap{
        width: 100%;
    }
    .menus_cat_wrap .item ul{
        -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
        }
    .menus_cat_wrap .item ul li a{
	color: #281E1E;
	font-size: 11px;
	letter-spacing: 0.25px;
	line-height: 29px;
        transition-duration: 0.3s;
    }
    .menus_cat_wrap .item dd a {
	color: #281E1E;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.32px;
	line-height: 19px;
}
    .exandable_menu .social{
        display: block;
    }
    .exandable_menu .social ul{
        padding-left: 0
    }
    .exandable_menu .social{
        padding-top: 20px;
        width: 100%;
        margin-bottom: 50px;
    }
    .exandable_menu .social .line{
        top: 35px;
    }
    .icon-down{
        float: right;
    }
    .menus_cat_wrap .item{
        padding-right: 0;
    }
    .menus_cat_wrap .collapse{
        border-bottom: 1px solid #fff;
        margin-bottom: 3px;
        padding-bottom: 16px;
        
    }
    .menus_cat_wrap .item dd[aria-expanded=true]{
        border-bottom: 1px solid #fff
    }
    .menus_cat_wrap .item dd[aria-expanded=true] i{
        display: none;
    }
    .menus_cat_wrap .collapse.show{
        border-bottom: 1px solid #281E1E;
    }
    .menus_cat_wrap .item dd i{
        display: inline-block;
    }
    header .search.opensearch{
        width: 75%;
    }
    
    .exandable_menu .top_bar .logo{
        margin: 0;
            margin-top: 20px;
    }
    .exandable_menu .top_bar .close{
        margin-top: -25px;
        color: #D0021B
    }
    .video_story_page .story_main .story_area .col-md-4.newstrack_col{
        margin-top: 21px;
    }
    .small_box{
        max-width: 100%;
        overflow: hidden;
    }
    .video_story_page .related_news_sec .grid .article .image_box,
    .video_thumbs .image_box{
        height: 220px;
        max-height: 100%;
    }
    .video_story_page .related_news_sec .news_track_col{
        padding: 0;
    }
    .video_story_page .container-fluid{
        padding: 0;
    }
    .video_story_page .related_news_sec .grid .article .editor{
        text-align: left;
        padding-left: 18px;
    }
    .video_story_page .related_news_sec .grid .article .editor span{
        display: inline-block;
    }
    .video_story_page .related_news_sec .grid .article .image_box .overlay .content,
    .video_thumbs .image_box .overlay .content{
        width: 85%;
        border: none;
        padding-left: 18px;
    }
    .video_story_page .related_news_sec .grid .article .badge{
        display: inline-block;
    }
    .video_story_page .related_news_sec .grid .article .title{
        border: none;
    }
    .video_story_page .related_news_sec .grid .article .title a{
        color: #FFFFFF;
        font-size: 13px;
        line-height: 18px;
    }
    .video_story_page .related_news_sec .news_track_col .col-md-4{
        padding: 0;
    }
    .video_story_page .news_tracker_sec .grid .article .image_box.adv_box_3x25{
        height: auto;
    }
    
    .dooltalk_page .doolt_banner .image_box{
        max-width: 135px;
    }
    .dooltalk_page .doolt_banner .content .item{
        padding: 12px 0px;
    }
    .dooltalk_page .doolt_banner .content .item dd{
        font-size: 28px;
        line-height: 38px;
    }
    .dooltalk_page .doolt_banner{
        padding-bottom: 6px;
    }
    .search_page .main_content .row{
        display: flex;
        padding-bottom: 4px;
    }
    .search_page .main_content .image_box{
        height: 75px;
        width: 80px;
        border-radius: 0;
    }
    
    .search_page .main_content .image_box img{
/*        height: auto;*/
    }
    .search_page .news_track_col{
        padding-right: 8.5px;
        padding-left: 5.5px;
    }
    .search_page .main_content .title{
        line-height: 18px;
        border-top: 1px solid #F0F0F0;
    }
    .search_page .main_content .title a{
        color: #424242;
        font-size: 13px;
        font-weight: 400;
    }
    .search_page .main_content .content{
        position: static;
        padding-left: 12px;
    }
    .search_page .main_content .badge{
        display: none;
    }
    
    .search_page .main_content .editor{
        text-align: right;
    }
    .search_page .main_content .editor span{
        display: none;
    }
}



@media (max-width: 576px){
    .first_stories .long_adv_area{
        margin-top: 0;
    }
    .search_page .main_content .editor{
        padding-right: 22px;
    }
    .search_page .news_tracker_sec .top_bar .dropdown{
        position: absolute;
        top: 5px;
        right: 10px;
    }
    .search_page .news_tracker_sec .top_bar{
        display: block;
        padding-top: 18px;
        padding-right: 15px;
        position: relative;
        padding-bottom: 13px;
    }
    .search_page .news_tracker_sec .top_bar .search_box span{
        color: #969595;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        position: static;
    }
    .search_page .news_tracker_sec .top_bar .search_box #icon{
        display: none;
    }
    .search_page .news_tracker_sec .top_bar .search_box input{
        padding-left: 0;
        font-size: 18px;
    }
    .search_page .main_content .title{
        padding-left: 12px;    
        max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
        
    }
    .search_page .main_content .row{
        flex-flow: row;
    }
    .search_page .main_content .col-sm-2,
    .search_page .main_content .col-sm-10{
        padding: 0;
    }
    .search_page .result_count{
        font-size: 16px;
        padding-bottom: 14px;
    }
    .search_page .main_content .col-sm-2{
        padding-left: 5.5px;
        width: 70px;
    }
    .search_page .main_content{
        padding: 0;
    }
    
    .team .details .more_about{
        top: -85px;
    } 
    .video_page .home_video_section .main_.article .image_box .overlay .editor{
        top: -100px;
    }
    .video_story_page{
        margin-top: 80px;
    }
    .video_header.nav-down.transHeader {
        background: #373737;
    }
    .video_header.nav-down,
    header.video_header{
        position: fixed;
        height: 75px;
    }
    header.video_header .menu_panel{
        top: 13px;
        width: 100%;
    }
    header.video_header .logo{
        margin: 0 auto;
        position: absolute;
        top: 15px;
    }
    header.video_header .exandable_menu .logo{
        position: static;
    }
    header.video_header .menu_icon{
        padding-top: 15px;
    }
    .video_page{
        background: #fff;
    }
    .video_page .home_video_section .pad_left,
    .frist_video{
        margin-bottom: 4px;
    }
	.video_page .home_video_section .main_article.frist_video{
		min-height:unset;
	}
.home_content.story_page .video_page.video_story_page.mobile_view{
	margin-top:unset;
}
    .video_page .frist_video .badge .label,
    .video_page .badge .label{
        background: #EC1A22;
    }
    .video_page .home_video_section .horizontal_video{
        margin: 4px 0px;
    }
    header.video_header .search.opensearch{
        width: 75%;
    }
    header.video_header .search.opensearch .form-control{
        padding: 0;
        padding-left: 27px;
        height: 27px;
    }
    header.video_header .col-sm-12{
        padding: 0;
    }
    header .menu_panel{
        padding-left: 16px;
    }
    header.video_header .search{
        margin-top: 23px;
        margin-right: 16px;
        width: 27px;
        height: 27px;
    }
    header.video_header .search span{
        line-height: 27px;
        width: 27px;
        font-size: 12px;
    }
    header .logo{
        max-width: 150px;
    }
    header .search{
        width: 45px;
        right: 15px;
        top: -15px;
        overflow: hidden;
        border-right: 1px solid #F0F0F0;
    }
    .mobile_view{
        padding-top: 5px;
        margin-top: 75px;
    }
    .home_content .first_stories .col-md-6{
        padding: 0;
    }
    .home_content .first_stories .image_box img{
        border-radius: 0;
    }
    .home_content .col-md-12,
    .home_content .col-md-3{
        padding: 0;
    }
    .long_adv_area{
        margin-top: 24px;
    }
    .home_video_section .main_.article .image_box .overlay{
        /*display: none;*/
    }
    .home_video_section .main_.article .image_box .overlay .content{
        position: absolute;
        bottom: 0px;
        width: 95%;
        left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .video_thumbs .sub_title{
        display: none;
    }
    .video_thumbs{
        padding: 0px 15px;
        padding-top: 24px;
    }
    .badge .label{
        border-radius: 2px;
    }
    .home_video_section .main_.article .image_box{
        height: 100%;
    }
    .home_video_section .main_.article .image_box a{
        /*position: static !important;*/
    }
    .mobile_only{
        display: block;
    }
    .news_tracker_sec .news_track_col{
        padding-left: 0;
        padding-right: 0;
    }
    .news_tracker_sec .row{
        margin: 0;
    }
    .news_tracker_sec .container{
        padding: 0;
    }
    .horiz_adv_area .container{
        padding: 0;
    }
    footer .footer_left,
    footer .footer_right{
        width: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        background: #F0F0F0;
    }
    footer .footer_left .content{
        position: static;
        max-width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    footer .footer_left .content nav ul li a{
        color: #969696;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: -0.33px;
        line-height: 33px;
        text-align: center;
        position: relative;    
        padding-right: 8px;
    }
    footer .footer_left .content nav ul li a::after{
        position: absolute;
        content: ".";
        right: 0;
        top: -10px;
    }
    footer .footer_left .content nav ul li:last-child a::after{
        content: ;
        display: none;
    }
    footer .footer_left .content nav ul li:last-child a{
        padding-right: 0;
    }
    footer .footer_left .content nav ul li{
        display: inline-block;
    }
    .hide_in_mobile{
        display: none !important;
    }
    footer .footer_left{
        padding-top: 30px;
    }
    footer .social ul{
        padding-right: 0;
        margin-bottom: 0;
    }
    footer .footer_left .content nav ul{
        margin-bottom: 38px;
    }
    .support_by{
        text-align: center;
        padding: 0 20px;
        padding-top: 40px;
        padding-bottom: 40px;
        display: block !important;
    }
    .support_by p{
        text-align: center;
    }
    .marketed_by{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .marketed_by span.title{
        padding-bottom: 20px;
    }
    .marketed_by .market{
        padding-bottom: 50px;
    }
    .business_part{
        text-align: center;
    }
    .business_part ul li{
        padding-left: 20px;
        padding-bottom: 10px;
    }
    .business_part span{
        padding-bottom: 38px;
        font-weight: 700;
    }
    .business_part ul{
        padding-left: 0;
        margin-bottom: 0;
    }
    footer .footer_left .content .footer_logo img{
        max-width: 70px;
    }
    footer .footer_left .content .footer_logo .copy{
        color: #505050;
        font-weight: 400;
        padding-top: 15px;
    }
    .team .details .badge{
        display: inline-flex;
        flex-direction: column;
    }
    .team .details{
        width: 100%;
        text-align: center;
        border: none;
    }
    .team .details .social ul li a{
        background: #ACACAC;
        border-radius: 3px;
    }
    .team .image_box{
        width: 80px;
        height: 80px;
    }
    .home_content .team .col-md-3{
        padding: 0px 15px;
        padding-top: 19px;
        border-top: 1px solid #F0F0F0;
    }
    .team_page .news_tracker_sec .top_bar{
        padding-bottom: 25px;
        padding-left: 15px;
    }
    .team_page .news_tracker_sec .top_bar nav{
        padding-top: 10px;
    }
    .story_main .story_area .also_read{
        
    }
    .story_main .story_area .also_read .row .col-sm-3{
        flex-basis: 30%;
    }
    .story_main .story_area .also_read .row .col-sm-9{
        flex-basis: 70%;
    }
    .story_main .story_area .also_read .title a{
        padding-top: 12px;
        line-height: 18px;
        max-height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .video_page  .home_video_section .main_.article .image_box .overlay .content{
        left: 18px;
        width: 85%;
        bottom: 7px;
        padding-top: 15px;
    }
    .video_page  .home_video_section .main_.article .image_box .overlay{
        display: block;
    }
    .video_page .home_video_section .horizontal_video, 
    .video_page .home_video_section .two_videos,
    .video_page .home_video_section .main_.article.frist_video{
        height: 220px;
        min-height: inherit;
    }
    .editor dd{
        margin-bottom: 0;
    }
    .editor{
        padding-bottom: 14px;
    }
    .mobile_view .first_stories .title{
        max-height: inherit;
    }
    .home_content .right_artc .title,
    .home_two_block .title{
        padding-left: 15px;
    }
    .home_two_block .col-md-5,
    .home_two_block .col-md-7{
        padding: 0;
    }
    .home_two_block .image_box img{
        border-radius: 0;
    }
    .home_two_block .title{
        padding-top: 25px;
    }
    .home_two_block .editor{
        padding-left: 15px;
    }
    .mobile_view .news_tracker_sec .grid .article .image_box{
        border-radius: 0;
		
    }
    .mobile_view .news_tracker_sec .grid .article .image_box a{
        height: 100%;
    }
    .mobile_view .news_tracker_sec .grid .article .image_box img,
    .grid .article .image_box a{
        border-radius: 0;
    }
    .news_tracker_sec .grid .article .editor{
        padding-bottom: 0;
    }
    .news_tracker_sec .grid:nth-child(4){
        margin-bottom: 8px;
    }
    .mobile_view .news_tracker_sec .grid:nth-child(4) .article .image_box{
        margin-top: 15px;
    }
    .grid-item .article{
        padding-bottom: 0;
    }
    .marketed_by{
        padding-top: 20px;
    }
    .adv_box_3x25 .label{
        float: left;
    }
    .horiz_adv_area{
        padding-top: 0
    }
    .show_more_btn{
        padding: 30px 0px;
    }
    .home_content .right_artc .image_box{
        height: auto;
    }
    .news_tracker_sec .top_bar{
        padding-bottom: 0;
    }
    .left_col{
        padding-top: 0;
    }
}

.wpcf7-form-control {
    border: solid 1px lightgray;
    padding: 5px;
}

.wpcf7-submit {width:100px;}
.wpcf7-not-valid-tip {padding-left:10px; color:red}
.wpcf7-textarea {height: 90px;}


/***********  09  /  06  / 2018   ****************/
/***********  Edited by Irshad   ****************/
.show_in_video_page_only{
    display: none !important;
}
.video_header .show_in_video_page_only{
    display: inline-block !important;
}
.video_header .hide_in_video_page_only{
    display: none;
}
.video_header .container{
    width: 100%;
    max-width: 100%;
    padding: 0px 15px;
}
.video_header .social{
    display: none;
}
.home_content .home_video_section .badge .label{
    position: static;
}
.video_story_page .main_.article{
    overflow: hidden;
}
.story_main .story_area p img{
    max-width: 100%;
}
.story_page .side_newstrack .grid .article .image_box{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 82px;
}
.story_page .side_newstrack .grid .article .image_box.adv_box_3x25{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
}
.story_page .related_news_sec  .grid .article .image_box a{
    display: block;
}
.story_main .story_area .content p{
    clear: inherit;
}
.story_main .story_area p img{
    object-fit: contain; /* zoom issue fix */
    max-height: 100%;
    max-width: 100%;
}
.story_main .story_area iframe{
	max-width: 100%;
	display:block;
	margin:0 auto;
}
.story_main .story_area .team .image_box{
	padding: 0px;
}
/*
.home_video_section .image_box > a{
    display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;
}
*/
.Show_only_Mob{
        display: none;
    }


@media (max-width: 576px){
    .mobile_view .first_stories .content.blk_bg .title a,
    .mobile_view .first_stories .content .title a{
        display: block;
        overflow: hidden;
    }
	    .story_main .story_area p img{
	/*    object-fit: contain;*/
	    height: auto;
	}
	.story_main .story_area iframe{
		height: 100%;
	}
	.home_video_section .main_.article .image_box img{
		height: auto;
	}
    .Show_only_Mob{
        display: block;
    }
    .only_video_page .home_video_section .main_.article .image_box .overlay .content{
        overflow: visible;
    }
.page404 .news_track_col {
	min-height:80vh !important;
}
}
.news_tracker_sec.page404 {  }
.page404 .news_track_col {

    padding-bottom: 30px !important;
    padding-top: 40px !important;
	min-height:70vh;

}
.image_box a { color:#ddd !important; }
.nostories { font-size: 18px; }
.page404 strong { color:#333; }
.page404 h1 { font-size:80px; text-align: center; font-weight:bold; color:#888; }
.page404 p {text-align: center; }
.story_main .autor .image_box img, .story_main .story_area .image_box img{ height:100%; }
.show_more_btn .fas { margin-right: 18px; color:#777; vertical-align:middle;font-size: 14px; }
.show_more_btn .fas.fa-spinner{ color:#444; }
dl {
    display: inline !important;
    margin: 0 !important;
	padding:0;
}
.form_block label { display:none; }
/* =PressQ Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

body{ min-height:101vh; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*
.vide_stry_cont .inner_ad_in_content , .vide_stry_cont iframe {display: none!important;}
*/
.ppVideoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    background: url(./img/loading.gif) center center no-repeat;
}
    .ppVideoWrapper video,
    .ppVideoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    body.fullscreen .ppVideoWrapper {
        position: fixed;
        z-index: 50000;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        height: 100%;
        overflow: none;
    }

    .ppVideoWrapper .controls {
        position: absolute;
        display: table;
        table-layout: fixed;
        height: 35px;
        width: 100%;
        bottom: 0;
        background-color: #191919;
    }

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    .ppVideoWrapper .controls {
         transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);

        transition: transform 500ms;
        -moz-transition: -moz-transform 500ms;
        -webkit-transition: -webkit-transform 500ms;
        -o-transition: -o-transform 500ms;
        -ms-transition: -ms-transform 500ms;
    }
    .ppVideoWrapper:hover .controls {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

        .ppVideoWrapper .controls > div {
            display: table-row;
        }
        .ppVideoWrapper .controls > div > * {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            height: 35px;
        }
        .ppVideoWrapper .controls > div > .button {
            width: 32px;
        }

        .ppVideoWrapper .controls button {
            width: 16px;
            height: 16px;
            border: 0;
            cursor: pointer;
            display: block;
            position: relative;
            margin: 0 auto;
            padding: 0;
            background-image: url(./img/controls.png);
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: 128px 32px;
            -webkit-background-size: 128px 32px;
        }
        .ppVideoWrapper .controls button.play {
            background-position: 0 0;
        }
        .ppVideoWrapper .controls button.pause {
            background-position: 0 -16px;
            display: none;
        }
        .ppVideoWrapper .controls button.unmute {
            background-position: -16px 0px;
            display: none;
        }
        .ppVideoWrapper .controls button.mute {
            background-position: -16px -16px;
        }

        .ppVideoWrapper .controls .quality {
                font-size: 0.917em;
                color: white;
                width: 90px;
            }
        .ppVideoWrapper .controls .quality select {
            border-radius: 5px 5px 0 0;
            border: 0;
            padding: 2px 5px;
            background-color: #555555;
            text-shadow: -1px -1px rgba(0,0,0,0.7);
            color: white;
            width: auto;
            height: auto;
            margin: 0;
        }

        .ppVideoWrapper .controls button.enterFullscreen {
            background-position: -32px 0px;
        }
        .ppVideoWrapper .controls button.leaveFullscreen {
            background-position: -32px -16px;
            display: none;
        }


        .ppVideoWrapper .controls .timer {
            font-size: 0.917em;
            color: white;
            width: 120px;
        }

        .ppVideoWrapper .controls .progressBar {
            display: block;
            width: 100%;
            height: 16px;
            background: #333333 url(./img/progress-bg.png) 0 0 repeat-x;
            cursor: col-resize;
        }
        :root .ppVideoWrapper .controls .progressBar {
            border-radius: 3px;
            background-image: linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -o-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -moz-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -webkit-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -ms-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(0.03, rgb(30,30,30)),
                    color-stop(0.52, rgb(51,51,51))
            );
        }
        .ppVideoWrapper .controls .progressBar > div {
            pointer-events: none;
            height: 100%;
            width: 0%;
            background: #ffffff url(./img/progress-bg.png) 0 -16px repeat-x;
        }
        :root .ppVideoWrapper .controls .progressBar > div {
            border-radius: 3px;
            background-image: linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -o-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -moz-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -webkit-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -ms-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(0.03, rgb(255,255,255)),
                    color-stop(0.52, rgb(170,170,170))
            );
        }

:-webkit-full-screen:not(:root) {

}
#main_content { min-height:350px; }
:-webkit-full-screen .ppVideoWrapper {
  width: 100%;
}
:-moz-full-screen .ppVideoWrapper {
  display: none;
}
.category_page.search_page .news_tracker_sec .top_bar{ padding-bottom: 40px; }
.wp-caption p.wp-caption-text strong{ font-weight:normal; }
.wp-caption p.wp-caption-text{
	font-weight: normal;
    color: #666 !important;
    line-height: normal !important;
	font-size: 14px !important;
    padding-top: 5px;
	
	}
.story_main .story_area .content .title[style] { font-size: 1rem; line-height: 1.5; padding: unset; }
.story_main .story_area .content h5,
.story_main .story_area .content h4,
.story_main .story_area .content h3,
.story_main .story_area .content h2 {
    font-family: 'Noto Sans Malayalam UI', sans-serif;
    font-weight: 400;
}
.nomore{

    max-width: 400px;
    margin: 0 auto;
    padding: 5px;
    background: #fffce1;
    text-align: center;
    color: #d60d0d;
    border: 1px solid #cacaca;
    border-radius: 50px;

}

.loading {
    background-color: #fff;
    padding: 50px 0;
	width: 23.8%;
	min-width: 100px;
	display: block;
    margin:0 auto;
	
}

.loading p{
text-align: center;
font-size: 17px;
font-family: 'Open Sans', sans-serif;
margin: 0;
font-weight: bold;
color: #555;
letter-spacing: 1px;
}
.loader {
    width: auto;
    height: auto;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
	text-align:center;
}

#loader span{
display: inline-block;
width: 9px;
height: 9px;
border-radius: 100%;
background-color: #989898;
margin: 18px 5px;
}

#loader span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.hide { display:none; }

.advt{ cursor: pointer; }
.advt img, img.advt { max-width:100%; display:block; margin:5px auto; }

.story_page.video_page.video_story_page.mobile_view .dool_ad#d_fh_01{
	display:none;
}

#d_btn_03.long_adv_area{ margin-right: 0; margin-left: 0; }
#d_btn_03.long_adv_area img { margin: 0 auto; max-width:850px; }
#d_fh_01 { max-width: 1200px; margin: 0 auto 20px auto; }
@media (max-width: 576px){
#d_fh_01 { margin: 0 auto 7px auto; }
.story_page.video_page.video_story_page.mobile_view .dool_ad#d_fh_01{ display:block !important; }

.home_video_section .main_article .image_box .overlay .content {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 40px;
}
.home_video_section .main_article .image_box .overlay .content .badge {
    left: 0;
    top: -20px !important;
    padding-left: 0;
}
.home_video_section .main_article .image_box .overlay .icon { font-size: 25px; }
.home_video_section .main_article .image_box .overlay .editor .ml-r {
    font-size: 16px;
    padding-left: 7px;
    top: -4px;
}
.home_video_section .main_article .badge span.label{ padding: 6px 15px; }
.home_video_section .main_article .image_box .overlay .content{ padding-right: 25px; }
.video_thumbs .image_box .overlay .content {
    width: 85%;
    border: none;
    padding-left: 0;
    left: 25px;
    padding-right: 10px;
    padding-bottom: 16px;
}

.col-sm-6 .col-md-5 .image_box{ padding-top:0; margin-top: 27px; }
.video_thumbs .image_box .overlay { line-height: normal; }
.video_thumbs .image_box .badge .label { font-size:9px; }
.video_thumbs .image_box .title a{ font-size:14px; }
}
span.badge a {
    min-width: 50px;
    display: block;
    min-height: 20px;
	text-align:center;
	}
.subwrap{width:100%;border:2px solid #bbb;border-radius:8px;float:left;position:relative;padding:10px 0;margin:6px 0;border:1px solid #bbb;box-shadow:0 1px 4px rgba(0,0,0,0.2); z-index:9;}.sublogo{height:auto;float:left}.subcontent{float:left;height:auto;margin-left:10px}.subcontent h3{padding-bottom:5px;margin:5px;border-bottom:1px solid #ddd}.subcontent ul{margin:0;padding:0}.subcontent ul li{border-radius:3px;height:auto;cursor:pointer;padding:3px;list-style:none;display:inline-block;margin:5px;background:#ac2832;color:#fff;background:#cb2e3d;background:#bb2a2e;text-shadow:1px 1px 1px #9e2d2d;background:#cc4549;text-shadow:1px 1px 1px #a54e4e;text-shadow:none}a:focus{outline:0}.subcontent ul li.active{background:#1ab394}span.duration{font-size:13px;padding-bottom:5px}span.cost{font-size:17px;font-weight:bold;padding-top:5px}.subcontent span{display:block;text-align:center;line-height:100%}.sublogo img{width:80px;padding:5px}.pack{width:70px;border-radius:3px}.subcontent ul li:hover .pack{color:#fff}.subcontent ul li:hover,.subcontent ul li.active{background:#0d2240;background:#1e375c;background:#1ab394;text-shadow:1px 1px 1px #0e7963;background:#4789d0;text-shadow:1px 1px 1px#427bb8}.subcontent h3{font-size:20px}@media(max-width:575px){.subcontent h3{font-size:18px}.subcontent ul li{padding:0;margin:2px}.pack{width:60px}span.duration{font-size:12px}span.cost{font-size:14px}.sublogo img{width:70px;padding-top:0}.subcontent{margin-left:0}.notice{line-height:105%;font-size:13px}}.custom-control label{font-weight:normal}.custom-control{padding-left:25px;margin:5px 0 10px 0;color:#444}.custom-control a{text-decoration:underline;color:#444}.custom-control-input:checked ~ .custom-control-label::before{background-color:#3483d7!important;border:0}.custom-control-label::before{top:2px;left:-25px;width:20px;height:17px;border:1px solid #a3b4de}.custom-control-label::after{top:1px;left:-25px;width:20px;height:20px}@media(max-width:470px){.subcontent ul li,.subcontent h3{margin:1px}.pack{width:50px}.custom-control label{font-size:12px}.custom-control-label::before{top:1px;left:-20px;width:15px;height:15px}.custom-control-label::after{top:1px;left:-20px;width:15px;height:15px}}@media(max-width:470px){.sublogo img{display:block;margin:0 auto;width:60px}.sublogo{width:100%}.subcontent{width:100%;float:none;clear:both}.subcontent h3{text-align:center}.pack{width:100%;padding-top:4px;padding-bottom:4px}.subcontent ul{margin-top:5px}.subcontent ul li{width:17%}.subcontent span{text-align:center}}@media(max-width:380px){span.cost{font-size:13px}span.duration{font-size:11px;margin-top:2px}}@media(max-width:300px){span.duration{font-size:11px}}.inside{margin:5px}@media(min-width:768px){.modal-dialog{width:500px;margin:30px auto}.toggle-label{margin:5px 0 10px 0}}#billinfoui input{padding:0 4px}#billinfoui .input-group{margin:10px 0}.btn-green{font-family:'Roboto Condensed',sans-serif;font-weight:bold;background-color:#8ab042;background-color:#4289c7;color:#fff}.btn-green:hover{color:#fff;background:#427bb8}.theme-background-blue{background-color:#427bb8;color:#fff}h1,h2,h3,h4{margin:0;line-height:normal}.notice{display:none;background:#f2e3c6;padding:5px 10px;width:90%;margin:0 auto;border-radius:3px;line-height:normal;border:1px solid #dabd86;font-size:14px;color:#635751}.success{text-align:center}.success .success p{margin:12px 0;text-align:center}.success a{font-weight:bold}.success .fa-spinner{color:#555}#billinfoui{font-family:'Noto Sans Malayalam UI',sans-serif}#billinfoui .modal-header,#billinfoui .modal-content{display:block}#billinfoui .modal-dialog{z-index:9999}#billinfoui .modal-backdrop{z-index:99}#billinfoui .modal-header{position:relative}body.modal-open{overflow:auto!important;padding-right:0!important}#billinfoui .modal-header .close{z-index:99;margin:0;position:absolute;right:1px;top:0;padding:10px}.modal-content p{text-align:left}.toggle-label{position:relative;display:block;width:140px;height:25px;margin-top:8px;border:1px solid #999;position:absolute;right:15px;margin:0;margin-top:20px;cursor:pointer}.toggle-label input[type=checkbox]{opacity:0;position:absolute;width:100%;height:100%}.toggle-label input[type=checkbox]+.back{position:absolute;width:100%;height:100%;background:#fff;transition:background 150ms linear}.toggle-label input[type=checkbox]:checked+.back{background:#fff}.toggle-label input[type=checkbox]+.back .toggle{display:block;position:absolute;content:' ';background:#d02a31;width:50%;height:100%;transition:margin 150ms linear;border:0;border-radius:0}.toggle-label input[type=checkbox]:checked+.back .toggle{margin-left:69px}.toggle-label .label{display:block;position:absolute;width:50%;color:#fff;line-height:23px;text-align:center;font-size:13px;padding:0;font-weight:normal}.toggle-label .label.on{left:0}.toggle-label .label.off{right:0}.toggle-label input[type=checkbox]:checked+.back .label.on{color:#707070}.toggle-label input[type=checkbox]+.back .label.off{color:#707070}.toggle-label input[type=checkbox]:checked+.back .label.off{color:#fff}.subtext{padding-top:50px;font-family:'Noto Sans Malayalam UI',sans-serif;display:none}.subtext p{font-family:'Noto Sans Malayalam UI',sans-serif}.subtext.show{display:block}.subtext h4,.subtext h3{line-height:110%;margin:5px 0 10px 0;color:#3f3f3f;font-size:21px}.payloding{visibility:hidden}.subprice{font-size:2.0em;margin-top:0;font-family:'Open Sans',sans-serif}.subpack{font-size:1.7em;margin-top:0;font-family:'Open Sans',sans-serif} .modal-content .success p{ text-align:center;}
.support.mobile{display:none;}
.support a:hover{ background:#E50E28; }
.support a{
	background:#D0021B;
	color:#fff;
	border-radius: 15px;
	font-size: 12px;
	padding: 5px 15px;
	position:relative;
	padding-left: 35px;
	font-weight:bold;
}
.support{
	position: absolute;
	width: auto;
	right: 145px;
	top: 10px;
	}
.support a i{
	position: absolute;
	background: url(../images/support.png);
	width: 20px;
	height: 20px !important;
	left: 11px;
	background-size: cover;
	top:3px;
	}
.support.mobile{
	position: relative;
	text-align: center;
	right: 0;
	top: 5px;
	display: none;
	margin: -15px 0 15px 0;
	width: 100%;
	
 }
#d_fh_01.dool_ad img, .dool_ad img, .dool_ad picture img { max-width:100%; }
@media (max-width: 1200px){
	header .social{ display:none;}
	.support{ right:0; top: 9px;}
}

@media (max-width: 991px){
	.support{top: 4px; font-size:11px;}
}

@media (max-width: 767px){
	.support{ display:none; }
	.support.mobile{display:block;}
	.support a i {width: 18px;height: 18px !important;left: 11px;top: 2px;}
	header .logo img { margin-left:-5px; }
	.support a{ padding: 4px 15px 4px 35px; }
	.mobile_view{ margin-top: 90px;}
}

.story-ad250{ max-height:250px;max-width: 250px;height: 250px; margin: 0 auto; margin-bottom:8px; float:none;clear:both;}
.story-ad250 img{ width:100%; }
.ad668{ max-height:400px;max-width: 668px;height: 400px; margin: 0 auto; margin-bottom:8px; float:none;clear:both;}
.ad668 img { width:100%; }
@media(max-width:576px) {
.ad668{ width:100%; height:auto; max-height:unset; margin:0 auto; }
.story-ad250{ max-height:250px;max-width: 300px;height: 250px; margin: 0 auto;}
}

/* OPEN SANS FONT */ 

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.frameAd60, #frameAd60 {width: 100%; height: 60px;  margin: 0; padding: 0; border:0;min-width: 320px;}
.frameAd {width:100%; margin: 0; padding: 0; border:0;}
@media screen and (min-width: 768px) { .story-ad250{ margin-right:15px; float:left; } }

/*  FONT AWESOME  */
/*!
 * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-pressq:before{content:"\f19a"}.fa-pressq-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-display:swap;font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-display:swap;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-display:swap;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}
