/******** Google Fonts ********/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

/** ****** Color Scheme ****** **/
:root {
  --clr-primary: #007dff;
  --clr-secondary: #ffc72b;

  --clr-pink: #fef4f0;

  --clr-white: #ffffff;
  --clr-white-200: #ececec;
  --clr-black: #000000;
  --clr-black-100: #131313;
  --clr-black-200: #242424;
  --clr-black-300: #3c3c3c;

  --ff-primary: "Montserrat", sans-serif;
  --ff-secondary: "Nunito", sans-serif;
}

/** ****** CSS Resets ****** **/

::selection {
  background-color: var(--clr-secondary);
  color: var(--clr-black);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  font: inherit;
}

.container {
  max-width: 1440px;
}

clear {
  clear: both;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:focus,
a:hover {
  outline: none;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body {
  font-family: var(--ff-secondary);
  text-rendering: optimizeSpeed;
  font-size: 16px;
  line-height: 1.5;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--clr-black-300);
  font-family: var(--ff-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
}

img,
picture,
svg {
  max-width: 100%;
  display: block;
}

.custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    90deg,
    rgba(255, 215, 4, 1) 0%,
    rgba(255, 184, 0, 1) 100%
  );
  padding: 0 30px;
  height: 45px;
  color: var(--clr-black-100);
  font-size: 14px !important;
  font-weight: 500 !important;
  position: relative;
  text-transform: uppercase;
  font-family: var(--ff-primary);
  border: 1px solid transparent;
  border-radius: 5px;
}

.custom-button:hover {
  background: transparent;
  border: 1px solid var(--clr-secondary);
  color: var(--clr-black-300);
  transition: all 4ms ease-in-out;
}

.custom-button span {
  padding-left: 8px;
  font-size: 14px;
  color: #393b79;
}

/* .custom-button.custom-button-white{  color: var(--clr-black-100);  
   background: var(--clr-white);
   border: 1px solid var(--clr-secondary) ;
} */
/* .custom-button-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-white);
  padding: 0 30px;
  height: 45px;
  color: var(--clr-black-100);
  font-size: 14px !important;
  font-weight: 600 !important;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  letter-spacing: 1.05px;
  font-family: var(--ff-primary);
} */

.custom-button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 215, 4);
  background: linear-gradient(
    90deg,
    rgba(255, 215, 4, 1) 0%,
    rgba(255, 184, 0, 1) 100%
  );
  height: 36px;
  color: var(--clr-black-100);
  font-size: 12px !important;
  font-weight: 600 !important;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  letter-spacing: 1.05px;
  font-family: var(--ff-primary);
}

/* .custom-button-white:hover {
  background: linear-gradient(90deg, rgba(255, 215, 4, 1) 0%, rgba(255, 215, 4, 1) 100%);
} */

.custom-heading h4 {
  font-size: 36px;
  text-align: center;
  text-transform: capitalize;
}

.custom-heading {
  text-align: center;
}

.custom-heading h3 span {
  color: var(--clr-secondary);
}

.custom-heading-back {
  text-align: center;
  position: relative;
}

.custom-heading-back h2 {
  font-size: 64px;
  color: var(--clr-white-200);
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  z-index: -9;
  width: 100%;
}

/* .custom-heading-wrap {
  margin: 40px 0px 100px 0px;
} */

.custom-pad {
  padding: 70px 0px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
  font-size: 30px;
  background-color: #ffffff59;
  border-radius: 50%;
  padding: 24px;
  backdrop-filter: blur(8px);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.btn-close:focus {
  box-shadow: inherit;
}

.ban-swiper-nav .swiper-button-prev,
.ban-swiper-nav .swiper-button-next {
  font-size: 20px;
  color: #000;
  background-color: #ffffff59;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* ============ HEADER ============ */
.header__main {
  padding: 8px 0;
}

.header__bottom {
  padding: 0px 0 0 42px;
  /* clip-path: polygon(0 0%, 100% 0px, 100% 100%, 5% 100%); */
  position: absolute;
  right: 0;
  z-index: 9;
  width: fit-content;
}
.header__bottom::before {
  width: 100%;
  height: 0;
  border-top: 50px solid #2f2f2ff0;
  border-left: 50px solid transparent;
  position: absolute;
  right: 0;
  z-index: -1;
  content: "";
  backdrop-filter: blur(2px);
}

.header__bottom .navbar-nav .nav-item {
  position: relative;
  overflow: hidden;
  margin: 0 12px;
}
.header__bottom .navbar-nav .nav-item.dropdown {
  overflow: unset;
}
.header__bottom .navbar-nav .nav-item.dropdown a {
  position: relative;
  padding-right: 20px;
}
.header__bottom .navbar-nav .nav-item.dropdown a::before {
  position: absolute;
  content: "\f078";
  top: 11px;
  right: 0;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: #fff;
}
.header__bottom .navbar-nav .nav-item.dropdown li a::before {
  display: none;
}
.header__bottom .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  border: none !important;
}
.header__bottom .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.header__bottom .navbar-nav .nav-item.dropdown ul li a {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 15px;
 border-bottom: 1px solid var(--clr-white-200);
  color: var(--clr-black);
  font-weight: 500;
}
.header__bottom .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.header__bottom .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  color: var(--clr-white);
  background-color:var(--clr-secondary);
}
.header__bottom .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 13px 0;
  text-transform: uppercase;
  font-family: var(--ff-primary);
  transition: color 0.3s ease-in-out;
}

.header__bottom .navbar-nav .nav-item .nav-link::after {
  /* position: absolute;
  content: "";
  background-image: linear-gradient(90deg,
      rgba(255, 215, 4, 1) 0%,
      rgba(255, 184, 0, 1) 100%);
  width: 100%;
  height: 4px;
  bottom: 0;
  left: -100%;
  z-index: -1;
  opacity: 0;
  transition:
    transform 0.4s ease-in-out,
    opacity 0.3s ease-in-out; */
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 215, 4, 1) 0%,
    rgba(255, 184, 0, 1) 100%
  );
  width: 0;
  height: 4px;
  transition: all 0.5s ease-in-out;
}

.header__bottom .navbar-nav .nav-item.active .nav-link::after {
  /* transform: translateX(100%);
  opacity: 1;
  transition:
    transform 0.4s ease-in-out,
    opacity 0.3s ease-in-out; */
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.header__bottom .navbar-nav .nav-item:hover .nav-link::after {
  /* transform: translateX(100%);
  opacity: 1;
  transition:
    transform 0.4s ease-in-out,
    opacity 0.3s ease-in-out; */
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.header__helpline {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}

.header__helpline--contact {
  display: flex;
  gap: 5px;
  padding: 0px;
}

.header__helpline--contact li {
  list-style: none;
}

.header__helpline--contact li + li::before {
  content: "|";
  margin-right: 5px;
}

.header__helpline--contact li a {
  font-family: var(--ff-primary);
  font-size: 15px;
  color: #393b79;
  font-weight: 500;
}

.header__helpline h6 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}

.header__helpline h6 span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  background-color: #393b79;
  color: var(--clr-white);
  font-size: 12px;
  justify-content: center;
  align-items: center;
}

.header__btn-wrap {
  gap: 10px;
}

.marquee {
  overflow: hidden;
  background-color: #ffc72b;
}

.marquee-content {
  display: flex;
  align-items: center;
  position: relative;
  animation: marquee 10s linear infinite;
}

.marquee-content:hover {
  animation-play-state: paused;
}

.marquee-item {
  border-right: 1px solid #3e3e3e;
}

.marquee-item a {
  display: inline-flex;
  width: max-content;
  font-size: 14px;
  padding: 6px 20px;
  color: var(--clr-black);
  font-family: var(--ff-primary);
  font-weight: 500;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -50%;
  }
}

/* ============ HEADER ============ */
/* ============ BANNER ============ */
.ban-content img {
  width: 100%;
  /* height: 500px; */
  object-fit: cover;
}

.ban-content {
  margin-left: 50px;
}

.ban_slider-wrap .ban-content {
  margin-left: 0;
}

.inner-banner-3 .ban-text {
  padding: 20px 0;
}

.counter-box {
  position: relative;
}

.count {
  background-color: var(--clr-white);
  background-image: linear-gradient(
    90deg,
    rgb(255, 199, 43) 0%,
    rgba(57, 59, 121, 0.25) 100%
  );
  padding: 8px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: absolute;
  top: 8px;
  width: 58%;
  right: 0px;
}

.counter {
  display: inline-block;
  padding: 0;
  font-size: 32px;
  vertical-align: middle;
  font-weight: 700;
  font-family: var(--ff-primary);
  color: #393b79;
  line-height: 40px;
}

.count-text {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--ff-primary);
}

.counter1 {
  text-align: center;
}

.counter1 + .counter1 {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #393b793d;
}

.counter-text {
  padding: 12px 50px;
  text-align: center;
  position: absolute;
  top: -25px;
  z-index: 9;
  width: 48%;
}

.counter-text h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--ff-primary);
}

.counter-text::after {
  padding: 21px;
  text-align: center;
  position: absolute;
  content: "";
  top: -24px;
  z-index: 9;
  width: 47%;
  background-color: #d9d9d9;
}

.counter-text::after {
  padding: 21px;
  text-align: center;
  position: absolute;
  content: "";
  top: 0px;
  z-index: -1;
  width: 100%;
  background-color: #d9d9d9;
  left: 0px;
  height: 100%;
  opacity: 0.8;
}

.counter-text h6 span {
  font-size: 32px;
  font-weight: 600;
}

.campus-life-text {
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 999;
  right: 0%;
  transform: translate(-50%, -50%);
  width: 22%;
}

.campus-life {
  padding-top: 70px;
  position: relative;
}

.campus-life-text h4 {
  font-size: 45px;
  font-weight: 600;
  color: var(--clr-black-200);
}

.lab-text.active {
  background-color: #f6f4f4;
}

.lab-text:hover {
  background-color: #f6f4f4;
}

.lab-text-2:hover .lab-text {
  background-color: #fff;
}

.lab-text {
  padding: 51px 30px;
  height: 100%;
}

.lab-image img {
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.lab-text h4,
.lab-text-2 h4,
.lab-text-3 h4,
.lab-text-4 h4 {
  padding: 16px 0px;
}

.lab-text p,
.lab-text-2 p,
.lab-text-3 p,
.lab-text-4 p {
  padding-bottom: 16px;
}

.lab-image-wrap {
  position: relative;
  height: 100%;
}

.lab-image-2,
.lab-image-3,
.lab-image-4 {
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.lab-wrap {
  margin-bottom: 25px;
}

.lab-image-1 img,
.lab-image-2 img,
.lab-image-3 img,
.lab-image-4 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.partner-image-wrap .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-image-wrap .image-box img {
  height: 60px;
  width: 80%;
  object-fit: contain;
}

.partners-swiper .swiper-wrapper {
  padding-bottom: 40px;
}

.partners-swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: var(--clr-secondary);
}

.partner-image-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  gap: 20px;
}

.partner-image-wrap::before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  bottom: 50%;
}

.partner-image-wrap::after {
  position: absolute;
  content: "";
  border-right: 1px solid #e6e6e6;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
}

.image-box {
  position: relative;
}

.expert-1st {
  display: flex;
  align-items: center;
  padding: 20px;
  box-shadow: 2px -2px 18px #e5e4e4;
  width: 90%;
  text-align: center;
  width: 86%;
  text-align: center;
  margin-left: 38px;
}

.expert-para h6 {
  color: #393b79;
}

.expert-para h4 {
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: bold;
}

.experts-wrap p {
  text-align: center;
  background-color: var(--clr-white-200);
  padding: 40px;
  border-radius: 23px;
  width: 100%;
  position: relative;
  height: 235px;
}

.experts-wrap p::after {
  position: absolute;
  content: "";
  top: 26px;
  left: 14px;
  background-image: url("../images/Tabpanel\→\quote.png\\(1\).png");
  height: 20px;
  width: 25px;
}

.experts-wrap p::before {
  position: absolute;
  content: "";
  bottom: 35px;
  right: 30px;
  background-image: url("../images/Tabpanel\→\quote.png\\(2\).png");
  height: 20px;
  width: 25px;
}

.expert-1st img {
  border-radius: 50%;
  border: 3px solid var(--clr-secondary);
}

.visit-campus-wrap {
  padding: 94px 100px;
}

.visit-campus-wrap h6 {
  color: var(--clr-white);
  border-bottom: 2px solid #fff;
  width: 10%;
}

.visit-campus-wrap h3 {
  font-size: 46px;
  color: var(--clr-secondary);
  padding: 30px 0px;
}

.visit-campus-wrap h3 span {
  color: var(--clr-white);
}

.visit-campus-wrap .custom-button:hover {
  color: #fff;
}

.visit-campus {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inter-log img {
  box-shadow: 2px 5px 10px var(--clr-white-200);
  height: 75px;
  width: 75px;
}

.inter-log {
  position: absolute;
  top: -32px;
  left: 20px;
}

.internship-box {
  border: 1px solid var(--clr-white-200);
  padding: 20px;
  margin-top: 50px;
  position: relative;
}

.inter-image {
  align-items: end;
  display: flex;
  justify-content: end;
}

.inter-image img {
  height: 130px;
}

.intern-caption {
  padding: 16px 0px;
}

.intern-caption h5 {
  font-weight: 600;
}

.intern-caption h5 span {
  font-weight: 400;
}

.intern-text p {
  font-size: 16px;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
  overflow-y: scroll;
  text-overflow: ellipsis;
  height: 70px;
}

.col-lg-4:nth-child(2) .internship-box {
  margin-top: 75px;
}

.almuni-cap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 15px;
}

.almuni-cap img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.almuni-box {
  background-color: var(--clr-white);
  padding: 27px 19px;
  margin-right: 30px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 91%,
    35% 91%,
    23% 100%,
    24% 91%,
    1% 92%
  );
}

.almuni-cap-text h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--ff-primary);
  margin-bottom: 8px;
}

.almuni-cap-text h6 {
  font-size: 14px;
  color: #393b79;
  font-family: var(--ff-secondary);
}

.almuni-box p {
  padding-top: 16px;
  font-size: 16px;
}

.almuni .custom-heading h3 {
  color: #fff;
}

.student .custom-heading h3 {
  color: #fff;
}

.ksms-box img {
  height: 50px;
}

.ksms-box-1,
.ksms-box-2,
.ksms-box-3,
.ksms-box-4,
.ksms-box-5,
.ksms-box-6,
.ksms-box-7,
.ksms-box-8,
.ksms-box-9,
.ksms-box-10 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0px;
  padding: 12px;
}

.ksms-box-1 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-121%, -546%);
  width: 38%;
}

.ksms-box-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-133%, -419%);
  width: 38%;
}

.ksms-box-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-141%, -298%);
  width: 38%;
}

.ksms-box-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-133%, -176%);
  width: 38%;
}

.ksms-box-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-120%, -57%);
  width: 38%;
}

.ksms-box-6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(19%, -548%);
  width: 38%;
}

.ksms-box-7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(32%, -429%);
  width: 38%;
}

.ksms-box-8 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(41%, -313%);
  width: 38%;
}

.ksms-box-9 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(35%, -183%);
  width: 38%;
}

.ksms-box-10 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20%, -65%);
  width: 38%;
}

.ksms-part {
  position: relative;
}

.flip-container .front {
  display: flex;
  align-items: center;
  color: var(--clr-secondary);
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  background-color: var(--clr-white);
  padding: 10px 24px;
  z-index: 2;
  transform: rotateY(0);
  box-shadow: 3px 4px 10px #d1d1d1;
}

.flip-container .back {
  transition: all 0.5s ease-in-out;
  color: var(--clr-white);
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 5px;
  transform: rotateY(-180deg);
  text-align: left;
  line-height: 1.4em;
  box-shadow: 3px 4px 10px #d1d1d1;
}

.flip-container:hover .back {
  transform: rotateY(0);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
  width: 100%;
  height: 67px;
}

.back,
.front {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
}

.ksms-logo img {
  height: 450px;
}

.front img,
.back img {
  height: 50px;
  padding-right: 20px;
}

.ksms-part-wrap {
  margin-top: 60px;
}

.footer-box h5 {
  font-size: 14px;
  margin-bottom: 7px;
}

.footer-box a {
  color: #000;
}

.footer-box p {
  font-size: 12px;
  line-height: 18px;
}

.footer-box {
  background-color: var(--clr-secondary);
  margin-bottom: 12px;
  padding: 15px;
}

.footer-col-1 {
  border: 2px solid var(--clr-secondary);
  padding: 12px;
  background-color: var(--clr-white);
  margin-top: -94px;
}

.footer-box:nth-last-child(1) {
  margin: 0px;
}

.footer-list li a {
  color: #000;
  font-family: var(--ff-primary);
  line-height: 1.7;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.footer-col .custom-heading {
  text-align: left !important;
}

.custom-heading h5 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 9px;
}

.social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social li a {
  color: #fff;
  font-size: 20px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: var(--clr-primary);
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
}

.social li:nth-child(1) a {
  background-color: #3b5998;
}

.social li:nth-child(2) a {
  background: linear-gradient(45deg, #833ab4, #e1306c, #fcaf45);
}

.social li:nth-child(3) a {
  background-color: #0077b5;
}

.social li:nth-child(4) a {
  background-color: #ff0000;
}

.social li a:hover {
  background-color: #ffd704;
  background: #ffd704;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.footer-to-last {
  display: grid;
  gap: 80px;
}

.copyright {
  background-color: var(--clr-secondary);
  text-align: center;
  padding: 6px;
}

.footer {
  background-color: var(--clr-white-200);
  margin-top: -28px;
}

.footer-top {
  padding: 50px 0px;
}

.copyright p {
  font-weight: 600;
}

/* .copyright a{
 color: #393b79 !important;
} */

.infa-wrap {
  display: grid;
  grid-column-gap: 7px;
  grid-row-gap: 12px;
}

.infa-box-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.infa-box-2 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 100%;
}

.infa-box-2 img {
  height: 100%;
}

.infa-box-3 {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
}

.infa-box-4 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 5;
}

.infa-box-5 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 5;
  height: 100%;
}

.infa-box-5 img {
  height: 100%;
}

.infa-box-6 {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 4;
}

.infa-box-7 {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 4;
  grid-row-end: 6;
}

.infa-box-8 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 5;
}

.infa-box-9 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 6;
}

.infa-box-9 img {
  height: 265px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.infa-box-4 img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.infa-box-7 img {
  height: 267px;
}

.infa-box-1 img,
.infa-box-2 img,
.infa-box-3 img,
.infa-box-4 img,
.infa-box-5 img,
.infa-box-6 img,
.infa-box-7 img,
.infa-box-8 img,
.infa-box-9 img {
  border-radius: 12px;
}

.upper-details-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

.upper-slide {
  padding-bottom: 25px;
}

.upper-details {
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 0px 6px 2px #e5e4e4;
}

.bg-details {
  padding: 30px;
}

.bg-details p {
  padding: 16px 0px;
}

.award-item img {
  height: 300px;
}

/* .academic-part p {
  padding: 16px 0px;
} */
.expert-para {
  padding-left: 12px;
}

.academic-part {
  padding: 25px 0px;
  position: relative;
  border-bottom: 1px solid #ababab;
  border-right: 1px solid #ababab;
  height: 100%;
}

.academy-main {
  position: sticky;
  top: 0px;
}

.academic-part-wrap .col-lg-6:nth-child(odd) .academic-part {
  padding-right: 25px;
}

.academic-part-wrap .col-lg-6:nth-child(even) .academic-part {
  padding-left: 25px;
  border-right: 0;
}

.academic-part-wrap .col-lg-6:first-child .academic-part {
  padding-top: 0;
}

.academic-part-wrap .col-lg-6:nth-child(2) .academic-part {
  padding-top: 0;
}

.academic-part-wrap {
  padding-left: 20px;
}

.academic-part-wrap .col-lg-6:last-child .academic-part {
  border-bottom: none;
  padding-bottom: 0;
}

.academic-part-wrap .col-lg-6:nth-child(3) .academic-part {
  border-bottom: none;
  padding-bottom: 0;
}

.academy-main-text {
  padding-top: 20px;
}

.upper-part {
  margin-left: 30px;
}

.upper-slide-wrap {
  margin-left: 30px;
  height: 250px;
}

.upper-corner-logo img {
  border-radius: 0px 0px 0px 270px;
  height: 120px;
  width: 200px;
}

.student-sname {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 12px;
}

.student-slide-wrap .student-slide {
  padding-bottom: 20px;
}

.student .custom-heading-wrap {
  margin-top: 0px;
}

.student-wrap p {
  padding: 20px 0px;
  color: var(--clr-white);
}

.student-image img {
  border-radius: 32px;
}

.student-sname img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.student-sname h5 {
  color: var(--clr-white);
  margin-bottom: 5px;
}

.student-sname h6 {
  color: var(--clr-primary);
}

.quote img {
  height: 30px;
  filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(0%)
    hue-rotate(310deg) brightness(111%) contrast(113%);
}

.placement-wrap h4 {
  padding: 20px 0px;
}

.placement-wrap h5 {
  border-bottom: 2px solid var(--clr-secondary);
  width: 206px;
}

.placement-wrap h6 {
  padding-top: 12px;
}

.placement-wrap p {
  padding-bottom: 16px;
}

.award-item::after {
  position: absolute;
  content: "";
  top: -20px;
  right: -61px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: var(--clr-secondary);
  height: 140px;
  width: 140px;
}

.award-item {
  position: relative;
}

.award-item::before {
  position: absolute;
  content: "";
  top: -37px;
  right: -77px;
  clip-path: polygon(100% 0, 100% 2%, 100% 100%, 95% 99%, 95% 6%, 0 5%, 0 0);
  background-color: var(--clr-white-200);
  height: 157px;
  width: 160px;
}

.bg-details {
  position: relative;
}

.bg-details::before {
  position: absolute;
  content: "";
  bottom: -80px;
  left: -101px;
  clip-path: polygon(5% 0, 5% 96%, 100% 96%, 100% 100%, 0 100%, 0 61%, 0 0);
  background-color: var(--clr-white-200);
  height: 157px;
  width: 160px;
}

.bg-details::after {
  position: absolute;
  content: "";
  bottom: -62px;
  left: -82px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: var(--clr-secondary);
  height: 140px;
  width: 140px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding-bottom: 6px;
  color: var(--clr-secondary);
  font-size: 12px;
}

.rating-2 {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-start;
  padding: 16px 0px;
  color: var(--clr-secondary);
  font-size: 12px;
}

.trans3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform-style: preserve-3d;
  -ms-transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);

  /*-webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;*/
}

#contentContainer {
  position: absolute;
  margin-left: -500px;
  margin-top: -500px;
  left: 50%;
  top: 50%;
  width: 1000px;
  height: 1000px;
}

#carouselContainer {
  position: absolute;
  margin-left: -500px;
  margin-top: -500px;
  left: 50%;
  top: 50%;
  width: 1000px;
  height: 1000px;
}

.carouselItem {
  width: 320px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -90px;
  visibility: hidden;
}

.carouselItemInner {
  width: 320px;
  height: 130px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  border: 10px solid rgba(255, 255, 255, 0.5);
  color: aqua;
  font-size: 72px;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -90px;
  text-align: center;
  padding-top: 50px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #317fff;
}

.dropdown {
  position: relative;
  font-size: 14px;
  color: #333;

  .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    max-height: 66vh;
    z-index: 1;
    overflow-y: scroll;
  }

  .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
  }

  .dropdown-label {
    display: block;
    height: 50px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 17px;
    line-height: 2;
    cursor: pointer;
    border-radius: 7px;
    text-align: left;
    font-family: var(--ff-primary);

    &:before {
      content: "▼";
      float: right;
    }
  }

  &.on {
    .dropdown-list {
      transform: scale(1, 1);
      transition-delay: 0s;

      .dropdown-option {
        opacity: 1;
        transition-delay: 0.2s;
      }
    }

    .dropdown-label:before {
      content: "▲";
    }
  }

  [type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
  }
}

.header__helpline-1 {
  display: flex;
  justify-content: left;
  align-items: baseline;
  gap: 10px;
}

.helpline-1 {
  margin-top: 15px;
}

.ph-num li a:hover {
  color: #393b79;
  /* letter-spacing: .5px; */
}

.ph-num i {
  color: #000;
  transition: color 0.3s ease;
}

.ph-num:hover i {
  color: #393b79;
  border: 1px 2px solid #000 !important;
}

.ph-num li a {
  text-decoration: none;
  color: #000;
}

.helpline-1 h6 {
  font-weight: 800;
  font-size: 18px;
}

.contact-form .error {
  color: #dc3545;
}

.ph-num {
  display: flex;
  gap: 8px;
  margin: 8px 0 25px;
  align-items: center;
  border: 1px solid;
  width: fit-content;
  padding-right: 20px;
  border-radius: 50px;
}

.recognition-text li {
  margin-bottom: 15px;
  font-family: var(--ff-secondary);
}

.ph-num li a {
  color: #000000cf;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}

.contact-form .form-group {
  margin: 20px 0px 0;
}

.contact-form .form-group .form-control,
.contact-form .form-group .dropdown {
  font-family: var(--ff-primary);
  height: 50px;
}

.contact-form .form-group textarea.form-control {
  height: 100px;
  resize: none;
}

.ban-logo img {
  height: 100px;
  width: 100px !important;
}

.inner-banner-1 {
  background-position: center;
  background-size: cover;
  padding: 70px;
  background-repeat: no-repeat;
}

.inner-banner-1 .ban-text {
  padding-left: 14px;
  border-left: 3px solid;
  border-image: linear-gradient(
      49deg,
      rgb(255, 214, 0) 11%,
      rgba(255, 255, 255, 0) 100%
    )
    1 / 1 / 0 stretch;
}

.inner-banner-1 .ban-text h2 {
  color: #fff;
  padding: 20px 0px;
  font-weight: 700;
  font-size: 40px;
}

.inner-banner-1 .ban-text p {
  color: #fff;
}

.inner-banner-1 .ban-content {
  margin-left: 50px;
}

.contact-text {
  padding-top: 46px;
}

.course-listing-details-wrap {
  display: flex;
}

.course-listing-details-wrap {
  display: flex;
}

.course-list-details {
  margin-bottom: 24px;
  height: 100%;
}

.course-list-details img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.course-list-details .course-text h4 {
  font-size: 17px;
  font-weight: 600;
  height: 40px;
}

.course-list-details .course-text p {
  font-size: 14px;
  padding: 15px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
}

.course-list-details .course-text .custom-button-small {
  margin-top: 16px;
}

.custom-button .fa-arrow-right {
  padding-left: 8px;
}

.course-text .duration {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 5px 0 16px;
}

.course-list-details.details {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.course-list-details.details img {
  width: 30%;
  object-fit: cover;
}

.course-list-details.details .course-text {
  width: 70%;
  padding: 15px;
}

.course-list-details.details .course-text h4 {
  font-size: 17px;
  font-weight: 600;
  height: auto;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-list-details.details .course-text p {
  font-size: 14px;
  padding: 3px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 20px;
}

.course-list-details.details .course-text .custom-button-small {
  margin-top: 14px;
  padding: 0 !important;
  background: none;
  height: auto;
  border: none !important;
}

.course-list-details.details .course-text .custom-button-small:hover {
  border: none;
  color: var(--clr-secondary);
  border: none;
}

.course-list-details.details .course-text .custom-button-small:hover span {
  border: none;
  color: var(--clr-secondary);
}

.details .course-text .duration {
  display: flex;
  justify-content: space-between;
  border: none;
  padding: 0;
}

.course-text .duration h6 {
  font-size: 12px;
  font-weight: 600;
}

.course-text {
  background: linear-gradient(
    192deg,
    rgb(255, 255, 255) 0%,
    rgb(221, 221, 221) 100%
  );
  padding: 20px 16px;
}

.course-icon {
  padding-right: 6px;
}

.inner-banner-breadcrumb .breadcrumb {
  padding-left: 0px;
}

.breadcrumb-item a {
  color: #000;
  font-family: var(--ff-primary);
}

.inner-banner-breadcrumb .breadcrumb-item {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--ff-primary);
  color: #000;
}

.breadcrumb-item.active {
  color: var(--clr-secondary);
  font-weight: 600 !important;
  font-weight: var(--ff-primary);
  font-size: 16px;
  line-height: 26px;
}

.inner-banner-breadcrumb {
  border-bottom: 1px solid #000;
  padding-top: 14px;
}

.kingston-wrap p {
  padding-bottom: 16px;
  font-size: 16px;
}

.kingston-wrap h2 {
  font-size: 56px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.kingston-wrap img {
  height: 150px;
}

.hostel-wrap img {
  border-radius: 30px;
  height: 400px;
  object-fit: cover;
  width: 100%;
}

/* ------------------------------------------course-details------------------------------------------------ */
.testimonals__slider .swiper-slide {
  padding-top: 50px;
}

.course-lab .custom-heading-wrap .custom-heading-back h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.course-lab-wrap .flip-container .flipper .front {
  height: 350px;
}

.course-lab-wrap .flip-container .flipper .back {
  height: 350px;
  background: rgb(137, 117, 64);
  background: linear-gradient(
    222deg,
    rgba(137, 117, 64, 1) 0%,
    rgba(32, 62, 98, 1) 35%,
    rgba(26, 57, 101, 1) 100%
  );
  padding: 20px;
  justify-content: center;
  flex-direction: column;
}

.course-lab-wrap .flip-container {
  height: 350px;
}

.course-lab-wrap .flip-container .flipper .back p {
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
  font-family: var(--ff-primary);
  margin-top: 20px;
  line-height: 28px;
  text-align: center;
}

.course-lab-wrap {
  margin-bottom: 0px !important;
}

.course-lab-wrap .flip-container .flipper .back h4 {
  position: relative;
  position: relative;
  font-size: 18px;
  text-align: center;
}

.course-lab-wrap .flip-container .flipper .back h4::before {
  position: absolute;
  bottom: -6px;
  content: "";
  left: 0px;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(
    94deg,
    rgb(250, 182, 3) 0%,
    rgba(26, 57, 101, 0) 100%
  );
}

.course-almuni {
  background-position: left bottom;
  background-size: 50%;
  background-repeat: no-repeat;
}

.teacher-image img {
  border-radius: 50%;
  border: 3px solid var(--clr-secondary);
}

.teacher-text {
  background: rgb(32, 62, 98);

  padding: 50px;
  padding-top: 50px;
  text-align: center;
  padding-top: 65px;
}

.teacher-image {
  position: absolute;
  top: 0%;
  left: 49%;
  transform: translate(-50%, -50%);
}

.teacher-wrap {
  position: relative;
  margin-top: 70px;
}

.teacher-text h4 {
  color: var(--clr-secondary);
  font-weight: 700;
  font-size: 16px;
}

.teacher-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
  overflow-y: scroll;
  text-overflow: ellipsis;
  height: 82px;
}

.home_ksms_internation .ksms_internation-name p span {
  display: block;
}

.teacher-wrap::after {
  position: absolute;
  content: "";
  top: -77px;
  left: 32px;
  height: 280px;
  width: 85%;
  border: 2px solid #294669;
  border-radius: 40px 0px 40px 0px;
  z-index: -1;
}

.home_ksms_internation .ksms_internation-name p span {
  color: rgb(255, 184, 0);
}

.quote-2 {
  position: absolute;
  right: 38px;
  bottom: 15px;
  z-index: 9999;
}

.quote-1 {
  position: absolute;
  left: 50px;
  top: 17px;
}

.student-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--clr-black-300);
  padding: 0;
  display: -webkit-box;
  /* -webkit-line-clamp: 5; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 136px;
  overflow-y: scroll;
}

.student-text {
  box-shadow: 2px 8px 20px #d1d1d1;
  padding: 30px 20px;
  border-radius: 30px;
}

.student-text h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--ff-primary);

  line-height: 24px;
}

.student-details {
  position: relative;
  padding: 15px;
}

/* .student-image {
  position: absolute;
  left: 47px;
  bottom: 66%;
} */

.student-image {
  position: relative;
}

/* .student-image img {
  height: 225px;
  position: absolute;
  top: -152px;
} */

.notice-content p {
  display: flex;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding: 0px;
  padding-bottom: 9px;
}

.notice-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.notice-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1.5px solid #d1d1d1;
  padding-bottom: 10px;
  margin-top: 10px;
}

.notice-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice-board {
  box-shadow: 2px 5px 20px #d1d1d1;
  padding: 16px;
}

.notice-details {
  overflow: scroll;
  height: 249px;
  position: static;
  margin-top: 27px;
}

.notice-heading h4 {
  font-size: 17px;
  font-weight: 700;
}

.tie-up ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tie-up ul li {
  flex: 0 0 auto;
  width: 32%;
}
.tie-up ul li img {
  width: 100%;
  height: 75px;
  object-fit: contain;
}
.course-custom-heading h4 {
  font-size: 20px;
  font-weight: 700;
  background-color: #ececec;
  padding: 10px;
  border-bottom: 1px solid #0000001f;
}

.eligibility {
  margin-top: 20px;
}

.eligibility p {
  font-size: 15px;
  padding: 15px;
  font-style: italic;
  color: #000;
  font-weight: 800;
  background-color: #ececec;
  margin-bottom: 20px;
}

.kingston__course-details .tie-up {
  margin-bottom: 10px;
}

.course-details-heading h4 {
  font-size: 30px;
  font-weight: 600;
  padding-top: 30px;
}

.course-details-heading ul {
  display: flex;
  gap: 17px;
}

.course-details-heading ul li {
  font-family: var(--ff-primary);
  font-weight: 500;
  padding-top: 12px;
}

@keyframes fake {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

.worko-tabs {
  margin: 20px 0;
  width: 98%;

  .state {
    position: absolute;
    left: -10000px;
  }

  .flex-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    .tab {
      flex-grow: 1;
      max-height: 40px;
      margin-right: 20px;
      font-family: var(--ff-primary);
      font-weight: 600;
    }

    .panel {
      background-color: #fff;
      padding: 0px;

      display: none;
      width: 100%;
      flex-basis: auto;
      margin-top: 25px;
    }
  }

  .tab {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    background-color: #ececec;
    cursor: hand;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;

    &:hover {
      background-color: #fff;
    }
  }
}

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label {
  background-color: #fff;
  cursor: default;
  box-shadow: 3px 6px 9px #d1d1d1;
  border-radius: 6px;
  border: 1px solid #ffc72b;
  display: flex;
  align-items: center;
}

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel {
  display: block;
}

.course-details-listing-wrap {
  display: flex;
  justify-content: space-between;
}

.course-details-listing ul li .color-angle {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--clr-primary);
  display: inline-block;
}

.course-details-listing h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 12px;
}

.course-details-listing ul li {
  font-family: var(--ff-primary);
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

.course-details-listing ul {
  margin-top: 6px;
}

.course-details-listing {
  margin-top: 30px;
  width: 60%;
  padding-right: 15px;
}

.course-details-listing-part {
  width: 40%;
}

.course-details-listing-part .course-details-listing {
  width: 100%;
  padding-right: 0px;
}

.semester {
  margin-top: 24px;
}

.founder-face-details .face-image img {
  margin: 0 auto;
  height: 200px;
  border-radius: 50%;
}

.founder-face {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.founder-face-details .face-content h2 {
  color: var(--clr-secondary);
  font-family: var(--ff-secondary);
  font-size: 26px;
  padding-top: 23px;
}

.founder-face-details .face-content h4 {
  font-size: 22px;
  font-family: var(--ff-secondary);
  color: #243b68;
  font-weight: 700;
  padding: 16px 0 5px;
}

.face-content {
  text-align: center;
}

.founder-desk-content ul li {
  padding-bottom: 20px;
  font-family: var(--ff-primary);
  line-height: 26px;
}

.founder-content {
  padding: 30px;
  background-color: #fef4f0;
}

.signature {
  justify-content: end;
  display: grid;
}

.founder-content-details {
  padding: 20px 0 40px;
  background-color: #fef4f0;
}

.hostel-wrap img {
  border-radius: 20px;
  margin: 0pc 0px;
}

/* .others-gallery__tabs {
  column-count: 2;
} */

.others-gallery__tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  justify-content: center;
  row-gap: 6px;
}

.others-gallery__tabs .nav-tabs li {
  width: auto;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
}

.gallery__tabs .nav-tabs {
  display: flex;
  gap: 10px;
}

.gallery-lab-item {
  width: 49.2%;
  background: rgb(134, 117, 65);
  background: linear-gradient(
    222deg,
    rgba(134, 117, 65, 1) 0%,
    rgba(111, 105, 73, 1) 35%,
    rgba(26, 57, 101, 1) 100%
  );
  border-radius: 20px;
  padding: 10px;
}

.gallery-lab-item button {
  border: none !important;
}

.gallery-lab-item .nav-link.active {
  background-color: transparent !important;
  border: transparent;
}

.gallery__tabs .nav-tabs {
  border: none !important;
}

.gallery-lab-item .nav-link h6 {
  color: #fff;
  font-weight: 600;
  padding: 6px 0px;
  text-align: left;
}

.gallery-lab-item .nav-link p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.campus-hostel {
  overflow: hidden;
  position: relative;
}

.cafeteria {
  overflow: hidden;
}

.campus-area-image {
  position: relative;
  height: 100%;
}

.campus-gallery-swiper .ps__box img {
  border-radius: 20px;
}

.gallery__right {
  margin-bottom: 20px;
}

.campus-area-image img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.campus-area-text {
  position: absolute;
  top: 0px;
  background-color: #1a3a65;
  padding: 12px 16px;
  border-radius: 20px 0px 20px 0px;
}

.campus-area-text h6 {
  color: #fff;
}

.campus-area {
  position: relative;
  height: 100%;
}

.others-campus-area h4 {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--ff-primary);
}

.others-campus-area p {
  font-size: 14px;
  font-family: var(--ff-secondary);
  padding-top: 12px;
}

.others-gallery__tabs .nav-tabs .nav-item .nav-link.active {
  border: transparent !important;
  color: #1a3a65 !important;
  font-weight: 700;
  font-family: var(--ff-primary);
  font-size: 15px;
  background-color: #ececec;
  border-radius: 8px;
}

.others-gallery__tabs .nav-tabs .nav-item .nav-link {
  color: #000;
  font-family: var(--ff-primary);
  font-size: 15px;
  row-gap: 5px;
  font-weight: 700;
  border: none !important;
}

.hostel-text {
  background-color: #1a3a65;
  position: absolute;
  border-radius: 20px 20px 0px 0px;
  padding: 16px;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  left: 0px;
}

.hostel-wrap {
  position: relative;
}

.hostel-text h6 {
  color: #fff;
  text-align: center;
}

.hostel img {
  position: relative;
}

/* --campus-end-- */
/* --placement-start-- */

.top-placement-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.top-placement-text {
  text-align: center;
}

.different-text {
  font-size: 16px;
  font-weight: 400;
}

.top-placement-text {
  text-align: center;
  background-color: #d1d1d138;
  padding: 20px;
}

.recruiter-wrap {
  display: flex;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.recruiter-details h4 {
  font-size: 18px;
  color: #131b4f;
}

.recruiter-details {
  width: 32%;
  background-color: #d1d1d138;
  padding: 20px 24px;
}

.recruiter-icon h4 {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
  font-size: 20px;
  color: #000;
}

.recruiter-details p {
  font-size: 14px;
}

.recruiter-details h6 {
  padding-top: 10px;
}

.top-recruite-heading h2 {
  font-size: 40px;
  font-weight: 700;
}

.top-recruite-heading {
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
  height: 61%;
  justify-content: center;
}

.top-loc {
  padding-right: 8px;
}

.our-recruiter-details-text h4 {
  text-align: center;
  font-size: 20px;
}

.our-recruiter-details img {
  margin: 0 auto;
  border-radius: 50%;
}

.our-recruiter-details-text img {
  margin: 0 auto;
}

.our-recruiter-details-text h6 {
  text-align: center;
  color: var(--clr-primary);
  padding: 10px 0px;
}

.our-recruiter-details-text p {
  text-align: left;
  display: -webkit-box;
  text-align: center;
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical;
  overflow-y: scroll;
  height: 45px; */
}

.our-recruiter-details-text {
  box-shadow: 0px 0px 14px #e2e2e2;
  padding: 20px;
  height: 100%;
}

.our-recruiter-details {
  margin-bottom: 0px;
  height: 100%;
}

.recruiter-side-2 {
  position: absolute;
  bottom: 70px;
}

.recruiter-side-1 {
  position: relative;
}

.recruiter-side-1 {
  margin-left: 90px;
}

.recruiter-side-1::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: rgb(4, 16, 80);
  background: linear-gradient(
    49deg,
    rgba(4, 16, 80, 1) 11%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 100%;
  width: 100%;
  opacity: 0.38;
}

.recruiter-side-1-text h4 {
  color: #fff;
  font-weight: 600;
  border-bottom: 3px solid;
  border-image: linear-gradient(
      49deg,
      rgb(255, 214, 0) 11%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
}

.recruiter-side-1-text {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.recruiters {
  position: relative;
}

.recruiter-side-2 img {
  border: 12px solid #ffff;
  height: 290px;
}

.recriter-side {
  margin-top: 70px;
}

.counter-2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.placement-counter span {
  font-size: 30px;
  font-weight: 700;
  color: var(--clr-primary);
  font-family: var(--ff-primary);
}

.placement-counter h4 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
}

.placement-counter {
  border-right: 1px solid #8fb4dbc4;
  padding: 20px 25px;
  width: 20%;
  text-align: center;
}

.placement-overview-text {
  border-right: 5px solid var(--clr-primary);
  height: 136px;
}

.counter-2 .placement-counter:last-child {
  border-right: inherit;
}

.placement-overview-text h2 {
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  padding-top: 34px;
}

.placement-details {
  background-repeat: no-repeat;
  padding: 169px 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  width: 23%;
  margin-top: 40px;
  border: 1px solid var(--clr-primary);
}

.placement-details img {
  border-radius: 50%;
  margin: 0 auto;
  height: 151px;
  margin-top: -99px;
}

.placement-year-wrap {
  display: flex;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}

.placement-year-text {
  padding-top: 16px;
}

.placement-year-text h5 {
  font-size: 15px;
  padding-top: 4px;
  font-weight: 600;
}

.year__tabs .nav {
  border: none;
}

.year__tabs .nav .year-item .nav-link {
  background-color: var(--clr-secondary);
  margin-left: 24px;
  border-radius: 6px;
  border: none;
  color: #000;
}

.year__tabs .nav .year-item .active {
  background-color: var(--clr-primary);
  margin-left: 24px;
  border-radius: 6px;
  border: none;
  color: var(--clr-white);
  font-weight: 600;
}

.inner-banner-2.custom-pad {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px;
  height: 450px;
}

.inner-banner-2 .ban-text h2 {
  color: #fff;
  font-size: 45px;
  padding: 20px 0px;
  font-weight: 600;
}

/* .inner-banner-2::after {
  position: absolute;
  content: "";
  top: 50px;
  right: 70px;
  height: 200px;
  width: 3px;
  background: rgb(255, 220, 0);
  background: linear-gradient(252deg, rgba(255, 220, 0, 0) 0%, rgba(255, 237, 0, 0.31554620139071254) 16%, rgba(255, 207, 0, 0.82535012295934) 79%);

} */

.inner-banner-2 .ban-logo img {
  height: 100px;
}

.inner-banner-2 .ban-text p {
  color: #fff;
  width: 80%;
}

.inner-banner-2 {
  position: relative;
}

.ban-overlay::before {
  position: absolute;
  content: "";
  background: rgb(26, 57, 101);
  background: linear-gradient(
    252deg,
    rgba(26, 57, 101, 0) 0%,
    rgba(26, 57, 101, 0.6460784142758667) 31%,
    rgba(26, 57, 101, 0.82535012295934) 79%
  );
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.58;
}

.inner-banner-2 .ban-text {
  border-left: 3px solid;
  border-image: linear-gradient(
      49deg,
      rgb(255, 214, 0) 11%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
  padding-left: 14px;
}

.ban-content {
  position: relative;
}

.recruiter-button {
  margin: 0 auto;
  text-align: center;
}

--about--- .about-text {
  position: absolute;
  background-image: none;
  top: 0px;
  left: 0px;
}

.about-gallery-single img {
  height: 350px;
  object-fit: cover;
}

.about-part-logo img {
  height: 85px;
  margin: 0 auto;
}

.about-part-content {
  text-align: center;
}

.about-part-content h3 {
  font-size: 22px;
}

.about-part-content p {
  font-size: 16px;
  margin: 18px 0px;
}

.about-part-single {
  box-shadow: 0px 2px 13px rgba(66, 66, 66, 0.11);
  background-color: #fff;
  padding: 30px;
  height: 100%;
}

.about-part {
  position: relative;
  background-color: #f9f9f9;
  z-index: 0;
  overflow: hidden;
}

/* .about-gallery-swiper-wrap .ban-swiper-nav .swiper-button-prev {
  position: absolute;
  left: 50%;
  top: 96%;
}


.about-gallery-swiper-wrap .ban-swiper-nav .swiper-button-next {
  position: absolute;
  left: 54%;
  top: 96%;
} */

.about-gallery-swiper {
  padding-bottom: 40px;
}

.about-part-bg img {
  object-fit: cover;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.about-part-bg {
  position: absolute;
  top: 0px;
  z-index: -1;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

.about-count {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-counter1 {
  width: 25%;
  text-align: center;
  padding: 0 15px;
}

.about-counter-wrap-bg {
  position: absolute;
  left: 0px;
  opacity: 0.2;
  top: 0px;
}

.about-counter1 .counter {
  color: var(--clr-primary);
}

.about-counter1 {
  border-right: 1.5px solid #d1d1d1;
}

.about-counter1:nth-last-child(1) {
  border: none;
}

.about-counter-wrap.custom-pad {
  position: relative;
}

.about-video-bg video {
  width: 100%;
  padding: 0px;
  overflow: hidden;
  height: 350px;
  object-fit: cover;
}

.about-video-bg img {
  width: 100%;
}

.about-text-para {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.about-video {
  position: relative;
  overflow: hidden;
}

.about-video-bg .about-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  color: #fff;
  padding: 19px 27px;
  border-radius: 50%;
  font-size: 26px;
  z-index: 999;
}

.scholarship-text-wrap {
  box-shadow: 0px 5px 16px 1px #d1d1d182;
  padding: 20px;
}

.scholarship-text-wrap p {
  font-size: 15px;
  font-weight: 500;
  padding-top: 22px;
}

.scholar-list {
  padding-top: 22px;
}

.scholar-list h4 {
  font-size: 22px;
}

.scholar-list ul {
  padding-top: 12px;
}

.scholar-list ul li {
  padding-top: 6px;
  font-size: 15px;
}

.scholar-list ul li span {
  padding-right: 4px;
  color: var(--clr-primary);
}

.scholarship-text-wrap .custom-button {
  margin-top: 20px;
}

.event-glance-single {
  border: 4px solid var(--clr-secondary);
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.event-glance-single a img {
  border-radius: 20px;
  width: 100%;
}

.event-run-single {
  rotate: 360%;
  transform: rotate(-4deg);
}

.event-basanta::after {
  position: absolute;
  content: "";
  top: 129px;
  left: 0px;
  background: rgb(11, 44, 94);
  background: linear-gradient(
    90deg,
    rgba(11, 44, 94, 1) 0%,
    rgba(11, 44, 94, 1) 16%,
    rgba(255, 207, 0, 0.6012604871049982) 79%
  );
  height: 43%;
  width: 100%;
  z-index: -99;
}

.inner-banner-3 .ban-text h3 {
  font-size: 50px;
  font-family: var(--ff-primary);
  font-weight: 600;
  /* color: #202656; */
  color: #fff;
  margin-left: 0px;
  margin-top: 40px;
}

.event-basanta {
  position: relative;
}

.event-basnta-single img {
  border-radius: 50%;
  height: 215px;
  border: 3px solid #d1d1d1;
}

.event-basanta-category-wrap {
  position: relative;
  padding: 50px;
}

.event-basanta-category-wrap::before {
  position: absolute;
  content: "";
  top: 180px;
  left: 0px;
  border: 4px solid var(--clr-secondary);
  width: 100%;
  height: 63%;
}

.event-basanta-text h4 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding-top: 12px;
}

.event-basanta-text p {
  color: #fff;
  padding: 12px 0px;
}

.event-basanta-text p:nth-last-child(1) {
  color: #000000;
  padding: 12px 0px;
}

.event-blood-donation-bg {
  background: linear-gradient(
    90deg,
    rgb(11, 44, 94) 0%,
    rgba(11, 44, 94, 0.3547618876652223) 54%,
    rgba(11, 44, 94, 0.72) 100%
  );
  position: relative;
}

.blood-single img {
  padding: 16px;
}

.blood-single {
  background: rgb(255, 184, 2);
  background: linear-gradient(
    90deg,
    rgba(255, 184, 2, 1) 0%,
    rgba(255, 255, 255, 0.17829129942992827) 100%
  );
}

.js-count-particles {
  font-size: 1.1em;
}

.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0px;
}

.inner-banner-3.custom-pad {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 412px;
  position: relative;
}

/* ---- stats.js ---- */
#demo-particles-js .count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#demo-particles-js .js-count-particles {
  font-size: 1.1em;
}

#demo-particles-js #stats,
#demo-particles-js .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#demo-particles-js #stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

#demo-particles-js .count-particles {
  border-radius: 0 0 3px 3px;
}

.event-gallery-bg {
  position: absolute;
}

.event-gallery {
  position: relative;
}

.kingston-x-image-2 img {
  height: 265px;
}

.kingston-x-image-1 img {
  height: 275px;
}

.kingston-x-image-2 {
  position: absolute;
  top: 149px;
  left: -107px;
}

.kingston-x-image-wrap {
  position: absolute;
}

.rock::after {
  position: absolute;
  content: "";
  top: -16px;
  height: 332px;
  width: 100%;
  border: 7px solid #d1d1d1;
}

.rock {
  position: relative;
}

.inter-school-text p {
  padding-top: 20px;
  font-size: 14px;
}

.inter-school-text h3 {
  font-weight: 600;
  font-size: 20px;
}

.kingston-x-content h3 {
  font-weight: 600;
  font-size: 22px;
}

.kingston-x-content p {
  padding-top: 20px;
}

.event-blood-donation-heading {
  margin-bottom: 35px;
}

.event-blood-donation-heading h4 {
  margin-bottom: 10px;
}

.event-blood-donation.custom-pad {
  overflow: hidden;
}

.Glance i {
  color: #fff;
}

.Glance {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  padding: 18px 24px;
  border-radius: 50%;
}

.event-glance-single {
  position: relative;
}

/* 26-3-25 */

.header__btn-wrap .custom-button {
  display: inline-flex;
  height: 35px;
  padding: 0 20px;
  border-radius: 0;
}

.custom-heading-wrap {
  margin-bottom: 35px;
}

.academy-wrap h6 {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: var(--clr-black-200);
  padding-bottom: 5px;
}

.academy-wrap h4 {
  font-size: 24px;
  font-weight: 500;
  color: var(--clr-black);
  line-height: 28px;
  padding-bottom: 5px;
}

.academy-wrap p {
  /*padding-bottom: 5px; */
  padding: 5px 0;
}

.academy-wrap .custom-button {
  margin-top: 8px;
}

.swiper-pagination-bullet-active {
  background-color: var(--clr-secondary);
}

.swiper-pagination-bullet {
  background-color: var(--clr-primary);
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-secondary);
}

.alumni-slide-wrap {
  padding-left: 0px;
}

.expert-slide-wrap .swiper-wrapper {
  padding-bottom: 40px;
}

.alumni-slide-wrap .swiper-wrapper {
  padding-bottom: 40px;
}

/* 31.03.24 */
.header__btn-wrap .custom-button {
  padding: 0 18px;
}

.inter-school-image img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}

.pagination_wrapper .page-link {
  border: 1px solid var(--clr-secondary);
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination_wrapper ul {
  justify-content: center;
}

.pagination_wrapper .pageitem.active .page-link {
  background: var(--clr-secondary);
}

.contact-card {
  padding-top: 30px;
}

.student-content {
  padding: 15px 0;
}

.student-content-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
}

.student-content-wrap .student-image {
  position: relative;
  left: inherit;
  bottom: inherit;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.student-content-wrap .student-image img {
  height: auto;
  position: relative;
  top: 0;
}

.course-almuni .almuni-box p {
  margin-bottom: 12px;
  min-height: 140px;
  overflow-y: scroll;
}

.product-full-swiper-wrap .item.ps__box img {
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  border-radius: 20px;
}

.ps__box img {
  border-radius: 20px;
}

.top-placement-detail {
  border-radius: 10px;
  overflow: hidden;
}

.different-text {
  margin-top: 10px;
  display: block;
}

.top-placement-text h5 {
  margin-bottom: 12px;
}

.recruiter-icon h4 span {
  display: none;
}

.almuni {
  background-size: cover !important;
}

.award {
  position: relative;
}

.footer-enquiry .form-control {
  height: 45px;
}

.footer-enquiry .form-control:focus {
  box-shadow: inherit;
}

.course-lab {
  overflow: hidden;
}

.testimonals_slider {
  padding-top: 10px;
}

.map iframe {
  width: 100%;
  position: relative;
}

.placement__tab-box {
  position: relative;
  width: 100%;
  padding-top: 50px;
  height: 100%;
  box-shadow: 0px 0px 14px #e2e2e2;
}

.placement__tab-box .our-recruiter-details-text {
  box-shadow: none;
}

.placement__tab-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
}

.year__tabs {
  margin-bottom: 100px;
}

.thank-you-box .btn {
  background: linear-gradient(
    90deg,
    rgba(255, 215, 4, 1) 0%,
    rgba(255, 184, 0, 1) 100%
  );
  color: #000;
}

.thank-you-box .btn:hover {
  background-color: var(--clr-primary);
  color: #fff;
}

.semester li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--clr-black-300);
  font-family: var(--ff-secondary);
  margin-top: 12px;
}

.semester br {
  display: none !important;
}

.eligibility .about-count {
  padding-right: 10px;
}

.kingston__course-details {
  position: sticky;
  top: 20px;
  padding-top: 30px;
}

.kingston__testi-content {
  text-align: center;
  background-color: var(--clr-white-200);
  padding: 40px;
  border-radius: 23px;
  width: 100%;
  position: relative;
}

.kingston__testi-content p {
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 82px;
  padding: 0;
  overflow-y: scroll;
  text-align: left;
}

.gallery__tabs .gallery-lab-item button {
  cursor: default;
}

.campus-life-image img {
  width: 100%;
}

.events_mob {
  background-image: none !important;
}

.upper-slide-wrap .ban-swiper-nav .swiper-button-prev,
.swiper-button-next {
  top: 43%;
  transform: translateY(-50%);
}

.upper-slide-wrap .ban-swiper-nav .swiper-button-next {
  top: 43%;
  transform: translateY(-50%);
}

.partners-swiper .swiper-button-prev,
.swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}

.ph-num i {
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infa-box-1,
.infa-box-2,
.infa-box-3,
.infa-box-4,
.infa-box-5,
.infa-box-6,
.infa-box-7,
.infa-box-8,
.infa-box-9 {
  overflow: hidden !important;
  border-radius: 10px;
}

.infa-box-1 a img,
.infa-box-2 a img,
.infa-box-3 a img,
.infa-box-4 a img,
.infa-box-5 a img,
.infa-box-6 a img,
.infa-box-7 a img,
.infa-box-8 a img,
.infa-box-9 a img {
  transition: all 0.3s ease-in-out !important;
  border-radius: 10px;
  transform: scale(1);
}

.infa-box-4 {
  width: 100%;
  height: 220px;
  overflow: hidden !important;
  border-radius: 10px;
}

.infa-box-4 a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.infa-box-4 a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.infa-box-1 a img:hover,
.infa-box-2 a img:hover,
.infa-box-3 a img:hover,
.infa-box-4 a img:hover,
.infa-box-5 a img:hover,
.infa-box-6 a img:hover,
.infa-box-7 a img:hover,
.infa-box-8 a img:hover,
.infa-box-9 a img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out !important;
}

/* 25.08.25 */

/* internation start */
.ksms_internation-new-box {
  width: 100%;
  padding: 35px 35px 35px 40px;
  background-size: cover;
  background-image: url(https://kreativemachinez.website/dev/kingston/assets/images/bg-shape.png);
}

.ksms_internation-name {
  border-right: 1px solid #023c93;
}

.ksms_internation-name h5 {
  color: #000;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
}

.ksms_internation-name h5 span {
  color: rgb(255, 184, 0);
}

.ksms_internation-logobox {
  display: flex;
  align-items: center;
  height: 100%;
}

.haui_logo {
  width: 300px;
}

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

.ksms_internation-logo1 img {
  /* width: 100%; */
  height: 100%;
  object-fit: contain;
}

/* internation close  */
.kingston__video-home-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.kingston__video-home-box-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kingston__video-home-box-video a {
  display: block;
}

.kingston__video-home-box-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kingston__video-home-slider {
  margin-top: 50px;
}

.kingston__video-home-text {
  padding: 20px;
  position: relative;
}

.kingston__video-home-text h4 {
  margin-bottom: 15px;
}

.kingston__video-home-box-video span {
  background: #e6e6e6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #000;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kingston__image-box {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.kingston__image-box img {
  height: 500px;
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.kingston__image-box:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.kingston__placements-sec {
  position: relative;
  overflow: hidden;
}

.kingston__placements-sec .placement__tab-box {
  padding-top: 30px;
  border-radius: 15px;
}

.kingston__placements-sec .placement__tab-img {
  width: 150px;
  height: 150px;
  position: static;
  margin: 0 auto;
  transform: inherit;
}

.kingston__placements-sec .placement__tab-img img {
  width: 100%;
}

.kingston__placements-wrap {
  position: relative;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
}

.kingston__placements-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
  justify-content: space-between;
}

.kingston__placements-wrap h4 {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.kingston__placements-wrap h5 {
  color: #023c93;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}

.kingston__placements-wrap ul li {
  width: 29%;
  text-align: center;
}

.kingston__placements-wrap ul li + li {
  border-left: 1px solid #023c93;
  margin-left: 25px;
  padding-left: 25px;
}

#tab-placestudent-pane .kingston__tabcont-wrap .custom-heading {
  text-align: center;
}

/* fixed header................. */

.header.fixed {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-animation: menusticky 0.5s ease-in-out;
  animation: menusticky 0.5s ease-in-out;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.fixed .header__bottom {
  background-color: #fff;
  padding: 12px 0;
  clip-path: unset;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 100%;
  backdrop-filter: unset;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}
.fixed .header__bottom::before {
  display: none;
}
.fixed .header__bottom .navbar {
  justify-content: space-between !important;
}

.fixed .header__bottom .navbar-nav .nav-item .nav-link {
  color: #000;
}
.fixed .header__bottom .navbar-nav .nav-item.dropdown a::before {
  color: #000;
}
.header__bottom .logo {
  display: none;
}

.header__bottom .header__btn-wrap {
  display: none;
}

.fixed .header__bottom .logo {
  display: block;
}

.fixed .header__bottom .header__btn-wrap {
  display: block;
}

.header.fixed .header__main {
  display: none;
}

.header.fixed .header__marquee {
  display: none;
}

@-webkit-keyframes menusticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menusticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

/* placement new .................... */

.king__placement-sec {
  position: relative;
}

.king__placement-wrap {
  position: relative;
}

.king__placement-tab {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  position: relative;
  flex-wrap: wrap;
}

.king__placement-tab .kingplace-tabs {
  width: 25%;
  height: 100%;
  flex-direction: column;
  gap: 15px;
  border: none;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 30px;
}

.king__placement-tab .kingplace-tabcont {
  width: 73%;
}

.king__placement-tab .kingplace-tabs li {
  width: 100%;
}

.tab-button-main {
  background-color: var(--clr-white) !important;
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 0px 6px rgba(0, 0, 0, 0.07);
  border: none !important;
  width: 100%;
  justify-content: flex-start;
  color: var(--clr-black-100) !important;
  border-radius: 8px !important;
  text-align: left;
  padding: 20px 20px;
  display: inline-flex;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--ff-primary);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.nav-link.active.tab-button-main {
  background: linear-gradient(
    90deg,
    rgba(255, 215, 4, 1) 0%,
    rgba(255, 184, 0, 1) 100%
  ) !important;
}

.nav-link.tab-button-main:hover {
  background: linear-gradient(
    90deg,
    rgba(255, 215, 4, 1) 0%,
    rgba(255, 184, 0, 1) 100%
  ) !important;
  transition: all 0.4s ease-in-out;
}

.tab-button-main h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tab-button-main h5 span {
  display: inline-flex;
}

.kingston__tabcont-wrap .navbar {
  justify-content: center;
  background: transparent;
  padding: 5px;
  border-bottom: 1px dashed #3e3e3e;
  border-radius: 0;
  padding-bottom: 20px;
}

.kingston__tabcont-wrap .navbar .nav.nav-pills {
  gap: 12px;
}

.kingston__tabcont-wrap .nav-pills .nav-link {
  background-color: var(--clr-white) !important;
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 0px 6px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  border: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  transition: all 0.4s ease-in-out;
}

.kingston__tabcont-wrap .nav-pills .nav-link:hover {
  background: linear-gradient(
    90deg,
    rgba(255, 215, 4, 1) 0%,
    rgba(255, 184, 0, 1) 100%
  ) !important;
  transition: all 0.4s ease-in-out;
}

.kingston__tabcont-wrap .nav-pills .nav-link.active {
  background: linear-gradient(
    90deg,
    rgba(255, 215, 4, 1) 0%,
    rgba(255, 184, 0, 1) 100%
  ) !important;
}

.kingston__tabcont-wrap .nav-pills .nav-link h5 {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

/* training */

.kingston__tabcont-wrap {
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-radius: 8px !important;
  padding: 25px !important;
  overflow: hidden;
}

.kingston__tabcont-wrap .scrollspy-example {
  height: 680px;
  overflow-y: scroll;
  margin-top: 15px;
  overflow-x: hidden;
}

.king__tab-course {
  border-bottom: 1px dashed #000;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.king__tab-course:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.placement__tab-boxnew {
  background-color: var(--clr-white);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.placement__tab-imgnew {
  width: 40%;
}

.placement__tab-imgnew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-recruiter-details-textnew {
  width: 58%;
  padding: 15px;
}

.our-recruiter-details-textnew h6 {
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-black);
  font-weight: 600;
  padding-bottom: 5px;
}

.kingston__tabcont-wrap .custom-heading {
  text-align: left;
}

.placestudent-wrap {
  margin-top: 25px;
}

.our-recruiters-wrap .our-recruiter-details-textnew {
  width: 100%;
}

.course_tab-heading h4 {
  font-size: 25px;
  line-height: 35px;
  color: var(--clr-black);
  font-weight: 500;
}

/* scholarship innerr.................. */
.kins__scholarship-inner {
  position: relative;
}

.kins__scholar-wrapper {
  position: relative;
}

.kins__scholaship-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.kins__scholaship-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kins__scholar-wrap {
  margin-top: 15px;
}

.kins__scholar-single {
  display: flex;
  gap: 15px;
  background-color: var(--clr-pink);
  border-radius: 16px;
  padding: 15px;
  height: 100%;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.kins__scholar-img {
  width: 45%;
  height: 100%;
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(221, 221, 221, 1);
}

.kins__scholar-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kins__scholar-details {
  width: 52%;
}

.kins__scholar-details h5 {
  font-family: var(--ff-primary);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 5px;
}

.kins__scholar-details p {
  color: #787878;
  padding-bottom: 5px;
}

/* founder new................... */

.king__member-wrap {
  margin-top: 20px;
}

.kins__member-single {
  background-color: var(--clr-pink);
  border-radius: 16px;
  padding: 15px;
}

.kins__member-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}

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

.kins__member-name {
  border-bottom: 1px solid #0b3362;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.kins__member-name h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0b3362;
}

.kins__member-info h6 {
  font-family: var(--ff-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgb(11, 51, 98);
}

/* anti-ragging........................ */
.ragging-policy-wrap.top {
  padding-bottom: 25px;
}

.ragging-policy-content p + p {
  padding-top: 16px;
}

.ragging-cell-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
  margin-top: 30px;
}

.ragging-cell-img {
  width: 100%;
  height: 100%;
}

.ragging-cell-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ragging-cell-wrap > * {
  width: 21%;
}

.ragging-cell-single {
  background-color: #fff;
  border: 15px solid var(--clr-secondary);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ragging-cell-wrap .ragging-cell-single:nth-child(2) {
  margin-top: 60px;
  margin-bottom: 0;
}

.ragging-policy-single {
  border: 15px solid var(--clr-secondary);
  border-radius: 12px;
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ragging-policy-single::before {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 280px;
  height: 250px;
  border: 3px solid #0d376a;
  background-color: transparent;
  content: "";
  z-index: -1;
  border-radius: 10px;
}

.ragging-policy-wrap.top .ragging-policy-single::before {
  left: -40px;
}

.ragging-policy-wrap.bottom .ragging-policy-single::before {
  left: 35px;
}

.ragging-policy-img {
  width: 100%;
  height: 100%;
}

.ragging-policy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* admmision page..................... */
.accordion-item.add__process-item {
  margin-bottom: 15px;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
}

.accordion-button.add__process-button {
  font-family: var(--ff-primary);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: var(--clr-black);
  border-radius: 50px !important;
  background-color: var(--clr-pink) !important;
  border: 1px solid var(--clr-pink) !important;
  padding: 15px 25px !important;
}

.accordion-button.add__process-button:focus {
  box-shadow: inherit;
}

.accordion-body.add__process-body {
  padding: 15px 25px !important;
  background-color: #fff;
  border: 1px solid var(--clr-secondary);
  margin-top: 15px;
  border-radius: 12px;
}

.add__process-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}

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

.add__process-list li {
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  padding-left: 35px;
  position: relative;
}

.add__process-list li + li {
  margin-top: 10px;
}

.add__process-list li::before {
  position: absolute;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #fd6700 0%, #ffce00 100%);
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
}

/* admmision online */
.add__step-sub {
  margin: 12px 0;
}

.add__step-sub h6 {
  font-family: var(--ff-secondary);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--clr-black);
  background-color: var(--clr-secondary);
  width: fit-content;
  padding: 0 15px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
}

.add__bank-delwrap > * {
  width: 32%;
}

.add__bank-info + .add__bank-info {
  border-left: 1px solid #000;
  margin-left: 15px;
  padding-left: 25px;
}

.add__bank-delwrap {
  background: rgba(244, 244, 244, 1);
  border-radius: 16px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.process__list-description {
  background: rgb(244, 244, 244);
  border-radius: 12px;
  padding: 10px 15px;
  margin: 15px 0;
}

.process__list-description h5 {
  font-family: var(--ff-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: var(--clr-black);
}

.add__process-accordion.online .add__process-list li + li {
  margin-top: 35px;
}

.kins__admission-offline .add__process-list li + li {
  margin-top: 35px;
}

.add__bank-del p span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--clr-black);
  font-family: var(--ff-secondary);
}

.add__bank-del p + p {
  padding-top: 6px;
}

.process__list-step3 a {
  color: var(--clr-black);
  font-weight: 800;
}

.process__list-step3 p + p {
  padding-top: 8px;
}

.admission-fees-table thead tr th {
font-family: var(--ff-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-black);
  text-align: center;
  background-color: var(--clr-secondary);
}

.admission-fees-table tbody td {
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-black-100);
  text-align: center;
}

.add__fees-list {
  margin-bottom: 15px;
}

.admission-fees-table {
  width: 100%;
  border-collapse: collapse;
  background: rgb(244, 244, 244);
  border: 1px solid rgba(255, 255, 255, 1);
}

.admission-fees-table th,
.admission-fees-table td {
  padding: 10px;
  text-align: center;
  /* border: 1px solid #e5e5e5; */
  border: 1px solid #fff;
}

/* industry.............. */

.kins__industry-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 30px;
}

.kins__industry-wrap > * {
  width: 42%;
}

.kins__industry-single {
  background-color: #f6f4f4;
  border: 2px solid var(--clr-secondary);
  border-radius: 8px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.kins__industry-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kins__industry-img {
  width: 100%;
  height: 100%;
}

.kins__industry-single::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--clr-secondary);
  background-color: var(--clr-secondary);
  content: "";
  z-index: -1;
  border-radius: 10px;
  margin: 15px;
}

/* grooming............... */
.groom-career-wrapper > * {
  width: 32%;
}

.groom-career-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 35px;
}

.groom-career-wrapper .groom-career-single:nth-child(4),
.groom-career-wrapper .groom-career-single:nth-child(5),
.groom-career-wrapper .groom-career-single:nth-child(6) {
  margin-bottom: 0;
}

.groom-career-singlesub {
  text-align: center;
  background-color: #f3faff;
  box-shadow: 0px 4px 13px 3px rgba(0, 0, 0, 0);
  border: 1px solid rgba(230, 230, 230, 1);
  padding: 15px 25px;
  height: 100%;
  position: relative;
}

.groom__career-icon span {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(230, 230, 230, 1);
  background: rgba(255, 255, 255, 1);
  width: 85px;
  height: 85px;
  margin: 0 auto;
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.groom-career-single:hover .groom__career-icon span {
  transform: rotateY(180deg);
  transition: all 0.6s ease-in-out;
}

.groom__career-icon {
  margin-top: -50px;
  margin-bottom: 20px;
  perspective: 800px;
}

.groom__career-icon span img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.groom-career-single {
  margin-bottom: 35px;
}

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

.kins__groom-content p + p {
  padding-top: 20px;
}

.groom__career-sub h5 span {
  font-family: var(--ff-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  width: fit-content;
  background-color: var(--clr-secondary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  margin-bottom: 15px;
  color: rgb(37, 36, 36);
  height: 45px;
}

/* club......................... */
.kins__studentclub-wrapper {
  margin-top: 15px;
}

.kins__studentclub-single {
  background: linear-gradient(310.73deg, #f3faff 22.52%, #fff 98.31%);
  border: 1px solid rgb(230, 230, 230);
  box-shadow: 0px 4px 13px 3px rgba(0, 0, 0, 0);
  padding: 15px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.kins__club-img {
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.kins__club-img img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.kins__studentclub-single:hover .kins__club-img img {
  transform: scale(1.06);
  transition: all 0.4s ease-in-out;
}

.kins__club-details h4 {
  font-family: var(--ff-primary);
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: rgb(37, 36, 36);
  padding-bottom: 8px;
}

/* incubation............. */
.incubation-education-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
  margin-top: 35px;
}

.incubation-education-wrapper > * {
  width: 40%;
}

.incubation-education-wrapper
  .incubation-education-single:first-child
  .incubation-education-img {
  margin-bottom: 15px;
}

.incubation-education-wrapper .incubation-education-single:first-child {
  border-top: 1px solid rgb(230, 230, 230);
  padding-top: 40px;
}

.incubation-education-wrapper
  .incubation-education-single:last-child
  .incubation-education-img {
  margin-top: 30px;
}

.incubation-education-wrapper .incubation-education-single:last-child {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-bottom: 40px;
}

.kins__incubation-institute {
  position: relative;
}

.kins__incubation-institute-wrapper {
  position: relative;
}

.incubation-institute-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.incubation-institute-single {
  background-color: #fff;
  border: 1px solid rgb(230, 230, 230);
  box-shadow: 0px 4px 13px 3px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.incubation-institute-sub {
  text-align: center;
  margin-top: -35px;
  margin-bottom: 12px;
}

.incubation-institute-sub h5 {
  font-family: var(--ff-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  width: fit-content;
  background-color: var(--clr-secondary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  color: rgb(37, 36, 36);
  height: 40px;
}

.incubation-institute-wrapper {
  margin-top: 35px;
}

.incubation-institute-img {
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.incubation-institute-img img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.incubation-institute-single:hover .incubation-institute-img img {
  transform: scale(1.06);
  transition: all 0.4s ease-in-out;
}

.incubation-institute-details h6 {
  font-family: var(--ff-primary);
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding-bottom: 10px;
}

.incubation-program-single {
  background-color: rgb(243, 250, 255);
  height: 100%;
}

.incubation-program-details {
  padding: 15px;
}

.incubation-program-details h6 {
  font-family: var(--ff-primary);
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}

.incubation-program-details h6::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  content: "";
  background-color: var(--clr-secondary);
  height: 1px;
}

.incubation-program-icon {
  margin-top: -35px;
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 0 15px;
  perspective: 800px;
}

.incubation-program-icon span {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  transition: transform 1.2s ease-in-out;
}

.incubation-program-icon span img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.incubation-program-single:hover .incubation-program-icon span {
  transform: rotateY(180deg);
  transition: all 0.6s ease-in-out;
}

.incubation-program-wrapper {
  margin-top: 15px;
}

.incubation-program-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.incubation-program-single:hover .incubation-program-img img {
  transform: scale(1.06);
  transition: all 0.4s ease-in-out;
}

.incubation-program-img {
  border-top: 6px solid #0d3464;
  border-radius: 5px 5px 0 0;
  width: 100%;
  overflow: hidden;
}

.incubation-features-single {
  background-color: rgb(243, 250, 255);
  border: 1px solid rgb(240, 240, 240);
  padding: 15px;
  height: 100%;
}

.incubation-features-icon {
  perspective: 800px;
}

.incubation-features-icon span {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border: 1px solid rgb(230, 230, 230);
  background-color: #fff;
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.incubation-features-icon span img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.incubation-features-single:hover .incubation-features-icon span {
  transform: rotateY(180deg);
  transition: all 0.6s ease-in-out;
}

.incubation-features-details h6 {
  font-family: var(--ff-primary);
  font-size: 20px;
  line-height: 27px;
  color: #000;
  padding-bottom: 5px;
  min-height: 60px;
}

.incubation-features-wrapper {
  margin-top: 35px;
}

/* about  tab........................*/
.kins__allmain-tab {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  position: relative;
  margin-top: 25px;
}

.kinsall-tabs {
  width: 30%;
  height: 100%;
  flex-direction: column;
  gap: 15px;
  border: none;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 30px;
}

.kinsall-tabs li {
  width: 100%;
}

.kingsall-tabcont {
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-radius: 8px !important;
  padding: 25px !important;
  overflow: hidden;
  width: 68%;
}

.kingsall__tabcont-single {
  background-color: var(--clr-white);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.kinsall__tab-img {
  width: 35%;
  flex: 0 0 auto;
}

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

.kinsall__tab-details {
  width: 62%;
  padding: 15px 15px 15px 0;
}

.kinsall__tab-details h5 {
  font-size: 22px;
  line-height: 32px;
  color: var(--clr-black);
  font-weight: 600;
  padding-bottom: 15px;
}

/* events................................. */

.kinstab__events-content h6 {
  font-size: 22px;
  line-height: 32px;
  color: var(--clr-black);
  font-weight: 500;
  padding-bottom: 10px;
}

.kinstab__events-content p {
  padding-bottom: 15px;
}

/* .kingsall__tabcont-wrap .swiper-button-prev,
.kingsall__tabcont-wrap .swiper-button-next {
  color: #000;
  font-size: 20px;
  background-color: #ffffff59;
  border-radius: 50%;
  padding: 22px;
  backdrop-filter: blur(8px);
} */

.kinstab__events-img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

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

.kinstab__events-swiper {
  margin-top: 15px;
}

/* hr meet */
.kins__hr-box {
  padding: 15px 25px !important;
  margin-top: 15px;
  border-radius: 12px;
  /* margin-bottom: 30px; */
  background-color: #f3faff;
  box-shadow: 0px 4px 13px 3px rgba(0, 0, 0, 0);
  border: 1px solid rgb(230, 230, 230);
}
.kins__hr-boxhead {
  margin-bottom: 15px;
}
.kins__hr-boxhead h6 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  color: #000;
  font-family: var(--ff-primary);
}
.kins__hr-boxcontent p + p {
  padding-top: 12px;
}
.kins__hr-boxlist h4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  color: var(--clr-secondary);
  font-family: var(--ff-primary);
  padding-bottom: 15px;
}
.kins__hr-boxlist p {
  padding-bottom: 15px;
}
.kins__hr-boxlist {
  padding: 15px 0;
}
.kins__hrbox-imgwrap {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
.kins__hrbox-imgwrap > * {
  width: 31%;
}
.kins__hrbox-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.kins__hrbox-img:hover img {
  transform: scale(1.05);
  transition: all 0.4s ease-in-out;
}
.add__process-list li span {
  font-weight: 800;
  color: var(--clr-black);
}
.kins__hr-boxwrap {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.kins__hr-boxwrap > * {
  width: 49%;
}
.kins__hrbox-img {
  border-radius: 8px;
  overflow: hidden;
}
.kinstab__events-btnwrap .swiper-button-prev,
.kinstab__events-btnwrap .swiper-button-next {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  backdrop-filter: blur(8px);
  background-color: #ffffff59;
  color: #000;
  border-radius: 50%;
  margin: 0;
}

.add__process-offbox .add__process-list {
 padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}


.add__process-accordion.online .add__process-offbox .add__process-list li + li,
.kins__admission-offline .add__process-offbox .add__process-list li + li {
  margin-top: 15px;
}
.accordion-body.add__process-body ul li h5 {
  display: none;
}
.accordion-body.add__process-body ul li::before {
  display: none;
}
#add__online1 .accordion-body.add__process-body ul li h5 {
  display: block;
}
#add__online1 .accordion-body.add__process-body ul li::before {
  display: inline-flex;
}
 .accordion-body.add__process-body .add__process-offbox ul li::before{
    display: inline-flex;

}
.add__process-accordion.online .accordion-body.add__process-body .add__process-offbox .add__process-list ul li ,
.kins__admission-offline  .accordion-body.add__process-body .add__process-offbox .add__process-list ul li{
  padding-left: 5px;
  list-style: none;
  margin-top: 8px;
}


.accordion-body.add__process-body .add__process-offbox .add__process-list ul li::before {
  display: none;
}
#add__online1 .add__process-list li {
  padding-left: 35px;
}
.add__process-list li:has(h5){
  padding-left: 0;
}
#add__online1 .add__process-list li::before {
  position: relative;top: -3px;
}
#add__online1 .add__process-list li {
 padding-left: 0;
}


.placestudent-wrap .placement__tab-boxnew {
  flex-direction: column;
}
.placestudent-wrap .our-recruiter-details-textnew {
  width: 100%;
}
.placestudent-wrap  .placement__tab-video video {
  width: 100%;
  object-fit: cover;
}
.placestudent-wrap  .our-recruiter-details-textnew p {
  /* height: 80px;
  overflow-y: auto; */
  display: none;
}


.placestudent-wrap .our-recruiter-details-textnew h6 {
  position: relative;
  margin-bottom: 8px;
}
.placestudent-wrap .our-recruiter-details-textnew h6::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  background-color: #ffc72b;
  height: 2px;
}


.placestudent-wrap .placement__tab-video {
  width: 100%;
  position: relative;
}
.placement__tab-video span {
  background: #e6e6e6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #000;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}