body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans"
}


.sub-heading-36px {
    font-size: 32px;
    font-weight: bold;
}

.section-heading-24px {
    font-size: 24px;
    font-weight: 500
}

.footer-section {
    background-color: rgb(244, 244, 244) !important;
    color: #000;
}

.container {
    max-width: 1680px
}

/* .infoshard-logo {
    height: 596px;
    width: 56px
} */
.navbar {
    background-color: rgb(244, 244, 244) !important;
}

.navbar-toggler {
    border: none !important;
    padding: 0 !important;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-brand {
    display: flex;
    gap: 10px;
    align-items: center;
}

.navbar-brand img {
    width: 35px;
    height: 40px;
    margin-top: 4px;

}

.navbar-brand p {
    font-size: 36px;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 1) !important;
}

.navbar-nav .nav-item {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 30px;
}

.nav-link:hover {
    color: #00000086 !important;
    cursor: pointer;
}

.navbar-nav .nav-link:last-child {
    margin-right: 0
}

.dropdown-menu li {
    position: relative;
    padding: 5px;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 10px;
}

.dropdown-menu,
.dropdown-submenu {
    background-color: #fff;
    border: none !important;
    border-radius: 5px !important;
    font-size: 15px !important;

}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block
}

.dropdown-item span {
    position: absolute;
    right: 8px;
}

.mobile-footer {
    display: none
}

.submenu {
    width: 100%;
    height: 2px;
    color: #d3d3d3 !important;
}

.footer-tittle {
    font-size: 2.24rem;
}

.dropdown-menu li a:hover {
    font-weight: 600;
    background-color: transparent !important;
    ;
}

.hero-section {
    /* linear-gradient(90deg, #fff 0, rgba(255, 255, 255, .59) 59%, rgba(255, 255, 255, 0) 100%),      */
    background: url(../images/home-page.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: #070101;
    border-radius: 13px;
    min-height: 300px;   
    padding: 50px 0;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.benefit-container {
    padding: 4rem;
    margin: 0 auto;
    background-color: #f8f9fb;
    border-radius: 13px;
}

.benefit-container-heading {
    margin-bottom: 20px
}

.benefit-container-text {
    margin-bottom: 15px
}

.card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.card-home {
    flex: 1 1 30%;
    /* background-color: #fff; */
    border: 1px solid rgb(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0px 40px rgba(0, 0, 0, .1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    margin: 10px
}

.card-home:hover {
    background-color: #f0f0f09f;
}
/* 
.card img {
    width: 54px;
    height: 54px;
    margin-top: 39px
} */

.card-heading {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0 8px;
    color: #140101
}

.card-text {
    font-size: 1rem;
    color: #666;
    padding: 0;
    line-height: 1.5;
    padding-bottom: 15px;
}



.about-company-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    /* margin-left: -30px */
}

.about-company-sub-heading {
    font-size: 20px;
    font-weight: 500;
}



.about-companyBtn {
    margin-top: 35px;
    height: 54px;
    padding: 16px 116px;
    border-radius: 24px;
    background: rgba(57, 112, 233, 1);
    font-size: 16px;
    font-weight: 700;
    border: none
}

.about-companyBtn:hover {
    background: linear-gradient(90.6deg, #051839 8.49%, #0446a3 30.52%, #0346a3 69.85%, #051939 100.27%);
    color: rgba(255, 255, 255, 1)
}

.our-businesses {
    max-width: 1680px
}

.hover-content img {
    width: 259px;
    height: 254px
}

.our-Business-text {
    font-size: 20px
}

.logo1 {
    background-color: rgba(244, 246, 255, 1);
}

.logo2 {
    background-color: #FFFAF3;
}

.logo3 {
    background-color: #F8FFF5;
}

.logo4 {
    background-color: #F5FEFF
}

.logo5 {
    background-color: #E7E9FF
}

.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap
}

.logo-container {
    width: 281px;
    height: 281px;
    padding: 43px 40px 37px 40px;
    border-radius: 151.76px;
    position: relative;
    overflow: hidden;
    transition: background .3s ease, filter .5s ease
}

.circle {
    position: relative;
    background: 0 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.logo-text {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1)
}

.hover-content h3:hover {
    color: #000;

}

.hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 2
}

.logo-container:hover .hover-content {
    opacity: 1;
    visibility: visible
}

.circle-hover {
    position: relative;
    z-index: 1
}

.logo-container:hover .circle-hover {
    filter: blur(10px);
    -webkit-filter: blur(10px)
}

.circle img {
    height: 138px;
    z-index: 1
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
    transform: scale(.5);
    z-index: 1
}

.overlay1 {
    background: radial-gradient(circle, #6FA3DA 0, rgba(97, 168, 243, 0) 100%);
}

.overlay2 {
    background: radial-gradient(circle, #f9e2c1 0, rgb(251 189 102 / 5%) 100%);
}

.overlay3 {
    background: radial-gradient(circle, #F6FFF3 0, rgb(251 189 102 / 5%) 100%);
}

.overlay4 {
    background: radial-gradient(circle, #F5FEFF 0, rgb(251 189 102 / 5%) 100%);
}

.overlay5 {
    background: radial-gradient(circle, #BDC2FF 0, rgb(251 189 102 / 5%) 100%);
}

.logo-container:hover .hover-overlay {
    opacity: 1;
    transform: scale(1)
}

.hover-button {
    position: relative;
    width: 136.94px;
    height: 51.12px;
    border-radius: 8.22px;
    /* background: rgba(0, 81, 167, 1); */
    background: rgba(57, 112, 233, 1);
    margin-bottom: -20px;
    border: none;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    z-index: 1;
    transition: color .4s ease;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}
.hover-button:hover {
color: #fff !important;
}
.logo1 .hover-button {
    background: #0051A7;
}

.logo2 .hover-button {
    background: #fad096;
}

.logo3 .hover-button {
    background: #124900;
}

.logo4 .hover-button {
    background: #397379;
}

.logo5 .hover-button {
    background: #212551;
}

.hover-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    /* background: rgba(255, 255, 255, 1); */
    transform: translate(-50%, -50%);
    transition: width .6s ease, height .6s ease;
    z-index: -1
}

.hover-button:hover::before {
    width: 300%;
    height: 300%
}



.count-section {
    max-width: 100%;
    width: initial !important;
    padding: 25px 25px;
    background: rgba(249, 252, 254, 1);
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.count-container {
    display: flex;
    gap: 104px
}

.count-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.logo {
    width: 56px;
    height: 56px;
    object-fit: cover
}

.count {
    font-weight: 700;
    margin-top: 15px
}

.sub-heading {
    color: #6c757d;
    margin-top: 8px
}

.count-section {
    margin-top: 80px;
    margin-bottom: 50px
}

/* .our-businesses-div {
    width: 1138px
} */

.footer-col p {
    font-size: 14px !important;
}

.footer-tittle {
    font-size: 1.5rem
}

.footer-column h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff
}

.footer-column a {
    color: #333;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    font-size: 1rem;
    text-align: justify;
    text-align: center
}


.connect-footer {
    background-color: #d7f1f3;
    padding-top: 20px
}

.social-icons {
    display: flex;
    gap: 10px;
    justify-content: center
}

.social-icons a {
    font-size: 1.5em;
    color: #333;
    transition: color .3s ease
}

.social-icons a:hover {
    color: #007bff
}






.count-container {
    display: flex;
    gap: 40px
}

.sub-heading {
    font-size: 1.25rem;
    color: #6c757d;
    margin-top: 8px;
}

.hero-text {
    font-size: 1.5rem;
    line-height: 1.6;
}

.sub-text {
    font-size: 1rem;
    line-height: 1.6;
}

.about-companyBtn {
    margin-top: 35px;
    height: 54px;
    padding: 16px 50px;
    border-radius: 24px;
    background: rgba(57, 112, 233, 1);
    font-size: 16px;
    font-weight: bold;
    border: none
}

.our-Business-heading {
    font-size: 36px
}

.our-Business-text {
    font-size: 20px;
}

.logo-container {
    width: 251px;
    height: 251px;
    padding: 43px 40px 37px 40px;
    border-radius: 151.76px;
    position: relative;
    overflow: hidden;
    transition: background .3s ease, filter .5s ease
}

.count-container {
    display: flex;
    gap: 104px
}

.logo-text {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1)
}



.footer-tittle {
    font-size: 2.3rem;
    padding-left: 10px;
}

.logo img {
    width: 60px;
    height: 60px;
}


.footer-section a {
    color: #000;
}

.social-icons {
    display: flex;
    gap: 14px;
}

.social-icons a {
    font-size: 1.5em;
    /* color: #333; */
    transition: color .3s ease;
}

.social-icons a:hover {
    color: #007bff;
}

.address {
    margin-left: 25px;
    /* margin-top: -39px; */
}

.address-number {
    margin-left: 28px;
    /* margin-top: -26px; */
}

.link-heading {
    font-size: 1.3rem;
}

/* 
hr {
    width: 103px;
    color: #ffffff;
    /* color: #1E90ff;
    height: 2px;

} */

.navbar-brand img {
    width: 35px;
    height: 40px;
    margin-top: 5px;
}

@media screen and (max-width:576px) {

    .navbar-brand p {
        font-size: 23px !important;
        font-weight: 700 !important;
        color: rgba(0, 0, 0, 1) !important;
    }

    .social-icons a {
        font-size: 1.3em
    }

    .about-companyBtn {
        padding: 8px 20px !important;
        height: auto !important;
    }

    .hero-section {
        padding: 0;
        margin: 20px 0;
        background-position: top;
    }

    .count-hide {
        display: none !important;
    }

    .card {
        flex: 1 1 100%
    }

    .hero-text {
        font-size: 1rem
    }

    .benefit-container {
        padding: initial;
        margin: 0 auto;
        border: 1px solid #fff;
        /* background-color: #f8f9fb */
        background-color: #ffffff;
    }

    .benefit-container-heading,
    .about-company-right-heading,
    .our-Business-heading {
        font-size: 1.3rem;
        padding-top: 10px
    }

    .benefit-container-heading {
        margin-bottom: 10px !important;
        text-align: start !important;
    }

    .benefit-container-text {
        font-size: 1rem;
        margin-bottom: 15px;
        color: #070101;
        text-align: start;
    }

    .card-heading,
    .about-company-heading {
        font-size: 18px;
    }

    .count-section {
        max-width: 100%;
        padding: 44px 180px;
        background: rgba(249, 252, 254, 1);
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 20px
    }

    .card img {
        width: 54px;
        height: 54px;
        margin-top: 10px;
    }

    .card-text,
    .about-company-sub-heading,
    .our-Business-text {
        font-size: 15px;
    }

    /* .card {
        padding-bottom: 0px !important;
    } */


    .count {
        font-size: 1.25rem;
        font-weight: 700;
        margin-top: 15px
    }

    .count-container {
        display: flex;
        gap: 20px !important;
    }

    .circle img {

        height: 60px;
        z-index: 1
    }

    .logo-container {
        width: 150px;
        height: 150px;
        border-radius: 151.76px;
        position: relative;
        overflow: hidden;
        transition: background .3s ease, filter .5s ease;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-text {
        font-size: 13px;
        font-weight: 700;
        color: rgba(0, 0, 0, 1)
    }

    .copyright {
        font-size: 12px !important;
    }

    .footer-logo {
        width: 30px;
    }

    .count-section {
        padding: 25px 25px;
        background: rgba(249, 252, 254, 1);
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .sub-heading {
        font-size: 0.8rem !important;
        color: #6c757d;
        margin-top: 8px;
    }

    .hero-text {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .footer-logo img {
        width: 60px;
        height: 60px;
        margin-top: -15px;
    }
}



@media screen and (min-width:576px) and (max-width:767px) {
    .count-section {
        padding: 20px 280px;
        background: rgba(249, 252, 254, 1);
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 25px
    }

    .count-hide {
        display: none !important;
    }

    .count-hide .count {
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 15px
    }

    .benefit-container-heading {
        font-size: 2rem;
        padding-top: 10px
    }

    .count-section {
        padding: 25px 25px;
        background: rgba(249, 252, 254, 1);
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 25px
    }

    .hero-text {
        font-size: 2rem !important;
        line-height: 1.6;
    }

    .sub-text {
        font-size: 1.1rem;
        /* margin-top: 20px; */
        line-height: 1.6;
    }

    .benefit-container-heading {
        font-size: 2.2rem
    }

    .benefit-container-text {
        font-size: 1.3rem;
        margin-bottom: 15px;
        color: #070101
    }

    .benefit-container {
        padding: 2rem;
        margin: 0 auto;
        border: 1px solid #fff;
        background-color: #f8f9fb
    }

    .hero-text {
        font-size: 2.5rem;
        line-height: 1.6;
    }

    .sub-text {
        font-size: 1.3rem
    }

    .benefit-container-heading {
        font-size: 2.5rem
    }

    .card {
        width: 100%;
        max-width: 442px
    }

    .our-businesses-div {
        width: initial
    }



    .footer-tittle {
        font-size: 2.3rem;
    }

    .logo img {
        width: 40px;
        height: 40px;
    }

    .footer-column .logo {
        padding-left: initial !important;
    }

    .footer-column h3 {
        font-size: 1.23rem;
        margin-top: 12px !important;
        margin-bottom: 2px;
    }

    .benefit-container-text {
        padding: 0px !important;
    }


    .social-icons {
        display: flex;
        gap: 14px;
    }

    .social-icons a {
        font-size: 1.5em;
        /* color: #333; */
        transition: color .3s ease;
    }

    .navbar-brand p {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: rgba(0, 0, 0, 1) !important;
    }

    .social-icons a:hover {
        color: #007bff;
    }

    .address {
        margin-left: 25px;
        /* margin-top: -39px; */
    }

    .address-number {
        margin-left: 28px;
        /* margin-top: -26px; */
    }

    .link-heading {
        font-size: 1.3rem;
    }

    hr {
        width: 103px;
        color: #ffffff;
        /* color: #1E90ff; */
        height: 2px;

    }

    .heading-48px {
        font-size: 36px !important;
        font-weight: 700;
    }

    .d-flex {
        display: initial !important;
    }

    .card-heading {
        font-size: 1rem;
        font-weight: 600;
        margin: 16px 0 8px;
        color: #140101;
    }

    .footer-logo img {
        width: 60px;
        height: 60px;
        margin-top: -15px;
    }

}

@media screen and (min-width:768px) and (max-width:992px) {
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .count-container-1 {
        display: none;
    }



    .hero-text {
        font-size: 2.25rem;
        line-height: 145%;
        font-weight: 700
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 85%
    }

    .our-businesses-div {
        width: initial
    }

    .logo-container {
        width: 238px;
        height: 238px;
        padding: 43px 40px 37px 40px;
        border-radius: 151.76px;
        position: relative;
        overflow: hidden;
        transition: background .3s ease, filter .5s ease
    }

    .logo-text {
        font-size: 15.69px;
        font-weight: 700;
        color: rgba(0, 0, 0, 1)
    }

    .circle img {
        width: 107px;
        height: 138px;
        z-index: 1
    }

    .our-company-side-img {
        width: 80px;
        height: 80px
    }

    .about-company-right-heading {
        font-size: 2.5rem;
        text-align: center !important
    }

    .sub-text {
        margin-top: 20px;
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 400
    }

    .benefit-container {
        padding: 2rem;
        margin: 0 auto;
        border: 1px solid #fff;
        background-color: #f8f9fb
    }

    .benefit-container-text {
        font-size: 1.25rem;
        margin-bottom: 15px;
        color: #070101
    }

    .card-heading {
        font-size: 1rem;
        font-weight: 600;
        margin: 16px 0 8px;
        color: #333
    }


    .footer-tittle {
        font-size: 2rem;
    }

    /* .logo img {
        width: 60px;
        height: 60px;
    } */

    .footer-logo {
        /* width: 60px; */
        height: 60px;
    }




    .footer-column h3 {
        font-size: 1.23rem;
        margin-top: 36px !important;
        margin-bottom: 2px;
    }

    .social-icons {
        display: flex;
        gap: 14px;
    }

    .social-icons a {
        font-size: 1.5em;
        /* color: #333; */
        transition: color .3s ease;
    }

    .social-icons a:hover {
        color: #007bff;
    }

    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .link-heading {
        font-size: 1.3rem;
    }

    hr {
        width: 103px;
        color: #ffffff;
        /* color: #1E90ff; */
        height: 2px;

    }

    .mobile-footer {
        display: block
    }

    .fixed-content {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        z-index: 1;
        background-color: #fff;
        padding: 6px 0;
        box-shadow: 0 4px 16px -7px rgba(0, 0, 0, .2)
    }

    .fixed-content a {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .fixed-content img {
        width: 24px;
        height: 24px
    }

    .connect-footer {
        background-color: #d7f1f3
    }

    .footer-logo img {
        width: 60px;
        height: 60px;
        margin-top: -15px;
    }
}


@media screen and (min-width:993px) and (max-width:1199px) {
    .our-businesses-div {
        width: initial
    }

    .count-container-1 {
        display: none;
    }


    .footer-tittle {
        font-size: 2.3rem;
        padding-left: 18px;
    }

    .logo img {
        width: 60px;
        height: 60px;
    }

    .footer-logo img {
        width: 60px;
        height: 60px;
        margin-top: -15px;
    }


    .social-icons {
        display: flex;
        gap: 14px;
    }

    .social-icons a {
        font-size: 1.5em;
        /* color: #333; */
        transition: color .3s ease;
    }

    .social-icons a:hover {
        color: #007bff;
    }

    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .link-heading {
        font-size: 1.3rem;
    }

    hr {
        width: 103px;
        color: #ffffff;
        /* color: #1E90ff; */
        height: 2px;

    }

    .hero-text {
        line-height: 145%;
        font-weight: 700;

    }

    .sub-text {
        margin-top: 20px;
        line-height: 1.5;
        font-weight: 400;
    }

    .heading-48px {
        font-size: 40px;
    }

}

@media screen and (min-width:1200px) and (max-width:1480px) {
    .our-company-side-img {
        gap: 20px
    }

    .count-container-1 {
        display: none;
    }

    .our-businesses-div {
        width: initial
    }

    .logo-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        flex-wrap: wrap
    }

    .logo-container {
        width: 245px;
        height: 245px;
        padding: 43px 40px 37px 40px;
        border-radius: 151.76px;
        position: relative;
        overflow: hidden;
        transition: background .3s ease, filter .5s ease
    }

    .logo-text {
        font-size: 16.69px;
        font-weight: 700;
        color: rgba(0, 0, 0, 1)
    }


    .footer-tittle {
        font-size: 2.3rem;
        padding-left: 20px;
    }

    .logo img {
        width: 60px;
        height: 60px;
    }

    .footer-logo img {
        width: 60px;
        height: 60px;
        margin-top: -15px;
    }



    .social-icons {
        display: flex;
        gap: 14px;
    }

    .social-icons a {
        font-size: 1.5em;
        /* color: #333; */
        transition: color .3s ease;
    }

    .social-icons a:hover {
        color: #007bff;
    }

    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .link-heading {
        font-size: 1.3rem;
    }

    hr {
        width: 103px;
        color: #ffffff;
        /* color: #1E90ff; */
        height: 2px;

    }


    .hero-text {
        line-height: 145%;
        font-weight: 700;
    }

    .sub-text {
        margin-top: 20px;
        line-height: 1.5;
        font-weight: 400;
        padding-right: initial;
    }

    .heading-48px {
        font-size: 40px;
        font-weight: 700
    }

    .sub-text {
        font-size: 1.25rem !important;
        line-height: 1.6;
    }


}

@media screen and (min-width:1480px) {
    .logo-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 28px;
        flex-wrap: wrap;
        margin-top: 50px
    }

    .count-container-1 {
        display: none;
    }


    .footer-tittle {
        font-size: 2.25rem;
        margin-top: 20px;
    }

    .logo img {
        width: 60px;
        height: 60px;
    }

    .footer-logo img {
        width: 45px;
        height: 50px;
        margin-top: -10px;
    }

    .heading-48px {
        font-size: 40px;
        font-weight: 700
    }

    .count {
        font-size: 36px;
    }



    .social-icons {
        display: flex;
        gap: 14px;
    }

    .social-icons a {
        font-size: 1.5em;
        /* color: #333; */
        transition: color .3s ease;
    }

    .social-icons a:hover {
        color: #007bff;
    }

    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .link-heading {
        font-size: 1.3rem;
    }

    hr {
        width: 103px;
        color: #ffffff;
        /* color: #1E90ff; */
        height: 2px;

    }


    .hero-text {
        line-height: 135%;
        font-weight: 700;
    }

    .sub-text {
        margin-top: 24px;
        line-height: 2;
        font-weight: 500;

    }

    .sub-text {
        font-size: 1.25rem !important;
        line-height: 1.6;
    }

}

/* .logo {
    margin-left: 45px
} */