@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


#topheader { background-color: #000; color: #fff; font-size: 16px;   }
#tophead a{ font-family: 'Bebas Neue', cursive; }
.navbar-brand{ font-family: 'Galada', cursive;  }
#sharetable{ background: linear-gradient(to bottom, #251c8c 0%, #285721 100%); border-radius: 20px; }
.shareIcon{  border-radius: 20px; margin: 10px; }
.chatIcon{ border-radius: 20px; margin: 10px; }
.callIcon{ border-radius: 20px; margin: 10px; }
.box{ padding: 15px; }
.pageTitle { font-family: 'Galada', cursive; padding: 5px; } 
.pb-5, .py-5 {
    padding-bottom: 0px !important;
}
 .pt-5, .py-5 {
    padding-top: 10px !important;
}
h3.title-1 {
    font-size: 30px;
    color: #3fa46a;
    text-transform: none;
    font-family: 'PT Serif', serif; 
}

 
#footer .inner-img { width: 40px;
    border-radius: 100%;
    padding: 3px;
    border: 2px #fff solid;
    transition: 0.3s;
 
} 

.contactbox{ background-color: #fff;
padding: 15px;
border-radius: 15px;
 margin: 5px; }
 .contactbox h3{ color: #000; }
 .contactbox textarea{ height: 67px; } 

.nav-box-main{ background-color: #fff; height: 300px; border-radius: 5px;  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}
.nav-box-content{ height: 300px; overflow: auto; }
#DownloadList li{text-align: left;  background-color: #eedfdf; border-bottom: 2px #fff solid;}
#DownloadList li:hover{ background-color: #fff; border-bottom: 2px #ea5c31 solid; }
#DownloadList a{ padding: 5px; color: #1923aa; }
#DownloadList a i{ color: #ea5c31;  }
.card:hover{ background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%); box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); }

#gallery .img-fluid1{
border-radius: 35px 0px 35px 0px;
width: 250px;
height: 200px;
}
#gallery .topstudent .img-fluid1{ margin: auto;
border-radius:100%;
width: 200px;
height: 200px;
}




/* gallerylist*/
.gallerylist #gallery .img-fluid1{
border-radius: 0px;
width: 100%;
height: 200px;
} 

.allBtn{ margin-bottom: 15px; }
.mapbox{ width: 100%; margin: auto;  }

#team .space{padding-bottom: 50px;}




/* footer */
.fmenu a{ font-size: 12px; color: #fff; }
.fmenu .col { min-width: 150px; }




.gallerysb-caption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.68);
    color: #CCC;
    text-transform: capitalize;
    padding: 1px;
    line-height: 1.8em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}



.gradient-button {
    margin: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    min-width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
} 
.gradient-button:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
}
.gradient-button-1 {background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%)}
.gradient-button-1:hover { background-position: right center; }

.gradient-button-2 {background-image: linear-gradient(to right, #2BC0E4 0%, #EAECC6 51%, #2BC0E4 100%)}
.gradient-button-2:hover { background-position: right center; }

.gradient-button-3 {background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)}
.gradient-button-3:hover { background-position: right center; }

.gradient-button-4 {background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)}
.gradient-button-4:hover { background-position: right center; }


   
 






@media only screen and (max-width: 600px) {
#tophead{ display: none; }
#topheader{ display: none; }   
#menuId h1{ min-width: 250px; }

.swiper-container .swiper-slide img { min-height: 200px; }

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    margin: 0px 5px;
    text-align: left;
    font-weight: bold;
}

.pagerightpart{ margin-top: 15px; }

#gallery .img-fluid1{
border-radius:none;
width: 100%;
height: 200px;
}


 
#gallery .topstudent .img-fluid1{  
border-radius:none;
width: 200px;
height: 200px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
input::placeholder {
  color: #fff;
}


}