@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Roboto');


$timing : 265ms;
$iconColor : #00B5F5;
$accent : #002A8F;
$bluefade : #0043E0;
$gradient : #00B5F5;

@mixin transformScale($size: 1) {
    transform: scale($size);
    -ms-transform: scale($size);
    -webkit-transform: scale($size);
}



.social-container {
    text-align: center;
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
    float: right;
}

li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    /*font-size: 1.2em;*/
}

i {
    color: white;
    /*position: absolute;*/
    top: 21px;
    left: 21px;
    transition: all $timing ease-out;
}

a {
    /*display: inline-block;*/
    &:before

{
    include transformScale();
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, $iconColor, $accent);
    transition: all $timing ease-out;
}

&:hover:before {
    transform: scale(0);
    transition: all $timing ease-in;
}

&:hover i {
    @include transformScale(2.2);
    color: $iconColor;
    background: -webkit-linear-gradient(45deg, $iconColor, $accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all $timing ease-in;
}

}
}


*,
body {
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
}

a {

    color: #17459e;
}

* {
    margin: 0
}

body, h1, h2, h3, h4, h5, h6, p, a, ul, li, form {
    margin: 0;
    padding: 0;

}
/*body{
    background: url('https://4.bp.blogspot.com/-hdgu1Fbz03s/WoMf_qxfYYI/AAAAAAAACmc/zqk7N_5D8O4eYGpFNmLiV0C8a8sQ_mplACLcBGAs/s1600/holi%2Bbackground%2B%25285%2529.jpg');
    background-attachment: fixed;
}*/
.alignleft {
    float: left;
    margin-right: 15px
}

.detail-news-par h1 {
    font-size: 155% !important;
    line-height: 31px !important;
}

.detail-news-par h2 {
    font-size: 135% !important;
    line-height: 31px !important;
    color: #3c3c3c;
}

.detail-news-par h3 {
    font-size: 115% !important;
    line-height: 25px !important;
    color: #3c3c3c;
    font-weight: 600;
}

.detail-news-par h4 {
    font-size: 105% !important;
    line-height: 25px !important;
}

.detail-news-par h5, h6 {
    font-size: 100% !important;
    line-height: 31px !important;
}

.ad-1,
.alignright {
    float: right
}

.alignright {
    margin-left: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: solid 0
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
    margin: 0 0 15px;
    font-weight: 700
}

body,
html {
    font-family: 'Noto Sans', sans-serif;
    height: 100%
}

body {
    margin: 0
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.topAdvertise,
section#top-menu-area {
    margin: 10px 0
}

#top-area {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.topAdvertise {
    padding-left: 10px
}

.window-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 110;
    background-color: #fff;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    overflow-x: hidden
}

.popup-inside {
    margin-top: 40px;
    position: relative;
    padding: 10px 36px
}

span.name-head img {
    width: 160px
}

span.name-head {
    position: absolute;
    right: 44%;
    bottom: 14px
}

.popup-head {
    min-height: 79px;
    position: relative
}

.right-column,
.video-items {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    min-height: 170px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative
}

.right-column:after,
.second-row:after,
.video-items:after {
    position: absolute;
    content: "";
    left: -1px;
    top: 0;
    width: 9px;
    height: 100%;
    background: red;
    z-index: 0
}

.top-menu {
    padding: 0 10px
}

span.btn-menu {
    padding-left: 12px
}

button#close-menu,
button#open-menu {
    padding: 10px 13px;
    background: #023f88;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer
}

button#open-menu {
    position: relative;
    font-size: 16px
}

button#close-menu:before,
button#open-menu:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    content: "";
    border-left: 3px solid red;
    height: 100%
}

button#close-menu i,
button#open-menu i {
    font-size: 19px;
    float: left;
    margin-right: 6px
}

button#close-menu {
    font-size: 16px;
    position: relative
}

.column-head,
.column-sub-head,
ul.column-menu {
    padding: 5px
}

.right-column h2,
.video-items h2 {
    font-size: 25px;
    text-align: center;
    line-height: 125px
}

.first-row {
    clear: both;
    overflow: hidden;
    display: block
}

.column-head h2 {
    font-size: 18px;
    color: red;
    margin-bottom: 0
}

.column-head a h2 {
    color: #023f88
}

.column-sub-head h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 1px
}

ul.column-menu li {
    list-style: none;
    margin-bottom: 6px
}

.column-sub-head span {
    font-size: 13px;
    color: #969292
}

ul.column-menu a {
    font-size: 17px;
    font-weight: 700;
    color: #023f88
}

.second-row {
    position: relative;
    margin: 16px 10px;
    padding: 10px;
    display: block;
    border: 1px solid #ccc;
    overflow: hidden
}

/*.main-menu {
    padding-left: 10px;
}*/

.main-menu-area.stick {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #e5e5e5
}

section#menu-area {
    margin-bottom: 20px;
}

img.app-download {
    width: 135px;
    margin-left: 14px;
}

.logo a span {
    margin-left: 10px;
    margin-top: 5px;
    display: block;
    font-size: 84%;
    background: #ed3237;
    color: #fff;
    padding: 0px 10px 0 10px;
    border-radius: 10px 10px 0 0;

}

.logo {
    height: 65px;
    float: left;
    margin-right: 15px;
    background: 0 0
}

    .logo img {
        height: 40px;
        margin-top: 20px;
    }

.col-9.right {
    text-align: right;
}

.co-12 {
    padding: 0 10px
}

/* =============Mega menu style ==================*/

.megamenu-area {
    font-size: 14px;
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 999999;
}

.megamenu-area:before {
    background: #363636 none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 5px;
}

.megamenu {
    background: #023f88;
    position: relative;
}

ul.m_menu {
    background-color: rgb(56, 34, 90);
    /*background: linear-gradient(45deg, rgb(88, 49, 181) 0%, rgb(80, 59, 191) 48%, rgb(70, 9, 169) 84%, rgb(64, 15, 158) 100%);*/
}

ul.m_menu li {
    display: inline-block;
    margin-right: 1px;
    position: relative;
}

.home {
    padding-left: 5px;
}

ul.m_menu li:first-child {
    /*margin-right: inherit;*/

}

ul.m_menu li a {
    padding: 0px 13px;
    color: #ffffff;
    font-size: 100%;
    font-weight: 700;
    line-height: 61px;
    text-transform: uppercase;
}

/*.megamenu ul li a.home{
    background: #fe5b5a none repeat scroll 0 0;
    color: #fff;
    padding: 23px 20px;
}
.megamenu ul li a.home:before {
    border-color: transparent #7c7c7c #7c7c7c transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: -6px;
    position: absolute;
    top: 0;
    z-index: 999;
}
.megamenu ul li a.home:after {
    border-color: #7c7c7c #7c7c7c transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    bottom: 0;
    content: "";
    left: -6px;
    position: absolute;
    z-index: 999;
}*/

ul.m_menu li:hover {
    background: #f5f5f5;
}

ul.m_menu li a.home:hover {
    color: #fff;
}

ul.m_menu li:hover a {
    color: #00b3b3;
}

ul.m_menu li:hover a.home {
    color: #fff;
}

.search-box {
    margin-top: 5px;
    margin-right: -15px;
}

.search-box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    height: 50px;
    line-height: 50px;
    padding-right: 25px;
    width: 80%;
}

.search-box input:focus {

}

.search-box button {
    background: transparent none repeat scroll 0 0;
    border: medium none transparent;
}

.button-search span i {
    color: #fff;
    font-size: 16px;
}

.megamenudown {
    background-color: #f5f5f5;
    border-color: #f5f5f5 #f5f5f5 #f5f5f5;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0px 4px 0px 0 rgba(0, 0, 0, 0.2);
    left: -66px;
    margin: 0px 0 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 1270px;
    z-index: -9;
}

.megamenudown.two {
    width: 1271px;
    left: -176px;
    margin: 0px 0 0;
    opacity: 0;
    position: absolute;
    text-align: left;
}

.megamenudown.three {
    width: 1271px;
    left: -258px;
    margin: 0px 0 0;
    opacity: 0;
    position: absolute;
    text-align: left;
}

.megamenudown-mini {
    background-color: #fff;
    border-color: #fe5b5a #fff #fff;
    border-image: none;
    border-style: solid;
    border-width: 2px;
    box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
    margin: -6px 0 0;
    position: absolute;
    text-align: left;
    z-index: -9;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0 0;
	border-radius: 0px 0px 15px 15px;
}

.megamenudown-app {
    width: 1271px;
    right: -112px;
    margin: 0px 0 0;
    opacity: 0;
    position: absolute;
    text-align: left;
}

.g_app {
    padding: 20px;
}

.g_app img {
    width: 100%;
}

li.app_inst i {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 18px;
    padding-right: 5px;
}

li.app_inst a {
    padding: 0 32px;
}

li.app_inst {
    padding: 0 14px;
}

.home-ve {
    margin: -0px 0 0 !important;
}

.megamenu ul li:hover .megamenudown, .megamenu ul li:hover .megamenudown-mini {
    opacity: 1;
    transform: scaleY(1);
    z-index: 9999;
    visibility: visible;
}

.mega-top {
    margin-bottom: 0;
}

.mega-item-menu {
    float: left;
    margin-right: 25px;
    /*width: 160px;*/
	 -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	padding: 10px;
	 -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid #ececec; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #ececec; /* Firefox */
    olumn-rule: 1px solid #ececec;
}
.mega-item-menu.pages a {
    width: 125px;
    color: #023f88!important;
    font-size: 100%;
}
.mega-item-menu a.title span {
    border-bottom: 1px solid #ebebeb;
    color: #363636;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 2px;
    padding-bottom: 5px;
    padding-top: 12px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.mega-item-menu a {
    display: block;
    line-height: 2 !important;
    padding: 3px !important;
}

.mega-item-menu a span {
    color: #787878;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 0 0;
    text-transform: none;
    transition: all 0.3s ease 0s;
}

.mega-item-menu a span:hover {
    color: #F15B5A;
}

.mega-bottom {
    margin-bottom: 20px;
    margin-left: 10px;
}

.mega-bottom a {
    margin-right: 20px !important;
    padding: 3px !important;
}

.mega-bottom a img {
    opacity: 0.7;
    transition: all 0.3s ease 0s;
    width: 292px;
}

.mega-item-menu-img {
    float: left !important;
    margin-left: -27px;
    width: 220px;
}

.mega-item-menu-img a img {
    opacity: 0.7;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
}

.mega-item-menu-img a img:hover {
    opacity: 1;
}

.mega-bottom a img:hover {
    opacity: 1;
}

/*------nav_tab1---------*/
ul.tabs {
    margin-right: 10px !important;
    padding: 0px;
    list-style: none;
    float: left;
    display: table-cell;
    border-right: 1px solid #cecece;
}

ul.tabs li {
    background: none;
    color: #222;
    display: block !important;
    padding: 5px 20px;
    cursor: pointer;
    margin-right: 0px;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
    font-size: 14px;
}

ul.tabs li.current {
    background: #ed3237;
    color: #fff;
    position: relative;
}

li.tab-link.current:after {
    position: absolute;
    right: -9px;
    bottom: 4px;
    content: "\f04b";
    font-family: fontAwesome;
    font-size: 20px;
    color: #ed3237;
}

.tab-content {
    display: none;
    padding: 15px 5px 5px 5px;
}

.tab-content.current {
    display: inherit;
    padding-left: 10px;
}

ul.t_li_link li {
    display: block !important;
    padding: 0;
    position: relative;
}

ul.t_li_link li:before {
    width: 5px;
    height: 5px;
    content: "";
    left: -7px;
    top: 10px;
    background: #e01616;
    position: absolute;
}

ul.t_li_link {
    list-style-type: circle !important;
    padding-left: 10px;
}

ul.t_li_link li a {
    padding: 4px !important;
    line-height: 0px !important;
    color: #333 !important;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 90%;
}

.t_img {
    float: left;
    padding: 0 !important;
    line-height: 0 !important;
    display: table;
}

a.t_img_link {
    line-height: 20px !important;
    color: #333 !important;
    font-size: 15px !important;
    display: table;
}

.t_img img {
    width: 80px;
    height: 60px;
}

.top_tab_link {
    display: table;
    margin-bottom: 11px;
}

.m_tab {
    display: table;
}

.t_content {
    display: table-cell;
}

.singel_m_img img {
    width: 118px;
    height: 86px;
    margin-bottom: 15px;
}

.singel_m_img a {
    padding: 7px !important;
    line-height: 33px !important;
}

.megaImg h4 {
    font-size: 20px !important;
    margin-bottom: 5px;
}

.megaImg a {
    line-height: 24px !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    color: #000 !important;
}

.singel_m_img span {
    margin-bottom: 20px !important;
    line-height: 44px;
    padding: 4px;
}

.singel_m_Vdo img {
    width: 118px;
    height: 86px;
    margin-bottom: 15px;
}

.singel_m_Vdo a {
    padding: 7px !important;
    line-height: 33px !important;
}

.megaVdo h4 {
    font-size: 20px !important;
    margin-bottom: 5px;
}

.megaVdo a {
    line-height: 24px !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    color: #000 !important;
}

.singel_m_Vdo span {
    margin-bottom: 20px !important;
    line-height: 44px;
    padding: 4px;
}

.singel_m_Vdo a {
    position: relative;
}

.singel_m_Vdo a:after {
    position: absolute;
    content: "\f144";
    bottom: 14px;
    font-family: fontAwesome;
    font-size: 30px;
    left: 47px;
    color: rgba(228, 29, 29, 0.8);
}

.megaImg {
    padding-top: 10px;
}

.megaImg, .megaVdo {
    padding-top: 10px;
}

/*------navTab2--------*/
ul.tabsOne {
    margin-right: 10px !important;
    padding: 0px;
    list-style: none;
    float: left;
    display: table-cell;
    border-right: 1px solid #cecece;
}

ul.tabsOne li {
    background: none;
    color: #222;
    display: block !important;
    padding: 5px 20px;
    cursor: pointer;
    margin-right: 0px;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
    font-size: 14px;
}

ul.tabsOne li.active1 {
    background: #ed3237;
    color: #fff;
    position: relative;
}

li.tab1-link.active1:after {
    position: absolute;
    right: -9px;
    bottom: 4px;
    content: "\f04b";
    font-family: fontAwesome;
    font-size: 20px;
    color: #ed3237;
}

.tab1-content {
    display: none;
    padding: 15px 5px 5px 5px;
}

.tab1-content.active1 {
    display: inherit;
    padding-left: 10px;
}

/*------navTab2--------*/
ul.tabsTwo {
    margin-right: 10px !important;
    padding: 0px;
    list-style: none;
    float: left;
    display: table-cell;
    border-right: 1px solid #cecece;
}

ul.tabsTwo li {
    background: none;
    color: #222;
    display: block !important;
    padding: 5px 20px;
    cursor: pointer;
    margin-right: 0px;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
    font-size: 14px;
}

ul.tabsTwo li.active2 {
    background: #ed3237;
    color: #fff;
    position: relative;
}

li.tab2-link.active2:after {
    position: absolute;
    right: -9px;
    bottom: 4px;
    content: "\f04b";
    font-family: fontAwesome;
    font-size: 20px;
    color: #ed3237;
}

.tab2-content {
    display: none;
    padding: 15px 5px 5px 5px;
}

.tab2-content.active2 {
    display: inherit;
    padding-left: 10px;
}

/*-------------------------------
5. Mega-menu
--------------------------------*/

.col-5.f_mega {
    padding-left: 0px;
    border-right: 1px solid #ccc;
}

.f_mega, .v_mega {
    min-height: 246px;
    border-right: 1px solid #ccc;
}

/*nav.navigation {*/
/*position: relative;*/
/*background: #023f88;*/
/*display: -webkit-box;*/
/*height: 70px;*/
/*-webkit-box-shadow: 0px 9px 13px -8px rgba(0, 0, 0, .51);*/
/*-moz-box-shadow: 0px 9px 13px -8px rgba(0, 0, 0, .51);*/
/*box-shadow: 0px 9px 13px -8px rgba(0, 0, 0, .51)*/
/*}*/

/*.main-menu ul {*/
/*margin: 0;*/
/*padding: 22px;*/
/*list-style: none*/
/*}*/

/*.main-menu ul li {*/
/*float: left;*/
/*margin-left: 25px;*/
/*position: relative*/
/*}*/

/*.main-menu ul li .mega-menu,*/
/*.main-menu ul li ul {*/
/*background: #fff;*/
/*border: 1px solid #dedede;*/
/*position: absolute;*/
/*top: 44px;*/
/*transition: all .4s ease 0s*/
/*}*/

/*.main-menu ul li:first-child {*/
/*margin-left: 0*/
/*}*/

/*.main-menu ul li a {*/
/*color: #fff;*/

/*display: block;*/
/*font-size: 12px;*/
/*font-weight: 500;*/
/*line-height: 22px;*/
/*padding: 2px 0;*/
/*text-decoration: none;*/
/*text-transform: uppercase*/
/*}*/

/*.main-menu ul li a i {*/
/*margin-left: 5px*/
/*}*/

/*.main-menu ul li ul {*/
/*left: 0;*/
/*opacity: 0;*/
/*visibility: hidden;*/
/*width: 200px;*/
/*z-index: 999*/
/*}*/

/*.main-menu ul li:hover ul {*/
/*opacity: 1;*/
/*visibility: visible*/
/*}*/

/*.main-menu ul li ul li {*/
/*display: block;*/
/*float: none;*/
/*margin: 0*/
/*}*/

/*.main-menu ul li ul li a {*/
/*color: #464646;*/
/*padding: 10px 15px;*/

/*font-size: 14px;*/
/*text-transform: capitalize*/
/*}*/

/*.main-menu ul li.active a,*/
/*.main-menu ul li:hover a {*/
/*color: #FFFFFF*/
/*}*/

/*.main-menu ul li:hover ul li a {*/
/*color: #464646*/
/*}*/

/*.main-menu ul li .mega-menu {*/
/*margin: 0;*/
/*opacity: 0;*/
/*padding: 0 100px 80px 15px;*/
/*text-align: left;*/
/*visibility: hidden;*/
/*width: 900px;*/
/*z-index: 3000*/
/*}*/

/*.mega-menu.tow {*/
/*background-image: none !important;*/
/*padding: 20px !important*/
/*}*/

/*.main-menu ul li:hover .contact-area,*/
/*.main-menu ul li:hover .map-area,*/
/*.main-menu ul li:hover .mega-menu {*/
/*opacity: 1;*/
/*visibility: visible*/
/*}*/

/*.main-menu ul li .mega-menu .single-mega-menu {*/
/*width: 33%;*/
/*float: left;*/
/*padding-left: 20px;*/
/*margin-bottom: 20px*/
/*}*/

/*.main-menu ul li .mega-menu.tow .single-mega-menu {*/
/*width: 25%;*/
/*margin: 0*/
/*}*/

/*.single-mega-menu a i {*/
/*margin-right: 5px !important*/
/*}*/

/*.main-menu ul li .mega-menu .single-mega-menu.pad-zero,*/
/*.main-menu ul li .mega-menu .single-mega-menu:first-child {*/
/*padding: 0*/
/*}*/

/*.main-menu ul li .mega-menu .single-mega-menu .hedding-border a {*/
/*border-bottom: 2px solid #dedede;*/
/*font-size: 16px;*/
/*font-weight: 400;*/
/*text-transform: uppercase*/
/*}*/

/*.main-menu ul li .mega-menu .single-mega-menu a {*/
/*color: #464646;*/
/*display: block;*/
/*line-height: 32px;*/
/*border: none;*/
/*text-transform: capitalize*/
/*}*/

/*.main-menu ul li .mega-menu .single-mega-menu a:hover,*/
/*.main-menu ul li ul li a:hover {*/
/*color: #f7505a*/
/*}*/

.list-aggregate a,
.list-aggregate li {
    font-size: 15px;
    color: #FFF;
    line-height: 35px;
    font-weight: 700
}

/*.single-add {*/
/*float: left;*/
/*padding-left: 15px;*/
/*padding-right: 15px;*/
/*width: 50%*/
/*}*/

/*.menu-add {*/
/*margin-left: -15px*/
/*}*/

/*.main-menu ul li .mega-menu.mega-two {*/
/*width: 682px*/
/*}*/

/*.main-menu ul li .mega-menu.mega-two .single-mega-menu {*/
/*width: 33.333%*/
/*}*/

/*.main-menu ul li .mega-menu.mega-three {*/
/*width: 472px*/
/*}*/

/*.main-menu ul li .mega-menu.mega-three .single-mega-menu {*/
/*width: 50%*/
/*}*/

.list-wrpaaer {
    height: 35px
}

.list-aggregate {
    overflow: hidden;
    width: 85%;
    float: right
}

.list-aggregate li {
    list-style-type: none;
    float: left;
    margin: 0 10px;
    background: url(https://www.inhnews.in/images/inhlist.png) no-repeat;
    padding-left: 20px;
    background-position-x: left;
    background-position-y: center
}

.news-trigger {
    padding: 0 9px 0 0;
    margin-bottom: 10px;
    margin-left: 10px;
    background: -moz-linear-gradient(45deg, rgba(23,77,135,1) 0%, rgba(31,67,152,1) 48%, rgba(41,58,171,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(23,77,135,1)), color-stop(48%, rgba(31,67,152,1)), color-stop(100%, rgba(41,58,171,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(23,77,135,1) 0%, rgba(31,67,152,1) 48%, rgba(41,58,171,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(23,77,135,1) 0%, rgba(31,67,152,1) 48%, rgba(41,58,171,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(23,77,135,1) 0%, rgba(31,67,152,1) 48%, rgba(41,58,171,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(23,77,135,1) 0%, rgba(31,67,152,1) 48%, rgba(41,58,171,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293AAB', endColorstr='#174D87',GradientType=1 ); /* ie6-9 */
}

.lead-news-image img,
.s_news.lead-news-image img,
.second-news-image img {
    background-color: rgba(21, 17, 18, .8);

}

.image-fit-center {
    object-fit: scale-down;
}

.s_news.third-news-image {
    background: #423f3f;
}

section#breaking-news {
    margin-top: 15px;
    box-shadow: 0 11px 15px 0 rgba(51, 51, 51, 0.09);
}

.break-news {
    width: 12%;
    float: left;
    border-right: 1px solid #fff
}

.break-news span {
    position: relative;
    margin-bottom: 0;
    line-height: 35px;
    color: #fff;
    float: left;
    padding: 0 5px;
    font-weight: bold;
    font-size: 115%;
}

.break-news span:after,
.break-news span:before {
    position: absolute;
    left: 35px;
    height: 3px;
    width: 65px;
    content: ""
}

.break-news span:before {
    top: -2px
}

.break-news span:after {
    bottom: -2px
}

section#main-news {
    margin: 10px 0 0;
    overflow: hidden
}

.news {
    width: 100%
}

.news.row-2 {
    margin-top: 25px
}

.s_news.lead-news-image {
    position: relative
}

.s_news.lead-news-image img {
    width: 100%;
    height: 390px;
    position: relative
}

.cat-news-image:hover,
.cat2-box-news:hover,
.cat2-top-news:hover,
.fourth-news-image:hover,
.left-cat2-news-img:hover,
.s_news.lead-news-image:hover,
.second-news-image:hover,
.sports-column-news:hover,
.sports-main:hover,
.third-news-image:hover,
.tranding-box-news:hover {

    opacity: 1;
}

.fourth-news-head,
.news-head,
.second-news-head,
.third-news-head {
    left: 0;
}

.news-head {
    position: absolute;
    bottom: 0;

    padding: 10px
}

.news-head h1 {
    font-size: 24px;
    padding: 10px 5px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.news-head h1:hover {
    color: #FFF;
}

span.cat {
    padding-top: 10px
}

span.cat a {
    line-height: 6px;
    color: #909090;
    font-size: 10px
}

.sports-main span.cat a {
    line-height: 6px;
    color: #000;
    font-size: 10px;
}

.cat1-news-head span:first-child,
.cat2-box-news span:first-child,
.cat2-top-news span:first-child,
.fourth-news-head span:first-child,
.second-news-head span:first-child,
.sports-column-news span:first-child,
.sports-main span:first-child,
.third-news-head span:first-child,
.top-cat2-news-box span:first-child,
.tranding-box-news span:first-child {
    padding-left: 0
}

.cat1-news-head span,
.cat2-box-news span,
.cat2-top-news span,
.fourth-news-head span,
.news-head span,
.second-news-head span,
.sports-column-news span,
.sports-main span,
.third-news-head span,
.top-cat2-news-box span,
.tranding-box-news span {
    line-height: 6px;
    padding-right: 4px;
    color: #8d8d8d;
    font-size: 10px;
    padding-left: 6px
}

.cat1-news-head span:nth-child(-n+2),
.cat2-box-news span:nth-child(-n+2),
.cat2-top-news span:nth-child(-n+2),
.fourth-news-head span:nth-child(-n+2),
.news-head span:nth-child(-n+2),
.second-news-head span:nth-child(-n+2),
.sports-column-news span:nth-child(-n+2),
.sports-main span:nth-child(-n+2),
.third-news-head span:nth-child(-n+2),
.top-cat2-news-box span:nth-child(-n+2),
.tranding-box-news span:nth-child(-n+2) {
    position: relative
}

.cat1-news-head span:nth-child(-n+2):after,
.cat2-box-news span:nth-child(-n+2):after,
.cat2-top-news span:nth-child(-n+2):after,
.fourth-news-head span:nth-child(-n+2):after,
.news-head span:nth-child(-n+2):after,
.second-news-head span:nth-child(-n+2):after,
.sports-column-news span:nth-child(-n+2):after,
.sports-main span:nth-child(-n+2):after,
.third-news-head span:nth-child(-n+2):after,
.top-cat2-news-box span:nth-child(-n+2):after,
.tranding-box-news span:nth-child(-n+2):after {
    position: absolute;
    content: "";
    bottom: 2px;
    width: 6px;
    border-right: 1px solid #ec1212;
    height: 9px
}

.news-head h1 {
    margin-bottom: 0;
    color: #FFF
}

.news-head h2 {

    color: #FFF
}

.news-head p {
    padding-left: 5px;
    color: #FFF;
    text-align: justify;
    font-size: 14px
}

.s_news.second-news-image {
    position: relative;
    margin-bottom: 20px
}

.s_news.second-news-image:last-child {
    margin-bottom: 0
}

.s_news.second-news-image img {
    width: 100%;
    height: 183px
}

.second-news-head {
    position: absolute;
    bottom: 0;
    padding: 6px 5px
}

.second-news-head h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

span.cat1 a {
    color: red;
    font-size: 11px;
    font-weight: 700
}

.fourth-news-image,
.third-news-image {
    position: relative;
    margin-bottom: 20px
}

.fourth-news-image img,
.third-news-image img {
    width: 100%;
    height: 192px
}

.third-news-head h2 {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.fourth-news-head,
.third-news-head {
    position: absolute;
    bottom: 0;

    padding: 3px 5px 7px
}

.third-news-head a {
    color: #333
}

.news-short-info {
    margin-bottom: 5px
}

.latest-updates-panel__container {
    -ms-flex-preferred-size: calc(8.52895% * 3 - 2.27% - 6px);
    flex-basis: calc(8.52895% * 3 - 2.27% - 6px);
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    background-color: #fff;
}

.latest-updates-panel__header {
    padding: calc(.75rem - 6px);
    text-align: center;
    background-color: #d7d7d7
}

.latest-updates-panel__label {
    display: block;
    margin: 0;
    color: #383e42;
    font-size: .88889em;
    font-size: 18px;
    font-weight: 600
}

.latest-updates-panel-card__wrapper {
    padding-bottom: .75em;
    list-style-type: none
}

.latest-updates-panel__body {

}

.latest-updates-panel-card,
.latest-updates-panel-card__footer {
    padding-bottom: .5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    width: 100%
}

ul.latest-updates-panel__body h3 {
    font-size: 14px
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.latest-updates-panel-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none
}

.latest-updates-panel-card__title {
    display: block;
    margin: 0;
    color: #121212;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: normal;
}

li.latest-updates-panel-card__wrapper:last-child article {
    border-bottom: none
}

.latest-updates-panel-card__footer {
    display: inline-flex;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 65%;
    letter-spacing: .01em;
    line-height: 1.4;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(223, 227, 234);
    padding-top: 5px;
}

.latest-updates-panel-card__subtitle {
    overflow: hidden;
    display: block;
    max-width: 180px;
    margin: 0;

    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #ed3237;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.latest-updates-panel__footer {
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: .35em .75em .35em 1em;
    text-align: center;
    background-color: #fff;
    border: 2px solid #d7d7d7;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.latest-updates-panel__footer .link-button-standalone-read-more,
.latest-updates-panel__footer .link-button-standalone-read-more:visited {
    color: #7a7a7a
}

.link-button-standalone-read-more {
    display: block;
    position: relative;
    color: #7a7a7a;
    font-size: .70233em;
    text-decoration: none;
    white-space: nowrap
}

section#top-news-area {
    border-bottom: 2px solid red;
    margin: 20px 0 0;
    padding: 20px 0
}

.top-header {
    position: relative;
    margin-bottom: 23px
}

    .top-header h2:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 4px;
        background: #223852;
        left: 0;
        bottom: -8px
    }

.single-top-news {
    position: relative;
    background: #fff;
    height: 90px;
    margin-bottom: 20px;
    overflow: hidden
}

.left-news-img {
    float: left;
    overflow: hidden;
    display: block;
    margin-right: 5px;
    height: auto
}
.left-news-img a {
    position: relative;
    width: 100%;
    display: block;
}
.left-news-img.v a:after {
    position: absolute;
    margin: auto;
    left: 6px;
    top: 11px;
    right: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    background: url(../images/player.png) no-repeat;
    content: "";
    opacity: .7;
    background-size: 30px 30px;
}

.left-news-img img {
    width: 130px;
    height: 90px;
    margin-right: 5px
}

.right-news-head {
    padding: 0 6px;
    height: 112px
}

span.top-sub-news {
    font-size: 12px;
    color: red;
    padding-top: 10px
}

.top-news-box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    padding-top: 5px;
    margin-bottom: 2px;
    line-height: 20px;
    font-weight: normal;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 2*2;
}

span.cat-top-news a {

    border-right: 1px solid #c7c7c7;
    line-height: 6px;
    padding-right: 4px;
    color: #023f88;
    font-size: 10px;
    padding-left: 4px;
    font-weight: 700
}

span.cat-top-news {
    line-height: 36px;
    position: absolute;
    left: 140px;
    bottom: 0
}

span.cat-top-news a:first-child {
    padding-left: 0
}

span.cat-top-news a:last-child {
    border-right: none
}

.top-news-box {
    padding: 5px
}

.social {
    margin-top: 10px;
    text-align: center;
    background: #fff
}

.top-cat2-news-box p,
li.cat2-box-news p {
    margin-top: 10px;
    text-align: justify;
    font-size: 14px
}

div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1
}

div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 14px 16px;
    transition: .3s;
    font-size: 17px;
    width: 50%
}

div.tab button:hover {
    background-color: #ddd
}

div.tab button.active {
    background-color: #023f88;
    color: #fdfdfd
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none
}

.social span {
    padding: 0;
    color: #31a3da
}

.side-add {
    margin-top: 20px;
    padding: 2px
}

.live-tv {
    padding: 10px;
    padding-bottom: 20px;
}

section#livevideo {
    padding: 20px 0;
    background: url('https://lh3.googleusercontent.com/-3b6GiDsKfcg/WdN1REcZW_I/AAAAAAAAABo/XC8ORMWNsM47q7CHAhHOXcSCAc-SReeRgCJkCGAYYCw/s1000-fcrop64=1,00000000ffffffff/18582435_635247836674754_5156007926711842418_n.jpg');
    background-attachment: fixed;
}

.video-tv {
    border: 5px solid #e61a1a;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

iframe {
    border-color: #000
}

section#cat-1 {
    margin: 20px 0;
    padding: 20px 0
}

.cat1-head {
    margin-left: 10px;
}

.cat1-head h2 {
    margin-bottom: 20px;
    border-bottom: 5px solid #af1f11;
    margin-top: 10px;
    width: 100%;
}

.row.cat1-top {
    margin-top: 10px
}

.s_news.cat-news-image {
    position: relative
}

.col-6.cat1-left {
    border-right: 1px solid #ccc
}

.s_news.cat-news-image img {
    width: 100%;
    height: 270px
}

.cat1-news-head {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px
}

.cat1-news-head h2 {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 5px
}

.cat1-news-head p {
    font-size: 14px
}

.s_news.cat-news-image:after {
    position: absolute;
    content: "";

    height: 1px;
    background: #ccc;
    margin-left: 23px;
    bottom: -9px
}

.fourth-news-head h2 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.fourth-news-head p {
    font-size: 14px;
    line-height: 18px
}

.row-2-news:nth-child(-n+2) {
    position: relative
}

.cat2-head-news:after,
.row-2-news:nth-child(-n+2):after {
    position: absolute;
    content: "";
    border-right: 1px solid #ccc
}

.row-2-news:nth-child(-n+2):after {
    right: 0;
    bottom: 29px;
    width: 3px;
    height: 84%
}

.cat2-head-news,
.cat2-top-news,
.single-cat2-news {
    position: relative
}

.cat2-top-news {
    padding: 15px 0;
    display: block;
    margin-bottom: 17px
}

.cat2-top-news h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px
}

.cat2-top-news img {
    width: 100%;
    margin-bottom: 8px;
    height: 430px
}

.cat2-top-news p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify
}

.left-cat2-news-img img {
    width: 246px;
    height: 153px;
    margin-right: 5px
}

.left-cat2-news-img {
    float: left;
    margin-right: 5px
}

.top-cat2-news-box h4 {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 6px
}

.top-cat2-news-box p {
    color: #333
}

.top-cat2-news-box article {
    padding: 5px 0
}

.single-cat2-news {
    margin-bottom: 34px;
    clear: both;
    min-height: 153px
}

.cat2-head-news:after {
    width: 10px;
    height: 97%;
    right: -14px;
    bottom: 5px
}

.cat2-top-news:after,
.single-cat2-news:after {
    position: absolute;
    width: 96%;
    border-bottom: 1px solid #ccc;
    content: ""
}

.cat2-top-news:after {
    bottom: 0;
    left: 10px;
    height: 20px
}

.single-cat2-news:after {
    height: 15px;
    left: 16px;
    bottom: -18px;
    padding-bottom: 2px
}

ul.cat2-second-column {
    margin: 20px 0 15px 8px
}

ul.cat2-second-column li {
    list-style-type: none;
    margin-bottom: 23px
}

ul.cat2-second-column h4 {
    color: #333;
    line-height: 20px;
    margin-bottom: 10px
}

li.cat2-box-news img {
    width: 100%;
    height: 175px
}

li.cat2-box-news:nth-child(-n+2) {
    position: relative
}

li.cat2-box-news:nth-child(-n+2):after {
    position: absolute;
    content: "";
    width: 95%;
    height: 10px;
    bottom: -13px;
    left: 5px;
    border-bottom: 1px solid #ccc
}

.trending-head h3 {
    text-align: left;
    text-transform: uppercase;
    color: #ff0d0d;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}

/*====opinion====*/
.op-author img {
    width: 55px;
    height: 55px;
    padding: 3px;
    border-radius: 100%;
}

.single-opinion p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

i.fa.fa-quote-left {
    font-size: 20px;
}

.op-author name {
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 6px;
}

.s_link {
    text-align: center;
    position: relative;
}

.s_link i {
    font-size: 20px;
    padding: 4px;
    position: relative;
}

.pub-opinion {
    padding: 10px;
    background: #000;
}

.opinion-head {
    padding: 3px;
    text-align: center;
}

.opinion-head h3 {
    margin-bottom: 2px;
    color: #fff;
    text-transform: uppercase;
}

.opinion-body {
    background: #ff0000;
    padding: 10px
}

.opinion-body p {
    color: #fff;
}

.s_link .fa-facebook {
    background: #1a54d6;
    height: 30px;
    width: 29px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.s_link .fa-twitter {
    background: #3cb2f7;
    height: 30px;
    width: 29px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.s_link a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 13px;
    width: 86px;
    background: #333;
    height: 3px;
}

.s_link a:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 13px;
    height: 3px;
    width: 86px;
    background: #333;
}

.news-third-sidebar:before {
    position: absolute;
    left: -7px;
    bottom: 6px;
    width: 10px;
    height: 97%;
    content: "";
    border-left: 1px solid #ccc
}

.news-third-sidebar {
    padding: 10px 10px 0;
    margin: 15px 0 4px;
    position: relative
}

ul.tranding-side-column {
    margin: 10px 4px
}

ul.sports-column li,
ul.tranding-side-column li {
    list-style-type: none;
    margin-bottom: 23px
}

ul.sports-column h4,
ul.tranding-side-column h4 {
    color: #000;
    line-height: 20px;
    margin-bottom: 10px
}

li.tranding-box-news p {
    font-size: 14px;
    text-align: justify
}

li.tranding-box-news img {
    width: 100%;
    height: 180px
}

li.tranding-box-news:nth-child(-n+4) {
    position: relative
}

li.tranding-box-news:nth-child(-n+4):after {
    position: absolute;
    content: "";
    width: 95%;
    height: 10px;
    bottom: -13px;
    left: 5px;
    border-bottom: 1px solid #ccc
}

section#sports-cat {

    padding: 20px 0
}

.sports-column-news span, .sports-column-news span a, .sports-main span {
    color: #000 !important;
}

section#lifestyle-cat {
    background: #FFF;
    padding: 20px 0
}

.container.sports {
    padding: 0 8px
}

.sports-head {
    padding: 0 10px
}

.sports-head a {
    color: #000;
}

.sports-main img {

    width: 100%;
    height: 394px;

}

.sports-head h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    font-size: 26px;
    color: #000
}

.sports-main h2 {
    color: #000;
    margin-bottom: 10px
}

.sports-main p {
    color: #000;
    margin-bottom: 15px;
    text-align: justify
}

li.sports-column-news img {

    height: 194px;
    width: 100%;
    padding: 0;

}

section#video-gallery {
    margin: 20px 0
}

.v_gallery img {
    height: 149px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.v_gallery {
    padding: 10px;
    text-align: center
}

.video-head {
    padding: 10px 16px;
    border-bottom: 1px solid #ccc;
    height: 69px;
}

.video-head h2 {
    display: inline-block;
    float: right;
}

.v-1.col-5-1 {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 0;
}
.v-1.col-5-1:hover {
    box-shadow: 0 15px 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.2);
     -webkit-transform: translate(0,-4px);
    transform: translate(0,-4px);
}

p.caption {
    height: 60px;
    background: #fff;
    padding: 10px;
    font-size: 85%;
    color: #023f88;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8em;
}
}

.v-1.col-5-1 a:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    left: 85px;
    bottom: 43px;
    z-index: 999;
    background: url(../images/movies.png) center no-repeat;
    opacity: .6;
    background-size: 58px 58px
}
.margin-10-bottom a {
    position: relative;
    width: 100%;
    height: auto;
}

.margin-10-bottom a:after {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    background: url('/images/player.png') no-repeat;
    content: "";
    opacity: .7;
}

.g_row-1 {
    margin-bottom: 22px;
    overflow: hidden
}

section#footer {
    background: #000;
    border-top: 12px solid #ff0202;
    padding: 25px 0 0
}

ul.subs-menu li {
    list-style: none;
    margin-bottom: 10px
}

ul.subs-menu li a {
    color: #fff;
    padding: 15px;
    font-size: 13px
}

.social-icon i {
    font-size: 40px;
    color: #fff;
    margin-right: 30px
}

.social-icon {
    padding-left: 13px;
    margin: 22px 0
}

.sub-footer {
    width: 100%
}

span.left-menu {
    float: left;
    background: red;
    padding: 10px;
    height: 50px
}

span.left-menu a {
    color: #fff;
    font-size: 13px;
    padding: 0 10px
}

span.right-text {
    background: #023f88;
    padding: 10px;
    overflow: hidden;
    display: block;
    height: 50px
}

span.right-text p {
    text-align: right;
    color: #fff;
    margin-right: 36px;
    font-size: 13px;
    padding-top: 5px
}

.main-footer-text {

}

.main-footer-text p {
    position: relative;
    margin-left: 10px;
}

.main-footer-text p:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -9px;
    width: 120px;
    border: 1px solid #ddd;
}

ul.f_menu {
    margin: 10px 5px;
}

ul.f_menu li {
    display: inline-block;
    margin: 5px 7px;
}

ul.f_menu a {
    color: #ddd;
    font-size: 12px;
}

.main-footer-text p {
    color: #fff
}

.row.details-wrapper {
    padding-right: 20px;
    margin-top: 16px
}

.detail-news-head {
    /*padding: 20px 0 0*/
}

.detail-news-head h1 {
    font-size: 30px;
    margin-bottom: 5px
}

.about-news,
.detail-news-area img {
    /*margin-bottom: 20px;*/
}
.detail-news-area img {
   object-fit: scale-down;
    background: #8d8d8d;
}

.detail-news-area .lazy {
    width: 100%;
    height: 400px;
}

.details-row {
    padding: 0 5px 10px
}

.detail-news-area a {
    font-weight: bold;

}

.news.details-sidebar {
    margin-top: 15px;
    padding: 10px
}

.about-news {
    position: relative;
    padding-left: 10px
}

.about-news p {
    font-size: 13px;
    line-height: 20px
}

span.author {
    font-size: 15px;
    font-weight: 700
}

.about-news:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 2px;
    height: 34px;
    width: 5px;
    border-left: 2px solid red;
    margin-left: 0
}

.detail-news-par p {
    line-height: 26px;
    font-size: 16px
}

.second-section-news {
    padding: 10px;
    position: relative
}

.section-news-head {
    padding: 10px
}

.second-section-news:after {
    position: absolute;
    bottom: -11px;
    left: 24px;
    width: 96%;
    height: 5px;
    content: ""
}

.section-news-head h2 {
    padding: 10px;
    color: #000000;
    line-height: 125%;
}

.section-news-head h3 {
    color: #023f88;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
}

.section_head_side h3 {
    font-size: 85%;
}

.section_news:nth-child(-n+4) {
    position: relative
}

.section_news:nth-child(-n+4):after {
    position: absolute;
    content: "";
    bottom: 2px;
    left: 11px;
    width: 92%;
    height: 10px;
    border-bottom: 1px dotted #333
}

.s_news.section1-news-image {
    position: relative
}

.section1-news-head {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .86);

    padding: 7px 12px
}

.section1-news-head h2 {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 0
}

.section1-news-image img {
    width: 100%;
    height: 275px
}

.section-left-news-img {
    float: left;
    padding-right: 2px
}

.section-left-news-img img {
    width: 126px;
    padding-right: 5px;
    height: 77px
}

.section-right-news-head {
    float: left;
    max-width: 276px;
    padding: 5px
}

.sec-news-box h4 {
    font-size: 13px;
    color: #333;
    display: block
}

section#top-section-news-area {
    margin: 12px 0 20px
}

.row.secont-section-news-area {
    padding: 10px
}

.single-bottom {
    position: relative
}

.single-bottom:before {
    position: absolute;
    content: "";
    left: 13px;
    top: -12px;

    height: 5px;
    border-top: 3px solid #333
}

.section-top-header {
    padding-left: 13px;
    margin-bottom: 22px
}

.single-section-news {
    display: block;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

.single-section-news:nth-child(-n+2):after {
    position: absolute;
    left: 2px;
    bottom: 2px;
    width: 94%;
    content: "";
    border-bottom: 1px dotted #333;
    height: 4px
}

.single-section-news:nth-child(-n+2) {
    position: relative
}

.ep-paragraph {
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.margin-10-bottom {
    margin-bottom: 10px
}

.ps-current ul > li a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: url(../images/movies.png) center no-repeat;
    pointer-events: none
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

ul.yt-playlist {
    margin-top: 12px
}

.yt-playlist li {
    list-style: none;
    border: 1px solid #4c4c4c;
    padding: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    margin-bottom: 5px;

    background: rgb(69, 72, 77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

#tabs a,
#tabs a::after,
#tabs a:focus,
#tabs a:focus::after,
#tabs a:hover,
#tabs a:hover::after {
    background: #023f88
}

.yt-playlist li img {
    height: 60px;
    width: 100px;
    border: 1px solid #7b7b7b
}

.yt-playlist li span {
    position: absolute;
    color: #FFF;
    margin-top: 20px;
    margin-left: 10px
}

#content,
#tabs a {
    position: relative
}

.white {
    color: #fff
}

.deep-shadow {
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.deep-shadow:hover {
    -webkit-box-shadow: 10px 9px 13px -8px rgba(0, 0, 0, .51);
    -moz-box-shadow: 10px 9px 13px -8px rgba(0, 0, 0, .51);
    box-shadow: 10px 9px 13px -8px rgba(0, 0, 0, .51)
}

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

#tabs li {
    float: left;
    margin: 0 .5em 0 0
}

#tabs a {
    padding: .9em 2.31em;
    float: left;
    font-size: 12px;

    text-decoration: none;
    color: #FFF;
    border-radius: 5px 0 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4)
}

.tab-details a {
    padding: .9em 1.96em !important
}

#tabs a:focus {
    outline: 0
}

#tabs a::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    border-radius: 0 5px 0 0
}

#tabs #current a,
#tabs #current a::after {

    background: #ff3019;
    background: -moz-linear-gradient(top, rgba(255, 48, 25, 1) 0, rgba(207, 4, 4, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 48, 25, 1) 0, rgba(207, 4, 4, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 48, 25, 1) 0, rgba(207, 4, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    z-index: 3
}

#content {
    background: #fff;
    height: 580px;
    border-radius: 0 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5)
}

.hero-image::after {
    overflow: hidden;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 100) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 100) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 100) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
    -webkit-transition: opacity, .25s, ease-out;
    -moz-transition: opacity, .25s, ease-out;
    -o-transition: opacity, .25s, ease-out;
    transition: opacity .25s ease-out;
    content: "gradient mask for lede image";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6
}

.hero-image:hover:after {
    opacity: 0
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-radius: 2px;
    background: #efefef;
    border-left: 5px solid #637f9c;
}

span.cat a {

}

div[style="margin-bottom:0px; margin-left:0px; margin-right:0px; margin-top:0px; max-width:320px"] {
    max-width: 100% !important;
    min-height: 300px;

}

.yt-play {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    left: 85px;
    bottom: 43px;
    z-index: 999;
    background: url(../images/movies.png) center no-repeat;
    opacity: .6;
    background-size: 58px 58px;
}

.tranding-box-news a h4 {
    color: #000;
}

.today-news-block {
    margin: 10px;
    -webkit-box-shadow: 5px 6px 5px -2px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 5px 6px 5px -2px rgba(0, 0, 0, 0.39);
    box-shadow: 5px 6px 5px -2px rgba(0, 0, 0, 0.39);
}

a#link_get_widget {
    display: none;
}

.search-container {
    width: 1260px;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ececec;
}

.Search-img {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    display: block;
    margin-right: 15px;
    height: auto;
    object-fit: cover;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 5px 0 0 5px;
}

.search-item {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding-bottom: 0px;
    padding-right: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.search-item.search-list-ad {
    height: 300px;
}

.search-item img {
    height: 80px;
    width: 100%;
}

.search-item h2 {
    color: #023f88;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.search-item p {
    font-size: 100%;
    color: #000;
}

.yt-play:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    left: 25%;
    bottom: 28%;
    z-index: 1;
    background-image: url(../images/movies.png);
    opacity: 0.8;
    background-size: 50% 71%;
    background-repeat: no-repeat;
    background-position: center;
}

.single-column,
.old-sngl-sews {
    position: relative;
    display: block;
}

.old-sngl-sews {
    margin-bottom: 15px;
}

.single-column {
    margin-bottom: 20px;
}

a.img-btn {
    position: absolute;
    left: -4px;
    bottom: 66px;
    padding: 10px;
    background: rgba(226, 32, 104, 0.84);
    text-align: center;
    color: #fff;
    z-index: 999;
    display: none;
}

a.other-img-btn {
    position: absolute;
    left: -7px;
    bottom: -7px;
    padding: 10px;
    background: rgba(53, 32, 226, 0.93);
    text-align: center;
    color: #fff;
    z-index: 999;
}

a.img-btn:hover,
a.other-img-btn:hover {
    letter-spacing: 1px;
    font-weight: 700;

}

a.img-news {
    position: absolute;
    left: 0px;
    bottom: -18px;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 999;
}

a.other-img-news {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
}

.gal-img:after,
.gall-single-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(250, 248, 247, 0) 60%, rgba(5, 5, 5, .8) 93%);
    background: -webkit-gradient(left top, right bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(77%, rgba(250, 248, 247, 0)), color-stop(93%, rgba(5, 5, 5, .8)));
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(250, 248, 247, 0) 60%, rgba(5, 5, 5, .8) 93%);
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(250, 248, 247, 0) 60%, rgba(5, 5, 5, .8) 93%);
    background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(250, 248, 247, 0) 60%, rgba(5, 5, 5, .8) 93%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(250, 248, 247, 0) 60%, rgba(5, 5, 5, .8) 93%);
}

.old-gall-news {
    margin: 15px 15px 30px;
}

.gallery-news {
    background: black;
    position: relative;
    display: block;
    padding: 10px;
    height: 295px;
    margin-right: 9px;
    margin-left: 20px;
}

.other-gall {
    margin-bottom: 20px;
    background: black;
    margin-left: 20px;
    margin-right: 9px;

}

a.other-img-news h5 {

    font-weight: 400;
    line-height: 28px;
}

a.other-img-news:hover h5 {
    color: #ed3237;
}

.owl-nav {
    display: table;
    text-align: center;
}

.customNextBtn {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: -19px;
    font-size: 44px;
    bottom: 48%;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    height: 58px;
    width: 34px;
    background: #ea1b1b;
    z-index: 2;
}

.customPrevBtn {
    position: absolute;
    right: -19px;
    bottom: 48%;
    font-size: 44px;
    bottom: 48%;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    height: 58px;
    width: 34px;
    background: #ea1b1b;
    z-index: 2;
}

.owl-carousel .owl-item img {

    /*height: 128px;*/
    height: auto;
}
.owl-photos .owl-item img {
    height: 128px;
  
}
.nonews {
    background: #617082;

    padding: 20px;
    text-align: center;

    color: #ffffff;
    margin: 5%;
}

.detail-news-par p {
    margin-bottom: 20px;
}

p:empty {
    display: none;
}

/*card-Social*/
.container.social-card {

}

.card {
    cursor: default;
    position: relative;
    width: 308px;
    margin-right: 2px;
    margin-bottom: 15px;
    margin-left: 10px;
    float: left;

}

.card-header {
    width: 308px;
    height: 235px;

    /*background: url(../images/background.jpg) no-repeat;*/
    background-size: 371px 235px;
    border-radius: 1px 1px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card:hover .card-header {
    background-size: 403px 267px;
    background-position: -16px -16px;
}

.card-header-mask {
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card:hover .card-header-mask {
    background-color: rgba(0, 0, 0, .6);
}

.card-header-date, .card-body-header-category {
    text-transform: uppercase;
    background-color: #EF5A31;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.card-body-header-category {
    position: absolute;
    font-size: 13px;
    top: -31px;
    left: 0;
    padding: 8px 14px;
    line-height: 15px;
}

.card-header-date {
    float: right;
    margin: 10px 10px 0 0;
    border-radius: 50%;
    font-weight: bold;
    padding: 12px 15px;
    line-height: 15px;
}

.card-header-date-day {
    font-size: 18px;
}

.card-header-date-month {
    font-size: 11px;
}

.card-body {
    background-color: #FFF;
    border-radius: 0 0 1px 1px;
    height: 100px;
    margin-top: -15px;
    padding: 0 26px 26px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.card-body-header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card-body-header h1 {
    color: #23282D;
    letter-spacing: -1px;
    font-size: 15px;
    font-weight: bold;
}

.card-body-header h1 a {
    color: #23282D;
}

.card-body-footer {

    padding-top: 70px;
    margin-top: 14px;
    font-size: 14px;
    color: #9FA5A8;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.icon-time {
    margin-top: -3px;
    width: 10px;
    height: 17px;
    background: url(http://www.louistiti.fr/demo/Concept-Design/Carte-Article-UI/images/icon-time.png) no-repeat;
}

#card-wrapper {
    width: 1000px;
    height: 500px;
    position: relative;
    border: 1px solid black;
}

.social-page-icon {
    float: right;
}

.social-holder {
    width: 500px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    height: 1000px;
    padding: 13px;
    position: relative;
    float: left;
}

.social-holder.tw {
    width: 711px;
    margin-left: 68px;
}

iframe .timeline-Widget {
    max-width: 100% !important;

}

.article-keyword {
    margin-top: 10px;
}

.article-keyword a {
    border: 1px solid #c1c1c1;
    padding: 3px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0.7em;
    color: #6f6f6f;
}

/*====galleryDetails====*/
.thumbs_gall {
    padding: 15px;
}

.gallery__img-block__img {
    height: 600px;
}

.gallery__thumbnail.current i {
    background-color: #ea0a0a;
    height: 5px;
}

.gallery__controls-buttons .next {
    background-image: url(../images/right_black.png);
}

.gallery__controls-buttons .prev {
    background-image: url(../images/left_black.png);
}

.gallery__description-block {
    background: rgba(8, 8, 8, 0.79);
}

.gallery__description-block__description {
    color: #f9f7f7;
}

.gallery__img-block {
    background: #000;
}

.gall_details_sidebar img {
    position: relative;
    display: block;
}

.gall_details_sidebar img:after {
    content: "f03d";
    font-family: fontAwesome;
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 20px;
    width: 20px;
    font-size: 30px;
    z-index: 999;
}

/*===video-image-play-icon====*/
.video-ico {
    position: relative;
}

.video-ico:after {
    position: absolute;
    content: "\f04b";
    font-family: fontAwesome;
    color: #fff;
    left: 39%;
    bottom: 43%;
    padding: 13px 23px;
    border: 3px solid #fdfdfd;
    border-radius: 100%;
    cursor: pointer;
    font-size: 100%;
    opacity: .7;
    height: 80px;
    width: 80px;
}

.video-ico:hover:after {
    opacity: 1;
    transition: .5s;
}

a.other-img-news.story h5 {
    color: #000;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 5px;
}

.old-sngl-sews.story {
    margin-bottom: 0px;
}

a.other-img-btn.story {
    left: 0;
    bottom: 0;
}

.gallery-Latest.story {
    margin-top: 15px;
    text-align: left;
}

.gallery-Latest.story h1 {
    margin-left: 14px;
    border-bottom: 1px solid #ececec;
}

a.gall-single-img.story img {
    width: 100%;
}

/*===Home-gallery===*/
.gallery-slide {
    position: relative;
    margin-top: 50px;
}

.nextBtn {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: -19px;
    font-size: 44px;
    bottom: 48%;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    height: 58px;
    width: 34px;
    background: #4a4747;
    z-index: 2;
}

.prevBtn {
    position: absolute;
    right: -19px;
    bottom: 48%;
    font-size: 44px;
    bottom: 48%;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    height: 58px;
    width: 34px;
    background: #4a4747;
    z-index: 2;
}

.owl-prev {
    display: none;
}

.owl-next {
    display: none;
}

section#homeSliderNews {
    display: none;
    margin-bottom: 24px;
}

.slideHeadLine h2 {
    color: #fff;
    display: inline-block;
    background: #4080ff;
    padding: 10px;
    margin-top: -24px;
    border-radius: 10px 0 10px 0;
}

.slideHeadLine h2 a {
    color: #fff;

}

.news-boundary {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 1px 1px rgba(214, 214, 214, 1);
    margin-bottom: 20px;
    padding: 20px;
    margin-left: 10px;
}

.news-boundary-featured {
    box-shadow: 0px 0 10px 0 rgba(51, 51, 51, 0.09);
    margin-bottom: 20px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.74);
}
.lazy {
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    background: #fff;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.74);
}
.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    background: white;
}

    /* Make the image fit the box */
    .boxshadow img {
        width: 100%;
        border: 1px solid #8a4419;
        border-style: inset;
    }

    .boxshadow::after {
        content: '';
        position: absolute;
        z-index: -1; /* hide shadow behind image */
        -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
        width: 70%;
        left: 15%; /* one half of the remaining 30% */
        height: 100px;
        bottom: 0;
    }
.container-shadow12312312312312 {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 1px 1px rgba(214, 214, 214, 1);
    box-shadow: 0px 0 10px 0 rgba(51, 51, 51, 0.09);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.74);
}

.news-boundary-featured span {
    font-size: 15px;
    display: block;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-boundary-featured img {
    /*margin-bottom: 9px;*/
    width: 100%;
    height:170px;
}

.news-boundary-featured span a {
    color: #023f88;
    font-weight: bold;
    font-size: 89%;
}

h4.related-caption {
    margin-left: 10px;
    padding-left: 7px;
    border-left: 5px solid #023f88;
}

/*==sticky-menu===*/
.f-nav { /* To fix main menu container */
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #4e5e8c;
    box-shadow: -webkit-box-shadow: 10px 9px 13px -8px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 9px 13px -8px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 9px 13px -8px rgba(0, 0, 0, 0.51)
}

/* Top SOcial Button*/
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn:before {
    top: 90%;
    left: -110%;
}

.social-btns .btn .fa {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.social-btns .btn.facebook:before {
    background-color: #3b5998;
}

.social-btns .btn.facebook .fa {
    color: #fff;
}

.social-btns .btn.twitter:before {
    background-color: #3cf;
}

.social-btns .btn.twitter .fa {
    color: #fff;
}

.social-btns .btn.google:before {
    background-color: #dc4a38;
}

.social-btns .btn.google .fa {
    color: #fff;
}

.social-btns .btn.instagram:before {
    background-color: #000;
}

.social-btns .btn.instagram .fa {
    color: #fff;
}

.social-btns .btn.youtube:before {
    background-color: #dc4a38;
}

.social-btns .btn.youtube .fa {
    color: #fff;
}

.social-btns .btn.dribbble:before {
    background-color: #f26798;
}

.social-btns .btn.dribbble .fa {
    color: #FFF;
}

.social-btns .btn.skype:before {
    background-color: #00aff0;
}

.social-btns .btn.skype .fa {
    color: #FFF;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}

.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.social-btns {
    height: 30px;
    margin: auto;
    margin-right: 12px;
    font-size: 0;
    text-align: center;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.social-btns .btn {
    display: inline-block;
    background-color: #023f88;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: right;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

.social-btns .btn:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-btns .btn .fa {
    font-size: 25px;
    vertical-align: middle;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(138, 135, 135, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(138, 135, 135, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(138, 135, 135, 0.75);
}

/*menu-social-links*/
.social-links-btns {
    position: absolute;
    right: 64px;
    bottom: 24px;
}

.social-links-btns i {
    color: #fff;
    padding: 0px 5px;
    font-size: 16px;
}

.social-follow {
    padding: 5px;
}

.news-satrt {
    margin-top: 5px;
}

span#followcaption {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
}

.container-shadow {
    box-shadow: 0px 0 10px 0 rgba(51, 51, 51, 0.09);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.74);
}


.v-1 {
    box-shadow: 0px 2px 10px 2px rgba(51, 51, 51, 0.09);
    margin: 15px 31px;
}

.zero-margin {
    margin-top: 0 !important;
}

/*Latest News Box Start*/
.Latest-News-Box:first-child {
    margin-left: 0px;
}

.Latest-News-Box:nth-child(6) {
    margin-left: 0px;
}

.Latest-News-Box {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px #C7C7C7;
    overflow: hidden;
    position: relative;
    width: 176px;
    height: 210px;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
    margin-left: 13px;
}

.Latest-News-Box h3 {
    color: #000000;
    line-height: 1.5em;
    font-size: 79%;
    margin-top: 5px;
    text-align: justify;
    font-weight: normal;
    height: 48px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.Latest-News-Box img {
    width: 157px;
    height: 100px;
}

.Latest-News-Box a {
    color: #000;
}

.latest-news-section {
    font-size: 79%;
    margin-top: -27px;
    position: absolute;
    padding: 3px;
    width: 89%;
    color: #fff;
    background: rgba(0, 0, 0, 0.59);
    display: block;
}

.latest-news-time {
    border-top: 1px solid #ececec;
    display: block;
    padding-top: 5px;
    font-size: 11px;
    color: #6c6c6a;
}

div#___ytsubscribe_1 {
    background: rgba(255, 255, 255, 0.65) !important;
    width: 30% !important;
    padding: 10px !important;
    margin-right: -10px !important;
    height: 72px !important;
    margin-bottom: 10px !important;
    float: right !important;
    margin-top: -72px !important;
}

.at4-welcome-outer.addthis_bar.addthis_bar_fixed.addthis_bar_bottom.at-cv-goal-email {
    background: #ae0808 !important;
    /* top: 0; */
    /* margin-bottom: 224px!important; */
}

.addthis_bar_logo {
    display: none !important;
}

/*Latest News Box End*/
/* Search Heading*/
h1#search-heading {

    font-size: 161%;
    color: #919191;
    padding-bottom: 10px;
    border-bottom: 2px solid #ececec;
    margin-bottom: 5px;
}

h1#category-Heading {
    margin-left: 10px;
    color: #807e7d;
    border-bottom: 2px solid #ececec;

    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-ad {
    padding-top: 10px;
    width: 300px;
}

#profile-area {

}

.profile-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 5px;
    padding: 10px 15px;
    line-height: 1.3em;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-profile {
    width: 23%;
}

.profile-inner {
    padding: 10px 10px 13px 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.profile-bg {
    position: relative;
    width: 100%;
	text-align: center;
}
.profile-thumb {
    text-align: center;
}
.profile-thumb img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 4px solid #dedada;
}

.profile-det {
    width: 70%;
    padding: 10px;
}

.profile-det-text {
    overflow: hidden;
    position: relative;
    height: 100px;
}

.profile-det h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile-det p {
    line-height: 1.5em;
    font-size: 0.7em;
    margin-bottom: 10px;
    text-align: justify;
}

a.pro-btn {
    padding: 6px 10px;
    margin-top: 10px;
    background: #dc3046;
    color: #fff;
    font-size: 11px;
    /* border: 1px solid #ccc; */
    border-radius: 3px;
}

.so_Profile i {
    color: #fff;
    font-size: 12px;
    height: 20px;
    width: 20px;
    background: #333;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
}

.so_Profile {
    text-align: center;
    margin: 10px 0 0;
}

.profile-det h5 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ff0a0a;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}

.profile-det h5:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 244px;
    border-bottom: 1px solid #bfbdbd;
}

section#profile-area h1 {
    text-align: left;
    margin-top: 20px;
    margin-left: 54px;
    border-bottom: 1px solid #ececec;
    margin-right: 54px;
    margin-bottom: 0px;
}

.article-footer-common {
    border-top: 1px solid #ececec;
    padding-top: 3px;
    font-size: 14px;
    color: #7b7b7b;
}

.adsense_home_social_feed_300x600 {
    margin-top: 44px;
}

i.news-icon {
    background: url(https://www.inhnews.in/images/inhlist.png) no-repeat;
    padding-left: 12px;
    display: inline-flex;
    background-size: 10px;
    height: 12px;
}

#livevideo h1 {
    color: #c02111;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    padding-top: 18px;
    text-shadow: 2px 1px 3px rgba(150, 150, 150, 1);
}

/***********Video Page Gallery**********/
.video-box {
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    width: 31%;
    margin: 8px;
    background: #fff;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 300px;
    float: left;
}

.video-box-caption {
    margin-top: 32px;
    display: block;
    border-top: 1px solid #ececec;
}

.video-box-caption h3 {
    margin-top: 5px;
    font-size: 85%;
    color: #000000;
    font-weight: normal;
    line-height: 1.4em;
    text-align: center;
}

.video-box a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -33px;
    z-index: 4;
    background: url(../images/video-play-icon.png) center no-repeat;
    opacity: .6;
    background-size: 50%;
}

.video-box a:last-child:after {
    background: none;
}

.video-box img {
    width: 100%;
    /* max-width: 10%; */
    /* max-height: 10%; */
    /* transform: scale(10); */
    height: 200px;
    object-fit: cover;
}

.video-box:first-child {
    margin-left: 20px;
}

h1.video-gallery-h1 {
    border-bottom: 1px solid #ececec;
    margin: 10px;
}

.video-gallery-border-right {
    border-right: 1px solid #ececec;
}

/*********Section Buoon******/
.video-gallery-more-category {
    position: relative;
    margin: 10px 10px 20px 10px;
    height: 55px;
    padding: 10px;
    box-shadow: 0 11px 15px 0 rgba(51, 51, 51, 0.09);
}

.video-gallery-more-category span {
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    /* padding-left: 10px; */
    border: 1px solid #ececec;
    border-radius: 5px;
    color: #000000;
}

.video-gallery-more-category span.active {
    background: #ed3237;
    border: 2px solid #fff;
}

.video-gallery-more-category span.active a {
    color: #FFFFFF;
}

/* Advertisement */
.col-12.lead-news-ad-728 {
    text-align: center;
    margin-top: 13px;
    padding-top: 5px;
    background: #023f88;
    margin-left: 9px;
    width: 936px;
    margin-right: 132px;
    position: inherit;
    box-shadow: 0px 2px 8px 1px rgba(51, 51, 51, 0.09);
}

/*----------404 page----------------*/
.error {
    /*margin: 20px;*/
    margin: 0px;
    text-align: center;
}

.err_code span {
    font-size: 150px;
    color: #a70909;
}

.error p {
    font-size: 18px;
    color: #333;
    margin: 15px 0 10px;
}

a.backToHome {
    font-size: 23px;
    color: #0b62ca;
    text-decoration: underline;
}

.app_links img {
    width: 150px;
    height: auto;
}

.app_links {
    margin: 20px 10px;
}

button.btn-sbmt {
    padding: 8px 10px;
    background: #c50e0e;
    font-size: 13px;
    border: 1px solid #f31b1b;
    color: #fff;
    margin-left: -3px;
    cursor: pointer;
}

button.btn-sbmt i {
    margin-right: 5px;
    font-size: 14px;
}

/*-------footer-top-----------*/
section#foo_top {
    background: #4e4c4c;
    padding: 45px 10px;
    text-align: center;
}

.f_top h4 {
    font-size: 20px;
    color: #ddd;
}

.s_frm {
    margin: 10px 0 30px;
}

.s_frm form {
    position: relative;
    display: block;
    width: 45%;
    margin: 0 auto;
}

input.fo_s_form {
    width: 80%;
    padding: 5px 3px 5px 40px;
    height: 35px;
    border: none;
    border-radius: 2px;
}

.s_frm form i {
    position: absolute;
    left: 67px;
    top: 4px;
    color: #ababab;
    font-size: 26px;
}

a.f_s_btn {
    color: #fff;
    padding: 8px 20px;
    background: #c31717;
    position: absolute;
    right: -51px;
    bottom: 0px;
    height: 35px;
    border-radius: 2px;
}



/*-------foo_bottom------------*/
.f_bottom_top {
    padding: 20px;
}

ul.f_nav li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}

section#foo_bottom {
    background-color: rgb(56, 34, 90);
    /*background: -moz-linear-gradient(45deg, rgb(88, 49, 181) 0%, rgb(80, 59, 191) 48%, rgb(70, 9, 169) 84%, rgb(64, 15, 158) 100%); /* ff3.6+ */
    /*background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(27,61,135,1)), color-stop(48%, rgba(21,40,100,1)), color-stop(84%, rgba(18,25,74,1)), color-stop(100%, rgba(18,25,74,1)));*/ /* safari4+,chrome */
    /*background: -webkit-linear-gradient(45deg, rgb(88, 49, 181) 0%, rgb(80, 59, 191) 48%, rgb(70, 9, 169) 84%, rgb(64, 15, 158) 100%); /* safari5.1+,chrome10+ */
    /*background: -o-linear-gradient(45deg, rgb(88, 49, 181) 0%, rgb(80, 59, 191) 48%, rgb(70, 9, 169) 84%, rgb(64, 15, 158) 100%); /* opera 11.10+ */
    /*background: -ms-linear-gradient(45deg, rgb(88, 49, 181) 0%, rgb(80, 59, 191) 48%, rgb(70, 9, 169) 84%, rgb(64, 15, 158) 100%); /* ie10+ */
    /*background: linear-gradient(45deg, rgb(88, 49, 181) 0%, rgb(80, 59, 191) 48%, rgb(70, 9, 169) 84%, rgb(64, 15, 158) 100%); /* w3c *//*/*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12194A', endColorstr='#1B3D87',GradientType=1 ); /* ie6-9 */
}

ul.f_nav a {
    color: #ddd;
    font-size: 12px;
}

ul.f_nav {
    margin-left: 10px;
}

.f_s_link .fa-facebook:hover {
    background: #4a6ea9;
    border: 1px solid #4a6ea9;
}

.f_s_link .fa-twitter:hover {
    background: #55acee;
    border: 1px solid #55acee;
}

.f_s_link .fa-instagram:hover {
    background: #b51313;
    border: 1px solid #b51313;
}

.f_s_link .fa-youtube:hover {
    background: #f22;
    border: 1px solid #f22;
}

.about_liks {
    border-top: 1px solid rgba(119, 118, 118, 0.96);
}

ul.about_nav {
    padding: 10px;
}

ul.about_nav li {
    display: inline-block;
    margin-right: 10px;
}

ul.about_nav a {
    color: #ddd;
    font-size: 12px;
    padding: 2px 10px 2px 0;
    border-right: 1px solid #ada9a9;
}

ul.about_nav li:last-child a {
    border-right: none;
}

p.c_write {
    color: #ddd;
    font-size: 13px;
    padding: 10px 0;
}

/*------scrollTop--------*/
.scrollup {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 26px;
    bottom: 42px;
    z-index: 999;
    background-color: #4e5e8c;
    text-align: center;
    line-height: 47px;
    border-radius: 100%;
    display: none;
    box-shadow: 2px 3px 19px #000;
}

.scrollup i {
    font-size: 32px;
    color: #fff;
}

.ad404 {
    margin: 20px;
}

/*---------------photos---------------*/
section#photos-news {
    background: #f2f2f2;
    padding: 20px 0;
}

.s_p_news {
    position: relative;
    display: block;
    overflow: hidden;
}

a.img_count {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    padding: 10px;
    background: rgba(51, 51, 51, 0.86);
    border-radius: 3px;
}

a.img_count i {
    margin-right: 6px;
    font-size: 20px;
}

a.img_count span {
    font-size: 15px;
}

.p_news-head h2 {
    font-weight: 400;
    margin-bottom: 7px;
    color: #333;
    font-size: 20px;
}

.p_news-head {
    margin: 5px 0;
}

.p_news-head p {
    font-size: 15px;
    line-height: 23px;
}

.s_p_news1 {
    position: relative;
    display: block;
}

.s_p_news1_1st_row {
    position: relative;
    display: block;
}

a.p_img_count {
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 6px;
    background: rgba(0, 0, 0, 0.81);
    color: #fff;
    border-radius: 3px;
}

a.p_img_count i {
    font-size: 16px;
    margin-right: 5px;
}

a.p_img_count span {
    font-size: 14px;
}

.P_news_head h4 {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
}

.p_news {
    margin-bottom: 14px;
}

.photo-ad-area {
    background: #fff;
    margin-top: 7px;
    border: 1px solid #d9d9d9;
}

.p_area {
    width: 945px;

    margin: 6px 10px 10px 17px;
    background: #fff;
    padding: 15px 0;
    border: 1px solid #d9d9d9;
}

.p_area_height {
    min-height: 608px;

}

.p_story_description {
    background: #ececec;
    padding: 10px;
}

.p_storyImg img {
    margin-top: 10px;
    height: 344px;
    margin-bottom: 10px;
}

.p_storyImg img {
    margin-top: 10px;
    height: 344px;
    margin-bottom: 10px;
}

h1.p_head {
    margin: 0 10px 10px 10px;
    font-size: 20px;
    color: #ffffff;
    background: #023f88;
    border-bottom: 1px dashed #333;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px;
}

.p_more {
    text-align: right;
    margin-right: 10px;
}

.p_more a {
    font-size: 14px;
    color: #ff0000;
    padding: 7px 10px;
    border: 1px solid #ff0202;
    border-radius: 3px;
}

/* Custom Alert Style*/
#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 10000;
    background-image: url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    position: relative;
    width: 33%;
    min-height: 100px;
    max-height: 400px;
    margin-top: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    top: 30%;
}

#modalContainer > #alertBox {
    position: fixed;
}

#alertBox h1 {
    margin: 0;
    font: bold 1em Raleway, arial;
    background-color: #f97352;
    color: #FFF;
    border-bottom: 1px solid #f97352;
    padding: 10px 0 10px 5px;
}

#alertBox p {
    height: 50px;
    padding-left: 5px;
    padding-top: 30px;
    text-align: center;
    vertical-align: middle;
}

#alertBox #closeBtn {
    display: block;
    position: relative;
    margin: 10px auto 10px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #f97352;
    border-radius: 0px;
    text-decoration: none;
    outline: 0 !important;
}

/* unrelated styles */

#mContainer {
    position: relative;
    width: 600px;
    margin: auto;
    padding: 5px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

h1, h2 {
    margin: 0;
    padding: 4px;
}

code {
    font-size: 1.2em;
    color: #069;
}

#credits {
    position: relative;
    margin: 25px auto 0px auto;
    width: 350px;
    font: 0.7em verdana;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 90px;
    padding-top: 4px;
}

#credits img {
    float: left;
    margin: 5px 10px 5px 0px;
    border: 1px solid #000000;
    width: 80px;
    height: 79px;
}

.important {
    background-color: #F5FCC8;
    padding: 2px;

}

@media (max-width: 600px) {
    #alertBox {
        position: relative;
        width: 90%;
        top: 30%;
    }
}

.col-3.top-social {
    border-left: 2px solid #ececec;
   
    
}

#social-container {
    margin: 15px 0 0 0;
    text-align: right;
}




/* rss button class*/
.rssBtn {
    background: #e88845;
}

.rssBtn:before {
    font-family: "FontAwesome";
    content: "\f09e"; /* add rss icon */
}

.rssBtn:hover {
    color: #e88845;
    background: #fff;
}

/*#trending_news{
        margin-top:22px;
}*/


/*Tranding Slider*/
.Tranding {
    position: relative;
    background: #290748f2;
    padding: 4px;
    border-radius:5px;
    /*margin-top: 20px;*/
}

.Tranding-Slider-Image {
    max-height: 260px!important;
    min-height: 260px!important;
    overflow: hidden;
    width: 100%!important;
}

#TrandingNext {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    font-size: 44px;
    bottom: 48%;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    height: 58px;
    top: 200px;
    width: 34px;
    background: #4a4747;
    z-index: 2;
}

#TrandingPrev {
    position: absolute;
    right: 0px;
    bottom: 48%;
    font-size: 44px;
    bottom: 48%;
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    height: 58px;
    width: 34px;
    top: 200px;
    background: #4a4747;
    z-index: 2;
}

.slider-counter {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 0 10px 0 10px;
    float: right;
    border-radius: 8px;
}

.Tranding-Slider-Header {
    background: #290748f2;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-left: 0px;
}

.owl-tranding .item span {
    font-size: 100%;
    display: block;
    min-height: 77px;
    max-height: 67px;
    text-align: left;
    overflow: hidden;
    padding: 5px;
    background: #fff;
    line-height: 1.2em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: normal;
}

.owl-tranding item {
    background: #fff;
}

.Tranding-Slider-Header:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 13px;
    /* margin-left: 100px; */
    
    width: 23px;
    height: 23px;
}

.top-viral span {
    padding: 10px;
    /* border-bottom: 2px dashed #ececec; */
    width: 100%;
    display: block;
    font-size: 104%;
    font-weight: bold;
    background: #290748f2;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.latest-updates-panel-card__body img {
    width: 80px;
    height: 60px;
    float: left;
    /* padding-right: 8px; */
    margin-right: 10px;
    margin-top: 5px;
    object-fit: cover;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, .1);
}

article.latest-updates-panel__article-link {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 5px;
    background: rgba(199, 201, 212, 0.15);
}

time.latest-updates-panel-card__time {
    overflow: hidden;
    display: block;
    max-width: 180px;
    margin: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #41546b;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f_s_link {
    color: #fff;
    font-size: 80%;
}

section#Detail-News {
    border: 1px solid #ececec;
    background: #fff;
    margin-top: 22px;
    margin-left: 10px;
}

.news-area {
    padding: 10px;
}

.news-details-page-margin-top-22 {
    margin-top: 22px;
}

/*New Share Button*/
.st_sharebar_new {
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.st_sharebar_new .st_sharebar_left {
    float: left;
}

.st_sharebar_new .st_sharebar_left .n_tw, .st_sharebar_new .st_sharebar_left .n_fb, .st_sharebar_new .st_sharebar_left .n_gp, .st_sharebar_new .st_sharebar_left .n_rd, .st_sharebar_new .st_sharebar_left .n_li ,.st_sharebar_new .st_sharebar_left .n_wp {
    background-image: url("/images/social_new_st_1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    height: 44px;
    width: 44px;
}

.st_sharebar_new .st_sharebar_left .n_fb {
    background-position: -44px 0;
}

.st_sharebar_new .st_sharebar_left .n_gp {
    background-position: -88px 0;
}

.st_sharebar_new .st_sharebar_left .n_rd {
    background-position: -132px 0;
}

.st_sharebar_new .st_sharebar_left .n_li {
    background-position: -176px 0;
}
.st_sharebar_new .st_sharebar_left .n_li {
    background-position: -176px 0;
}
.st_sharebar_new .st_sharebar_left .n_wp {
    background-position: -220px 0;
}
.st_sharebar_new {
    float: right;
}

.next-news {
    background: #023f88;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin: 20px;
    color: #fff;
    border: 1px solid #d6d6d6;
}

.sidebar {
    will-change: min-height;
}

.sidebar__inner {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.s_p_news_img img {
    width: 100%;
    height: 300px;
}

.s_p_news1_1st_row img {
    height: 300px;
    width: 100%;
}

.s_p_news1 img {
    height: 150px;
    width: 100%;
}

.center-text {
    text-align: center;
}

section#HomeTagSection h3 {
    font-size: 136%;
    color: #023f88;
}

.tag-news-head h4 {
    font-weight: normal;
    line-height: 1.4em;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 1.5;        /* fallback */
    max-height: 1.5*2;       /* fallback */
}

/* Video Player*/
section.ini-video-player {
    padding: 10px;
    margin-top: 20px;
    margin-left: 10px;
    box-shadow: 0 1px 3px #C7C7C7;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 1.5;        /* fallback */
    max-height: 1.5*2;       /* fallback */
}

section.ini-video-player h1 {
    color: #023f88;
    border-bottom: 2px solid #ececec;
}

.home-read-more {
    display: block;
    border: 1px solid #023f88;
    margin: 10px;
    padding: 5px;
    width: 80px;
    font-size: 72%;
    color: #ffffff;

    border-radius: 5px;
    float: right;
    background: #023f88;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.home-read-more a {
    color: #ffffff;
}

.photo-story-row {
    margin-top: 20px;
}
.dewali-left-footer {
    position: fixed;
    bottom: 0;
}
/*Live TV*/
section#livetv {

    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
}
.livetv-sidebar-latest.Video {
    float: left;
    width: 220px;
    margin-right: 5px;
}
.livetv-container{
    background: #023f88;
}
.livetv-container, .livetv-container a {
    color: #fff;
}
.livetv-social{
    width: 220px!important;
    margin-top: -18px!important;
}
.livevideo {
    width: 940px;
    height: 600px;
    float: left;
    margin-right: 5px;
}
.detail-news-area pre {
    white-space: normal;
}
section#livetv h1 {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.live-photo-image img {
    height: 100px;
    overflow: hidden;
    object-fit: cover;
    width: 80px;
    background: #FFF;
    float: left;
}
.live-photo-image span {
    color: #000;
    width: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 1.4em;
    padding: 5px;
    font-size: 83%;
    text-align: justify;
    height: 100px;
}
.live-photo {
    display: block;
    height: 100px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.42);
    border: 1px solid #66617f;
    width: 225px;
    float: left;
    margin: 5px;
}

.livetv-bottom-photo {
    clear: both;
}
.livetv-sidebar-ad {
    width: 300px;
    background: #033571;
    float: left;
}
li.home.livetvmenu a {
    font-size: 92%;

}
li.home.livetvmenu {
    background: red;
}
.video-js {

    background-color: #dc0606!important;
    border-radius: 10px!important;

}
.footer-sticky-ad {
    height: 100px;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    display: block;
    position: fixed;
    z-index: 99999999999999;
    bottom: 5px;
    text-align: center;
    vertical-align: middle;
}
.footer-sticky-ad span {
    color: white;
    display: block;
    width: 25px;
    text-align: left;
    background: #023f88;
    margin-left: auto;
    margin-right: auto;
    border-radius: 11px;
    height: 25px;
    padding-left: 7px;
    padding-bottom: 9px;
    border: 1px solid #fff;
    float: left;
    opacity: 0.4;
}
.footer-common-text {

    margin: 20px;

    padding: 5px;
    border-radius: 10px;
    font-size: 90%;
    box-shadow: 0px 0 10px 0 rgba(51, 51, 51, 0.09);
    color: #023f88;
    text-align: center;
}
.inside-nav {
    padding: 10px;
    box-shadow: 0 1px 3px #C7C7C7;
    background: -moz-linear-gradient(45deg, rgba(37,84,186,1) 0%, rgba(46,46,46,1) 99%, rgba(46,46,46,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(37,84,186,1)), color-stop(99%, rgba(46,46,46,1)), color-stop(100%, rgba(46,46,46,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(37,84,186,1) 0%, rgba(46,46,46,1) 99%, rgba(46,46,46,1) 100%); /* safari5.1+,chrome10+ */
    background: #023f88;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2E2E', endColorstr='#2554BA',GradientType=1 ); /* ie6-9 */
    border-radius: 5px;
    color: #ffffff;
    font-size: 80%;
}
.inside-nav a {
    color: #FFF;
}
.inside-nav ol li {
    display: inline;
}
.inside-nav ol {
    list-style: none;
    /* float: left; */
    height: 100px;
    display: inline;
    margin-left:-43px;
}
.video-box.live-tv-video-box {
    width: 24%;
    margin-left: 0px;
}

/*poll*/
div#poll-content {
    position: unset;
    display: inline-grid;
    width: 100%;
}
.poll_question_head {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 150%;
}
.poll-holder {
    width: 84%;
}
.poll_area {
    background: #e5eaef;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
}
.poll_question {
    font-size: 130%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.poll_answers span {
    display: block;
    background: #023f88;
    border: 1px solid #ececec;
    padding: 10px;
    color: #fff;
    border-radius: 7px;
}
.result-border {
    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
    background: #a0a0a0;
    border-radius: 10px;
    float: left;
    width: 98%;
}
.result-bar.green {

    background: #cb60b3; /* Old browsers */
    background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
}
.result-bar.red {


    background: #ffb76b; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
}
.result-bar {
    padding-left: 10px;
    color: #fff;
}
.resultnum1 {
    width: 0%;
    float: right;
    text-align: right;
}
.oldpools {
    width: 47%;
    padding: 10px;
    float: left;
    margin: 10px;
    background: #023f88;
    border-radius: 10px;
    color: #fff;
}
.latestpoll-page {
    background: #023f88;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    min-height: 300px;
}
.latestpoll-page #poll-content .poll_question {
    /* display: none; */
    font-size: 134%;
}

/*share button over the video box*/
ul.share-button-ul{
    position: absolute;
    bottom: 69px;
    left: 5px;
    z-index: 999;
}
ul.share-button-ul li a.fa,
ul.share-button-ul-gallery li a.fa{
    padding: 7px;
    font-size: 13px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0 3px;
}

ul.top-div-share-button li a.fa {
    padding: 7px;
    font-size: 25px;
    width: 45px;
    text-align: center;
    text-decoration: none;
    margin: 0 3px;
}

.fa:hover {
    opacity: 0.9;
}



.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}


ul.share-button-ul li {
    list-style: none;
    display: inline-block;
    margin: -3px;
    cursor: pointer;
}

ul.share-button-ul-gallery li {
    list-style: none;
    margin: -3px;
    cursor: pointer;
}

ul.share-button-ul-gallery {
    position: absolute;
    z-index: 1000;
    top: 3.5px;
    left: -30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

ul.top-div-share-button {
    left: -45px;
}

.s_p_news:hover ul.share-button-ul-gallery {
    display: block !important;
    left: 0px;
}
a.btn.btn-success {
    background: #4e4c4c;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}
.sf-follow {
    display: flex;
  
    padding: 10px;
    margin: 10px;
    border-radius: 1px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.7);
}
.sf-follow span {
    margin-right: 10px;
    min-height: 32px;
    padding-top: 6px;
}
div#appsdownlaod span {
    display: block;
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 10px;
}
div#appsdownlaod {
    text-align: center;
}
div#footerContent {
    border-top: 1px solid #ececec;
    padding-top: 10px;
    text-align: center;
}

