

div.row-servcies {
  background: #bfbfbf;
}

div.services {
  margin-top: 5pt;
  margin-bottom: 5pt;
  margin-left: 5pt;
  margin-right: 5pt;
}

footer {
  padding-bottom: 5pt;
}


div#videoDetails {
  margin-top: 5pt;
  margin-bottom: 5pt;
}

form.customForm {
  margin-top: 10pt;
}
body
{
  background-color: #000;
  height: 100% !important;
  width: 100%!important;
  padding: 0 !important;
  margin: 0 !important;
}
input,*
{
  color: #fffff !important;
  font-family: 'Roboto', sans-serif !important;

}

::-webkit-input-placeholder { /* Edge */
    color: #434343 !important;
  font-family: 'Roboto', sans-serif !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #434343 !important;
  font-family: 'Roboto', sans-serif !important;
}

::placeholder {
  color: #434343 !important;
  font-family: 'Roboto', sans-serif !important;
}

.nav-button
{
  
  text-align: center;
  
/*  color: #b8b8b8;*/
  color: #ffffff;
  font-size: 100%;
  cursor: pointer;

}
.services
{
  
  color: white;
}

.search_button
{
  background-color: #ec18ff;
  font-family: 'Roboto', sans-serif !important;
  color: white;

  border-radius: 0px;

}
.search_button:hover, .search_button:active
{
  background-color: #ec18ff;
  font-family: 'Roboto', sans-serif !important;

}
.input-field,.input-field:hover,.input-field:active,.input-field:focus
{
  color: white;
  background-color: #0f0f0f;
  border-color: #262626;
  border-radius: 0px;
  font-family: 'Roboto', sans-serif !important;
  text-transform:uppercase !important;
}

.pdf_container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.pdf-iframe
{
  width: 100%;height: 100vh;position: relative;
}