/* founder css start */
 .life-at-soil{
        background-color: #f3ece2;
        padding: 70px 0;
    }
   .life-at-soil .life-at-soil-img{
      border-radius: 10px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      margin-left: 2rem;
   }
   .life-at-soil .life-at-soil-img img{
      border-radius: 10px 10px 0 0;
      width: 100%;
      height: 300px;
      object-fit: cover;
      object-position: top;
   }
   .life-at-soil .ryt-strip{
      background: #fff;
      padding: 15px 20px;
     border-radius: 0 0 10px 10px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   }
   .life-at-soil .ryt-strip h5{
      margin-bottom: 0;
   }
   .founder-experiential-immersion{
     padding: 60px 0;
   }
   .journey-img{
    max-width: 900px;
   }
/* founder css end */

/* Faculty Members css start */
.faculty-highlights{
    background-color: #f3ece2;
    padding: 62px 0 50px;
}
.faculty-members{
    padding: 65px 0 60px;
}
.faculty-members .our-teams li .leaders_image img{
    height: 250px;
}
/* Faculty Members css ends */

/* International Publications css start*/
.faculty-research-main{
    margin-left: 2rem;
}
.faculty-research{
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.faculty-research .faculty-card {
    width: 31.5%;
    background-color: #d3c09e;
    background-color: #d8c19f;
    padding: 0.8rem 0.8rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.23) 0 0 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.faculty-research .faculty-card .faculty-img img{
    border-radius: 8px;
}
.faculty-research .faculty-card .faculty-img{
    margin-bottom: 1.2rem;
}
.faculty-research .faculty-card .faculty-inner {
    padding: 0 0.8rem;
}
.faculty-research .faculty-card .faculty-inner h5{
    margin-bottom: 1.2rem;
}
.faculty-research .faculty-card .faculty-inner .stories-tag{
    border-bottom: #866c6c solid 1px;
    padding-bottom: 0.8rem;
    font-size: 13px;
    display: -webkit-box;
}
.faculty-research .faculty-card .faculty-inner .published-year{
    padding-top: 0.8rem;
    font-size: 13px;
    display: -webkit-box;
}
.faculty-inner span{
    float: left;
    margin-right: 12px;
}
.faculty-research .faculty-card:hover {
    transform: translateY(-6px);
}
/* International Publications css end*/
/* Conferences css start */
.scholarships-faqs.academic-leadership-governing{
    padding: 70px 0;
}
.conference-main{
    display: flex; 
    justify-content: space-between;
    flex-wrap: wrap; 
    gap: 1.5rem;
    margin-top: 1.8rem;
}
.conference-card {
    width: 31.5%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1.5rem 1.2rem;
    border-radius: 8px;
    transition: 0.3s ease;
}
.conference-card h5{
    display: none;
}
.conference-card:hover {
    background-color: #e9e0d0;
}
.conference-card .date {
    font-weight: bold;
    color: #f38d2b;
    display: block;
    margin-bottom: 0.5rem;
}
.conf-name{
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0.8rem 0;
    color: #333;
    display: none;
}
.category {
    display: inline-block;
    background: #eee;
    padding: 0.2rem 0.6rem;
    border-radius: 5px;
    font-size: 14px;
    margin: 0.5rem 0 1rem;
}
.details {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}
/* Conferences css end */

/* Accreditation & Associations */
.global-partnerships-new{
  background-color: #e4d9c5;
}
.single-logo{
  margin-top: 0.8rem;
}
.single-logo ul li img, .six-logo ul li img{
  background-color: #fff;
}
.single-logo ul li{
  width: 15.5%;
  border-radius: 10px;
  transition: transform 0.5s;
}
.single-logo ul li img {
  padding: 0px 20px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.single-logo ul li p {
  text-align: center;
  padding: 0px 10px 0px 10px;
  margin-top: 20px;
  font-size: 14px;
}
/* Accreditation & Associations css end*/

/* Social Innovation Program */
.our-partners{
    background-color: #f8f7f3;
    padding: 65px 0 70px;
}
.students-work-highlights-sec{
    background-color: var(--topbigbox2);
    padding: 65px 0 75px;
}
.experiential-highlights{
    background-color: #fff;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 1.5rem;
    border-radius: 8px;
    padding: 3rem;
    margin: 0.5rem auto 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.experiential-highlights .students-work-highlights{
    width: 31.8%;
}
.experiential-highlights .students-work-highlights img, .experiential-highlights .video-cen{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.experiential-highlights-inner .students-work-highlights:last-child{
    width: 100%;
}
.video-cen{
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 72%;
    overflow: hidden;
    height: auto;
    height: 0;
    background-color: #000;
}
.video-cen1{
    width: 60%;
    padding-bottom: 36%;
    margin: 2.5rem auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.video-cen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.karma-rasoi-journey {
   display: flex;
   align-items: center;
   border-radius: 5px;
   background-color: #fff;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}
.karma-rasoi-text, .karma-rasoi-img{
   width: 50%;
}
.karma-rasoi-text {
    padding: 2rem;
}
.admissions-process img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.karma-rasoi-img img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 580px;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
}
/* Social Innovation Program */
.alumni-slider .slick-prev,
.alumni-slider .slick-next {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20%;
  width: 50px;
  height: 50px;
  z-index: 10;
  display: flex !important;
   justify-content: center;
   align-items: center;
}
.alumni-slider .slick-prev:hover, .alumni-slider .slick-prev:focus, .alumni-slider .slick-next:hover, .alumni-slider .slick-next:focus{
    background: rgba(0, 0, 0, 0.7);
}
.alumni-slider .slick-prev:before,  .slick-next:before {
	font-family: 'FontAwesome';
	font-size: 25px;
	line-height: 1;
   color: #fff;
   display: flex !important;
   justify-content: center;
   align-items: center;
}
.alumni-slider .slick-prev:before {
	content: "";
	display: inline-block;
	width: 43px;
	height: 43px;
}
.alumni-slider .slick-next:before {
	content: "" !important;
	display: inline-block;
	width: 43px;
	height: 43px;
}

/* Inspired Leadership Conference */
.office-of-career-sec {
    padding: 65px 0 75px;
    background-color: #f3ece2;
}
.data-table1 table tr:hover{
   background-color: unset;
}
.data-table1 tr:nth-child(even) {
    background: #f7f7f7 !important;
}
.data-table1 table, .data-table1 td, .data-table1 th {
    font-size: 1.125rem;;
    border: 1px solid #b59968 !important;
    padding: 1.2rem 1rem;
}
.snapshot-content h5{
   margin-bottom: 1.5rem;
}
.office-of-career-lft ul.entrance-test-box li{
   background: #f5831a;
   margin: 0 !important;
   width: 100%;
   padding: 1.2rem 2rem;
   transition: linear 4s all;
}
.office-of-career-lft ul.entrance-test-box li::before{
   background: rgba(0, 0, 0, 0.2) !important;
}
.office-of-career-lft ul.entrance-test-box a{
   color: var(--bs-body-bg);
   text-decoration: none;
}
.office-of-career-lft ul.entrance-test-box a .fa-arrow-right{
   position: relative;
   top: 2px;
   left: 7px;
   transition: left 0.4s ease;
}
.office-of-career-lft ul.entrance-test-box li:hover .fa-arrow-right{
   left: 15px;
}
.alumni-innovation-hub-box{margin-right: 2rem;}
/* Inspired Leadership Conference  css end*/
/*.stick-sec{
    top: 0 !important;
}*/
/* alumni */
.office-of-alumni {
    background-color: #f3ece2;
    padding: 62px 0px 65px;
}
.alumni{
      background-color: #e4d9c5;
      padding:65px 0 80px;
}
.alumni-footprint .logo-item{
   width: 13.2%;
}
.institution.alumni .leaders_scroll .slick-prev{
    top: calc(100% + 15px);
}
.featured-alumni {
   background-color: #e4d9c5;
   padding: 62px 0 75px;
}
.featured-alumni .select-wrapper {
    margin-top: 2rem;
    background-color: #fff;
    padding: 0.5rem 2rem 2rem;
    border-radius: 8px;
}
.featured-alumni .form-design select {
  -webkit-appearance: none;  /* Safari/Chrome */
  -moz-appearance: none;     /* Firefox */
  appearance: none;          /* Standard */
  background: url(https://designawebsite.co.in/demo/soil-program-demo/image/select-icon-black.png) no-repeat right 12px center;
  cursor: pointer;
}
.select-wrapper .form-design select{
    -webkit-appearance: none;  /* Safari/Chrome */
  -moz-appearance: none;     /* Firefox */
  appearance: none;          /* Standard */
}
.featured-alumni .our-featured-alumni{
   margin-top: 2.5rem;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 100%;
   gap: 1.2rem;
}
.featured-alumni .our-featured-alumni li {
    width: 19%;
    max-width: 100%;
}
.featured-alumni .our-featured-alumni li .leaders_body {
    background: #fff;
    padding: 1rem 0.938rem;
    height: 112px;
    border-radius: 0 0 5px 5px;
}
.featured-alumni .our-featured-alumni li .leaders_image {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: transform 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.featured-alumni .our-featured-alumni li .leaders_image img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
    object-position: 10% 2%;
    height: 250px;
}
.featured-alumni .our-featured-alumni li h6 {
    font-size: var(--perasize);
    text-transform: capitalize;
    font-weight: 800 !important;
    margin-bottom: 0.2rem;
}
.featured-alumni .our-featured-alumni li p {
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
.our-teams li .leaders_image img{
   height: 220px;
}
.wd-100{
    width: 100%;
}
/* alumni css end */

/* Office of Career cds */
.explore-cds-outer{
   display: flex;
   flex-direction: column;
}
.check-cds-calendar{
   display: flex;
   align-items: center;
   margin-bottom: 1.5rem;
}
.check-cds-calendar p{
   margin: 0;
   width: 40%;
}
.check-cds-calendar .btn-new {
   width: 25%;
}
.check-cds-calendar .btn-new a{
   text-decoration: none;
   color: #fff;
   background-color: #c9b189;
   padding: 1rem 1.5rem;
   border-radius: 6px;
   font-weight: 800;
   width: 260px;
   display: inline-block;
   text-align: center;
   font-size: 18px;
}
.explore-cds-outer .check-cds-calendar:nth-child(2) .btn-new a{
   background-color: #a6ce3d;
}
.explore-cds-outer .check-cds-calendar:last-child .btn-new a{
   background-color: #ea7427;
}

.signature-career-box {
   display: flex;
   gap: 1.8rem;
   margin-top: 2rem;
}
.signature-career-items{
   width: 33%;
}
.signature-career-items img{
   margin-bottom: 1.5rem;
   width: 100%;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}
.signature-career-items h5{
    text-transform: uppercase;
}
.pillars-of-career-development {
   padding: 65px 0;
}
.pillars-of-career-development .accordion-item{
   border: none;
   border-bottom: 1px solid #ddd;
}
.cds-image img{
    width: 100%;
}
.cds-content{
   margin-left: 2rem;
}
.pillars-of-career-development .accordion-header{
   cursor: pointer;
   padding: 1rem 0;
   font-weight: bold;
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 1.2rem;
}
.pillars-of-career-development .accordion-header::after {
   content: "+";
   font-size: 1.4rem;
   transition: transform 0.3s ease;
}
.pillars-of-career-development .accordion-header.active::after {
   content: "-";
}
.pillars-of-career-development .accordion-item:last-of-type{
   border-bottom: none;
}
.pillars-of-career-development .accordion-content {
   display: none;
   padding: 0 0 1rem 0;
   line-height: 1.5;
}
.office-of-career-ryt img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/* Office of Career cds */

.sucess-stories-items-img img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
section.imbibes-spirtuality{
    background-color: #f8f7f3;
    margin-bottom: 0.5rem;
}
/*section.imbibes-spirtuality .scrollableMenuWrapper .scrollableMenuLeft{
    top: 254px;
}
section.industry-readiness .scrollableMenuWrapper .scrollableMenuLeft{
   top: 179px;
}*/

.batch-memories-sec .stick-sec{
   padding: 60px 0 0px;
}
.batch-memories-sec .scrollableMenuLeft{
    top: 240px;
}
.imbibes-spirtuality .stick-sec{
    padding: 64px 0 15px;
}
.imbibes-spirtuality .scrollableMenuLeft {
    top: 296px;
}
section.batch-memories-sec  .mainScrollableBox img{
    max-height: inherit;
}
.teaching_methods .scrollableMenuLeft .navigation a.active::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  height: 100%;
  width: 7px;
  background-color: #c9b189;
  border-radius: 10px;
}
.teaching_methods .navigation a.active {
    box-shadow: inherit;
    position: relative;
}
.teaching_methods .navigation a.active {
    box-shadow: 5px 5px #ee8c2285;
    border: 1px solid var(--black);
    box-shadow: none;
}
.mainScrollableBox_listing .mainScrollableBox_text h5{
  height: auto;
}
.mainScrollableBox{
   background: #fff;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 0 6px;
}
.key-focus .scrollableMenuWrapper .scrollableMenuLeft {
	top: 257px;
}
.spirituality-img img{
    border-radius: 8px;
    width: 100%;
}
.strip-bar {
    padding: 3rem 3.5rem 2rem;
}
.signature-career .sidebar, .eligibility-criteria-new .sidebar{
    top: 96px;
    padding-top: 0;
}
.participate-in-career .four-sect ul li{
    transition: transform 0.5s;
}
.participate-in-career .four-sect ul li:hover {
    transform: scale(1.02);
}
.text-right{text-align: right;}
.karma-rasoi-journey{background-color: #e4d9c5;}

.industry-consortium-council{
    background-color: #f3ece2;
}
.snapshot-content h5{
   margin-bottom: 1.5rem;
}
.snapshot-content img{
   border-radius: 8px;
}

.form_section .input-icon input{
    border: #000 solid 1px;
}
.why-design-thinking-matter{
    background-color: #f8f7f3;
    padding: 70px 0;
}
.nurture-leaders img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top;
}
/* section.student-placement-process.teaching_methods .scrollableMenuWrapper .scrollableMenuLeft{
    top: 295px;
} */
section.student-placement-process.teaching_methods .scrollableMenuWrapper ul.circle-icon li{
    width: 100%;
}
.soil-placements-process{
    padding: 60px 0;
    background-color: #f3ece2;
}
.immersive-learning-img{
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: -90px;
}
.immersive-learning-img > div {
  width: 36%;
}
.immersive-learning-img img{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.eligibility-criteria-new, .eligibility-criteria-new .sidebar {
    background-color: #f8f7f3;
}
.eligibility-criteria .wide-ani .video-sec{
    height: 350px;
}
.eligibility-criteria .outer-border .tringle{
    margin-bottom: 0 !important;
}
.module-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}
.module-box li{
    width: 23.5%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #7a684a;
    padding: 15px 25px 26px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.module-box li:nth-child(2){
    background-color: #8f7b59;
}
.module-box li:nth-child(3){
    background-color: #947f5c;
}
.module-box li:last-child{
    background-color: #a7916b;
}
.module-box li h4, .module-box li p{color: #fff;}
.module-box li p{
    margin-bottom: 0;
}
.wide-ani .play_icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: var(--bgwhite);
    background: var(--topbigbox3);
    width: 35px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
}
.application-form1{
    width: 100%;
    height: 557px;
    object-fit: cover;
    border-radius: 10px;
}
.eligibility-criteria-new .three-box-section ul li{
    width: calc(24.8% - 27px);
    box-shadow: unset;
}
.eligibility-criteria-new .three-box-section ul li:hover{
    box-shadow: unset;
}
/* cds-calendar */
.focus-areas-industry-readiness{
    padding: 70px 0 30px;
}

.orientation-boxes{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 1.5rem;
}
.orientation-box{
    width: 31.5%;
}
.orientation-box-inner{
    background-color: #f3ece2;
    height: 260px;
}
.mainScrollableBox .orientation-box h5{
    background-color: #d7c4a6;
    padding: 0.6rem 0.8rem;
    text-transform: unset;
}
.orientation-box ul{
    padding: 0.5rem 0.5rem 1rem !important;
}
.orientation-box ul li{
    font-size: 14px;
    margin-bottom: 10px !important;
}
.our-teams li .leaders_image{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.orientation-box img{
    margin-top: 1.5rem;
    width: 100%;
    display: none;
}
.key-event-calender{
    background-color: #f8f7f3;
    padding: 65px 0;
}
.timeline-container.bg-white .step-icon{
    background: #fff !important;
}
/* cds-calendar */
.social-innovation-banner{
    background: url(../image/center-for-social-innovation-banner.jpg) no-repeat top center;
    background-size: cover;
}
/* contact us css start */
.contact-us{
    background-color: #f3ece2;
}
.contact-us .row{
    margin: 0;
}
.contact-us .row .col-xl-6:last-child{
    padding: 0;
}
.contact-us .contact-img img{
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.contact-details{
    padding-left: 75px;
}
.address{
    margin-top: 2.5rem;
}
.address1{
    margin-top: 2rem;
}
.address p{
    display: -webkit-box;
}
.address p span{
    float: left;
    margin-right: 15px;
}
.contact-information{
    padding: 70px 0;
}
.contact-toggle {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-top: 1.5rem;
}
.contact-item{
  border-bottom: 2px solid #fff;
}
.contact-toggle .contact-item:last-child{
  border-bottom: none;
}
.contact-header {
  background-color: #f8f7f3;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.contact-item.active .contact-header{
    background-color: var(--topbigbox2);
}
.contact-header .icon {
  font-size: 1.25rem;
  font-weight: 700;
  transition: transform 0.3s;
}
.contact-body{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fff;
  padding: 0 20px;
}
.contact-information-details{
  margin-right: 1.5rem;
}
.contact-information-text{
  margin-left: 1.5rem;
}
.contact-item.active .contact-body{
  max-height: 250px;
  padding: 15px 20px;
}
.contact-item.active .contact-header .icon {
  transform: rotate(45deg);
}
/* form css */
.contact-us-enquire-now{
    padding: 70px 0;
}
.contact-form .form-group {
  display: flex;
  margin-bottom: 20px;
}

.contact-form label{
  width: 180px;
  margin: 0;
  font-weight: 500;
  color: #000;
  font-size: 1.125rem;
}

.contact-form label span {
  color: red;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  background: none;
}

.contact-form textarea {
  resize: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #000;
}
.contact-form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5'/></svg>") no-repeat right 12px center;
  background-size: 14px;
  padding-right: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

form select {
  -webkit-appearance: menulist; /* Chrome, Safari */
  -moz-appearance: menulist;    /* Firefox */
  appearance: menulist;         /* Default */
}
.contact-form .submit-btn {
    background-color: #f5831a;
    color: #fff;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 30px auto 0;
    display: block;
}
.contact-form .submit-btn:hover {
  background-color: #444;
}
/* form css */
/* contact us css end */

/* About us css start */
.soil-mantra-sec{
  padding: 62px 0 64px;
  background-color: #e4d9c5;
}
.soil_mantra_sec{position: relative;}
.soil_mantra_sec img{
  position: absolute;
  left: 50px;
  top: -45px;
  z-index: 9;
  box-shadow: none;
  height: 339px;
}
.soil_mantra_sec .text_box{margin: 0px; padding: 0px; padding-left: 60px !important;}
.soil_mantra_sec .text_box li{width: 400px; height: 51px; color: #fff; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: bold; font-size: 18px; position: relative; transition: all 0.3s ease;}
.soil_mantra_sec .text_box li:nth-child(1){background-color: #f58220;}
.soil_mantra_sec .text_box li:nth-child(2){background-color: #b2d234;}
.soil_mantra_sec .text_box li:nth-child(3){background-color: #82bc41;}
.soil_mantra_sec .text_box li:nth-child(4){background-color: #c9b189;}
.soil_mantra_sec .text_box li:last-child{background-color: #ecb125;}
.soil_mantra_sec .text_box li:hover {
  transform: scale(1.05);
  box-shadow: 
  5px -5px 15px rgba(0, 0, 0, 0.2),
  5px 5px 15px rgba(0, 0, 0, 0.2);
}
.soil_mantra_sec .text_box li::after{
  content: '';
  position: absolute;
  right: -22px;
  width: 23px;
  height: 52px;
  background-size: 19px !important;
}
.soil_mantra_sec .text_box li:nth-child(1)::after {
  background:url(https://designawebsite.co.in/demo/soil-new-website/wp-content/themes/soil/image/corner-1.png) no-repeat;
}
.soil_mantra_sec .text_box li:nth-child(2)::after {
  background:url(https://designawebsite.co.in/demo/soil-new-website/wp-content/themes/soil/image/corner-2.png) no-repeat;
}
.soil_mantra_sec .text_box li:nth-child(3)::after {
  background:url(https://designawebsite.co.in/demo/soil-new-website/wp-content/themes/soil/image/corner-3.png) no-repeat;
}
.soil_mantra_sec .text_box li:nth-child(4)::after {
  background:url(https://designawebsite.co.in/demo/soil-new-website/wp-content/themes/soil/image/corner-4.png) no-repeat;
}
.soil_mantra_sec .text_box li:last-child::after {
  background:url(https://designawebsite.co.in/demo/soil-new-website/wp-content/themes/soil/image/corner-5.png) no-repeat;
}
.history-tl-container{
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
  margin: 40px 0 10px;
  padding: 0;
  display:inline-block;
}
.history-tl-container ul.tl li{
  list-style: none;
  margin:auto;
  margin-left: 102px;
  border-left: 1px dashed #ddd;
  padding:0 0 45px 60px;
  position:relative;
  font-weight: 800;
}
.history-tl-container ul.tl li:last-child{ border-left:0; padding-bottom: 0; min-height: auto;}
.history-tl-container ul.tl li::before{
  position: absolute;
  top: -1px;
  left: -15px;
  content: "";
  border: 8px solid rgba(255, 255, 255, 0.74);
  padding: 0.4rem;
  background-color: #f5831a;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
ul.tl li .item-detail{
  color:rgba(0,0,0,0.5);
  font-size:12px;
}
ul.tl li .timestamp{
  position: absolute;
  left: -13%;
  text-align: right;
  font-weight: 800;
}
.our-vision{
  padding: 62px 0;
}
.mob-d-block{
    display: none;
}
/* About us css end */

/* Industry Immersion css start */
.industry-practice{
    padding: 70px 0;
}
.mentorship-networks{
    padding-top: 70px;
}
.mentorship-video-sec{
    background: url(../image/batch-profile-banner.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mentorship-video-sec iframe {
    width: 100%;
    max-width: 700px !important;
    border-radius: 10px;
    height: 400px;
}
.explore-btn {
    background-color: #f5831a;
    color: #fff;
    padding: 1.2rem 2rem;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden; 
    z-index: 1;
}

.explore-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.2) !important;
    height: 100%;
    width: 0;
    border-radius: 10px;
    z-index: -1;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
}

.explore-btn:hover::before {
    width: 100%;
}
.explore-btn i{
    padding-left: 15px;
}
.learning-from-leaders{
   padding: 70px 0;
}
.video-section-outer{
    padding-top: 70px;
}
.video-section-outer .video-main{
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
}
.video-section-outer .video-box{
    width: 50%;
    box-shadow: unset;
}
.video-section-outer .video-box iframe{
    box-shadow: unset;
}

/* Industry Immersion css end */
@media (width < 1800px){
    .orientation-box-inner{
        height: 280px;
    }
}
@media (width < 1800px){
    .featured-alumni .our-featured-alumni li{
       width: 18.6%;
    }
}
@media (width < 1650px){
.orientation-box-inner{
    height: 288px;
}
.karma-rasoi-img img{
    height: 430px;
}
/* .career-management .percentage-design.mt-3{
    margin-top: 0 !important;
} */
}
@media (width < 1644px){
.orientation-box-inner{
    height: 310px;
}
}
@media (width < 1600px){
   .faculty-research .faculty-card .faculty-inner h5{
    height: 76px;
    } 
    .immersive-learning-img{
        margin-top: auto;
    }
    .immersive-learning-img > div{
        width: 38%;
    }
    .orientation-box-inner{
        height: 315px;
    }
}
@media (width < 1525px){
   .orientation-box-inner{
        height: 335px;
    } 
}
@media (width < 1510px){
    .our-teams li{
        width: 18.6%;
    }
    .programs-text-inner{
        margin-left: 2rem;
    }
}
@media (width < 1498px){
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 150px
    }
    .institute-leadership-items{
        height: 345px !important;
    }
    .pillars-of-the-center-list .pillars-of-center-detail{
        height: 312px;
    }
    .module-box li{
        width: 23%;
    }
}
@media (width < 1430px){
    .featured-alumni .our-featured-alumni li {
    width: 18.45% !important;
   }
  .alumni-footprint .logo-item{
    width: 13%;
  }
  .featured-alumni .our-featured-alumni li .leaders_body{
    height: 130px;
  }
  .our-programs-cards .card{
        width: 31%;
  }
  .pillars-of-the-center-list li, .leadership-dialogue-items{
        width: 23%;
    }
    .orientation-box-inner{
        height: 335px;
    } 
    .mainScrollableBox .orientation-box h5{
        font-size: 1.2rem;
    }
}
@media (width < 1410px){
    .faculty-research .faculty-card .faculty-inner h5 {
        height: 96px;
    }
    .karma-rasoi-text {
     padding: 1.5rem;
    }
    .office-of-career-sec{
        padding: 62px 0;
    }
     .pillars-of-the-center-list .pillars-of-center-detail{
        height: 334px;
    }
    .immersive-learning-img > div {
        width: 47%;
    }
    .our-teams-sec .our-teams li .leaders_body{
        height: 132px;
    }
}
@media (width < 1399px){
    .experiential-immersion-at-soil .wide-ani .video-sec{
        height: 400px;
    }
    .eligibility-criteria .wide-ani .video-sec{
        height: 300px;
    }
    .conference-card{
    width: 31.2%;
   }
   .faculty-research .faculty-card{
    width: 30.5%;
   }
   .our-teams li{
     width: 18.2%;
   }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text{
      height: 225px;
    }
    .social-innovation-stats li {
        width: 22%;
    }
    .orientation-box{
        width: 31%;
    }
    .mainScrollableBox .orientation-box h5 {
        font-size: 1rem;
    }
}
@media (width < 1360px){
    .top-banner h1.main-title.first{
        font-size: 38px;
    }
    .academic-leadership-governing .our-teams li .leaders_body{
        height: 130px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 150px
    }
    .alumni-innovation-hub{
        padding-bottom: 90px;
    }
    .experiential-leadership .institute-leadership-items {
        height: 350px !important;
    }
    .orientation-box-inner{
        height: 355px;
    }
}
@media (width < 1300px){
    .focus-areas-list-items{
        width: 30.2%;
    }
}
@media (width < 1300px){
    .our-partner-logo .logo-item{
        width: 15.2%;
    }
    .experiential-highlights{
        padding: 2.2rem 2rem;
    }
    .experiential-highlights .students-work-highlights {
        width: 31.5%;
    }
    .ngo-list {
        width: 18%;
    }
    .ngo-img img{
        max-width: 200px;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text{
        height: 240px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 170px
    }
    .pillars-of-the-center-list .pillars-of-center-detail {
        height: 360px;
    }
}
@media (width < 1280px){
    .featured-alumni .our-featured-alumni li {
    width: 18.3% !important;
   }
    .tab-outer{
        flex-direction: column;
    }
    .tab-outer .tabs{
        flex-direction: row;
        flex: auto;
        gap: 1rem;
        padding: 0;
    }
    .tab-outer .tabs a{
        width: 33%;
        text-align: center;
        display: inline-block;
    }
    .news-media .tab-outer .tab-content{
        margin: 2rem 0 0;
        padding: 0 2px !important;
    }
    .faculty-research .faculty-card {
        width: 31.6%;
    }
    .faculty-research .faculty-card .faculty-inner h5 {
        height: 72px;
    }
    .academic-leadership-governing .our-teams li .leaders_body{
        height: 150px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 170px
    }
    .karma-rasoi-img img{
        height: 455px;
    }
    .banner-strip{
        width: 62%;
    }
    .sustainable-innovation h4{
        max-width: 50%;
    }
    .consortium-role{
        padding-bottom: 60px;
    }
    .consortium-role .colourful-boxes ul{
        gap: 1rem;
    }
    .consortium-role .colourful-boxes ul li{
        width: calc(33% - 20px);
        margin-bottom: 0;
        margin-right: 0;
    }
    .consortium-role .colourful-boxes ul li:nth-child(4){
        margin-right: 0;
    }
    .consortium-role .colourful-boxes ul li:nth-child(2n){
        margin-right: 0;
    }
    .form-lft{
        margin-right: 3rem;
    }
    .soil_mantra_sec .text_box li{
        width: 360px;
    }
}
@media (width < 1220px){
  .alumni-footprint .logo-item {
   width: 12.95%;
}
.institute-leadership-items{
    height: 375px !important;
}
.contact-details {
    padding-left: 60px;
}
    .module-box li {
        width: 48%;
    }
    .academic-leadership-governing .faq-tabs {
        display: flex;
        flex-wrap: nowrap;       /* no wrapping on mobile */
        overflow-x: scroll;      /* permanent scroll */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        gap: 10px;
    }
    /* Custom scrollbar styling */
    .academic-leadership-governing .faq-tabs::-webkit-scrollbar {
        height: 3px;
    }
    .academic-leadership-governing .faq-tabs::-webkit-scrollbar-track {
        background: #f0f0f0;
        /*trackcolor*/border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .academic-leadership-governing .faq-tabs::-webkit-scrollbar-thumb {
        background: #bfa268; /* scrollbar color */
        border-radius: 10px;
    }
    .academic-leadership-governing .faq-tabs .tab {
        flex: 0 0 25%;
        scroll-snap-align: center;
        white-space: nowrap;    
    }
/*
    .leadership_council .tab:nth-child(2), .soil_advisory_board .tab:nth-child(3), .pgpm_academic_advisory .tab:last-child, .pgdm_advisory .tab:nth-child(4){
        order: 1;
    }
    .leadership_council .tab:first-child, .soil_advisory_board .tab:first-child, .pgpm_academic_advisory .tab:nth-child(4), .tab:last-child, .pgdm_advisory .tab:nth-child(5){
        order: 2;
    }
    .leadership_council .tab:nth-child(3), .soil_advisory_board .tab:nth-child(2), .pgpm_academic_advisory .tab:nth-child(3), .tab:last-child, .pgdm_advisory .tab:first-child{
        order: 3;
    }
    .leadership_council .tab:nth-child(4), .soil_advisory_board .tab:nth-child(4), .pgpm_academic_advisory .tab:nth-child(2), .pgdm_advisory .tab:nth-child(3){
        order: 4;
    }
    .leadership_council .tab:last-child, .soil_advisory_board .tab:last-child, .pgpm_academic_advisory .tab:first-child, .pgdm_advisory .tab:nth-child(2){
        order: 5;
    }
*/
}
@media (width < 1200px){
    .see-more-btn{
        display: none;
    }
    .ngo-list.hidden{
        display: block;
    }
    .ngo-list{
        margin: 0 10px;
    }
    .ngo-img img{
        max-width: 100%;
    }
}
@media (width < 1199px){
    .office-of-career-sec{
        padding: 30px 0 70px;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text{
        height: 250px;
    }
    .partner-snapshot-section{
        padding-bottom: 80px;
    }
    .wide-ani {
        margin: 25px 0 10px;
    }
    .himalayan-journey h3.mt-4{
        margin-top: 0 !important;
    }
    .ngo-partners .slick-prev, .ngo-partners .slick-next{
        top: calc(100% + 15px);
    }
    .wide-ani .video-sec{
        height: 250px;
    }
    .reach-impact .colourful-boxes ul li {
        height: inherit;
    }
    /* section.imbibes-spirtuality .scrollableMenuWrapper .scrollableMenuLeft, section.batch-memories-sec .scrollableMenuWrapper .scrollableMenuLeft, section.key-focus .scrollableMenuWrapper .scrollableMenuLeft, section.industry-readiness .scrollableMenuWrapper .scrollableMenuLeft{
        top: 70px;
    } */
    section.student-placement-process.teaching_methods .scrollableMenuWrapper .scrollableMenuLeft{
        top: 0;
    }
    .entrepreneurial-ecosystem .img_box{
        margin-bottom: 0;
    }
    .founder-section{
        background-position: inherit;
    }
    .institute-leadership-items {
        height: 325px !important;
    }
    .implementation-img{
        margin-left: 1rem;
    }
    section.student-placement-process{
        padding-top: 60px;
    }
    .eligibility-criteria-new .three-box-section ul li{
        width: calc(50% - 19px);
    }
    .our-teams-sec .our-teams li .leaders_body{
        height: 143px;
    }
    .soil_mantra_sec img{
        width: auto;
    }
    .soil_mantra_sec .text_box li{
        width: 340px;
    }
    section.key-focus{
        padding-top: 60px;
    }
    .key-focus .scrollableMenuWrapper .scrollableMenuLeft {
        top: 70px;
    }
}
@media (width < 1160px){
   .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 190px
    }
    .wide-ani .video-sec{
        height: 232px;
    }
    .office-of-alumni {
      padding: 40px 0px 47px;
    }
    .alumni-footprint .logo-item {
        width: 15.2%;
    }
    .featured-alumni .our-featured-alumni li {
        width: 23.2% !important;
    }
     .immersive-learning-img > div {
        width: 46%;
    }
}
@media (width < 1136px){
    .our-teams li {
        width: 23.4%;
    }
    .academic-leadership-governing .our-teams li .leaders_body{
        height: 112px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 155px;
    }
    .karma-rasoi-img img{
        height: 490px;
    }
    .upcoming-events-list .events-itembar{
        width: 47%;
    }
    .upcoming-events-list .events-itembar .events-img{
        width: 35%;
    }
    .upcoming-events-list .events-details {
     width: 65%;
    }
    .sustainable-innovation h4{
        position: inherit;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .center-video-section .video-center {
        width: 100%;
        max-width: 100%;
    }
    .pillars-of-the-center-list li{
        width: 48%;
    }
    .pillars-of-the-center-list .pillars-of-center-detail {
        height: 210px;
    }
}
@media (width < 1100px){
    .academic-leadership-governing .our-teams li .leaders_body{
        height: 130px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 155px;
    }
    .institute-leadership-items {
        height: 350px !important;
    }
}
@media (width < 1084px){
    .faculty-research .faculty-card {
        width: 31.4%;
    }
    .faculty-research .faculty-card .faculty-inner h5 {
        height: 96px;
    }
    .experiential-highlights .students-work-highlights{
        width: 31.2%;
    }
     .celebrate-social-innovation .industry_video_section .industry_video .video_text{
        height: 270px;
    }
    .contact-details {
        padding-left: 52px;
    }
    .soil_mantra_sec .text_box li{
        width: 320px;
    }
}
@media (width < 1065px){
    .our-teams li {
        width: 23.2%;
    }
    .media-items{
        flex-direction: column;
        width: 48%;
        padding-bottom: 1rem;
    }
    .media-img, .media-text{
        width: 100%;
    }
    .media-text {
        padding: 0;
        margin-top: 1.2rem;
    }
    .karma-rasoi-img img{
        height: 525px;
    }
}
@media (width < 1036px){
    .our-partner-logo .logo-item{
        width: 15%;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 172px;
    }
    .impact-box p{
       text-transform: unset;
    }
    .impact-box p br{
       display: none;
    }
    .leadership-dialogue-items{
        width: 22.5%;
    }
    .soil_mantra_sec .text_box li{
        width: 290px;
    }
}
@media (width < 992px){
    .our-teams li .leaders_image img, .faculty-members .our-teams li .leaders_image img, .leadership-board li .leaders_image img, .featured-alumni .our-featured-alumni li .leaders_image img{
        height: auto;
    }
    .social-innovation-stats li {
        width: 47%;
    }
    .our-teams li {
        width: 23%;
    }
    .our-teams li .leaders_body{
        height: 133px;
    }
    .media-box{
        margin-top: 2rem;
    }
    .single-logo ul li{
        width: 23%;
    }
    .experiential-highlights .students-work-highlights{
        width: 31%;
    }
    .karma-rasoi-journey{
        flex-direction: column;
    }
    .karma-rasoi-text, .karma-rasoi-img{
        width: 100%;
    }
    .karma-rasoi-img {
        order: 1;
    }
    .karma-rasoi-text{
        order: 2;
        padding: 2rem 1.5rem 1.5rem;
    }
    .karma-rasoi-img img{
        height: auto;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
}
    .life-at-soil{
        padding-top: 55px;
    }
    .life-at-soil .life-at-soil-img{
        margin: 2rem 0 0;
    }
    .office-of-career-ryt{
        margin-top: 1.5rem;
        text-align: center;
    }
    .office-of-career-ryt img{
        width: 100%;
        margin-top: 0.5rem;
    }
    .centers-of-excellence-banner{
        height: 470px;
    }
    .experiential-learning-banner h1.main-title.first{
        top: 20%;
    }
    .ngo-partners{
     margin-top: 0.5rem;
    }
    .himalayan-journey h3.mt-4{
        margin-top: 0 !important;
    }
    .partner-snapshot-section{
        padding-bottom: 70px;
    }
    .wide-ani {
        margin: 25px 0 10px;
    }
    .wide-ani .video-sec {
        height: 330px;
        width: 75%;
        margin: 0 auto;
    }
    .blog-banner-wrap img, .nurture-leaders img{
        height: inherit;
    }
    .office-of-alumni {
        padding: 32px 0 70px;
    }
    .office-of-alumni .video-design-top{
        margin-top: 0.8rem;
    }
    .office-of-alumni .video-design-top iframe, .soil-placements-process .video-design-top iframe{
        width: 75%;
        height: 378px;
        margin: 0 auto;
    }
    .alumni .alumni-content{
        float: inherit;
        margin: 0 0 25px;
    }
    .alumni .btn-3{
        margin: 0;
    }
     .reach-impact .colourful-boxes{
        margin: 0.5rem 0 1rem !important;
    }
    .form-lft img{
        width: 100%;
    }
    .form_section .form-design{
        width: 100%;
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
    .form_section .form-design input{
        margin-bottom: 1.5rem;
    }
    input#Work-Experience {
     margin-bottom: 0.6rem;
    }
    .featured-alumni .our-featured-alumni li{
        width: 23% !important;
    }
    .cds-content{
        margin: 3rem 0 0;
    }
    .why-centers-of-excellence .img{
        text-align: center;
        margin-top: 1rem;
    }
    .programs-img-wrapper{
    order: 1;
  }
  .programs-img-wrapper .programs-img{
    margin: 0.2rem 0 2.2rem;
  }
  .programs-text-wrapper{
    order: 2;
  }
  .programs-text-inner{
    margin-top: 2.2rem;
    margin-left: 0;
  }
  .programs-heading{
    margin-top: 4rem;
  }
  .programs-heading-title{
    margin-bottom: 2rem;
  }
    .sustainable-innovation-card{
        flex-wrap: wrap;
    }
    .sustainable-innovation-item{
        width: 47%;
    }
    .sustainable-innovation-item:last-child{
        width: 100%;
        margin-top: 1rem;
    }
    .alumni-innovation-hub-box{
        margin-bottom: 2rem;
    }
    .impact-stats{
     flex-wrap: wrap;
    }
    .impact-box {
        width: 47%;
    }
    .alumni.institution .container{
        margin-left: 0;
    }
    .alumni.institution .leaders_carousel{
        padding-bottom: 0;
    }
    .alumni.institution .leaders_scroll .slick-prev, .alumni.institution .leaders_scroll .slick-next{
        top: calc(100% + 0px) !important;
    }
    .celebrate-social-innovation .industry_video_section{
        margin-top: 0;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text{
        height: 200px;
    }
    .founder-section{
       height: 600px;
    }
    .founder-section .quote{
        top: 12%;
    }
    .founder-section .quote span{
        font-size: 1.7rem;
    }
    .mb-3.about-centers-of-excellence{
        margin-bottom: 0 !important;
    }
    .alumni-innovation-hub .row .col-xl-4, .implementation .row .col-xl-6:last-child, .about-centers-of-excellence .top-section .col-xl-4{
        order: 1;
    }
    .alumni-innovation-hub .row .col-xl-8, .implementation .row .col-xl-6:nth-child(1), .about-centers-of-excellence .top-section .col-xl-8{
        order: 2;
    }
    .leadership-about-ryt{
        margin: 0.6rem 0 2rem;
    }
    .leadership-about-lft{
        margin-right: 0;
    }
    .leadership-about-lft h2{
        margin-bottom: 1.5rem;
    }
    .center-video-section{
        margin-top: -50px;
    }
    .alumni-innovation-hub{
        padding-bottom: 55px;
    }
    .leadership-dialogue-items {
        width: 31%;
    }
    .leadership-development .main-title{
        margin-bottom: 1.2rem !important;
    }
    .program-switch{
        width: 30%;
    }
    .implementation-img{
        margin-left: 0;
        margin-bottom: 2.5rem;
    }
    .nurture-leaders .form-top{
        flex-wrap: wrap;
    }
    .form-lft, .form-ryt{
        width: 100%;
    }
    .form-lft{
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .centerInnovation{
        padding-bottom: 30px;
        margin-bottom: 55px;
    }
    .top-section.mt-4{
        margin-top: -1rem !important;
    }
    .objectives-learning-img{
        margin: 0.2rem 0 1.5rem;
    }
    .beyond-the-classroom .row.pt-3{
    padding-top: 0.2rem !important;
}
.beyond-the-classroom .row .col-xl-5, .founder-journey-sec .row .col-xl-5{
    order: 1;
}
.beyond-the-classroom .row .col-xl-7, .founder-journey-sec .row .col-xl-7{
    order: 2;
}
.beyond-design-thinking{
    margin-top: 2rem;
}
.beyond-design-thinking .entrance-two-box-btn{
    margin-top: 2.6rem !important;
}
.pl-2 {
    padding-left: 0;
}
.founder-journey-sec .life-at-soil-img img{
    height: inherit;
}
.founder-journey-sec .life-at-soil-img{
    margin-bottom: 1.2rem;
}
.soil-placements-process .row .col-md-12:last-child{
    order: 1;
}
.soil-placements-process .row .col-md-12:first-child{
    order: 2;
}
.soil-placements-process .video-design-top{
    margin: 0.5rem 0 2rem;
}
.hire-talent .form-top{
    margin-top: 1.5rem;
}
.immersive-learning-img{
    justify-content: center;
    margin: 0.5rem 0 2rem;
}
.immersive-learning-img > div {
    width: 48%;
}
.listing li:last-child{
    margin-bottom: 0;
}
.application-form1{
    height: auto;
    width: auto;
    display: block;
    margin: 1.5rem auto 0;
}
.eligibility-criteria-new .three-box-section ul{
    row-gap: 35px;
}
.eligibility-criteria .outer-border .tringle{
    margin-bottom: 20px !important;
}
.student-himalayan.mt-5{
    margin-top: 1.8rem !important;
}
.focus-areas-industry-readiness .three-box-section ul{
    row-gap: 30px;
}
/* section.industry-readiness {
    padding: 70px 0 75px;
}*/
section.industry-readiness {
    padding: 0 0 45px;
} 
.contact-details{
    padding-left: 30px;
}
.contact-information-details{
    margin: 0 0 3rem;
}
.contact-information-text{
    margin-left: 0;
}
.orientation-box{
    width: 100%;
}
.orientation-box-inner {
    height: auto;
}
.mob-d-block{
    display: block;
}
.soil_mantra_sec img{
    left: 0;
}
.soil_mantra_sec{
    margin: 80px 0 30px;
}
.soil_mantra_sec .text_box{
    padding-left: 30px !important;
}
.soil_mantra_sec .text_box li{
    width: 80%;
}
ul.tl li .timestamp{
    left: -100px;
}
}
@media (width < 950px){
    .mob-d-none{
    display: none;
}
    .reach-impact .colourful-boxes ul{
        gap: 1rem;
    }
     .reach-impact .colourful-boxes{
        margin-bottom: 2rem !important;
    }
    .reach-impact .colourful-boxes ul li{
        margin: 0;
        flex-direction: column;
    }
    .reach-impact .colourful-boxes ul li p br{
        display: none;
    }
    .colourful-boxes ul li:nth-child(3){
        background-color: #bbbbb8;
    }
    .colourful-boxes ul li:last-child{
        background-color: #c9b189;
    }
    .five-boxes ul li:nth-child(3){
        background-color: #c9b189;
    }
    .engage .colourful-boxes ul{
        gap: 1.5rem;
    }
    .engage .colourful-boxes ul li{
        height: auto;
    }
}
@media (width < 936px){
   .faculty-research .faculty-card {
        width: 48%;
    }
    .faculty-research .faculty-card .faculty-inner h5 {
        height: auto;
    }
}
@media (width < 900px){
   .conference-card{
        width: 48%;
   }
   .category{
     font-size: 13px;
   }
    .academic-leadership-governing .our-teams li .leaders_body{
        height: 150px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 195px;
    }
    .our-partner-logo .logo-item{
        width: 18%;
    }
    .journey-img {
        max-width: 100%;
    }
    .celebrate-social-innovation .industry_video_section{
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .celebrate-social-innovation .industry_video_section .industry_video{
        width: 48%;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text{
        height: 230px;
    }
    .featured-alumni .our-featured-alumni li{
        width: 31.2% !important;
    }
    ul.mainScrollableBox_listing.list-colum li{
        width: 30% !important;
    }
    .pillars-of-the-center-list .pillars-of-center-detail{
        height: 230px;
    }
    .institute-leadership-items {
        height: 375px !important;
    }
    .program-switch{
        font-size: 1.2rem;
    }
    .academic-leadership-governing .faq-tabs .tab{
        flex: 0 0 30%;
    }
}
@media (width < 826px){
    .our-teams li {
        width: 31%;
    }
    .academic-leadership-governing .our-teams li .leaders_body{
        height: 115px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 150px;
    }
    .experiential-highlights{
        max-width: 750px;
    }
    .experiential-highlights .students-work-highlights{
        width: 48%;
    }
    .experiential-highlights-inner .students-work-highlights{
        width: 100%;
    }
    .students-work-highlights img{
        width: 100%;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text{
        height: 235px;
    }
}
@media (width < 800px){
.pillars-of-the-center-list .pillars-of-center-detail {
        height: 260px;
    }
}
@media (width < 780px){
    .celebrate-social-innovation .industry_video_section .industry_video .video_text{
        height: 252px;
    }
    .module-box li {
        width: 47%;
    }
}
@media (width < 768px){
    p, ul li, ol li{
        font-size: 1.063rem ;
    }
    .our-teams li .leaders_body p{
        font-size: 13px !important;
    }
    .news-media{
        padding: 50px 0;
    }
    .scholarships-faqs.academic-leadership-governing{
        padding: 50px 0 65px;
    }
  .admissions-process, .student-scholarships{
    padding: 40px 0;
  }
  .faculty-highlights{
    padding: 50px 0 30px;
  }
  .faculty-members{
    padding: 55px 0 65px;
  }
  .top-banner-text {
    padding: 3% 0;
    }
  .global-partnerships.accreditations{
    padding-bottom: 30px;
  }
  .global-partnerships.global-partnerships-inner{
    padding: 40px 0px 50px;
  }
  .our-partners{
    padding: 45px 0 75px;
  }
  .students-work-highlights-sec{
    padding: 50px 0 55px;
  }
  .alumni-gallery {
    padding: 55px 0 60px;
    margin-bottom: 0.5rem;
  }
  .office-of-career-sec{
    padding: 22px 0 62px;
  }
  .about-centers-of-excellence{
    padding: 50px 0 50px;
  }
  .celebrate-social-innovation{
    padding: 50px 0 40px;
    margin-bottom: 0.5rem;
  }
  .entrepreneurial-ecosystem .row .col-md-6:nth-child(1) .img_box{
    display: none;
  }
  .flagship-initiatives{
    padding: 50px 0 70px;
    margin-top: 10px;
  }
  .csr-partnership {
    padding: 50px 0 60px;
 }
 .entrepreneurial-ecosystem{
    padding: 50px 0 46px;
 }
 .upcoming-events{
    padding: 50px 0;
 }
 .upcoming-events.mt-4{
    margin-top: 0 !important;
 }
 .learning-impact-section{
    padding: 45px 0 45px;
 }
 .experiential-immersion-sec {
    padding: 50px 0 55px;
}
.partner-snapshot-section{
    padding: 50px 0 65px;
}
.your-aca {
    padding: 55px 0 60px 0px;
}
.office-of-alumni {
    padding: 25px 0 65px;
}
    .educational-experience {
        padding: 50px 0px 35px;
    }
    .institution.alumni{
       padding: 50px 0 58px 0;
    }
    .institution.placement-Journey{
       padding-bottom: 20px;
    }
    .pillars-of-career-development {
     padding: 60px 0 35px;
    }
.alumni-footprint{
    padding: 50px 0 85px;
}
.featured-alumni{
    padding: 48px 0 60px;
}
.consortium-role.mt-2{
    margin-top: 0 !important;
    padding-bottom: 45px;
}
.signature-career{
    padding: 50px 0 60px;
}
.why-centers-of-excellence{
    padding: 50px 0 60px;
}
.state-of-the-art-incubation{
    padding-bottom: 45px;
}
.soil-excellence-hubs{
    padding: 50px 0 45px;
}
 .experiential-learning-banner{
    height: 500px;
 }
 .experiential-learning-banner h1.main-title.first {
    font-size: 55px !important;
    top: 17%;
 }
 .wide-ani .video-sec, .experiential-immersion-at-soil .wide-ani .video-sec{
    width: 100%;
    height: 350px;
 }
 .impact-box h3{
    font-size: 2rem;
 }
  .celebrate-social-innovation .industry_video_section{
    margin-bottom: 4rem;
  }
  .single-logo {
    margin-top: 0.4rem;
  }
   .tab-outer .tab{
    font-size: 15px;
  }
  .tab-outer .tabs a{
     padding: 12px 8px;
  }
  .social-innovation-stats.mt-2{
    margin-top: 0 !important;
  }
  .academic-leadership-governing .faq-tabs .tab {
        flex: 0 0 32%;  
  }
  .academic-leadership-governing .our-teams li .leaders_body{
        height: 130px;
  }
  .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 170px;
    }
  .single-logo ul li{
     width: 30%;
  }
  .experiential-highlights {
    max-width: 600px;
  }
  .video-cen{
    padding-bottom: 56%
  }
  .video-cen1{
    width: 100%;
    padding-bottom: 56%;
    margin: 1.8rem auto 2rem;
  }
  .experiential-highlights .students-work-highlights {
    width: 47.5%;
  }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text {
        height: 221px;
    }
    .sustainable-innovation-item{
        width: 46%;
    }
  .sustainable-innovation h4{
    position: inherit;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
  .social-innovation-stats li h3{
    font-size: 2rem;
  }
  .alumni-innovation-hub-box{margin-right: 0;}
  .upcoming-events-list .events-itembar{
    width: 100%;
  }
  .upcoming-events-list .events-itembar .events-img{
    width: 40%;
  }
  .upcoming-events-list .events-details{
    width: 60%;
  }
  .banner-strip{
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    }
    .blog-banner-wrap img{
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }
    .office-of-alumni .video-design-top iframe, .soil-placements-process .video-design-top iframe{
        width: 100%;
        height: 368px;
    }
    .leaders_scroll .slick-prev, .leaders_scroll .slick-next{
        top: calc(100% + 0px) !important;
    }
  .featured-alumni .our-featured-alumni li {
        width: 31% !important;
    }
    .check-cds-calendar p{
        width: 56%;
    }/* Horizontal scroll for step tabs */
.sidebar.step-section.tab-design {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;      /* permanent horizontal scrollbar */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    gap: 10px;
}

/* Always visible custom scrollbar */
.sidebar.step-section.tab-design::-webkit-scrollbar {
    height: 3px;  /* scrollbar height */
}

.sidebar.step-section.tab-design::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.sidebar.step-section.tab-design::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.state-of-the-art-incubation-stories{
    gap: 2rem;
}
.imbibes-spirtuality{
    padding-bottom: 60px;
    margin-bottom: 1rem;
}
.council-top-section{
    padding-bottom: 45px;
}
.industry-consortium-council .main-title{
    font-size: 2rem;
}
.leadership-development-new{
    padding-left: 10px;
    padding-right: 10px;
}
.curriculum-design-sec .container{
    padding: 30px  15px;
}
.alumni.institution .leaders_carousel{
    padding-bottom: 2rem;
}
.mainScrollableBox {
    padding: 20px 15px 20px;
}
/* centers-of-entrepreneurship */
section.teaching_methods.key-focus{
  padding-bottom: 65px;
}
.vision-mission-wrapper .box{
    margin-top: 1.5rem;
}
.vision-mission-wrapper .box .label{
    width: 20%;
}
.teaching_methods.key-focus .mainScrollableBox_listing li .img_box{
    margin-bottom: 0;
}
.focus-areas{
    padding: 50px 0 65px;
}
.focus-areas.mb-3{
    margin-bottom: 0 !important;
}
.focus-areas-list.pb-5.mb-2{
    margin-bottom: 0 !important;
    padding-bottom: 2.5rem !important;
}
.focus-areas-list{
    gap: 1rem;
    row-gap: 1.5rem;
}
.focus-areas-list-items{
    width: 48.5%;
    padding: 20px 15px;
}
.implementation .structured-training{
    padding: 2.2rem 2rem 2.5rem;
}
.implementation .structured-training .img_box img{
    height: inherit;
}
.alumni-innovation-hub {
    padding: 55px 0 40px;
}
/* centers-of-entrepreneurship end */
.center-video-section {
    margin-bottom: 50px;
}
.leadership-dialogue{
    padding: 50px 0 55px;
}
.leadership-dialogue, .centers-leadership-journey{
    padding: 50px 0 60px;
}
.leadership-in-action{
    padding: 50px 0;
}
.our-programs-cards{
    flex-wrap: wrap;
}
.our-programs-cards .card{
    width: 48%;
}
.centerInnovation{
    padding-bottom: 25px;
}
.objectives-learning-box.mt-5, .objectives-of-the-center .row.mt-5{
    margin-top: 2rem !important;
}
 .objectives-of-the-center{
    padding: 50px 0 45px;
}
.tringle-new {
    margin-bottom: 0;
}
.why-design-thinking-matter{
    padding: 50px 0 45px;
}
.project-hub-impact{
    max-width: 100%;
    padding: 1.4rem 1.2rem 0.5rem;
    bottom: -17%;
    left: 0;
    right: inherit;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}
.beyond-the-classroom {
    padding: 50px 0 55px;
}
.life-at-soil{
    padding-bottom: 50px;
}
.founder-experiential-immersion{
    padding: 50px 0;
}
.soil-placements-process{
    padding: 50px 0 50px;
}
section.student-placement-process{
    padding: 50px 0 60px;
}
.student-placement-process .v-wrap .col-xl-6:last-child{
    order: 1;
}
.student-placement-process .v-wrap .col-xl-6:first-child{
    order: 2;
}
.student-placement-process .v-wrap .video-design{
    margin-bottom: 2rem;
}
.student-placement .mainScrollableBox img{
    width: 100%;
}
.eligibility-criteria-new{
    padding: 53px 0 50px;
}
.focus-areas-industry-readiness {
    padding: 50px 0 40px;
}
.scroll-section.marquee-career-mob{
    padding: 50px 0px 40px;
}
.key-event-calender{
    padding: 50px 0 30px;
}
.orientation-box img{
    margin-bottom: 1rem;
}
.soil-mantra-sec{
    padding: 50px 0 0;
}
.history-tl-container ul.tl{
    margin: 30px 0 10px;
}
.history-tl-container ul.tl li{
    margin-left: 100px;
    padding: 0 0 35px 40px;
}
.about-soil-top.mt-0{
    margin-top: 10px !important;
}
.our-vision{
    padding: 50px 0;
}
.leadership-development{
    padding-left: 15px;
    padding-right: 15px;
}
.signature-career-items h5{
    text-transform: unset;
}
.industry-practice{
    padding: 50px 0;
}
.mentorship-networks{
    padding-top: 50px;
}
section.batch-memories-sec{
    padding-top: 0;
}
.batch-memories-sec .stick-sec{
    padding-top: 50px;
}
.video-section-outer{
    padding-top: 60px;
}
.learning-from-leaders {
    padding: 50px 0 40px;
}
}
@media (width < 767px){
.pillars-of-the-center{
    display: none;
}
.scroll-section.pillars-of-the-center-mob{
    background-color: #f3ece2;
    padding: 50px 0 45px;
}
.scroll-section.pillars-of-the-center-mob1{
    background-color: #fff;
    padding: 50px 0 40px;
}
.institute-leadership-items{
    height: 312px !important;
}
.leadership-dialogue-items {
    width: 30%;
}
.eligibility-criteria-new .main-title{
    margin-bottom: 1.625rem !important;
}
.contact-us .row .col-xl-6:first-child{
    order: 2;
}
.contact-details{
    padding: 45px 10px 30px;
}
.contact-us .contact-img img {
    height: 500px;
}
.address1 {
    margin-top: 1.5rem;
}
.address {
    margin-top: 2rem;
}
.contact-form label{
    font-size: 1.063rem;
}
.soil_mantra_sec{
    margin: 80px 20px 90px;
}
.soil_mantra_sec img{
  width: auto !important;
  height: 340px !important;
  left: -11px;
}
.soil_mantra_sec img {
  position: absolute;
  top: -47px;
  z-index: 9;
}
.soil_mantra_sec .text_box {
  margin: 0px;
  padding: 0px;
  padding-left: 0px !important;
}
.soil_mantra_sec .text_box li {width: 80%;}
.mentorship-video-sec iframe {
    width: 100%;
    max-width: 90%;
    height: 320px;
}
section.imbibes-spirtuality, section.batch-memories-sec{
    padding-bottom: 45px;
}
.our-teams .slick-slide{
    margin: 0 5px 10px;
}
.our-teams .slick-prev, .ngo-partners .slick-prev,  .our-teams .slick-next, .ngo-partners .slick-next {
	position: absolute;
	width: 38px;
	height: 50px;
	top: calc(100% + 30px);
	z-index: 99;
}
.our-teams .slick-prev, .ngo-partners .slick-prev {
	left: auto;
	right: 70px;
}
.our-teams .slick-next, .ngo-partners .slick-next {
	right: 15px;
}
.our-teams .slick-prev::before, .our-teams .slick-next::before, .ngo-partners .slick-prev::before, .ngo-partners .slick-next::before {
	color: #000000;
	font-size: 36px;
	font-family: 'Montserrat';
}
.our-teams .slick-prev:before, .our-teams .slick-prev::before, .our-teams.slick-next:before, .our-teams .slick-next::before {
	color: #000;
}
.why-excellence-matter .tringle-new{
    margin-bottom: 0.625rem;
}
.signature-career .tab-design ul{
    margin-top: 0 !important;
}
.founder-journey-sec .life-at-soil-img{
    margin-bottom: 1.2rem !important;
}
.video-section-outer .video-box iframe{
    margin-bottom: 0;
}
}
@media (width < 690px){
    .celebrate-social-innovation .industry_video_section .industry_video .video_text {
        height: 238px;
    }
    .institute-leadership-series .slick-prev, .experiential-leadership .slick-prev, .institute-leadership-series .slick-next, .experiential-leadership .slick-next{
        top: calc(-14% + 15px);
    }
.contact-information{
    padding: 50px 0;
}
}
@media (width < 685px){
    /* .tab-outer .tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tab-outer .tabs::-webkit-scrollbar{
        height: 3px;
    }

    .tab-outer .tabs::-webkit-scrollbar-thumb {
        background: #bfa268;
        border-radius: 10px;
    }   

    .tab-outer .tabs::-webkit-scrollbar-track {
    background: #eee;
    } */

    .tab-outer .tabs a {
        flex: 0 0 37%; 
        scroll-snap-align: center;
        white-space: nowrap; 
    }
    .our-partner-logo .logo-item{
        width: 22.5%;
    }
    .books-written-wrapper .tab:nth-child(1){
        order: 3;
    }
    .books-written-wrapper .tab:nth-child(2){
        order: 1;
    }
    .books-written-wrapper .tab:last-child{
        order: 2;
    }
    .conference-wrapper .tab:last-child{
        order: 1;
    }
    .conference-wrapper .tab:nth-child(1){
        order: 2;
    }
    .conference-wrapper .tab:nth-child(2){
        order: 3;
    }
    .event-wrapper .tab:nth-child(1){
        order: 3;
    }
    .event-wrapper .tab:nth-child(2){
        order: 1;
    }
    .event-wrapper .tab:nth-child(3){
        order: 2;
    }
    .event-wrapper .tab:last-child, .press-release-wrapper .tab:last-child{
        order: 4;
    }
    .press-release-wrapper .tab:nth-child(1){
        order: 2;
    }
    .press-release-wrapper .tab:nth-child(2){
        order: 3;
    }
    .press-release-wrapper .tab:nth-child(3){
        order: 1;
    }
    .media-kit-wrapper .tab:last-child{
        order: 1;
    }
    .media-kit-wrapper .tab:nth-child(1){
        order: 4;
    }
    .media-kit-wrapper .tab:nth-child(2){
        order: 3;
    }
    .media-kit-wrapper .tab:nth-child(3){
        order: 2;
    }
    .celebrate-social-innovation .industry_video_section .industry_video, .celebrate-social-innovation .industry_video_section .industry_video img{
        width: 100%;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text p{
        margin-bottom: 0;
    }
    .ngo-partners .slick-prev, .ngo-partners .slick-next{
        top: calc(100% + 12px);
    }
    .consortium-role .colourful-boxes ul li {
        width: calc(50% - 20px);
    }
    .scroll-section.journey-scroll-setion .scroll-card{
     top: 90px;
    }
    .founder-section {
        height: 500px;
    }
    .founder-section .quote{
        top: 14%;
    }
    .founder-section .quote span {
        font-size: 1.2rem;
        padding: 6px 12px;
        line-height: 1.7;
    }
    .founder-section .quote span.quote4{
        padding-right: 17.5px;
    }
    .founder-section .founder-details span{
        font-size: 1.1rem;
        padding: 7px 12px;
        line-height: 1.6;
    }
    .scroll-section.pillars-of-the-center-mob .main-title{
        top: 30px;
    }
    .scroll-section.pillars-of-the-center-mob1 .main-title{
        top: 0;
    }

}

@media (width < 680px){
    .our-partner-logo .slick-slide{
        margin: 5px 5px 0;
    }
    .our-partner-logo .slick-prev, .our-partner-logo .slick-next{
	position: absolute;
	width: 38px;
	height: 50px;
	top: calc(100% + 30px);
	z-index: 99;
}
.our-partner-logo .slick-prev{
	left: auto;
	right: 70px;
}
.our-partner-logo .slick-next{
	right: 15px;
}
.our-partner-logo .slick-prev::before, .our-partner-logo .slick-next::before{
	color: #000000;
	font-size: 36px;
	font-family: 'Montserrat';
}
.our-partner-logo .slick-prev:before, .our-partner-logo .slick-next:before {
	color: #000;
}
.video-section-outer .video-main{
    flex-direction: column;
}
.video-section-outer .video-box{
    width: 100%;
}
.video-section-outer .video-box iframe{
    height: 370px;
}
}
@media (width < 663px){
.three-box-section ul li{
    width: 100%;
}
}
@media (width < 660px){
    .faculty-research .faculty-card, .conference-card{
        width: 47.5%;
    }
    .faculty-research .faculty-card .faculty-inner h5 {
        height: 76px;
    }
    .media-items{
        width: 47.5%;
    }
    .academic-leadership-governing .faq-tabs .tab {
        flex: 0 0 37%;  
    }
    .featured-alumni .our-featured-alumni li {
        width: 30.5% !important;
    }
    .featured-alumni .our-featured-alumni li .leaders_body {
        height: 170px;
    }
    .institute-leadership-items {
        height: 340px !important;
    }
}
@media (width < 628px){
    .our-teams li .leaders_body{
        height: 124px;
    }
    .academic-leadership-governing .our-teams li .leaders_body {
        height: 150px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 190px;
    }
    .experiential-highlights .students-work-highlights {
        width: 47%;
    }
    .featured-alumni .our-featured-alumni li .leaders_body {
        height: 190px;
    }
    .founder-section{
        background-position: bottom;
    }
    .our-programs-cards .card {
        width: 47%;
    }
    .immersive-learning-img > div {
        width: 47%;
    }
}
@media (width < 615px){
    .reach-impact .colourful-boxes ul li{
        width: 48%;
        flex-direction: unset;
        justify-content: center;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text {
        height: 265px;
    }    
    .engage .colourful-boxes ul{
        gap: 0;
        row-gap: 11px;
    }
}
@media (width < 600px){
    .our-teams li {
        width: 47%;
    }
    .our-teams li .leaders_body{
        height: 95px;
    }
    .academic-leadership-governing .our-teams li .leaders_body, .featured-alumni .our-featured-alumni li .leaders_body {
        height: 112px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 133px;
    }
    .featured-alumni .our-featured-alumni{
        justify-content: space-between;
     }
    .featured-alumni .our-featured-alumni li {
        width: 47.5% !important;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text {
        height: 280px;
    }
    .sustainable-innovation-item{
        width: 100%;
    }
    .sustainable-innovation h4{
        margin-bottom: 1.5rem;
    }
  /*  section.imbibes-spirtuality .scrollableMenuWrapper .scrollableMenuLeft, .batch-memories-sec .scrollableMenuWrapper .scrollableMenuLeft, section.teaching_methods .scrollableMenuWrapper .scrollableMenuLeft, section.industry-readiness .scrollableMenuWrapper .scrollableMenuLeft{
        top: 0;
    }*/
     .module-box li {
        width: 100%;
    }
}
@media (width < 576px){
    .top-banner-text{
        width: 100%;
    }
    /* br{
        display: none;
    } */
    .top-banner{
        background: #e7cea5;
        text-align: center;
    }
    .top-banner h1.main-title.first {
        font-size: 32px;
    }
    .faculty-research .faculty-card, .conference-card {
        width: 100%;
    }
    .faculty-research .faculty-card .faculty-inner h5 {
        height: auto;
    }
    .tab-outer .tabs a {
        flex: 0 0 46%;
    }
    .social-innovation-stats li {
        width: 44%;
    }
    .media-items{
        width: 47.2%;
    }
    .academic-leadership-governing .faq-tabs .tab {
        flex: 0 0 51%;  
    }
    .video-cen{
        width: 100%;
    }
    .legacy-logo{
        float: inherit;
        width: 55%;
        display: block;
        margin: 0 auto 2rem;
    }
    .experiential-learning-banner{
        height: 400px;
    }
    .experiential-learning-banner h1.main-title.first {
        font-size: 40px !important;
    }
    .wide-ani .video-sec, .experiential-immersion-at-soil .wide-ani .video-sec, .eligibility-criteria .wide-ani .video-sec{
     height: 290px;
    }
    .office-of-alumni .video-design-top iframe, .soil-placements-process .video-design-top iframe {
        height: 320px;
    }
    .featured-alumni .our-featured-alumni li {
        width: 47.2% !important;
    }
    .featured-alumni .our-featured-alumni li .leaders_body {
        height: 127px;
    }
    .signature-career-box{
        flex-wrap: wrap;
        gap: 2.5rem;
    }
    .signature-career-items, .signature-career-items img{
        width: 100%;
    }
    .industry-practice .signature-career-items{
        position: sticky;
        top: 100px;
     }
    .industry-practice .signature-career-items{
       border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       -ms-border-radius: 10px;
       -o-border-radius: 10px;
       background-color: #f8f7f3;
    }
    .industry-practice .signature-career-items img{
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }
    .industry-practice .signature-career-items h5{
        padding: 0 1rem;
    }
    .industry-practice .signature-career-items p{
        padding: 0 1rem 1rem;
    }
    .check-cds-calendar{
        flex-direction: column;
        align-items: flex-start;
    }
    .check-cds-calendar{
        margin-bottom: 2.5rem;
    }
    .check-cds-calendar p{
        width: 100%;
        margin-bottom: 1.2rem;
    }
    .explore-cds-outer .check-cds-calendar:last-child{
        margin-bottom: 0;
    }
    .why-centers-of-excellence .img img{
        width: 100%;
        height: auto;
    }
    .state-of-the-art-incubation-stories-items{
        width: 100%;
        position: sticky;
        top: 202px;
        margin-bottom: 20px;
        height: 455px;
        background: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .sucess-stories-items-img img{
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }
    .state-of-the-art-incubation-stories .sucess-stories-items-details{
        margin-top: 0;
        padding: 1.8rem 1.2rem 1.4rem;
    }
    .soil-excellence-hubs-items{
        flex-wrap: wrap;
    }
    .soil-excellence-hubs-logo{
        width: 100%;
        margin: 0 0 1.5rem;
    }
    .soil-excellence-hubs-text{
        width: 100%;
    }
    .strip-bar {
        padding: 2rem 1.5rem 1.5rem;
    }
    .key-focus .scrollableMenuWrapper .scrollableMenuLeft{
        top: 0;
    }
    ul.mainScrollableBox_listing.list-colum li {
        width: 47% !important;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text {
        height: 170px;
    }
    .focus-areas-list{
        row-gap: 1.8rem;
    }
    .focus-areas-list-items{
        width: 48%;
    }
    .implementation .structured-training{
        padding: 1.2rem 1.2rem 2rem;
    }
    .structured-training .order-sec-3 a{
        margin-top: 0.4rem !important;
    }
    .founder-section{
        height: 550px;
    }
    .founder-section .quote{
        top: 41%;
    }
    .founder-section .founder-details{
        bottom: 50px;
    }
    .founder-section .quote span, .founder-section .founder-details span{
        font-size: 1rem;
    }
    .video-center .play_icon{
        top: 25px;
        right: 20px;
        width: 40px;
        font-size: 1rem;
    }
    .leadership-dialogue-items {
        width: 47%;
    }
    .nurture-leaders .form-top{
        padding: 0;
        background-color: transparent;
        margin-top: 1.5rem;
    }
    .design-thinking{
        flex-wrap: wrap;
        margin-top: 2.5rem;
    }
    .design-thinking-box{
        width: 46%;
    }
    .scroll-section.pillars-of-the-center-mob1s .main-title{
        top: 0;
    }
    .student-placement-process .video-design iframe{
        height: 200px;
    }
    .contact-form form{
        padding: 30px 15px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}

.history-tl-container ul.tl{
    margin-bottom: 0;
}
.history-tl-container ul.tl li{
    padding: 0 0 35px 30px;
    margin-left: 53px;
}
ul.tl li .timestamp{
    left: -68px;
}
	    .history-tl-container ul.tl {
        margin: 30px 0px 8px 16px;
    }
.history-tl-container ul.tl li::before{
    padding: 0.3rem;
    height: 12px;
    width: 12px;
    top: 1px;
    left: -13px;
}
.mentorship-video-sec{
    padding: 70px 15px;
}
.mentorship-video-sec iframe{
    height: 250px;
}
    .video-section-outer .video-box iframe {
        height: 300px;
    }
}
@media (width < 544px){
    .institute-leadership-items {
        height: 370px !important;
    }
}
@media (width < 540px){
    .our-teams li .leaders_body{
        height: 112px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 152px;
    }
    .office-of-alumni .video-design-top iframe, .soil-placements-process .video-design-top iframe {
        height: 290px;
    }
    .featured-alumni .our-featured-alumni li .leaders_body {
        height: 127px;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text {
        height: 190px;
    }
    .eligibility-criteria-new .three-box-section ul li{
        width: calc(100% - 0px);
    }
    .contact-us .contact-img img {
        height: 300px;
    }
}
@media (width < 510px){
    .academic-leadership-governing .our-teams li .leaders_body {
        height: 133px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 152px;
    }
    .our-partner-logo .logo-item{
        width: 30.5%;
    }
}
@media (width < 500px){
    .experiential-highlights .students-work-highlights {
        width: 46.5%;
    }
    .excellence-banner-strip{
        left: 0;
        padding: 0.5rem 2.5rem;
    }
    .program-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 12px;
  }

  .program-nav button {
    flex: 0 0 auto;  
    min-width: 120px;
    white-space: nowrap;
  }
  .program-nav-inner button{
    min-width: 230px;
  }
  .program-nav::-webkit-scrollbar {
    height: 3px;
  }
  .program-nav{
    border-bottom: none;      
  }
  .program-switch{
    font-size: 1.2rem;
  }
  .program-nav::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
  }
  .program-nav::-webkit-scrollbar-thumb {
    background: #c9b189;
    border-radius: 4px;
  }
  .program-switch.active::after{
    display: none;
  }
  .our-programs-cards .card {
    width: 100%;
  }
   .video-section-outer .video-box iframe {
        height: 260px;
    }
}
@media (width < 480px){
    .tab-outer .tabs a {
        flex: 0 0 60%;
    }
    .media-items{
        width: 100%;
    }
    .single-logo ul li {
        width: 40.5%;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 172px;
    }
    .featured-alumni .select-wrapper{
        padding: 0.2rem 1.2rem 2rem;
    }
    .featured-alumni .our-featured-alumni li {
        width: 47% !important;
    }
    .consortium-role .colourful-boxes ul li{
        width: calc(100% - 0px);
    }
    .impact-stats{
        margin-top: 1.5rem;
    }
    /* Slick dots styling */
.impact-stats .slick-dots {
  position: absolute;
  bottom: -40px;     
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  gap: 4px;         
  list-style: none;
  padding: 0;
  margin: 0;
}

.impact-stats .slick-dots li {
  margin: 0;
  padding: 0;
}

.impact-stats .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #726565;   
  border: none;
  font-size: 0;       
  cursor: pointer;
}

.impact-stats .slick-dots li.slick-active button {
    background-color: var(--og);
}
.celebrate-social-innovation .industry_video_section .industry_video .video_text {
    height: 215px;
}
.vision-mission-wrapper .box .label{
    width: 30%;
    font-size: 1.15rem;
}
 .institute-leadership-items{
    height: auto !important;
}
.institute-leadership-series .slick-prev, .experiential-leadership .slick-prev, .institute-leadership-series .slick-next, .experiential-leadership .slick-next {
    top: calc(-16% + 15px);
}
.form_section .form-design{
    padding: 1.4rem 1.2rem 2.5rem;
}
.form-design input[type="submit"]{
    margin-bottom: 0;
}
.soil_mantra_sec .text_box li {width: 100%;}
.mentorship-video-sec iframe{
    height: 200px;
}
}
@media (width < 440px){
    .experiential-highlights .students-work-highlights, .focus-areas-list-items, .design-thinking-box{
        width: 100%;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 192px;
    }
    .impact-box {
        width: 46%;
    }
    .wide-ani .video-sec, .experiential-immersion-at-soil .wide-ani .video-sec, .eligibility-criteria .wide-ani .video-sec{
        height: 250px;
    }
    .reach-impact .colourful-boxes ul li{
        width: 47%;
    }
     ul.mainScrollableBox_listing.list-colum li {
        width: 100% !important;
    }
    .leadership-in-action{
        padding-bottom: 70px;
    }
    .institute-leadership-items {
        height: 315px !important;
    }
    .institute-leadership-series .slick-prev, .experiential-leadership .slick-prev, .institute-leadership-series .slick-next, .experiential-leadership .slick-next {
        top: calc(100% + 20px);
    }
    .leadership-dialogue-items {
        width: 46%;
    }
    .contact-form p{
        padding-bottom: 0 !important;
    }
    .contact-form .form-group {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .contact-form label{
        width: auto;
        margin-bottom: 10px;
    }
    .immersive-learning-img > div {
        width: 46%;
    }
    .state-of-the-art-incubation-stories-items{
        height: 465px;
    }
}
@media (width < 425px){
    .academic-leadership-governing .our-teams li .leaders_body {
        height: 152px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 192px;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text {
        height: 218px;
    }
}
@media (width < 420px){
    .our-teams li {
        width: 46.5%;
    }
    .our-teams li .leaders_body{
        height: 130px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body{
        height: 192px;
    }
    .academic-leadership-governing .faq-tabs .tab {
        flex: 0 0 70%;  
    }
    .our-partner-logo .logo-item{
        width: 47.5%;
    }
    .ngo-img img{
        max-width: 200px;
        margin: 0 auto;
    }
    .office-of-alumni .video-design-top iframe, .soil-placements-process .video-design-top iframe {
        height: 270px;
    }
    .featured-alumni .our-featured-alumni li .leaders_body {
        height: 170px;
    }
}
@media (width < 410px){
    .featured-alumni .our-featured-alumni li .leaders_body{
        height: 190px;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text {
        height: 240px;
    }
    .video-section-outer .video-box iframe {
        height: 206px;
    }
}
@media (width < 400px){
    .featured-alumni .our-featured-alumni li{
        width: 46.5% !important;
    }
    .video-center .play_icon {
        top: 15px;
        width: 30px;
    }

}
@media (width < 390px){
    .tab-outer .tabs a {
        flex: 0 0 72%;
    }
    .our-teams li .leaders_body{
        height: 150px;
    }
    .academic-leadership-governing .our-teams li .leaders_body {
        height: 173px;
    }
        .academic-leadership-governing .our-teams li .leaders_body {
        height: 211px;
    }
    .experiential-learning-banner{
        height: 350px;
    }
   .featured-alumni .our-featured-alumni li{
        width: 80% !important;
        margin: 0 auto;
    }
    .featured-alumni .our-featured-alumni li .leaders_body{
        height: inherit !important;
    }
    .project-hub{
        height: 810px;
        margin-bottom: 138px;
    }
    .mentorship-video-sec iframe{
        height: 182px;
    }
}
@media (width < 375px){
    .academic-leadership-governing .our-teams li .leaders_body {
        height: 212px;
    }
    .wide-ani .video-sec, .experiential-immersion-at-soil .wide-ani .video-sec, .eligibility-criteria .wide-ani .video-sec{
        height: 200px;
    }
}
@media (width < 360px){
    .our-teams li .leaders_body{
        padding: 1rem 0.8rem;
    }
    .tab-outer .tabs a {
        flex: 0 0 72%;
    }
    .academic-leadership-governing .our-teams li .leaders_body {
        height: 190px;
    }
    .academic-leadership-governing .our-teams li .leaders_body {
        height: 212px;
    }
    .our-partner-logo .logo-item{
        width: 47.2%;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text {
        height: 265px;
    }
     .leadership-dialogue-items {
        width: 100%;
    }
}
@media (width < 348px){
    .pgdm-academic-advisory.our-teams li .leaders_body {
        height: 232px;
    }
    .impact-box {
        width: 45%;
    }
}
@media (width < 344px){
    .our-teams li .leaders_body {
        height: 175px;
    }
    .pgdm-academic-advisory.our-teams li .leaders_body {
        height: 255px;
    }
    .celebrate-social-innovation .industry_video_section .industry_video .video_text{
        height: 286px;
    }
    .institute-leadership-items {
        height: 340px !important;
    }
    .immersive-learning-img > div {
        width: 45%;
    }
}
@media (width < 330px){
    .celebrate-social-innovation .industry_video_section .industry_video .video_text{
        height: 312px;
    }
    .mentorship-video-sec iframe{
        height: 180px;
    }
}