.aof-hero .carousel .carousel-inner {
    z-index: 0;
}

.aof-hero .carousel .carousel-inner .item .slide-bg {
    height: 720px;
    position: relative;
}

.aof-hero .aoft-text h1 {
    font-size: 44px;
}

.aof-hero .aoft-text p {
    padding: 0;
    margin-bottom: 12px;
}

.aof-hero .aoft-text h1,
p {
    opacity: 1;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

.aof-hero .aoft-text h1 span {
    border-bottom: 3px solid #458ED3;
    max-width: fit-content;
    margin: auto;
}

.aof-hero .caption-holder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.aof-hero .carousel-control.left,
.aof-hero .carousel-control.right {
    width: 50px;
    height: 50px;
    background: #458ED3;
}

.aof-hero .aofh-mask {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

.aof-hero .aofh-mask svg:not(:first-child) {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 8px;
}

.aof-hero .aofh-mask svg:last-child {
    top: 18px;
}

.aof-hero .cus-indicator .carousel-indicators li.active,
.aof-hero .cus-indicator .carousel-indicators li:hover {
    opacity: 1;
}

.aof-hero h1 span.over {
    line-height: 22px;
    letter-spacing: 8px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

.aof-hero .carousel .carousel-inner .item .slide-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.aof-hero .carousel-control.left,
.aof-hero .carousel-control.right {
    top: 40%;
    color: #060836;
    left: 8%;
    border-radius: 50%;
    font-size: 52px;
    opacity: 1;
    display: none;
}

.aof-hero .carousel-control.left i,
.aof-hero .carousel-control.right i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 22px;
}

.aof-hero .carousel-control.left i {
    transform: translate(-60%, -52%)rotate(180deg);
}

.aof-hero .carousel-control.right {
    transform: translateY(-50%);
    left: unset;
    right: 8%;
}

.aof-hero .carousel-control.left:hover,
.aof-hero .carousel-control.right:hover {
    color: #fff;
    background-color: #458ED3;
}

.aof-hero .carousel-indicators {
    margin: auto;
    transform: translateX(-50%);
    bottom: 16%;
}

.aof-hero a.btn-primary {
    transform: translateY(-8px);
    margin-top: 15px;
}

.aof-hero .carousel-indicators li {
    background-color: transparent; 
    border-color: #458ED3;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 3px;
}

.aof-hero .carousel-indicators .active {
    background-color: #458ED3;
}

.play-btn {
    display: inline-block;
    padding-left: 5px;
}

@media only screen and (min-width:768px) {
   .aof-hero p {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
    }

  .aof-hero .carousel-indicators {
        bottom: 16%;
    }
    .aof-hero .btn {
        width: auto;
    }
}

@media screen and (min-width: 992px) {

    .aof-hero .caption-holder {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .aof-hero .carousel-control.left,
    .aof-hero .carousel-control.right {
        display: block;
    }

   .aof-hero .carousel-indicators {
        bottom: 26%;
    }

    .aof-hero .aofh-mask {
        bottom: 0;
    }

    .aof-hero .aofh-mask svg:not(:first-child) {
        top: 8px;
    }

    .aof-hero .aofh-mask svg:last-child {
        top: 40px;
    }
}

@media (min-width:1600px) {
    .aof-hero .caption-holder {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .aof-hero .aoft-text h1 {
        font-size: 64px;
    }

    .aof-hero .aoft-text h1 span.over {
        margin-top: -148px;
    }

   .aof-hero .carousel-indicators {
        bottom: 28%;
    }
}
.aof-hero .carousel .carousel-inner .item .btn{
    padding: 12px 25px 12px 25px;
}
.aof-hero .carousel .carousel-inner .item .btn:after {
    display: none!important;
}
.aof-hero-inner .banner-filter {
    text-align: center;
    padding-bottom: 150px;
}
@media (min-width:992px) {
  .aof-hero-inner .banner-filter {
      padding-bottom: 230px;
  }  
}
.aof-hero-inner .banner-filter h1 {
    max-width: 100%;
}
.aof-hero-inner h1 span.over{
    border-bottom: 3px solid #458ED3;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 8px;
}
.aof-hero-inner .banner-filter p {
    font-style: normal;
}

.slide-up {
  opacity: 0;
  -webkit-animation: slide-up 1s cubic-bezier(0.4, 0, 0.2, 1) 500ms forwards;
}
@-webkit-keyframes slide-up {
    0% { -webkit-transform: translateY(100%); opacity: 1 }
    100% { -webkit-transform: translateY(0); opacity: 1  }
}