@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");.bg-white {
    background: #fff;
}

.btn-green {
    background-color: var(--mainColor);
    color: #fff;
    padding: 10px 25px;
    border-color: var(--mainColor);
    font-size: 15px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
}

.btn i {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.btn-green:hover {
    border-color: var(--mainColor);
    background-color: #fff;
    color: var(--mainColor);
}

.why-fractional-row {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 3px #ACACAC;
    border-radius: 30px;
    background-image: url(/themes/classic/360gyan_assets/xlr8/images/home/why-fractional-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.why-fractional-row .left-content {
    flex: 0 0 40%;
    padding: 44px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 40%;
}

.why-fractional-row .right-content {
    flex: 0 0 60%;
    width: 60%;
}

.why-fractional-row .left-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.why-fractional-row .left-content p {
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}

.why-fractional-row .left-content .act-btn {
}

.why-fractional-row .left-content .act-btn .dropdown {
    margin-right: 25px;
}

.why-fractional-row .left-content .act-btn .learn-more {
    font-size: 13px;
    font-weight: bold;
}

.why-fractional-row .left-content .bottom-content {
    position: absolute;
    bottom: 50px;
    padding-right: 50px;
}

.why-fractional-row .left-content .bottom-content p {
    font-size: 13px;
    color: #828487;
    margin-bottom: 0;
}

.fractional-video-content .video-img,
.fractional-video-content .fractional-videos {
    height: 525px;
    cursor: pointer;
}

.fractional-video-content .video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.fractional-video-content .fractional-videos .myVideo {
    height: 100%;
    border-radius: 0 30px 0 0;
    object-fit: contain;
    background: #000;
}

.fractional-video-content .fractional-videos .myVideo .rtopVideoPlayerWrapper {
    height: 100%;
}

.fractional-video-content .fractional-videos .myVideo .rtopVideoPlayerWrapper .rtopVideoPlayer {
    height: 100%;
    border-radius: 0 30px 0 0;
}

.fractional-video-content {
    position: relative;
}

.fractional-video-content .bottom-play-btn {
    position: absolute;
    bottom: 0;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
/*    background-image: linear-gradient(180deg, #fff0, #000c);*/
    width: 100%;
}

.fractional-video-content .bottom-play-btn .icon {
    width: 80px;
    font-size: 80px;
    color: #fff;
    float: left;
    line-height: 1;
}

.fractional-video-content .bottom-play-btn .content {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.fractional-video-content .bottom-play-btn .content h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 2px;
    font-weight: 600;
    text-transform: capitalize;
    display: none;
}

.fractional-video-content .bottom-play-btn .content p {
    font-size: 13px;
    color: #fff;
}

.fractional-description {
    background: var(--secondColor);
    padding: 20px;
    border-radius: 0 0 30px 0;
}

.fractional-description-row {
    display: flex;
    margin: 0 -15px;
}

.fractional-description-row .grid {
    flex: 0 0 20%;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 15px;
    width: 20%;
    min-height: 180px;
    position: relative;
}

.fractional-description-row .grid h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.fractional-description-row .grid p {
    font-size: 15px;
    margin-bottom: 60px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.fractional-description-row .grid:last-child {
    border-right: 0;
}

.square-box {
    width: 60px;
    height: 60px;
    border: 3px dashed #fff;
    float: right;
}

.our-partners h3 {
    font-size: 48px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.our-partners h3 i {
    font-size: 110px;
    color: var(--mainColor);
    margin-right: 30px;
}

.partners-grid {
    margin: 30px 0;
}

.partners-grid .img-info {
    border: 1px solid #cecece;
    display: block;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 15px;
    margin: 20px auto 0;
    text-align: center;
    max-width: 210px;
    color: #000;
}

.partners-image {
    width: 100%;
    height: 40px;
}

.partners-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

#partnersSlider .owl-nav {
    display: none;
}

.gardident-overlay {
    padding-bottom: 100px;
}

.top-main-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.top-main-heading h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
}

.powered-by {
    padding: 90px 0 100px;
}

.powered-by .col-md-2 {
    flex: 0 0 20%;
}

.powered-by h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 600;
}

.powered-by .powered-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    padding: 15px;
    border-radius: 5px;
    width: 160px;
    margin: 0 auto 10px;
}

.powered-by .powered-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.justify-content-center {
    justify-content: center!important;
}

.d-flex {
    display: flex!important;
}

.investing-sec .top-main-heading {
    align-items: end;
}

.investing-sec .top-main-heading .btn.show {
    color: #fff;
}

.investing-sec .top-main-heading h3 {
    font-size: 32px;
    color: #96989B;
    font-weight: 600;
}

.investing-sec .top-main-heading h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.investing-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.investing-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    float: left;
    position: relative;
    min-height: 236px;
}

.investing-grid {
    flex: 0 0 33.33%;
    padding: 5px;
    width: 33.33%;
}

.investing-box .square-box {
    border: 3px dashed #000;
    margin-top: 150px;
}

.investing-box h4 {
    font-size: 32px;
    font-weight: 600;
}

.investing-box p {
    font-size: 17px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.investing-box:before {
    content: '';
    width: 19px;
    height: 19px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    bottom: 52px;
    right: -13px;
    z-index: 9;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: var(--secondColor);
    border-radius: 4px;
}

.investing-grid:last-child .investing-box:before {
    display: none;
}

.investing-box .common-icon-box {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
}

.join-network {
    background: #fff;
    padding: 60px 50px;
    border-radius: 20px;
}

.join-network h2 {
    font-size: 63px;
    margin: 0;
    font-weight: bold;
    text-transform: capitalize;
}

.join-network p {
    font-size: 18px;
    margin-bottom: 15px;
}

.joinNetwork-sec {
}

.testimonials-sec {
    padding-top: 60px;
}

.testimonials {
    background: #efefef;
    border-radius: 200px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.testimonials h5 {
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
}

.testimonials a {
    color: var(--mainColor);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 21px;
}

.testimonials a i {
    margin-left: 5px;
    font-size: 20px;
}

.testimonials .img-icon {
    width: 110px;
    height: 110px;
    position: absolute;
    top: -55px;
}

.testimonials .content {
}

.btn-primary {
    background: var(--mainColor);
    border-radius: 30px;
    border: 1px solid var(--mainColor);
    padding: 10px 30px;
    outline: none;
}

.btn-primary:hover {
    border-color: var(--mainColor);
    background-color: #fff;
    color: var(--mainColor);
}

@media(max-width: 768px) {
    .why-fractional-row {
        display: block;
        background-image: none;
    }

    .why-fractional-row .left-content {
        flex: 0 0 100%;
        padding: 20px;
        background-image: url(/themes/classic/360gyan_assets/xlr8/images/home/why-fractional-bg-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .why-fractional-row .right-content {
        width: 100%;
        flex: 0 0 100%;
    }

    .why-fractional-row {
        display: block;
        border-radius: 0;
        box-shadow: none;
    }

    .why-fractional-row .left-content h2 {
        font-size: 30px;
    }

    .fractional-video-content .video-img, .fractional-video-content .fractional-videos {
        height: 190px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .fractional-video-content .video-img img, .fractional-video-content .fractional-videos .myVideo {
        border-radius: 0;
    }

    .fractional-video-content .bottom-play-btn .icon {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .fractional-video-content .bottom-play-btn {
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .top-main-heading h2 {
        font-size: 30px;
        flex: 0 0 50%;
        margin-bottom: 0;
    }

    .btn-green {
        white-space: nowrap;
        padding: 10px 20px;
    }

    .difference-row .difference-grid .difference-box {
        padding: 20px;
        border-radius: 10px;
        min-height: 282px;
    }

    .powered-by .row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .powered-by .row .col-md-2 {
        flex: 0 0 30%;
        padding-bottom: 15px;
    }

    .investing-sec .top-main-heading h3 {
        font-size: 18px;
    }

    .investing-sec .top-main-heading h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .investing-sec .top-main-heading .right-content {
        text-align: right;
        margin-top: 0;
    }

    .investing-sec .top-main-heading {
        display: block;
    }

    .investing-row {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .investing-grid {
        flex: 0 0 88%;
        width: 88%;
    }

    .investing-box {
        min-height: 250px;
        border-radius: 25px;
    }

    .investing-box h4 {
        font-size: 20px;
    }

    .join-network {
        padding: 30px;
        border-radius: 10px;
    }

    .join-network h2 {
        font-size: 29px;
    }

    .join-network p {
        font-size: 14px;
        margin-bottom: 21px;
    }

    .testimonials {
        border-radius: 100px;
        padding: 30px;
    }

    .testimonials-sec {
        padding-top: 40px;
    }

    .joinNetwork-sec {
    }

    .testimonials .img-icon {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .testimonials h5 {
        font-size: 22px;
        line-height: 1.2;
    }

    .testimonials a {
        font-size: 16px;
        margin-top: 8px;
    }

    .top-main-heading {
        margin-bottom: 20px;
    }

    .powered-by {
        padding: 30px 0;
    }

    .powered-by h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .testimonials-sec .container {
        padding: 0;
    }
}

.fec-box {
    display: flex;
    justify-content: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
}

.fec-box .icon {
    font-size: 42px;
    color: var(--mainColor);
    line-height: 1;
}

.fec-box .content h5 {
    font-size: 45px;
    margin: 0 0 10px;
    line-height: 1;
    font-weight: 700;
    color: #1d1d1d;
}

.fec-box .content {
    padding-left: 15px;
}

.fec-box .content p {
    font-size: 15px;
    font-weight: 600;
    color: #5c5c5c;
}

.fec-box .icon i {
    line-height: 1;
}

.container-own {
    margin: 0 auto;
}

.our-vision .top-main-heading {
    justify-content: center;
}

.sec-padding.our-vision {
    background-image: url(/themes/classic/360gyan_assets/xlr8/images/top_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.our-vision .top-main-heading h2 {
    color: #fff;
}

.our-journey-box {
    padding: 36px 49px 40px;
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    margin: 0 0 100px;
    min-height: 221px;
}

.our-journey-box h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.our-journey-box p {
    font-size: 24px;
    color: #494949;
    line-height: 1.3;
}

.our-journey {
    background: #f9f9f9;
}

.our-journey-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -65px;
    height: 1px;
    width: calc(100% + 163px);
    background: #adafc4;
}

.our-journey-box:after {
    content: "";
    position: absolute;
    left: 0;
    width: 33px;
    height: 33px;
    bottom: -80px;
    border-color: var(--mainColor);
    border-radius: 50%;
    border-width: 8px;
    border-style: solid;
    background: #fff;
}

.our-journey .round-arrow.owl-carousel .owl-nav {
    position: absolute;
    width: 100px;
    display: flex;
    justify-content: space-between;
    top: -66px;
    right: 0;
}

.our-journey .round-arrow.owl-carousel .owl-nav button.owl-prev {
    position: static;
}

.our-journey .round-arrow.owl-carousel .owl-nav button.owl-next {
    position: static;
}

.our-journey .round-arrow.owl-carousel .owl-nav button.disabled {
    display: block !important;
    opacity: 0.5;
}

.why-home .difference-row .difference-grid {
    flex: 0 0 33.33%;
    width: 33.33%;
}

.why-home .difference-row .difference-grid .difference-box {
    min-height: inherit;
    height: 100%;
}

@media(max-width: 767px) {
    .why-home .difference-row .difference-grid {
        flex: 0 0 75%;
        width: 75%;
    }

    .container-own {
        padding: 0 15px;
    }

    .fec-box .icon {
        font-size: 35px;
    }

    .fec-box .content h5 {
        font-size: 30px;
    }

    .fec-box .content p {
        font-size: 15px;
    }

    .our-journey .round-arrow.owl-carousel .owl-nav {
        top: -35px;
        width: 78px;
    }

    .our-journey-box {
        margin: 0 0 56px;
        padding: 25px 40px;
    }

    .our-journey-box h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .our-journey-box p {
        font-size: 19px;
    }

    .our-journey-box:before {
        bottom: -36px;
        width: 100%;
    }

    .our-journey-box:after {
        bottom: -50px;
    }

    .gardident-overlay {
        padding-bottom: 30px;
    }

    .our-vision .top-main-heading h2 {
        flex: 0 0 100%;
        text-align: center;
    }

    .fec-box {
        margin: 15px 0;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1366px) {
    .fec-box .content h5 {
        font-size: 35px;
    }

    .fec-box .content p {
        font-size: 11px;
    }

    .our-journey-box p {
        font-size: 18px;
    }

    .testimonials h5 {
        font-size: 37px;
    }

    .why-fractional-row .left-content {
        padding: 25px;
    }

    .fractional-video-content .video-img, .fractional-video-content .fractional-videos {
        height: 400px;
    }

    .our-vision .row {
        margin: 0 -5px;
    }

    .our-vision .row .col-md-3 {
        padding: 0 5px;
    }

    .fec-box .content {
        padding-left: 10px;
    }

    .fec-box {
        padding: 15px;
    }

    .fec-box .icon {
        font-size: 38px;
    }
}


@media only screen and (min-width: 481px) and (max-width: 768px){

    .fractional-video-content .video-img, .fractional-video-content .fractional-videos {
    height: 230px;
}
.why-home .difference-row .difference-grid {
    flex: 0 0 70%;
    width: 70%;
}
.why-home .difference-row .difference-grid {
    flex: 0 0 70%;
    width: 70%;
}

.our-vision .col-md-3 {
    width: 50%;
    float: left;
    padding: 0 5px;
    flex: 0 0 50%;
}

.our-vision .row {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}

.fec-box {
    padding: 15px;
    
    margin: 0 0 10px;
}

.fec-box .content p {
    min-height: 40px;
}
}

@media only screen and (min-width: 769px) and (max-width: 999px){


}