﻿
.features-page {
    /*background: linear-gradient( 180deg, #ffffff 0%, #fff8ef 48%, #ffffff 100% );*/
}

    .features-page .ksection {
    }

        .features-page .ksection .container {
            max-width: 100%;
            margin: auto;
        }
    /*
                .features-page .ksection.fullpage-80 {
                    margin-top: 150px;
                    margin-bottom: 150px;
                }*/

    .features-page #feature-video {
        max-width: 750px;
    }

.page-banner {
    padding-bottom: 45px;
}

    .page-banner .ktext-roundrobin {
        color: #2842de;
        border-right: 0.08em solid #666;
    }

    .page-banner .container {
        position: relative;
    }

        .page-banner .container .banner-title {
            font-size: 36px;
            font-weight: bold;
            line-height: 1.25;
        }

    .page-banner .carousel .carousel-indicators {
        bottom: -45px;
    }

        .page-banner .carousel .carousel-indicators li {
            width: 10px;
            height: 10px;
            background-color: #D6D6D6;
            border: 0px;
            margin: 5px 7px;
            border-radius: 10px;
            transition: opacity .2s ease;
        }

            .page-banner .carousel .carousel-indicators li.active {
                background-color: #869791;
            }

    .page-banner .carousel .carousel-inner {
        /*max-width: 100%;*/
        /*background-color: red;*/
    }

        .page-banner .carousel .carousel-inner .item img {
            max-width: 100%;
            /*max-height: 100%;*/
            /*height: 300px;*/
        }

    .page-banner .kbtn-group {
        position: absolute;
        bottom: 0px;
        max-width: 50%;
    }

@media (max-width: 900px) {

    .page-banner .container .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .page-banner {
        text-align: center;
        padding-bottom: 0px;
    }

        .page-banner .container .banner-title {
            font-size: 36px;
        }

        .page-banner .kbtn-group {
            position: relative;
            max-width: 100%;
            width: 100%;
        }

        .page-banner .carousel .carousel-indicators {
            position: relative;
            bottom: -10px;
        }
}

.features-page .feature-section .feature-img img {
    max-width: 100%;
    max-height: 100%;
}

/*BOOTSTRAP 3 to 4 upgrade for row*/
.features-page .feature-section .row {
    display: flex;
    flex-wrap: wrap;
}
