@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 !important;
}

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: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  background-image: url(../../../../uploads/kp/breadcrumbimage.png);
}

.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: 17px;
  font-weight: 400;
}

.post-heading {
  display: none;
  /* margin: 60px 0 60px 0; */
  text-align: center;
  visibility: hidden;
}

article.event-detail .post-image {
  text-align: center;
  /* padding-top: 100px; */
}

.bottom-article {
  display: none;
}

/* .post-image {
  display: none;
} */

.article-body .row {
  align-items: center;
  /* margin: 0; */
  padding: 0 !important;
}

.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: 100px 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: 100px;
  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;
  }

  .grievance-form .form-group.form-gender {
    margin-top: 0px !important;
  }

  .grievance-form .form-group.form-category {
    margin-top: 0px !important;
  }

  .about-b {
    display: unset !important;
  }

  .courses-outcome-b ul {
    display: unset !important;
  }
}

.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.60);
  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, .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, .004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}

.event-block-wrapper {
  margin: 40px 0 0 0px !important;
  padding: 0;
}

.event-block-wrapper .title-part {
  margin: 50px 0 40px 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.10);
}

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

.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;
}

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

.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;
}

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

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

.event-block-wrapper .more-btn {
  margin: 60px 0 60px;
  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 .5s;
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}

.campus-content {
  padding: 22px;
  transition: all ease .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 .5s;
  color: #253e80;
  font-family: "source serif pro", serif;
  font-weight: 600;
  text-align: left;
}

.Programs-block-wrapper {
  margin: 100px 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 .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 .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
}

.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 .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

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

.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 .right .inner:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background-color: #000000;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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: 100px;
}

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

.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 100px;
  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.10);
  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, .30);
  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.0);
}

.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.20);
  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: 100px;
  padding: 100px 16px 100px;
}

.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%;
  overflow-x: hidden;
}

.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: 100px;
}

.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, .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.40;
  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;
}

.main-card-container-wrapper .card-b {
  display: none;
}

.main-card-container-wrapper .card-b.show {
  display: block;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 50px;
}

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

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

.main-outer-photo {
  width: 400px;
  height: 350px;
}

.single-events-card .events-image .date {
  background-color: #920001;
  position: absolute;
  bottom: -77px;
  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: 60px 22px 25px 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 .5s;
  margin-top: 33px;
}

.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, .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, .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, .05)
}

.modal-dialog {
  max-width: 1200px;
}

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

.modaldiv .span-color {
  color: red;
}

.modal-backdrop {
  /* display: none; */
  --bs-backdrop-zindex: 998;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.7;
  z-index: var(--bs-backdrop-zindex);
  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: 100px 0 !important;
}

.Events--Happenings .post-image {
  position: relative;
  margin-bottom: 60px !important;
}

/* .Events--Happenings .post-heading {
  display: block !important;
  order: 2;
  margin: 60px 0 0;
  text-align: center;
} */

.Events--Happenings .post-heading h1 {
  color: #253e80;
  font-size: 36px;
  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: -30px;
  left: 30px;
  padding: 12px 22px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  border-radius: 5px;
}

.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;
} */

/* .line-frame {
  border: 1px solid #eadfdf !important;
}
*/
.post-gallery {
  background: #edf3f2 !important;
}

/* .line-frame {
  text-align: center;
  border: none !important;
  padding: 20px;
  transition: .3s ease-in-out;
  border-radius: 15px;
}  */

.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: 100px;
}

.title-part {
  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;
}

.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;
}

.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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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.20);
}

.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.30) 0%, rgba(47, 75, 144, 0.80) 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.90);
  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: 100px 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/Diploma_logo.png);
  width: 250px;
  height: 69px;
  text-indent: -9999px;
  display: block;
  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) 0 0 no-repeat !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: 0 0 90px;
}

.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: 40px;
  right: 35px;
}

.clg-pic-slider-inner .video-m.principal-video {
  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: 479px;
  right: 48px;
}

principal-video .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: 100px 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 {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}

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

.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: center;
  font-size: 19px;
  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.program-course-list a {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  transition: all ease 0.5s;
  border: none;
  font-family: "Open Sans", sans-serif !important;
}

.courses-block-wrapper ul li .cnt.program-course-list a:before {
  display: none;
}

.courses-block-wrapper ul li .cnt.program-course-list a:hover {
  color: #920001;
  background-color: transparent !important;
  border-color: transparent !important;
} */

.courses-block-wrapper .img img {
  width: 100%;
  height: 300px;
}

.cnt.program-course-list ul {
  display: unset;
  list-style-type: circle;
}

.courses-block-wrapper ul li .cnt.program-course-list h4 {
  text-align: center;
}

.courses-block-wrapper ul li {
  text-align: left;
}

.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;
}

.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: 100px 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.70), 0 0 0 1em rgba(217, 217, 217, 0.70), 0 0 0 2em rgba(217, 217, 217, 0.70), 0 0 0 3em rgba(217, 217, 217, 0.70);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(217, 217, 217, 0.70), 0 0 0 2em rgba(217, 217, 217, 0.70), 0 0 0 3em rgba(217, 217, 217, 0.70), 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.70), 0 0 0 1em rgba(217, 217, 217, 0.70), 0 0 0 2em rgba(217, 217, 217, 0.70), 0 0 0 3em rgba(217, 217, 217, 0.70);
  }

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

.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.library-container {
  padding: unset;
  margin-bottom: 0;
}

.bgi-block-wrapper {
  /* padding: 50px 0; */
  /* margin-bottom: 100px; */
  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.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 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;
}

.h-right ul li.social-icon a.lin {
  background: url(../../../../uploads/kp/linkedin_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;
  cursor: pointer;
}

.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: 100px 0 !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: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 8px 0;
  width: 100%;

}

.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;
}

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

.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;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

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

.overview-cnt h2 {
  color: #2F4B90;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 20px 0;
  text-align: center;
  padding: 0 0 16px 0;
}

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

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

.overview-cnt .full {
  margin: 0 0 100px 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;
  position: absolute;
  top: 0;
  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: 50px 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: 556px;
  height: 12px;
  position: absolute;
  top: 44px;
  left: 121px;
  content: "";
}

.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: 100px 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: 100px 0; */
  /* margin-top: 80px; */
  padding-bottom: 50px;
}

.admission-block-cnt.nri-cnt h2 {
  color: #2F4B90;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 25px 0;
  text-align: center;
  padding: 0 0 16px 0;
}

.admission-block-cnt.nri-cnt h2:before {
  background: #920001;
  width: 48%;
  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;
  margin: 50px 0;
}

.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: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s 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;
}

.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: 100px 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;
  }

  .grievance-form form {
    width: auto !important;
    margin-top: 50px !important;
    padding: 0px !important;
  }
}

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

  .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;
  }

  .courses-outcome-b ul {
    margin: 0px !important;
  }

  .courses-outcome-b ul li {
    padding: 15px !important;
  }
}

@media (max-width: 767px) {
.content-row-no-bg.home-welcome .container-fluid{
padding: 0;
}
  .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: 40px 0;
    background: rgba(47, 75, 144, 0.08);
  }

  .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: 0 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 .6s;
  }

  .navbar-mobile ul {
    transform: translateX(0);
    transition: 0.8s;
    top: 0;
    transition: width ease .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: 100px; */
  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 100px 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;
  margin-top: 72px;
}

.about-b h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.overview-h h3 {
  color: #920001;
  font-size: 34px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 30px;
}

.content-table {
  background-color: #2F4B90;
  color: #FFFFFF;
}

.accordion-item {
  border: none !important;
}

.accordion-header {
  border: 1px solid #92959B;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  border-color: #92959B !important;
  box-shadow: none !important;
}

.accordion-button:focus,
.accordion-button:not(.collapsed),
.accordion-button:active,
.accordion-button:hover {
  background-color: #ffffff !important;
  border-color: #92959B !important;
  box-shadow: none !important;
}

.accordion-body {
  padding: 0px;
}



.table .table-prescribed-books .books-header-data {
  /* padding: 20px; */
  background-color: #2F4B90;
  color: #ffffff;

}

.prescribed-books {
  margin-top: 72px !important;
  text-align: center;
}

.accordion-item {
  margin-bottom: 50px;
}


.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: 100px;
}

.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: 100px;
}

.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: 100px 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: 100px;
  margin-bottom: 100px;
  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: 100px 16px;
  margin-top: 100px;
}

.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: 100px 16px;
  margin-bottom: 100px;
}

.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: 100px 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: 100px 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: 100px 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: 100px;
}

.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 {
  margin: 50px 0 50px 0;
}

.non-teaching-table h2,
.amenities-block-wrapper h2 {
  text-align: center;
  color: #2F4B90;
  font-size: 40px;
  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;
}

.amenities-block-wrapper h2 span {
  display: inline-flex;
  border-bottom: 4px solid #920001;
  padding-bottom: 6px;
}

.courses-matrix-b {
  margin: 100px 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: 54%;
  margin-left: -175px;
  position: absolute;
  bottom: -8px;
  background: #920001;
  height: 4px;
  width: 241px;
  content: "";
}


.courses-outcome-b ul {
  margin: 20px 150px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}

.about-b .a-right {
  margin-top: 50px;
}

.courses-outcome-b ul li {
  margin: 0;
  padding: 50px;
  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;
}

/* 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;
}

.grievance-accordion {
  margin: 77px 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 label {
  font-size: 16px;
  font-weight: 700;

} */

.grievance-form .form-group.form-gender {
  margin-top: -55px;
}

/* .grievance-form .form-group.form-gender {
  margin-top: -50px;
} */

.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;
}

/* .submit-btn {
  display: flex;
  align-items: center;
} */

.submit-icon {
  margin-left: 10px;

}

/*  */
/* .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: 20px;
}

.submit-btn {
  display: flex;
  align-items: center;
}

.submit-icon {
  margin-left: 10px;

} */

/*  */
/* apply now button */
.btn-submit {
  background-color: #810304;
  color: #fff;
}

.btn-reset {
  background-color: #2F4B90;
  color: #fff;
}

.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active {
  background-color: #810304;
  color: #fff;
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
  background-color: #2F4B90;
  color: #fff;
}

.contact-container .second-section .left .form-btn button:first-child:hover,
.contact-container .second-section .left .form-btn button:first-child:focus,
.contact-container .second-section .left .form-btn button:first-child:active {
  background-color: #810304;
}

.contact-container .second-section .left .form-btn button:last-child:hover,
.contact-container .second-section .left .form-btn button:last-child:focus,
.contact-container .second-section .left .form-btn button:last-child:active {
  background-color: #2F4B90;
}


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

/* .contact-container .second-section .left .form-content div input,
.contact-container .second-section .left .form-content div select {
  padding: 6px 12px;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  background: #F4F6F9;
  border: none;
} */
.modaldiv input {
  padding: 6px 12px;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  background: #F4F6F9;
  border: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}


.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

/* .contact-container .second-section .left .form-content div input,
.contact-container .second-section .left .form-content div select {
  padding: 6px 12px;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  background: #F4F6F9;
  border: none;
} */
.form-element {
  position: relative;
}

.submit-icon {
  margin-right: 12px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  margin-bottom: 15px;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-label {
  margin-bottom: 5px;
  font-size: 13px;
  color: red;
  display: inline;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}


.modal-dialog {
  max-width: 488px;
}

/* .form-inline .form-control {
  max-width: 450px;
} */

.form-inline .verify-btn {
  height: 36px;
  margin-top: -16px;
}

/* apply now button */


/* faculties */

.non-teaching-table h2 {
  margin-bottom: 50px;
}

.non-teaching-table .table-responsive table th {
  background-color: #2F4B90;
  color: #fff;
}






.courses-detail h2,
.courses-outcome-b h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 20px;
  /* margin-bottom: 100px; */
}

.about-b h3,
.about-b h4 {
  font-size: 1.25rem;
}

.about-b p {
  font-size: 1rem;
}

.courses-outcome-b ul {
  padding-left: 0;
  list-style-type: none;
}

.courses-outcome-b ul li {
  margin-bottom: 20px;
}

.courses-outcome-b ul li .code {
  font-weight: bold;
  font-size: 1.2rem;
}

.courses-outcome-b table th,
.courses-outcome-b table td {
  vertical-align: middle;
}

@media (max-width: 576px) {
  .about-b .a-left img {
    margin-bottom: 20px;
  }
}

/* mega menu */
/* .dropdown-menu-large {
  width: 100%;
} */

/* .programmes-section {
  background: url('/path-to-your-background-image.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 20px;
} */
/* 
.programmes-section .programmes-header {
  background-color: rgba(0, 51, 102, 0.8);
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.programmes-section .programmes-list {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  padding: 20px;
}

.programmes-section .programmes-list ul {
  padding-left: 0;
  list-style-type: none;
}

.programmes-section .programmes-list ul li {
  margin-bottom: 10px;
  font-size: 11px;
}

.programmes-section .programmes-list ul li.active {
  color: red;
} */

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

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

.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 .play-btn span {
  background-image: 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;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

.card {
  flex: 1;
  border: 1px solid lightgray;
  margin: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  height: 100%;
}

.description {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.button {
  display: block;
  margin-top: 1rem;
  font-weight: 700;
  color: #007bff;
  cursor: pointer;
}

.event-detail {
  /* padding-bottom: 100px; */
}

.nss-ncc .six-section .item .event-container .img-div h5 {
  background: #920001;
  padding: 10px 25px;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateY(50%);
}

.nss-ncc .six-section .item .event-container h4 {
  color: #2F4B90;
  font-size: 23;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  margin-top: 50px;
}

.nss-ncc .six-section .item .event-container a {
  display: block;
  color: #2F4B90;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  margin-top: 20px;
}

.nss-ncc .six-section .item .event-container {
  background: #ffffff;
  padding-bottom: 50px;
}

.nss-ncc .six-section .item .event-container {
  background: #ffffff;
  padding-bottom: 50px;
}

.lib-video {
  width: 100%;
}

/* 
.library-container .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;
}

.library-container .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;
} */
.clg-pic-slider-inner .video-adjust {
  position: absolute;
  bottom: 35px;
}

.clg-pic-slider-inner .director-video {
  position: absolute;
  bottom: 100px;
}

.table-pd {
  margin-bottom: 50px;
}

.wrapper-pd {
  padding-bottom: 50px;
}

.contact-container .first-section {
  padding: 60px;

}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar a .drop-arrow {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.event-detail .about-b .a-left img {
  width: 100%;
}

.distinctive-gallery-cover .title-part {
  margin: 0;
}

.bgi-block-wrapper.first-section {
  /* padding: 100px 0 !important; */
}

/* yt videos close buttton */

.close__all_puc {
  display: none;
  position: absolute;
  top: 22px;
  right: 0;
}

.stop-it-puc {
  background-color: #2F4B90;
  color: #fff;
}

.mp-teqnoman-iframe {
  display: none;
}

/* .close__all_puc {
  position: absolute;
  z-index: 99;
  right: 0px;
  top: 0px;
  display: none;
}

.stop-it-puc {
  border: none;
  color: #fff;
  background: #2F4B90;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 24px;
} */

/* 
.video_wrapper.video_wrapper_full.js-videoWrapper.videoWrapperActive .close__all {
  display: block;
}

.slider__img {
  width: 37.2%;
  position: relative;
}

.videoWrapperActive {
  z-index: 99;
} */
.event-block-wrapper .container .title-part p {
  color: #2F4B90;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.s-g .lab-v {
  max-width: 733px;
}

.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;
}

.form-content .submit-btn:hover,
.modal .submit-btn:hover {
  color: #fff;
  background-color: #2F4B90;
  border-color: transparent !important;
}

.hostel-section {
  padding-bottom: 50px;
}

.third-section .row {
  margin-bottom: 0px;
}

.careers .first-section .img-pd {
  margin: 20px 0;
}

.contact-container .contain,
.contact-container .second-section {
  padding-top: 50px;
}

.contact-container .first-section .social img {
  padding-bottom: 20px;
}

.contact-container .custom-select {
  margin-bottom: 15px;
}

.grievance-introduction .table {
  margin-bottom: 50px;
}

.contact-container .terms {
  display: flex;
}

.home-welcome .bgi-block-wrapper {
  padding: 50px 0;
}

.contact-container .form-content .form-inline {
  margin-bottom: 0;
}

.btn {
  --bs-btn-border-radius: 0 !important;
}

.grievance-form .btn:hover {
  color: #fff;
  background-color: #920001;
}

/* Diploma Polytechnic */
.article-body .admission-page-cnt .overview-cnt {
  padding: 50px 0;
}

.first-section-pd {
  margin-bottom: 50px;
}

.article-body .admission-page-cnt .overview-cnt .text-center {
  padding-bottom: 20px !important;
}

.electronics-communication .syllabus a,
.civil .syllabus a,
.computer-science .syllabus a,
.mechanical .syllabus a {
  color: blue;
  text-decoration: none;
}

.electronics-communication .syllabus a:hover,
.civil .syllabus a:hover,
.computer-science .syllabus a:hover,
.mechanical .syllabus a:hover {
  text-decoration: underline;
}

.electronics-communication,
.computer-science,
.civil,
.mechanical {
  font-size: 16px;
}

.beyond-paragraph {
  font-size: 18px;
}

.campus-ethics .campus-paragraph {
  padding-bottom: 50px;
}

.health-safety .health-card {
  padding: 30px 0 50px 0;
}

.hostel-section .hostel-bottom-part ul {
  font-size: 18px;
}

.hostel-section .hostel-bottom-part p {
  padding: 0 !important;
}

.hostel-section .first-section {
  margin-bottom: 0 !important;
}

.dte-approvals .eligibility {
  background-color: #EAEDF4;
}

.dte-approvals .eligibility .amenities-block-wrapper {
  background-color: #EAEDF4;
  margin: 0 0 50px 0;
  padding-top: 50px;
}

.dte-approvals .eligibility .eligibility-box {
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 20px 0 27px 28px;
  font-size: 18px;
  font-weight: 700;
}

.dte-approvals .eligibility .amenities-block-wrapper h2 {
  font-size: 48px;
}

.dte-approvals .eligibility-boxes {
  padding-bottom: 50px;
}

.dte-approvals .dte-approvals .amenities-block-wrapper h2 {
  font-size: 48px;
}

.dte-approvals .bcp h2 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}

.dte-approvals .bcp p {
  font-size: 18px;
  color: Gray;
  font-weight: 400;
}

.dte-approvals .admission-block-cnt.step-cnt .full .step1 {
  margin-top: 0;
  margin-bottom: 0;
}

.dte-approvals .admission-procedure .left-pd {
  margin-bottom: 45px !important;
}

.overview-cnt .text-center h3 {
  color: #000;
}

.hostel-section .hostel-bottom-part {
  margin-top: 50px;
}

.nss-ncc .second-section {
  padding-bottom: 50px;
}

.campus-ethics .campus-paragraph {
  font-size: 20px;
}

.courses-block-wrapper .btn {
  width: 100%;
  text-align: center;
  margin: 35px 0 0;
  padding: 0;
}

.courses-block-wrapper a.read-more,
.electronics-communication a.read-more,
.civil a.read-more,
.mechanical a.read-more,
.computer-science 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;
}

.courses-block-wrapper a.read-more:before,
.mechanical a.read-more:before,
.civil a.read-more:before,
.electronics-communication a.read-more:before,
.computer-science 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;
}

.mechanical .syllabus-container,
.civil .syllabus-container,
.electronics-communication .syllabus-container,
.computer-science .syllabus-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0 20px;
}

.mechanical .syllabus-item,
.civil .syllabus-item,
.electronics-communication .syllabus-item,
.computer-science .syllabus-item {
  text-align: center;
  margin: 10px;
  padding: 0;
}

.mechanical .syllabus-button,
.civil .syllabus-button,
.electronics-communication .syllabus-button,
.computer-science .syllabus-button {
  display: block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #a00;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.mechanical .syllabus-button:hover,
.civil .syllabus-button:hover,
.electronics-communication .syllabus-button:hover,
.computer-science .syllabus-button:hover {
  background-color: #c00;
}

.admission-page-cnt .overview-cnt .full .right ul {
  margin-bottom: 28px;
}

/* .admission-page-cnt .overview-cnt .full .right .icon .cnt {
  margin-top: 20px;
} */

.bgi-block-wrapper.transport-section {
  padding-top: 0 !important;
}

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

.heading-text {
  padding-top: 0;
  margin-bottom: 0;
}

.dte-approvals .row .col-md-6 img {
  padding-bottom: 50px;
}

.post-image {
  position: relative;
  /* margin-bottom: 60px !important; */
}

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

.courses-block-wrapper .title-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;
}

.courses-block-wrapper .title-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;
}

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

.courses-block-wrapper .title-part .read-more:hover::before {
  transform: scaleX(1);
}

.mechanical .read-more,
.electronics-communication .read-more,
.computer-science .read-more,
.civil .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;
}

.mechanical .read-more:before,
.electronics-communication .read-more:before,
.computer-science .read-more:before,
.civil .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;
}

.mechanical a.read-more:hover,
.electronics-communication a.read-more:hover,
.computer-science a.read-more:hover,
.civil a.read-more:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.mechanical .read-more:hover::before,
.electronics-communication .read-more:hover::before,
.computer-science .read-more:hover::before,
.civil .read-more:hover::before {
  transform: scaleX(1);
}

.overview-cnt .full .right .icon {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
}
.contact-container .first-section .social a {
  font-size: 18px;
  color: #d1143e;
  font-family: "Open Sans";
  font-weight: 700;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0 !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;
}
/* Diploma Polytechnic */

#announcementBtn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px;
}

#newsTicker {
  display: none;
  /* Initially hidden */
  overflow: hidden;
  white-space: nowrap;
  background-color: #2F4B90 !important;
  padding: 10px;
  width: 100%;
  /* margin: 20px; */
  /* border: 1px solid #ddd; */
  /* border-radius: 5px; */
}

.news-items {
  /*display: inline-block;*/
  display: inline-block;
  color: #FFF;
  padding-left: 100%;
  animation: scroll-news 35s linear infinite;
}

.news-items span {
  margin-right: 50px;
  font-weight: bold;
  color: #fff;
}

/* Keyframes for scrolling the news */
@keyframes scroll-news {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 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;
}
.library-container.bgi-block-wrapper .title-part p {
  color: #920001;
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 20px;
}