﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

.vs-header__logo a img {
    width: 380px;
    height: auto;
}


.vs-footer__logo-link img {
    width: 130px;
    height: auto;
}


.copy-right {
    margin-bottom: 0px;
    color: #fff;
}


    .copy-right a {
        color: #daaf00;
        font-weight: 600;
    }



.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
}

    .contact-item .icon {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 18px;
        margin-right: 15px;
        transition: all 0.3s ease;
        flex: none;
    }

    .contact-item:hover .icon {
        background: #fff;
        color: #0b1033;
    }

    .contact-item .text p {
        font-size: 16px;
        font-weight: 600;
        color: #e1e1e1;
        margin: 0;
    }

.vs-feature__icon svg {
    background-color: #fff;
    border-radius: 50%;
    padding: 18px;
}



.ASLC-counter-section {
    background: #fff;
    padding: 80px 0px 0px;
    text-align: center;
}

.counter-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 150px;
    width: 100%;
}

.counter-box {
    text-align: center;
}

    .counter-box h2 {
        font-size: 90px;
        font-weight: 600;
        display: inline-block;
        margin: 0;
        color: #000;
    }

    .counter-box .plus {
        font-size: 75px;
        font-weight: 200;
        color: #000;
        margin-left: 4px;
        vertical-align: top;
    }

    .counter-box p {
        margin-top: 10px;
        font-size: 18px;
        color: #333;
        font-weight: 400;
    }

.whatsapp {
    display: inline-block;
    position: fixed;
    right: 17px;
    bottom: 200px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 62px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

    .whatsapp i {
        font-size: 32px;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}



@media (min-width: 1200px) and (max-width: 1399.8px) {
    .vs-hero--style2 .vs-hero__content {
        padding: 122px 0px 122px 40px;
    }
}


@media (max-width: 767px) {
    .vs-hero--style2 .vs-hero__title--main {
        font-size: 42px;
    }

    .counter-row {
        gap: 30px;
    }

    .counter-box .plus {
        vertical-align: initial;
    }

    .ASLC-counter-section {
        padding: 40px 0;
    }

    .space, .space-top {
        padding-top: 20px;
    }

    .copy-right {
        text-align: center;
    }
}














/* --------------------------Radial Nav circle -------------------------------- */

.radialNavSvg {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}

.radialNavInner {
    display: inline-block;
}

.radialNav {
    transform: rotate(90deg);
    user-select: none;
    width: 612px;
    height: 612px;
    padding: 4px;
    border-radius: 100%;
    border: 2px solid #FFDD00;
    position: relative;
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.2);
}

.radialNav > ul {
position: relative;
width: 600px;
height: 600px;
list-style-type: none;
margin: 0;
border-radius: 100%;
overflow: hidden;
transition: all 0.5s ease;
}

.radialNav:after {
content: '';
position: absolute;
top: -18px;
width: 0px;
height: 0px;
left: 0;
right: 0;
margin: 0 auto;
border: 30px solid transparent;
border-width: 0px 23px 30px;
border-bottom-color: #06ce6f;
}

.radialNav > ul:before {
position: absolute;
left: 6px;
right: 6px;
top: 6px;
bottom: 6px;
border-radius: 100%;
display: block;
box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.2);
}

.radialNav > ul > li {
font-size: 25px;
line-height: 1.1;
font-weight: 500;
text-align: center;
position: absolute;
right: 0;
left: 0;
top: -4px;
margin: 0 auto;
/*width: 56.5%;*/
width: 38.0%;
/* height: calc(48% + 6px); */
height: calc(48% + 15px);
background-color: #fff;
clip-path: url('#radialPath');
padding: 88px 20px 80px 20px;
transform-origin: bottom center;
transition: all 0.5s ease;
color: #000;
}

.radialNav > ul > li:before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #dddddd;
    transform: translateY(50%);
    transition: all 0.5s ease;
}

.radialNav > ul > li:after {
    content: '';
    pointer-events: none;
    position: absolute;
    bottom: 97px;
    width: 0px;
    height: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 20px solid transparent;
    border-width: 0px 14px 20px;
    border-bottom-color: #dddddd;
    transition: all 0.5s ease;
}
/*.radialNav > ul > li:last-child { padding-top: 40px; }*/
.radialNav > ul > li .name {
    padding: 0 10px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
}

.radialNav > ul > li .number {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 500;
    color: #CCCCCC;
    opacity: 0.3;
    transform: rotate(-67deg);
    position: absolute;
    right: 8px;
    bottom: 64%;
    transition: all 0.5s ease;
}

    .radialNav > ul > li .number:before {
        content: '0';
    }

.radialControl {
    width: 170px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
    border-radius: 100%;
    border: 3px solid #fff;
    text-align: center;
    background: -moz-linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    background: -o-linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    background: -ms-linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, #E8F3FB 0%, #FFFFFF 100%);
    padding: 40px 10px 10px;
}

.radialControl h3 {
    font-size: 27px;
    line-height: 1;
    color: #04A559;
    margin-bottom: 15px;
    letter-spacing: -0.6px;
}

.radialArrows {
    display: flex;
    justify-content: center;
}

.radialArrows a {
font-size: 20px;
line-height: 23px;
color: #000;
font-weight: 500;
width: 28px;
height: 28px;
text-align: center;
display: inline-block;
border-radius: 100%;
border: 2px solid #000;
}

.radialArrows a:hover {
    background-color: #000;
    color: #fff;
}

.radialArrows a + a {
    margin-left: 9px;
}

.radialNav > ul > li.active {
    background-color: #06cb6e;
}

.radialNav > ul > li.active:before {
    background-color: #06ce6f;
    box-shadow: 0px 0px 150px 10px rgba(0,0,0,0.3);
}

.radialNav > ul > li.active:after {
    border-bottom-color: #06ce6f;
}

.radialNav > ul > li.active .name {
    color: #fff;
}

.radialNav > ul > li.active .number {
    color: #fff;
}

.radialNav > ul > li .radialLink {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 378px;
    height: 310px;
    opacity: 0;
    transform: translate(-55%, -50%) rotate(45deg);
    transform-origin: bottom center;
    cursor: pointer;
}

.radialNavContent {
    position: relative;
}

.radialNavContent .ourBusinessContent {
transition: all 0.1s ease;
opacity: 0;
visibility: hidden;
}

.radialNavContent .ourBusinessContent.active {
    transition: all 0.1s ease 0.1s;
    opacity: 1;
    visibility: visible;
}

.radialNavContent .ourBusinessContent:not(.active) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.ourValuesmobileSlider {
    display: none;
}

.ourBusinessContent .imgWrap {
    width: 100%;
    max-width: 469px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 31px;
}

.ourBusiness{
    position:relative;
    padding:80px 0px;
    /*background-color:#008747;*/
}
.ourBusinessBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.parallaxBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ourBusinessBg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #008747;
    opacity: 0.9;
}

.ourBusinessContent h3{
    font-size:40px;
    color: #fff;
}

.ourBusinessContent p{
    color:#fff;
    font-size: 17px;
}


.ctaBtn {
    font-size: 18px;
    line-height: 1.33;
    color: #1D4382;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    border-radius: 40px;
    padding: 12px 36px 8px 36px;
    background-color: #fff;
    border: 2px solid #1D4382;
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
}


.ctaBtn.ctaFill.ctaWhite {
    background-color: #fff;
    border-color: #fff;
    color: #04A559;
}

.ctaBtn.ctaFill.ctaWhite:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff;
}


@media (max-width: 767px){
    .radialNavWrap {
    width: 300px;
    height: 300px;
}
    .radialNav {
    transform: rotate(180deg);
}
    .radialNavInner {
    transform: scale(0.47);
}
    .radialNavInner {
    transform-origin: left top;
}
    .radialNavWrap {
    margin: 0 auto;
}
    .radialNavContent {
    margin-top: 30px;
}
    .ourBusinessContent h3 {
    font-size: 28px;
}
    .radialControl {
    transform: rotate(-180deg);
}
}


/*------------------------------end nav circle*/






