h1, .request-form h5 {
    color: #8bb113;
}
.icon {
    color: #8BB113;
}
.bg-orange {
    background: #8bb113;
}

.extra-pad {
    margin-bottom: 20px;
}
.admin-features h5, .admin-features i, .admin-features span {
    color: #F4F4F4;
}

.admin-features h1, .student-features h1 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 35px;
}
.student-features h5 {
        color: #8BB113;
    }
.fa-4x {
    padding-top: 8px;
}
.module-text {
    float: right;
    width: 75%;
}
.header {
    background: url(../images/university-bg.png) 60% 23% no-repeat;
    background-size: cover;
}

.head-title .orange {
    color: #8bb113;
}

#telnum strong {
    border-color: #8bb113;
}

#lbImage {
    border: 3px solid #04b4cf !important;
}

#lbOverlay {
    background-color: rgba(139,177,19,0.8) !important;
    opacity: 1 !important;
}

.features-block .text-block h2 {
    color: #8bb113;
}

.features-block .lising li:before {
    color: #8bb113;
}

.features-block .img-block img {
    position: relative;
}

.take-software {
    background: #8bb113 url(../images/soft-icon.png) top left no-repeat;
    background-position: 3% 0%;
}

.about-us {
    background: #8bb113;
}

.testimonial {
    background: #91a1a1;
}

.contactbox2, .contactbox3 {
    background-color: #8bb113;
}

.homelink {
    display: block !important;
}

.center-icon i {
    font-size: 460px;
    float: right;
    color: #0bd3cc;
}
.testimonial.col-height {
    min-height: 445px;
    float: left;
    display: inline-block;
}

.btn-primary {
    background-color: #8bb113;
}

.hvr-underline-from-center-menu:before {
    background: #8bb113;
}

.hvr-underline-from-center:before {
    background: #ffffff;
}

.hvr-underline-from-center2:before {
    background: #8bb113;
}

.noshowmenu {
    display: block;
}

.heading_text {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .about_banner {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #header {
        background-position: 70% 50%;
    }

    .features-block .img-block img {
        bottom: -5px;
    }
}

@media screen and (min-width: 767px) {
    .powerful-block .img-block img {
        bottom: -79px;
    }
}

#compareplans {
    display: none;
    padding-top: 20px;
    max-width: 1024px;
    margin: 0px auto;
}

table {
    line-height: 35px;
}

tr:nth-child(even) {
    background-color: rgba(0,0,0,0.02);
}

td {
    text-align: center;
    color: #363636;
    font-weight: bold;
}

    td:first-child {
        text-align: left;
        color: #363636;
    }

.spacer {
    height: 30px;
    display: block;
}

td.firstcolumn {
    width: 50%;
    text-align: left;
    font-size: 34px;
}

td.itemcolumns {
    width: 16.7%;
    text-align: center;
    font-size: 25px;
}

td[colspan] {
    font-weight: 1000;
    font-size: 24px;
    border-bottom: 1px solid #0bd3cc;
    padding-top: 10px;
}

.pwrapper {
    position: relative;
    max-width: 1024px;
    width: 100%;
    margin: 0px auto 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #363636;
    font-size: 16px;
}

.readmore a {
    text-align: center;
    font-size: 18px;
    color: #363636;
    font-weight: 700;
    padding: 20px 0 0;
    display: block;
    clear: both;
    text-decoration: none;
}

td img {
    height: 18px;
    margin-bottom: -4px;
    margin-left: 4px;
    display: inline;
}

img.locker {
    height: 57px;
    width: 57px;
}

.rotate {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .rotate.down {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.pwrapper .package img {
    height: 18px;
    margin-bottom: 1px;
    margin-left: 4px;
}

.pwrapper .package {
    box-sizing: border-box;
    width: 33%;
    height: auto;
    border: 3px solid #8bb113;
    margin-right: -3px;
    border-radius: 0px;
    display: inline;
    padding: 40px 20px 20px;
    text-align: center;
    float: left;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
    z-index: 45;
}

    .pwrapper .package:hover {
        filter: brightness(90%) hue-rotate(2deg);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 50;
    }

.pwrapper .fa-check-square-o {
    color: #8bb113;
    font-weight: bold;
    margin-left: -10px;
}

.pwrapper .name {
    color: #8bb113;
    font-weight: 700;
    font-size: 3rem;
    margin-top: -5px;
    margin-bottom: 10px;
}

.pwrapper .price {
    margin-top: 7px;
    font-weight: bold;
    font-size: 45px;
}

    .pwrapper .price.year::after {
        content: " / Per Year";
        font-weight: normal;
        font-size: 20px;
    }

    .pwrapper .price.month::after {
        content: " / Per Month";
        font-weight: normal;
        font-size: 20px;
    }

.pwrapper hr {
    background-color: #8bb113;
    border: none;
    height: 1px;
}

.pwrapper .trial {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 2px 21px 2px 21px;
    color: #363636;
    border: 1px solid #363636;
    display: inline-block;
    margin-bottom: 20px;
    background-color: white;
    position: relative;
    bottom: -20px;
}

.pwrapper ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 70px;
}

.pwrapper li {
    margin-bottom: 15px;
}

.pwrapper .checkIcon {
    font-family: "FontAwesome";
    content: "\f00c";
}

.pwrapper li::before {
    font-family: "FontAwesome";
    content: "\f046";
    font-size: 1.3rem;
    color: #8bb113;
    margin-right: 3px;
}

.pwrapper .brilliant {
    border-color: #8bb113;
    background-color: rgba(0,0,0,0.02);
}
    /* Triangle */
    .pwrapper .brilliant::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 64px 64px 0 0;
        border-color: #8bb113 transparent transparent transparent;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
    }

    .pwrapper .brilliant::after {
        font-family: "FontAwesome";
        content: "\f00c";
        color: white;
        position: absolute;
        left: 9px;
        top: 6px;
        text-shadow: 0 0 2px #8bb113;
        font-size: 1.4rem;
    }

.pwrapper button {
    background-color: #8bb113;
    border-radius: 0;
    font-weight: 500;
    font-size: 19px;
    border: 0;
    text-transform: uppercase !important;
    padding: 10px 20px;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.pwrapper button:hover {
    background-color: #286090;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.planbutton {
    background-color: #8bb113;
    border-radius: 0;
    font-weight: 500;
    font-size: 17px;
    border: 0;
    text-transform: uppercase !important;
    padding: 7px 10px;
    width:150px;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.planbutton:hover {
    background-color: #286090;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.signupBottom {
    position: absolute;
    bottom: 21px;
    left: 75px;
}

 .hrprice {
    margin-top: 173px;
    }

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .admin-features .container, .student-features .container {
        width: 100% !important;
    }
}
@media all and (max-width:1024px) {
    .pwrapper .price::after {
        font-size: 16px;
    }

    td.firstcolumn, td.itemcolumn {
        font-size: 2vw !important;
    }
}

@media all and (max-width:991px) {
    .pwrapper .name, .pwrapper .price {
        font-size: 4vw !important;
    }

    td.firstcolumn, td.itemcolumns {
        font-size: 3vw !important;
    }

    .pwrapper {
        font-size: 15px;
    }

        .pwrapper .price::after {
            font-size: 13.5px;
        }

    .signupBottom {
        position: absolute;
        left: 0px;
        bottom: 8px;
        padding: 2px;
    }

    .hrprice {
    margin-top: 125px;
    }

    .admin-features .row, .student-features .row {
        /*width: 450px;*/
        width: 100%;
        margin: 0 auto;
    }
    .extra-pad {
        clear: both;
    }
    .center-icon {
        display: none;
    }
}

@media all and (max-width:480px) {
    .pwrapper .name, .pwrapper .price {
        font-size: 4vw;
    }

        .pwrapper .price::after {
            font-size: 12px;
        }

    .pwrapper .brilliant::before {
        border-width: 0;
    }

    .pwrapper .brilliant::after {
        content: "";
    }

    .pwrapper button {
        font-size: 16px;
        padding: 8px 15px;
    }

    .pwrapper .package {
        padding: 20px 3px 10px;
        margin: 0;
    }

    .firstcolumn, .itemcolumns {
        font-size: 3vw;
    }

    .request-form {
        padding: 20px 0px;
    }

    .pwrapper {
        font-size: 14px;
    }

    .signupBottom {
        position: absolute;
        left: 0px;
        bottom: 8px;
        padding: 2px;
    }

     .hrprice {
    margin-top: 125px;
    }
     .planbutton {
        font-size: 12px;
        width:50px;
        padding:0px;
    }
}
