.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: black;
  padding-bottom: 10px;
  z-index: 50000;
}
.page-header {
  margin-bottom: 5px;
}
.page-header h4 {
  margin-bottom: 1px;
}

.news-thumb {
  overflow: hidden;
  background-color: rgba(61, 61, 61, 0.462);
  border-radius: 15px 15px 0px 15px;
  padding: 5px;
  padding-bottom: 20px;
  min-height: 250px;
  margin-bottom: 15px;
  font-size: 13px;
  text-align: justify;
}
.news-thumb img {
  border-radius: 15px 15px 0px 15px;
}
.news-title {
  padding-top: 5px;
  margin-bottom: 5px;
  height: max-content;
}
.glossy-logo:before {
  left: 5px;
  right: 5px;
  top: 5px;
  border-radius: 10px;
}

body {
  font-size: 16px;
  color: #fff !important;
  background: rgb(0, 0, 0);
  background-attachment: fixed !important;
}

.stockslider {
display: flex;
overflow: hidden;
width: 100%;
padding:7px 0px 12px 0px;
text-align: center;
}
.stockslide {
display: flex;
}
.stockslide.show {
position: relative;
animation: moveslide 6s 1;
animation-direction: normal;
}
@keyframes moveslide {
0% {
  top: 28px;
  /* right: -100vw; */
}
15% {
  top: 3px;
  /* right: 15px; */
}
85% {
  top: 3px;
  /* right: 15px; */
}
100% {
  top: -28px;
  /* right: 100vw; */
}
}
.stockslider-slide {
position: relative;
padding: 1px;
max-width: 550px !important;
margin-right: 25px;
vertical-align: middle;
}
.slide-title,
.slide-price,
.slide-pr {
padding: 2px;
margin-right: 5px;
font-size: 9.5pt;
}

.slide-title {
color:#7fffd4;
font-size:14px;
}
.high {
color: rgb(8, 162, 8) !important;
}
.down {
color: rgb(249, 46, 46) !important;
}



.related-heading{margin-top:10px;background:grey;color:#fff;width:70%;font-size:15px;font-weight:bold;padding:5px;}
.relatedtext p{color:#fff !important;}
.related-min-height{height:75px;}
.article{box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);border-radius: 0.25rem; border:1px solid #373838 !important;}

.publishtext{
    font-size:9px;padding:12px;color:grey;
}

.pageheading{
    padding:13px;
    border-bottom:1px solid #373838;
}

.pagetcontent{padding:13px;font-size:14px;}
.pagetcontent p{margin-bottom:12px;}
.title-section {
    margin: 5px 12px;
    font-size: 11px;
}

.photo{padding:11px;}



.b-graident{background:#202120;background:#242323;}
.company-list ul li{padding-top:8px;list-style-type:none;color:#fff;}
.company-list ul li a{color:#fff !important;}
.box{padding:15px;margin-bottom: 30px;box-shadow:0 0 16px #ebebeb;}
.refer-url{color:#5fabef !important;}
.related{border-bottom:1px solid #0fc573 !important; background:none !important;}
.relatedtext{font-size:13px !important;padding:7px;color:#fff;}
.list-heading{font-size:17px;}
.list-heading a{color:#07f774 !important;font-weight: 400;font-size: 18px;}
.btn-cat a{cursor:pointer;font-size:15px;}

.img-box img{width:100%;}
.content-box{font-size: 13px;}
.content-box a{color:#fff;}
.trand-right-single{border-radius:11px; border:1px solid #373838 !important;}
.trand-right-cap{color:#fff;}
.trand-right-img img {display: block;border-top-left-radius: 0.625rem;border-bottom-left-radius: 0.625rem; max-width: 145px;height: auto !important;width: auto !important;}
.latest-title{font-size:14px;}
.read-more{color:#0fc573;font-size: 11px;}
.news-heading{background:none !important;font-weight:300 !important;}
.related-box{border: 1px solid #373838 !important;border-radius:8px;}
.pagetcontent a{color:#fff;}
.latest-title{font-size:14px;}
.no-record{font-weight:300 !important;font-size:22px;}

.company-box{border:1px solid #373838;border-radius:8px;}
.tips-header{background:#080c12;}
.tips-date{font-size:11px;}
.tips-content{border-bottom:1px solid #373838 !important;color:#97a9a9;}
.tips-content p{font-size:14px;}
.border-none{border:none !important;}