﻿
.features-content {
    margin: 50px 0 0px;
}

.satisfaction-ratings {
    background-image: url(../404error.html);
    min-height: 370px;
}

.features-content .benifits {
    min-height: 180px;
}

.view-all {
    position: relative;
    top: 60px;
}

.bg-blue {
    background-color: #33afe4;
    padding: 74px;
    z-index: 3;
    position: absolute;
    margin-top: -65px;
    width: 100%;
}

.bg-blues-container .container {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 0 40px 30px 40px;
    font-weight: 700;
    color: #000;
    box-shadow: 2px 13px 48px 0 rgb(0 0 0 / 25%);
    position: relative;
    top: 0;
    z-index: 4;
}

    .bg-blues-container .container tab {
        transition: all 0.4s ease-in-out;
    }

        .bg-blues-container .container tab:hover {
            transition: all 0.4s ease-in-out;
            transform: translateY(-20px);
        }

    .bg-blues-container .container a:hover {
        transform: scale(2.02);
    }

.bg-blues-container .text-center img {
    margin: 0 auto;
    margin-top: -45px;
    border-radius: 52px;
    transition: all 0.4s ease-in-out;
}

    .bg-blues-container .text-center img:hover {
        box-shadow: 2px 13px 48px 0 rgb(0 0 0 / 25%);
        transition: all 0.4s ease-in-out;
        transform: translateY(-5px);
    }

    .bg-blues-container .text-center img:hover {
    }


.bg-blues-container a h3 {
    color: #333;
    margin-top: 10px;
}

    .bg-blues-container a h3:hover {
        color: #23bbee;
        margin-top: 10px;
    }

.educational-erp {
    background-color: #33afe4;
    min-height: 100px;
}

.educational-tab {
    background-image: none;
    margin-top: -85px;
    display: inline-table;
    position: relative;
}

    .educational-tab li {
        display: inline;
    }

    .educational-tab > li:before {
        content: "";
        border-right: none;
        border-left: none;
        border-bottom: none;
        display: inline-block;
        transform: rotate(46deg);
        position: absolute;
        right: -7px;
        top: -2px;
        z-index: 5;
    }

.tab-content {
    background-color: #fff;
    padding: 15px 40px;
    margin-bottom: 0;
    border: 1px solid #D5D9E0;
}

.educational-tab > li {
    text-align: center;
}

    .educational-tab > li > a {
        border-radius: 0;
        margin-right: 0;
        line-height: 22px;
        color: #333;
        padding: 10px;
        font-size: 15px;
        background: transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px solid transparent;
        text-align: center;
        border-radius: 5px 5px 0 0;
    }

.nav-tabs {
    border-bottom: none;
}

.tab-image img {
    margin: 10px auto;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.educational-tab > li > a > img {
    margin: 0 auto;
}

.educational-tab > li.active > a, .educational-tab > li.active > a:focus, .educational-tab > li.active > a:hover {
    border: 1px solid #D5D9E0;
    color: #333;
}

    .educational-tab > li.active > a:focus, .educational-tab > li.active > a:hover {
        color: #333;
        border-left: 1px solid #D5D9E0;
        border-right: 1px solid #D5D9E0;
        border-top: 1px solid #D5D9E0;
        border-bottom: 1px solid transparent;
    }

.educational-tab > li.active > a, .educational-tab > li > a:hover {
    border-right: 1px solid #D5D9E0 !important;
    border-left: 1px solid #D5D9E0;
    border-top: 1px solid #D5D9E0;
}

.testimonial-section .testimonial-block {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-block .testimonial-picture {
    float: left;
    width: 30%;
}

.testimonial-block .testimonial-content {
    float: left;
    width: 66%;
}

.testimonial-block span {
    color: #5cac32;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid transparent;
}


.features-content .benifits h3 {
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #23bbee;
    padding: 10px 40px;
    border-radius: 0 0 10px 10px;
    top: 0px;
    position: absolute;
    width: auto;
    font-size: 17px;
}

.features-content .benifits {
    padding: 20px;
    box-shadow: 2px 18px 48px 0 rgb(0 0 0 / 11%);
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
    border-top: 4px solid #23bbee;
    margin-top: 20px;
}

.features-content .benifites-points {
    padding: 40px 10px 10px 10px;
}

.bulleted-list li p {
    padding-left: 10px;
}

.blue-border {
    min-height: 335px;
}

.green-border {
    min-height: 335px;
}

.shadow-tile h4 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.shadow-tile .bullet-list {
    margin: 10px 15px;
}

.brochure-btn {
    margin-top: -30px;
}

.bullet-list li {
    text-align: left;
}

.RF-Campus-brochure img {
    border: 10px solid #fff;
    box-shadow: 2px 18px 48px 0 rgb(0 0 0 / 11%);
}

.carousel-inner {
    top: 0px;
}

.carousel-indicators {
    top: 80%;
}

.educational-erp-mobile {
    display: none;
}

.educational-erp-desktop {
    display: block;
}

@media (max-width:700px) {
    .testimonial-section .testimonial-block {
        text-align: center;
    }

    .educational-erp-mobile {
        display: block;
    }

    .educational-erp-desktop {
        display: none;
    }

    .features-content {
        margin: 0px 0 0px;
    }

    .testimonial-block .testimonial-picture {
        float: left;
        width: 100%;
    }

    .testimonial-block .testimonial-content {
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .client-logo {
        margin: 0 auto;
        text-align: center;
    }
}
