/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Preloader CSS
/*----------------------------------------*/
#preloader {
  background: var(--bs-app-bg-color);
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#preloader .loading {
  display: flex;

}
#preloader img {
width: 100px;
}
#preloader .ctn-preloader {
  padding-left: 15px;
  padding-right: 15px;
}
#preloader .spinner {
  animation: spinner 3s infinite linear;
  border-radius: 50%;
  border: 3px solid var(--bs-light);
  border-left-color: var( --bs-black);
  border-top-color: var( --bs-black);
  margin: 0 auto 0em auto;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -40px;
  top: -40px;
}
#preloader .spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
  background: var( --bs-black);
  position: absolute;
  right: 25px;
  top: 20px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  #preloader .spinner:before {
    top: 18px;
    right: 8px;
  }

#preloader img {
width: 50px;
}

}
#preloader .round_spinner {
  border-width: 1px;
  border-color:var(--bs-body-bg)
  border-style: solid;
  border-radius: 50%;
  background-color: var(--bs-light);
  box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
  width: 158px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 80px;
}
@media (max-width: 576px) {
  #preloader .round_spinner {
    width: 80px;
    height: 80px;
  }
}
#preloader .round_spinner h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--secondary_color);
  margin-top: 10px;
}
#preloader .round_spinner h4 span {
  font-weight: 700;
}

#preloader .head {
  color: var(--secondary_color);
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 5% 0 1% 0;
  padding: 0;
}

#preloader p {
  color: var(--p_color);
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}





/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   preloader2 CSS
/*----------------------------------------*/
#preloader2 {
  background: ;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#preloader2 .loading {
  display: flex;

}
#preloader2 img {
width: 100px;
}
#preloader2 .ctn-preloader2 {
  padding-left: 15px;
  padding-right: 15px;
}
#preloader2 .spinner {
  animation: spinner 3s infinite linear;
  border-radius: 50%;
  border: 3px solid var(--bs-light);
  border-left-color: var( --bs-black);
  border-top-color: var( --bs-black);
  margin: 0 auto 0em auto;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -40px;
  top: -40px;
}
#preloader2 .spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
  background: var( --bs-black);
  position: absolute;
  right: 25px;
  top: 20px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  #preloader2 .spinner:before {
    top: 18px;
    right: 8px;
  }


#preloader2 img {
width: 50px;
}

}
#preloader2 .round_spinner {
  border-width: 1px;
  border-color:var(--bs-body-bg)
  border-style: solid;
  border-radius: 50%;
  background-color: var(--bs-light);
  box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
  width: 158px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 80px;
}
@media (max-width: 576px) {
  #preloader2 .round_spinner {
    width: 80px;
    height: 80px;
  }
}
#preloader2 .round_spinner h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--secondary_color);
  margin-top: 10px;
}
#preloader2 .round_spinner h4 span {
  font-weight: 700;
}

#preloader2 .head {
  color: var(--secondary_color);
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 5% 0 1% 0;
  padding: 0;
}

#preloader2 p {
  color: var(--p_color);
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}