/*
Theme Name: Somo Dhara
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:  somodhara

©2025 osmansorkar, satejit.com

Somo Dhara WordPress Theme, Copyright 2025 satejit.com
*/
/*** social color **/

/* Varible */

:root {
  --primary-color: #DF2027;
  --primary-color-15: rgba(176, 33, 0, 0.15);
  --primary-color-30: rgba(0, 176, 28, 0.30);
  --section-title-color: #DF2027;
  --sub-heading-color: #F60000;
  --white: #ffffff;
  --nav-bg-color: var(--white);
  --nav-text-color: var(--text-color);
  --nav-text-hover-color: var(--primary-color);
  --text-hover-color: var(--primary-color);
  --text-color: #000;
}

/* end Variable  */

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

body a {
  color: var(--text-color);
  text-decoration: none;
}

body a:hover,
a:hover .title25,
a:hover .title22,
.trading-now ul li a:hover {
  color: var(--text-hover-color);
  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: 25px;
  font-style: normal;
  line-height: 30px;
}

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


/*
Top bar
*/
.top-bar {
  padding: 10px 0;
}

.top-bar .logo1 img {
  max-width: 100%;
  height: 80px;
  display: block;
}

.top-bar .logo1 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;
}

.all-button svg {
  fill: var(--nav-text-color);
}


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


.top-bar .desc {
  margin-top: 20px;
  color: var(--text-color);
  font-size: 20px;
  font-style: normal;
  text-align: right;
}

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


/* Search Form  */
.nav-search-form {
  position: absolute;
  right: 0px;
  top: 12px;
}

.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;
}


textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
  -webkit-appearance: none;
}


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

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

.top-right-nav a {
  color: var(--text-color);
  font-size: 18px;
  font-style: normal;
}

.top-right-nav a>svg {
  margin-right: 5px;
  fill: var(--text-color);
}


/* 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 {
  background: var(--nav-bg-color);
  border-top: 1px solid #D9D9D9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

.main-nav-bar .desk-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hstricky {
  margin-bottom: 115px;
}

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

.navigation {
  background: var(--white)
}


#main-nav {
  margin-right: 83px;
  display: flex;
  align-items: center;
}

#main-nav #stickey_logo .rounde {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  height: 44px;
}

#main-nav #stickey_logo .rounde img {
  height: 100%;
}

#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: "";
  color: var(--nav-text-color);
}

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

#main-nav ul.menu li {
  display: inline-block;
  position: relative;
  cursor: pointer;

  padding: 0 18px;
}

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

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

#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 10px;
}


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

#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>a {
  border-bottom: 3px solid var(--nav-text-hover-color);
}

#main-nav ul.menu li:hover a {
  color: var(--nav-text-hover-color)
}

#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 {

  border-bottom: 3px solid var(--nav-text-hover-color);
}

#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: #DF2027;
  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: 10px 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 rgbargba(219, 0, 0, 0.20);
  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;
  display: block;
}

.all-menu-item .all-cat-menu li:hover,
.all-menu-item .all-cat-menu .current-menu-item {
  border-bottom: 1px solid #DF2027;
  border-left: 4px solid #DF2027;
  background: rgba(219, 0, 0, 0.20);
}


/******* 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;
}

.big-news {
  background: #ede7e9;
  padding: 20px;
}

.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 {
  max-width: 700px;
}



.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-size: 45px;
  line-height: 55px;
  color: #000;
  margin: 0;
}

.prodan-news-aria .new-content {
  margin-top: 20px;
  color: #505152;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

@media all and (max-width: 768px) {
  .big-news {
    padding: 20px 10px;
  }

  .prodan-news-aria .news-title {
    font-size: 25px;
    line-height: 35px;
    color: #000;
    margin: 0;
    padding-top: 10px;
  }

  .prodan-news-aria .new-content {
    margin-top: 10px;
  }
}


.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;
}


/* Lastest Shongbad */
.latest-news-part {
  /* padding: 0 15px; */
}

#latest-recent-news {
  border-radius: 10px;
  border: 1px solid rgba(219, 0, 0, 0.20);
}

#latest-rbar {
  display: flex;
  justify-content: space-around;
}

#latest-rbar>span {
  color: #000;
  font-size: 25px;
  font-style: normal;
  display: block;
  float: left;
  padding: 10px;
  text-align: center;
  display: block;
  flex-grow: 1;
  border: 1px solid rgba(219, 0, 0, 0.20);
  width: 50%;
}

#latest-rbar .srpost {
  border-radius: 10px 0px 0px 0px;
}

#latest-rbar .stread {
  border-radius: 0px 10px 0px 0px;
}

#latest-rbar span:hover,
#latest-rbar span.active {
  background: rgba(219, 0, 0, 0.20);
  cursor: pointer;
}


#latest-rbar-body {}

#latest-rbar-body ul {
  display: none;
}

#latest-rbar-body .abc {
  display: none;
}

#latest-rbar-body .abc.active {
  display: flex !important;
  flex-wrap: wrap;

}

#latest-rbar-body .items-left {
  border-right: 1px solid rgba(219, 0, 0, 0.20);
}

#latest-rbar-body .items-right,
#latest-rbar-body .items-left {
  padding: 10px;
}

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

  #latest-rbar-body .items-right,
  #latest-rbar-body .items-left {
    width: 50%;
  }
}


.rpost-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

#latest-rbar-body a.rtitle {
  gap: 10px;
  color: #000;
  font-size: 25px;
  font-style: normal;
  line-height: 32px;
  padding: 7px 0;
  /* 128% */

}

#latest-rbar-body a:hover {
  color: var(--primary-color);
}

#latest-rbar-body span {
  color: #ccc;
  text-align: center;
  font-size: 50px;
  font-style: normal;
}

#latest-rbar-body .borderr {
  border-bottom: 1px solid rgba(219, 0, 0, 0.20);
}

.nvideo-body .row .col-xs-6:nth-child(2n+1) {
  clear: both;
}


.latest-shongsha-body {
  border-radius: 10px;
  border: 1px solid rgba(219, 0, 0, 0.20);
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.latest-shongsha-body h3 {
  text-align: center;
  font-size: 25px;
}

.latest-shongsha-body img {
  max-width: 100%;
}

@media all and (max-width: 768px) {
  .latest-shongsha-body {
    margin-top: 15px;
  }
}

@media all and (min-width: 768px) {
  .last-news {
    display: flex;
    gap: 20px;
  }

  .latest-news-part {
    width: 70%;
  }

  .latest-shongsha {
    width: 30%;
  }
}

@media all and (max-width: 768px) {
  #latest-rbar-body .borderr-last {
    border-bottom: 1px solid rgba(0, 176, 28, 0.20);
  }
}

@media all and (min-width: 768px) {
  .prodan-songbad-bottom .col-6 {
    border-right: 1px solid rgba(0, 176, 28, 0.20);
    ;
    border-bottom: 1px solid rgba(0, 176, 28, 0.20);
    ;
    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%;
  }

}


/* 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;
}


/**************************/
/***** 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 .title-aria-glob p {
  font-size: 25px !important;
  color: #DF2027;
}

.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 {}

.footer-menu-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


.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: #373636;
  font-size: 20px;
  font-style: normal;
}


.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 {
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400px;
  min-height: 100px;
  align-items: center;
  justify-content: center;
}

/* Footer Social Media */

/* Social Media  */


.footer-media p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.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;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

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

.mini-social li svg {
  fill: #fff;
}

.mini-social li {
  background: #000;
}

.mini-social li.fb {
  border: 1px solid #2b3990;
  background: #2b3990;
}

.mini-social li.tw {
  background: #000;
  border: 1px solid #000;
}

.mini-social li.go {
  background: #be1e2d;
}

.mini-social li.vv {
  background: #662d91;
}

.mini-social li.wh {
  background: #39b54a;
}

.mini-social li.pr {
  background: #404041;
}

.mini-social li.li {
  border: 1px solid #CC00BE;
  background: #CC00BE;
}

.mini-social li.yo {
  border: 1px solid #ED1C24;
  background: #ED1C24;
}

.mini-social li.likin {
  border: 1px solid #00479A;
  background: #00479A;
}

.mini-social li.tik {
  border: 1px solid #000;
  background: #000;
}


.mini-social li:hover a,
.mini-social li:hover svg {
  color: #000;
}

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


.developer_info p {
  color: #3080DE;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  background: var(--white);
  padding: 10px 10px;

}

.skewed-box {
  background-color: white;
  /* White background */
  padding: 0rem 2rem;
  /* px-8 py-4 equivalent */
  position: relative;
  /* For positioning if needed */
  transform: skewX(-40deg);
  /* Apply the diagonal slant */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  /* shadow-lg equivalent */
}

/* Content container to counter-skew the text */
.text-container {
  transform: skewX(40deg);
  /* Apply the opposite slant, making the text appear horizontal again */
  text-align: center;
  /* Center the text */
}


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


.footer_copy_right {
  color: #000;
  font-size: 20px;
  font-weight: 0;
  background: #ccc;
  border-top: 1px solid #666;
}

.footer_copy_right .container {
  position: relative;
}

.footer-sil {
  width: 300px;
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: 100%;
  border-radius: 28px 28px 0px 0px;
  background: var(--primary-color)
}

.footer-sil-body {
  position: relative;
  padding-bottom: 20px;
}

.footer-sil-top-c {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -45px;
}

.footer-sil-top {
  width: 96px;
  height: 96px;
  background: var(--primary-color);
  border: 5px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-sil-mid {
  padding: 20px;
}

.footer-sil-bottom {
  color: var(--white);
  font-weight: 400;
  font-size: 25;
  line-height: 28px;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  text-align: center;
  font-family: Arial;
  padding: 4px 0;
}



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

@media all and (max-width: 768px) {
  .scroll-top {
    right: 10px;
  }
}


.footer-pading {
  padding: 10px 0;
}

@media all and (min-width: 768px) {
  .footer-pading {
    padding: 30px 0;
  }
}



/* single Writer */

#single_writer article {
  background: #CCEFD2;
  padding: 40px 20px;
  gap: 30px;
  align-items: center;
  margin: 20px 0;
}

@media all and (min-width: 768px) {
  #single_writer article {
    display: flex;
  }
}


#single_writer article header {
  flex-shrink: 0;
  box-shadow: 0px 10px 12px 0px #00000040;
  border-radius: 50%;
  padding: 12px;
  width: 172px;
  height: 172px;
  background: #fff;
}

#single_writer article header img {
  width: 100%;
  height: 100%;
  display: block;
}

#single_writer article div h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

#single_writer article div p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0%;
  text-align: justify;
}

@media all and (max-width: 768px) {
  #single_writer article {
    text-align: center;
  }

  #single_writer article header {
    margin: 0 auto;
  }
}



/* Family */

.writers-intro-banner {
  margin-top: 20px;
  background-color: #ccc;
  background-image: url(img/author-bg.jpg);
  justify-content: center;
  align-items: center;
  padding: 35px 0 15px 0;
  background-size: cover;
  background-position: right;
}

@media all and (min-width: 992px) {
  .writers-intro-banner {
    display: flex;
  }
}

@media all and (max-width: 992px) {
  .writers-intro-banner .logo-area {
    margin-left: 20px;
  }
}


.writers-intro-banner .logo-area {
  background: var(--primary-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.writers-texts {
  background: #CCEFD2;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px;
}

.writers-texts p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0%;
  text-transform: capitalize;

}

.all-writers-bar {
  margin-top: 20px;
  background: var(--primary-color);
  border-radius: 30px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;

}


.all-writers-bar h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 0;
}

.writer-search-form {
  position: relative;
}

.writer-search-form .search-field {
  width: 100%;
  padding-right: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: none;
}

.writer-search-form button {
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  height: 100%;
}

.writer-list {
  margin: 25px 0;
}

.writer-list header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.writer-list img {
  border: 10px solid #00B01C33;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.writer-list h2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}

.writer-list div {
  max-width: 145px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}

.writer-list div a {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}


/* writers */
.family-texts div {
  border-radius: 5px;
  background: #D9D9D9;
  text-align: center;
  padding: 59px 0;
}

.family-texts div h3 {
  color: #000;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.family-texts {
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.family-texts aside {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0%;
  text-transform: capitalize;
  padding: 20px;

}

.family-texts aside p {
  text-align: justify;
}

.all-family-bar {
  margin-top: 20px;
  background: var(--primary-color);
  border-radius: 30px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;

}


.all-family-bar h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 0;
}

.writer-search-form {
  position: relative;
}

.writer-search-form .search-field {
  width: 100%;
  padding-right: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: none;
}

.fami-search-form button {
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  height: 100%;
}

.fami-list {
  margin: 45px 0;
}

.fami-list header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.fami-list img {
  border: 10px solid #A3A3A3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 244px;
  height: 244px;
}

.fami-list h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}

.fami-list div {
  max-width: 200px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}

.fami-list div a {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}


/********* Mobile Footer start here  *****/
.mfooter-top-border {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 20px;
}

.mfooter-top-border-icon {
  background: var(--primary-color);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 3;
}


.mfooter-menu-container {
  border-top: 1px solid rgba(204, 204, 204, 0.80);
  border-bottom: 1px solid rgba(204, 204, 204, 0.80);
  margin: 10px 0;
  padding: 10px 0;
}

.mfooter-menu-container ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.mfooter-menu-container ul a {
  color: #615B5B;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.mfooter-logo {
  text-align: center;
}

.mfooter-logo img {
  width: 272px;
}

.mfooter-logo-b {
  border-bottom: 1px solid var(--primary-color);
  margin: 10px 10px;
}

.mfooter-end {
  border-top: 1px solid rgba(204, 204, 204, 0.80);
  padding: 10px 0 30px 0;
}

.mfooter-end p {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

/********* Mobile Footer end here  *****/

/******* 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;
  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: 25px;
}

.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;
}

/******** Print Template ********/
.print_template {
  padding-top: 20px;
}

.print_template .print_logo img {
  width: 190px;
}

.print_template .print_border {
  border-bottom: 3px solid #b3b3b3;
  margin-top: 10px;
  padding-bottom: 10px;
}

.print_template #content-p {
  padding-top: 20px;
  font-size: 20px;
}

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

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

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

.print_template .author_bar {
  overflow: hidden;
}

.print_template .author_bar-name {
  height: 44px;
  width: 100%;
  margin-left: 50px;
  padding-right: 50px;
}

.print_template .author_bar-name .name {
  padding-left: 7px;
  width: 30%;
  float: left;
}

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

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

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

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

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

.print_template .print_button {
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  line-height: 30px;
}

.print_template .print_button:hover {
  background: #00A8EF;
  cursor: pointer;
}

/******** 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;
    padding: 0 15px;
  }

  .mobile-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobile-header-right svg {
    fill: #000;
  }

  .mobile-header-right .right-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-header-right .right-menu svg {
    width: 20px;
  }

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

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

  .logo-aria {
    position: relative;
  }

  .serch-area .serach_box_m {
    background: #ffffff;
    padding: 0px 10px 20px 10px;
  }

  .serch-area .serach_box_m .serch_content {
    position: relative;
    background: #231f20;
    padding: 5px 64px 5px 5px;
  }

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

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

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

  .serch-area .serach_box_m .serch_content .button.submit {
    color: #00a651;
  }

  .serch-area .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: 7px 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;
  }

}

/* Magazine Arcive  */

.magazine-template {
  padding-top: 40px;
  padding-bottom: 80px;
}

.magazine-template .title_ara {
  text-align: center;
}

.magazine-template .title_ara h2 {
  color: #DF2027;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.magazine-template .title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  padding: 15px 0;
  /* 83.333% */
}

.magazine_year_ul {
  list-style-type: none;
  display: flex;
  padding-bottom: 60px;
  padding-left: 0;
}

.magazine_year_ul li a {
  border-radius: 5px;
  background: rgba(219, 0, 0, 0.20);
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 5px 20px;
}

.magazine_year_ul li:hover a {
  background: var(--primary-color);
}

.magazine_year_ul li.active a {
  background: var(--primary-color);
}

.magazine-category-list {
  margin-top: 20px;
}

.magazine-single {
  padding-bottom: 100px;
}

.magazine-single-area {
  display: flex;
}

.magazine-single-left {
  flex-grow: 1;
}

.magazine-single-right {
  width: 330px;
  flex-shrink: 0;
}

@media all and (max-width: 768px) {
  .magazine-single-area {
    display: block;
  }

  .magazine-single-left {
    width: 100%;
    margin-right: 0;
  }

  .magazine-single-right {
    width: 100%;
    margin-top: 50px;
  }

  .magazine-single .mtop-flex {
    display: block !important;
  }

  .magazine-single .download-area {
    margin-top: 40px;
  }

  .desc {
    display: none;
  }

}

.magazine-single .mtop-area {
  background: rgba(219, 0, 0, 0.20);
  padding: 70px 0;
}

.magazine-single .title_ara h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  /* 62.5% */
}

.magazine-single .mtop-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.magazine-single .download-nav {
  border-radius: 5px;
  background: rgba(219, 0, 0, 0.20);
  display: flex;
  gap: 25px;
  align-items: center;
  padding-left: 25px;
}

.magazine-single .download-nav .normal {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.magazine-single .pdf-download a {
  border-radius: 5px;
  background: #DF2027;
  display: flex;
  gap: 15px;
  padding: 17px 15px;

  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */

}

.magazine-single .m-cat-name {
  padding-bottom: 20px;
  padding-top: 25px;
}

.magazine-single .m-cat-name a {
  color: #DF2027;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  padding: 14px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 176, 28, 0.20);

  /* 100% */
}

.magazine-single .m-title a {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 113.636% */
  align-items: center;
}

.magazine-single .m-title .author_name {
  color: var(--primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
}

/********** 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);
  }
}