
<style>
@import url('https://fonts.cdnfonts.com/css/times-new-roman');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100..900&display=swap');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
</style>
@font-face {
  font-family: "Nirmala UI", sans-serif;
src: url("../font/nirmala.ttf");
  font-weight: 900;
  font-style: normal;
}
























/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
body {
 /* font-family: "Open Sans", sans-serif;*/
   font-family: "Noto Serif Bengali", serif;
  color: ;
}

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

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /*font-family: "Fjalla One", sans-serif;
  font-weight: 800;
  font-style: normal;*/
  font-family: "Noto Serif Bengali", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 600;
    font-weight:700;
    color:#000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /*font-family: "Fjalla One", sans-serif;
  font-weight: 800;
  font-style: normal;*/
  font-family: "Noto Serif Bengali", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 600;
    font-weight:700;
    color:#000;
}


 * p{
  color:#808080;
  font-size:13px;
  font-weight:400;
 }
 
h4{
  color:#000; 
  margin-left:15px;
  font-size:15px;
  
}
 .main_inner h4 {
    text-align: center;
    color: #5b5b5b;
    margin-top: 10px;
    font-weight:normal;
    line-height:24px;
      }
 .top-section {
    height: auto;
    justify-content: ;
    display: ;
    /* margin-left: 80px; */
    position: relative;
    left: 45px;
    top: -10px;
}
.nav-tabs .nav-link{
     text-transform:uppercase;
     font-size:11px;
     font-weight:800;
     min-width:;
     color:grey;
     line-height:.8;
     margin:0 5px;
 }
 .nav-tabs .nav-link.active{
     text-transform:uppercase;
     font-size:11px;
     font-weight:800;
     color:light-yellow;
     background-color:light-grey;
     line-height:.8;
 }
 .nav-tabs .nav-link p{
     font-size:14px;
     font-weight:500;
     text-transform:none;
 }
 hr {
    margin: .5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px dotted #000;
    opacity: .25;
}

.main_inner .links_2 a{
   overflow-x:scroll;
  overflow-y:hidden;
  margin:0 14px;
}

.main_inner .nav .nav-link P {
    min-width: 193px;
    margin-left: -16px;
    line-height: 1.2;
    color: #484646;
    text-transform: none;
    font-size: 11px;
}
 .main_inner .ads_1 img {
    height: auto;
    width: 100%;
}
 .main_inner li {
    font-size: 13px;
    text-align: justify;
}
 .main_inner .nav .nav-link img {
    height: 80px;
    width: 100%;
    border-radius: 10px;
}
     .main_inner .post-content .card-text{
	 font-size: 12px;
    min-width: 200px;
    text-align: justify;
    margin-left: -16px;
    margin-top: -11px;
}
  .main_inner .news-content {
    margin-top: 14px;
    margin-left: 23px;
    min-width: 118px;
      }
     .main_inner .nav .nav-link img {
    height: 80px;
    width: 100%;
    border-radius: 10px;
  }
      
    .main_inner h1 {
    font-size: 34px;
    text-align: center;
    line-height:50px;
    text-transform: ;
    font-family: "Noto Sans", sans-serif;
     }
       .main_inner h2 {
    font-size: 35px;
    text-align: center;
    color:#979797;
    font-weight: 700;
    line-height: 45px;
    font-family: "Noto Sans", sans-serif;
    }
  .main_inner .text-scroll {
   overflow: hidden;
    overflow-y:scroll;
    height: 390px;
   /* scrollbar-width: thin !important;*/
  
     }
 
   #style-4::-webkit-scrollbar
   {
	width:2px;
     }

    #style-4::-webkit-scrollbar-thumb
   {
	background-color:  #D3D3D3;
    }
      .main_inner .left-scroll {
    height: 850px;
    overflow: hidden;
    overflow-y:scroll;
    scrollbar-width: none;
      }
  .single-main-default-news-inner img {
    margin-left: 20px;
    width: 610px;
    height: 380px;
}
  .main_inner .right-scroll {
    height: 850px;
    overflow: hidden;
    overflow-y:scroll;
    scrollbar-width: none;
}
.single-main-default-news-inner img {
    margin-left: 20px;
    width: 610px;
    height: 440px;
}
  .main-inner-2 .right-scroll {
    height: 850px;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/


.logo-3 img {
    width: auto;
    height: 140px;
   }
.logo-3 {
    display: flex;
    justify-content: center;
    height: 140px;
    margin-top: 21px;
     margin-bottom: 0px;
   /* margin-bottom: 28px;
     margin-left: -10px; */
      }
 /*.edition {
    display: flex;
    justify-content: center;
    margin-top: 0px;
     }
 .edition .btn{
    font-size:14px;
    line-height:.8;
 }
 .edition .text-1{
    font-size:16px; 
 }
  .edition .text-2{
    font-size:14px; 
 } */



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
 .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    margin-bottom: -15px;
  }
  .dropdown-menu {
    position: absolute;
    background-color: #fff;
    z-index: 10000;
       }
@media (min-width: 768px) { 
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
}
@media (max-width: 767px) { 
.dropdown:hover .dropdown-menu{
	background-color:#000;
    display: block;
    margin-top: auto; 
}
 .navbar li {
    position: static!important;
}
	.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: static;
	}
}  

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    /* justify-content: center; */
    margin: 0 auto;
}
.navbar {
  padding: 20px 0;
  display:;
}

/*.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
} */

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: ;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 6px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background:#0000006e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li{
  min-width: 200px;
  background-color:;
  margin-bottom:10px;
 color: #fff;
}

.navbar .dropdown ul li a:hover {
    padding: 10px 20px;
    font-weight: 400;
    color:;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: rgb(6,184,250);
  background-color:;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
}
   .navbar {
    padding: 10px 0;
    margin-top: 0px;
    margin-bottom: 7px;
      }
     

/*.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
} */
.navbar > li {
    border-right: rgba(0, 0, 0, 0.1)  1px solid;;
}
.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar > li:last-child  {
    margin-right: 0;
    margin-left: auto;
    border-left: rgba(0, 0, 0, 0.1) 1px solid;
    border-right: none;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #106eea;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 6px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
  background-color:;
  margin-bottom:10px;
 
}

.navbar .dropdown ul li a {
    padding: 0px 20px;
    font-weight: 300;
    color: #2b2e32;
    text-transform:uppercase;
    font-weight:600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
  background-color:rgb(6,184,250);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: flex;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


   .updated {
    margin-top:;
    background-color: #000;
    color: #fff;
    height: 40px;
      }
  .updated .slick-slide{
  margin: 2px;
    }
 
    .updated .slick-carousel-2 .space {
    font-size: 13px;
    margin: 0 0 0 -13px;
    /* width: 185px; */
    /* padding: 0 10px; */
     }
    .updated img, svg {
    vertical-align: middle;
    position: relative;
    top: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    left: 0px;
    top: -1px;
     }
      .updated a{
          color:#fff;
      }
    .updated .marq {
    margin-top: 10px;
    width: 95%;
    margin-left: 3%;
     }
     .updated p {
    text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
    margin-left: 60px;
      }
     
     .updated .slick-slide{
         margin-top:8px;
     }
     

.b-section {
    padding: 3em 3% 0;
}
.b-section-marquee-box {
    height: 180px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #181818; /* same as bg */
}
.b-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    color: #475747;
    font-size: 7em;
    font-weight: 100;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: b-text-scroll 35s linear infinite;
}
@keyframes b-text-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}
     .calendar i{
         font-size:20px!important;
     }
     .calendar img {
    width: 50px!important;
    height: 51px!important;
    border-radius: 30px;
    border: 3px solid red;
}
     .x .btn{
         color:#000;
     }
     .x a {
    color: #106eea;
    text-decoration: none;
    font-size:14px;
      }
        .x a:hover {
    color: orange!important;
    text-decoration: none;
      }
 
     .social {
    margin-left: 25px;
     }
  .x .btn {
    color: #000;
    margin-top: -20px;
    margin-left:-700px;
     }
   .x .social {
    margin-top: 0px;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    }
  .x .social li {
    list-style-type: none;
    display: inline-block;
    }
     .x .social li a:hover {
    color:red;
    }
     .x .social li a i:hover {
    color:red;
    }
    .x .social li a i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 23px;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
}
 .x .social-2 {
    display: inline-block;
    margin-top:10px;
   /* position: absolute;
    top: 133%;
    left: 75%;*/
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.x .social-2 i {
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 16px;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    color: #000;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
}
 .x .social-2 i:hover{
     color:#fff;
     background-color:blue;
 }
  .social-1 a i{
   padding:0 6px;
     }
  .social-1 a i .whatsapp{
      background-color:green;
  }
/* Icons */

.x .social-2 a {
    color: #fff;
    background: none;
    border-radius: 4px;
    /* text-align: center; */
    /* text-decoration: none; */
    /* font-family: fontawesome; */
    position: relative;
    display: inline-block;
    width: 28px;
    height: 26px;
    /* padding-top: 12px; */
    margin: 0px 2px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    border-radius: 50px;
    border: 1px solid #000;
    /* top: 10px; */
    /* padding-top: 3px; */
}

.x .social-2 a:hover {
  background:orange;
  color:#000;
}

/* pop-up text */

.x .social-2 a span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#fff;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

.x .social-2 a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

.x .social-2 a:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
}

 .ytp-large-play-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 67%;
} 
  .share-toggle,
.fixed_share ul.listing > li {
    font-size: 20px;
    width: 20px;
    height:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
   /* border: 2px solid;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;*/
}
.fixed_share ul.listing {
    list-style: none;
    display: none;
}
.fixed_share ul.listing > li {
  margin-bottom: -20px; 
}
.fixed_share ul.listing > li > a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding:;
}
.share-toggle:hover,
.fixed_share ul.listing > li:hover {
  transform: scale(1.1) rotate(360deg);
}

.fixed_share .facebook, 
.fixed_share .facebook > a{
  color: #4267B2;
}
.fixed_share .twitter, 
.fixed_share .twitter > a{
  color: #00acee;
}
.fixed_share .pinterest, 
.fixed_share .pinterest > a{
  color: #E60023;
}
.fixed_share .linkedin, 
.fixed_share .linkedin > a{
  color: #0e76a8;
}
.fixed_share .whatsapp, 
.fixed_share .whatsapp > a{
  color: #25D366;
}
   
   .listing a img{
    min-width:30px;
    margin-top: -30px;
        }
 .share-toggle img{
    min-width:15px;
    margin-top:-20px;
          }
 .flicks .ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px!important;
    height: 48px!importan;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    z-index: 63
}
		.kolkata{
     background-image: linear-gradient(340deg, #a9e5e999 0%, #dfb9d499 100%);
    height: 455px;
    padding: 15px 8px;
       }
	 .kolkata .row {
    padding: 0 5px 8px 5px;
      }
      	.kolkata .owl-carousel{
      	  margin-top:20px;  
      	}
	 .kolkata .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
   width:273px;
      }
       .kolkata .card {
    width: 274px;
    border-radius: 0;
    height: 135px;
    }
      .kolkata .card-title {
	    margin-top: 4px;
	    font-size:14px;
	    line-height:1.2;
	}
     .kolkata .card-text {
    margin-top: -7px;
    font-size: ;
    padding: 0 10px;
    text-align:justify;
    font-size: 12px;
       }
   .kolkata .owl-theme .owl-dots{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	display:none;
   }
   .kolkata .owl-carousel .owl-nav button.owl-prev{
      background: 0 0;
      color: #080808;
      border: none;
      padding: 0 !important;
      position: relative;
      top: -20px;
      font-size: 37px;
      left: 400px;
  } 
   .kolkata .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: #0a0a0a;
    border: none;
    padding: 0 !important;
    font-size: 40px;
    position: relative;
    top: -70px;
    left: 480px;
    top: -50px;
}  
     .kolkata .owl-theme .owl-nav {
    margin-top: -6px;
      }
      
          
  .digital-news_channels .item .video-container {
  width: 195px;
  height: 250px;
  margin: 0 auto;
}
  .left-section .swiper {
            width: 100%;
           height: 604px;
            margin-left:-6px;
        }
 .right-section .swiper {
            width: 100%;
            height: 400px;
            margin-left:0px;
            margin-top:18px;
        }
   
   
    .right-section .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-bottom: 56px;
    }
    .right-section .swiper-slide iframe {
    border: 0;
    height: 345px;
         }
           .right-section .swiper-slide img {
            display: block;
            height: 250px;
            width: 192px;
            object-fit: cover;
            /* min-width: 200px; */
        }
           .right-section .right-bangla_shorts, .right-chat-shorts, .position-relative{
            position:relative;
            top:0px;
        }
         .right-section .right-bangla_shorts, .right-chat-shorts {
             margin-bottom:;
         }
        .right-section .slider-buttons {
            display: flex;
            position: absolute;
            top: 50%;
            left: 51%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }
         .right-section .slider-buttons .prev{
             width:25px;
             max-height:25px;
              background-color: #b7ff00;
              color:#f906c2;
         }
         .right-section .slider-buttons .next{
             width:25px;
             max-height:25px;
             background-color: #b7ff00;
               color:#f906c2;
         }
         .main-inner-2 .scrolling-video{
            width:326px;
             overflow: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    height:450px;
         }
     .main-inner-2 .scrolling_videdo .section-title-3 img {
    min-width: 0px;
    margin-top: -68px;
    margin-left: 250px;
    width: 25px;
}
    .main-inner-2 .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-bottom: -106px;
    }
    .main-inner-2 .swiper-slide iframe {
    border: 0;
    height: 345px;
         }
            .main-inner-2 .swiper-slide img {
            display: block;
            /* height: 353px; */
            width: 100%;
            object-fit: cover;
            min-width: 118px;
            max-height: 246px;
        }
        .main-inner-2 .slider-buttons {
            display: flex;
            position: absolute;
            top: 50%;
            left: 51%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }
         .main-inner-2 .slider-buttons .prev{
             width:25px;
             max-height:25px;
                background-color: #b7ff00;
              color:#f906c2;
         }
         .main-inner-2 .slider-buttons .next{
             width:25px;
             max-height:25px;
                background-color: #b7ff00;
              color:#f906c2;
         }
    .main-inner-2 .swiper {
    width: 100%;
    height: 350px;
    margin-left: 6px;
    margin-top:20px;
         }
.digital-news_channels .item .video-container .video-thumbnail img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.digital-news_channels .item .video-iframe {
  width: 600px;
  height: 350px;
  display: none;
}
           
  .law-firm .tab-content p {
    font-size: 13px;
    text-align: justify;
}       
          
    .main .right-section ul{
    list-style-type:none;
    padding-left:0px;
    }
     .main .right-section h3{
    font-size:19px;
    }
    .main .right-section .most-popular-post h6 {
    font-size: 14px;
    min-width: 290px;
    line-height: 1.3;
     }
    .main .right-section .most-popular-post p {
    font-size: 12px;
    min-width: 280px;
    text-align:justify;
        margin-top: -9px;
     }
    .main .right-section .top_lawyer .most-popular-post{
     border-bottom:0;
       }
    .main .right-section .most-popular-post img{
        height:122px;
       }
    .main .right-section .law_ministry .most-popular-post{
   
       }
	.courts{
	width: 100%;
    height: 600px;
    overflow-y:;
    scrollbar-width: thin;
    overflow-x: hidden;
    margin-top:-30px;
     }
     
     
  .law_campus{
     padding-bottom:10px; 
  }
 .law_campus .tab-content h6 {
    font-size: 14px;
    }
   .law_campus .site-img img{
    height:auto; 
  }
 .legal_domains .tab-content h6 {
    font-size: 14px;
    }
   #travel {
    width: 100%;
    height: 600px;
    background: url(../img/travel/4.jpg) fixed no-repeat 0;
    background-size: cover;
    position: relative;
    top:3px;
}
  #celebrity {
    width: 100%;
    height: 600px;
    background: url(../img/celebrity/bg-2.jpg) fixed no-repeat 0;
    background-size: cover;
    position: relative;
    top:3px;
    background-color:#0000008f;
    background-blend-mode:multiply;
    }
     .celebrity, .travel, .testimonial-wrap img{
     width:100%;
    height:437px;
    }  
   

     .celebrity, .travel, .testimonial-wrap{
        background-color:transparent;
    }
      .celebrity .testimonial-item h3{
     padding: 10px 14px 6px 14px;
     font-size: 16px;
     text-align:center;
     text-transform:uppercase;
     position: relative;
     top: -100px;
     color: #fff;
     background-blend-mode: multiply;
     background-color: #000000b3;
     line-height: 1.4;
    }
     .celebrity .testimonial-item h4{
     padding-left:10px;
     font-size:16px;
    }
         .celebrity .testimonial-item p{
     padding:10px;
     font-size:11px;
     text-align: justify;
     padding: 10px 22px 20px 30px;
     text-transform:none;
     position: relative;
     top: -116px;
     color: yellow;
     background-blend-mode: multiply;
     /* min-width: 136px; */
     /* right: 10px; */
     /* left: 10px; */
     line-height: 1.4;
     background-color:#000000b3;
     }
        .travel .testimonial-item h3{
     padding: 10px 0 8px 0px;
     font-size: 12px;
     text-align:center;
     text-transform:uppercase;
     position: relative;
     top: -100px;
     color: #fff;
     background-blend-mode: multiply;
     background-color: #000000b3;
    }
     .travel .testimonial-item h4{
     padding-left:10px;
     font-size:16px;
    }
      .travel .testimonial-item p{
     padding:10px;
     font-size:12px;
     text-align: justify;
     padding: 10px 22px 17px 30px;
     text-transform:none;
     position: relative;
     top: -114px;
     color: yellow;
     background-blend-mode: multiply;
     /* min-width: 136px; */
     /* right: 10px; */
     /* left: 10px; */
     line-height: 1.3;
     background-color:#000000b3;
     }
    .entertainment h4{
        font-size:23px;
    }
    .entertainment .nav-tabs{
        margin-top:24px;
    } 
      .entertainment .tab-content h6 {
   font-size: 13px;
      }
   .entertainment .tab-content .row {
    margin-bottom: -5px;
    padding-top: 5px;
}
     .entertainment p {
    text-align: justify;
    font-size: 11px;
    padding-right: 18px;
        }
     .nav-tabs .nav-link {
     color:grey!important;
     font-size:11px;
      }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        text-transform:uppercase;
     font-size:10px;
    color:yellow!important;
    font-weight:700;
    line-height:.8;
    color:light-yellow;
    background-color:grey;
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */
} 
 .entertainment a{
   color:;  
 }

 .entertainment p{
 text-align: justify;
  }  
 

  .main .right-section li {
    padding-bottom: 0px;
    margin-bottom: 7px;
    border-bottom: 2px dotted #0000002e;
}
 
 .main .right-section h4 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: flex;
    font-size: 14px;
    padding-right: 44px;
    margin-left: -46px;
    /* position: relative; */
    left: -40px;
}
  .main .right-section h4 span {
    display: block;
    width: 35px;
    text-align: center;
    color:#d3d3d394;
    font-size: 48px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px;
    /* padding: 10px 0; */
    height: 55px;
    }
      
  .main .right-section h4 a {
    width: calc(100% - 50px);
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 1.3;
    margin-left: 7px;
    padding-right: 0px;
    min-width: 372px;
    margin-top:2px;
}
  .main .right-section .post-content img{
        height: 77px;
    /* margin-left: -31px; */
    position: relative;
    left: 16px;
    top: -13px;
}
 
 .main .right-section iframe{
     border:0;
     height:292px;
 }
 .clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
  .para {
    color: #808089;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: -45px;
    display: block;
    margin-left: 40px;
    padding-right: 15px;
    text-align:justify;
     }

 .para-1 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: -45px;
    display: block;
    margin-left: 60px;
    padding-right: 30px;
    text-align:justify;
}
 .para-2 {
   color: #808089;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: -45px;
    display: block;
   margin-left: 38px;
    padding-right: 15px;
    text-align:justify;
}

.para-3 {
    color:#808089;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: -45px;
    display: block;
    margin-left: 37px;
    padding-right: 15px;
    text-align:justify;
}
.para-4 {
    color: #808089;
    font-size: 12px;
    font-weight: 300;
    line-height:1.4;
    margin-top: -45px;
    display: block;
    margin-left: 40px;
    padding-right: 15px;
    text-align:justify;
}
 .main .right-section h4 .griv {
    -webkit-text-stroke: 1px #00000059;
    color: white;
   /* text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    padding-top: 15px;
    /* height: 45px; */
    margin-top: -1px;
    width:10px;
}
   .main .right-section h4 .admi {
       color: #aa0d5f;
    text-transform: uppercase;
    -webkit-text-fill-color: #e6ebee;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #aa0d5f;
    letter-spacing: 3px;
    text-stroke: 1px #e6ebee;
    width: 12px;
    margin-top: 10px;
}

 .main .right-section h4 .annou {
    color: #ffffff;
    font: normal 4em arial;
    text-shadow: 1px 1px #0ae8bd, -1px -1px #0ae8bd, 1px -1px #0ae8bd, -1px 1px #0ae8bd;
    margin-top: -6px;
    font-size: 50px;
    width: 13px;
    /* border: 1px solid green; */
}
 
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    .logo{
     height: 220px;
    /*width: 25%;
    margin: 0 auto;*/
    }
    

    .logo .container {
	width: 100%;
	height: 200px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.logo .container img {
	width:;
}
.logo .two img{
      width: 280px;
    margin-top: -2%;
    margin-left: 60px;
    /* margin: 0 auto;*/
}
.logo .two span{
position: relative;
    top: 50px;
    font-size: 12px;
    /* margin-bottom: 10px; */
    left: -220px;
}
.logo .dropdown-menu {
    position: absolute;
    background-color:#fff;
    z-index:10000!important;
}
 .logo .dropdown-menu li a{
    color:#000;
}   

.edition {
    display: flex;
    justify-content: center;
    margin-top: -20px;
    margin-left: -282px;
    display:none;
     }
     
 .edition .text-1{
   font-size:14px;  
 }

 

.wrap {
  position: relative;
  height: 100%;
  background:;
  overflow: hidden;
}
  .title{
   color:#fff; 
   font-size:48px;
  }
 .content{
     position:absolute;
     top:70%;
     left:18%;
     right:10%;
     color:#fff;
     background-color:#0000003b;
     text-align:center;
 }



 .content h2{
     font-weight:400;
 }
 
   .banner{
           background: url("../img/banner-19.jpg") no-repeat center / cover;
  text-align: center;
   padding:300px 0;
     }
 
 
 #hero_1 {
  width: 100%;
  height: 570px;
  background: url("../img/banner-19.jpg") top left;
  background-size: cover;
  position: relative;
  top:-6px;
  font-size:78px;
}

#hero_1:before {
  content: "";
  background:#16121285;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
 #hero_1 .container {
  position: relative;
  top:150px;
}
 #hero_1 {
 
 }
  #hero_1 h1 a {
    position: absolute;
    left: 0%;
    top: 48px;
    /* color: #cdc006; */
    text-transform: full-width;
    font-family: Nirmala UI;
    font-size: 76px;
    width: 100%;
    letter-spacing: ;
        white-space: pre-line;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #000; */

    background-image: linear-gradient(to right, rgb(239, 241, 243), rgb(245, 243, 247), rgb(249, 244, 244));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#hero {
    width: 100%;
    height: 100%;
    background: url(../img/banner_2.jpg) top left;
    background-size: cover;
    position: relative;
    top: 4px;
    /* bottom: -140px; */
    min-height: 940px;
}
  /*  #hero_1 {
         background-attachment: fixed; 
    }*/
#hero:before {
  content: "";
  background:#16121236;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  top:150px;
}
 #hero .banner-content {
	display:flex;
  justify-content:center;
  align-items:center;  
 }
#hero_1 .banner-content h1 a{
    color:#cdc004;;
    position: relative;
    top: 90px;
}


/* #hero h1 span {
  color: #106eea;
 font-size: 48px;
margin-left: 10px;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
} */

@media (min-width: 1024px) {
  #hero {
   /* background-attachment: fixed;*/
  }
  
}







.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  
  --bs-btn-font-size: 0.85rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #cb4e1b;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(7, 63, 246, 0.15), 0 1px 1px rgba(22, 138, 215, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.readmore{
  color: #f10b0b;
}


.btn:hover {
  background-color: #0056b3; /* New color on hover */
}







@media (max-width: 768px) {
  #hero {
    height: 50vh;
  }

 #hero h1 {
    font-size: 20px;
    line-height: 20px;
}

 #hero h2 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
}

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 9px;
  }
}
	 #carouselExampleControls img{
    max-height:180px;
 }
  
       .breaking_news{
           margin-bottom:20px;
       }
       .breaking_news .card-title{
      font-size: 13px;
      text-transform: uppercase;
      line-height: 1.3;
    }
    .breaking_news img{
        height:225px;
         max-width: 320px;
    }
  .breaking_news .card-text{
    margin-bottom:;
    margin-top:0px;
    text-align:justify;
    font-size:12px;
    padding-right:20px;
        }
     .breaking_news .owl-carousel .card{
    height: 140px;
    /* width: 320px; */
    border-radius: 0;
    padding: 0 7px 0 7px;
    }
   .breaking_news .owl-nav{
	   display:none;
   }
   .breaking_news .owl-dots{
	   display:none;
   }
   	 .breaking_news .box p small{
     font-weight: 600;
    color: #836060;;
    font-size: 10px;
     text-transform: uppercase;
     }
  .breaking_news .box p span {
    font-weight: 600;
   color: #836060;;
    font-size: 10px;
    text-transform: uppercase;
    }
    .breaking_news .box {
     position: relative !important;
     top: -20px;
     /* margin-bottom: -4px; */
     text-transform: uppercase;
     /* margin-left: 11px; */
     padding: 0 10px;
     }
    .breaking_news .box span{
         font-size: 8px;
          text-align: justify;
    letter-spacing: 1px;
    font-family: "roboto", sans-serif;
    color: #836060;
    font-weight: 600;
    display:flex;
    }
     .breaking_news .box .start{
      padding-top:5px;   
     }
     .breaking_news .box .end{
      margin-top:-12px;   
     }
   /*.tmc .sect-name{
	 color:#001266;
	  font-size: 16px;
    font-weight:700;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left:0px;
    display: inline-block;
    position: relative;
  }
   .bjp .sect-name{
      	 color:#dc3545;
      	  font-size: 16px;
    font-weight:700;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left:0px;
    display: inline-block;
    position: relative;
   }
  .cong .sect-name{
	 color: #24cff4;
    font-size: 16px;
    font-weight:700;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left:0px;
    display: inline-block;
    position: relative;
}*/
  
  .cpm ,.cong ,.tmc, .sect-name{
	 color: #e503bf;
    font-size: 16px;
    font-weight:700;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left:0px;
    display: inline-block;
    position: relative;
}
 
 .sect-name:before {
     content: "";
    width: 8px;
    height: 8px;
    /* flex: 0 0 5.4px; */
    display: block;
    background-color: #000;
    /* transform: rotate(45deg); */
    /* margin-right: 8px; */
    position: absolute;
    left: 1px;
    top: 8px;
    border-radius: 10px;
    display:none;
}
 .tmc,.cong{
     padding-top:25px;
 }
 .bjp{
     padding-top:0px;
 }
  .cpm{
     padding-top:12px;
 }
 .real_estate{
   padding-top:15px;  
 }
  .entertainment{
    padding-top:15px;   
  }
  .pravasi_bengali{
    padding-top:15px;    
  }
  .restaurant-news{
     padding-top:15px;    
  }
  
.xy {
    list-style: none;
    display: flex;
    margin-top: 0px;
    width: 688px;
    margin-left: -34px;
}

.xy li{
    margin:0 10px 0 5px;
}
 
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title-15, .section-title-5, .section-title-6, .section-title-7, .section-title-9, .section-title-11, .section-title-12, .section-title-13, .section-title-14, .section-title-16 {
    border-image: linear-gradient(to right,rgb(6,184,250) 0%,transparent 75%);
    border-image-slice: 1;
    padding-bottom: 10px;
    border-bottom: 3px solid;
    width: 100%;
    left: 2px;
    margin-bottom: 25px;
    position: relative;
}
.section-title-3 {
    text-align: left;
    padding-bottom: 10px;
    border-image: linear-gradient(to right, #3a3d42 0%, transparent 70%);
    border-bottom: 3px solid;
    border-image-slice: 1;
    width: 100%;
}

 
#changingText {
  color: #ffd166;
  border-right: 1px solid black;
  animation: cursoranim 1s linear infinite;
}

@keyframes cursoranim {
  50% {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }
}
@keyframes cursor{
  0%, 100%{border-color: transparent;}
  50%{border-color: #000;}
}

@keyframes typing{
  0%{ width: 0ch} /*Text is hidden*/
  30%{ width: 16ch;} /*The enitre header will be typed out*/
  80%{ width: 16ch;} /*Text stays visible*/
  90%{ width: 0ch;} /*Text is deleted*/
  100%{ width: 0ch;} /*Text stays hidden*/
}
   .section-title-1{
    text-align: left;
    padding-bottom: 10px;
    border-image: linear-gradient(to right, #fff 0%, transparent 70%);
    border-bottom: 3px solid;
    border-image-slice: 1;
    width: 100%;
}
 .section-title-1 h2{
     	font-size:26px;
     	font-weight:700;
     	text-transform:uppercase;
  	letter-spacing: 0;
  	padding: .25em 0 .325em;
	  display: block;
	  margin: 0 auto;
  	text-shadow: 0 0 80px rgba(255,255,255,.5);

/* Clip Background Image */

	  background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;

/* Animate Background Image */

	  -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

	  -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;

  }

   .section-title-2{
    text-align: left;
    padding-bottom:0px;
    border-image: linear-gradient(to right, #3a3d42 0%, transparent 70%);
    border-bottom: 3px solid;
    border-image-slice: 1;
    width: 100%;
}
 .section-title-2 h2{
     	font-size:28px;
     	font-weight:700;
     	text-transform:uppercase;
  	letter-spacing: 0;
  	padding: .25em 0 .325em;
	  display: block;
	  margin: 0 auto;
  	text-shadow: 0 0 80px rgba(255,255,255,.5);

/* Clip Background Image */

	  background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;

/* Animate Background Image */

	  -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

	  -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;

  }
  
  .section-title-3{
    text-align: left;
    padding-bottom:0px;
    border-image: linear-gradient(to right, #3a3d42 0%, transparent 70%);
    border-bottom: 3px solid;
    border-image-slice: 1;
    width: 100%;
}
  
  .section-title-3 h5{
     	font-size:22px;
     	font-weight:700;
     	text-transform:uppercase;
  	letter-spacing: 0;
  	padding: .25em 0 .325em;
	  display: block;
	  margin: 0 auto;
  	text-shadow: 0 0 80px rgba(255,255,255,.5);

/* Clip Background Image */

	  background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;

/* Animate Background Image */

	  -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

	  -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;

  }
   .section-title-2 .video-heading{
     	font-size:28px;
     	font-weight:700;
     	text-transform:uppercase;
  	letter-spacing: 0;
  	padding: .25em 0 .325em;
	  display: block;
	  margin: 0 auto;
  	text-shadow: 0 0 80px rgba(255,255,255,.5);

/* Clip Background Image */

	  background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
	  -webkit-background-clip: text;
	  background-clip: text;

/* Animate Background Image */

	  -webkit-text-fill-color: transparent;
	  -webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

	  -webkit-transform: translate3d(0,0,0);
	  -webkit-backface-visibility: hidden;

  }
.section-title-2 img{
    min-width: 0px;
    margin-top:-80px;
    margin-left:380px;
    width: 30px;
      }
     .chat-shows_channels .section-title-2 img{
    min-width: 0px;
    margin-top:-80px;
    margin-left: 370px;
    width: 30px;
      }
.digital-news_channels .section-title-2 img {
    min-width: 0px;
    margin-top: -80px;
    margin-left: 384px;
    width: 30px;
}
/* Animate Background Image */

@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}
 }
 .section-title {
      text-align: left!important;
    padding-bottom: 10px!important;
    border-image: linear-gradient(to right, #3a3d42 0%, transparent 70%)!important;
    border-bottom: 3px solid!important;
    border-image-slice: 1!important;
    width: 100%!important;
 }
  .section-title h2{
       font-weight: 700;
  text-align:;
  font-size: 30px;
  font-family:;
  text-transform: uppercase;
  background: linear-gradient(90deg, #000, #fff, #000);
  letter-spacing: 5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 80%;
  animation: shine 5s linear infinite;
  position: relative;
}

@keyframes shine {
  0% {
    background-position-x: -500%;
  }
  100% {
    background-position-x: 500%;
  }
}

  }

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

    .slick-slide img{
  width:100%;
  display:block;
  height:100%;
  min-width: 300px;
  max-height:95px;
}

 .media h4{
   font-size:20px;  
 }

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
  .trapdoor {
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: 770px;
  width: 200px;
  height: 50px;
  box-shadow: inset -7px 0px 12px -8px rgba(0,0,0,0.3), inset 7px 0px 12px -8px rgba(0,0,0,0.3);
  background: rgba(0,0,0,0.3);
  -webkit-transition: background 400ms ease-in-out;
  -moz-transition: background 400ms ease-in-out;
  -ms-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  
  &:hover {
    background: #fff;
    
    .door {
       box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
       -webkit-transform: scale(1.08);
       -moz-transform: scale(1.08);
       -ms-transform: scale(1.08);
       -o-transform: scale(1.08);
       transform: scale(1.08);
    }
   
    .top {
    top: -50%; 
    }
    
    .bottom {
    top: 100%; 
    }
  }
     .twitter-follow-button {
   margin-left: -77px;
   position: absolute !important;
   margin-top: -14px;
   left: 50%;
   top: 50%;
  }
}

.top {
  top: 0%;
  left: 0px;
  
  &:before {
    top: 5px;
  }
}

.bottom {
  top: 50%;
  left: 0px;
  
  &:before {
    top: -20px;
  }
}
.door {
  -webkit-transition: top 400ms, box-shadow 200ms, -webkit-transform 300ms;
  -moz-transition: top 400ms, box-shadow 200ms, -moz-transform 300ms;
  -ms-transition: top 400ms, box-shadow 200ms, -ms-transform 300ms;
  -o-transition: top 400ms, box-shadow 200ms, -o-transform 300ms;
  transition: top 400ms, box-shadow 200ms, transform 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  height: 50%;
  
  &:before {
    font-family: 'tweet', sans-serif;
    position: absolute;
    margin-left: -20px;
    font-size: 35px;
    display: block;
    color: #4099FF;
    content: "\e000";
    width: 0px;
    height: 20px;
    left: 52%;
  }
}

@font-face {
  font-family: 'tweet';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/277/tweet.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
 

   .bg-light-2{
       background-color:#fbc7ac;
   }
    .bg-light-sky{
 background-color:#d0eef1;
 }
 .bg-light-violet{
 background-color:#fdd6e8;
 }
  .bg-light-1{
 background-color:#fdd6e8;
 height:290px;
 }
  .main-inner-2 .bg-light-2{
        height:350px; 
     padding-top:10px;  
  }
  .main-inner-3 .bg-light-1{
     height:335px; 
     padding-top:10px;
  }
   .main-inner-3 .card{
       min-width:auto;
   }
 .bg-light-slate{
 background-color:#d9d7f9;
 }
 .bg-light-red{
 background-color:#f71c0252;
 }
 .bg-light-yellow{
	background-color:#e7e195; 
 }
  .bg-light-green{
  background-color:#e8f3d7;
  }
  .bg-medium-blue {
    background-color: #a5d7f5;
}
 .bg-light-orange{
     background-color:#f9ce80cc;
 }
  

   .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
     display:none!important;
}
 
/*--------------------------------------------------------------*/

 /*.card-text{
    margin-bottom: 34px;
    margin-top: -50px;
    text-align:justify;
}*/

  @media (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}

@media (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}

@media (min-width: 992px)
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
@media (min-width: 768px)
.container, .container-md, .container-sm {
    max-width: 720px;
}
@media (min-width: 576px)
.container, .container-sm {
    max-width: 540px;
}
   .container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: auto;
    margin-left: auto;
}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
 .slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  display:block;
  height:100%;
  min-width: 235px;
  max-height: 88px;
  }
 
 
 .ads .container-fluid img{
    position: relative;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
 }

 .social-1 button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: .1;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    margin-top: -14px;
}



  .start-up .member{
    margin-bottom: 0px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
  .start-up h5{
   font-size:; 
   font-weight:600;
  }

    .start-up .member p {
    font-size: 13px;
    line-height: 21px;
    color: #484646;
    position: relative;
    /*top: -30px;*/
    text-align:justify;
       }
      .real_estate .owl-carousel .owl-item img {
    display: block;
    width: 268px;
    height:170px;
    border:1px solid #00000063;
    padding:3px;
    border-radius: 3%;
    position:relative;
    left:0%;
    }
     .real_estate .row{
         height:280px;
     }
       .real_estate .card{
         height:85px;
         border:1px solid #00000063;
         width: 268px;
     }
      .real_estate .card-title{
         font-size:11px;
         text-transform:uppercase;
         line-height: 1.2;
     }
      .real_estate .card-text{
    margin-top: -12px;
    text-align:justify;
    line-height: 1.2;
    font-size: 10px;
    padding: 0 5px 0 5px;
    }
     
      .real_estate .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.real_estate .owl-nav button.owl-prev {
  left: 0;
}
.real_estate .owl-nav button.owl-next {
  right: 0;
}

.real_estate .owl-dots {
  text-align: center;
  padding-top: 15px;
  display:none;
}
.real_estate .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.real_estate .owl-dots button.owl-dot.active {
  background-color: #000;
}
.real_estate .owl-dots button.owl-dot:focus {
  outline: none;
}
.real_estate span {
    font-size: 42px;
    position: relative;
    top: 53px;
    color: #080808;
}
 .real_estate  .owl-carousel .owl-nav button.owl-next{
    top: 15%;
    background-color: transparent;
}
  .real_estate  .owl-carousel .owl-nav button.owl-prev{
    top: 15%;
    background-color: transparent;
} 
/*.real_estate  .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: #b9b5b5;
    border: none;
    padding: 0 !important;
    position: relative;
    top: -70px;
    left: 430px;
    top: -65px;
}

    .real_estate  .owl-carousel .owl-nav button.owl-prev{
      background: 0 0;
      color: #b9b5b5;
      border: none;
      padding: 0 !important;
      position: relative;
      top: -24px;
      left: 350px;
  }*/
   /* .pravasi_bengali .owl-carousel .owl-item img {
    display: block;
    width: 193px;
    height: 145px;
    border:1px solid #000;
    padding:3px;
    border-radius: 10%;
    position:relative;
    left: 0%;
    }
     .pravasi_bengali .row{
         height:316px;
     }
     .pravasi_bengali .card-title{
         font-size:11px;
         text-transform:uppercase;
     }
    .pravasi_bengali .card-text{
    margin-top: 0px;
    text-align:justify;
    line-height: 1.1;
    font-size:13px;
     } */
       	 .pravasi_bengali .card-body h5 {
    margin-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    text-transform:uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1.3;
    }
	   .pravasi_bengali .card-body p{
		margin-top: 0px;
		text-align:justify;
		font-size: 12px;
		padding: 0px 10px;
		}
	    .pravasi_bengali .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.pravasi_bengali .owl-nav button.owl-prev {
  left: 0;
}
.pravasi_bengali .owl-nav button.owl-next {
  right: 0;
}

.pravasi_bengali .owl-dots {
  text-align: center;
  padding-top: 15px;
  display:none;
}
.pravasi_bengali .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.pravasi_bengali .owl-dots button.owl-dot.active {
  background-color: #000;
}
.pravasi_bengali .owl-dots button.owl-dot:focus {
  outline: none;
}
.pravasi_bengali span {
    font-size: 4px;
    position: relative;
    top: -5px;
    color: rgb(4, 4, 5);
}
 .pravasi_bengali  .owl-carousel .owl-nav button.owl-next{
    top: 15%;
    background-color: transparent;
}
  .pravasi_bengali  .owl-carousel .owl-nav button.owl-prev{
    top: 15%;
    background-color: transparent;
}

 .pravasi_bengali .owl-carousel .owl-item img{
       height:200px;
       width: 265px;
       border-radius: 20%;
       border: 2px solid #ff00bf;
  }  
   .pravasi_bengali .card{
          /* height:60px; */
          border-radius:0;
          width: 263px;
          border-radius: 20%;
           background-color: #cf7b1412;
           height:120px;
      }	   
	  .bengali-polities .tmc .row {
    padding-top: 0px;
    margin-bottom: -3px;
       }  
     .bengali-polities .bjp .row {
    padding-top: 0px;
    margin-bottom: -3px;
       }
       
    .bengali-polities .cong .row {
    padding-top: 0px;
    margin-bottom: -5px;
      }
         .bengali-polities .cpm .row {
    padding-top: 0px;
    margin-bottom: -5px;
       }
       
      .entertainment img{   
    height: 130px;
    width: 160px;
       }
       .finance img {
  height: 100%;
  object-fit: cover;
}
.finance .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.finance .owl-nav button.owl-prev {
  left: 0;
}
.finance .owl-nav button.owl-next {
  right: 0;
}


.finance .owl-item {
  height: 270px;
  display: flex;
}
.finance .item {
    width: 100%;
    min-width:205px;
}
        .finance .card{
          height:55px;
          border-radius:0;
          width: 275px;
      }
         .finance .card h5{
          font-size: 13px;
          margin-left: 0px;
          padding: 3px 4px 0 4px;
          /* width: 248px; */
          text-align: center;
      }
         .finance p {
    font-size: 11px;
    text-align: justify;
    padding: 0 10px;
    margin-left: 0px;
    /* width: 240px; */
    font-weight: 300;
    line-height:1.2;
    }
  .finance .card-body {
    width: 95%;
    /* max-width: 356px; */
    background-color: #daefb0e8 !important;
    margin: 0 auto !important;
    position: relative !important;
    top: -70px;
    height: 115px;
    line-height: 1.2;
}
	 .finance .card-body .card-title {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0px;
    text-transform:uppercase;
    font-size: 12px;
     }
	  .finance .card-body .card-text{
		margin-top:10px; 
		text-align:justify;
		font-size:13px;
	  }
 
	 .legal_domains .nav-tabs .nav-link {
    color: grey !important;
    font-size: 11px;
     }
     .legal_domains .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
           text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: .8;
    color:#045acba8!important;
    background-color:#c1e7ec;
    /* border-color: var(--bs-nav-tabs-link-active-border-color); */
       }  
     
  .legal_domains p{
     font-size:; 
  }
   .legal_domains {
    text-align: justify;
    overflow-x: hidden;
    height: 510px;
    overflow-y: auto;
    scrollbar-width: none;
}
 .legal_domains h4 {
    font-size: 16px;
    padding-top: 22px;
    font-weight: 600;
}
 .legal_domains h4 {
    font-size: 15px;  
 }
 /*.legal_domains ul {
    margin-left: -15px;
}
  .legal_domains ul li {
    list-style-type:none;
    border-bottom: ;
    /* margin-bottom: 12px; 
    font-size: 12px;
    padding: 0px;
    line-height: 1.4;
    font-weight:500;
} */
  .chambers_commerce h4{
      font-size:14px;
      font-weight:600;
  }
  .chambers_commerce .main h6{
      margin-top:10px;
      padding-right:0;
  }
  
 .chambers_commerce h6{
       font-size: 14px;
       /* min-width: 337px; */
       /* padding: 0px 2px; */
       text-align: justify;
       padding-right: 2px;
    }
    .chambers_commerce .tab-content .side .row p{
     text-align:justify;   
    }
.new-section h3 {
    font-size: 16px;
}

 .new-section{
     text-align: justify;
    overflow-x: hidden;
     height:;
    overflow-y: auto;
    scrollbar-width: none;
      }
 
.new-section h3 {
    font-size: 18px;
}
.new-section h6 {
    font-size: 13px;
 margin-top:10px;
}
.new-section .post-content {
        padding-right: 6px;
}

.new-section .post-content p{
     margin-top:10px;
}
.new-section .post-image .center img{
      font-size: ;
   
}
 .new-section .thana{
    text-align: justify;
     overflow: hidden;
    overflow-y:scroll;
    height: 550px;
     }
.new-section .court {
    text-align: justify;
    overflow: hidden;
    overflow-y:scroll;
    height: 550px;
    width: 100%;
    min-width: 220px;
    margin-left: -10px;
}
.new-section .law-suit{
    text-align: justify;
    height: 550px;
    overflow: hidden;
    overflow-y:scroll;
}
 
 .law-firm h3{
   font-size:20px;  
 }
  .law-firm h4{
   font-size:16px;  
 }
.law-firm .main {
    padding: 16px 0px 0px 0;
    /* border-radius: 10px; */
    background-color: #f9d3f1b3;
}
 
.law-firm .nav-tabs .nav-link {
    border: 1px solid #000;
    margin-bottom: 6px;
    background-color: #9ec7e06b;
    padding: 8px;
}

.law-firm .nav-tabs .nav-link.active {
    background-color: #f6b491;
  }
 .law-firm .nav-tabs .nav-link h6{
    font-size:11px;
    text-align: center;
    font-weight: 400;
    line-height:.8;
 }
 .law-firm p{
 font-size:;
 }
 .digital-news_channels iframe {
    border: 0;
    height: 120px;
    min-width: 130px;
    margin-bottom: 10px;
    border-radius:10px;
     }
     .digital-news_channels h2 i{
         color:red;
         font-size:30px;
     }
     .chat-shows_channels, .digital-news_channels{
         height:416px;
     }
  .chat-shows_channels iframe {
    border: 0;
    height: 120px;
    min-width: 130px;
    margin-bottom: 10px;
    border-radius:20px;
}
 .digital-news_channels h4{
     color:#fff;
 }
 .chat-shows_channels h4{
     color:#fff;
     font-size:15px;
 }
 
    .digital-news_channels .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.digital-news_channels .owl-nav button.owl-prev {
  left: 0;
}
.digital-news_channels .owl-nav button.owl-next {
  right: 0;
}

 .chat-shows_channels .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.chat-shows_channels .owl-nav button.owl-prev {
  left: 0;
}
.chat-shows_channels .owl-nav button.owl-next {
  right: 0;
}

.chat-shows_channels p{
    color:#fff;
    font-size: 10px;
    /* text-align: justify; */
    text-transform: uppercase;
    position: relative;
     top: 160px;
}
 .digital-news_channels .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background:!important;
}
.digital-news_channels span {
    font-size: 46px;
    position: relative;
    top: -24px;
}
.digital-news_channels .owl-nav button:focus {
    outline: none;
}
.digital-news_channels .owl-item {
  height: 300px !important; /* Adjust this value as needed */
  display: flex;
}
.digital-news_channels .item {
    width: 100%;
}
.digital-news_channels .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 60px;
    top:20%;
}
/*.digital-news_channels .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
     font-size: 60px; 
     }*/
     
 /*.digital-news_channels .owl-carousel .owl-nav button.owl-next  {
   font-size: 60px;
    top: 15%;
   } */
  
   
   
      .digital-news_channels p{
        color:#fff;
        font-size:11px;
        position: relative;
        top: -90px;
    }
    
    
.digital-news_channels .video-container {
  width:100%;
  height: ;
  margin: 0 auto;
 --video-aspect-ratio: 1.77777;
}


.digital-news_channels .video-container .video-thumbnail img {
  width: 100%;
  height: auto;
  cursor: pointer;
      background-position: 50%;
    background-size: cover;
    inset: 0;
    position: absolute;
    text-align: center;
}
.digital-news_channels .video-iframe {
  width: 400px;
  height: 350px;
  display: none;
}

.chat-shows_channels .video-container {
  width:100%;
  height: ;
  margin: 0 auto;
 --video-aspect-ratio: 1.77777;
}


.chat-shows_channels .video-container .video-thumbnail img {
  width: 100%;
  height: auto;
  cursor: pointer;
      background-position: 50%;
    background-size: cover;
    inset: 0;
    position: absolute;
    text-align: center;
}
.chat-shows_channels .video-iframe {
  width: 400px;
  height: 350px;
  display: none;
}

    .chat-shows_channels .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
        height: 35px;
}
.chat-shows_channels span {
    font-size: 70px;    
    position: relative;
    top: -44px;
}
.chat-shows_channels .owl-nav button:focus {
    outline: none;
}
.chat-shows_channels .owl-item {
  height: 300px !important; /* Adjust this value as needed */
  display: flex;
}
.chat-shows_channels .item {
    width: 100%;
}
.chat-shows_channels .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 60px;
    top:15%;
}
/*.digital-news_channels .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
     font-size: 60px; 
     }*/
 .chat-shows_channels .owl-carousel .owl-nav button.owl-next  {
   font-size: 60px;
    top: 15%;
   }
   .chat-shows_channels .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background:#fff;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    height: 40px;
    display:block;
    }
     .digital-news_channels .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    background-color: #fff;
    height: 30px;
    display:;
     }

  
 
  .bengali-polities h3{
      font-size:20px;
  }
   .bengali-polities li a{
   color:;
   }
  .bengali-polities li a:hover{
	 color: rgb(6,184,250)
 }
 .bengali-polities .head_1 .row{
     height:262px;
 }
  .bengali-polities ul li .heading {
    color: #000;
    /* background-color: #000; */
    padding: 0px 5px;
}
.bengali-polities .post-content h3 {
    font-size: 14px;
    line-height:1.3;
}

  .bengali-polities p {
    text-align: justify!important;
    font-size:;
    padding: 0px;
    color:#808080;
	line-height:1.4;
}
  

.bengali-polities ul {
    color: green;
    list-style-type: none;
    margin-top: 40px;
}


 .courts .main{
	 position: -webkit-sticky;
  position: sticky;
  top: 5%; 
 }
 .bengali-polities .text-scroll{
  width: 100%;
  height:300px;
 overflow-y: auto;
scrollbar-width:thin;
  overflow-x:hidden;
}
.law_campus .row{
 margin-bottom: -6px;
}
.ads_5 img{
    width:100%;
    height:50px;
}

.law_campus li a{
	color:#fff;
	font-size:14px;
}
.law_campus h3 {
    font-size:20px;
    color: #000;
    font-weight:600;
}
.law_campus h4 {
    font-size: 16px;
    font-weight:;
}
.law_campus p {
  text-align:justify; 
}
 .law-firm .tab-content img {
    margin-left: 29px;
    height: 190px;
    max-width: 280px;
    }
.flicks .background {
  background: linear-gradient(to right,#3535e3b8,pink);
    opacity: .9;
    content: '';
  max-width: 854px;
    margin-left: 1px;
}                  
 .flicks .row{
padding:3px 10px;	 
 }
.flicks .logo-2 img {
    max-height: 45px;
    position: relative;
    left: 100%;
    bottom: 0px;
}
  .flicks h1 {
    color: #fff;
} 
  .flicks h3 {
    color: #000;
    font-size: 20px;
}
 .flicks h4 {
    color: #000;
    font-size: 14px;
}
.flicks p {
    color: #000;
    font-size: ;
}
.flicks #myVideo{
    border: 2px solid #fff;
    border-radius: 10px;
}	
 .flicks .ytp-large-play-button {
  max-width:40px;
   max-height:40px;
 }
 .video h3 {
    position: relative;
    top: 14px;
    left: -7px;
  }
  
  .ads {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow-x: hidden;
    width: 100%;
    height:;
    margin: 0 auto;
}
 .right-section .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
     margin-left: 30px;
    }
    .right-section .text-warning{
    --bs-text-opacity: 1;
    color: #ee5100;
    margin-left: 34px;
    }
   .right-section .text-info{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
    margin-left:0px;
    }
    .right-section .text-primary {
    --bs-text-opacity: 1;
    color: rgb(244 76 3) !important;
     margin-left: 0px;
     }
   .right-section .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    margin-left: 31px;
    font-size: 22px;
        }
     .right-section .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    margin-left: 35px;
    font-size: 18px;
            }
    .right-section .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
      margin-left: 35px;
    font-size: 18px;
      }
    
     .right-digital-news_show img{
       min-width: 0px;
       margin-top: -65px;
       margin-left: 245px;
       width: 25px;
      }
 .right-section .slider-buttons .prev i{
  position:relative;
  top: -2px;
  right: 2px;
  }
 .right-section .slider-buttons .next i{
   position:relative;
  top: -2px;
  right: 2px; 
}
 .right-section .life-style img{
     height:108px;
 }
  .right-bangla_shorts .section-title-3 img {
    min-width: 0px;
    margin-top: -68px;
    margin-left: 350px;
    width: 25px;
}
  .right-chat-shorts .section-title-3 img {
    min-width: 0px;
    margin-top: -68px;
    margin-left: 250px;
    width: 25px;
}
   
  .you-tube_list-bangla-news iframe {
    border: 0;
    height: 115px;
    border-radius: 10px;
   }
  .kol-untold_list-1 iframe {
     border: 0;
    max-width: 190px;
    height:100px;
   } 
  .kol-untold_list-2 iframe{
    border: 0;
    max-width: 190px;
     height:100px;
    }
   #myVideo-1{
    width:100%;
    max-width:100%;
    z-index:1;
   } 
  #myVideo-2{
    width:100%;
    min-width:100%;
    min-height:;
    z-index:1;
    margin-top:0px;
   }   
   .content-2{
     position: absolute;
    top: 80%;
    left: 10%;
    right: 10%;
    color: #fff;
    background-color: ;
    text-align: center;
     }
    .content-2 .title {
    color: #fff;
    font-size:35px;
        }
    .content-2 h2{
        font-size:20px;
        font-weight:400!important;
    }
      .news-content{
        margin-top:270px;
    }
     #myVideo-3{
    width:100%;
    min-width:100%;
    min-height:;
    z-index:1;
    margin-top:0px;
   }
   .content-3{
     position: absolute;
    top: 65%;
    left: 10%;
    right: 10%;
    color: #fff;
    background-color: ;
    text-align: center;
     }
    .content-3 .title {
    color: #fff;
    font-size:35px;
        }
    .content-3 h2{
        font-size:20px;
        font-weight:400!important;
    }
       #myVideo-4{
    width:100%;
    min-width:100%;
    min-height:;
    z-index:1;
    margin-top:0px;
   }
   .content-4{
     position: absolute;
    top: 65%;
    left: 10%;
    right: 10%;
    color: #fff;
    background-color: ;
    text-align: center;
     }
    .content-4 .title {
    color: #fff;
    font-size:35px;
        }
    .content-4 h2{
        font-size:20px;
        font-weight:400!important;
    }
    .post-content p{
        font-size:12px;
    }
    #adsVideo {
    margin-left: 0px!important;
    width: 100%;
    min-width:200px;
    z-index: 1;
    margin-top: 0px;
        }
 #hero-2 .content-2 {
    position: absolute;
    top: 100%!important;
    left: 10%!important;
    right: 10%!important;
     }
/* MEDIA */

      .media_logo video {
    width: 100%;
    height: 600px;
    background-color: #000 !important;
    object-fit: cover !important;
}
  

  .ads-4 img{
    height:256px;  
  }


.card-btn{
  border: none;
  border-radius: 100px;
  padding: 5px 30px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.toast{
    border:0!important;
     }
.toast-header{
    border:0!important;
}
 .toast-body img{
     display:flex;
     justify content:center;
     width:100%;
 }
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
  
      .main-inner #advertising_Video {
   width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
        }
   .main-inner .ads img {
    height: 265px;
      } 
     .main-inner .ads_1 img{
         height:auto;
         width:100%;
     }   
  
     .media_logo {
 margin-top:20px;
    }
  #advertising_Video {
    width: 100%;
    position: relative;
    left:0%;
    top: 0%;
}
  /*#myVideo {
    width: 70%;
    height: 70%;
    /* max-height: 680px; 
    margin: 1px auto 0px auto;
    /* max-height: 773px; */
}*/

  #banner_1 {
      width: 100%;
    height: 500px;
    background: url(../img/4.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-top: -16px;
}


  .banner-content h1 a{
position: absolute;
    left: 45%;
    top: 260px;
    text-transform: uppercase;
    font-size: 35px;
}

     #banner-2 {
      width: 100%;
    height: 332px;
   background: url(../img/banner_4.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-top: -16px;
    }
 #banner-2 .heading {
      font-family: 'Times New Roman', sans-serif;
    color: #fff !important;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
   
   }
    #banner-2 .heading a{
      color:#fff;
      margin-top:100px;
    }
 #banner-4 {
  
}
 #banner-3 .heading {
      font-family: 'Times New Roman', sans-serif;
 
 font-weight: 600;
    color: #ffeb3b;
    font-weight: bold;
    font-size: 40px;
    background-color: #1a010147;
    padding: 5px 16px;
    position: relative;
    top: 166px;
    text-transform: uppercase;
}
#banner-3{
 width: 100%;
    height: 332px;
    background: url(../img/banner_3.jpg) top center no-repeat!important;
    background-size: cover!important;
    position: relative;
    padding: 0;
    margin-top: -16px;
}
 #banner_5 .heading {
font-family: 'Times New Roman', sans-serif;
 font-weight: 600;
    color: yellow;
    font-weight: bold;
    font-size: 65px;
    background-color: ;
    padding: 5px 16px;
    position: relative;
    top: -120px;
    text-transform: uppercase;
}
 #banner_5 .heading-2 {
 font-family: 'Times New Roman', sans-serif;
 font-weight: 600;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    padding: 0px 16px;
    text-align: center;
    position: relative;
    top: -155px;
    line-height: 1;
}
 #banner-6 {
    width: 100%;
    height: 500px;
   background: url(../img/banner-4.jpg) top center fixed no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-top: -16px;
}
  #banner-6 .heading {
    color: #ffeb3b;
    font-weight: 600;
    font-size: 38px;
    background-color: #1a010147;
    padding: 5px 16px;
    position: relative;
    top: 188px;
    text-transform: uppercase;
    width: 63%;
    /* max-width: 439px; */
    margin: 0 auto;
}
 #banner-7 {
    width: 100%;
    height: 500px;
   background: url(../img/banner-6.jpg) top center fixed no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    margin-top: -16px;
}
  #banner-7 .heading {
    color: #ff661f;
    font-weight: 600;
    font-size: 38px;
    background-color:#f1d5d58c;
    padding: 5px 16px;
    position: relative;
    top: 188px;
    text-transform: uppercase;
    width: 85%;
    /* max-width: 439px; */
    margin: 0 auto;
}

 
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
     background-color:#161212;
}

       .restaurant-news .owl-carousel .owl-item img{
      height:260px;
         }
     .restaurant-news h6 a{
		color:#09101f!IMPORTANT;
	}
  .restaurant-news .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.restaurant-news .owl-nav button.owl-prev {
  left: 0;
}
.restaurant-news .owl-nav button.owl-next {
  right: 0;
}

.restaurant-news .owl-dots {
  text-align: center;
  padding-top: 15px;
  display:none;
}
.restaurant-news .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.restaurant-news .owl-dots button.owl-dot.active {
  background-color: #000;
}
.restaurant-news .owl-dots button.owl-dot:focus {
  outline: none;
}
.restaurant-news span {
    font-size: 70px;
    position: relative;
    top: -5px;
    color: #050505;
}
 .restaurant-news  .owl-carousel .owl-nav button.owl-next{
    top: 15%;
    background-color: transparent;
}
  .restaurant-news  .owl-carousel .owl-nav button.owl-prev{
    top: 15%;
    background-color: transparent;
}

 .restaurant-news .owl-carousel .owl-item img{
      height:230px;
  } 

.restaurant-news .owl-nav button:focus {
    outline: none;
}
 .restaurant-news .card{
    height:140px; 
 }
  .restaurant-news p{
	    font-size:11px;
	    text-align:justify;
	    padding: 0 10px;
	}

  .restaurant-news h3{
     font-size: 14px;
     text-align: center;
     margin-top: 5px;
     text-transform:uppercase;
     padding: 0 5px;
 }
		 .restaurant-news .small-text{
	    font-size:10px;
	       }
  /* ---------------Finance --------------*/
  
   .finance .owl-carousel .owl-item img{
      height:260px;
         }
     .finance h6 a{
		color:#09101f!IMPORTANT;
	}
  .finance .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.finance .owl-nav button.owl-prev {
  left: 0;
}
.finance .owl-nav button.owl-next {
  right: 0;
}

.finance .owl-dots {
  text-align: center;
  padding-top: 15px;
  display:none;
}
.finance .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.finance .owl-dots button.owl-dot.active {
  background-color: #000;
}
.finance .owl-dots button.owl-dot:focus {
  outline: none;
}
.finance span {
        font-size: 42px;
    position: relative;
    top: 27px;
    color: #050505;
}
 .finance  .owl-carousel .owl-nav button.owl-next{
    top: 15%;
    background-color: transparent;
}
  .finance  .owl-carousel .owl-nav button.owl-prev{
    top: 15%;
    background-color: transparent;
}

 .finance .owl-carousel .owl-item img{
       height:200px;
      width: 274px;
  } 

.finance .owl-nav button:focus {
    outline: none;
}


 .finance h3{
     font-size:13px;
         text-align: center;
    margin-top: 0px;
    text-transform:uppercase;
 }
		 .finance .small-text{
	    font-size:10px;
	       }
	  .main_inner h5{
	      font-size:18px;
	  }
	 .main-inner-2,.main-inner-3,.main-inner-4,.main-inner-5,.main-inner-6,.main-inner-7,.main-inner-8,.main-inner-9, .card-body{
     padding: 5px 0;
         }
	 
     .main-inner-2 .card-text {
    margin-bottom:;
    margin-top: ;
    text-align: ;
        }
   .main-inner-2 .card {
    height: auto;
    border: 0px;
    margin-bottom: -6px;
    }
   .main-inner-2 .card img {
    height: 184px;
    }
    .main-inner-2 .card-title {
     line-height: 1;
        }
    .main-inner-2 .ads img {
    height:auto;
} 
   .main-inner-3 .card {
    height:auto;
    border: 0;
       }
   .main-inner-3 .card img {
    height:auto;
    }
   .main-inner-2 .card-title {
    line-height: 1.2;
    font-size: 13px;
      }
    .main-inner-2 .ads img {
    min-height: auto;
    height: 100%;
     }
    
   .main-inner-4 .card {
    height:auto;
    border: 0px;
       }
   .main-inner-4 .card img {
    height:auto;
    }
     .main-inner-2,.main-inner-3,.main-inner-4,.main-inner-6,.main-inner-7,.main-inner-8,.main-inner-9 {
    padding:0px;
    margin:0px;
     }
    .main-inner-2,.main-inner-3,.main-inner-4,.main-inner-6,.main-inner-7,.main-inner-8,.main-inner-9, .card-title {
    line-height: 1;
    width: 100%;
   /* min-width: 305px;
    margin-left: -14px;*/
    font-size: 16px;
    text-align: center;
    padding:0px;
     }
   .main-inner-6 .card {
    height:auto;
    border: 0px;
       }
   .main-inner-6 .card img {
    height:auto;
    }
    .main-inner-6 .card-title {
     line-height: 1;
        }
   .main-inner-6 .card .side img {
    height: 270px;
      }
    .main-inner-7 .card {
    height:auto;
    border: 0px;
       }
   .main-inner-7 .card img {
    height:auto;
    }
    .main-inner-7 .card-title {
    line-height: 1;
    font-size: 14px;
    min-width:;
    margin-left:;
         }
    .main-inner-8 .card {
    height:auto;
    border: 0px;
       }
   .main-inner-8 .card img {
    height:auto;
    }
    .main-inner-8 .card-title {
     line-height: 1;
        }
    .main-inner-8 .card .side img {
      height:auto;   
        }
     .main-inner-9 .card {
    height:auto;
    border: 0px;
       }
   .main-inner-9 .card img {
    height:auto;
    }
    .main-inner-9 .card-title {
     line-height: 1;
        }
      .main-inner-9 .card .side img {
      height:auto;   
   }
    .main-inner-4 .ads_1 img {
    height: auto;
    width: 100%;
      }
        .main-inner-3,.ads_1 img {
    height: auto;
    width: 100%;
      }
    .main-inner-3,.ads img {
    height: auto;
    width: 100%;
      }
/* .breaking_news {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 94%;
    margin: auto;
    overflow: hidden;
    height: 35px;
} */

.breaking_news .bn_label {
    background: #ed1a3b;
    text-transform: uppercase;
    margin-left: -16px;
    padding: 9px 13px 0 13px;
    float: left;
    height: 35px;
}

 .breaking_news .bn_label h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-family: poppins;
    line-height: 17px;
}
.breaking_news .bn_news ul li {
    padding-right: 18px;
    margin-right: 17px;
    position: relative;
    float: left;
}
.breaking_news .bn_news ul li a {
    font-size: 18px;
}
.breaking_news .bn_news ul li:before {
    width: 13px;
    height: 13px;
    content: "";
    position: absolute;
    right: -4px;
    background: #ed1a3b;
    border-radius: 12px;
    top: 11px;
}
.breaking_news .bn_news ul li:last-child:after {
    display: none;
}
.breaking_news #demo2{
		overflow:hidden;
	}
.breaking_news #demo2 ul li {
    float: left;
    line-height: 35px;
    height: 35px;
} */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

.footer-area {
    /* background-color: #c3d4edf5; */
    background-image: linear-gradient( #f8f9fa,#2f9cdd5c);
}
 .copyright-area-content p{
     font-size:16px;
 }
 .left-margin {
    margin-left: -17px;
    }
  .left-padding {
    padding-left: 70px;
      }
 .single-footer-widget {
    margin-bottom: 30px;
}
  .single-footer-widget p {
      color: #000;
      font-size: 13px;
      text-align: justify;
      padding-top: 10px;
      }

 .single-footer-widget .social li {
    list-style-type: none;
    display: inline-block;
  }
  
 .single-footer-widget .social li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #000;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 20px;
}
 .single-footer-widget .useful-links-list {
    padding-left: 0;
    margin-bottom: 0;
  }
  .single-footer-widget .useful-links-list li {
    list-style-type: ;
    margin-bottom: 3px;
    font-size: 14px;
    text-transform: uppercase;
}
  .single-footer-widget .useful-links-list li a {
    color: #000;
     line-height: 2.5;
   }
   .single-footer-widget .logo{
    text-align: center;
    font-size: 33px;
    }
  .single-footer-widget .logo img {
    width: 65%;
    margin-top: -12px;
    margin-bottom: -2px;
    margin-left: -50px;
        }
      .footer-area h4{
        font-size:20px;  
      }
    .footer-area .about {
    margin-top: -16px;
    margin-bottom: -3px;
       }
     
      .footer-area .about li a {
    font-size: 13px;
    color: #09101f;
    line-height: 1;
 }
   .footer-area .journal li a {
    font-size: 13px;
    color: #09101f;
    line-height: 3;
 }
 .footer-area .journal {
    list-style-type: ;
    padding-left: 0;
}
 .footer-area .social {
    margin-left: -50px;
   }
 .copyright{
 background-color: #2a292926;   
 }
#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}