.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
.clear:after {
  clear: both; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 62.5%;
  background: radial-gradient(ellipse at center, #F7F6F0 0, #c2ba8c 80%, #b0a66b 100%);
}

body {
  font-family: 'Mukta';
  color: #444;
  transition: all .4s .3s ease-in;
  font-size: 17px;
}

body, html {
  min-height: 100vh;
  overflow: hidden; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: #2e93de;
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
h3{
  font-size: 20px;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.header .navbar-default {
  background: #85c227;
  border: 0;
  border-radius: 0; }
.header .navbar-default.affix {
  top: 0;
  width: 100%;
  z-index: 9999;}
.header .navbar-default .btn {
  margin-top: 8px;
  background: #1f1f1f;
  padding: 6px 20px;
  min-width: 1px;
  border-radius: 8px;
  color: #fff; }
/*.header .navbar-default .navbar-nav li{*/
  /*border-right: 1px solid #fff;*/
/*}*/
.header .navbar-default .navbar-nav a:hover{
  color: #fff;
  background: #d31718;
}
.header .navbar-default .navbar-nav a{
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.header .navbar-default .navbar-nav .active a {
  background: #dc3b1e;
  color: #fff;}

.logo {
  margin: -58px 0 0 -100px;
  position: absolute;
  top: 50%;
  left: 50%; }

.nav ul {
  list-style: none; }

body, html {
  height: auto;
  overflow: auto;
  min-height: auto; }

h1, h2, h3, h4, h5, h6 {
}

ul {
  padding: 0; }
ul li {
  list-style: none; }
.top-header ul{
  margin-top: 10px;
}
.top-header .navbar-brand{
  height: auto;
  float: none;
  widows: 100%;
  display: block;
}

.top-bar{
  font-size: 15px;
  color: #fff;
  background: #dc3b1e;
  padding: 10px 0px 0px 0px;
  margin-bottom: 5px;
}

.top-bar ul li a{
  color: #fff;
}

.top-advertisement{
  /*width: 100%;*/
  /*height: 130px;*/
  margin-bottom: 10px;
  margin-top: 18px;
}
.top-advertisement img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-header .btn{
  border: 1px solid #744cfa;
  border-radius: 20px;
  color: #744cfa;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  /* width: 10px; */
  min-width: 100px;
  padding: 9px 20px;
}
.top-header .btn.active{
  background: #744cfa;
  color: #fff;

}

.advertisement-wrap{
  margin-top: 5px;
  background: #fff;
}

.advertisement-fullwith .advertisement-wrap{
  width: 100%;
  height: auto;
}

.title-big{
  font-size: 56px;
  line-height: 1.5em;
  color: #2f95de;
  margin-bottom: 35px;
  font-weight: 700;
  text-align: center;
}
.home_main_news .news-section{
  background: #f3f3f3;
  padding: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 8px;
  text-align: center;
}
.home_main_news .img-wrap {
  height: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.home_main_news .img-wrap img{
  height: 100%;
  object-fit: cover;
  border-top: 6px solid #424040;
  width: 100%;
}
section{
  margin-bottom: 10px;
}
.three_column .add{
  height: 110px;
  margin-bottom: 5px;

}
.three_column .add img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin:0;
}
.three_column .content{
  width: 100%;
  display: table;
  clear: both;
  padding-bottom: 10px;
}
.three_column .content p{
  font-size: 16px;
  margin:0;
}
.three_column .news-head a{
  font-size: 17px;
  line-height: 28px;
  color: #424040;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}
.three_column .news-wrap{
  box-shadow: 1px 1px 7px #ccc;
  padding: 10px;
  margin-bottom: 5px;
  height: 660px;
  overflow: hidden;
}
.three_column  .news-wrap .title{
  font-size: 26px;
  color: #d31718;
  border-bottom: 2px solid #d31718;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}
.three_column img{
  width: 132px;
  height: 85px;
  object-fit: contain;
  float: left;
  margin-right: 10px;
}
.three_column ul li{
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}
.list-dot h3{
  margin-top: 5px;
  margin-bottom: 5px;
}
.list-dot a{
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.list-dot a:before{
  content: "\f111";
  font: normal normal normal 10px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 7px;
}
.tab-wrap{
  background: #424040;
  padding-top: 10px;
  margin-bottom: 5px;
}
.tab-wrap .nav{
  padding:0 10px;
}
.tab-wrap .nav li{
  padding: 0;
  width: auto;
}
.tab-wrap .nav li a{
  color: #fff;
}
.tab-wrap .nav li a:hover{
  color: #069;
  background: #f3f3f3;
}
.tab-wrap .nav li.active a{
  color: #069;
  background: #f3f3f3;
  border-color: #f3f3f3;
  box-shadow: none;
}
.tab-wrap .tab-content{
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  padding:0 10px;
  height: 600px;
  overflow: hidden;
}
.tab-wrap ul li{
  padding:18px 40px 10px 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.tab-wrap ul li span{
  position: absolute;
  right: 6px;
  top: 10px;
  color: #868686;
  font-size: 35px;
  font-weight: 600;
}
.tab-wrap ul li a{
  line-height: 28px;
}
.recent_aantarbarta, .news_detail {
  margin-bottom: 20px;
}
.recent_aantarbarta .img-wrap,
.news_detail .img-wrap{
  background: #f3f3f3;
  padding: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.news_detail  h3{
  font-size: 42px;
  color: #2f95de;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 15px;
}
.news_detail  h4{
  font-size: 21px;
  color: #949494;
  margin-bottom: 15px;
}
.news_detail  p span{
  /*font-size: 14px;*/
  color: #424040;
}
.video .antarbarta_column{
  margin-bottom: 20px;
  background: #424040;
  padding-top: 10px;
  min-height: 210px;
}
.video .antarbarta_column h3 a,
.video .antarbarta_column h3{
  color: #fff;
  margin-top: 12px;
}

.antarbarta_column .img-wrap{
  height: 130px;
  width: 100%;
  /*background: #f3f3f3;*/
}
.antarbarta_column .img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.title{
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
}
.title_big a{
  font-size: 29px;
  line-height: 30px;
  font-weight: 600;
}
.aantarbarta{
  margin-bottom: 20px;
}
.aantarbarta .title{
  font-size: 18px;
  color: #fff;
  background: #424040;
  display: inline-block;
  padding: 6px 10px;
}
.aantarbarta .owl-item .img-wrap{
  height: 162px;
  background: #f3f3f3;
  margin-bottom: 10px;
}
.aantarbarta .owl-item .img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aantarbarta .owl-item p{
  font-size: 15px;
  text-align: center;
}
.sidebar-add{
  margin-bottom: 10px;
  text-align: center;
}
.sidebarbig-add{
  height: 670px;
  margin-bottom: 10px;
  background: #f3f3f3;
}
.sidebarbig-add img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar-news{
  background: #f3f3f3;
  height: 660px;
  overflow: hidden;
}
.sidebar-news .title-bg{
  font-size:21px;
  color: #fff;
  background: #424040;
  padding: 10px;
  margin:0;
}
.sidebar-news .news-head{
  margin: 5px 0;
}
.sidebar-news .content{
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.sidebar-news .content p{

}
.sidebar-news .content .img-wrap{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.sidebar-news .content .img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-news-block .container-wrap{
  background: #f3f3f3;
  padding: 0 15px;
}
.video h3 a{
  font-size: 17px;
}
.video iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

.bignews_slider .flexslider .slides img{
  height: 500px;
  object-fit: cover;
}
.bignews_slider .flexslider .slides li{
  position: relative;
}
.bignews_slider .flexslider .slides .flex-caption{
  color: #fff;
  position: absolute;
  width: 33%;
  right: 0;
  background: #7d77779c;
  top: 0;
  height: 500px;
  padding: 20px 45px 20px 20px;
  display: table;
}
.bignews_slider .flexslider .slides .flex-caption .detail{
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}
.flex-caption h4{
  font-size: 32px;
  margin-bottom: 15px;
  text-align: justify;
}
.flex-direction-nav a{
  font-size: 32px;
  opacity: 1;
  background: #fff;
}
.flex-direction-nav a:before{
  content: "\f053";
  font: normal normal normal 36px/1 FontAwesome;
}
.flex-direction-nav a.flex-next:before{
  content: "\f054";
  font: normal normal normal 36px/1 FontAwesome;
}
.flex-direction-nav .flex-next{
  right: 0;
}
.flex-direction-nav .flex-prev{
  left: 0;
}
.flex-control-nav{
  display: none;
}

footer{
  background: #2f95de;
  color: #fff;
  margin-top: 25px;
  padding: 10px;
}
footer h3{
  font-size: 17px;
}
footer h4{
  font-size: 15px;
}
.owner p, .address p{
  font-size: 16px;
}
footer ul li{
  list-style-type: square;
}
footer ul li a{
  font-size: 16px;
  /*color: #fff;*/
}
footer .quick-links{
  margin-left: 20px;
}
.foot-logo{
  margin-bottom: 30px;
}
.foot-logo img{
  width: 150px;
  margin-top: 10px;
}
.foot-social ul li a{
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.address{
  margin-bottom: 30px;
}
.address .fa{
  font-size: 16px;
  margin-right: 10px;
}
.foot-ul{
  width: 48%;
  display: inline-block;
  padding-right: 10px;
}

.news_detail p img{
  margin:30px 0;
}


#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-nav{
  position: absolute;
  top: -24px;
  right: 0;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
  overflow: hidden;
  margin: 0 2px;
}
.owl-carousel .owl-nav .owl-prev:after{
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #424040;
  color: #fff;
  text-align: center;
}

.owl-carousel .owl-nav .owl-next:after{
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #424040;
  color: #fff;
  text-align: center;
}
.news-list li{
  border-bottom: 1px solid #ccc;
  display: table;
  clear: both;
  width: 100%;
  padding: 20px 0;
}

.news-list li .img-wrap{
  width: 230px;
  float: left;
  margin-right: 20px;
}
.news-list li p{
  font-size: 15px;
}
.news-list li p span{
  font-size: 13px;
  color: #424040;
}

@media (max-width: 768px){
  .title-big{
    font-size: 30px;
    line-height: auto;
  }
  .top-header .navbar-brand{
    text-align: center;
    padding:0;
  }
  .top-header .navbar-brand img{
    width: 200px;
    display: inline-block;
  }
  .three_column .news-wrap, .sidebar-news, .tab-wrap .tab-content{
    height: auto;
  }

  .antarbarta_column .img-wrap, .antarbarta_column .img-wrap{
    background: none;
  }
  .home_main_news .img-wrap img{
    height: auto;
  }
  .home_main_news .img-wrap{
    height: auto;
  }
  .img-related-wrap{
    height: auto;
  }
  .copyright{
    text-align: center;
  }
  .poweredby{
    text-align: center;
  }
  .datetime-header{
    text-align: center;
  }
  .social-icons{
    text-align: center;
  }
  .advertisement-fullwith .advertisement-wrap {
    height: auto;
  }
  .advertisement-wrap img {
    object-fit: contain;
  }
}


.navbar{
  margin-bottom: 5px;
}

hr {
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  border: 0;
  border-top: 1px solid #eee;
}

.bottom {
  color: #FFFFFF;
  background: #dc3b1e;
  padding: 10px 0px 0px 0px;
}

.poweredby a{
  color: #fff;
}

.poweredby a:hover {
  color: #fff;
}
.flexslider{
  margin-bottom: 5px;
}
.full-news-block .title{
  font-size: 18px;
  /* padding-top: 30px; */
  display: inline-block;
  background: #424040;
  color: #fff;
  padding: 5px 10px;
  margin-top: 0;
  margin-bottom: 28px;
}
.full-news-block h3{
  font-size: 20px;
  margin-top: 10px;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(214, 16, 16, 0.78);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #424040;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.calendar{
  width: 65px;
  float: left;
  height: 66px;
  text-align: center;
  color: #bd2126;
  /*background: #feffff;*/
  margin-right: 10px;
  margin-top: 5px;
}

.calendar .month {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.calendar .day {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 0.5;
}

.news-highlight span{
  padding: 5px 15px;
  background: #d3381c;
  color: #FFF;
  margin: 0 auto;
}

.padding-5{
  padding-right:5px;
  padding-left:5px;
}

.related-news h3{
  font-weight: 700;
  font-size: 24px;
}

.related-news h4{
  font-size: 18px;
}

.row-wrap{
  float: left;
  padding: 0 11px;
}

.row-wrap .col-sm-6, .row-wrap .col-sm-3 {
  padding: 0 5px;
}

.national-bank .title{
  font-size: 18px;
  color: #fff;
  background: #424040;
  display: inline-block;
  padding: 6px 10px;
}

.navbar-form{
  margin-bottom: 3px;
  margin-top: -6px;
}

.datetime-header{
  margin-top: 3px;
  font-weight: bold;
}

.list-title{
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
  color: #85c227;
}

.navbar-brand{
  padding: 15px 0px;
}

.navbar-collapse{
  padding: 0px;
}

.img-related-wrap{
  height: 125px;
}

.news-content p {
  font-size: 22px!important;
  line-height: 170%!important;
  font-weight: 400;
  margin: 0 0 1.04em;
  text-align: justify;
}

.news-content-ad{
  margin-bottom: 10px;
}

.news-content-start-ad{
  width: 300px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.trending {
  width: 100%;
  background: #e9eff5;
  border-bottom: 1px solid #cbd1d7;
  height: auto;
  padding: 9px 0px 0px 18px;
  margin-bottom: 5px;
}

.header-logo img{
  width: 193px;
  height: 80px;
  object-fit: contain;
}

.dropdown-menu{
  background-color: #ec4020;
}

.strip_header{
  background-color: #424040;
}

.section_latest_slide .latest_slide_title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #e9eff5;
  color: #2e93de;
}

.section_latest_slide .latest_slide_title .title {
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}

.section_latest_slide .latest_slide_content {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}

.section_latest_slide .latest_slide_content marquee {
  display: block;
  vertical-align: top;
}

.section_latest_slide .latest_slide_content a {
  color: #000;
  margin: 0 0px 0 0;
  text-align: center;
  font-size: 18px;
}

.quick-links li a {
  color: #fff;
}

.section_latest_slide .epaper_link{
  background: #393846;
  border-radius: 25px;
}