.hero-banner {
    margin: 40px 0;
}
.herobanner-wraper {
    max-width: 750px;
    margin: auto;
}
.innerbanner-content h1 {
    margin-bottom: 0;
}
.herobanner-wraper .video-wrapper {
    position: relative;
    padding-bottom: 75%;
    outline: 2px solid #000000;
    border-radius: 24.983px;
    overflow: hidden;
}
.innerbanner-content h1 u {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.page-about .innerbanner-content h1 {
    line-height: 93px;
}
.herobanner-wraper .video-wrapper video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.015);
    top: 0;
    left: 0;
}
.herobanner-tab-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.herobanner-tab {
    width: 33.33%;
    margin: 0 23px;
    border-bottom: 1px solid #000000;
    position: relative;
}

.herobanner-tab a {
    display: block;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.34px;
    color: #000;
    transition: all 0.6s;
    border-radius: 12px;
}

.herobanner-tab a:hover {
    background: #BAC7B5;
   color: #000000;
}

.herobanner-tab:not(:last-child):before {content: "";display: block;background: #000;width: 1px;height: 36px;position: absolute;right: -23px;top: 50%;transform: translateY(-50%);}

.audio-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #000000;
    color: #fff;
    border: none;
    padding: 10px 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    height: 45px;
    width: 45px;
}
/*Innerbanner section*/
.innerbanner-section h1, .innerbanner-section h2, .innerbanner-section h3, .innerbanner-section h4, .innerbanner-section h5, .innerbanner-section h6, .innerbanner-section span,.innerbanner-section p {
    color: #ffffff;
}
.innerbanner-section {
    padding: 110px 0 230px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    display: flex;
    align-items: center;
    top: 107px;
    z-index: 1;
    position: sticky;
    margin-bottom: -110px;
}

.innerbanner-content {
    max-width: 737px;
    text-align: center;
    margin: auto;
    transition: all 0.6s;
    transition-delay: 0.5s;
    margin-top: 40px;
}
.innerbanner-content .h6 {
    margin-bottom: 10px;
}

.innerbanner-content h1 span {
    font-style: italic;
}

.innerbanner-content p {
    font-size: 23px;
    line-height: 31px;
    margin-top: 60px;
}

.innerbanner-content h1 {

    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-underline-position: under;
}

/* .innerbanner-section:after {
    content: "";
    display: block;
    background-image: url(../images/bg-shape-bottom.svg);
    position: absolute;
    bottom: -1px;
    z-index: 1;
    width: 100%;
    height: 94px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
} */



.audio-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 6px;
}
.audio-toggle img.active {
    opacity: 1;
}
.audio-toggle img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
}

@media only screen and (max-width:1399px){
    .innerbanner-section {
        padding: 100px 0 200px 0;
        margin-bottom: -80px;
    }
}
@media only screen and (max-width:1199px){
    .innerbanner-section {
        padding: 80px 0 200px 0;
        margin-bottom: -60px;
    }
    .page-about .innerbanner-content h1 {
    line-height: 63px;
}
}
@media only screen and (max-width:991px){
    .innerbanner-section {
        padding: 60px 0 200px 0;
    }
    .innerbanner-section {
        min-height: 400px;
    }
    .top-bg-shape {
        margin-top: -60px;
    }
    .top-bg-shape:before {
        height: 60px;
    }
    .herobanner-tab {
        margin: 0 15px;
    }
}
@media only screen and (max-width:767px){
    
    .innerbanner-section {
        position: unset;
        padding: 60px 0 140px 0;
    }
    .herobanner-tab-list {
        display: block;
    }
    .herobanner-tab:not(:last-child):before{
        display: none;
    }
    .herobanner-tab {
        flex-shrink: 0;
        width: auto;
    }

    .herobanner-tab {
        margin: 0 10px;
    }
    .herobanner-tab:not(:last-child):before {
        right: -15px;
    }
}