@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');

:root {
    --primary-color: #7B76F1;
    --secondary-color: #3A3873;
    --dark-color: #0F172A;
    --black-color: #000;
    --paragraph-color: #646464;
    --paragraph-color2: #606176;
    --heading-color: #101828;
    --gradient-color: linear-gradient(to bottom, #7B76F1, #B96DF4);
    --font-family1: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family1);
}

html,
body {
    overflow-x: hidden;
    font-family: var(--font-family1) !important;
}

body {
    color: #344054;
    font-size: 15px;
    line-height: 1.65;
}

.btn-primary {
    background: var(--primary-color);
    height: 58px;
    min-width: 162px;
    color: #fff;
    font-size: 16px;
    border: 2px solid transparent;
    padding: 0px 28px;
    line-height: 56px;
    font-weight: 500;
    border-radius: 6px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:first-child:active,
:not(.btn-check)+.btn-primary:active {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);

}

/*Header Css Start*/
header#myHeader {
    width: 100%;
    background: #fff;
    padding: 22px 0;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

header#myHeader.sticky {
    padding: 10px 0;
    position: fixed;
    z-index: 99;
    transition: all .5s ease-in-out;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}

header#myHeader nav.navbar a.navbar-brand img {
    height: 21px;
}

header#myHeader nav.navbar ul li.nav-item a.nav-link:hover,
header#myHeader nav.navbar ul li.nav-item a.nav-link:focus {
    color: var(--primary-color);
}

header#myHeader nav.navbar ul li.nav-item a.nav-link.active {
    color: var(--primary-color);
    font-weight: 600;
}

header#myHeader nav.navbar ul li.nav-item a.nav-link {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    padding: 11px 15px;
}

header#myHeader nav.navbar ul li.nav-item:last-child a.nav-link {
    padding-right: 0;
}

a.btnsignup {
    border: none;
    background: var(--gradient-color);
    height: 40px;
    display: inline-flex;
    padding: 0px 25px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    align-items: center;
    justify-content: center;
    min-width: 115px
}

a.btnsignup:hover {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

a.btnlogin {
    border: 1px solid var(--secondary-color);
    background: transparent;
    height: 40px;
    display: inline-flex;
    padding: 0px 25px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    color: var(--secondary-color);
    align-items: center;
    justify-content: center;
    min-width: 115px
}

a.btnlogin:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff;
}

/*Header Css Ends*/
/*Footer Css Start*/
.footer {
    background: var(--dark-color);
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 45px;
}

.footer-bg img {
    width: 100%;
    height: auto;
}

footer.footer .footer-column p {
    color: #fff;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
    max-width: 190px;
}

footer.footer h2.footer-heading {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

footer.footer h2.footer-heading:after {
    content: '';
    height: 3px;
    width: 35px;
    background: #fff;
    border-radius: 29px;
    display: inline-block;
    margin-left: 10px;
}

footer.footer a.footer-logo {
    margin-bottom: 5px;
    display: inline-block;
}

footer.footer .footer-top .footer-column ul.footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer.footer .footer-top .footer-column ul.footer-menu li a:before {
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0px;
}

footer.footer .footer-top .footer-column ul.footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.65;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 400;
}

footer.footer .footer-bottom {
    border-top: 1px solid #334155;
    padding: 25px 0px;
}

footer.footer .footer-bottom p {
    color: #fff;
    font-size: 16px;
}

footer.footer .footer-top {
    padding-bottom: 40px;
}

footer.footer .footer-top .footer-column ul.footer-menu.footer-contact li a:before {
    display: none;
}

footer.footer .footer-top .footer-column ul.footer-menu.footer-contact li a {
    padding-left: 0px;
    line-height: normal;
    align-items: flex-start;
    margin-bottom: 15px;
    max-width: 250px;
}

footer.footer .footer-top .footer-column ul.footer-menu.footer-contact li:hover a {
    color: #fff;
}

footer.footer .footer-top .footer-column ul.footer-menu.footer-contact li a img {
    transform: translateY(4px);
    width: 19px;
    height: 19px;
    object-fit: contain;
    min-width: 19px;
    margin-right: 12px;
}

footer.footer .footer-top .footer-column ul.footer-menu li:hover a:before {
    background: var(--primary-color)
}

footer.footer .footer-top .footer-column ul.footer-menu li:hover a {
    color: var(--primary-color)
}

footer.footer .social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

footer.footer ul.social-icons li a {
    padding: 0px 7px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

footer.footer ul.social-icons li {
    display: inline-flex;
    margin-left: 20px;
}

footer.footer ul.social-icons li:hover a {
    opacity: 0.75
}

/*Footer Css Ends*/
/*  Pre Loader Css Start */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.preloader img {
    height: 49px;
    animation: zoom 3s infinite;
}

@keyframes zoom {

    0%,
    100% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/*  Pre Loader Css Ends */
/*  Home Css Start */
.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
    background: var(--gradient-color);
}

.united-inner .united-list input[type="checkbox"] {
    display: none;
}

.united-inner .united-list label {
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.5;
    min-height: 90px;
    cursor: pointer;
    color: #0D1111;
    justify-content: center;
    text-align: center;
}

.united-inner .united-list input[type="checkbox"]:checked+label {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.newsletter .newsletter-inner {
    border: 10px solid #FFFFFF;
    border-radius: 8px;
    padding: 50px 30px;
    text-align: center;
}

.newsletter .newsletter-inner h2 {
    color: #fff;
    font-size: 40px;
}

.newsletter .newsletter-inner p {
    font-size: 14px;
    color: #fff;
    line-height: 1.65;
    max-width: 706px;
    margin: 0 auto 15px;
}

.newsletter .newsletter-inner .input-group {
    border: 1px solid #fff;
    border-radius: 4px;
    height: 58px;
    max-width: 840px;
    margin: 0 auto;
}

.newsletter .newsletter-inner .input-group button {
    font-size: 16px;
    background: #fff;
    border: none;
    min-width: 267px;
    font-weight: 600;
    color: var(--primary-color);
}

.newsletter .newsletter-inner .input-group .form-control::placeholder {
    color: #fff;
    font-weight: 400;
}

.newsletter .newsletter-inner .input-group .form-control {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.newsletter .newsletter-inner .input-group span.input-group-icon {
    margin-left: 22px;
    display: flex;
    align-items: center;
}

.testimonials {
    background: #F9FAFB;
    padding-top: 70px;
    padding-bottom: 95px;
}

.heading h5 {
    color: var(--primary-color);
    font-size: 16px;
}

.heading h2 {
    color: var(--heading-color);
    font-size: 40px;
    font-weight: 700;
}

.heading p {
    color: var(--paragraph-color2);
    font-size: 14px;
    font-weight: 500;
    max-width: 990px;
    margin: 0 auto;
    line-height: 1.75;
}

.testimonials .testimonial-inner p {
    font-size: 42px;
    color: var(--heading-color);
    text-align: center;
    font-weight: 500;
    line-height: 1.35;
}

.testimonials .testimonials-carousel .testimonial-inner .userinfo {
    text-align: center;
}

.testimonials .testimonials-carousel .testimonial-inner .userinfo img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin: 0 auto 15px;

}

.testimonials .testimonials-carousel .testimonial-inner .userinfo h6 {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
}

.testimonials .testimonials-carousel .testimonial-inner .userinfo h3 {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500;
}

.testimonials .testimonials-carousel .testimonial-inner .userinfo {
    text-align: center;
    margin-bottom: 35px;
}

.owl-dots button.owl-dot.active {
    width: 48px;
    border-radius: 6px;
    background: var(--primary-color) !important;
}

.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #D9D9D9 !important;
    border-radius: 50%;
    margin: 0px 3px;
}

.owl-dots {
    text-align: center;
}

.shapes {
    position: absolute;
    z-index: -1;
}

.banner {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
}

.shapes.shape1 {
    top: 60px;
    left: 50px;
}

.shapes.shape2 {
    bottom: -50px;
    right: -10px;
    transform: rotate(-80deg);
}

.bxslider li {
    font-size: 52px;
    color: var(--heading-color);
    font-weight: 700;
    line-height: 1.25;
}

.bxslider {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner .banner-content p {
    font-size: 14px;
    color: var(--paragraph-color);
    font-weight: 500
}

.banner .banner-content h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--primary-color);
    margin-bottom: 0;
}

.btn-learnmore {
    height: 60px;
    min-width: 155px;
    border-radius: 8px;
    background: #F4EBFF !important;
    color: var(--primary-color) !important;
    border: none !important;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-learnmore:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.btn-primary {
    height: 60px;
    min-width: 155px;
    border-radius: 8px;
    background: var(--gradient-color) !important;
    color: #fff !important;
    border: none !important;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.btn-primary:after {
    content: '';
    background: #F4EBFF;
    height: 68px;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    z-index: -1;
    border-radius: 8px;
}

.btn-primary span {
    width: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.btn-primary:hover span {
    width: 32px;
    opacity: 1;
    overflow: hidden;
    margin-left: 15px;
    transition: all 1s ease-in-out;
}

.icon-ellipse {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    animation: animationFramesOne 20s infinite linear;
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(20px, 0px) rotate(36deg);
    }

    40% {
        transform: translate(40px, 60px) rotate(72deg);
    }

    60% {
        transform: translate(60px, 80px) rotate(108deg);
    }

    80% {
        transform: translate(-20px, 45px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.badges .badges-inner {
    border-radius: 18px;
    background: #F5F5F4;
    padding: 20px;
    align-items: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.20);
}

.badges .badges-inner:after {
    content: '';
    background: var(--gradient-color);
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 18px;
}

.badges.badge-users .badges-inner span,
.badges.badge-colleges .badges-inner span {
    width: 49px;
    height: 49px;
    background: var(--gradient-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.badges.badge-courses {
    right: 0px;
    top: 60px;
}

.badges.badge-colleges {
    bottom: 120px;
    right: -20px;
}

.badges .badges-inner h2 {
    color: var(--heading-color);
    font-size: 25px;
    font-weight: 700;
}

.badges .badges-inner p {
    color: var(--heading-color);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    /* opacity: 0.50; */
    max-width: 120px;

}

.badges.badge-users {
    top: 35%;
    left: -50px;
}

.partners {
    padding-bottom: 70px;
    padding-top: 70px;
}

.partners .partners-img img {
    height: 38px
}

.partners-content h2 {
    color: #101131;
    font-size: 62px;
    font-weight: 700;
}

.partners-content p {
    color: var(--paragraph-color2);
    font-size: 20px;
    max-width: 250px;
}

.our-goals {
    padding-top: 60px;
    padding-bottom: 80px;
}

.our-goals .goals-inner {
    border: 1px solid #D8D8D8;
    border-radius: 12px;
    padding: 20px 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    /* margin: 30px 1px; */
    height: 100%;
    background: #fff;
}

.our-goals .goals-icon-text {
    display: flex;
    align-items: center;
}

.our-goals .goals-icon-text h2 {
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 700;
    margin-bottom: 0px;
}

.our-goals .goals-icon-text span {
    width: 52px;
    min-width: 52px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 15px;
}

.our-goals .goals-icon-text.goals-color1 span {
    background-color: rgba(58, 56, 115, 0.20);
}

.our-goals .goals-icon-text.goals-color2 span {
    background-color: #D7DEF5;
}

.our-goals .goals-icon-text.goals-color3 span {
    background-color: rgb(185, 109, 244, 0.22)
}

.our-goals .goals-carousel .owl-item .item img {
    width: auto;
}

.our-goals .goals-inner p {
    color: var(--paragraph-color);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin: 15px 0px 10px;
    min-height: 85px
}

.goals-carousel .owl-nav button.owl-prev,
.goals-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    background: var(--gradient-color) !important;
    color: #fff !important;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    font-size: 20px !important;
    line-height: 27px !important;
}

.goals-carousel .owl-nav button.owl-prev:hover,
.goals-carousel .owl-nav button.owl-next:hover {
    cursor: pointer;
    opacity: 0.75;
}

.goals-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.goals-carousel .owl-nav button.owl-next {
    right: -20px;
}

.text-gradient {
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    color: transparent;
}

.text-gradient img {
    margin-left: 13px;
}

.our-goals .goals-inner:hover {
    cursor: pointer;
    background: var(--gradient-color);
}

.our-goals .goals-inner:hover h2,
.our-goals .goals-inner:hover p {
    color: #FFFFFF;
}

.our-goals .goals-inner:hover .goals-icon-text span {
    background-color: #F1E8FC
}

.our-goals .goals-inner:hover .text-gradient {
    color: #fff
}

.our-goals .goals-inner:hover .text-gradient img {
    filter: brightness(0) invert(1);
}

.our-goals .goals-inner:hover .goals-icon-text span img+img {
    display: inline-block;
}

.our-goals .goals-inner:hover .goals-icon-text span img {
    display: none;
}

.our-goals .goals-inner:hover .goals-icon-text span img+img {
    display: inline-block !important;
}

.newsletter .newsletter-inner .input-group button:hover {
    opacity: 0.75;
}

.portal .portal-inner {
    border: 5px solid var(--dark-color);
    border-radius: 20px;
    max-width: 1100px;
    margin: 0px auto;
    height: 727px;
    overflow: hidden;
    background: #f1f1f1;
}

.portal .portal-inner img.top-img {
    position: absolute;
    top: 0px;
}

.portal .portal-inner .bottom-img {
    animation: moveUpDown 12s infinite;
    margin-top: 41px;
}

.portal {
    padding-top: 60px;
    padding-bottom: 80px;
}

.stats-count {
    padding-top: 60px;
    padding-bottom: 80px;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-200px);
    }
}

.our-services {
    padding-top: 60px;
    padding-bottom: 80px;
}

.our-services .service-img-inner:before {
    content: '';
    position: absolute;
    bottom: 0px;
    top: 150px;
    left: 0px;
    right: 50px;
    background: rgba(121, 117, 240, 0.20);
    z-index: -1;
}

.our-services .services-content .para-large {
    font-size: 20px;
    line-height: 1.75;
}

.our-services .peoplesearching {
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    max-width: 237px;
    margin: 0 auto;
    margin-top: -60px;
    background: rgba(255, 255, 255, 0.69);
    padding: 20px;
    text-align: center;
    transform: translateX(-25px);
    border: 1px solid #fff;
}

.our-services .peoplesearching h5 {
    font-size: 16px;
    color: #010101;
    font-weight: 700;
    margin-bottom: 5px;
}

.our-services .peoplesearching p {
    font-size: 13px;
    color: #424242;
    font-weight: 400;
    margin-bottom: 10px;
}

.peoplesearching .service-users {
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-services .service-users img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: -15px;
}

.our-services .service-users span {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: #B96DF4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.service-grid .service-icon {
    width: 73px;
    height: 70px;
    background: rgba(123, 118, 241, 0.38);
    border-radius: 16px;
    margin-bottom: 30px;
}

.service-grid {
    /* margin-bottom: 25px;*/
}

.service-grid h3 {
    font-size: 20px;
    color: #101130;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-grid p {
    font-size: 14px;
    font-weight: 500;
    color: var(--paragraph-color2);
    max-width: 100%;
    margin-bottom: 0px;
}

.shapes.shape3 {
    right: -20px;
    bottom: 0px;
}

.our-services .peoplesearching:after {
    content: '';
    width: 61px;
    height: 60px;
    background: #FAE9D9;
    position: absolute;
    border-radius: 50%;
    right: 0px;
}

.our-services .service-img-inner img {
    margin-bottom: -10px;
    margin-left: -40px;
}

.stats-count .heading h2 {
    color: #0D1111;
}

.stats-count .heading p {
    font-size: 14px;
    color: #767E7E;
    font-weight: 500;
    max-width: 640px;
}

.stats-count-inner ul.stats-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.stats-count-inner .stats-list:before,
.stats-count-inner .stats-list:after {
    background: linear-gradient(to right, #909C92, transparent);
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
}

.stats-count-inner .stats-list:after {
    bottom: -1px;
}

.stats-count-inner .stats-list:before {
    top: -1px;
}

.stats-count-inner ul.stats-list li:nth-child(2) {
    width: 33.33%;
}

.stats-count-inner ul.stats-list li {
    width: 33.33%;
    text-align: center;
    padding: 65px 10px;
}

.stats-count-inner ul.stats-list li:not(:last-child) {
    border-right: 1px solid #909C92;
}

.stats-count-inner ul.stats-list li p {
    color: #909C92;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.stats-count-inner ul.stats-list li h5 {
    color: var(--black-color);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}

.shapes.shape4 {
    bottom: -70px;
    transform: rotate(45deg);
    z-index: initial;
}

.aboutus-content p {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    margin-bottom: 20px;
}

.max-height-550 {
    max-height: 550px;
}

.max-width-100p {
    max-width: 100% !important;
}

.mt-100 {
    margin-top: 100px
}

.empowering-aboutus .aboutus-content .heading h2 span {
    color: #607DDB;

}

a.btn-see-other {
    text-decoration: none;
    font-size: 16px;
    color: #607DDB;
    font-weight: 500;
}

a.btn-see-other:hover {
    opacity: 0.75
}

.empowering-aboutus {
    padding-top: 120px;
    padding-bottom: 120px;
}

.empowering-aboutus .aboutus-content .heading h2 {
    color: #0F172A;
    max-width: 500px;
    line-height: 1.5;
}

.strengthening-aboutus-img video {
    height: 410px;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.strengthening-aboutus .aboutus-content .heading h2 {
    color: #101130;
    max-width: 500px;
    line-height: 1.5;
}

.strengthening-aboutus .aboutus-content .heading h2 span {
    color: var(--primary-color);
}

.strengthening-aboutus .aboutus-content p {
    color: var(--paragraph-color2);
    margin-bottom: 20px;
}

.strengthening-aboutus-img:after {
    background: #F6F5FA;
    content: '';
    position: absolute;
    top: 0px;
    left: 60px;
    right: 0px;
    bottom: -20px;
    z-index: -1;
    border-radius: 18px;
}

.strengthening-aboutus {
    padding-bottom: 100px;
}

.bg-grey {
    background: #fbfbfb;
}

/*  Home Css Ends */
/*  How It Works Css Start */
.howitworks {
    padding-top: 80px;
    padding-bottom: 80px;
}

.howitworkshead {
    font-size: 62px;
    color: var(--heading-color);
    font-weight: 700;
    text-align: center;
}

.howitworksinner {
    position: relative;
    background-color: rgba(121, 117, 240, 0.05);
    padding: 30px;
    border-radius: 10px;
}

.opacity01 {
    opacity: 0.1
}

.service-grid span.countno {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    color: rgb(0 0 0 / 10%);
    font-weight: 700;
}

/*  How It Works Css Ends */
.subscribeModal .modal-content .modal-body img {
    height: 102px;
    margin-bottom: 23px;
}

.subscribeModal .modal-content .modal-body h2 {
    color: var(--heading-color);
    font-size: 32px;
    font-weight: 700;
}

.subscribeModal .modal-content .modal-body p {
    margin-bottom: 0px;
}

.subscribeModal .modal-content .modal-body button.btn-close {
    position: absolute;
    top: -15px;
    right: -20px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    background-size: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.subscribeModal .modal-content .modal-body {
    padding: 50px 30px;
    text-align: center;
}

.subscribeModal .modal-content {
    border-radius: 20px;
}

.faqs .accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.faqs .accordion .accordion-item h2.accordion-header .accordion-button {
    background: rgba(123, 118, 241, 0.38);
    border-radius: 10px;
    outline: none;
    box-shadow: none !important;
    font-size: 17px;
    color: #101130;
    font-weight: 500;
}

.resources ul.resourceslist li a svg {
    font-size: 21px;
    min-width: 22px;
    margin-right: 8px;
}

.resources ul.resourceslist li a {
    font-size: 16px;
    color: var( --primary-color);
    display: inline-flex;
    /* background: rgba(123, 118, 241, 0.38); */
    /* width: 100%;
    padding: 15px;
    border-radius: 10px; */
    text-decoration:none;
    font-weight: 500;
}
.resources ul.resourceslist li:hover a {
   opacity: 0.75;
}
.resources ul.resourceslist li:not(:last-child) {
    margin-bottom: 10px;
}

.resources ul.resourceslist {
    list-style: none;
    margin: 0px;
    padding: 0px;
}