@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Template Name – HTML5 Template
    Author: ThemePure
    Support: basictheme400@gmail.com
    Description: Template Name  – HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400..800&display=swap");
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Baloo Da 2', sans-serif;
  --tp-ff-heading: 'Baloo Da 2', sans-serif;
  --tp-ff-p: 'Baloo Da 2', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-heading-primary: #000;
  --tp-grey-1: #e6e5e5;
  --tp-text-body: #000;
  --tp-text-1: #000;
  --tp-theme-orange: #ff5722;
  --tp-theme-purple: #673ab7;
  --tp-theme-blue: #066ec5;
  --tp-theme-orange-grediant: linear-gradient(260deg, #ff5722, #ffffff, #ff5722);
  --tp-theme-green: #47970e;
  --tp-theme-text-green: #93de02;
  --tp-theme-green-grediant: linear-gradient(260deg, #197a17, #ffffff, #167716);
  --tp-theme-light-green: linear-gradient(276deg, #8bc34a, #ffffff, #8bc34a);
  --tp-theme-orange-btn: linear-gradient(174deg, #ff9800, #ff5722);
  --tp-theme-green-btn: linear-gradient(19deg, #107314, #93db3f);
  --tp-theme-header-bg: linear-gradient(167deg, #9e9e9e, #ffffff, #9e9e9e);
  --tp-theme-date-bg: linear-gradient(67deg, #b1b1b1, #ffffff, #ffffff, #b1b1b1);
  --tp-theme-golden-bg: linear-gradient(271deg, #d19d00, #fff59f, #d19d00);
  --tp-theme-golden: #d6a50f;
  --tp-theme-footer-bg: linear-gradient(0deg, #101017 0%, #252530 100%);
  --tp-border-header: rgba(0, 0, 0, 0.1019607843);
  /**
  @font weight declaration
  */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**
  @font size declaration
  */
  --tp-fz-body: 14px;
  --tp-fz-p: 14px;
  --tp-fz-h1: 40px;
  --tp-fz-h2: 36px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 16px;
  --tp-fz-h6: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
    typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: normal;
  color: var(--tp-text-body);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: var(--tp-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: var(--tp-fz-h1);
}

h2 {
  font-size: var(--tp-fz-h2);
}

h3 {
  font-size: var(--tp-fz-h3);
}

h4 {
  font-size: var(--tp-fz-h4);
}

h5 {
  font-size: var(--tp-fz-h5);
}

h6 {
  font-size: var(--tp-fz-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  font-size: var(--tp-fz-p);
  font-weight: var(--tp-fw-normal);
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: rgba(0, 0, 0, 0.471);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

.basic-pagination ul li {
  display: inline-block;
}
.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f1f1f1;
  font-size: 18px;
  font-weight: 600;
}
.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.nice-select::after {
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  transform-origin: center;
  color: var(--tp-common-white);
  font-weight: 500;
  height: auto;
  width: auto;
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: var(--tp-grey-1);
}

.grey-bg-2 {
  background: var(--tp-grey-2);
}

.white-bg {
  background: var(--tp-common-white);
}

.black-bg {
  background: var(--tp-common-black);
}

/*--
    - Spacing
-----------------------------------------*/
/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--tp-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tp-common-black);
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-black);
}
.pulse-btn i {
  padding-left: 2px;
}

/* hambur btn */
.hamurger-btn {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
}
.hamurger-btn span {
  display: inline-block;
  width: 100%;
  background: var(--tp-common-black);
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  z-index: 1;
}
.hamurger-btn span:nth-child(1) {
  top: 0;
}
.hamurger-btn span:nth-child(2) {
  top: 10px;
}
.hamurger-btn span:nth-child(3) {
  top: 20px;
}

/* theme btn */
.tp-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 60px;
  line-height: 62px;
  text-align: center;
  padding: 0 38px;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn i {
  padding-left: 5px;
}
.tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-btn:focus {
  color: var(--tp-common-white);
}

/* link btn style 1 */
.link-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--tp-text-3);
  background: transparent;
  border: 1px solid var(--tp-border-2);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  padding-right: 25px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  overflow: hidden;
}
.link-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn i:last-child {
  left: 0%;
  visibility: hidden;
  opacity: 0;
}
.link-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.link-btn:hover i {
  left: 100%;
  visibility: hidden;
  opacity: 0;
}
.link-btn:hover i:last-child {
  left: 50%;
  visibility: visible;
  opacity: 1;
}

/* link btn style 2 */
.link-btn-2 {
  position: relative;
  font-size: 16px;
  color: var(--tp-text-1);
  font-weight: 500;
  padding-right: 21px;
  display: inline-block;
}
.link-btn-2 i {
  font-size: 14px;
  position: absolute;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn-2 i:first-child {
  right: 10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2 i:last-child {
  right: 0;
}
.link-btn-2:hover {
  color: var(--tp-theme-1);
}
.link-btn-2:hover i:first-child {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn-2:hover i:last-child {
  right: -10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2.link-prev {
  padding-right: 0;
  padding-left: 21px;
}
.link-btn-2.link-prev i:first-child {
  left: 10%;
  right: auto;
}
.link-btn-2.link-prev i:last-child {
  left: 0;
  right: auto;
}
.link-btn-2.link-prev:hover i:first-child {
  left: 0%;
  right: auto;
}
.link-btn-2.link-prev:hover i:last-child {
  left: -10%;
  right: auto;
}

/*----------------------------------------*/
/*  00. Hero CSS START
/*----------------------------------------*/
.hero__area {
  padding: 30px 0;
}
.hero__area .slider__wrapper {
  width: 100%;
  background: var(--tp-common-white);
  padding: 10px;
  border-radius: 10px;
  padding-bottom: 45px;
  position: relative;
}
.hero__area .slider__wrapper .slide__img img {
  width: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
  bottom: 0;
}
.hero__area .slider__wrapper .slider__container {
  width: 100%;
}
.hero__area .slider__wrapper .slider__container .slide_item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.hero__area .slider__wrapper .slider__container .slick-prev,
.hero__area .slider__wrapper .slider__container .slick-next {
  position: absolute;
  bottom: -32px;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(174deg, #ff9800, #ff5722);
  box-shadow: 0px 0px 6px -2px #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__area .slider__wrapper .slider__container .slick-next {
  right: 38%;
  margin-bottom: 0;
}
.hero__area .slider__wrapper .slider__container .slick-prev {
  left: 48%;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .hero__area .slider__person {
    margin-bottom: 20px;
  }
}
.hero__area .slider__person .person__item {
  background-color: var(--tp-common-white);
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.hero__area .slider__person .person__item .person__img {
  width: 100px;
  height: 100%;
}
.hero__area .slider__person .person__item .person__img img {
  width: 100%;
  height: 100%;
}
.hero__area .slider__person .person__item .person__content h4 {
  color: var(--tp-theme-orange);
}
.hero__area .slider__person .person__item .person__content a {
  color: blue;
  font-weight: 700;
}
.hero__area .class__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .hero__area .class__info {
    margin-bottom: 20px;
  }
}
.hero__area .class__info .class__card {
  background: var(--tp-common-white);
  border-radius: 7px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.hero__area .class__info .class__card .class__img {
  width: 50px;
  height: 100%;
}
.hero__area .class__info .class__card .class__img img {
  width: 100%;
  height: 100%;
}
.hero__area .class__info .class__card .class__text p {
  margin: 0;
  font-size: 18px;
  color: blue;
}
.hero__area .school__info {
  background: var(--tp-theme-golden-bg);
  border: 1px solid var(--tp-theme-golden);
  border-radius: 7px;
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 575px) {
  .hero__area .school__info {
    margin-bottom: 20px;
  }
}
.hero__area .school__info ul {
  list-style: none;
}
.hero__area .school__info ul li {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.hero__area .school__info ul li i {
  margin-right: 10px;
}
.hero__area .school__info ul li:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*----------------------------------------*/
/*  02. MAIN CONTENT CSS START
/*----------------------------------------*/
main {
  background: var(--tp-grey-1);
}

.calculator__area {
  margin-bottom: 30px;
}
.calculator__area .calculator__item {
  display: block;
}
.calculator__area .calculator__item .item_box {
  display: flex;
  align-items: center;
  background: var(--tp-common-white);
  gap: 10px;
  border: 1px solid #ddd;
  padding: 7px;
  border-radius: 35px;
}
.calculator__area .calculator__item .item_box .cal__img img {
  width: 50px;
  height: auto;
}
.calculator__area .calculator__item .item_box .cal__content p {
  color: blue;
  margin: 0;
  font-size: 17px;
}

/*----------------------------------------*/
/*  02. Notice CSS START
/*----------------------------------------*/
.notice__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 575px) {
  .notice__wrap {
    grid-template-columns: 1fr;
  }
}

.notice__area .notice__card .notice__header {
  background: var(--tp-theme-orange-grediant);
  border-top: 2px solid var(--tp-theme-orange);
  border-bottom: 2px solid var(--tp-theme-orange);
}
.notice__area .notice__card .notice__header h3 {
  padding: 8px 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.notice__area .notice__card .notice__content {
  background: var(--tp-common-white);
  padding: 10px;
  width: 100%;
  min-height: 260px;
}
.notice__area .notice__card .notice__content .notice_row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.notice__area .notice__card .notice__content .notice_row .notice_date {
  font-size: 14px;
  color: var(--tp-common-black);
  background: var(--tp-theme-date-bg);
  padding: 3px 2px;
  font-weight: 700;
  max-width: 89px;
  width: 100%;
}
.notice__area .notice__card .notice__content .notice_row .notice_text {
  flex: 1;
}
.notice__area .notice__card .notice__content .notice_row .notice_text a {
  font-size: 17px;
  color: blue;
}
.notice__area .notice__card .notice__content .notice_btn {
  margin-top: 20px;
}
.notice__area .notice__card .notice__content .notice_btn a {
  border-radius: 5px;
  padding: 5px 20px;
  background: var(--tp-theme-orange-btn);
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-common-white);
  box-shadow: 1px 1px 7px -3px #000;
}

.teacher__message .message__card .message__header {
  background: var(--tp-theme-green-grediant);
  border-top: 2px solid var(--tp-theme-green);
  border-bottom: 2px solid var(--tp-theme-green);
}
.teacher__message .message__card .message__header h3 {
  padding: 8px 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.teacher__message .message__card .teacher__content {
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--tp-common-white);
}
.teacher__message .message__card .teacher__content .teacher__img {
  max-width: 100px;
  width: 100%;
  height: 100%;
}
.teacher__message .message__card .teacher__content .teacher__img img {
  width: 100%;
  height: 100%;
}
.teacher__message .message__card .teacher__content .teacher__info ul {
  list-style: none;
}
.teacher__message .message__card .teacher__content .teacher__info ul li {
  font-size: 16px;
  color: var(--tp-common-black);
}
.teacher__message .message__card .teacher__content .teacher__info ul li i {
  color: var(--tp-theme-green);
  font-size: 16px;
  margin-right: 10px;
}
.teacher__message .message__card .teacher__quote {
  background: linear-gradient(to bottom, #e0f7e0, #c1e1c1);
  padding: 30px 40px;
}
.teacher__message .message__card .teacher__quote p {
  font-size: 18px;
  text-align: center;
  position: relative;
}
.teacher__message .message__card .teacher__quote p::before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 0;
  color: var(--tp-theme-green);
}
.teacher__message .message__card .teacher__quote p::after {
  content: "\f10e";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  bottom: -5px;
  right: -10px;
  color: var(--tp-theme-green);
}

/************************************/
/***      07. Portfolio css	      ***/
/************************************/
.our__faculty {
  padding: 60px 0;
}
.our__faculty .faculty__nav {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(90deg, #3f51b5, #000000, #3f51b5);
  padding: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}
.our__faculty .faculty__nav button {
  flex: 1;
  text-align: center;
  padding: 8px 10px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 18px;
  border: none;
  margin: 5px;
}
.our__faculty .faculty__nav button.active {
  background: rgba(255, 255, 255, 0.2392156863);
  border-radius: 4px;
  border: 1px dashed #fff;
}
.our__faculty .subject__card {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.our__faculty .subject__card .author .author__head .author__info {
  background: var(--tp-grey-1);
  display: flex;
  align-items: center;
  border: 1px solid var(--tp-border-1);
  gap: 10px;
  margin-bottom: 15px;
  padding: 10px 25px;
}
.our__faculty .subject__card .author .author__head .author__info .auth__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.our__faculty .subject__card .author .author__head .author__info .auth__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our__faculty .subject__card .author .author__head .author__info .auth__content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.our__faculty .subject__card .author .author__head .author__info .auth__content p i {
  margin-right: 7px;
  font-size: 14px;
}
.our__faculty .subject__card .author .subject {
  text-align: center;
  margin-bottom: 15px;
}
.our__faculty .subject__card .author .meta {
  padding: 7px 15px;
  background: var(--tp-grey-1);
}
.our__faculty .subject__card .author .meta ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.our__faculty .subject__card .author .meta ul li {
  font-size: 16px;
}
.our__faculty .subject__card .author .meta ul li i {
  margin-right: 7px;
}
.our__faculty .subject__card .author .meta ul li:first-child i {
  color: var(--tp-theme-green);
}
.our__faculty .subject__card .author .meta ul li:nth-child(2) i {
  color: var(--tp-theme-purple);
}
.our__faculty .subject__card .author .meta ul li:last-child i {
  color: #ffc107;
}

.text-purple {
  color: var(--tp-theme-purple);
}

.text-green {
  color: var(--tp-theme-green);
}

.yello {
  color: #ffc107;
}

/* Mobile-specific styles */
@media (max-width: 767px) {
  .faculty__nav {
    flex-direction: column;
    align-items: center;
  }
  .faculty__nav button {
    width: 100%;
    max-width: 200px;
    margin: 5px 0;
    font-size: 16px;
  }
}
/*----------------------------------------*/
/*  00. counter CSS START
/*----------------------------------------*/
.counter__area {
  margin-top: 30px;
}
.counter__area .counter__box {
  padding: 30px 0;
  margin: 0;
  background: var(--tp-common-white);
}
.counter__area .counter__box .counter__card {
  text-align: center;
}
.counter__area .counter__box .counter__card .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.counter__area .counter__box .counter__card h4 {
  font-size: 22px;
}
.counter__area .counter__box .counter__card p {
  font-size: 18px;
  margin: 0;
}

.purple {
  color: #8f41b0;
  background: rgba(125, 12, 173, 0.1254901961);
}

.green {
  color: #27b737;
  background: rgba(39, 183, 55, 0.1450980392);
}

.orange {
  color: #ff5722;
  background: rgba(255, 87, 34, 0.1254901961);
}

/*----------------------------------------*/
/*  00. TEACHER CSS START
/*----------------------------------------*/
.teachers__area {
  padding: 30px 0;
}
.teachers__area .teacher__card .card__details {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background-color: var(--tp-common-white);
}
.teachers__area .teacher__card .card__details .teacher__info {
  width: 100%;
  min-height: 84px;
  background: linear-gradient(260deg, #3f51b5, #ffffff, #3f51b5);
  margin-top: 83px;
  position: relative;
  border-top: 2px dashed #3f51b5;
}
.teachers__area .teacher__card .card__details .teacher__info .teacher__img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px dashed #673ab7;
  box-sizing: border-box;
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.teachers__area .teacher__card .card__details .teacher__info .teacher__img img {
  max-width: 200px;
  width: 100%;
  object-fit: cover;
  top: 50%;
}
.teachers__area .teacher__card .card__details .teacher__info img {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
}
.teachers__area .teacher__card .card__details .profile__content {
  box-sizing: border-box;
  padding: 7px 10px;
  background: linear-gradient(45deg, #03a9f4, #3f51b5);
  text-align: center;
  color: #fff;
}
.teachers__area .teacher__card .card__details .profile__content h3 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teachers__area .teacher__card .card__details .profile__content p {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 500;
}
.teachers__area .teacher__card .card__details .profile__content .profile__contact {
  display: inline-flex;
  gap: 10px;
}
.teachers__area .teacher__card .card__details .profile__content .profile__contact span {
  width: 40px;
  line-height: 40px;
  background: var(--tp-theme-green);
  border-radius: 7px;
  cursor: pointer;
}

.bg-white {
  background: var(--tp-common-white);
  padding: 15px 0;
}

.teacher__header {
  background: var(--tp-theme-green-grediant);
  padding: 10px 0;
  border-top: 2px solid var(--tp-theme-green);
  border-bottom: 2px solid var(--tp-theme-green);
}
.teacher__header h3 {
  text-align: center;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  02. School History CSS START
/*----------------------------------------*/
.history__area {
  margin-top: 30px;
}
.history__area .history__content h2 {
  font-size: 31px;
  color: var(--tp-common-black);
  align-items: center;
  margin-bottom: 15px;
}
.history__area .history__content h2 img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.history__area .history__content h2 .q-mark {
  color: var(--tp-theme-orange);
  margin-left: 5px;
}
.history__area .history__content p {
  font-size: 18px;
  color: var(--tp-common-black);
}
.history__area .history__content a {
  color: var(--tp-theme-blue);
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
}
.history__area .history__img img {
  width: 100%;
  background: var(--tp-common-white);
  padding: 10px;
  border-radius: 10px;
}

/*----------------------------------------*/
/*  02. Link CSS START
/*----------------------------------------*/
.links__area {
  margin-top: 30px;
}
.links__area .links__card .link__header {
  background: var(--tp-theme-light-green);
  border-top: 2px solid var(--tp-theme-green);
  border-bottom: 2px solid var(--tp-theme-green);
}
.links__area .links__card .link__header h3 {
  font-size: 21px;
  text-align: center;
  padding: 7px 20px;
  margin: 0;
}
.links__area .links__card .link__content {
  padding: 9px 20px;
  background: var(--tp-common-white);
  width: 100%;
  min-height: 150px;
}
.links__area .links__card .link__content ul {
  list-style: none;
}
.links__area .links__card .link__content ul li {
  margin-bottom: 7px;
}
.links__area .links__card .link__content ul li i {
  margin-right: 10px;
  font-size: 17px;
}
.links__area .links__card .link__content ul li a {
  font-size: 17px;
  color: blue;
  font-weight: 500;
}

/*----------------------------------------*/
/*  02.  STUDENT CSS START
/*----------------------------------------*/
.student__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 575px) {
  .student__wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .student__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .student__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.students__area {
  margin-top: 60px;
}
.students__area .student__card {
  padding: 10px;
  border-radius: 10px;
  background: var(--tp-common-white);
}
.students__area .student__card .student__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.students__area .student__card .student__info {
  text-align: center;
  padding: 10px;
  background: var(--tp-common-white);
}
.students__area .student__card .student__info h4 {
  margin-bottom: 15px;
}
.students__area .student__card .student__info .student__meta {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.students__area .student__card .student__info .student__meta .gpa {
  display: inline-block;
  background: rgba(39, 183, 55, 0.1450980392);
  padding: 0px 9px;
  border-radius: 21px;
  color: #27b737;
  font-size: 12px;
}
.students__area .student__card .student__info .student__meta .session {
  display: inline-block;
  background: rgba(125, 12, 173, 0.1254901961);
  padding: 0px 9px;
  border-radius: 21px;
  color: #8f41b0;
  font-size: 12px;
}

.section__heading {
  text-align: center;
  margin-bottom: 15px;
}
.section__heading h2 {
  margin-top: 40px;
  text-align: center;
  font-size: 30px;
  color: #3f3f3f;
}
.section__heading p {
  font-size: 16px;
  font-weight: 600;
}
.section__heading p i {
  color: red;
  margin-right: 7px;
}
.section__heading p span {
  color: var(--tp-theme-green);
}

.location__area .map {
  width: 100%;
  height: 280px;
  background: var(--tp-common-white);
  padding: 10px;
  border-radius: 10px;
}
.location__area .map iframe {
  width: 100%;
  height: 100%;
}

.divider {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #eee, #a5a5a5, #eee);
  margin-top: 30px;
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.header {
  box-shadow: 0px 2px 5px -2px #000;
}
.header__transparent {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header__top {
  background-color: var(--tp-theme-blue);
}
.header__bottom {
  background: var(--tp-theme-header-bg);
  box-shadow: 0 3px 6px -2px #000;
  z-index: 999;
  position: relative;
}
.header__info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.header__info ul li:last-child {
  margin-right: 0;
}
.header__info ul li a {
  color: var(--tp-text-2);
  font-size: 13px;
}
.header__info ul li a:hover {
  color: var(--tp-theme-1);
}
.header__info ul li a i {
  margin-right: 5px;
}
.header__info ul li a svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.header__info ul li a svg path {
  fill: var(--tp-text-4);
}
.header__border {
  border-bottom: 1px solid rgba(3, 18, 32, 0.07);
}
.header__hamburger {
  margin-top: 3px;
  padding: 10px 0;
}
.header__action ul {
  display: flex;
  gap: 10px;
}
.header__action ul > li:first-child a {
  background: linear-gradient(174deg, #ff9800, #ff5722) !important;
}
.header__action ul li {
  list-style: none;
}
.header__action ul li a {
  background: linear-gradient(174deg, #80cc06, #388811) !important;
  position: relative;
  font-size: 18px;
  top: 1px;
  border-radius: 0px;
  padding: 8px 10px;
  font-weight: 600;
  color: var(--tp-common-white);
  margin-top: 5px;
}
.header__action ul li a:hover {
  color: var(--tp-common-white);
}
.header__social ul li {
  display: inline-block;
  margin-right: 5px;
}
.header__social ul li:last-child {
  margin-right: 0;
}
.header__social ul li a {
  font-size: 14px;
  color: var(--tp-common-black);
  display: inline-block;
  font-size: 18px;
  color: var(--tp-common-black);
  padding: 10px 15px;
}
.header__social ul li a:hover {
  color: var(--tp-theme-1);
}

.header__sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: var(--tp-common-white);
}

/* logo */
.logo {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.logo img {
  width: 70%;
  height: auto;
}

.main-li {
  background: linear-gradient(174deg, #80cc06, #388811) !important;
  font-size: 18px;
  top: 1px;
  border-radius: 0px;
  padding: 8px 10px;
  font-weight: 600;
  color: var(--tp-common-white) !important;
}
.main-li:hover {
  color: var(--tp-common-white);
}

/* main menu css */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu {
    margin-left: 50px;
  }
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
}
.main-menu ul li:last-child a {
  border-right: none;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  color: var(--tp-common-black);
  padding: 10px 15px;
  border-right: 1px solid var(--tp-border-header);
}
.main-menu ul li a i {
  margin-right: 2px;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 260px;
  background: linear-gradient(174deg, #ff9800, #ff5722);
  box-shadow: 0px 2px 5px -2px #000;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li a {
  padding: 10px 25px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: var(--tp-common-black);
  width: 100%;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--tp-theme-1);
  z-index: -1;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--tp-common-white);
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--tp-common-white);
}
.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover > a {
  background: linear-gradient(174deg, #80cc06, #388811) !important;
  color: var(--tp-common-white);
}
.main-menu ul li:hover > a::after {
  color: var(--tp-theme-1);
}
.main-menu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.tp-sidebar-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100%;
  background: #fff none repeat scroll 0 0;
  overflow-y: scroll;
  z-index: 9999;
  padding: 30px;
  transition: all 0.7s;
}

.tp-sidebar-menu.sidebar-opened {
  right: 0;
}

.sidebar-close {
  width: 60px;
  height: 30px;
  background: var(--tp-theme-golden-bg);
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--clr-common-black);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--clr-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--clr-common-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--clr-common-black);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--clr-common-black);
}

/*----------------------------------------*/
/*  00. FOOTER CSS START
/*----------------------------------------*/
.footer__area .footer__img {
  background: var(--tp-grey-1);
  margin-bottom: -19px;
}
.footer__area .footer__img img {
  width: 100%;
  height: auto;
}
.footer__area .footer__main {
  background: var(--tp-theme-footer-bg);
  padding: 60px 0;
}
.footer__area .footer__main .footer__widget .footer__title {
  margin-bottom: 20px;
}
.footer__area .footer__main .footer__widget .footer__title h4 {
  color: var(--tp-theme-text-green);
  font-size: 24px;
}
.footer__area .footer__main .footer__widget ul {
  list-style: none;
}
.footer__area .footer__main .footer__widget ul li {
  color: var(--tp-common-white);
  margin-bottom: 7px;
  font-size: 17px;
}
.footer__area .footer__main .footer__widget ul li i {
  margin-right: 10px;
}

.footer__bottom {
  box-sizing: border-box;
  padding: 20px;
  background-image: linear-gradient(181deg, #101017 0%, #252530 100%);
}
.footer__bottom p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.footer__bottom p a {
  color: var(--tp-theme-green);
}

/*# sourceMappingURL=style.css.map */
