.banner-fluid {
  background-color: #025199;
  color: #e3e3e3;
}

.banner-fluid:after {
  position: absolute;
  content: "";
  height: 180px;
  width: 100%;
  background: url(../img/bottom_curve_new.svg);
  background-size: 100%;
  bottom: -13px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

/*.banner-fluid:after {
    position: absolute;
    content: '';
    height: 210px;
    width: 100%;
    background: url(../img/bottom_curve_new.svg);
    background-size: cover;
    bottom: -1px;
    background-position: top center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 2000px) {
    .banner-fluid:after {
        height: 240px
    }
}*/

.download_app {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download_app p {
  margin-bottom: 0px !important;
}
.download_app img {
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 2px;
  background: #7dc3ff;
}
.banner-headding {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
}

.banner-text {
  font-size: 14px;
}

#bannner-carousel .owl-dots {
  margin: 0 0 30px;
}

#bannner-carousel img {
  width: auto;
  padding-bottom: 100px;
}

#bannner-carousel .owl-dot:focus {
  outline: none;
}

#bannner-carousel .owl-dot span {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

#bannner-carousel .owl-dot.active span {
  background-color: #f3a90f;
  width: 25px;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.training-section {
}

.training {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0px 1px 14px 0px rgba(0, 59, 110, 0.18);
}

.training-image {
  min-height: 130px;
}

.training-headding {
  font-size: 16px;
}

.video-image {
  height: 400px;
  background: url("../img/video-image.jpg") no-repeat center / cover;
}

.video-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 68, 136, 0.3);
}

.play_icon {
  bottom: 10px;
  right: 10px;
  width: 120px;
  height: 120px;
  z-index: 3;
  color: #ec6260;
  font-size: 20px;
}

.waves-block {
  width: 120px;
  height: 120px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

.waves-block .waves {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@media only screen and (min-width: 1600px) {
  .banner-headding {
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
  }
}

@media only screen and (min-width: 1200px) {
  .training-section:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed rgba(0, 78, 146, 0.3);
    z-index: -1;
  }

  .training-section:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 350px;
    height: 350px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed rgba(0, 78, 146, 0.3);
    z-index: -1;
  }

  .training-lists {
    margin-top: -100px;
  }

  .video-fluid {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 1680px) {
  /*    .banner-left-section {
        margin-left: 45%;
    }*/
}
@media only screen and (max-width: 1366px) {
  #bannner-carousel img {
    /*width: 90%;*/
  }
  .caption_txt {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .banner-headding {
    font-size: 24px;
  }
  .banner-fluid:after {
    height: 40px;
    bottom: -2px;
  }
  #bannner-carousel img {
    width: 100%;
  }
}
