.custom-text-primary {
  color: #ff7f00;
}

.custom-text-secondary {
  color: #ff7f00;
}
/* #ff7f00 */
/* #ff7f00 */
/* FFC31D */
/* F7E913 */
.custom-text-uppercase {
  text-transform: uppercase;
}

.custom-text-capitalize {
  text-transform: capitalize;
}
.custom-space-row {
  padding: 100px 50px;
}

.custom-text-bold {
  font-weight: bold;
}

.custom-text-size-big {
  font-size: 2em;
}

.custom-text-size-bigger {
  font-size: 3em !important;
}

.custom-bg-light-dark {
  background-color: #f5fbff;
}

.single-input {
  /* color: white; */
  background-color: #f5f5f5;
  border: 1px solid #9e9e9e;
  padding: 4px 16px;
}

.ranking h4 {
  font-size: 40px !important;
}

.ranking h5 {
  font-size: 35px !important;
  padding: 18px;
  color: #ff4e00;
}

.box-border {
  border: 1px solid silver;
  text-align: center;
  padding: 12px;
}

.box-desc {
  padding: 12px;
}
.box-desc h4 {
  color: #ff4e00;
}
.box-border p {
  color: #ff4e00;
}

.download-container {
  border-left: 1px solid silver;
}

.download-container .item-download {
  margin: 10px 3px;
}

.download-container .item-download a {
  display: block;
  color: black;
  padding: 15px;
  font-weight: bold;
  border: 1px solid #ececec;
  transition: all 0.2s ease-in-out;
}

.download-container .item-download a:hover {
  color: white;
  background-color: #ff4e00;
}
.myhidder {
  display: none;
}

@media (max-width: 575.76px) {
  .custom-space-row {
    padding: 20px;
  }
  .sm-hide {
    display: none;
  }
  .sm-text {
    font-size: 20px;
  }
}

/* Preloading styles */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
  z-index: 1000000;
}
.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: black !important;
  transition: 1s;
}

.preloader::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: black !important;
  transition: 1s;
}
.preloader.complete::before {
  /* left: -50%; */
}
.preloader.complete:after {
  /* right: -50%; */
}
.loader {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 10000;
}
.loader img {
  width: 400px;
}
.preloader.complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* padding-top: 10em; */
}

@media (max-width: 567.76px) {
  .loader img {
    max-width: 100%;
  }

  .sm-big {
    display: block !important;
    width: 100% !important;
    background-color: #e9ecef !important;
  }
}
