* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.cross{
  right: 2%;
  top: 5%;
}
.cross:hover{
  cursor: pointer;
}

strong {
  font-weight: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

textarea {
  resize: none;
}

::-webkit-scrollbar {
  width: 10px;
  /* Set the width of the scrollbar */
}

::-webkit-scrollbar-track {
  background-color: #aeaeae;
  /* Set the color of the track (the area behind the scrollbar) */
}

::-webkit-scrollbar-thumb {
  background-color: #2ecbff;
  /* Set the color of the thumb (the draggable part of the scrollbar) */
  border-radius: 6px;
  /* Round the corners of the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #c32828;
  /* Change the color on hover */
}

.Raleway {
  font-family: 'Raleway', sans-serif;
}

.SchoolBell {
  font-family: 'Schoolbell', sans-serif;
}

.headingbluecolor{
  background-color: #0c54a0 !important;
  width: fit-content !important;
  padding: 20px !important;
}


.logoimg {
  width: 240px;
}

.mainLogo {
  width: 70px;
}

.menubar li {
  position: relative;
  transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 0 10px;
}

.menubar li:after,
.menubar li:before {
  content: "";
  position: absolute;
  display: block;
  border: 0px solid transparent;
  width: 0%;
  height: 0%;
  transition: all 0.5s ease;
}

.menubar li:after {
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}

.menubar li:before {
  width: 0%;
  height: 0%;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}

.navbar-toggler {
  padding: 2px 8px;
}

.navbar-toggler-icon {
  background-size: 75%;
}

.menubar li:hover::before,
.menubar li:hover::after {
  width: 100%;
  height: 100%;
  border-color: rgb(7, 206, 237);
  border-radius: 10px;
}

.bg-sky {
  background-color: #6ac4d0;
}

.bg-sky::before {
  background: #96c054;
}

.bg-sky,
.bg-greeni,
.bg-pink {
  padding: 0.6em 1em;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: .6s;
  z-index: 1;
  font-family: inherit;
}

.bg-sky::before,
.bg-greeni::before,
.bg-pink::before {
  content: '';
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .5s ease;
  display: block;
  z-index: -1;
}

.bg-sky:hover::before,
.bg-greeni:hover::before,
.bg-pink:hover::before {
  width: 105%;
}

.bg-greeni {
  background-color: #96c054;
}

.bg-greeni::before {
  background: #ef5b71;
}

.bg-pink {
  background-color: #ef5b71;
}

.bg-pink::before {
  background-color: #6ac4d0;
}


.nav-item {
  font-size: 1.01rem;
}

.menubar a {
  position: relative;
  z-index: 99;
}
/* download page */

.downloadHome{
  background: #ef5b71;
  padding: 10px;
}
.downloadHome a{
  color: #fff;
  font-weight: 600;
  text-decoration: 2px underline;
  font-size: 18px;
}
.downloadHome img{
  width: 16%;
  top: -141px;
  right: 0px;
}
.downmainWidth{
  max-width: 1120px;
  margin: auto;
  border: 1px solid #ef5b71;
  background-color: #ffffff;
  height: 95vh;
}
.docheading{
  border-bottom: 1px solid #ef5b71;
}
.docintro{
  color:  #0c54a0;
}
.docBackimg{
    background-image: url(../uploads/banners/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;

}
.doctdOne{
  width: 3%;
}
.doctdTwo{
  width: 50%;
}
.doctdhree{
  width: 18%;
}
.docTable tr:nth-of-type(even){
  background: #cbd1d1;
}
/* download page end */
/* End mobile sidebutton */
.overlay {
  background: #000000bd;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0%;
  height: 100vh;
  z-index: 999;
  display: none;
  transition: 1s;
  top: 0;
}

.innerOverlay {
  background: #fafbfb;
  position: fixed;
  padding: 56px 0px;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 1s;

}

.showform {
  top: 50% !important;
}

.showoverlay {
  display: block !important;
}

/* FOOTER STYLES */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}

/* Start Banner */

.fixheightbanner {
  height: calc(100vh - 95px) !important;
  object-fit: fill;
}

.mh-400 {
  min-height: 400px;
}

.mh-450 {
  min-height: 450px;
}

#bannerInner {
  height: calc(100% - 95px)
}

.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.6;
}

.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

.animated {
  animation-duration: 1.5s;
}

.fadeInRight {
  animation-name: fadeInRight;
}

/* End Banner */

/* Quote start*/

.bg-fixed-quote {
  background-image: url(../uploads/comman/quotebg1.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  border-radius: 200px;

}

.fs-big {
  font-size: 40px;
}

.overlay-slight-black {
  position: absolute;
  background-color: #1a1d20;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  opacity: 0.2;
}

/* Quote end */

/* learing code start */
.learning {
  margin-top: 75px;
}

.learningInner {
  font-family: 'Raleway', sans-serif;
  padding: 50px 0px;
  border-radius: 200px 200px 0px 0px;
}

.learningInner h4 {
  margin-bottom: 0px;
}

.learningInner p {
  font-size: 14px;
  margin-bottom: 8px;
}

.learningImg .col figure img {
  height: 275px !important;
}


/* Gallery */
.objectfit-cover {
  object-fit: cover;
}

.lightbox {
  max-width: 50% !important;
}

.gallery {
  max-width: 1200px;
  margin: 0 auto;
  column-count: 4;
  font-family: arial;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
}

.gallery-item figure {
  margin: 0;
  position: relative;
}

.gallery-item figcaption {
  font-style: italic;
  padding: 8px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  box-sizing: border-box;
  bottom: 3px;
  color: #fff;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0 0 14px 14px;
}

.gallery-item img {
  width: 100%;
  border-radius: 14px;
}

.gallery-item p {
  margin: 0;
  padding: 8px;
}

.sectionLinks {
  color: #ef5b71;
  text-decoration: none;
  text-align: end;
  margin-left: auto;
}
/* Gallery End */

/* Education Concept */

.eduConcept {
  background-color: #DC3545;
  width: 35%;
  margin: 50px auto;
  border-radius: 75px 10px;
  color: white;
  padding: 20px 0px;
}

.eduConceptInner {
  background-color: #DC3545;
  border-radius: 50px;
  color: white;
  padding: 10px 0px;
}

/* End Education Concept */

/* Events start */
.upcompingEvent {
  background-color: #95BF54 !important;
  
}
.upcomingImg{
  height: 347px !important;
}

.eventInner {
  background-color: #DC3545;
  width: 40%;
  margin: 50px 0px;
  border-radius: 10px 75px 10px 75px;
  color: white;
  padding: 20px 0px;
}  
#upcomimg .card{
    height: 513px;
}
/* Events End */

/* our Programs */

.Programs>div ul {
  padding-left: 1rem;
  padding-top: 16px;
  min-height: 265px;
}
.Programs>div ul li{
  line-height: 1.6rem;
}

.programsHeading h5{
  color: #0c54a0;
}

.programsHeading>div {
  min-height: 486px;
  padding-left: 30px;
  padding-right: 30px;
}
.programsbottom{
  margin: auto;
  color: white;
  padding: 15px 0px;
  align-self: flex-end;
}
.Programs>div>div>h2{
  width: fit-content !important;
  margin: auto;
}

.location h2{
  width: fit-content;
}
.map{
  position: relative;
  width: 100%;
  /*left: 50%;*/
  /*transform: translate(-50%);*/
}
/* News start */

.news .col img {
  height: 200px !important;
}

.card-text {
  min-height: 100px;
}
/* News end */

/* About Us */
.pt-custom {
  padding-top: 50px;
  padding-bottom: 147px;
  background: #d7d7d7;
}

.peraJustify {
  text-align: justify;

}

.welcome::after {
  content: '';
  background-image: url(../uploads/comman/child.svg);
  height: 170px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: -110px;
  width: 200px;
  left: 64%;
}

/* Vision Mission  start */
.customVisionw {
  max-width: 50%;
}

.custom-width {
  max-width: 44%;
}

.classscale>img {
  transition: 0.6s;
}

.classscale:hover>img {
  transform: scale(110%);
}

.missingcircle {
  border-radius: 50rem 0px 0px 50rem;
}
#pro h2{
  width: fit-content;

}

/* owner name */
.ownerScale {
  transition: 0.8s;
}

.ownerScale:hover {
  transform: scale(1.05);
}

/* Footer Start */

.footer-column a {
  text-decoration: none;
  color: #6c757d;
}

.footer-column a:hover {
  color: #fec503;
  text-decoration: none;
}

footer ::selection {
  background: #fec503;
  text-shadow: none;
}

footer {
  padding: 2rem 0;
  background-color: #212529;
}

.footer-column:not(:first-child) {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .footer-column:not(:first-child) {
    padding-top: 0;
  }
}

.footer-column {
  text-align: center;
  line-height: 30px;
}

.footer-column .nav-item .nav-link {
  padding: 0.1rem 0;
}

.footer-column .nav-item span.nav-link {
  color: #6c757d;
}

.footer-column .nav-item span.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.footer-column .nav-item .fas {
  margin-right: 0.5rem;
}

.footer-column ul {
  display: inline-block;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #0000;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
  background-color: #fff;
}

footer .quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright {
  color: white;
}

.fa-ellipsis-h {
  color: white;
  padding: 2rem 0;
}

/* Footer End */