/* site fonts*/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Thin.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Bold.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Regular.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-ExtraBold.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Black.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-SemiBold.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-ExtraLight.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Medium.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Spartan';
    src: url('../fonts/LeagueSpartan-Light.woff2') format('woff2'),
        url('../fonts/LeagueSpartan-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* site code */
.viva-group-banner{
    background: url('../images/viva-groups-background.webp');
    padding: 100px 0 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.main-section{
    height: 100vh;
}
.viva-group-heading{
    margin-bottom: 20px;
    width: 85%;
}
.viva-tag-line{
    color: #FDF9CC;
    font-size: 34px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 45px;  
}
.viva-header{
    margin-bottom: 100px;
}
.thirty-years{
    padding-bottom: 25PX;
}
.thirty-year-wrapper{
    width: 60%;
    position: relative;
    z-index: 1;
}
.thirty-year-wrapper img{
    width: 100%;
    height: 100%;
}
.thirty-year-wrapper::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 90px #051D5C;
    background-color: #051D5C;
    border-radius: 50%;
    z-index: -1;

}
address{
    color: #C1C1C1;
    font-size: 20px;
    line-height: 34.8px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.branch-list li{
    color: #C1C1C1;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
.branch-list li:last-child::after{
    display: none;
}
.branch-list li::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 77%;
    right: 0;
    top: 0;
    background-color: #E3C164;
}
.single-cards{
    margin: 0 10px;
    border-radius: 15px;
    background: linear-gradient(132deg, rgba(227,193,100,1) 0%, rgba(6,37,105,1) 100%);
    padding: 3px;
    box-shadow: 3px 3px 5px #051D5C;
}
.site-logo{
    padding: 31px 15px;
    background-color: #062569;
    height: 101px;
    border-radius: 15px 15px 0 0;
}
.site-logo img{
    max-height: 49px;
    object-fit: contain;
}
.explore{
    background-color: #DA3A01;
    font-size: 13px;
    color: #fff;
    box-shadow: none;
    border: 0;
    padding: 5px 25px;
    border-radius: 6px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.site-info h4{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'League Spartan', sans-serif;
}
.site-info p{
    color: #D9D9D9;
    font-size: 12px;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.site-info{
    padding: 15px;
    background-color: #051D5C;
    border-radius:  0 0 15px 15px;
    height: 225px;
}
.viva-group-slider{
    margin-bottom: 120px;
}
.viva-group-slider .owl-theme .owl-dots .owl-dot span{ 
    border: 1px solid #E3C164;
    border-radius: 10px;
    background-color: transparent;
    width: 55px;
    height: 6px;
    margin: 0 5px;
}
.viva-group-slider .owl-theme .owl-dots .owl-dot.active span{
   background-color: #E3C164;
}
.viva-group-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}
.website-design a{
    text-decoration: none;
    display: block;
}