:root{
	--container-sm: 540px;
	--container-md: 740px;
	--container-lg: 960px;
	--container-xl: 1140px;
	--container-xxl: 1400px;
	--grid-gutter-width: 40px;
	--el-spacing: 2rem;
	
	--font-size-base: 1rem;
	--fs-article-card-title-lg: 1.7rem;
	--fs-widget-art-list-title: calc(var(--font-size-base)*1.3);

	--light-h: 36;
    --light-s: 33%;
    --light-l: 97%;

	--light-color: hsl(var(--light-h),var(--light-s),var(--light-l));
	--line-height-base: 1;
	--line-height-xs: calc(var(--line-height-base) * 1.5);
	
}
/*********************===================theme-dark-mode==========*****************/
html.theme-dark-mode {
    --body-bg-l: 92%;
    --footer-bg-l: 92%;
    --light-h: 0;
    --light-s: 0%;
    --light-l: 88%;
    --dark-h: 0;
    --dark-s: 0%;
    --dark-l: 14%;
    --border-color: #d1d1d1;

    background-color: #141414;
    filter: invert(1);
}
html.theme-dark-mode img {
     filter: brightness(.8) invert(1); 
}
html.theme-dark-mode .news-site-banner {
    background:#191919;
    filter:invert(100%);
}
html.theme-dark-mode .news-site-logo {
    filter:brightness(100%) invert(100%);
}
html.theme-dark-mode .meta-category {
    filter: contrast(100%) invert(100%) hue-rotate(180deg);
}
html.theme-dark-mode a.meta-category__link, html.theme-dark-mode a.heading-title-link, html.theme-dark-mode a.btn-link, html.theme-dark-mode a.posted-on__updated, html.theme-dark-mode .entry-meta .author > a, html.theme-dark-mode a.unsubscribe {
    filter: hue-rotate(180deg);
}
html.theme-dark-mode .svq-progressive__placeholder-image>a:hover:before{
    background:rgba(255,255,255,0.1)
}
/**********************************/
body {
    font-family: 'Mukta', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
   
    font-size:var(--font-size-base);
    font-weight:var(--font-weight-normal);
    line-height:var(--line-height-base);
    color:var(--text-color);
    text-align:left;
    
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
.news-site-header .news-site-banner {
    background: #363b3f;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
@media (max-width: 1199px) and (min-width: 992px){
  .hidden-md {
      display: none!important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
      display: none!important;
  }
}
.news-site-logo {
    margin: 0;
    /*line-height: 55px;*/
    /*height: 55px;*/
}
.news-site-logo a {
     color: #b8bdc1; 
}
.main-navigation ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.main-menu-toggle {
    color: #b8bdc1 !important;
}
.navbar-toggler-icon {  
    color: #b8bdc1 !important;
  }
.main-menu-toggle .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(184,189,193, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
    .news-site-logo {
      /*text-align: center;*/
    }
    .main-navigation ul  {
        display: none!important;
    }
    .main-menu-toggle {
      /*position: absolute;
      top: 50%;
      margin-top: -12px;*/
      display: block;
      width: 24px;
      height: 24px;
    }
}
.main-navigation ul >li {
    float: left;
    padding: 0 15px;
    /*position: relative;*/
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
}
.main-navigation ul.menu > li > a{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.919rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.main-navigation ul li > a {
    color: #b8bdc1;
}
.main-navigation ul li>a {
    line-height: 55px;
}

/**news-section**/
.news-site-hr-list-wrap .cell_module_wrap {
    padding-bottom: 10px;
}
.cell_module_wrap:after {
    content: '';
    display: table;
    clear: both;
}
.site-title-md-text {
    font-weight: 500 !important;
    font-size:2rem;
}
.cell-module-container {
    flex-direction: row;
    border-color: #eaeaea !important;
    display: flex;
    position: relative;
}
.cell-image-container {
    flex: 0 0 42%;
    width: 42%;
    display: block;
    order: 0;
    position: relative;
    height: 100%;
}
.cell-module-thumb {
    position: relative;
    margin-bottom: 13px;
}
.cell-image-wrap {
    padding-bottom: 65%;
    display: block;
    position: relative;
}
.cell_module_flex .cell-thumb-css {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}
.cell-module-meta-info {
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-color: #eaeaea;
    line-height: 1;
}
.entry-title {
    margin: 0 0 20px;
    font-size: 24px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}
.cell-post-author-name {
    display: none;
}
.cell-post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.cell-post-category {
    margin: -2px 12px 0 0;
    padding: 4px 6px;
    display: inline-block;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1;
    background-color: #222;
    color: #fff;
    vertical-align: top;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    display: none;
}
.cell-module-comments {
    display: none;
}
.cell-excerpt {
    margin: 16px 0 0;
    column-count: 1;
    column-gap: 48px;
    font-size: 17px !important;
    line-height: 1.6 !important;
}
.cell-read-more {
    display: none;
}
@media (min-width: 992px){
    .news-site-hr-list-wrap .cell_module_wrap {
        padding-right: 20px;
    }
}
@media (max-width: 1140px) and (min-width: 1019px) {
    .cell-image-container {
        flex: 0 0 36%;
        width: 36%;
    }
    .cell-module-meta-info {
        padding: 0 0 0 30px;
    }
    .entry-title {
        margin: 0 0 16px;
        font-family: Heebo !important;
        font-size: 22px !important;
        line-height: 1.4 !important;
        font-weight: 500 !important;
    }
}
@media (max-width: 1018px) and (min-width: 768px) {
    .cell-image-container {
        flex: 0 0 36%;
        width: 36%;
    }
    .entry-title {
        margin: 0 0 14px;
        font-family: Heebo !important;
        font-size: 19px !important;
        line-height: 1.4 !important;
        font-weight: 500 !important;
    }
     .cell-module-meta-info {
        padding: 0 0 0 20px;
    }
    .cell-excerpt {
      display: none;
    }
}

@media (max-width: 767px) {
    .cell-module-container {
        flex-direction: column;
    }
    .cell-image-container {
        flex: 0 0 100%;
        width: 100%;
        display: block;
        order: 0;
    }
    .cell-module-meta-info {
        padding: 18px 0 0;
    }
    .entry-title {
        margin: 0 0 14px;
        font-family: Heebo !important;
        font-size: 21px !important;
        line-height: 1.4 !important;
        font-weight: 500 !important;
    }
}
.news-site-sidebar {
    margin-bottom: 12.5px;
}
.news-site-sidebar .entry-title {
    font-size: 17px !important;
}
.news-site-sidebar .cell-excerpt {
    display: none;
}
.row-break-news-module {
    padding-right: 0px !important;
}
.row-break-news-module .cell-module-container {
    display: flex;
    flex-direction: column;
    position: relative;
}
.row-break-news-module .cell-image-container {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
}
.row-break-news-module .cell-module-meta-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 20px;
}
.row-break-news-module .cell-excerpt {
    display: none;
}
.row-break-news-module .cell-module-thumb a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg,#000000,#000000 21%,rgba(0,0,0,0.25));
    background: linear-gradient(0deg,#000000,#000000 21%,rgba(0,0,0,0.25));
}
.row-break-news-module .cell-image-wrap {
    padding-bottom: 100%;
}
.row-break-news-module .entry-title {
    margin: 0 0 5px;
}
.cell-row-line:before, .cell-row-line:after {
    display: table;
    content: '';
}
.cell_separator {
    /* width: 100%; */
    align-items: center;
    margin-bottom: 38px;
    margin-top: 38px;
    padding-bottom: 10px;
}
.cell_separator span {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    border-top: 1px solid #e9e9e9;
}
.thumb-break-news-module .cell_module_wrap {
    padding-bottom: 10px;
}
.thumb-break-news-module .cell-module-container {
    flex-direction: column;
}
.thumb-break-news-module .cell-image-container {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
}
.thumb-break-news-module .cell-module-meta-info {
    width: 100%;
    padding: 0px 0 0 0;
}
.thumb-break-news-module  .entry-title {
    font-size: 17px !important;
}
.hide-cell-excerpt .cell-excerpt {
      display: none;
}
.thumb-one-three .cell-image-container {
    flex: 0 0 50%;
    width: 50%;
}
/**FOOTER**/
footer {
    background: #363b3f;
}
.footer {
    padding: 2em 0;
}
footer .footer ul.list-contact li {
    list-style: none;
    color:#fff;
    font-size: 18px;
    width: 90%;
    margin-top: 10px;
    border-bottom: 1px solid #545454;
    padding-bottom: 5px;
}
footer .footer ul.list-edt-info li {
    list-style: none;
    color:#fff;
}
footer .cell-image-wrap {
    padding-bottom: 24%;
}
footer .cell-image-container {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
}

/*page-container*/
.page-container {
    padding-top: 70px;
}