@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 0px;
  background:#767876c5
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(86, 84, 84, 0.921);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(70, 69, 69, 0.416);
}


body {
   font-family: 'Rubik', sans-serif;
  color: var(--font-color);
  background: var(--body-color);
}

a {
  color: #626eff;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
}
/*.row {
    --bs-gutter-x: 1.1rem;
    --bs-gutter-y: 0;
}*/
.img-fluid {
  width: 100%
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2487ce;
  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: #3e9bdd;
  color: #fff;
}

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



@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px 0px 0px;
  max-width: 360px;
  border-radius: 10px;
  z-index: 999;
  background: rgba(0, 0, 0, .8);

}

header .nav-bg {
  box-shadow: 0px 3px 8px #00000017;
  border-radius: 9px;
  background: #FFFFFF;
  padding: 0px 5px 0px 5px;
  line-height: 64px;
  text-align: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
	background:var(--body-color);
	padding:20px 0px;
}
.form-search{
    margin:0px auto 0px;
    font: bold 13px sans-serif;
    max-width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: end;
}

.form-search input {
    width: 90%;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 8%);
    padding: 11px 15px 11px 15px;
    border: 0px solid #b6c3cd;
    border-right: 0;
    color: #4E565C;
    outline: none;
    -webkit-appearance: none;
    font-size: 18px;
}

.form-search button{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color:#212529;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    padding: 13px 22px 13px;
    margin-left: -4px;
    cursor: pointer;
    border: none;
    outline: none;
}

.form-search i{
    font-size: 16px;
    color: #fff;
}


.header-box {
  position: absolute;
  top: -45px;
  width: 50%;
  height: 73px;
  border-radius: 16px;
  margin: 0 auto;
  text-align: center;
  align-items: c;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  z-index: -1;
}

#ib-content {

  padding: 15px;
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;

}

.login a{color:#fff}
.login a:hover{color:#FDAF19}
.hide {
  display: none;
}

.show {
  display: block !important;
  animation: showMe 1.2s forwards;

}

/**
* Desktop Navigation 
*/
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

.padding-top{padding-top:40px}

.search-container input[type=text] {
  padding: 6px 10px;
  margin-top: 8px;
  font-size: 18px;
  border: none;
  width: 88%;
  border-radius: 5px 0px 0px 5px;
}

.search-container button {
  float: right;
  padding: 6px 10.3px;
  margin-top: 8px;
  margin-right: 0px;
  background: #4363EA;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
  width: 12%;
}

.search-container button:hover {
  background: #000;
}

.menu-box {
  padding: 15px 15px 0px
}

.menu-box ul {
  padding: 0px;
  margin: 15px 5px;
}

.menu-box ul li {
  padding: 5px 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  list-style: none
}

.menu-box ul li a {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase
}

.menu-box ul li a:hover {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #EC6C5A;
  font-weight: 500;
  text-transform: uppercase
}

.login {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}

.social {
  color: #fff;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding: 0px 18px 20px;
}

.social a {
  font-size: 28px;
  color: #CECCCF;
  font-weight: 500;
  width: auto;
}

.social a:hover {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  width: auto;
}

.more-link {
  padding: 0px 15px 0px
}

.more-link ul {
  padding: 0px;
  margin: 0px 5px;
}

.more-link ul li {
  padding: 5px 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  list-style: none
}

.more-link ul li a {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.more-link ul li a:hover {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #EC6C5A;
  font-weight: 500;
}

.copyright {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  padding: 15px 18px 0px
}


@media screen and (max-width: 600px) {
  .search-container {
    float: none;
  }

  .topnav a,
  .topnav input[type=text],
  .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }

  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}

/**
* Mobile Navigation 
*/


.ib-active {
  /* min-height: 400px ;
animation: showMe 1.2s forwards; */

}

.nav-box {
  cursor: pointer;
  /* transition: 0.8s; */
}

#imgplus {
  transition: 1s;
}

#blur-bg {
  background: linear-gradient(180deg, rgb(250 116 66 / 75%) 0%, rgb(56 23 73 / 75%) 100%);
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: fixed;

}

.bg-black {
  background-color: #181819;
  border-radius: 0 6px 6px 0;

}

.blur-ib {
  /* animation: showMe 2s forwards; */
}

@keyframes showMe {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.p-r-7 {
  padding-right: 7px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Latest 
--------------------------------------------------------------*/
#latest {
  padding: 30px 0px 80px;
}

.latest .section-title h2 {
  text-transform: uppercase;
  color: var(--font-color);
  font-size: 26px;
  font-weight: bold;
  border-left: 10px solid #FDAF19;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.latest .section-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}

.latest .card {
  height: 265px;
  border: 0px;
  box-shadow: 0px 0px 5px 0px #d2cece;
  margin-top: 10px;
  background: var(--greybg-color);
  border-radius: 6px;
}

.latest .card img {
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  height: 130px;
}

.latest .card-body {
  padding: 10px 32px 5px 0px;
}

.frame-title h2 {
  text-transform: uppercase;
  color: #303136;
  font-size: 26px;
  font-weight: bold;
  border-left: 10px solid #FDAF19;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.frame-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}

.frame-card {
  height: auto;
  border: 0px;
  box-shadow: 0px 0px 5px 0px #d2cece;
  margin-top: 10px;
  background: #fff;
  border-radius: 6px;
}

.frame-card img {
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  height: 130px;
}

.frame-body {
  padding: 10px 15px 5px 0px !important;
}

.frame-body .card-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  /* color: #000000; */
  color: var(--font-color);
  opacity: 0.9;
  padding-left: 12px;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; 
           line-clamp: 4; 
   -webkit-box-orient: vertical;
   height: 52px;
   margin-bottom: 20px;
}

.frame-body .date {
  font-size: 12px;
  line-height: 13px;
  /* color: #000000; */
  color: var(--font-color);
  opacity: 0.6;
  margin-bottom: 5px;
  padding-left: 14px;
}

.latest-slider {
  overflow: hidden;
  margin: 0px 0px 0px 25px;
}

.latest .card-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color:var(--font-color);
  
  opacity: 0.9;
  border-left: 6px solid #FDAF19;
  padding-left: 12px;
}

.latest .date {
  font-size: 10px;
  line-height: 14px;
  color: var(--font-color);
  opacity: 0.6;
  margin-bottom: 5px;
  padding-left: 15px;
}

.latest .latest-carousel,
.latest .latest-slider {
  overflow: hidden;
  margin: 0px 0px 0px 25px;
}

.buzz-today .section-title h2 {
  text-transform: uppercase;
  color: #303136;
  font-size: 26px;
  font-weight: 500;
  border-left: 10px solid #A8E23A !important;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.buzz-today.section-title h2 {
  text-transform: uppercase;
  color: #303136;
  font-size: 26px;
  font-weight: 500;
  border-left: 10px solid #A8E23A !important;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.buzz-today .section-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #A8E23A !important;
}

.buzz-today .section-title span a {
  color: #A8E23A !important;
}

.buzz-today .card {
  background: #fff;
  border-radius: 6px !important;
  margin-left: 1.6rem !important;
}

.line {
height: 34px;
width: 5px;
background: #FDAF19;
position: absolute;
top: 140px;
left: 12px;
}

.latest .latest-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.latest .latest-item .latest-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.latest .latest-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.latest .latest-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.latest .latest-item .quote-icon-left,
.latest .latest-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.latest .latest-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.latest .latest-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.latest .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.latest .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #FDAF19;
  opacity: .3;
}

.latest .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FDAF19;
  opacity: 1;
}

/*--------------------------------------------------------------
# world News
--------------------------------------------------------------*/
#world {
  padding: 0px 0px 30px;
}

.latest-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden.aos-init.aos-animate {
    margin-bottom: 20px;
}

.world .section-title h2 {
  text-transform: uppercase;
  color: #303136;
  font-size: 26px;
  font-weight: bold;
  padding: 8px 15px 4px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
  line-height:26px;
}

.world .section-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #FEE51C
}

.world .card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
  margin: 0px 0px 15px 0px;
}


/*.world .card img.card-img-top{
   max-height: 130px !important;
}*/
p.hashtags {
    font-size: 14px;
}
p.hashtags.hash-layout-1 {
    font-size: 12px;
    padding: 0px 10px;
}
.world .card .card-body {
  position: relative;
  padding: 15px 25px;
}

.world .card .card-body::before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 40px;
  /* background: #FEE51C */
}
.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.world .card .card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 20px;
  height: 40px;
}

.world .card small {
  color: rgba(0, 0, 0, 0.62);
}

.world .text-black {
  color: #000000 !important;
}

.float-end {
  float: right
}
.small, small {
    font-size: 1em;
}
.fw-medium a {
  color: #000
}

.fw-medium a:hover {
  color: #FEE51C
}

.world .pl-5 {
  padding-left: 1.7rem !important;
}

.section-title-non h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    border-left: 10px solid #A8E23A;
    padding: 8px 15px 4px;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}

.section-title-non span {
    padding: 0px 12px;
    position: relative;
    top: -5px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #FEE51C !important;
    right: 0px;
}
.section-title-non span a {
    color: #a8e23a ;
    text-decoration: none;
}

.non .card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
  margin: 0px 0px 0px 25px;
}

.non .card img {
  height: 402px;
  object-fit: cover;
  width: 100%;
}
.non .card video {
  height: 402px;
  object-fit: cover;
  width: 100%;
}

.non .card .card-body {
  position: relative;
  padding: 20px 25px;
}

.non .card .card-body::before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 40px;
  background: #A8E23A
}
.non .section-title span a {
  color: #A8E23A !important;
  text-decoration: none;
}
.non .card .card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 20px;
}

.non .card small {
  color: rgba(0, 0, 0, 0.62);
}

.non .text-black {
  color: #000000 !important;
}

.float-end {
  float: right
}

.fw-medium a {
  color: #000
}

.fw-medium a:hover {
  color: #FEE51C
}

.world .pl-5 {
  padding-left: 1.7rem !important;
}




.buzz-today .pl-5 {
  margin-left: 1.7rem !important;
}

/*--------------------------------------------------------------
# INSPIRATION
--------------------------------------------------------------*/
#inspiration-sec {
  padding: 0px 0px 50px
}
.buzz-today{}
.section-title-ins{}
.section-title-ins h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    border-left: 10px solid #fdaf19;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}
.section-title-ins span {
    padding: 0px 12px;
    position: relative;
    top:-2px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fdaf19!important;
    right: 5px;
}
.section-title-ins span a {
    color: #fdaf19!important;
    text-decoration: none;
}
.date-1{position: absolute; left: 50px; bottom: -10px; background: #fff; z-index: 1000; border-radius: 6px 6px 5px 5px; text-align: center;}
.month{background: #FD742B; color: #fff; font-size: 10px; border-radius: 5px 5px 0px 0px; padding: 2px;}
.date-2{ color: #3C3C3C; font-size: 26px; font-weight: 700; border-radius: 5px 5px 0px 0px; padding: 0px 10px;}
.buzz-today h4{font-size: 20px; font-weight: 500;line-height: 22px; margin-bottom: 0;margin-top: 0px; padding-top: 0px;}
.ins-text{position: relative; top: 50%; left: 50%;  transform: translate(-50%, -50%); padding-right:0px;}
.ins-text p{font-size: 10px; padding-top: 20px; opacity: .6; padding-right:0px;}
.ins-text span{font-size: 10px;opacity: .6; padding-right:50px;}
.ins-btn{font-size: 11px;background: #000;border-radius: 3px;padding: 5px 2px;}
.ins-btn a{font-size: 11px;color: #fff; background: #000; padding: 8px 16px; text-align: center; width: 100%; border-right: 1px solid #fff;line-height: 19px;}
.ins-btn a:hover{font-size: 11px;color: #FD742B; background: #000;padding: 8x 16px; text-align: center;border-right: 1px solid #fff;line-height: 19px;}
.buzz-today .section-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #FD742B;
}
.buzz-today .section-title span a {
  color: #fd742b !important;
  text-decoration: none;
}
.buzz-today .card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
  margin: 0px 0px 15px 0px;
}

.buzz-today .card img {
  height: 400px !important;
  width: 100%;
  object-fit: inherit;
}

.buzz-today .card .card-body {
  position: relative;
  padding: 20px 25px;
}

.buzz-today .card .card-body::before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 40px;
  background: #FD742B
}

.buzz-today .card .card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 20px;
}

.buzz-today .card small {
  color: rgba(0, 0, 0, 0.62);
}

.buzz-today .text-black {
  color: #000000 !important;
}


/*--------------------------------------------------------------
# business
--------------------------------------------------------------*/
#business {
}

.business .section-title h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  border-left: 10px solid #3EFEB5;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.business .section-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #3EFEB5;
}
.business .section-title span a {
  color: #3EFEB5;
  text-decoration: none;
}
.business .card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
  margin: 0px 0px 15px 25px;
}

.business .card img {
  height: 110px;
  object-fit: cover;
  width: 100%;
}

.business .card .card-body {
  position: relative;
  padding: 15px 20px 15px 25px;
}

.business .card .card-body::before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 40px;
  background: #3EFEB5
}

.business .card .card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 20px;
}

.business .card small {
  color: rgba(0, 0, 0, 0.62);
}

.business .text-black {
  color: #000000 !important;
}

/*--------------------------------------------------------------
# RECOMMENDED FOR YOU
--------------------------------------------------------------*/
#recommended {
  padding: 20px 0px 20px;
  position: relative;
}
.recommended {}
.recommended .section-title h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
  margin-left: 12px;
}

.recommended .section-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #C95EF0;
}
.recommended .section-title span a {
  color: #C95EF0;
  text-decoration: none;
}
.recommended .card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
  margin: 0px 0px 15px 10px;
}

.recommended .card img {
  height: 110px;
  object-fit: cover;
  width: 100%;
}

.recommended .card .card-body {
  position: relative;
  padding: 15px 25px;
}

.recommended .card .card-body::before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 40px;
  background: #C95EF0
}

.recommended .card .card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 20px;
  height:50px;
}

.recommended .card small {
  color: rgba(0, 0, 0, 0.62);
}

.recommended .text-black {
  color: #000000 !important;
}

.logo-pd{padding: 22px 0;}
/*--------------------------------------------------------------
# Buzz
--------------------------------------------------------------*/
.buzz{overflow: hidden;}
.buzz .buzz-slider .card:after {
    background:#000;
}
.layer{
	background: rgb(25,27,48);
	background: linear-gradient(0deg, rgba(25,27,48,0.8575805322128851) 0%, rgba(0,0,0,0) 47%);
	position: absolute;
    top: -56px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;}
	
	.buzz .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #626EFF;
    opacity: .3;
}
.buzz .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #626EFF;
    opacity: 1;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px;
    left: 0;
    width: 100%;
}
.latest-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden.aos-init.aos-animate {
    height: 280px;
}
.buzz-cont{margin: 0px 0px 0px 25px; overflow: hidden; height:360px;}
.buzz .section-title h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  border-left: 10px solid #626EFF;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}
.buzz .card-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}
.buzz .section-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #626EFF;
}
.buzz .section-title span a {
  color: #626EFF;
  text-decoration: none;
}

.buzz .buzz-slider{}
.buzz .buzz-slider .card{border-radius: 10px; background: transparent;}
.buzz .buzz-slider .card img{height: 350px; width: 100%;border-radius: 10px;}
/*--------------------------------------------------------------
# Add three
--------------------------------------------------------------*/
#main{padding: 0px 0px;}
#ad {
  padding: 0px 0px 50px;
}
#ad img {
    width: 100%;
    max-height: 178px;
}
.caseStudy {
    overflow-x: inherit;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
    padding: 20px 0px 20px 25px;
}
/*--------------------------------------------------------------
# shark-stories
--------------------------------------------------------------*/
#shark-stories {
  padding: 0px 0px 100px
}
.shark-stories .section-title h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  border-left: 10px solid #FD8888;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.shark-stories .section-title h2 span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #FD8888;
}
.shark-stories.section-title h2 span a {
  color: #FD8888 !important;
  text-decoration: none;
}
.shark-stories .card {
  border: 0px;
  box-shadow: 0px 0px 5px 0px #d2cece;
  margin-bottom: 15px;
  background: var(--greybg-color);
  border-radius: 6px;
}

.shark-stories .card img {
  border-radius: 6px 6px 0px 0px;
  width: 100%
}

.shark-stories .card-body {
  padding: 10px 11px 5px 0px;
}

.shark-stories .card-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--font-color);
  opacity: 0.9;
  margin-bottom: 8px;
  border-left: 6px solid #FD8888;
  padding-left: 10px;
 
}

.shark-stories .date {
  font-size: 9px;
  line-height: 14px;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 5px;
  padding-left: 14px;
}

.shark-stories .line {
   height: 32px;
    width: 5ppx;
    background: #FD8888;
    position: relative;
    top: -55px;
    left: -14px;
}

.technology .section-title h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  border-left: 10px solid #2EAFFF;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.technology .section-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #3EFEB5;
}
.technology .section-title span a {
  color: #2EAFFF;
  text-decoration: none;
}
.technology .card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
  margin: 0px 0px 15px 25px;
}

.technology .card img {
  height: 114px;
  object-fit: cover;
  width: 100%;
}

.technology .card .card-body {
  position: relative;
  padding: 15px 25px;
}

.technology .card .card-body::before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 40px;
  background: #2EAFFF
}

.technology .card .card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 20px;
  min-height: 36px;
}

.technology .card small {
  color: rgba(0, 0, 0, 0.62);
}

.technology .text-black {
  color: #000000 !important;
}
.rks {
    padding: 0px 22px;
    color: #e8e8e8;
}

/* login */

/* ---------------------------------------- Add Buzz  -----------------------------------   */
/* technology  */
#addbuzz {
   padding: 20px 15px 170px;
}
.addbuzz{}
.pst{
	position: absolute;
    width: 100%;
	top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.addbuzz .control__indicator1 {
    position: absolute;
    top: 15px;
    left: 16px;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 10px;
}
.addbuzz .control1 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.addbuzz .control1 {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 18px;
    padding-top: 12px;
}
.addbuzz .control--checkbox1 .control__indicator1:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}   
.addbuzz .control1 input:checked ~ .control__indicator1:after {
    display: block;
}
.addbuzz .pd-box {
    padding: 10px 20px;
}
.addbuzz .color_01 {
    background: #4a94de;
    width: 25px;
    height: 25px;
    float: right;
}
.addbuzz .control__indicator1:after {
    content: '';
    position: absolute;
    display: none;
}
.addbuzz .control1 input:checked ~ .control__indicator1 {
    background: #000000;
}
.addbuzz .section-title h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  border-left: 10px solid #FDAF19;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}
.addbuzz .section-title span {
  padding: 0px 12px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #FEE51C
}

.addbuzz .card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
  margin: 0px 0px 15px 0px;
}

.addbuzz .card img {
    object-fit: inherit;
	float: left;
	padding-right: 10px;
}

.addbuzz .card .pd-box .card-body {
  position: relative;
  padding: 18px 0px 0px;
}

.addbuzz .card .card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
    padding-left: 20px;
    padding-top: 5px;
    border-left: solid 8px;
    margin-top: 15px;
    border-left: solid 0px #fff;
}

.addbuzz .card small {
  color: rgba(0, 0, 0, 0.62);
}

.addbuzz .text-black {
  color: #000000 !important;
}
	
.addClass .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}	
.form-control {
    width: 100%;
    padding: 10px 10px;
    border: #ccc solid 1px;
    border-radius: 5px;
	font-weight:500;
    margin-bottom:12px;
}
.form-control-textarea {
    width: 100%;
    padding: 10px 10px;
    border: #ccc solid 1px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 6px;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  padding: 10px 12px;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border:1px solid #000;
  width: 100%;
}
.ptf{padding: 10px 0px 10px 10px;}
.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}

.btn-black {
    background: #000000;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    width: 100%;
    border-radius: 0px 0px 0px 5px;
    font-size: 22px;
}
.btn-green {
    background: #43B934;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    width: 100%;
    border-radius: 0px 0px 5px 0px;
    font-size: 22px;
}
.p-0 {
    padding: 0px;
}
.mb-3{padding-bottom: 14px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{background:#303136; padding:0px 0px 100px;color:#fff; font-size:16px; font-weight:400; margin-top:70px}
footer .newsletter{background: #fff;padding: 0px 0px;color: #000;font-size: 16px;font-weight: 400;width: 400px; position: relative;
    top: -50px;margin: 0 auto; border-radius: 8px;}
	
.description {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}

.input {
	width: 100%;
    padding: 15px 0px 0px 15px;
    text-align: center;
	letter-spacing: 0px;
    font-weight: 600;
}

.button {
  height: 36px;
  border: none;
}

#email {
  width: 96%;
  background: #fff;
  color: #737373;
  border-radius: 0px 0 0 0px;
  border-bottom: 2px solid #D6D4D4;
  text-align: center;
  font-size: 16px;
  margin:0px 5px;
}

#submit {
    width: 100%;
    height: 90px;
    background: #FFE200;
    font-family: inherit;
    font-weight: bold; 
    color: inherit;
    letter-spacing: 1px;
    border-radius: 0 7px 7px 0;
    cursor: pointer;
    transition: background .3s ease-in-out;
}
  
#submit:hover {
  background: #000;
  color:#fff;
}
  
input:focus {
  outline: none;
  box-shadow: 0 0 2px #fff;
}	
	
footer .logo{padding-bottom:30px;padding-top: 20px;}
footer p{line-height:26px; opacity:0.6}
.text-center{text-align:center}
footer ul{margin:20px 0px; padding:0px;}
footer ul li{padding:0px;margin:0px 15px;display:inline; list-style:none; text-transform:uppercase; font-size:16px;font-weight:500;}
footer ul li a{color:#fff}
footer ul li a:hover{color:#FDAF19}

footer .social {padding: 0px 0px 0px;}
footer .social ul{padding: 0px 0px 0px;margin: 10px 0px;}
footer .social ul li{font-size: 22px;color: #fff;font-weight: 500; padding: 0px 5px 0px !important;margin: 0px;}
footer .social ul li a {font-size: 22px;color: #CECCCF;font-weight: 500;}
footer .social ul li a:hover {font-size: 22px;color: #fff;font-weight: 500;}

footer .flink ul { padding: 0px!important;margin: 0px;}
footer .flink ul li{font-size: 12px;color: #fff; padding: 0px 8px 0px 5px !important ;margin: 0px; text-transform:capitalize; border-right:1px solid #fff}
footer .flink ul li a {font-size: 12px;color: #CECCCF;}
footer .flink ul li a:hover {font-size: 12px;color: #fff;}
footer .flink ul li:last-child{  border-right: 0px solid #fff;}
footer .copyright{font-size: 12px; padding-top:30px; padding-bottom:30px;line-height:20px;}

.events-one__single {
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 12px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 12px 15px 0px rgb(0 0 0 / 20%);
    border-radius: var(--oxpins-bdr-radius);
}

.events-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--oxpins-bdr-radius);
    z-index: 1;
}

.events-one__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(33, 45, 43);
    background: linear-gradient(180deg, rgba(33, 45, 43, 0.008841036414565795) 17%, rgba(33, 45, 43, 1) 97%);
    z-index: 1;
}
.events-one__img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--oxpins-black-rgb), .30);
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: top center;
    border-radius: var(--oxpins-bdr-radius);
    z-index: 1;
}

.latest-slider .swiper-slide {
    margin-bottom: 20px;
}
#submit {
    border-radius: 0 7px 7px 7px;
}
section#recommended .col-md-6.buzz.pd-0.buzz-slide h2.border-3.mt-0 {
    margin-top: 20px !important;
}
section#world .section-title h2.border-8 {
    margin-top: unset;
} 
/*.card-body .w-100.float-start small.card-text.float-start {
    font-size: .865em;
}*/
/*.card-body .w-100.float-start small.card-text.float-start {
    font-size: .865em;
}*/
/*footer .aos-init.aos-animate .text-center.padding-top p {
    font-size: 12px;
}*/
/*.frame-body .card-text {
    font-size: 12px;
    line-height: 15px;
}*/
.swiper-pagination .swiper-pagination-bullet{
  width: 18px;
  height: 18px;
}

/* .topbar-search {
    text-align: right;
} */
/*.searchbar {
    display: inline-block;
    width: 60%;
    text-align: right;
    padding-right: 10px;
}*/
.story {
    display: inline-block;
    text-align:left;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.story a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.story a img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.story .icon {
  fill: #ff0000; /* red */
}
.story a:hover img{
    animation-name: rotate;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
}
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

#story-model .story-model-content {
    max-width: 450px;
    background: none;
    text-align: center;
}
.story-swiper-pagination {
    margin-top: 20px;
}
.story-swiper-pagination span.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}

.card-body.buzz-slider-body {
    height: 56px !important;
    position: relative;
    z-index: 100000;
    top: -104px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
}
.hbuzz-hash {
    font-size: 12px !important;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0px;
}

.ml-20{
  margin-left: 20px !important;
}

/* Styles for hashtags starts from here */
.source-tags{width: auto;}
  
ul.td-tags{
    font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
    display: table;
    line-height: 20px;  
    font-weight: 600;
    padding-left:19px;
    margin: 0px;
}

.td-tags li {
    list-style: none;
    display: inline-block;
    background: #f1f1f1; 
    /*margin: 5px 2px; */
    margin: 1px 3px 4px 0px;
    padding: 0px 5px;
    border: 1px solid #d1c7c7;
    border-radius: 2px;
    height: auto;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;  
}

/* Make hashtags smaller */
.td-tags .date {
    font-size: 9px;
    line-height: 14px;
    color: #000000;
    opacity: 0.6;
    margin-bottom: 5px;
    padding-left: 12px;
}

/* Entertainment */
/* Frontend */
a .new-layouts {
  color: grey;
}

.source-tags{
    width: auto;
}

/* Admin */
a .frame-card{
  color: grey;
}

ul.td-tags.pl-15{
  padding-left: 15px;
}

.latest-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden.aos-init.aos-animate .date{
    position:absolute;
    bottom:18px;
    margin: auto;
}

/* Media Query */
@media(min-width:320px) and (max-width:416px){
  ul.td-tags {
      padding: 0px 10px;
  } 
}

@media (max-width: 767px){
  /* .searchbar {
    width: 82%;
  } */
}

@media(min-width:768px){
  .sticky-top .col-md-6.offset-md-3{
/*    margin-left: 50%;*/
  }
  .caseStudy1 {
      width: 100%;
  }

  /*29march*/
  .world .card img {
    height: 110px ;
    object-fit: cover;
    width: 100%;
  }
  /*.sports img.card-img-top.h-100 {
    height: 110px !important;
  }*/
}

@media(min-width: 992px) and (max-width: 1199px){
  .searchbar {
      width: 75%;
  }
}

/*7Feb2024*/

.caseStudy1 .latest-slider .frame-card .card-img-top{
    
    aspect-ratio: 1;
    object-fit:fill;
}

@media(min-width:1200px) and (max-width:1600px){
  .latest-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden.aos-init.aos-animate .date {
    position: absolute;
    bottom: 18px;
    margin: auto;
}

}

@media(min-width:320px) and (max-width:767px){

  .home-custom-post-layout {
    overflow: hidden;
  }
  .caseStudy1 .latest-slider{
      margin: 0px;  
  }
  /* .searchbar{
    width: unset !important;
  } */
  .buzz-today .card {
      margin: 17px 21px !important;
  }

  /*29march*/

  ul.td-tags {
    padding-left: 20px !important;
    padding-top: 6px;
  }
  .card.frame-card img.card-img-top {
      height: 130px;
  }
  .world .card img {
      height: 100% ;
      object-fit: cover;
      width: 100%;
  }
  
}

/* .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
} */
/* .story {
    position: absolute;
    top: 6px;
    right: -30px;
} */
.col-md-6.offset-md-3.topbar-search {
    position: relative;
}
@media(min-width:320px) and (max-width:480px){
  .latest-slider {
    overflow: hidden;
    margin: 0px 25px 0px 25px;
  }
  .world .card .card-title {
    margin-bottom: 10px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.swiper-slide{
  /* margin-right: 5px; */
  /* margin-left: 5px; */
  
}
.buzz-slider .swiper-slide{
  margin-right: 5px;
  margin-left: 5px;
  height: 390px;
}
.sticky-top .topbar {
  margin: auto;
}

 .searchbar{
  width: 90%;
  padding: 0;
  }
   .sticky-top .story{
      width: 10%;
   }
   .form-search {
   
    justify-content: center;
}
.latest-slider{
  margin-right: 16px !important;
}
}

@media(min-width:768px) and (max-width:992px){
  .shark-stories .card {
    height: 203px !important;
  }
  footer .newsletter{
    top: -6px;
  }
}


/*extra added(himanshu)23march*/
  #story-model .story-model-content{
                    max-width: 450px;
                  }
                  #story-model .story-body {
                    padding: 0px;
                  } 
                  #story-model .colose-pop {
                    width: 30px;
                    position: absolute;
                    height: 28px;
                    background-color: #101214 !important;
                    border-radius:24px;
                    z-index: 1000000 !important;
                    opacity: 1;
                    font-weight: 300;
                    right: -10px;
                    border: 0;
                    font-size: 24px;
                    top:  -10px;
                    color: #fff;
                    line-height: 1px;
                  }
                  #story-model .story-body{
                    overflow: hidden;
                  }


.carousel .carousel-control-prev .carousel-control-prev-icon, .carousel .carousel-control-next .carousel-control-next-icon{
  background-color: black;
}


.non-stop-buzz-carousel div img, .non-stop-buzz-carousel div video{
  height: 358px;
  object-fit: cover;
  border-radius: 10px;
}
  #recommended .buzz-cont .buzz-img-slide {
    height: 320px !important;
  }
  a .frame-card{
    min-height: 220px !important;
  }
  .shark-stories .card {
    height: auto;
  }
 
  .shark-stories .card {
    position: relative;
  }
  .card-img-top.buzz-img-slide {
    object-fit: cover;
  }
  #success .modal-dialog{
    display: block;
    box-shadow: 0px 0px 10px 0px #d2cece;
  }
  /* .frame-body:before{
    background: white !important;
  } */
  .edit {
    background: #303136;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: -3px;
    right: -5px;
  }
  .edit:hover {
    background: #FDAF19;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: -3px;
    right: -5px;
  }
  .show{
    animation: auto !important;
  }
  .close{
    cursor: pointer;
  }
  .mt-100{
    margin-top: 100px;
  } 
  .modal-title {
    font-weight: 900;
  }
  .modal-content{
    width: 600px;
    border-radius: 13px;
  }
  .modal-body {
    color: #3b3b3b;
  }
  .img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px;
  }
  .fab:before {
    position: relative;
    top: 13px;
  }
  .smd {
    width: 92px;
    font-size: small;
    text-align: center;
  }
  .modal-footer {
    display: block;
  }
  .ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .storiesval{
    width: 100%;
    height: 100%;
    border-radius:50%;
  }
  .cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
  }
  button.focus,
  button:focus {
    outline: 0;
    box-shadow: none !important;
  }
  .ur.focus,
  .ur:focus {
    outline: 0;
    box-shadow: none !important;
  }
  .message{
    font-size: 11px;
    color: #ee5535;
  }
  .date-1 {
    position: absolute !important;
    left: 20px !important;
    bottom: -28px !important;
    background: #fff !important;
    z-index: 10 !important;
    border-radius: 6px 6px 5px 5px !important;
    text-align: center !important;
    width: 58px;
  }
  .buzz-today .card {
    overflow: inherit !important;
  }
  .card .text-dark .img-fluid {
    border-radius: 6px !important;
  }

  .featured-slider.swiper-initialized.swiper-horizontal.swiper-pointer-events .card.storiesval .text-dark .card-img-top {
    border-radius: 100%;
    width: 100%;
    margin: 0px auto;
    height: 140px;
    border-width: 7px;
    border: 1px solid #FDAF19;
    padding: 5px;
  }
  .featured-slider .storiesval{
    background: unset;
  }
  .featured-slider{
    margin-bottom: 50px;
  }

  @media screen and (max-width: 767px){
    .ins-text{
      margin-top: 20px !important;
      padding-bottom: 40px !important;
    }
  }

  .caseStudy1 .card .text-dark .card-img-overlay {
    top: 287px;
    color: white;
    font-weight: bold;
  }

  .caseStudy1 .carousel-item .text-dark .card-img-overlay {
    top: inherit;
    margin: 0px;
    color: white;
    font-weight: bold;
    background: rgb(0, 0, 1);
    background: linear-gradient(3deg, rgba(0, 0, 1, 1) 0%, rgba(0, 212, 255, 0) 100%);
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    height: 92px;
    position: absolute;
    bottom: 0 !important;
  }
  .caseStudy1 .carousel-item .text-dark .card-img-overlay .card-text{font-size:18px;margin-bottom: 5px;font-weight: 400;}
    .caseStudy1 .carousel-item .text-dark .card-img-overlay .date{
		font-weight:400;
		font-size:13px;
	}
  .caseStudy .ad-banners img {
    /*aspect-ratio: 1/1;*/
    object-fit: fill;
  }
  .csst2 .frame-body{
    height:110px;
    position:relative;

  }
  .csst2  .date{
    position:absolute;
    left:0;
    bottom:18px;
  }
  .non-stop-buzz-carousel div img, .non-stop-buzz-carousel div video {
    height: 358px;
    object-fit: cover;
    border-radius: 10px;
  }

/*23march24(shalu)*/
.date span.author_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    /* white-space: nowrap; */
    line-height: 15px;
}
.float-start small.card-text {
    font-size: 11px;
}
.world ul.td-tags li.hashtags {
    display: none;
}
.world ul.td-tags li.hashtags:nth-child(-n+2) {
    display: inline-block;
}
ul.td-tags li.date {
    display: none;
}
ul.td-tags li.date:nth-child(-n+2) {
    display: inline-block;
}
ul.td-tags {
    padding-left: 5px;
    padding-top: 6px;
}
.caseStudy1 .carousel-item .text-dark .card-img-overlay {
    font-size: 14px;
}
.rec .card .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 20px;
    height: 40px;
}

/*28march*/
@media(min-width:1200px) and (max-width:1366px)
{
  .rec .card {
      margin: 0px 0px 15px 0px ;
  }
}

/*1april*/
.col-md-6.pd-0.sports .h-100 {
    height: 110px !important;
}
@media(min-width:320px) and (max-width:767px)
{
   /* .latest-slider {
      padding-left: 7px !important;
      padding-right: 7px;
  }*/
}

.new-layouts img.card-img-top {
    
    aspect-ratio: 1;
    object-fit: fill;
}

.searchbar {
    width: 65%;
}

.date1{padding: 0px 0px 0px 15px;font-size:11px;margin-bottom: 10px;}