@font-face {
  font-family: digital-7 regular font;
  src: url("../fonts/digital-7/digital-7.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.digital_numbers {
  font-family: digital-7 regular font !important;
}

.row:before,
.row:after {
  display: none !important;
}

a[href^="tel"] {
  text-decoration: inherit;
  color: #fff;
}

.mobile {
  display: none;
}

.container-fluid {
  padding: 0;
}

.custom-padding {
  padding-left: 6%;
  padding-right: 6%;
}

.header-top {
  margin-top: 26vh;
}

.banner_bg,
.head-img {
  height: 78vh;
}

.m-head-img {
  min-height: 505px;
  background-color: #1d333e;
}

.head-img {
  object-fit: cover;
  object-position: bottom;
}

.header_banner {
  position: absolute;
  width: 100%;
}

.content_header_banner {
  color: #fff;
  text-align: left;
}

.content_header_banner h1 {
  font-size: 2.9rem;
  color: #ffff;
  font-weight: 600;
  font-family: "Teko";
  text-transform: uppercase;
}

.content_header_banner h1 strong {
  color: #1d9fd9;
}

#headerSlide .carousel-control-next,
#headerSlide .carousel-control-prev {
  position: absolute;
  height: 10%;
  top: 48%;
  margin: 0px 6%;
  width: 18px;
  z-index: 10000;
}

#headerSlideMobile .carousel-control-next,
#headerSlideMobile .carousel-control-prev {
  position: absolute;
  height: 10%;
  top: 20%;
  width: 5%;
  margin: 0px 2%;
  z-index: 10000;
  background: #fff;
  color: #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.55);
}

.bg-save,
.bg-counter {
  height: 15vh;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.bg-save {
  background-color: #ececec;
}

.bg-save h1 {
  color: #1d9fd9;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  font-size: 70px;
  margin: 10px 0px 0px 0px;
}

.bg-save img {
  height: 70px;
  width: auto;
  margin-left: 20px;
}

.counter {
  margin-left: 20px;
  text-align: left;
}

.counter h2 {
  margin: 0px 0px -12px 0px;
  color: #1d9fd9;
  font-size: 50px;
}

.counter p {
  color: #808080;
  margin: 0px;
  font-size: 18px;
}

.bg-counter img {
  height: 50px;
  width: auto;
}

.ty-counter img {
  height: 4rem;
  width: auto;
  margin-top: -35px;
}

.ty-counter h2 {
  display: inline;
  font-size: 4rem;
  margin-left: 10px;
}

.modal-content,
.modal-body {
  border-radius: 15px;
}

.modal-body {
  background-color: #ebecec;
  padding: 50px 20px;
}

.modal-body img {
  height: 60px;
  width: auto;
}

.modal-body h2 {
  /* margin-top: 20px;
  font-family: "Open Sans";
  font-weight: 500;
  
  line-height: 1.8rem; */
  font-size: 1.5rem;
}
#joinusForm .label-control
{
    font-size: 1rem;
    color:rgba(120, 130, 138, 1);
    line-height: 1.8rem;
}
.asterisk
{
  color:red !important;
  margin-left: 0px;
}
label.error {
    color: red;
    margin-top: 5px;
}
.modal-body h4 {
  font-weight: 600;
  font-family: "Open Sans";
  font-size: 20px;
  text-transform: uppercase;
}

.safe {
  color: #22abe7;
}

.bjp {
  color: #faa31a;
}

/*  VIDEO PLAYER CONTAINER
############################### */

.vid-main-wrapper {
  margin: 0px;
  padding: 0px;
}

.vid-container {
  position: relative;
  width: 70%;
  float: left;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 380px;
  border: 2px solid #67767d;
}

/*  VIDEOS PLAYLIST 
############################### */

.vid-list-container {
  width: 29%;
  height: 380px;
  overflow: hidden;
  float: right;
  border: 1px solid #fff;
  padding: 1px;
}

/* 
.vid-list-container:hover,
.vid-list-container:focus {
    overflow-y: auto;
} */

ol#vid-list {
  margin: 0;
  padding: 0;
}

ol#vid-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1.5px solid transparent;
}

ol#vid-list li a {
  text-decoration: none;
  background-color: #ececec;
  height: 74px;
  display: flex;
  align-items: center;
}

ol#vid-list li a:hover {
  background-color: #c0c6c9;
}

.vid-thumb {
  float: left;
  margin-right: 8px;
}

.vid-thumb img {
  height: auto;
  width: 80px;
  object-fit: cover;
  margin-left: 7px;
}

.active-vid {
  background: #c0c6c9;
}

#vid-list .desc {
  text-align: left;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.1rem;
  padding-right: 10px;
}

hr.style-two {
  border: 0;
  height: 1px;
  margin: 10px 0px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
}

.ty-header h4 {
  font-weight: 500;
  font-size: 1.3rem;
}

.step fieldset {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px 5px;
  width: 100%;
  text-align: center;
}

.step .icon-img {
  position: absolute;
  left: -8px;
  width: 55px;
  top: -20px;
  border-radius: 0px;
}

.social-icon {
  width: 100%;
  text-align: center;
}

.social-icon img {
  padding: 0px 5px;
  height: 35px;
  width: auto;
  cursor: pointer;
}
/** Start: Form Modal --*/
#formModal .modal-content
{
  /* background-image: linear-gradient( #153051,#122648) */
  background: #FFF !important;
}
#formModal .modal-body
{
  background: #FFF;
  border-radius: unset;
  padding: 0px !important;
  color:#000 !important;

}
#formModal .modal-header
{
  border-bottom: none;
}
#formModal .modal-footer
{
  border-top: none;
}
#formModal .modal-content
{
  background-color: #FFF !important;
}
div#formModal {
  top: 100px;
}
#formModal button.close {
  color: #000;
}
#formModal button:focus
{
  outline: none;
}
.frm-register
{
  padding: 0.6em 2em;
  border-radius: 8px;
  color: #fff;
  background-color: #2c5830;
  font-size: 1.1em;
  border: 0;
  cursor: pointer;
  margin: 1em;
}
.frm-register:hover
{
  padding: 0.6em 2em;
  border-radius: 8px;
  color: #fff;
  background-color: #2c5830;
  font-size: 1.1em;
  border: 0;
  cursor: pointer;
  margin: 1em;
  text-decoration: none;
}