/* width */
::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }
  .main-logo-box:before {
    border-top: 130px solid #0e0e0e;
}
.main-logo-box:after {
  border-bottom: none;
}
.header-top:before {
  background: #0e0e0e;
}
:root {
  --thm-base: #fa5c24;
  --thm-base-rgb: 230, 58, 39;
  --thm-black: rgb(14 14 14);
}
.scroll-top:hover {
  background-color: #fa5c24;
  border-color: #fa5c24;
}
.main-slider.style1 .slide {
  height: 400px;
}
.single-fact-counter .count-box {
  font-size: 50px;
}
.current{
  color: #fa5c24 !important;
}
@media only screen and (max-width: 767px)
{
.main-logo-box {
    width: 394px;
    padding-left: 15px;
}
}
.main-logo-box {
  width: 414px;
}
.jGUDuF>div>a{
  display: none!important;
}
.header {
  z-index: 9999;
}
.clrn>p>span{
  color: #fff!important;
}
.header {
  background: #ffffff00;
}