/*global*/

body,
html {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.container {
    width: 100%;
}

ul,
li {
    list-style: none;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 58px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

p {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none;
    color: #4eaf4d;
}

a:focus {
    color: #4eaf4d;
}

a:active {
    color: #4eaf4d;
}

.active {
    color: #4eaf4d;
}

nav a {
    color: #5b5e5e;
}

.scrollup {
    position: fixed;
    right: 5px;
    text-align: center;
    bottom: 13%;
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
    border-radius: 0%;
    background: #4ead4f;
    width: 40px;
    height: 40px;
    padding: 0px 8px 6px;
    font-size: 32px;
    opacity: 1 !important;
    z-index: 999;
    display: block;
    line-height: 30px;
}

.banner {
    background-image: url(../img/k2l/new/banner1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.k2l-logo {
    width: 80%;
    margin: 48% 0;
}

.k2l-sml-logo {
    width: 10%;
    position: absolute;
    margin-left: 7%;
}

.rainbow {
    background-image: url(../img/k2l/rainbow.jpg);
    height: 5px;

}

.k2lmenu {
    padding: 1.5% 0px 0px;
    text-align: center;
    width: 100%;
}

.k2lmenu ul {
    margin: 0px;
    padding: 0px;
}

.k2lmenu li {
    display: inline-block;
    padding: 1%;
}

.white-h1 {
    color: #fff;
    font-weight: bolder;
    text-shadow: -4px 4px 2px #2b2b2b;
    margin-bottom: 50px;
}

.super-h1 {
    color: #fff;
    font-weight: bolder;
    text-shadow: -4px 4px 2px #2b2b2b;
    margin-bottom: 50px;
}

.yellow-h1 {
    color: #f0c000;
    font-weight: bolder;
    text-shadow: -4px 4px 2px #2b2b2b;
    margin-bottom: 50px;
}

.admin-h1 {
    color: #f0c000;
    font-weight: bolder;
    text-shadow: -4px 4px 2px #2b2b2b;
    margin-bottom: 50px;
}

.k2bmenu h4 a {
    color: #6a6a6a;
}

.k2bmenu h4 a:hover {
    color: #cd2b00;
}

.lap {
    margin-left: -3%;
    width: 100%;
}

.wrapper {
    padding: 4.5em 0 2.5em 0;
    /* background-color: #ffffff; */
    border-bottom: solid 2px #eeeeee;
}

.wrapper>.inner {
    margin-left: auto;
    margin-right: auto;
    width: 50em;
}

.wrapper>.inner.alt>*:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.wrapper>.inner.alt>* {
    border-top: solid 2px #eeeeee;
    margin-bottom: 0;
    margin-top: 3em;
    padding-top: 3em;
}

.k2l-about {
    background-image: url(../img/k2l/tri.jpg);
}

.about {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 2em 0;
}

.about h2 {
    color: #555;
    padding-bottom: 3%;
    font-weight: 600;
}

.about p {
    margin: 20px 10% 20px 0px;
}

.green-lrg-box {
    background-color: #439c46;
    margin-top: 88px;
    margin-left: -24px;
    padding-right: 17px;
    height: 36px;
    position: absolute;
}

.mob {
    margin-left: 24%;
    width: 80%;
}

.stud-bg {
    background-image: url(../img/k2l/student-details1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
}

.school {
    width: 100%;
}

.features {
    color: #555;
    padding-bottom: 3%;
    font-weight: 600;
    padding-top: 5%;
}

/* Spotlight */

.spotlight {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 2em 0;
}

.spotlight .image {
    margin: 0;
    display: block;
    padding: 6% 3% 0% 9%;
}

.spotlight .image img {
    display: block;
    /*				border-radius: 100%;*/
    width: 100%;
}

.spotlight .content {
    width: 70%;
}

.spotlight .content> :last-child {

    margin: 2% -1%;
}

.spotlight:nth-child(2n) {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.spotlight:nth-child(2n) .image {
    margin: 6% 9% 0% 3%;
}

.spotlight:nth-child(2n) .content {
    text-align: left;
    margin-left: 10%;
}

.student {
    margin-top: 4%;
    margin-left: 5%;
}

.stud-tit {
    margin: -5% 0% 12%;
}

.m-b-8 {
    margin-bottom: 8%;
}

.m-r--12 {
    margin-left: -12%;
}

.image {
    border-radius: 6px;
    border: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.triple {
    padding: 2% 22% 0% 15%;
}

.k2b-contacts {
    padding: 0px 0% 0px 15%;
}

.k2b-contacts h3 {
    font-size: 28px;
    font-weight: 600;
}

.k2b-contacts h4 {
    font-size: 20px;
    font-weight: 800;
}

.k2b-contacts h5 {
    font-size: 18px;
}

.cont-h1 {
    color: #fff;
    font-weight: bolder;
    text-shadow: -4px 4px 2px #2b2b2b;
    margin-bottom: 50px;
}

.cont-t-m {
    margin-top: 7%;
}

.cont-t-m1 {
    margin-top: 19%;
}

.demo-bg {
    background-image: url(../img/k2l/demo.png);
    background-repeat: repeat;
    background-color: #439c46;

}

.email {
    width: 100%;
    margin: 45px;
    padding: 7px 40px 7px 55px;
    border: 0;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    color: #ccc;
    font-size: 24px;
}

.submit {
    margin: 45px 5px;
    padding: 20px 40px;
    background-color: #1b5932;
    border: 0;
    color: #fff;
    font-size: 24px;
    border-radius: 30px;
}

.demo-h2 {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
}

.demo {
    padding-top: 7%;
    padding-bottom: 6%;
}

.green-contact-box {
    background-color: #439c46;
    margin-top: 9px;
    margin-left: -23px;
    padding-right: -3px;
    width: 16px;
    height: 29px;
    position: absolute;
}

.contact-k2l {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}

.cont-h3 {
    font-weight: 700;
    margin: 0px 0px 0px;
}

.cont-label {
    font-size: 24px;
    padding-top: 10px;
}

.cont-h5 {
    font-size: 18px;
}

.cont-hr {
    margin: 15px 115px 15px 0px;
    background-color: #5e7d44;
}

.cont-a {
    color: #22262a;
}

.green-sml-box {
    background-color: #439c46;
    margin-top: 11px;
    margin-left: -11px;
    padding-right: 9px;
    height: 15px;
    position: absolute;
}

.green-lrg-box {
    background-color: #439c46;
    margin-top: 87px;
    margin-left: -24px;
    padding-right: 17px;
    height: 36px;
    position: absolute;
}

.green-about-box {
    background-color: #439c46;
    margin-top: 14px;
    margin-left: -24px;
    padding-right: 17px;
    height: 36px;
    position: absolute;
}

.school-img {
    width: 100%;
}

.colors-bg {
    background-image: url(../img/k2l/colors.png);
    background-repeat: repeat;
    height: 305px;
    position: relative;
    margin-top: -90px;
    margin-bottom: 0px;
}

.student-s {
    font-size: 34px;
    font-weight: 600;
    margin: -27px -36px 11%;
}

.tab {
    width: 70%;
    padding-top: 16%;
}

.teacher h4 {
    padding-top: 4%;
}

.parent {}

.parent h4 {
    padding-top: 4%;
}

.school-div {
    padding: 0px 5%;
}

.school-div h4 {
    padding-top: 4%;
}

footer {
    margin: 0% 0;
}

.footer {
    padding: 0px 0% 0px 9%;
}

.copy-right {
    margin-top: -3%;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 1300px) {
    .student {
        margin-top: 7%;
        margin-left: 5%;
    }

}

@media screen and (max-width: 1258px) {
    .student {
        margin-top: 10%;
        margin-left: 5%;
    }

    .m-b-8 {
        margin-bottom: 8%;
    }

}

@media screen and (max-width: 1186px) {
    .student {
        margin-top: 14%;
        margin-left: 5%;
    }

    .m-b-8 {
        margin-bottom: 8%;
    }

}

@media screen and (max-width: 1130px) {
    .student {
        margin-top: 16%;
        margin-left: 5%;
    }

    .m-b-8 {
        margin-bottom: 7%;
    }

}

@media screen and (max-width: 1110px) {
    .student {
        margin-top: 19%;
        margin-left: 5%;
    }

    .m-b-8 {
        margin-bottom: 5%;
    }

}

@media screen and (max-width: 1090px) {
    .student {
        margin-top: 21%;
        margin-left: 5%;
    }

    .m-b-8 {
        margin-bottom: 5%;
    }

}

@media screen and (max-width: 1045px) {
    .student {
        margin-top: 24%;
        margin-left: 5%;
    }

    .m-b-8 {
        margin-bottom: 5%;
    }

}

@media screen and (max-width: 1010px) {
    .student {
        margin-top: 28%;
        margin-left: 5%;
    }

    .m-b-8 {
        margin-bottom: 5%;
    }

}

@media screen and (max-width: 992px) {

    .wrapper {
        padding: 4em 4em 2em 4em;
    }

    .banner {
        background-image: url(../img/k2l/new/banner1.png);
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .k2bmenu {
        padding: 5% 0px 0px;
    }

    .admin-h1 {
        color: #f0c000;
    }

    .about {

        display: block;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin: 0 0 2em 0;
    }

    .cont-t-m {
        margin-top: 0%;
    }

    .cont-t-m1 {
        margin-top: 0%;
    }

    .stud-bg {
        background-image: url(../img/k2l/student-details-tab-mobile.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 1042px;
    }

    .contact-k2l {
        margin-bottom: 10px;
        margin-top: 5%;
    }

    .email {
        padding: 10px 40px;
        font-size: 18px;
    }

    .submit {
        padding: 13px 40px;
        font-size: 15px;
    }

    .dis-none {
        display: none;
    }

    .sec-stud {
        margin-top: 8%;
    }

    .demo-h2 {
        font-weight: 700;
        color: #fff;
        text-align: center;
        font-size: 20px;
        margin-bottom: 1rem;
    }

    h2 {
        font-size: 44px;
    }

    .about p {
        margin: 20px 10% 20px 10%;
    }

    .spotlight .content> :last-child {
        margin: 0% 0% 0% 18%;
    }
    .k2l-p{
        font-size: 22px;
    }
    .tab{
        padding-top:0;
    }
}

@media screen and (max-width: 900px) {
    .sec-stud {
        margin-bottom: -15%;
    }
}

@media screen and (max-width: 800px) {
    .sec-stud {
        margin-bottom: -30%;
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding: 3em 3em 1em 3em;
    }

    .banner {
        background-image: url(../img/k2l/bunner2.jpg);
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .k2l-logo {
        width: 80%;
        margin: 15% 0;
    }

    .spotlight .image {
        margin: 0 2em 0 0;
    }

    .spotlight:nth-child(2n) .image {
        margin: 0 0 0 2em;
    }

    .spotlight {
        -moz-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .spotlight .image {
        width: 100%;
        max-width: 60%;
        margin: 0 0 2em 0 !important;
    }

    .spotlight .content {
        width: 80%;
        /* text-align: center !important; */
    }

    .school-div {
        padding: 0px 15%;
    }

    .k2bmenu {
        padding: 10% 0px 0px;
    }

    .spotlight .content> :last-child {
        margin-bottom: 0;
        margin: 0% -3% 20%;
    }

    .spotlight:nth-child(2n) .content {
        text-align: left;
        margin: 0% 10%;
    }

    .yellow-h1 {
        color: #fff;
        font-weight: bolder;
        text-shadow: -4px 4px 2px #2b2b2b;
        margin-bottom: 50px;
    }

    .super-h1 {
        color: #f0c000;

    }

    .admin-h1 {
        color: #f0c000;
    }

    .mob-txt {

        margin: 0% -36%;
    }

    .mob {
        margin-left: 53%;
        width: 50%;
    }

    .sec-stud {
        margin-bottom: -55%;
    }
}

@media screen and (max-width: 700px) {

    .sec-stud {
        margin-bottom: -70%;
    }
}

@media screen and (max-width: 650px) {

    .cont-h1 {
        color: #f0c000;
    }

    .sec-stud {
        margin-bottom: -85%;
    }
}

@media screen and (max-width: 591px) {
    .admin-h1 {
        color: #fff;
    }

    .sec-stud {
        margin-bottom: -105%;
    }

    .cont-h1 {
        color: #fff;
    }
}

@media screen and (max-width: 576px) {
    .wrapper {
        padding: 2em 1em 0.1em 1em;
    }

    .banner {
        background-image: url(../img/k2l/bunner3.jpg);
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .k2l-logo {
        width: 100%;
        margin: 25% 0;
    }

    .k2l-sml-logo {
        width: 15%;
        position: absolute;
        margin-left: 2%;
        margin-top: -1%;
    }

    .k2bmenu {
        padding: 10% 0px 0px;
    }

    h4 {
        font-size: 10px;
    }

    h1 {
        font-size: 36px;
    }

    .spotlight:nth-child(2n) .content {
        text-align: left;
        margin: 0px 10%;
    }

    .spotlight .content> :last-child {
        margin-bottom: 0;
        margin: 0px -3% 25%;
    }

    .yellow-h1 {
        color: #fff;
    }

    .super-h1 {
        color: #f0c000;
    }

    .triple {
        padding: 0px;
    }

    .admin-h1 {
        color: #fff;
    }

    .email {
        width: 100%;
        margin: 45px 15px;
    }

    .submit {
        padding: 13px 30px;
        font-size: 14px;
        margin: 45px -15px;
    }

    h2 {
        font-size: 35px;
    }

    .copy-right {
        margin-top: -9%;
    }

    .colors-bg {
        margin-top: -72px;
    }

    h3 {
        font-size: 35px;
    }

    .contact-k2l {
        font-size: 28px;
    }

    .cont-label {
        font-size: 20px;
    }

    .cont-h5 {
        font-size: 16px;
    }

    .green-contact-box {
        margin-left: -29px;
        padding-right: 21px;
        height: 33px;
    }

    img {
        width: 32Px;
    }

    .sec-stud {
        margin-bottom: -133%;
    }

    .k2lmenu ul {
        margin: 0px;
        margin: 0px 9%;
    }
}

@media screen and (max-width: 540px) {
    .white-h1 {
        color: #f0c000;
    }
}


@media screen and (max-width: 460px) {
    .white-h1 {
        color: #fff;
    }

    .sec-stud {
        margin-bottom: -162%;
    }
}

@media screen and (max-width: 415px) {
    .cont-h1 {
        color: #f0c000;
    }

    .sec-stud {
        margin-bottom: -200%;
    }
}

@media screen and (max-width: 375px) {
    .admin-h1 {
        color: #fff;
    }

    .super-h1 {
        color: #fff;
    }

    .email {
        padding: 12.5px 40px;
        font-size: 14px;
    }

    .sec-stud {
        margin-bottom: -240%;
    }
}

@media screen and (max-width: 360px) {
    .cont-h1 {
        color: #fff;
    }

    .submit {
        padding: 13px 25px;
    }
}

@media screen and (max-width: 340px) {
    .cont-h1 {
        color: #f0c000;
    }

    .email {
        padding: 12.5px 20px;
    }

    .submit {
        padding: 13px 17px;
    }

    .sec-stud {
        margin-bottom: -280%;
    }
}

@media screen and (max-width: 330px) {
    .white-h1 {
        color: #f0c000;
    }
}

@media screen and (max-width: 315px) {
    .admin-h1 {
        color: #f0c000;
    }

    .sec-stud {
        margin-bottom: -315%;
    }
}

@media screen and (max-width: 308px) {
    .cont-h1 {
        color: #fff;
    }
}

@media screen and (max-width: 300px) {
    .admin-h1 {
        color: #fff;
    }
}

@media screen and (max-width: 285px) {
    .sec-stud {
        margin-bottom: -363%;
    }
}