.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 1);
  background-color: #210406;
}
.preloader .img {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
}

.h2 .red {
    color: red;
}
html .text-color-red,
html .text-red {
	color: #ff0000 !important;
}

.h2 .brown {
    color: #210406;
}
html .text-color-brown,
html .text-brown {
	color: #210406 !important;
}
h1, h2, h3, h4, h5, h6, p, a, span, li, strong, b {
    font-family: Poppins', sans-serif !important;
}
html .newfont {
    font-family: Poppins', sans-serif !important;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}