@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif Bengali', 'Tiro Bangla', 'Poppins', sans-serif;
} .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: 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%;
   /* top: 0;
    position: sticky;
    z-index: 100;*/
} .nav__header {
    background: url('../assets/img/bgmap.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    overflow: hidden;
} .nav__header nav {
    width: 100%;
    display: flex;
    margin: 3px auto;
    align-items: center;
    justify-content: space-between;
    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;
} 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;
    margin: 12px;
    overflow: hidden;
    color: #fff;    display: block;
    border-radius: 12px;
    margin-top: 60px !important;
} .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%;
    background: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
} marquee {
    margin-top: 4px;
} .main__content {
    width: 100%;
    max-width: 990px;
    margin: 3px auto;
 overflow-y: 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;
    border-bottom: 3px solid #cd0000;
} .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: 4px auto;
    border-radius: 9px 9px 0 0;
    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: 600;
} .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%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
} .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;
    min-height: 60px;
    /* line-height: 1.4; */
} .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: 100%;
    /* 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: 0.8rem;
    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;
}
.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
  {
    padding-bottom:0
  }
  .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:270px;
	float:none;
	display:list-item;
	position: relative;
}
@media only screen and (max-width: 767px) {
    body {
        padding: 6px;
        margin: 3px;
    }
    .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;
    } .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: 42px;
    } .nav__header nav {
        width: 90%;
    } .big__news {
        margin-right: 0;
        float: unset;
        max-width: 100%;
        width: 100%;
    } .title__h1 {
        font-size: 1.5rem;
        width: 240px;
    } .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: 90%;
        margin-left: 5%;
        padding: 12px;
    } .article__1--details p {
        font-size: 1rem;
    } .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: 100%;
    } .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: 100%;
    } .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;
} .navbar__top--nav {
    background-color: #fff;
    max-width: 1280px;
    padding: 0;
    margin: 0 auto;
} .navbar__top--nav .navbar-collapse {
    justify-content: end;
} .navbar__top--nav .navbar__top--nav-icon {
    height: 36px !important;
} .navbar__top--nav .nav-link {
    font-size: 18px;
    font-weight: bold;
} .navbar__top--nav-social .nav-link {
    font-size: 24px;
    color: #000;
} .navbar__bottom--nav .nav-item {
    font-size: 18px;
    font-weight: bold;
    padding: 0 12px;
} .navbar__bottom--nav .dropdown .nav-link {
    padding: 0;
} .navbar__bottom--nav .navbar-collapse {
    justify-content: center;
} .headlines {
    max-width: 1280px;
    margin: 0 auto;
} .headlines .headlines__img img {
    width: 100%;
} .headlines .headlines__content p {
    margin-top: 21px;
    font-size: 24px;
} .big__news {
    max-width: 540px;
} .mid__news {
    max-width: 420px;
} .small__news {
    max-width: 300px;
} .main__content {
    max-width: 1280px;
} .b-lazy {
    /* transform: scale(1.6); */
    transition: all 500ms;
    opacity:0;
} .b-loaded {
    /* transform: scale(1); */
    opacity:1;
} .title__div {
    max-width: 540px;
} 
.main__content {
    overflow-x: hidden;
}
 .title__div--line {
    border-bottom: none;
} .big__news .cata__next--news {
    width: 160px;
    font-size: 21px;
    border-radius: 12px;
    border-bottom: 1px solid #000;
} .big__news .cata__next--news i {
    font-size: 18px;
} .card__content--p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    line-height:1.31;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
   min-height: 63px;
    /* padding-bottom: 4px; */

} .card__horizontal--2 {
    border-radius: 0;
    /* border-bottom: 1px solid #000; */
    position: relative;
} .corner__box--div {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 48px;
} .corner__box--img {
    width: 100%;
} .left__4 {
    left: 4px;
} .left__8 {
    left: 8px;
} .corner__box--p {
    position: absolute;
    top: 0;
    font-size: 21px !important;
    color: #fff;
    transform: rotate(310deg);
} .article__1--details {
    padding: 6px 9px;
    min-height: unset;
    margin-top: -30px;
} .card__horizontal--2 .card__content--div {
    /* padding-left: 12px; */
    padding: 6px;
} .card__img--div {
    height: unset !important;
} .main__content {
    display: flex;
} .card__content--div {
    height: unset !important;
    width: unset;
} .article__sm .card__content--p {
    font-size: 16px !important;
} .title__div--line-sm {
    border-bottom: none;
} .title__h1-sm {
    width: 180px;
}


.adsbygoogle {
    text-align: center !important;
}
#navbarNavDropdown2 {
    font-size: 24px;
} .nav-item {
    cursor: pointer;
}

















#body {
    zoom: 1;
    background-color: #fff;
} #body p, #body h1, #body h2, #body h3, #body h4, #body h5, #body h6, #body span {
    color: #000;
} #body .article__1--details, #body .card__content--div {
    background-color: #fff;
} #body .cata__next--news {
    background-color: #fff;
    color: #000;
} #body .navbar__top--nav-social .nav-link, #body .card__content--p a, #body .article__1--details a {
    color: #000;
} #body .navbar__top--nav {
    background-color: #fff !important;
    color: #000;
} #body .cata__header {
    background: #fff;
} #body .navbar__bottom--nav {
    background: #fff !important;
} #body .grey__bg {
    background-color: #eeeeee;
    width: 100%;
} #body .title__div--line {
    border-top: 1px solid #000;
} #body #navbarNavDropdown2 i, #body .fa-square-x-twitter, #body #navbarNavDropdown4 a, #body #navbarNavDropdown a {
    color: #000 !important;
} #body.dark {
    zoom: 1;
    background-color: #000;
} #body.dark p, #body.dark h1, #body.dark h2, #body.dark h3, #body.dark h4, #body.dark h5, #body.dark h6, #body.dark span {
    color: #fff;
} #body.dark .article__1--details, #body.dark .card__content--div {
    background-color: #000;
} #body.dark .cata__next--news {
    background-color: #000;
    color: #fff;
} #body.dark .navbar__top--nav-social .nav-link, #body.dark .card__content--p a, #body.dark .article__1--details a {
    color: #fff;
} #body.dark .navbar__top--nav {
    background-color: #000 !important;
    color: #fff;
} #body.dark .cata__header {
    background: #000;
} #body.dark .navbar__bottom--nav {
    background: #000 !important;
} #body.dark .grey__bg {
    background-color: #333333;
    width: 100%;
} #body.dark .title__div--line {
    border-top: 1px solid #fff;
} #body.dark #navbarNavDropdown2 i, #body.dark .fa-square-x-twitter, #body.dark #navbarNavDropdown4 a, #body.dark #navbarNavDropdown a {
    color: #fff !important;
}
/*******new 5-3-25*****/
.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 ;
}
/******/
.carousel-item{
    background: #f5f5f5;
    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);
   
}
.carousel-inner{
    margin-bottom: 15px;
}
.caption__text2{
    padding: 10px;
}
.card__verticle--2:hover .card__content--div .card__content--p a,
.card__content--p:hover,.card__horizontal--2 .card__content--div .card__content--p a:hover,
.card__verticle--3 .card__content--div .card__content--p a:hover,.card__content--div .card__content--p a:hover{
    color:#f00!important;
}
.tags:empty{
    display: none;
}
.post_details_page .article__sm .card__content--p{ height: unset;}

