@charset "UTF-8";
@font-face {
  font-family: "Poppins-semibold";
  src: url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins_semiBold/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-medium";
  src: url("../fonts/Poppins_medium/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins_medium/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-reg";
  src: url("../fonts/Poppins_reg/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins_reg/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-light";
  src: url("../fonts/Poppins_light/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins_light/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-bold";
  src: url("../fonts/Poppins_bold/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins_bold/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mouldy-Cheese";
  src: url("../fonts/mouldy/MouldyCheese-Regular.woff2") format("woff2"), url("../fonts/mouldy/MouldyCheese-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.aboutInner-text {
  margin-bottom: 80px;
}

.aboutP-img {
  background: url("../images/hover-circle.gif") no-repeat;
  background-position: center 10px;
  height: 360px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(14.5px);
  -webkit-backdrop-filter: blur(14.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 15px 10px;
  margin-right: 80px;
}
.aboutP-img img {
  border-radius: 10px;
  height: 330px;
  width: 100%;
}

.aboutP-image {
  margin-left: 80px;
  margin-right: 0px;
}

.aboutP_text h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: capitalize;
  color: #002861;
}
.aboutP_text h6 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
}
.aboutP_text p {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  text-align: justify;
}

.WhyUS {
  margin-top: 50px !important;
}
.WhyUS .aboutP-img {
  background-position: 30px 30px;
}

.whyus_text h6 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: capitalize;
  color: #0d6efd;
}

.whyUs_Subtitle {
  border-bottom: 3px dotted #002861;
  padding: 18px 0;
}
.whyUs_Subtitle h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  font-size: 1.3rem;
  text-transform: capitalize;
  color: #002861;
}
.whyUs_Subtitle p {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  text-align: justify;
  margin-bottom: 0;
}

.Management {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(14.5px);
  -webkit-backdrop-filter: blur(14.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin: 20px 0;
  padding: 30px;
  height: 480px;
  perspective: 1000px;
  position: relative;
  margin-top: 110px;
}

.cards {
  position: absolute;
  width: 97%;
  padding: 20px;
  height: 380px;
  display: flex;
  flex-direction: row;
  opacity: 0;
  transform: scale(0.9);
  transition: all ease-in-out 4s;
}

.cards.active {
  opacity: 1;
  transform: scale(1);
}

.card-text {
  color: #212121;
}
.card-text h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  margin: 20px 0 10px 0;
  color: #002861;
  font-size: 1.5rem;
}
.card-text h6 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins-medium";
  margin: 10px 0;
  color: #F03A47;
  text-transform: uppercase;
}
.card-text p {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  text-indent: 50px;
  text-align: justify;
  margin: 10px 0;
}

.card_img {
  text-align: center;
}
.card_img img {
  width: 65%;
  height: 304px;
  border-radius: 10px;
  box-shadow: 0px 0px 18px #212121;
}

.Apart {
  margin: 30px 0;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(14.5px);
  -webkit-backdrop-filter: blur(14.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 30px;
}
.Apart h2 {
  color: #002861;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  font-size: 1.3rem;
  margin: 30px 0;
  text-transform: uppercase;
  border-bottom: 2px dotted #002861;
  width: 20%;
}
.Apart ul li {
  list-style-type: circle;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  color: #212121;
  margin: 20px 0;
}
.Apart ul li strong {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  font-size: 1.1rem;
  margin-right: 8px;
  color: #212121;
}
.Apart .achive_para {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  color: #212121;
}

.button-btn {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  background-color: transparent;
  color: #04175E;
  background: transparent;
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  margin: 0 15px;
  border: 2px dotted #04175E;
  text-underline-offset: 5px;
  text-transform: uppercase;
  transition: all ease-in-out 4s;
}

.button-btn:hover,
.button-btn:active,
.button-btn:focus {
  background-color: #04175E;
  color: #FAFAFA;
}

.OurTeam {
  margin-top: -7% !important;
  justify-content: center;
}

.talk {
  margin: 0 20px;
  text-align: center;
  padding: 20px 0;
  background: #f8fbff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #212121;
}
.talk h3 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  text-transform: capitalize;
  color: #212121;
}
.talk p {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  text-transform: capitalize;
  color: #212121;
}
.talk .icon img {
  height: 60px;
  width: 60px;
}
.talk .icon span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #212121;
}
.talk .btn-primary {
  color: #F6A31E;
  background: #212121;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}
.talk .btn-check:checked + .btn,
.talk .btn.active,
.talk .btn.show,
.talk .btn:first-child:active,
.talk :not(.btn-check) + .btn:active,
.talk .btn:hover {
  color: #F6A31E;
  background: #212121;
}

.wrapper-ad {
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.location {
  padding: 50px 0;
}
.location .ad-title {
  margin-bottom: 50px;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: capitalize;
  color: #002861;
}
.location .ad-of {
  margin: 25px 0;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
}
.location .office-add .add {
  margin: 20px 0;
}
.location .office-add .add img {
  height: 40px;
  width: 40px;
}
.location .office-add .add span {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
  margin-left: 10px;
}

.wrapper-form {
  margin: 50px 0;
}
.wrapper-form .form_get {
  color: #212121;
}
.wrapper-form .form_get h3 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #002861;
}
.wrapper-form .form_get .form-group {
  margin: 10px 0;
}
.wrapper-form .form_get .form-label {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  text-transform: capitalize;
  margin-bottom: 10px;
}
.wrapper-form .form_get .form-control {
  height: 50px;
}
.wrapper-form .button .btn-primary {
  background-color: #002861;
  color: #f8fbff;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}

.footer_wr {
  background: #FFE7C2;
}

.wrapper-b {
  margin-top: 50px;
}

main {
  margin-top: 50px;
  padding: 50px 0;
}

.main_content {
  display: flex;
  margin: 20px;
}

.content {
  padding: 20px;
}
.content h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: uppercase;
  color: #002861;
}
.content p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}

.sidebar {
  padding: 20px;
  background: #f8fbff;
  height: 600px;
}
.sidebar h6 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  color: #002861;
  text-transform: capitalize;
}
.sidebar ul {
  padding-left: 1rem;
  margin-bottom: 40px;
}
.sidebar ul li {
  list-style-type: circle;
  padding: 0;
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}

.section_cu {
  margin: 20px 0;
}

.collapsible {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins-medium";
  color: #212121;
  cursor: pointer;
  padding: 10px;
  text-align: left;
  border: none;
  outline: none;
  width: 100%;
  transition: background-color 0.3s;
}

.collapsible.orange {
  background: #0B3D91;
  color: #FAFAFA;
}

.collapsible.voilet {
  background: #800080;
  color: #FAFAFA;
}

.collapsible.yellow {
  background: #F03A47;
  color: #FAFAFA;
}

.collapsible.blue {
  background: #264653;
  color: #FAFAFA;
}

.content-section {
  display: none;
  background: #FAFAFA;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #eee;
}
.content-section h4 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  color: #002861;
}
.content-section p,
.content-section ul li {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  text-align: justify;
  color: #212121;
  text-indent: 15px;
}
.content-section h6 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins-medium";
  color: #0d6efd;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: #f8fbff;
  box-shadow: 1px -1px 5px #212121;
}

th,
td {
  border: 1px solid #ccc !important;
  text-align: left;
  padding: 8px;
}

th {
  background-color: #800080;
  color: #FAFAFA;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}

tr:nth-child(odd) {
  background-color: #f9cdf9;
}

td {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}

td:nth-child(1) {
  width: 3%;
  font-weight: 600;
}

td a {
  text-decoration: none;
  color: #0d6efd;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins-medium";
  font-size: 1.1rem;
}

/* SNO */
td:nth-child(2) {
  width: 12%;
}

/* Student Name */
td:nth-child(3) {
  width: 11%;
}

/* Parent Name */
td:nth-child(4) {
  width: 11%;
}

/* Date Of Birth */
td:nth-child(5) {
  width: 12%;
}

/* Admission Number */
td:nth-child(6) {
  width: 10%;
}

/* Class Left */
td:nth-child(7) {
  width: 10%;
}

/* TC Number */
td:nth-child(8) {
  width: 10%;
}

/* Date */
td:nth-child(9) {
  width: 7%;
}

/* Remarks */
td:nth-child(10) {
  width: 11%;
  text-align: center;
}

/* Download TC */
.activities img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 15px 0;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #002861;
}

.img_act {
  width: 20%;
}
.img_act img {
  width: 100%;
  height: 300px !important;
}

.wrapper-main {
  margin: 50px 0;
}

.age-title {
  text-align: center;
  margin: 30px 0 60px 0;
}
.age-title h2 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: capitalize;
}
.age-title p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}

.age-text h4 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  color: #002861;
  text-transform: uppercase;
}
.age-text h4 span {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
}
.age-text p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  margin: 15px 0;
  text-align: justify;
}
.age-text .last-para-age {
  width: 85%;
}

.note_text {
  margin: 50px 0 !important;
}

.note_inner_text h4 {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: capitalize;
  color: #800080;
  margin-bottom: 60px;
}
.note_inner_text p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
  margin: 15px 0;
  text-align: justify;
}
.note_inner_text h6 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  text-transform: capitalize;
  color: #002861;
  margin-bottom: 30px;
}
.note_inner_text h6 span {
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins-light";
}
.note_inner_text ul {
  margin: 0;
  padding: 0;
}
.note_inner_text ul li {
  list-style-type: none;
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}
.note_inner_text ul li::before {
  content: " ↬";
  padding-right: 10px;
}

.head_table_title {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 2px;
  color: #0d6efd;
}

.head_table_subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  font-size: 1.6rem;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 5px;
}

.table_head {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  text-transform: uppercase;
  color: #0d6efd;
  margin: 3rem 0;
}

.fac-det {
  padding: 40px 0;
}
.fac-det .fac_section {
  margin: 50px 0;
}
.fac-det .title_fac {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Poppins-bold";
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
  color: #002861;
}
.fac-det .fac_text h3 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins-semibold";
  color: #0d6efd;
  text-transform: capitalize;
}
.fac-det .fac_text p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Poppins-reg";
}
.fac-det .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 20px;
  margin-top: 0px;
}
.fac-det .gallery img {
  width: 32%;
  height: 222px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s;
}
.fac-det .gallery img:hover {
  transform: scale(1.05);
}
.fac-det .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.fac-det .modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
.fac-det .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}/*# sourceMappingURL=banner.css.map */