/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*-- Uroan Icon Box Element --*/
.section-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem 0.2rem 1.2rem;
    position: relative;
    width: 100%;
    align-self: flex-end;
}

.section-a  {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #EAFAF6;
    margin-left: -35px;
    transition: 0.3s ease-in-out;
}
.uroan-pp-client-style-one .uroan-pp-client-image-box{
    display:flex;
    align-items:center;
}
.uroan-pp-client-style-one .uroan-pp-client-ext-text{
    margin-left:10px;
}


.uroan-pp-client-style-one .section-a img{
  max-width:68px;
}
.uroan-pp-client-style-one .section-a:hover {
    transform: scale(1.3);
    z-index: 10;
}

/*-- Uroan Icon Box End --*/
.uroan-animation-button-icon a {
    margin-left: 36px;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #1B3C74;
}

.uroan-animation-button-icon span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.uroan-animation-button-icon span::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #F5E5B0;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: videoss 2s infinite;
}

.uroan-animation-button-icon span i {
    font-size: 12px;
    background: #FFB200;
    width: 136px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFFFFF;
}

.uroan-animation-button-icon span::after {
    content: '';
    width: 192px;
    height: 192px;
    border-radius: 100%;
    background: #F7D985;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: videoss 2s infinite;
}

@keyframes videoss {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 192px;
        height: 192px;
        opacity: 0;
    }
}

@keyframes videoss {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 248px;
        height: 248px;
        opacity: 0;
    }
}