:root {
  --body-font: "Noto Sans", serif;
  font-size: 62.5%;
  --text-color: #333;
  --white: #fff;
  --light: #F4F4F4;
  --black: #000;
  --grey: #ddd;
  --yellow: #C88C32;
  --blue: #24356E;
  --blue-light:#404F81;
  --green: #218838;
  --purple: #563D7C;
  --light-1: #F5F6FA;
  --light-black:#555555;
  --shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  scroll-padding-top: 5rem;
}
body {
  font-size: 1.6rem;
  font-family: var(--body-font);
  color: var(--black);
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
body :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--body-font);
}
img{
    max-width: 100%;
}
.text-light{
  color: var(--light);
}
.text-yellow{
  color: var(--yellow);
}
.mb-30{
  margin-bottom: 3rem;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
svg{
  fill: currentColor;
}
.light-bg{
    background: var(--light);
}
.logo img{
  max-height: 10rem;
}
.logo {
  margin-bottom: 4rem;
}
.flex-center {
  display: flex;
  align-items: center;
}
.text-blue{
  color: var(--blue);
}
.banner-section {
  background-image: url(../images/banner.png);
  background-size: cover;
  padding: 8rem 0;
  background-position: top;
}
h1 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}
h1 span{
  /* font-size: 4.2rem; */
  color: var(--white);
  border-bottom: .1rem solid var(--white);
  padding-bottom: .5rem;
}
.banner-points {
  list-style-type: disc;
  padding-inline-start: 2rem;
}
.banner-points li{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.banner-text p {
  font-size: 3rem;
  color: var(--white);
}
.table-container .table thead{
  background: var(--blue);
}
.table-container .table :is(td, th){
padding: 1.4rem;
border: .1rem solid var(--black);
}
.table-container .table th{
  color: var(--white);
}
.table-container .table td{
  background: var(--light);
}
.focus-text{
  font-size: 1.8rem;
  border: .1rem solid var(--blue);
  color: var(--blue);
  padding: 1.2rem;
  border-radius: .2rem;
  display: inline-block;
  font-weight: 600;
  font-family: var(--body-font);
  margin-top: 3rem;
}
.feat-section{
  background: var(--blue);
  padding: 6rem 0;
}
.form-container {
  margin: 2rem 0 0;
  padding: 2rem;
  background: var(--white);
  border-radius: 1rem;
  /* box-shadow: 5.1px 10.2px 10.2px hsl(0deg 0% 0% / 0.34); */
}

.feat-img img{
 width: 100%; 
}
.form-container h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.form-container label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  min-width: 12rem;
}
.form-container .form-control {
  height: 4rem;
  width: 45rem;
  outline: 0;
  box-shadow: none !important;
  font-size: 1.4rem;
  border-radius: 0.6rem;
  background-color: inherit;
  padding: 1rem;
}
.form-container .form-control.text-area{
  height: 6rem;
}
.form-container .form-group {
  margin-bottom: 2rem;
}

.action-btn .btn {
  background: var(--blue);
  font-size: 1.6rem;
  color: var(--white);
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  border-radius: 0.6rem;
  font-family: var(--body-font);
}

.common {
  padding: 4rem 0;
}
.heading {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.heading.xl{
  font-size: 4rem;
}
.blue-bg{
  background: var(--blue);
}
.future-img img{
  max-height: 25rem;
  border-radius: .4rem;
  display: block;
  margin-left: auto;
}
.testimonial-item img{ height: 7rem; border-radius: 50%; width: 7rem; object-fit: cover; }
.testimonial-item .clg-name{
  font-size: 1.4rem;
  color: var(--light-black);
  margin-bottom: .5rem;
}
.testimonial-item{
  padding: 1rem;
  background: var(--white);
  border-radius: 1rem;
}
.testimonial-item h3{
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

.feat-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
  column-gap: 4rem;
}
.feat-container .feat-item {
  text-align: center;
  color: var(--white);
}
.feat-item img {
  text-align: center;
  display: block;
  margin: 0 auto 1rem;
  height: auto
}

.feat-container .feat-item  p {
  font-size: 1.8rem;
  margin: 0;
  color: var(--light-black);
}
.swiper-wrapper{
  margin-bottom: 4rem;
}
.recruiterSlider img{
max-height: 6rem;
}
.swiper-pagination-bullet-active{
  background: var(--blue) !important;
}
.facultySlider .slider-item img{
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.facultySlider .slider-item{
  text-align: center;
}
.facultySlider .slider-item h3{
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 600;
}
.facultySlider .slider-item p{
  font-size: 1.4rem;
  color: var(--light-black);
}
.recruiter-container{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
.recruit-item img{
  max-height: 8rem;
}
.recruit-item{
  padding: 1.6rem;
text-align: center;
}
.course-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.course-container li{
  font-size: 2rem;
  position: relative;
  color: var(--white);
  padding: 2rem;
  background: var(--blue-light);
  text-align: center;
  border-radius: 1rem;
}
.info-text{
  position: absolute;
  bottom: 0;
  right: 1rem;
}
.course-container li span{
color: var(--yellow);
font-weight: 600;
}
/* .course-container li::after{
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: .1rem;
  background: var(--light);
  
} */
.course-container li:nth-child(3n) {
  border-right: 0;
}
.course-container li:last-child{
  border: 0;
}
.clg-container{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.clg-items .img{
  height: 8rem;
  width: 8rem;
  min-width: 8rem;
  border-radius: 50%;
  padding: .4rem;
  border: .2rem solid var(--grey);
}
.clg-items .img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 6rem;
}
.clg-items p{
color: var(--blue);
font-size: 1.6rem;
}
.apply-btn{
  font-size: 1.6rem;
  color: var(--white);
  background: var(--blue);
  border-radius: .4rem;
  padding: .6rem 1.8rem;
  outline: 0;
}

.testimonial-item .testimonial-content{
  min-height: 22rem;
}
footer .form-container .form-control{
  width: 100%;
}
@media (min-width: 768px){
  .footer-btn{
    text-align: right;
  }
  .common{
    padding: 4rem 0;
  }
  .flex-md-center{
    display: flex;
    align-items: center;
  }
  .container{
    max-width: 90%;
  }
}

@media (max-width: 767px){
  .banner-section{
    padding: 4rem 0;
    background-position: initial;
  }
  .action-btn{
    margin-top: 2rem;
  }
  .form-container .form-control{
    width: 100%;
  }
  .feat-container{
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    column-gap: 2rem;
  }
  .feat-container .feat-item p{
    font-size: 1.6rem;
  }
  .table-container .table :is(td, th){
    font-size: 1.4rem;
    padding: 1rem;
  }
  .info-text{
    position: initial;
    margin-top: 2rem;
    font-size: 1.4rem;
    padding: 0 1rem;
  }
  .clg-items .img{
    height: 6rem;
    width: 6rem;
    min-width: 6rem;
  }
  .heading.xl{
    font-size: 3rem;
  }
  .mt-sm-2{
    margin-top: 2rem;
  }
  .clg-container{
    grid-template-columns: 1fr;
  }
  .logo{
    margin-bottom: 2rem;
  }
  .focus-text{
    margin: 1rem 0 3rem;
  }
  h1{
    font-size: 2.2rem;
  }

  .feat-img img{
    display: block;
    margin-bottom: 2rem;
  }
  h1 span{
    font-size: 3rem;
  }
  .logo img{
    max-height: 6rem;
  }
  .future-img img{
    width: 100%;
    margin: 0;
  }
  .feat-item img{
    max-height: 7rem;
    width: auto;
  }
  .feat-container .feat-item h3{
    font-size: 3.2rem;
  }
  .banner-text p{
    font-size: 1.8rem;
  }
  .heading{
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .form-container h2{
    font-size: 2rem;
  }
  .recruit-item{
    padding: 1rem;
  }
  .course-container{
    grid-template-columns: 1fr;
  }
  .course-container li{
    font-size: 1.6rem;
    border: 0;
    border-bottom: .1rem solid var(--light);
    padding-bottom: 2rem;
  }
  .recruiter-container{
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-btn{
    text-align: center;
    margin-top: 2rem;
  }
}