/** @format */
/** @format */
.inner_page .sec_padding {
  padding: 8rem 0;
}

.inner_page .sec_title {
  color: #131313;
  
}
.inner_page h2.sec_title{
    /*font-weight: 700;*/
}

.inner_page p {
  opacity: 0.9;
  font-size: 1.7rem;
}

.sub_text{
    font-size: 17px;
    opacity: .8;
    color: rgba(80,92,127,.7);
}
.top_text{
    line-height: 3.5rem;
    margin: 0 10%;
}

.inner_banner {
  height: 475px;
  position: relative;
}

.inner_banner > img {
  height: 100%;
}

.inner_banner .banner_caption {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10%;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.inner_banner .main_title {
  font-size: 4.8rem;
  font-weight: 700;
}

.breadcrumbs li:not(:last-child) {
  position: relative;
  margin-right: 1.5rem;
  padding-right: 3rem;
}

.breadcrumbs li:not(:last-child)::after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 0;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumbs li:last-child {
  color: #ed9529;
}

.breadcrumbs li,
.breadcrumbs a {
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.breadcrumbs a:hover,
.breadcrumbs a:hover {
  color: #ed9529;
}

.chairman_img{
    /*height: 430px;*/
    /*width: 100%;*/
    /*object-fit: cover;*/
    /*object-position: center;*/
}

.chairman_msg .top_image {
  background-image: url(../images/aboutus/management/section1-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 4rem 1rem 5rem;
}
.inner_page .chairman_msg p {
    font-size: 2rem;
    margin: 0 10% 1rem;
    line-height: 3rem;
}

.chairman_msg .top_image img {
  border-radius: 1rem;
}

.chairman_msg .desg {
  color: #22316a;
  font-size: 2.6rem;
  font-weight: 700;
}

.board_members {
  background-color: #f9faff;
  position: relative;
  padding: 10rem 0 10rem;
  margin-top: 10rem;
}

.board_members::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -10rem;
  z-index: -1;
  height: 23rem;
  background-image: url(../images/aboutus/management/section2-shape.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.board_members .board_members_inner {
  border: 1px solid #ececec;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.board_members .board_members_inner img {
  width: 100%;
}
.board_members .board_members_inner .kuldeep_kataria{
    /*height: 173px;*/
    /*object-fit: cover;*/
}

.board_members .board_members_inner a {
  text-decoration: none;
  color: #131313;
}

.board_members .board_members_inner .member_name {
  text-transform: capitalize;
  font-weight: 700;
}
.board_members .board_members_inner h5{
    color: #22316a;
    font-size: 1.8rem;
    font-weight: 600;
    opacity: .6;
}

.board_members .board_members_inner .content {
  height: 16rem;
  padding: 2.5rem 2rem;
}

.board_members .board_members_inner:hover {
  -webkit-filter: drop-shadow(0px 3px 14px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 3px 14px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
}

.discover {
  background-image: url("../images/aboutus/management/section3-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.discover img {
  border-radius: 1rem;
}

.discover p {
  font-size: 15px;
  padding-right: 10%;
}

.discover .content {
  padding: 2rem 0 1rem;
}

.discover .entry_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
}

.teacher_staff .content {
  background-color: #22316a;
}

.teacher_staff .teacher_staff_inner {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.teacher_staff .teacher_staff_inner a {
  text-decoration: none;
}

.teacher_staff .teacher_staff_inner .inner_content {
  padding: 2rem;
  height: 12rem !important;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border: 1px solid #ececec;
  border-top: none;
}

.teacher_staff .teacher_staff_inner .entry_name {
  font-size: 17px;
}

.teacher_staff .teacher_staff_inner .entry_name,
.teacher_staff .teacher_staff_inner p ,
.teacher_staff .teacher_staff_inner h5{
  opacity: 0.9;
  color: #ffffff;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.teacher_staff .teacher_staff_inner h5{
    font-weight: 600;
    margin-top: 1rem;
        font-size: 16px;
}

.teacher_staff .teacher_staff_inner .inner_image {
  height: 19.5rem;
  overflow: hidden;
}

.teacher_staff .teacher_staff_inner .inner_image img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.teacher_staff .teacher_staff_inner:hover {
  -webkit-filter: drop-shadow(0px 3px 14px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 3px 14px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
}

.teacher_staff .teacher_staff_inner:hover p {
  opacity: 1;
  color: initial;
}

.teacher_staff .teacher_staff_inner:hover .entry_name,
.teacher_staff .teacher_staff_inner:hover h5{
  opacity: 1;
  color: #131313;
}

.teacher_staff .teacher_staff_inner:hover .inner_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.school_detail_inner {
  border-radius: 1rem;
  /*padding: 2.5rem 2.5rem 0;*/
  padding: 1.5rem 1.5rem 0;
  background: #ffffff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.school_detail_inner .school_image img {
  border-radius: 1rem;
}

.public_school img{
    height: 155px;
    object-fit: cover;
    object-position: top;
}

.school_detail_inner .content {
  /*padding: 3rem 1.5rem;*/
      padding: 2rem 1rem 3rem;
}
.school_detail_inner .content p {
    font-size: 14px;
    line-height: 2.3rem;
    transition: .5s ease-in-out;
}

.school_detail_inner .content a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.school_detail_inner .content > div:nth-child(1), .school_detail_inner .content > div:nth-child(3) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.school_detail_inner .content > div:nth-child(2) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.school_detail_inner .content > div:nth-child(2) img {
  margin-top: 0.5rem;
}

.school_detail_inner .content > div:not(:last-child) {
  margin-bottom: 2rem;
}

.school_detail_inner .content > div .icon {
  width: 25px;
  margin-right: 1rem;
}
.school_detail_inner .content > div:last-child .icon{
    margin-top: 8px;
}

.school_detail_inner .content > div .icon img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.school_detail_inner .content .title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.school_detail_inner:hover {
  background-color: #22316a;
}

.school_detail_inner:hover a,
.school_detail_inner:hover p{
  color: #ffffff;
}
.school_detail_inner:hover a{
    font-weight: 400;
}
.school_detail_inner .slash{
    width: 6px;
    overflow: hidden;
    color: #22316a;
   -webkit-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out; 
}
.school_detail_inner:hover .slash{
    font-weight: 600;
    display: inline-block;
    font-size: 15px;
    width: 6px;
    vertical-align: bottom;
}


.school_detail_inner:hover .title {
  color: #ffffff;
}

.school_detail_inner:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.vision .image_container,
.mission .image_container,
.our_location .image_container {
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 6rem 0;
}

.vision .image_container img,
.mission .image_container img,
.our_location .image_container img {
  border-radius: 1rem;
}

.vision .sec_title,
.mission .sec_title,
.our_location .sec_title {
  margin-bottom: 2rem;
}
.content_list{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: rgba(80,92,127,.7);
    letter-spacing: 0.5px;
}

.vision .image_container {
  background-image: url("../images/aboutus/vision/section1-bg.png");
}

.mission .image_container {
  background-image: url("../images/aboutus/vision/section2-bg.png");
}

.our_location .image_container {
  padding: 7rem 6rem;
  background-image: url("../images/aboutus/history/section1-bg-image.png");
}

.core_values {
  margin-top: 14rem;
  position: relative;
  background-color: #f9faff;
}

.core_values.sec_padding {
  padding-top: 0;
}

.core_values:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 205px;
  top: -15rem;
  left: 0;
  z-index: -1;
  background-image: url("../images/aboutus/vision/section3-shape.png");
}

.core_values .main_content {
  margin-top: 5.5rem;
}

.core_values .core_val_title {
  font-size: 16px;
  line-height: 2.5rem;
  margin-top: 2rem;
  color: #131313;
}

.core_values .thought_cont {
  background-color: #22316a;
  position: relative;
  padding: 8rem 5rem 3rem;
  border-radius: 1rem;
  margin-top: 8rem;
}

.core_values .thought_cont p {
  color: #ffffff;
  line-height: 3rem;
  margin-bottom: 3rem;
  font-size: 16px;
}

.core_values .thought_cont .vector_icon {
  left: 50%;
  position: absolute;
  width: 98px;
  height: 98px;
  border: 4px solid #fff;
  border-radius: 50%;
  top: -49px;
  background: #22316a;
  padding: 3.5rem 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.quality_policy .top_section {
  background-color: #f9faff;
}

.quality_policy .bottom_section {
  background-color: #22316a;
}

.quality_policy .bottom_section p {
  color: #ffffff;
  font-size: 16px;
}

.quality_policy .bottom_section .quality_policy_inner {
  border-radius: 1rem;
  padding: 3rem 1rem;
  background-color: #3a4b8c;
  height: 100%;
}

.quality_policy .bottom_section .quality_policy_inner img {
  margin-bottom: 2rem;
}

.quality_policy .content {
  margin-top: 6rem;
}

.our_history .history_inner {
  padding: 15px 9rem;
  position: relative;
}

.our_history .history_inner::before {
  content: "";
  position: absolute;
  height: calc(100% - 15px - 3px);
  width: 4px;
  top: 15px;
  background-color: rgba(34, 49, 106, 0.15);
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

.our_history .history_inner::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 0;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  background-color: rgba(34, 49, 106, 0.15);
}

.our_history .history_inner.active::before, .our_history .history_inner.active::after {
  background-color: #3a4b8c;
}

.our_history .history_inner.left_box::before {
  right: -2px;
}

.our_history .history_inner.left_box::after {
  right: -6px;
}

.our_history .history_inner.right_box::before {
  left: -2px;
}

.our_history .history_inner.right_box::after {
  left: -6px;
}

.our_history .history_inner .inner {
  -webkit-filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.08));
  background-color: #ffffff;
  border-radius: 1rem;
}

.our_history .history_inner img {
  border-radius: 1rem;
}

.our_history .history_inner .content {
  padding: 3rem;
}

.our_history .main_content .col-12:last-child {
  position: relative;
}

.our_history .main_content .col-12:last-child::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  bottom: -12px;
  right: -6px;
  background-color: #3a4b8c;
}
.educational .sec_title{
    text-transform: uppercase;
}
.educational .bottom_section {
  background-color: #22316a;
}

.educational .bottom_section p {
  color: #ffffff;
  opacity: 1;
}

.educational .bottom_section img {
  border-radius: 1rem;
}

.educational hr {
  margin: 8rem 0;
  background: #fff;
  height: 2px;
}


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