
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Tiro Bangla';
} .ad__full--length {
    width: 100%;
    max-height: 200px;
    max-width: 990px;
    overflow: hidden;
    border-radius: 24px;
} .caption__text {
    position: absolute;
    display: block;
    bottom: 120px;
    font-size: 0.8rem;
    width: 300px;
    line-height: 1rem;
    left: calc(50% - 150px);
    padding: 6px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
} .subcata__text {
    color: #ff0000;
    /*margin-left: 9px;
     font-size: 1rem; */
    font-size: 0.8rem;
    background: #f1f1f1;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
} .next__prev--btn {
    background: #000;
    padding: 12px 24px;
    border-radius: 6px;
    color: #fff;
} .next__news__div {
    width: 36%;
    float: right;
} .prev__news__div {
    width: 36%;
    float: left;
} .main__content--p {
    text-align: left;
    font-size: 1.2rem;
} .main__content--p a {
    color: #007bb6;
    text-decoration: underline;
} .main__content--p img {
    width: 100%;
    margin: 12px 0;
} .main__content--p iframe {
    display: block;
    margin: 24px 0;
    width: 100%;
    height: 300px;
} .cata__next--news {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    float: right;
    margin: 3px 12px;
    background: #fff;
    border: none;
} .cata__next--news i {
    font-size: 24px;
} .floating__button {
    position: sticky;
    bottom: 30px;
    box-shadow: none;
    right: 12px;
    background-color: transparent;
    color: #fff;
    z-index: 99999;
} .nav__video--li {
    background: #aa1111;
} .nav__video--li a {
    color: #fff !important;
} .header {
    width: 100%;
} .nav__header {
    height: 60px;
    overflow: hidden;
} .nav__header nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 960px;
} .nav__header nav i {
    font-size: 24px;
    color: #000;
    cursor: pointer;
    transition: color 0.6s;
} .nav__header nav i:hover {
    color: #000;
    transition: color 0.6s;
} .nav__header nav .float__right {
    display: flex;
} .side__navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 0;
    background-color: #ebebeb;
    z-index: 9;
    opacity: 0;
    transition: all 0.6s;
} .side__navbar.active {
    width: 20%;
    opacity: 1;
    transition: all 0.6s;
} .side__navbar .fa-solid {
    font-size: 2.4rem;
    color: #000;
    position: absolute;
    right: 24px;
    top: 12px;
    cursor: pointer;
} .side__navbar ul {
    list-style: none;
    margin-top: 60px;
} .side__navbar li {
    font-family: 'Tiro Bangla', sans-serif;
    font-size: 1.2rem;
    background-color: transparent;
    transition: all 0.6s;
    color: #000;
    cursor: pointer;
} .side__navbar li:hover {
    background-color: #fff;
    transition: all 0.6s;
} .side__navbar li a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    font-family: 'Tiro Bangla', sans-serif;
} .side__navbar--social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #666;
    justify-content: left;
} .side__navbar--social i {
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    margin: 15px;
} .side__navbar > * {
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.6s;
} .side__navbar.active > * {
    opacity: 1;
    transition: 0.6s;
} .small__top, .small__bottom {
    display: flex;
    width: 210px;
    align-items: center;
    justify-content: space-evenly;
} .small__top i, .small__bottom i {
    font-size: 12px !important;
    cursor: default;
} .small__top p, .small__bottom p {
    font-size: 0.8rem;
    margin-bottom: 0;
    width: 195px;
    color: #000;
} .small__bottom {
    opacity: 0 !important;
} nav a img {
    height: 42px;
    width: auto;
} nav .social {
    width: 150px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
} .video__main--div {
    /*background: #000;
    padding: 24px;*/
    overflow: hidden;
   /* color: #fff;  */  display: block;
    /*border-radius: 12px;*/
} .video__main--div .card__content--div {
    background: #fff;
} .cata__icon {
    height: 24px;
    width: 24px;
    margin-right: 9px;
} .cata__icon--big {
    height: 36px;
    width: 36px;
    margin-right: 12px;
} .cata__header {
    width: 100%;
    height: 40px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
} .cata__header ul {
    list-style: none;
    margin: 12px auto;
    padding-bottom: 12px;
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} .cata__header li a {
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 1px 9px;
    border-right: 0.1px solid #000;
} marquee {
    margin-top: 4px;
} .main__content {
    width: 100%;
    max-width: 990px;
    margin: 3px auto;
    overflow-y: auto;
    overflow-x: hidden;
} .big__news {
    max-width: 660px;
    float: left;
    margin-right: 15px;
} .small__news {
    float: right;
    margin-left: 15px;
    width: 300px;
} .title__div {
    width: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
} .title__h1 {
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 0;
    width: 200px;
    /*text-align: center;*/
} .title__div--line {
    width: 195px;
    height: 6px;
    background: transparent;
    border-top: 1px solid #000;
} .article__1 {
    text-align: center;
    margin-bottom: 6px;
    position: relative;
    transition: all 0.6s;
    cursor: pointer;
} .article__1.news__page {
    cursor: default;
} /*.article__1:hover .article__1--img {
    transform: scale(1.02) translateY(12px);
    transition: all 0.6s;
} .article__1:hover .article__1--details {
    transform: scale(1.02) translateY(-12px);
    transition: all 0.6s;
} .article__1.news__page:hover .article__1--img {
    transform: scale(1) translateY(0);
} .article__1.news__page:hover .article__1--details {
    transform: scale(1) translateY(0);
}*/ .article__1--img {
    width: 100%;
    min-height: 180px;
    margin: 0px auto;
    border-radius: 9px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transform: scale(1) translateY(0);
    transition: all 0.6s;
} .article__1--details {
    width: 81%;
    margin-left: 9%;
    /* margin-top: -30px; */
    background-color: #fff;
    border-radius: 12px;
    padding: 12px 24px;
    min-height: 120px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    position: relative;
    transform: scale(1) translateY(0);
    transition: all 0.6s;
} .article__1--details h5, .article__1--details p {
    text-align: left;
    padding: 3px;
    margin-bottom: 0;
} .article__1--details p, .article__1--details h1 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
} .title__share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 3px;
} .article__1--details h5 a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border: 0.1px solid #000;
    width: fit-content;
    padding: 6px 24px;
    line-height: 30px;
} .title__share i {
    color: #000;
    cursor: pointer;
} .article__social {
    position: absolute;
    background-color: #fff;
    border-radius: 6px;
    right: 18px;
    top: -81px;
    width: 30px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.6s;
} .article__social i {
    font-size: 15px;
    padding: 3px;
    color: #000;
    cursor: pointer;
    border-top: 1px solid #000; 
} .article__social--position-adj {
    top: unset;
    right: unset;
    margin-bottom: 120px;
} .card__verticle--3 {
    width: 100%;
    margin: 3px auto;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.6s;
} /*.card__verticle--3:hover {
    transform: scale(1.02);
    transition: all 0.6s;
} */.card__verticle--2 {
    width: 100%;
    margin: 3px auto;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.6s;
} /*.card__verticle--2:hover {
    transform: scale(1.02);
    transition: all 0.6s;
}*/ .card__img--div {
    height: 90px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
} .card__content--div {
    height: 90px;
    width: 100%;
    padding: 6px;
} .card__verticle--3 .card__img--div {
    height: 120px;
} .card__verticle--3 .card__content--div {
    height: 120px;
} .card__verticle--2 .card__img--div {
    height: 183px;
} .card__verticle--2 .card__content--p {
    font-size: 1rem;
    line-height: 1.5;
    /* min-height: 60px; */
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
} .article__sm .card__img--div {
    height: 160px;
} .card__content--share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
} .card__content--h5 a {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    width: fit-content;
    padding: 3px;
    line-height: 30px;
} .card__content--h5 {
    font-size: 1rem;
    padding: 2px 12px;
    color: #000;
    margin-bottom: 0;
} .card__content--share i {
    cursor: pointer;
} .card__horizontal--2 {
    width: 100%;
    display: flex;
    margin: 3px auto;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    transform: scale(1);
    cursor: pointer;
    transition: all 0.6s;
} .card__horizontal--2 a {
    height: 90px;
    width: 100%;
} /*.card__horizontal--2:hover {
    transform: scale(1.02);
    transition: all 0.6s;
} *//*.card__horizontal--2 p {
    font-size: 0.9rem;
}*/ .card__horizontal--2 .card__content--share {
    margin-bottom: 6px;
} .card__horizontal--2 .card__content--div {
    padding-bottom: 0;
    padding-top: 6px;
    height: 90px;
} .article__social--position-adj2 {
    top: unset;
    right: unset;
    margin-top: 30px;
    margin-left: -160px;
} .margin-top-30 {
    margin-top: 10px !important;
} .title__div-sm {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: start;
} .title__h1-sm {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0;
    width: 144px;
    text-align: left;
} .title__div--line-sm {
    width: 150px;
    height: 6px;
    background: transparent;
    border-top: 1px solid #000;
    border-bottom: 3px solid #cd0000;
} .ad__img-sm {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
} .article__sm {
    width: 90%;
    margin: 12px auto;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.6s;
    cursor: pointer;
}/* .article__sm:hover {
    transform: scale(1.02);
    transition: all 0.6s;
}*/ .article__sm .card__content--div {
    min-height: unset;
} .article__sm .card__content--p {
    min-height: unset;
} .filepond--drop-label {
	color: #4c4e53;
}
.filepond--label-action {
	text-decoration-color: #babdc0;
}
.filepond--panel-root {
	border-radius: 2em;
	background-color: #edf0f4;
	height: 1em;
}
.filepond--item-panel {
	background-color: #595e68;
}
.filepond--drip-blob {
	background-color: #7f8a9a;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-250px * 7));
   }
}
.slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider::before, .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 200px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider:hover .slide-track, .slider:focus .slide-track {
  animation-play-state: paused;
}
.slider .slide {
    height: 200px;
    width: 200px;
    margin: 0 24px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
} .slider .slide p {
    font-size: 18px;
    width: 150px;
    margin: 0 24px;
    text-align: center;
} .slider .slide img {
    margin: 0 24px;
}
a {
    color: #000;
    text-decoration: none;
} .side__navbar li a {
    font-size: 1.2rem;
} .side__navbar li {
    padding-left: 6px;
    padding-top: 2px;
    font-size: 1.2rem;
    opacity: 0;
    transition: all 0.4s;
} .side__navbar i {
    opacity: 0;
    transition: all 0.4s;
} .side__navbar.active i {
    opacity: 1;
    transition: all 0.4s;
} .side__navbar.active li {
    opacity: 1;
    transition: all 0.4s;
} .nav__header {
    height: 60px;
    line-height: 60px;
} .nav__header i {
    color: #000 !important;
} nav a img {
    height: 60px;
} .flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 12px;
} .small__top i, .small__bottom i {
    font-size: 18px;
} .small__top p, .small__bottom p {
    font-size: 1rem;
    width: 195px;
    padding-left: 12px;
} .padding__top--8 {
    padding-top: 8px;
} .border__none {
    border: none;
} .site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
  padding-bottom:0;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small {
  margin:20px 0
} .site-footer h6 {
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
} .site-footer a {
  color:#737373;
} .site-footer a:hover {
  color:#3366cc;
  text-decoration:none;
} footer {
    background: #303030;
} .footer-links {
  padding-left:0;
  list-style:none
} .footer-links li {
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
} .video__div {
    background: #000;
    padding: 30px;
    border-radius: 9px;
} .video__h1 {
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 0;
    width: 240px;
    color: #fff;
    text-align: center;
} .video__div--line {
    width: 195px;
    height: 6px;
    background: transparent;
    border-top: 1px solid #a0a0a0;
    border-bottom: 3px solid #fff;
} .video__title--h2 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
} .swiper-slide {
    width: 30%;
    display: inline-block;
    margin: 6px 18px;
    background: #333;
    border-radius: 6px;
    padding: 3px 12px;
    transition: all 0.6s;
    height: 160px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
} .swiper-slide:hover {
    background: #666;
    transition: all 0.6s;
} .video__no--div {
    color: #fff;
    font-size: 36px;
} .video__title--p {
    color: #fff;
    font-size: 15px;
    max-width: 90%;
    text-align: right;
} .video__main--content {
    border-radius: 9px;
    overflow: hidden;
} .swiper-slide.active {
    background: #666;
} .none {
    display: none;
} .swiper {
    width: 100%;
    height: 100%;
    display: block;
    overflow: clip;
} .next__prev {
    display: flex;
    justify-content: space-between;
} .news__order {
    width: 48%;
} .text__align--right {
    text-align: right;
} .text__align--left {
    text-align: left;
} .next__order iframe, .next__order video, .next__order .card__img--div {
    border-radius: 6px;
} .text-hover-move-down:after {
    height: 1px;
} .text-hover-both-opening-horizontal:after, .text-hover-both-opening-horizontal:before {
    height: 1px;
} .tooltip2 {
    position: relative;
    cursor: pointer;
  }
  .tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 30px;
    position: absolute;
    z-index: 1;
  }
  .tooltip2:hover .tooltiptext2 {
    visibility: visible;
  }
  #date__changer {
    opacity: 0;
    position: absolute;
  } #date__changer.active {
    opacity: 1;
    width: 240px;
  }
  .video__news--floating {
    height: auto;
    width: 60px;
  }
  /* @media (min-width: 1500px) {
    .nav__header {
        height: 144px;
    } 
  } */

@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
} .nav__bg--white {
    color: #fff;
} .nav__display--none {
    display: none;
} .mobile__ad--display {
    display: none;
} .desktop__ad--display {
    display: block;
} .cata__header ul ul {
	display: none;
	position: absolute; 
	top: 60px;
}
.cata__header ul li:hover > ul {
	display:inherit;
}
.cata__header ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}
@media only screen and (max-width: 767px) {
    body {
        padding: 6px;
        margin: 3px;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .social-icons li.title {
        display:block;
        margin-right:0;
        font-weight:600
    } .cata__header ul {
        max-width: unset;
        width: 100%;
        overflow-x: scroll;
        padding-left: 0;
        justify-content: left;
        align-items: start;
        gap:6px;
    } .small__bottom p, .small__top p {
        padding-left: 3px;
        text-align: center;
        font-size: 0.8rem;
        width: 150px;
    } .small__top i, .small__bottom i {
        font-size: 12px;
    } nav a img {
        height: 60px;
    } .nav__header nav {
        width: 100%;
    } .big__news {
        margin-right: 0;
        float: unset;
        max-width: 100%;
        width: 100%;
    } .title__h1 {
        font-size: 1.7rem;
        width: 240px;
        text-align: center;
        color:red;
    } .title__div--line {
        width: calc(calc(100% - 200px) / 2);
    } .cata__header li a {
        white-space: nowrap;
    } .title__div {
        width: 100%;
    } .article__1 iframe {
        width: 100%;
    } .article__1--details {
        width: 100%;
       /* margin-left: 5%;*/
       margin-left: 0!important;
       transform: translateY(-0px)!important;
        padding: 8px;
        /* transform: translateY(-12px); */
        min-height: unset;
        -webkit-border-bottom-right-radius: 8px!important;
-webkit-border-bottom-left-radius: 8px!important;
-moz-border-radius-bottomright: 8px!important;
-moz-border-radius-bottomleft: 8px!important;
border-bottom-right-radius: 8px!important;
border-bottom-left-radius: 8px!important;
    } .article__1--details p {
        font-size: 18px;
        /* font-size: 21px; */
        font-weight: 400;
    } .article__1--img {
        min-height: 180px;
    } .card__img--div {
        height: 90px !important;
    } .card__verticle--3, .card__verticle--2 {
        width: 90%;
    } .article__1 .card__img--div {
        height: 150px;
    } .card__horizontal--2 {
        display: flex;
        width: 90%;
    } .card__horizontal--2 a {
        width: 60%;
    } .title__h1-sm {
        width: 40%;
        text-align: center;
    } .title__div-sm {
        width: 100%;
    } .title__div--line-sm {
        width: 60%;
    } .small__news {
        float: unset;
        width: 90%;
        margin-left: 5%;
        display: block;
    } .cata__header::-webkit-scrollbar {
        margin-top: 12px;
    } .side__navbar.active {
        width: 100%;
    } .side__navbar--social {
        bottom: 10vh;
    } .col-6 {
        padding: 0;
    } .card__verticle--3 iframe, .card__verticle--2 iframe, .card__horizontal--2 iframe {
        width: 180px !important;
    } .nav__header {
        height: 60px;
        line-height: 60px;
    } .nav__header i {
        opacity: 0;
    }.prev__news__div, .next__news__div {
        width: 48%;
    } .card__verticle--3, .card__verticle--2, .article__sm {
        width: 90%;
        display: flex;
        margin: 3px auto;
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
        border-radius: 6px;
        overflow: hidden;
        transform: scale(1);
        cursor: pointer;
        transition: all 0.6s;
    } .card__verticle--3 a, .card__verticle--2 a, .article__sm a {
        height: 90px;
        width: 60%;
    } .card__verticle--3:hover, .card__verticle--2:hover, .article__sm:hover {
        transform: scale(1.02);
        transition: all 0.6s;
    } /*.card__verticle--3 p, .card__verticle--2 p, .article__sm p {
        font-size: 0.9rem;
    } */ .card__verticle--3 .card__content--share, .card__verticle--2 .card__content--share, .article__sm .card__content--share {
        margin-bottom: 6px;
    } .card__verticle--3 .card__content--div, .card__verticle--2 .card__content--div, .article__sm .card__content--div {
        padding-bottom: 0;
        padding-top: 6px;
        height: 90px;
    } .article__sm {
        width: 100% !important;
    } .row>* {
        padding-right: unset;
        padding-left: unset;
    } .mobile__ad--display {
        display: block;
    } .desktop__ad--display {
        display: none;
    }
}




.card__content--share {
    display: none;
} .card__content--p {
    /* font-size: 18px !important; */
    font-size: 1rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: unset;
}

.nav__header nav div {
    display: flex;
} .nav__header i {
    opacity: 1;
}
.article__sm .card__img--div {
    width: 60%;
} .twitter-timeline {
    margin: 0 auto !important;
}

.headlines__content {
    height: 51px;
    overflow-y: hidden;
    margin-top: 6px;
}
.headlines__img img {
    width: 100%;
}





.bottom-nav {
    width: 50%;
    position: fixed;
    bottom: 0px;
    left: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0px;
    border-radius: 20px 20px 0px 0px;
    padding: 6px 0px 6px;
    box-shadow: 0px 8px 10px rgba(130, 43, 97, .19);
    list-style: none;
}
.bottom-nav li a {
    width: 75px;
    height: 45px;
    color: #cd0000;
    text-align: center;
    font-size: 20px;
    display: block;
    transition: 1s;
    position: relative;
}
.bottom-nav li a i {
    width: 100%;
    position: absolute;
    top: 23%;
    left: 0;
    transition-delay: 0.3s;
    transition: 1s cubic-bezier(0.49, -0.35, 0.77, 1.44);
    z-index: 9;
}
.bottom-nav li a span {
    display: block;
    font-size: 12px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    transition-delay: 0.3s;
    transition: 1s cubic-bezier(0.49, -0.35, 0.77, 1.44);
    z-index: 9;
    opacity: 1;
}
.bottom-nav li a.active-icon i {
    top: -60%;
    transition-delay: 0.3s;
    transition: 1s cubic-bezier(0.49, -0.35, 0.77, 1.44);
}
.bottom-nav li a.active-icon span {
    bottom: 14px;
    transition-delay: 0.5s;
    transition: 1s cubic-bezier(0.49, -0.35, 0.77, 1.44);
    opacity: 1;
}
.bottom-nav .slider {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    background-color: #fff;
    border: 2px solid #cd0000;
    box-shadow: 0px 0px 0px 5px #cd0000;
    transition: 1s;
    border-radius: 50%;
}
@media (max-width: 900px) {
    .bottom-nav {
        width: 100%;
        left: 0;
   }
}



#acc {
    margin-top: 12px;
    margin-bottom: 12px;
}
#acc .col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
} #acc .col-4 a {
    display: flex;
} #acc .col-4 i {
    margin-right: 12px;
} #acc .col-4 p {
    margin-bottom: 0;
} #body {
    width: 100%;
    overflow-x: hidden;
}










body {
    zoom: 1;
    background-color: #fff;
} body p, body h1, body h2, body h3, body h4, body h5, body h6, body span, body a, body i {
    color: #000;
} body .article__1--details, .card__content--div {
    background-color: #fff;
} body .cata__next--news {
    background-color: #fff;
    color: #000;
} body .navbar__top--nav {
    background-color: #fff !important;
    color: #000;
} body .grey__bg {
    background-color: #eeeeee;
    width: 100%;
} body.dark {
    zoom: 1;
    background-color: #000 !important;
} body.dark p, body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6, body.dark span, body.dark a, body.dark i {
    color: #fff !important;
} body.dark .article__1--details, body.dark .card__content--div {
    background-color: #000 !important;
} body.dark .cata__next--news {
    background-color: #000 !important;
    color: #fff !important;
} body.dark .navbar__top--nav-social .nav-link {
    color: #fff !important;
} body.dark .navbar__top--nav {
    background-color: #000 !important;
    color: #fff !important;
} body.dark .cata__header {
    background: #000 !important;
} body.dark .navbar__bottom--nav {
    background: #000 !important;
} body.dark .grey__bg {
    background-color: #333333;
    width: 100%;
}



.photo_gallery{
    /*padding: 5px;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
   
    box-sizing: border-box;*/
    display: flex;
    background: #f5f5f5;
    gap:10px;
    flex-flow: column;
    box-shadow: 0px 11px 4px -5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 11px 4px -5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 11px 4px -5px rgba(0,0,0,0.2);
margin-bottom: 20px;
border-radius: 8px;
}

.photo_gallery .caption__text2{
    padding: 10px;
    padding-right: 15px;
    padding-bottom: 0;
}
.photo_gallery img{
    border-radius: 8px 8px 0 0;
}
.img-icon .icons{
    bottom: 10px;
    left: 10px;
    font-size: 22px;
    color: #fff;
    background: #f00;
    border-radius: 4px;
}
.photo_gallery:hover{
    background: #fff; 
}
.photo_gallery:hover .caption__text2{
    color:#f00!important ;
}
@media screen and (max-width:767px) {
    .video__main--div .title__div .title__h1{color: #c90303!important ;}
   /* .video__main--div .title__div{ background: #c90303 ;padding: 15px 0 8px 0; line-height: 1; margin-bottom: 5px!important; width: 100%!important;} 
    .video__main--div .title__div .title__h1{margin: unset!important;}*/
    #cata_full_news_gallery .title__div .title__h1{color: #fff!important ;}
}
.more_gal a:hover{
    color: #fff!important;
}