@media (min-width: 320px) and (max-width: 768px) {

    .schoolLogo {
        display: none !important;
    }

    .Landing_Images {overflow: visible !important;}

    .schoolLogo {
        /* box-shadow: 0px 0px 50px #50505042 !important; */
        top: -120%  !important;
    }

    .headLndg h2 {
        margin-top: 63px  !important;
         font-size: 2rem  !important;
    }
    .headLndg h3 {
        font-size: 1.3rem  !important;
    }

    .headLndg h3:before {
        top: 14px !important;
        width: 20px !important;
    }
    .headLndg h3:after {
        top: 14px !important;
        width: 20px !important;
    }
    .mobilschoolLogo {
    border-radius: 50%;
    
    margin: 0 auto;
    width: 150px;
    height: 150px;
    display: inline-block;
    transition: all 200ms ease-in-out;
}

/* .mobilschoolLogo {} */

.mobilschoolLogo img {
    width: 150px;
}

.mobileSec {
    width: 50%;
    float: left;
    text-align: center;
}

.mobileLogo {
    float: left;
    width: 100%;
    margin-top: 35px;
    display: block !important;
    position: relative;
    z-index: 99;
}
.bg-bnr-img {
    width: 98.7% !important;
    height:170px !important;
    float: left;
}

}
@media (max-width:768px) {
    a.headLndg h2 {
        margin-top: 0px !important;
        font-size: 24px !important;
    }

    a.headLndg h3 {
        font-size: 10px !important;
        text-align: center;color:#FFD500;
    }
    .headLndg h3 {color:#000;}
    a.headLndg {
        padding: 10px 10px !important;
        max-width: 320px !important;
    }
    .bg-bnr-img {
        width: 98.7% !important;
        height:170px !important;
        float: left;
    }
}

body {
    padding: 0px;
    margin: 0px;
}
.Landing_header {
display: block;
width: 100%;
text-align: center;
margin-top: -50px;
}
.mobileLogo {
    display: none;
}
.headLndg h2 {
    font-size: 3rem;
    font-family: "Montserrat", Sans-serif;
    position: relative;
    z-index: 999;
}

.Landing_Images {
    position: absolute;
    bottom: 0px;
    /* display: flex; */
    width: 100%;
    overflow: hidden;
}
.schlSec {
    /* display: flex; */
    padding-right: 0px;
    float: left;
    width: 50%;
        position: relative;
}

.headLndg h2 {
    font-size: 50px;
    font-family: "Montserrat", Sans-serif;
    margin-bottom: 0px;
    font-weight: 900;
    color: #120549;
    text-shadow: 2px 2px 6px #b9b9b9;
    margin-top: 80px;
}

.headLndg h3 {
    font-size:38px;
    position: relative;
    z-index: 99;
    font-family: "Montserrat", Sans-serif;
    margin-top: 0px;
    font-weight: 500;
}
.headLndg {
    display: inline-block;
}
.schoolLogo {
/* position: absolute; */
    left: 0;
    right: 0;
    /* border-radius: 50%; */
    /* box-shadow: 0px 0px 50px #505050; */
    /* margin: 0 auto; */
    margin: 0px 0px -450px 0px;
    width:100%;
    display:flex;
    vertical-align: middle;
	align-items:center;
	flex-direction:column;
    top: 100%;
    /* transition: all 200ms ease-in-out; */
}

/* .schlSec:hover {} */

.schlSec:hover .schoolLogo {
    top: 5%;
}

a.headLndg {
    margin: 0 auto;
    display: table;
    text-decoration: none;
    background-color: #149255;
    position: relative;
    z-index: 9;
    padding: 5px 15px;
    border-radius: 85px;
}
a.headLndg h2 {
    font-size: 28px;
    text-align: center;
    text-shadow: none;
    color: #fff;
    text-decoration: none;
    margin-top: 0px;
    line-height: 28px;
}
a.headLndg h3 {
    font-size: 12px;
   color:#FFD500;
    margin: 2px;
    font-weight: 700;
}
a.headLndg h3:before {
    display: none;
}
a.headLndg h3:after {
    display: none;
}

.bg-bnr-img{
    width: 98.7%;
    height:404px;
    float: left;
}