@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: Butler;
  src: url(../css/fonts/Butler_Regular.otf);
}

@font-face {
  font-family: Butler_Bold;
  src: url(../css/fonts/Butler_Bold.otf);

}

@font-face {
  font-family: Butler_medium;
  src: url(../css/fonts/Butler_Medium.otf);
}



* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: "Poppins", sans-serif;
  /* transition: all 0.5s ease; */
}

.font-p {
  font-family: "Poppins", sans-serif !important;
}

.font {
  font-family: "Butler", sans-serif !important;
  font-weight: 400;
}

.font-b {
  font-family: "Butler_Bold", sans-serif !important;
  font-weight: 700;
}

.font-m {
  font-family: "Butler_Medium", sans-serif;
}


/* width */
::-webkit-scrollbar {
  width: 9px;
  height: 4px;
  border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ebebeb;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1a4e7e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0f2f4d;
}
section {
  padding: 60px 0;
}

h1,
h2,
h3,
span,
h4 {
  font-family: "Butler_Medium", sans-serif;
}

.arrow {
  position: fixed;
  top: 45%;
  right: 0;
  color: #fff;
  background-color: #0a5ea4;
  z-index: 1000;
  color: #fff;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  padding: 15px 8px;
  transition: all 0.5s ease;
  border-radius: 0px 10px 10px 0px;
}

body.modal-open{
  padding-right: 0 !important;
}
.bg-yellow{
  background-color: #FFC53B;
}

.bg-blue{
  background-color: #112E72;
}

.radius-3{
  border-radius: 0px 20px 20px 0px ;
}

.radius-4{
  border-radius: 20px 0px 0px 20px ;
}

.radius-5{
  border-radius: 20px !important;
}

.bg-testimonial{
  background-color: #AF0E2E;
  border-radius: 20px 20px 0px 20px;
}
.border-testimonial{
  border-radius: 20px 20px 0px 20px;
}


.cursor-pointer{
  cursor: pointer;
}

.border-white{
  border: 1px solid #fff;
}

.border-black{
  border: 1px solid #000;
}
.filter-white{
  filter: brightness(100);
}

.filter-black{
  filter: brightness(0);
}




/* .f-white{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(270deg) brightness(104%) contrast(101%);
}
.f-black{
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(0%) hue-rotate(315deg) brightness(95%) contrast(103%);
} */
/* header {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: fixed;
  width: 100%;
  top: 37px;
  z-index: 1040;
}

header.fixed {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  position: fixed;
  width: 100%;
} */


/* .arrow i {
  font-size: 2.3rem;
  color: #0474ad;
  cursor: pointer;
} */


.btn_1 {
  padding: 11px 25px;
  color: #201A23;
  border: 1px solid #201A23;
  transition: all 0.5s ease;
  /* border-radius: 20px; */
  transform: scale(1);
  display: inline-block;
}

.btn_1:hover {
  /* padding: 11px 25px;
  background-color: transparent;
  border: 1px solid #201A23;
  box-shadow: 1px 1px 4px #201A23; */
  transform: scale(0.9);
}

.btn_2 {
  display: inline-block;
  padding: 11px 25px;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  background-color: #FFC22D;
  /* border-radius: 20px; */
  transform: scale(1);
}

.btn_2:hover {
  transform: scale(0.9);
}

p {
  color: #01184B;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.font .navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* width */
::-webkit-scroLL.Bar {
  width: 3px;
}

/* Track */
::-webkit-scroLL.Bar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scroLL.Bar-thumb {
  background: #0A2F44
}

/* Handle on hover */
::-webkit-scroLL.Bar-thumb:hover {
  background: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.card {
  border-radius: 0;
}

.color1 {
  color: #6D6D6D;
}

.color4 {
  color: #707070;
}

.color2 {
  color: #05297b;
}

.color3 {
  color: #FE8A02;
}

.bg_8 {
  background-color: #FFF9EB;
}

.color4 {
  color: #01184B;
}

header.Nav.fixed-top img {
  width: 240px !important;
}

header.Nav.fixed-top .desk_top {
  padding-top: 10px;
  padding-bottom: 10px;
}


.modal-body form input {
  width: 100%;
  padding-left: 10px !important;
  background-color: transparent;
}

.modal-body form input::placeholder {
  padding-left: 10px !important;
  background: transparent !important;
}

.modal-body form input:focus {
  background: transparent !important;
}

.modal-body .btn_1:hover {
  /* background: transparent !important;
  color: #0a5ea4 !important; */
  transform: scale(0.9);
}

::placeholder {
  color: #fff;
  padding-left: 10px;
}

.fa-magnifying-glass {
  position: absolute;
  left: 0;
  top: 13px;
  left: 10px;
  color: #fff;
}

.bg {
  background-color: #FFC22D;
  color: #fff;
}

.bg2 {
  /* background-color: #1650D5; */
  background-color: #05297b;
  color: #fff;
}

.bg3 {
  /* background-color: #1650D5; */
  background-color: #05297b;
  color: #fff;
}


.topbar .resize {
  gap: 10px;
}


.offcanvas {
  background-color: #05297b;
  color: #fff;
}

.offcanvas-body a {
  transition: all 1s ease;
  border-bottom: 1px solid transparent;
  width: 100%;
}

.offcanvas-body a:hover {
  color: #ffffff !important;
  border-bottom: 1px solid #ffb700;
  width: 100%;
}


header.fixed-top {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.06);
}

.content1{
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 18em; /* Adjust based on line height */
    line-height: 28px; /* Adjust line height */
}

header .drop-item {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  width: max-content;
  top: 80px;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.09);
  transition: all 0.1s linear;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  height: max-content;
}

header .drop-item a {
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #ededed;
  transition: all 0.5s ease;
  position: relative;
  left: 0;
}


header .drop-item a:hover {
  border-bottom: 1px solid #05297b;
  color: #05297b !important;
  display: flex;
  align-items: center;
  position: relative;
  left: 4px;
}

header .hover:hover .drop-item {
  top: 67px !important;
  opacity: 1 !important;
  pointer-events: all !important;
  visibility: visible !important;
}

header .drop-item.active {
  top: 67px !important;
  opacity: 1 !important;
  pointer-events: all !important;
  visibility: visible !important;
}

.offcanvas-body .drop-item.active {
  top: 50px !important;
  opacity: 1 !important;
  pointer-events: all !important;
  visibility: visible !important;
}

nav .desk a {
  color: #4F4F4F;
}

nav .desk a:hover {
  color: #05297b !important;
}


/* Banner */
/* section.banner{
  margin-top: 94px;
}
section.other-banner{
  margin-top: 94px;
} */

/* ---------------- New Design css ---------- */

section.aboutus .overlay_h {
  background-color: #FFF9EB;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  z-index: -1;
}


section.aboutus .overlay_img {
  position: absolute;
  right: 20px;
  z-index: 1;
  bottom: 0;
  width: 600px;
}


.bg_3 {
  background: url("../Images/triangular_background.webp") no-repeat;
  background-position: center;
  background-size: cover;
}


/* section.course .item{
box-shadow: 0 7px 5px 0 rgba(22, 80, 213, 0.15);
background: #fff;
} */



/* ---------------- New Design css ---------- */

section.banner .banner_content h1 {
  font-size: 51px;
  line-height: 75px;
  font-weight: bold;
}

section.banner .card-img-overlay {
  display: flex;
  height: max-content;
  justify-content: end;
  bottom: 112px;
  top: auto;
}


section.banner .carousel-indicators [data-bs-target] {
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

section.banner .carousel-indicators .active {
  background-color: #fff !important;
}

.active {
  color: #0a5ea4 !important;
}



/* Highlights */

.border1 {
  border-right: 1px solid #000;
}

section.highlights img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  margin: 0 auto;
}


/* Aboutus */
section.aboutus .right p {
  line-height: 29px;

}

p.subhead {
  font-weight: 300;
}

/* .readmore{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
} */

section.course .outer ul li {
  font-size: 20px;
  color: #04102B;
}




/* Apply Now */

section.applynow {
  background: url('../Images/largest-banner.png') no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  height: 80vh;
  justify-content: center;
  background-attachment: fixed;
}

section.bg_page {
  background: url('../Images/New/ballb-hons.webp') no-repeat;
  background-size: cover;
  background-position: center;
  height: 336px;
  display: flex;
  align-items: end;
}

section.bg_page2 {
  background: url('../Images/New/ballbs.webp') no-repeat;
  background-size: cover;
  background-position: center;
  height: 336px;
  display: flex;
  align-items: end;
}

section.bg_page3 {
  background: url('../Images/New/llb.webp') no-repeat;
  background-size: cover;
  background-position: center;
  height: 336px;
  display: flex;
  align-items: end;
}

section.bg_page4 {
  background: url('../Images/New/llm.webp') no-repeat;
  background-size: cover;
  background-position: center;
  height: 336px;
  display: flex;
  align-items: end;
}

.breadcrumb-item.active {
  color: #ffffff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  /* background-color: #000; */
  color: #ffffff !important;
}

.color5 {
  color: #013D69;
}

section.bg_9 {
  background: url('../Images/bg_9.png') no-repeat;
  background-size: cover;
  background-position: center;
  /* animation: zoom 10s ease infinite; */
  overflow: hidden;
}

section.bg_10 {
  background: url('../Images/bg_10.png') no-repeat;
  background-size: cover;
  background-position: center;
  /* animation: zoom 10s ease infinite; */
  overflow: hidden;
}

@keyframes zoom {
  0% {
    background-position: 100% 100%;
  }

  50% {
    background-position: 100% 20%;
  }

  100% {
    background-position: 100% 100%;
  }
}


/* section.applynow .middle{
display: flex;
align-items: center;
justify-content: center;
}

section.applynow .middle .main{
width: 660px;
} */


/* Why KLC */

/* Features */
section.features .description {
  height: 450px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);

  margin-left: -7rem;
  background-color: #ffffff;
}

section.features .description p {
  line-height: 30px;
}

section.features .extra {
  margin-right: -7rem !important;
  z-index: 99 !important;
  margin-left: 0 !important;
}

section.features .description p {
  text-align: justify;
}

section.features .description img {

  position: absolute;
  right: 20px;
  bottom: 20px;

}

/* End Features */


/* Testimonials */

.box-shadow-t {
  box-shadow: 0px -10px 15.699999809265137px rgba(0, 0, 0, 0.04);
}

.item .watermark img {
  position: absolute;
  top: 20px;
  width: 90px;
  right: 20px;
}

/* Take a tour */
section.tour .container {
  background-image: url('../Images/above_footer.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 100px 0px;

}


.underline {
  height: 2px;
  width: 70px;
  background-color: #fff;
}

section.tour .container p {
  line-height: 26px;
}



/* Search Style */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
  transition: all 0.5s ease;
}

#search input[type="search"] {
  position: absolute;
  top: 20%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: rgb(255, 255, 255);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, .8);
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search .close:hover {
  color: #05297b;
  cursor: pointer;
}




/* --------------- Aditya Keshari -------------------- */

section.exposure .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #05297b;
  color: #fff !important;
}

section.exposure .nav-pills .nav-link {
  color: #000;
}

section.exposure .card h4 {
  top: auto;
  bottom: 10px;
}

section.exposure .card {
  position: relative;
}

section.exposure .card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.exposure .card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000c0 200%);
  /* border-radius: 20px; */
}



section.placement img {
  width: 150px;
  height: 80px;
  object-fit: contain;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px !important;
}


section.course_1 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.624), rgba(0, 0, 0, 0.219)), url('../Images/coures-banner.webp');
  background-position: 100% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: 387px;
  color: #000;
}

section.course .btn2 {
  padding: 7px 30px;
  border-radius: 25px;
  transition: all 0.5s ease;
  border: 1px solid #fff;
  width: max-content;
  background-color: transparent;
}

section.course .btn2:hover {
  transform: scale(0.9.5);
}

section.link {
  border-bottom: 1px solid #d1d1d1;
  padding: 15px 0;
  /* position: sticky;
  top: 100px; */
  background-color: #fff;
  z-index: 100;
}

section.link a {
  color: #1F2833;
  padding: 5px 0px;
  margin-left: 50px;
}

section.link a:hover {
  color: #7D2B24;
}

section.link .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: #7D2B24;
  border-bottom: 2px solid #7D2B24;
  border-radius: 0;
  width: max-content;
}

.form input {
  width: 100%;
  background-color: #fff;
  padding-left: 10px !important;
}

.form input::placeholder {
  padding-left: 5px !important;
}

.form textarea::placeholder {
  padding-left: 5px !important;
}

.sticky {
  position: sticky;
  top: 86px;
}

.career h5 {
  color: #05297b;
}

.outcome h2 {
  color: #05297b;
}

.logo_1 img {
  height: 100px;
  padding: 20px;
  object-fit: contain;
}


.accordion-button:not(.collapsed) {
  background-color: #05297b;
  color: #fff;
  border: 0;
}

.accordion-button {
  background-color: #FFC22D;
  color: #fff;
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  background-color: #ffffff !important;
  color: #fff !important;
  border-radius: 100%;
  padding: 10px !important;
}

.accordion-button::after {
  background-color: #ffffff !important;
  color: #fff !important;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-position: center;
}

section.all-course {
  background: url('../Images/New/all courses.webp') no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;
}


.logo_4 {
  width: auto;
  object-fit: contain;
  height: 70px !important;
}


section.other-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: center;

}

.logo_6 {
  position: absolute;
  top: 20px;
  right: 50px;
}

/* 
section.members .para{
  height: 200px;
  overflow: hidden;
} */

section.event .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  /* background-color: #05297b; */
  background-color: #05297b;
  color: #fff !important;
  border-radius: 10px !important;
}

section.event .nav-pills .nav-link {
  color: #000;
  border-radius: 0;
}

section.event .nav-pills {
  border: 1px solid #ededed;
}


section.bg_5 {
  background: url('../Images/bg_5.webp') no-repeat;
  background-size: cover;
  background-position: center;
}

section.bg_6 {
  background: url('../Images/bg_6.webp') no-repeat;
  background-size: cover;
  background-position: center;
}

.bg_7 {
  background: url('../Images/bg_7.webp') no-repeat;
  background-size: cover;
  background-position: center;
}

#student .bg-white {
  height: 320px;
}

/* #alumni .bg-white {
  height: 320px;
} */

.image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 20px;
}

.image img {
  width: 100px !important;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}


section.career .size {
  background-color: #FFC22D;
}

/* 
section.career .size2{
  background-color: #fff9e9;
  position: absolute; 
  height: 100%;
  width: 100%; 
  top: 0;
  z-index: -1;
} */



section.exposure img{
height: 400px;
object-fit: cover;
}


.bg_page6 {
  background-size: cover !important;
  background-position: center !important;
  height: 300px;
  display: flex;
  align-items: end;
}

#student .bg-white{
  height: max-content;
}

/* #alumni .bg-white{
  height: max-content;
} */

.breadcrumb .breadcrumb-item a{
  font-size: 1rem !important;
} 
.breadcrumb .breadcrumb-item {
  font-size: 1rem !important;
} 

.line_1{
  background-color: #fff;
  color: #fff;
  height: 2px;
  width: 100px;
}


section.about_new{
  background: url("../Images/New/bg.png") no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center;
  overflow: hidden;
  height: 86vh;
  display: flex;
    align-items: center;
}
/* section.about_new .row{
 height: 500px;
} */

section.about_new .card-img-overlay{
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 47vw;
}


.color6{
  background-color: #03153E;
  color: #fff !important;
}

.btn-dark{
  background-color: #03153E;
  border-radius: 15px;
}
.btn-outline-dark{
  border-color: #01184B;
  border-radius: 15px;
}

.color-6{
  color: #03153E;;
}
section.largest {
  background-color: #FFC63B;
}


#canvas {
  display: block;
  margin: 0 auto;
  max-width: 100%;  /* Ensures the canvas scales with its container */
  height: auto; /* Maintains the aspect ratio */
}

.largest_image{
  margin-top: -100px;
  /* border-radius: 50px !important; */
}

.why-box{
  height: 125px;
}

.why-box img{
 width: 40px;
}
section.why_new .why-klc-img{
  height: 550px;
  object-fit: cover;
}

section.clinical .why-klc-img{
  height: 440px;
  object-fit: cover;
}

section.why_new p.why-number{
  font-size: 28px;
  font-weight: 900;
  color: rgba(255, 255, 255, .4);
}

video{
  object-fit: cover;
    width: 100%;
}


section.clinical .clinical-box{
  height: 360px;
}

section.internship .intern-box{
  /* height: 380px; */
  position: relative;
}

section.internship .intern-btn{
  position: absolute;
  bottom: 20px;
  left: 25px;
}

section.internship .intern-img{
  height: 87px;
  object-fit: fill;
}

section.student-speak .item{
  height: 420px;
}

section.student-speak .item a.r-btn{
  position: absolute;
  left: 16px;
  bottom: 20px;
}


section.alumni-speak .item{
  height: 380px;
}

section.alumni-speak .item a.r-btn{
  position: absolute;
  left: 16px;
  bottom: 20px;
}


/* fot about us  */
p.why-number{
  font-size: 28px;
  font-weight: 900;
  color: rgba(255, 255, 255, .4);
}

p.why-number-black{
  font-size: 28px;
  font-weight: 900 !important;
  color: rgba(0, 0, 0,0.4);
}
.card{
  border: 0 !important;
}


.course_ul li {
  list-style: disc;
  margin-left: 1rem;
}

.course_ul2 li {
  list-style: disc;
  margin-left: 1rem;
}

.course_ul li::marker {
  color: #fff;
}

.course_ul2 li::marker {
  color: #000 !important;
}

section.course_structure .nav-pills .nav-link {
  border-bottom: 4px solid white;
  border-radius: 0;
  font-size: 20px;
  padding: 10px 76px;
  color: white;
  font-weight: 600;
}

section.structure .nav-pills .nav-link.active, section.structure .nav-pills .show>.nav-link {
  background-color: transparent;
  border-bottom: 5px solid #ffc53a;
}

section.structure .nav-pills .nav-link {
  border: 5px solid transparent;
}

section.course_structure .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-bottom: 4px solid #FFC53A;
  background-color: transparent;
  color: #FFC53A;
}

section.course .nav-pills .nav-link.active,
section.course .nav-pills .show>.nav-link {
    background-color: #192A57;
    color: white !important;
    position: relative;
}

section.course .nav-pills .nav-link {
    background-color: #FFC53A;
    color: #36348E;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0px;
    transition: all 0.5s ease;
}
.overflow-text p{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scholarship-logo img{
  width: 150px;
}

.onchnage{
cursor: pointer;
}
.flop{
  transition: all 0.5s ease;
 transform: scale(1);
}
.flop:hover{
  transition: all 0.5s ease;
 transform: scale(0.98);
}



#couress .img{
  height: 275px;
  object-fit: cover;
}

#couress .content{
  /* height: 60px; */
  /* width: 300px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


#pills-tab{
  overflow-x:auto;
}