﻿.ledLiveImg {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 24%);
    padding: 12px;
    text-align: center;
    width: 52px;
    border-radius: 50%;
    position: relative;
    height: 52px;
}


    .ledLiveImg:after {
        position: absolute;
        width: 2px;
        height: 18px;
        background: #d4d4d4;
        content: '';
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -18px;
    }

.ledLiveTxt {
    width: 92%;
}

.ledLiveImg4 {
    position: relative;
}

    .ledLiveImg4 span {
        background: linear-gradient(182deg, #6a6a6a, rgb(167 140 83));
        display: table;
        position: absolute;
        right: 24px;
        padding: 30px 48px;
        color: #fff;
        font-size: 58px;
        font-weight: 600;
        line-height: 68px;
        border-radius: 20px 0px 20px 0px;
        bottom: -34px;
    }

.sliderSubHeading {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.sectionHeading {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700;
}



.blueText {
    background: -webkit-linear-gradient(45deg, #000000, #055EA1 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.justify-content-center {
    justify-content: center !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

@media (min-width: 992px) {
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

*, ::after, ::before {
    box-sizing: border-box;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.gap-3 {
    gap: 1rem !important;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}



.GrowWithUs:hover {
    position: relative;
    transform: translate3d(0, -8px, 0);
    background: linear-gradient(182deg, #136AAB, rgb(98 67 153)) !important;
}

.GrowWithUs {
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 24%);
    padding: 20px 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: 1s ease;
}

.row > * {
    flex-shrink: 0;
    
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}


@media (min-width: 992px) {
    .col-lg-2 {
        /* flex: 0 0 auto; */
        width: 16.66666667%;
    }
}

.GrowWithUs:hover .sectionSubHeading {
    color: #fff;
}

.GrowWithUs:hover img {
    filter: invert(1);
}

.fw-600 {
    font-weight: 600 !important;
}