@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@media (min-width: 1024px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}

body {
  font-family: Lato;
  font-size: 16px;
}

.logo {
  max-width: 420px;
  width: 100%;
}

/* .navbar {
   background: #2e5090;
} */

.tbm-submenu-toggle {
  background: none;
  border: none;
  font-size: 1em;
  margin-left: 5px;
  cursor: pointer;
}
.nav-item a {
  color: var(--blackColor);
  /* text-transform: capitalize; */
  padding: 0.5rem 0;
}

/* li.active, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover {
   background: #42AE70;
   color: var(--white);
}
.navbar-expand-lg .navbar-nav .nav-link {
   padding-top: 10px;
   padding-bottom: 10px;
}

.navbar .btn {
   background: var(--bg-white);
   width: 30px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto;
} */
.carousel-control-next,
.carousel-control-prev {
  width: 40px;
  padding: 0;
  color: var(--white);
  height: 40px;
  margin: auto;
  background-color: var(--mainColor);
  opacity: 100 !important;
  border-radius: 100%;
  margin: auto 23px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.about-pro-img {
  width: 140px;
  height: 140px;
  background: var(--bg-white);
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: auto;
}

.about-pro-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.theme-button {
  background: #cccccc !important;
  border: 1px solid #a8a8a8 !important;
  border-radius: 30px;
  color: var(--black);
  display: inline-block;
}

.about-pro {
  line-height: normal;
}

.about-pro p {
  color: #757575;
}

.about-pro p.about-pro-img-name {
  font-weight: 600;
  padding-top: 8px;
  color: #333;
}

.bg-light {
  background-color: var(--bg-white) !important;
}

.about-box {
  background: #c8d8f6;
  padding: 50px 20px;
  border-radius: 10px;
}

.about-box-title {
  font-size: 50px;
  font-weight: 900;
}

.about-box-icon img {
  height: 40px;
}

.about-box-sub-text {
  font-weight: 600;
  opacity: 0.7;
}

.institute-section {
  background: url(../images/Image-44.jpeg) no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.institute-section-box {
  text-align: center;
  padding: 20px;
  height: 220px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}

.hover-text-ins {
  display: none;
}

.institute-section-text {
  padding-top: 10px;
  width: 100%;
}

.institute-section-img {
  width: 125px;
  height: 125px;
  margin: auto;
  overflow: hidden;
  border-radius: 100%;
}

.institute-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.institute-section-bg {
  border-radius: 40px;
  overflow: hidden;
}

.viewmore {
  text-decoration: none;
  color: var(--black);
  font-size: 87.5%;
  opacity: 0.8;
}

.text-v-p {
  background: var(--mainColor);
  padding: 3px 15px;
  color: var(--white);
  font-size: 87.5%;
}

.text-v-p-img {
  height: 180px;
  width: 100%;
  overflow: hidden;
}

.text-v-p-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.note-news {
  background: #e8e8e8;
  height: 100%;
}

.note-news-top {
  background-color: var(--mainColor);
  color: var(--white);
  padding: 8px 15px;
}

.note-news .viewmore {
  color: var(--white);
  font-size: 81.25%;
}

.note-news-text {
  font-weight: 600;
}

.note-news-box {
  background: var(--bg-white);
  width: 90%;
  margin-left: 3%;
  padding: 10px;
  line-height: normal;
  font-size: 87.5%;
  margin-top: 6px;
  border-radius: 10px;
}

.note-news-box p {
  margin-bottom: 0;
  padding: 1px 0;
}

.news-tag {
  border-radius: 40px;
  padding: 2px 10px;
  color: var(--white);
  display: inline-block;
  background: #7772c3;
}

.note-news-box span {
  opacity: 0.7;
  font-size: 81.25%;
}

/* width */
.note-news-cont::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.note-news-cont::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.note-news-cont::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.note-news-cont::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.note-news-cont {
  height: 300px;
  padding-bottom: 15px;
  overflow-y: auto;
  margin-right: 8px;
}

.about-pro {
  height: 100%;
}

.tag2 {
  background: #cd7928;
}

.tag3 {
  background: #3a7e93;
}

.footer-section {
  background: url(../images/sun-setting-silhouet.jpeg) no-repeat;
  position: relative;
  padding-top: 30px;
}

.footer-section::before {
  content: "";
  position: absolute;
  background: #094195f2;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.footer-section .container-fluid {
  position: relative;
}

.footer-section a {
  color: var(--white);
  text-decoration: none;
  opacity: 0.8;
  font-size: 87.5%;
  display: inline-block;
  width: 100%;
}

.footer-section p {
  color: var(--white);
  opacity: 0.8;
}

.footer-bottom {
  background: var(--mainColor);
  position: relative;
}

.footer-section li {
  list-style: none;
}

.footer-section ul {
  padding-left: 0;
}

.quick-link a {
  color: var(--white);
  text-decoration: none;
  margin: 0 7px;
  display: inline-block;
  width: auto;
}

.quick-link span {
  color: #fff;
}

.widget-title {
  font-weight: 700;
  color: var(--white);
  font-size: 18px;
  padding-bottom: 10px;
}

.company-footer-contact-list {
  color: var(--white);
}

.text-v-title {
  font-weight: 800;
  font-size: 16px;
}

.title-section {
  color: #2e5090;
  font-weight: 700;
  font-size: 25px;
  position: relative;
}

.title-section span {
  position: relative;
}

.title-section span::before,
.title-section span::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--mainColor);
  top: 0;
  bottom: 0;
  margin: auto;
}

.title-section span::after {
  right: -75px;
}

.title-section span::before {
  left: -75px;
}

.news-slider {
  background: var(--mainColor);
}

.news-slider-bg {
  background-color: var(--mainColor);
  padding: 10px 20px;
  text-align: center;
  color: var(--white);
  position: relative;
}

.news-slider-bg::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 32px solid #2e5090;
  border-right: 32px solid transparent;
  left: -15px;
  top: 6px;
  transform: rotate(-45deg);
}

.news-slider-bg::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 32px solid #2e5090;
  border-right: 32px solid transparent;
  right: -15px;
  top: 6px;
  transform: rotate(135deg);
}

.topbaar .form-select {
  box-shadow: none !important;
  background-color: inherit;
  border: 0;
  width: 99px;
  font-size: 13px;
  width: 60px;
  font-size: 81.25%;
  background-position: right;
  padding: 0;
}

.form-select {
  color: var(--blackColor);
  background-color: var(--bg-white);
}

#accessControl input {
  float: left;
  height: 17px;
  margin: 0 1px;
  background: none;
  border: none;
  padding: 0;
  width: 22px;
  color: var(--blackColor);
  font-size: 75%;
  line-height: 12px;
}

.topbaar {
  font-size: 81.25%;
}

.topbaar a {
  text-decoration: none;
  color: var(--blackColor);
}

.topbaar span {
  font-size: 12px;
}

#navbarSupportedContent {
  position: relative;
}

#navbarSupportedContent .form-control {
  box-shadow: none !important;
  border-radius: 30px;
  border: 0;
}
#navbarSupportedContent ul li a {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  color: var(--blackColor);
}

.institute-section-box:hover {
  background: #2e5090;
  color: #fff;
}

.institute-section-box:hover .hover-text-ins {
  display: block;
  text-align: left;
}

.institute-section-box:hover .institute-section-img {
  width: 70px;
  height: 70px;
  margin-left: 0;
}

.institute-section-box:hover .institute-section-text {
  font-weight: 600;
  text-align: left;
}

.fix-icon {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 40%;
  width: 50px;
}

.fix-icon a {
  display: table;
  margin: 5px 0;
}

.dropdown-menu .dropdown-toggle::after,
.dropdown-menu .dropdown-toggle::after {
  position: static;
  top: 0.85em;
}

.dropdown-menu .dropdown-toggle::after {
  left: 0.255em;
}

.dropdown-menu .dropdown-toggle::after {
  right: 0.255em;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
  display: none;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
}

.dropdown-menu[data-bs-popper] {
  background-color: var(--mainColor);
  border-radius: 0;
  border: 0;
  min-width: 220px !important;
  margin-top: 0px;
  padding: 1rem;
}

.separator {
  padding: 0 10px;
  opacity: 0.8;
}

.search-top .input {
  border: 0;
  background-color: transparent !important;
  width: 0%;
  outline: none;
  font-size: 15px;
  color: #333;
  position: relative;
  height: 33px;
  border-radius: 2px;
  position: relative;
  left: -154px;
}

.search-top .wrap .fa {
  color: var(--black);
  position: absolute;
  top: 15px;
  font-size: 16px;
  cursor: pointer;
  background: var(--bg-white);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 14%;
  top: 14%;
}

.search-top .wrap.active {
  width: 20px;
  transition: all 0.5s ease;
}

.search-top .input.active {
  width: 162px;
  padding-left: 5px;
  transition: all 0.2s 0.2s ease;
  background-color: var(--bg-white) !important;
}

.kp-main-menu .search-top .input.active {
  left: 0;
}

.search-top input::placeholder {
  color: #333;
}

.col.institute-section-box {
  flex: 1 0 20%;
}

.navbar-toggler {
  box-shadow: none !important;
  border: 0;
}

.d-flex.search-top {
  justify-content: end;
  float: right;
  margin-right: 0;
}

.page-title-area {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  padding: 70px 0;
}

.page-title-area::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.page-title {
  color: var(--white);
}

.system-breadcrumb a,
.system-breadcrumb span {
  color: var(--blackColor);
  padding: 0 5px;
  text-decoration: none;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255,255,255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.page-title-area .container-fluid {
  position: relative;
  z-index: 1;
}

.page-sider-baar {
  background-color: var(--mainColor);
  padding: 20px 0;
  border-radius: 8px;
}

.btn-toggle-nav li {
  border-bottom: 1px solid;
  padding: 8px 15px;
  color: #ffffff21;
}

.btn-toggle-nav li a {
  text-decoration: none;
  color: #fff;
}

.link-dark.rounded {
  color: #fff !important;
}

.btn.btn-toggle {
  width: 100%;
  text-align: left;
  color: var(--white);
  border: 0 !important;
}

.text-justified {
  text-align: justify;
}

@media (max-width: 767px) {
  .topbaar span,
  .topbaar a,
  .topbaar .form-select {
    font-size: 62.5%;
  }

  .topbaar .form-select {
    font-size: 62.5%;
    width: 46px;
  }

  .news-slider-bg::before,
  .news-slider-bg::after {
    display: none;
  }

  .news-slider .container {
    padding: 0;
  }

  .note-news {
    margin-top: 20px;
  }

  .note-news-box {
    width: 93%;
  }

  .about-box {
    padding: 10px 20px;
    height: 155px;
  }

  .about-box-title {
    font-size: 32px;
  }

  .col.institute-section-box {
    flex: 1 0 0%;
  }

  .d-flex.search-top {
    display: none !important;
  }

  .search-mobile input {
    border-radius: 3px;
    width: 100%;
  }

  .SearchHome {
    background: #f2f2f2;
    border-radius: 3px;
    margin: 2px 0px;
  }

  .kp-main-menu .search-mobile {
    justify-content: stretch !important;
    align-items: center;
    width: auto;
  }

  .search-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding: 0 10px; */
  }

  .search-mobile i {
    color: #000 !important;
  }

  .search-mobile .navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 0px 6px;
    width: 2.6rem;
    height: 2.5rem;
    color: #fff;
  }

  /* .navbar .form-control {
   border: 0;
}

.navbar .form-control {
   border: 0;
   height: 32px;
   margin-top: 3px;
} */

  /* .search-mobile{width: 100%} */
}

/* People Page */

.section-team {
  padding: 80px 0;
}

.section-team .header-section {
  margin-bottom: 50px;
}

.section-team .header-section .small-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #3e64ff;
}

.section-team .header-section .title {
  font-weight: 700;
  font-size: 45px;
}

.section-team .single-person {
  margin-top: 30px;
  padding: 30px;
  background-color: #f6f9ff;
  border-radius: 5px;
}

.section-team .single-person:hover {
  /* background: linear-gradient(to right, #016cec, #00b5f7); */
}

.section-team .single-person .person-image {
  position: relative;
  margin-bottom: 50px;
  border-radius: 50%;
  border: 4px dashed transparent;
  /* transition: padding .6s ease-in-out; */
}

/* .section-team .single-person:hover .person-image {
   padding: 12px;
   border: 4px dashed #fff;
} */

.section-team .single-person .person-image img {
  width: 100%;
  height: 206px;
  border-radius: 50%;
}

.section-team .single-person .person-info .full-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.section-team .single-person .person-info .speciality {
  text-transform: uppercase;
  font-size: 87.5%;
  color: #016cec;
}

/* .section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
   color: #;
} */
.section-team .single-person .person-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main_heading-para {
  position: relative;
}

.main_heading-para::before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}

.main_heading-para::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}

.section-title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-bottom: 7px;
  text-align: left;
}

.clr-blue {
  color: var(--mainColor) !important;
}

.section-title-box h2,
.section-title-box h3 {
  background: var(--bg-white);
  z-index: 1;
  padding-right: 40px;
}

.section-title-box:after,
.section-title-box:before {
  content: "";
  position: absolute;
  bottom: 25px;
  background: #c2c7d8;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
}

.general-primary-1 {
  color: var(--white);
  border-bottom: 32px solid #4f2582;
  width: 55%;
}

#profile-Contact {
  padding-top: 9px;
  padding-left: 9px;
  font-size: 75%;
}

.general-primary-1 {
  height: 0;
  border-right: 36px solid transparent;
}

.Search-button {
  background: var(--mainColor);
  color: var(--white);
  padding: 13px 30px;
  font-size: 20px;
}

.clear-btn {
  border-color: #ddd;
  padding: 13px 30px;
  font-size: 20px;
}

.faculty {
  width: 100%;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #0c5db9; */
}

.profile-card {
  position: relative;
  font-family: sans-serif;
  width: 239px;
  height: 260px;
  background: var(--bg-white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 22px #3336;
  transition: 0.6s;
  margin: 0 25px;
}

.profile-card img {
  height: 160px;
  width: 100%;
}

.profile-card .img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  z-index: 1;
  text-align: center;
}

.img img {
  width: 86%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: 0.6s;
}

.caption {
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: 0.6s;
}

.profile-card .img {
  transform: translateY(-60px);
  border-radius: 10px;
}

.profile-card .caption {
  opacity: 1;
}

.caption h3 {
  font-size: 16px;
  margin: 0px;
}

.caption p {
  font-size: 15px;
  color: #0c52a1;
  margin: 2px 0 9px 0;
  text-align: center;
  font-weight: 600;
}

.caption .social-links a {
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: 0.6s;
}

.social-links a:hover {
  color: #0c52a1;
}

.sub-title i {
  color: var(--mainColor);
  font-size: 35px;
}

.team-profile li {
  margin-bottom: 16px;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.team-profile li::before {
  content: "\f138";
  position: absolute;
  left: 0px !important;
  top: 3px;
  font-size: 81.25%;
  font-family: fontAwesome;
  color: var(--blue);
  font-weight: 500;
}

.mba-wrapper {
  width: 100%;
  /* height: 400px; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  background-color: var(--bg-white);
  padding: 12px;
  border-radius: 5px;
}

#query-Form a {
  font-size: 75%;
  padding-left: 16px;
  color: blue;
}

#query-Form .input-wrapper {
  position: relative;
  line-height: 14px;
  margin: 0 10px;
  display: inline-block;
  width: 95%;
}

#query-Form label {
  color: #bbb;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 17px;
  padding: 0 2px;
  pointer-events: none;
  background: var(--bg-white);
  -webkit-transition: -webkit-transform 100ms ease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

#query-Form input {
  font-size: 21px;
  color: var(--white);
  outline: none;
  border: 1px solid #bbb;
  padding: 10px 20px;
  border-radius: 5px;
  position: relative;
  width: 100%;
  background-color: var(--bg-white);
}

#query-Form input:invalid + label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#query-Form input:focus {
  border-color: #2b96f1;
}

#query-Form input:focus + label {
  color: #2b96f1;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.mba-button {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.nav-program-card__title {
  font-size: 87.5%;
  font-weight: 500;
  margin-top: 6px;
  white-space: normal;
  display: block;
  color: #48485e;
  line-height: 1.5;
  flex-grow: 1;
  text-align: left;
}

.nav-program-card__subtitle {
  font-size: 75%;
  line-height: 18px;
  color: #616161;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-seperator {
  padding-right: 16px;
  position: relative;
}

.nav-seperator::after {
  content: ".";
  position: absolute;
  display: block;
  right: 8px;
  top: -6px;
  font-size: 20px;
}

.nav-seperator:last-child {
  padding-right: 0;
}

.nav-seperator:last-child::after {
  content: "" !important;
}

.courses-card {
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.courses-card {
  width: 300px;
  min-height: 160px;
}

.g-38 {
  gap: 38px;
}

.Search-course {
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

select {
  background-color: var(--bg-white);
}

input.Search-course {
  background-color: var(--bg-white);
}

/* Common page */

.common-page-banner {
  background-image: url(../img/all-img/wind-mill.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  height: 120px;
}

.list-auto {
  list-style: auto;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fa-file-pdf {
  color: var(--pdfColor);
  /* text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate; */
}

.brochure-btn {
  background: var(--mainColor);
  color: var(--blackColor);
  padding: 12px 24px;
  border: none;
  border-radius: 24px;
}

.fs-10 {
  font-size: 62.5%;
}

.fs-12 {
  font-size: 75%;
}

.fs-14 {
  font-size: 14px !important;
}

#Programs-tabs ul li {
  padding: 20px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

#Programs-tabs ul li span {
  font-size: 24px;
  font-weight: 600;
}

.list-none {
  list-style: none;
}

.course-icons {
  background: blueviolet;
  border-radius: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
}

.box-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.languages_logo .lang-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
}

.languages_logo .lang-logos {
  justify-content: left;
  margin-left: -29px;
  grid-gap: 0;
  gap: 0;
}

.languages_logo .lang-logos__container .languages_logo_img {
  margin: 24px 16px;
  height: 40px;
}

.contact {
  display: flex;
  flex-wrap: wrap;
}

.contact .input-wrapper {
  position: relative;
  line-height: 14px;
  /* margin: 0 10px; */
  display: inline-block;
}

.contact label {
  color: #bbb;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 14px;
  padding: 0 2px;
  pointer-events: none;
  background: var(--bg-white);
  -webkit-transition: -webkit-transform 100ms ease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.contact input {
  font-size: 81.25%;
  color: #555;
  outline: none;
  border: 1px solid #bbb;
  padding: 10px 20px;
  border-radius: 20px;
  position: relative;
  height: 45px !important;
}

.contact input:invalid + label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contact input:focus {
  border-color: #2b96f1;
}

.contact input:focus + label {
  color: #2b96f1;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.counter {
  font-size: 35px;
  color: #b35305;
}

.counter-section {
  border-right: 1px solid red !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--bg-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  max-width: 100%;
  /* Ensures the slide doesn't exceed the container width */
}

/* Optional media queries for specific adjustments */
@media (min-width: 1400px) {
  .swiper-slide {
    width: calc(25% - 30px);
    /* 4 slides per view, considering 30px space */
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .swiper-slide {
    width: calc(25.33% - 30px) !important;
    /* 3 slides per view */
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-slide {
    width: calc(50% - 20px);
    /* 2 slides per view */
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    width: calc(100% - 10px);
    /* 1 slide per view */
  }
}

.swiper-slide img {
  /* display: block;
   width: 100%;
   height: 100%;
   object-fit: cover; */
}

.custom_para {
  font-size: 87.5%;
}

.viewer_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.mySwiper {
  padding-bottom: 87px !important;
}

.mySwiper .pagination {
  position: relative;
  top: 40px;
}

.mySwiper .swiper-button-next {
  left: 7%;
}

@media (min-width: 991px) {
  .lory-slider .gl-slider-nav {
    width: 60px;
    height: 60px;
  }
}

.gl-slider-nav {
  width: 55px !important;
  height: 55px !important;
  background-color: var(--white);
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 40% !important;
}

.btn-contact {
  background: var(--mainColor);
  border: none;
  padding: 6px 20px;
  border-radius: 5px;
  color: var(--white);
}

.input-wrapper .form-control {
  background-color: var(--bg-form-control) !important;
}

.bg-white {
  background-color: var(--bg-white) !important;
}

.card {
  background-color: var(--bg-white) !important;
}

.vision-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}

.vision-card .card {
  min-height: 208px;
}

table thead {
  background: var(--mainColor);
  color: var(--white);
}

.footer .container {
  position: relative;
  z-index: 2;
}

.foterlogo > img {
  width: 100%;
  max-width: 350px;
}

.flinks {
  display: block;
  text-align: left;
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid #f5f5f585;
}

.flinks li {
  display: inline-block;
}

.flinks li > a {
  padding: 6px 16px;
  display: block;
  font-size: 16px;
}

.flinks li:first-child a {
  padding-left: 0;
}

.animatewrap {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: 0;
}

.animatewrap .leftgrid {
  position: absolute;
  left: 16px;
  bottom: 0;
}

.animatewrap .leftgrid .lblade {
  position: absolute;
  left: 38px;
  bottom: 32px;
  animation: leftBlade 8s linear infinite;
}

.animatewrap .centergrid {
  position: absolute;
  left: 57%;
  bottom: 15px;
}

.animatewrap .centergrid .cblade {
  position: relative;
  right: 56px;
  bottom: 30px;
  animation: centerBlade 6s linear infinite;
}

.animatewrap .rightgrid {
  position: absolute;
  right: 16px;
  bottom: 0;
}

.animatewrap .rightgrid .rblade {
  position: absolute;
  right: 76px;
  bottom: 26px;
  animation: rightBlade 4s linear infinite;
}

@keyframes leftBlade {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes centerBlade {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rightBlade {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#Banner-Container #Banner {
  height: 571px;
}

#Banner-Container-S #Banner {
  height: 432px;
}

#Banner-Container-S .banner0 {
  background: linear-gradient(-126.9829deg, #003395, #660066);
  height: 400px;
}

#Banner-Container-S .banner0 .theme-R {
  background: #292929;
}

#Banner-Container-S .banner1 {
  background: linear-gradient(-126.9829deg, #003395, #660066);
  height: 400px;
}

#Banner-Container-S .banner1 .theme-R {
  background: #1a1a18;
}

#Banner-Container-S .banner2 .theme-L {
  background: #3b759e;
}

#Banner-Container-S .banner2 .theme-R {
  background: #3b759e;
}

.banner-content {
  /* bottom: 22%; */
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
}

.banner-head {
  font: 700 42px/16px;
  color: var(--white);
}

.banner-head span {
  display: block;
  font: 300 34px/38px;
  color: var(--white);
  margin-top: 15px;
  letter-spacing: 8px;
}

#Banner-Container-S .banner-content {
  bottom: 22%;
  left: 5%;
  width: 37%;
  text-align: left;
  top: 35%;
}

#Banner-Container-S .banner-head {
  font: 700 32px/36px;
}

#Banner-Container-S .banner-head span {
  font: 300 22px/28px;
  margin-top: 0px;
  letter-spacing: 0px;
}

.overview-ranks h2 {
  color: #001d90;
  font-family: "HelveticaNeueLTStd-Bd6", Arial, Helvetica, sans-serif !important;
  font-size: 3rem;
  margin: 0;
}

.overview-ranks h2 sup {
  font-size: 0.6em;
}

.overview-ranks h5 {
  color: #001d90;
  margin: 0;
}

.overview-ranks .w-100 {
  padding-top: 2rem;
}

p small {
  font-size: 0.65rem;
}

.eligible-image {
  border-radius: 15px;
  height: 197px;
  width: 235px;
}

#Admission-page h2 {
  font-size: 36px;
}

.border-radius-section {
  width: 200px;
}

.border-radius-section img {
  border-radius: 50%;
  border: 10px solid #425076;
}

.mainColor {
  color: #873e03;
}
.team-profile .text-danger {
  color: #793d0c !important;
}
.fs-30 {
  font-size: 30px;
}

/* .career-section {
   background: url(../img/all-img/wind-turbine.avif);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 2.3rem 0;
} */

.career-section .container-inner {
  padding: 2rem 3.3rem 1.8rem;
  background: var(--bg-white);
}

.career-section p {
  color: var(--white);
  line-height: 1.2;
  margin: 0;
}

.career-section .shift-1,
.career-section .shift-2,
.career-section .shifts-diagram {
  position: relative;
  z-index: 1;
}

.career-section .shifts-diagram {
  padding: 6.5rem 0;
}

.career-section .shift-1:after,
.career-section .shift-2:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 15rem;
  height: 15rem;
  background: #001d90;
  z-index: -1;
  border-radius: 50%;
}

.career-section .shift-1:after {
  opacity: 0.75;
  transform: translate(-6%, -50%);
  mix-blend-mode: multiply;
}

.career-section .shift-2:after {
  opacity: 0.75;
  transform: translate(-64%, -50%);
  mix-blend-mode: multiply;
}

.career-section p.middle-text {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 56%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
}

.career-section p span sup,
.career-section p.middle-text sup {
  font-size: 0.6em;
}

.video-thumb {
  cursor: pointer;
}

.ClientSwiperSlider .swiper {
  width: 100%;
  height: 100%;
}

.ClientSwiperSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--bg-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ClientSwiperSlider .swiper-slide img {
  display: block;
  width: 143px;
  height: 100%;
  object-fit: contain;
}

.play-btn {
  right: 45%;
  left: auto;
  top: 0;
  background-color: var(--mainColor);
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(218, 211, 211, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(218, 211, 211, 0.2);
  }
}

.bedge-institute {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--bg-white);
  padding: 4px 22px;
  margin-right: 20px;
  /* border-radius: 5px; */
  height: 52px;
}

.Tender-pills li {
  border: 1px solid #ddd;
  border-radius: 6px;
}

.Tender-pills li a {
  margin: 0 !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  border-bottom: 3px solid var(--mainColor) !important;
  color: #515151;
  background: linear-gradient(
    to right,
    var(--mainColor) 50%,
    var(--bg-white) 50%
  ) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all 0.5s ease-out !important;
}

.Tender-pills li a:hover {
  color: #fff !important;
  background-position: left bottom !important;
}

.Tender-pills li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
  width: 100%;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.Tender-pills li .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--black) !important;
}

.brochure-btn:hover {
  background: var(--mainColor) !important;
  color: var(--black) !important;
}

.showMenu .showMenu {
  display: block !important;
}

.generation-arrow {
  transform: none;
}

.sidebar .nav-links li.showMenu .generation-arrow {
  transform: rotate(-180deg);
}

/* ul.institutes-menu li {
   position: relative;
   right: -119px;
} */
.header-news-ticker {
  position: absolute;
  /* padding: 0px 59px 0px 14px; */
  background: var(--bg-white) fff;
  font-weight: bold;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0px;
  left: -43px;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 50% 100%, 0 100%);
  width: 228px;
  border: 1px solid #000;
  text-align: left !important;
}

.about-alumni .images img {
  /* background-image: url(../img/suponsored/durgapur.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  /* height: 276px; */
  border-radius: 15px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  ul.dropdown-menu.submenu {
    background: var(--mainColor);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .dropdown-menu li {
    position: relative;
    font-size: 100%;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: calc(100% + 13px);
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.9rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
  }

  /* .navbar-toggler-icon {
      background-image: url(../img/all-img/menu-ico.svg);
   } */

  .navbar-toggler-icon {
    display: inline-block;
    /* background: currentColor; */
    vertical-align: middle;
    height: auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .tbm.tbm--mobile.tbm--mobile-show .tbm-collapse {
    padding-top: 8px;
  }
}

/* ============ small devices .end// ============ */

.parent-category {
  font-weight: bold;
}

.child-category .nav-link {
  padding-left: 30px;
  /* Indent child categories */
}

.parent-category i {
  transition: transform 0.3s;
}

button.owl-prev,
button.owl-next {
  font-size: 10px !important;
}

button.owl-prev:hover,
button.owl-next:hover {
  background: none !important;
  color: #000 !important;
}

@media (max-width: 767px) {
  ul.dropdown-menu.submenu {
    /* display: block !important; */
    background: #f37006;
    border: none !important;
  }
}

.container-inline div,
.container-inline label {
  display: inline;
}

.customPadding {
  padding: 0px 1rem;
}

.nav-item a.dropdown-item {
  font-size: 90%;
  /* font-weight: 600; */
}

.nav-item a.dropdown-item:hover,
.nav-item a.dropdown-item:focus {
  background-color: var(--mainColor);
  color: #0a58ca;
}

.tbm.tbm--mobile .tbm-collapse {
  background: transparent;
  padding-top: 0;
}

.a.nav-link {
  padding: 1rem 0.5rem;
}

.tbm.animate:not(.tbm--mobile).slide .tbm-item .tbm-item > .tbm-submenu {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body {
  overflow-x: hidden !important;
}
.cpr-right ul {
  gap: 1rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.cpr-right ul li {
  margin-right: 0 !important;
}
.about-npti-container {
  padding: 1rem 0;
  box-shadow: none !important;
  gap: 22px !important;
}

.about-npti-container div:after {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
/* .owl-carousel .owl-nav button.owl-next{
   border: 2px solid black !important;
} */
/* .bannerImage video{
   height: 500px !important;
 } */

.kp-word-space table tbody tr td a {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  color: #000;
}
