@font-face{font-family:"futura-bold";src:url("../font/unicode.futurab.ttf") format("woff"),url("../font/unicode.futurab.ttf") format("opentype"),url("../font/unicode.futurab.ttf") format("truetype");}
@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid black; */
}
html {
  font-size: 62.5%; /* 10px */
}

body {
  font-family: "Helvetica 35 Thin", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}
.padding-box {
  padding: 6rem 0rem;
}

h1 {
  font-size: 4rem;
  font-family: "futura-bold", sans-serif;
  color: #8a192c;
  font-weight: 900;
}
h2 {
  font-size: 4rem;
  font-family: "futura-bold", sans-serif;
}
h3 {
  font-size: 2rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1rem;
}

p {
  font-family: "Helvetica 35 Thin", sans-serif;
  font-size: 1.8rem;
}

/* -----------------Banner-section------------------------------------------------ */
.banner {
  position: relative;
}
.banner h2 {
  font-family: "Helvetica 35 Thin", sans-serif;
  font-size: 2.2rem;
  color: #000;
}

.banner h2:last-child {
  font-size: 3.1rem;
  font-weight: 900;
  color: #000;
}
.banner-img img {
  width: 100%;
}

.banner-logo {
    position: absolute;
    top: 3rem;
    left: 8rem;
}
.overl{
    background: rgb(255 255 255 / 68%);
    filter: drop-shadow(1px 1px 6px gray);
    border-radius: 17px;
    padding: 15px 10px 15px 20px;
    width: fit-content;
}
.texts {
    position: absolute;
    bottom: 23rem;
    left: -15rem;
    right: 0;
}
.spesialization {
  background: #ffbe00;
}
.spec-wrap {
  padding: 4rem 16rem 4rem 0rem;
}
.spec-wrap h2:first-child {
  font-size: 5rem;
  color: #8a192c;
  font-weight: 900;
}
.spec-wrap h2:last-child {
  font-family: "Helvetica 35 Thin", sans-serif;
  font-size: 3.1rem;
  color: #8a192c;
  font-weight: 600;
}
.spec-list {
  padding: 4rem 0rem;
}

.spec-list li {
  border-bottom: 2px solid #8a192c;
  padding: 0.5rem 0rem;
}
.spec-list li h3 {
  font-size: 2.5rem;
  color: #000;
}

/* ----------------About-us---------------- */

.sec-header h2 {
  color: #8a192c;
  font-weight: 900;
  padding: 4rem 0rem;
}

.about-us {
  background-color: #f2f4f8;
  padding-bottom: 0;
}

/* ------------------Why-KU-------------------- */
.why-KU {
  position: relative;
  top: -13rem;
}
.bg-brown {
  background: url(../images/background-K.png), #8a192c;
  background-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -8%;
  padding: 3rem 0rem;
}

.why-ku-slide {
  padding: 3rem;
  text-align: center;
}

.why-ku-slide img {
  height: 9rem;
  object-fit: scale-down;
}

.why-ku-slide p {
  color: #fff;
  padding-top: 3rem;
  font-size: 1.8rem;
}

.why-ku-wrap {
  padding: 4rem;
}

.why-ku-wrap h2:first-child {
  font-weight: 600;
  font-size: 4rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.why-ku-wrap h2:last-child {
  font-weight: 900;
  font-size: 10rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.why-ku-slider .owl-dots {
  text-align: right;
  margin-right: 5rem;
}
.why-ku-slider .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  transition: width 0.5s;
  outline: none;
  margin-right: 1rem;
}

.why-ku-slider .owl-dot.active {
  width: 45px;
  background: #ffbe00;
}

.vision-wrap.sec-header h2 {
  padding-bottom: 2rem;
  padding-top: 0;
}

/* ----------------------Academic-colaboration--------------------------- */

.bg-grey {
  background: #f2f4f8;
}

.academic-colabo-slider {
  padding: 0rem 0rem 7rem 0rem;
}

.colabo-slide-wrap img {
  height: 15rem;
  object-fit: scale-down;
}
.placements-slider .owl-dots,
.academic-colabo-slider .owl-dots {
  text-align: center;
}

.placements-slider .owl-dot,
.academic-colabo-slider .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  transition: width 0.5s;
  outline: none;
  margin-right: 0.5rem;
  background: #d3d3d3;
}

.placements-slider .owl-dot.active,
.academic-colabo-slider .owl-dot.active {
  background: #8b192c;
}

/* ---------------------faculty------------------- */
.faculty-slide {
  border-bottom: 3px solid #8a192c;
}
.faculty-slide p {
  margin-bottom: 0rem;
}
.faculty {
  background: #ffbe00;
}

.faulty-name {
  color: #8a192c;
  font-weight: 800;
}

.faculty-slider .owl-nav {
  text-align: right;
  margin-top: 3rem;
}
.faculty-slider .owl-nav button {
  background: #8a192c;
  width: 35px;
  color: #fff;
  margin-right: 1rem;
  outline: none;
}

.faculty-slider .owl-nav button > span {
  font-size: 2rem;
}

/*---------------------Placements -2----------------------------- */

.placements-para-2 {
  font-size: 3rem;
}

.placements .sec-header h2 {
  padding-bottom: 1rem;
}
.placements-slider {
  padding: 4rem 0rem;
}
/* .placemnet-slide img{
  height: 20rem;
  object-fit: scale-down;
} */

.placements-slider .owl-dots {
  margin-top: 3rem;
}

/* --------------------student---------------- */

.student .sec-header h2 {
  color: #ffbe00;
}
.student-name,
.student-qual {
  color: #ffbe00;
}

.student-qual {
  font-weight: 100 !important;
  font-family: "Helvetica 35 Thin", sans-serif;
}
.student {
  background: url(../images/background-K.png), #8a192c;
  background-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%;
  padding: 3rem 0rem;
}

/* -------------------------------footer------------------ */
footer {
  background: #24201c;
}
.footer-wrap p {
  color: #ffbe00;
}

/*form*/
.form-sec {
  position: absolute;
  top: 10%;
  right: 15px;
  width: 350px;
  background: #ffbe00;
  padding: 10px 10px 3px;
  z-index: 9;
}

.timeline .title {
  text-align: center;
}

.users a {
  color: #000;
  font-weight: bold;
}

.adm-txt {
  font-size: 19px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fixed-enquiry-btn a {
  position: fixed;
  right: -54px;
  transform: rotate(90deg);
  background: #000;
  top: 50%;
  color: #fff;
  padding: 8px 15px 9px;
  text-transform: uppercase;
  font-size: 19px;
  margin-top: -60px;
  border: solid 1px #000;
  cursor: pointer;
  z-index: 9;
  text-decoration: none;

  border-radius: 0 0 13px 15px;
  font-weight: 600;
  /* display: none; */
}

.fixed-enquiry-btn {
  display: none;
}

.fixed-enquiry-btn.sticky {
  display: block;
  z-index: 999;
}

.form-sec.sticky {
  right: 43px;
  position: fixed;
  transition: all 0.4s;
}
.form-sec.sticky.formbottom {
  right: 41px;
  transform: translateY(-50%);
  top: 50%;
}
.form-sec.sticky {
  right: -1450px;
  position: fixed;
}

.input {
  border: navajowhite;
  padding: 0 10px;
  height: 33px;
  width: 100%;
  border-radius: 0px;
  font-size: 14px;
  background: #fff;
  color: #000;
}

.sbt {
  border: solid 1px #000;
  border-radius: 11px;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto 0;
  width: 140px;
  display: inherit;
}

.form-sec .form-group {
  position: relative;
}

/*.form-sec .form-group::before {
 position: absolute;
 content: "";
 background-image: url(../images/form-icon.png);
 width: 30px;
 height: 40px;
 background-position: -3px -11px;
 top: 7px;
 left: 0;
}*/

.form-sec .form-group.email::before {
  background-position: -3px -57px;
  width: 30px;
}

.form-sec .form-group.Mobile::before {
  background-position: -4px -103px;
}

.form-sec .form-group.Stream::before {
  background-position: 1px -150px;
  width: 35px;
}

.form-sec .form-group.State::before {
  background-position: 1px -161px;
  top: 5px;
  height: 25px;
  width: 33px;
  background-size: 30px;
}

.form-sec .form-group.City::before {
  background-position: -3px -242px;
  top: 5px;
  height: 21px;
}

.student-img-wrap img {
  height: 37rem;
  object-fit: scale-down;
}

.alumni-slider .owl-dots {
  text-align: center;
  margin-right: 5rem;
}

.alumni-slider .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  transition: width 0.5s;
  outline: none;
  margin-right: 1rem;
}

.alumni-slider .owl-dot.active {
  width: 45px;
  background: #ffbe00;
}

/* ----------------------------------------------------------------Thankyou---------------------------------- */

.thankyou-page ._header {
  background: #fff;
  padding: 100px 30px;
  text-align: center;
  /* background: #fff; */
}

.thankyou-page ._header .logo {
  max-width: 200px;
  margin: 0 auto 50px;
}
.thankyou-page ._header .logo img {
  width: 100%;
}
.thankyou-page ._header h1 {
  font-size: 65px;
  font-weight: 800;
  color: #8a192c;
  margin: 0;
  /* animation: shake 0.8s infinite; */
}
.thankyou-page ._body {
  margin: -70px 0 30px;
}
.thankyou-page ._body ._box {
  margin: auto;
  max-width: 80%;
  padding: 50px;
  text-align: center;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
  -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
  -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
}
.thankyou-page ._body ._box h2 {
  font-size: 32px;
  font-weight: 600;
  color: #010101;
}
.thankyou-page ._footer {
  text-align: center;
  padding: 50px 30px;
}

.thankyou-page ._footer .btn {
  background: #4ab74a;
  color: white;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.8px;
  padding: 20px 33px;
  text-transform: uppercase;
}

@keyframes shake {
  0% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
  10% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  20% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  100% {
    transform: translate(1px, 1px) rotate(0deg);
  }
}
