/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a, #body h6 a { font-weight: inherit; }
#body h1 { font-size: 80px; font-weight: 300; }
#body h2 { font-size: 36px;  font-weight: 300; }
#body h3 { font-size: 28px; font-weight: 300; }
#body h4, #body h5 { font-size: 26px; font-weight: 300; }
#body h6 { font-size: 22px; font-weight: 300; }
#body .white-font h1, #body .white-font h2, #body .white-font h5, #body .white-font h3, #body .white-font h4, #body .white-font p { color: #fff; }
#body p { font-size: 21px; }
.black-overlay { position: relative; }
.black-overlay::before {
  content: "";
  z-index: 1;
  height: 100%; width: 100%;
  position: absolute;
  top: 0; left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.black-overlay div { position: relative; z-index: 100; }
.black-overlay-04::before { background-color: rgba(0, 0, 0, 0.4); }
.black-overlay-05::before { background-color: rgba(0, 0, 0, 0.5); }
.black-overlay-06::before { background-color: rgba(0, 0, 0, 0.6); }
.black-overlay-07::before { background-color: rgba(0, 0, 0, 0.7); }
.black-overlay-08::before { background-color: rgba(0, 0, 0, 0.8); }

.no-padding { padding: 0px; }
.no-margin { margin: 0px; }

#body .has-movie {
  position: relative;
  background-color: black;
  overflow: hidden;
}

#body .has-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#body .has-movie .container {
  position: relative;
  z-index: 2;
}

#body .has-movie .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#body .has-movie .multicol {
  z-index: 3;
}

#body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a, #body h6 a {
  font-weight: inherit;
}

#body h1 {
  font-size: 70px;
  font-weight: 300;
}

#body h2 {
  font-size: 36px;
  font-weight: 300;
}

#body h3 {
  font-size: 28px;
  font-weight: 300;
}

#body h4, #body h5 {
  font-size: 26px;
  font-weight: 300;
}

#body h6 {
  font-size: 22px;
  font-weight: 300;
}

#body .white-font h1, #body .white-font h2, #body .white-font h5, #body .white-font h3, #body .white-font h4, #body .white-font p {
color: #fff;
}

#body p {
	font-size: 21px;
}

.white-font {
	position: relative;
}

.white-font::before {
	content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.white-font div {
	position: relative;
	z-index: 100;
}

.menu-item.current > .menu-link {
	color: #2A71C4;
  font-weight: 800;
}
@media (max-width: 1100px) {
  #body h1 {
    font-size: 50px;
  }
}

@media (max-width: 1100px) {
  #body h1 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  #body h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  #body h1 {
    font-size: 28px;
  }
}

.no-padding {
padding: 0px;
}


#commonModal .error_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: red;
  }
 #commonModal .loader {
    font-size: 19px;
    margin: 5em auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load2 1.3s infinite linear;
    animation: load2 1.3s infinite linear;
  }

   #body .js-loading .loader {
    font-size: 19px;
    margin: 5em auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load2 1.3s infinite linear;
    animation: load2 1.3s infinite linear;
  }

  body .js-form-loader {
    position: relative;
  }
  body .modal-body {
    position: relative;
  }
  body .js-loading.load {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }

  @-webkit-keyframes load2 {
    0%,
    100% {
      box-shadow: 0em -3em 0em 0.2em #333, 2em -2em 0 0em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 -0.5em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 0em #333;
    }
    12.5% {
      box-shadow: 0em -3em 0em 0em #333, 2em -2em 0 0.2em #333, 3em 0em 0 0em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 -0.5em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 -0.5em #333;
    }
    25% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 0em #333, 3em 0em 0 0.2em #333, 2em 2em 0 0em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 -0.5em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 -0.5em #333;
    }
    37.5% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 0em #333, 2em 2em 0 0.2em #333, 0em 3em 0 0em #333, -2em 2em 0 -0.5em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 -0.5em #333;
    }
    50% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 0em #333, 0em 3em 0 0.2em #333, -2em 2em 0 0em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 -0.5em #333;
    }
    62.5% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 0em #333, -2em 2em 0 0.2em #333, -3em 0em 0 0em #333, -2em -2em 0 -0.5em #333;
    }
    75% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 0em #333, -3em 0em 0 0.2em #333, -2em -2em 0 0em #333;
    }
    87.5% {
      box-shadow: 0em -3em 0em 0em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 0em #333, -3em 0em 0 0em #333, -2em -2em 0 0.2em #333;
    }
  }
  @keyframes load2 {
    0%,
    100% {
      box-shadow: 0em -3em 0em 0.2em #333, 2em -2em 0 0em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 -0.5em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 0em #333;
    }
    12.5% {
      box-shadow: 0em -3em 0em 0em #333, 2em -2em 0 0.2em #333, 3em 0em 0 0em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 -0.5em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 -0.5em #333;
    }
    25% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 0em #333, 3em 0em 0 0.2em #333, 2em 2em 0 0em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 -0.5em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 -0.5em #333;
    }
    37.5% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 0em #333, 2em 2em 0 0.2em #333, 0em 3em 0 0em #333, -2em 2em 0 -0.5em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 -0.5em #333;
    }
    50% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 0em #333, 0em 3em 0 0.2em #333, -2em 2em 0 0em #333, -3em 0em 0 -0.5em #333, -2em -2em 0 -0.5em #333;
    }
    62.5% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 0em #333, -2em 2em 0 0.2em #333, -3em 0em 0 0em #333, -2em -2em 0 -0.5em #333;
    }
    75% {
      box-shadow: 0em -3em 0em -0.5em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 0em #333, -3em 0em 0 0.2em #333, -2em -2em 0 0em #333;
    }
    87.5% {
      box-shadow: 0em -3em 0em 0em #333, 2em -2em 0 -0.5em #333, 3em 0em 0 -0.5em #333, 2em 2em 0 -0.5em #333, 0em 3em 0 -0.5em #333, -2em 2em 0 0em #333, -3em 0em 0 0em #333, -2em -2em 0 0.2em #333;
    }
  }

  #adForm .has-error input.sm-form-control,  #adForm .has-error input.form-check-input {
    border: 1px solid red !important;
  }

  #adForm label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
    text-transform: inherit;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}