



body {
  font-family: 'Mukta';
  color: #444;
  font-size: 19px;
}


/*! 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: #1f274b;
  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; }
 



  .top-social {
    background: #1f274b;
    color: #fff;
    padding-top: 5px;
}
.top-social p{
  margin-bottom: 0;
  font-size: 12px;
}
.top-social ul{
  margin-bottom: 0;

}
.top-social ul li{
      line-height: 16px;
    vertical-align: top;
}
.top-social ul li a{
  color: #fff;
  font-size: 12px;
}
.top-header {
       background: #fff;
       padding: 20px 0; 
}
.top-header .advertisement-wrap,
.top-header p{
  margin:0;
}

.header .navbar-default {
    background: #1a5fa6;
    border: 0;
    border-radius: 0; 
    text-align: center;}
  .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-collapse{
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
      
    }
    .header .navbar-default .navbar-nav {
      float: none;
    }
    .header .navbar-default .navbar-nav li a{
      padding: 15px 12px;
      color: #fff;
    }
    .header .navbar-default .navbar-nav a:hover{
          color: #f7ff00;
        background: none;
    }
    .header .navbar-default .navbar-nav a{
      font-size: 17px;
      text-transform: uppercase;
      font-weight: 500;
      color: #fff;
    }
  .header .navbar-default .navbar-nav .active a {
            background: none;
    color: #000;}
    .header .navbar-default .navbar-nav li.dropdown:hover .dropdown-menu{
      display: block;
    }
    .header .navbar-default .navbar-nav li.dropdown .dropdown-menu li a{
      border-bottom: 1px solid #eaeaea;
      padding:10px 15px;
      color: #000;
    }
    .header .navbar-default .navbar-nav li.dropdown .dropdown-menu li:last-child a{
      border: 0;
    }

.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;
      background: #f5f5f5; }

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: inline-block;
      padding: 0;
    }
    .top-header .navbar-brand img{
      width: 200px;
    }
  
    .top-bar{
      font-size: 15px;
      color: #fff;
      background: #d21617;
      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-fullwith .advertisement-wrap{
    width: 100%;

  }

  .title-big{
    font-size: 50px;
    line-height: 1.5em;
    color: #1f274b;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
  }
  .home_main_news .news-section{
    background: #ffffff;
    padding: 10px;
    border: 1px solid #e6e6e6;
    margin:0;
    margin-bottom: 20px;
    text-align: center;
  }
  .home_main_news .news-section .block-title{
    font-size: 25px;
    background: #f00;
    padding: 7px 20px;
    display: inline-block;
    color: #fff;
    margin-top: 25px;
  }
  .home_main_news .img-wrap {
    height: 350px;
    width: 100%;
    margin-bottom: 30px;
  }
.home_main_news .img-wrap img{
     height: 100%;
    object-fit: contain;
    /*border-top: 6px solid #dd3333;*/
    width: auto;
}
.home_main_news .three_column{
  margin-bottom: 10px;
  background: #fff;
  padding: 40px 20px;
}
.home_main_news .three_column .news-wrap{
  box-shadow: none;
  margin-bottom: 0;
}
.home_main_news .three_column .background{
      background: #fff6f5;
      padding: 20px;
}
.home_main_news .three_column .img-wrap{
  height: 180px;
}

/*.home_main_news .three_column .img-wrap{
  width: auto;
  height: auto;
  float: left;
  margin:0;
}*/

/*.home_main_news .three_column img{
  width: 132px;
}*/
.side-list-news li{
  width: 100%;
  display: table;
  clear: both;
  border-bottom: 1px solid #afafaf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.side-list-news li .img-wrap{
  width: 30%;
  float: left;
  height: 110px;
  margin-bottom: 0;
}
.side-list-news li .img-wrap img{
  border: 0;
}
.side-list-news li h3{
  width: 65%;
  display: inline-block;
  text-align: left;
}
.side-list-news li h3 a{
      color: #d33;
      font-weight: bold;
}
.headline{
      background: #f1f1f1;
    padding: 25px 0;
    text-align: center;
}
.headline .title{
  float: left;
  background: #0297ca;
    color: #fff;
    padding: 10px 20px;
    margin: 0;
}
.headline-wrap{
  background: #fff;
  padding: 20px 10px;
      width: 100%;
    display: table;
    clear: both;
}
.headline-wrap .row{
      display: flex;
    flex-wrap: wrap;
}
.headline-wrap .img-wrap{
  height: 175px;
}
.headline-wrap .img-wrap img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.headline-wrap .col-sm-4{
  margin-bottom: 30px;
}
section{
  padding: 10px 0;
}
.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: 18px;
    line-height: 28px;
    color: #1f274b;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}
.three_column .news-wrap,
.home_main_news .news-wrap{
  /*box-shadow: 1px 1px 7px #ccc;*/
  padding: 10px;
  margin-bottom: 40px;
  height: 660px;
  overflow: hidden;
      background: #fff;
}
.home_main_news .news-wrap{
  height: auto;
}
/*.home_main_news .img-wrap{*/
  /*height: auto;*/
/*}*/
.home_main_news .img-wrap.feature-big-img{
  height: 420px;
}
.home_main_news .three_column .img-wrap.feature-big-img{
  height: auto;
}
.home_main_news .content-wrap{
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.home_main_news .two-cols-grid{
  background: #fff;
      box-shadow: 1px 1px 7px #ccc;
    padding: 30px 10px;
    margin-bottom: 20px;
}
.home_main_news .two-cols-grid .content-wrap{
  border: 0;
      height: 150px;
    float: left;
    overflow: hidden;
}
.home_main_news .content-wrap .feature-big-img.img-wrap{
  width: 150px;
  height: 100px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.home_main_news .content-wrap .feature-big-img.img-wrap img{
  object-fit: cover;
}
.home_main_news .content-wrap .news-head{
  width: calc(100% - 160px);
  display: inline-block;
  padding-left: 20px;
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.background-lightnews{
      background: #fff4f4;
    padding: 20px;
}
.background-lightnews h3{
  font-weight:  600;
}

.three_column  .news-wrap .title{
     font-size: 26px;
   color: #1f274b;
    border-bottom: 2px solid #1f274b;
    padding-bottom: 10px;
    margin-top: 5px;
}
.three_column img{
  width: 132px;
    object-fit: contain;
    float: left;
    margin-right: 10px;
}
.three_column .feature-small-img img{
  width: 80px;
}
.three_column .feature-small-img .news-head a{
  font-size: 16px;
}
.three_column .feature-big-img img{
  width: 100%;
    float: none;
    margin: 0 0 30px 0;
    height: 200px;
}
.three_column .content-wrap{
  margin-bottom: 10px;
    border-bottom: 1px solid #ccc;

}
.three_column .content-wrap .feature-big-img img{
  height: 150px;
}
.three_column .content-wrap .news-head.big a{
  font-size: 17px;
}
.three_column .news-head{
  margin: 0;
}
.three_column .news-head.big a{
  font-size: 21px;
}

.three_column .big-img img{
      width: 100%;
    float: none;
    margin: 0 0 30px 0;
        height: 300px;
}
.three_column ul li{
  border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;
}
.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: #e03c1e;
  padding-top: 10px;
  margin-bottom: 5px;
}
.tab-wrap.scrollable{
  margin-bottom: 15px;
}
.tab-wrap.scrollable .tab-content{
  height: auto;
}
.tab-wrap.scrollable .tab-content ul li{
  padding: 15px 0px;
}
.tab-wrap .nav{
  padding:0 10px;
}
.tab-wrap .nav li{
  padding: 0;
}
.tab-wrap .nav li a{
  color: #222;
}
.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: #fff;
    border: 1px solid #e6e6e6;
  padding:0 10px;
  height: 600px;
  overflow: hidden;
}
.tab-wrap ul li{
  padding:10px 40px 10px 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
      text-align: left;
}
.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;
  background: #fff;
    padding: 20px;
}
.recent_aantarbarta .img-wrap,
.news_detail .img-wrap{
  background: #ffffff;
  padding: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 35px;
}
.news_detail  h3{
    font-size: 36px;
    color: #1a5ea5;
    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: #8593d6;
}
.video .antarbarta_column{
      margin-bottom: 20px;
    padding-top: 10px;
}
.video .antarbarta_column h3 a,
.video .antarbarta_column h3{
  color: #1f274b;
  margin-top: 12px;
}

.antarbarta_column .img-wrap{
  height: 162px;
  width: 100%;
  background: #f3f3f3;
}
.antarbarta_column .img-wrap img{
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
 .title{
   color: #1a5fa7;
    font-size: 29px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
        padding-bottom: 20px;
    border-bottom: 1px solid #e03c1e;
}
.title_big a{
      font-size: 29px;
    line-height: 30px;
    font-weight: 600;
}
.aantarbarta{
  margin-bottom: 20px;
    background: #fff;
    padding: 20px;
}
.aantarbarta .title{
 f/*ont-size: 18px;
    color: #fff;
    background: #1f274b;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;*/
}
.aantarbarta .owl-item .img-wrap{
  height: 250px;
  background: #f3f3f3;
  margin-bottom: 10px;
  position: relative;
}
.aantarbarta .owl-item h3{
  font-weight: 600;
  line-height: 27px;
}
.img-wrap{
  position: relative;
}
 .img-wrap a{
  position: absolute;
  right: 0;
  bottom: 30px;
  background: #f00;
  padding: 5px 10px;
  font-size: 21px;
  color: #fff;
}
.img-wrap .imglink{
  position: relative;
  right: auto;
  bottom: auto;
  background: none;
  padding: 0;
}
.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;
}
.sidebar-add img{
  width: 100%;
  float: none;
}
.sidebarbig-add{
  height: 670px;
  margin-bottom: 10px;
  background: #f3f3f3;
}
.sidebarbig-add img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar-news{
  background: #f6fcfa;
  height: 660px;
  overflow: hidden;
}
.sidebar-news .title-bg{
  font-size:21px;
  color: #fff;
  background: #0297ca;
  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: #d0dede;
  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: #212121cf;
    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: #0297ca;
  color: #fff;
  /*padding: 40px 0;*/
}
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 #0297ca;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #028dc3;
}
.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: -65px;
    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: #ff0400;
      position: absolute;
      left: 0;
      top: 0;
    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;
      position: absolute;
      left: 0;
      top: 0;
          background: #ff0400;
    color: #fff;
    text-align: center;
}
.news-list{
  margin-bottom: 30px;
}
.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: #bdbdbd;
}
.trending-news ul{
  width: 100%;
  display: table;
  clear: both;
}
.trending-news ul li{
   margin-bottom: 30px;
}
.trending-news.col ul li{
  width: 50%;
  float: left;
 
}
.trending-news ul li span{
      width: 100px;
    height: 100px;
    line-height: 100px;
    float: left;
    background: #0e5dae;
    margin-right: 20px;
    font-size: 78px;
    color: #fff;
    text-align: center;
}
.trending-news.col ul li a{
  font-size: 21px;
}
.trending-news ul li a{
  font-size: 16px;
  font-weight: bold;
}
.sambandhit-news, .trending-news{
  padding: 20px 0;
}
.sambandhit-news .col-sm-4{
  margin-bottom: 30px;
}



.navbar{
  margin-bottom: 5px;
  left: 0;
}

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

footer .bottom {
  color: #FFFFFF;
  background: #f73c39;
  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: #027b4d;
    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: rgb(247, 60, 57);
  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: rgb(41, 105, 65);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.calendar{
  float: left;
  margin-right: 24px;
  font-size: 23px;
}

.news-highlight span{
  padding: 5px 15px;
  background: #f73c39;
  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 {
  padding: 0 5px;
}

.national-bank .title{
  font-size: 18px;
  color: #fff;
  background: #00a969;
  display: inline-block;
  padding: 6px 10px;
}
.title.background{
      display: inline-block;
    background: #1f274b;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
}
.antarbarta_column .img-wrap {
    position: relative;
    margin-bottom: 20px;
}
.antarbarta_column .position{
  position: absolute;
    bottom: 0;
    background: #00000047;
    color: #fff;
    margin: 0;
    width: 100%;
    padding: 20px 10px;
}
.antarbarta_column .position a{
  font-size: 18px;
  color: #fff;
}
.multiple-col-news{
  
}
.multiple-col-news .news-wrpa{
      border: 1px solid #ececec;
      padding: 0 10px;
      text-align: center;
          background: #fff;
}

.multiple-col-news .news-wrpa ul li{
  border-bottom: 1px solid #ececec;
  padding: 10px 0;

}
.multiple-col-news .news-wrpa ul li a{
  font-size: 20px;
}
.antarbarta-wrap, .blocklist-newswrap, .video-wrap {
    margin: 0;
    background: #fff;
    padding: 20px 0;
}
.trending-news, .antarbarta-wrap-inner{
  padding: 20px;
  background: #fff;
  margin:0;
  margin-bottom: 30px;
}

/*added style*/
.sidebar-story{
  background-color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
.sidebar-story .story-title{
  
    color: #858585;
    font-weight: 400;
}
.sidebar-story .story__heading{
  line-height: 25px;
}
.sidebar-story .story__heading a{
  font-size: 20px;
  color: #000;
}
.sidebar-story img{
  margin-bottom: 20px;
}
.top-right-news .single-news-bigimg h2{
  line-height: 27px;
}
.top-right-news .single-news-bigimg, .sidebar-advertisementfull{
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.top-right-news .single-news-bigimg h2 a{
  font-size: 23px;
}
.top-right-news .single-news-bigimg .img-wrap{
  height: 135px;
  margin-bottom: 20px;
}
.top-right-news .single-news-bigimg  p span{
  font-size: 13px;
}

.top-right-news .single-news-bigimg .news-story{
      width: calc(100% - 70px);
    display: inline-block;
}
.top-right-news .single-news-bigimg .img-thumbnail{
  width: 65px;
  padding:0;
  vertical-align: top;
}
.sidebar-thumnail-news{

}
.home_main_news .headline-wrap .img-wrap{
  height: 160px;
}
.home_main_news .news-wrap{
  background: #fff;
}
.home_main_news .news-wrap.background{
  background: #f2f2f2;
  min-height: 400px;
}

.home_main_news .news-wrap .img-wrap-sm{
  height: 200px;
}
.home_main_news .news-wrap .img-wrap-smimg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home_main_news .news-wrap .img-wrap-sm a{
  right: auto;
  left: 0;
  bottom: -8px;
}
.home_main_news .news-wrap .circle{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
}
.home_main_news .news-wrap .circle img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.circle-wrap{
      background: #fff4f4;
    padding: 20px;
}
.circle-wrap h3{
  font-weight: 600;
  margin-bottom: 15px;
}
.circle-wrap p{
  font-size: 16px;
}

.news-head.big{
  font-size: 27px;
  font-weight: 600;
}

.small-thumbnail .col-md-6 {
  margin-bottom: 20px;
}
.small-thumbnail .col-sm-6{
  margin-bottom: 20px;
}
.small-thumbnail .img-wrap{
  height: 100px;
  margin-bottom: 15px;
}
.small-thumbnail .img-wrap img {
    width: 100%;
    object-fit: cover;
}
.small-thumbnail .news-head.big {
    font-size: 20px;
    line-height: 25px;

}

.home_main_news .tab-wrap .tab-content{
  height: auto;
  background: #fff;
}
.advertisement-wrap{
  margin-bottom: 10px;
}
.photo-gallery ul li{
  width: 30%;
  height: 200px;
  display: inline-block;
  margin: 0 10px 10px 10px;
}
.photo-gallery ul li a{
  display: inline-block;
      height: 100%;
}

.photo-gallery ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-section{
  color: #fff;
  background: #1968fd;
}
.footer-section a{
  color: #fff;
}
.footer-section .background{
  /*background: #f1f1f1;*/
  width: 100%;
  padding: 10px 0px 0px 10px;
}
.footer-section h1{
  margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 25px;
    background: #028dc3;
    text-align: center;
    padding: 10px;
}
.footer-section h2{
      margin: 0 0 5px 0;
    font-size: 20px;
}
.footer-section ul{
  margin-bottom: 20px;
}
.footer-section ul li{
  /*color: #e03c1e;*/
}
.footer-section .footer-info{
  background: #028dc3;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.powerby{
  background: #e03c1e;
  color: #fff;
  text-align: left;
}
.time{
  margin-top: 20px;
  font-weight: 13px;
}
.default-title{
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
}
.white{
  background: #fff;
}
.cartoon-small{
  margin-bottom: 30px;
}
.cartoon-small img{
  width: 100%;
  height: 140px;
  margin:0;
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  object-fit: cover;
}
.cartoon-small .time{
  margin-top: 10px;
}
.cartoon-big img{
     height: 490px;
    width: 100%;
    margin: 0;
    object-fit: cover;
}

.team-members li h3{
  color: #fff;
}

.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover{
      background-color: #1968fd;
    border-color: #1968fd;
}

li.nav-english{
  background-color: #e03c1e;
}

@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;
        height: auto;
  }
  .home_main_news .img-wrap img, .small-thumbnail .img-wrap{
   height: auto; 
  }
  .home_main_news .img-wrap{
    height: auto;
  }
  .bignews_slider .flexslider .slides img{
    height: auto;
  }.bignews_slider .flexslider .slides .flex-caption{
    display: none;
  }
 .img-wrap,
 .img-wrap img{
    height: auto !important;
  }
  .news-wrap .row .col-sm-12,
  .headline-wrap .row .col-sm-12,
  .antarbarta-wrap .col-sm-12{
    margin-bottom: 20px;
  }
  .home_main_news .content-wrap .feature-big-img.img-wrap,
  .home_main_news .content-wrap .news-head{
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .circle-wrap{
    margin-bottom: 20px;
  }

}
@media (max-width: 991px){
  .cartoon-small img,
  .cartoon-big img{
    height: auto;
    margin-bottom: 10px;
  }
  .three_column .news-wrap, .home_main_news .news-wrap{
    margin-bottom: 10px;
  }
  .home_main_news .news-wrap .img-wrap-sm,
  .small-thumbnail .img-wrap,
  .home_main_news .three_column .img-wrap{
    height: auto;
  }
  .three_column .news-wrap, .home_main_news .news-wrap{
    height: auto;

  }
  .home_main_news .three_column{
    padding: 20px;
  }
}