.mobile-view{
	display: none;
}
@media (max-width: 1200px) {

}
.desktop-view{
	display: block;
}
.mobile-view{
	display: none;
}
@media (max-width: 991px) {
.desktop-view{
	display: none;
}
.mobile-view{
	display: block;
}
.mobile-view{
	display: block;
}
header {
    background: none;
}
.header-left {
    width: 100%;
}
.header-right {
    width: 100%;
    margin-top: 15px;
}
a.give-btn, a.downloads-btn {
    width: 49%;
    text-align: center;
    display:inline-block;
}


.intro-left {
    width: 100%;
}
.intro-section img {
    width: 100%;
}
.intro-section {
    padding-top: 55px;
}
.intro-right {
    width: 100%;
}
.intro-section blockquote {
    font-size: 32px;
}
.intro-section blockquote {
    padding-right: 0px;
}
span#b1, span#b2, span#b3 {
    padding-left: 0;
}
.intro-section {
    height: 652px;
    background-size: cover;
}
.about-section {
    background-size: 100%;
}
.about-left {
    width: 100%;
}
.about-left {
    padding: 40px 0;
}
.speciality .icon {
    margin-right: 20px;
    width: 28%;
}
.speciality .icon img {
    width: 100%;
}
.speciality .icon span {
    font-size: 13px;
}
.about-right {
    width: 100%;
}

.about-section {
    min-height: 1000px;
}
.about-img {
    width: 100%;
    height: 0;
    margin-top: 40px;
}
.staff-info {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 60px;
}
.staff-info img {
    width: 100%;
}
.staff-info span.name {
    color: #000000;
    font-size: 30px;
}
.staff-info span.desig {
    color: #000000;
    font-size: 22px;
    line-height: 64px;
}
.gallery-img {
    grid-template-columns: repeat(1,1fr);
}

.sponcers-block {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 15px;
}
.benefactores-block {
    width: 100%;
    padding: 20px 10px;
}
.quick-menu {
    padding: 33px 0;
    margin-bottom: 43px;
    width: 100%;
}
.useful-links {
    width: 50%;
    padding-left: 0;
}
.informations {
    width: 50%;
    padding-left: 14px;
}

a.more-btn {
    margin-top: 40px;
}
.management-inner {
    display: none;
}


.main-menu {
    display: inherit;
}


footer {
    min-height: 774px;
    background-size: cover;
    padding: 50px 0;

}
.footer-left {
    width: 100%;
}
.footer-right {
    width: 100%;
    margin-top: 50px;
}
.footer-left img {
    width: 100%;
}
.footer-left span.address, .footer-left span.contact-no, .footer-social {
    padding-left: 0;
}




.copy-right p {
    text-align: center !important;
}


.main-btn {
    font-size: 16px;
    padding: 17px 53px;
}
.weberge-slider {
    top: -80;
}

.slide-text p {
    font-size: 29px;
}
.slide-text h1 {
    font-size: 45px;
}

.jom-slider {
    padding: 0;
}

.logo-mobile {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}

.logo-mobile img {
    width: 100%;
}

.jom-slider .tns-controls [aria-controls] {
    display: none;
}

.gallery-outer {
    margin-top: 25px;
}
.mobile-menu {
    background:#003A92;
}
.mobile-menu-icon {
    background: linear-gradient(92.56deg, #0066FF 0%, #00C2FF 82.39%);
    top: 10px;
    right: 10px;
    border-radius: 5px;

}

}

@media (max-width: 480px) {
    .slide-text p{
        line-height: 33px;
        font-size: 24px;
    }
    .slide-text h1 {
        font-size: 35px;
        line-height: 44px;
    }
}

@media (max-width: 768px) {

.logo:before{
	display: none;
}
}
@media (max-width: 600px) {

.logo{
	width: 114px;
	height: auto;
    margin: 2px 10px;
    display: none;
}
.logo-text {
    width: 190px;
    margin-left: 102px;
}
.logo-text img,
.logo img{
	width: 100%;
	height: auto;
}
}


@media (min-width: 1920px) and (max-width: 2560px)  {
    .management-inner, .quick-menu{ 
        width: 75%;
    }
}