@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700");
body {
  /* background: url("../images/bg.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Maven Pro", sans-serif;
}

a {
  text-decoration: none;
}

.whblock {
  background: #fff;
  padding: 5px 0px;
}

.weltxt {
  margin: 0px;
  padding: 100px 0px ;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  text-align: center;
}

#design a{
  border-radius: 20px;
}
.btn {
  border-radius: 0px;
  /* border: 3px solid rgba(0, 0, 0, 0.2); */
}
.main-div a{
	padding: 11px;
	border-radius: 18px 0px 18px 0px;
}
.copyright {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  height: 40px;
}
.copyright p {
  margin: 0px;
  padding: 0px;
}
.copyright p a {
  text-decoration: none;
}

.shadeblock {
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  padding: 20px;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 30px;
}
.shadeblock ::-moz-placeholder {
  color: #fff !important;
}
.shadeblock ::placeholder {
  color: #fff !important;
}
.shadeblock ::-moz-placeholder {
  color: #fff !important;
}
.shadeblock ::-webkit-placeholder {
  color: #fff !important;
}
.shadeblock a {
  text-decoration: none !important;
}
.shadeblock h3 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  color: #4589de;
}
.shadeblock .form-control {
  border-radius: 0px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
  color: #fff;
}
.shadeblock .form-control:focus {
  border: 1px solid #393939;
  box-shadow: 0 0 0 0;
}
.shadeblock .custom-file-input {
  height: 45px;
  border-radius: 0px;
}
.shadeblock .custom-file-input :focus {
  border: 1px solid #393939 !important;
  box-shadow: 0 0 0 0 !important;
}
.shadeblock textarea.form-control {
  height: inherit !important;
}
.shadeblock .custom-file-label {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
  color: #fff;
  border-radius: 0px;
}
.shadeblock .custom-file-label:after {
  border-radius: 0px;
  background-color: #000;
}
.shadeblock .custom-file-label :focus {
  border: 1px solid #393939 !important;
  box-shadow: 0 0 0 0 !important;
}
.shadeblock .input-group-text {
  border-radius: 0px;
}

/* .text-white:hover {
  color: #4589de !important;
} */

.table.regdetails tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.5);
}
.table.regdetails tr th {
  border: 0px;
}
.table.regdetails tr td {
  font-size: 18px;
  border: 0px;
  vertical-align: middle;
  padding: 7px 10px;
}

.blueblock {
  background-color: #4589de;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 300px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.pendblock .bg-warning {
  color: #000;
}
.pendblock .namesblock {
  padding: 10px 0px;
  /* margin-bottom: 10px; */
}
.pendblock .namesblock a {
  display: block;
  color: #4589de;
  padding: 7px 0px 7px 20px;
}
.pendblock .namesblock a:hover {
  color: #fff;
}/*# sourceMappingURL=custom.css.map */
.btn-large{
  /*padding: 20px 100px;*/
      width: 300px;
    border-radius: 20px;
    font-size: 40px;
}

.bg-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Black shade */
  z-index: 2;
}
.bg-section{
  position: relative;
}