﻿
.kviewpage-80 {
    min-height: 80vh;
}

.kviewpage-60 {
    min-height: 60vh;
}

.kbtn-group {
}

    .kbtn-group .kbtn {
        margin: 5px 15px;
        display: inline-block;
    }

.kbtn {
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.kbtn-primary {
    /*background: linear-gradient(45deg,#2842de,#129d07);*/
    background: linear-gradient(45deg, rgba(164,88,208,1) 0%, rgba(49,120,204,1) 100%);
    color: white;
    border-radius: 20px;
    /*font-weight: bold;*/
    font-size: 16px;
    border: 0px;
    /*box-shadow: 0px 2px rgba(164,88,208,1);*/
}

    .kbtn-primary:hover {
        opacity: 0.8;
        font-weight: bold;
        color: white;
    }

    .kbtn-primary:visited {
        color: white;
    }

.kabs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kblock-center {
    margin: auto;
}

.kflex-center {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .kflex-center-md {
        display: flex;
        align-items: center;
    }
}

.kvcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.kfull-height {
    height: 100%;
}

.kvideo-container {
    /*min-height: 450px;*/
}

    .kvideo-container iframe {
        width: 100%;
        height: 300px;
    }


.ksection {
    width: 100%;
    margin: auto;
    position: relative;
}

.carousel .carousel-inner .item img {
    max-width: 100%;
}

.carousel-tabs {
    width: 100%;
}

    .carousel-tabs .tab-header {
        top: 0;
        font-size: 16px;
    }

        .carousel-tabs .tab-header .tab {
            border: 1px solid black;
            padding: 10px 5px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            background: linear-gradient(45deg, rgba(164,88,208,1) 0%, rgba(49,120,204,1) 100%);
            color: white;
        }


        .carousel-tabs .tab-header .active {
            border-bottom-color: white;
            background: unset;
            background-color: white;
            color: black;
            opacity: 0.8;
            font-weight: bold;
        }

.kcarousel {
}

    .kcarousel .carousel-control.left {
        background: none;
    }

    .kcarousel .carousel-control.right {
        background: none;
    }


.kfeature-card {
    padding: 20px;
    border: #dcdcdd 1px solid;
    border-radius: 10px;
    min-height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    transition: 0.3s linear all;
}

    .kfeature-card:hover {
        transform: scale(1.1);
    }


    .kfeature-card i {
        width: 60px;
        height: 60px;
        display: inline-block;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .kfeature-card h3 {
        color: #666666;
        font-size: 20px;
        font-weight: normal;
        margin: 30px 0 20px 0;
    }

    .kfeature-card p {
        color: #949494;
        font-size: 15px;
        font-weight: normal;
    }

    .kfeature-card a {
        color: #3791B8;
        font-size: 15px;
        font-weight: normal;
    }

        .kfeature-card a:hover {
            text-decoration: underline;
        }

.ktestimonial-card {
    padding: 80px 0;
    background-color: #FAFAFA;
    border-top: #dcdcdd 1px solid;
    border-bottom: #dcdcdd 1px solid;
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

    .ktestimonial-card span.clientImg {
        width: 80px;
        height: 80px;
        display: inline-block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 100%;
        background-image: url('../img/kenyt/Logo-Small.png');
    }

    .ktestimonial-card i {
        width: 35px;
        height: 35px;
        display: inline-block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('../img/icons/left-quote.svg');
        margin-top: 15px;
    }

    .ktestimonial-card p {
        font-size: 15px;
        line-height: 25px;
        color: #41434C;
        margin: 15px 0 20px 0;
    }

    .ktestimonial-card h4 {
        color: #3791B8;
        font-size: 18px;
        font-weight: 500;
    }

        .ktestimonial-card h4 small {
            color: #41434C;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
            display: block;
        }


.kimg-panel {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

    .kimg-panel .kimg-cell {
        /*margin: 20px 20px 20px 0;*/
        padding: 0;
    }

        .kimg-panel .kimg-cell .kimg-container {
            display: flex;
            margin-top: 20px;
            align-items: center;
            justify-content: center;
        }

            .kimg-panel .kimg-cell .kimg-container img {
                animation: fade .5s forwards;
                height: 75px;
            }


.kicon-customerengagement {
    background-image: url(../img/kenyt/icons/_bw.png);
}

.kicon-manualchat {
    background-image: url(../img/kenyt/icons/manual_chat_icon_bw.png);
}

.kicon-appointment {
    background-image: url(../img/kenyt/icons/appointments_icon_bw.png);
}

.kicon-crm {
    background-image: url(../img/kenyt/icons/crm_icon_bw.png);
}

.kicon-leadnurture {
    background-image: url(../img/kenyt/icons/lead_nurturing_icon_bw.png);
}

.kicon-payment {
    background-image: url(../img/kenyt/icons/payments_icon_bw.png);
}

.kicon-ticket {
    background-image: url(../img/kenyt/icons/ticketing_icon_bw.png);
}
