* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

ul {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: unset;
}

:root {
  --primary-color: #003b93;
  --secondary-color: #ffb400;
  --light-color: #ffc53a;
  --eina-bold: "Eina-Bold";
  --eina-semibold: "Eina-semiBold";
  --eina-ligtbold: "Eina-light";
  --roboto-light: "roboto-light";
  --roboto-bold: "roboto-bold";
  --roboto-regular: "roboto-regular";
}

@font-face {
  font-family: "Eina-Bold";
  src: url("https://kreativemachinez.website/dev/kingston/admin/assets/fonts/Eina01-Bold.ttf");
}

@font-face {
  font-family: "Eina-semiBold";
  src: url("https://kreativemachinez.website/dev/kingston/admin/assets/fonts/Eina01-SemiBold.ttf");
}

@font-face {
  font-family: "Eina-light";
  src: url("https://kreativemachinez.website/dev/kingston/admin/assets/fonts/Eina01-Light.ttf");
}

@font-face {
  font-family: "roboto-light";
  src: url("https://kreativemachinez.website/dev/kingston/admin/assets/fonts/Roboto_Condensed-Light.ttf");
}

@font-face {
  font-family: "roboto-bold";
  src: url("https://kreativemachinez.website/dev/kingston/admin/assets/fonts/Roboto_Condensed-Bold.ttf");
}

@font-face {
  font-family: "roboto-regular";
  src: url("https://kreativemachinez.website/dev/kingston/admin/assets/fonts/Roboto_Condensed-Regular.ttf");
}
::selection {
  background-color: var(--secondary-color);
  color: #000;
}
.ksms_header {
  transition: all 0.3s ease-in-out;
}

.fixed {
  background-color: #fff;
}

.ksms_header .logo a img {
  width: 220px;
}

.section_padding2 {
  padding: 100px 0 50px;
}

.section_padding {
  padding: 50px 0;
}

.ksms_banner {
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-image: url(https://ksmscal.edu.in/assets/images/landing-banner.png);
}

.ksms_banner::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(to left, #ffffff0a, #003b9357);
}

.ksms_banner-contant {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.common-btn {
  background-color: var(--secondary-color);
  padding: 0.5rem 1.8rem;
  color: #090909;
  font-family: sans-serif;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 100;
  border-radius: 50px;
  margin-bottom: 0.5rem;
}

.common-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.ksms_banner-contant h1 {
  font-size: 55px;
  line-height: 65px;
  color: #fff;
  font-family: var(--eina-bold);
  margin-bottom: 0.5rem;
}

.ksms_banner-contant p {
  color: #fff;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.ksms_banner-form {
  background-color: #cfcfcf54;

  width: 80%;
  backdrop-filter: blur(4px);
  border-radius: 8px;
}

.ksms_banner-under {
  padding: 20px;
  padding-top: 0;
}

.ksms_banner-headings {
  background-color: var(--secondary-color);
  text-align: center;
  padding: 10px 5px;
  border-radius: 8px;
}

.ksms_banner-headings p {
  color: #003b93;
  font-size: 30px;
  font-weight: 600;
}

.ksms_banner-main {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 40px;
  align-items: end;
  height: 100%;
}

.ksms_banner-under .form-group {
  margin-top: 1rem;
}

.ksms_banner-under .form-group input.form-control {
  padding: 1rem 0.75rem;
}
.ksms_banner-under .form-group input.form-control:focus {
  box-shadow: inherit;
}
.ksms_banner-under .form-group .course {
  padding: 1rem 0.75rem;
  width: 100%;
  border-radius: 6px;
  outline: none !important;
  border: none !important;
  color: #7a838a;
}

.submit-btn {
  display: flex;
  justify-content: center;
}

.submit-btn button {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 24px;
  margin-top: 1rem;
  padding: 0.8rem 4rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: sans-serif;
  border: none;
  outline: none;
}

.send_otp {
  background-color: #ffc53a;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #1e1e1e;
  font-weight: 600;
}
.send_otp.form-control:focus {
  box-shadow: inherit;
}
.ksms_banner-logo {
  width: 25% !important;

  background-color: #fff;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.ksms_banner-imgbox {
  display: flex;
  padding: 20px 30px 0;
  justify-content: start;
  align-items: center;
}
.ksms_speaks-client p {
  height: 100px;
  overflow-y: scroll;
}
.ksms_speaks-contant .ksms_speaks-name p {
  height: auto;
  overflow: hidden;
}
.ksms_banner-imgbox li {
  margin-right: 0.5rem;
  width: 80px;
}

/* internation start */
.ksms_internation-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 var(--primary-color);
}

.ksms_internation-name p {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
}

.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  */
/* overview start  */
.ksms_overview-contant h4 {
  font-size: 55px;
  color: var(--primary-color);
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ksms_overview-contant p {
  font-size: 18px;
  line-height: 30px;
  color: #6c6a6a;
  margin-bottom: 0.8rem;
}

.submit_btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.submit_btn::after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  background-color: var(--secondary-color);
  height: 100%;
  top: 0;
  border-radius: 50px 0 0 50px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.submit_btn:hover:hover.submit_btn::after {
  width: 51%;
}

.submit_btn:hover.submit_btn::before {
  width: 51%;
}

.submit_btn::before {
  position: absolute;
  content: "";
  right: 0;
  width: 0%;
  background-color: var(--secondary-color);
  height: 100%;
  top: 0;
  border-radius: 0 50px 50px 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.ksms_overview .submit-btn {
  justify-content: start;
}

.ksms_overview-imgbox {
  height: 100%;
  position: relative;
  display: inline-block;
}

.ksms_overview-imgbox::before {
  content: "";
  position: absolute;
  left: -2.8%;
  bottom: -2.8%;
  width: 80%;
  height: 80%;
  border-left: 20px solid #ffc107;
  border-bottom: 20px solid #ffc107;
  border-radius: 10px;
}

.ksms_overview-imgbox img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.ksms_overview-contant {
  height: 100%;
}

/* overview close  */
/* industy & kingston */
.ksms_industy {
  background-color: #f4fbff;
  padding: 80px 0;
  margin: 40px 0 15px;
}

.ksms_industy-headings {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 35px;
}

.ksms_industy-headings h1 {
  font-size: 55px;
  margin-bottom: 1rem;
  font-weight: 700;
}

.ksms_industy-headings p {
  color: #6c6a6a;
  font-size: 18px;
  line-height: 30px;
}

.ksms_industy-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ksms_industy-counter img {
  animation: img 1s linear alternate infinite;
}

@keyframes img {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

.ksms_industy-counter h5 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.8rem;
}

.ksms_industy-counter p {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.ksms_industy-counter img {
  width: 120px;
  margin-bottom: 25px;
  object-fit: contain;
}

/* industy & kingston close*/
/* program section  */
.ksms_program-headings h1 {
  font-size: 55px;
  font-weight: 700;
  color: var(--primary-color);
}

.ksms_program-btns {
  text-align: end;
  display: flex;
  justify-content: end;
  height: 100%;
  align-items: center;
}

.ksms_program-btns ul {
  display: inline-flex;
  border: 1px solid #003b93;
  border-radius: 10px;
  padding: 0 8px;
}

.ksms_program .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: var(--secondary-color);
  /* padding: 1rem 2rem; */
  font-size: 18px;
  padding: 12px 25px;
  transition: all .4s ease-in-out;

}

.ksms_program .nav-pills .nav-link:hover {
  background-color: var(--secondary-color);
  transition: all .4s ease-in-out;
}

.ksms_program .nav-pills .nav-link {
  /* padding: 1rem 2rem; */
  padding: 12px 25px;
  transition: 0.3s ease-in-out;
  color: #000;
  background-color: #f0f0f0;
  font-size: 18px;
  transition: all .4s ease-in-out;

}

.ksms_program-tab li {
  margin: 1rem 0.4rem;
}

.ksms_program .tab-content {
  margin-top: 2.5rem;
}

.ksms_program-eligibilty h5 {
  font-size: 35px;
  font-weight: 600;
  color: var(--primary-color);
  display: flex;
  align-items: center;
}

.ksms_program-contant_img {
  display: flex;
}

.ksms_program-contant_img img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  object-fit: contain;
}

.ksms_program-mainbox {
  background-color: #f7f7f7;
  border-radius: 13px;
}

.ksms_program-eligibilty {
  display: flex;
  margin-bottom: 35px;
  justify-content: space-between;
}

.ksms_program-contantbox {
  padding: 15px;
}

.intake {
  border-radius: 9px;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-size: 26px;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.intake:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.ksms_program-contant h6 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.ksms_program-contant_img p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
}

.ksms_program-imgclass img {
  height: 100%;
  border-radius: 13px 0 0 13px;
  object-fit: cover;
}

.ksms_program-imgclass {
  height: 100%;
}

/* program section close */
/* placement  section start */
.ksms_placement-main {
  padding: 50px 0;
  background-color: #f4fbff;
}

.ksms_placement-main .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fff;
  border: 1px solid #00000012;
  outline: none !important;
  width: 170px;
}

.ksms_placement-btns .ksms_placement-tab li button {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  height: 100%;
  width: 170px;
  outline: none !important;
}

.ksms_placement-btns {
  height: 100%;
}

.ksms_placememnt-box {
  border-left: 1px solid var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.ksms_placement-content img {
  width: 150px;
  margin-bottom: 20px;
  object-fit: contain;
}

.ksms_placement-content p {
  font-size: 18px;
  line-height: 30px;
  color: #6c6a6a;
}

.ksms_placement-content {
  padding-left: 50px;
}

.godraj {
  margin: 0 !important;
}

/* placement  section close */
/* Educational institute start */
.ksms_institute-headings h1 {
  font-size: 55px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 15px;
}

.ksms_institute-headings p {
  margin-bottom: 0.2rem;
  font-size: 18px;
  color: #6c6a6a;
}

.ksms_institute-headings {
  margin-bottom: 35px;
}

.ksms_institute-mainbox a {
  display: flex;
  align-items: center;
}

.ksms_institute-mainbox img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.ksms_institute-mainbox a p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  margin-left: 1rem;
}

/* Educational institute close  */
/* scholarship section  */
.ksms_scholarship-headings h1 {
  color: #000;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
}

.ksms_scholarship-headings {
  margin-bottom: 50px;
}

.ksms_scholarship-main {
  background-color: #f4fbff;
  padding: 80px 0 60px;
}

.ksms_scholarship .swiper-slide {
  height: 100%;
  display: flex;
  background: #ffdc87;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  /* transform: scale(0.8); */
  /* border-radius: 10px; */
  height: auto;
}

.ksms_scholarship .swiper-slide {
  margin: 0 !important;
}

.ksms_scholarship .swiper-slide.swiper-slide-active {
  transform: scale(1);
  background: #ffc53a;
}

.ksms_scholarship .swiper-slide__content {
  height: 300px;
}

.ksms_scholership-slider {
  padding: 30px;
}

.ksms_scholership-slider img {
  margin-bottom: 20px;
  width: 130px;
}

.ksms_scholership-slider h5 {
  color: var(--primary-color);
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.ksms_scholership-slider p {
  font-size: 18px;
  line-height: 30px;
  color: #2f2f2f;
}

.scholership_slider {
  padding-bottom: 50px;
}

.scholership_slider .swiper-pagination-bullet {
  width: 12px;
  background-color: #94bfff;
  height: 12px;
}

/* scholarship section  close*/
/* <!-- partners section  --> */
.ksms_partner-imgbox {
  background-image: url(https://kreativemachinez.website/dev/kingston/assets/images/shape2.png);
  width: 100%;
  padding: 20px;
  background-position: center;
  background-size: cover;
  height: 100%;
  border-radius: 10px;
}

.ksms_partner-imgbox img {
  margin-bottom: 15px;
}

.ksms_partner-imgbox p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
/* <!-- partners section  close--> */
/* kei start  */
.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.parent .col {
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
  height: 100%;
  object-fit: cover;
}
.parent img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.parent .col:hover img {
  transform: scale(1.03);
  transition: all 0.4s ease-in-out;
}
.div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.div2 {
  grid-area: 1 / 2 / 3 / 3;
}

.div3 {
  grid-area: 1 / 3 / 2 / 4;
}

.div4 {
  grid-area: 1 / 4 / 3 / 5;
}

.div5 {
  grid-area: 2 / 1 / 3 / 2;
}

.div6 {
  grid-area: 2 / 3 / 3 / 4;
}

.div7 {
  grid-area: 3 / 1 / 4 / 3;
}

.div8 {
  grid-area: 3 / 3 / 4 / 4;
}

.div9 {
  grid-area: 3 / 4 / 4 / 5;
}

/* kei close  */
/* client  */
.ksms_speaks-client {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 20px;
}

.ksms_speaks-client ul {
  display: flex;
  margin-bottom: 20px;
}

.ksms_speaks-client ul li img {
  width: 20px;
}

.ksms_speaks-client p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #6c6a6a;
}

.ksms_speaks-name {
  margin-left: 20px;
}

.ksms_speaks-name h5 {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.ksms_speaks-name {
  font-size: 18px;
  line-height: 30px;
  color: #6c6a6a;
}

.ksms_speaks-contant {
  display: flex;
  align-items: center;
}

.ksms_speaks-contant img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.speaks_slider {
  padding-bottom: 50px;
}

.speaks_slider .swiper-pagination-bullet {
  width: 12px;
  background-color: #94bfff;
  height: 12px;
}

/* client close  */
/* footer  */
.ksms_footer {
  background-color: #272727;
  padding: 0px 0 0;
}
.footer_mainbox {
  padding: 70px 0 65px;
}

.ksms_footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

.ksms_footer-content h2 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.ksms_footer-content h6 {
  font-size: 25px;
  color: #fff;
  font-weight: 100;
  margin-bottom: 20px;
}

.contact_btn {
  background-color: var(--secondary-color);
  color: #000;
  font-size: 24px;
  margin-top: 1rem;
  padding: 0.8rem 4rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: sans-serif;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.contact_btn:hover {
  color: #fff;
}

.contact_btn::before {
  position: absolute;
  content: "";
  right: 0;
  width: 0%;
  background-color: var(--primary-color);
  height: 100%;
  top: 0;
  border-radius: 0 50px 50px 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.contact_btn::after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  background-color: var(--primary-color);
  height: 100%;
  top: 0;
  border-radius: 50px 0 0 50px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.contact_btn:hover.contact_btn::before {
  width: 51%;
}

.contact_btn:hover.contact_btn::after {
  width: 51%;
}

.ksms_footer-content p {
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  margin-bottom: 20px;
}

.ksms_footer-socialbox {
  border-top: 1px solid #fff;
  padding: 15px 0;
}

.ksms_footer-privacy {
  display: flex;
}

.ksms_footer-privacy a p {
  color: #fff;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}

.ksms_footer-privacy a p:hover {
  color: var(--secondary-color);
}

.ksms_footer-social_icon {
  display: flex;
  justify-content: end;
}

.ksms_footer-social_icon li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.ksms_footer-social_icon li i {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #fff;
  display: flex;
}

.ksms_footer-social_icon li:hover {
  background-color: var(--secondary-color);
}

.ksms_footer-social_icon li:hover .ksms_footer-social_icon li a i {
  color: var(--primary-color);
}
.ksms_footer-item1 h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
}
.ksms_footer-item1 p {
  font-size: 18px;
  color: #ffff;
  font-weight: 200;
  line-height: 28px;
}
.ksms_footer-item1 a {
  transition: all 0.3s ease-in-out;
}
.ksms_footer-item1 a:hover {
  letter-spacing: 0.5px;
  color: var(--secondary-color);
}

/* footer close */

@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1460px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1560px;
  }
}

@media (max-width: 1399px) {
  .ksms_header .logo a img {
    width: 220px;
  }

  .ksms_banner-headings {
    padding: 5px;
  }

  .ksms_banner-headings p {
    font-size: 28px;
  }

  .ksms_banner-under {
    padding: 12px;
    padding-top: 0;
  }

  .ksms_banner-under .form-group {
    margin-top: 0.7rem;
  }

  .ksms_banner-under .form-group input {
    font-size: 15px;
  }

  .ksms_banner-under .form-group .course {
    font-size: 15px;
  }

  .submit-btn button {
    padding: 0.4rem 4rem;
    font-size: 20px;
  }

  .ksms_banner-contant h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .ksms_banner-contant p {
    font-size: 16px;
    line-height: 26px;
  }

  .ksms_internation-name p {
    font-size: 37px;
    line-height: 45px;
  }

  .ksms_overview-contant h4 {
    font-size: 50px;
  }

  .ksms_overview-contant p {
    font-size: 16px;
    line-height: 26px;
  }

  .ksms_industy {
    padding: 60px 0;
    /* margin: 70px 0 50px; */
  }

  .ksms_industy-headings h1 {
    font-size: 45px;
  }

  .ksms_industy-headings p {
    font-size: 16px;
    line-height: 26px;
  }

  .ksms_industy-counter img {
    width: 100px;
    margin-bottom: 15px;
  }

  .ksms_industy-counter h5 {
    font-size: 35px;
    margin-bottom: 0.6rem;
  }

  .ksms_industy-counter p {
    font-size: 28px;
  }

  .ksms_industy-headings {
    margin-bottom: 20px;
  }

  .ksms_program-headings h1 {
    font-size: 46px;
  }

  .ksms_program .nav-pills .nav-link {
    font-size: 16px;
  }

  .ksms_program .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-size: 16px;
  }

  .ksms_program-eligibilty h5 {
    font-size: 30px;
  }

  .intake {
    font-size: 20px;
    padding: 0.8rem 2rem;
  }

  .ksms_program-contant_img p {
    font-size: 16px;
    line-height: 26px;
  }

  .ksms_program-contant h6 {
    font-size: 18px;
  }

  .ksms_program-contant_img img {
    width: 35px;
    height: 35px;
  }

  .ksms_institute-headings h1 {
    font-size: 46px;
  }

  .ksms_institute-headings p {
    font-size: 16px;
  }

  .ksms_institute-mainbox img {
    width: 90px;
    height: 90px;
  }

  .ksms_institute-mainbox a p {
    font-size: 24px;
    line-height: 34px;
  }

  .section_padding {
    padding: 40px 0;
  }

  .ksms_scholarship-main {
    padding: 60px 0 50px;
  }

  .ksms_scholarship-headings h1 {
    font-size: 45px;
  }

  .ksms_scholarship-headings {
    margin-bottom: 35px;
  }

  .ksms_scholership-slider {
    padding: 20px;
  }

  .ksms_scholership-slider img {
    margin-bottom: 15px;
    width: 110px;
  }

  .ksms_scholership-slider h5 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .ksms_scholership-slider p {
    font-size: 16px;
    line-height: 26px;
  }

  .ksms_partner-imgbox img {
    width: 120px;
  }

  .ksms_partner-imgbox p {
    font-size: 16px;
    line-height: 26px;
  }

  .ksms_speaks-client p {
    font-size: 16px;
    line-height: 26px;
  }

  .ksms_speaks-name h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .ksms_speaks-contant img {
    width: 70px;
    height: 70px;
  }

  .ksms_footer-content h2 {
    font-size: 45px;
    margin-bottom: 15px;
  }

  .ksms_footer-content h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .contact_btn {
    font-size: 20px;
    padding: 0.4rem 2rem;
    margin-bottom: 15px;
  }

  .ksms_footer-content p {
    font-size: 16px;
  }

  .ksms_footer {
    padding: 20px 0 0;
  }

  .ksms_footer-privacy a p {
    color: #fff;
  }
}
@media (max-width: 1199px) {
.ksms_banner-headings p {font-size: 25px;}
.ksms_institute-mainbox a p { font-size: 18px;line-height: 28px;}
.ksms_institute-mainbox img {width: 85px;height: 85px;}
.ksms_industy-counter p { font-size: 26px;}
.ksms_program-headings h1 {font-size: 40px;}
.ksms_placement-content p { font-size: 16px; line-height: 26px;}
.ksms_footer-item1 h3 {font-size: 22px; line-height: 35px;}
.send_otp {font-size: 15px; padding: 15px 12px;}
.ksms_internation-name p {  font-size: 30px; line-height: 40px; }
}
@media (max-width: 991px) {
  .ksms_banner-headings p {
    font-size: 20px;
  }

  .ksms_banner-under .form-group input.form-control {
    padding: 0.5rem 0.75rem;
  }

  .ksms_banner-under .form-group .course {
    padding: 0.5rem 0.75rem;
  }

  .send_otp {
  height: 100%;
    padding: 0.5rem 0;
    font-size: 13px;
  }

  .submit-btn button {
    font-size: 18px;
  }

  .ksms_banner-contant h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .ksms_banner-logo {
    width: 30% !important;
    bottom: -1px;
  }

  .ksms_banner-imgbox {
    padding: 20px 40px 0 20px;
  }

  .section_padding2 {
    padding: 70px 0 50px;
  }

  .ksms_internation-name p {
    font-size: 28px;
    line-height: 34px;
  }

  .ksms_internation-logo1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .ksms_overview-contant h4 {
    font-size: 40px;
    margin-bottom: 0.7rem;
  }

  .ksms_overview-contant p {
    font-size: 15px;
    line-height: 25px;
  }

  .ksms_overview-imgbox::before {
    left: -0.9%;
    bottom: -0.9%;
    border-left: 10px solid #ffc107;
    border-bottom: 10px solid #ffc107;
  }

  .ksms_industy {
    padding: 50px 0;
    /* margin: 50px 0 50px; */
  }

  .ksms_industy-headings p {
    font-size: 15px;
    line-height: 25px;
  }

  .ksms_industy-counter p {
    font-size: 18px;
  }

  .ksms_industy-counter h5 {
  font-size: 25px;
    margin-bottom: 0.4rem;
  }

  .ksms_industy-counter img {
    width: 80px;
  }

  .ksms_industy-headings h1 {
    font-size: 40px;
  }

  .ksms_industy-headings p {
    font-size: 15px;
    line-height: 25px;
  }

  .ksms_industy-headings {
    margin-bottom: 15px;
  }

  .ksms_program-headings h1 {
    font-size: 40px;
  }

  .ksms_program-btns {
    justify-content: center;
  }

  .ksms_program-headings {
   margin-bottom: 10px;
    text-align: center;
  }
.ksms_program .tab-content {
  margin-top: 2rem;
}
  .ksms_institute-headings h1 {
    font-size: 40px;
  }

  .ksms_placement-main {
    padding: 40px 0;
  }

  .ksms_institute-mainbox a p {
    font-size: 20px;
    line-height: 30px;
  }

  .ksms_institute-mainbox img {
    width: 80px;
    height: 80px;
  }

  .ksms_scholarship-headings h1 {
    font-size: 40px;
  }

  .ksms_scholarship-main {
    padding: 50px 0 50px;
  }

  .ksms_footer-content h2 {
    font-size: 35px;
    margin-bottom: 16px;
  }

  .ksms_footer-content h6 {
    font-size: 18px;
  }

  .ksms_footer-privacy a p {
    font-size: 16px;
  }

  .ksms_footer-social_icon li {
    width: 40px;
    height: 40px;
  }

  .ksms_footer {
    padding: 35px 0 0;
  }
  .ksms_program-imgclass img {
    width: 100%;
  }
  .ksms_footer-item1 p {
    font-size: 16px;
    color: #ffff;
    font-weight: 200;
    line-height: 28px;
  }
  .ksms_footer-item1 h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
  }
  .ksms_program-contantbox {
  padding: 10px;
}
.ksms_program-eligibilty {margin-bottom: 25px;}
 .ksms_program-eligibilty h5 {
    font-size: 28px;
  }
    .ksms_program-contant_img img {
    width: 30px;
    height: 30px; margin-right: 15px;
  }
  .parent .col {
border-radius: 8px;
}
}

@media (max-width: 767px) {
  .ksms_program-imgclass img {
    height: 100%;
    border-radius: 13px;
  }

  .ksms_banner-form {
    width: 100%;
  }

  .ksms_banner-contant {
    height: auto;
    padding-top: 140px;
  }

  .ksms_banner-main {
    margin-top: 50px;
  }

  .ksms_footer-social_icon {
    display: flex;
    justify-content: center;
  }

  .ksms_footer-privacy {
    display: flex;
    justify-content: center;
  }

  .ksms_banner-main {
    height: auto;
    margin-bottom: 60px;
  }

  .ksms_banner-imgbox {
    padding: 15px 40px 0 20px;
  }

  .ksms_banner-logo {
    width: 30%;
  }

  .ksms_internation-name {
    border-right: none;
    margin-bottom: 30px;
  }

  .section_padding {
    padding: 30px 0;
  }

  /* img {
        width: 100%;
    } */

  .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .div1,
  .div2,
  .div3,
  .div4,
  .div5,
  .div6,
  .div7,
  .div8,
  .div9 {
    grid-area: unset;
    height: 300px;
  }
  .parent .col {
    height: 100%;
    width: 100%;
  }
  .parent .col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .ksms_placement-tab {
    display: flex;
    justify-content: space-around;
  }
  .ksms_footer-content p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .ksms_footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ksms_banner-logo {
    width: 50% !important;
    bottom: -2px;
  }

  .ksms_banner-imgbox {
    padding: 20px 23px 0 20px;
  }
}

@media (max-width: 580px) {
  .ksms_banner-contant {
    height: auto;
    padding: 140px 0 0;
  }

  .common-btn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  .ksms_internation-box {
    padding: 20px;
  }

  .ksms_internation-name p {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 22px;
  }

  .ksms_internation-logo1 img {
    width: 100% !important;
    height: 100px;
  }

  .ksms_banner-contant h1 {
    font-size: 35px;
    line-height: 39px;
  }

  .ksms_banner-contant p {
    font-size: 16px;
    line-height: 26px;
  }
  .ksms_banner-logo {
    width: 80% !important;
    bottom: -2px;
  }

  .ksms_banner-main {
    margin: 40px 0 70px;
    height: auto;
  }

  .ksms_banner-headings p {
    font-size: 20px;
  }

  .ksms_banner-headings {
    padding: 10px;
  }

  .ksms_banner-form {
    width: 100%;
  }

  .haui_img {
    width: 140px !important;
  }

  .html_img {
    width: 50px !important;
  }

  .ksms_internation-name {
    border-right: none;
    margin-bottom: 10px;
  }

  .ksms_overview-contant h4 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .ksms_overview-contant p {
    font-size: 14px;
    line-height: 24px;
  }

  .section_padding {
    padding: 25px 0;
  }

  .ksms_overview-imgbox::before {
    border-left: 10px solid #ffc107;
    border-bottom: 10px solid #ffc107;
  }

  .ksms_industy {
    padding: 35px 0;
    /* margin: 25px 0 50px; */
  }

  .ksms_industy-headings h1 {
    font-size: 30px;
  }

  .ksms_industy-counter img {
    width: 80px;
    margin-bottom: 10px;
  }

  .ksms_industy-counter h5 {
    font-size: 28px;
  }

  .ksms_industy-counter p {
    font-size: 20px;
  }

  .ksms_industy-counter {
    margin-bottom: 15px;
  }

  .ksms_program-headings h1 {
  font-size: 26px;
    line-height: 36px;
  }

  .ksms_program-tab li {
    margin:0;
  }

  .ksms_program .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    padding: 8px 20px;
  }

  .ksms_program .nav-pills .nav-link {
    padding: 8px 20px;
    border-radius: 5px;
  }
  .ksms_program-btns ul {
  gap: 6px;
    justify-content: center;
    padding: 10px 0;
    margin-top: 8px !important;
}

  .ksms_placement-tab li {
    margin-bottom: 15px;
  }

  .ksms_placement-content p {
    line-height: 26px;
  }

  .ksms_placement-content {
    padding-left: 30px;
  }

  .ksms_institute-headings h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .ksms_scholarship-headings h1 {
    font-size: 35px;
  }

  .ksms_internation {
    overflow: hidden;
  }

  .intake {
    font-size: 20px;
    padding: 0.8rem 1rem;
  }

  .ksms_footer-content h2 {
    font-size: 28px;
  }

  .ksms_footer-content h6 {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 29px;
    text-align: center;
  }

  .parent {
display: flex;
    grid-template-columns: unset;
    flex-wrap: wrap;
    gap: 12px;
  }
.parent > * {
  width: 48%;
  height: auto;
}
  .div1,
  .div2,
  .div3,
  .div4,
  .div5,
  .div6,
  .div7,
  .div8,
  .div9 {
    grid-area: unset;
    height: auto;
  }
  .parent .col {
    height: 100%;
    width: 100%;
  }
  .parent .col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  img {
    width: 100%;
  }
  /* landing -pages */
  .ksms_banner-logo {
    width: 65% !important;
  }
  .ksms_banner-imgbox {
    padding: 10px 20px 0 10px;
    gap: 10px;
  }
  .ksms_banner-imgbox li {
    width: 60px;
  }
  .ksms_internation-name p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .ksms_institute-mainbox a p {
  font-size: 20px;
    line-height: 26px;
  }
  .ksms_institute-mainbox img {
    width: 75px;
    height: 75px;
  }
  .ksms_institute-headings {
  margin-bottom: 15px;
}
}

@media (max-width: 440px) {
  .ksms_placement-btns .ksms_placement-tab li button {
    width: 120px;
  }

  .ksms_placement-main .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    width: 120px;
  }

  .ksms_institute-headings h1 {
    font-size: 29px;
    line-height: 46px;
  }

  .ksms_scholarship-headings h1 {
    font-size: 26px;
  }
  .ksms_program-eligibilty {
    margin-bottom: 20px;
  }
   .ksms_program-eligibilty h5 {
    font-size: 25px;
  }
    .ksms_program-contant_img img {
    width: 26px;
    height: 36px;
    margin-right: 8px;
  }
}
@media (max-width: 360px) {
.parent > * { width: 100%;}

}