/*
Theme Name: Raytahost News Demo16
Theme URI: http://demo.raytahost.com/news16
Author: RaytaHost
Author URI: https://www.raytahost.com/
Description: Raytahost News Demo16 is one of the popular bangla & english news portals. It has begun with the commitment of fearless, investigative, informative and independent journalism. This online portal has started to provide real time news updates with maximum use of modern technology from 2015. Latest & breaking news of home and abroad, information technology, entertainment, lifestyle, special reports, politics, economics, culture, education, health, sports, columns and features are included in it. A genius team of GS News has been built with a group of country's energetic young journalists. We are trying to build a bridge with Bengalis around the world and adding a new dimension to online news portal. The home of materialistic news.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

img {
    max-width: 100%;
    height: auto;
    

}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100%; font-family: SolaimanLipi }
a{color: #000!important;text-decoration: none!important;}
a:focus { outline: 0 solid }
a:hover { text-decoration: none!important;color:#ea3a3a; }
body a:hover { text-decoration: none!important;color:#ea3a3a; }


#wpadminbar .quicklinks>ul>li>a{
    color: #fff!important;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
  
ol {
  max-width: 350px;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol li::before {
  content: counter(my-awesome-counter);
  color: #eaeae6;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - -6px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 3px;
  z-index: 99;
  transform: rotate(0deg);
  background: black;
  border-radius: 50%;
  text-align: center;
  box-shadow: 3px 0px 0 2px #fff;
}
/* prev, next css */
.postslide {
  position: fixed;
  top: 65%;
  transform: translateY(-50%);
  z-index: 10000;
}

.postslide a {
  color: #000;
  z-index: 10;
}

.postslide.post_next {
  right: 0;
}
.postslide.post_prev {
  left: 0;
}
.postslide i {
  height: 100px;
  background: #909090;
  color: #fff;
  line-height: 100px;
  padding: 0 5px;
}

.post_info {
  position: absolute;
  width: 300px;
  height: 100px;
  top: 0;
  background: #dcdcdc;
  padding: 10px 5px 10px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  overflow: hidden;
}

.post_prev .post_info {
  left: -271px;
  border-right: 3px solid #b30f0f;
}

.post_next .post_info {
  right: -271px;
  border-left: 3px solid #b30f0f;
}

.post_thumbnail.post_next img {
  width: 120px;
  float: left;
  margin-right: 5px;
  font-size: 12px;
  line-height: 1;
  color: rgba(40, 51, 49, 0.33);
  margin-top: 5px;
}
.post_thumbnail.post_prev img {
  width: 120px;
  float: left;
  margin-right: 5px;
  font-size: 12px;
  line-height: 1;
  color: rgba(40, 51, 49, 0.33);
  margin-top: 5px;
}
.post_prev a:hover .post_info {
  left: 25px;
}

.post_next a:hover .post_info {
  right: 25px;
}




#sizer{
    text-align: right;
    padding: 0px 10px;
    background: #f5f5f5;
    margin-top: 10px;
}
#sizer .decrease{
    cursor: pointer;
    margin-right: 5px;
}
#sizer .increase{
    cursor: pointer;
}
.cz_readmore{
    display: none;
}
.country_search .form-group{
    width: 100%!important;
}
.country_search .form-group select{
    width: 100%!important;
}
.country_search{
        margin-top: 15px;
    float: left;
    width: 100%;
    background-color: #ece8e8;
    padding: 15px 25px 0;
    margin-bottom: 10px;
}
.sideber_inner{
        padding: 10px 20px;
    background: #f7f7f7!important;
}
.country_search .btn-danger{
    margin: 10px 0 10px 5px;
    width: 97%!important;
    font-family: SolaimanLipi;
}

.header-top-border{
    display: none;
}
.date_header ul{
    padding:0px;
}

.date-today{
    color: #000; 
    font-family: SolaimanLipi;
    float: left;
}
.weather-sec{
    width: 15%;
    float: left;
    margin-top: -10px;
}
.whtr {
    border: 0!important;
    border-radius: 0!important;
    padding: 0 6px!important;
    font-size: 12px!important;
}
.whtr tr.tbrdr{
        border-bottom: 0!important;
}
.whtr tr td.tmp{
        font-size: 14px!important;
}
.whtr tr td.tmp small {
    font-size: 15px!important;
}
.whtr tr.cname td {
    font-size: 0px!important;
}
#loadbig a.loading{
    background:url(https://www.bijoynishan.com/wp-content/uploads/2019/01/placeholder-sm.png) no-repeat center center;
}
.single_body{
    background-color: #eee;
    padding: 20px 0;
}
.archive_body{
    background-color: #eee;
    padding: 10px 0;
}
.top_bar .date{
    padding: 30px 0 0;
    text-align: center;
    font-size: 15px;
}
.full_website{
    background-color: aliceblue;
}
.full_website_gray{
    background-color: #f3f3f3;
    padding: 0px 0 10px;
    margin: 0px 0 10px;
}
.full_website_gray.top_blog{
    padding: 10px 0px 10px;
}

.full_website_gray .full_website{
    background-color: #f3f3f3!important;
}
.full_website_gray .catagory_title{
    background-color: #f3f3f3;
}
.full_website_gray .catagory_title a{
    background-color: #f3f3f3;
}

.heading_01.red{
    font-size: 30px!important;
    line-height: 40px;
}
.lead-left .leadnews{
    background-color: #fff;
    position: relative;
    min-height: 480px;
}
.leadnews .heading_01{
    font-size: 18px;
}
.lead-left .heading_01{
    background:inherit!important;
}
.lead-left h3,.lead-left p{
    padding: 0 10px;
}
.lead-right .leadnews{
    background-color: #fff;
    min-height: 235px;
    position: relative;
}
.lead-right .heading_01{
    background:inherit!important;
}
.lead-right h3,.lead-right p{
    padding: 0 10px;
}
.exclusive_cate{
    background-color: #fff;
    min-height: 250px;
    margin-bottom: 10px;
    position: relative;
}
.exclusive_cate.inner-img{
    min-height: 205px;
}
.leadnews.thumb .exclusive_cate{
        min-height: 270px;
}
.leadnews.thumb img{
    max-height: 180px;
}
.item_single_photo{
    min-height: 190px;
}
.heading_bottom{
    float: right;
    margin: 0;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
}
.heading_bottom a{
    border-right: 3px solid #d60a0a;
    padding-right: 4px;
    color: #868686!important;
    font-size: 12px;
}
.exclusive_cate .heading_03{
    background:inherit!important;
    padding: 0 7px;
}
.exclusive_cate h3,.exclusive_cate p,.exclusive_cate .fa,.bottom-exclusive .fa{
    padding:0px;
}
.bottom-exclusive{
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px dotted#ccc;
    padding: 10px 5px 5px;
    clear: both;

}
.jetpack-video-wrapper{
    margin-bottom: 15px!important;
}
.fa-tags a:first-child{
    display: block;
}
.fa-tags a{
    color: #868686!important;
    font-size: 12px;
    line-height: 16px;
    font-family: SolaimanLipi;
    display: none;
}
.today-news{
    background-color: #fff;
    padding-top: 10px;
}
.today-news a {
    display: block;
    text-align: center;
    border: none;
    padding: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    background: #f6f6f6;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.related_post_title .bottom-exclusive{
        border-top: 0;
        width: 90%;
}
.heading_bottom li:first-child{
    display: block;
}
.heading_bottom li{
    display: none;
}
.fa-tags:before{
    margin-right: 5px;
        float: left;
}

.fa-tags{
    font-size: 10px;
    float: left;
    color: #868686!important;
    line-height: 16px;
    min-width: 110px;
}
.tags-wrap .fa-tags{
    min-width: auto;
}

.post-categories a{
    font-weight: 400;

}
.right_title{
     background-color: #d9d9d9!important;
     font-size: 30px!important;
     color: #000!important;
     text-align: center!important;
}
.right_title a{
     background-color: #d9d9d9!important;
     color: #000!important;
     font-size: 30px!important;
    font-weight: normal;
}
.right_cat .heading_02 a{
    font-size: 17px!important;
}
.fvp-dynamic .fvp-actionicon{
    background-image: url(img/play-circle-128.png)!important;
    display: block;
    background-position: 50% 50%;
    background-size: 12%;
}
.fvp-dynamic .fvp-actionicon.play{
    background-image: url(img/hover2-play-circle-128.png)!important;
}

.single_right_title{
     background-color: #d9d9d9!important;
     font-size: 18px!important;
     color: #000!important;
     text-align: center!important;
     padding: 10px 0;
}
.single_right_title a{
     background-color: #d9d9d9!important;
     color: #000!important;
}
.single_page img{
    max-height: inherit!important;
    margin-bottom: 0px!important;
}
.single_bottom_add{
    text-align: center;
    clear: both;
}

.right_cat{
    background: #f5f5f5;
}
.right_cat .images_title{
    padding: 0 10px 6px !important;
}
.right_cat .catagory_title{
    margin-top:0px!important;
    padding: 0 0 5px!important;
}
.border{
    background:#000000;
}

.date_social{
    margin:0;
    color:#FFFFFF;
    padding: 12px 0 8px;
    
}
.social{
    text-align: right;
    font-size: 22px;
        padding-right: 5px;
    
}
.bottom_button{
    background: #000;
}
.bottom_button .fa{color: #fff!important;}
.bottom_button a{
    display: block;
    background: #000!important;
    text-align: center;
    border: none;
    padding: 5px;
    color: #fff!important;
    background: #f6f6f6;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

#daq_tss_wrapper .right .button{
    z-index: 999;
}

/* NAVIGATION */
#nav .navbar-default{display: none;}

.inav  {float:left;} .inav #nav-icon {display:none;}
.inav ul, .inav ul.menu {list-style:none; margin:0; padding:0; float:left;} .inav ul li {float:left;position: relative;}
.inav ul li.last_menu a{    font-size: 17px;padding: 10px 16px;background: #000;font-weight: bold;}
.inav ul li a {color:#fff!important; font-size:20px; line-height:20px; padding: 10px 12px 10px; text-decoration:none; display:block;}

.inav ul li.home a{background-color: #921408!important;padding: 10px 8px 10px;} .inav ul li.home a .fa-home{color: #fff!important;}
.inav ul li a:hover {color:#cccc33; text-decoration:none;background:#8e0808;}
.inav ul.menu > li > a span.sf-sub-indicator { margin-left:5px; width:9px; height:20px; background:url(images/nav_ind.png) no-repeat 50% 60%; text-indent:-999em; overflow:hidden; display:inline-block;}

.inav ul.menu > li.current-menu-item > a:hover, .inav ul.menu > li.current-menu-item.sfHover > a, .inav ul.menu > li.current-menu-parent > a, 
.inav ul.menu > li.current-menu-parent.sfHover > a, .inav ul.menu > li.current-menu-item > a, .inav ul.menu > li.current-page-parent > a, 
.inav ul.menu > li.current_page_parent > a, .inav ul.menu > li.current_page_item > a, .inav ul.menu > li.current-page-ancestor > a, 
.inav ul.menu > li.current-menu-ancestor > a {color:#cccc33;}
.inav ul.menu > li.sfHover > a {color:#cccc33;} 

.inav ul li.mega-drop{position: inherit!important;} 
.inav ul li.mega-drop .sub-menu a{padding: 5px 0 5px 10px!important; text-align:left; display:block; color:#333!important; font-size:20px!important;}

.inav ul li.mega-drop ul.sub-menu{width: 100%!important;background: #fff!important;}
.inav ul li.mega-drop ul.sub-menu li{width: 261px;border-right: 1px solid #d2d1d1;}

.fa-angle-down{color: #fff!important;transition: all 0.3s ease-in-out 0s;}
.inav ul li a:hover .fa-angle-down{-webkit-transform: rotate(180deg);transform: rotate(180deg);transition: all 0.3s ease-in-out 0s;}

/* DROPDOWN */
.inav ul ul, .inav ul.menu ul, .inav div.menu ul ul {position:absolute; top:-999em; left: -10px; margin-top:0; width:180px; z-index:999; padding:4px 0 0; list-style:none; background:#fff;} 
.inav ul li.sfHover ul, .inav ul li:hover ul {top:100%;} .inav ul li.sfHover ul ul, .inav ul li:hover ul ul {top:0; left:216px; margin-top:0;}
.inav ul ul li, .inav ul.menu ul li, .inav div.menu ul ul li {width:100%; padding-right:0 !important; padding-left:0 !important; border-bottom:0;} .inav ul.sub-menu li {display:block;}

.inav ul ul li a, .inav ul.menu ul li a, .inav div.menu ul ul li a {padding:12px; text-align:left; display:block; color:#333!important; font-size:20px; font-weight:normal; line-height:18px; text-transform:inherit;} .inav ul ul li a, .inav ul.menu ul ul li a, .inav div.menu ul ul ul li a {font-size:13px;  transition:all ease .8s; -moz-transition:all ease .8s; -webkit-transition:all ease .8s; }

.inav ul ul li a:hover, .inav ul.sub-menu > li.sfHover > a {color: #efecec !important;background: #b30f0f;} 
.inav ul.sub-menu > li.current_page_item > a,.inav ul.sub-menu > li.current-page-ancestor > a, 
.inav ul.sub-menu > li.current-page-parent > a {color:#333333 !important; background:#99cc33;}
#navi{
        background: #b30f0f;
        margin-bottom: 10px;
        box-shadow: #3e3c3c 0px 6px 10px -5px;
}
#st-1 .st-btn[data-network='print']{
    display: inline-block!important;
}
.single_social .sharethis-inline-share-buttons img{
    background:none!important;
    
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    z-index: 9999;

}
.banner-top .top_banner{
    text-align: center;
    padding: 5px 0;
}
.banner-top p{
    margin: 0px;
}
.banner-top img{
    box-shadow: #888383 0px 7px 9px -5px;
}
.header{
   
}
.logo{
    padding: 10px 10px 10px 5px;
}
.search_top.for-mobile .search_header input[type=text]{
    display: none;
}
.search_header form {
    position: relative;
}
.search_header {
    display: block;
}
.search_header label{
    display: none;
}
.search_header form{
    position: relative;
}
.search_header input{
    padding-left: 7px;
    color: #000;
}
.search_header input[type=submit]{
    display: none!important;
}
.search_header input[type=text] {
    width:25px;
    box-sizing: border-box;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    background-color: inherit;
    background-image: url('https://www.bijoynishan.com/wp-content/uploads/2019/01/search-whight-1.png');
    background-size:20px; 
    background-position: 100% 10px; 
    background-repeat: no-repeat;
    padding:9px;
    margin-top: -42px;
    margin-right: 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: #000;
    float: right;
}

.right_top_sec{
    padding-right: 0px;
}


/* When the input field gets focus, change its width to 100% */
.search_header input[type=text]:focus {
    width: 100%;
    background-color: #ccc;
    background-position: 100% 10px; 
    border:1px solid #ccc!important;
}
.bannar{
    padding: 0px 20px 10px;
    text-align:center;
}
.bannar img{
    box-shadow: #888383 0px 7px 9px -5px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tags-wrap a {
    color: #8a8a8a!important;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 15px;
    text-decoration: none;
    margin: 0 5px 0 0;
}
.tags-wrap a:hover{
    background-color: #9a1515;
    text-decoration: none;
    color: #fff!important;
}
.tags-wrap .fa-tags{
    font-size: 18px;
    margin: 6px;
}
.bottom_area .subscribe{
    margin-top: 5px;
}
.design_dev{
    font-weight: bold;
        line-height: 55px;
}
.bottom_area:last-child img{
    max-width: 30%;
    margin: 3px 0 0px 3px;
}
.iso_apk{
    text-align: right;
        margin-top:5px;
}
.iso_apk img{
    max-width: 30%;
    margin: 0 0 0 7px;
}
div.wpcf7 .ajax-loader{
    display: none!important;
}
.catagory_title{

    position: relative;
}
.catagory_title a{
    background: #fff;
    padding-right: 5px;
    font-size: 30px;
    font-weight: normal;
}
.catagory_title .liner::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 5px solid #cecdcd;
    top: 18px;
    
    display: inline-block;
    vertical-align: bottom;
}
.catagory_title .liner::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 5px solid #cecdcd;
    top: 26px;
    
    display: inline-block;
    vertical-align: bottom;
}
.catagory_title.photo-gallery .liner::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 3px solid #cecdcd!important;
    top: 22px!important;
    
    display: inline-block;
    vertical-align: bottom;
}
.catagory_title.photo-gallery .liner::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 3px solid #cecdcd!important;
    top: 29px!important;
    
    display: inline-block;
    vertical-align: bottom;
}
.catagory_title.photo-gallery .liner{
    margin-left:10px; 
}

.catagory_title.video-gallery .liner::before {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 3px solid #cecdcd!important;
    top: 22px!important;
    
    display: inline-block;
    vertical-align: bottom;
}
.catagory_title.video-gallery .liner::after {
    position: absolute;
    content: '';
    width: 100%;
    border-top: 3px solid #cecdcd!important;
    top: 29px!important;
    
    display: inline-block;
    vertical-align: bottom;
}
.catagory_title.video-gallery .liner{
    margin-left:10px;
}
.authors_img{
    float: left;
    max-width: 58px;
   
}
.authors_img img{
    border-radius: 10px;
}
.leadnews.single_video iframe{
    width: 100%;
    height: 400px;
}
.related_post_box{
    min-height: 215px;
    margin-bottom: 10px;
    width: 33%;
    padding: 0 10px;
}
.bottom_shair_title{
    border: 1px solid #ccc;
    margin: 0 10px;
}
#wpadminbar .ab-submenu .ab-item{
    color: #fff!important;
}
.right_section{
    background-color: #fff;
    padding: 0px;
    margin-right: 10px;
    width: 65%;
}
.right_section .heading_01{
    font-size: 36px!important;
    line-height: 42px;
    padding: 12px 0px 0px 5px!important;
    margin: 0 10px;
}
.right_section .catagory_title{
        margin: 10px 10px!important;
}
#st-1 .st-total{
    color: #ab1d1d!important;
}
span.entry-subtitle{
    display: none!important;
}
h4.heading_04.sub_title{
    color: #ab1f1f;
    font-size: 22px;
    font-weight: normal;
    padding: 8px 0px 10px 13px!important;
    border-bottom: 1px solid#f7f4f4;
}
.cat_single{
    background: #f5f5f5;
    padding: 10px;
    margin: 15px 10px 0;
    color: #bd1818;
}
.archive_body .cat_single{
    background: #f5f5f5;
    padding: 10px;
    margin-top: 15px;
    margin: 0 18px 10px 10px;
}
.parent_cat{
    display: none;
}

.parent_cat .dhaka,.parent_cat .chtg,.parent_cat .rajsh,.parent_cat .sylt,.parent_cat .brsl,.parent_cat .khulna,.parent_cat .moymn,.parent_cat .rngpr{
    display: none;
}

.category-8 .parent_cat .dhaka,.category-2 .parent_cat .chtg,.category-15 .parent_cat .rajsh,
.category-44 .parent_cat .sylt,.category-18 .parent_cat .brsl,.category-20 .parent_cat .khulna,.category-21 .parent_cat .moymn,.category-19 .parent_cat .rngpr{
    display: block;
}



.category-8 .parent_cat,.category-2 .parent_cat,.category-15 .parent_cat,.category-44 .parent_cat,
.category-18 .parent_cat,.category-20 .parent_cat,.category-21 .parent_cat,.category-19 .parent_cat{
    display: block;
}
.parent_cat{
    margin: 0 18px 10px 10px;
}
.parent_cat h2{
    color: #333;
    font-weight: normal;
}
.parent_cat h2 a{
    color: #333!important;
}
.parent_cat .fa{
     color: #333!important;
}
.cat_single a{
    color: #b30f0f!important;
    font-size: 18px;
    font-weight: normal;
}
.cat_single span,.cat_single .fa{
    color: #b30f0f!important;
}
.sidebar_exclusive{
    margin-top: 15px;
}
.sidebar_exclusive img{
    width: 100%;
}
.single_sidebar_one img{
    width: 100%;
}
.single_sidebar_two{
    margin-top: 20px;
}
.single_sidebar_two img{
    width: 100%;
}
.bottom-single-add{
        padding: 10px 10px 0;
}
.tab-pane ..images_title{
    margin-bottom: 6px;
    margin-top: 6px!important;
    padding-bottom: 10px!important;
}

#nav .navbar-default .navbar-nav > li.home a{
        padding: 10px 9px 9px 7px!important;
}
#nav .navbar-default .navbar-nav > li.home a .fa{
    color: #fff!important;
}
.nav-tabs{
    margin-top: 5px;
}
.nav-tabs>li{
    width: 50%;
    text-align: center;
}
.nav-tabs>li>a{
    padding: 5px 15px!important;
    background: #ccc8c8;
    color: #000;
    font-size: 20px;
}

.post-up{
    position: relative;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
  color: #fff;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
  color: #fff;
}
.photo-recent{
      border: 1px solid#f7f7f7;
}
.photo-recent .images_title{
      padding: 0 10px 6px;
      border-bottom: 1px solid #f7f7f7!important;
}
.post-up .heading_03{
    position: absolute;
    bottom: 0;
    padding: 0 18px;
}
.carousel-inner img{
    width: 100%!important;
    height: 100%!important;
    min-height: 480px;
    height: 480px!important;
}
.photo-bottom img{
    min-height: 120px;
    height: 120px!important;
    margin-bottom: 10px;
}
.photo-bottom .heading_photo a{
  color: #000!important;
  font-weight: normal;
}
.carousel-inner .heading_02{
    position: absolute;
    bottom:-15px;
    width: 100%;
    background: #1b1a1aa1;
    padding: 20px 0px 20px 20px;
   
}
.carousel-inner a{
    color: #fff!important;
}
.carousel-inner .heading_02 a{
     color: #fff;
}
.carousel-inner .heading_02 a:hover{
    color: #ccc;
    text-decoration: none;
}
.side-post-black{
    background-color: #212020;
    padding: 0;
    margin-top: 15px;
}
.side-post-black a .catagory_title{
    background-color: #3E5C9A!important;
    padding: 10px 0 5px!important;
    border-radius: 0!important;
    margin: 0;
    text-align: center;
    color: #fff!important;
    font-weight: normal;
    text-decoration: none!important;
    font-size: 26px;
}
.side-post-black a .catagory_title:hover{
    background-color: #2c4a88!important;
    
}
.side-post-black .heading_01 a{
    color: #fff!important;
}
.side-post-black a{
    text-decoration: none!important;
    color: #fff!important;
}
.side-post-inner{
    padding-right: 15px;
    padding-left: 15px;
}
.side-post-inner .images_title {
    margin-bottom: 4px!important;
    margin-top: 4px!important;
}
.side-post-inner .heading_01{
 background: inherit;
}
.side-post-inner .heading_02 a{
    color: #fff;
}

.side-post-inner a{
    color: #fff!important;
}


.amazingslider-box-1 div div div{display:none!important;}
.post-up .heading_03 a{
    font-size: 22px;
    color: #fff;
}
.post-up .heading_03 a:hover{
    color: #e2dc1e!important;
    text-decoration: none;
}
.leadnews{
    font-family:SolaimanLipi;
    
    
}
.leadnews img{
    margin-bottom:10px;
    background:#EEEEEE;
    width: 100%;
        max-height: 272px;

}
#wp-calendar caption{
  display: none;
}
.ajax-calendar td, .ajax-calendar th {
    padding: 5px 8px!important;
  }
  .ajax-calendar td#today{
    background: none repeat scroll 0 0 #2cb2bc !important;
  }
.button a{
    display: block;
    text-align: center;
    border: none;
    padding: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    background: #f6f6f6;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
a.tag-title{
    display: inline-block;
    font-size: 12px;
}
.carousel-control.left {
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
}
.carousel-control.right {
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
}
.images_title{
    overflow: hidden;
    margin-bottom: 6px;
    border-bottom: 1px dotted;
    border-color: #797575;
    margin-top: 8px;
    padding-bottom: 6px;
}

.images_title img{
    float: left;
    width: 25%;
    margin-right:15px;
    
}
.post-img{
    border-bottom: 0px!important;
}
.post-img img{
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
}
.post-img .heading_02 {
    font-size: 18px;
}
.sidebar-wid-post{
    margin: 10px 0;
}
.big_images img{
    margin-bottom: 10px
}
.block{
    background-color: #f1f1f1;
    height: 500px;
    overflow: hidden;
    max-height: 500px;
}
.block .heading_01{
        padding: 8px 10px!important;
}
.block .images_title{
        padding: 0 10px 6px!important;
}
.block-white{
    background-color: #fff;
    height: 500px;
    max-height: 500px;
    overflow: hidden;
}
.block-white .heading_01{
        padding: 8px 10px!important;
}
.block-white .images_title{
        padding: 0 10px 6px!important;
}

.heading_01{
    font-size: 18px!important;
    font-weight: normal;
    line-height: 26px;
    margin-top: 0px;
    color:#000;
    font-family:SolaimanLipi;
    margin-bottom: 10px;
    padding:8px 0;
}
.heading_01 a{
    color: #000!important;
}
.heading_01 a:hover{
    text-decoration: none;
}
.single_contant{
    padding:0 10px;
    line-height:35px;
    font-size: 20px;
    text-align: justify;
}
.single_contant iframe{
    width: 100%;
    height: 450px;
}
.single_contant .wp-caption{
    width: 100%!important;
    position: relative;
}
.single_contant .wp-caption .wp-caption-text{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    color: #fff;
    padding: 5px 15px;
    background: #00000082;
}
#st-3 .st-btn{
    margin-top: 8px;
}
#st-3 .st-total > span {
    font-size: 24px!important;
    line-height: 21px!important;
    display: block;
    padding: 0;
    font-weight: bold;
}
#st-3 .st-total > span.st-shares {
    font-size: 13px!important;
    line-height: 17px!important;
}
.breadcrumb-section{
    border-left: 5px solid #e6e6e6;
    margin: 0 0px 10px 10px;
    clear: both;
    width: 100%;
    padding: 0px 25px 0 0;
}
.breadcrumb{
    margin-bottom:0px !important;
    padding:0px 0!important;
    background-color: inherit!important;
}
#st-1 .st-btn{
    top: 7px!important;
}
#st-1 .st-total > span {
    font-weight: bold;
    font-size: 20px!important;
    margin-bottom: 10px;
}
#st-1 .st-total > span.st-shares {
    font-size: 14px!important;
    margin-bottom: 0;
}
.breadcrumb-author li{
    margin-left:5px; 
}

.breadcrumb-author li:nth-child(2){
    display: none;
}

.heading_02{
    font-size: 17px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: 400;
    font-family: SolaimanLipi;
    
}

.fa{
    color: #000;
}

.heading_02 a{
    color: #074097;
}

.heading_02 a:hover{
    color:#ea3a3a!important;
}
.heading_03{
    font-size: 17px;
    line-height: 21px;
    margin-top: 0px;
    font-weight: 400;
}

.heading_03 a{
    color: #000000;
}

.heading_03 a:hover{
    color:#ea3a3a!important;

}
.catagory_title{
    background-color: #9492C5;
    color: aliceblue;
    padding: 10px 0 0!important;
    border-radius: 8px 0!important;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.all_cat{
    position: relative;
}
.catagory_title.right_all{
    float: right;
    position: absolute;
    right: 0;
    top: 4px;
    padding-left: 10px!important;
    font-size: 14px;
}
.catagory_title.right_all a{
    font-size: 18px;
    font-weight: normal;
}
.catagory_title a{
   
}
.catagory_title a:hover{
    text-decoration: none;
    color: #c7c1c1;
}
h4.catagory_title .fa{
    color:#8e8e8e;
    float: right;
}
.catagory_title.photo-gallery{
    font-size: 22px !important;
}
.catagory_title.video-gallery{
    font-size: 26px !important;
    font-weight: normal;
    margin-bottom: 5px;
}
h4.catagory_title .fa.fa-camera{float: none!important;}
h4.catagory_title .fa.fa-video-camera{float: none!important;margin: 0 5px;}
h4.catagory_title .fa:hover{
    color: #ec1212;
}
.image-mid{
    min-height: 215px;
}
.image-mid .exclusive_cate{
    min-height: 255px;
}
.image-mid .exclusive_cate.another-img{
    min-height: 210px;
}
.big_images img{
    margin-bottom: 10px
    
}
.recent.big_images img{
        max-height: 140px;
}
.post-up .big_images img{
     min-height: 220px;
}
.internetional{
    background:#E4E4E4;
}
.pager{
    margin: 20px 15px!important;
}
.cat-item-none{
    display: none!important;
}
#ouibounce-modal{
    position: initial!important;
    height: auto;
}
#ouibounce-modal .modal{
        position: fixed!important;
        top: initial!important;
        max-width: 100%!important;
        margin: 0;
        width: 100%;
            z-index: 999;
    }
    #ouibounce-modal .underlay{
        width: initial!important;
        height: initial!important;
    }
 #ouibounce-modal .modal .modal-body *:not(iframe){
    max-width: 75%!important;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
 }
 #close_button{
    right: 50%!important;
    background-size: 65%;
    top: -10px!important;
 }


.sub_cat{
    margin: 0 18px 10px 10px;
    background: #fff;
    padding: 8px 10px 0px;
}
.sub_cat li{
    display: inline-block;
    list-style: none;
    height: 35px;
    overflow: hidden;
}
.sub_cat li a {
    border: 1px solid #eee;
    display: block;
    background: #fff;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 2px 10px;
    margin: 2px 0;
    transition: all 0.3s ease-in-out 0s;
}
.sub_cat li a:hover{
    border: 1px solid #ea9d9d;
    background:#000;
    color: #fff!important;
}
.districk-section.dhaka {
    display: none;
}
.districk-section.chittagong {
    display: none;
}

.category-8 .districk-section.dhaka {
    display: block;
}
.copyright{
    font-size: 16px;
}
.design{
    text-align: right;
    font-size: 16px;
}
.design .button{
    margin-top: 12px;
}
.design .button a{
    background: #272626;
    padding: 10px;
    color: #bbbaba;
    border-radius: 8px 0;
    transition:all ease-in-out .3s; -webkit-transition:all ease-in-out .3s; -moz-transition:all ease-in-out .3s;
}
.design .button a:hover{
    color: #fff;
    background: #150d0d;
    border-radius: 0px 8px;
}
.design a,.copyright a{
    color:#ab9694!important;
}
.design a:hover,.copyright a:hover{
    color:#fff;
    text-decoration: none;
}
.bottom_area p{
    margin: 0px!important;
}
ul.post-categories{
    padding: 0px;
    margin: 0px;
}
.footer-logo img{
    max-width: 50%;
    margin-top: 8px;
}
.footer-about-section{
    background-color: #222;
    border-color: #080808;
    padding: 15px 0 10px;
    color: #777!important;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}
.footer-04{
    background: #000;
    padding: 10px 0;
    color:#fff; 
}
.footer-04 ul li{
    list-style: none;
    line-height: 25px;
}
.footer-04 img{
    margin: 5px 0;
    border: 1px solid #545353;
    border-radius: 6px;
    max-width: 35%;
}
.footer_d_logo img{
    border:none;
    margin: -10px 0 0px;
    width: 27%;
}
.footer_d_logo p{
    margin: 0px;
}
ul.footer-address{
    padding: 0px;
    color:#777;
    margin: 0px;
}
.footer-address .fa{
    color:#777;
}
.footer {
    
    color:#fff;
    background: #1f1e1e;
    padding: 6px 0px;
}
.social-facebook{
    text-align: right;
}
.social-icon  ul li.first a{
    color: #fff!important;
}
.social-icon ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0px;
}
.social-icon ul .fa{
    color: #fff!important;
}
.social-icon ul li {
    float: left;
    margin: 5px 0 5px 10px;
    width: 40px;
    height: 35px;
    text-align: center;
    border-radius: _50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icon ul li:first-child {
    background: #026DBD;
    width: 70px;
    border-radius: 2px;
    height: 35px;
}
.social-icon ul li:nth-child(2) {
    background: #00346D;
}

.social-icon ul li:nth-child(3) {
    background: #CC3731;
}
.social-icon ul li:nth-child(4) {
    background: #2DAAE1;
}
.social-icon ul li:nth-child(5) {
    background: #EA7819;
}
.social-icon ul li a {
    color: #fff;
    font-size: 14px;
   
}




.video-gellary .col-md-6:first-child{
    
    padding-right:5px;
}
.video-gellary .col-md-6:nth-child(2){
    padding-left:5px;
}
.video-gellary .col-md-6:nth-child(3){
    padding-right:5px;
}
.video-gellary .col-md-6:last-child{
    
    padding-left:5px;
}




.tab-content{
    overflow: scroll;
    height: 280px;
    overflow-x: hidden;
    background: #fff;
    padding: 0 8px;
}
.tab-content-single{
    overflow: scroll;
    height: 380px;
    overflow-x: hidden;
    
}
.catagory_title-02{
    background-color: #3888D7;
    color: aliceblue;
    padding: 10px;
    border-radius: 0px!important;
    margin-top: 5px;
    text-align:center;
}
.catagory_title-02:hover{
    background-color:#286090;
    color:#A6A6A6;
}
.catagory_title.photo-gallery,.catagory_title.video-gallery{
    color: #8e8989;
}
.video iframe {
    width: 100%;
    max-height: 149px;
}
.singlepage{
   margin: 60px 0px;
}

.single_images{
    
}

.single_images img{
    width: 100%
}
.caption{
    margin-top: -35px;
    margin-bottom: 0px;
    padding: 5px;
    background-color: black;
    opacity: .6;
    color: white;
}
.caption h4{
    opacity: 10;
}
.clear{
    clear: both
}
.archive_details{
    margin-bottom: 15px;
    padding: 0px;
    margin: 10px;
    width: 47%;
    min-height: 105px;
}
.archive_details .heading_02{
    margin-top: 5px;
    margin-bottom: 0;
}
.archive_details .archive_inner{
    background-color: #fff;
    float: left;
    width: 100%;
}
.archive_img{
    float: left;
    width: 45%;
    margin-right: 20px;
}
.archive_img img{
    min-height: 100%;
}
.archive_details:first-child{
       width: 96.5%;
       margin-top: 0;
}

.archive_details:first-child .heading_02{
    font-size: 24px;
    line-height: 30px;
}
.archive_details:first-child .archive_img{
    width: 65%;
}
.archive_details:first-child .archive_img img{
    width: 100%;
}
.archive_details .content_cat{
    display: none;
}
.archive_details:first-child .content_cat{
    display: block;
    font-size: 17px;
    padding: 0 10px;
    margin-top: 11px;
}


.container.footer-section{
padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav>li {
    
    position: relative;
}
.navbar-nav>li.mega-drop{
    position: inherit!important;
}
.navbar-nav>li.mega-drop>.dropdown-menu{
    width: 98.1%;
    padding: 0px;
    
}
.navbar-nav>li.mega-drop>.dropdown-menu li {
    float: left;
    min-width:260px;
    border-right: 1px solid#000;
    
}
.navbar-nav>li.mega-drop>.dropdown-menu li a{
    font-size: 18px!important;
        padding: 5px 10px;
}
.dropdown-menu{
    font-size: 18px;
}
/*My Style*/
.search_top{
    margin-top: -1px;
}
#nav .navbar-collapse{padding:0px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: #921408!important;
}
#nav .navbar-default .navbar-nav > li:hover{
background-color: #921408!important;
}
#nav .navbar-default .navbar-nav > li > a{
    color: #ffffff!important;
}
#nav .navbar-default .navbar-nav > li > a .caret{
transition: all 0.3s ease-in-out 0s;
}
#nav .navbar-default .navbar-nav > li > a:hover .caret{
    -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          transition: all 0.3s ease-in-out 0s;
}
#nav .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
background-color: #921408!important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #c1bcbc!important;
}



.recent-post-slider .recentpost-categories ul.post-categories,.recent-post-slider .wp-post-date,.recent-post-slider.design-3 .wp-post-content{
    display:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #fff!important;
    border-top: 2px solid #d23939!important;
    color: #000!important;
    
}
.prayer_time h3{
    display: none;
}
.paryer_img{
    margin-top: 5px;
}
.paryer_img img{
    border-right: 3px solid #ed1c24;
    border-left: 3px solid #ed1c24;
}
.muslim_prayer_time .semi-square {
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0!important;
}
.muslim_prayer_time {
    width: 100%!important;
    margin: 0 auto;
    float: right;
    text-align: right; 
    background: url(https://www.gsnews24.com/wp-content/uploads/2019/04/prayertimebg3.png) no-repeat;
    background-size: 41%;
    background-position: 0 84px;
}
.muslim_prayer_time .city_selection{
    width: 100%!important;
   
}


.muslim_prayer_time .prayer_name {
    width: 21%!important;
    margin-right: 0px!important;
}
.muslim_prayer_time ul li.time_table {
    height: 22px!important;
    line-height: 24px!important;
    padding: 0 8px!important;
    font-size: 14px;
    margin: 1px 0 0 0!important;
}
.muslim_prayer_time .prayer_time {
    width: 33%!important;
}
#my_calender tfoot{
  display: none;
}
.scroll{
  margin: 0 5px;
}
.scroll-bar{
    padding: 0;
    margin-bottom: 5px;  
    background: #fff;
}
.scroll-bar .row{
    border-top: 1px dashed #a00c0c;
    border-bottom: 1px dashed #a00c0c;
}
.scrool_01{
    padding: 8px 5px 8px 12px!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
}
.scrool_01:after {
    display: inline-block;
    content: '';
    border-top: 40px solid #8e0808;
    border-right: 16px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
}
.scrool_02{
    padding: 1.5px;
    color:black;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top:0px;
}
.scrool_02 .fa{
  color: #8e0808;
}
.scrool_02 marquee{
    padding: 5px 0 0;
}
.scrool_left{
    padding: 0px;
}
.scrool_right{
    padding: 0px;
}
.scrool_right a{
margin: 0 8px;
}
.scroll a{
  font-weight: normal;
}

.scroll a:hover, .vsep {
    color: #ae1b1b;
}
#ticker_close {
    float: right;
    background: #8e0808;
    width: 46px;
    margin-top: -38px;
    padding: 7px 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin-left: 16px;
}
#ticker_close:after {
    display: inline-block;
    content: '';
    border-bottom: 38px solid #8e0808;
    border-left: 16px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 100%;
}
#ticker_close .fa{
  color: #fff!important;
}
.sep{
    padding:5px 0;
    clear: both;
}
.recent_post{
    padding-left:0px;
}
.recent_post_slice .slick-dots{
    display: none!important;
}
.add_post .widget_area:first-child{
    margin-left: 0;
}
.add_post .widget_area:last-child{
    margin-right: 0;
}
.add_post .widget_area{
    float: left;
    margin: 0 15px;
    width: 23%;
}
.add_area img{
    width:100%;
    min-height: 53px;
}

.recent-post-slider h2.wp-post-title a{
    font-size: 16px!important;
    line-height: 16px!important;
}
.recent-post-slider.design-3 .post-overlay:hover > .post-short-content{
 height:23%!important;
}
.recent-post-slider.design-3 .post-short-content{
    height:23%!important;
}
.main_top{
    margin:15px 0 0;
    
}
.main_top .col-md-4{
    min-height:220px;
}
.main_top img{
        max-height:130px;
}
.recent_post{
    height:350px;
}
.recent_post img{
    height:345px;
}
.bottom-section{
    background: rgba(0, 0, 0, 0.27);
    padding: 10px 0 10px;
}
.bottom_area:last-child{
    text-align: right;
}
.subscribe input{
    border-radius: 30px 0 0 15px;
    width: 50%!important;
    float: left;
    background: #ececec;
    height: 44px;
    padding: 0 0 0 10px;
    border: 1px solid#ccc;
}
.subscribe input:focus{
  background: #fff;
}
.subscribe input[type=submit]{
    border-radius: 0 15px 30px 0;
    width: 30%;
    border:0;
    background: #737373;
    height: 44px;
    color: #fff;
}
.subscribe input[type=submit]:hover{
  background: #9a1515;
}




h1.map-title{
    text-align: center;
    font-size: 22px;
    padding: 10px 0 10px;
    
    background: #e8e0df;
}
.map_top{
    margin-top: 30px;
}
.map_section{
       
}
svg:not(:root){
    height: 422px;
   width:100%;
}
.map_country svg:not(:root){
    height: auto!important;
   width:100%;
}
.left_tab{
    margin-top: 12px;
}
.converter{
        background: #dd0b0b;
    padding: 5px 0 3px;
    text-align: center;
    margin: 0;
    line-height: 0;
    margin-left: 20px;
}
.converter h4{
    margin: 0;
    line-height: 19px;
font-size:15px;
}
.converter h4 a{
    color:#fff;
}



/*Form*/
.form-control{
    margin: 0 4px 10px;
    width: 47%!important;
        float: left;
}


.home-menu{
    display: none;
}
.en-menu{
    display: none;
}

/********************Gallery**************************/


 .demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }










/******************Responcove******************/

@media screen and (max-width: 1170px){
section .row {
        width: auto !important;
        padding: 0 5px;
    }
}


@media (max-width: 979px){
    .catagory_title::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 12px;
        background: #000;
        z-index: 1;
        left: 0;
        top: 7px;
    }
    .catagory_title::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 5px;
        background: #000;
        z-index: 1;
        top: 21px;
        left: 0;
    }
    .catagory_title a {
       background: inherit;
        color: #000!important;
        padding: 0 10px;
        display: inline-block;
        z-index: 999;
        position: relative;
        margin-left: 10px;
        margin-top: -10px;
    }
    .catagory_title .liner{
        display: none;
    }
    .side-post-black .catagory_title::after{
        display: none;
    }
    .side-post-black .catagory_title::before{
        display: none;
    }

    .catagory_title.photo-gallery::after{
        display: none;
    }
    .catagory_title.photo-gallery::before{
        display: none;
    }
    .catagory_title.video-gallery::after{
        display: none;
    }
    
    .catagory_title.video-gallery::before{
        display: none;
    }
    .catagory_title.video-gallery .liner{
        display: block;
        float: right;
        width: 80%;
    }
    .catagory_title.photo-gallery .liner{
        display: block;
        float: right;
        width: 80%;
    }
     .catagory_title.photo-gallery a{
        margin-top: 0px;
        margin-left: 0;
     }
     .catagory_title.video-gallery a{
        margin-top: 0px;
        margin-left: 0;
     }
    .header-top-border{
        display: block;
        box-shadow: #131212 0px 5px 9px -2px;
        padding: 3px 0;
        background: #6d0c0c;
        margin-bottom: 11px;
    }
    .header-top-border h3{
        text-indent: -999em;
            display: none;
    }
    .top_bar .date{
        margin-top: -8px;
        margin-bottom: 3px;
    }
    .banner-top{
        display: none;
    }
    .col-md-3.social{
        display: none;
    }
    .footer-about-section .col-md-9{
        display: none;
    }
    .footer-logo{
        display: none;
    }
    .social-icon ul{
        padding: 0;
        margin: 0;
    }
    .social-icon ul li{
        float: none;
        margin: 5px 0 0px 0px!important;
    }
    .subscribe input{
            height: 30px;
            width: 70%;
            display: inline-block;
            float: none;
    }
    .subscribe input[type=submit]{
            height: 30px;
            width: 30%!important;
    }
    .date-sesson{
        display: none;
    }
    .col-md-4.lead-right{
        display: none;
    }
    .bottom-exclusive{
        display: none;
    }

    .leadnews.top_img .bottom-exclusive{
        position: absolute;
        width: auto;
        border-top: 0;
        display: block;
        padding: 2px 10px;
        clear: both;
        top: 0px;
        bottom: inherit;
        background: #000;
        left: 0px;
    }
    .col-md-4.exclusive .bottom-exclusive{
        position: absolute;
        width: auto;
        border-top: 0;
        display: block;
        padding: 2px 5px;
        clear: both;
        top: 0px;
        bottom: inherit;
        background: #000;
        left: 0px;
    }

    .whole-country{
        display: none;
    }
    .bottom-exclusive .fa.fa-tags{
        display: none;
    }
    .map_section{
        clear: both;
    }
    .lead-left .heading_01{
        position: absolute;
        width: 100%;
        z-index: 999;
        bottom: -10px;
        color: #fff;
        background: #00000070!important;
        font-size: 20px!important;
        line-height: 26px!important;
        padding: 10px 10px 10px 20px;
    }
    .add_area_sidebar iframe{
        display: none;
    }
    .jetpack-video-wrapper{
        margin-bottom: 2px!important;
    }
    .add_area_sidebar img{
        width: 100%;
    }
    .lead-left .heading_01 a{
        color: #fff!important;
    }
    .bottom-add-area{
        margin: 0 10px;
    }
    .add_area img{
        min-height: auto;
    }
    .lead-left .leadnews{
        min-height: auto;
        margin-bottom: 10px;
    }
    .lead-left .leadnews.top_img img{
        margin-bottom: 0px!important;
    }

    .search_header input[type=text]{
        background-image: url(https://www.gsnews24.com/wp-content/uploads/2019/03/search-whight-2.png)!important;
    }

    .heading_bottom a{
        border-right: 0;
        color: #fffcfc!important;
    }
    .logo{
        text-align: center;
        padding: 10px 10px 0px 15px;
    }
    .navbar-nav {
        margin: 7.5px 0px;
    }
    #nav .navbar-default .navbar-nav > li{
       clear: none;
        float: left;
        width: 28.5%;
        border-bottom: 1px solid#fdfdfd;
        margin: 0 5px 0 0;
    }
    #nav .navbar-default .navbar-nav .fa{
        color: #fff!important;
    }
    #nav .navbar-default .navbar-nav > li a{
            font-size: 13px!important;
            line-height: 14px!important;
    }
    .navbar-toggle{
        float: right!important;
    }
    #nav .navbar-default .navbar-nav > li.home a{
        background-position: 20px 8px;
    }
    #nav .navbar-default .navbar-nav > li > a{
       
        padding: 4px 15px 4px 19px!important;
        border-bottom: 1px solid #4c4a4a;
        background: url(https://www.gsnews24.com/wp-content/uploads/2019/03/small-right-arrow-icon-64993.png);
        background-position: 5px 6px;
        background-repeat: no-repeat;
        background-size: 10px;
    }
    #nav .navbar-default .navbar-nav > li.menu-icon > a{
        background:none;
        padding: 4px 15px 4px 8px!important;
    }
    #nav .navbar-default .navbar-nav > li.home a {
        padding: 10px 9px 9px 23px!important;
    }
    .navbar-nav>li.mega-drop>.dropdown-menu li{
        border-right: 0;
    }
    .navbar-nav>li.mega-drop>.dropdown-menu li a {
        font-size: 18px!important;
        padding: 5px 10px 5px 20px;
        border-right: 0;
    }
    .home-menu {
        display: block;
        position: absolute;
        right: 95px;
        top: 13px;
        font-size: 18px;
    }
    .en-menu{
        display: block;
        position: absolute;
        right: 63px;
        top: 17px;
        background: #777;
        font-weight: 700;
        color: #fff!important;
        font-size: 12px;
        padding: 1px 6px 0;
        border-radius: 8px;
    }
    .search_top.for-desktop .search_header input[type=text]{
        display: none;
    }

    .search_top.for-mobile .search_header input[type=text]{
        display: block;
        padding: 9px;
        margin-top: 0;
        margin-right: 0px;
        background-size: 15px;
        position: absolute;
        right: 48px;
        z-index: 99;
        top: 10px;
    }

    .search_header {
        display: block;
        width: 90%;
        float: right;
    }
    .logo img{
        margin: 0 0 5px;
    }
    .date{
        text-align:center; 
        padding: 0px!important;
    }
    .date p{
        margin: 0px!important;
    }
    .bannar{
            padding: 0px 20px 5px 20px;
    }
    .date_social{
        margin: 0px;
    }
    .social{
        flex: none;
        text-align: center;
    }
    .add_area_sidebar iframe div{
        width: 100%!important;
    }
    .full_website_gray{
        padding: 0px 10px 10px;
    }
    
    .archive_details:first-child .heading_02 {
        font-size: 22px;
        line-height: 25px;
        padding: 10px;
        position: absolute;
        bottom: 10px;
        width: 95.5%;
        clear: none;
        color: #fff;
        background: #0000006e;
        z-index: 999;
    }
    .archive_details:first-child .heading_02 a{
        color: #fff!important;
    }
    .archive_details:first-child .archive_img {
        width: 100%;
    }
    .archive_details:first-child .content_cat{
        display: none;
    }
    .archive_img img {
        min-height: auto;
    }
    .fa-angle-down{
        display: none;
    }
    .form-group {
        width: 100%!important;
    }
    .form-group select{
        width: 100%!important;
    }
    
    .scrool_left{
        width: 25%;
        float: left;
        margin-top: -0.5px;
    }
    .scrool_right{
        width: 75%;
        float: left;
        height: 25px;
    }
    .scrool_01{
        font-size: 15px!important;
        padding: 4px 5px 3px 12px!important;
    }
    .scrool_01:after{
          border-top: 29px solid #8e0808;
    }
    #ticker_close:after{
          border-bottom: 28px solid #8e0808;
    }
    #ticker_close{
          padding: 2px 10px;
          margin-top: -25.5px;
    }
    .scrool_02 marquee {
        padding: 0px 0 0;
    }
    .bottom_area{
        text-align: center;
            padding: 0px 0 10px;
            margin-top: 10px;
    }
    .bottom_area:last-child{
        text-align: center;
    }
    .social-facebook{
        margin-top: 10px;
        text-align: center;
    }
    .bottom_area:last-child img{
            margin-left: 50px; 
    }
    .copyright,.design{
        text-align: center;
    }
    .single_body{
        padding: 0px 0 10px;
    }
    .right_section .heading_01{
        font-size: 26px!important;
        line-height: 28px;
    }
    .archive_details{
        border-bottom: 0;
        border-left: 0;
        padding: 0 10px;
        width: 50%;
        margin: 0px;
        min-height: inherit;
            float: left;
    }
    .archive_details:first-child {
        width: 100%;
        margin-top: 0;
        margin: 0 0 10px;
        position: relative;
    }

    .archive_img{
        width: 100%;
    }

    .archive_details .archive_inner {
        margin: 0 0 10px;
        min-height: 165px;
    }
    .archive_details:nth-child(even){
        clear: both;
    }
    .archive_details .heading_02{
        padding: 10px 5px;
        clear: both;
    }
    .social-media{
        float: none;
    }
    .lead-right .leadnews{
        min-height: 180px;
    }
    .exclusive_cate {;
        min-height: 175px!important;
    }

    .exclusive_cate .heading_03{
        padding-left: 10px;
        margin-bottom: 0px;
    }
    .image-mid .exclusive_cate {
        min-height: 325px;
    }
    .image-mid .exclusive_cate img{
        width: 100%;
    }
    .single_body .single-sidebar{
        clear: both;
    }
    .catagory_title.right_all{
        display: none;
    }
    .cat_single{
        padding: 2px 10px;
        margin: 0;
    }

    .right_section {
        padding: 0;
        margin-right: inherit;
        width: 100%!important;
    }
    .related_post_box {
        min-height: auto;
        margin-bottom: 5px;
        padding: 0 10px;
        float: left;
        width: 50%;
    }

    .related_post_box:nth-child(even){
        clear: both;
    }
    .footer-about-section{
            padding: 5px 0px;
    }
    .iso_apk {
        margin-top: 0px;
        clear: both;
        text-align: center;
    }
    .social-icon ul{
        float: none;
    }
    .social-icon ul li{
        display: inline-block!important;
        height: 25px;
    }
    .social-icon ul li:first-child{
        height: 25px;
    }
    .single_social{
        float: left;
        margin-left: 0px;
        clear: both;
        margin-top: 10px;
        padding: 0px;
    }
    #st-1 .st-total > span{
            font-size: 20px!important;
    }
    .single_images img {
        width: 100%;
        padding:0px;
        background: #fff;
    }
    .breadcrumb{
        margin: 0px;
    }
    .archive_section{
        padding: 0 10px;
    }
    .map_country .liner{
        display: none;
    }
}

@media (max-width:767px) {
  .scroll-bar .row{
    padding: 0px;
  }
    .weather-sec{
        display: none;
    }
    .top_bar .date{
        font-size: 14px;
    }
    .social-media{
        margin-top: 10px;
    }
    body.single{
        overflow-x: hidden;
    }
    #navi {
        background: #ececec;
        margin-bottom: 10px;
        box-shadow: #3e3c3c 0px 6px 10px -5px;
        position: relative;
    }
    button.navbar-toggle{
            background-color: #ececec!important;
            border-color: #ececec!important;
    }
    body.archive{
        overflow-x: hidden;
    }
    .muslim_prayer_time{
      background-size: 44%;
      background-position: 0 30px;
    }
    .lead-right .leadnews.top_img{
        width: 48.5%;
        float: left;
        z-index: 999;
       margin-bottom: 10px;
    }
    .lead-right .leadnews.top_img:nth-child(odd){
        margin-left: 0px;
        margin-right: 10px;
    }
    .lead-right .leadnews.top_img:nth-child(even){
        margin-right: 0px;
    }
    
    .col-md-4.exclusive{
        width: 49.5%;
        float: left;
        z-index: 999;
       margin-bottom: 5px;
    }
    .col-md-4.exclusive .exclusive_cate .heading_03{
        margin-bottom: 0px;
    }
     .col-md-4.exclusive:last-child{
        display: none;
     }
    .col-md-4.exclusive:nth-child(odd){
        margin-left: 0px;
        margin-right: 2px;
    }
    .col-md-4.exclusive:nth-child(even){
        margin-right: 0px;
    }

    
    .col-md-3.image-mid{
            width: 50%;
            float: left;
            z-index: 999;
           margin-bottom: 5px;
        min-height: 180px!important;
        }

    .col-md-3.image-mid:nth-child(odd){
            margin-left: 0px;
            margin-right: 0px;
        }
     .col-md-3.image-mid:nth-child(even){
            margin-right: 0px;
            clear: both;
        }
      
    .image-mid {
        min-height: 195px;
    }

    .fvp-dynamic .fvp-actionicon{
        background-image: url(img/play-circle-128.png)!important;
        display: block;
        background-position: 50% 50%;
        background-size: 12%;
    }
    .fvp-dynamic .fvp-actionicon.play{
        background-image: url(img/hover2-play-circle-128.png)!important;
    }
    .recent.big_images img {
        max-height: 110px;
    }
    .leadnews.col-md-6{
        width: 50%;
        float: left;
        z-index: 999;
        margin-bottom: 5px;
    }
    .leadnews.col-md-6{
            width: 50%;
            float: left;
            z-index: 999;
            margin-bottom: 5px;
    }
    .leadnews.col-md-6:nth-child(odd){
            margin-left: 0px;
            margin-right: 0px;
        }
     .leadnews.col-md-6:nth-child(even){
            margin-right: 0px;
        }
    .images_title.col-md-3.post-img{
        width: 50%;
        float: left;
        z-index: 999;
        margin-bottom:0px;
        margin-top: 0;
    }
    .images_title.col-md-3.post-img .exclusive_cate {
        min-height: 200px!important;
        margin-bottom: 0px !important;
    }
    .images_title.col-md-3.post-img:nth-child(odd){
            margin-left: 0px;
            margin-right: 0px;
    }
     .images_title.col-md-3.post-img:nth-child(even){
            margin-right: 0px;
    }
    .video-gellary .col-md-6{
        width: 50%;
        float: left;
        z-index: 999;
        margin-bottom:0px;
        margin-top: 0;
    }
    .video-gellary .col-md-6:nth-child(odd){
            margin-left: 0px;
            margin-right: 0px;
    }
    .video-gellary .col-md-6:nth-child(even){
            margin-right: 0px;
    }

    .lead-left p{
        display: none;
    }
    .lead-left .heading_0.red{
        font-size: 16px!important;
        line-height: 23px!important;
    }
    .side-post-black{
        clear: both;
    }
    .logo{
        padding: 10px 10px 0px 0px;
        position: absolute;
        top: 177px;
        width: 48%;
        left: 95px;
        z-index: 9999;
        display: none;
    }
    .stiky_logo{
        position: absolute;
        top: 5px;
        width: 20%;
        left: 5px;

    }
    .single_social.last{
        margin-bottom: 10px;
    }
    #st-1 .st-total{
       padding-left: 0px!important;
    }
    #sizer .decrease{
        font-size: 20px;
        margin-right: 8px;
    }
    #sizer .increase{
        font-size: 20px;

    }
    .breadcrumb>li{
        font-size: 14px;
        line-height: 16px;
    }
    .navbar-toggle{
        margin-bottom: 5px!important;
        margin-right: 0px!important;
    }
    .form-control{
        float: left;
        width: 48%!important;
    }
    .related_post_title .bottom-exclusive{
        width: 95%;
    }
    #nav .navbar-default{display: block;position: relative;}
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ececec!important;
    }
    .navbar-default .navbar-toggle {
        border-color: #ececec!important;
    }
    button[aria-expanded="true"] .icon-bar{display: none;}
    button[aria-expanded="false"] .fa-close{display: none;}
    button[aria-expanded="true"] .fa-close{display: block!important;font-size: 20px;margin-top: -2px;}
    .inav {position:relative; margin-top:0; width:100%; border-top:0;display: none;} .inav #nav-icon { float:left; margin-left:0; color:#fff; width:100%; height:24px; background-color:#1d1d1d; background-image:url(images/nav_icon.png); background-repeat:no-repeat; background-position:20px 50%; padding:8px 0 10px; cursor: pointer; display: block; text-transform:uppercase; font-weight:normal; font-size:16px; line-height:26px; font-family: 'MuseoB', sans-serif; text-align:right;} 
    .inav #nav-icon span {display:block; padding:0 20px;} 
    .inav #nav-icon:hover, .inav #nav-icon.show { background-image:url(images/nav_icon_act.png); color:#99cc33;}
    
    .inav ul.menu {clear:both; border:0 none; position:absolute; top:42px; left:0 !important; right:0; z-index:99999; padding:5px; background-color:#fff; display:none; margin-left:0 !important; margin-top:0;}
    .inav ul.menu li {float:left; margin:0; padding:0; width:100%; background:none !important; border-bottom:1px solid #ececec; text-align:left;}
    .inav ul.menu li:last-child, .inav ul.menu li.last {border-bottom:0 none;}
    .inav ul.menu li a {display:block; background:none !important; padding:7px 8px 8px 10px !important; line-height:22px; font-size:14px; color:#333 !important; border: none; font-family: 'MuseoM', sans-serif; border-top:0 none !important; text-shadow:none; text-transform:uppercase; text-align:left; font-weight:normal !important;} .inav ul.menu li a span {border-right:0 none; padding:0 !important; font-size:inherit !important;}
    .inav ul.menu li a br, .inav ul.menu li .sf-sub-indicator, .inav span.up-indicator {display:none !important;} .inav ul.menu li li a {color:#333 !important;}
    .inav ul.menu li a:hover, .inav ul.menu li ul a:hover, .inav ul.menu li a:active, .inav ul.menu li ul a:active, .inav ul ul li a:hover, .inav ul.sub-menu > li.sfHover > a { color:#99cc33 !important; background:none !important;}
    .inav ul.sub-menu > li.current_page_item > a, .inav ul.sub-menu > li.current-page-ancestor > a, .inav ul.sub-menu > li.current-page-parent > a {color:#99cc33 !important;}
    .inav ul.menu li > ul.sub-menu:before { display:none;}
.inav ul ul, .inav ul.menu ul, .inav div.menu ul ul {box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;}
    
    .inav ul.menu ul {width:100%; position:static; visibility:visible !important; display: block !important; opacity:1 !important; background:inherit;border:0 none;margin:0; padding:0; border:0 none; left:0 !important; margin-left:0 !important;}   .inav ul.menu ul li {border-top:1px solid #ececec; border-left:0; border-right:0; border-bottom:0 none; width:100%;}
    .inav ul.menu ul li a {padding:7px 10px 6px 25px !important; font-size:13px; text-align:left;} 
    .inav ul.menu ul li ul li a {padding:7px 10px 6px 40px !important; font-size:15px; text-align:left;}
    .inav ul li.sfHover ul, .inav ul li:hover ul, .inav ul li.sfHover li.sfHover ul {top:inherit; left:inherit; margin-top:auto;}

.ytp-embed:not(.ad-showing) .ytp-title-text{
        display: none!important;
    }
    .ytp-title-text{
        display: none!important;
    }
    .single_contant{
        font-size: 16px;
        line-height: 28px;
    }
}






@media (max-width:520px) {
    .scroll-bar{
      margin-bottom: 7px;
    }
    .top_bar .date{
        font-size: 12px;
    }
    .top_bar .date .date-today{
        float: none;
    }
    .exclusive_cate {
        min-height: 170px!important;
    }
    .exclusive_cate.box-exclusive {
        min-height: 185px!important;
    }
    .col-md-4.exclusive:nth-child(odd){
        clear: both;
    }
    .right_section .heading_01{
        font-size: 22px!important;
        line-height: 26px;
    }
    h4.heading_04.sub_title{
        font-size: 16px;
    }
    .cat_single a{
        font-size: 14px;
    }
    .weather-sec{
        margin-top: -6px; 
        width: 12%;
    }
    .whtr tr td.tmp {
        font-size: 12px!important;
    }
    .whtr tr td.tmp small{
        font-size: 12px!important;
    }
    .ajax-calendar td, .ajax-calendar th {
        padding: 5px 14px!important;
    }
}

@media (max-width:479px) {
    .stiky_logo {
        position: absolute;
        top: 4px;
        width: 35%;
        left: 5px;
    }
}

@media (max-width: 320px){
    .breadcrumb>li {
        font-size: 12px;
        line-height: 16px;
    }
}

