/*
Theme Name: Bangladesh Bela
Author: osmansorkar
Author URI: https://fb.me/satejitbd
Description:satejit is a clean, creative and custom panel ready responsive newspaper theme supporting header logo. It integrates primary color option, custom background, custom css and few other features through WordPress customizer. The theme is translation ready and you can get free support.

Version: 1.0
License: GNU General Public License v2 or later
License URI: license.txt
Tags: responsive-layout,Blue, White, Black, one-column, two-columns, right-sidebar, custom-background, custom-menu, full-width-template, post-formats,translation-ready, theme-options, custom-colors,fluid-layout
Text Domain:  dikdiganta

©2020 osmansorkar, satejit.com

Dik Diganta WordPress Theme, Copyright 2023 satejit.com
Dik Diganta is distributed under the terms of the GNU GPL b
*/
/*** social color **/



body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif Bengali', serif;
  font-size: 18px;
}

body a {
  color: #000000;
  text-decoration: none;
}

body a:hover,
a:hover .title25,
a:hover .title22,
.trading-now ul li a:hover {
  color: #3080DE;
  text-decoration: none;
}

a:focus {
  text-decoration: none !important;
}


/* Font Section global */

.title25 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

.title22 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.newboxtitle {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.title-aria-glob a,
.newboxtitle,
.title-aria a {
  border-bottom: 2px solid #ccc;
  display: block;
}

/*
Top bar
*/
.top-bar {
  padding: 20px 0;
  background: #fff;
}

.top-bar .logo {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  background: #ffffff;
  padding: 0 10px;
}

.top-bar .logo img {
  width: 100%;
  height: 62px;
  display: block;
}

.top-bar .logo strong {
  text-align: center;
  display: block;
  opacity: 0;
  position: absolute;
  color: #000;
  top: 0px;
  left: 0px;
  width: 100%;
  line-height: 70px;
  z-index: 0;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 300;
}

/************ Top Header  *************/

.all-button {
  cursor: pointer;
  color: #000000;
  font-size: 18px;
}

.all-button.open i::before {
  content: "";
}

.round-icon div {
  width: 32px;
  height: 32px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.day_night_swich {
  cursor: pointer;
}

.day_night_swich_body div {
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFF;
  width: 45px;
  height: 20px;
  position: relative;
}

.day_night_swich_body.active div {
  border: 1px solid #000;
  background: #D9D9D9;
}

.day_night_swich_body svg {
  position: absolute;
  top: 1px;
  left: 1px;
  fill: #F05E01;
}

.day_night_swich_body.active svg {
  position: absolute;
  top: 1px;
  right: 1px;
  left: inherit;
  fill: #000;
}

.top-bar .desc {
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.top-bar .desc span {
  display: block;
}


/* Search Form  */
.nav-search-form {
  position: absolute;
  left: 12px;
  padding-top: 10px;
}

.nav-search-form .search-form {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  background: #D9D9D9;
  padding: 6px;
}

.nav-search-form .search-submit {
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center;
  border: none;
  color: #231F20;
  display: block;
  cursor: pointer;
  background: #D9D9D9;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin-left: 10px;
}

.nav-search-form .search-field {
  border-radius: 4px;
  padding: 5px;
  line-height: 38px;
  background: #ffffff;
  display: inline-block;
  border: none;
  padding: 0 15px;
  font-size: 16px;
  width: 250px;
  transition: all .5s;
}

.nav-search-form:hover .search-field {
  width: 643px;
}


.top-right-nav {
  padding-top: 24px;
}

.top-right-nav ul {
  display: flex;
  list-style: none;
  justify-content: right;
  gap: 24px;
  margin: 0;
}

.top-right-nav a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}


/* Social Media  */


.social-media .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: end;
}



.social-media .social li {
  display: inline-block;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media .social li a {
  display: block;
  line-height: 20px;
  height: 20px;
  color: #000;
  font-size: 20px;
  transition: all .5s;
}

.social-media .social li:hover a {
  color: #A0A0A0;
}

.top-bar p {
  margin: 0;
}



/* .social-media .social li.fb:hover a {
  color: #0d9ed1;
}

.social-media .social li.tw:hover a {
  color: #00A8EF;
}

.social-media .social li.li:hover a {
  color: deeppink;
}

.social-media .social li.yo:hover a {
  color: #ea1919;
} */





/*********** navigation-bar********/

.main-nav-bar {
  border-top: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.hstricky {
  margin-bottom: 115px;
}

.stricky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-top: 0 !important;
}

.navigation {
  background: #fff
}


#main-nav {
  margin-right: 83px;
}

#main-nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 45px;
}

#main-nav ul.menu ul {
  margin: 0;
  padding: 0;
}

#main-nav ul.menu>li.menu-item-has-children {
  padding-right: 20px;
}

#main-nav ul.menu>li.menu-item-has-children:after {
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

#main-nav ul.menu>li.menu-item-has-children:hover:after {
  content: "";
  top: 12px;
}

#main-nav ul.menu li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

#main-nav ul.menu li a {
  text-decoration: none;
  color: #000000;
  padding: 3px 12px 0 12px;
  display: block;
  font-size: 22px;
  line-height: 37px;
  font-weight: 400;
}

#main-nav ul.menu li>ul {
  z-index: 999999999;
  display: none;
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 100%;
  width: 260px;
  border-bottom: 2px solid #be1e2d;
}

#main-nav ul.menu li>ul li {
  display: block;
  z-index: 999999999;
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 0;
}

#main-nav ul.menu li>ul li a {
  color: #000 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#main-nav ul.menu li>ul li:hover {
  border-bottom: 1px solid #F2F2F2 !important;
}

#main-nav ul.menu li>ul li:hover>a {
  color: #be1e2d !important;
}

#main-nav ul.menu li>ul li ul {
  top: 0 !important;
  left: 100% !important;
}

#main-nav ul.menu li:hover>ul {
  display: block;
}

#main-nav ul.menu li:hover {
  border-bottom: 3px solid #ED1C24;
}

#main-nav ul.menu li:hover a {
  color: #ED1C24;
}

#main-nav ul.menu li.current-menu-item,
#main-nav ul.menu li.current-post-parent,
#main-nav ul.menu li.current-category-parent,
#main-nav ul.menu li.current-category-ancestor {

  border-bottom: 3px solid #ED1C24;
}

#main-nav ul.menu li.current-menu-item a,
#main-nav ul.menu li.current-post-parent a,
#main-nav ul.menu li.current-category-parent a,
#main-nav ul.menu li.current-category-ancestor a {
  color: #ED1C24;
}

#main-nav ul.menu li .edi {
  background: #000000 !important;
  padding: 2px;
  font-size: 19px;
  position: relative;
  top: 0px;
}




.all-menu-item {
  background: #ffffff;
  box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  width: 0px;
  overflow: hidden;
  transition: width .5s;
  height: 100%;
}

.menuclose {
  cursor: pointer;
}

.all-menu-item-bg {
  width: 320px;
  height: 100%;
  overflow: auto;
}

.all-menu-item.open {
  height: 100%;
  width: 320px;

}


.all-menu-item .heading {
  background: #00A651;
  display: flex;
  padding: 80px 15px 0;
  justify-content: space-between;
}

.all-menu-item .heading p {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
}



.all-menu-item-bg {
  background: #ffffff;
}

.all-menu-item .containt {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}

.all-menu-item .all-cat-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.all-menu-item .all-cat-menu .menu-item-has-children::after {
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";

}

.all-menu-item .all-cat-menu .menu-item-has-children.active::after {
  content: "";
}

.all-menu-item .all-cat-menu .sub-menu {
  list-style: none;
  display: none;
  /* max-height: 1px;
  overflow: hidden;
  transition: all 1s; */
}

/* .all-menu-item .all-cat-menu .sub-menu.active{
  max-height: 1000px;
 
} */

.all-menu-item .all-cat-menu li {
  line-height: 35px;
  font-size: 20px;
  border-bottom: 1px solid rgba(28, 174, 92, 0.32);
  border-left: 4px solid transparent;
  position: relative;
  padding: 7px 13px;
}

.all-menu-item .all-cat-menu li a {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

}

.all-menu-item .all-cat-menu li:hover,
.all-menu-item .all-cat-menu .current-menu-item {
  border-bottom: 2px solid #00A651;
  border-left: 4px solid #00A651;
  background: rgba(8, 185, 119, 0.29);
}


/******* Mobile Navigation Bar ***************/
#mmain-nav {
  max-height: 70vh;
  overflow: auto;
}

.header-m.active {
  box-shadow: 0 2px 7px #000;
}

.moble-menu {
  background: #ffffff;
  overflow: hidden;
}

.moble-menu ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.moble-menu ul li {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
}

.moble-menu ul li a {
  background-color: #ffffff;
  color: #000;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 40px;
  padding: 0 20px;
  transition: all 0.15s ease-in 0s;
  display: block;
  text-decoration: none;
}

.moble-menu ul li a:hover {
  background-color: #999;
}

.moble-menu ul li ul {
  padding-left: 10px !important;
}

/**** news scroll ***/
.current_news {
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}

.current_news .ctitle {
  border-radius: 4px;
  background: #FFF;
  padding: 0 15px;
  flex-shrink: 0;

  color: #000;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.current_news .c_news {
  color: hsl(0, 0%, 100%);
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}


.current_news .c_news a {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

.current_news .c_news svg {
  margin: 0 15px;
}

.current_news .c_news li:last-child svg {
  display: none;
}

.current_news .c_news a:hover {
  text-decoration: underline;
  color: #fff !important;
}

.current_news .right {
  position: absolute;
  background: #ea2529;
  height: 41px;
  text-align: center;
  right: 0;
}

.current_news .right.closes {
  width: 40px !important;
}

.current_news .right.closes span {
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

.current_news #triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 41px solid #ea2529;
  border-left: 35px solid transparent;
  float: right;
  position: absolute;
  top: 0;
  right: 19px;
}


/* Top Section */

.trading-now p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.trading-now ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 12px;
}

.trading-now ul li {
  border-radius: 3px;
  background: #D9D9D9;
  padding: 5px 7px;
}

.trading-now ul li a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.top-section-left,
.khela {
  flex: 0 0 auto;
  width: 75%;
  padding: 10px 8px;
}


.top-section-right,
.khela_sidebar {
  flex: 0 0 auto;
  width: 25%;
  padding: 10px 8px;
}

.padan-news-big-img {
  flex-basis: 58%;
}

.padan-news-big-img img {}

.prodan-news-aria:hover a {
  color: #3080DE;
}

.prodan-news-aria .sub_heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 39px;
  color: #FF0202;
  margin-top: 7px;
  margin-bottom: 0;
}

.prodan-news-aria .news-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  margin: 0;
}


.sub-news-big-img img {}



.prodan-sub-news-aria:hover a {
  color: #3080DE;
}

.prodan-sub-news-aria .news-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 30px;
}

.prodan-songbad-bottom .col-4 {
  border-right: 1px solid #ccc;
}

.prodan-songbad-bottom .col-4:last-child {
  border: none;
}

@media all and (min-width: 768px) {
  .prodan-songbad-bottom .col-6 {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 15px;
  }

  .prodan-songbad-bottom .col-6::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    height: 10px;
    left: 100%;
    bottom: 0;
  }

  .prodan-songbad-bottom .col-6:nth-child(4n) {
    border-right: none;
  }

  .prodan-songbad-bottom .col-6:nth-child(4n)::after {
    display: none;
  }


  .prodan-songbad-bottom .col-6:nth-child(5),
  .prodan-songbad-bottom .col-6:nth-child(6),
  .prodan-songbad-bottom .col-6:nth-child(7),
  .prodan-songbad-bottom .col-6:nth-child(8) {
    border-bottom: none;
  }

}

@media all and (max-width: 768px) {

  .top-section-left,
  .top-section-right {
    width: 100%;
  }

  .prodan-news-aria .news-title {
    padding-top: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.80);
    ;
    padding-bottom: 20px;
  }

  .prodan-news-aria .news-title a {
    font-size: 25px;
    font-weight: 700;
  }

  .top-section-left .col-12.col-lg-8 {
    border-right: none !important;
  }

  .prodan-songbad-bottom img {
    border-radius: 4px 4px 0px 0px;
  }
}


/* lay-stockbd-1 */

.lay-stockbd-1 a {
  display: block;
  position: relative;
}

.lay-stockbd-1 img {
  width: 100%;
}

.lay-stockbd-1 .black_bg {
  background: linear-gradient(0deg, #000000 12%, rgba(217, 217, 217, 0) 74.5%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.lay-stockbd-1 h3 {
  position: absolute;
  bottom: 0;
  line-height: 24px;
}

.lay-stockbd-1 a h3 {
  color: rgba(253, 186, 13, 1);
  font-size: 22px;
  font-weight: 500;
  padding: 0 10px;
  text-align: center;
}

.lay-stockbd-1 .col-12 {
  border-bottom: 1px solid #CCC;
  padding: 7px;
}

.lay-stockbd-1 .col-12:last-child {
  border: none;
}


.video-songbad .col-6 {
  padding-bottom: 20px;
}




/**************************/
/**** authoniti***/
/*************************/
.title-aria-glob {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.aurthonitis .body-news {
  padding-top: 15px;
}

.aurthonitis .body-news img {
  border-radius: 10px 10px 0 0;
}

.aurthonitis .body-news .info-box {
  padding-top: 10px;
  min-height: 50px;
}

.aurthonitis .body-news a {
  font-size: 22px;
  display: block;
  font-weight: 500;
}

@media only screen and (max-device-width: 768px) {
  .aurthonitis .body-news .wp-post-image {
    width: 100%;
  }
}


/**************************/
/***** News Slide ***** */
/*************************/
.has-icons {
  position: relative;
}

.video_icon70 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #fff;
  margin-left: -30px;
  margin-top: -30px;
  color: rgba(0, 0, 0, 0.7);
}

.video_icon70:hover {
  color: #ea1919;
}

.video_icon40 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.7);
  margin-left: -15px;
  margin-top: -20px;
}

.video_icon40:hover {
  color: #ea1919;
}

.has-icons:hover .fa-youtube-play {
  color: #ea1919;
}

.camera70 {
  position: absolute;
  font-size: 30px;
  color: #f79321;
  width: 100%;
  left: 0;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
}

.camera70 i {
  display: inline-block;
  background: rgba(255, 255, 255, 0.55);
  padding: 10px;
  border-radius: 50%;
}

.camera40 {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
  color: #f79321;
}

.image_aria {
  position: relative;
}

/********* Sidebar *********/
/************** sidebar Style******************************/
/***** Top news Sidebar *****  */
.three_cat_body {
  border-bottom: 3px solid #00AAA1;
  background: #ebf4ff;
}

.three_cat_body .clickable {
  background: #d4eaff;
  height: 47px;
  overflow: hidden;
}

.three_cat_body .clickable span {
  line-height: 47px;
  font-size: 25px;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
}

.three_cat_body .clickable .active {
  background: #ebf4ff;
  border-top: 2px solid #00AAA1;
}

.three_cat_body .content {
  padding-top: 7px;
}

.three_cat_body .content img {
  width: 80px;
  height: 50px;
  float: left;
}

.three_cat_body .content p {
  margin-left: 90px;
  min-height: 50px;
  padding-bottom: 7px;
}

#top-news-bar .widget_text {
  background: #f1f1f2;
  padding-bottom: 0px !important;
}

#top-news-bar .widget_text .head-title {
  background: none;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  position: relative;
  overflow: inherit !important;
  margin-bottom: 30px;
}

#top-news-bar .widget_text .head-title p {
  position: relative;
  color: #ffffff;
  background: #ee3525;
  float: none;
  width: 202px;
  margin: 0 auto;
  font-weight: bold;
}

#top-news-bar .widget_text .head-title p::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 102px solid transparent;
  border-right: 102px solid transparent;
  border-top: 16px solid #ee3525;
  position: absolute;
  top: 100%;
  left: 0;
}

#sidebar .widget_bar {
  margin-bottom: 15px;
  padding: 5px 10px;
}

.widget_bar .head-title {
  font-size: 30px;
  font-weight: bold;
  padding: 0 10px;
  margin: 0;
}

.widget_bar ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.widget_bar a {
  color: #000;
  text-decoration: none;
}

.widget_bar a:hover {
  color: #3399FF;
}

.widget_bar .cat-item {
  float: left;
  width: 46%;
  padding: 0px 5px;
  min-height: 30px;
  line-height: 1.6;
}

.cat-item:nth-child(4n+1),
.cat-item:nth-child(4n+2) {
  background: #F2F2F4;
}


#sidebar .widget_bar>img {
  display: block;
  margin: 0 auto;
}

/****************** Pulll **************/
.wp-polls {
  background: #99CCFF;
  padding: 0 50px;
}

.count-vote {
  margin: 0;
}

.pull-name {
  font-size: 30px;
  text-align: center;
  color: #231f20;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.pull-name span {
  border-bottom: 1px solid;
  color: #000;
}

.pull-title {
  text-align: center;
  color: #ffffff;
  background: #971b30;
  font-size: 20px;
  line-height: 34px;
  border: 1px solid #1b75bb;
  margin: 0 -10px;
}

.pull-ajkar {
  text-decoration: underline;
  padding-top: 10px;
  font-size: 25px;
}

.pull-porsono {
  color: #000;
  padding-bottom: 10px;
  text-align: justify;
}

.wp-polls-form .wp-polls-ul {
  position: relative;
  list-style: none;
}

.wp-polls-form .wp-polls-ul li {
  padding-right: 5px;
}

.pull-button {
  margin-top: 35px !important;
}

.pull-button input {
  color: #ffffff;
  background: #3366FF !important;
  border-radius: 5px;
  padding: 7px 22px;
  font-size: 22px;
  border: none !important;
}

.pull-button a {
  border: 1px solid #971b30;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  color: #971b30;
  padding: 0 5px;
}

.count-vote {
  border-top: 1px solid #231f20;
  color: #000000;
  text-align: center;
}

/******** Footer ******/

/* Cookie Popup */

.cookie_popup {
  background: #323232;
  padding: 15px;
  max-width: 510px;
  position: fixed;
  bottom: 150px;
  z-index: 9999999999999999999999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cookie_popup h3,
.cookie_popup p {
  color: #fff;
  margin-top: 0;
}

.cookie_popup .cleft-btn {
  background: #fff;
  width: 90%;
  display: block;
  text-align: center;
  padding: 8px 0;
}

.cookie_popup .cright-btn {
  color: #e4a82b;
  width: 90%;
  display: block;
  text-align: center;
  padding: 8px 0;
  ;
  text-decoration: underline;
}

/**************/

.mainfooter {
  background: rgba(8, 185, 119, 0.29);
}

.footer-menu-container {
  border-bottom: 2px solid #00A651;
}


.bottom-menu {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}


.bottom-menu li {
  display: inline-block;
  padding: 0 8px;
}

.bottom-menu a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}


.footer-middle-container {
  padding-bottom: 5px;
}


.mainfooter .col-md-4 {
  border-right: 1px solid #D9D9D9;
}

.mainfooter .col-md-4:last-child {
  border-right: 0;
}


.footer_contract_info {
  text-align: center;
  padding: 20px 0;
}

/* Footer Social Media */

/* Social Media  */



.mini-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}



.mini-social li {
  display: inline-block;
  text-align: center;
  border: 1px solid #A0A0A0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-social li a {
  display: block;
  line-height: 20px;
  height: 20px;
  color: #000;
  font-size: 20px;
  transition: all .5s;
}

.mini-social li:hover a {
  color: #A0A0A0;
}


.developer_info p {
  color: #3080DE;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.developer_info p a {
  color: #3080DE;
  font-weight: 700;
}


.footer_copy_right {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  background: #00A651;
}

.footer_copy_right p {
  padding: 10px 0;
  margin: 0;
}



.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 999999;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/******* End Footer ******/


/******** Archive Page */
.archive-normal-content-big {
  padding-top: 7px;
}

.archive-normal-content-big .img {
  padding-right: 10px;
}

.archive-normal-content-big .img {
  position: relative;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-big .img {
    width: 60%;
    float: left;
  }
}

.archive-normal-content-big .img img {
  display: block;
  width: 100%;
  border-bottom: 2px solid #f7931d;
}

.archive-normal-content-big a h3 {
  padding-top: 10px;
  font-size: 23px;
  line-height: 30px;
  margin: 0;
  color: #91268f;
}

.archive-normal-content-big a:hover h3 {
  color: #3399FF !important;
}

.archive-normal-content-big .content {
  padding: 10px;
  background: #f1f1f2;
  position: relative;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-big .content {
    width: 40%;
    float: right;
    height: 297px;
  }
}

.archive-normal-content-big .content .desc {
  padding-top: 20px;
  line-height: 20px;
}

.archive-normal-content-big .content .info {
  font-size: 16px;
  padding: 0 10px;
  color: #1b75bb;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-big .content .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.archive-normal-content-big .content .info .text-right {
  float: right;
}

.archive-normal-content-other {
  clear: both;
  padding-top: 5px;
  overflow: hidden;
}

.archive-normal-content-other-item {
  margin-top: 20px;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-other-item {
    height: 264px;
    overflow: hidden;
  }

  .archive-normal-content-other-item:nth-child(2n+1) {
    clear: both;
  }
}

.archive-normal-content-other-item img {
  width: 100%;
  border-bottom: 2px solid #f7931d;
}

@media only screen and (min-device-width: 768px) {
  .archive-normal-content-other-item img {
    height: 151px;
  }
}

.archive-normal-content-other-item .title {
  margin: 0;
}

.archive-normal-content-other-item .title a {
  font-size: 23px;
  font-weight: normal;
  line-height: 28px;
  padding-bottom: 5px;
}

.archive-normal-content-other-item .cat {
  color: #1b75bb;
}

.archive-normal-content-other-item .body {
  background: #f1f1f2;
  padding: 5px 10px;
}

/******** Single Page */

@media (min-width: 768px) {
  .col-md-240 {
    flex: 0 0 auto;
    width: 21%;
  }

  .col-md-765 {
    flex: 0 0 auto;
    width: 54%;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single_post {
  background: #fff;
  padding-top: 10px;
  margin-top: 2px;
}

.single_post .breadcrumb {
  padding-bottom: 10px;
  margin: 0;
}

.single_post .breadcrumb a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.single_post .breadcrumb a:last-child {
  color: #F05E01;
}

.single_post .widget_bar {
  padding: 0 !important;
}

.single_post .author-name .name {
  color: #2A388F;
}

.single_post .author-name .name i {
  padding-right: 7px;
}

.single_post .author-name .name a {
  color: #2A388F;
}

.single_post .author-name p {
  display: inline-block;
}

.single_post .author-name .podobi {
  font-weight: bold;
  padding: 0 10px;
}

.single_post .author-name .publish i {
  padding: 0 5px;
}

.single_post .current-page {
  color: #262261;
}

.single_post .current-page a {
  color: #262261;
}

.single_post .current-page .fa-home {
  color: #4d4d4e;
}

.single_post .left_bar {
  background: #ffffff;
}

@media only screen and (min-device-width: 1024px) {
  .single_post .left_bar {
    /* width: 28%;
    float: right; */
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .single_post .left_bar {
    margin-top: 10px;
  }
}

.single_post .left_bar-content .title {
  line-height: 33px;
  color: #010101;
  padding-left: 10px;
}

.single_post .left_bar .body {
  padding-top: 10px;
}

.single_post .left_bar .body .sub-news-other-item {
  overflow: auto;
}

.single_post .left_bar .body img {
  width: 100%;
  display: block;
}

.single_post .left_bar .body .titles {
  min-height: 40px;
  padding: 7px;
  font-size: 22px;
  font-weight: bold;
}

.single_post .left_bar .body .border {
  width: 90%;
  margin: 0 auto;
  clear: both;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}

.single_post .left_bar .body .border:last-child {
  border-bottom: none;
}

@media only screen and (min-device-width: 768px) {
  .single_post .left_bar .other-item {
    background: #fff;
  }
}

.single_post .left_bar .other-item:nth-child(2n+1) {
  clear: both;
}

@media only screen and (max-device-width: 768px) {
  .single_post .left_bar .other-item {
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
  }
}

.single_post .title-authod {
  background: #ffffff;
  padding: 0px;
}


.single_post .name-author .name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.post_info_bar .post_update_date {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.post_info_bar {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 22px;
}

.single_post .top-share-post p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 34px;
}

.single_post .top-share-post ul {
  list-style: none;
  margin: 10px 0px;
  padding: 0px;
}

.single_post .top-share-post ul li {
  position: relative;
  transition: all .3s;
}

.single_post .top-share-post ul li:hover {
  margin-top: -10px;
}

.single_post .top-share-post ul svg {
  width: 30px;
  height: 30px;
}

.single_post .top-share-post ul li .scopied {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  font-size: 13px;
  padding: 0 4px;
  display: none;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .single_post .top-share-post ul svg {
    width: 25px;
    height: 25px;
  }
}


/* .single_post .top-share-post ul li.fb:hover svg {
  fill: #2b3990;
}

.single_post .top-share-post ul li.tw:hover svg {
  fill: #00aeef;
}

.single_post .top-share-post ul li.go:hover svg {
  fill: #be1e2d;
}

.single_post .top-share-post ul li.vv:hover svg {
  fill: #662d91;
}

.single_post .top-share-post ul li.wh:hover svg {
  fill: #39b54a;
}

.single_post .top-share-post ul li.pr:hover svg {
  fill: #404041;
} */

.single_post .post_side-body {
  background: #ffffff;
}


@media only screen and (min-device-width: 1024px) {
  /* .single_post .post_side {
    width: 72%;
    padding-left: 10px;
    float: left;
  } */

  .single_post .post_side.nolocation {
    width: 100%;
  }
}

.single_post .post_side .sub_heading {
  color: #be1e2d;
  margin-bottom: 0;
}

.single_post .post_side .title {
  font-size: 30px;
  color: #010101;
  margin: 0;
  font-weight: bold;
}

.single_post .post_side .post_bar {
  margin-top: 10px;
  text-align: inherit !important;
  color: #1a1a1a;
  font-size: 16px;
}

.single_post .post_side .author_bar {
  overflow: hidden;
}

.single_post .post_side .author_bar-name {
  width: 100%;
  margin-left: 50px;
  padding-right: 50px;
}

@media only screen and (min-device-width: 768px) {
  .single_post .post_side .author_bar-name .name {
    padding-left: 7px;
    width: 30%;
    float: left;
  }
}

.single_post .post_side .author_bar-name .name p {
  margin: 0;
  font-size: 14px;
  color: #1b75bb;
  line-height: 20px;
}

.single_post .post_side .author_bar-name .name p i {
  color: #be1e2d;
}

.single_post .post_side .author_bar-name .name a {
  font-size: 18px;
  color: #1b75bb;
}

.single_post .post_side .author_bar-name .buttons {
  border-left: 2px solid #f37558;
  padding-left: 10px;
}

@media only screen and (min-device-width: 768px) {
  .single_post .post_side .author_bar-name .buttons {
    margin-top: 7px;
    width: 60%;
    float: right;
  }
}

@media only screen and (max-device-width: 768px) {
  .single_post .post_side .author_bar-name .buttons {
    margin-left: -46px;
  }
}

.single_post .post_side .author_bar-name .buttons .zoom i {
  margin-right: 8px;
  color: #333333;
  text-align: center;
  background: #cccccb none repeat scroll 0% 0%;
  display: block;
  line-height: 26px;
  width: 26px;
  height: 23px;
  font-size: 16px;
  float: left;
  cursor: pointer;
}

.single_post .post_side .author_bar-name .buttons .zoom i:hover {
  background: green;
  color: #ffffff;
}

.single_post .post_side .author_image {
  float: left;
  padding-right: 10px;
}

.single_post .post_side .author_image img {
  border-radius: 50%;
  border: 1px solid #1b75bb;
}

.single_post .border {
  clear: both;
  border-bottom: 4px solid #1bb899;
}

#content-p {
  font-size: 18px;
  text-align: justify;
}


#content-p p {
  text-align: justify;
}

#content-p .wp-caption {
  max-width: 100%;
}

#content-p .wp-caption-text {
  margin-top: 4px;
  border-top: 1px solid #cccccb;
  border-bottom: 1px solid #cccccb;
  font-size: 19px;
  color: #666667;
}

#content-p blockquote {
  background: #DDFDFD;
  font-size: 23px;
  padding: 48px;
  position: relative;
}

#content-p blockquote p::before {
  background: url("img/pin_quate.png");
  width: 50px;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;

}

#content-p blockquote p {
  margin: 0;
  font-weight: 700;
}

#tag {
  margin-top: 30px;
  padding-bottom: 7px;
  border-bottom: 2px solid #0071BC;
}

#tag a {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 7px;
  color: #808080;
  border-radius: 3px;
}


/****** Single Page *****/
/******** Author Page ******/
@media only screen and (min-device-width: 1024px) {
  .author-template {
    margin-top: 30px;
  }

  .author-template-bar {
    width: 67%;
    float: left;
    padding-right: 7px;
  }

  .author-template-sidebar {
    width: 33%;
    padding-left: 12px;
    float: left;
  }
}

.author-box-head {
  background: #01acf5;
  height: 80px;
  position: relative;
}

.author-box-head .angle {
  width: 0;
  height: 0;
  border-top: 15px solid #0185bd;
  border-left: 15px solid transparent;
  position: absolute;
  left: 0px;
  top: 100%;
}

.author-box-head .author_image {
  margin-left: 20px;
  width: 110px;
  float: left;
  position: relative;
  z-index: 1;
}

.author-box-head .author_image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin-top: 10px;
}

.author-box-head .name {
  padding-top: 20px;
}

.author-box-head .name a {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  display: block;
}

.author-box-head .name p {
  margin: 0;
}

.author-box-head .name p.bottom {
  color: #ffffff;
  font-style: italic;
}

.author-box-body {
  padding-left: 15px;
}

.author-box-body .content {
  padding-top: 30px;
  background: #ebf4ff;
  position: relative;
}

.author-box-body .content .author-desc {
  min-height: 160px;
}

.author-box-body .content .author-desc .quta {
  width: 100px;
  font-size: 47px;
  color: #999;
  text-align: right;
  float: left;
  line-height: 137px;
}

.author-box-body .content .author-desc .desc {
  margin-left: 110px;
  padding-left: 20px;
  font-size: 23px;
  color: #000000;
}

.author-box-body .content .author-desc .desc p {
  margin: 0;
}

.author-box-body .content-footer {
  position: relative;
  background: #bcdaff;
  padding: 10px 20px;
}

.author-box-body .content-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.author-box-body .content-footer ul li {
  background: #0185bd;
  display: inline-block;
}

.author-box-body .content-footer ul a {
  display: inline-block;
  line-height: 50px;
  width: 50px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}

.author-page-news {
  margin-top: 20px;
}

.author-page-news .post {
  background: #ebf4ff;
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 768px) {
  .author-page-news .post {
    height: 143px;
    overflow: hidden;
  }
}

@media only screen and (min-device-width: 768px) {
  .author-page-news .image {
    float: left;
    padding-right: 10px;
  }

  .author-page-news .image img {
    width: 250px;
    height: 143px;
    border-right: 3px solid #0185bd;
  }
}

@media only screen and (max-device-width: 768px) {
  .author-page-news .image img {
    width: 100%;
  }
}

@media only screen and (max-device-width: 768px) {
  .author-page-news .info {
    padding: 5px;
  }
}

.author-page-news .info p {
  margin: 0;
}

.author-page-news .info .title {
  font-size: 25px;
  line-height: 30px;
}

.author-page-news .info .time {
  padding-top: 5px;
  color: #1b75bb;
  font-size: 15px;
}

/********* Page Navigation ****** */
.post-nav {
  text-align: center;
  padding-top: 1px;
  margin-bottom: 28px;
}

@media only screen and (max-device-width: 768px) {
  .post-nav {
    margin-top: 20px;
  }
}

.post-nav .pagers {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.post-nav .pagers li {
  display: inline-block;
  text-align: center;
}

.post-nav .pagers li a,
.post-nav .pagers li span {
  display: block;
}

@media only screen and (min-device-width: 768px) {

  .post-nav .pagers li a,
  .post-nav .pagers li span {
    line-height: 58px;
    min-width: 58px;
  }
}

@media only screen and (max-device-width: 768px) {

  .post-nav .pagers li a,
  .post-nav .pagers li span {
    line-height: 40px;
    min-width: 40px;
  }
}

@media only screen and (min-device-width: 768px) {
  .post-nav {
    font-size: 25px;
  }
}

@media only screen and (min-device-width: 768px) {
  .post-nav li {
    padding: 0 10px;
  }
}

@media only screen and (max-device-width: 768px) {
  .post-nav li {
    padding: 0 4px;
  }
}

.post-nav li a {
  background-color: #bcdaff !important;
}

.post-nav li a:hover {
  background-color: #0071bc !important;
  color: #ffffff !important;
}

.post-nav li.active span {
  background-color: #0071bc !important;
  color: #ffffff !important;
  border-radius: 50% !important;
}

.post-nav li.active a {
  font-size: 15px;
  background-color: #0071bc !important;
  color: #ffffff !important;
}

.post-nav a {
  color: #000;
  border-radius: 50% !important;
}

.post-nav .prev,
.post-nav .nex {
  position: relative;
  top: 3px;
}

.post-nav .prev a,
.post-nav .nex a {
  margin-top: 7px;
  color: #ffffff;
  background-color: #0071bc !important;
  border: none !important;
  border-radius: inherit !important;
}

@media only screen and (min-device-width: 768px) {

  .post-nav .prev a,
  .post-nav .nex a {
    padding: 0 20px;
    line-height: 48px !important;
  }
}

/******** Login Page *******/
.page-template-login-page-php {
  background: #bfe8f7;
}

.login-page {
  margin-top: 3%;
  background: #bfe8f7;
}

.login-page-content {
  width: 900px;
  margin: 0 auto;
  min-height: 500px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.login-page-content-left {
  width: 39%;
  float: left;
  background: #29abe2;
}

.login-page-content-left .round {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(241, 241, 142, 0.4);
}

.login-page-content-left .desc {
  margin-top: 50px;
}

.login-page-content-left .desc p {
  margin-bottom: 34px;
  padding: 0 34px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}

.login-page-content-left .foot {
  height: 235px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  text-align: center;
  padding-top: 95px;
}

.login-page-content-left .foot p {
  margin: 0;
}

.login-page-content-left .foot .icon {
  font-size: 78px;
  color: #29abe2;
  line-height: 77px;
}

.login-page-content-left .foot .chet {
  font-size: 14px;
  color: #29abe2;
  font-family: "Open Sans", sans-serif;
}

.login-page-content-right {
  width: 61%;
  float: right;
}

.login-page-content-right .form-aria {
  width: 327px;
  margin: 0 auto;
}

.login-page-content-right .form-aria .logo {
  margin-top: 60px;
}

.login-page-content-right .form-aria .logo img {
  display: block;
  width: 190px;
  margin: 0 auto;
}

.login-page-content-right .form-aria .title {
  padding-top: 15px;
  color: #f7931e;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}

.login-page-content-right .form-aria .input-group-addon {
  background-color: #008fed;
  color: #ffffff !important;
  padding: 10px 20px !important;
  font-size: 21px !important;
}

.login-page-content-right .form-aria .form-control {
  padding: 25px 6px !important;
  font-size: 21px !important;
}

.login-page-content-right .form-aria .omb_row-sm-offset-3 {
  color: #0071bc;
  padding-top: 10px;
}

.login-page-content-right .form-aria .omb_forgotPwd a {
  color: #0071bc !important;
}

.login-page-content-right .form-aria .from-footer div {
  padding: 0 !important;
}

.login-page-content-right .form-aria .trem {
  font-size: 12px;
  margin: 10px -66px !important;
  font-family: "Open Sans", sans-serif;
}

/************ Video Cat *********/
@media only screen and (max-device-width: 768px) {
  .videocattemplate-sidebar {
    clear: both;
  }
}

.videocattemplate-bar {
  margin-top: 20px;
}

@media only screen and (min-device-width: 768px) {
  .videocattemplate-bar .big-side {
    width: 62.42%;
    float: left;
  }
}

.videocattemplate-bar .big-side a:hover h2 {
  color: #3399FF !important;
}

.videocattemplate-bar .big-side .imge_aria {
  position: relative;
}

.videocattemplate-bar .big-side .imge_aria i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  display: block;
  padding: 5px 2px;
  color: #f15a24;
  background: #000000;
}

.videocattemplate-bar .big-side .imge_aria span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  display: block;
  padding: 2px 5px;
  color: #ffffff;
  background: #000000;
}

.videocattemplate-bar .big-side .imge_aria h2 {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  margin: 0px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.videocattemplate-bar .big-side img {
  width: 100%;
  display: block;
}

@media only screen and (min-device-width: 768px) {
  .videocattemplate-bar .big-side img {
    height: 350px;
  }
}

.videocattemplate-bar a:hover h3 {
  color: #3399FF !important;
}

@media only screen and (max-device-width: 768px) {
  .videocattemplate-bar .small-side {
    margin-top: 10px;
    width: 50%;
    float: left;
  }
}

@media only screen and (min-device-width: 768px) {
  .videocattemplate-bar .small-side {
    padding-left: 23px;
    width: 37.58%;
    float: right;
  }
}

.videocattemplate-bar .small-side.first-child {
  margin-bottom: 20px;
}

@media only screen and (max-device-width: 768px) {
  .videocattemplate-bar .small-side.first-child {
    padding-right: 10px;
  }
}

@media only screen and (max-device-width: 768px) {
  .videocattemplate-bar .small-side.last-child {
    padding-left: 10px;
  }
}

.videocattemplate-bar .small-side img {
  width: 100%;
}

@media only screen and (min-device-width: 768px) {
  .videocattemplate-bar .small-side img {
    height: 165px;
  }
}

.videocattemplate-bar .small-side .imge_aria {
  position: relative;
}

.videocattemplate-bar .small-side .imge_aria i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  display: block;
  padding: 5px 2px;
  color: #f15a24;
  background: #000000;
}

.videocattemplate-bar .small-side .imge_aria span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  display: block;
  padding: 2px 5px;
  color: #ffffff;
  background: #000000;
}

.videocattemplate-bar .small-side .imge_aria h3 {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  margin: 0px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.category-video .cat_news {
  margin-top: 15px;
}

.category-video .cat_news .title-before {
  height: 38px;
}

.category-video .cat_news .title-before .title-aria {
  float: left;
  padding: 0 15px;
  font-size: 25px;
  line-height: 37px;
  margin-left: 10px;
}

.category-video .cat_news .title-before .title-aria a {
  color: #ffffff;
}

.category-video .cat_news .title-before .social {
  float: right;
}

.category-video .cat_news .title-before .social ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 0;
  padding-right: 20px;
}

.category-video .cat_news .title-before .social ul li {
  float: left;
}

.category-video .cat_news .title-before .social ul li a {
  display: block;
  width: 25px;
  text-align: center;
}

.category-video .cat_news .title-before .social ul .go {
  color: #a71e22;
}

.category-video .cat_news .title-before .social ul .fb {
  color: #2a388f;
}

.category-video .cat_news .title-before .social ul .tw {
  color: #00adef;
}

.category-video .cat_news .title-before .social ul .li {
  color: #ed1c24;
  margin-right: 15px;
}

.category-video .cat_news .title-before .social ul .so {
  color: #1b75bb;
  font-size: 23px;
  border-left: 1px solid #a71e22;
  padding-left: 20px;
  width: inherit !important;
}

.category-video .cat_news .row {
  margin-top: 10px;
}

.category-video .cat_news .row .col-sm-3:nth-child(4n+1) {
  clear: both;
}

.category-video .cat_news .cat_items .image-aria {
  position: relative;
}

.category-video .cat_news .cat_items img {
  width: 100%;
  border-bottom: 2px solid #f6921e;
}

@media only screen and (min-device-width: 768px) {
  .category-video .cat_news .cat_items img {
    height: 180px;
  }
}

.category-video .cat_news .cat_items h3 {
  margin-top: 0;
  padding: 0 10px;
}

.category-video .cat_news .cat_items i {
  position: absolute;
  bottom: 2px;
  right: 0;
  color: #f15a24;
  font-size: 14px;
  background: #000000;
  padding: 5px;
  display: block;
}

/*********** Social Media ********/
.social-media h2 {
  background: #ebf4ff;
  font-size: 36px;
  text-align: center;
  padding: 10px 0;
}

.social-media .single-block {
  position: relative;
  margin-bottom: 20px;
}

.social-media .single-block::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 15px;
  border-color: transparent transparent #f1f1f1 transparent;
  content: "";
  top: 0;
  left: 33px;
  position: absolute;
}

.social-media .single-block a {
  display: block;
  line-height: 40px;
}

.social-media .single-block a i {
  font-size: 14px;
  color: #ffffff;
  display: block;
  float: left;
  width: 47px;
  text-align: center;
  padding-right: 7px;
  height: 40px;
  line-height: 40px;
}

.social-media .single-block a span {
  padding-left: 10px;
}

.social-media .single-block {
  box-shadow: 0 1px 4px 0 #b9b9b9;
}

.social-media .single-block:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.59);
}

.pre_box {
  background: #ffffff;
  min-width: 32px;
  width: 33px;
  height: 116px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -58px;
  z-index: 3;
  overflow: hidden;
}

@media only screen and (max-device-width: 768px) {
  .pre_box {
    display: none;
  }
}

.pre_box:hover {
  box-shadow: 0 0 5px #000;
}

.pre_box i {
  width: 32px;
  text-align: center;
  position: absolute;
  line-height: 5em;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e0e0e0;
  cursor: pointer;
  font-size: 24px;
  z-index: 1;
  color: #333333;
}

.pre_box:hover i {
  background: #999999;
}

.pre_box .post_part {
  padding-top: 10px;
  padding-left: 40px;
}

.pre_box .post_part img {
  float: left;
  padding-bottom: 4px;
}

.pre_box .post_part p {
  margin-left: 140px;
  margin-bottom: 0px;
}

.next_box {
  background: #ffffff;
  min-width: 32px;
  width: 33px;
  height: 116px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -58px;
  z-index: 3;
  overflow: hidden;
}

@media only screen and (max-device-width: 768px) {
  .next_box {
    display: none;
  }
}

.next_box:hover {
  box-shadow: 0 0 5px #000;
}

.next_box i {
  width: 32px;
  text-align: center;
  position: absolute;
  line-height: 5em;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e0e0e0;
  cursor: pointer;
  font-size: 24px;
  z-index: 1;
  color: #333333;
}

.next_box:hover i {
  background: #999999;
}

.next_box .post_part {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 40px;
}

.next_box .post_part img {
  float: left;
  padding-bottom: 4px;
}

.next_box .post_part p {
  margin-left: 140px;
  margin-bottom: 0px;
}

.share_button ul {
  margin: 10px 0px;
  padding: 0px;
}

.share_button ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  line-height: 35px;
  overflow: hidden;
}

.share_button ul li a {
  font-size: 18px;
  display: inline-block;
}

.share_button ul li.fb a {
  color: #2b3990;
}

.share_button ul li.tw a {
  color: #00aeef;
}

.share_button ul li.go a {
  color: #be1e2d;
}

.share_button ul li.vv a {
  color: #662d91;
}

.share_button ul li.wh a {
  color: #39b54a;
}

.share_button ul li.pr a {
  color: #404041;
}

.share_button ul li:hover {
  color: #444;
}

/******** 404 Template */
.temp-error {
  margin-top: 20px;
}

.error-contnet .content {
  background: #ebf4ff;
}

@media only screen and (min-device-width: 768px) {
  .error-contnet .content {
    padding: 63px 0;
  }
}

@media only screen and (max-device-width: 768px) {
  .error-contnet .content {
    padding: 10px 0;
  }
}

.error-contnet-bar {
  text-align: center;
}

.error-contnet-bar h2 {
  background: #bcdaff;
  color: #ff0000;
  margin: 0;
  padding: 7px;
  font-size: 36px;
  text-align: center;
}

.error-contnet-bar p {
  font-size: 25px;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

@media only screen and (max-device-width: 768px) {
  .error-contnet-bar {
    margin-bottom: 10px;
  }
}

.error-page-post {
  clear: both;
  margin-top: 20px;
}

.error-page-post .title {
  background: #bcdaff;
  margin: 0;
  padding: 5px;
  font-size: 36px;
  text-align: center;
}

/******** Date Archive */
.date-archive {
  margin-top: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .date-contnet-bar {
    width: 100%;
    padding-right: 20px;
  }

  .date-contnet-bar #sidebar .widget_bar {
    width: 100% !important;
    float: none !important;
  }

  .archive-calander {
    width: 51%;
    float: left;
  }

  .old-news {
    margin-left: 2%;
    width: 47%;
    float: left;
  }

  .date-contnet-sidebar {
    clear: both;
  }
}

@media only screen and (min-device-width: 768px) {
  .old-news {
    padding: 53px;
  }
}

@media only screen and (max-device-width: 768px) {
  .old-news {
    padding: 10px;
  }
}

.old-news div {
  border: 1px solid #ff0000;
  text-align: center;
}

.old-news div a {
  color: #ff0000;
  font-size: 25px;
}

.old-news div a:hover {
  color: #3399FF;
}

@media only screen and (min-device-width: 768px) {
  .old-news div {
    padding: 75px 0;
  }
}

@media only screen and (max-device-width: 768px) {
  .old-news div {
    padding: 10px 0;
  }
}

.archive-calander {
  background: #ebf4ff;
  min-height: 20px;
}

@media only screen and (min-device-width: 768px) {
  .archive-calander {
    padding: 0 20px;
  }
}

.old-news {
  min-height: 20px;
  background: #ebf4ff;
}

.hide-desktop {
  display: none;
}

.hide-mobile {
  display: block;
}

/****** responsive ***********/
@media all and (max-width: 992px) {

  .hide-desktop {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .mobile-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-head .logo1 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
  }

  .menu-all-category-bottom-container ul {
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #bcbec0;
    padding-top: 10px;
  }

  .logo-aria {
    position: relative;
  }

  .logo-aria .serach_box_m {
    position: absolute;
    top: -8px;
    left: 0px;
    right: 0px;
    min-height: 80px;
    background: #ffffff;
    z-index: 9999999;
    padding: 10px 20px;
  }

  .logo-aria .serach_box_m .serch_content {
    position: relative;
    background: #231f20;
    padding: 5px 118px 5px 5px;
  }

  .logo-aria .serach_box_m .serch_content .input-tex {
    display: block;
    width: 100%;
    height: 50px;
  }

  .logo-aria .serach_box_m .serch_content .button-group {
    position: absolute;
    right: 0;
    top: 6px;
    margin-right: 7px;
  }

  .logo-aria .serach_box_m .serch_content .button {
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 31px;
    border: none;
  }

  .logo-aria .serach_box_m .serch_content .button.submit {
    color: #00a651;
  }

  .logo-aria .serach_box_m .serch_content .button.closes {
    color: #ec2024;
  }

  .logo-aria .row {
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #ffffff;
  }

  .logo-aria img {
    padding: 15px 0;
    height: 80px;
  }


  .logo-aria .fa-search {
    text-align: center;
    cursor: pointer;
  }

  .logo-aria .nav-button {
    padding: 0 !important;
    text-align: center;
    font-size: 30px;
    color: #ed2124;
  }

  .logo-aria .nav-button button {
    background: none;
    border: none;
    padding: 4px 10px;
  }

  .logo-aria .serch_button {
    padding: 10px;
    font-size: 22px;
    margin-right: 20px;
  }

  .mobile-search-aria {
    padding: 0px 10px;
  }

  .mobile-search-aria .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
  }

  .mobile-search-aria .input-group-btn>.btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  #mnav-bar div .menu {
    display: none;
  }

  .mobile-bar {
    text-align: right;
    padding: 0 5px;
  }

  .mobile-bar ul {
    background: #bcdaff;
    padding: 5px;
  }

  .mobile-bar li {
    width: inherit !important;
    float: none !important;
    display: inline-block;
  }

  .mobile-bar li a {
    background: inherit !important;
    padding: 0 !important;
  }

  .current_news .ctitle {
    padding: 2px 18px;
  }

  .share-button span {
    display: none;
  }

  #content-left,
  #right-sidebar {
    width: 100% !important;
    float: none !important;
    clear: both;
  }

  .bangla-date span {
    display: block;
  }

  .bangla-date p {
    margin: 0;
  }


  .mobile-nav {
    padding: 3px;
    overflow: auto;
    width: 100%;

    border-bottom: 1px solid rgba(204, 204, 204, 0.80);
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

  }

  .mobile-nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 15px;
  }

  .mobile-nav .current-menu-item {
    border-bottom: 3px solid #ED1C24;
  }

  .mobile-nav ul a {
    padding: 5px 10px;
    display: block;
    text-wrap: nowrap;
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;

  }

  .mobile-nav ul li {
    flex-grow: 0;
    flex-shrink: 0;
  }

}

@media all and (max-width: 576px) {

  .big-social {
    gap: 10px;
  }

  .subscribe-container .layer {
    padding: 30px 0px;
  }

  .big-social i {
    font-size: 25px;
  }

  .bigitem .stitle {
    font-size: 12px;
  }

  .bigitem {
    padding: 20px 0;
  }

}

/********** desktop style *******/


@media all and (min-width: 1024px) {
  .videos {
    margin-top: 20px;
  }

  .videos-side {
    width: 69%;
    float: left;
  }

  .videos-sidebar {
    width: 31%;
    float: right;
  }

  .archive-normal-sidebar {
    width: 25%;
    float: right;
  }

  .archive-normal-news {
    float: left;
    width: 75%;
  }

  .single_page-left {
    width: 75%;
    float: left;
    padding-right: 10px;
  }

  .single_page-right {
    width: 25%;
    float: left;
  }

  .videocattemplate-bar {
    width: 73.3%;
    float: left;
  }

  .videocattemplate-sidebar {
    float: right;
    width: 26.5%;
  }

  .error-contnet-sidebar {
    width: 31.3%;
    float: right;
  }

  .error-contnet-bar {
    float: left;
    width: 68.7%;
    padding-right: 20px;
  }

  .date-contnet-sidebar {
    width: 31.3%;
    float: right;
  }

  .date-contnet-bar {
    float: left;
    width: 68.7%;
    padding-right: 20px;
  }

  .archive-calander {
    width: 51%;
    float: left;
  }

  .old-news {
    margin-left: 2%;
    width: 47%;
    float: left;
  }
}



.latest-ani {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15px;
  height: 15px;
}

.latest-ani:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: red;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.latest-ani:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: red;
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}


@keyframes pulse {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}