/* Start bannerArea */

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}


.bannerArea {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.bannerArea .overlay {
     padding: 153px 0 0;
    background: rgba(2, 66, 125, 0.63);
    height: 100%;
}
.bannerArea .owl-carousel .banner_slide {
   
  height: 650px;
  font-size: 32px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}
.bannerContent {
    width: 100%;
    max-width: 790px;
}
.bannerContent h2 {
    font-size: 50px;
    color: #fff;
    margin: 0 0 20px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    line-height: 70px;
}
.bannerContent p {
      font-size: 16px;
      color: #fff;
    margin: 0 0 30px;
     font-family: 'Helvetica Neue';
    font-weight: 400;
    line-height: 30px;
}
.bannerContent .bannerLogo {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.bannerContent .bannerLogo li {
    padding: 0 21.5px;
}
.bannerContent .bannerLogo li:last-child {
    padding-right: 0;
}
.bannerContent .bannerLogo li:first-child {
    padding-left: 0;
}
.bannerContent .bannerLogo li a img {
    width: auto;
}
.bannerArea .progress-bars {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}
.bannerArea .progress-bars span.barBg {
    width: 100%;
    display: block;
    background: #777777;
    height: 2px;
    position: absolute;
}
.bannerArea .progress-bar {
  flex: 1;
  position: relative; 
  margin: 1px;
  cursor: pointer;
  margin: 0 25px;
}
.bannerArea .progress-bar:first-child {
    margin-left: 0;
}
.bannerArea .progress-bar:last-child {
    margin-right: 0;
}
.bannerArea .progress-bar .fill {
  height: 2px;
  width: 0%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: width linear;
}
.bannerArea .progress-bar .fill span {
    height: 2px;
    width: 100%;
    display: block;
    background: #777;
}
.bannerArea .progress-bar .text {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 16px;
    display: inline-block;
    height: 100%;
    padding: 0 4px;
    font-family: 'Helvetica Neue';
    font-weight: 500;
    margin-top: 18px;
}

    .bannerArea .owl-dots {
        display: none;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
     .bannerArea .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background: rgba(47, 50, 68, 0.50) !important;
        border-radius: 100%;
        margin-right: 14px;
    }
     .bannerArea .owl-dots .owl-dot.active {
        background: rgba(47, 50, 68, 1) !important;
    }


/*  */
    @media (max-width: 991px) {
        .bannerContent h2 {
            font-size: 42px;
            line-height: 56px;
        }
        .bannerArea .progress-bar .text {
            font-size: 15px;
        }
        .bannerArea .progress-bar {
            margin: 0 7px;
        }
    }
    @media (max-width: 767px) {

        .bannerArea .overlay {
            padding: 123px 0 0;
        }
        .bannerContent h2 {
            font-size: 28px;
            color: #fff;
            margin: 0 0 20px;
            font-family: 'Helvetica Neue';
            font-weight: 500;
            line-height: 44px;
        }
        .bannerContent p {
            line-height: 28px;
        }
         .bannerContent .bannerLogo {
            justify-content: space-between;
         }
        .bannerContent .bannerLogo li {
            padding: 0;
            width: calc(50% - 20px);
        }
        .bannerArea .progress-bars {
            display: none;
        }
        .bannerArea .owl-dots {
            display: block;
        }
    }
    /*  */

/* END bannerArea */
