/*
   PRIMARY - #670e10
   PRIMARY - #fdcd2f
   BLACK - #0d0d0d
*/
.navigation-ul > li {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
.navigation-ul > li > a {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.navigation-ul > li > .sub-menu {
  position: absolute;
  top: 102%;
  background: #fff;
  transition: all 0.2s ease-in;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(0);
}
.navigation-ul > li > .sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid hsl(46deg, 98%, 59%);
}
.navigation-ul > li > .sub-menu.to-left::before {
  left: 3%;
}
.navigation-ul > li > .sub-menu.to-right::before {
  right: 3%;
}
.navigation-ul > li > .sub-menu > ul > li {
  background: rgba(158, 158, 158, 0.1);
  transition: all 0.3s ease-in-out;
}
.navigation-ul > li > .sub-menu > ul > li > a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.5;
  display: block;
  padding: 12px 14px 8px;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.navigation-ul > li > .sub-menu > ul > li:hover {
  background: hsl(359deg, 76%, 23%);
}
.navigation-ul > li > .sub-menu > ul > li:hover > a {
  color: #fff;
}
.navigation-ul > li > .sub-menu > ul > li.active {
  background: hsl(359deg, 76%, 23%);
}
.navigation-ul > li > .sub-menu > ul > li.active > a {
  color: #fff;
}
.navigation-ul > li.active > a {
  color: #fff;
}
.navigation-ul > li.active > a::before {
  width: 100%;
}
.navigation-ul > li:hover > a {
  color: #fff;
}
.navigation-ul > li:hover > .sub-menu {
  transition: all 0.3s ease-out;
  transform: scale(1);
}

.upper-header-height {
  height: 80px;
}

#lower-navigation.top-upper-header-height {
  top: 80px;
}

html {
  scroll-behavior: smooth;
}

.text-danger {
  color: #ca0b00;
}

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp.line-one {
  -webkit-line-clamp: 1;
}
.line-clamp.line-two {
  -webkit-line-clamp: 2;
}
.line-clamp.line-three {
  -webkit-line-clamp: 3;
}
.line-clamp.line-four {
  -webkit-line-clamp: 4;
}
.line-clamp.line-five {
  -webkit-line-clamp: 5;
}
.line-clamp.line-six {
  -webkit-line-clamp: 6;
}
.line-clamp.line-seven {
  -webkit-line-clamp: 7;
}
.line-clamp.line-eight {
  -webkit-line-clamp: 8;
}
.line-clamp.line-nine {
  -webkit-line-clamp: 9;
}
.line-clamp.line-ten {
  -webkit-line-clamp: 10;
}

.list-hand-arrow-right li {
  position: relative;
}
.list-hand-arrow-right li::before {
  content: "\f0a4";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(359deg, 76%, 23%);
}

.list-circle-arrow-right li {
  position: relative;
}
.list-circle-arrow-right li::before {
  content: "\f0a9";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(359deg, 76%, 23%);
}

.box-shadow-one {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#the-name-to-trust {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 100;
}
#the-name-to-trust img {
  width: 150px;
}

.container-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.inner-text-heading {
  display: inline-block;
  padding: 6px 22px;
  color: #fff;
  background: hsl(359deg, 76%, 23%);
  font-size: 16px;
  text-transform: uppercase;
}

.swiper-button-next::after {
  color: #fff;
}
.swiper-button-prev::after {
  color: #fff;
}

#fixed-social-media-icons {
  position: fixed;
  top: 50%;
  left: 15px;
  transform: translate(0, -35%);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 20;
}
#fixed-social-media-icons li {
  list-style: none;
}
#fixed-social-media-icons li a {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: 0.5s;
}
#fixed-social-media-icons li a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
#fixed-social-media-icons li a .this-icon {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: 48px;
  font-size: 24px;
  color: rgba(13, 13, 13, 0.9);
  transition: 0.5s;
}
#fixed-social-media-icons li a .this-icon.phone-icon {
  font-size: 21px;
}
#fixed-social-media-icons li a:hover .phone-icon {
  color: #128c7e;
}
#fixed-social-media-icons li a:hover .facebook-icon {
  color: #4267b2;
}
#fixed-social-media-icons li a:hover .mail-icon {
  color: #db4437;
}
#fixed-social-media-icons li a:hover .youtube-icon {
  color: #ff0000;
}
#fixed-social-media-icons li a:hover .linkedin-icon {
  color: #0077b5;
}

.testimonial-hide-overflow-content {
  max-height: 300px;
  overflow: hidden;
}

.faded-btn-bg {
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}

.faded-relative-btn {
  position: relative;
  padding-top: 2rem;
}

.web-section-heading {
  --bottom-spacing: 15px;
  margin-bottom: var(--bottom-spacing);
}
.web-section-heading .web-section-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.web-section-heading .web-section-title::before, .web-section-heading .web-section-title::after {
  content: "";
  position: absolute;
  height: 3.5px;
  bottom: calc(-1 * var(--bottom-spacing));
}
.web-section-heading .web-section-title::before {
  left: 50%;
  width: 50%;
  background: hsl(359deg, 76%, 23%);
  transform: translate(-50%, 0);
}
.web-section-heading .web-section-title::after {
  right: 24.5%;
  width: 25%;
  background: hsl(46deg, 98%, 59%);
}
.web-section-heading .web-section-sub-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.web-section-content {
  padding: 3rem 0 0;
}

.web-btn-one {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
  background: hsl(359deg, 76%, 23%);
  border-radius: 5px;
  transition: all 0.3s ease;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: none;
  z-index: 1;
  cursor: pointer;
}
.web-btn-one::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 4px;
  background-color: hsl(46deg, 98%, 59%);
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-family: "Nunito-SemiBold";
}
.web-btn-one:hover {
  color: #000;
}
.web-btn-one:hover::after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.border-radius-fancy-shape {
  -webkit-animation: morph 8s ease-in-out infinite;
          animation: morph 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  transition: all 12s ease-in-out;
  z-index: 5;
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.counter-bg {
  background: url("../images/home/counter/counter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.counter-bg::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
.counter-bg .counter-content {
  position: relative;
  z-index: 10;
}
.counter-bg .counter-box-img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 12px;
  filter: invert(87%) sepia(96%) saturate(3716%) hue-rotate(327deg) brightness(100%) contrast(99%);
}

.upc-event-btn {
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
  margin-top: 12px;
}
.upc-event-btn .icon-circle {
  border: 1px solid hsl(46deg, 98%, 59%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  transition: transform 0.5s ease-in-out;
}
.upc-event-btn:hover {
  color: hsl(46deg, 98%, 59%);
}
.upc-event-btn:hover .icon-circle {
  transform: translate(5px, 0);
  border-color: #fff;
}

.recent-events-animate-up-down {
  -webkit-animation: recent-events-animate-up-down 20s ease-in-out infinite;
          animation: recent-events-animate-up-down 20s ease-in-out infinite;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes recent-events-animate-up-down {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 150px);
  }
}

@keyframes recent-events-animate-up-down {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 150px);
  }
}
.video-box {
  position: relative;
}
.video-box .play-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  visibility: hidden;
  border-radius: 50%;
  background: rgba(103, 14, 16, 0.75);
  transition: all 0.4s ease-in-out;
}
.video-box .play-div i {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: #fff;
  width: 45px;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  transition: all 0.4s ease-in;
}
.video-box:hover .play-div {
  width: 100%;
  height: 100%;
  border-radius: 0;
  visibility: visible;
}
.video-box:hover .play-div i {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translate(-50%, -50%);
}

.photo-gallery-box {
  display: block;
  width: 100%;
  height: 220px;
}
.photo-gallery-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.hexagon-gallery {
  margin: auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 200px;
  grid-gap: 14px;
  padding-bottom: 75px;
}
.hexagon-gallery .hex-wrap {
  -webit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
  position: relative;
}
.hexagon-gallery .hex-wrap:first-child {
  grid-row-start: 1;
  grid-column: 2/span 2;
}
.hexagon-gallery .hex-wrap:nth-child(2) {
  grid-row-start: 1;
  grid-column: 4/span 2;
}
.hexagon-gallery .hex-wrap:nth-child(3) {
  grid-row-start: 1;
  grid-column: 6/span 2;
}
.hexagon-gallery .hex-wrap:nth-child(4) {
  grid-row-start: 2;
  grid-column: 1/span 2;
}
.hexagon-gallery .hex-wrap:nth-child(5) {
  grid-row-start: 2;
  grid-column: 3/span 2;
}
.hexagon-gallery .hex-wrap:nth-child(6) {
  grid-row-start: 2;
  grid-column: 5/span 2;
}
.hexagon-gallery .hex-wrap:nth-child(7) {
  grid-row-start: 2;
  grid-column: 7/span 2;
}
.hexagon-gallery .hex-wrap:nth-child(8) {
  grid-row-start: 3;
  grid-column: 2/span 2;
}
.hexagon-gallery .hex-wrap:nth-child(9) {
  grid-row-start: 3;
  grid-column: 4/span 2;
}
.hexagon-gallery .hex-wrap:nth-child(10) {
  grid-row-start: 3;
  grid-column: 6/span 2;
}
.hexagon-gallery .hex-wrap .hex {
  display: flex;
  position: relative;
  width: 240px;
  height: 265px;
  background-color: #424242;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.hexagon-gallery .hex-wrap .hex .animate-me {
  position: absolute;
  background-color: rgba(103, 14, 16, 0);
  width: 100%;
  height: 100%;
  transition: transform 0.3s, background-color 0.3s;
  color: white;
  transform: translate(50%, -15%) skewY(30deg);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.hexagon-gallery .hex-wrap .hex .animate-me .this-text {
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in;
}
.hexagon-gallery .hex-wrap .hex:hover .animate-me {
  transform: translate(0%, 0%);
  background-color: rgba(103, 14, 16, 0.85);
}
.hexagon-gallery .hex-wrap .hex:hover .animate-me .this-text {
  opacity: 1;
  visibility: visible;
}

.animate-hex-left-right {
  -webkit-animation: animate-hex-left-right 3s ease-in-out infinite;
          animation: animate-hex-left-right 3s ease-in-out infinite;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes animate-hex-left-right {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5px, 0);
  }
}

@keyframes animate-hex-left-right {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5px, 0);
  }
}
.animate-hex-right-left {
  -webkit-animation: animate-hex-right-left 3s ease-in-out infinite;
          animation: animate-hex-right-left 3s ease-in-out infinite;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes animate-hex-right-left {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 0);
  }
}

@keyframes animate-hex-right-left {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 0);
  }
}
.animate-hex-top-bottom {
  -webkit-animation: animate-hex-top-bottom 3s ease-in-out infinite;
          animation: animate-hex-top-bottom 3s ease-in-out infinite;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes animate-hex-top-bottom {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
}

@keyframes animate-hex-top-bottom {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
}
.animate-hex-bottom-top {
  -webkit-animation: animate-hex-bottom-top 3s ease-in-out infinite;
          animation: animate-hex-bottom-top 3s ease-in-out infinite;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes animate-hex-bottom-top {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
}

@keyframes animate-hex-bottom-top {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
}
.clip-me {
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%, 0 0);
          clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%, 0 0);
}

#fac-infra-section .swiper {
  width: 100%;
  padding-top: 50px;
}
#fac-infra-section .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 375px;
  height: 420px;
}
#fac-infra-section .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
#fac-infra-section .swiper-button-next,
#fac-infra-section .swiper-button-prev {
  color: hsl(46deg, 98%, 59%);
}

.footer {
  background: hsl(359deg, 76%, 23%);
  position: relative;
  margin-top: calc(100px * 1.75);
}
.footer .wave {
  position: absolute;
  top: calc(100px * -1);
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../images/footer/wave4.png");
  background-size: 1500px 100px;
}
.footer .wave#wave1 {
  z-index: 5;
  opacity: 1;
  bottom: 0;
  -webkit-animation: animateWave 6s linear infinite;
          animation: animateWave 6s linear infinite;
}
.footer .wave#wave2 {
  z-index: 4;
  opacity: 0.5;
  bottom: 10px;
  -webkit-animation: animateWave_02 6s linear infinite;
          animation: animateWave_02 6s linear infinite;
}
.footer .wave#wave3 {
  z-index: 5;
  opacity: 0.2;
  bottom: 15px;
  -webkit-animation: animateWave 4s linear infinite;
          animation: animateWave 4s linear infinite;
}
.footer .wave#wave4 {
  z-index: 4;
  opacity: 0.7;
  bottom: 20px;
  -webkit-animation: animateWave_02 4s linear infinite;
          animation: animateWave_02 4s linear infinite;
}

@-webkit-keyframes animateWave {
  0% {
    background-position-x: 1500px;
  }
  100% {
    background-position-x: 0px;
  }
}

@keyframes animateWave {
  0% {
    background-position-x: 1500px;
  }
  100% {
    background-position-x: 0px;
  }
}
@-webkit-keyframes animateWave_02 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1500px;
  }
}
@keyframes animateWave_02 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1500px;
  }
}
.alumni-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.alumni-card .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.alumni-card .img-wrap img {
  transition: all 0.5s ease;
}
.alumni-card .name-desig {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(calc(-50% - 6px), 0);
  width: calc(100% + 12px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: hsl(359deg, 76%, 23%);
  padding: 0 12px;
}
.alumni-card .name-desig ::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 5px solid rgba(103, 14, 16, 0.7);
  top: -10px;
  left: 1px;
  border-left-color: transparent;
  border-top-color: transparent;
}
.alumni-card .name-desig p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.alumni-card .name-desig p.designation {
  margin: 4px 0;
}
.alumni-card .about-text {
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
}
.alumni-card:hover .img-wrap img {
  transform: scale(1.1) rotate(2deg);
}

.timeline-container {
  padding: 2rem;
  padding-bottom: 5rem;
  margin: 0 auto;
  overflow-x: hidden;
}

.timeline {
  position: relative;
  min-height: 15rem;
}

.timeline-line {
  background-color: #670e10;
  position: absolute;
  z-index: 2;
  left: calc(50% - 1px);
  width: 2px;
  top: -5rem;
  bottom: -5rem;
  display: none;
}

.timeline-line::before,
.timeline-line::after {
  background-color: #670e10;
  position: absolute;
  display: block;
  content: "";
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-line::after {
  bottom: 0;
}

.timeline-section {
  display: flex;
  position: relative;
  z-index: 1;
  margin: 4rem 0 0;
  padding: 1rem;
  border-radius: 1rem;
  background-color: transparent;
  align-items: center;
  min-height: 10rem;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}
.timeline-section + .timeline-section {
  margin-top: 2rem;
  padding-top: 0;
}
.timeline-section .img-box {
  position: relative;
  margin-top: 12px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.timeline-section .img-box img {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.timeline-section:nth-child(odd) {
  flex-direction: row-reverse;
  transform: translateX(50%);
}
.timeline-section:nth-child(even) {
  text-align: right;
}
.timeline-section:nth-child(even) .img-circle {
  margin-left: auto;
}

.bead {
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #670e10;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}

.timeline-content {
  width: calc(50% - 2rem);
}

.show-me:nth-child(n) {
  transform: none;
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes timeline-circle-rotate-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes timeline-circle-rotate-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-outline-primary {
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: hsl(359deg, 76%, 23%);
}

.text-outline-secondary {
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: hsl(46deg, 98%, 59%);
}

.medal-frame {
  background-color: #ddc;
  border: solid 4vmin #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  position: relative;
}
.medal-frame:before {
  border-radius: 2px;
  bottom: -2vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
  content: "";
  left: -2vmin;
  position: absolute;
  right: -2vmin;
  top: -2vmin;
}
.medal-frame:after {
  border-radius: 2px;
  bottom: -2.5vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  left: -2.5vmin;
  position: absolute;
  right: -2.5vmin;
  top: -2.5vmin;
}
.medal-frame .medal {
  position: absolute;
  right: -20%;
  top: -22%;
}
.medal-frame .medal .medal__circle {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: relative;
  border-width: 0.2em;
  border-style: solid;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medal-frame .medal .medal__circle.medal__circle--gold {
  box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #fadd40;
  text-shadow: 0 0 4px #9d6c04;
  background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%);
}
.medal-frame .medal .medal__circle.medal__circle--silver {
  box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #edeff1;
  text-shadow: 0px 0px 4px #98a6ad;
  background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%);
}
.medal-frame .medal .medal__circle.medal__circle--bronze {
  box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
  border-color: #f7bb23;
  text-shadow: 0 0 4px #7d4604;
  background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}
.medal-frame .medal .medal__circle .medal-text-shadow {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}
.medal-frame .medal .medal__ribbon {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 8px 10px;
  width: 0;
  height: 30px;
  bottom: -20px;
}
.medal-frame .medal .medal__ribbon--left {
  border-color: #fc402d #fc402d transparent #fc402d;
  left: 25%;
  transform: rotate(20deg) translateZ(-32px);
}
.medal-frame .medal .medal__ribbon--right {
  left: calc(25% + 25px);
  border-color: #f31903 #f31903 transparent #f31903;
  transform: rotate(-20deg) translateZ(-48px);
}

.inner-page-header-image {
  position: fixed;
  top: calc(80px + 46.5px);
  left: 0;
  width: 100%;
}
.inner-page-header-image .content-box {
  position: relative;
  width: 100%;
  height: 230px;
}
.inner-page-header-image .content-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(103, 14, 16, 0.4);
}
.inner-page-header-image .content-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.inner-page-content-top-spacing {
  position: relative;
  top: calc(
    80px + 46.5px + 230px +
      40px
  );
  left: 0;
  width: 100%;
  background: #fff;
  padding-top: 3rem;
}

.outline-text-shadow {
  color: #fff;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.inner-page-header-box-shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.breadcrumb-link {
  position: relative;
}
.breadcrumb-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: hsl(46deg, 98%, 59%);
  transform: translate(-50%, 0);
  transition: all 0.2s ease-in-out;
}
.breadcrumb-link:hover::after {
  width: 100%;
}

.text-card-wrapping-img {
  padding: 12px 0;
  background: hsl(359deg, 76%, 23%);
  color: #fff;
  width: 112%;
  transform: translate(-6%, -5%);
}
.text-card-wrapping-img::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 10px solid rgba(103, 14, 16, 0.95);
  top: -20px;
  left: 1px;
  border-left-color: transparent;
  border-top-color: transparent;
}

.scrollbar-style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-style-1::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.scrollbar-style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: hsl(359deg, 76%, 23%);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

#team-staff-filters {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 5px 10px;
}
#team-staff-filters li {
  flex-grow: 1;
  text-align: center;
}
#team-staff-filters li span {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
  padding: 6px 0;
  border-radius: 3px;
  color: hsl(0deg, 0%, 5%);
}
#team-staff-filters li span.active {
  background: hsl(359deg, 76%, 23%);
  color: hsl(46deg, 98%, 59%);
}

#team-staff-gallery {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  grid-auto-rows: 280px;
  row-gap: 30px;
  justify-content: space-between;
}
#team-staff-gallery .team-staff-gallery-item {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 10;
  display: none;
}
#team-staff-gallery .team-staff-gallery-item .inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#team-staff-gallery .team-staff-gallery-item .inside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#team-staff-gallery .team-staff-gallery-item .inside:hover .inside-details {
  height: 40%;
}
#team-staff-gallery .team-staff-gallery-item .inside .inside-details {
  position: absolute;
  left: 0;
  width: 100%;
  height: 25%;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#team-staff-gallery .team-staff-gallery-item .inside .inside-details .name,
#team-staff-gallery .team-staff-gallery-item .inside .inside-details .designation {
  margin: 0;
  color: #fff;
  line-height: 1.2;
}
#team-staff-gallery .team-staff-gallery-item .inside .inside-details .name {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Nunito-Semibold";
}
#team-staff-gallery .team-staff-gallery-item .inside .inside-details .designation {
  font-size: 14px;
  font-family: "Nunito-Regular";
}

.accordion-container {
  position: relative;
  height: auto;
  margin: 10px auto;
}
.accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
}
.accordion-container .set > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.accordion-container .set > a i {
  float: right;
  margin-top: 2px;
}
.accordion-container .set > a.active {
  background-color: hsl(359deg, 76%, 23%);
  color: #fff;
}
.accordion-container .set > .content {
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
  padding: 10px 15px;
}
.accordion-container .set > .content h3 {
  margin: 0;
  color: hsl(0deg, 0%, 5%);
}
.accordion-container .set > .content .dash {
  border-bottom: 2px solid hsl(359deg, 76%, 23%);
  margin: 5px 0 15px;
}

.nav-tablist {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 3px solid hsl(359deg, 76%, 23%);
}
.nav-tablist .tab-link {
  background: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  background: rgba(158, 158, 158, 0.1);
  color: hsl(0deg, 0%, 5%);
}
.nav-tablist .tab-link.current {
  background: hsl(359deg, 76%, 23%);
  color: #fff;
}

.nav-tablist-content {
  display: none;
  margin-top: 25px;
}
.nav-tablist-content.current {
  display: inherit;
}

.rh-img-box {
  position: relative;
}
.rh-img-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: relative;
  z-index: 2;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.rh-img-box::before {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 3.5px;
  width: 100%;
  height: 100%;
  background: hsl(359deg, 76%, 23%);
  z-index: 1;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.rh-img-box .std-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  background: rgba(13, 13, 13, 0.7);
  z-index: 2;
  padding: 5px 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sc-image-card {
  position: relative;
  padding: 0 12px;
}
.sc-image-card img {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  display: block;
  margin: 0 auto;
  border: 3px solid hsl(46deg, 98%, 59%);
}
.sc-image-card .details {
  position: absolute;
  left: 0;
  bottom: -18%;
  width: 100%;
  padding: 8px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  text-align: center;
  background: #fff;
  border-radius: 50px;
}
.sc-image-card .details .pipe {
  border-left: 2px solid hsl(359deg, 76%, 23%);
  height: 40px;
}
.sc-image-card.aa-card .details {
  bottom: -10%;
}

.recent-event-gallery-box {
  display: block;
  width: 100%;
  height: 250px;
}
.recent-event-gallery-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.modal.is-visible {
  visibility: visible;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal.is-visible .modal-transition {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.modal .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0deg, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal .modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 30em;
  transform: translate(-50%, -75%);
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0deg, 0%, 0%, 0.35);
}
.modal .modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.modal .modal-header {
  padding: 1rem;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0deg, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.modal .modal-content {
  padding: 0.5em;
}
.modal .modal-content > *:first-child {
  margin-top: 0;
}
.modal .modal-content > *:last-child {
  margin-bottom: 0;
}
.modal .modal-content img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.modal .modal-close {
  position: absolute;
  font-size: 28px;
  width: 50px;
  height: 50px;
  right: -20px;
  top: -35%;
  color: #0d0d0d;
  background: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.modal .modal-close:hover {
  color: rgba(13, 13, 13, 0.8);
}
.modal .modal-heading {
  font-size: 1.15rem;
  line-height: 1.15;
  width: 90%;
  margin: 0 auto;
  padding-left: 10px;
}

.mob-logo {
  width: calc(70px - 12px);
}

#menu-toggle {
  display: none;
}
#menu-toggle.active ~ .menu-button .icon-close, #menu-toggle:checked ~ .menu-button .icon-close {
  display: block;
}
#menu-toggle.active ~ .menu-button .icon-open, #menu-toggle:checked ~ .menu-button .icon-open {
  display: none;
}
#menu-toggle.active ~ .menu-button:after, #menu-toggle:checked ~ .menu-button:after {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
#menu-toggle.active ~ .menu-sidebar, #menu-toggle:checked ~ .menu-sidebar {
  transform: translateX(-15px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.menu-button {
  height: 100%;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  align-items: center;
}
.menu-button .nav-mob-icon {
  color: #000;
}
.menu-button .icon-close {
  display: none;
}
.menu-button .icon-open {
  display: block;
}

.nav-mobile {
  background: #fff;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  list-style-type: none;
  box-shadow: 0 5px 5px -5px #333;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.nav-mobile:after {
  content: "";
  display: table;
  clear: both;
}
.nav-mobile li {
  width: 100%;
  text-align: right;
  -webkit-tap-highlight-color: transparent;
}
.nav-mobile li > a {
  display: block;
  color: #333;
  width: 100%;
  text-decoration: none;
  font-size: 15.2px;
}
.nav-mobile .menu-container {
  width: 100%;
  height: 70px;
  cursor: pointer;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-mobile .menu-container .menu-sidebar {
  box-shadow: 5px 0 5px -5px #333;
  display: block;
  width: 75vw;
  bottom: 0;
  background: white;
  color: #333;
  position: fixed;
  transform: translateX(-405px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
  top: 70px;
  z-index: 2;
  list-style-type: none;
  padding: 0;
  max-width: 400px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav-mobile .menu-container .menu-sidebar .arrow {
  font-size: 25px;
  color: hsl(359deg, 76%, 23%);
  line-height: 1;
}
.nav-mobile .menu-container .menu-sidebar li {
  font-size: 16px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 15px;
  display: flex;
  align-items: center;
}
.nav-mobile .menu-container .menu-sidebar li:hover {
  background: #eee;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background: white;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  border-left: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  max-width: 400px;
  opacity: 0;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
  overflow: hidden;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
  display: flex;
  flex-direction: row-reverse;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-label {
  cursor: pointer;
  width: 100%;
  display: block;
  font-size: 15.2px;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-label.back-btn {
  padding-left: 15px;
  margin-top: -1px;
  color: hsl(359deg, 76%, 23%);
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
  display: none;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  right: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
}

@media (max-width: 767px) {
  #the-name-to-trust img {
    width: 125px;
  }
  .modal .modal-wrapper {
    width: 90%;
  }
  .modal .modal-close {
    right: -3.5%;
    top: -50%;
  }
  .modal .modal-heading {
    font-size: 22px;
  }
  #fixed-social-media-icons {
    display: none;
  }
  .the-page-content {
    position: relative;
    top: 70px;
  }
  .inner-page-header-image {
    top: 70px;
  }
  .inner-page-content-top-spacing {
    top: calc(
      70px + 230px
    );
    padding-top: 2rem;
  }
  .inner-page-header-image .content-box {
    position: relative;
    width: 100%;
  }
  .inner-page-header-image .content-box img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer {
    margin-top: 225px;
  }
  .inner-text-heading {
    display: block;
    text-align: center;
  }
  .web-section-heading .web-section-title {
    font-size: 1.8rem;
  }
  .hexagon-gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    padding-bottom: 0;
    gap: 25px;
  }
  .hexagon-gallery .hex-wrap {
    grid-row-start: unset !important;
    grid-column: unset !important;
  }
  .hexagon-gallery .hex-wrap.animate-hex-top-bottom {
    -webkit-animation: unset;
            animation: unset;
  }
  .hexagon-gallery .hex-wrap.animate-hex-bottom-top {
    -webkit-animation: unset;
            animation: unset;
  }
  .hexagon-gallery .hex-wrap .hex {
    margin: 0 auto;
    width: 300px;
    height: 300px;
  }
  #fac-infra-section .swiper {
    padding-top: 3rem;
  }
  #fac-infra-section .swiper .swiper-button-next,
#fac-infra-section .swiper .swiper-button-prev {
    top: 58%;
  }
  .testimonial-hide-overflow-content {
    max-height: 430px;
  }
  .web-btn-one:hover {
    color: #fff;
  }
  .web-btn-one:hover::after {
    background: hsl(359deg, 76%, 23%);
  }
  .faded-relative-btn {
    padding-top: 1rem;
  }
  .alumni-card .name-desig p {
    font-size: 16px;
  }
  .timeline-container {
    padding: 18px 0 50px;
    overflow: hidden;
  }
  .timeline-line {
    left: 15px;
  }
  .bead {
    left: 16px;
  }
  .timeline-content {
    width: 100%;
  }
  .timeline-section {
    padding: 0rem 1rem 0rem 3rem;
  }
  .medal-frame .medal {
    right: -15%;
    top: -18%;
  }
  .mob-inner-pages-footer .footer {
    margin-top: 150px;
  }
  #team-staff-gallery {
    grid-template-columns: repeat(1, 100%);
    grid-auto-rows: 300px;
  }
}
@media (min-width: 767px) {
  .container-padding {
    padding-left: 0;
    padding-right: 0;
  }
  #mobile-navigation {
    display: none;
  }
}/*# sourceMappingURL=webstyle.css.map */