



.hhs-hero-mod {position: relative; overflow:hidden;}
.hhs-hero-mod .row {
    z-index: 3;
    position: relative;
}

.ul-icon-style ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /* color: #000; */
    margin-top: 60px;
}

.ul-icon-style ul li {
    color: #666666 !important;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.45;
}

.ul-icon-style ul li span svg {
    fill: #F9B200;
}

.ul-icon-style ul li span {
    /* display: block; */
    position: absolute;
    left: 0;
    top: 0;
}

.ul-icon-style ul li {
    /* display: block; */
    position: relative;
}

.ul-icon-style ul li {
    padding-left: 42px;
}
.ul-icon-styling{
    padding-top:40px;
}
.inner-ul{ display:flex; flex-wrap:wrap;}
.ul-content strong{
    color: #666!important;
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 60px;
    font-family: helvetica;
    letter-spacing: 0px;
}
.ul-content {
    font-size: 20px;
    line-height: 1.45;
    color: #666!important;
}
.ul-icons {
    width: 50px;
    height: 50px;
    margin-right: 25px;
}

.ul-icons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ul-content {
    width: calc(100% - 75px);
}


.hhs-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hhs-hero-mod video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: initial;
}


.hhs-scroll-down {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50px;
    opacity: 0.4;
    z-index: 1;
}

.hhs-scroll-down:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2px;
    height: 10px;
    background-color: white;
    animation: scrollDown 2s infinite;
}

@media (max-width: 922px) {
    .hhs-form-con {
        margin-bottom: 25px !important; 
    }
    .hhs-hero-mod .hhs-col-inner-con {
        margin-bottom: 25px; 
    }
}
@media(max-width:767px){
    .inner-ul {
        margin-bottom: 30px;
        flex-direction: column;
        
        align-items: center;
      text-align: center;
    }

    .ul-icons {
        margin: 0;
        margin-bottom: 10px;
        height: 70px;
        width: 70px;
    }


}
}
@media (max-width:575px) {
    .hhs-hero-mod .cta_button {
        margin-bottom: 10px;
    }
    
    .ul-content {
        width: 100%;
    }
}