@charset "UTF-8";
.heading-2 {
  color: #8d221c;
  font-weight: 600; }
  .heading-2 span {
    color: #8d221c; }

/*.img__banner { 
	img {max-height: 150px;}
	}*/
.founders .box {
  background: #E6E6E6;
  padding: 40px 35px;
  text-align: center; }
  .founders .box:nth-of-type(2) {
    background: #f8f9fa;
    text-align: left; }
    .founders .box:nth-of-type(2) p {
      text-align: justify; }
  .founders .box:nth-of-type(4) {
    background: #f8f9fa;
    text-align: left; }
  .founders .box:nth-of-type(6) {
    background: #f8f9fa;
    text-align: left; }

.text-left {
  text-align: left; }

.student-affiars .services-student {
  padding: 20px;
  border: 1px solid #787878;
  border-radius: 15px;
  box-shadow: 1px 2px 12px #b1b1b1;
  margin-bottom: 30px; }
  .student-affiars .services-student .col-sm-1 {
    text-align: center; }
    .student-affiars .services-student .col-sm-1 img {
      margin-top: 8px; }
  .student-affiars .services-student .col-sm-2 {
    text-align: center;
    padding-top: 30px; }
  .student-affiars .services-student h4 {
    color: #8d221c;
    margin-bottom: 15px;
    font-weight: 600; }
  .student-affiars .services-student p {
    font-weight: 400; }

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.time-section {
  background: #f8f9fa;
  padding: 50px 0; }

.timeline {
  white-space: nowrap;
  overflow-x: hidden; }

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 265px 0;
  transition: all 1s; }

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #f1a700; }

.timeline ol li:last-child {
  width: 280px; }

.timeline ol li:not(:first-child) {
  margin-left: 14px; }

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #8d221c; }

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 15px;
  white-space: normal;
  color: black;
  background: #fff;
  height: 245px !important;
  box-shadow: 2px 10px 17px #d3d3d3; }
  .timeline ol li div:hover {
    background: #f1a700; }

.timeline ol li:nth-of-type(6) div {
  overflow: hidden; }
  .timeline ol li:nth-of-type(6) div:hover {
    height: auto !important;
    background: #f1a700; }

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid; }

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%); }

/*.timeline ol li:nth-child(odd) div {
  &:after {
	content:"";
	posistion:absolute;
	
  }
}*/
.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 10px 10px 0 0;
  border-color: #fff transparent transparent transparent; }

.timeline ol li:nth-child(odd) div:hover {
  overflow: visible; }
  .timeline ol li:nth-child(odd) div:hover:before {
    border-color: #f1a700 transparent transparent transparent; }

.timeline ol li:nth-child(even) div:hover {
  overflow: visible; }
  .timeline ol li:nth-child(even) div:hover:before {
    border-color: transparent transparent transparent #f1a700; }

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
  box-shadow: -4px -7px 17px #d3d3d3; }

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff; }

.timeline time {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  width: 120px;
  background: #8d221c;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 20px; }

.timewrap {
  position: relative; }
  .timewrap .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    .timewrap .arrows .arrow {
      position: absolute;
      z-index: 9;
      font-size: 36px;
      border: none;
      background: transparent;
      padding: 0;
      cursor: ponter;
      display: inline-block; }
    .timewrap .arrows .arrow__prev {
      margin-right: 20px;
      left: -25px;
      top: 45%; }
    .timewrap .arrows .arrow__next {
      right: -25px;
      top: 45%; }

.timeline .disabled {
  opacity: .5; }

.timeline .arrows img {
  width: 45px;
  height: 45px; }

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; }

  .timeline ol {
    padding: 0;
    transform: none !important; }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent; }

  .timeline ol li:first-child {
    margin-top: 25px; }

  .timeline ol li:not(:first-child) {
    margin-left: auto; }

  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px; }

  .timeline ol li div {
    position: static; }

  .timeline ol li:nth-child(odd) div {
    transform: none; }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px; }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none; } }
section.content {
  padding: 50px 0; }
  section.content p {
    text-align: justify; }

.treemenu {
  background: #f8f9fa;
  padding: 50px 0; }

.tree, .section ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.tree {
  /*background: #E6E6E6;
  border: 1px solid #d9d9d9;*/ }

.tree li {
  /*border-bottom: 1px solid #d9d9d9;*/
  padding: 15px 10px; }

.tree li:last-child {
  border: 0; }

.section ul {
  display: none; }

.section input:checked ~ ul {
  display: block; }

.section input[type=checkbox] {
  display: none; }

.section {
  position: relative;
  padding-left: 35px !important; }
  .section label {
    font-weight: 600;
    color: #8d221c;
    cursor: pointer; }
  .section .section label:after {
    top: -5px; }

.section label:after {
  content: "\0002B";
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  text-align: center;
  font-size: 30px;
  color: #8d221c;
  transition: all 0.5s;
  font-weight: 600; }

.section input:checked ~ label:after {
  color: #f1a700;
  transform: rotate(45deg); }

.section ul {
  margin-top: 10px; }

.section ul li {
  color: #000000;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 500; }
  .section ul li .fa-solid {
    margin-right: 10px;
    color: #f1a700; }

.time-new-section {
  background: #f8f9fa;
  padding: 50px 0; }
  .time-new-section ul {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    min-height: 600px;
    margin-top: 50px; }
    .time-new-section ul li {
      display: inline-block;
      width: 400px;
      background: #fff;
      margin: 10px 15px;
      padding: 20px;
      border-radius: 15px;
      position: absolute;
      border-top: 2px solid #f1a700;
      box-shadow: 3px 4px 8px #b3b3b3; }
      .time-new-section ul li:nth-of-type(1) {
        top: 0;
        left: 0; }
        .time-new-section ul li:nth-of-type(1):after {
          display: inline-block;
          content: "";
          width: 63px;
          height: 5px;
          border-bottom: 5px dotted #f1a700;
          position: absolute;
          right: -66px;
          top: 52px; }
      .time-new-section ul li:nth-of-type(2) {
        top: 0;
        left: 469px;
        width: 330px; }
        .time-new-section ul li:nth-of-type(2):after {
          display: inline-block;
          content: "";
          width: 63px;
          height: 5px;
          border-bottom: 5px dotted #f1a700;
          position: absolute;
          right: -66px;
          top: 52px; }
      .time-new-section ul li:nth-of-type(3) {
        width: 230px;
        right: 0;
        top: 10px; }
        .time-new-section ul li:nth-of-type(3):after {
          display: inline-block;
          content: "";
          width: 161px;
          height: 211px;
          border-right: 5px dotted #f1a700;
          position: absolute;
          right: -74px;
          top: 52px;
          border-radius: 240px; }
      .time-new-section ul li:nth-of-type(4) {
        top: 210px;
        right: -8px; }
      .time-new-section ul li:nth-of-type(5) {
        top: 210px;
        right: 550px; }
        .time-new-section ul li:nth-of-type(5):after {
          display: inline-block;
          content: "";
          width: 155px;
          height: 5px;
          border-bottom: 5px dotted #f1a700;
          position: absolute;
          right: -156px;
          top: 56px; }
        .time-new-section ul li:nth-of-type(5):before {
          display: inline-block;
          content: "";
          width: 195px;
          height: 246px;
          border-left: 5px dotted #f1a700;
          position: absolute;
          left: -197px;
          top: 65px;
          border-radius: 202px 0px 92px 207px;
          border-top: 5px dotted #f1a700; }
        .time-new-section ul li:nth-of-type(5) time {
          width: 125px; }
      .time-new-section ul li:nth-of-type(6) {
        top: 425px;
        left: 0;
        width: 370px; }
        .time-new-section ul li:nth-of-type(6):after {
          display: inline-block;
          content: "";
          width: 63px;
          height: 5px;
          border-bottom: 5px dotted #f1a700;
          position: absolute;
          right: -66px;
          top: 73px; }
      .time-new-section ul li:nth-of-type(7) {
        top: 425px;
        left: 429px;
        width: 300px; }
        .time-new-section ul li:nth-of-type(7):after {
          display: inline-block;
          content: "";
          width: 63px;
          height: 5px;
          border-bottom: 5px dotted #f1a700;
          position: absolute;
          right: -66px;
          top: 70px; }
      .time-new-section ul li:nth-of-type(8) {
        right: -15px;
        top: 425px;
        width: 300px; }
      .time-new-section ul li div {
        font-size: 14px;
        text-align: center;
        font-weight: 500; }
        .time-new-section ul li div time {
          display: block;
          background: #8d221c;
          width: 110px;
          padding: 5px 10px;
          margin-bottom: 8px;
          margin-left: auto;
          margin-right: auto;
          font-size: 18px;
          font-weight: 600;
          border-radius: 50px;
          color: #fff;
          margin-top: -40px;
          text-transform: uppercase;
          border: 1px solid #f1a700; }
          .time-new-section ul li div time a {
            font-weight: 600; }

#more {
  display: none; }

#more2 {
  display: none; }

#more3 {
  display: none; }

#more4 {
  display: none; }

.download-box {
  position: relative;
  border: 1px solid #f1a700;
  border-radius: 20px;
  min-height: 175px;
  padding: 5px 15px;
  margin: 20px;
  transition: 1s all ease;
  box-shadow: 3px 4px 12px #dbdbdb; }
  .download-box:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 23px 0 0 0;
    border-top: 2px solid #f1a700;
    border-left: 2px solid #f1a700;
    position: absolute;
    top: -4px;
    left: -4px; }
  .download-box:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 0px 0px 0px 23px;
    border-bottom: 2px solid #f1a700;
    border-left: 2px solid #f1a700;
    position: absolute;
    bottom: -4px;
    left: -4px; }
  .download-box span {
    display: block; }
    .download-box span:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 0px 23px 0px 0px;
      border-top: 2px solid #f1a700;
      border-right: 2px solid #f1a700;
      position: absolute;
      right: -4px;
      top: -4px; }
    .download-box span:after {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 0px 0px 23px 0px;
      border-bottom: 2px solid #f1a700;
      border-right: 2px solid #f1a700;
      position: absolute;
      right: -4px;
      bottom: -4px; }
  .download-box h4 {
    color: #8d221c;
    font-size: 18px;
    font-weight: 600; }
  .download-box:hover {
    box-shadow: 3px 4px 12px #c1bdbd;
    border-color: #8d221c; }
    .download-box:hover:before, .download-box:hover:after {
      border-color: #8d221c; }
    .download-box:hover span:before, .download-box:hover span:after {
      border-color: #8d221c; }
    .download-box:hover h4 {
      color: #f1a700; }

.reveal {
  position: relative;
  opacity: 0; }

.reveal.active {
  opacity: 1; }

.active.fade-bottom {
  animation: fade-bottom 1s ease-in; }

.active.fade-left {
  animation: fade-left 1s ease-in; }

.active.fade-right {
  animation: fade-right 1s ease-in; }

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
.events {
  margin-bottom: 50px; }
  .events .latest-events {
    background: #f8f9fa;
    padding: 15px;
    text-align: center;
    border: 2px solid #e7e7e7;
    min-height: 488px; }
    .events .latest-events img {
      height: 200px;
      margin: auto; }
    .events .latest-events p {
      margin: 10px 0;
      font-weight: 500;
      color: #f1a700; }
      .events .latest-events p .fa-solid {
        color: #f1a700;
        margin-right: 10px; }
    .events .latest-events h3 {
      font-size: 18px;
      margin-bottom: 15px; }
  .events .more-events {
    padding: 20px;
    background: url(../images/talk-to-us.png) no-repeat 0 0; }
    .events .more-events .tab {
      overflow: hidden; }
      .events .more-events .tab a {
        padding: 10px 15px;
        color: #fff;
        background: #f1a700;
        font-weight: 500;
        display: inline-block;
        transition: 1s all ease; }
        .events .more-events .tab a.active {
          background: #b91a11; }
        .events .more-events .tab a:hover {
          background: #b91a11; }
    .events .more-events #all {
      height: 405px;
      scrollbar-width: thin;
      scrollbar-color: #f1a700 #b8b8b8;
      overflow: auto; }
      .events .more-events #all::-webkit-scrollbar {
        width: 5px; }
      .events .more-events #all::-webkit-scrollbar-track {
        background: #b8b8b8; }
      .events .more-events #all::-webkit-scrollbar-thumb {
        background-color: #f1a700;
        border-radius: 5px;
        border: 0px solid #b8b8b8; }
      .events .more-events #all:-moz-scrollbar {
        width: 5px; }
      .events .more-events #all:-moz-scrollbar-track {
        background: #b8b8b8; }
      .events .more-events #all:-moz-scrollbar-thumb {
        background-color: #b8b8b8;
        border-radius: 5px;
        border: 0px solid #b8b8b8; }
    .events .more-events .tabcontent {
      padding: 20px 0px;
      border-top: none; }
      .events .more-events .tabcontent ul {
        padding-left: 0;
        list-style-type: none; }
        .events .more-events .tabcontent ul li {
          display: flex;
          transition: 1s all ease;
          margin-bottom: 10px; }
          .events .more-events .tabcontent ul li .date {
            padding: 15px 20px;
            color: #fff;
            text-align: center;
            background: #f1a700;
            line-height: 20px;
            min-width: 120px; }
            .events .more-events .tabcontent ul li .date span:nth-of-type(1) {
              font-size: 42px;
              font-weight: 600; }
          .events .more-events .tabcontent ul li .event-content {
            background: #fff;
            padding: 10px 15px 5px;
            width: 100%; }
            .events .more-events .tabcontent ul li .event-content .heading4, .events .more-events .tabcontent ul li .event-content .heading4 * {
              color: #000 !important;
              font-size: 14px !important; }
            .events .more-events .tabcontent ul li .event-content .readmore {
              margin-top: 10px;
              padding: 6px 15px;
              color: #fff;
              background: #f1a700;
              font-weight: 500;
              display: inline-block;
              transition: 1s all ease; }
          .events .more-events .tabcontent ul li:hover .date {
            background: #b91a11; }
          .events .more-events .tabcontent ul li:hover .readmore {
            background: #b91a11; }

.faculty-box {
  padding: 15px;
  box-shadow: 2px 4px 9px #d1d1d1;
  border-radius: 15px;
  text-align: center;
  border-top: 2px solid #f1a700;
  margin-bottom: 60px;
  margin-top: 60px;
  min-height: 190px; }
  .faculty-box .img-top {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #f1a700;
    margin-top: -75px;
    padding: 1px; }
    .faculty-box .img-top img {
      width: 100%;
      border-radius: 100%; }
  .faculty-box h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #b91a11;
    font-weight: 600; }

.profile-section {
  padding: 50px 0; }
  .profile-section .img-section {
    padding-bottom: 15px;
    text-align: center; }
    .profile-section .img-section h4 {
      margin-top: 15px;
      font-size: 18px;
      font-weight: 600; }
    .profile-section .img-section p {
      font-size: 16px;
      font-weight: 600; }
    .profile-section .img-section img {
      width: 160px;
      height: 160px;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      border-radius: 100%;
      border: 4px solid #f1a700; }
  .profile-section .faculty-cont {
    padding-left: 25px; }
    .profile-section .faculty-cont h2 span {
      color: #000; }
    .profile-section .faculty-cont p {
      font-size: 16px;
      color: #c5000f;
      margin-bottom: 10px; }
      .profile-section .faculty-cont p.description {
        margin-top: 10px;
        margin-bottom: 10px; }

.faculty-detail-section {
  margin-top: 50px; }
  .faculty-detail-section .accordion-item {
    background: #e5e5e5;
    margin-bottom: 15px;
    border: none; }
    .faculty-detail-section .accordion-item:first-of-type {
      border-radius: 0; }
    .faculty-detail-section .accordion-item .accordion-header .accordion-button {
      font-size: 1rem;
      font-weight: 500;
      background: #dddddd;
      color: #000;
      border-left: 5px solid #f1a700; }
      .faculty-detail-section .accordion-item .accordion-header .accordion-button:after {
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        content: "\f078";
        background-image: none;
        color: #000; }
      .faculty-detail-section .accordion-item .accordion-header .accordion-button:focus {
        box-shadow: none; }
    .faculty-detail-section .accordion-item .accordion-body p {
      font-size: 16px;
      line-height: 25px; }
    .faculty-detail-section .accordion-item .accordion-collapse.show {
      max-height: 2000px !important; }
      .faculty-detail-section .accordion-item .accordion-collapse.show .accordion-body {
        max-height: 2000px !important;
        padding: 15px; }
    .faculty-detail-section .accordion-item.active .accordion-button {
      font-size: 1rem;
      font-weight: 500;
      background: #8d221c;
      color: #fff;
      border-left: 5px solid #f1a700; }
      .faculty-detail-section .accordion-item.active .accordion-button:after {
        color: #f1a700; }

@media (max-width: 1160px) {
  .time-new-section ul li {
    width: 330px; }
    .time-new-section ul li:nth-of-type(2) {
      top: 0;
      left: 356px;
      width: 295px; }
    .time-new-section ul li:nth-of-type(5) {
      top: 210px;
      right: 487px; }
    .time-new-section ul li:nth-of-type(6) {
      top: 425px;
      left: -35px;
      width: 300px; }
    .time-new-section ul li:nth-of-type(7) {
      top: 425px;
      left: 297px;
      width: 300px; } }
@media (max-width: 960px) {
  .time-new-section ul li {
    width: 100%;
    position: inherit;
    margin-bottom: 30px;
    margin: 10px 0px; }
    .time-new-section ul li:nth-of-type(1), .time-new-section ul li:nth-of-type(2), .time-new-section ul li:nth-of-type(3), .time-new-section ul li:nth-of-type(4), .time-new-section ul li:nth-of-type(5), .time-new-section ul li:nth-of-type(6), .time-new-section ul li:nth-of-type(7), .time-new-section ul li:nth-of-type(8) {
      top: auto;
      left: auto;
      right: auto;
      width: 100%; }
      .time-new-section ul li:nth-of-type(1):before, .time-new-section ul li:nth-of-type(2):before, .time-new-section ul li:nth-of-type(3):before, .time-new-section ul li:nth-of-type(4):before, .time-new-section ul li:nth-of-type(5):before, .time-new-section ul li:nth-of-type(6):before, .time-new-section ul li:nth-of-type(7):before, .time-new-section ul li:nth-of-type(8):before {
        display: none; }
      .time-new-section ul li:nth-of-type(1):after, .time-new-section ul li:nth-of-type(2):after, .time-new-section ul li:nth-of-type(3):after, .time-new-section ul li:nth-of-type(4):after, .time-new-section ul li:nth-of-type(5):after, .time-new-section ul li:nth-of-type(6):after, .time-new-section ul li:nth-of-type(7):after, .time-new-section ul li:nth-of-type(8):after {
        display: none; }

  .events .more-events {
    background-size: cover; } }

/*# sourceMappingURL=about.css.map */
