
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 5vw 0vw;
}

.container {
    padding: 0vw 12vw;
}

h1 {
    color: #fff;
    text-align: center;
    font-size: 2em;
}

p {
    padding: 18px 5px;
    border-right: 2px solid #ccc;
}

.form-control {
    margin: 2em 0em;
    padding: 18px;
    border-radius: 15px;
    padding-left: 7em;
}

.form-main, .ab-main, .ab-controls-rel {
    position: relative;
}

.ab {
    position: absolute;
    padding: 0px 13px;
}

.ab-end {
    position: absolute;
    right: 0;
    top: -5%;
    /* padding: 10px; */
}


.btn-warning {
    width: 100%;
    padding: 10px 0px;
    font-size: 22px;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 15px;
    background-color: red !important;
    border: 1px solid red !important;
}


.ab-img {
    position: absolute;
    right: 3%;
    padding: 0em  0.5em;
    /* border-left: 2px solid #ccc; */
}

.main-video {
    height: 250px;
    width: 100%;
    
}

.swiper-slide {
    border: 3px solid #fff;
    border-radius: 15px;
}


.icon-video {
    height: 50px;
} 
.ab-controls {
    cursor: pointer;
}

.ab-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}

.swiper-pagination-bullet {
    background: #fff !important;
}

.btn-iter {
    animation-iteration-count: infinite !important;
    --animate-duration: 4s !important;
}


#overlayer {
    width:100%;
    height:100vh;  
    position:absolute;
    z-index:99;
    background:#4a4a4a;
    opacity: 0.9;
  }
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index:3;
    border: 4px solid #Fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: loader 2s infinite ease;
    z-index:99999;
  }
  
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
    z-index:99999;
  }
  
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(180deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(360deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 0%;
    }
  }

.item {
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 0px;
  margin: 1em 0em;
  text-decoration: none;
  color: #000;
}

.active {
  background-color: red !important;
  color: #fff;
}


.footer p {
  border: 0px !important;
  color: #fff;
}