@font-face {
    font-family: Roboto Regular;
    src: url('../fonts/Roboto-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto Medium;
    src: url('../fonts/Roboto-Medium.ttf');
    font-display: swap;
}

/* ************************************ */


*{
    font-family: 'Roboto Regular', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
    font-family: 'Roboto Medium', Helvetica, sans-serif !important;
}

.feature{
}
.feature .feature-box{
    list-style: none;
    /* display: flex;
    flex-wrap: wrap; */
    /* gap: 30px; */
    /* border: 1px solid ; */
}
.feature .feature-box .feature-box-item{
}
.feature .feature-box .feature-box-item .col-inner{
    overflow: hidden;
    /* border: 1px solid ; */
    /* padding: 10px 20px; */
    padding: 10px;
    border-color: #cfebfe;
    background-color: #dff2fe;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 7px;
}
.feature .feature-box .feature-box-item .col-inner i{
    font-size: 2rem;
    max-width: 35px;
    flex-basis: 35px;
    color: #56b0ee;
}
.feature .feature-box .feature-box-item .col-inner p{
    margin: 0;
    max-width: calc(100% - 35px);
    flex-basis: calc(100% - 35px);
}


.landing-video{
    width: 1140px;
    max-width: 100%;
    margin-bottom: 30px;
}
.landing-video-item{
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;    
}
.landing-video-item iframe{
    width: 100%;
    height: 100%;
}

.sub-menu.nav-dropdown .active{
    background-color: #f1f1f1;
}

.slide-transparent .banner.has-hover{
    background-color: transparent;
}