@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #253e80;
  font-family: "Open Sans", sans-serif;
  font-weight: bold !important;
}

.section-title h2::after {
  display: none;
}

.section-title p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px 0;
  color: #000;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

#header {
  padding: 12px 0;
  top: 0;
}

#topbar {
  display: none !important;
}

.fixed-top-margin {
  margin-top: 0;
}

.fixed-top.header-scrolled .navbar .active,
.fixed-top.header-scrolled .navbar .active:focus {
  color: #000f33 !important;
}

.fixed-top .navbar .active,
.fixed-top .navbar .active:focus {
  color: #fff !important;
}

#header.header-scrolled {
  padding: 14px 0;
}

#header .navbar .active:hover {
  color: #000f33 !important;
}

img {
  vertical-align: middle;
}

#hero,
#hero .carousel-item {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#content {
  margin: 0;
  padding: 0;
}

.mb-5 {
  margin: 0 !important;
  padding: 0 !important;
}

.content-row-no-bg.home-welcome {
  margin: 0;
  padding: 0;
}

.home-welcome .container .container {
  max-width: 1440px;
  margin: 0 auto;
  width: auto;
  min-width: initial;
}

.page-cover {
  display: none;
}

.breadcrumbs {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.breadcrumbs .breadcrumb-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  background-image: url(../../../../uploads/kp/about-bgi.jpeg);
}

.breadcrumbs .inner-content {
  position: relative;
  display: block;
  padding: 237px 0 120px;
  text-align: center;
  z-index: 10;
}

.breadcrumbs .breadcrumb-area-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0.15;
  content: "";
  z-index: -1;
}

.breadcrumbs .breadcrumb-area-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(18, 18, 18);
  background: linear-gradient(
    0deg,
    rgba(18, 18, 18, 0) 0%,
    rgba(18, 18, 18, 0.5018382352941176) 70%,
    rgba(18, 18, 18, 1) 100%
  );
  content: "";
  z-index: -1;
}

.breadcrumbs h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 66px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700 !important;
  text-transform: capitalize;
}

.breadcrumbs ol {
  margin: 20px 0 0;
  padding: 0;
  justify-content: center;
}

.breadcrumbs ol li + li::before {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  margin: 0 10px;
}

.breadcrumbs ol li a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

/* .post-heading:first-child {
  display: none;
} */

.bottom-article {
  display: none;
}

.article-body .row {
  align-items: center;
  margin: 0;
  padding: 0;
}

.article-body .row .img-circle {
  border-radius: 0 !important;
}

.photo-panel {
  margin: 0 !important;
  padding: 0 !important;
}

.about-part-home .right {
  padding: 40px 50px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -100px;
}

.about-part-home .right h3 {
  margin: 0 0 20px 0;
  color: #253e80;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 42px;
}

.about-part-home .right p {
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: 23px;
  display: block;
  margin: 0 0 18px 0;
  padding: 0;
}

.about-part-home .right p:last-of-type {
  margin: 0;
}

.default-btn.btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #263d81;
  color: #ffffff;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #263d81;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
}

.default-btn.btn:before {
  position: absolute;
  content: "";
  background-color: #151515;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn.btn:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.default-btn.btn:hover::before {
  transform: scaleX(1);
}

.campus-content.style-2 {
  padding: 0 40px;
  position: relative;
  margin-left: 0;
}

.campus-content .campus-title {
  margin-bottom: 30px;
}

.campus-content .campus-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #253e80;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.campus-content p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.campus-content p:last-child {
  margin-bottom: 0;
}

.campus-content .list {
  margin-bottom: 20px;
}

.campus-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.campus-content .list ul li {
  position: relative;
  /* padding-left: ; */
  list-style-type: none;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.campus-content .list ul li svg {
  left: 0;
  fill: #253e80;
  width: 13px;
}

.campus-content .list ul li i {
  position: absolute;
  left: 0;
  color: #253e80;
}

.counter-card {
  margin-bottom: 30px;
}

.counter-card h1 {
  font-size: 60px;
  margin-bottom: 5px;
  line-height: 1;
  color: #111d5e;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.counter-card h1 .target {
  color: #253e80;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  top: 4px;
}

.gtco-testimonials {
  position: relative;
  margin: 50px 0;
  padding: 80px 16px;
  background-color: #f4f6f9;
}

.gtco-testimonials h2 {
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0;
  color: #253e80;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.gtco-testimonials h2:before {
  width: 70px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
  content: "";
  background-color: #253e80;
}

.gtco-testimonials .owl-stage-outer {
  padding: 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .card {
  background: #fff;
  margin: 0 15px;
  padding: 40px 20px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials .card .card-body {
  margin: 0;
  padding: 20px 0 0;
}

.gtco-testimonials .card .card-img-top {
  max-width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #253e80;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666;
}

.gtco-testimonials .card p {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.gtco-testimonials .owl-dots {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.gtco-testimonials .owl-dot.active {
  opacity: 1;
}

.gtco-testimonials .owl-dot.active span:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #253e80 !important;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

.gtco-testimonials .owl-dot span {
  background: #dbdada !important;
  opacity: 1;
  border: 0;
  height: 18px !important;
  width: 18px !important;
  border-radius: 50%;
  position: relative;
}

.gtco-testimonials .owl-dot.active span {
  border: 0;
  opacity: 1 !important;
}

.gtco-testimonials .owl-dot.active span,
.gtco-testimonials .owl-dot span {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider h2 {
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0;
  color: #253e80;
  font-size: 38px !important;
  line-height: 42px;
  position: relative;
}

.slider h2:before {
  width: 70px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
  content: "";
  background-color: #253e80;
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider img {
  height: auto;
  width: 150px;
}

.slide-track-wrapper {
  padding-bottom: 0;
}

.slide-track-wrapper .logo-cmn {
  margin: 0 0 20px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.slide-track-wrapper .logo-cmn:first-child {
  margin: 0;
}

.slide-track-wrapper .logo-cmn .slide {
  width: 100%;
  background-color: #fff;
  max-width: 100%;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
  gap: 30px;
}

.slider .slide {
  height: 100px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sb-work-cnt {
  margin: 40px 0 70px;
}

.sb-work-cnt h2 {
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0;
  color: #253e80;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 38px !important;
  line-height: 46px;
}

.sb-work-cnt {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}

.sb-work-cnt ul {
  margin: 0;
  padding: 0;
}

.sb-work-cnt .work-left ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.sb-work-cnt .work-left ul li .cnt {
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
  padding: 18px;
  box-sizing: border-box;
  bottom: 0;
  margin: 15px;
}

.sb-work-cnt .work-left ul li .cnt .read-btn {
  color: #253e80;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.sb-work-cnt .work-left ul li .cnt .read-btn:hover {
  color: #000;
}

.sb-work-cnt .work-left ul li .cnt h5 {
  color: #253e80;
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0 15px 0;
  padding: 0;
  display: block;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.sb-work-cnt .work-left ul li .cnt .date {
  font-size: 14px;
  color: #555;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

.sb-work-cnt .work-left ul li .cnt p {
  font-size: 14px;
  color: #555;
  line-height: 22px;
  margin: 0 0 13px 0;
  padding: 0;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

.sb-work-cnt .work-left ul li img {
  width: 100%;
  vertical-align: middle;
  border-radius: 8px;
}

.sb-work-cnt .work-left {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}

.middle li:last-child,
.second li:last-child {
  margin-top: 0;
}

.sb-work-cnt .work-left ul.second {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-column: span 2 / auto;
}

.sb-work-cnt .work-left ul.second li img {
  height: 400px;
  object-fit: cover;
}

.sb-work-cnt .work-left .middle li {
  height: 100%;
}

.sb-work-cnt .work-left .middle li img {
  height: 100%;
}

.video {
  /* margin-bottom: 50px; */
  position: relative;
}

.video.no-drag-class:after {
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.video iframe {
  overflow: hidden;
  height: 827px;
  vertical-align: middle;
}

.video .text {
  position: absolute;
  left: 240px;
  bottom: 113px;
  z-index: 9;
}

.video .text p {
  border-left: 5px solid #920001;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 10px;
}

.video h2 {
  text-align: center;
  margin: 0 0 50px 0;
  padding: 0;
  color: #253e80;
  font-family: "source serif pro", serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.video h2:before {
  width: 70px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
  content: "";
  background-color: #253e80;
}

.video .admission-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 0;
}

.video .admission-image:after {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.video .admission-image .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}

.video .admission-image .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: rgba(227, 40, 69, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.video .admission-image .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(227, 40, 69, 0.004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}

.event-block-wrapper {
  margin: 50px 0 50px;
  padding: 0;
}

.event-block-wrapper .title-part {
  margin: 0 0 36px 0;
}

.event-block-wrapper .card-b-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.event-block-wrapper .card-b-inner .card-b {
  background: #fff;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1);
}

.event-block-wrapper .more-btn {
  margin: 60px 0 0;
  text-align: center;
}

.event-block-wrapper .more-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #920001;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: #ffffff;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
}

.event-block-wrapper .more-btn a i {
  display: none;
}

.event-block-wrapper .more-btn a:before {
  position: absolute;
  content: "";
  background-color: #2f4b90;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.event-block-wrapper .more-btn a:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.event-block-wrapper .more-btn a:hover::before {
  transform: scaleX(1);
}

.event-block-wrapper h2 {
  text-align: center;
  margin: 0 0 36px 0;
  padding: 0;
  color: #2f4b90;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  position: relative;
}

.event-card-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.event-card-block .single-campus-card {
  position: relative;
  transition: all ease 0.5s;
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.campus-content {
  padding: 22px;
  transition: all ease 0.5s;
}

.campus-content span {
  color: #1a1a1a;
  margin-bottom: 0;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.campus-content a:hover h3 {
  color: #000;
}

.campus-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 28px;
  transition: all ease 0.5s;
  color: #253e80;
  font-family: "source serif pro", serif;
  font-weight: 600;
  text-align: left;
}

.Programs-block-wrapper {
  margin: 50px 0;
}

.Programs-block-wrapper h2 {
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0;
  color: #253e80;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.Programs-block-wrapper h2:before {
  width: 70px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
  content: "";
  background-color: #253e80;
}

.Programs-block-wrapper ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.Programs-block-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  transition: all ease 0.5s;
  background-color: #f4f6f9;
}

.Programs-block-wrapper ul li:hover {
  transform: translateY(-10px);
}

.Programs-block-wrapper ul li .cnt {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  color: #fff;
}

.Programs-block-wrapper ul li .cnt h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 600 !important;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #fff;
}

.Programs-block-wrapper ul li .cnt p {
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 17px 0;
}

.Programs-block-wrapper ul li .cnt a.read-more {
  color: #253e80;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.Programs-block-wrapper ul li .cnt a.read-more:hover {
  color: #920001;
}

.Programs-block-wrapper ul li .cnt a.read-more svg {
  width: 14px;
  fill: #253e80;
}

.Programs-block-wrapper ul li .cnt h5 a {
  color: #253e80;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700 !important;
}

.Programs-block-wrapper ul li .cnt h5 svg {
  fill: #253e80;
  width: 25px;
}

.Programs-block-wrapper ul li .cnt span {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.Programs-block-wrapper ul li .cnt span:hover {
  color: #253e80;
}

.parent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
  padding-top: 150px;
  padding-bottom: 180px;
}

.stat-item {
  margin-right: 40px;
}

.stat-number {
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.stat-title {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

.announcements-block-wrapper {
  padding: 75px 0;
  display: none;
}

.announcements-block-wrapper h3 {
  text-align: left;
  margin: 0 0 25px 0;
  padding: 0;
  color: #253e80;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  letter-spacing: 0;
  text-transform: uppercase;
}

.announcements-block-wrapper p {
  margin-bottom: 0;
  font-size: 17px;
  color: #555;
  line-height: 30px;
}

.announcements-block-wrapper a {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #263d81;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #263d81;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
  text-transform: capitalize;
}

.announcements-block-wrapper a:before {
  position: absolute;
  content: "";
  background-color: #151515;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.announcements-block-wrapper a:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.announcements-block-wrapper a:hover::before {
  transform: scaleX(1);
}

/*.announcements-block-wrapper .full-part {
  background: #f1f1f1 url(../../../../uploads/kp/noise.png);
  background-repeat: repeat;
  background-position: center;
  border-radius: 8px;
  padding: 80px 40px;
  position: relative;
}

.announcements-block-wrapper .full-part:after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../../../../uploads/kp/bottom-shade.png) center bottom no-repeat;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.announcements-block-wrapper .full-part .left {
  padding-right: 400px;
}

*/

.announcements-block-wrapper .owl-carousel .owl-nav {
  text-align: left;
  display: flex !important;
  position: relative;
  margin: 20px 0 0;
  justify-content: flex-end;
}

.announcements-block-wrapper .owl-carousel .owl-prev,
.announcements-block-wrapper .owl-carousel .owl-next {
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0%;
  margin: 0;
  padding: 0;
  transition: all 700ms ease 0s;
  z-index: 1;
  background: none !important;
}

.announcements-block-wrapper .owl-carousel .owl-nav .owl-prev {
  content: "";
  position: absolute;
  background: url(../../../../uploads/kp/circle-arrow-left-solid.svg) !important;
  width: 36px;
  height: 36px;
  font-size: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-size: 36px 36px !important;
  z-index: 9 !important;
  right: 45px;
}

.announcements-block-wrapper .owl-carousel .owl-nav .owl-next {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 0;
  background: url(../../../../uploads/kp/circle-arrow-right-solid.svg) !important;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-size: 36px 36px !important;
  z-index: 9 !important;
  right: 0;
}

.announcements-block-wrapper .owl-carousel .owl-nav .owl-prev:hover {
  background: url(../../../../uploads/kp/circle-arrow-left-solid-black.svg) !important;
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-size: 36px 36px !important;
  z-index: 9 !important;
  right: 50px;
}

.announcements-block-wrapper .owl-carousel .owl-nav .owl-next:hover {
  background: url(../../../../uploads/kp/circle-arrow-right-solid-black.svg) !important;
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  font-size: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-size: 36px 36px !important;
  z-index: 9 !important;
  right: -5px;
}

.contact-form-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transition: all ease 0.5s;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  z-index: 1;
  padding: 25px;
  border-radius: 8px;
  min-width: 370px;
  margin-top: -249.5px;
}

.contact-form-wrapper h4 {
  text-align: left;
  margin: 0 0 12px 0;
  padding: 0;
  color: #253e80;
  font-family: "source serif pro", serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  position: relative;
}

.contact-form-wrapper p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
  line-height: 22px;
}

.contact-form-wrapper .form-item {
  width: 100%;
  font-size: 14px;
  color: #000;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  display: block;
}

.contact-form-wrapper .form-item input {
  background-color: #f3f3f3;
  border: 1px solid transparent;
  padding: 8px 10px;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
  display: block;
}

.contact-form-wrapper .form-item select {
  background-color: #f3f3f3;
  display: block;
  border: 1px solid transparent;
  padding: 8px 10px;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 5px;
}

.contact-form-wrapper .form-item textarea {
  background-color: #f3f3f3;
  border: 1px solid transparent;
  padding: 8px 10px;
  border-radius: 2px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-height: 120px;
  margin-bottom: 10px;
  margin-top: 5px;
  display: block;
}

.contact-form-wrapper a {
  margin: 0;
  justify-content: center;
  width: 100%;
}

.about-part-one .full-part {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 0;
  align-items: center;
  position: relative;
  border: 1px solid #ede8e6;
  padding: 40px;
}

.about-part-one .full-part .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.about-part-one .full-part .owl-carousel {
  padding: 0 30px;
  position: relative;
}

.brand-logo {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}

.brand-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  right: -45px;
  height: 1px;
  background: #ede8e6;
}

.about-part-one .full-part .owl-carousel .owl-prev {
  position: absolute;
  margin-top: -19.5px;
  top: 50%;
  left: 0;
  background: none;
  padding: 0;
  color: #666;
  font-size: 26px;
  display: block;
}

.about-part-one .full-part .owl-carousel .owl-prev:hover,
.about-part-one .full-part .owl-carousel .owl-next:hover {
  color: #253e80;
}

.about-part-one .full-part .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -19.5px;
  right: 0;
  background: none;
  padding: 0;
  color: #666;
  font-size: 26px;
  display: block;
}

.about-part-one .full-part:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: #ede8e6;
}

.about-part-one .full-part .left {
  position: relative;
  display: block;
  padding-right: 45px;
  overflow: hidden;
}

.about-part-one .full-part .left p {
  color: #000f33;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 18px 0;
  text-align: left;
  line-height: 26px;
}

.about-part-one .full-part .left p:last-child {
  margin: 0;
}

.about-part-one .full-part .right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 44px;
}

.about-part-one .full-part .right.bgi-second-section-left-img {
  padding-right: 44px;
}

.about-part-one .full-part .left.bgi-second-section-content {
  padding-left: 45px;
}

.about-part-one .full-part .right .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-part-one .full-part .right:hover .inner:before {
  opacity: 0.5;
  left: 0%;
  width: 100%;
}

.about-part-one .full-part .left:hover .inner:before {
  opacity: 0.5;
  left: -4%;
  width: 102%;
}

.about-part-one .full-part .left:hover .inner img,
.about-part-one .full-part .right:hover .inner img {
  transform: scale(1.1) rotate(0deg);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.about-part-one .full-part .left .inner:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #000000;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  z-index: 1;
}

.about-part-one .full-part .right .inner:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #000000;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  z-index: 1;
}

.about-part-one h4 {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 38px;
  font-weight: 700 !important;
  text-transform: capitalize;
  color: #253e80;
  font-family: "Open Sans", sans-serif;
}

.about-part-one {
  /* margin-top: 50px; */
  margin-bottom: 50px;
}

.about-part-four {
  margin-bottom: 50px;
}

.about-part-four h4 {
  color: #2f4b90;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 40px 0;
  font-family: "Open Sans", sans-serif;
}

.about-part-four .full-part {
  display: grid;
  grid-template-columns: 557px 1fr;
  grid-gap: 70px;
  align-items: center;
  margin-bottom: 30px;
}

.about-part-four .full-part .left {
  position: relative;
}

.about-part-four .full-part .left .cnt {
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 50px;
  background: #ffffff;
  padding: 35px 35px 35px;
}

.about-part-four .full-part .left .cnt p {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600 !important;
  color: #253e80;
  font-family: "Open Sans", sans-serif;
}

.about-part-four .full-part .left img {
  width: 100%;
}

.about-part-four .full-part .left .cnt:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 20px;
  width: 4px;
  background-color: #253e80;
}

.about-part-four .full-part p {
  font-family: "Open Sans", sans-serif;
  color: #000f33;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  margin: 0 0 18px 0;
  text-align: left;
}

.about-part-four p {
  font-family: "Open Sans", sans-serif;
  color: #000f33;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  margin: 0 0 18px 0;
  text-align: left;
}

.about-part-four .full-part p:last-child {
  margin: 0;
}

.about-part-five {
  margin-bottom: -40px;
  padding: 0 50px;
  display: none;
}

.about-part-five .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.about-part-five .slogan-style1 {
  position: relative;
}

.slogan-style1__bg1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  z-index: -1;
  background: url(../../../../uploads/kp/slogan-style1-bg-1-2.jpg);
  display: none;
}

.slogan-style1__bg2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  z-index: -1;
  background: url(../../../../uploads/kp/slogan-style1-bg-2.jpg);
  display: none;
}

.about-part-five .slogan-style1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #003466;
  background: linear-gradient(
    90deg,
    #405685f2 0%,
    #003466 40%,
    #003466 60%,
    #405685f2 100%
  );
  display: none;
}

.slogan-style1__inner {
  max-width: 1440px;
  border-radius: 10px;
  background: #2f4b90;
  box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 50px 108px;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 100;
}

.slogan-style1__inner h2 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 40px 0;
  padding: 0 0 0 25px;
  font-family: "Open Sans", sans-serif;
  border-left: 8px solid #920001;
}

.slogan-style1__inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 68px;
}

.slogan-style1__inner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slogan-style1__inner ul li.brochure a {
  background: url(../../../../uploads/kp/b_icon.png) 0 50% no-repeat;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 32px;
}

.slogan-style1__inner ul li.form a {
  background: url(../../../../uploads/kp/f_icon.png) 0 50% no-repeat;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 32px;
}

.slogan-style1__inner ul li.payment a {
  background: url(../../../../uploads/kp/p_icon.png) 0 50% no-repeat;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 32px;
}

.button-box .btn-one {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #000f33;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 203px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 65px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #000f33;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
}

.button-box .btn-one:before {
  position: absolute;
  content: "";
  background-color: #920001;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.button-box .btn-one:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.button-box .btn-one:hover::before {
  transform: scaleX(1);
}

.about-part-two {
  border-bottom: 6px solid #003466;
}

.about-part-two .container {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.about-part-two .owl-stage-outer .item {
  display: grid;
  grid-template-columns: 1fr 130px;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0 10px;
}

.about-part-two .container .tabs-content {
  max-width: 1320px;
  margin: 0 auto;
}

.about-part-two .tabs {
  list-style: none;
  background: #003466;
  position: relative;
  display: block;
  padding: 26px 0;
  margin-top: 110px;
  margin-bottom: 0;
  z-index: 1;
  text-align: center;
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
}

.about-part-two .tabs .active-tab {
  position: relative;
  color: #000;
}

.about-part-two .tabs .active-tab {
  color: #fff;
}

.about-part-two .tabs li {
  display: inline-block;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  display: block;
  margin: 0 30px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.about-part-two .tabs-content {
  margin: 20px;
  padding: 0;
  list-style: none;
}

.about-part-two .tabs-content li {
  display: none;
  list-style: none;
  position: relative;
  max-width: 650px;
  width: 100%;
  background-color: #003466;
  padding: 40px 30px;
}

.about-part-two {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 90px 0;
  z-index: 10;
  margin-bottom: 100px;
}

.about-part-two .container {
  margin: 0;
  padding: 0;
}

.about-part-two .statements-area-bg {
  background: url(../../../../uploads/kp/statements-area-bg.jpg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

.about-part-two .owl-nav {
  text-align: left;
  display: flex;
}

.about-part-two .owl-nav .owl-prev,
.about-part-two .owl-nav .owl-next {
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0%;
  margin: 0;
  padding: 0;
  transition: all 700ms ease 0s;
  z-index: 1;
  background: none !important;
}

.about-part-two .owl-nav [class*="owl-"]:hover:before {
  transform: scale(1);
}

.about-part-two .owl-nav [class*="owl-"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  border-radius: 50%;
  transform: scale(0);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.single-box {
  position: relative;
  display: block;
  padding-right: 120px;
}

.text-holder {
  position: relative;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
}

.text-holder h3 {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.text-holder h3 a {
  color: #ffffff;
}

.text-holder p {
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
}

.about-part-three {
  background-color: #193579;
  position: relative;
  display: block;
  margin-bottom: 50px;
  padding: 50px 16px 50px;
}

.about-part-three .container {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}

.about-part-three .container .row {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-part-three .container .row.first {
  border-bottom: 1px solid rgba(64, 86, 133, 0.5);
}

.about-part-three .container .row .four {
  margin: 0;
  padding: 0;
}

.about-part-three .container .row .four.style1 {
  padding-right: 110px;
  padding-bottom: 46px;
}

.about-part-three .container .row .four.style2 {
  padding-left: 110px;
  padding-bottom: 46px;
  border-left: 1px solid rgba(64, 86, 133, 0.5);
}

.about-part-three .container .row.last .four.style1,
.about-part-three .container .row.last .four.style2 {
  padding-top: 46px;
  padding-bottom: 0;
}

.about-part-three .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-part-three .container .row .four.style2 .counter-box {
  flex-direction: row-reverse;
  text-align: left;
}

.about-part-three .counter-box {
  position: relative;
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.about-part-three .icon-holder {
  position: relative;
  display: block;
  width: 130px;
}

.about-part-three .icon-holder img {
  width: 80px;
  position: relative;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-part-three .counter-box:hover img {
  transform: scale(1.04);
}

.about-part-three .counter-box p {
  margin: 5px 0 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.about-part-three .counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #fff;
}

.about-part-three .counter {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 48px;
  position: relative;
}

.about-part-three .counter:after {
  content: "+";
  right: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 46px;
  margin-left: 8px;
}

.about-part-three .counter-box.colored p,
.about-part-three .counter-box.colored i,
.about-part-three .counter-box.colored .counter {
  color: #fff;
}

.about .container.topic-page,
.about-brindavan-college .container.topic-page {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.about-part-three h4 {
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0;
  font-size: 38px;
  font-weight: 700 !important;
  text-transform: capitalize;
  color: #fff;
}

.about .container.topic-page .article-body .container,
.about-brindavan-college .container.topic-page {
  margin: 0 auto;
}

.about-team {
  margin-bottom: 50px;
}

.about-team h4 {
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 38px;
  font-weight: 700 !important;
  text-transform: capitalize;
  color: #253e80;
  font-family: "source serif pro", serif;
}

.about-team ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.about-team ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 6px;
}

.about-team ul li img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}

.about-team ul li .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #253e80;
}

.about-team ul li:hover .img-holder img {
  transform: scale(1.1) rotate(0deg);
  opacity: 0.4;
  mix-blend-mode: normal;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.about-team ul li .text-holder {
  margin: 0;
  padding: 16px 12px;
}

.about-team ul li .text-holder h3 {
  text-align: left;
  color: #253e80;
  font-family: "source serif pro", serif;
  font-size: 24px;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 24px;
}

.about-team ul li .text-holder p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  text-align: left;
}

.testimonials .video-bg iframe {
  width: 475px;
  height: 418px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
}

.testimonials .video-bg {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
  padding: 40px 30px 40px;
}

.testimonials .video-bg:after {
  position: absolute;
  top: 43px;
  left: 30px;
  bottom: 43px;
  right: 30px;
  content: "";
  background-color: #920001;
  width: 450px;
  height: 450px;
  transform: rotate(-8deg);
}

.testimonials h3 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
  font-weight: 600 !important;
}

.testimonials .testimonial-wrap {
  margin: 0;
  padding: 0;
}

.testimonials .testimonial-item p {
  margin: 0;
  padding: 0;
  font-style: normal;
}

.testimonials .row > div {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.testimonials .testimonials-slider .testimonial-item {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.testimonials .testimonials-slider .testimonial-item h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  font-family: "Open Sans", sans-serif;
  color: #333;
  margin: 0 0 16px 0;
}

.testimonials .testimonial-item p {
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 30px 0;
  color: #716f6d;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
}

.testimonials .testimonial-item .quote-icon-left {
  display: none;
}

.testimonials .testimonial-item .fa-quote-right:before {
  content: "\f10e";
  color: transparent;
  -webkit-text-stroke: 1px #eeece9;
  font-size: 200px;
  line-height: 0;
  position: absolute;
  bottom: -50px;
  left: 130px;
}

.testimonials .testimonial-item .testimonial-img {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100px;
  border-radius: 6px;
  mix-blend-mode: luminosity;
  left: 0;
  border: 0;
}

.testimonials .more-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #263d81;
  color: #ffffff;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #263d81;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
}

.testimonials .more-btn a i {
  display: none;
}

.testimonials .more-btn a:before {
  position: absolute;
  content: "";
  background-color: #151515;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.testimonials .more-btn a:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.testimonials .more-btn a:hover::before {
  transform: scaleX(1);
}

.home-page .testimonials,
.home-page .gallery {
  border: 0;
}

.single-events-card {
  transition: all ease 0.5s;
}

.single-events-card .events-image {
  position: relative;
  height: 300px;
}

.single-events-card .events-image .date {
  background-color: #920001;
  position: absolute;
  bottom: -82px;
  left: 30px;
  padding: 10px 20px;
}

.single-events-card .events-image .date p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.single-events-card .events-image .date span {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.single-events-card .events-content {
  padding: 70px 22px 35px 20px;
  background-color: #fff;
}

.single-events-card .events-content .admin {
  text-align: right;
  margin-bottom: 25px;
}

.single-events-card .events-content .admin p a {
  color: #555;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.single-events-card .events-content .admin p a svg {
  width: 20px;
  fill: #253e80;
}

.single-events-card .events-content .admin p a i {
  color: #e32845;
  padding-right: 7px;
}

.single-events-card .events-content h3 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: all ease 0.5s;
  margin: 0;
}

.single-events-card:hover {
  transform: translatey(-10px);
}

.single-events-card:hover .events-content h3 {
  color: #920001;
}

.single-events-card.style2 .events-content {
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-events-card.style2 .events-content h3 {
  margin-bottom: 15px;
}

.single-events-card.style2 .events-content .admin-and-date ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-events-card.style2 .events-content .admin-and-date ul li {
  list-style-type: none;
}

.single-events-card.style2 .events-content .admin-and-date ul li a {
  color: #555;
}

.single-events-card.style2 .events-content .admin-and-date ul li a i {
  color: #e32845;
  margin-right: 7px;
}

.single-events-card.style2:hover {
  transform: translateX(0);
}

.single-events-card.style-3 .events-content {
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-events-card.style-3 .events-content .date-and-read-more ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-events-card.style-3 .events-content .date-and-read-more ul li {
  list-style-type: none;
}

.single-events-card.style-3 .events-content .date-and-read-more ul li p i {
  color: #e32845;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.single-events-card.style-4 .events-content {
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/* modal css changes */
.modaldiv .span-color {
  color: red;
}

.modaldiv {
  color: #aaa;
  font-size: 16px;
}

.modaldiv input {
  padding: 6px 12px;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  background: #f4f6f9;
  border: none;
}

.modal-body iframe {
  height: 550px;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.contact-info {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
}

.contact-info i,
.contact-info fa:before,
.contact-info a {
  color: #fff !important;
}

.contact-info a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
}

.about-content-part {
  margin: 80px 0;
  display: flex;
}

.about-content-part.left .left {
  margin: 0 70px 40px 0;
  float: left;
}

.about-content-part-inner .left {
  margin: 0 0 40px 80px;
  float: right;
}

.about-content-part.left address {
  margin-bottom: 20px;
}

.about-content-part.left .left .inner:after {
  right: -22px !important;
}

.about-content-part-inner .left .inner {
  position: relative;
  border: 1px solid #efefef;
}

.about-content-part-inner .left .inner:after {
  background: #253e80;
  content: "";
  display: block;
  height: 600px;
  right: 22px;
  position: absolute;
  top: 22px !important;
  width: 600px;
  z-index: -1;
}

.about-content-part-inner .left .inner:before {
  height: 95%;
  width: 95%;
  position: absolute;
  border: 2px solid rgb(255 255 255 / 50%);
  content: "";
  top: 15px;
  left: 15px;
}

.about-content-part-inner strong {
  display: block;
  font-weight: 600;
}

.about-content-part-inner ul {
  margin: 10px 0 20px;
  padding: 0 0 0 18px;
}

.about-content-part-inner ul li {
  font-size: 17px;
  color: #555;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  padding: 3px 0;
}

.about-content-part-inner h5 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #253e80;
  font-family: "source serif pro", serif;
  font-weight: bold !important;
}

.about-content-part-inner p {
  font-size: 17px;
  color: #555;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  margin: 0 0 15px 0;
  text-align: left;
}

.about-content-part-inner p:last-child {
  margin: 0;
}

.about-content-part-inner address {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  margin: 20px 0 0;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
}

.Events--Happenings article.event-detail {
  /*margin: 0px 0 !important;*/
  margin-bottom: 50px;
}

.Events--Happenings .post-image {
  position: relative;
}

.Events--Happenings .post-heading {
  display: block !important;
  order: 2;
  margin: 0px 0 0;
}

.Events--Happenings .post-heading h1 {
  color: #253e80;
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "source serif pro", serif;
  font-weight: bold !important;
}

.Events--Happenings .post-image .post-main-photo {
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 500px;
  height: 500px;
}

.Events--Happenings .article-body p {
  margin-bottom: 15px;
  font-size: 17px;
  color: #555;
  line-height: 30px;
  text-align: left;
}

.Events--Happenings .date {
  background-color: #fff;
  position: absolute;
  bottom: 100px;
  left: 8px;
  padding: 12px 22px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  z-index: 9;
}

.Events--Happenings .date span {
  font-size: 18px;
  color: #920001;
  font-weight: 600;
  margin-bottom: 10px;
}

.Events--Happenings .date p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
}

/* .Events--Happenings .gallery.post-gallery {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0 !important;
  background: none !important;
} */

.Events--Happenings .gallery.post-gallery .row {
  margin: 0;
  padding: 0;
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
  overflow: auto;
  flex-wrap: inherit;
}

.Events--Happenings .gallery.post-gallery .row > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.Events--Happenings .gallery.post-gallery .row::-webkit-scrollbar {
  display: none;
}

#header {
  background: transparent;
}

.navbar a,
.navbar a:focus {
  color: #fff;
}

#footer .footer-top {
  padding: 80px 0 50px;
  background: #2f4b90;
}

.amenities-block-wrapper {
  /* background-color: #fff; */
  /* margin-bottom: 50px; */
}

.title-part {
  text-align: center;
  margin: 0 0 50px 0;
}

.main-title-page-name p {
  color: #2f4b90;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.main-title-page-name {
  text-align: center;
  margin: 50px 0 50px 0;
}

.title-part h2 {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 12px 0;
}

.title-part p {
  color: #2f4b90;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.amenities-block-wrapper .amenities-cnt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.amenities-block-wrapper .amenities-cnt.first {
  background: #2f4b90;
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt {
  position: relative;
  overflow: hidden;
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt img {
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt:hover img {
  transform: scale(1.1) rotate(1deg);
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt:hover:before {
  height: 100%;
  top: 0px;
}

/* .amenities-block-wrapper .amenities-cnt-grid .amenities-cnt:before {
  position: absolute;
  content: '';
  background-color: rgba(47, 75, 144, 0.6);
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  z-index: 1;
} */

.amenities-block-wrapper .amenities-cnt-grid .icon {
  position: absolute;
  top: 36px;
  left: 36px;
  z-index: 9;
}

.amenities-block-wrapper .amenities-cnt-grid .cnt {
  position: absolute;
  transition: all 0.3s ease;
  z-index: 9;
  bottom: 20px;
  right: 0;
  padding: 16px;
  width: 260px;
  background: #fff;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.amenities-block-wrapper .amenities-cnt-grid .cnt h4 {
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 8px 0;
}

.amenities-block-wrapper .amenities-cnt-grid .cnt p {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.amenities-block-wrapper .amenities-cnt-grid .bg {
  height: 100%;
  object-fit: cover;
}

.video-gallery-wrapper {
  padding: 120px 0;
  margin-bottom: 120px;
  background: rgba(146, 0, 1, 0.08);
}

.video-gallery-wrapper h2 {
  color: #920001;
}

.video-gallery-wrapper ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}

.video-gallery-wrapper ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.video-gallery-wrapper ul li .icon {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.our-clg-block-wrapper {
  background: rgba(47, 75, 144, 0.08);
  padding: 170px 0 120px;
}

.our-clg-block-wrapper ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.our-clg-block-wrapper ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.our-clg-block-wrapper ul li:first-child:before {
  display: none;
}

.our-clg-block-wrapper ul li:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-clg-block-wrapper ul li:first-child .title-part {
  position: initial;
  margin: 0;
  padding: 0;
}

.our-clg-block-wrapper ul li:first-child .video-tag {
  background: url(../../../../uploads/kp/degree_icon.png) 0 50% no-repeat;
  padding: 33px 0 33px 110px;
  color: #000f33;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.our-clg-block-wrapper ul li:first-child .video-tag:hover {
  color: #920001;
}

.our-clg-block-wrapper ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(47, 75, 144, 0.8) 100%
  );
}

.our-clg-block-wrapper ul li img {
  width: 100%;
}

.our-clg-block-wrapper ul li .title-part {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 21px;
  opacity: 1;
  transition: all 0.3s ease;
  text-align: center;
  margin: 0 0 36px 0;
  width: 100%;
}

.our-clg-block-wrapper ul li .title-part h4 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.our-clg-block-wrapper ul li:first-child .title-part {
  opacity: 1 !important;
  bottom: initial;
}

.our-clg-block-wrapper ul li:first-child p {
  padding: 0 0 140px 0;
}

.our-clg-block-wrapper ul li:hover .title-part {
  bottom: -60px;
  opacity: 0;
}

.our-clg-block-wrapper ul li .content-part {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(90deg);
  text-align: center;
  background: rgba(0, 15, 51, 0.9);
  border-radius: 3px;
  padding: 20px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}

.our-clg-block-wrapper ul li .content-part h4 {
  margin-bottom: 22px;
}

.our-clg-block-wrapper ul li .content-part h4 a {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.our-clg-block-wrapper ul li .content-part p.desc {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 22px 0;
  padding: 0;
}

.our-clg-block-wrapper ul li .content-part .btn-part a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.our-clg-block-wrapper ul li .content-part .btn-part a:hover {
  text-decoration: underline;
}

.our-clg-block-wrapper ul li .content-part .btn-part a img {
  width: auto;
  height: auto;
}

.our-clg-block-wrapper ul li:hover .content-part {
  transform: translate(-50%, -50%) rotateY(0);
  opacity: 1;
  width: 85%;
  height: 85%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about-part-home {
  padding: 50px 0;
}

.about-part-home .title-part {
  margin: 0 0 50px 0;
}

.about-part-home .title-part h2 {
  color: #920001;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  padding: 0;
}

.about-part-home .title-part p {
  color: #000f33;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  max-width: 660px;
  margin: 0 auto;
  display: block;
}

.about-full-part {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.about-full-part .title-part {
  text-align: left;
  margin: 0 0 25px 0;
}

.about-full-part .dec {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 24px 0;
  padding: 0;
}

.about-full-part .dec:last-child {
  margin: 0 0 39px 0;
}

.about-full-part ul {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 50px 85px;
  margin: 0;
  padding: 0 0 50px 0;
}

.about-full-part ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-full-part ul li .counter {
  color: #000f33;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}

.about-full-part ul li .counter:after {
  content: "+";
  right: 0;
  font-size: 42px;
  margin-left: 2px;
}

.about-full-part ul li p {
  color: #000f33;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 4px 0 0;
}

.about-full-part .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #2f4b90;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 17px 47px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #2f4b90;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
}

.about-full-part .read-more:before {
  position: absolute;
  content: "";
  background-color: #920001;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.about-full-part .read-more:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.about-full-part .read-more:hover::before {
  transform: scaleX(1);
}

.b-section-marquee-box {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #2f4b90;
  padding: 17px 0;
}

.b-section-marquee-box h2 {
  white-space: nowrap;
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: capitalize;
  flex-shrink: 0;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: b-text-scroll 35s linear infinite;
  margin: 0;
  padding: 0;
}

@keyframes b-text-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.brands {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.brands_slider_container {
  height: 130px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding-left: 97px;
  padding-right: 97px;
  background: #fff;
}

.brands_slider {
  height: 100%;
  margin-top: 50px;
}

.brands_item {
  height: 100%;
}

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

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brands_nav:hover i {
  color: #676767;
}

.brands_prev {
  left: 40px;
}

.brands_next {
  right: 40px;
}

.accreditations-block-wrapper {
  position: relative;
}

.accreditations-block-wrapper .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.accreditations-block-wrapper .owl-carousel {
  padding: 0 60px;
  position: relative;
}

.accreditations-block-wrapper .owl-carousel .owl-prev {
  position: absolute;
  margin-top: -12px;
  top: 50%;
  left: 0;
  background: none;
  padding: 0;
  color: #666;
  display: block;
}

.accreditations-block-wrapper .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  background: none;
  padding: 0;
  color: #666;
  display: block;
}

.accreditations-block-wrapper .owl-stage-outer .item img {
  height: 120px;
  vertical-align: middle;
}

.accreditations-block-wrapper .fa-angle-left:before {
  display: none;
}

.accreditations-block-wrapper .fa-angle-left {
  background: url(../../../../uploads/kp/arrow-left_grey.png);
  width: 24px;
  height: 24px;
  display: block;
}

.accreditations-block-wrapper .fa-angle-left:hover {
  background: url(../../../../uploads/kp/arrow-hover_left.png);
  width: 24px;
  height: 24px;
  display: block;
}

.accreditations-block-wrapper .fa-angle-right:before {
  display: none;
}

.accreditations-block-wrapper .fa-angle-right {
  background: url(../../../../uploads/kp/arrow-right_grey.png);
  width: 24px;
  height: 24px;
  display: block;
}

.accreditations-block-wrapper .fa-angle-right:hover {
  background: url(../../../../uploads/kp/arrow-hover_right.png);
  width: 24px;
  height: 24px;
  display: block;
}

.accreditations-block-wrapper .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.accreditations-block-wrapper .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
}

.ftrp-blk {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 50px;
}

.ftrp-blk h2 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
}

.ftrp-blk ul {
  margin: 0 0 28px 0;
  padding: 0;
}

.ftrp-blk ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 4px 0;
}

.ftrp-blk ul li:last-child {
  padding: 0;
}

.ftrp-blk ul li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.ftrp-blk ul li a:hover {
  color: #920001 !important;
}

.ftrp-blk .logo {
  background: url(../../../../uploads/kp/footer_logo_ugpg.png);
  width: 300px;
  height: 75px;
  text-indent: -9999px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 13px 0 !important;
}

.ftrp-blk .block-1 p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0 0 19px 0;
  padding: 0;
}

.hero-container.hero-slider .carousel-indicators {
  display: none;
}

#hero .carousel-item::before {
  background: url(../../../../uploads/kp/slider_bg.png) !important;
  background-color: transparent !important;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
}

#hero h2 {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  max-width: 888px;
  text-shadow: none;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 154px;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .slider-link,
#hero p {
  display: none;
}

/*.home-welcome .container-full {
  position: relative;
  height: 100vh;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/
.video-docker {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
}

.video-docker video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-height: 100%;
  vertical-align: middle;
  height: auto;
  min-width: 100%;
  position: absolute;
}

.video-docker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.video-content {
  z-index: 2;
  position: absolute;
  text-align: center;
  bottom: 102px;
  left: 0;
  right: 0;
}

.video-content h3 {
  color: #fff;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 888px;
  margin: 0 auto;
  display: block;
}

.announce-text {
  position: absolute;
  left: 0;
  z-index: 999;
  bottom: -40px;
  background: #000f33;
  width: 193px;
  height: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announce-text a {
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.clg-c-slider {
  padding: 50px 0 50px;
}

.clg-pic-slider-inner {
  display: grid;
  grid-template-columns: 557px 1fr;
  gap: 70px;
  align-items: center;
}

.clg-pic-slider-inner .img {
  position: relative;
  padding: 22px 0 0 22px;
}

.clg-pic-slider-inner .left {
  position: relative;
}

.clg-pic-slider-inner .ttl {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  align-items: center;
}

.clg-pic-slider-inner .ttl h3 {
  color: #000f33;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 3px 0;
  padding: 0;
}

.clg-pic-slider-inner .ttl p {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.clg-pic-slider-inner .ttl img {
  width: auto;
  height: auto;
}

.clg-pic-slider-inner .video-m {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  background: url(../../../../uploads/kp/v_icon_big.png) 0 0 no-repeat;
  padding: 20px 0 21px 86px;
  background-size: 72px;
  position: absolute;
  bottom: 48px;
  right: 48px;
}

.Video-Imag {
  position: absolute;
  right: 165px;
  bottom: 60px;
}

.Video-Imag > img {
  width: 70px;
  height: 70px;
}

.VideoImgOuter {
  position: relative;
}

.clg-pic-slider-inner h2 {
  color: #92959b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.clg-pic-slider-inner h4 {
  color: #2f4b90;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 18px 0;
  padding: 0;
}

.clg-pic-slider-inner p {
  color: #000f33;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  padding: 0;
}

.clg-pic-slider-inner .right img {
  width: auto;
  height: auto;
}

.clg-pic-slider-inner p.last {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 25px 0 48px 0;
  padding: 0;
}

.clg-pic-slider.owl-theme .owl-dots {
  margin: 50px 0 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.clg-pic-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #2f4b90;
  width: 21px;
  height: 8px;
  border-radius: 250px;
}

.clg-pic-slider.owl-theme .owl-dots .owl-dot span {
  padding: 0;
  margin: 0;
  background: #d0d0d0;
  width: 8px;
  height: 8px;
}

.video .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.rd-icon-part ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.rd-icon-part {
  margin-top: -81px;
  position: relative;
  z-index: 1;
}

.rd-icon-part .container {
  max-width: 1250px;
  margin: 0 auto;
}

.rd-icon-part ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #920001;
  padding: 50px 22px;
  box-sizing: border-box;
  text-align: center;
}

.rd-icon-part ul li img {
  vertical-align: middle;
}

.rd-icon-part ul li p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 15px 0 0;
  padding: 0;
}

.courses-block-wrapper {
  background: rgba(47, 75, 144, 0.08);
  padding: 50px 0;
}

.courses-block-wrapper .title-part {
  margin: 0 0 50px 0;
  padding: 0;
}

.courses-block-wrapper .title-part h2 {
  color: #2f4b90;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  padding: 0;
}

.courses-block-wrapper .title-part p {
  color: #000f33;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.courses-block-wrapper ul.programsOuter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.programsOuter > li {
  width: 48%;
}

.programsOuter .img > img {
  width: 100%;
  min-height: 320px;
  max-height: 320px;
  object-fit: cover;
}

.courses-block-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  text-align: left;
}

.courses-block-wrapper ul li .cnt {
  position: relative;
}

.courses-block-wrapper ul li .cnt .icon {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -50px;
}

.courses-block-wrapper ul li .cnt {
  padding: 74px 20px 40px;
}

.courses-block-wrapper ul li .cnt h4 {
  color: #000f33;
  text-align: left;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 0;
  /*height: 52px;*/
  margin: 0 0 11px 0;
}

.courses-block-wrapper ul li .cnt p {
  color: #92959b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0 0 35px 0;
}

.courses-block-wrapper ul li .cnt a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #920001;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
  /* text-decoration: underline; */
}

.courses-block-wrapper ul li .cnt .hpro:active,
.courses-block-wrapper ul li .cnt .hpro:focus,
.courses-block-wrapper ul li .cnt .hpro:hover {
  color: #920001 !important;
}

.courses-block-wrapper ul li .cnt a:before {
  position: absolute;
  content: "";
  background-color: #2f4b90;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.courses-block-wrapper ul li .cnt a:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.courses-block-wrapper ul li .cnt a:hover::before {
  transform: scaleX(1);
}

.award-logo-wrapper-part {
  padding: 50px 0;
}

.award-logo-wrapper-part .container {
  max-width: 1093px;
  margin: 0 auto;
}

.award-logo-wrapper-part .title-part {
  margin: 0 0 46px 0;
  padding: 0;
}

.award-logo-wrapper-part .title-part h2 {
  color: #920001;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  padding: 0;
}

.award-logo-wrapper-part .title-part p {
  color: #000f33;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.award-logo-wrapper-part .btn {
  width: 100%;
  text-align: center;
  margin: 23px 0 0;
  padding: 0;
}

.award-logo-wrapper-part a.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #920001;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
}

.award-logo-wrapper-part a.read-more:before {
  position: absolute;
  content: "";
  background-color: #2f4b90;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.award-logo-wrapper-part a.read-more:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.award-logo-wrapper-part a.read-more:hover::before {
  transform: scaleX(1);
}

.popup-videos {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  border: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  color: #000f33;
  background: #fff;
  animation: circle-ripple 3s linear linear infinite;
  -webkit-animation: circle-ripple 3s linear infinite;
  transition: all 0.3s ease;
}

.popup-videos i:before {
  font-size: 30px;
  line-height: 70px;
}

.popup-videos:before {
  display: none;
}

.popup-videos:hover:before {
  background: #000f33;
}

@keyframes circle-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.7),
      0 0 0 1em rgba(217, 217, 217, 0.7), 0 0 0 2em rgba(217, 217, 217, 0.7),
      0 0 0 3em rgba(217, 217, 217, 0.7);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(217, 217, 217, 0.7),
      0 0 0 2em rgba(217, 217, 217, 0.7), 0 0 0 3em rgba(217, 217, 217, 0.7),
      0 0 0 4em rgba(217, 217, 217, 0);
  }
}

@-webkit-keyframes circle-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.7),
      0 0 0 1em rgba(217, 217, 217, 0.7), 0 0 0 2em rgba(217, 217, 217, 0.7),
      0 0 0 3em rgba(217, 217, 217, 0.7);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(217, 217, 217, 0.7),
      0 0 0 2em rgba(217, 217, 217, 0.7), 0 0 0 3em rgba(217, 217, 217, 0.7),
      0 0 0 4em rgba(217, 217, 217, 0);
  }
}

#main .recruiters-slider {
  padding: 50px 0;
  background: rgba(47, 75, 144, 0.08);
}
.recruiters-slider {
  padding: 50px 0;
  background: rgba(47, 75, 144, 0.08);
}
.recruiters-slider .title-part {
  margin: 0 0 50px 0;
  padding: 0;
}

.recruiters-slider .title-part h2 {
  color: #2f4b90;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  padding: 0;
}

.recruiters-slider .title-part p {
  color: #920001;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.recruiters-slider img {
  height: 100px;
  width: auto;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px 48px;
  border-radius: 0;
}

.recruiters-slider .btn {
  text-align: center;
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
}

.recruiters-slider .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.recruiters-slider .btn img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.recruiters-slider .btn a.read-more {
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  gap: 8px;
  vertical-align: middle;
  background-color: #920001;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  width: 168px;
  height: 52px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
}

.recruiters-slider .btn a.read-more:before {
  position: absolute;
  content: "";
  background-color: #2f4b90;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.recruiters-slider .btn a.read-more:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.recruiters-slider .btn a.read-more:hover::before {
  transform: scaleX(1);
}

.bgi-block-wrapper {
  padding: 50px 0;
  margin-bottom: 50px;
  background: rgba(47, 75, 144, 0.08);
}

.bgi-block-wrapper .title-part {
  margin: 0 0 50px 0;
  padding: 0;
}

.bgi-block-wrapper .title-part h2 {
  color: #2f4b90;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  padding: 0;
}

.bgi-block-wrapper .title-part p {
  color: #92959b;
  font-size: 16px;
  font-weight: 400;
  line-height: normal !important;
}

.bgi-block-wrapper .title-part p.HomeText {
  color: #92959b;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  max-width: 642px;
  margin: 0 auto;
  display: block;
}

.bgi-block-wrapper .title-part p.text {
  color: #92959b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  max-width: 642px;
  margin: 0 auto;
  display: block;
}

.bgi-block-wrapper .full-part {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.bgi-block-wrapper .left ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.bgi-block-wrapper .left ul li {
  margin: 0;
  list-style: none;
  padding: 30px;
  background: #fff;
}

.bgi-block-wrapper .right video {
  width: 100%;
  vertical-align: middle;
}

.bgi-block-wrapper .right {
  position: relative;
  padding: 25px 25px 0 0;
}

.bgi-block-wrapper .right .play-btn span {
  background: url(../../../../uploads/kp/play-btn.png) 0 0 no-repeat;
  width: 70px;
  text-indent: -9999px;
  height: 70px;
  background-size: 70px 70px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.bgi-block-wrapper .right:after {
  border-radius: 10px;
  border: 12px solid #2f4b90;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  z-index: -1;
}

.bgi-block-wrapper .left ul li .icon img {
  width: 60px;
}

.bgi-block-wrapper .left ul li .counter {
  color: #000f33;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}

.bgi-block-wrapper .left ul li .counter:after {
  content: "+";
  right: 0;
  font-size: 36px;
  margin-left: 2px;
}

.bgi-block-wrapper .left ul li p {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.bgi-block-wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px 0;
}

.clg-c-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 0;
}

.clg-c-slider .owl-nav .owl-prev {
  content: "";
  position: absolute;
  background: url(../../../../uploads/kp/saleft.png) 0 0 no-repeat !important;
  width: 55px;
  height: 55px;
  font-size: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-size: 55px 55px !important;
  z-index: 9 !important;
  right: 76px;
  margin: 0;
  padding: 0;
}

.clg-c-slider .owl-nav .owl-next {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  font-size: 0;
  background: url(../../../../uploads/kp/saright.png) 0 0 no-repeat !important;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-size: 55px 55px !important;
  z-index: 9 !important;
  right: 0;
  margin: 0;
  padding: 0;
}

.clg-c-slider .owl-nav .owl-prev:hover {
  background: url(../../../../uploads/kp/saleft_blue.png) 0 0 no-repeat !important;
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  font-size: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-size: 55px 55px !important;
  z-index: 9 !important;
  right: 71px;
  margin: 0;
  padding: 0;
}

.clg-c-slider .owl-nav .owl-next:hover {
  background: url(../../../../uploads/kp/saright_blue.png) 0 0 no-repeat !important;
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  font-size: 0;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-size: 55px 55px !important;
  z-index: 9 !important;
  right: -5px;
  margin: 0;
  padding: 0;
}

.clg-c-slider .title-part {
  margin: 0 0 50px 0;
  padding: 0;
}

.clg-c-slider .title-part h2 {
  color: #2f4b90;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  padding: 0;
}

.clg-c-slider .title-part p {
  color: #920001;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.testimonials {
  display: none;
}

.h-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px 0;
}

.h-right ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.h-right ul li {
  margin: 0 19px 0 0;
  padding: 0 19px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2px;
  border-right: 2px solid #979797;
}

.h-right ul li.mail {
  gap: 8px;
}

.h-right ul li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.h-right ul li:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}

.h-right ul li.social-icon {
  display: flex;
  align-items: center;
  gap: 23px;
}

.h-right ul li.social-icon a.fb {
  background: url(../../../../uploads/kp/fb_icon.png);
  width: 24px;
  height: 25px;
  background-size: 24px 25px;
  text-indent: -9999px;
  display: block;
}

.h-right ul li.social-icon a.insta {
  background: url(../../../../uploads/kp/insta_icon.png);
  width: 24px;
  height: 25px;
  background-size: 24px 25px;
  text-indent: -9999px;
  display: block;
}

.h-right ul li.social-icon a.twi {
  background: url(../../../../uploads/kp/twitter_icon.png);
  width: 24px;
  height: 25px;
  background-size: 24px 25px;
  text-indent: -9999px;
  display: block;
}

#header.header-scrolled .h-top {
  display: none;
}

.copy-text {
  border-top: 1px solid #193579;
  margin-top: 24px;
  padding-top: 34px;
  text-align: right;
}

.copy-text p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.ftrp-blk ul li a.facebook {
  background: url(../../../../uploads/kp/fb_icon.png);
  width: 24px;
  height: 25px;
  background-size: 24px 25px;
  text-indent: -9999px;
  display: block;
}

.ftrp-blk ul li a.insta {
  background: url(../../../../uploads/kp/insta_icon.png);
  width: 24px;
  height: 25px;
  background-size: 24px 25px;
  text-indent: -9999px;
  display: block;
}

.ftrp-blk ul li a.twitter {
  background: url(../../../../uploads/kp/twitter_icon.png);
  width: 24px;
  height: 25px;
  background-size: 24px 25px;
  text-indent: -9999px;
  display: block;
}

.ftrp-blk ul li:last-child {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.ftrp-blk ul li.tel,
.ftrp-blk ul li.email,
.ftrp-blk ul li.address {
  margin-bottom: 19px;
  padding-bottom: 0;
}

.ftrp-blk ul li.tel a {
  background: url(../../../../uploads/kp/call_icon.png) 0 50% no-repeat;
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.ftrp-blk ul li.email a {
  background: url(../../../../uploads/kp/mail_icon.png) 0 50% no-repeat;
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.navbar > ul > li {
  padding: 0 0 0 20px;
}

.navbar > ul > li:first-child {
  padding-left: 0;
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
  opacity: 1 !important;
}

#hero .carousel-control-next,
#hero .carousel-control-prev,
#hero .carousel:hover .carousel-control-next,
#hero .carousel:hover .carousel-control-prev {
  visibility: visible !important;
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
  width: auto;
}

#hero .carousel-control-prev-icon {
  background: url(../../../../uploads/kp/Left.png) 0 50% no-repeat !important;
  width: 66px;
  background-size: 66px 150px;
  display: block;
  height: 150px;
}

#hero .carousel-control-prev-icon.bi-chevron-left::before {
  display: none;
}

#hero .carousel-control-next-icon {
  background: url(../../../../uploads/kp/Right.png) 0 50% no-repeat !important;
  width: 66px;
  background-size: 66px 150px;
  display: block;
  height: 150px;
}

#hero .carousel-control-next-icon.bi-chevron-right::before {
  display: none;
}

.menu-home {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.menu-home .apply-btn {
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  vertical-align: middle;
  background-color: #920001;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  width: 168px;
  height: 52px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
}

.menu-home .apply-btn:before {
  position: absolute;
  content: "";
  background-color: #2f4b90;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.menu-home .apply-btn:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.menu-home .apply-btn:hover::before {
  transform: scaleX(1);
}

.navbar a,
.navbar a:focus {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  text-transform: capitalize;
}

.bgi-wrapper-part {
  padding: 90px 0 50px !important;
}

.bgi-wrapper-part .title-part {
  margin: 0 0 50px 0;
  padding: 0;
}

.bgi-wrapper-part .title-part h2 {
  color: #2f4b90;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  padding: 0;
}

.bgi-wrapper-part .title-part p {
  color: #920001;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.bgi-wrapper-part .item {
  position: relative;
  transition: all 500ms ease;
}

.bgi-wrapper-part .item:hover:before {
  background: #2f4b90;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  transition: all 500ms ease;
}

.bgi-wrapper-part .item:hover .read-more {
  display: inline-flex !important;
  transition: all 500ms ease;
}

.bgi-wrapper-part .item {
  transition: all 500ms ease;
}

.bgi-wrapper-part .item img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.bgi-wrapper-part .item .text img {
  width: 64px;
  height: auto;
  object-fit: initial;
}

.bgi-wrapper-part .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bgi-wrapper-part .item .text .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bgi-wrapper-part .item .text .read-more {
  display: none;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  vertical-align: middle;
  background-color: #920001;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  width: 168px;
  height: 52px;
  border-radius: 0;
  margin-top: 24px;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
}

.bgi-wrapper-part .item .text .read-more img {
  width: auto;
  height: auto;
  object-fit: initial;
}

.bgi-wrapper-part .item .text .read-more:before {
  position: absolute;
  content: "";
  background-color: #000f33;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.bgi-wrapper-part .item .text .read-more:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.bgi-wrapper-part .item .text .read-more:hover::before {
  transform: scaleX(1);
}

.bgi-wrapper-part .item .text p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0 0;
  padding: 0;
}

.bgi-wrapper-part .owl-dots {
  margin: 50px 0 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.bgi-wrapper-part .owl-dots .owl-dot.active span {
  background: #2f4b90;
  width: 21px;
  height: 8px;
  border-radius: 250px;
}

.bgi-wrapper-part .owl-dots .owl-dot span {
  padding: 0;
  margin: 0;
  background: #d0d0d0;
  width: 8px;
  height: 8px;
}

.clg-pic-slider-inner .img:after {
  border-radius: 10px 0px 0px 0px;
  background: #ffffff;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt a {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt .content-part {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%) rotateY(90deg);
  text-align: center;
  background: rgba(31, 33, 39, 0.5);
  border-radius: 3px;
  padding: 20px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt .content-part p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 8px 0;
  width: 100%;
}

/* .amenities-block-wrapper .amenities-cnt-grid .amenities-cnt:hover .cnt {
  bottom: -60px;
  opacity: 0;
} */

/* .amenities-block-wrapper .amenities-cnt-grid .amenities-cnt:hover .content-part {
  transform: translate(-50%, 0) rotateY(0);
  opacity: 1;
  width: 85%;
  display: block;
  z-index: 9;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
  align-content: end;
} */
.sticky_bar_bg {
  background: #2f4b90;
}

.admission-page-cnt .top-link-part ul {
  /* margin: -15px 0 0; */
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  position: relative;
  z-index: 10;
}

.admission-page-cnt .CustomTabs ul {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
  text-align: center;
  position: relative;
  z-index: 10;
}

.CustomTabs {
  width: 100%;
}

.admission-page-cnt .top-link-part ul li {
  margin: 0;
  padding: 15px;
  list-style: none;
  text-align: center;
  background: #2f4b90;
}

.admission-page-cnt .top-link-part ul li a {
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase !important;
}

.overview-cnt {
  padding: 50px 0;
}

.overview-cnt h2 {
  color: #2f4b90;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  /* margin: 0 0 72px 0; */
  text-align: center;
  padding: 0 0 16px 0;
}

.overview-cnt h2:before {
  background: #920001;
  width: 14%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: auto;
  content: "";
  right: auto;
}

.overview-cnt .full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.overview-cnt .full {
  margin: 0 0 50px 0;
}

.overview-cnt .full:last-of-type {
  margin: 0;
}

.overview-cnt .full .left h3 {
  letter-spacing: 0;
  margin: 0 0 22px 0;
  padding: 0;
  color: #000f33;
  font-size: 30px;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: capitalize;
}

.overview-cnt .full .left p {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 12px 0;
  padding: 0;
}

.overview-cnt .full .left p:last-child {
  margin: 0;
  padding: 0;
}

.text-justify,
.topic-page article .article-body {
  text-align: initial;
}

.overview-cnt .full.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.overview-cnt .full.two .right p {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.overview-cnt .full.two .right ul {
  margin: 0 0 28px 0;
  padding: 0 0 0 4px;
}

.overview-cnt .full.two .right ul li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 15px 0;
  list-style: none;
}

.overview-cnt .full.two .right .icon {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
}

.overview-cnt .full.two .right .icon h5 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  margin: 0 0 4px 0;
}

.overview-cnt .full.two .right .icon p {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 14px 0;
}

.overview-cnt .full.two .right .icon p:last-child {
  margin: 0;
}

.Admission .container.topic-page {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.admission-block-cnt.for-cnt {
  padding: 50px 0;
}

.admission-block-cnt.for-cnt .full {
  display: grid;
  grid-template-columns: 582px 1fr;
  gap: 81px;
  align-items: center;
}

.admission-block-cnt.for-cnt .full .left .bg {
  background: #eaedf4;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 41px 79px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.admission-block-cnt.for-cnt .full .left .bg h3 {
  color: #000f33;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  padding: 0;
  width: 100%;
}

.admission-block-cnt.for-cnt .full .left .bg ul {
  margin: 0;
  padding: 0;
}

.admission-block-cnt.for-cnt .full .left .bg ul li {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 12px;
  align-items: center;
}

.admission-block-cnt.for-cnt .full .left .bg ul li:last-child {
  margin: 0;
}

.admission-block-cnt.for-cnt .full .left .bg ul li a {
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.admission-block-cnt.for-cnt .full .right h3 {
  color: #000f33;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}

.admission-block-cnt.for-cnt .full .right p {
  color: #92959b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.admission-block-cnt.detail-cnt {
  position: relative;
  margin-bottom: 200px;
}

.admission-block-cnt.detail-cnt .box-cnt {
  text-align: center;
  top: 70px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 60px 0 0;
}

.admission-block-cnt.detail-cnt .box-cnt .title h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 25px 0;
  padding: 0;
}

.admission-block-cnt.detail-cnt .box-cnt .title a {
  display: inline-flex;
  background: #2f4b90;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-transform: capitalize;
}

.admission-block-cnt.detail-cnt .box-cnt .full {
  margin: 72px auto 0;
  max-width: 1003px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 57px;
}

.admission-block-cnt.detail-cnt .box-cnt .full .left {
  background: #eaedf4;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.admission-block-cnt.detail-cnt .box-cnt .full .right {
  background: #eaedf4;
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.admission-block-cnt.detail-cnt .box-cnt h3 {
  color: #000f33;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}

.admission-block-cnt.detail-cnt .box-cnt ul {
  margin: 0;
  padding: 0;
}

.admission-block-cnt.detail-cnt .box-cnt ul li {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  text-align: left;
}

.admission-block-cnt.detail-cnt .box-cnt ul li a {
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.admission-block-cnt.detail-cnt .box-cnt ul li a:hover {
  color: #920001;
}

.admission-block-cnt.detail-cnt .box-cnt ul li:last-child {
  margin: 0;
}

.admission-block-cnt.detail-cnt .box-cnt .address {
  align-items: flex-start;
}

.admission-block-cnt.detail-cnt .box-cnt .address address {
  margin: 0;
  padding: 0;
}

.admission-block-cnt.step-cnt {
  background: #f6ebeb;
  padding: 50 0;
}

.admission-block-cnt.step-cnt h2 {
  color: #000f33;
  font-size: 30px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 14px 0;
  padding: 0;
}

.admission-block-cnt.step-cnt .link {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.admission-block-cnt.step-cnt .full {
  margin: 70px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.admission-block-cnt.step-cnt .full .left {
  position: relative;
}

.admission-block-cnt.step-cnt .full .left:before {
  background: url("../../../../uploads/kp/line_img.png");
  width: 84%;
  height: 12px;
  position: absolute;
  top: 44px;
  left: 110px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.admission-block-cnt.step-cnt .full .step {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f4b90;
  font-size: 18px;
  font-weight: 700;
  background: rgba(47, 75, 144, 0.2);
}

.admission-block-cnt.step-cnt .full h3 {
  color: #920001;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 30px 0 20px 0;
  padding: 0;
}

.admission-block-cnt.step-cnt .full p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  margin: 0 0 24px 0;
  padding: 0;
}

.admission-block-cnt.step-cnt .full p a,
.admission-block-cnt.step-cnt .full p strong {
  font-weight: 700;
  color: #2f4b90;
}

.admission-block-cnt.step-cnt .full ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.admission-block-cnt.step-cnt .full ul li {
  margin: 0 0 18px 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

/*.admission-block-cnt.step-cnt .full .right {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 30px;*/
/*}*/

.admission-block-cnt.step-cnt ul.out {
  margin: 15px 0 0;
  padding: 0 0 0 18px;
}

.admission-block-cnt.step-cnt ul.out li {
  margin: 0 0 18px 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.admission-block-cnt.step-cnt ul.out li:last-child {
  margin: 0;
}

.admission-block-cnt.prog-cnt {
  background: #eaedf4;
  padding: 50px 0;
}

.admission-block-cnt.prog-cnt .wrapper {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 485px;
  gap: 30px;
  align-items: center;
  max-width: 1200px;
}

.admission-block-cnt.prog-cnt .tab-controls {
  width: 100%;
  margin: 0;
  padding: 0;
  margin: 0;
  order: 2;
}

.admission-block-cnt.prog-cnt .tab-controls h4 {
  color: #000f33;
  font-size: 30px;
  text-align: left;
  margin: 0 0 25px 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.admission-block-cnt.prog-cnt .tab-controls li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

.admission-block-cnt.prog-cnt .tab-controls li:last-child {
  margin: 0;
}

.admission-block-cnt.prog-cnt .tab-controls li label {
  display: block;
  text-align: left;
  background: #fff;
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 20px 18px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.admission-block-cnt.prog-cnt .tab-input {
  display: none;
}

.admission-block-cnt.prog-cnt .tab-item {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}

.admission-block-cnt.prog-cnt .tab-input:checked + .tab-item img {
  width: 100%;
  vertical-align: middle;
}

.admission-block-cnt.prog-cnt .tab-input:checked + .tab-item {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}

.admission-block-cnt.prog-cnt h2 {
  color: #2f4b90;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 72px 0;
  text-align: center;
  padding: 0 0 16px 0;
}

.admission-block-cnt.prog-cnt h2:before {
  background: #920001;
  width: 36%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  content: "";
}

.admission-block-cnt.nri-cnt {
  padding: 50px 0;
}

.admission-block-cnt.nri-cnt h2:before {
  background: #920001;
  width: 28%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  content: "";
}

.admission-block-cnt.nri-cnt p {
  color: #92959b;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 70px 0;
}

.admission-block-cnt.nri-cnt .full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.admission-block-cnt.nri-cnt .full h5 {
  color: #000f33;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 25px 0;
  padding: 0;
}

.admission-block-cnt.nri-cnt .full ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.admission-block-cnt.nri-cnt .full ul li {
  margin: 0;
  padding: 0;
  color: #92959b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 24px 0;
}

.admission-block-cnt.nri-cnt .fullcnt .dark {
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin: 30px 0 70px 0;
  padding: 0;
}

.admission-block-cnt.nri-cnt p.margin {
  color: #92959b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
}

.full.students {
  margin-bottom: 70px;
}

.full.students p {
  text-align: left;
  margin: 0;
  padding: 0;
}

.full.international p {
  text-align: left;
  margin: 0;
  padding: 0;
}

.full.international,
.full.qualifications {
  margin-bottom: 70px;
}

.full.international p strong {
  color: #000;
}

.full.qualifications p {
  text-align: left;
  margin: 0;
  padding: 0;
}

.full.qualifications ul {
  margin: 25px 0 0 !important;
  padding: 0 !important;
}

.full.qualifications ul li {
  margin: 0 0 18px 0 !important;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
}

.full.qualifications ul li:last-child {
  margin: 0;
}

.full.qualifications ul li address,
.full.qualifications ul li a {
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.full.tab-part {
  margin: 70px 0 0;
}

.full.tab-part .question {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 20px;
  border: 1px solid #92959b;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #92959b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.full.tab-part .answers {
  padding: 0px 15px;
  margin: 5px 0;
  width: 100% !important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.full.tab-part .answers p {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}

.full.tab-part .answers ul {
  margin: 0;
  padding: 0 0 0 12px;
}

.full.tab-part .answers ul li {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}

.full.tab-part .answers ul li:last-child,
.full.tab-part .answers p:last-child {
  margin: 0;
}

.full.tab-part .questions:checked ~ .answers {
  height: auto;
  opacity: 1;
  padding: 15px;
}

.fq-cnt {
  position: relative;
  z-index: 1;
}

.full.tab-part .plus {
  position: absolute;
  margin-left: 10px;
  right: 20px;
  top: 20px;
  background: url(../../../../uploads/kp/arrow_grey.png);
  width: 24px;
  height: 25px;
  font-size: 0;
  z-index: 5;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.full.tab-part .questions:checked ~ .plus {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url(../../../../uploads/kp/arrw_black.png);
}

.questions {
  display: none;
}

.contact-part {
  padding: 50px 0;
}

.contact-part h2 {
  color: #2f4b90;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
  margin: 0 0 60px 0;
  padding: 0;
  text-align: center;
}

.contact-part h2 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0 8px 0;
  border-bottom: 4px solid #920001;
}

.contact-part .full {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}

.contact-part .full .left ul {
  margin: 60px 0 0;
  padding: 0;
}

.contact-part .full .left ul li {
  margin: 0 0 30px 0 !important;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
}

.contact-part .full .left ul li address,
.contact-part .full .left ul li a {
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.contact-part .full .left ul li a:hover {
  color: #920001;
}

.contact-part .full .right h3 {
  color: #000f33;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 30px 0;
}

.contact-part .full .right form .grid-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.contact-part .full .right form input,
.contact-part .full .right form textarea {
  border: 1px solid #92959b;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}

.contact-part .full .two .form-group {
  margin-bottom: 20px;
}

.contact-part .btn {
  margin: 0;
  padding: 0;
}

.contact-part .btn button {
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  vertical-align: middle;
  background-color: #920001;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  width: 168px;
  height: 52px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
}

.contact-part .btn button:before {
  position: absolute;
  content: "";
  background-color: #2f4b90;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.contact-part .btn button:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.contact-part .btn button:hover::before {
  transform: scaleX(1);
}

@media (max-width: 1200px) {
  .ftrp-blk {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .h-right ul li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 0 0 0 10px;
  }

  .rd-icon-part ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
  }

  .about-full-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
  }

  .courses-block-wrapper ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }

  .bgi-block-wrapper .left ul li {
    padding: 16px;
  }

  .bgi-block-wrapper .left ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .event-block-wrapper .card-b-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
  }

  .single-events-card .events-content {
    padding: 60px 16px 25px 16px;
    background-color: #fff;
  }

  .bgi-block-wrapper .left ul li .counter,
  .bgi-block-wrapper .left ul li .counter:after {
    font-size: 30px;
  }

  .clg-pic-slider-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
  }

  .clg-c-slider .owl-nav {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 20px 0 0;
  }

  .clg-c-slider .owl-nav .owl-prev {
    right: 10px;
  }

  .clg-c-slider .owl-nav .owl-prev:hover {
    right: 15px;
  }

  .clg-c-slider .owl-nav .owl-prev,
  .clg-c-slider .owl-nav .owl-next,
  .clg-c-slider .owl-nav .owl-prev:hover,
  .clg-c-slider .owl-nav .owl-next:hover {
    position: relative;
  }

  .recruiters-slider img {
    height: 70px;
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0;
  }

  .about-part-four .full-part {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    align-items: center;
    margin-bottom: 30px;
  }

  .about-part-three .container .row .four.style2 {
    padding-left: 40px;
  }

  .about-part-three .container .row .four.style1 {
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .about-full-part {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
  }

  .courses-block-wrapper .programsInner > ul {
    gap: 0;
  }

  .courses-block-wrapper ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .courses-block-wrapper ul li img {
    width: 100% !important;
  }

  .courses-block-wrapper ul li .cnt .icon {
    width: auto !important;
  }

  .courses-block-wrapper ul li .cnt a img {
    width: auto !important;
  }

  .courses-block-wrapper ul li .cnt h4 {
    height: auto;
  }

  .courses-block-wrapper {
    background: rgba(47, 75, 144, 0.08);
    padding: 60px 0;
  }

  .recruiters-slider {
    padding: 60px 0;
    background: rgba(47, 75, 144, 0.08);
  }

  .bgi-block-wrapper .full-part {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
  }

  .event-block-wrapper .card-b-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .clg-pic-slider-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
  }

  .slide-track-wrapper .logo-cmn {
    margin: 0 0 20px 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }

  .ftrp-blk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #footer .footer-top {
    padding: 40px 0 40px;
    background: #2f4b90;
  }

  .rd-icon-part ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .h-right {
    display: none;
  }

  #header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #header.header-scrolled .h-top {
    margin: 0;
  }

  .mobile-nav-toggle {
    margin: 0;
  }

  .bi-list::before {
    font-size: 30px;
    color: #fff;
  }

  #header .logo img {
    width: 200px;
  }

  .navbar > ul > li {
    white-space: nowrap;
    padding: 0;
  }

  .menu-home .apply-btn {
    width: 140px;
    font-size: 14px;
    height: 46px;
  }

  #header.header-scrolled .h-top {
    display: block;
  }

  #header.header-scrolled {
    top: 0;
    background: #2f4b90;
  }

  .navbar-mobile-bg {
    background: transparent;
  }

  #header.header-scrolled {
    padding: 10px 0;
  }

  .header-scrolled .navbar-mobile ul {
    top: 0;
  }

  .header-scrolled .navbar-mobile .mobile-nav-toggle {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 16px;
  }

  .rd-icon-part ul li {
    padding: 22px;
  }

  .rd-icon-part ul li p {
    font-size: 14px;
  }

  .about-part-home {
    padding: 40px 0;
  }

  .about-part-home .title-part,
  .courses-block-wrapper .title-part,
  .award-logo-wrapper-part .title-part,
  .event-block-wrapper .title-part,
  .recruiters-slider .title-part,
  .bgi-wrapper-part .title-part,
  .bgi-block-wrapper .title-part,
  .clg-c-slider .title-part {
    margin: 0 0 30px 0;
  }

  .about-part-home .title-part p,
  .courses-block-wrapper .title-part p,
  .award-logo-wrapper-part .title-part p,
  .title-part p,
  .recruiters-slider .title-part p,
  .bgi-wrapper-part .title-part p,
  .bgi-block-wrapper .title-part p,
  .clg-c-slider .title-part p {
    font-size: 26px;
    line-height: 32px;
  }

  .about-full-part .dec {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }

  .courses-block-wrapper {
    background: rgba(47, 75, 144, 0.08);
    padding: 40px 0;
  }

  .courses-block-wrapper ul li .cnt p {
    margin: 0 0 20px 0;
  }

  .award-logo-wrapper-part {
    padding: 40px 0;
  }

  .bgi-block-wrapper {
    padding: 40px 0;
    margin-bottom: 40px;
    background: rgba(47, 75, 144, 0.08);
  }

  .event-block-wrapper .card-b-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .event-block-wrapper .more-btn {
    margin: 30px 0 0;
    text-align: center;
  }

  .event-block-wrapper {
    margin: 0 0 40px;
    padding: 0;
  }

  .video iframe {
    height: 500px;
  }

  .video {
    margin-bottom: 40px;
    position: relative;
  }

  .clg-c-slider {
    padding: 0 0 40px;
  }

  .recruiters-slider {
    padding: 0px 0;
    background: #fff;
  }

  .slide-track-wrapper .logo-cmn {
    margin: 0 0 20px 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .recruiters-slider img {
    height: 60px;
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0;
  }

  .recruiters-slider .btn {
    text-align: center;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
  }

  .bgi-wrapper-part {
    padding: 40px 0;
  }

  .bgi-wrapper-part .owl-dots {
    margin: 30px 0 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }

  .container .container {
    padding: 0;
  }

  .ftrp-blk {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ftrp-blk ul {
    margin: 0 0 10px 0;
    padding: 0;
  }

  .ftr-b.block-3 ul,
  .ftr-b.block-5 ul {
    margin-bottom: 20px;
  }

  .ftr-b.block-3 ul:last-of-type,
  .ftr-b.block-5 ul:last-of-type {
    margin-bottom: 0;
  }

  .blnk {
    display: none !important;
  }

  .copy-text {
    border-top: 1px solid #193579;
    margin-top: 16px;
    padding-top: 16px;
    text-align: right;
  }

  #footer .footer-top {
    padding: 30px 0 20px;
    background: #2f4b90;
  }

  .whatsapp_float {
    bottom: 20px;
    right: 40px;
  }

  .bgi-block-wrapper .left ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bgi-block-wrapper .left ul li {
    margin: 0;
    list-style: none;
    padding: 20px;
    background: #fff;
  }

  .bgi-block-wrapper .left ul li .counter {
    font-size: 30px;
  }

  .bgi-block-wrapper .title-part p.text {
    font-size: 14px;
    line-height: 20px;
  }

  .bgi-block-wrapper .right {
    position: relative;
    padding: 14px 14px 0 0;
  }

  .bgi-block-wrapper .right:after {
    border: 8px solid #2f4b90;
  }

  .clg-pic-slider-inner .img:after {
    height: 100%;
    width: 95%;
  }

  .clg-pic-slider-inner .right img {
    width: 60px;
    height: auto;
  }

  .clg-pic-slider-inner p.last {
    color: #92959b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    padding: 0;
  }

  .clg-pic-slider-inner .ttl h3 {
    font-size: 18px;
  }

  .clg-pic-slider-inner .ttl p {
    font-size: 14px;
  }

  .clg-c-slider .owl-nav {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .clg-c-slider .owl-nav .owl-prev {
    right: 10px;
  }

  .clg-c-slider .owl-nav .owl-prev:hover {
    right: 15px;
  }

  .clg-c-slider .owl-nav .owl-prev,
  .clg-c-slider .owl-nav .owl-next,
  .clg-c-slider .owl-nav .owl-prev:hover,
  .clg-c-slider .owl-nav .owl-next:hover {
    position: relative;
  }

  .rd-icon-part ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .rd-icon-part ul li {
    padding: 16px;
  }

  .rd-icon-part ul li p {
    font-size: 12px;
  }

  .copy-text p {
    font-size: 12px;
  }

  .clg-c-slider {
    padding: 20px 0 40px;
  }

  .single-events-card .events-image img {
    width: 100%;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 30px;
  }

  #hero,
  #hero .carousel-item {
    background-size: auto;
  }

  #hero,
  #hero .carousel-item {
    height: 60vh;
    width: 100%;
    overflow: hidden;
  }

  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    background-size: 40px 91px !important;
    width: 40px;
    height: 91px;
  }

  #header .logo img {
    width: 170px;
  }

  .menu-home .apply-btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }

  .h-top {
    margin: 0;
  }

  .mobile-nav-toggle {
    margin: 0;
  }

  .bi-list::before {
    font-size: 32px;
    color: #fff;
  }

  .menu-home {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }

  .navbar > ul > li {
    margin: 0;
    padding: 0;
  }

  .fixed-top .navbar .active,
  .fixed-top .navbar .active:focus,
  .navbar a,
  .navbar a:focus {
    color: #000f33 !important;
  }

  .navbar-mobile .mobile-nav-toggle {
    top: 10px;
    right: 10px;
  }

  .navbar ul {
    transform: translateX(-100%);
    position: absolute;
    transition: width ease 0.6s;
  }

  .navbar-mobile ul {
    transform: translateX(0);
    transition: 0.8s;
    top: 0;
    transition: width ease 0.6s;
  }

  #header.header-scrolled .h-top {
    display: block;
  }

  #header.header-scrolled {
    top: 0;
    background: #2f4b90;
  }

  .navbar-mobile-bg {
    background: transparent;
  }

  #header.header-scrolled {
    padding: 10px 0;
  }

  .header-scrolled .navbar-mobile ul {
    top: 0;
  }

  .header-scrolled .navbar-mobile .mobile-nav-toggle {
    top: 10px;
    right: 10px;
  }
}

.message-from-principal .clg-pic-slider,
.ao-message .clg-pic-slider,
.message-from-chairman .clg-pic-slider,
.CEO-message .clg-pic-slider,
.director-message .clg-pic-slider {
  margin: 0;
  /*pointer-events: none;*/
}

.container.topic-page {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

.tab-blue {
  background: #2f4b90;
  margin: 0;
  padding: 20px 16px;
  text-align: center;
}

.tab-blue ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}

.tab-blue ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-blue ul li.active {
  position: relative;
}

.tab-blue ul li.active:after {
  background: #920001;
  position: absolute;
  left: 0;
  bottom: -8px;
  content: "";
  width: 100%;
  height: 4px;
}

.tab-blue ul li a {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}

.master-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.master-block h2 {
  text-align: center;
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 50px 0;
  padding: 0;
}

.master-block h2 span {
  display: inline-flex;
  border-bottom: 4px solid #920001;
  padding-bottom: 6px;
}

.about-b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

.about-b h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-b h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.about-b p {
  color: #92959b;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.vision-b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.vision-b h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vision-b h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.vision-b p {
  color: #92959b;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.salient-b {
  margin-bottom: 50px;
}

.salient-b h2 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.salient-b h3 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 72px;
}

.salient-b ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 30px;
}

.salient-b ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  padding: 50px 30px 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 104px 14px rgba(0, 0, 0, 0.06);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.salient-b ul li .icon {
  position: absolute;
  top: -32px;
  left: 18px;
}

.program-o {
  background: #f6ebeb;
  padding: 50px 16px;
}

.program-o h2 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.program-o h3 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
}

.program-o .bold {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  max-width: 950px;
  text-transform: uppercase;
  margin: 0 auto 72px;
}

.program-o ul {
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px 30px;
}

.program-o ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-o ul li .no {
  color: #2f4b90;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  display: inline-flex;
  padding-bottom: 5px;
  border-bottom: 2px solid #920001;
  margin: 0 0 25px 0;
}

.program-o ul li h5 {
  margin-bottom: 12px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.program-o ul li p {
  color: #92959b;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.program-so {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.program-so h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.program-so h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.program-so p.bold {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.program-so p {
  color: #92959b;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.program-so p b {
  color: #000;
}

.attence-b {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
}

.attence-b h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.attence-b p {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.academic-ac {
  background: #f6ebeb;
  padding: 50px 16px;
  margin-top: 50px;
}

.academic-ac h3 {
  color: #920001;
  font-size: 34px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.academic-ac h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 70px;
  text-align: center;
}

.academic-ac ul {
  margin: 0 0 40px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 29px;
}

.academic-ac ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.academic-ac p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-align: center;
}

.program-eos {
  background: #eaedf4;
  padding: 50px 16px;
  margin-bottom: 50px;
}

.program-eos .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.program-eos h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.program-eos h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.program-eos p.bold {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.program-eos p {
  color: #92959b;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.program-eos p:last-child {
  margin: 0;
}

.program-eos p b {
  color: #000;
}

.usp-b {
  margin: 50px 0;
}

.usp-b h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: left;
}

.usp-b h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 70px;
  text-align: left;
}

.usp-b ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
}

.usp-b ul li {
  list-style: none;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 104px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
}

.usp-b ul li .cnt {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.facility-b {
  background: #eaedf4;
  padding: 50px 16px;
}

.facility-b h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}

.facility-b h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
  text-align: center;
}

.facility-b p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.facility-b ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.facility-b ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.facility-b ul li h6 {
  margin: 0;
  padding: 15px 20px;
  background: #fff;
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: inline-flex;
  text-align: left;
  position: absolute;
  bottom: 42px;
  right: 0;
  width: 250px;
}

.facility-b ul.last {
  display: grid;
  grid-template-columns: 460px 460px;
  gap: 30px;
  justify-content: center;
  margin: 30px 0 0;
}

.examinations-b {
  margin: 50px 0;
}

.examinations-b h2 {
  text-align: center;
  color: #920001;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  padding: 0;
}

.examinations-b h2 span {
  display: inline-flex;
  border-bottom: 4px solid #920001;
  padding-bottom: 6px;
}

.examinations-b .t-text {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 50px;
}

.scheme-b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 140px;
  align-items: center;
}

.scheme-b .left {
  text-align: center;
}

.scheme-b .left img,
.scheme-b .right img {
  display: block;
  margin: 0 auto;
}

.scheme-b {
  margin-bottom: 60px;
}

.scheme-b h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 9px;
  text-align: left;
}

.scheme-b h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 25px;
  text-align: left;
}

.scheme-b p {
  color: #92959b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}

.promotion-b h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 9px;
  text-align: center;
}

.promotion-b p {
  color: #92959b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}

.promotion-b .full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.promotion-b .full ul {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 29px;
  padding: 0;
}

.promotion-b .full ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.promotion-b .full ul li .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
}

.promotion-b .full ul li:hover .cnt:before {
  height: 100%;
  top: 0px;
}

.promotion-b .full ul li .cnt:before {
  position: absolute;
  content: "";
  background-color: #2f4b90;
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  z-index: 1;
}

.promotion-b .full ul li .text p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin: 12px 0 0;
}

.promotion-b .full .right h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 9px;
  text-align: left;
}

.promotion-b .full .right h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 25px;
  text-align: left;
}

.promotion-b .full .right p {
  color: #92959b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 25px;
}

.amenities-block-wrapper
  .amenities-cnt-grid.mp-teqnomanweb
  .amenities-cnt:hover
  .cnt {
  bottom: 20px;
  opacity: 1;
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt:hover .cnt {
  bottom: 20px;
  opacity: 0;
}

.amenities-block-wrapper
  .amenities-cnt-grid.mp-teqnomanweb
  .amenities-cnt:hover
  .content-part {
  transform: translate(-50%, 0) rotateY(0);
  opacity: 1;
  width: 95%;
  display: block;
  z-index: 9;
  display: none;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
  align-content: end;
}

.amenities-block-wrapper
  .amenities-cnt-grid
  .amenities-cnt:hover
  .content-part {
  transform: translate(-50%, 0) rotateY(0);
  opacity: 1;
  width: 95%;
  display: block;
  z-index: 9;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
  align-content: end;
}

.amenities-block-wrapper {
  /* margin: 50px 0 0; */
  margin-bottom: 100px;
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt:hover img {
  transform: scale(1.1) rotate(1deg);
}

.amenities-block-wrapper .amenities-cnt-grid .amenities-cnt:hover:before {
  height: 100%;
  top: 0px;
}

.amenities-block-wrapper h2 {
  text-align: center;
  color: #2f4b90;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}

.amenities-block-wrapper h2 span {
  display: inline-flex;
  border-bottom: 4px solid #920001;
  padding-bottom: 6px;
}

.courses-matrix-b {
  margin: 50px 0 0;
}

.courses-matrix-b h2 {
  text-align: center;
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 70px 0;
  padding: 0;
}

.courses-matrix-b h2 span {
  display: inline-flex;
  border-bottom: 4px solid #920001;
  padding-bottom: 6px;
}

.courses-matrix-b h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 9px;
  text-align: left;
}

.courses-matrix-b h4 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: left;
}

.courses-matrix-b p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 70px;
}

.courses-matrix-b .detail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px 30px;
}

.courses-matrix-b .detail ul {
  margin: 0;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 104px 14px rgba(0, 0, 0, 0.06);
  list-style: none;
  counter-reset: my-awesome-counter;
  position: relative;
}

.courses-matrix-b .detail ul li {
  counter-increment: my-awesome-counter;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
  gap: 8px;
  list-style: none;
}

.courses-matrix-b .detail ul li:before {
  content: counter(my-awesome-counter) ". ";
  color: #000;
  font-weight: 700;
}

.courses-matrix-b .detail button {
  background: url(../../../../uploads/kp/download_img.png);
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  display: block;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  right: 30px;
  bottom: -24px;
}

.courses-matrix-b .detail ul h3 {
  color: #920001;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: left;
}

.courses-matrix-b .detail ul h4 {
  color: #2f4b90;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: left;
}

.courses-outcome-b {
  margin: 50px 0 0;
}

.courses-outcome-b h2 {
  text-align: center;
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 70px 0;
  padding: 0;
  position: relative;
}

.courses-outcome-b h2 span {
  display: inline-flex;
  border-bottom: 0;
  padding-bottom: 6px;
}

.courses-outcome-b h2:after {
  left: 50%;
  margin-left: -175px;
  position: absolute;
  bottom: -8px;
  background: #920001;
  height: 4px;
  width: 350px;
  content: "";
}

.courses-outcome-b ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px 30px;
}

.courses-outcome-b ul li {
  margin: 0;
  padding: 26px;
  list-style: none;
  box-shadow: 0 0 34px 14px rgba(0, 0, 0, 0.06);
}

.courses-outcome-b ul li .code {
  margin: 0 0 25px 0;
  color: #2f4b90;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.courses-outcome-b ul li .code span {
  color: #920001;
}

.courses-outcome-b ul li p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 18px;
}

.courses-outcome-b ul li p:last-child {
  margin-bottom: 0;
}

.SlidersParent {
  display: flex;
  flex-direction: column-reverse;
}

.programsInner > ul > li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.programsInner > ul > li > i {
  font-size: 8px;
  margin-right: 8px;
}

.programsInner > ul > li:hover {
  color: #920001;
  cursor: pointer;
}

/*****************Custom-Css**********************/
.resarchOuter {
  display: flex;
  justify-content: space-between;
}

.resarchOuter > .right > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.resarchOuter > .right,
.resarchOuter > .left {
  width: 49%;
}

.resarchOuter > .left > h4 {
  color: #000f33;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}

.resarchOuter > .left > ul {
  padding: 0;
}

.resarchOuter > .left > ul > li {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  color: #000f33;
  padding: 20px 18px;
  background: #fff;
  list-style: none;
  margin: 8px 0;
}

.resarchOuter > .left > ul > li:hover {
  box-shadow: 0px 4px 14px 0px #0000001a;
  cursor: pointer;
}

.tab-part .content {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
  height: 100%;
}

.ForRegisterBlock > img {
  width: 100%;
}

.ForRegisterBlock {
  background-image: url("../../../uploads/kp/for_bg1.png");
  background-size: cover;
  background-position: center;
  min-height: 450px;
}

.ForRegisterBlock .title {
  padding-top: 60px;
  text-align: center;
}

.ForRegisterBlock .title > h3 {
  margin-bottom: 20px;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
}

.ForRegisterBlock .title > a {
  background: #2f4b90;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  z-index: 1;
  position: relative;
}

.TakeAddmissionImg {
  height: 100%;
}

.TakeAddmissionImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.StepsCollege > img {
  width: 100%;
  height: 760px;
  object-fit: cover;
}

.video-gallery {
  padding: 70px 0;
}

.video-thumbnail iframe {
  width: 100%;
  min-height: 180px;
}

.video-title {
  display: none;
  font-size: 14px;
  margin: 0;
  color: #fff;
  font-weight: 400 !important;
  position: absolute;
  top: 0;
  width: 100%;
  background: #0000008c;
  min-height: 180px;
  left: 0;
  padding: 15px;
  transition: transform 0.2s;
}

.video-item {
  position: relative;
  margin-bottom: 15px;
}

.video-item:hover .video-title {
  display: block;
}

.video-gallery .award-logo-wrapper-part {
  text-align: center;
}

.principalImg > img {
  max-width: 100%;
  width: 535px;
  height: 605px;
  object-fit: cover;
}

.bgi-block-wrapper .title-part > h4 {
  color: #000f33;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}

.navbar.test.sticky {
  position: fixed;
  top: 80px;
  width: 97%;
  z-index: 99;
}

.ContentStyle > p {
  color: #000f33;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.P_Content > h4 {
  color: #92959b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.P_Content > h2 {
  color: #2f4b90;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 18px 0;
  padding: 0;
}

.P_Content > p,
.ContentStyle > p {
  color: #000f33;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  padding: 0;
}

.ContentStyle > p > strong {
  color: #000f33;
  font-weight: 600;
}

.Video-Imag > a {
  margin-left: 10px;
  color: #fff !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

/* .gallery-item img {
  max-height: 150px;
  width: 100%;
  object-fit: cover;
} */

#mediaCoverageList #viewMoreBtn {
  margin-bottom: 0;
  margin-top: 20px;
}

section#shadow-host-companion {
  display: none;
}

.event-detail .post-image {
  max-width: 1400px;
  margin: auto;
}

.card > h3 > a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

#comments {
  display: none;
}

.event-detail .post-heading h1 {
  font-size: 20px;
}

.post-heading > h1 {
  text-align: center;
  margin-top: 70px;
  font-size: 40px !important;
  margin-bottom: 0;
  font-weight: bold !important;
}

/*****************End-Custom-Css*******************/

/*******************Media************************/
@media (max-width: 991px) {
  .overview-cnt .full,
  .overview-cnt .full.two,
  .admission-block-cnt.step-cnt .full,
  .admission-block-cnt.for-cnt .full,
  .admission-block-cnt.nri-cnt .full,
  .admission-block-cnt.detail-cnt .box-cnt .full,
  .about-part-one .full-part {
    display: block;
  }

  .left,
  .right {
    margin-bottom: 15px;
  }

  .admission-block-cnt.step-cnt .full .left:before {
    display: none;
  }

  .resarchOuter {
    flex-direction: column;
  }

  .admission-page-cnt .CustomTabs ul {
    display: contents;
  }

  .resarchOuter > .right,
  .resarchOuter > .left {
    width: 100%;
  }

  .admission-block-cnt.detail-cnt .box-cnt {
    position: revert;
    padding-bottom: 60px;
  }

  .admission-block-cnt,
  .overview-cnt,
  .admission-block-cnt.step-cnt,
  .admission-block-cnt.nri-cnt,
  .admission-block-cnt.detail-cnt,
  .admission-block-cnt.prog-cnt {
    padding: 50px 15px;
  }

  .admission-page-cnt {
    padding: 0;
  }

  .admission-block-cnt.for-cnt {
    padding: 50px 0 0;
  }

  .container.topic-page {
    overflow: hidden;
  }

  .admission-block-cnt.for-cnt .full .left .bg {
    padding: 15px;
  }

  .admission-block-cnt.for-cnt .full .left .bg ul li a {
    font-size: 16px;
  }

  .admission-block-cnt.prog-cnt {
    background: transparent;
  }

  .ForRegisterBlock .title > a {
    padding: 10px;
    font-size: 14px;
  }

  .ForRegisterBlock .title > h3,
  .overview-cnt .full .left h3,
  .admission-block-cnt.step-cnt h2,
  .admission-block-cnt.for-cnt .full .right h3,
  .resarchOuter > .left > h4,
  .about-part-one h4 {
    font-size: 25px;
    line-height: 35px;
  }

  .overview-cnt h2::before,
  .admission-block-cnt.prog-cnt h2::before,
  .admission-block-cnt.nri-cnt h2::before {
    width: 40%;
  }

  .overview-cnt h2,
  .admission-block-cnt.prog-cnt h2,
  .admission-block-cnt.nri-cnt h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .resarchOuter > .left > ul > li {
    background: #dddddd52;
  }

  .admission-block-cnt.detail-cnt {
    margin-bottom: 0;
  }

  .admission-block-cnt.detail-cnt .box-cnt ul li {
    display: flex;
    flex-wrap: wrap;
  }

  .admission-block-cnt.detail-cnt .box-cnt ul li > img {
    max-width: 25px;
  }

  .admission-block-cnt.detail-cnt .box-cnt .full .right {
    padding: 15px;
  }

  .admission-block-cnt.detail-cnt .box-cnt ul li a {
    font-size: 15px;
  }

  .about-part-one .full-part {
    padding: 15px;
  }

  .about-part-one .full-part > .right {
    margin-top: 15px;
    padding: 0;
  }

  .about-part-one {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .about-part-two .tabs-content li {
    margin: 0 auto;
  }

  .amenities-cnt-grid,
  .about-part-two .owl-stage-outer .item {
    display: flex !important;
    flex-direction: column;
  }

  .amenities-block-wrapper .amenities-cnt-grid .amenities-cnt img {
    width: 100%;
  }

  .about-part-one .full-part:before {
    display: none;
  }

  .about-part-two .tabs-content > ul {
    padding: 10px;
  }

  .text-holder {
    border-right: 0;
    padding-right: 0;
  }

  .principalImg {
    margin-bottom: 15px;
  }

  .admission-block-cnt.for-cnt,
  .right {
    padding: 0 15px;
  }

  .navbar.test.sticky {
    position: revert;
  }

  .programsOuter > li {
    width: 100%;
  }

  .bgi-block-wrapper .title-part p > br {
    display: none;
  }

  .about-part-three .container {
    display: block;
  }

  .about-part-three .container .row {
    display: flex;
    flex-direction: column;
    border: 0;
  }

  .about-part-two .owl-nav i {
    margin-top: 8px;
  }
}

/* Engineering CSS */

.amenities-block-wrapper h2 {
  text-align: center;
  color: #2f4b90;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-color: #920001;
  text-decoration-thickness: 5px;
}

/* .com-app .overview {
  padding-bottom: 50px;
} */

.table th {
  font-size: 22px;
  font-weight: 600;
  background-color: #2f4b90;
  color: white;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.table tr td {
  font-size: 18px;
  padding: 15px;
  vertical-align: middle;
  font-weight: 400;
  padding: 14px;
}

.table {
  border-collapse: collapse;
  margin-top: 26px;
  border: 1px solid rgba(146, 149, 155, 1);
}

.amenities-cnt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.amenities-cnt-grid .amenities-cnt {
  position: relative;
  overflow: hidden;
}

.amenities-cnt-grid .amenities-cnt img {
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.amenities-cnt-grid .cnt {
  position: absolute;
  transition: all 0.3s ease;
  z-index: 9;
  bottom: 20px;
  right: 0;
  padding: 16px;
  width: 260px;
  background: #fff;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.amenities-cnt-grid .cnt h4 {
  color: #000f33;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 8px 0;
}

.amenities-cnt-grid .amenities-cnt a {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.amenities-cnt-grid .cnt p {
  color: #92959b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.amenities-cnt-grid .amenities-cnt .content-part {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%) rotateY(90deg);
  text-align: center;
  background: rgba(31, 33, 39, 0.5);
  border-radius: 3px;
  padding: 20px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}

.amenities-cnt-grid .amenities-cnt:hover img {
  transform: scale(1.1) rotate(1deg);
}

.amenities-cnt-grid .amenities-cnt:hover .cnt {
  bottom: 20px;
  opacity: 0;
}

.amenities-cnt-grid .bg {
  height: 100%;
  object-fit: cover;
}

.amenities-cnt-grid .amenities-cnt:hover .content-part {
  transform: translate(-50%, 0) rotateY(0);
  opacity: 1;
  width: 95%;
  display: block;
  z-index: 9;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
  align-content: end;
}

.amenities-cnt-grid .amenities-cnt .content-part p {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 8px 0;
  width: 100%;
}

.be-mech-eng .scheme {
  font-size: 16px;
}

.mba-bcu .syllabus-container,
.be-mech-eng .syllabus-container,
.be-cs .syllabus-container,
.be-iot-sec .syllabus-container,
.be-inf-sci-eng .syllabus-container,
.be-elec-com .syllabus-container,
.be-civil .syllabus-container,
.be-ai-machine .syllabus-container,
.business-admin .syllabus-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 40px 20px;
}

.mba-bcu .syllabus-item,
.be-mech-eng .syllabus-item,
.be-cs .syllabus-item,
.be-iot-sec .syllabus-item,
.be-inf-sci-eng .syllabus-item,
.be-elec-com .syllabus-item,
.be-civil .syllabus-item,
.be-ai-machine .syllabus-item,
.business-admin .syllabus-item {
  text-align: center;
  margin: 10px;
  padding: 0;
}

.grievance a.read-more,
.mba-bcu a.read-more,
.naac-approval a.read-more,
.be-mech-eng a.read-more,
.be-cs a.read-more,
.be-iot-sec a.read-more,
.be-inf-sci-eng a.read-more,
.be-elec-coml a.read-more,
.be-civil a.read-more,
.be-ai-machine a.read-more,
.business-admin a.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #920001;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
}

.grievance a.read-more:hover,
.mba-bcu a.read-more:hover,
.naac-approval a.read-more:hover,
.be-mech-eng a.read-more:hover,
.be-cs a.read-more:hover,
.be-iot-sec a.read-more:hover,
.be-inf-sci-eng a.read-more:hover,
.be-elec-com a.read-more:hover,
.be-civil a.read-more:hover,
.be-ai-machine a.read-more:hover,
.business-admin a.read-more:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.grievance a.read-more,
.mba-bcu a.read-more,
.naac-approval a.read-more,
.be-cs a.read-more,
.be-iot-sec a.read-more,
.be-inf-sci-eng a.read-more,
.be-elec-com a.read-more,
.be-civil a.read-more,
.be-ai-machine a.read-more,
.business-admin a.read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #920001;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
}

.grievance a.read-more:before,
.mba-bcu a.read-more:before,
.naac-approval a.read-more:before,
.be-mech-eng a.read-more:before,
.be-cs a.read-more:before,
.be-iot-sec a.read-more:before,
.be-inf-sci-eng a.read-more:before,
.be-elec-com a.read-more:before,
.be-civil a.read-more:before,
.be-ai-machine a.read-more:before,
.business-admin a.read-more:before {
  position: absolute;
  content: "";
  background-color: #2f4b90;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.grievance .read-more:hover::before,
.mba-bcu .read-more:hover::before,
.naac-approval .read-more:hover::before,
.be-mech-eng .read-more:hover::before,
.be-cs .read-more:hover::before,
.be-iot-sec .read-more:hover::before,
.be-inf-sci-eng .read-more:hover::before,
.be-elec-com .read-more:hover::before,
.be-civil .read-more:hover::before,
.be-ai-machine .read-more:hover::before,
.business-admin .read-more:hover::before {
  transform: scaleX(1);
}

.iqac-meeting {
  margin-top: 50px;
  margin-bottom: 0;
}

.set-bg-color-one ul li,
.set-bg-color-two ul li {
  background: transparent;
}

.set-bg-color-one {
  padding: 150px 150px;
  background-color: rgba(146, 0, 1, 0.1);
}

.set-bg-color-two {
  padding: 150px 150px;
  background-color: rgba(47, 75, 144, 0.1);
}

.naac-subcategory-btn,
.naac-btn-direction {
  flex-direction: unset;
  display: flex;
  flex-wrap: wrap;
}

.categories-list .list-group-item ul li {
  list-style: none;
}

.bgi-block-wrapper .video-m {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  background: url(../../../../uploads/kp/v_icon_big.png) 0 0 no-repeat;
  padding: 54px 0 21px 86px;
  background-size: 72px;
  position: absolute;
  bottom: 153px;
  left: 317px;
}

.naac-approval-sub-naac a.read-more:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.naac-approval-sub-naac a.read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #2f4b90;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #2f4b90;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
}

.naac-approval-sub-naac a.read-more:before {
  position: absolute;
  content: "";
  background-color: #920001;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.naac-approval-sub-naac .read-more:hover::before {
  transform: scaleX(1);
}

.close__all_puc {
  display: none;
  position: absolute;
  top: 22px;
  right: 0;
}

.stop-it-puc {
  background-color: #2f4b90;
  color: #fff;
}

.bgi-block-wrapper .right:after {
  border-radius: 10px;
  border: 12px solid #2f4b90;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  z-index: -1;
}

.bgi-block-wrapper .right {
  position: relative;
  padding: 25px 25px 0 0;
}

.bgi-block-wrapper .title-part h2 {
  color: #2f4b90;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  padding: 0;
}

.bgi-block-wrapper .title-part p {
  color: #000f33;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 18px 0;
  padding: 0;
}

.bgi-block-wrapper .title-part p.text {
  color: #92959b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  max-width: 642px;
  margin: 0 auto;
  display: block;
}

.bgi-block-wrapper .title-part {
  margin: 0 0 50px 0;
  padding: 0;
}

/* for grievance */
/* Grievance css */
.grievance-introduction,
.grievance-accordion,
.grievance-accordion {
  font-family: "Open Sans", sans-serif;
}

/* introduction */
.grievance-introduction {
  background-color: rgba(146, 0, 1, 0.1);
  padding-top: 50px;
}

.grievance-introduction h2 {
  font-size: 48px;
  font-weight: 700;
  color: #2f4b90;
  text-decoration: underline;
  text-underline-offset: 16px;
  margin-bottom: 17px;
  text-decoration-color: #920001;
}

.grievance-introduction .grievance-title {
  font-size: 22px;
  font-weight: 700;
  color: #920001;
  margin-bottom: 20px;
  margin-top: 50px;
}

.grievance-introduction .grievance-title1 {
  margin-bottom: 10px;
}

.grievance-introduction p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* accordion */
.grievance-accordion .card-header {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #1e1e1e;
}

.grievance-accordion .card-body {
  font-size: 16px;
  font-weight: 400;
}

.grievance-accordion .card {
  margin: 16px 0;
}

/* form */
.grievance-form {
  background-color: rgba(234, 237, 244, 1);
}

.grievance-form h2 {
  font-size: 48px;
  font-weight: 700;
  color: #2f4b90;
  text-decoration: underline;
  text-underline-offset: 16px;
  margin-bottom: 17px;
  text-decoration-color: #920001;
}

.grievance-form form {
  background-color: #fff;
  /* margin-top: 17px; */
  width: 1008px;
  margin: auto;
  margin-bottom: 50px;
  padding: 70px 152px 80px 163px;
  border-radius: 8px;
}

.grievance-form .form-box {
  padding: 54px 123px 62px 135px;
  margin-top: 67px;
}

.grievance-form .form-radio {
  justify-content: space-between;
}

.grievance-form .form-row1 {
  margin-top: 41px;
}

.grievance-form .form-control {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.grievance-form .submit-btn {
  background-color: #2f4b90;
  color: #fff;
  /* padding: 19px 56px 19px 59px; */
}

.grievance-form .btn {
  display: flex;
  justify-content: end;
}

.grievance-form .submit-icon {
  margin-left: 22px;
  margin-top: 6px;
}

.grievance-accordion .accordion-button:not(.collapsed) {
  background-color: #d9d9d9 !important;
}

.grievance-introduction .table th {
  font-size: 22px;
  font-weight: 600;
  background-color: #2f4b90;
  color: white;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.grievance-introduction .table td {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding: 15px;
  background: transparent;
  vertical-align: middle;
}

.grievance-introduction .table {
  border-collapse: collapse;
  margin-top: 26px;
  border: 1px solid rgba(146, 149, 155, 1);
}

.grievance-form .form-group.form-gender {
  margin-top: -55px;
}

.grievance-form .form-group.form-category {
  margin-top: -67px;
}

.grievance-form .form-control {
  margin-top: 8px;
  margin-bottom: 36px;
}

.grievance-form .form-check-inline {
  margin-right: 0px;
}

.grievance-form .form-details {
  margin-top: 20px;
}

.grievance-accordion .card-body table th {
  background-color: #002147;
  color: #fff;
  text-align: center;
}

.grievance-form {
  background-color: rgba(234, 237, 244, 1);
  padding: 30px;
  border-radius: 10px;
}

.grievance-form .form {
  /* background-color: #fff; */
  padding: 14px 54px 45px 209px;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.grievance-form h2 {
  margin-bottom: 20px;
}

.grievance-for .submit-btn {
  display: flex;
  align-items: center;
}

.grievance-for .submit-btn img.submit-icon {
  margin-left: 10px;
  height: 20px;
}

.grievance-form .form-control {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.grievance-form .form-group label {
  font-size: 16px;
  font-weight: 700;
}

.grievance-form .form-box {
  padding: 54px 123px 62px 135px;
}

.grievance-form {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.grievance-form h2 {
  margin-bottom: 50px;
}

/* for modal apply now  */
.modaldiv select {
  padding: 6px 12px;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  background: #f4f6f9;
  border: none;
}

.grievance-accordion .new-card-class {
  margin: 16px 0;
}

.new-card-class {
  border-color: #eadfdf;
}

.new-card-class {
  flex: 1;
  border: 1px solid lightgray;
  margin: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  height: 100%;
}

.grievance-form .submit-btn,
.form-content .submit-btn,
.modal .submit-btn {
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  vertical-align: middle;
  background-color: #920001;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  width: 168px;
  height: 52px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif !important;
  z-index: 1;
  cursor: pointer;
}

.submit-icon {
  margin-right: 12px;
}

.grievance-form .submit-btn:hover,
.form-content .submit-btn:hover,
.modal .submit-btn:hover {
  color: #fff;
  background-color: #2f4b90;
  border-color: transparent !important;
}

.btn-theme:hover,
#footer .footer-newsletter form button,
.back-to-top:hover {
  background: #253e80;
}

.grievance-form .submit-btn:hover::before,
.form-content .submit-btn:hover::before,
.modal .submit-btn:hover::before {
  transform: scaleX(1);
}

.form-check-label {
  margin-bottom: 5px;
  font-size: 13px;
  color: red;
  display: inline;
}

.grievance-form .submit-btn::before,
.form-content .submit-btn::before,
.modal .submit-btn:before {
  position: absolute;
  content: "";
  background-color: #2f4b90;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.btn {
  --bs-btn-border-radius: 0 !important;
}

/* .grievance-form .btn:hover::before {
  transform: scaleX(1);
} */

/* .grievance-form .btn:before {
  position: absolute;
  content: "";
  background-color: #2F4B90;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
} */

.event-block-wrapper .card-b-inner .new-card-b-class {
  background: #fff;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1);
}

.gov-table .table-heading {
  margin-bottom: 0;
  margin: 50px 0 0;
}

.gov-table {
  padding: 0 !important;
}

.gov-table .table-pd {
  margin-bottom: 50px;
}

.admission-page-cnt .admission-block-cnt .amenities-block-wrapper {
  margin: 50px 0 0;
}

section.placement {
  padding-bottom: 50px;
}

.main-card-container-wrapper .card-b.show {
  display: block;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.single-events-card .events-content h3 {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: all ease 0.5s;
  margin-top: 33px;
}

/* .image-thumbnail {
  width: 400px;
  height: 350px;
} */

/* .impad .image-item {
  display: block;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 50px;
} */

.impad .image-details {
  padding: 5px 22px 35px 20px;
  background-color: #fff;
}

.impad .image-title {
  color: #2f4b90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: all ease 0.5s;
  /* margin-top: 33px; */
}

/* .impad .image-thumbnail img {
  transition: .4s;
  width: 400px;
  height: 350px;
  object-fit: cover;
}

.impad .image-thumbnail:hover img {
  transform: scale(1.05);
} */

#imageGalleryFrontList .col-lg-3.col-md-3:hover {
  transform: translatey(-10px);
}

#imageGalleryFrontList .col-lg-3.col-md-3 {
  transition: all ease 0.5s;
}

.post-gallery {
  background: #edf3f2 !important;
}

.line-frame {
  text-align: center;
  border: none !important;
  padding: 20px;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
  max-width: 1400px;
  margin: auto;
}

.inner-photos {
  width: 500px;
  height: 300px;
}

.news .event-detail {
  margin-bottom: 50px;
}

.more-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
  background-color: #920001;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: #ffffff;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #920001;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
}

.main-card-container-wrapper .card-b {
  display: none;
}

/* .examination:not(.collapsed),
.faculties:not(.collapsed),
.course-outcome:not(.collapsed),
.course-matrix:not(.collapsed),
.program-specific-outcome,
.overview:not(.collapsed) {
  color: #920001 !important;
  background-color: #fff !important;
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
} */
.overview {
  color: #920001 !important;
  background-color: #fff !important;
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
}

.accordion-button:active,
.accordion-button:hover,
.accordion-button:focus {
  box-shadow: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  background-color: unset !important;
  border: 1px solid #92959b;
}

.accordion-button:not(.collapsed) {
  background-color: unset !important;
}

.accordion-button:not(.collapsed) {
  border: 1px solid #92959b;
}

.program-outcomes {
  color: #920001 !important;
  background-color: #f6ebeb !important;
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
  padding: 16px 20px;
}

.attendence {
  color: #920001 !important;
  /* background-color: rgba(47, 75, 144, 0.10) !important; */
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
}

.faculties {
  color: #920001 !important;
  /* background-color: rgba(47, 75, 144, 0.10) !important; */
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
}

.faculty {
  background-color: #f6ebeb;
  padding-top: 80px;
  /* padding-bottom: 80px; */
  margin-bottom: 80px;
}

.program-specific-outcome {
  color: #920001 !important;
  background-color: #f6ebeb !important;
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
  padding: 16px 20px;
}

.pro-outcome {
  background-color: #f6ebeb;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.pro-outcomes {
  margin: 0 120px !important;
  background-color: unset;
}

.pro-outcome-box {
  border: 1px solid #92959b;
  padding: 30px;
  margin-bottom: 25px;
}

.pro-outcome-boxes .pro-outcome-box strong {
  margin-left: 26px;
}

.paragraph {
  font-weight: 400;
  font-size: 18px;
  color: #92959b;
}

.salient .sub-title,
.salient h6 {
  text-align: center;
}

.content {
  text-align: center;
}

.phd-manage .feature-item1 {
  background-color: white;
  border-radius: 8px;
  padding: 30px 15px;
  box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.feature-item1:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.phd-manage .feature-items {
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 110px;
  text-align: center;
}

.feature-items:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-item {
  background-color: white;
  border-radius: 8px;
  padding: 30px 15px;
  box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 245px;
  text-align: center;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.card1 {
  margin-bottom: 30px;
}

.cards-title {
  margin-top: 31px;
  font-size: 16px;
}

/* .pro-outcomes .program-outcomes {
  border: 1px solid;
} */

.outcomes .content {
  margin-top: 50px;
}

.text-color {
  color: #920001;
}

.mb-54 {
  margin-bottom: 54px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-31 {
  margin-bottom: 31px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.para-color {
  color: #2f4b90;
  font-weight: 600;
  font-size: 22px;
}

.box-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.box-shadow {
  box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.attendence-bgcolor {
  background-color: rgba(47, 75, 144, 0.1);
  padding-top: 80px;
  /* padding-bottom: 80px; */
  /* margin-bottom: 80px; */
}

.text {
  margin-left: 16px;
  font-weight: 400;
  font-size: 20px;
}

.course-matrix .amenities-block-wrapper h2 {
  color: black;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-color: #920001;
  text-decoration-thickness: 5px;
}

.co-matrix {
  color: #920001 !important;
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
  padding: 16px 20px;
}

.course-outcome {
  color: #920001 !important;
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
  /* padding: 16px 20px; */
}

.co-outcome .amenities-block-wrapper h2,
.course-outcome .amenities-block-wrapper h2 {
  color: black;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 50px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-color: #920001;
  text-decoration-thickness: 5px;
}

.exam-para {
  color: #92959b;
}

.exam {
  margin-bottom: 100px;
}

.faculty .amenities-block-wrapper h2 {
  text-align: center;
  color: #2f4b90;
  font-size: 1.5rem;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 80px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-color: #920001;
  text-decoration-thickness: 5px;
}

.faculty-box .col-md-3 img {
  width: 100%;
}

.faculty-box {
  display: flex;
  align-items: center;
}

.faculty-box {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.math-faculty .row > *,
.be-cs .row > *,
.mtech-structural .row > *,
.com-app .row > *,
.business-admin .row > *,
.phd-com-sci .row > *,
.phd-civil .row > *,
.phd-ec .row > *,
.phd-mecha .row > *,
.phd-manage .row > *,
.be-ai-machine .row > *,
.be-civil .row > *,
.be-elec-com .row > *,
.be-inf-sci-eng .row > *,
.be-mech-eng .row > *,
.be-iot-sec .row > *,
.be-com-sci .row > *,
.be-sci-hum .row > *,
.mtech-machine .row > * {
  padding: 20px;
}

.faculty-name {
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  margin-bottom: 12px;
}

.faculty-desig {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}

.faculty .content-part {
  border-top: 5px solid #920001;
}

.exam-ination {
  color: #920001 !important;
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
  /* padding: 16px 20px; */
}

.mt-30 {
  margin-top: 30px;
}

.content-part {
  font-size: 18px;
  font-weight: 400;
}

.mca-vtu {
  margin: 0 120px 100px;
}

.card {
  border-color: #92959b !important;
}

.card {
  --bs-card-border-radius: 0;
}

.overview-detail .row .col-md-6 img {
  width: 100%;
}

.accordion-item {
  background-color: unset;
}

.attendence .text-color {
  padding-top: 0;
  padding-bottom: 0;
}

.club-department,
.academic-activity {
  color: #920001 !important;
  /* background-color: rgba(47, 75, 144, 0.10) !important; */
  box-shadow: none;
  font-weight: 700;
  font-size: 28px;
}

.math-faculty .student-participation .feature-item p {
  font-weight: 700;
  font-size: 22px;
}

/* .be-ai-machine .amenities-block-wrapper, */
.mcom-bcu .amenities-block-wrapper,
.master-mca .amenities-block-wrapper,
.mba-bcu .amenities-block-wrapper,
.bsc-comm .amenities-block-wrapper,
.bca-com .amenities-block-wrapper,
.bcom-comm .amenities-block-wrapper,
.bcom-logistic-supply .amenities-block-wrapper,
.bba-business .amenities-block-wrapper,
.bba-aviation .amenities-block-wrapper {
  margin: 80px 0;
}

/* mba-vtu */
.be-iot-sec .accordion-body .row,
.course-outcome .accordion-body .row,
.be-cs .accordion-body .row,
.be-civil .accordion-body .row,
.be-ai-machine .accordion-body .row,
.phd-ec .accordion-body .row,
.phd-manage .accordion-body .row,
.phd-mecha .accordion-body .row,
.phd-mecha .accordion-body .row,
.phd-civil .accordion-body .row,
.phd-com .accordion-body .row,
.mstructure .accordion-body .row,
.mtech .accordion-body .row,
.over-view .accordion-body .row {
  display: flex;
  align-items: center;
}

.attendence .col-md-12 p {
  font-size: 20px;
}

.faculty .amenities-block-wrapper {
  margin-bottom: 0;
}

.faculty .faculty-achieve {
  padding-top: 80px;
}

.faculty .faculty-achieve h2 {
  margin-bottom: 40px;
}

.student-participation .feature-item {
  height: auto;
  text-align: left;
}

.be-inf-sci-eng .infra,
.be-elec-com .infra,
.be-cs .infra,
.research .pass,
.research .paromotion,
.be-civil .infra,
.be-ai-machine .infra {
  margin-top: 50px;
}

.be-inf-sci-eng .infra h2,
.be-elec-com .infra h2,
.be-cs .infra h2,
.be-civil .infra h2,
.be-ai-machine .infra h2 {
  margin-bottom: 50px;
}

.be-cs .cards-title,
.be-civil .cards-title,
.be-ai-machine .cards-title,
.mtech-structural .cards-title,
.phd-manage .cards-title,
.phd-mecha .cards-title,
.phd-ec .cards-title,
.phd-civil .cards-title,
.phd-com .cards-title,
.mtech .cards-title,
.academic .cards-title {
  color: #92959b;
}

.master-mca .feature-item {
  height: auto;
}

.mtech-machine .sub-title,
.mtech-structural .sub-title,
.phd-manage .sub-title {
  margin-bottom: 40px;
}

.be-cs .cards-title {
  margin-top: 0;
}

.be-inf-sci-eng .card1:last-child,
.be-civil .card1:last-child,
.be-ai-machine .card1:last-child,
.phd-manage .card1:last-child,
.phd-mecha .card1:last-child,
.phd-ec .card1:last-child,
.phd-civil .card1:last-child,
.phd-com-sci .card1:last-child,
.mtech-structural .card1:last-child,
.mtech-machine .card1:last-child {
  margin-bottom: 0;
}

.course-outcome .accordion-body.amenities-block-wrapper {
  margin-top: 20px;
}

.be-ai-machine .salient .sub-title {
  margin-bottom: 50px;
}

.scheme {
  font-size: 20px;
}

.syllabus-item {
  font-weight: 600;
}

.paragraph-text {
  font-weight: 400;
  font-size: 16px;
}

.be-cs .salient .cards-title {
  margin-top: 30px;
}

.pro-outcome .salient .sub-title,
.be-cs .salient .sub-title {
  margin-bottom: 40px;
}

.be-cs .title,
.be-ai-machine .title,
.phd-manage .title {
  color: #253e80;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.be-ai-machine .career {
  margin-top: 50px;
}

.be-ai-machine .amenities-block-wrapper {
  margin-bottom: 0;
}

.be-ai-machine .syllabus-container {
  padding: 0;
}

.be-ai-machine .syllabus-container .syllabus-item p {
  font-weight: 700;
  font-size: 20px;
}

.be-ai-machine .course-structure {
  font-weight: 700;
  font-size: 20px;
}

.be-ai-machine .cards-title {
  margin-top: 12.8px;
}

.co-outcome .sem1-table h4,
.co-outcome .sem2-table h4,
.co-outcome .sem3-table h4,
.co-outcome .sem4-table h4,
.student-achievement h4 {
  text-align: center;
}

.job-overview h2 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.student-achievement {
  margin-top: 40px;
}

.post-heading {
  display: none;
}

/* NAAC & APPROVALS */
.naac-btn {
  padding: 15px 30px;
  margin: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  flex: 1 1 200px;
}

.show-original-data-wrapper .sidebar-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 28px 83px;
}

.show-original-data-wrapper .fa-file-pdf-o {
  display: none;
}

.show-original-data-wrapper .card {
  /* --bs-card-border-width: 2px !important; */
  border: 2px dashed #2f4b90 !important;
}

.show-original-data-wrapper .h5.mb-0.mt-2 {
  color: #920001;
  font-size: 16px;
  font-weight: 700;
}

.full-sec .bgi-block-wrapper .video-m {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  background: url(../../../../uploads/kp/v_icon_big.png) 0 0 no-repeat;
  padding: 54px 0 21px 86px;
  background-size: 72px;
  position: absolute;
  bottom: 242px;
  left: 442px;
}

.nss-ncc .third-section.section-pd,
.nss-ncc .second-section {
  padding-bottom: 100px;
}

.s-g .bgi-block-wrapper.mb-0 .video-m {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  background: url(../../../../uploads/kp/v_icon_big.png) 0 0 no-repeat;
  padding: 54px 0 21px 86px;
  background-size: 72px;
  position: absolute;
  bottom: 234px;
  left: 443px;
}

.contact-container .first-section {
  margin-bottom: 100px;
}

.contact-container .contain {
  padding-top: 50px;
}

.event-detail.event-detail1 .post-image.text-center {
  margin-top: 100px;
}

.event-paragraph {
  margin-top: 50px;
  margin-bottom: 100px;
}

#eventsList {
  margin-bottom: 50px;
}

.grievance-accordion .card {
  border-color: #eadfdf !important;
}

.grievance-accordion .accordion-button:not(.collapsed) {
  border: none;
}

.grievance-accordion {
  margin: 80px 0;
}

.clg-pic-slider.owl-theme .owl-dots {
  display: none;
}

.accreditation .row.second-content {
  padding-bottom: 80px;
}

.be-civil .row .col-md-12 {
  padding: 0;
}

.be-elec-com .table-responsive,
.be-civil .table-responsive {
  padding-bottom: 50px;
}

.be-inf-sci-eng .table-responsive {
  padding-top: 50px;
}

.faculty.math-faculty .cards-title {
  color: #92959b;
}

.ProgramsMegamenu .sub_menu {
  width: 21% !important;
  flex: 0 0 29%;
  white-space: normal;
  background: #ffffffd4;
  height: 445px;
}

/*  ugandpg css */

.sali-para {
  font-size: 22px;
}

.course-matrix.mca-vtu {
  padding-top: 100px;
}

.mcom-matrix {
  padding-top: 0 !important;
}

.course-outcome.bca-outcome {
  color: #920001 !important;
  box-shadow: none;
  font-weight: 400;
  font-size: 18px;
  /* padding: 16px 20px; */
}

.bca-outcome .table th {
  font-size: 22px;
  font-weight: 600;
  background-color: #2f4b90;
  color: white;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.bca-outcome .table tr td {
  font-size: 18px;
  padding: 15px;
  vertical-align: middle;
  font-weight: 400;
  padding: 14px;
}

.bca-outcome .table {
  border-collapse: collapse;
  margin-top: 26px;
  border: 1px solid rgba(146, 149, 155, 1);
}

.bca-outcome .table th {
  font-size: 22px;
  font-weight: 600;
  background-color: #2f4b90;
  color: white;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.bca-outcome .table tr td {
  font-size: 18px;
  padding: 15px;
  vertical-align: middle;
  font-weight: 400;
  padding: 14px;
}

.bca-outcome .table th {
  font-size: 22px;
  font-weight: 600;
  background-color: #2f4b90;
  color: white;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

/* .close__all_puc {
  display: none;
  position: absolute;
  top: 22px;
  right: 0;
}

.stop-it-puc {
  background-color: #2F4B90;
  color: #fff;
}

.mp-teqnoman-iframe {
  display: none;
} */

.mba-bcu .para-color {
  color: black;
  font-weight: 400;
  font-size: 18px;
}

.bca-com .books-header-data {
  font-size: 22px;
  font-weight: 600;
  background-color: #2f4b90;
  color: white;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.bca-com .table tr td {
  font-size: 18px;
  padding: 15px;
  vertical-align: middle;
  font-weight: 400;
  padding: 14px;
}

.widget .naac-btn {
  width: 345px;
  height: 52px;
}
.contact-container .first-section .right .socialChange a {
  font-size: 18px;
  color: #d1143e;
  font-family: "Open Sans";
  font-weight: 700;
}
/* announcement button */
.newsAlert {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 35px;
  padding: 2px 10px;
  background-color: #2f4b90;
  z-index: 9999;
  /* border-top: 2px solid #34495e; */
  text-align: center;
}

.newsAlert marquee {
  color: #fff;
  width: 70%;
  padding: 2px 10px;
  font-size: 18px;
  height: 100%;
}

.hide-btn {
  float: left;
  padding: 2px 10px;
  color: #fff;
  font-size: 16px;
  margin-left: 5px;
  margin-top: 1px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  background-color: #2f4b90;
}

.hide-btn {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.bgi-block-wrapper .title-part p:last-child {
  color: #92959b;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  max-width: 642px;
  margin: 0 auto;
  display: block;
}
#content .container.topic-page .row.topic-custom-fields {
  display: none;
}

.news-paragraph {
  margin-top: 50px;
}
.close__all_bgiengineering {
  display: none;
  position: absolute;
  top: 22px;
  right: 0;
}
#recruiter.recruiters-slider {
  background: none;
}
