.text-white{
  color: #fff !important;
}
.bold{
  font-weight: bold !important;
}
.h5, h5{
  font-size: 1.8rem;
  font-weight: 400;
  opacity: 1;
  color: #fff !important;
}
.hero-banner-asset{
  background-position: top 100% right !important;
}
.slide-pagination-block{
  margin-bottom: -8%;
  background-color: rgb(255, 255, 255, 0.1);
  color: #fff; 
}
.slide-pagination-block.active-slide-pagination-block{
  color: rgba(255,255,255,1);
  border-bottom: 1px solid rgb(0 247 65);
  background: #ea9724;
  opacity: 1;
}
.slide-pagination-number{
  margin-top: -10%;
  padding-left: 10px;
}
.slide-pagination-text{
  margin-top: -12%;
  padding: 0px 20px;
  font-size: 98%;
}
.first-child{
  border-top-left-radius: 15px;
}
.last{
  border-top-right-radius: 15px;
}
.btn-soon{
  font-size: 15px;
  border-radius: 6px;
  /*background-color: #ea9724 !important;*/
  background-color: #ea9724 !important;
  padding: 12px 30px;
  text-transform: capitalize;
  margin-top: 10px !important;
}
.btn-read{
  border:1px solid #fff;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  background-color: transparent !important;
  padding: 10px 30px !important;
  text-transform: none;
  margin-top: 10px !important;
}
.overlay .closebtn {
  position: absolute;
  top: 1%;
  right: 7%;
  font-size: 60px;
}
.media-logo{
  position: absolute;top: 4%;z-index: 9999;left: 4%;
}
.media-menu{
  position: absolute;top: 6%;z-index: 9999;right: 7%;
}
.dropdown-item{
  font-weight: 400 !important;
}
/*desktop only screen*/
@media screen and (min-width: 975px) {
  .desktop-d-none{
    display: none !important;
  }
  .slide-pagination-number{display: none;}
  .media-pl-4{
    padding-left: 1.5rem!important;
  }
  .dropdown-menu a:hover {
    color: #000 !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 975px) {
  .hero-banner-slider-section, .hero-banner-slider, .hero-banner-slide, .hero-banner-asset{
    height: -o-calc(100vh - 63px); /* opera */
    height: -webkit-calc(100vh - 63px); /* google, safari */
    height: -moz-calc(100vh - 63px); /* firefox */
  }
  body {
    min-height: -webkit-fill-available;
  }
  html {
    height: -webkit-fill-available;
  }
  .btn-mob-cust{
    width: 60%;
  }
  .mobile-d-none{
    display: none !important;
  }
  .h5, h5{
    font-size: 1.3rem;
  }
  h1.big-h1{
    font-size: 40px !important;
  }
  .hero-slider-content{
    top:40px;
  }
  .hero-slider-category {
    margin-top: 23vh;
    margin-bottom: 0;
    transition: margin 500ms ease;
  }
  .btn-soon{
    font-size: 14px;
    border-radius: 6px;
    background-color: #ea9724 !important;
    padding: 8px 20px;
    width: 100%;
    text-transform: capitalize;
    margin-top: 5px !important;
  }
  .btn-read{
    border:1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    background-color: transparent !important;
    padding: 8px 15px;
    text-transform: none;
    margin-top: 10px !important;
  }
  .btn-soon-read{
    font-size: 14px;
    border-radius: 6px;
    background-color: #ea9724 !important;
    padding: 8px 20px;
    text-transform: capitalize;
    margin-top: 5px !important;
  }
  .xs-slide-pagination-left{
    position: absolute;margin-top: -40%;
  }
  .xs-slide-pagination-right{
    padding-left: 0px !important;margin-top: -22% !important;
  }
  .slide-pagination-block {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    background: transparent !important;
    border-radius: 50%;
    border: 2px solid #ea9724 !important;
  }
  .slide-pagination-block.active-slide-pagination-block{
    background: #ea9724 !important;
  }
  .slider-pagination-section{
    width: auto;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    bottom: 0.5vh !important;
    left: 25% !important;
    margin: 0px auto !important;
  }
  .slide-pagination-text, .slide-pagination-number, .slide-pagination-numbers{
    display: none;
  }
  .slide-pagination-block.active-slide-pagination-block > .slide-pagination-numbers{
    display: block;
    width: 100px;
    color: #ea9724 !important;
    transition: .6s !important;
  }
}
@media screen and (max-width: 700px) {
  .slider-pagination-section{
    left: 36% !important;
  }
}
@media screen and (max-width: 600px) {
  .slider-pagination-section{
    left: 30% !important;
  }
}
@media screen and (max-width: 500px) {
  .slider-pagination-section{
    left: 28% !important;
  }
}
@media screen and (max-width: 450px) {
  .slider-pagination-section{
    left: 27% !important;
  }
}
@media screen and (max-width: 400px) {
  .slider-pagination-section{
    left: 27% !important;
  }
}
@media screen and (max-width: 360px) {
  .slider-pagination-section{
    left: 24% !important;
  }
}
@media screen and (max-width: 310px) {
  .slider-pagination-section{
    left: 22% !important;
  }
}
/*desktop social menu*/
.social {
  background:rgb(255, 255, 255, 0.1);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  list-style:none;
  padding: 15px 10px;
  position:absolute;
  top: 40%;right: 0;
  z-index: 9999;
  text-align:center;
  border: none;
}
.social li:first-child {
  margin-top:0;
}
.social li {
  margin-top:10px;
}
.social li a {
  display: block;
  background: #999999;
  color: #efefef;
  border-radius: 15px;
  text-decoration: none;
  line-height: 30px;
  width: 30px;  
  font-size: 18px;
}
.social a.tw:hover {
  background: #00acee;
}
.social a.fb:hover {
  background: #3b5998;
}
.social a.ln:hover {
  background: #0e76a8;
}
.social a.yu:hover {
  background: #FF0000;
}
.social a.in:hover {
  background: #8a3ab9;
}
.border-rad{
  border-radius: 8px;
}
