* {

  padding: 0;

  margin: 0;

}

@font-face {

  font-family: "chattogram";

  src: url("../fonts/Chattogram.woff") format("embedded-opentype"), url("../fonts/Chattogram.woff") format("woff");

}

@font-face {

  font-family: "SolaimanLipi";

  src: url("../fonts/SolaimanLipi.woff2") format("woff");

}

body {

  font-family: "chattogram", "SolaimanLipi", Helvetica, Arial, sans-serif;

  background-color: #f2f3f4;

  font-size: 16px;

  letter-spacing: 0.03em;

}

.border-bottom {

  border-bottom: 1px solid #ccc;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: 600;

}

/* ########################## */

.pos-relative {

  position: relative;

  z-index: 99999;

}

svg.hide-icon {

  display: none !important;

}

.hide-all {

  display: none !important;

}

.popup-menu {

  position: fixed;

  z-index: 999;

  padding-top: 50px;

  left: 0;

  top: 90px;

  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgba(0, 0, 0, 0.4);

  display: none;

}

.popup-menu-show {

  display: initial;

}

.popup-menu-content {

  position: absolute;

  top: 0;

  background: #fff;

  border-top: 1px solid #ccc;

  z-index: 9999;

  width: 100%;

}

a.d-table,

.d-table {

  display: table;

}

.d-table-row {

  display: table-row;

}

.d-table-cell {

  display: table-cell;

  width: 50%;

  vertical-align: top;

}

.popup-menu-table {

  width: 1260px;

  display: table;

  margin: 20px auto;

}

.popup-menu-row {

  display: table-row;

}

.popup-menu-col {

  float: left;

  padding: 0 15px;

  line-height: 30px;

  width: calc(20% - 30px);

}

.popup-menu-col a {

  color: #0d4676;

  font-size: 18px;

}

.popup-menu-col a:hover {

  color: #a71e25;

}

.container-fluid {

  width: 100%;

  float: left;

}

.container {

  width: 1260px;

  margin: 0 auto;

}

.container-bg {

  background-color: #f1f1f2;

}

.m-t-0 {

  margin-top: 0 !important;

}

.m-b-0 {

  margin-bottom: 0 !important;

}

.m-l-5 {

  margin-left: 5px !important;

}

.m-l-10 {

  margin-left: 10px !important;

}

.m-t-5 {

  margin-top: 5px;

}

.m-t-8 {

  margin-top: 8px;

}

.m-t-10 {

  margin-top: 10px;

}

.m-t-15 {

  margin-top: 15px;

}

.m-t-30 {

  margin-top: 30px;

}

.m-t-50 {

  margin-top: 50px;

}

.m-b-5 {

  margin-bottom: 5px;

}

.m-b-10 {

  margin-bottom: 10px;

}

.m-b-15 {

  margin-bottom: 15px;

}

.m-b-20 {

  margin-bottom: 20px;

}

.m-b-30 {

  margin-bottom: 30px;

}

.p-t-0 {

  padding-top: 0px !important;

}

.p-t-10 {

  padding-top: 10px;

}

.p-t-15 {

  padding-top: 15px;

}

.p-t-30 {

  padding-top: 30px;

}

.p-b-5 {

  padding-bottom: 5px;

}

.p-b-10 {

  padding-bottom: 10px;

}

.p-2-1 {

  padding-top: 2px !important;

  padding-bottom: 1px !important;

}

.p-b-15 {

  padding-bottom: 15px !important;

}

.p-b-30 {

  padding-bottom: 30px;

}

.p-15-10 {

  padding: 10px 10px 15px;

}

.p-5-10 {

  padding: 1px 10px 10px;

}

.p-5-10-0 {

  padding: 5px 10px 0;

}



.content-left {

  width: calc(100% - 365px);

  float: left;

}

.content-top-lg,

.content-top-sm {

  float: left;

}

.col-xl,

.col-lg,

.col-md,

.col-sm,

.col-xs {

  margin-left: 10px;

  margin-right: 10px;

  float: left;

}

.content-top-lg {

  width: 55%;

}

.content-top-sm {

  width: 45%;

}

.row {

  width: 100%;

  float: left;

}

.col-xl {

  width: calc(100% - 20px);

}

.col-lg {

  width: calc(66.6667% - 20px);

}

.col-md {

  width: calc(50% - 20px);

}

.col-sm {

  width: calc(33.3333% - 20px);

}

.col-xs {

  width: calc(25% - 20px);

}

.content-right {

  width: 345px;

  float: left;

  margin-left: 10px;

  margin-right: 10px;

}

a.color-white,

.color-white {

  color: #fff !important;

}

a.color-black {

  color: #231f20;

}

a {

  text-decoration: none;

  transition: 0.3s ease;

}

.bg-white {

  background-color: #fff;

}

.bg-offwhite {

  background-color: #f2f3f4;

}

.red {

  color: #c1141b !important;

}

.borderTop {

  border-top: 1px solid #c4c7d8;

}

/* Top Header */

.top-section {

  background-color: #0d4676;

  height: 30px;

  width: 100%;

  display: block;

  text-align: right;

  font-size: 14px;

}

.top-section p {

  display: inline-block;

}

.top-section .e-paper {

  background-color: #c1141b;

  display: inline-block;

  height: 30px;

  line-height: 30px;

  padding: 0 15px;

  margin-left: 10px;

}

.top-section .e-paper:hover {

  text-decoration: underline;

}

.top-section .divider {

  padding: 0 7px;

}

.top-section .divider {

  font-size: 6px;

  color: #c1141b;

  position: relative;

  top: -2px;

}

a.social:hover {

  color: #c1141b !important;

}



/* Menu Section */

.top-menu {

  height: 60px;

  box-shadow: 0 5px 5px -5px rgb(0, 0, 0);

}

.top-menu .logo {

  display: inline-block;

}

.top-menu .logo img {

  height: 50px;

  width: auto;

  padding: 0px 0px;

  display: inline-block;

  display: block;

}

.top-menu .menu {

  float: right;

  height: 60px;

  width: calc(100% - 350px);

  text-align: right;

}

.top-menu .menu ul {

  font-size: 0;

  letter-spacing: 0;

}

.top-menu .menu ul li {

  display: inline-block;

  list-style: none;

  position: relative;

}

.top-menu .menu ul li a {

  line-height: 60px;

  padding: 0 7px;

  color: #0d4676;

  float: left;

  font-size: 17px;

  font-weight: 400;

  margin: 0;

}

.top-menu .menu ul li a:hover,

.top-menu .menu ul li a.active {

  background-color: #e7e7e8;

  box-shadow: 0 -3px #0d4676 inset;

}

.top-menu .menu ul li a svg {

  margin-right: 5px;

  display: inline-block;

}

.top-menu .menu ul li ul {

  position: absolute;

  visibility: hidden;

}

.top-menu .menu ul li ul li {

  top: 60px;

  width: 120px;

  float: left;

}

.top-menu .menu ul li ul li a {

  padding: 0 0 0 10px;

  width: calc(100% - 10px);

  text-align: left;

  height: 40px;

  line-height: 40px;

  background-color: #fff;

}

.top-menu .menu ul li:hover ul li a {

  visibility: visible;

}

.top-menu .menu ul li ul li:hover a {

  box-shadow: 0 -1px #ee1d23 inset;

}



/* Menu Section */

.sub-menu {

  height: 55px;

  margin-top: -14px;

  background: #ccc;

  box-shadow: 0 5px 5px #aaa inset;

}

.sub-menu .logo {

  display: inline-block;

}



.sub-menu .logo a {

  line-height: 55px;

  font-size: 22px;

  font-weight: 600;

  margin-left: 10px;

  color: #0d4676;

}

.sub-menu .menu-sub {

  float: right;

  height: 55px;

  width: calc(100% - 250px);

  text-align: left;

}

.sub-menu .menu-sub ul {

  font-size: 0;

  letter-spacing: 0;

}

.sub-menu .menu-sub ul li {

  display: inline-block;

  list-style: none;

  position: relative;

}

.sub-menu .menu-sub ul li a {

  line-height: 55px;

  padding: 0 10px;

  color: #231f20;

  float: left;

  font-size: 17px;

  font-weight: 400;

  margin: 0;

}

.sub-menu .menu-sub ul li a:hover,

.sub-menu .menu-sub ul li.active a {

  background-color: #fff;

  box-shadow: 0 -3px #0d4676 inset;

}

.sub-menu .menu-sub ul li a svg {

  margin-right: 5px;

  display: inline-block;

}

.sub-menu .menu-sub ul li ul {

  position: absolute;

  visibility: hidden;

}

.sub-menu .menu-sub ul li ul li {

  top: 60px;

  width: 120px;

  float: left;

}

.sub-menu .menu-sub ul li ul li a {

  padding: 0 0 0 10px;

  width: calc(100% - 10px);

  text-align: left;

  height: 40px;

  line-height: 40px;

  background-color: #fff;

}

.sub-menu .menu-sub ul li:hover ul li a {

  visibility: visible;

}

.sub-menu .menu-sub ul li ul li:hover a {

  box-shadow: 0 -1px #ee1d23 inset;

}

li.search-menu {

  position: relative;

  /*margin-left: 15px;*/

}

li.search-menu a:before {

  content: "";

  /*border-left: 1px solid #ccc;*/

  height: 40px;

  position: absolute;

  top: 10px;

  left: -8px;

}

li.search-menu:hover a {

  box-shadow: none !important;

  background: #fff !important;

  color: #b11116 !important;

}



.popup-menu-bottom {

  border-top: 1px solid #ccc;

  height: 40px;

}

ul.popup-menu-bottom-left,

ul.popup-menu-bottom-right {

  padding: 0;

  margin: 0;

}

ul.popup-menu-bottom-left li,

ul.popup-menu-bottom-right li {

  padding: 0;

  margin: 0;



  list-style: none;

}

ul.popup-menu-bottom-left li {

  float: left;

}

ul.popup-menu-bottom-right li {

  float: right;

}

ul.popup-menu-bottom-left li a,

ul.popup-menu-bottom-right li a {

  color: #0d4676;

  margin: 10px;

  display: inline-block;

  font-size: 17px;

}

ul.popup-menu-bottom-right li a {

  margin: 10px 15px;

}

ul.popup-menu-bottom-right li a.camera-menu {

  background-image: url("../images/cam.png");

  background-position: 0 20%;

  background-repeat: no-repeat;

  padding-left: 35px;

}

ul.popup-menu-bottom-right li a.video-menu {

  background-image: url("../images/video-sm.png");

  background-position: 0 20%;

  background-repeat: no-repeat;

  padding-left: 30px;

}

ul.popup-menu-bottom-right li a.archive-menu {

  background-image: url("../images/archive-sm.png");

  background-position: 0 20%;

  background-repeat: no-repeat;

  padding-left: 25px;

}



ul.popup-menu-bottom-left li:hover a,

ul.popup-menu-bottom-right li:hover a {

  color: #b11116;

}

/* Top Content Left */

img.img-responsive {

  max-width: 100%;

  height: auto;

  display: block;

}

img.img-circle {

  border-radius: 50%;

}

.shoulder {

  color: #f03a3f;

  font-size: 14px;

}

p.description,

.description p {

  font-size: 18px;

  line-height: 28px;

  color: #231f20;

  margin-bottom: 16px;

}

.description .img-block-left {

  float: left;

  margin-right: 15px !important;

}

.description .img-block-right {

  float: right;

  margin-left: 15px !important;

}

a.news-section h1,

a.news-section h2,

a.news-section h3,

a.news-section h4,

.two-part h4,

a.title-20 h4 {

  color: #231f20;

}

a.news-section h1 {

  font-size: 26px;

  line-height: 32px;

  color: #0d4676 !important;

}

a.title-26 {

  font-size: 26px !important;

  line-height: 33px !important;

}

p.title-16 {

  font-size: 16px !important;

  line-height: 22px !important;

  color: #262626;

}

a:hover p.title-16 {

  color: #0d4676 !important;

}

a.title-20,

a.title-20 h4 {

  font-size: 20px !important;

  line-height: 26px !important;

}

a.title-18,

a.title-18 h2 {

  font-size: 18px !important;

  line-height: 23px !important;

}

a.title-16,

a.title-16 h2 {

  font-size: 16px !important;

  line-height: 23px !important;

}

a.title-14,

a.title-14 h2 {

  font-size: 14px !important;

  line-height: 22px !important;

}

a.title-26:hover h1,

a.title-16:hover,

a.title-18:hover,

a.title-18:hover h4,

a.title-18:hover h2,

a.title-14:hover,

a.title-16:hover h4,

a.title-20:hover h4,

a.title-14:hover h4,

a.title-16:hover h2,

a.title-14:hover h2 {

  color: #0d4676 !important;

}

a.title-20:hover h4.color-white,

a.title-16:hover h4.color-white,

a.color-white:hover h4,

a.color-white h4:hover {

  color: #eee !important;

}

a.news-section:hover img,

.divider a:hover img {

  opacity: 0.8;

}

.height-common {

  height: 44px;

  overflow: hidden;

}

.common-section-p {

  padding: 6px 10px 6px !important;

}

a.height-44 {

  height: 46px;

  overflow: hidden;

  margin-bottom: 4px;

}

h2.height-44,

h4.height-44 {

  height: 46px;

  overflow: hidden;

  margin-bottom: 16px;

}

h3.height-44 {

  height: 46px;

  overflow: hidden;

}

a.category-url {

  padding: 0 0 10px 25px;

  margin-left: 10px;

  display: block;

  color: #0d4676;

  background-image: url("../images/icon.png");

  background-repeat: no-repeat;

  font-weight: 600;

}

a.category-url:hover {

  color: #004b7a;

}

a.category-url-folder {

  padding: 0 0 10px 25px;

  margin-left: 10px;

  display: block;

  color: #0d4676;

  background-image: url("../images/folder.png");

  background-repeat: no-repeat;

  font-weight: 600;

}

a.category-url-folder:hover {

  color: #004b7a;

}



.two-part {

  padding: 0 10px;

  width: calc(100% - 20px);

  float: left;

}

.p-13-0-9 {

  padding: 13px 0 9px !important;

}

.two-part .divider {

  border-bottom: 1px dotted #ccc;

  float: left;

  padding: 12px 0 7px;

}

.two-part .divider:last-child {

  border-bottom: none;

}

.two-part .left-part {

  float: left;

  width: 35%;

  margin-right: 10px;

}
.two-part .left-part img{
    height: 65px;width: 100%;
}
.two-part .right-part {

  float: left;

  width: calc(65% - 10px);

  position: relative;

}

.two-part .right-part a.news {

  display: inline-block;

  overflow: hidden;

}

.right-part a.category-url {

  padding: 0 0 0 25px;

  margin-left: 0;

  display: block;

  color: #0d4676;

  background-image: url("../images/icon.png");

  background-repeat: no-repeat;

  font-weight: 600;

  font-size: 16px;

  margin-top: -3px;

}

.right-part a.category-url:hover {

  color: #004b7a;

}

.right-part a.category-url-folder {

  padding: 0 0 0 25px;

  margin-left: 0;

  display: block;

  color: #0d4676;

  background-image: url("../images/folder.png");

  background-repeat: no-repeat;

  font-weight: 600;

  font-size: 16px;

  margin-top: -3px;

}

.right-part a.category-url-folder:hover {

  color: #004b7a;

}

.center-block {

  text-align: center;

  width: 100%;

}

.center-block img {

  display: inline-block !important;

}



/* Top Content Right */

.video-section {

  background-color: #1c7479;

  height: 45px;

  width: 100%;

  position: relative;

  margin: 0 0 2px 0;

}

.video-section a {

  color: #fff;

  font-size: 20px;

  float: left;

  line-height: 45px;

}

.video-section img {

  margin: 5px 10px 0 10px;

  float: left;

}

.video-section::before,

.video-section::after {

  content: "";

  position: absolute;

  top: 34px;

  height: 0;

  border-bottom: 12px solid transparent;

  border-top: 12px solid transparent;

  display: block;

  float: right;

  text-align: right;

  z-index: 1;

}

.video-section::before {

  border-right: 20px solid#f2f3f4;

  right: 0px;

}

.video-section::after {

  left: 0px;

  border-left: 20px solid #f2f3f4;

}

.video-section-bottom {

  border-radius: 0;

  background-color: #1c7479;

  padding: 18px 10px 0 10px;

  position: relative;

  z-index: 0;

}



/* .video-section-bottom::before {

  content: "ভিডিও";

  color: #fff;

  position: absolute;

  bottom: 0px;

  right: 0px;

  height: 0;

  border-bottom: 30px solid #9b2f2a;

  border-right: 100px solid #9b2f2a;

  border-left: 40px solid transparent;

  display: block;

  float: right;

  text-align: right;

  z-index: 1;

  } */

.full-divider {

  width: 100%;

  height: 1px;

  border-bottom: 1px dotted #fff;

}

.video-section-bottom a.two-section {

  width: 100%;

  display: flex;

  margin-top: 10px;

}

.left-part-video {

  float: left;

  width: 35%;

  margin-right: 10px;

}

.right-part-video {

  float: left;

  width: calc(65% - 10px);

  position: relative;

}



.full-menu {

  width: 100%;

  float: left;

}

.full-menu a {

  background-image: url(../images/icon-lg.png);

  background-repeat: no-repeat;

  background-position: 0 30%;

  line-height: 30px;

  height: 30px;

  margin-left: 3px;

  padding-left: 28px;

  font-size: 20px;

  font-weight: 700;

  color: #0d4676;

}

a.writer-url {

  padding: 0 0 10px 0;

  margin-left: 10px;

  display: block;

  color: #0d4676;

  font-weight: 600;

  font-size: 16px;

}

a.writer-url:hover {

  color: #004b7a;

}

.img-effect {

  position: relative;

  overflow: hidden;

}

.img-effect::after {

  content: "";

  position: absolute;

  left: -2%;

  bottom: -7px;

  height: 26px;

  width: 104%;

  background-color: #f2f3f4;

  transform: rotate(3deg);

}

.online-vote {

  border: 1px solid #0d4575;

}

.vote-header a {

  background-color: #231f20 !important;

  height: 35px;

  line-height: 35px;

  font-size: 20px;

  color: #fff;

  width: 100%;

  display: block;

  text-align: center;

}

.vote-question {

  padding: 20px;

  width: calc(100% - 40px);

  color: #0d4676;

}

input[type="radio"] {

  margin-right: 5px;

  margin-top: 20px;

}

.vote-question label {

  margin-right: 25px;

}

button.btn-dark {

  color: #fff;

  background-color: #231f20;

  padding: 0 15px;

  margin: 0;

  height: 35px;

  line-height: 35px;

  cursor: pointer;

  margin-top: 20px;

  font-size: 14px;

  border: none;

}

button.btn-dark:hover {

  background-color: #1a1d21;

}

a.old-result {

  margin-left: 15px;

  height: 35px;

  line-height: 35px;

  color: #231f20;

  font-size: 16px;

}

a.old-result:hover {

  color: #1a1d21;

}

.motomot {

  background-color: #e9e8e7;

}

.motomot-bg {

  background-color: #fef3ed;

}

.motomot .divider {

  padding-top: 15px;

}

.motomot a {

  display: block;

}

.motomot a.author {

  float: right;

  font-size: 13px;

  color: #004b7a;

}

.left-part a.menu-name {

  text-align: center;

}

.motomot a.author::before {

  content: "\2014\00A0";

}



.live_view a.author::before {

  content: "\2014\00A0";

}



.right-part h3 {

  font-size: 18px;

  color: #231f20;

}



/*============================My Style Start===============================*/

.live_view {

  background: #0d4676;

}

.video-section-bottom.live_view {

  padding-left: 15px;

}

.text-center {

  text-align: center;

  width: 100%;

}

.left_inner_fixed .text-center {

  color: #0d4676;

}



/*most_last_news css start*/



.most_last_news ul {

  list-style: none;

}

.most_last_news ul li {

  display: inline-block;

  width: 49%;

}



.most_last_news ul li a {

  background: #0d4676;

  display: block;

  padding: 5px;

  text-align: center;

  color: #fff;

  font-size: 20px;

}

.most_last_news ul li a.bg-black,

.bg-black {

  background: #231f20;

}

.most_last_news_details {

  overflow: auto;

  max-height: 330px;

  padding-top: 10px;

}

.most-read {

  display: none;

}



.most_last_news_details li {

  border-bottom: 1px solid #000;

  margin-bottom: 7px;

  padding-bottom: 7px;

  padding-right: 10px;

  max-height: 40px;

  list-style: inside;

  overflow: hidden;

  padding-left: 20px;

  position: relative;

  font-size: 18px;

  line-height: 23px;

  display: table;

  width: calc(100% - 30px);

}



.most_last_news_details li:after {

  position: absolute;

  content: "";

  border: 4px solid black;

  left: 0px;

  top: 6px;

  border-radius: 10px;

}

.most_last_news_details li:hover a {

  color: #0d4676;

}

.video-section.social_contact {

  background: #0e4e91;

  color: #fff;

  margin-bottom: 0;

}



.video-section.social_contact h3 {

  padding: 10px 20px;

}



.social_contact_bottom {

  background: #fff;

  padding: 0;

}



.social_contact_bottom ul {

  list-style: none;

}



.social_contact_bottom li {

  display: inline-block;

  border-right: 3px solid #ddd;

  padding: 20px;

  text-align: center;

}



.social_contact_bottom li:last-child {

  border-right: 0px solid #ddd;

}



.social_contact_bottom ul li a {

  background: #3b5a9a;

  color: #fff;

  height: 40px;

  width: 40px;

  display: block;

  line-height: 40px;

  text-align: center;

  border-radius: 5px;

}

.social_contact_bottom ul li a.facebook_color {

  background: #3b5a9a;

}

.social_contact_bottom ul li a.twitter_color {

  background: #5b9ed6;

}

.social_contact_bottom ul li a.google_color {

  background: #d64a35;

}



/*bangla-international-area css start*/



.two-part-full.container-bg {

  width: 100%;

  padding: 0;

  margin-top: 6px;

}

.two-part-full.container-bg a.news-section img{
    height: 185px;
    width: 100%;
}


.two-part-full .divider {

  padding: 6px 10px 0px;

}



/*binodon area css start*/

.binodon_left {

  border-right: 1px solid red;

}

.binodon_area {

  margin-right: 10px;

  overflow: hidden;

  margin-left: 9px;

}

.bg-black2 {

  background: #161616;

}

.overflow-hidden {

  overflow: hidden;

}

.float-left {

  float: left;

}

.float-right {

  float: right;

}

.binodhon_text p {

  text-align: justify;

}

.yellow {

  background: #bb8632;

}



.green {

  background: #24ac8f !important;

  position: relative;

}



.pink {

  background: #b74164;

  position: relative;

}



.blue {

  background: #4f4986;

  position: relative;

}

.col-sm.binodon {

  margin-right: 0;

  width: 32.1%;

}

.binodhon_text {

  min-height: 120px;

  position: relative;

}

.arrows {

  display: inline-block;

  position: absolute;

}

.arrow_up {

  border-top: 10px solid transparent;

  border-bottom: 30px solid #bb8632;

  border-left: 10px solid transparent;

  left: 50px;

  top: -40px;

  border-right: 10px solid transparent;

}



.arrow_right {

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  left: -40px;

  top: calc(50% - 10px);

  border-left: 10px solid transparent;

  position: absolute;

}

.arrow_right_pink {

  border-right: 30px solid #b74164;

}

.arrow_right_green {

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  right: -40px;

  top: calc(50% - 10px);

  border-right: 10px solid transparent;

  border-left: 30px solid #24ac8f;

  position: absolute;

  z-index: 9999;

}

.arrow_right_blue {

  border-right: 30px solid #4f4986;

}



/*khela_area css start*/

.khela_area {

  margin: 0 10px;

  padding: 15px 10px 0 15px;

  overflow: hidden;

}

.khela_area .two-part .right-part a.news {

  height: auto;

}

.khela_area .two-part-full .divider {

  padding: 0;

  margin: 0 5px 10px 20px;

  padding-bottom: 5px;

  border-bottom: 1px dotted #ccc;

}

.khala_right_area .two-part-full .divider {

  padding: 0;

  margin: 0 0px 10px 0px;

  padding-bottom: 5px;

  border-bottom: 2px dotted #ccc;

}

.khela_area .two-part-full .divider:last-child,

.khala_right_area .two-part-full .divider:last-child {

  border-bottom: 0px dotted #ccc;

}

.khela_area .two-part-full.container-bg {

  margin-top: -10px;

}



.khela_left {

  width: 50%;

}



.khela_right {

  width: 50%;

}

.khala_right_area {

  overflow: hidden;

  margin: 0 10px;

}

.khela_right .two-part .divider:last-child {

  margin-bottom: 0;

}

.khala_right_area .video-section::after {

  left: 0px;

  border-left: 20px solid #ffffff;

}

.khala_right_area .video-section::before {

  border-right: 20px solid#ffffff;

  right: 0px;

}

.live_view_khala {

  background: #4f4986;

  margin-bottom: 0;

}

.live_view_khala2 {

  background: #f1f1f2;

  overflow: hidden;

}

.khela_right_side .two-part .right-part a.news {

  height: 90px;

}

a.news h2 {

  color: #231f20;

}

a.news h2:hover {

  color: #0d4676;

}

h3 a.news,

h4 a.news {

  color: #fff;

}

h3 a.news:hover,

h4 a.news:hover {

  color: #d6d6d6;

}

/*sobighor area css start*/



.sobighor_left.float-left {

  width: 60%;

}



.sobighor_right.float-left {

  width: 40%;

  background: #b11116;

  color: #fff;

  padding-top: 10px;

}

.sobighor_header {

  border-bottom: 2px solid #fff;

  padding-left: 20px;

}



.sobighor_header h2 {

  margin-left: 85px;

  line-height: 60px;

}

.sobighor_right.float-left p {

  color: #fff;

}

.sobighor_right .two-part {

  padding: 0;

  width: 100%;

  position: relative;

}

.sobighor_right .two-part .divider {

  padding: 6px 5px 0 20px;

}



.arrow_left_2 {

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  border-left: 10px solid transparent;

  left: -40px;

  top: 20px;

  border-right: 30px solid #b11117;

}

.sobighor_right.float-left .active {

  color: yellow;

}



/*projukti-dhormo-area css start*/



.one-part .right-part {

  width: 100%;

  margin-bottom: 10px;

}

.video-section-bottom.social_join {

  background: #fff;

}

.join_email input {

  background: #dadadc;

  width: 80%;

  border: none;

  padding: 10px 10px;

  border-radius: 5px 0 0 5px;

  margin: 10px 0;

}



.join_email span {

  background: #ee1f2c;

  display: inline-block;

  color: #fff;

  padding: 6px 9px 7px;

  border-radius: 0 5px 5px 0;

  cursor: pointer;

}

.join_fb a,

.join_google a {

  margin-bottom: 15px;

  display: block;

  padding: 7px 10px;

  border-radius: 5px;

  text-align: center;

  color: #fff;

}

.join_fb a {

  background: #4e6ab2;

}

.join_google a {

  background: #df4b39;

}



/*=============================inner page start==========================*/



.sidebar-ads {

  width: 120px;

  height: auto;

  float: left;

  margin: 0 10px;

}

.news-details {

  width: calc(100% - 280px);

  float: left;

}



/*  .news-details-left{

    width: calc(100% - 345px);

    margin: 0 10px;

    float: left;

    }*/

.news-details-left {

  width: calc(100% - 326px);

  float: left;

  border-right: 1px solid #c4c7d8;

  margin-top: 20px;

}



/* .news-details-right{

      width: 305px;

      margin: 0 10px;

      float: left;

      }*/

.news-details-right {

  width: 315px;

  margin: 0 0 0 10px;

  float: left;

  padding-top: 20px;

}

.left_inner_fixed {

  width: 170px;

  background: #fff;

  float: left;

}

.left_inner_fixed h4 {

  border-bottom: 1px solid #ddd;

  padding-bottom: 5px;

  padding-top: 10px;

}

.left_inner_fixed .border_bottom {

  border-bottom: 1px solid #ddd;

}

.color_D {

  color: #656879;



  font-size: 16px;



  padding: 14px 0 0 4px;

}

.left_inner_fixed p {

  font-size: 14px;

}

.left_inner_fixed i.far.fa-clock {

  padding-right: 7px;

}

.news-details-left-all {

  border-left: 1px solid #ddd;

  border-right: 1px solid #ddd;

  float: right;

  width: calc(100% - 213px);

  margin: 0 5px;

  padding: 0 15px;

}

.news-details-left-all h2 {

  color: #0d4676;

}

.news-details-left-all p {

  text-align: justify;

}

.border_bottom {

  border-bottom: 1px solid #c4c7d8;

  padding: 5px 0;

  margin-bottom: 10px;

}

.photo_autor {

  font-size: 13px;

  color: #5d5252;

}

.inner_breadcrumbs {

  padding: 10px 0 5px 0;

  border-bottom: 1px solid #c4c7d8;

  width: calc(100% - 5px);

  margin: 0;

}



.inner_breadcrumbs ul {

  list-style: none;

}



.inner_breadcrumbs li {

  display: inline-block;

  margin: 0;

  float: left;

}



.inner_breadcrumbs ul li a {

  color: #0d4676;

  margin: 0 5px;

}

.inner_breadcrumbs ul li a:hover {

  color: #a71e25;

}

.inner_breadcrumbs ul li svg {

  color: #0d4676;

  margin-right: 5px;

}

.inner_text_img {

  width: 220px;

  float: right;

  margin: 5px 0 5px 12px;

  border-bottom: 1px solid #231f20;

}

.inner_img_text {

  text-align: justify;

}

.inner_img_text span {

  color: #231f20;

}

.inner_read_more {

  background: #e7e7e8;

  margin: 15px 0;

  padding: 1px 10px;

  display: table;

  width: calc(100% - 20px);

}

.border_left {

  border-left: 5px solid #0775bb;

  padding-left: 15px;

  margin: 10px;

}

.inner_read_more p {

  color: #000;

  font-size: 18px;

  margin-bottom: 7px;

}

.border_left a {

  color: #0d4676;

  display: block;

  line-height: 30px;

}

.border_left a:hover {

  color: #a71e25;

}



/*news-details-right start*/

.news-details-right .video-section-bottom {

  overflow: auto;

  max-height: 400px;

  background-color: #f6f6f6;

  padding: 15px 10px 10px 10px;

  margin-bottom: 20px;

}

.white-after {

  background-color: #0063b0;

  margin: 0 0 0px 0;

}



.white-after::before {

  border-right: 20px solid#ffffff;

  right: 0px;

}

.white-after::after {

  border-left: 20px solid#ffffff;

  right: 0px;

}

.news-details-right h4.color-white {

  color: #000;

}



.update_video {

  background: #c4c7d8;

  margin: 0 0 2px 0;

}

.video-section-bottom.update_video {

  background: #c4c7d8;

}

.video-section-bottom.update_video h3 {

  color: #fff;

  margin: 5px 0 20px 0;

}

/*inner_footer_area*/



.inner_footer_area {

  overflow: hidden;

  padding-top: 10px;

}

.inner_footer_area .col-sm {

  margin: 0;

  margin-right: 10px;

  width: 31.333%;

  margin-bottom: 15px;

}



.border_left2 {

  font-size: 18px;

  color: #000;

  padding-left: 15px;

  margin-bottom: 5px;

  display: block;

  position: relative;

  text-align: left;

}

.border_left2::after {

  position: absolute;

  content: "";

  left: 0px;

  top: 0;

  border-left: 5px solid #f7941d;

  height: 100%;

}



a.news-section p {

  color: #231f20;

}



a.news-section p {

  text-align: left;

}



/*=============================inner page end==========================*/



/*=============================binodon page end==========================*/

.content-left.binodon_left {

  border-right: 1px solid #c4c7d8;

  width: calc(100% - 366px);

}

.binodon_pagination {

  margin-bottom: 15px;

}

a.all_news {

  background: #0d4676;

  color: #fff;

  text-align: right;

  display: block;

  padding: 5px 20px;

  margin-bottom: 10px;

}

.binodon_pagination ul {

  padding: 0;

  margin: 0 10px;

}



.binodon_pagination li {

  list-style: none;

  display: inline-block;

}



.binodon_pagination li a {

  padding: 5px 20px;

  display: block;

}

.binodon_pagination li a.green {

  background: #0d4676 !important;

  color: #fff;

}

.color_gray {

  background: #b3b4b7;

  color: #fff;

}



.binodon_more_news .border_bottom {

  border-bottom: 1px solid #c4c7d8;

}



.row.binodon_footer {

  padding-top: 10px;

}

/*.row.binodon_footer:last-child {

        border-bottom: 1px solid #000;

        padding-bottom: 10px;

        }*/

.row.binodon_footer .two-part-full .divider {

  padding-left: 0;

}

.binodon_footer .col-sm {

  border-right: 1px solid #c4c7d8;

  margin: 0;

  padding: 0 10px;

  width: calc(33.3333% - 21px);

}

.binodon_footer.alapon .col-sm {

  border-right: 0;

  width: calc(33.3333% - 20px);

}



.binodon_footer .col-sm:last-child {

  border: none;

}



.binodon_footer .border_left2::after {

  border-left: 5px solid #0d4676;

}



/*=============================binodon page end==========================*/



/*=================

          new css start 

          =================*/

.pos-color-red {

  position: relative;

  overflow: hidden;

}

.pos-color-red .all_news {

  background: #a71e25;

  position: relative;

  margin: 0;

}



.pos-color-green:after {

  background: #0d4676;

}

.pos-color-red + .video-section.social_contact {

  background: #27ab8f;

}

.pos-color-blue {

  clear: both;

  margin: 0;

}

.pos-color-blue .all_news {

  background: #0d4676;

}



.pos-color-red:after {

  background: #1c7479;

  width: 55%;

  height: 100%;

}

.pos-color-red:after,

.pos-color-red:before,

.pos-color-blue:after,

.pos-color-blue:before {

  position: absolute;

  content: "";

  top: 0;

}

.pos-color-red:before {

  background: #a71e25;

  width: 20%;

  height: 100%;

  z-index: 2;

  right: 122px;

  transform: rotate(-50deg);

}



.pos-color-blue:after {

  background: #b11116;

  width: 55%;

  height: 100%;

}

.pos-color-blue:before {

  background: #0d4676;

  width: 20%;

  height: 100%;

  z-index: 2;

  right: 122px;

  transform: rotate(-50deg);

}



.custom-motamot {

  width: calc(45% - 20px);

}



.custom-interview {

  width: calc(30% - 20px);

}



.custom-ads {

  width: calc(25% - 20px);

}



.custom-motamot .left-part {

  width: 15%;

}



.custom-motamot .right-part {

  width: calc(85% - 10px);

}



.custom-motamot .divider {

  display: flex;

  flex-direction: row;

  align-items: center;

}



/*=================

          new css end

          =================*/



.col-md.inner_footer_news {

  text-align: left;

}



.inner_footer_news .most_last_news ul li {

  width: 100%;

}



.inner_footer_news .most_last_news ul li a {

  text-align: left;

  padding-left: 15px;

}



.inner_footer_news .most_last_news_details {

  max-height: 100%;

  background: #f3f3f4;

  padding: 10px 0 0 15px;

}



.inner_footer_news .most_last_news_details li:after {

  border: none;

  content: unset;

}



.inner_footer_area .full-menu {

  text-align: left;

  margin-bottom: 15px;

}



.inner_footer_news .most_last_news_details li {

  padding-left: 0;

  border: none;

  width: 100%;

  padding-right: 0;

}

.two_part {

  overflow: hidden;

}



.right_part {

  float: left;

  width: 92%;

  border-bottom: 1px solid #949599;

  padding-bottom: 5px;

}



.left_part {

  float: left;

  width: 8%;

}



.most_last_news_details ul li:last-child .right_part {

  border-bottom: none;

}

h4.content_tags_header {

  float: left;

  color: #666;

  margin-right: 8px;

  font-weight: 400;

}

.topic_list {

  display: inline;

}

.topic_list a {

  float: left;

  padding: 0 8px;

  background: #eee;

  border-radius: 3px;

  color: #000;

  margin-right: 8px;

  margin-bottom: 8px;

}

.topic_list a strong {

  font-weight: 400;

}

.topic_list a:hover {

  text-decoration: underline;

  background: #aaa;

}

.khela_left a p {

  color: #231f20;

}

.khela_left a p:hover {

  color: #0d4676;

}



/* footer_section start */



.footer_section {

  padding: 35px 10px;

  color: #fff;

  overflow: hidden;

}



.footer_menu_area {

  width: 28%;

  float: left;

}

.footer_menu ul,

.footer_address li {

  list-style: none;

  padding: 0;

  margin: 0;

}

.footer_menu ul li a {

  color: #fff;

  display: block;

  margin-bottom: 10px;

}



.footer_menu {

  width: 50%;

  float: left;

}



.footer_border {

  overflow: hidden;

  padding: 0 10px;

  border-right: 1px solid #67809d;

  border-left: 1px solid #67809d;

  padding: 0 15px;

}

.footer_noMiss {

  width: 25%;

  float: left;

}

.footer_noMiss .two-part {

  background: #fff;

  margin-bottom: 2px;

  padding: 0;

  width: 100%;

}

.footer_noMiss .two-part .divider {

  padding: 7px 7px 0;

}

.footer_noMiss a,

.footer_address h2,

.footer_subscribe h2 {

  color: #fff;

  font-size: 18px;

  display: block;

  font-weight: normal;

}

.footer_noMiss .right-part a {

  color: #000;

  font-size: 14px;

  height: 40px;

}



.footer_address {

  width: 27%;

  float: left;

}

.footer_address .footer_border {

  border-left: 0;

  margin-left: 5px;

}

.footer_address li {

  margin-bottom: 10px;

}

.footer_subscribe {

  float: left;

  width: calc(20% - 25px);

  text-align: right;

  padding-left: 25px;

}

.subscribe_form {

  position: relative;

  overflow: hidden;

}



.subscribe_form input {

  padding: 9px;

  border: navajowhite;

  margin-top: 10px;

  width: 100%;

  position: relative;

}



.subscribe_form a {

  background: red;

  color: #fff;

  position: absolute;

  right: 0;

  top: 10px;

  padding: 6px 10px;

}



.app_area {

  overflow: hidden;

  margin-top: 30px;

}



.apps_text {

  float: left;

  width: 50%;

}



.apps_logo {

  width: calc(50% - 5px);

  float: right;

  padding-right: 5px;

}



.apps_text a {

  color: #fff;

  font-size: 14px;

  display: block;

  padding: 0 20px 0 30px;

}

.apps_logo a {

  border-radius: 5px;

  width: 100%;

  overflow: hidden;

  display: block;

  margin-bottom: 10px;

  border: 1px solid #fff;

}



.apps_logo img {

  display: block;

}



.scroll_up {

  margin: 0 auto;

  text-align: center;

  padding: 10px 0;

}

.scroll a {

  color: #0d4676;

}



.social_inner_bottom ul,

.footer_bottom ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



.social_inner_bottom ul li,

.footer_bottom li {

  display: inline-block;

}



.social_inner_bottom ul li a {

  display: block;

  height: 25px;

  width: 25px;

  border-radius: 50%;

  text-align: center;

  line-height: 25px;

  color: #fff;

  font-size: 12px;

}

.facebook_color {

  background: #0069b5;

}

.twitter_color {

  background: #00adee;

}

.google_color {

  background: #ee1c25;

}

.print_color {

  background: #3898ba;

}

.share_color {

  background: #363896;

}



.footer_bottom li a {

  font-size: 14px;

  font-weight: 700;

  color: #58585a;

  border-right: 1px solid #58585a;

  padding: 0 10px;

}



.footer_bottom li:last-child a {

  border: 0;

}



.footer_logo_section {

  margin: 10px 0;

  border-top: 2px solid #0d4676;

  overflow: hidden;

  display: inline-block;

}

.copyright_area b {

  color: #0d4676;

  margin-top: 17px;

}



.footer_bottom {

  margin: 10px 0;

}



.footer_logo_section .logo {

  float: left;

  width: calc(50% - 2px);

  text-align: right;

  border-right: 2px solid #0d4676;

  padding-top: 20px;

}



.footer_logo_section .social_inner_bottom {

  float: left;

  width: 50%;

  padding-top: 20px;

  text-align: left;

}



.footer_logo_section .logo .m-b-5 {

  padding: 0 40px;

}



.footer_logo_section .social_inner_bottom ul {

  padding-left: 40px;

}



.footer_logo_section .social_inner_bottom ul a {

  width: 35px;

  height: 35px;

  line-height: 35px;

  font-size: 15px;

}



/* footer_section end */

.ui-datepicker-inline {

  width: calc(100% - 10px);

}

.binodon-left {

  width: 45%;

  float: left;

}

.binodon-right {

  width: calc(55% - 10px);

  float: left;

  margin-left: 10px;

}

.p-all-10 {

  padding: 10px 5px 0 10px !important;

  display: block;

}

p.motamot-bottom {

  margin: 0 10px 10px;

  font-size: 14px;

  line-height: 18px;

  text-align: right !important;

  color: #0d4676 !important;

}



.video-image {

  position: relative;

}

.video-icon {

  position: absolute;

  top: calc(50% - 30px);

  left: calc(50% - 30px);

  height: 60px;

  width: 60px;

  text-align: center;

  line-height: 60px;

  color: #fff;

  border-radius: 50%;

  font-size: 30px;

  padding-left: 8px;

  border: 5px solid #fff;

  -webkit-box-shadow: 0 0 30px 2px gray;

  -moz-box-shadow: 0 0 30px 2px gray;

  box-shadow: 0 0 30px 2px gray;

  opacity: 0.8;

}



.video-icon-sm {

  position: absolute;

  top: calc(50% - 15px);

  left: calc(50% - 15px);

  height: 30px;

  width: 30px;

  text-align: center;

  line-height: 30px;

  color: #fff;

  border-radius: 50%;

  font-size: 18px;

  padding-left: 6px;

  border: 3px solid #fff;

  -webkit-box-shadow: 0 0 30px 2px gray;

  -moz-box-shadow: 0 0 30px 2px gray;

  box-shadow: 0 0 30px 2px gray;

  opacity: 0.8;

}

.video-icon:hover,

.video-icon-sm:hover {

  background: #fff;

  color: #a71e25;

}

.category-page .divider {

  width: calc(100% - 20px);

  padding-left: 0;

  padding-right: 0;

}

.category-page .left-part {

  width: 150px;

}

.category-page .two-part .right-part {

  width: calc(100% - 160px);

}

.category-page .two-part-full .divider {

  padding: 10px 0;

}



/* Pagination Start */

.pagination {

  display: -ms-flexbox;

  display: flex;

  padding-left: 0;

  list-style: none;

  border-radius: 0.25rem;

  font-size: 18px;

}

.pagination {

  list-style: none;

}

.page-item:first-child .page-link {

  margin-left: 0;

  border-top-left-radius: 0.25rem;

  border-bottom-left-radius: 0.25rem;

}

.page-link {

  position: relative;

  display: block;

  padding: 0.5rem 0.75rem;

  margin-left: -1px;

  line-height: 1.25;

  color: #0d4676;

  background-color: #fff;

  border: 1px solid #dee2e6;

}

.page-item.active .page-link,

.page-item:hover .page-link {

  z-index: 3;

  color: #fff;

  background-color: #0d4676;

  border-color: #0d4676;

}

.page-link {

  position: relative;

  display: block;

  padding: 0.4rem 0.75rem;

  margin-left: -1px;

  line-height: 1.25;

  color: #0d4676;

  background-color: #fff;

  border: 1px solid #dee2e6;

  border-top-color: rgb(222, 226, 230);

  border-right-color: rgb(222, 226, 230);

  border-bottom-color: rgb(222, 226, 230);

  border-left-color: rgb(222, 226, 230);

}

/* Pagination End */

.search_block {

  position: fixed;

  top: 40px;

  z-index: 99999;

  width: 100%;

  background: #fff;

}

.search_logo input {

  padding: 9px;

  margin-right: auto;

  width: calc(100% - 223px);

  border: 2px solid #ddd;

}

a.close-search {

  display: inline-block !important;

}

.search_logo.display-flex a,

.search_logo.display-flex button {

  background: #e6e4e4;

  width: 50px;

  margin-right: 2px;

  height: 38px;

  text-align: center;

  line-height: 39px;

  color: #0f4576;

  border: none;

  cursor: pointer;

}

.search_logo.display-flex a:hover,

.search_logo.display-flex button:hover {

  color: #a71e25;

}



.search_logo.display-flex a:last-child {

  margin-right: 0;

}

.show {

  display: inline;

}

.hide {

  display: none;

}

.description .img-block {

  display: inline-block;

  margin: 10px 0 15px;

}

.description .img-block img {

  display: block;

}

.description .img-block .img-block-title {

  width: calc(100% - 15px);

  line-height: 24px;

  border-bottom: 1px solid #ccc;

  padding: 8px 10px 8px 5px;

}



.social_inner_bottom ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.social_inner_bottom ul li {

  display: inline-block;

}

.social_inner_bottom ul li a {

  display: block;

  height: 25px;

  width: 25px;

  border-radius: 50%;

  text-align: center;

  line-height: 25px;

  color: #fff;

  font-size: 12px;

}

.facebook_color {

  background: #0069b5;

}

.twitter_color {

  background: #00adee;

}

.google_color {

  background: #ee1c25;

}

.print_color {

  background: #3898ba;

}

.share_color {

  background: #363896;

}

