/*das*/
/* width */
::-webkit-scrollbar {
  width: 2px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(224, 223, 223, 0.521);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(224, 223, 223, 0.521);
}


body {
  font-family: 'Rubik', sans-serif;
  color: #303136;
  background: #F0F3F7
}

a {
  color: #FDAF19;
  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;
}

.rec-links{
  color: #000000;
}

@-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;
  }
  .pd-box {
    background: #FFFDE8;
    margin: 0 auto;
    width: 85% !important;
    border-radius: 10px;
    margin-top: 80px;
    padding: 20px 15px 0px !important;
}
.pd-box  .card-body {
  padding: 20px 0px 0px !important;
}
.pd-box-com {
    background: #fff;
    padding: 176px 0px 20px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    top: 0px;
    z-index: -1;
    width: 95%;
}
.note {
  padding: 15px;
  margin: 0px 0px !important;
  font-size: 12px;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
	background:#f0f3f7;
	padding:20px 0px;
}
.form-search{
    margin:0px auto 0px;
    text-align: center;
    font: bold 13px sans-serif;
     max-width: 100%;
    position: relative;
}

.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 {
  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
--------------------------------------------------------------*/


.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
--------------------------------------------------------------*/
.news-detail{padding:20px 0px 0px;}
.large-img{    padding: 0px 20px 20px;}
.news-detail img{border-radius:10px; width:100%}
.news-detail h1{font-size:24px; border-left:8px solid #EA4356; padding:0px 12px; line-height:26px;margin-bottom: 0px;}
.news-detail p{font-size: 14px;}
.source{font-size:11px !important;color:#ACACAC; padding:8px 0px 0px 15px;margin-bottom: 0px;}
.date{font-size:11px !important;color:#ACACAC;}
.readmored-red{color:#C94453; font-size:14px;}
.readmored-red:hover{color:#000; font-size:14px;}
.readmored-red img{width:50px}
.social {}
.social a{
	font-size: 18px !important;
    color: #000;
    font-weight: 500;
    width: auto;
	padding: 10px 10px;
}
.social a:hover{
	font-size: 18px !important;
    color: #ccc;
    font-weight: 500;
    width: auto;
	padding: 10px 10px;
}
.like{padding-top:100px}
.like a{color:#000; font-size:14px; text-transform:uppercase;line-height: 50px;}
.like a:hover{color:#C94453; font-size:14px; text-transform:uppercase;line-height: 50px;}
.like .fa{font-size:18px; line-height: 30px;position: relative;}
 
.nextback{padding:50px 0px} 
  
.nextback img{width:20px; padding:20px 0px} 

.world-news-detail .card {
    border: 0px;
    box-shadow: 0px 0px 5px 0px #d2cece;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 6px;
	    padding-bottom: 10px
}


.world-news-detail .card img {
 border-radius:5px;
}
.world-news-detail .card .card-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
	border-left: 6px solid #FEE51C;
	padding: 0px 10px;
}
/*.world-news-detail .line-title{
    border-left: 6px solid #fdba3a;
    padding: 0px 5px;
    float: left;
    height: 30px;
    margin-top: 4px;
} */
/* .active{background:#626EFF} */
.active-1{background:#FD742B}
.active-2 {
    background: #EA4356;
    padding: 22px 30px 23px;
    border-radius: 8px 0px 0px 8px;
    margin-left: -5px;
}
.active-3 {
    background: #181819;
    padding: 22px 23px 23px;
    border-radius: 0px 7px 7px 0px;
}




.source-small {
    font-size: 11px !important;
    color: #ACACAC;
    padding: 7px 0px 0px 16px !important;
    margin: 3px 0px;
}

.world-news-detail .card small {
    color: rgba(0, 0, 0, 0.62);
    font-size: 11px;
    padding: 15px;
}

.content-fixed {
  position: sticky;
  top: 0px;
  min-height: 500px;
  padding: 0px 15px;
}


.card-title-latest{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #FDAF19;
    padding-left: 10px;	
} 
.card-title-non{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #A8E23A;
    padding-left: 10px;	
} 

.card-title-bus{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #3EFEB5;
    padding-left: 10px;	
} 
.card-title-rec{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #C95EF0;
    padding-left: 10px;	
} 

.card-title-tech{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #2EAFFF;
    padding-left: 10px;	
}
.card-title-ss{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 18px;
    border-left: 6px solid #FD8888;
    padding-left: 10px;	
}


.card-rk {
 border: none;
 padding-bottom: 4px;
}
.card-rk img{
  width:100%;
  vertical-align: inherit;
  border-radius: 10px;
}
.card-img-top img{
  border-radius: 12px;
  margin-bottom: 15px;
  width:100%
}
@media (min-width: 300px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 2;
  }
}
 .allnewsmobile{display:none;}
@media (max-width: 768px) {
 .allnewsmobile{position:fixed; right:0px; display:block;top:50%;}
 .active-2 {
    background: #EA4356;
    padding: 22px 30px 23px;
    border-radius: 8px 0px 0px 8px;
    margin-left: -13px;
}
}
.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;}

@media (max-width: 767px){
.m-hide{display:none}
}

.view{float:right; font-size:12px;color:#000}
.view a{float:right; font-size:12px;color:#000}
.view a:hover{float:right; font-size:12px;color:#FDAF19}
.pd-box{background: #FFFDE8;margin: 0 auto;width: 550px;border-radius:10px; margin-top:80px; padding: 30px 0px 0px;}
.card-title{padding: 5px 12px;font-size:14px; font-weight:bold}
.card-body{padding: 20px 20px 0px;}
.pd-box-com{background: #fff;margin-top:60px;padding: 0px 0px 20px;border-radius:10px;position: relative;z-index: 1;}

.note{padding:15px; margin:0px 30px;font-size:12px;}
.note span{color:#E85C5C; font-size:12px}
.note p{ font-size:13px; padding:0px}
.avatar {
    float: left;
    padding-right: 15px;
    height: 50px;
    width: 50px;
    background: #ccc;
    border-radius: 50px;
    margin-right: 15px;
}
.name{font-size: 14px; font-weight: 500; display:block;padding-top: 5px;}
.name-date{font-size: 9px; display:block;color: #bdbcbc;}
.comment p{padding:10px 12px 0px; margin-bottom:0px; font-size: 13px;}
.comment{  background-color:#FFFDE8;  border-radius:10px; font-size:13px; padding:15px; margin:0px 30px 20px}
.comment-title{border-left: 6px solid #000;padding: 5px 8px;font-size:16px; font-weight:bold}

/* Container for comment initials, sender name, and comment text */


.comment-message-dot {
  position: relative;
  width: 12px;
  height: 10px;
  top: 10px;
  visibility: hidden;
}

.comment-message-dot.visible {
  visibility: visible;
}

.comment-initials-vline {
  position: absolute;
  width: 1px;
  left: 27px;
  background: #e0e0e0;
  top: 36px;
  bottom: -22px;
  z-index: 10;
}

.comment-initials-container {
  position: relative;
  left: 0;
  top: 1px;
  display: inline-block;
  z-index: 20;
}

.comment-message-container {
  display: inline-block;
  position: relative;
  min-height: 70px;
  overflow: hidden;
  padding-left: 10px;
  padding-bottom: 4px;
  max-height: none;
  overflow: hidden;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.comment-message-text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  color: #262626;
}

/* thread hover state */
.comment-thread-container:hover,
.comment-thread-container.hover,
.comment-thread-container.active,
  .comment-thread {
    box-shadow: 0 0 8px 0 rgba(51, 60, 78, 0.07);
    border: solid 1px rgba(50, 65, 95, 0.12);
  }

  /* // thread-block wraps all the comments and inputs in this thread */
  .comment-message-block {
    background: white;
  }

  .show-more-replies {
    background: white;
  }

.avatar img{border-radius:50px; height:50px; width:50px}
/* ignore */
.comments-thread-list {
  position: absolute;
  width: 94.5%;
  border: 0;
  background: transparent;
}

.screen-reader-text {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  color: transparent !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
/*--------------------------------------------------------------
# business
--------------------------------------------------------------*/
#business {
}

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

.business .section-title span {
  padding: 0px 0px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #3EFEB5;
  float: right;
}
.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: 95px;
  object-fit: cover;
  width: 100%;
  border-radius: 0px;
}

.business .card .card-body {
  position: relative;
  padding: 15px 0px 10px 0px;
}



.business .card .card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 18px;
  border-left: 7px solid #3EFEB5;
  padding: 0px 12px;
}

.business .card small {
  color: rgba(0, 0, 0, 0.62);
  font-size: 11px;
  padding-left: 22px;
}

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


@media (min-width: 300px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 2;
  }
}

.world-news-detail .card {
     border: 0px;
    margin-bottom: 15px;
    border-radius: 6px;
    padding-bottom: 0px;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    background: transparent;
    box-shadow: none;
}
.card-rk a {
    color: #000;
}
.card-rk img {
    width: 100%;
    vertical-align: inherit;
    border-radius: 10px;
}
.date-one {
    width: 58px;
    background: #fff;
    position: absolute;
    bottom: 90px;
    left: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.world-news-detail p {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 24px;
    color: #000;
}
.world-news-detail .card small {
    color: rgba(0, 0, 0, 0.62);
    font-size: 11px;
    padding: 15px 0px;
}
.cardp {
    padding-left:0px !important;
    font-size: 14px;
}
.month-one {
    background: #FD742B;
    color: #fff;
    font-size: 10px;
    border-radius: 5px 5px 0px 0px;
    padding: 4px;
    height: 24px;
    font-weight: 400;
}
.date-calender {
    padding: 10px 0px;
}
.news-list{padding-top:12px;}
.ins-head {
     border-left: 8px solid #FDAF19;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.ins-head h1 {
    font-size: 24px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    font-weight: bold;
	    border: 0px;
}
.ins-head h1 span{
	padding: 0px 0px;
    position: relative;
    top: -3px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #3EFEB5;
    float: right;
}
.ins-head p {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}
.inspd{padding:0 0px 0 20px}

/* REC  */
.rec{padding-top:40px}
.rec .section-title h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border-left: 10px solid #C95EF0;
  padding: 5px 0px 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.rec .section-title span {
  padding: 0px 0px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #C95EF0;
  float: right;
}
.rec .section-title span a {
  color: #C95EF0;
  text-decoration: none;
}
.rec .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;
}

.rec .card img {
  height: 95px;
  object-fit: cover;
  width: 100%;
  border-radius: 0px;
}

.rec .card .card-body {
  position: relative;
  padding: 15px 0px 10px 0px;
}



.rec .card .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 18px;
    border-left: 7px solid #c95ef0;
    padding: 0px 12px;
}

.rec .card small {
  color: rgba(0, 0, 0, 0.62);
  font-size: 11px;
  padding-left: 22px;
}

.rec .text-black {
  color: #000000 !important;
}
/* buzz  */
.buzz{padding-top:20px}
.buzz-head {
    border-left: 8px solid  #626EFF;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.buzz .buzz-head h1 {
        text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    font-family: 'Rubik', sans-serif;
    border: 0;
}

.buzz .buzz-head span {
  padding: 0px 0px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #626EFF;
  float: right;
}
.buzz h1 span{
	padding: 0px 0px;
    position: relative;
    top: -3px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #626EFF;
    float: right;
}
.buzz h1 span a {
  color: #626EFF;
  text-decoration: none;
}

.buzz p {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}
.buzz .box-card {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 4%);
    /* margin: 0px 15px 15px 15px; */
    position: relative;
    color: #fff;
    height: 270px;
}
.buzz .box-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    padding-right: 0px;
	border-radius: 0px !important;
}

.buzz .box-card .box-body {
    position: absolute;
    padding: 25px 0px;
    bottom: 0px;
    z-index: 10000000;
    color: #fff;
	width: 100%;
}
.buzz .box-body .card-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 15px;
    color: #fff !important;
    border-left: 6px solid #626EFF;
    padding: 0px 10px;
}
.buzz .small, small {
    font-size: 0.6em;
    color: #ccc;
    padding: 0px 10px 0px 0px;
}
.infinite-page a{margin-top:0px}
.play {
    height: 30px;
    width: auto;
    position: absolute;
    bottom: 12px;
    z-index: 10000000;
    right: 10px;
    text-align: right;
}
/* REC  */
.world {padding-top:50px}
.world .section-title h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border-left: 10px solid #FEE51C;
  padding: 5px 0px 5px 15px;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}

.world .section-title span {
  padding: 0px 0px;
  position: relative;
  top: -3px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #FEE51C;
  float: right;
}
.world .section-title span a {
  color: #FEE51C;
  text-decoration: none;
}
.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 25px;
}

.world .card img {
  height: 95px;
  object-fit: cover;
  width: 100%;
  border-radius: 0px;
}

.world .card .card-body {
  position: relative;
  padding: 15px 0px 10px 0px;
}



.world .card .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 18px;
    padding: 0px 12px;
}

.world .card small {
  color: rgba(0, 0, 0, 0.62);
  font-size: 11px;
  padding-left: 22px;
}

.world .text-black {
  color: #000000 !important;
}
/* world  */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    background: #303136;
    padding: 0px 0px 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
footer .newsletter{background: #fff;padding: 0px 0px;color: #000;font-size: 16px;font-weight: 400;width: 400px; position: relative;
    top: -30px;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;
}
  
.submit1 {
    background: #000;
    font-family: inherit;
    font-weight: bold; 
    color: inherit;
    letter-spacing: 1px;
    border-radius:7px;
    cursor: pointer;
    transition: background .3s ease-in-out;
	 color:#fff;
	 padding:8px 10px;
	 position: relative;
     top: 20px;
}
  
.form-group label{font-size:12px}
.submit1:hover {
  background: #ccc;
  color:#fff;
}
input:focus {
  outline: none;
  box-shadow: 0 0 2px #fff;
}	
	
.text-input{border-bottom: 2px solid #bdbaba;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    background: transparent;
    text-align: left;
    padding: 4px 0px;font-size: 14px;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbaba;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bdbaba;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #bdbaba;
}	
	
	
	
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;}



/* tanvik 30-06-2023*/

.news-desc {
    padding-left: 20px;
}
p.source {
    padding-left: 8px;
}
p.date {
    padding-left: 22px;
}
/*tanvik end 30-06-2023 */

/*tanvik end 03-07-2023*/
.news-desc p {
    font-size: 14px !important;
}

.news-desc {
    font-size: 14px !important;
}

.pd-box {
    margin-top: -148px;
}

.pl-5.content-fixed .row .card {
    margin-top: 162px;
    border-radius: 5px;
}
.box-card.ad-right video.card-img-top {
    width: unset;
}

.rec .card {
    width: 100%;
}

.f12 {
  font-size: 12px !important;
}


/* Infinite scrolling on post detail page */

.infinite-page .card{
  margin: 0 !important;
}

.infinite-row div{
  padding: 0;
}

  @media screen and (min-width:992px) and (max-width:1200px){
    .section-title h1 {
      font-size: 15px !important;
    }
  }
  .fa-heart:before{
    color: red;
  }
  i.fa.first {
    top:1px
  }
  .pagin{
    position:relative;
  }
  .date-1{
    position: fixed !important;
  }
  #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{
    border-radius: 13px;
  }
  .modal-body {
    color: #3b3b3b;
  }
  .img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px;
  }
  .fab:before {
    position: relative;
    top: 13px;
  }
  .smd {
    width: 80px;
    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;
  }
  .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;
  }
  .rec-links {
     color:var(--font-color);
  }

  .pro-img{
      width: 60px;
    height: 60px;
    /* object-position: center; */
    overflow: hidden;
    /* border-radius: 999px; */
    /* -webkit-border-radius: 999px; */
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    /* margin-bottom: 15px; */
    object-position: center;
  }
  .pro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1);
  }

.infinite-page .card
{
 background: var(--greybg-color) !important;
}
.news-detail h1 {
    font-size: 24px;
    /* border-left: 8px solid #EA4356; */
    padding: 0px 12px;
    line-height: 26px;
    margin-bottom: 30px;
}
.news-detail {
    padding: 20px 0px 50px !important;
}

.mb-20{
  margin-bottom: 20px;
}
.date-one {
    width: 58px;
    background: #fff;
    position: absolute;
    bottom: 44px;
    left: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.pd-box-com {
    background: #fff;
    margin-top: 60px;
    padding: 0px 0px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    bottom: 22px;
}
.pro-img img {
    border-radius: 8px;
    width: 84%;
    object-fit: cover;
    height: 50px;
}
p.date {
    padding-left: 0px;
}
right side top margin spacing------------
.ins-head {
    border-left: 8px solid #FDAF19;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.ins-head h1 {
    font-size: 24px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    font-weight: bold;
    border: 0px;
    margin-bottom: 0px !important;
}

.pl-5.content-fixed .row .card {
    margin-top: 162px;
    border-radius: 5px;
    margin-bottom: 20px !important;
}
.infinite-cards .card-title {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: bold;
}












/*tanvik end 03-07-2023*/
