 @charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
body {
	font-family: 'Nunito Sans', sans-serif !important;
	font-size: 1.125rem;
	color: #000000;
	font-weight: 500 !important;
}
p {
	font-family: 'Nunito Sans', sans-serif;
	color: #222222;
	font-weight: 500;
	font-size: 1.125rem;
}
.font-14 {
	font-size: 0.875rem;
}
.font-16 {
	font-size: 1rem;
}
.font-20 {
	font-size: 1.25rem;
}
.font-22 {
	font-size: 1.375rem;
}
.font-24 {
	font-size: 1.5rem;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-800 {
	font-weight: 800;
}
.font-900 {
	font-weight: 900;
}
a {
	font-family: 'Nunito Sans', sans-serif;
}
.main-tab .tab-content .main-title {
	font-size: 2rem;
	line-height: 1.6;
}
.who-hired .top-alumni .slick-slide {
	margin: 10px 10px;
}
.who-hired .top-alumni-card p {
	height: 85px;
}
/*program-pages-code-marge*/
.program-page .our-section {
	background: #f3ece2;
}
.program-page .our-section h2 {
	margin-bottom: 0rem;
	font-size: calc(1.325rem + 0.9vw);
	font-weight: 400 !important;
	text-transform: capitalize;
}
.program-page .our-section h1 {
	color: #000 !important;
	margin-bottom: 0 !important;
}
.our-section ul li {
	font-size: 18px !important;
}
.program-page h2 {
	text-transform: uppercase;
	font-weight: 900 !important;
}
/*.program-page ul.tringle li:before {
        background: url("./image/tringle-arrow.png") no-repeat left center;
        background-size: 12px;
    }*/

.program-page .img_box {
	text-align: end;
}
.program-page .img_box img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 8px;
}
.program-page .links-btn {
	margin-top: 0.5rem;
}
.program-page section.placements-and-careers-sec .links-btn {
	margin-top: 0;
}
.program-page .our-blog .links-btn a {
	width: auto !important;
}
.program-page .links-btn a i {
	margin-left: 0.5rem;
}
.program-page .our-section .links-btn a {
	width: auto !important;
	font-size: 18px !important;
	padding: 12px 25px;
}
.program-page .video-cen {
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 56.5% !important;
	overflow: hidden;
	height: auto;
	height: 0;
	background-color: #000;
	border-radius: 8px;
}
.program-page .video-cen iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.program-page .our-section .links-btn a i {
	margin-left: 0.5rem;
}
.program-page .attent-webinar {
	width: 100%;
	margin: 0rem 0 1rem 0;
}
.attent-webinar ul li h4{ margin-top: 5px; font-size: 22px; }
.program-page .attent-webinar ul {
	/* border: solid 1px rgba(40, 40, 40, 1); */
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #ffffff;
	justify-content: space-around;
	border-radius: 8px;
}
.program-page .work-industry-experience .main-title {
	margin-bottom: 36px !important;
}
.program-page .attent-webinar ul li {
	border: none;
	border-radius: 0;
	text-align: left;
	padding: 20px 15px 15px;
}
.program-page .attent-webinar ul li p {
	font-weight: 500;
}
.program-page .attent-webinar ul li p i {
	color: #000;
	margin-right: 0.5rem;
}
.program-page .attent-webinar ul li:hover {
	box-shadow: none;
}
.program-page .leadership-development .links-btn,  .program-page .learn-from-top-industry .links-btn,  .program-page .our-section-white a {
	display: none;
}
.our-section-white ul {
	display: flex;
	justify-content: space-between;
	margin: 0.5rem 0 2rem;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.our-section-white ul li {
	width: 46%;
}
.program-page .our-section-white ul li h3 {
	margin-bottom: 0.5rem;
}
.program-page .our-section-white ul li h3 span {
	font-size: 2.375rem;
	font-weight: 800;
}
.program-page .our-section-white ul li p {
	font-size: 1rem;
	line-height: 1.5rem;
}
.program-page .small-font {
	margin-bottom: -5px;
}
.program-page .sec-space h2 {
	font-weight: 900 !important;
}
.program-page .order-sec-3 a {
	margin-top: 2rem;
}
.program-page .top-alumni {
	margin-bottom: 1.5rem;
}
.program-page .top-alumni-card:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.side-menu li {
	margin-left: 1rem;
}
.side-menu li a {
	border-radius: 10px;
	border: 1px solid transparent;
	transition: 0.5s;
	font-size: 1rem;
	font-family: 'Nunito Sans', sans-serif;
	color: var(--black);
	padding: 18px 20px;
	min-width: 350px;
	font-weight: 800;
}
.side-menu li a.active {
	background: var(--white);
	box-shadow: none !important;
	border: 1px solid var(--black);
	box-shadow: inherit;
	position: relative;
}
.side-menu li a.active::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	height: 100%;
	width: 7px;
	background-color: #c9b189;
	border-radius: 10px;
}
.colourful-boxes ul {
	justify-content: space-between;
}
.colourful-boxes ul li {
	width: 20%;
	height: auto;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
	text-align: center;
	padding: 24px 20px;
}
.program-page .colourful-boxes ul li p {
	font-size: 1rem !important;
}
.program-page .colourful-boxes ul li h3 {
	font-size: 1.75rem;
	color: #fff;
}
.program-page .industry-curriculum,  .stick-sec {
	background: #f8f7f3 !important;
}
.program-page .colourful-boxes ul li:nth-child(6) {
	background-color: #bbbbb8;
}
.program-page .colourful-boxes ul li:nth-child(7) {
	background-color: #c9b189;
}
.program-page .colourful-boxes ul li:nth-child(8) {
	background-color: #bbbbb8;
}
.program-page .experience-student {
	width: 100%;
	background: #f3ece2;
	padding: 70px 0px 70px 0px !important;
	overflow: hidden;
}
.program-page .tab-sec span:nth-child(5) {
	background: #EBF4D5;
}
.program-page .tab-sec a:nth-child(5)::before,  .program-page .tab-sec span:nth-child(6)::before {
	background: #a5d066;
}
.program-page .tab-sec span:nth-child(6) {
	background: #F5EEE6;
}
.program-page .tab-sec a:nth-child(6)::before,  .program-page .tab-sec span:nth-child(6)::before {
	background: #dadada;
}
.program-page .tab-sec span:nth-child(7) {
	background: #FCE2D3;
}
.program-page .tab-sec a:nth-child(7)::before,  .program-page .tab-sec span:nth-child(7)::before {
	background: #f1b694;
}
.program-page .flagship-pgpm-program,  .program-page .next-steps {
	background: #f3ece2;
}
.program-page .form-design {
	border: none;
	background: #f8f7f3;
	max-width: 70%;
	margin-right: 0 !important;
}
.program-page .form-design .form-column {
	min-width: calc(100% - 1em);
}
.program-page .ligap li {
	font-size: 18px;
	margin-bottom: 10px !important;
}
section.leadership-development-sec, section.learn-from-top-industry, section.placements-and-careers-sec {
	padding: 15px 0px 18px;
}
section.placements-and-careers-sec {
	padding-bottom: 40px;
	padding-top: 22px;
}
.program-page .our-section .main-title {
	margin-bottom: 1.5rem !important;
	text-transform: uppercase;
	font-weight: 900 !important;
}
.program-page .sucess-stories .main-title {
	margin-bottom: 2rem !important;
}
/*body .our-section h1 {
	margin-bottom: 0 !important;
}*/
.program-page .learn-from-top-industry .colourful-boxes {
	margin-top: 1rem;
}
.program-page section.learn-from-top-industry-sec {
	padding-bottom: 67px;
	padding-top: 25px;
}
section.industry-curriculum-sec {
	padding: 0px 0 70px
}
.scrollableMenuLeft {
	top: 185px;
}
.program-page .placements-and-careers .colourful-boxes {
	margin-top: 0 !important;
}
.program-page.program-page.pgpm-hr-pge .placements-and-careers.our-section-white .colourful-boxes {
	margin-top: 30px !important;
}
.program-page .batch-profile {
	padding: 62px 0 20px;
	display: inline-block;
}
.program-page .institution {
	overflow: hidden;
	background: #fefaf8;
}
/*.program-page .institution .leaders_scroll .leaders_item .leaders_body p {
  height: 38px;
}*/
.program-page .two-pair .leaders_item:last-child {
	margin-top: 20px;
}
.program-page .institution .leaders_scroll .leaders_item .leaders_body {
	border: 0px;
	background: #fff;
	height: 88px;
}
.program-page.pgpm-hr-pge .institution .leaders_scroll .leaders_item .leaders_body {
	height: 105px;
}

.program-page.pgdm-pge .institution .leaders_scroll .leaders_item .leaders_body {
	height: 125px;
}
.program-page .institution .leaders_scroll .leaders_item {
	width: 95%;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.program-page .institution .leaders_scroll .leaders_item .leaders_body h6 {
	font-size: 1.125rem;
}
.program-page .institution {
	padding: 62px 0 47px;
}
.program-page .institution .leaders_carousel {
	padding-top: 0;
	width: 95.5%;
	margin-left: auto;
}
.program-page .institution .container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0px 0px 0px 22px;
}
.program-page .institution .mx-90 {
	width: 90%;
	margin: 0 auto;
}
 .leaders_scroll .slick-prev {
	right: 140px ;
	top: calc(98% + 15px) !important;
}
 .leaders_scroll .slick-next {
	right: 90px;
	top: calc(98% + 15px) !important;
}
.institution.here-alumni.leaders_scroll .slick-next{right: 50px;}
.institution.here-alumni .leaders_scroll .slick-prev {
	right: 160px;}
.program-page .video-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.program-page .video-popup iframe {
	width: 80%;
	height: 80%;
	border: none;
}
.experience-st .video-sec {
	position: relative;
}
.experience-st .video-sec .play_icon {
	position: absolute;
	top: 30px;
	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;
}
.experience-student .experience-st-wrap .experience-st {
	display: flex;
	gap: 1.5rem;
}
.experience-student .experience-st-wrap .experience-st .ex-st-shorts {
	width: 33%;
}
.instagram-media {
	min-width: 100% !important;
	border-radius: 8px !important;
}
.experience-student .experience-st-wrap .experience-st .slick-prev,  .experience-student .experience-st-wrap .experience-st .slick-next {
	position: absolute;
	width: 38px;
	height: 50px;
	top: calc(100% + 38px);
	z-index: 99;
}
.experience-student .experience-st-wrap .experience-st .slick-prev {
	left: auto;
	right: 65px;
}
.experience-student .experience-st-wrap .experience-st .slick-next {
	right: 10px;
}
.experience-student .experience-st-wrap .experience-text .experience-strip {
	background: #c9b189;
	display: none;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	margin-bottom: 1.2rem;
	font-weight: 700;
	font-style: italic;
}
.experience-student .experience-st-wrap .experience-text img {
	display: block;
	margin-bottom: 1.5rem;
	max-width: 48%;
}
.experience-student .experience-st-wrap .experience-text h3 {
	font-weight: 800 !important;
	margin-bottom: 1.2rem;
}
/* sucess stories section css */
.sucess-stories {
	padding: 60px 0 70px;
}
.sucess-stories .sucess-stories-sec {
	display: flex;
	gap: 1.6rem;
}
.sucess-stories .sucess-stories-sec .sucess-stories-items {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	width: 33%;/* margin: 0.75rem; */
}
.sucess-stories .sucess-stories-sec .sucess-stories-items .sucess-stories-items-img img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.sucess-stories .sucess-stories-sec .sucess-stories-items-profile {
	padding: 1.5rem 1.5rem 0;
	display: flex;
	justify-content: space-between;
}
.sucess-stories .sucess-stories-sec .sucess-stories-items-profile h5 {
	color: #dc6c0d;
	font-weight: 800 !important;
}
.sucess-stories .sucess-stories-sec .sucess-stories-items-profile .sucess-stories-items-icons i {
	font-size: 1.25rem;
	color: #000;
}
.sucess-stories .sucess-stories-sec .sucess-stories-items-bottom {
	padding: 0 1.5rem 1.5rem;
	margin-bottom: 0;
}
/* sucess stories section css end*/

/* founder-fellowship */
.program-page .founder-fellowship {
	background-color: #c9b189;
	padding: 65px 0 80px
}
.program-page .founder-fellowship .founder-fellowship-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.625rem 0 0;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-txt {
	width: 60%;
	margin-right: 3rem;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-img {
	width: 40%;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-img img {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 100%;
	height: 460px;
	object-fit: cover;
	object-position: center;
	object-position: bottom;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-txt .founder-fellowship-strip {
	background: #f3ece2;
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 1.2rem;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-txt h2 {
	margin-bottom: 1rem !important;
	font-weight: 800 !important;
	text-transform: capitalize;
}
.founder-fellowship .founder-fellowship-items .data-wrap {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 1.5rem !important;
}
.program-page .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 31%;
	background-color: #e6dacc;
	padding: 1rem;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.founder-fellowship .founder-fellowship-items .data-wrap li h4 {
	margin-bottom: 0rem;
	font-weight: 800 !important;
}
.founder-fellowship .founder-fellowship-items .data-wrap li p {
	font-size: 1rem;
	line-height: 1.4;
}
/* founder-fellowship end*/
.our-section-white ul.stats_new {
	margin: 2rem 0 0;
}
.blog-box ul li .blog-detail {
	padding-bottom: 24px;
}
.blog-box ul li .blog-detail h4 {
	height: 75px;
	font-weight: 700;
	color: #222222;
}
.blog-box ul li .blog-detail h4 a{
	color: var(--black);
}
.blog-box ul li .blog-detail p {
	margin-bottom: 0;
	
}
.blog-box ul li .blog-detail p a{display: inline-grid;}
.blog-box ul li .blog-detail p img {
	width: 18px;
	margin-left: 0.2rem;
	position: relative;
	top: 4px;
}
.program-page .graduation-streams {
	margin-left: 2.5rem;
}
.program-page .graduation-streams .bar-container {
	max-width: 500px;
}
.program-page .graduation-streams .bar-new {
	background-color: #fff;
	border-radius: 10px;
	height: 50px;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-right: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.program-page .graduation-streams .bar-fill {
	height: 100%;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
.program-page .graduation-streams .bar-text {
	z-index: 1;
}
.program-page .graduation-streams .bar-percent {
	margin-left: auto;
	font-weight: bold;
	color: #555;
	z-index: 1;
}
/* Custom Bar Widths and Colors */
.program-page .graduation-streams .bar-fashion .bar-fill {
	width: 10%;
	background-color: #EBF4D5;
}
.program-page .graduation-streams .bar-automotive .bar-fill {
	width: 14%;
	background-color: #F5EEE6;
}
.program-page .graduation-streams .bar-gadget .bar-fill {
	width: 47%;
	background-color: #CED9DD;
}
.program-page .graduation-streams .bar-food .bar-fill {
	width: 15%;
	background-color: #FCE2D3;
}
.program-page .graduation-streams .bar-estate .bar-fill {
	width: 14%;
	background-color: #EBF4D5;
}
#workexpChart {
	height: 430px !important;
	font-size: 13px;
}
.program-page .industrye-experience {
	overflow: hidden;
}
/*PGDM*/

.program-page.pgdm-pge .industry-curriculum, .stick-sec {
	background: #fff !important;
}
.program-page.pgdm-pge .mainScrollableBox {
	background-color: #f6f6f6;
}
.program-page.pgdm-pge .mainScrollableBox ul.circle-icon li:before {
	top: 6px;
}
/* Custom Bar Widths and Colors */
.program-page.pgdm-pge .graduation-streams .bar-fashion .bar-fill {
	width: 12%;
	background-color: #EBF4D5;
}
.program-page.pgdm-pge .graduation-streams .bar-automotive .bar-fill {
	width: 29%;
	background-color: #F5EEE6;
}
.program-page.pgdm-pge .graduation-streams .bar-gadget .bar-fill {
	width: 18%;
	background-color: #CED9DD;
}
.program-page.pgdm-pge .graduation-streams .bar-food .bar-fill {
	width: 25%;
	background-color: #FCE2D3;
}
.program-page.pgdm-pge .graduation-streams .bar-estate .bar-fill {
	width: 15%;
	background-color: #EBF4D5;
}
.top-recognized-ranked-school {
	padding: 70px 0 80px;
}
section.industry-readiness{
    padding: 0px 0 65px;
}
.industry-readiness .stick-sec{ padding-top: 60px;}
.program-page.pgdm-pge .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 16.5%;
	background-color: inherit;
	padding: inherit;
	border-radius: inherit;
	box-shadow: inherit;
}
.program-page.pgdm-pge .recognized-ranked-school {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
	gap: 1.5rem;
}
.program-page.pgdm-pge .recognized-ranked-school-items {
	width: 23%;
	text-align: center;
	border: #ebebeb solid 1px;
	padding: 1.2rem 1rem 2rem;
}
.program-page.pgdm-pge .recognized-ranked-school-items .logo-items {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	height: 60px;
}
.program-page.pgdm-pge .ranked-school-text {
	background-color: #ebebeb;
	padding: 1rem;
}
.program-page.pgdm-pge .industry-curriculum .scrollableMenuWrapper ul.circle-icon li {
	width: calc(100%);
}
#workexpChart {
	height: 440px !important;
	font-size: 13px;
}
.companies-visit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: 1.5rem;
}
.companies-visit .company {
	width: 18%;
}


.program-page.pgdm-pge ul.tringle-new li:before {
	left: 2px;
	top: 6px;
	width: 20px;
	height: 20px;
	background: url(../image/check-icon.png) no-repeat;
	background-size: 15px;
}
.founder-fellowship .founder-fellowship-items .data-wrap li p {
	margin-bottom: 0;
}
/*	.founder-fellowship .founder-fellowship-items .data-wrap{
    justify-content: space-between;
}*/
.founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 16.5%;
}
.program-page.pgdm-pge .sucess-stories {
	padding: 75px 0 80px;
}
.program-page.pgdm-pge .stick-sec {
	background: #fff !important;
}
.program-page.pgdm-pge .colourful-boxes ul li h3 {
	font-weight: 800 !important;
	margin-bottom: 0rem !important;
}
.program-page.pgdm-pge .img_box {
	display: inherit !important;
}
.program-page.pgdm-pge .institution .leaders_scroll .leaders_item .leaders_body p {
	height: 75px;
}
.program-page.pgdm-pge .flagship-Program ul.tringle li:before {
	background: url(../image/tringle-arrow.png) no-repeat left center;
	background-size: 12px;
}
.program-page.pgdm-pge .placements-and-careers {
	padding: 62px 0px 60px;
}
/*PGPM-HR*/
.program-page.pgpm-hr-pge #workexpChart {
	height: 440px !important;
	font-size: 13px;
}
.program-page.pgpm-hr-pge .video-cen {
	display: inherit !important;
}

.program-page.pgpm-hr-pge .founder-fellowship .founder-fellowship-items .data-wrap {
	gap: 1.5rem;
}
.program-page.pgpm-hr-pge .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 31%;
}
.program-page.pgpm-hr-pge .instagram-media {
	min-width: 100% !important;
	border-radius: 8px !important;
}
/*Custom Bar Widths and Colors*/
.program-page.pgpm-hr-pge .graduation-streams .bar-fashion .bar-fill {
	width: 30%;
	background-color: #EBF4D5;
}
.program-page.pgpm-hr-pge .industry-curriculum, .stick-sec {
	background: #f8f7f3 !important;
}
.program-page.pgpm-hr-pge .graduation-streams .bar-automotive .bar-fill {
	width: 4%;
	background-color: #F5EEE6;
}
.program-page.pgpm-hr-pge .graduation-streams .bar-gadget .bar-fill {
	width: 22%;
	background-color: #CED9DD;
}
.program-page.pgpm-hr-pge .graduation-streams .bar-food .bar-fill {
	width: 35%;
	background-color: #FCE2D3;
}
.program-page.pgpm-hr-pge .graduation-streams .bar-estate .bar-fill {
	width: 9%;
	background-color: #EBF4D5;
}
.program-page.pgpm-hr-pge .leaders-through-experiential-immersions {
	padding: 20px 0 50px;
}
.program-page.pgpm-hr-pge .founder-fellowship .founder-fellowship-items .data-wrap {
	justify-content: left;
}
.program-page.pgpm-hr-pge section.placements-and-careers-sec {
	padding-bottom: 40px;
	padding-top: 60px;
}
.program-page.pgpm-hr-pge .founder-fellowship {
	background-color: #c9b189;
	padding: 62px 0 55px;
}

.business-course-immersion{ padding-bottom: 30px;}
/*Programme-curriculum-inner-page-start*/



/*life-at-soil*/

.life-pge .sec-top-bot {
	padding: 85px 0px 70px;
}
.life-pge .long-v-strip h2 {
	font-weight: normal !important;
}
.life-pge .life-at-soil {
	background-color: #f3ece2;
	padding: 54px 0 44px;
}
.life-pge .life-at-soil h1 {
	font-size: 48px;
	color: #000 !important;
}
.life-pge .life-at-soil .primary-og {
	font-size: 30px;
	color: #f5831a !important;
}
.life-pge .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-pge .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-pge .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-pge .life-at-soil .ryt-strip h5 {
	margin-bottom: 0;
	font-weight: 800;
}
.life-pge .business-academies .img_box img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.life-pge .your-aca {
	background-color: #c9b189;
	padding: 70px 0;
}
.life-pge .your-aca .blog-banner-wrap {
	transition: transform 0.5s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.life-pge .your-aca .blog-banner-wrap:hover {
	transform: scale(1.02);
}
.life-pge .your-aca .blog-banner-wrap img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: top;
}
.life-pge .student-clubs, .help-communities {
	background-color: #f8f7f3;
}
.life-pge .stats {
	display: flex;
	justify-content: space-between;
	margin: 0 !important;
	flex-wrap: wrap;
	gap: 1rem;
	border-top: #000 solid 1px;
	padding-top: 2rem !important;
}
.life-pge .stats li {
	width: 48%;
}
.life-pge .stats li h3 {
	margin-bottom: 0.5rem;
}
.life-pge .stats li h3 span {
	font-size: 2.375rem;
	font-weight: 900 !important;
}
.life-pge .stats li p {
	font-size: 1rem;
	line-height: 1.5rem;
}
.life-pge .data-wrap-outer {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000;
	padding-top: 24px;
}
.life-pge .snapshots-slider {
	display: block !important;
}
/*life-at-soil End*/






/* academic-experience-Start */

.aca-expe .logo-sec {
	float: left;
	padding-left: 0px;
}
.aca-expe .nav-container {
	padding: 15px 0px;
}
.aca-expe .nav-right {
	justify-content: right;
	margin-top: 10px;
}
.aca-expe header .navbar {
	padding: 5px 0px 5px 0px !important;
}
.aca-expe .term-1 {
	background: #d9cdb3;
	padding: 58px 0px 34px 0px;
}
.aca-expe .harvard .main-title span {
	color: #000;
}
.aca-expe .sub-heading-parent {
	font-size: 32px;
}
.aca-expe .term-2 {
	background: #b2d235;
}
.aca-expe .primary-og {
	color: #000;
}
.aca-expe .term-3 {
	background: #f0d08c;
	padding: 60px 0px 36px 0px;
}
.aca-expe .Immerse {
	background: #c9b189;
	padding: 0px 0px 0px 0px;
}
.aca-expe .wrap-design .main-title {
	margin-top: 58px;
}
.aca-expe .wrap-design img.imgt {
	margin-top: 0px;
}
.aca-expe .wrap-design img.imgt {
	border-radius: 0px;
}
.aca-expe .main-title {
	font-size: 2.5rem;
}
.aca-expe .video-bg-sec-academic {
	padding: 0px 0px 0px 0px;
}
.aca-expe .moreless-button {
	margin: 0px 0px 30px 0px;
	font-weight: 800;
}
.aca-expe .transform-your {
	background: #d0e870;
	padding: 0px 0px 0px 0px;
}
.aca-expe .term-3 .main-title {
	margin-top: 0px;
}
.aca-expe .number-section h2 {
	font-size: 77px;
	color: #000;
}
.aca-expe .number-section .border-line-bottom {
	border-bottom: 1px solid #000;
}
.aca-expe .engage-in {
	background: #FFE994;
	padding: 55px 0px 20px 0px;
}
.aca-expe .four-box span {
	font-size: 16px;
	font-weight: 500;
	border: 0px;
	padding: 0px 0px 0px 0px;
}
.aca-expe .harvard .sub-heading-parent-second-black.mt-0 {
	margin-top: 25px !important;
}
.aca-expe .set-big-v-space .sub-heading-parent-second-black {
	margin: 0px 0px 15px 0px;
}
.aca-expe .dive-deep .sub-heading-parent-second-black.mt-0 {
	margin-top: 30px !important;
}
.aca-expe .dive-deep .sub-heading-parent-second-black {
	margin-top: 30px;
}
.aca-expe .engage-in .sub-heading-parent-second-black {
	margin-top: 30px !important;
}
.aca-expe .broaden-your .sub-heading-parent-second-black {
	margin-top: 30px !important;
}
.aca-expe .percentage-design {
	padding-right: 150px;
	margin-top: -18px;
}
.aca-expe .btn-dsn {
	margin: 30px 0px 30px 0px;
}
.aca-expe .dive-deep-1 {
	padding-right: 150px;
	margin-top: -18px;
}
.aca-expe .industry-logo {
	margin-bottom: 20px !important;
	padding: 0px 0px 0px 0px !important;
	margin: 40px 0px 30px 0px !important;
}
.aca-expe .industry-logo li {
	border: 0px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.aca-expe .cultivating-leaders {
	background: #da9357;
	padding: 0px 0px 50px 0px;
}
.aca-expe .number-section {
	width: 300px;
	float: right;
	margin-bottom: 40px;
}
.aca-expe .industry-logo img {
	border-radius: 10px;
}
.aca-expe .four-box span img {
	width: 100%;
	border-radius: 10px;
	border: 0px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #fff;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.aca-expe .btn-dsn::before {
	border-radius: 5px;
	background: #fff;
}
.aca-expe .btn-dsn .fa-arrow-right {
	display: inherit;
}
.aca-expe .cultivating-leaders-pic img {
	width: 45%;
	float: left;
}
.aca-expe .cultivating-leaders .main-title.first {
	font-weight: 300 !important;
	margin-bottom: 25px;
}
.aca-expe .breadcrumbs-sec {
	width: 100%;
	display: inline-block;
	background: #da9357;
	padding: 60px 0px 15px 0px;
}
.aca-expe .breadcrumbs {
	width: 100%;
	display: inline-block;
}
.aca-expe .breadcrumbs ul {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.aca-expe .breadcrumbs ul li {
	font-size: 12px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.aca-expe .breadcrumbs ul li span {
	font-size: 16px;
	margin: 0px 7px 0px 5px;
}
.aca-expe .breadcrumbs ul li:nth-child(2) {
	border: 1px solid #000;
	padding: 1px 10px 1px 10px;
}
.aca-expe .img-sec img {
	width: 100%;
	height: auto;
	transition: opacity 0.3s ease; /* smooth opacity transition */
}
.aca-expe .four-box span p {
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}
.aca-expe .cultivating-leaders-pic {
	padding: 30px 0px 0px 30px;
}
.aca-expe .more-wrap p {
	font-weight: 300;
}
.aca-expe .imgt {
	opacity: 0.5;
}
.aca-expe .wrap-design:hover .imgt {
	opacity: 1;
}


/* academic-experience-END */











/* curriculum section */



.table-design .main-tab .sidebar {
	/* position: -webkit-sticky; For Safari */
	position: static !important;
	margin-bottom: 70px;
}
section.curriculum_sec {
	padding: 65px 0 55px;
	background: #f3ece2;
}
section.curriculum_sec .main-title, .term-top .main-title {
	margin-bottom: 1.625rem !important;
}
section.curriculum_sec h1.main-title.first .primary-og {
	font-size: 30px;
	color: #f5831a !important;
}
section.curriculum_sec h1.main-title.first {
	font-size: 3rem;
}
section.curriculum_sec .first {
	margin-bottom: 1.25rem;
}
section.curriculum_sec .curriculum-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.curriculum_sec .curriculum-top p, section.learning_outcomes p, section.industry_learning .industry_learning_list li p {
	margin-bottom: 0;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft, section.curriculum_sec .curriculum-top .curriculum-top-col-ryt {
	width: 50%;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-ryt {
	margin-left: 3rem;
	text-align: right;
	margin-top: -11rem;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-ryt img {
	border-radius: 10px;
	max-width: 75%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft .stats {
	display: flex;
	justify-content: space-between;
	margin: 2rem 0 2rem !important;
	flex-wrap: wrap;
	gap: 1.5rem;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft .stats li {
	width: 48%;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft .stats li h3 {
	margin-bottom: 0.5rem;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft .stats li h3 span {
	font-size: 2.375rem;
	font-weight: 800;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft .stats li p {
	font-size: 1rem;
	line-height: 1.4;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft ul.entrance-test-box {
	margin-top: 1rem !important;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft ul.entrance-test-box li {
	background: #f5831a;
	margin: 0 !important;
	width: 100%;
	padding: 1.2rem 2rem;
	transition: linear 4s all;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft ul.entrance-test-box li::before {
	background: rgba(0, 0, 0, 0.2) !important;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft ul.entrance-test-box a {
	color: var(--bs-body-bg);
	text-decoration: none;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft ul.entrance-test-box a .fa-arrow-right {
	position: relative;
	top: 2px;
	left: 7px;
	transition: left 0.4s ease;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft ul.entrance-test-box li:hover .fa-arrow-right {
	left: 15px;
}
/* curriculum section end*/



/*learning outcomes*/
section.learning_outcomes, section.core_curriculum {
	background: var(--bs-body-bg);
	padding: 60px 0 70px;
}
section.learning_outcomes .learning_outcomes_lists {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 2.188rem 0 0 !important;
}
section.learning_outcomes .learning_outcomes_lists li {
	width: 20%;
	border: 1px solid #f2f2f2;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 1.5rem 1rem 1.5rem 1rem;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom: var(--topmenubtn3) solid 3px;
	transition: 0.3s ease;
}
section.learning_outcomes .learning_outcomes_lists li:hover {
	transform: translateY(-5px);
}
section.learning_outcomes .learning_outcomes_lists li i {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	background: var(--topmenubtn3);
	color: var(--bs-body-bg);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*learning outcomes end*/



/* section case study */
section.case_study_main .case_study_section {
	display: flex;
	justify-content: space-between;
}
section.case_study_main .case_study_section .case_study_lft {
	width: 55%;
	margin-right: 2.5rem;
}

.here-alumni .leaders_scroll .slick-prev{    top: calc(100% + 15px);}

section.case_study_main .case_study_section .video-cen {
	width: 40%;
	text-align: center;
	position: relative;
	padding-bottom: 22%;
	overflow: hidden;
	height: auto;
	height: 0;
	background-color: #000;
}
section.case_study_main .case_study_section .video-cen iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* section case study end*/

/* industry learning */
section.teaching_methods, section.teaching_methods .stick-sec {
	background-color: #f8f7f3;
}
section.teaching_methods {
	padding: 0px 0px 72px;
}
section.industry_learning .industry_learning_list {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 2.188rem 0 0 !important;
}
section.industry_learning .industry_learning_list li {
	width: 25%;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);/* border-radius: 10px;
   -webkit-border-radius: 10px; */
}
section.industry_learning .industry_learning_list li h6 {
	background: #9fc540;
	color: var(--bs-body-bg);
	padding: 1rem;
	margin-bottom: 0;/* border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0; */
}
section.industry_learning .industry_learning_list li:nth-child(2) h6 {
	background: #eaa536;
}
section.industry_learning .industry_learning_list li:nth-child(3) h6 {
	background: var(--topmenubtn3);
}
section.industry_learning .industry_learning_list li:last-child h6 {
	background: #90abb2;
}
section.industry_learning .industry_learning_list li p {
	padding: 1rem;
}
section.industry_learning .glimpse_img {
	margin-top: 1.85rem;
	border-radius: 15px;
}
section.industry_learning .glimpse_img img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 15px;
}
/* industry learning end*/
section.industry_learning {
	background: #c9b189;
	padding: 57px 0 70px;
}
section.core_curriculum .heading_title {
	margin-top: 2rem;
}
section.core_curriculum .core_curriculum_main {
	display: flex;
}
section.core_curriculum .core_curriculum_main .core_curriculum_left, section.core_curriculum .core_curriculum_main .core_curriculum_right {
	width: 50%;
}
section.core_curriculum .specializations_img {
	text-align: right;
}

.curriculum_ul_li.seco{ margin-top: 15px;}
.curriculum_ul_li .circle-icon{ display: flex; column-gap:20px; flex-wrap: wrap;}
section.core_curriculum .specializations_img img {
	max-width: 600px;
	width: 100%;
	padding-left: 20px;
}
.student-placement .mainScrollableBox .bg-wrap .mainScrollableBox_left p:last-child {
	margin-bottom: 0;
}
.student-placement .mainScrollableBox {
	padding: 2rem 2.5rem;
}
.student-placement .mainScrollableBox h5 {
	font-weight: 900 !important;
	margin-bottom: 0.6rem;
}
.student-placement .mainScrollableBox .mainScrollableBox_listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.5rem;
	margin: 1.75rem 0 0 0;
}
.student-placement .mainScrollableBox .mainScrollableBox_listing li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
	width: 31%;
	align-items: center;
}
.mainScrollableBox_listing .video-design iframe{height: 270px;
    max-height: 150px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.curri-pge .mainScrollableBox_listing .video-design iframe{
	max-height: 192px;
}
.teaching_methods.student-placement .mainScrollableBox:last-child .mainScrollableBox_listing li{    flex-direction: row; gap:10px;}

.student-placement .mainScrollableBox .mainScrollableBox_listing li .img_box {
	width: 32%;
}
.student-placement .mainScrollableBox .mainScrollableBox_listing li .mainScrollableBox_text {
	width: 68%;
}
.student-placement .mainScrollableBox .mainScrollableBox_listing li .mainScrollableBox_text h5 {
	font-weight: 800 !important;
	margin-bottom: 0.2rem;
	font-size: 18px;
}
.student-placement .mainScrollableBox img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 8px;
	margin-bottom: 0;
	    object-fit: cover;
    max-height: 190px;
	width: 100%;
}

.student-placement .mainScrollableBox .h-space img{ max-height:220px; }

.mainScrollableBox_listing .mainScrollableBox_text h5 {
	height: auto;
}
.industry-readiness .side-menu ul{ background: #f8f7f3 ! IMPORTANT}

section.teaching_methods .scrollableMenuLeft .navigation a.active::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	height: 100%;
	width: 7px;
	background-color: #c9b189;
	border-radius: 10px;
}
section.teaching_methods .navigation a.active {
	box-shadow: inherit;
	position: relative;
}
section.teaching_methods .navigation a.active {
	box-shadow: 5px 5px #ee8c2285;
	border: 1px solid var(--black);
	box-shadow: none;
}
.tab-design ul li:nth-child(1) h2, .term-1 {
	background: #c9b289;
}
.tab-design ul li:nth-child(1) h2:hover, .tab-design ul li.t1.active h2 {
	background: #c9b289 !important;
}
/*.tab-design ul li.t1, .tab-design ul li.t1.active, .tab-design ul li.t2, .tab-design ul li.t2.active, .tab-design ul li.t3, .tab-design ul li.t3.active{
   background: transparent !important;
}*/

.tab-design ul li:nth-child(2) h2 {
	background: #d7c4a6;
}
.tab-design ul li:nth-child(2) h2:hover, .tab-design ul li.t2.active h2 {
	background: #d7c4a6 !important;
}
.tab-design ul li:nth-child(3) h2 {
	background: #e4d9c5 !important;
}
.tab-design ul li:nth-child(3) h2:hover, .tab-design ul li.t3.active h2 {
	background: #e4d9c5 !important;
}
.video-design iframe {
	max-width: 100%;
	height: 150px;
}
.term-2 {
	background-color: #d7c4a6;
}
.term-3 {
	background-color: #e4d9c5;
}
.our-section .main-title {
	margin-bottom: 0.5rem;
}
.term_heading {
	font-weight: 700;
	margin-bottom: 0;
}
.term-1 .select-wrapper .form-design select, .term-2 .select-wrapper .form-design select, .term-3 .select-wrapper .form-design select {
	border: 2px solid #000000 !important;
	background: url(https://designawebsite.co.in/demo/soil-program-demo/image/select-icon-black.png) no-repeat right 10px center;appearance: none !important;
	outline: none;
}
.term-1 .cta-design li, .term-2 .cta-design li, .term-3 .cta-design li {
	background: #f3ece2;
}
#tab1 .data-table, #tab2 .data-table, #tab3 .data-table, #tab4 .data-table, #tab5 .data-table, #tab6 .data-table {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	background-color: #e4d9c5;
}
#tab1 table, #tab2 table, #tab3 table, #tab4 table, #tab5 table, #tab6 table {
	padding: 15px;
	width: 100%;
	margin: 0;
	border: unset;
}
#tab1 .data-table table tr th, #tab2 .data-table table tr th, #tab3 .data-table table tr th, #tab4 .data-table table tr th, #tab5 .data-table table tr th, #tab6 .data-table table tr th {
	background-color: #e4d9c5;
	color: #000;
	border-bottom: none !important;
	padding: 20px 15px;
	border: unset;
}
#tab3 .data-table table tr th, #tab6 .data-table table tr th {
	background-color: #c9b289;
}
#tab1 .data-table table tr td, #tab2 .data-table table tr td, #tab3 .data-table table tr td, #tab4 .data-table table tr td, #tab5 .data-table table tr td, #tab6 .data-table table tr td {
	background-color: #f8f7f3;
	border-bottom: 1px solid #dbdcd6 !important;
	padding: 15px 20px;
	border: unset;
}
.student-placement .scrollableMenuWrapper ul.circle-icon {
	display: flex;
	flex-wrap: wrap;
}
.student-placement .scrollableMenuWrapper ul.circle-icon li {
	width: calc(50% - 10px);
}
ul.mainScrollableBox_listing.list-colum {
	display: flex;
	justify-content: left !important;
}
ul.mainScrollableBox_listing.list-colum li {
	flex-direction: column;
	width: 31% !important;
	display: flex !important;
	justify-content: left !important
}
.student-placement .mainScrollableBox .mainScrollableBox_listing li .img_box, .student-placement .mainScrollableBox .mainScrollableBox_listing li .mainScrollableBox_text {
	width: 100%;
}
.student-placement .mainScrollableBox .mainScrollableBox_listing .entrance-two-box {
	margin-right: 15px;
}
ul.mainScrollableBox_listing.list-two-colum li {
	width: 100% !important;
	align-items: flex-start !important;
}
ul.entrance-test-box {
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: 20px !important;
}
.entrance-two-box .entrance-test-box li.buttonfx {
	flex-wrap: wrap;
	width: 48% !important;
}

/*Programme-curriculum-inner-page-PGDM-extra*/
section.core_curriculum..major .core_curriculum_main .core_curriculum_left .curriculum_ul_lis {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
 section.core_curriculum..major .core_curriculum_main .core_curriculum_left ul.circle-icon li:before {
 background: url(https://designawebsite.co.in/demo/soil-new-website/wp-content/themes/soil/image/check-icon.png) no-repeat;
 background-size: 15px;
}


ul.entrance-test-box li:nth-child(5) {
	background: #E8A51F;
}
ul.entrance-test-box li:nth-child(6) {
	background: #9b683c;
}
.select-wrapper ul li {
	width: 100%;
	max-width: 48%;
	margin: 0;
}
/* .select-wrapper ul li:nth-child(3) {    display:none; } */



.tab-design ul li:nth-child(4) h2,  .term-1 {
	background: #c9b289;
}
.tab-design ul li:nth-child(4),  .tab-design ul li:nth-child(5),  .tab-design ul li:nth-child(6) {
	border: solid 1px #ddd;
}
.tab-design ul li:nth-child(4) h2:hover,  .tab-design ul li.t1.active h2 {
	background: #c9b289 !important;
}
.tab-design ul li:nth-child(5) h2 {
	background: #d7c4a6;
}
.tab-design ul li:nth-child(5) h2:hover,  .tab-design ul li.t2.active h2 {
	background: #d7c4a6 !important;
}
.tab-design ul li:nth-child(6) h2 {
	background: #e4d9c5 !important;
}
.tab-design ul li:nth-child(6) h2:hover,  .tab-design ul li.t3.active h2 {
	background: #e4d9c5 !important;
}
#tab4 .data-table,  #tab5 .data-table,  #tab6 .data-table {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
}
#tab4 table,  #tab5 table,  #tab6 table {
	padding: 15px;
	width: 100%;
}
#tab6 .data-table table tr th {
	background-color: #c9b289;
}



/*Programme-curriculum-inner-page-END*/


/*admission-curriculum-inner-page-Start*/
.adm-prog-page .pgpm-admission-process {
	background-color: #f3ece2;
	padding: 62px 0px 45px;
}
.adm-prog-page .pgpm-admission-process .grid-model {
	width: 100%;
	background: none;
	background-size: cover;
	margin-left: auto;
	border: none;
}
.adm-prog-page .pgpm-admission-process .sub-heading-parent-second {
	margin-top: 1.5rem;
}
.adm-prog-page .pgpm-admission-process .grid-model img {
	/* top: 28%;*/
	box-shadow: unset;
	max-width: 36%;
}
.adm-prog-page .pgpm-admission-process h1 .primary-og {
	font-size: 50px;
	display: inherit;
	margin-bottom: 0px;
	font-weight: 900 !important;
	margin-bottom: -1rem;
	color: #000;
}
.adm-prog-page .profile {
	padding-bottom: 30px;
}
.adm-prog-page .eligibility-criteria {
	padding-bottom: 66px;
	background: #f8f7f3;
}
.adm-prog-page .next-steps {
	padding: 60px 0px 70px;
}

.adm-prog-page .light-gr {
	background: #fefefe;
}
.adm-prog-page .main-title .primary-og {
	text-transform: uppercase;
	font-weight: 900;
}
.adm-prog-page .three-box-section ul li {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: transform 0.5s;
	color: #fff;
	border: none;
}
.adm-prog-page .three-box-section ul li p {
	color: #fff;
}
.adm-prog-page .three-box-section ul li:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transform: scale(1.04);
}
.adm-prog-page .three-box-section ul li:nth-child(1) {
	background: #7a684a;
}
.adm-prog-page .three-box-section ul li:nth-child(2) {
	background: #8f7b59;
}
.adm-prog-page .three-box-section ul li:nth-child(3) {
	background: #947f5c;
}
.adm-prog-page .three-box-section ul li:nth-child(4) {
	background: #a7916b;
}
.adm-prog-page .three-box-section ul li:nth-child(5) {
	background: #c9b189;
}
.adm-prog-page ul.entrance-test-box li:nth-child(1) {
	background: #7a684a;
}
/* ul.entrance-test-box li:nth-child(1){
         background: rgba(0, 0, 0, 0.1);
      } */
.adm-prog-page .three-box-section ul li p {
	text-transform: uppercase;
}
.adm-prog-page .three-box-section ul li p:last-child {
	text-transform: unset;
}
.adm-prog-page .three-box-section ul li p span {
	font-size: 1rem;
}
.adm-prog-page ul.entrance-test-box li:nth-child(2) {
	background: #8f7b59;
}
.adm-prog-page ul.entrance-test-box li:nth-child(3) {
	background: #947f5c;
}
.adm-prog-page ul.entrance-test-box li:nth-child(4) {
	background: #a7916b;
}
.adm-prog-page ul.entrance-test-box li:nth-child(1)::before, .adm-prog-page ul.entrance-test-box li:nth-child(2)::before, .adm-prog-page ul.entrance-test-box li:nth-child(3)::before, .adm-prog-page ul.entrance-test-box li:nth-child(4)::before {
	background: rgba(0, 0, 0, 0.2) !important;
}
.adm-prog-page .video-box {
	text-align: end;
	margin-top: 0rem;
}
.adm-prog-page .video-box iframe {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 90%;
	height: 310px;
}
.adm-prog-page ul.admission-process-logos-5 li {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: transform 0.5s;
	background-color: var(--bgwhite);
}
.adm-prog-page ul.admission-process-logos-5 li img, .adm-prog-page ul.admission-process-logos-5 li img{ border-radius: 10px}
.adm-prog-page ul.admission-process-logos-5 li:hover {
	transform: scale(1.04);
}
.adm-prog-page .ap-light-green {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.adm-prog-page .ap-light-pink {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.adm-prog-page .ap-light-brown {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.adm-prog-page .app-blog img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.adm-prog-page .entrance-test .grid-entrance img {
	width: 100%;
	height: 390px;
	object-fit: cover;
	object-position:center;
	border-radius: 10px;
}
.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 98px;
	z-index: 9;
	background: #f8f7f3;
	overflow-y: auto;
	width: 100%;
	padding-top: 64px;
}
.adm-prog-page .eligibility-criteria .tab-content img {
	width: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}
.adm-prog-page .eligibility-criteria .tab-content img.application-form {
	height: 530px;
}
.adm-prog-page .eligibility-criteria .tab-content img.gepiProcess {
	height: 413px;
}
.adm-prog-page .eligibility-criteria .tab-content .final-decision {
	height: 435px;
}
.adm-prog-page .app-cycle {
	padding: 65px 0 70px;
}
.adm-prog-page .app-cycle .app-box h3 {
	padding-bottom: 0;
	font-weight: 800;
}
.adm-prog-page .three-box-section ul li h3 {
	font-size: 35px;
}
.adm-prog-page ul.admission-process-logos-5 {
	row-gap: 20px;
}
/*.adm-prog-page .pgpm-admission-process .row {
	align-items: center;
}*/
/*Programme-Fees-inner-page*/

.table-design .data-table table tr:hover {
	background-color: unset;
}
.table-design .data-table tr:nth-child(even) {
	background: #f7f7f7 !important;
}
.table-design .data-table table, .table-design .data-table td, .table-design .data-table th {
	font-size: 1.125rem;
	;
	border: 1px solid #b59968;
	padding: 1.2rem 1rem;
}
.spirituality-img img {
	border-radius: 8px;
}
/*Programme-Fees-inner-page-*/



/*Programme-batch-inner-page-*/

.pr-batch .colourful-boxes ul {gap: 25px;}
.pr-batch .colourful-boxes ul li {
    width: calc(25% - 20px);
	margin-right: 0; margin-bottom: 0!important}

.pr-batch .video-bg-sec .video-bg {
	padding: 70px 0px 80px;
}
.pr-batch .video-bg h1.main-title, .pr-batch .educational-experience .colourful-boxes ul li h3 {
	color: #fff !important;
	padding: 0 15px;
}
.pr-batch .video-bg-sec {
	padding: 0;
}
.pr-batch .education-background {
	background-color: #f3ece2;
}
.pr-batch .pre-mba {
	padding-bottom: 40px;
}
.pr-batch .pre-mba .wrap .holder .bar {
	background: #c9b289;
}
.pr-batch .pre-mba .wrap .holder .count {
	color: #000;
}
/* founder-fellowship */
.pr-batch .founder-fellowship {
	background-color: #c9b189;
	padding: 70px 0 70px;
}
.pr-batch .founder-fellowship .founder-fellowship-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pr-batch .founder-fellowship .founder-fellowship-items .founder-fellowship-txt {
	width: 60%;
	margin-right: 3rem;
}
.pr-batch .founder-fellowship .founder-fellowship-items .founder-fellowship-img {
	width: 40%;
}
.pr-batch .founder-fellowship .founder-fellowship-items .founder-fellowship-img img {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 100%;
	height: 410px;
	object-fit: cover;
	object-position: center;
	object-position: bottom;
}
.pr-batch .founder-fellowship .founder-fellowship-items .founder-fellowship-txt .founder-fellowship-strip {
	background: #f3ece2;
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 1.2rem;
}
.pr-batch .founder-fellowship .founder-fellowship-items .founder-fellowship-txt h2 {
	margin-bottom: 1rem !important;
	font-weight: 800 !important;
	text-transform: capitalize;
}
.pr-batch .founder-fellowship .founder-fellowship-items .data-wrap {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	margin-top: 1.5rem !important;
}
.pr-batch .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 16.5%;
}
.pr-batch .founder-fellowship .founder-fellowship-items .data-wrap li h4 {
	margin-bottom: 0rem;
	font-weight: 800 !important;
}
.pr-batch .founder-fellowship .founder-fellowship-items .data-wrap li p {
	font-size: 1rem;
	margin-bottom: 0;
	line-height: 24px;
}
/* founder-fellowship end*/

/* map css */

/*.map-wra span.hp::before, .map-wra span.jk::before, .map-wra span.pb::before, .map-wra span.hr::before, .map-wra span.rj::before, .map-wra span.mp::before, .map-wra span.mh::before, .map-wra span.gj::before, .map-wra span.ka::before, .map-wra span.kl::before, .map-wra span.dlh::after, .map-wra span.up::after, .map-wra span.bhr::after, .map-wra span.asm::after, .map-wra span.ml::after, .map-wra span.wgb::after, .map-wra span.jh::after, .map-wra span.ct::after, .map-wra span.or::after, .map-wra span.tg::after, .map-wra span.ap::after, .map-wra span.tn::after, .map-wra span.ut::after{
  display: none;
}*/
/* map css end*/

 .pre-mba .bar-container {
	max-width: 100%;
}
.pre-mba .bar-new {
	background-color: #fff;
	border-radius: 10px;
	height: 50px;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-right: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 .pre-mba .bar-fill {
	height: 100%;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
 .pre-mba .bar-text {
	z-index: 1;
	 font-size: 14px;
}

.t-cen{ text-align: center;}
 .pre-mba .bar-percent {
	margin-left: auto;
	font-weight: bold;
	color: #555;
	z-index: 1;
	 font-size: 14px;
}
.pr-batch .engage {
	background: #f3ece2;
}
.pr-batch #workexpChart {
	height: 440px !important;
	font-size: 13px;
}
.pr-batch g[stroke="#3cabff"] {
	display: none;
}
.pr-batch .engage-new .colourful-boxes ul li {
	background-color: #e4d9c5 !important;
	box-shadow: none;
}
/*PGDM css*/



.pr-batch.pr-pgdm-batch .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 17.5%;
}
/* left states */
.pr-batch.pr-pgdm-batch .state-wrap.state-wrap-jk {
	top: 8%;
	left: -24.2%;
}
.pr-batch.pr-pgdm-batch .map-wra span.jk::after {
	width: 100px;
	top: 50%;
	right: -46%;
}
.pr-batch.pr-pgdm-batch .state-wrap.state-wrap-pb {
	top: 17%;
	left: -5.2%;
}
.pr-batch.pr-pgdm-batch .map-wra span.pb::after {
	width: 74px;
	top: 50%;
	right: -56%;
}
.pr-batch.pr-pgdm-batch state-wrap.state-wrap-gj {
	top: 42%;
	left: -30.2%;
}
.pr-batch.pr-pgdm-batch .map-wra span.gj::after {
	width: 100px;
	top: 50%;
	right: -73%;
}
.pr-batch.pr-pgdm-batch .state-wrap.state-wrap-mp {
	top: 49%;
	left: -32.2%;
}
/*Programme-Placement-inner-page-*/

.career-growth {
	width: 100%;
	display: inline-block;
	padding: 0px 10px 0px 10px;
	margin: 30px 0px 40px 0px;
}
.career-growth-1 {
	width: 49%;
	float: left;
	padding-bottom: 0px;
	margin: 0px 2% 0px 0px;
}
.career-growth-line {
	width: 18%;
	border-bottom: 2px dotted #ddd;
	position: absolute;
	left: 37%;
	top: 15px;
}
.career-growth-line::after {
	content: "⮞";
	position: absolute;
	right: -13px;
	top: -13px;
	font-size: 20px;
	color: #ddd;
}
.career-growth-3 {
	border-right: 0px;
	padding-left: 30px;
	margin-right: 0%;
}
.career-growth-3 .career-growt-2 {
	width: 30%;
	padding-right: 0px;
}
.career-growth-3 .career-growth-line {
	left: 41%;
}
.placement-Journey {
	background: #fff;
	padding: 0px 0px 0px 0px;
}
.career-growth.color-1 {
	background: #fefaef;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px -10px 0px;
}
.previous .wrap {
	max-width: 100%;
}
.pce-page .career-transitions {
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.engage.get-touch {
	padding: 59px 0px 32px;
	background: #c9b189;
}
.institution.here-alumni .institution_top h2 {
	font-weight: 900 !important;
	margin-bottom: 0px !important;
}
.pce-page .two-pair .leaders_item:last-child {
	margin-top: 0;
}
.engage.get-touch .colourful-boxes ul {
	justify-content: flex-start
}
.pce-page .institution.placement-Journey .institution_top h2 {
	margin-bottom: 20px !important
}
.pce-page .recruiting-sectors .main-title {
	margin-bottom: 1.8rem !important;
}
.engage.get-touch .colourful-boxes ul li {
	background: #7a684a !important;
}
.engage.get-touch .colourful-boxes ul li p {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.pce-page .career-transitions .container {
	max-width: 90% !important;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
}
.student-placement.plce-pge .mainScrollableBox {
	box-shadow: none;
}



/* Custom Bar Widths and Colors */
.pre-mba .tr .bar-fashion .bar-fill {
  width: 54%;
  background-color: #EBF4D5;
}
.pre-mba .tr .bar-automotive .bar-fill {
  width: 10%;
  background-color: #F5EEE6;
}
.pre-mba .tr .bar-gadget .bar-fill {
  width: 7%;
  background-color: #CED9DD;
}
.pre-mba .tr .bar-food .bar-fill {
  width: 10%;
  background-color: #FCE2D3;
}
.pre-mba .tr .bar-estate .bar-fill {
  width: 3%;
  background-color: #e4d9c5;
}
.pre-mba .tr .bar-healthcare .bar-fill{
  width: 2%;
  background-color: #c9b189;
}
	.pre-mba .tr .bar-pharma .bar-fill{
  width: 3%;
  background-color: #bbbbb8;
}
	/* Custom Bar Widths and Colors */
.pre-mba .fw .bar-fashion .bar-fill {
  width: 12%;
  background-color: #EBF4D5;
}
.pre-mba .fw .bar-automotive .bar-fill {
  width: 28%;
  background-color: #F5EEE6;
}
.pre-mba .fw .bar-gadget .bar-fill {
  width: 22%;
  background-color: #CED9DD;
}
.pre-mba .fw .bar-food .bar-fill {
  width: 8%;
  background-color: #FCE2D3;
}
.pre-mba .fw .bar-estate .bar-fill {
  width: 10%;
  background-color: #e4d9c5;
}
.pre-mba .fw .bar-healthcare .bar-fill{
  width: 6%;
  background-color: #c9b189;
}
	.pre-mba .fw .bar-pharma .bar-fill{
  width: 14%;
  background-color: #bbbbb8;
}




/* Custom Bar Widths and Colors */
.pre-mba.pgpm-hr-bar .tr .bar-fashion .bar-fill {
  width: 31%;
  background-color: #EBF4D5;
}
.pre-mba.pgpm-hr-bar .tr .bar-automotive .bar-fill {
  width: 14%;
  background-color: #F5EEE6;
}
.pre-mba.pgpm-hr-bar .tr .bar-gadget .bar-fill {
  width: 11%;
  background-color: #CED9DD;
}
.pre-mba.pgpm-hr-bar .tr .bar-food .bar-fill {
  width: 13%;
  background-color: #FCE2D3;
}
.pre-mba.pgpm-hr-bar .tr .bar-estate .bar-fill {
  width: 5%;
  background-color: #e4d9c5;
}
.pre-mba.pgpm-hr-bar .tr .bar-healthcare .bar-fill{
  width: 4%;
  background-color: #c9b189;
}

	/* Custom Bar Widths and Colors */
.pre-mba.pgpm-hr-bar .fw .bar-fashion .bar-fill {
  width: 39%;
  background-color: #EBF4D5;
}
.pre-mba.pgpm-hr-bar .fw .bar-automotive .bar-fill {
  width: 22%;
  background-color: #F5EEE6;
}
.pre-mba.pgpm-hr-bar .fw .bar-gadget .bar-fill {
  width: 22%;
  background-color: #CED9DD;
}
.pre-mba.pgpm-hr-bar .fw .bar-food .bar-fill {
  width: 9%;
  background-color: #FCE2D3;
}
.pre-mba.pgpm-hr-bar .fw .bar-estate .bar-fill {
  width: 4%;
  background-color: #e4d9c5;
}
.pre-mba.pgpm-hr-bar .fw .bar-healthcare .bar-fill{
  width: 4%;
  background-color: #c9b189;
}





/* Custom Bar Widths and Colors */
.pre-mba.pgdm-bar .tr .bar-fashion .bar-fill {
  width: 33%;
  background-color: #EBF4D5;
}
.pre-mba.pgdm-bar .tr .bar-automotive .bar-fill {
  width: 30%;
  background-color: #F5EEE6;
}
.pre-mba.pgdm-bar .tr .bar-gadget .bar-fill {
  width: 7%;
  background-color: #CED9DD;
}
.pre-mba.pgdm-bar .tr .bar-food .bar-fill {
  width: 7%;
  background-color: #FCE2D3;
}
.pre-mba.pgdm-bar .tr .bar-estate .bar-fill {
  width: 4%;
  background-color: #e4d9c5;
}
.pre-mba.pgdm-bar .tr .bar-healthcare .bar-fill{
  width: 3%;
  background-color: #c9b189;
}
	.pre-mba.pgdm-bar .tr .bar-pharma .bar-fill{
  width: 3%;
  background-color: #bbbbb8;
}

.pre-mba.pgdm-bar .tr .bar-electronic .bar-fill{
  width: 2%;
  background-color: #e5e5e4;
}

	/* Custom Bar Widths and Colors */
.pre-mba.pgdm-bar .fw .bar-fashion .bar-fill {
  width: 7%;
  background-color: #EBF4D5;
}
.pre-mba.pgdm-bar .fw .bar-automotive .bar-fill {
  width: 17%;
  background-color: #F5EEE6;
}
.pre-mba.pgdm-bar .fw .bar-gadget .bar-fill {
  width: 23%;
  background-color: #CED9DD;
}
.pre-mba.pgdm-bar .fw .bar-food .bar-fill {
  width: 11%;
  background-color: #FCE2D3;
}
.pre-mba.pgdm-bar .fw .bar-estate .bar-fill {
  width: 17%;
  background-color: #e4d9c5;
}
.pre-mba.pgdm-bar .fw .bar-healthcare .bar-fill{
  width: 3%;
  background-color: #c9b189;
}
	.pre-mba.pgdm-bar .fw .bar-pharma .bar-fill{
  width: 6%;
  background-color: #bbbbb8;
}
.pre-mba.pgdm-bar .fw .bar-electronic .bar-fill{
  width: 20%;
  background-color: #e5e5e4;
}



.plce-pge .logo-container {
	border-radius: 10px;
	margin: 0px 0px 20px 0px;
	width: 100%;
	max-width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.engage.get-touch .main-title {
	margin-bottom: 28px !important;
}
.leadership-development.structured-training-sec .main-title {
	margin-bottom: 1.4rem !important;
}
.student-placement.plce-pge .main-title {
	margin-bottom: 22px !important;
}
.pce-page .institution .leaders_scroll .leaders_item {
	width: 95%;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 8px;
}
.placement-report.colourful-boxes ul li {
	height: auto;
}
.previous {
	background: #fff;
	padding: 55px 0px 30px 0px;
}
.student-placement.plce-pge .industry-logo img {
	width: 100%;
}
.student-placement.plce-pge .bg-wrap {
	    width: 100%;
    background: #fff;
    padding: 28px 20px;
    border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pce-page .student-placement.recruiter-sen {
    padding: 40px 0px 70px;
}
.student-placement.plce-pge .logo-container {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.student-placement.plce-pge .scrollableMenuWrapper h4 {
	margin-left: 12px;
}
.student-placement.plce-pge .industry-logo img {
	padding: 60px;
}
.recruiter-sen .mainScrollableBox {
	background: #fefaf8;
	padding: 0px 0px 0px 0px;
	
}

.student-placement.recruiter-sen.career-development-sec{margin-top: 30px !important;}
.recruiter-sen .industry-logo {
	display: inherit;
	width: 100%;
	padding-left: 15px;
}
.recruiter-sen .industry-logo img {
	width: 70%;
	height: initial;
	position: relative;
}
.career-growth.color-2 {
	background: #fefdfb;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px -10px 0px;
}
.career-growth.color-1 {
	background: #f8f7f3;
}
.institution.placement-Journey {
	padding: 60px 0rem 0px 0rem;
}
.institution.here-alumni {
	padding: 60px 0rem 70px 0rem;
	background: #e4d9c5
}
.career-transitions h3 {
	margin-bottom: 30px
}
.career-transitions h3 {
	width: 100%;
	float: left;
	font-size: 22px;
	margin: 20px 0px 30px 0px;
}
.pce-page .institution .leaders_carousel {
	position: relative;
	padding: 1.3rem 0 0;
	margin-bottom: 50px;
}
.pce-page .institution .leaders_scroll .leaders_item .leaders_body {
	border: 0px;
	background: #fff;
	height: 85px;
}
.career-transitions .main-title {
	margin-bottom: 0px !important;
}
.career-transitions.domain {
	padding: 70px 0 0px;
}
.pce-page .student-placement {
	padding: 40px 0px 55px;
}
.career-development-sec,  .career-development-sec .stick-sec {
	background: #f8f7f3;
}
.career-development-sec {
	background: #f8f7f3;
	padding: 55px 0px 70px 0px;
}
.career-development-sec .stick-sec {
	background: #fefaf8;
}
.career-development-sec .bg-wrap {
	border-radius: 8px 8px 8px 8px;
	background: #fff;
	padding: 30px 30px 30px 30px;
}
.career-development-sec .mainScrollableBox {
	background: #ffffff;
}
.career-development-content {
	width: 59%;
	float: left;
	padding-right: 50px;
}
.career-development-pic {
	width: 41%;
	float: left;
}
.career-development-pic img {
	width: 100%;
}
.career-growt-pic {
	width: 100%;
	float: left;
	display: flex;
	align-items: end;
	justify-content: left;
}
.career-growt-pic img {
	width: 80px;
	border-radius: 100px;
}
.career-growt-pic h6 {
	width: 80%;
	float: right;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-weight: 500 !important;
	line-height: 25px !important;
	color: #ee8c22;
	font-weight: 700 !important;
}
.career-growt-pic h6 span {
	font-size: 14px;
	text-transform: initial;
	color: #000;
	font-weight: 500;
}
.career-growt-content {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-top: 15px;
}
.career-growt-content p {
	height: 50px;
	float: left;
	font-size: 14px;
	line-height: 23px;
}
.career-growt-2 {
	width: 33%;
	float: right !important;
	padding-right: 10px;
}
.pce-page .institution.here-alumni .institution_top {
	padding: 0px 172px 20px 10px;
}
.pce-page .cohort-table .table-striped th {
	color: #000;
	border-bottom: 0px !important;
	background: #c9b189;
}
.pce-page .cohort-table .table-striped tr td {
	border-bottom: 1px solid #dbdcd6 !important;
	background: #fcfdf5;
}
.pce-page .table-striped>tbody>tr:nth-of-type(2n+1)>* {
 --bs-table-bg-type: #fcfdf5;
}
.pce-page .cohort-table .table-striped .table-1 {
	border-bottom: 0px !important;
}
.pce-page .engage .colourful-boxes ul li:nth-child(2) {
	background: #8f7b59;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pce-page .engage .colourful-boxes ul li:nth-child(3) {
	background: #9f8862;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 ..pce-page engage .colourful-boxes ul li:nth-child(4) {
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 background: #a7916b;
 margin-bottom: 0px;
}
.pce-page .career-transitions-content {
	margin-bottom: 15px !important;
}
.pce-page .pgpm-placements-report {
	background: #fefaef;
	padding: 60px 0px 35px 0px;
}
.pce-page .opt-placement {
	background: #c9b189;
	box-shadow: rgba(0, 0, 0, 0.24) -3px 3px 8px;
}
.pce-page .opt-placement span {
	color: #000;
	    font-size: 18px;
  display: flex;
    align-items: center;
}
.pce-page .avg-lpa {
	background: #e5e5e4;
	box-shadow: rgba(0, 0, 0, 0.24) 3px 3px 8px;
}
.pce-page .bottom-sec {
	margin-top: 30px;
}
.pce-page .colourful-boxes ul li h3 {
	color: #fff;
}
.pce-page .cohort-table table {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	border: none;
}

.student-placement.plce-pge.recruiter-sen .scrollableMenuLeft { top: 315px;}


.pce-page .leadership-development {
	background: #f2f8ec;
}
.pce-page .engage .colourful-boxes ul li:nth-child(1), .pce-page .engage .colourful-boxes ul li {
	background: #7a684a;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pce-page .engage .colourful-boxes ul li p {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.pce-page .engage .colourful-boxes .fas {
	color: #fff;
}
.pce-page .clients-logo .logo-box {
	width: 24%;
}
.pce-page .engage .colourful-boxes ul li:nth-child(3) {
	background: #947f5c;
}
.pce-page .engage .colourful-boxes ul li a {
	    font-size: 20px;
    font-weight: 700;
    background: none !important;
    padding: 24px 15px 24px 15px;
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
}
.pce-page .bar {
	background: #d0c3ad;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pce-page .bar-1 {
	background: #cab48e !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pce-page .pgpm-placements-report h1.main-title.first .primary-og {
	font-size: 48px;
	display: inherit;
	margin-bottom: 0px;
}
.pce-page .industry {
	background: #fefaf8;
	padding: 55px 0px 55px 0px;
	margin: 0px 0px 0px 0px;
}
.pce-page .industry .institution_top h3 {
	margin: 0px 0px 10px 0px;
}
/* .play_icon {
        -moz-animation: inherit;
    }*/

.pce-page .industry-logo img {
	width: 70%;
	height: initial;
	position: relative;
}
.pce-page .btn-3 {
    margin: 0px 0px 0px 10px !important;
}
.pce-page .pgpm-placements-report span.list {
	position: relative;
}
.pce-page .pgpm-placements-report span.list ul {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.pce-page .pgpm-placements-report span.list ul li {
	padding-left: 20px;
}
.pce-page .pgpm-placements-report span.list ul li::before {
	vertical-align: middle;
	display: inline-block;
	width: 4px;
	height: 4px;
	content: "■";
	position: absolute;
	left: 0px;
	margin-top: -2px;
	color: #c9b189;
}
.pce-page .alumni-content {
	float: left;
	font-weight: 700;
	width: 100%;
}
.pce-page .btn-text-wrap .alumni-content{ margin-bottom: 0;}
.pce-page .btn-dsn .fa-arrow-right {
	display: initial;
}
.pce-page .count {
	color: #000;
}
.pce-page .bar .label {
	font-weight: 500;
}
.pce-page .engage {
	background: #c9b189;
	padding: 59px 0px 70px 0px;
}
.pce-page .placement-report ul {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.pce-page .btn-1 {
	width: 315px;
	margin: 30px auto 0px;
}
.pce-page .pre-mba.tp .btn-1{ margin-top: 30px !important}
.pce-page .btn-2 {
	display: inherit;
	margin: 30px auto 0px;
}
.pce-page .placement-report ul li {
	width: calc(33% - 8px);
	padding: 0;
	margin: 0px 0% 0px 0px;
}
.pce-page .placement-report ul{ gap:15px;}
.pce-page .structured-training-sec {
	background: #fff;
	padding: 0px 0px 0px 0px;
	margin: 70px 0px 70px 0px;
}
.pce-page .structured-training {
	background: #f4f2ee;
	padding: 40px 40px 40px 40px;
	border-radius: 10px;
}
.pce-page .structured-training .video-container {
	position: relative;
	height: 350px;
}
.pce-page .structured-training .video-container img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	border-radius: 10px;
}
.pce-page .structured-training .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.pce-page .get-touch {
	padding: 59px 0px 59px 0px;
	margin: 0px 0px 0px 0px;
}
.pce-page .btn-og {
	color: #fff;
	background: #ee8c22;
}
.pce-page .structured-training {
	background: #fefaef;
}
.pce-page .pgpm-placements-report {
	background: #f3ece2;
}
.pce-page .cohort-table .table-striped tr td {
	background: #f8f7f3;
}
.pce-page .table-striped>tbody>tr:nth-of-type(2n+1)>* {
 --bs-table-bg-type: #f8f7f3;
}
.pce-page .bar, .pce-page .bar:nth-of-type(2n) {
	background: #d7c4a6;
}
.pce-page .bar-1 {
	background: #c9b289 !important;
}
.pce-page .structured-training, .pce-page .recruiter-sen, .pce-page .recruiter-sen .stick-sec, .pce-page .recruiter-sen .mainScrollableBox {
	background: #f8f7f3;
}
.pce-page .placement-Journey {
	background: #fff;
}
.pce-page .count {
	font-weight: 600;
}
/*Programme-Placement-inner-page-*/
















/*Programme-batch-inner-page-*/

/*international-immersion*/

.international-immersion {
	padding: 55px 0px 45px;
	background: #f3ece2;
	margin-bottom: 0rem;
}
.main-title, .outer-border .main-title {
	text-transform: uppercase;
	font-weight: 900 !important;
	margin-bottom: 1.625rem !important;
}
.business-course .tab-content #tab1 .clients-main {
	margin-top: 4.5rem;
	height: 345px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}
.business-course .tab-content #tab1 .clients-main, .business-course .tab-content #tab3 .clients-main {
	margin-top: 4.2rem;
	height: 345px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}
.business-course .tab-content .clients-logos ul li:last-child {
	margin-bottom: 0;
}
.business-course .tab-content .clients-logos {
	display: flex;
	align-items: center;
}
.business-course .tab-content #tab2 .clients-main {
	margin-top: 4.5rem;
	height: 700px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}
.business-course .tab-content #tab4 .clients-main {
	margin-top: 4.5rem;
	height: 550px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}
.business-course .tab-content .tringle {
	margin-top: 1.5rem !important;
}
.business-course .tab-content #tab3 .tringle {
	display: flex;
	flex-wrap: wrap;
}
.business-course .tab-content #tab3 .tringle li {
	width: 50%;
}
.business-course .tab-content ul.tringle li:before {
	left: 2px;
	top: 6px;
	width: 20px;
	height: 20px;
	background: url(https://designawebsite.co.in/demo/soil-new-website/wp-content/themes/soil/image/check-icon.png) no-repeat;
	background-size: 15px;
}

/*international-immersion*/






.row:after, .row:before {
	clear: both;
	content: "";
	display: table
}
article, aside, figure, footer, form, header, nav, section {
	display: block
}
hr {
	background-color: #626262;
	height: 1px;
	border: 1px
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	color: #000;
	margin-bottom: 15px;
	font-family: 'Nunito Sans', sans-serif;
	line-height: 1.3 !important;
}
h1 {
	font-size: 48px;
	line-height: 92px;
}
h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
}
h3 {
	font-size: 30px
}
h5 {
	font-size: 24px
}
h6 {
	font-size: 18px
}
a, img {
	outline: 0;
	border: none;
	text-decoration: none;
	color: #DC6C0D;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	width: auto
}
ol, ul {
	display: block;
	margin: 0;
	padding: 0;
}
ol li, ul li {
	display: block;
	list-style-type: none;
	font-weight: 500;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.125rem;
	line-height: 26px;
}
:root {
 --pink: #FEFAF8;

	/*--pink: #fff0e8;*/

	--grey: #fafcf3;
 --og: #EE8C22;
 --lg-og: #f6c25b;
 --black: #000000;
 --white: #ffffff;
 --topbigbox2: #c9b189;
}
.mt-7 {
	margin-top: 5rem !important;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
/*common css start*/

ul.tringle li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 12px;
}
ul.tringle li:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 6px;
	width: 10px;
	height: 12px;
	background: url("../image/tringle.png") no-repeat left center ;
}
ul.tringle.lg-icon li:before {
	background: url("../image/tringle-green.png") no-repeat left center !important;
}
ul.tringle.l-grey-icon li:before {
	background: url("../image/tringle-l-grey.png") no-repeat left center !important;
}

ul.tringle-new li:before {
	left: 2px;
	top: 6px;
	width: 20px;
	height: 20px;
	background: url("../image/check-icon.png") no-repeat;
	background-size: 15px;
}
.l-grey-icon, .lg-icon, .tringle-og {
	padding-top: 5px !important
}
.top_menu_close {
	cursor: pointer;
	font-size: 40px;
	/* margin-left: 20px; */

	font-weight: 400;
	position: absolute;
	right: 30px;
	font-family: 'Nunito Sans', sans-serif;
	top: -6px;
	float: right;
}
.top_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f44336;
	color: white;
	z-index: 9;
	transform: translateY(-100%);
	opacity: 0;
	/* Slower and smoother transition */

	transition: transform 0.2s cubic-bezier(0.300, 0.000, 0.175, 1.000);
}
.top_menu.show {
	transform: translateY(0);
	opacity: 1;
}
/* Spacer below top menu */

.top_menu_spacer {
	height: 0;
	transition: height 0.8s ease-in-out;
	background: var(--topmenubtn1);
}
.top_menu_spacer.active {
	height: 47px; /* Match animated height */
}
.two-col-sec a {
	width: 100%;
	padding:5px 15px !important;
}
.two-col-sec {
	width: 230px;
	flex-wrap: wrap;
	display: flex;
	justify-content: left;
	gap: 8px;
}
.submenu {
	padding: 15px 15px 20px 15px
}
.meg.submenu {
	padding: 0 !important
}
/*.submenu .two-col-sec a::after {

    content: "\f062";

    font-family: 'Font Awesome 6 Free';

    font-weight: 800;

    margin-left: 0.6rem;

    transform: rotate(50deg);

    -webkit-transform: rotate(50deg);

    -moz-transform: rotate(50deg);

    -ms-transform: rotate(50deg);

    -o-transform: rotate(50deg);

    display: inline-block;

    font-size: 15px;

    color: var(--topmenubtn2);

}

*/



/* Fixed when scrolled */

.nav-container.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#myHeader {
	position: fixed;
	box-shadow:0px 0px 10px #ebebeb;
}
.meg .submenu {
	padding: 0px 0px 0px 0px;
}
.meg .tab-pane h3 {
	pointer-events: relative;
}
.meg .tab-pane h3::after {
	content: "\f062";
	font-family: 'Font Awesome 6 Free';
	font-weight: 800;
	margin-left: 0.6rem;
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	display: inline-block;
	font-size: 15px;
	color: var(--topmenubtn2);
}
.two-cols {
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}
.meg .tab-pane h3 a {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 18px;
}
.meg .tab-pane h3 a:hover {
	color: #000;
}
.two-cols li {
	width: calc(50% - 10px)
}
.three-cols {
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}
.three-cols li {
	width: calc(33% - 10px)
}
.transformed-lives {
	padding: 62px 0px 42px
}
.recruiters-soil {
	padding: 62px 0px 60px;
}
.recruiters-sen {
	padding: 62px 0px 60px;
}
.alumni-in {
	padding: 62px 0px 142px;
}
.leadership-development {
	padding: 63px 0px 63px;
}
.engage {
	padding: 59px 0px 70px
}
.placements-process {
	padding: 62px 0px 70px
}
.hire-talent {
	padding: 63px 0px 61px
}
.find-your-career {
	padding: 62px 0px 116px;
}
.find-your-career .main-title {
	margin-bottom: 1.875rem
}
.stories-of-career {
	padding: 62px 0px 120px
}
.video-bg-sec {
	padding: 60px 0px 0px;
}
.learn-from-top-industry {
	padding: 79px 0px 40px
}
.educational-experience {
	padding: 62px 0px 70px;
}
.educational-experience .main-title {
	margin-bottom: 1.938rem
}
.pre-mba {
	padding: 62px 0px 54px
}
.pre-mba.tp {
    padding: 62px 0px 70px;
}
.education-background {
	padding: 60px 0 15px
}
.map {
	padding: 62px 0px 155px;
}
.map .main-title {
	margin-bottom: 1rem
}
.find-your-career .sub-heading-parent {
	margin-top: 33px
}
.title-cen .main-title{ text-align: center;}
.pre-mba .main-title {
	margin-bottom: 2.313rem;
}
.video-bg-sec .main-title {
	margin-bottom: 1.875rem
}
.engage .main-title {
	margin-bottom: 2.25rem !important;
}
.hire-talent .main-title {
	margin-bottom: 0.438rem;
}
.lunch .main-title {
	margin-bottom: 1.875rem
}
.transformed-lives .main-title {
	margin-bottom: 1.5rem;
}
.stories-of-career .main-title {
	margin-bottom: 1.5rem;
}
.recruiters-soil .main-title {
	margin-bottom: 1.938rem
}
.recruiter-sen .main-title {
	margin-bottom: 25px
}
.industry-consortium {
	padding: 62px 0px 30px
}
.flagship-pgpm-program .main-title {
	margin-bottom: 18px !important;
}
.our-blog .main-title {
	margin-bottom: 2.81rem
}
.next-steps .main-title {
	margin-bottom: 1.8rem !important;
}
.our-section {
	padding: 60px 0px 55px;
}
.sec-space {
	padding: 58px 0px 70px
}
.industry-curriculum, .student-placement {
	padding: 30px 0px 70px
}
.student-placement .main-title {
	margin-bottom: 14px
}
.industry-curriculum .main-title {
	margin-bottom: 32px
}
.our-section-white {
	padding: 57px 0px 30px;
}
.launch-your-career {
	padding: 62px 0px 71px;
}
.placements-and-careers {
	padding: 62px 0px 7px;
}
.placements-and-careers .main-title {
	margin-bottom: 32px
}
.placements-and-careers .colourful-boxes {
	margin-top: 50px;
}
.flagship-pgpm-program {
	padding: 54px 0px 64px;
	margin-top: -20px;
}
.next-steps {
	padding: 61px 0px 70px
}
.join-the-rank .main-title {
	margin-bottom: 30px
}
.batch-profile .main-title {
	margin-bottom: 24px
}
.lg-pink {
	background-color: #fefaf8;
}
.main-title {
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
	font-weight: 900 !important;
}
.leadership-development .main-title {
	margin-bottom: 1.875rem !important;
}
.sub-heading-parent {
	color: var(--black);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.sub-heading-parent-second {
	color: var(--og);
	line-height: 2.25rem;
	margin-top: 1.5rem;
}
.sub-heading-parent-second-black {
	color: var(--black);
	line-height: 1.5;
	margin-top: 20px;
}
.set-big-v-space .sub-heading-parent-second-black {
	margin-top: 0;
}
.sub-heading-parent-third {
	margin-bottom: 0.5rem;
	font-size: 1.2rem
}
.primary-og {
	color: var(--og);
}
.container {
	max-width: 90% !important;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.btn-dsn {
	border-radius: 8px;
	padding: 11px 30px 11px 30px;
	border: none;
	font-size: 1rem;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	line-height: 2.25rem;
	text-align: center;
	align-items: baseline;
	width: max-content;
}
/*.btn-dsn:hover {

	box-shadow: 3px 3px #f9e4d1, 3px 3px 0 1px #f9e4d1;

}

*/





.btn-dsn {
	transition: ease-in 1s;
	cursor: pointer;/* box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);*/
}
.btn-dsn {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	margin-bottom: 3px;
}
/*.btn-dsn:after {

  content: '→';

  position: absolute;

  opacity: 0;  

 top: 50%;

  transform: translateY(-50%);

  right: -20px;

  transition: 0.5s;

}



.btn-dsn:hover{

  padding-right: 38px;

  padding-left:20px;

}



.btn-dsn:hover:after {

  opacity: 1;

  right: 10px;

}*/





/*button animation start*/

/*button animation start*/

/*button animation start*/

/*button animation start*/

/*button animation start*/

.btn-dsn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.5s;
	letter-spacing: 0.04em;
	background: none;
	z-index: 1;
}
.btn-dsn .fa-arrow-right {
	display: inherit;
	position: relative;
	top: 3px;
	left: 10px;
	font-weight: bold;
	font-size: 20px;
	font: normal normal normal 20px / 1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.btn-dsn:hover .fa-arrow-right {
	display: inline-block;
	animation: showIcon 0.5s ease forwards;
	color: #fff;
}
 @keyframes showIcon {
 0% {
 transform: translateX(-20px);
}
 100% {
 transform: translateX(0);
}
}
.btn-dsn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--og);
	/*CHANGE HOVER COLOR HERE*/

	opacity: 0.9;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display: none;
}
.btn-dsn:hover, .btn-dsn:focus, .btn-dsn:active {
	color: #fff;
}
.btn-dsn:hover:before, .btn-dsn:focus:before, .btn-dsn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-og {
	border: 2px solid var(--og);
	color: #fff;
	background: #ee8c22;
}
.img_box img {
	/*box-shadow: #f8dfcb 10px 10px 2px;*/

	border-radius: 8px;
	margin-bottom: 7px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*common css End*/

#myHeader {
}
.fixed {
	position: fixed;
	top: 48px;
	left: 0;
	z-index: 999;
	width: 100%
}
/*MENU CSS START*/





.submenu.left-sub {
	right: inherit;
	left: 0;
}
.header {
	background: #fff;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 100;
}
.nav-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
	flex-wrap: wrap;
	/*position: fixed;*/

 /*   left: 50%;

    transform: translateX(-50%);

		    max-width: 75%;*/



	z-index: 999;
	width: 100%;
	background: #fff;
	margin: auto;
	z-index: 1000;
}
.logo-sec {
	float: left;
	padding-left: 0px;
}
.logo-sec img {
	max-height: 68px;
}
.hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}
.hamburger div {
	width: 25px;
	height: 3px;
	background: #000;
}
.nav-right {
	display: flex;
	justify-content: right;
	gap: 20px;
	position: relative;
	margin-top: 10px;
}
.all-courses-btn{ padding: 8px 17px 8px 15px !important}
.nav-menu {
	display: flex;
	align-items: center;
	gap: 2px;
	flex-wrap: wrap;
}
.nav-item {
	position: relative;
}
.nav-item > a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 8px 17px 34px 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	font-weight: 600;
}
.nav-item.has-sub > a::after {
	content: '›';
	margin-left: 8px;
	/*font-size: 1.375rem;*/
	/*transform: rotate(90deg);*/
	font-size:12px;
	content:'';
	font-family:'Font Awesome 6 Free';
}
.submenu, .mega {
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: all .7s ease;
	position: absolute;
	top: 42px;
	right: 0;
	z-index: 100;
	background: #fff;
}
.info .l-d {
	border-right: none !important;
}
.submenu {
	border-top-width: 0 !important;
	min-width: 280px;
	/*  border: 1px solid #ddd;*/

    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/ background: #e9e0d0;
}
.submenu a {
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 15px;
}
.submenu >h3  {
	margin-top:10px;
	display:inline-block;
}
.meg.submenu a {
	padding: 4px 20px 0px 0px
}
.submenu a:hover {
	background: var(--topmenubtn2);
	font-weight: 600;
	color: #fff
}
.nav-item:hover > .submenu {
	visibility: visible;
	opacity: 1;
	transform: translateY(25px);
}
.apply-btn {
	padding: 8px 16px;
	border: 1px solid var(--topmenubtn2);
	color: var(--topmenubtn2);
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
}
.all-courses-btn {
	font-size: 15px;
	color: #fff;
	background: var(--topmenubtn2);
	padding: 8px 14px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.meg.submenu a:hover {
	background: none;
}
.all-courses-btn {
	color: #fff !important
}
.container-menu {
	max-width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* border-left: 1px solid #f7f7f7; */

    /* border-right: 1px solid #f7f7f7; */

	width: 980px;
}
.link-sect {
	font-weight: 600;
	margin-bottom: 0;
}
.link-title {
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	/* padding-bottom: 20px; */

	margin-bottom: 0;
	margin-top: 30px;
}
.mega {
	width: 100vw;
	height: auto;
	background: #fff;
	z-index: 99;
	padding: 0px 0px;
	overflow-y: auto;
	display: flex;
	flex-direction: row;
	left: 0;
	top: 0;
	position: fixed;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.tab-list {
	width: 20%;
	border-right: 1px solid #ddd;
	padding: 40px 30px 30px 30px;
	background: #e4d9c5;
}
.tab-list h4 {
	font-size: 14px;
	background: var(--topmenubtn1);
	color: #fff;
	margin-bottom: 15px;
	font-weight: 600 !important;
	padding: 3px 12px 4px 12px;
	border-radius: 5px;
}
.tab-list button {
	display: block;
	width: 100%;
	text-align: left;
	padding: 8px 15px;
	font-size: 16px;
	background: none;
	border: none;
	cursor: pointer;
	margin: 0px 0 15px;
	font-weight: 500;
}
.tab-list button.active {
	background: var(--topmenubtn2);
	font-weight: 600;
	color: #fff
}
.nav-container .tab-content {
	flex: 1;
	padding: 40px 40px 40px 40px;
	width: 80%;
}
.programs .tab-content {
	flex: 1;
	padding: 0px 0px 10px 0px;
	width: 100%;
}
/*    .tab-pane {display:none;}*/

.tab-pane.active {
	display: block;
}
.tab-pane h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.tab-pane .info {
	display: flex;
	gap: 40px;
	margin-bottom: 15px;
	font-size: 15px;
}
.tab-pane .info div {
	border-right: 1px dotted #aaa;
	padding-right: 20px;
	white-space: nowrap;
}
.tab-pane .links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	/* margin-top: 17px; */

	padding-top: 10px;
}
.tab-pane .links a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.5s;
}
.tab-pane .links a::after {
	content: "\f062";
	font-family: 'Font Awesome 6 Free';
	font-weight: 800;
	margin-left: 0.6rem;
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	display: inline-block;
	font-size: 15px;
	color: var(--topmenubtn2);
}
.tab-pane .links a::before {
	bottom: -5px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #222222;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.tab-pane .links a:hover:before {
	width: 100%;
	left: 0;
}
.tab-pane h3 {
	display: inline-block;
	-webkit-transition: all 0.5s;
	position: relative;
	cursor: pointer
}
.tab-pane h3::before {
	bottom: -5px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #222222;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.tab-pane h3:hover:before {
	width: 100%;
	left: 0;
}
.tab-pane .menu_cta_buttons {
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
	gap:20px;
}
.tab-pane .menu_cta_buttons a {
	width:auto;
	padding:0px 20px 0px 20px;
}
.l-more {
	display: inline-block;
	-webkit-transition: all 0.5s;
	position: relative;
	cursor: pointer
}
.l-more::before {
	bottom: -3px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #ffffff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.l-more:hover:before {
	width: 90px;
    left: 10px
}
.fa-tex {
	font-weight: 700;
	margin-top: 10px;
	display: block;
	font-size: 16px;
}
.info .fa-regular {
	font-weight: 100;
	font-size: 16px;
	margin-right: 12px;
}
.mega-close {
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 30px;
	font-weight: bold;
	color: var(--topmenubtn2);
	cursor: pointer;
}
.main-title span.main-sub {
	color: #f5831a !important;
	font-size: 24px;
	display: block;
	margin-top: 4px;
}



















.flagship-Program .sub-line {
	margin-bottom: 25px
}
.leadership-development .main-title {
}
.sub-line {
	font-size: 1.5rem;
	text-align: left;
	margin-top: 1rem;
	font-weight: 700;
	line-height: 48px;
	line-height: 1.3;
	margin-bottom: 0.5rem;
}
.flagship-Program .sub-line {
	font-size: 2rem;
	line-height: 1.3;
	margin-top: 6px;
}
.attent-webinar ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.attent-webinar ul li {
	background: #ffffff;
	border: 1px solid #DC6C0D;
	text-align: center;
	padding: 15px 15px 5px;
	width: 23%;
	border-radius: 8px;
	transition: 0.4s ease-in-out;
	cursor: pointer !important;
}
.attent-webinar ul li i {
	color: #DC6C0D;
	font-size: 24px;
	margin-bottom: 8px;
}
.attent-webinar ul li:hover {
	cursor: default;
	background: var(--lg);
	transition: 0.4s ease-in-out;
	box-shadow: 3px 3px var(--lg-og), 3px 3px 0 1px var(--lg-og);
}
.attent-webinar p.up-adm-txt {
	margin: 30px 0px 38px;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
}
p.up-adm-txt {
	margin: 30px 0px 38px;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
}
p.up-adm-txt a{ color: var(--bs-body-color)}
.up-adm-txt img {
	padding-left: 5px;
	max-width: 26px;
	width: 100%
}
.up-adm-txt:hover img {
	animation: bouncea 0.5s;
}
.small-font {
	font-size: 16px;
	margin-bottom: 5px;
}
/*Header css Start*/

.navbar-brand img {
	max-width: 100px;
}
header .bg-light {
	background-color: #ffffff !important;
}
header .navbar {
	padding: 5px 0px 5px 0px !important;
}
header .nav-item {
	margin-right: 20px !important
}
header .nav-link {
	font-weight: 600;
	font-family: 'Nunito Sans', sans-serif;
	color: #000000;
}
/*Header css End*/



/*.img_box.og-cl img{box-shadow: #ee8c22 10px 10px 2px;}*/



/*Join the Ranks start*/

.top-alumni {
	justify-content: space-between;
	width: 100%;
}
.top-alumni {
	margin-top: 27px;
}
.top-alumni-card {
	width: 24%;
	border-radius: 8px;
	border: 1px solid #000000;
	transition: 0.2s ease-in-out;
}
.top-alumni-card:hover {
	box-shadow: 3px 3px var(--lg-og), 3px 3px 0 1px var(--lg-og);
}
.top-alumni-card img {
	width: 100%;
	/*height: 170px;

  object-fit: cover;

  object-position: top;*/

	border-radius: 7px 7px 0px 0px;
}
.detail-box {
	padding: 18px 10px 10px;
	text-align: center;
	color: #000000 !important;
}
.detail-box h5 {
	font-size: 1rem;
	margin-bottom: 0;
}
.detail-box br {
	display: none
}
.top-alumni-card p {
	font-size: 14px;
	margin-bottom: 0;
}
/* the slides */

.top-alumni .slick-slide {
	margin: 10px 30px;
}
.top-alumni .slick-prev::before, .top-alumni .slick-next::before {
	color: #000000;
	font-size: 36px;
	font-family: 'Montserrat';
}
.top-alumni .slick-prev, .top-alumni .slick-next {
	width: 38px;
	height: 50px;
	top: calc(100% + 40px);
}
.top-alumni .slick-prev {
	right: 85px !important;
	left: inherit;
}
.top-alumni .slick-next {
	right: 30px;
}
.join-the-rank .btn-dsn {
	margin-top: 70px;
}
/*Join the Ranks End*/





/*Learn from top Industry start*/

.learn-from-top-industry {
	padding: 62px 0px 70px
}
.learn-from-top-industry .main-title {
	margin-bottom: 31px;
}
.learn-from-top-industry .colourful-boxes {
	margin-top: 44px;
}
.learn-from-top-industry .colourful-boxes ul li {
	margin-bottom: 0;
}
.colourful-boxes {
	width: 100%
}
.colourful-boxes ul li p {
	margin-bottom: 0
}


.colourful-boxes ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3px !important;
	gap: 20px;
	padding-left: 0;
}
.colourful-boxes ul li {
	width: 21.5%;
	margin-right: 2%;
	padding: 28px 20px 24px;
	border-radius: 8px;
	margin-bottom: 2%;
	height: 145px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.colourful-boxes ul li h3 {
	color: #fff;
}

.colourful-boxes ul li p {
	font-size: 1rem;
	color: #fff;
}
.colourful-boxes ul li:nth-child(1) {
	background-color: #c9b189;
	box-shadow: inherit;
}
.colourful-boxes ul li:nth-child(2) {
	background-color: #bbbbb8;
	box-shadow: inherit;
}
.colourful-boxes ul li:nth-child(3) {
	background-color: #c9b189;
	box-shadow: inherit;
}
.colourful-boxes ul li:nth-child(4) {
	background-color: #bbbbb8;
	box-shadow: inherit;
	margin-right: 0;
}
.colourful-boxes ul li:nth-child(5) {
	background-color: #c9b189;
	box-shadow: inherit;
}
.colourful-boxes ul li:nth-child(6) {
	background-color: #CED9DD;
	box-shadow: 3px 3px #b3ebff;
}
.colourful-boxes ul li:nth-child(7) {
	background-color: #FCE2D3;
	box-shadow: 3px 3px #f3a11d;
}
.colourful-boxes ul li:nth-child(8) {
	background-color: #EBF4D5;
	box-shadow: 3px 3px #a5d066;
	margin-right: 0;
}
/*.colourful-boxes ul li:hover {

    box-shadow: 5px 5px var(--og);

}

*/

.colourful-boxes ul li {
	transition: 0.5s ease;
	/*box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 8px !important;*/

	transition: transform 0.5s;
}
.colourful-boxes ul li:hover {
	transform: scale(1.02);
}
/*Learn from top Industry End*/

.placements-and-career {
	padding: 77px 0 28px 0 !important;
}
/*Experience Student Life at SOIL Strat*/

.experience-student {
	padding: 27px 0 27px !important;
}
.experience-student {
	padding: 27px 0 27px !important;
}
.batch-profile {
	padding: 35px 0 20px;
}
.experience-st-wrap {
	width: 100%;
}
.experience-st-wrap .container .width-redu {
	width: 100%;
	max-width: 90% !important;
	margin-left: auto;
	margin-right: auto;
}
.experience-st {
	width: 100%
}
.ex-st-shorts {
	margin-left: auto;
	margin-right: auto;
}
.ex-st-shorts iframe {
	height: 477px;
	width: 100%;
	border-radius: 10px;
}
.experience-st {
	justify-content: space-between;
	width: 100%;
	margin-right: 20px;
}
/*.experience-st .slick-list {

      margin: 0 40px;

  }*/

.batch-profile img {
	max-width: 500px
}
.experience-st .slick-slide {
	margin-right: 10px;
	margin-left: 10px;
}
.experience-st .slick-prev::before, .experience-st .slick-next::before {
	color: #000000;
	font-size: 36px;
}
.experience-st .slick-prev, .experience-st .slick-next {
	width: 38px;
}
.experience-st .slick-prev {
	left: -55px;
}
.experience-st .slick-next {
	right: -55px;
}
.experience-st .slick-prev, .experience-st .slick-next {
	width: 38px;
	height: 50px;
}
.experience-st-wrap {
	position: relative;
	margin-top: 0px;
}
.experience-st-wrap:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	background-color: #F5EEE6;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1
}
/*Experience Student Life at SOIL End*/





/*Industry Experience Start*/

.work-industry-experience {
	padding: 5px 0px 0px;
}
.tab-sec {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.work-industry-experience .tab-sec {
	display: flex;
	flex-wrap: wrap;
	row-gap: 0px;
	column-gap: 15px;
}
.tab-sec span {
	display: block;
	padding: 20px 30px;
	color: #000000;
	text-decoration: none;
	font-size: 1rem;
	width: calc(33.3% - 10px);
	margin-bottom: 2%;
	border-radius: 8px;
}
.tab-sec span:nth-child(1) {
	background-color: #EBF4D5;
}
.tab-sec span:nth-child(2) {
	background-color: #F5EEE6;
}
.tab-sec span:nth-child(3) {
	background-color: #CED9DD;
}
.tab-sec span:nth-child(4) {
	background-color: #FCE2D3;
}
.tab-sec span:nth-child(5) {
	background-color: #EBF4D5;
}
/*.tab-sec a:nth-child(1):hover{ box-shadow: 3px 3px #a5d066;}

.tab-sec a:nth-child(2):hover{box-shadow: 3px 3px #dadada; }

.tab-sec a:nth-child(3):hover{box-shadow: 3px 3px #b3ebff;  }

.tab-sec a:nth-child(4):hover{box-shadow: 3px 3px #f3a11d; }

.tab-sec a:nth-child(5):hover{box-shadow: 3px 3px #a5d066; }*/



.tab-sec a::before, .tab-sec a::before {
	font-weight: 600 !important;
}
.tab-sec a:nth-child(1)::before, .tab-sec span:nth-child(1)::before {
	background: #a5d066;
}
.tab-sec a:nth-child(2)::before, .tab-sec span:nth-child(2)::before {
	background: #dadada;
}
.tab-sec a:nth-child(3)::before, .tab-sec span:nth-child(3)::before {
	background: #f3a11d;
}
.tab-sec a:nth-child(4)::before, .tab-sec span:nth-child(4)::before {
	background: #f3a11d;
}
.tab-sec a:nth-child(5)::before, .tab-sec span:nth-child(5)::before {
	background: #a5d066;
}
.tab-sec span {
	text-align: center;
}
/*Industry Experience Start*/





/*Flagship PGPM program Start*/



ul.circle-icon li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 4px;
	line-height: 27px;
}
ul.circle-icon li:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 21px;
	height: 21px;
	background: url("../image/arrow-circle.png") no-repeat left center;
	background-size: 16px;
}
.form-design {
	max-width: 100%;
	margin: 24px auto 0 auto;
	padding: 1rem 2rem 1.5rem 2rem;
	box-shadow: var(--lg-og) 5px 5px 0px;
	border-radius: 8px;
	background-color: #ffffff;
	font-family: 'Nunito Sans', sans-serif;
}
.form-design .form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.wpcf7-not-valid-tip {
       color: #dc3232 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 12px;
    position: relative;
    top: 9px;
}
.flagship-pgpm-program  .wpcf7 form .wpcf7-response-output{ display: none !important}
.form-design .form-column {
	flex: 1;
	min-width: calc(50% - 1em);/* Adjust width based on gap */
}
.form-design input[type="text"], .form-design input[type="email"], .form-design input[type="tel"], .form-design select {
	width: 100%;
	padding: 0.5em;
	margin: 0.5rem 0;
	border: none;
	border-bottom: 2px solid #E7E7E7;
	box-sizing: border-box;
	font-size: 1rem;
	color: #000000;
	font-weight: 500;
	appearance:none;
	 background: #ffffff;
}

.form-design select{ background-color: #ffffff;}
.form-design input[type="submit"] {
	width: 100%;
	font-weight: 600;
	background: var(--og);
	color: #ffffff;
}



::placeholder {
 color: #000000;
 font-size: 1rem;
}
.flagship-pgpm-program .sub-line {
	font-size: 1.6rem;
	line-height: 38px;
	text-align: left;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 15px;
}
.flagship-pgpm-program .form-design {
	margin: 8px auto 0 auto;
}
/*Flagship PGPM program End*/



/*Read Our Blog start*/

.blog-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.blog-box ul li {
	background-color: #F8F8F8;
	border-radius: 8px;
	width: 32%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-box ul li img {
	width: 100%;
}
.blog-detail {
	padding: 24px 30px 30px 30px;
}
.blog-detail p {
	margin-top: 1rem;
}
.blog-detail h4 {
	height: 56px;
	font-size: 20px;
}
.our-blog {
	padding: 65px 0;
}
.our-blog .main-title {
	margin-bottom: 30px !important;
}
/*Read Our Blog End*/



/*Next Steps start*/

.links-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}
.mainScrollableBox .links-btn a {
	width: auto;
}
.links-btn a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 1rem;
	width: calc(25% - 10px);
	color: #ffffff;
	line-height: 2.25rem;
	border-radius: 6px;
	transition: 0.4s ease-in-out;
	/* Smooth color transition on hover */

	text-align: center;
}
.links-btn a .fas {
	margin-left: 0;
	font-size: 26px;
	margin-right: 10px;
}
.links-btn img {
	margin-left: 25px;
}
.links-btn img {
	width: 34px;
	height: 34px;
}
.links-btn a:hover img {
	animation: bouncea 0.5s;/* Apply bounce animation on hover *//* Move icon to the right on hover */

}
 @keyframes bouncea {
 0%, 100% {
 transform: translateY(0);
}
 50% {
 transform: translateY(-2px);
/* Adjust the bounce height */

}
}
.links-btn a:nth-child(1) {
	background-color: #DC6C0D
}
.links-btn a:nth-child(2) {
	background-color: #D79F2E
}
.links-btn a:nth-child(3) {
	background-color: #C9B289;
}
.links-btn a:nth-child(4) {
	background-color: #9ECA39;
	margin-right: 0;
}
/*Next Steps End*/





/*Industry Integrated Curriculum Start*/

/*.stickyFixHome .disruptivbeSec .stick-sec {

    top: 110px;

}



.disruptivbeSec .stick-sec {

    z-index: 999;

    top: 100px;

}



.disruptivbeSec .stick-sec {

    z-index: 999;

    top: 100px;

}



.stickyFixHome .disruptivbeSec .scrollableMenuLeft {

        top: 175px !important;

    }



    .UGdisruptivbeSec.makeitsmall .scrollableMenuLeft {

        top: 217px !important;

    }*/



.industry-curriculum .scrollableMenuWrapper ul.circle-icon {
	display: flex;
	flex-wrap: wrap;
}
.industry-curriculum .scrollableMenuWrapper ul.circle-icon li {
	width: calc(50% - 10px);
	font-size: 17.65px;
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 1000;
}
.scroll-tab-section {
	padding-top: 2px;/* Adjust based on your sticky section height */
}
.container-cus ul.circle-icon li {
	font-size: 15px;
}
.scroll-tab-section {
	overflow: auto;
}
.container-cus {
	display: flex;
	width: 100%;
}
.side-menu {
	width: 30% !important;
	background: none;
	position: static;
	height: 100%;
	overflow-y: auto;
}
.side-menu ul {
	list-style-type: none;
	padding: 0;
}
.side-menu li {
	margin-bottom: 10px;
}
.side-menu a {
	text-decoration: none;
	color: #000000;
	padding: 20px 20px;
	display: block;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 600;
}
.side-menu a.active {
	color: var(--og);
	border: 1px solid var(--og);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background: #ffffff;
	padding: 19px 19px;
}
.side-menu a:hover {
	border: 1px solid var(--og);
	background: #ffffff;
	padding: 19px 19px;
}
.content {
	margin-left: 3%;
	width: 78%;
	overflow-y: auto;
	height: 800px;
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */

	scrollbar-width: none;/* Firefox */
}
 .scroll-tab-section::-webkit-scrollbar {
 display: none;
/* Safari and Chrome */

}
.container-cus section {
	margin-bottom: 50px;
	height: 600px;
	background: #ffffff;
	border: 1px solid #DBDBDB;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	padding: 50px 50px;
	border-radius: 8px;
}
.container-cus section h5 {
	margin-top: 5px;
}
.container-cus section h2 {
	margin-top: 0;
}
.container-cus section h4 {
	line-height: 2.25rem;
}
/*Industry Integrated Curriculum End*/





/* Next step */



.effect {
	text-align: center;
	display: inline-block;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.effect.effect-1 {
	transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 15px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 40px;
	transition: all 0.2s linear 0s;
}
.effect.effect-1:hover {
	text-indent: -20px;
}
.effect.effect-1:hover:before {
	opacity: 1;
	text-indent: 0px;
}
.links-btn a:nth-child(3)::before {
	background-color: #ECA019 !important;
}
.links-btn a:nth-child(4)::before {
	background-color: #A7E122 !important;
}
.links-btn a:nth-child(1)::before {
	background-color: #F97506 !important;
}
.buttonfx {
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	background-color: #E8A51F;
	border: none;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	transition: color 0.4s ease;
	z-index: 1;
}
.buttonfx::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #EEA616;
	/* Change to the color you want on hover */

	transform: translateX(-100%);
	transition: transform 0.4s ease;
	z-index: -1;
}
.buttonfx:hover::before {
	transform: translateX(0);
}
.buttonfx:hover {
	color: white;
}
/* Next step */





.sub-heading {
	line-height: 2.25rem;
	color: var(--og);
}
.video-design iframe {
	width: 100%;
	max-width: 600px;
	height: 300px;
	border-radius: 8px;
	margin-top: 20px;
}
.recruitment .side-menu {
	width: 30%;
}
.recruitment .content {
	margin-left: 3%;
	width: 67%;
}
.recruitment .container-cus ul.circle-icon li {
	font-size: 1rem
}
.recruitment .container-cus section {
	height: 520px
}
.recruitment .content {
	height: auto;
	max-height: 800px
}
.content section {
	display: block;
	clear: both;
}
.more-text {
	display: none;
}
.hire-talent .form-design .form-column {
	flex: 1;
	min-width: calc(100%);
}
.form-design {
	border: 4px solid var(--og);
	box-shadow: none;
}
.hire-talent ul.circle-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.hire-talent ul.circle-icon li {
	width: 100%;
}
.small-line {
	margin: 20px 0px
}
.stories-st {
	margin-top: 26px;
}
.stories-st iframe {
	width: 100%;
	height: 180px;
	border-radius: 6px 6px 0px 0px;
}
.stories-st .slick-slide {
	margin: 10px 30px;
}
.stories-st .slick-prev::before, .stories-st .slick-next::before {
	color: #000000;
	font-size: 36px;
}
.stories-st .slick-prev, .stories-st .slick-next {
	width: 38px;
	height: 50px;
	top: calc(100% + 40px);
}
.stories-st .slick-prev {
	right: 85px !important;
	left: inherit;
}
.stories-st .slick-next {
	right: 30px;
}
.stories-st .top-alumni-card p {
	height: 80px
}
.find-your-career .stories-st .top-alumni-card p {
	height: 60px
}
.video-box iframe {
	width: 100%;
	height: 350px;
	box-shadow: 7px 7px var(--lg-og), 7px 7px 0 1px var(--lg-og);
	border-radius: 8px;
}
.transformed-lives .colourful-boxes ul li {
	height: 200px;
}
.video-bg-sec {
	text-align: left;
}
.video-bg-sec h2.main-title {
	padding-left: 0;
	text-align: center;
}
.video-bg {
	background: url("../image/batch-profile-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0px;
	background-position: center center;
	text-align: center
}
.video-bg-sec iframe {
	width: 100%;
	max-width: 700px !important;
	border-radius: 10px;
	height: 400px;
}
.lunch .img_box img {
	box-shadow: 7px 7px #f9e4d1, 7px 7px 0 1px #f9e4d1;
}
/*Progress bar css start*/



.wrap {
	width: 100%;
	/* Full width */

	max-width: 700px;/* Max width to ensure it doesn't get too wide */
}
.bar {
	background: var(--og);
	width: 0;
	color: #fff;
	position: relative;
	transition: width 2s, background 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
	clear: both;
	margin-bottom: 40px;
	padding: 10px 0px;
	line-height: 1.5;
	height: 36px;
}
.bar:nth-of-type(2n) {
	background: #E8A51F;
}
.bar .label {
	font-size: 0.8rem;
	padding: 0px 0px;
	color: #3d3d3d;
	width: 20rem;
	display: inline-block;
	position: relative;
	top: 28px;
	z-index: 2;
	font-weight: 700;
}
.cus-bar {
	background: var(--og);
	width: 0;
	color: #fff;
	position: relative;
	transition: width 2s, background 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
	clear: both;
	margin-bottom: 40px;
	padding: 10px 0px;
	line-height: 1.5;
	height: 36px;
}
.cus-bar:nth-of-type(2n) {
	background: #E8A51F;
}
.cus-bar .label {
	font-size: 0.8rem;
	padding: 0px 0px;
	color: #3d3d3d;
	width: 20rem;
	display: inline-block;
	position: relative;
	top: 28px;
	z-index: 2;
	font-weight: 700;
}
.count {
	position: absolute;
	right: -2.7rem;
	top: 2px;
	padding: 0.15em;
	font-size: 1rem;
	font-weight: 700;
}
.count-2 {
	position: absolute;
	right: 0.3rem;
	top: 2px;
	padding: 0.15em;
	font-size: 1rem;
	font-weight: 700;
}
/*Progress bar css start*/





/*map css start*/



#chartdivmap {
	width: 700px;
	height: 700px;
	margin: auto;
}
.custom-tooltip {
	z-index: 99999 !important;
}
.custom-tooltip {
	z-index: 2 !important;
}
.map-wra {
	position: relative;
	width: 700px;
	height: 700px;
	margin: auto;/* margin-top: -160px; */

}
.map-wra b.hint {
	background: #E8A51F;
	padding: 4px 10px;
	color: #ffffff;
	position: inherit;
	z-index: 999;
	width: 115px;
	text-align: center;
}
.map-wra strong {
	font-size: 1.8rem;
	margin-right: 10px;
}
#chartdiv {
	width: 100%;
	height: 440px;
	font-size: 13px;
}
.education-background .main-title {
	margin-bottom: 2.5rem
}
#chartdiv-home {
	width: 100%;
	height: 450px;
	font-size: 13px;
	margin-top: -26px;
}
#filter-id-359 {
	opacity: 0 !important;
}
/*Map End*/


.percentage-design {
	width: 100%;
}
.percentage-design ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 30px;
}
.percentage-design ul li {
	width: calc(50% - 15px);
	border-radius: 8px;
	padding: 15px 26px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 8px !important;
	transition: transform 0.5s;
}
.percentage-design ul li:hover {
	transform: scale(1.04);
}
.holder {
	padding-right: 30px;
}
.percentage-design ul li:nth-child(1) {
	background: #EBF4D5;
}
.percentage-design ul li:nth-child(2) {
	background: #FCE2D3;
}
.percentage-design ul li:nth-child(3) {
	background: #CED9DD;
}
.percentage-design ul li h2 {
	font-size: 2.4rem;
	position: relative;
	color: var(--black)
}
/*.percentage-design ul li h2::before{ position: absolute; content: ""; height: 3px; width: 100%; border-radius: 10px; background: #000000; top: 80px; left: 0;}*/

.percentage-design ul li p {
	margin-top: 0.5rem;
	margin-bottom: 0;
}
.industry-logo {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 10px !important;
}
.industry-logo li {
	width: calc(16.6% - 20px);
	border: 1px solid grey;
}
.industry-logo img {
	width: 100%;
}
.pre-mba .percentage-design ul li {
	width: calc(100% - 15px);
}
.engage .links-btn {
	display: flex;
	flex-wrap: wrap;
	flex-flow: wrap-reverse;
	gap: 10px;
	justify-content: center;
}
.engage .colourful-boxes .fas {
	margin-left: 0;
	margin-bottom: 10px;
	display: block;
	font-size: 34px;
	color: #000000;
}
.engage .colourful-boxes ul li {
	text-align: center;
}
.engage .colourful-boxes ul li:nth-child(1) {
	background: #EBF4D5
}
.engage .colourful-boxes ul li:nth-child(2) {
	background-color: #FCE2D3;
}
.engage .colourful-boxes ul li:nth-child(3) {
	background-color: #CED9DD;
}
.engage .colourful-boxes ul li:nth-child(4) {
	background-color: #F5EEE6;
}
.engage .colourful-boxes ul li:nth-child(5) {
	background-color: #F5EEE6;
}
.engage .colourful-boxes ul li:nth-child(6) {
	background-color: #CED9DD;
}
.engage .colourful-boxes ul li:nth-child(7) {
	background-color: #FCE2D3;
}
.engage .colourful-boxes ul li:nth-child(8) {
	background: #EBF4D5;
}
.engage .colourful-boxes ul li p {
	color: #000000;
}
.recruiters-soil ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 2px;
	column-gap: 20px;
}
.recruiters-soil ul li {
	width: calc(25% - 15px);
}
#chartdivmap-recruitment {
	height: 700px;
	margin: auto;
}
.map-sect span {
	border-radius: 6px;
}
.map-sect span:hover {
	background: #E8A51F
}
.map-sect span:hover h2, .map-sect span:hover p {
	color: #ffffff;
}
#IN-TN:hover .tamil-wrap {
	background: #E8A51F
}
.map-sect {
	position: relative;
	width: 700px;
	height: 700px;
	margin: auto;
	margin-top: 140px
}
.map-sect h2 {
	font-size: 1rem;
	color: #000000;
}
.map-sect b.hint-req {
	position: inherit;
	z-index: 999;
}
b.hint-req p {
	font-size: 0.8rem;
	line-height: 21px;
	margin-bottom: 0;
}
.map-sect strong {
	font-size: 1.8rem;
	margin-right: 10px;
}
.map-sect .delhi-ncr-wrap {
	position: absolute;
	top: -13%;
	left: -28%;
	z-index: 999
}
.map-sect span.delhi-ncr {
	position: relative;
	padding: 10px 10px;
	color: #ffffff;
	border: 1px solid #00000052;
	display: inline-block;
	width: 285px;
	height: auto;
}
.map-sect span.delhi-ncr::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 195px;
	background: #00000052;
	top: 83%;
	left: 85.4%;
	z-index: 1;
	transform: rotate(55deg);
}
.map-sect span.gujr {
	position: relative;
	padding: 10px 10px;
	color: #ffffff;
	border: 1px solid #00000052;
	display: inline-block;
	width: 155px;
	height: auto;
}
.map-sect .gujr-wrap {
	position: absolute;
	top: 39%;
	left: -23%;
}
.map-sect span.gujr::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 95px;
	background: #00000052;
	top: 63%;
	left: 100%;
	z-index: 1;
}
.map-sect span.mhr {
	position: relative;
	padding: 10px 10px;
	color: #ffffff;
	border: 1px solid #00000052;
	display: inline-block;
	width: 230px;
	height: auto;
}
.map-sect span.mhr::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 115px;
	background: #00000052;
	top: 16%;
	left: 100%;
	z-index: 1;
}
.map-sect .mhr-wrap {
	position: absolute;
	top: 54%;
	left: -27%;
}
.map-sect .kta-wrap {
	position: absolute;
	top: 88%;
	left: -26%;
}
.map-sect span.kta {
	position: relative;
	padding: 10px 10px;
	color: #ffffff;
	border: 1px solid #00000052;
	display: inline-block;
	width: 245px;
	height: auto;
}
.map-sect span.kta::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 168px;
	background: #00000052;
	top: -29%;
	left: 91%;
	z-index: 1;
	transform: rotate(-43deg);
}
.map-sect .pan-wrap {
	position: absolute;
	top: -2%;
	right: -14%;
}
.map-sect span.pan {
	position: relative;
	padding: 10px 10px;
	color: #ffffff;
	border: 1px solid #00000052;
	display: inline-block;
	width: 245px;
	height: auto;
}
.map-sect span.pan::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 427px;
	background: #00000052;
	top: 100%;
	right: 79%;
	z-index: 1;
	transform: rotate(-41deg);
}
.map-sect .west-wrap {
	position: absolute;
	top: 38%;
	right: -27%;
}
.map-sect span.west {
	position: relative;
	padding: 10px 10px;
	color: #ffffff;
	border: 1px solid #00000052;
	display: inline-block;
	width: 245px;
	height: auto;
}
.map-sect span.west::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 180px;
	background: #00000052;
	top: 69%;
	right: 100%;
	z-index: 1;
}
.map-sect .tela-wrap {
	position: absolute;
	top: 55%;
	right: -6%;
}
.map-sect span.tela {
	position: relative;
	padding: 10px 10px;
	color: #ffffff;
	border: 1px solid #00000052;
	display: inline-block;
	width: 245px;
	height: auto;
}
.map-sect span.tela::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 243px;
	background: #00000052;
	top: 69%;
	right: 100%;
	z-index: 1;
}
.map-sect .tamil-wrap {
	position: absolute;
	top: 85%;
	right: 20%;
}
.map-sect span.tamil {
	position: relative;
	padding: 10px 10px;
	color: #ffffff;
	border: 1px solid #00000052;
	display: inline-block;
	width: 245px;
	height: auto;
}
.map-sect span.tamil::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 98px;
	background: #00000052;
	top: 18%;
	right: 97%;
	z-index: 1;
	transform: rotate(31deg);
}
.grid-model {
	width: 100%;
	height: 500px;
	background: url(../image/grid-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 112%;
	background-position: left top;
	position: relative;
	border-top: 1px solid #a6a4a247;
	border-bottom: 1px solid #a6a4a247;
}
.grid-model img {
	width: 100%;
	max-width: 35%;
	box-shadow: #f8dfcb 6px 6px 2px
}
.grid-1 {
	position: absolute;
	left: 10%;
	top: 4%;
}
.grid-2 {
	position: absolute;
	right: 10%;
	top: 15%;
}
.grid-3 {
	position: absolute;
	left: 10%;
	bottom: 18%;
}
.grid-4 {
	position: absolute;
	right: 10%;
	bottom: 4%
}
.student-placement .stick-sec {
	background: #ffffff;
}
.curri-pge .student-placement .stick-sec {
	padding: 70px 0 15px
}
.video-bg-sec-academic {
	padding: 63px 0px 0px;
}
.video-bg-sec-academic .video-bg-academic {
	background: url(../image/academic-experience.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0px;
	background-position: center center;
	text-align: center;
	display: flex;
	justify-content: center;
}
/*academic css start*/



.video-bg-sec-academic h2 {
	text-align: center;
	margin-bottom: 36px;
}
.video-bg-sec-academic .video-bg-academic .box-div {
	text-align: center;
	background: rgb(0 0 0 / 75%);
	height: 290px;
	max-width: 640px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/*opacity: 0.7; */

	border-radius: 8px;
}
.video-bg-academic .box-div h4 {
	color: #ffffff;
	line-height: 1.5 !important
}
/*    sandeep css     */



.number-section {
	padding-left: 50px;
	margin-bottom: 20px;
}
.number-section h2 {
	font-size: 36px;
	color: #ee8c22
}
.number-section .border-line-bottom {
	border-bottom: 1px solid #ee8c22;
	padding-bottom: 0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-80 {
	margin-top: 80px !important;
}
.more-wrap.mt-neg {
	margin-top: -135px;
}
.mt-neg .moreless-button {
	margin-bottom: 40px;
}
.text-uppercase {
	text-transform: uppercase;
}
ul.disc {
	list-style-type: disc !important;
	margin-left: 15px !important;
}
ul.disc li {
	line-height: 40px;
	list-style-type: disc;
	display: list-item;
}
p.check-bottom {
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 600;
}
.moretext .wid-50 {
	width: 50%;
}
ul.pb-20 {
	padding-bottom: 20px !important;
}
p.pb-20 {
	padding-bottom: 0px;
}
.mr-6 {
	margin-right: 60px
}
.ml-6 {
	margin-left: 60px
}
.card-type p.pb-20 {
	text-align: center;
	margin-bottom: 2rem;
}
/*

div.two-sec {

    display: flex;

}



span.one-box {

    width: 60%;

    padding-right: 30px;

}

span.two-box {

    width: 40%;

}

*/



span.two-box {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.uppercase {
	text-transform: uppercase;
}
.four-box span {
	display: inline-block;
	width: calc(25% - 10px);
	font-size: 18px;
	text-align: center;
	font-weight: 800;
	border: 2px solid #d6e9a6;
	padding: 20px;
}
.four-box span img {
	width: 190px;
	display: block;
	margin: 0px auto 10px auto;
}
.four-box {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	column-gap: 20px;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pt-50 {
	padding-top: 50px
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mt-80 {
	margin-top: 80px;
}
figure.img-sec {
	margin: 0;
	padding: 0 0  20px 0;
}
.wid-50 {
	width: 50%;
}
.dark-or {
	background: var(--pink);
}
.primary-white {
	color: var(--og);
}
/* end CSS.     */





/*academic css End*/





/*CURRICULUM css start*/

.tab-design {
	width: 100%
}
/*.tab-design ul{ display: flex; margin-top: 50px !important }*/

.tab-design ul {
	width: 100%;
	margin-top: 50px !important;
	margin: 0 auto !important;
	display: flex;
}
.tab-design ul li {
	width: 33.3%;
	text-align: center;
	float: left;
}
.tab-design ul li:nth-child(1) {
	border: 1px dotted #ddd;
}
.tab-design ul li:nth-child(2) {
	border: 1px dotted #ddd;
}
.tab-design ul li:nth-child(3) {
	border: 1px dotted #ddd;
}
/* .tab-design ul li:nth-child(1):hover {

	background: #ffd3b7;

}



.tab-design ul li:nth-child(2):hover {

	background: #CED9DD;

}



.tab-design ul li:nth-child(3):hover {

	background: #EBF4D5;

} */





/* .tab-design ul li.t1.active h2 {

	background: #ee8c22 !important;

}



.tab-design ul li.t1.active {

	background: #ffd3b7 !important;

}



.tab-design ul li.t2.active h2 {

	background: #90abb2 !important;

}



.tab-design ul li.t2.active {

	background: #CED9DD !important;

}



.tab-design ul li.t3.active h2 {

	background: #b3d331 !important;

}



.tab-design ul li.t3.active {

	background: #EBF4D5 !important;

} */





/* .tab-design ul li:nth-child(1):hover h2 {

	background: #ee8c22;

}



.tab-design ul li:nth-child(2):hover h2 {

	background: #90abb2;

}



.tab-design ul li:nth-child(3):hover h2 {

	background: #b3d331;

} */





.tab-design ul li h2 {
	color: var(--black);
	margin-bottom: 40px;
	font-weight: 600 !important
}
/* .tab-design ul li:nth-child(1) h2 {

	background: #ffd3b7;

} */



/* .tab-design ul li:nth-child(1) h2:hover {

	background: #ee8c22;

} */



/* .tab-design ul li:nth-child(2) h2 {

	background: #CED9DD;

} */



/* .tab-design ul li:nth-child(2) h2:hover {

	background: #90abb2;

} */



/* .tab-design ul li:nth-child(3) h2:hover {

	background: #b3d331;

} */



/* .tab-design ul li:nth-child(3) h2 {

	background: #EBF4D5;

} */



.tab-design ul li p {
	padding: 0 20px;
	text-align: left
}
.cta-design {
	display: flex;
	margin-bottom: 24px !important;
}
.cta-design li {
	width: auto;
	text-align: center;
	color: var(--black);
	margin-right: 20px;
	padding: 4px 20px;
	border-radius: 4px;
}
.cta-design li:last-child {
	margin-right: 0;
}
/*.term-1 .cta-design li {

	background: #ffd3b7;

}

.term-2 .cta-design li {

	background: #90abb2;

}

.term-3 .cta-design li {

	background: #d6e9a6;

}*/

/* sandeep CSS    */





/********************** End tab and scrolling css.  ******************/





.disruptivbeSec {
	padding-top: 60px;
}
.disruptivbeSec .stick-sec {
	z-index: 999;
	top: 100px;
}
.stick-sec {
	position: sticky;
	top: 96px;
	background: var(--pink);
	z-index: 99;
	padding: 60px 0 17px;
}
.scrollableMenuLeft .navigation a {
	border-radius: 10px;
	border: 1px solid transparent;
	transition: 0.5s;
	font-size: 1rem;
	font-family: 'Nunito Sans', sans-serif;
	color: var(--black);
	padding: 20px;
	min-width: 350px;
	font-weight: 800;
}
.scrollableMenuWrapper {
	padding-top: 10px; 

	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 40px;
}


.program-page.pgdm-pge .scrollableMenuLeft{ top: 250px;}

.scrollableMenuLeft {
	position: sticky;
	top: 320px;
	z-index: 9;
	width: auto;
	overflow: inherit;
}
.pgdm-pge .scrollableMenuLeft {
	top: 250px;}

.teaching_methods .scrollableMenuLeft {
    position: sticky;
	top: 257px;}



.industry-readiness.teaching_methods .scrollableMenuLeft, .student-placement-process .scrollableMenuLeft {
	top: 296px;
}


main.pgpTopBarTheme.active .scrollableMenuLeft {
	top: 262px;
}
.scrollableMenuLeft .navigation a {
	border-radius: 10px;
	border: 1px solid transparent;
	transition: 0s;
	font-size: 1rem;
	font-family: 'Nunito Sans', sans-serif;
	color: var(--black);
	padding: 18px 20px;
	min-width: 350px;
	font-weight: 800;
}
.scrollableMenuLeft .navigation a:hover {
	background: var(--white);/* outline: 1px solid var(--dark-grey);*/
}
.scrollableMenuLeft .navigation li:hover {
	background: var(--white);
	/* outline: 1px solid var(--black);*/

	border-radius: 10px;
}
.scrollableMenuLeft .navigation li:not(:first-child) {
	margin-top: 10px;
}
.scrollableMenuLeft .navigation a.active {
	background: #fefaf8;
	box-shadow: 5px 5px #ee8c2285;
	border: 1px solid var(--black);
}
.mainScrollableBox {
	padding: 30px 40px 40px;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 20px;
	border: 1px solid var(--light-grey);
	border-radius: 10px;
}
.industry-curriculum .mainScrollableBox h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mainScrollableBox:not(:first-child) {
	margin-top: 30px;
	margin-top: 30px;
}
.mainScrollableBoxReel {
	min-width: 221px;
	max-width: 100%;
	max-width: 218px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--black);
	max-height: 393px;
	border-radius: 0;
	border: none;
}
.scrollableMenuRight {
	max-width: calc(100% - 325px);
	width: 70%;
}
/********************** End tab and scrolling css.  ******************/





/********************** clients logos css  ******************/





.logo-container {
	max-width: 186px;
	height: 70px;
	overflow: hidden;
	position: relative;
}
.logo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.logo.visible {
	opacity: 1;
}
 @keyframes myfadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.logo-container .row {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.clients-logo {
	display: flex;
	vertical-align: middle;
	align-items: center;
	width: 100%;
}
.clients-logo .logo-box {
	width: 18%;
	margin: 1%;
}
.logo-container {
	display: flex;
 --background-transition: 0.3s;
	margin: 8% 0;
 --border-radius: 5px 5px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	background: #ffffff;
}
/**************end  clients logos css.  ***********/





/*.btn-cur {padding: 16px 60px !important;}*/

/*.btn-cur:hover {padding: 16px 50px !important;}*/





.tab-bar {
	position: sticky;
	top: 0;
	background: #fff;
	overflow: hidden;
	z-index: 1000;
}
.tab-bar ul {
	width: 1300px;
	margin: 0 auto !important;
	margin-bottom: 50px !important;
}
.content-data {
	position: sticky;
}
section#tab1, section#tab2, section#tab3 {
	padding-top: 80px;
}
.tab-link {
	color: #000000;
	text-align: center;
	text-decoration: none;
	padding: 12px 20px;
	display: block;
	transition: background-color 0.3s;
}
.tab-link:hover, .tab-link.active {
	display: block;
	color: black;
	padding: 12px 20px;
}
.tab-design ul li:nth-child(2) h2 a.active {
	background: #90abb2;
}
.tab-design ul li:nth-child(3) h2 a.active {
	background: #b3d331;
}
/* end Css */





/*read more*/



/*.more-wrap {

	margin-top: 0px

}



.moretext {

	display: none;

	margin-top: 0px;

}



.icon-font {

	font-size: 2rem;

}



.moreless-button {

	font-size: 1.3rem;

	color: var(--black);

	text-decoration: none;

	display: inline-block;

	align-items: center;

	position: relative;

	margin-left: 35px;

	margin-top: 0px;

}



.moreless-button span {

	margin-right: 10px;

	top: -34%;

	position: absolute;

	left: -68px;

	margin-left: 34px;

	font-size: 2.1rem;

}*/







.mb-c-15 {
	margin-bottom: 15px !important;
}
.mb-c-30 {
	margin-bottom: 30px !important;
}
/*read more-and*/



.term-top {
	padding: 60px 0 30px
}
.term-top .main-title {
	margin-bottom: 2.21rem;
}
/*.term-1 {

	background: #fff4ee

}

.term-2 {

	background: #e4ebed

}

.term-3 {

	background: #f5faea

}*/

.tab-content .our-section {
	padding: 62px 0px 62px;
}
.outer-border .main-title {
	font-size: calc(1.3rem + 0.6vw);
	margin-bottom: 20px !important
}
.eligibility-criteria .tab-content .section {
	margin-bottom: 50px;
}
.eligibility-criteria .tab-content .section:last-child {
	margin-bottom: 0px;
}
label {
	display: block;
	font-weight: 600;
}
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("../image/select-icon.png") no-repeat right 10px center  !important;
	cursor: pointer;
    z-index: 999;
    position: relative;
    background-color: #fff !important;
}
.wpcf7-spinner{ display: none !important}
 select::-ms-expand {
 display: none !important;
}
.select-wrapper ul {
    display: flex;
    justify-content: flex-start;
    max-width: 1000px;
    gap: 30px;
}
.select-wrapper {
	margin-top: 2rem
}
.select-wrapper ul li {
	width: 33%;
	max-width: 32%;
	margin: 0;
}
.select-wrapper .form-design {
	background: none;
	border: none;
	padding: 0;
}
.term-1 .select-wrapper .form-design {
	margin-bottom: 15px
}
.term-2 .select-wrapper .form-design {
	margin-bottom: 15px
}
.term-3 .select-wrapper .form-design {
	margin-bottom: 15px
}
.select-wrapper .form-design select {
	border: 2px solid #000000;
	background: url(https://designawebsite.co.in/demo/soil-program-demo/image/select-icon-black.png) no-repeat right 10px center;
	padding: 8px 16px !important;
	border-radius: 10px;
}
.data-table {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 15px
}
.data-table .no-data {
	display:none;
}
.data-table table {
	width: 900px;
}
.data-table table tr th {
	background-color: var(--topbigbox2);
	color: var(--black);
	font-weight: 800;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 1rem;
	border: 1px solid #000000;
}
th, td {
	padding: 8px 16px;
	text-align: left;
	border-bottom: 1px solid #000000 !important;
}
th {
	background-color: #000;
	color: #ffffff;
}
tr:nth-child(even) {
	background-color: #ffffff;
}
tr:hover {
	background-color: #f1f1f1;
}
/*header {

	display: none;

}*/





/*CURRICULUM css End*/





/******admissions process *********/





.admission-process {
	padding: 90px 0px 80px
}
.admission-process h1 {
	font-size: 2.5rem;
	text-align: left;
	margin-top: 10px;
	font-weight: 700;
	line-height: 1.4;
}
.three-box-section ul li {
	width: 30%;
	background: #fff;
	padding: 15px 30px;
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: 6px 6px 0 0 #c5b28e;
	margin-bottom: 40px;
}
.three-box-section ul li h2 {
	font-size: 52px;
	line-height: 60px;
	padding-top: 12px;
}
.three-box-section ul li h5 {
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 12px;
}
.three-box-section ul {
	display: flex;
	flex-wrap: wrap;
}
img.eligible {
	padding-top: 100px;
}
.scrollableMenuWrapper.admission-process-tab {
	display: inline-block;
}
.admission-process-tab>.scrollableMenuLeft.side-menu {
	width: 100% !important;
}
.admission-process-tab ul#nav {
	display: flex;
}
/***admissions process ****/





.light-gr {
	background: #f5faea
}
.profile {
	padding: 64px 0 36px;
}
.profile .main-title {
	margin-bottom: 25px !important;
}
.eligibility-criteria {
	padding: 62px 0 80px;
}

.eligibility-criteria.a-proc {
	padding: 0px 0 0px;
}
.eligibility-criteria .main-title {
	margin-bottom: 22px !important;
}
.eligibility-criteria.a-proc .main-title {
	margin-bottom: 30px !important;
}
.eligibility-criteria .sub-heading-parent-second-black {
	margin-top: 46px;
}
.grid-entrance {
	margin-top: 30px;
}
.admission-process h1 {
	font-size: 2.5rem;
	text-align: left;
	margin-top: 10px;
	font-weight: 700;
	line-height: 1.4;
}
.three-box-section ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 0px;
	column-gap: 38px;
}
.three-box-section ul li {
	width: calc(33.3% - 27px);
	background: #fff;
	padding: 15px 30px 26px;
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: #e4d9c5 6px 6px 2px;
	margin-bottom: 40px;
	transition: box-shadow 0.5s;
}
.three-box-section ul li:hover {
	box-shadow: #c9b189 6px 6px 2px;
}
/*.three-box-section ul li:nth-child(1), .three-box-section ul li:nth-child(4) {

    margin-left: 0px;

}*/



.three-box-section {
	margin-top: 35px;
}
.three-box-section ul li h3 {
	font-size: 44px;
	line-height: 1.6;
}
.three-box-section ul li p {
	margin-bottom: 0;
}
.three-box-section ul li h5 {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 0px;
}
.eligible-img img {
	width: 86%;
	margin-left: 7%;
	padding-top: 100px;
}
.scrollableMenuWrapper.admission-process-tab {
	display: inline-block;
}
.admission-process-tab>.scrollableMenuLeft.side-menu {
	width: 100% !important;
}
.admission-process-tab ul#nav {
	display: flex;
}
ul.admission-process-logos-5 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px !important;
	row-gap: 8px;
	column-gap: 18px;
}
ul.admission-process-logos-5 li {
	width: calc(20% - 15px);
	border: 1px solid #ddd;
	box-shadow: 2px 2px var(--lg-og), 2px 2px 0 2px var(--lg-og);
	border-radius: 5px;
}
.entrance-two-box {
	margin-right: 89px;
}
ul.entrance-test-box {
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: 24px !important;
}
.outer-border .tringle {
	margin-bottom: 20px !important;
}
.sidebar.step-section.tab-design ul li {
	width: 23%;
	margin: 0 1.2% 2.5% 1.2%;
	border: 1px dotted #ddd;
	border-radius: 8px;
	position: relative;
	background: #e4d9c5;
	padding: 0 10px;
}
.sidebar.step-section.tab-design ul li:nth-child(1) {
	margin-left: 0;
}
.sidebar.step-section.tab-design ul li:last-child {
	margin-right: 0;
}
.sidebar.step-section.tab-design ul li:hover {
	border: 1px dotted #ddd;
	background: #c9b189 !important;
	border-radius: 8px;
}
.sidebar.step-section.tab-design ul li:after {
	border: 1px dashed #d3d3d3;
	height: 2px;
	content: "";
	position: absolute;
	top: 26px;
	width: 100%;
	right: -40px;
	z-index: -999;
}
.sidebar.step-section.tab-design ul li:last-child:after {
	border: none;
}
.outer-border {
	border: 1px solid #c3c3c3;
	border-radius: 20px;
	padding: 40px;
	margin-top: 30px;
}
.sidebar.step-section.tab-design ul li h4 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 0;
}
.sidebar.step-section.tab-design ul li h4 span {
	font-size: 12px;
	font-weight: 600;
}
img.gepiProcess {
	margin-top: 30px;
}
ul.entrance-test-box li {
	width: 48%;
	background: #f8f8f8;
	margin: 1%;
	padding:18px 20px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	line-height: 1.6;
}
ul.entrance-test-box li:nth-child(3) {
	background: #DC6C0D
}
ul.entrance-test-box li:nth-child(2) {
	background: #90abb2
}
ul.entrance-test-box li:nth-child(4) {
	background: #C9B289
}
ul.entrance-test-box li:nth-child(1) {
	background: #9ECA39
}
ul.entrance-test-box li:nth-child(2)::before {
	background-color: #71a7b5 !important;
}
ul.entrance-test-box li:nth-child(4)::before {
	background-color: #ECA019 !important;
}
ul.entrance-test-box li:nth-child(1)::before {
	background-color: #A7E122 !important;
}
ul.entrance-test-box li:nth-child(3)::before {
	background-color: #F97506 !important;
}
.app-blog img {
	border-radius: 8px;
	box-shadow: 7px 7px var(--lg-og), 7px 7px 0 1px var(--lg-og);
}
.step-section.tab-design ul li.active {
	background: #c9b189 !important;
}
/* .step-section.tab-design ul li.t2.active {

	background: #FCE2D3 !important;

}



.step-section.tab-design ul li.t3.active {

	background: #CED9DD !important;

}



.step-section.tab-design ul li.t4.active {

	background: #ffd3b7 !important;

} */



/* .step-section.tab-design ul li:nth-child(1):hover {

	background: #EBF4D5 !important;

}



.step-section.tab-design ul li:nth-child(2):hover {

	background: #FCE2D3 !important;

}



.step-section.tab-design ul li:nth-child(3):hover {

	background: #CED9DD !important;

}



.step-section.tab-design ul li:nth-child(4):hover {

	background: #ffd3b7 !important;

} */





.app-box {
	background: #ffd3b7;
	padding: 30px 24px;
	border-radius: 10px;
	text-align: center;
	margin-top: 30px;
}
.ap-light-pink {
	background-color: #FCE2D3;
	box-shadow: 5px 5px #f3a11d, 5px 5px 0 1px #f3a11d;
}
.ap-light-green {
	background-color: #EBF4D5;
	box-shadow: 5px 5px #a5d066, 5px 5px 0 1px #a5d066;
}
.ap-light-brown {
	background-color: #CED9DD;
	box-shadow: 5px 5px var(--lg-og), 5px 5px 0 1px #b3ebff;
}
.app-box h3 {
	font-size: 22px;
	line-height: 1.6;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 20px;
}
p.date span {
	font-weight: 800;
}
.app-box p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 0px;
}
.three-box-section ul li:nth-child(1) {
	margin-left: 0px;
}
h1.main-title.first {
	font-size: 48px;
	line-height: 1.2 !important;
	margin-bottom: 2.21rem;
	color: #000000 !important
}
.pgpm-admission-process {
	padding: 62px 0px 70px
}
.pgpm-admission-process .tringle {
	margin-top: 13px !important;
}
.grid-model.second {
	height: 400px;
	margin-top: 30px;
}
.grid-model.second img {
	max-width: 28%;
}
.grid-model.second .grid-3 {
	bottom: -10%;
	left: 12%;
}
.grid-model.second .grid-4 {
	bottom: -20%;
	right: 12%
}
.grid-model.second .grid-1 {
	left: 12%;
}
.grid-model.second .grid-2 {
	right: 18%;
}
/*snadeep-end*/



#chartdiv-home {
	position: relative;
	left: -10%;
}
.wrap-design {
	padding: 55px 0px 64px
}
.wrap-design .main-title {
	margin-bottom: 1.375rem;
	margin-top: 6px;
}
.wrap-design img.imgt {
	max-width: 48%;
	width: auto;
	/*height: 600px;*/

	margin-left: 40px;
	margin-bottom: 0px;
	float: right;
	margin-top: 15px;
}
.set-big-v-space {
	margin-top: 40px !important;
}
.set-big-v-space-2 {
	margin-top: 40px !important;
}
.cultivating-leaders {
	padding: 61px 0px 50px
}
.harvard {
	padding: 61px 0px 66px
}
.harvard .main-title {
	margin-bottom: 24px
}
.transform-your {
	padding: 60px 0px 70px
}
.engage-in {
	padding: 60px 0px 63px
}
.engage-in .main-title {
	margin-bottom: 26px
}
.broaden-your {
	padding: 60px 0px 64px
}
.broaden-your .main-title {
	margin-bottom: 26px;
}
.harvard .sub-heading-parent-second-black.mt-0 {
	margin-top: 5px !important
}
.dive-deep .sub-heading-parent-second-black.mt-0 {
	margin-top: 5px !important
}
.wrap-design img.imgt {
	max-width: 450px;
	border-radius: 8px;
}
.transform-your img {
	border-radius: 8px;
}
.student-placement .circle-icon.mt-3 {
	margin-top: -5px !important
}
.student-placement .circle-icon {
	margin-top: 30px;
}
.scrollableMenuWrapper h4 {
	line-height: 1.6;
}
.entrance-test-box br {
	display: none
}
.app-box-img {
	margin-top: 10px;
}
.student-placement .mainScrollableBox {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.video-design iframe {
	width: 100%;
	max-width: 450px;
	height: 247px;
	display: block;
}
/*Grid animation start*/



.grid-model {
	position: relative;
}
.grid-image {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	animation: fadeAndMove 2s forwards;
}
.grid-1 {
	animation: fadeAndMoveTopLeft 2s forwards;
	animation-delay: 0s;
}
.grid-2 {
	animation: fadeAndMoveTopRight 2s forwards;
	animation-delay: 0.5s;
}
.grid-3 {
	animation: fadeAndMoveBottomLeft 2s forwards;
	animation-delay: 1s;
}
.grid-4 {
	animation: fadeAndMoveBottomRight 2s forwards;
	animation-delay: 1.5s;
}
 @keyframes fadeAndMove {
 0% {
 opacity: 0;
 transform: translate(-50%, -50%);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeAndMoveTopLeft {
 0% {
 opacity: 0;
 transform: translate(-50%, -50%);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
 transform: translate(-115%, -118%);
}
}
 @keyframes fadeAndMoveTopRight {
 0% {
 opacity: 0;
 transform: translate(50%, -50%);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
 transform: translate(13%, -104%);
}
}
 @keyframes fadeAndMoveBottomLeft {
 0% {
 opacity: 0;
 transform: translate(-50%, -50%);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
 transform: translate(-115%, 2%);
}
}
 @keyframes fadeAndMoveBottomRight {
 0% {
 opacity: 0;
 transform: translate(-50%, -50%);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
 transform: translate(13%, 18%);
}
}
/*Grid animation End*/



.mob-state {
	display: none;
}
.v-wrap .video-design {
	display: block;
	margin-top: 15px;
	width: 100%;
}
.video-bg-academic .btn-cur {
	color: #ffffff;
	background: var(--og) !important;
}
.btn-cur .fa-arrow-right {
	color: #ffffff;
}
.btn-cur:hover, .btn-cur:focus, .btn-cur:active {
	color: #000;
}
.mob-in {
	display: none;
}
.mob-marquee {
	display: none;
}
/*pgpm video start*/

.experience-st .video-sec {
	position: relative;
	width: 100%;
	max-width: 320px;
	height: 510px;
	/* Adjust as needed */

	cursor: pointer;
	border-radius: 8px;
}
.experience-st .video-sec img {
	width: 100%;
	display: block;
	height: 100%;
	border-radius: 8px;
}
.experience-st .video-sec .gif {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.experience-st .video-sec:hover .gif {
	display: none;
	border-radius: 8px;
}
.experience-st .video-sec iframe {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}
/*pgpm video End*/





/*common video start*/

.video-ani .video-sec {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 400px;
	cursor: pointer;
	border-radius: 8px;
}
.video-ani .video-sec img {
	width: 100%;
	display: block;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}
.video-ani .video-sec .gif {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.video-sec:hover .gif {
	display: block;
	border-radius: 8px;
}
.video-ani .video-sec iframe {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}
/*common video End*/



/*Wide common video start*/

.wide-ani .video-sec {
	position: relative;
	width: 100%;
	height: 400px;
	cursor: pointer;
	border-radius: 8px;
}
.wide-ani .video-sec img {
	width: 100%;
	display: block;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}
.wide-ani .video-sec .gif {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.wide-ani:hover .gif {
	display: none;
	border-radius: 8px;
}
.wide-ani .video-sec iframe {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}
/*common video End*/





.video-ani {
	display: flex;
	flex-wrap: wrap;
	column-gap: 7%;
	margin-top: 53px !important
}
.video-ani li {
 width: calc(19% - -6px);
}
/*experiential-immersion-Start*/



.immersive-learning-programs {
	padding: 60px 0px 70px
}
.industry-immersion-at-soil {
	padding: 64px 0px 60px
}
.experiential-immersion {
	padding: 64px 0px 60px
}
.experiential-immersion .main-title {
	margin-bottom: 26px;
}
.industry-immersion-at-soil .main-title {
	margin-bottom: 32px;
}
.four-img {
	margin-top: 40px !important;
}
.sub-heading-parent-second {
	margin-top: 0
}
.wide-ani {
	margin-top: 32px;
}
.sub-video {
	margin-top: 50px;
}
.four-img {
	display: flex;
	column-gap: 20px
}
.four-img li {
	width: calc(25% - 10px);
}
.four-img li img {
	width: 100%;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.soci-txt {
	margin-top: 24px
}
.social-innovation, .self-leadershi-module {
	padding: 64px 0px 70px
}
.ethics-through {
	padding: 60px 0px 70px
}
.ethics-through .main-title {
	margin-bottom: 20px;
}
.social-innovation .main-title {
	margin-bottom: 0px;
}
.self-leadershi-module .main-title {
	margin-bottom: 9px;
}
/*experiential-immersion-End*/





/*Self Leadership Module*/



.module-four-box .three-box-section ul li {
	width: calc(25% - 29px);
	margin-bottom: 4px;
	padding: 15px 20px 26px
}
/*Self Leadership Module*/





/*sandeep css Start*/

.pgpm-placements-report {
	padding: 62px 0 42px;
}
.sec-top-bot {
	padding: 85px 0px 70px;
}
.marquee-para {
	padding-bottom: 20px;
}
.green {
	background: var(--gr);
}
.green:nth-of-type(2n) {
	background: var(--og);
}
.cohort-table .table-striped th {
	background: #a5d066;
	padding: 20px;
}
.cohort-table .table-striped tr td {
	vertical-align: middle;
	padding: 20px;
}
.cohort-table .table-striped tr:nth-child(2) {
	background: #a5d066;
}
.orange-bar {
	margin-bottom: 50px;
}
.main-placement {
	border-radius: 8px;
	display: flex;
	margin-top: 10px;
}
.opt-placement {
	height: 80px;
	display: flex;
	background: var(--og);
	align-items: center;
	border-radius: 8px;
	padding: 12px 40px 12px 40px;
	z-index: 1;
}
.avg-lpa-wrap {
	width: 36%;
}
.opt-placement-wrap {
	width: 65%;
}
.opt-placement span {
	font-size: 28px;
	line-height: 1.6;
	font-weight: 700;
	color: #fff;
}
.avg-lpa {
	height: 80px;
	background: #FCE2D3;
	padding: 12px 40px 12px 40px;
	z-index: 0;
	margin-left: -7px;
	border-radius: 0 8px 8px 0px;
	display: flex;
	align-items: center;
}
.avg-lpa span {
	font-size: 26px;
	line-height: 26px;
}
span.two-sec {
	display: flex;
	align-items: center;
}
span.two-sec span+span {
	font-size: 18px;
	line-height: 26px;
	margin-left: 30px;
	font-weight: 700;
}
span.two-sec span {
	font-size: 45px;
	font-weight: 800;
}
.bottom-sec span {
	font-size: 18px;
	line-height: 26px;
}
.bottom-sec {
	display: flex;
	margin-top: 15px;
}
.percent-sal {
	margin-top: 15px;
}
.pgpm-placements-report span.percent-sal {
	width: 65%;
	display: block;
	font-size: 18px;
}
.pgpm-placements-report span.list {
	display: block;
}
.pgpm-placements-report span.list ul {
	list-style: none;
}
.pgpm-placements-report span.list ul li {
	display: block;
}
.who-hired {
	padding: 70px 0px
}
.who-hired .wide-ani .video-sec {
	height: 255px;
}
.who-hired .wide-ani .video-sec img, .who-hired .wide-ani .video-sec .gif, .who-hired .wide-ani .video-sec iframe {
	border-radius: 8px 8px 0px 0px;
}
.wide-ani .video-sec img {
	object-position: top;
}
.gif-video .wide-ani .video-sec {
	height: 255px;
}
.gif-video .wide-ani .video-sec img, .gif-video .wide-ani .video-sec .gif, .gif-video .wide-ani .video-sec iframe {
	border-radius: 8px 8px 0px 0px;
}
.gif-video .video-sec img {
	object-position: top;
}
.recruiting-sectors {
	padding: 62px 0px 70px
}
.recruiting-sectors .main-title {
	margin-bottom: 2.313rem;
}
.who-hired {
	padding: 62px 0px 70px;
}
.who-hired .main-title {
	margin-bottom: 24px;
}
.who-hired .btn-dsn {
	margin-top: 70px;
}
/*Sandeep css Close*/





/*international-immersion*/



.sidebar {
	position: -webkit-sticky;
	/* For Safari */


}
.business-course .sidebar {
	top: 115px;
	padding-top: 52px;
	background: #ffffff;
}
.business-course .tab-design ul {
	padding-top: 15px !important;
}
.outer-border .sub-heading-parent-second-black{ font-weight: 700;}

.bg-.gray {
	background: #f8f8f8;
	border-radius: 10px;
}
.business-course .tab-content .section {
	margin-bottom: 40px;
}
.business-course .sidebar.step-section.tab-design ul li h4 span {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}
.business-course .sidebar.step-section.tab-design ul li h4 {
	text-align: left;
}
.international-immersion {
	padding: 60px 0px 30px;
}
.clients-logos {
	padding: 30px 10px;
	height: 100%;
}
.clients-logos ul li {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}
.clients-logos ul li span {
	display: inline-block;
	font-weight: 700;
	padding-top: 20px;
}
.clients-logos ul li img {
	padding: 0 20px
}
.business-course ul.faculty-section {
	margin-top: 30px !important;
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem;
}
.business-course ul.faculty-section li {
	width: 18%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.business-course ul.faculty-section li img{
	width: 100%;
	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;
}
.user-profile {
	margin-bottom: 15px;
}
.user-name {
	width: 100%;
	padding: 0px 15px 20px 15px;
}
.user-name h5 {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	height: 44px;
	font-weight: 800;
}
.user-name p {
	/* height: 50px; */
	font-size: 13px;
	line-height: 26px;
	color: var(--og);
	color: #000;
	line-height: 20px;
	margin: 7px 0px 0px 0px;
}
ul.img-small li img {
	width: 170px;
	text-align: center;
	margin: 0 auto;
}
.border-radius-8 {
	border-radius: 8px;
}
.light-gray {
	background: #EBF4D5
}
.light-orange {
	background: #FCE2D3
}
.light-brown {
	background: #CED9DD
}
.light-green {
	background: #EBF4D5
}
.business-course .outer-border .tringle {
	margin-top: 15px !important
}
/*international-immersion*/





.distribution {
	padding: 62px 0px 30px;
}
.distribution .main-title {
	margin-bottom: 2.313rem;
}
/*life-at-soil start*/

.life-at-soil {
	padding: 70px 0px 107px
}
.life-at-soil .main-title {
	margin-bottom: 26px;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
}
.quick-two-links {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	border-top: 1px solid #000;
	padding-top: 24px;
	margin-bottom: 5px;
}
.quick-two-links h2 {
	width: 40%;
}
.quick-two-links ul {
	width: 56%;
}
.strip {
	position: absolute;
	bottom: -40px;
	left: 0;
	max-width: 80%;
	background: var(--pink);
	padding: 20px 30px 10px 30px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-over-shadow img {
	box-shadow: 7px 7px var(--lg-og), 7px 7px 0 1px var(--lg-og);
	border-radius: 8px;
}
.lft-img {
	margin-right: 20px;
}
.blog-banner-wrap {
	position: relative;
}
.banner-strip {
	position: absolute;
	bottom: 0;
	background: #2222228a;
	border-radius: 10px;
	width: 45%;
	padding: 30px 40px 30px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.banner-strip h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;
}
.banner-strip p {
	color: #ffffff;
}
.banner-strip .btn-strip a i {
	color: #ffffff;
	font-size: 2rem;
}
.blog-banner-wrap {
	transition: transform 0.5s;
}
.blog-banner-wrap img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: top;
}
.blog-banner-wrap:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
}
.banner-strip .btn-dsn {
	margin-top: 10px;
	color: #ffffff;
	background: var(--og)
}
.banner-strip .btn-dsn:hover:before, .banner-strip .btn-dsn:focus:before, .banner-strip .btn-dsn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.banner-strip .btn-dsn .fa-arrow-right {
	display: inline-block;
	animation: showIcon 0.5s ease forwards;
	color: #ffffff;
}
.wide-ani.long-ani .video-sec {
	height: 600px;
}
.wide-ani.long-ani {
	margin-top: 6px;
	position: relative;
}
.long-v-strip {
	position: absolute;
	bottom: 0;
	background: #2222228a;
	border-radius: 8px;
	max-width: 100%;
	width: 100%;
	padding: 22px 30px 22px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.long-v-strip a {
	color: #ffffff;
	text-decoration: none;
}
.long-v-strip h2 {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 1.5rem;
}
.long-v-strip img {
	width: 90px;
	height: 90px;
}
.long-ani .fa-arrow-right {
	font-size: 40px;
	color: #ffffff;
	padding-left: 30px;
}
.business-academies .industry-immersion-list {
	margin-top: -5px;
}
.business-academies {
	padding: 62px 0px 64px
}
.business-academies .main-title {
	margin-bottom: 31px !important;
}
.your-aca {
	padding: 70px 0;
}
.career-devlopment .main-title {
	margin-bottom: 32px;
}
.experiential-friday {
	padding: 62px 0 80px 0px
}
.experiential-friday .main-title {
	margin-bottom: 31px;
}
.student-clubs {
	padding: 62px 0 84px 0px
}
.student-clubs .main-title {
	margin-bottom: 26px;
}
.wellness-soil {
	padding: 60px 0 70px 0px
}
.wellness-soil .main-title {
	margin-bottom: 26px;
}
.help-communities {
	padding: 64px 0 70px 0px
}
.help-communities .main-title {
	margin-bottom: 31px;
}
.student-clubs .img_box img {
	margin-bottom: 15px;
}
/*life-at-soil End*/



.office-of-career {
	padding: 62px 0px 53px;
	background-color: #f3ece2;
}
.office-of-career .industry-immersion-list {
	margin-top: 0px
}
.office-of-career .img_box img {
	max-width: 200px;
	box-shadow: unset;
}
.students-graduated {
	padding: 70px 0px 43px
}
.participate-in-career .four-sect ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.participate-in-career .four-sect ul li {
	background-color: #F8F8F8;
	border-radius: 8px;
	width: 23.5%;
	border-bottom: none;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: transform 0.5s;
}
.participate-in-career .four-sect ul li img {
	width: 100%;
	border-radius: 8px 8px 0px 0px;
}
.four-blog-detail {
	padding: 24px 24px 10px 24px
}
.four-blog-detail h4 {
	height: 56px;
	font-size: 22px;
}
.participate-in-career .four-blog-detail h4 {
	height: auto;
}
.four-blog-detail p {
	margin-top: 1rem;
}
.participate-in-career {
	padding: 65px 0px;
}
.participate-in-career p.up-adm-txt {
	margin: 0px 0px 30px
}
.participate-in-career .sub-line {
	margin-bottom: 40px;
	font-weight: 600 !important;
}
.participate-in-career .main-title {
	margin-bottom: 37px;
}
.career-devlopment .select-wrapper .form-design {
	margin-bottom: 15px;
}
.grey-green {
	background: var(--pink);
}
.career-management {
	padding: 65px 0 60px;
}
.life-at-soil .lg-pink {
	padding: 50px 15% 50px 50px;
	background: var(--pink);
	border-radius: 8px;
}
.overlap-strip-wrap {
	position: absolute;
	left: -25%;
	top: 13%;
}
.life-at-soil .img-over-shadow img {
	height: 340px;
	height: 450px;
	object-fit: cover;
}
/* governing board css start */



.govering-board {
	margin: 40px 0 0;
}
.govering-board ul {
	display: flex;
	flex-wrap: wrap;/* justify-content: space-between; */
}
.govering-board ul li {
	width: calc((100% - 105px) / 4);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #fff;
	margin-right: 35px;
	margin-bottom: 30px;
}
.govering-board ul li.user-profile-last {
	margin-right: 0px;
}
.govering-board .user-profile img {
	width: 100%;
}
.govering-board .user-name h5 {
	height: auto;
	color: #ee8c22;
	text-transform: uppercase;
	font-size: var(--perasize);
	margin: 0px 0px 0px 0px;
}
/* governing board css end */



/* association css start  */

.association_sec .partner_sec {
	justify-content: center;
}
.association_sec .box_item {
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 0px 0px 0px 0px;
	background: #fff;
	border-radius: 10px;
}
.association_sec .box_item .box_img {
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
	background-color: #fff;
	margin-bottom: -30px;
}
/* association css end */



/* gurgaon campus css start */



.gurgaon_campus {
	padding: 70px 0px;
}
.social-innovation-new {
	padding: 64px 0px 70px;
}
.wide-ani {
	margin-top: 0px;
}
.social-innovation-new .three-img {
	display: flex;
	column-gap: 20px;
}
.social-innovation-new .three-img, .social-innovation-new .four-img {
	margin-top: 5px !important;
	margin-bottom: 40px !important;
}
.social-innovation-new .three-img li {
	width: calc(33% - 10px);
}
.social-innovation-new .three-img li img {
	width: 100%;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.social-innovation-new .two-img li {
	width: calc(50% - 10px);
}
.campus-location {
	margin-top: 20px;
}
.campus-location h4 {
	font-weight: 500 !important;
	line-height: 1.6 !important;
}
.campus-location h4 a {
	color: #000;
	text-decoration: none;
}
.map1 {
	text-align: right;
}
/* gurgaon campus css end */



/* manesar campus css start */

.manesar_campus {
	padding: 62px 0px 70px;
}
.manesar_campus_new {
	padding: 55px 0px 50px 0px;
}
.manesar_campus_new .three-img {
	display: flex;
	column-gap: 20px;
}
.manesar_campus_new .three-img, .manesar_campus_new .four-img {
	margin-top: 5px !important;
	margin-bottom: 40px !important;
}
.manesar_campus_new .three-img li {
	width: calc(33% - 10px);
}
.manesar_campus_new .three-img li img {
	width: 100%;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.manesar_campus_new .two-img li {
	width: calc(50% - 10px);
}
/* manesar campus css end */



/* founder css start */

.moretext {
	display: none;
}
.video_text {
	line-height: 1.4 !important;
	color: var(--og);
}
.journey_sec {
	position: relative;
	margin-top: 40px;
}
.journey_year_top p, .journey_year_bottom p {
	position: absolute;
	font-size: 18px;
}
.journey_year_top p:first-child {
	top: 18%;
	left: 5.5%;
}
.journey_year_top p:nth-child(2) {
	top: 18%;
	left: 19%;
}
.journey_year_top p:nth-child(3) {
	top: 18%;
	left: 32.5%;
}
.journey_year_top p:nth-child(4) {
	top: 18%;
	right: 37%;
}
.journey_year_top p:nth-child(5) {
	top: 18%;
	right: 23.5%;
}
.journey_year_top p:last-child {
	top: 18%;
	right: 10%;
}
.journey_year_bottom p:first-child {
	bottom: 15%;
	left: 6%;
}
.journey_year_bottom p:nth-child(2) {
	bottom: 15.5%;
	left: 19%;
}
.journey_year_bottom p:nth-child(3) {
	bottom: 15.5%;
	left: 32.5%;
}
.journey_year_bottom p:nth-child(4) {
	bottom: 15.5%;
	right: 50.3%;
}
.journey_year_bottom p:nth-child(5) {
	bottom: 15.5%;
	right: 36.6%;
}
.journey_year_bottom p:last-child {
	bottom: 15.5%;
	right: 22.8%;
}
p a, ul li a, ol li a {
	color: var(--og);
	text-decoration: none;
}
/* founder css end */





/* consortium css start */

.industry-consortium-council {
	padding: 70px 0px 60px;
}
.consortium-role {
	padding: 59px 0px 43px;
}
.consortium-role .main-title {
	margin-bottom: 25px;
}
.leadership-development-new {
	padding: 63px 0px 63px;
}
.consortium-role .colourful-boxes ul {
	justify-content: center;
	gap: 0;
}
.consortium-role .colourful-boxes ul li {
	width: calc(19.5% - 20px);
	margin-bottom: 20px;
	height: 160px;
}
.consortium-role .colourful-boxes ul li img {
	width: 50px;
	margin-bottom: 15px;
}
.consortium-role .colourful-boxes ul li:nth-child(4) {
	margin-right: 20px;
}
/* consortium css end */









/* Naresh */





:root {
 --topmenubg: #C9B189;
 --topmenubtn1: #B2D235;
 --topmenubtn2: #F5831A;
 --topmenubtn3: #c9b189;
 --bgwhite: #ffffff;
 --topbigbox1: #B2D234;
 --topbigbox3: #F5831A;
 --aboutsecbg: #FAFCF3;
 --greenlight: #A5D06680;
 --lightgreenbgcolor: #82BC411A;
 --colorpera: #000000;
 --smallfont: 16px;
 --h1heading: 42px;
 --h2heading: 40px;
 --h3heading: 25px;
 --h4heading: 20px;
 --perasize: 16px;
}
/* header section  */



header {
	width: 100%;
}
/* top menu section  */



header .top_menu {
	width: 100%;
	background: var(--topmenubtn1);
}
header .top_menu .top_menu_main {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0rem;
}
header .top_menu .top_menu_main .top_menu_pera {
	width: 60%;
	text-align: end;
}
header .top_menu .top_menu_main .top_menu_pera p {
	margin-bottom: 0rem;
	font-weight: 600;
	color: #ffffff;
}
header .top_menu .top_menu_main .top_menu_btns {
	width: 40%;
	display: flex;
	justify-content: left;
	padding-left: 1rem;
}
header .top_menu .top_menu_main .top_menu_btns a {
	display: inline-block;
	padding: 0.3rem 0.6rem;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	background: var(--topmenubtn1);
	margin-right: 0.6rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	/*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/

    /* box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px 0px inset, rgba(0, 0, 0, 0.1) -2px -2px 2px 2px inset, rgba(0, 0, 0, 0.1) 2px 2px 2px 0px inset, rgba(0, 0, 0, 0.1) -1px -1px 1px 1px inset; */

	color: #ffffff;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
header .top_menu .top_menu_main .top_menu_btns a:nth-child(2) {
	background: var(--topmenubtn3);
}
header .top_menu .top_menu_main .top_menu_btns a:nth-child(3) {
	background: var(--topmenubtn2);
}
header .top_menu .top_menu_main .top_menu_btns a:nth-child(1):hover {
	background: #8ea82a;
}
header .top_menu .top_menu_main .top_menu_btns a:nth-child(2):hover {
	background: #928164;
}
header .top_menu .top_menu_main .top_menu_btns a:nth-child(3):hover {
	background: #c46915;
}
/*header .hero_section {

    width: 100%;

    background-image: linear-gradient(rgb(255,255,255), rgba(0, 0, 0, 0.5));

    background-size: cover;

    background-position: left 28%;

    background-repeat: no-repeat;

    position: relative;

}

header .hero_section .video_section{

    width: 100%;

    position: absolute;

    top: 0;

    z-index: -1;

	

}*/





header .hero_section .container {
	max-width: 95% !important;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
header .hero_section {
	width: 100%;
	height: calc(100vh - 47px);
	/* overflow: hidden; */

	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
header .hero_section .video_section {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	height: 100%;
}
header .hero_section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	opacity: 0.5;
	z-index: -1;
	pointer-events: none;
}
header .hero_section .video_section video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header .hero_section .navbar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .hero_section .navbar_logo {
	width: 20%;
}
header .hero_section .navbar img {
	max-width: 120px;
}
header .hero_section .navbar ul {
	width: 100%;
	max-width: 600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin-bottom: 0rem;
}
header .hero_section .navbar ul li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 580;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 1px;
}
.hero_section .hero_section_text {
	width: 100%;
	text-align: center;
	padding: 0rem 0rem 10%;
	color: var(--bgwhite);
	margin-top: 0rem;
}
.hero_section .hero_section_text h1 {
	font-weight: 700;
	margin-bottom: 0.6rem;
	font-size: var(--h1heading);
}
.hero_section .hero_section_text p {
	width: 100%;
	margin: 0 auto;
	line-height: 28px;
	color: #ffffff;
	font-size: 18px;
	max-width: 600px;
}
.hero_section .hero_section_cards {
	width: 100%;
	padding: 0rem 0rem 3rem 0rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.hero_section .hero_section_cards .hero_section {
	width: 32%;
	background: var(--topmenubtn1);
	/* box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.2) -2px -2px 15px 2px inset, rgba(0, 0, 0, 0.2) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.2) -1px -1px 15px 1px inset; */

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 1.8rem 1.6rem 1.8rem 1.6rem;
	color: var(--bgwhite);
	height: auto;
}
.hero_section .hero_section_cards .hero_section::after {
	display: none;
}
.hero_section .hero_section_cards .hero_section a.f-0 {
	transition: transform 0.4s ease, background 0.4s ease;
	display: inline-block
}
.hero_section .hero_section_cards .hero_section:hover a.f-0 {
	transform: translateY(-3px) scale(1.05);
	background: rgba(0, 0, 0, 0.2);
}
main .industry .industry_video_section .industry_video {
	transition: transform 0.5s;
}
main .industry .industry_video_section .industry_video:hover {
	transform: scale(1.02);
}
.network .alumni_network .alumni_network_member {
	transition: transform 0.5s !important;
}
.network .alumni_network .alumni_network_member:hover {
	transform: scale(1.02) !important;
}
.programs .tab-content > .active {
	display: block !important;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card {
	transition: transform 0.5s;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card:hover {
	transform: scale(1.02);
}
.big, .small-one {
	transition: transform 0.5s;
}
.big:hover, .small-one:hover {
	transform: scale(1.02);
}
.small-wrap {
	display: flex;
	column-gap: 20px;
	justify-content: center;
	margin-bottom: 30px;
	border-radius: 8px;
	padding: 0 25px !important;
}
.small-wrap .small-one {
	margin-bottom: 0 !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 8px;
}
.text-contents {
	padding: 20px;
}
.small-wrap .small-one p {
	margin-bottom: 0 !important;
}
.small-wrap .small-one h4 {
	margin-top: 5px;
}
.small-wrap .small-one img {
	box-shadow: none;
}
.small-wrap .small-one img {
	border-radius: 8px 8px 0 0;
}
.hero_section .hero_section_cards .hero_section h3 {
	margin-bottom: 0.5rem;
	position: relative;
	font-size: var(--h3heading);
	font-weight: 600;
	color: #ffffff;
}
.hero_section .hero_section_cards .hero_section h3::after {
	position: absolute;
	content: 'App. Deadline: 11ᵗʰ Oct, 2025';
	font-size: 12px;
	font-weight: 500;
	top: calc(0% - 0px);
	background: rgba(0, 0, 0, 0.2);
	/* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
	padding: 0.4rem 0.6rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 5px;
	right: -2px;
}
.hero_section .hero_section_cards .hero_section:last-child h3::after{
	content: 'Admissions Open';
}
.hero_section .hero_section_cards .hero_section p {
	line-height: 26px;
	margin-bottom: 0.4rem;
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
}
.hero_section .hero_section_cards .hero_section ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 0rem 0rem 0rem;
	list-style: none;
	flex-wrap: wrap;
	padding-left: 0rem;
}
.hero_section .hero_section_cards .hero_section ul li a {
	text-decoration: none;
	color: var(--bgwhite);
	font-size: 14px;
	position: relative;
	padding-bottom: 0.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.hero_section .hero_section_cards .hero_section ul li a:after {
	content: "\f062";
	font-family: 'Font Awesome 6 Free';
	font-weight: 800;
	margin-left: 0.6rem;
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	display: inline-block;
}
/*.hero_section .hero_section_cards .hero_section ul li a:after{}



.hero_section .hero_section_cards .hero_section ul li a:hover{

    border-bottom: solid var(--bgwhite) 1px;

}*/



.hero_section .hero_section_cards .hero_section ul li:nth-child(2) a::after {
	content: "\f062";
	font-family: 'Font Awesome 6 Free';
	font-weight: 800;
	margin-left: 0.6rem;
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	display: inline-block;
}
.hero_section .hero_section_cards .hero_section ul li a:hover {
	text-decoration: none;
}
a.f-1:hover {
	background: #bbe31e
}
a.f-2:hover {
	background: #dbba83
}
a.f-3:hover {
	background: #d96800
}
.hero_section .hero_section_cards .hero_section ul li:nth-child(2) a {
	/* box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px 0px inset, rgba(0, 0, 0, 0.1) -1px -1px 10px 1px inset, rgba(0, 0, 0, 0.1) 1px 1px 10px 0px inset, rgba(0, 0, 0, 0.1) -1px -1px 10px 1px inset; */



	box-shadow: none;
	padding: 0.4rem 1rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.hero_section .hero_section_cards .hero_section:nth-child(2) {
	background: var(--topmenubtn3);
}
.hero_section .hero_section_cards .hero_section:nth-child(3) {
	background: var(--topmenubtn2);
}
/* header section end  */



/* main section css start  */

main {
	width: 100%;
}
.builds {
	width: 100%;
	background: var(--bgwhite);
}
.builds .builds_section {
	width: 100%;
	background-color: var(--bgwhite);
	position: relative;
	z-index: 1;
	padding:  70px 0 80px;
	max-width: 1200px;
	margin: auto;
}
.builds .builds_section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('../image/leaves.png') right top no-repeat;
	width: 100%;
	height: 100%;
	background-size: 50%;
}
.builds .builds_section h3 {
	font-size: var(--h3heading);
	color: var(--colorpera);
	line-height: 1.2;
	width: 100%;
	margin: 1rem auto 3.5rem auto;
	text-align: center;
	display: block;
	font-weight: 500 !important;
	font-size: 20px;
}
.builds .builds_section h3 span {
	color: var(--topbigbox3);
}
.builds .builds_section .both_section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin: 0 auto;
}
.builds .builds_section .both_section .img_section {
	width: 38%;
	position: relative;
	z-index: 99;
}
.builds .builds_section .both_section .img_section iframe {
	width: 100%;
	height: 464px;
	border-radius: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.builds .builds_section .both_section .accordion_section h4 {
	padding: 0rem 0rem 0rem 2rem;
	margin-bottom: 0;
	text-transform: uppercase;
}
.builds .builds_section .both_section .accordion_section {
	width: 58%;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.builds .builds_section .both_section .accordion_section .accordion {
	width: 100%;
	background-color: #FAFCF3;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.1) -2px -2px 15px 2px inset, rgba(0, 0, 0, 0.1) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.1) -1px -1px 15px 1px inset;
	/*box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/

	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-color: transparent;
	padding: 1.8rem 0rem 1.2rem 0rem;
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item {
	background-color: transparent;
	border: 0;
	border-bottom: solid 1px #A5D066;
	padding: 1.2rem 2.2rem;
}
.builds .builds_section .both_section .accordion_section {
	padding: 0px 2rem 0px;
	margin-bottom: 0;
	font-weight: 600 !important;
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item:last-child {
	border-bottom: none;
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item .accordion-header .accordion-button {
	background-color: transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: none;
	box-shadow: none;
	padding: 0rem;
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item .accordion-header .accordion-button::after {
	content: "\2b";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-left: 0.6rem;
	position: absolute;
	right: 0;
	background-image: none;
	color: var(--topbigbox3);
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
	content: "\f068";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-left: 0.6rem;
	position: absolute;
	right: 6px;
	background-image: none;
	color: var(--topbigbox3);
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item .accordion-header .accordion-button .accordion-button-text h3 {
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	padding-left: 1.2rem;
	color: #000000;
	font-weight: 600 !important;
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item .accordion-header .accordion-button .accordion-button-text h3::after {
	position: absolute;
	content: '';
	width: 10px;
	aspect-ratio: 1;
	background: var(--topbigbox1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: 0rem;
	top: 5px;
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item .accordion-header .accordion-button .accordion-button-text h3 {
	margin: 0;
	font-weight: 600;
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item .accordion-header .accordion-button:focus {
	box-shadow: none;
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 0rem;
	padding-top: 0.5rem;
}
.builds .builds_section .both_section .accordion_section .accordion .accordion-item .accordion-collapse .accordion-body p {
	margin-bottom: 0rem;
	line-height: 26px;
}
.piller-p {
	height: 78px;
}
/* industry section start  */



.industry {
	width: 100%;
	background-color: var(--topbigbox2);
	padding: 60px 0rem 70px 0rem;
}
.industry .industry_heading {
	width: 100%;
	margin-bottom: 2rem;
}
.industry .industry_heading h2 {
	font-weight: 700;
	width: 59%;
	text-transform: uppercase;
}
.industry .industry_video_section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}









/* .play_icon {

	animation: 2s linear infinite pulse;

	-webkit-animation: 2s linear infinite pulse;

	-moz-animation: 2s linear infinite pulse

} */



/* .play_icon::after,

.play_icon::before {

	position: absolute;

	content: "";

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background-color: #fffF;

	border-radius: 74px;

	opacity: .15

} */









/* .play_icon::before {

	z-index: 2;

	animation: 2s linear infinite inner-ripple;

	-webkit-animation: 2s linear infinite inner-ripple;

	-moz-animation: 2s linear infinite inner-ripple

} */

/* 

.play_icon::after {

	z-index: 1;

	animation: 2s linear infinite outer-ripple;

	-webkit-animation: 2s linear infinite outer-ripple;

	-moz-animation: 2s linear infinite outer-ripple

} */







@-webkit-keyframes outer-ripple {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 opacity: .5
}
 80% {
 -webkit-transform: scale(1.5);
 -ms-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0
}
 100% {
 -webkit-transform: scale(2.5);
 -ms-transform: scale(2.5);
 transform: scale(2.5);
 opacity: 0
}
}
 @-moz-keyframes outer-ripple {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 opacity: .5
}
 80% {
 -webkit-transform: scale(1.5);
 -ms-transform: scale(1.5);
 transform: scale(1.5);
 opacity: 0
}
 100% {
 -webkit-transform: scale(2.5);
 -ms-transform: scale(2.5);
 transform: scale(2.5);
 opacity: 0
}
}
.industry .industry_video_section .industry_video {
	width: 31.5%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
}
.industry .industry_video_section .industry_video .video_image .play_icon {
	cursor: pointer;
	position: absolute;
	content: '\f04b';
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 14px;
	color: var(--bgwhite);
	width: 35px;
	aspect-ratio: 1;
	background-color: var(--topbigbox3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 1rem;
	right: 1rem;
}
.industry .industry_video_section .industry_video .video_image img {
	width: 100%;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
}
.video_popup {
	display: none;
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}
.video_popup_content {
	position: relative;
	background: #000;
	padding: 0;
	width: 90%;
	height: 90%;
}
.video_popup_content iframe {
	width: 100%;
	height: 100%;
}
.video_popup .close {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	color: #000;
	font-size: 20px;
	width: 40px;
	aspect-ratio: 1;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
}
.industry .industry_video_section .industry_video .video_text {
	width: 100%;
	background: var(--bgwhite);
	/*  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.1) -2px -2px 15px 2px inset, rgba(0, 0, 0, 0.1) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.1) -1px -1px 15px 1px inset;*/

	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	padding: 15px 15px 20px 15px;
}
.industry .industry_video_section .industry_video .video_text h6 {
	font-size: var(--perasize);
	font-weight: 700;
	line-height: 26px !important;
	height: 26px;
	overflow: hidden;
	text-transform: uppercase;
}
.industry .industry_video_section .industry_video .video_text p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0rem;
	height: 50px;
}
/* Network section  */

.network {
	width: 100%;
	background-image: radial-gradient(#d8e3c6 6%, #ffffff);
	padding: 70px 0rem 0rem 0rem;
}
.network .alumni_network {
	width: 100%;
}
.network .alumni_network .alumni_network_box1 {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-around;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member {
	width: 14%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member:nth-child(1) {
	margin-top: 1.5rem;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member:nth-child(4) {
	margin-top: 1.5rem;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member .alumni_network_member_img {
	width: 100%;
	position: relative;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member .alumni_network_member_img img {
	width: 100%;
	cursor: pointer;
}
.network .alumni_network .alumni_network_member .alumni_network_member_img img {
	border-radius: 10px 10px 0 0;
	border: solid 1px var(--colorpera)
}
.alumni_network .alumni_network_member_body {
	border-radius: 0 0 10px 10px;
	border: solid 1px var(--colorpera)
}
.network .alumni_network .alumni_network_box1 .alumni_network_member .alumni_network_member_img .play_icon {
	position: absolute;
	content: '\f04b';
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	color: var(--topbigbox3);
	width: 25px;
	aspect-ratio: 1;
	background-color: var(--bgwhite);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 1rem;
	right: 1rem;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member .alumni_network_member_body {
	width: 100%;
	padding: 0.8rem;
	background-color: var(--bgwhite);
	border-top: none;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member .alumni_network_member_body h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0.2rem;
}
.network .alumni_network .alumni_network_member .alumni_network_member_body h5 {
	font-size: 12px;
	font-weight: 600 !important;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member .alumni_network_member_body img {
	margin-bottom: 0.4rem;
	max-width: 40px;
}
.network .alumni_network .alumni_network_box2 {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.network .alumni_network .alumni_network_box2 .alumni_network_member {
	width: 14%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	margin-top: 4rem;
}
.network .alumni_network .alumni_network_box2 .alumni_network_member .alumni_network_member_img {
	width: 100%;
	position: relative;
}
.network .alumni_network .alumni_network_box2 .alumni_network_member .alumni_network_member_img img {
	width: 100%;
	cursor: pointer;
}
.network .alumni_network .alumni_network_box2 .alumni_network_member .alumni_network_member_img .play_icon {
	position: absolute;
	content: '\f04b';
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	color: var(--topbigbox3);
	width: 25px;
	aspect-ratio: 1;
	background-color: var(--bgwhite);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 1rem;
	right: 1rem;
}
.network .alumni_network .alumni_network_box2 .alumni_network_member .alumni_network_member_body {
	width: 100%;
	padding: 0.8rem;
	background-color: var(--bgwhite);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border: solid 1px var(--colorpera);
	border-top: none;
}
.network .alumni_network .alumni_network_box2 .alumni_network_member .alumni_network_member_body h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0.2rem;
}
.network .alumni_network .alumni_network_box2 .alumni_network_member .alumni_network_member_body h5 {
	font-size: 13px;
}
.network .alumni_network .alumni_network_box2 .alumni_network_member .alumni_network_member_body img {
	margin-bottom: 0.4rem;
	max-width: 40px;
}
.network .alumni_network .alumni_network_box2 .alumni_network_text_section {
	width: 55%;
	text-align: center;
	margin-top: 2rem;
}
.network .alumni_network .alumni_network_box2 .alumni_network_text_section h2 {
	font-size: var(--h2heading);
	color: #82BC41;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 900 !important;
}
.alumni_network_text_section a.a-link {
	color: var(--colorpera);
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
.alumni_network_text_section a.a-link i {
	color: var(--bgwhite);
	width: 40px;
	aspect-ratio: 1;
	background: #82BC41;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.8rem;
}
.network .alumni_network .alumni_network_box3 {
	width: 57%;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	top: -4.5rem;
}
.network .alumni_network .alumni_network_box3 .alumni_network_member {
	width: 25%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.network .alumni_network .alumni_network_box3 .alumni_network_member .alumni_network_member_img {
	width: 100%;
	position: relative;
}
.network .alumni_network .alumni_network_box3 .alumni_network_member .alumni_network_member_img img {
	width: 100%;
	cursor: pointer;
}
.network .alumni_network .alumni_network_box3 .alumni_network_member .alumni_network_member_img .play_icon {
	position: absolute;
	content: '\f04b';
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	color: var(--topbigbox3);
	width: 25px;
	aspect-ratio: 1;
	background-color: var(--bgwhite);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 1rem;
	right: 1rem;
}
.network .alumni_network .alumni_network_box3 .alumni_network_member .alumni_network_member_body {
	width: 100%;
	padding: 0.8rem;
	background-color: var(--bgwhite);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border: solid 1px var(--colorpera);
	border-top: none;
}
.network .alumni_network .alumni_network_box3 .alumni_network_member .alumni_network_member_body h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0.2rem;
}
.network .alumni_network .alumni_network_box3 .alumni_network_member .alumni_network_member_body h5 {
	font-size: 13px;
	height: 25px;
}
.logo-txt {
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
.network .alumni_network .alumni_network_box3 .alumni_network_member .alumni_network_member_body img {
	margin-bottom: 0.4rem;
	max-width: 40px;
}
/* companies section  */



.industry-consortium.companies h2 {
	margin-bottom: 24px
}
.companies {
	width: 100%;
	background-color: var(--topbigbox2);
	padding: 60px 0rem 30px;
	position: relative;
	text-align: center;
}
.companies .container {
	position: relative;
	z-index: 2
}
.companies::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url('../image/leaf-brown.png') left 100% no-repeat;
	position: absolute;
	background-size: 35%;
	top: 0;
	left: 0;
}
.companies .companies_section {
	width: 100%;
	text-align: center;
	color: var(--bgwhite);
	position: relative;
	z-index: 2;
}
.companies .companies_section h2 {
	font-weight: 700;
	margin-bottom: 1rem;
}
.companies .companies_section p {
	width: 85%;
	margin: 0 auto;
	color: #ffffff;
}
.companies .companies_logo {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
}
.companies .companies_logo .logos_section {
	width: 20%;
	padding: 2rem;
	padding-bottom: 0rem;
}
.companies .companies_logo .logos_section .logo_img {
	margin-bottom: 1.5rem;
}
.companies .companies_logo .logos_section .logo_img:last-child {
	margin-bottom: 0rem;
}
.companies .companies_logo .logos_section .logo_img img {
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* institution section  */

.institution {
	width: 100%;
	padding: 60px 0 30px;
}
.institution .institution_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.institution .institution_top h2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0rem;
}
.institution .institution_top a:hover {
	background: #c46915;
}
.institution .institution_top a {
	padding: 0.4rem 1.4rem;
	background: var(--topbigbox3);
	text-decoration: none;
	color: var(--bgwhite);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 14px;
}
.institution .institution_top a i {
	transform: rotate(320deg);
	-webkit-transform: rotate(320deg);
	-moz-transform: rotate(320deg);
	-ms-transform: rotate(320deg);
	-o-transform: rotate(320deg);
	margin-left: 0.3rem;
	position: relative;
	/*top:4px;*/
}
.institution .leaders_carousel {
	position: relative;
	padding: 1rem 0 2rem;
}
.industry.video-blog .industry_heading {
	margin-bottom: 1rem;
}
.institution .leaders_scroll {
	display: flex;
	gap: 1.5rem;
	padding: 1rem 0rem 0rem;
}
 .institution .leaders_scroll::-webkit-scrollbar {
 display: none;
}
.institution .leaders_scroll .leaders_item {
	flex: 0 0 auto;
	width: 100%;
	border-radius: 8px;
	background: #FEF8F5;
}
.two-pair .leaders_item:last-child {
	margin-top: 40px
}
.two-pair {
	box-sizing: border-box;
}
.institution .arrow {
	position: absolute;
	bottom: -35px;
	transform: translateY(-50%);
	background: #ff6a00;
	color: white;
	font-size: 1.5rem;
	/*padding: 0.5rem 1rem;*/

	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	z-index: 2;
	border-radius: 50px;
}
.institution .arrow.left {
	right: 60px;
}
.institution .arrow.right {
	right: 0px;
}
.institution .leaders_scroll .leaders_item{
	box-shadow: rgba(0, 0, 0, 0.24) 0 0 8px;
}
.institution .leaders_scroll .leaders_item .leaders_image {
	width: 100%;
	position: relative;
}
.company-logo {
	border-radius: 4px !important;
	max-width: 52px !important;
	width: auto !important;
	height: auto !important;
	position: absolute;
	/* top: 20px; */

	right: 10px;
	bottom: 10px;
	background: #FEF8F5;
	padding: 5px;
}
.institution .leaders_scroll .leaders_item .leaders_image img{
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	height: 180px;
	object-fit: cover;
	/* object-position: 10% 2%; */
	object-position: top;
	cursor: pointer;
}
.institution .leaders_scroll .leaders_item .leaders_image h6 {
	position: absolute;
	top: 15px;
	right: 15px;
	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;
}
.institution .leaders_scroll .leaders_item .leaders_body{
	padding: 0.6rem 0.8rem;
	border: solid 1px #000000;
	border-top: 0rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
    height: 100px;
}
.institution .leaders_scroll .leaders_item .leaders_body h6 {
	font-size: var(--perasize);
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0;
}
.leaders_body img {
	margin-top: 10px;
}
.institution .leaders_scroll .leaders_item .leaders_body p {
	line-height: 20px;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	margin-bottom: 8px;
}
/*.institution  .leaders_scroll .leaders_item .leaders_body p::after{ position: absolute; content:""; width: 40px; height: 1px; background: var(--og); left: 0; bottom: -5px;}*/

.leaders_scroll .slick-slide {
	margin: 10px 10px;
}
.leaders_scroll .slick-prev::before, .leaders_scroll .slick-next::before {
	color: #000000;
	font-size: 36px;
	font-family: 'Montserrat';
}
.leaders_scroll .slick-prev, .leaders_scroll .slick-next {
	width: 38px;
	height: 50px;
	top: calc(100% + 30px);
}
.leaders_scroll .slick-prev {
	left: inherit;
}

/* Our Programs section  */



.blog-box ul .slick-slide {
	margin-right: 10px;
}
.blog-box ul .slick-prev::before, .blog-box ul .slick-next::before {
	color: #000000;
	font-size: 36px;
	font-family: 'Montserrat';
}
.blog-box ul .slick-prev, .blog-box ul .slick-next {
	width: 38px;
	height: 50px;
	top: calc(100% + 30px);
}
.blog-box ul .slick-prev {
	right: 66px ;
	left: inherit;
}
.blog-box ul .slick-next {
	right: 10px;
}
.recognized-ranked-school .slick-slide {
	margin: 10px 10px;
}
.recognized-ranked-school .slick-prev::before, .recognized-ranked-school .slick-next::before {
	color: #000000;
	font-size: 36px;
	font-family: 'Montserrat';
}
.recognized-ranked-school .slick-prev, .recognized-ranked-school .slick-next {
	width: 38px;
	height: 50px;
	top: calc(100% + 30px);
}
.recognized-ranked-school .slick-prev {
	right: 65px !important;
	left: inherit;
}
.recognized-ranked-school .slick-next {
	right: 6px;
}
.recognized-ranked-school .slick-slide {
	margin-right: 10px;
}
.programs {
	width: 100%;
	background-color: rgba(130, 188, 65, 0.1);
	padding: 60px 0;
}
.programs .our_programs {
	width: 100%;
}
.programs .our_programs h2 {
	margin-bottom: 0rem;
	font-weight: 700;
	text-transform: uppercase;
}
.programs .our_programs_tab {
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;
}
.programs .our_programs_tab .nav-tabs {
	border-bottom: 2px rgba(0, 0, 0, 0.2) solid;
	padding-bottom: 1.2rem;
}
.programs .our_programs_tab .nav-tabs .nav-item .nav-link.active {
	background-color: transparent;
	font-weight: 700;
	border: none;
	color: var(--colorpera);
}
.programs .our_programs_tab .nav-tabs .nav-item .nav-link:hover {
	background-color: transparent;
	border: none;
}
.programs .our_programs_tab .nav-tabs .nav-item .nav-link {
	color: rgba(0, 0, 0, 0.4);
	font-weight: 700;
	border: none;
	text-transform: none;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards {
	width: 100%;
	padding: 1rem 0rem;
	display: flex;
	justify-content: start;
	align-content: center;
	column-gap: 40px;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card {
	width: 32%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	/* box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.1) -2px -2px 15px 2px inset, rgba(0, 0, 0, 0.1) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.1) -1px -1px 15px 1px inset;*/

	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 1.2rem 1.2rem;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card2 .card_body ul li h6::before {
	background-color: var(--topbigbox2);
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card2 .card_footer ul li {
	background-color: var(--topbigbox2);
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card2 .card_footer ul li:last-child {
	border: solid 1px var(--topbigbox2);
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card2 .card_footer ul li:last-child a {
	color: var(--topbigbox2);
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card3 .card_body ul li h6::before {
	background-color: var(--topmenubtn2);
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card3 .card_footer ul li {
	background-color: var(--topmenubtn2);
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card3 .card_footer ul li:last-child {
	border: solid 1px var(--topmenubtn2);
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card3 .card_footer ul li:last-child a {
	color: var(--topmenubtn2);
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_header {
	width: 100%;
	position: relative;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_header h5 {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 35px;
	aspect-ratio: 1;
	background: var(--topbigbox1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_header h5 i {
	font-size: 14px;
	color: var(--bgwhite);
	font-weight: 600;
	line-height: 0;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_header img {
	width: 100%;
	cursor: pointer;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body {
	width: 100%;
	padding: 1.5rem 0rem 0rem 0rem;
    height: 360px;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body h6 {
	font-weight: 700;
	line-height: 1;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body p {
	font-weight: 500;
	line-height: 25px;
	font-size: 15px;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body ul {
	list-style: none;
	padding: 5px 0 0 24px !important;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body ul li {
	margin-bottom: 1.2rem;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body ul li h6 {
	position: relative;
	margin-bottom: 0.2rem;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body ul li h6::before {
	content: '';
	position: absolute;
	width: 9px;
	aspect-ratio: 1;
	background-color: var(--topbigbox1);
	left: -23px;
	top: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body ul li p {
	font-size: 14px;
	line-height: 26px;
}
.eligibility-p {
	height: 50px
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer {
	width: 100%;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul {
	display: flex;
	column-gap: 15px;
	align-items: center;
	list-style: none;
	padding: 5px 0 0;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul li {
	background-color: var(--topbigbox1);
	padding: 5px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	/*box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.1) -2px -2px 15px 2px inset, rgba(0, 0, 0, 0.1) 2px 2px 15px 0px inset, rgba(0, 0, 0, 0.1) -1px -1px 15px 1px inset;    */

	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border: solid 1px transparent;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul li:first-child:hover {
	background: #8ea82a;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card2 .card_footer ul li:first-child:hover {
	background: #928164;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul li:last-child:hover {
	background: #8ea82a;
	border: solid 1px #8ea82a;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul li:last-child:hover a {
	color: #fff !important
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card2 .card_footer ul li:last-child:hover {
	background: #928164;
	border: solid 1px #928164;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card.card2 .card_footer ul li:last-child:hover a {
	color: #fff !important
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul li:last-child {
	border: solid 1px var(--topbigbox1);
	background-color: transparent;
	box-shadow: none;
	color: red;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul li a {
	text-decoration: none;
	color: var(--bgwhite);
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 700;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul li a::after {
	content: "\f062";
	font-family: 'Font Awesome 6 Free';
	font-weight: 800;
	margin-left: 0.6rem;
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	display: inline-block;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul li:last-child a {
	color: var(--topbigbox1);
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_footer ul li a i {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-left: 0.6rem;
	font-size: 14px;
}
/* Naresh */





.section-timeline {
	width: 100%;
	margin: 0 auto;
	padding: 0px 20px 80px 20px;
	position: relative;
	background: var(--pink);/*	  overflow: hidden;

*/
}
.title {
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	background: var(--pink);
	padding: 10px 0px 10px 0px;
	left: -24px;
	z-index: 1;
	top: 60px;
	margin-bottom: 110px;
}
.step-content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.step-content p {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600 !important;
	line-height: 28px;
	margin-top: 15px;
}
.timeline-right {
	padding-left: 0 !important
}
.timeline-container {
	position: relative;
	margin: auto;
	display: flex;
}
.timeline-left {
	flex: 1;
	position: relative;
	padding-left: 40px;
	padding-right: 60px !important;
}
.timeline-line {
	position: absolute;
	top: 0;
	left: -10px;
	width: 2px;
	height: 100%;
	background: #dfd7d5;
}
.timeline-progress {
	position: absolute;
	top: 0;
	left: -10px;
	width: 2px;
	background: #c9b189 !important;
	height: 0;
	transition: height 0.2s ease-out;
	opacity: 0.9;
}
.step {
	margin-bottom: 150px;
	position: relative;
}
.step-icon {
	position: absolute;
	left: -35px;
	top: 0;
	background: var(--pink);
	color: #90f468;
	/*border: 2px solid #90f468;*/

    /*  border-radius: 50%;*/

	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	transition: background 0.3s, transform 0.3s;
	overflow: hidden;
}
.step-icon .fa-circle-check {
	color: #dfd7d5;
	font-size: 20px;
	margin-top: 5px;
}
.step.active .step-icon .fa-circle-check {
	color: #c9b189 !important;
}
.step.active .step-icon {
	color: #132415;
	transform: scale(1.2);
}
/*.step.active .badge {

	background: var(--topmenubtn2);}*/



.step.active .step-content p {
	color: #222222
}
.step.active .step-content {
	opacity: 1
}
.step .step-content {
	opacity: 0.5
}
.step-content h3 {
	font-size: 26px;
	font-weight: 700 !important;
	margin-bottom: 10px;
	color: #1e1c1c;
}
.timeline-right {
	flex: 1;
	position: sticky;
	top: 200px; /* <-- Your request */
	align-self: flex-start;
	height: fit-content;
	margin-top: 200px !important;
}
.videoTabBlock {
	display: none;
}
.videoTabBlock.active {
	display: block;
}
.videoMainPopupBlock {
	position: relative;
	border-radius: 0px;
}
.videoMainPopupBlock .bg-img {
	position: absolute;
	top: -147px;
	right: -111px;
	z-index: -1;
	max-width: 339px;
}
.videoMainPopupBlock img, .videoMainPopupBlock video {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}
.playButtonIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.step-icon img {
	width: 100%
}
.global-partnerships {
	background: #ffffff;
	padding: 60px 0px 50px
}
.six-logo ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: right;
}
.six-col {
	display: flex;
	align-items: center;
}
.six-logo ul li {
	width: 17%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: transform 0.5s;
}
.six-logo ul li:hover {
	transform: scale(1.02);
}
.six-logo ul li img {
	width: 100%;
}
.global-partnerships .row {
	justify-content: space-between;
}
.video-slide .slick-prev {
	right: 85px !important;
	left: inherit;
}
.video-slide .slick-prev, .video-slide .slick-next {
	width: 40px;
	height: 40px;
	top: calc(100% + 20px);
	border-radius: 100%;
}
.video-slide .slick-next {
	right: 18px;
}
.video-slide .slick-prev:before, .video-slide .slick-next:before {
	color: #000000;
	font-size: 36px;
	font-family: 'Montserrat';
}
/*.video-slide .slick-prev:hover, .video-slide .slick-prev:focus, .video-slide .slick-next:hover, .video-slide .slick-next:focus {

    color: #fff;

    outline: none;

    background: var(--topbigbox1);

}*/

.video-slide .slick-slide {
	margin: 18px 15px;
}
.video-slide .industry_video .video_image .play_icon {
	background-color: var(--topbigbox1) !important;
}
.video-slide .video_text {
	color: #222222
}
.soil-spotlight h2 {
	text-align: center;
	margin-bottom: 10px;
}
.soil-spotlight h3 {
	font-weight: 20px;
	color: #222222;
}
.big {
	position: relative;
	margin-bottom: 35px !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 30px;
}
.big-content {
	position: absolute;
	bottom: 30px;
	text-align: left;
	padding: 20px;
}
.big-content h4 {
	color: #ffffff;
	font-size: 20px;
}
.big-content p {
	color: #ffffff;
}
.small-one h4 {
	font-size: 16px;
	color: #222222;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 26px !important
}
.small-one {
	margin-bottom: 30px !important;
	text-align: left;
}
.small-one img {
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.soil-spotlight {
	padding: 60px 0px 60px;
	text-align: center;
}
.explore {
	padding: 62px 0px 80px;
	text-align: center;
}
.explore h2 {
	margin-bottom: 15px;
}
.spotlight-p {
	margin-bottom: 40px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.three-program {
	margin-top: 40px;
}
.three-program ul a {
	padding: 0.4rem 1rem;
	-webkit-border-radius: 4px;
	text-decoration: none;
	color: var(--bgwhite);
	font-size: 14px;
	position: relative;
	-webkit-transition: all 0.5s;
}
.three-program ul {
	display: flex;
	justify-content: space-between;
}
.three-program ul li {
	width: 32%;
	padding: 30px;
	text-align: center;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border-radius: 10px;
}
.three-program ul li a {
	transition: transform 0.4s ease, background 0.4s ease;
	display: inline-block
}
.three-program ul li:hover a {
	transform: translateY(-3px) scale(1.05);
}
.three-program ul li h4 {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 28px;
}
.three-program ul li a {
	text-decoration: none;
	color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 15px;
}
.three-program ul li a::after {
	content: "\f062";
	font-family: 'Font Awesome 6 Free';
	font-weight: 800;
	margin-left: 0.6rem;
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	display: inline-block;
}
.three-program ul li:nth-child(1) {
	background: var(--topmenubtn1)
}
.three-program ul li:hover:nth-child(1) a {
	background: #8ea82a;
}
.three-program ul li:nth-child(2) {
	background: var(--topmenubtn3)
}
.three-program ul li:hover:nth-child(2) a {
	background: #928164;
}
.three-program ul li:nth-child(3) {
	background: var(--topmenubtn2)
}
.three-program ul li:hover:nth-child(3) a {
	background: #c46915;
}
/*.three-program ul li:hover {

    transform: scale(1.02);

}*/

/*.three-program ul li {

    transition: transform 0.5s;

}*/



.connect-us {
	width: 100%;
	background-color: #e9e0d0;
	padding: 60px 0rem 80px;
	position: relative;
}
.connect-us:after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 120px;
	background: url(../image/leaf-brown.png) right top no-repeat;
	width: 350px;
	height: 100%;
	background-size: 100%;
	background-position: 90%;
	z-index: 0;
}
.btn-common {
	margin-top: 40px
}
.btn-common a {
	background: var(--topmenubtn2);
	color: #ffffff;
	border-radius: 4px;
	padding: 15px 20px;
	text-decoration: none;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px
}
.connect-us .btn-common a:hover {
	background: #c46915;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member {
	border-radius: 10px;
}
.industry.video-blog {
	background: var(--pink);
	padding: 60px 0rem 80px 0rem
}
.badge {
	margin-bottom: 10px;
	color: var(--topmenubtn2) !important;
	font-size: 16px !important;
	padding: 0 0 6px 0 !important;
}
.step-content {
	padding-left: 10px;
}
.story-p {
	margin-bottom: 25px
}
.line-ani {
	display: inline-block;
	position: relative;
}
.line-ani:after {
	background: none repeat scroll 0 0 transparent;
	bottom: -6px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #82BC41;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.line-ani:hover:after {
	width: 100%;
	left: 0;
}
.more-text {
	display: none;
	transition: max-width 0.6s ease, opacity 0.6s ease;
}
.video_text-read.show-more .more-text {
	display: inline;
}
.moreless-button {
	margin-left: 1px;
	color: #007BFF;
	cursor: pointer;
	font-weight: 600;
	color: #222;
	text-decoration: none;
	display: block;
	padding-top: 0.5rem;
}
.moreless-button-top {
	padding: 0 0 0.625rem 0;
}
.association_sec .col-xl-2 {
	display: flex;
}
.association_sec .box_item h5 {
	font-size: 16px;
	font-weight: 500 !important;
	line-height: 24px !important;
	padding: 0px 20px 20px 20px;
}
.association_sec .box_item .box_img img {
	margin: -20px 0px 0px 0px;
}
.association_sec .primary-og {
	color: #000;
}
.accreditations-sec {
	background: #f2f8ec;
	padding: 55px 0px 65px 0px;
}
.accreditations-sec .box_item .box_img {
	margin-bottom: 0px;
}
.accreditations-sec .box_item .box_img img {
	margin: 0px 0px 0px 0px;
}
.main-title .primary-og {
	color: #000;
}
.industry-consortium-council .main-title {
	font-size: 50px;
}
.consortium-role p {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 40px 0px;
}
.curriculum-design-sec {
	background: #d9cdb3;
}
.curriculum-design-sec .container {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 40px 40px 40px 40px;
	border-radius: 10px;
}
.selection-students-sec {
	background-color: #d7c4a6;
}
.mentoring-students-sec {
	background-color: #e4d9c5;
}
.placements-support-sec {
	background-color: #c9b289;
}
.gurgaon_campus .img_box img {
	width: 100%;
}
.library-sec {
	background: #d9cdb3;
}
.hangout-zone-sec {
	background: #b4c2b3;
}
.recreation-sec {
	background: #ddb728;
}
.govering-board .user-name .btn-og {
	border: 0px;
	box-shadow: inherit;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #000;
	background: #fff;
}
.govering-board .user-name .fa-arrow-right {
	color: #000;
	display: inherit;
	left: 5px;
}
.govering-board .user-name .btn-dsn::before {
	display: none;
}
.academic-advisory .user-name p {
	height: 35px;
}
.leadership-council .user-name p {
	height: 35px;
}
.values-sec {
	background: #fefaf8;
}
.values {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 30px 20px 30px 15px;
	border-radius: 10px;
}
.values.color-1 {
	background-color: #c9b189;
}
.values.color-2 {
	background-color: #d7c4a6;
}
.values.color-3 {
	background-color: #e4d9c5;
}
.values.color-4 {
	background-color: #c9b189;
}
.values.color-5 {
	background-color: #d7c4a6;
}
.values img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.events ul {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.events ul li {
	width: calc((100% - 105px) / 3);
}
.events ul li:nth-child(3n) {
	margin-right: 0px;
}
.events ul li.user-profile-last {
	margin-right: 35px;
}
.events .user-name h5 {
	height: 50px;
}
.events .user-name p {
	height: inherit;
}
.events li:nth-child(n+7) {
	display: none;
}
.load-more {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.media-kit-sec .main-title {
	text-transform: uppercase;
	font-weight: 900 !important;
}
.main-title.media-kit-heading {
	font-size: 2rem;
	font-weight: 900 !important;
	margin: 50px 0px 25px 0px;
}
/* Centers of excellence */

.centers-of-excellence-banner {
	background: url("../image/centers-of-excellence-banner-new.jpg") no-repeat top center;
	background-size: cover;
	height: 620px;
	position: relative;
	border-bottom: #ea7427 solid 12px;
}
.excellence-banner-strip {
	bottom: 0;
	position: absolute;
	background: #f8f7f3;
	padding: 1rem 2.5rem;
	font-weight: 900;
	margin-bottom: 0 !important;
}
.about-centers-of-excellence, .soil-excellence-hubs {
	padding: 60px 0 70px;
}
.why-centers-of-excellence {
	padding: 70px 0 60px;
}
.why-centers-of-excellence .img {
	text-align: right;
}
.why-centers-of-excellence .img img {
	width: 80%;
	height: 340px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	object-fit: cover;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.soil-excellence-hubs-list {
	margin-top: 1rem;
}
.soil-excellence-hubs-items {
	display: flex;
	align-items: center;
	background: #ffffff;
	padding: 30px 20px 44px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.soil-excellence-hubs-logo {
	width: 22%;
	margin-right: 2rem;
}
.soil-excellence-hubs-text {
	width: 78%;
}
.soil-excellence-hubs-text .btn-new {
	padding-top: 12px;
}
.soil-excellence-hubs-text .btn-new a {
	font-size: 1rem;
	background: #ea7427;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.state-of-the-art-incubation {
	background-color: #f3ece2;
}
.state-of-the-art-incubation-stories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem;
	margin-top: 2rem;
}
.state-of-the-art-incubation-stories-items {
	width: 44%;
}
.sucess-stories-items-img img {
	width: 100%;
}
.sucess-stories-items-details {
	margin-top: 1.5rem;
}
.sucess-stories-items-details h4 {
	text-transform: uppercase;
	font-weight: 800;
}
.upcoming-events {
	background: #e4d9c5;
	padding: 65px 0;
}
.upcoming-events-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-top: 0.5rem;
}
.upcoming-events-list .events-itembar {
	width: 48%;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.upcoming-events-list .events-itembar .events-img {
	width: 28%;
	border: #acacac solid 2px;
	padding: 2rem 1rem;
	text-align: center;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.upcoming-events-list .events-details {
	width: 72%;
}
.upcoming-events-list .events-details h4 {
	color: #000;
	font-weight: 800 !important;
}
.upcoming-events-list .events-details a {
	text-decoration: none;
}
/* Centers of excellence end */



/* Centers of entrepreneurship */

.entrepreneurship-banner-sec {
	background: url("../image/entrepreneurship-banner.jpg") no-repeat top center;
	background-size: cover;
}
.vision-mission-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.vision-mission-wrapper .box {
	display: flex;
	gap: 2rem;
	margin-top: 2rem;
}
.vision-mission-wrapper .box .label {
	width: 11%;
	background: #d7c4a6;
	display: inline-block;
	padding: 1rem;
	font-size: 1.25rem;
	text-align: center;
	font-weight: 800;
	height: 58px;
	border-radius: 10px;
}
.vision-mission-wrapper .box p {
	width: 89%;
}
.key-focus {
	padding-top: 50px;
}
.key-focus, .key-focus .stick-sec {
	background-color: #f8f7f3;
}
.key-focus .scrollableMenuWrapper .scrollableMenuLeft {
	top: 100px;
}
.mainScrollableBox_listing {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin: 1.75rem 0 0 0;
}
.mainScrollableBox_listing li {
	gap: 1.5rem;
	width: 30%;
}
.mainScrollableBox_listing li img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 20px;
}
.mainScrollableBox h5 {
	text-transform: uppercase;
	font-weight: 900 !important;
}
.mainScrollableBox_listing .mainScrollableBox_text h5 {
	text-transform: unset;
	height: 52px;
}
.focus-areas {
	background-color: #d7c4a6;
	padding: 65px 0 85px
}
.focus-areas-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.focus-areas-list-items {
	background-color: #f8f7f3;
	width: 31.5%;
	padding: 30px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: transform 0.5s;
}
.focus-areas-list-items:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
}
.focus-number h6 {
	font-weight: 800 !important;
	color: #acacac;
}
.focus-areas-list-items h4 {
	font-weight: 800 !important;
	text-transform: uppercase;
}
.implementation {
	padding: 70px 0;
}
.implementation .structured-training {
	background-color: #ffefe4;
	padding: 3rem 2.5rem;
	border-radius: 10px;
}
.implementation .structured-training .img_box img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.implementation .structured-training .implementation-img img {
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	height: 368px;
	object-fit: cover;
}
.sustainable-innovation {
	position: relative;
	margin-top: 2rem;
}
.sustainable-innovation h4 {
	position: absolute;
	max-width: 40%;
	top: 0;
	font-weight: 700;
}
.sustainable-innovation-card {
	display: flex;
	gap: 2rem;
	align-items: end;
	border-bottom: #ea7427 solid 8px;
}
.sustainable-innovation-item {
	width: 26%;
}
.sustainable-innovation-item:last-child {
	width: 48%;
}
.sustainable-innovation-item img {
	width: 100%;
}
.sustainable-innovation-item h5 {
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	padding-left: 2rem;
}
.sustainable-innovation-item h5::before {
	position: absolute;
	content: '';
	background-color: #c9b189;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	top: 3px;
	left: 0;
}
.founder-section {
	background: url("../image/founder.jpg") no-repeat right center;
	background-size: cover;
	height: 700px;
	position: relative;
}
.founder-section .quote {
	position: absolute;
	top: 18%;
}
.founder-section .founder-details {
	position: absolute;
	bottom: 80px;
}
.founder-section .quote span {
	font-size: 2rem;
	background: #ea7427;
	padding: 5px 12px;
	line-height: 2.9rem;
	color: #fff;
	font-weight: 800;
}
.founder-section .founder-details span {
	font-size: 1.5rem;
	background: #000;
	padding: 5px 12px;
	line-height: 2.5rem;
	color: #fff;
	font-weight: 800;
}
.founder-section .quote span.quote1 {
	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;
}
.founder-section .quote span.quote2 {
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-ms-border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
}
.founder-section .quote span.quote4 {
	padding: 9px 21.5px 9px 12px;
	border-radius: 0 0px 10px 0;
	-webkit-border-radius: 0 0px 10px 0;
	-moz-border-radius: 0 0px 10px 0;
	-ms-border-radius: 0 0px 10px 0;
	-o-border-radius: 0 0px 10px 0;
}
.founder-section .quote span.quote5 {
	border-radius: 0 0px 10px 0;
	-webkit-border-radius: 0 0px 10px 0;
	-moz-border-radius: 0 0px 10px 0;
	-ms-border-radius: 0 0px 10px 0;
	-o-border-radius: 0 0px 10px 0;
}
.founder-section .quote span.quote-last {
	border-radius: 0 0px 10px 10px;
	-webkit-border-radius: 0 0px 10px 10px;
	-moz-border-radius: 0 0px 10px 10px;
	-ms-border-radius: 0 0px 10px 10px;
	-o-border-radius: 0 0px 10px 10px;
}
.founder-section .founder-details span.name {
	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;
}
.founder-section .founder-details span.founder {
	border-radius: 0 10px 0px 0;
	-webkit-border-radius: 0 10px 0px 0;
	-moz-border-radius: 0 10px 0px 0;
	-ms-border-radius: 0 10px 0px 0;
	-o-border-radius: 0 10px 0px 0;
}
.founder-section .founder-details span.details {
	border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	-ms-border-radius: 0 10px 10px 10px;
	-o-border-radius: 0 10px 10px 10px;
}
.font-800 {
	font-weight: 800 !important;
}
.alumni-innovation-hub {
	padding: 70px 0;
}
.alumni-innovation-hub h5 {
	text-transform: unset;
	margin-bottom: 1.2rem;
}
.entrance-two-box-btn a {
	background-color: #c9b189;
	color: #fff;
	padding: 1rem 2rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.entrepreneurial-ecosystem {
	background-color: #f3ece2;
	padding: 70px 0;
}
.bg-white {
	background-color: #fff;
}
.bg-light-pink {
	background-color: #f3ece2;
}
.csr-partnership {
	padding: 62px 0 75px;
}
/* Centers of entrepreneurship css end */





/* Centers of social innovation css */

.legacy-section {
	margin-top: 2rem;
}
.legacy-logo {
	float: right;
	width: 16%;
	margin-left: 4rem;
}
.celebrate-social-innovation {
	background-color: #f8f7f3;
	padding: 60px 0 45px;
}
.social-innovation-stats {
	display: flex;
	gap: 2rem;
	margin-top: 0.5rem;
	flex-wrap: wrap;
}
.social-innovation-video {
	margin-bottom: 3rem;
}
.social-innovation-stats li {
	width: 23%;
	text-align: center;
}
.social-innovation-stats li h3 {
	font-size: 2.2rem;
	font-weight: 800;
	color: #928064;
}
.celebrate-social-innovation .industry_video_section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0.5rem 0 3.5rem;
}
.celebrate-social-innovation .industry_video_section .industry_video {
	width: 31.5%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
	transition: transform 0.5s;
}
.celebrate-social-innovation .industry_video_section .industry_video:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
}
.celebrate-social-innovation .industry_video_section .industry_video .video_image .play_icon {
	cursor: pointer;
	position: absolute;
	content: '\f04b';
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 14px;
	color: var(--bgwhite);
	width: 35px;
	aspect-ratio: 1;
	background-color: var(--topbigbox3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 1rem;
	right: 1rem;
}
.celebrate-social-innovation .industry_video_section .industry_video .video_text {
	width: 100%;
	background: var(--bgwhite);
	padding: 15px 15px 20px 15px;
	height: 200px;
}
.celebrate-social-innovation .industry_video_section .industry_video .video_text h6 {
	text-transform: uppercase;
	font-weight: 700;
}
.pop-contain{ width: 80%; height: 80%; position: relative;}
.btc-circle{     position: absolute;
top: -2%;
    right: 2%;
    display: inline-block;
}
.video-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.close-button {
	border: none;
	outline: none;
 position: inherit !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    cursor: pointer !important;
    background: none;
    font-weight: 400 !important;
    color: var(--topmenubtn2);
    background: #f7f7f7;
}
button.close-button img.emoji {
  filter: invert(53%) sepia(99%) saturate(2816%) hue-rotate(2deg) brightness(101%) contrast(105%);
}
.our-partners {
	padding: 70px 0 80px;
}
.our-partner-logo {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.our-partner-logo .logo-item {
	width: 15.5%;
	text-align: center;
	margin: 0.5rem 0 0;
	background-color: #fff;
	border: #ddd solid 1px;
	padding: 0.625rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: box-shadow 0.3s ease;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-ms-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
}
.our-partner-logo .logo-item:hover {
	box-shadow: 0 0 10px rgba(234, 116, 39, 0.5);
}
.our-partner-logo .logo-item img {
	width: 100%;
	max-width: 175px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-ms-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
}
.our-partner-logo .logo-item:hover img {
	transform: scale(1.1);
}
.flagship-initiatives {
	background-color: #f8f7f3;
	padding: 65px 0 75px;
}
.flagship-initiatives h3 {
	font-weight: 900;
	text-transform: uppercase;
}
.programs-heading {
	margin: 5rem 0 2.5rem;
}
.programs-img img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.programs-text ul.tringle li:before, .nurture-leaders ul.tringle li:before, .objectives-of-the-center ul li::before, .project-hub ul li::before, .scholarships-faqs .faq-answer ul li::before, .student-scholarships-box ul li::before {
	left: 2px;
	top: 6px;
	width: 20px;
	height: 20px;
	background: url(../image/check-icon.png) no-repeat;
	background-size: 15px;
}
/* Centers of social innovation css end */



/* Center For Leadership and Human Values css */

.center-for-leadership-and-human {
	background: url("../image/center-for-leadership-and-human-values-banner.jpg") no-repeat right center;
}
.leadership-about-lft {
	margin-right: 3rem
}
.leadership-about-lft h2 {
	margin-bottom: 2.5rem;
}
.leadership-about-ryt img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pillars-of-the-center {
	background-color: #f3ece2;
	padding: 63px 0 70px;
}
.pillars-of-the-center-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 0.5rem;
	justify-content: space-between;
}
.pillars-of-the-center-list li {
	width: 23.5%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
}
.pillars-of-the-center-list li:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
}
.pillars-of-the-center-list li img {
	width: 100%;
	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;
}
.pillars-of-the-center-list .pillars-of-center-detail {
	background-color: #fff;
	padding: 1.5rem 1rem;
	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;
	height: 260px;
}
.pillars-of-the-center-list .pillars-of-center-detail h5 {
	text-transform: uppercase;
	font-weight: 800;
}
.center-video-section {
	margin-bottom: 70px;
}
.center-video-section .video-center {
	position: relative;
	width: 80%;
	max-width: 80%;
	margin: 0 auto;
}
.video-thumbnail {
	position: relative;
	display: block;
}
.video-center img {
	width: 100%;
}
.video-center .play_icon {
	position: absolute;
	top: 50px;
	right: 50px;
	color: var(--topbigbox3);
	background-color: var(--bgwhite);
	width: 65px;
	aspect-ratio: 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	cursor: pointer;
	z-index: 2;
	overflow: visible;
}
.video-center .play_icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--topbigbox3);
	opacity: 0.3;
	border-radius: 50%;
	transform: scale(1);
	animation: pulseSpread 2s ease-out infinite;
	z-index: -1;
}



/* Keyframes for pulse effect */

@keyframes pulseSpread {
 0% {
 transform: scale(1);
 opacity: 0.4;
}
 70% {
 transform: scale(1.8);
 opacity: 0;
}
 100% {
 transform: scale(2);
 opacity: 0;
}
}
.video-center h3 {
	background-color: #000;
	color: var(--bgwhite);
	padding: 1rem 1.5rem;
}
.video-frame {
	display: none;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	height: 0;
	overflow: hidden;
}
.video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.centers-leadership-journey {
	padding: 70px 0 80px;
}
.program-nav {
	display: flex;
	justify-content: space-between;
	margin: 1.5rem 0;
	gap: 50px;
	border-bottom: #acacac solid 2px;
}
.program-switch {
	background: none;
	border: none;
	font-size: 1.25rem;
	font-weight: 600;
	padding: 10px 0;
	position: relative;
	color: #acacac;
	cursor: pointer;
	width: 20%;
	text-align: left;
}
.program-nav .active {
	font-weight: 800;
	color: #000;
}
.program-switch.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #000; /* adjust to match theme */
}
.program-panel {
	display: none;
}
.program-panel.active {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
	font-weight: bold;
}
 @keyframes fadeIn {
 from {
 opacity: 0;
 transform: translateY(10px);
}
 to {
 opacity: 1;
 transform: translateY(0);
}
}
.our-programs-cards {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: 3rem;
}
.our-programs-cards .card {
	width: 32%;
	padding: 2.2rem 1.5rem 0.5rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.our-programs-cards .card .card-img {
	margin-bottom: 1.5rem;
}
.our-programs-cards .card .card-img img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.our-programs-cards .card ul li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 10px;
}
.our-programs-cards .card ul li::before {
	content: '';
	position: absolute;
	width: 9px;
	aspect-ratio: 1;
	background-color: var(--topbigbox1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	top: 8px;
	left: 0;
}
.leadership-in-action {
	padding: 63px 0 70px;
}
.institute-leadership-series {
	display: flex;
	margin-top: 1.2rem;
}
.institute-leadership-items {
	background-color: var(--bgwhite);
	margin: 10px;
	padding: 1.8rem 1.5rem 1.2rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	height: 325px !important;
}
.experiential-leadership .institute-leadership-items {
	height: auto !important;
}
.institute-leadership-items img {
	margin-bottom: 1rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.institute-leadership-series .slick-prev, .experiential-leadership .slick-prev, .institute-leadership-series .slick-next, .experiential-leadership .slick-next {
	position: absolute;
	width: 38px;
	height: 50px;
	top: calc(-15% + 15px);
	z-index: 99;
}
.institute-leadership-series .slick-prev, .experiential-leadership .slick-prev {
	left: auto;
	right: 70px;
}
.institute-leadership-series .slick-next, .experiential-leadership .slick-next {
	right: 15px;
}
.institute-leadership-series .slick-prev::before, .experiential-leadership .slick-prev::before, .institute-leadership-series .slick-next::before, .experiential-leadership .slick-next::before {
	color: #000000;
	font-size: 36px;
	font-family: 'Montserrat';
}
.institute-leadership-series .slick-prev:before, .institute-leadership-series .slick-next:before, .experiential-leadership .slick-prev:before, .experiential-leadership .slick-next:before {
	color: #000;
}
.leadership-dialogue {
	background: #e4d9c5;
	padding: 65px 0 70px;
}
.leadership-dialogue h5 {
	text-transform: uppercase;
}
.leadership-dialogue-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 1.2rem;
}
.leadership-dialogue-items {
	width: 23.5%;
	padding: 2rem 1.5rem 1.1rem;
	background-color: #f8f7f3;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.leadership-dialogue-items img {
	margin-bottom: 1rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	width: 100%;
}
.nurture-leaders .form-top {
	background-color: #ffefe4;
	padding: 3rem 2.5rem;
	border-radius: 10px;
	display: flex;
	margin-top: 2.5rem;
}
.form-lft, .form-ryt {
	width: 50%;
}
.form-lft {
	margin-right: 4rem;
}
.nurture-leaders img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.form-ryt form {
	margin-top: 0;
}
.form_section .form-design {
	border: none;
	background: #f8f7f3;
	padding: 1.4rem 2rem 2.5rem 2rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.form_section .form-design .form-column {
	min-width: calc(100% - 1em);
	position: relative;
}
.form_section .form-design input[type="email"] {
	margin-bottom: 1.5rem;
}
.form_section .form-design input[type="text"], .form_section .form-design input[type="email"], .form-design input[type="tel"], .recruit-clubs .form_section .form-design select {
	width: 100%;
	background: #ffffff;
	border-radius: 4px;
	z-index: 0;
}
.form_section .input-icon i {
	position: absolute;
	top: 56px;
	left: 12px;
	transform: translateY(-50%);
	font-size: 14px;
	pointer-events: none;
	z-index: 1;
}
.form-column p{ margin-bottom: 0;}
.form-column label{ font-size: 16px;}
.form_section .form-design{ padding: 1.4rem 2rem 1rem 2rem;}
.wpcf7 form.sent .wpcf7-response-output{ display: none !important}
.form_section .input-icon input, .form_section .input-icon select {
	padding-left: 38px;
	height: 42px;
	line-height: 1.5;
	    border: #000 solid 1px;
	margin-bottom: 0 !important;
	z-index: 0;
}

.form_section .btn-og {
	padding: 8px 30px 8px 30px;
}
/* Center For Leadership and Human Values css end*/







/* Center of Design thinking and innovation css */

.center-of-design-thinking-and-innovation {
	background: url("../image/center-of-design-thinking-and-innovation-banner.jpg") no-repeat center center;
}
.center-Offerings {
	background-color: #f3ece2;
}
.design-thinking {
	gap: 2rem;
	margin-top: 3.5rem;
	padding-bottom: 1rem;
}
.design-thinking-box {
	background-color: #e4d9c5;
	padding: 1.5rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.design-thinking-box i {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
/* .design-thinking .design-thinking-box:nth-child(2){

	background-color: #d7c4a6;

}

.design-thinking .design-thinking-box:last-child{

	background-color: #e4d9c5;

} */

.objectives-of-the-center {
	padding: 70px 0 55px;
}
.project-hub {
	background: url("../image/project-hub-design-for-real-world-impact.jpg") no-repeat top center;
	background-size: cover;
	height: 700px;
	position: relative;
	margin-bottom: 120px;
}
.project-hub-impact {
	position: absolute;
	background-color: #e4d9c5;
	max-width: 700px;
	padding: 2.4rem 2.5rem 1.5rem;
	bottom: -18%;
	right: 10%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.beyond-the-classroom {
	padding: 65px 0 80px;
}
.beyond-the-classroom-img img {
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* Center of Design thinking and innovation css */



/* PGPM faqs css start*/

.top-banner {
	display: inline-block;
	width: 100%;
	background: url("../image/fees-and-financing-banner.jpg") no-repeat top center;
	background-size: cover;/* background-color: #f3ece2; */
}
.top-banner-text {
	padding: 7% 0;
	width: 65%;
}
.scholarships-faqs {
	padding: 62px 0 70px;
}
.tabs-outer {
	display: flex;
}
.faq-tabs {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}
.faq-tabs .tab {
	background-color: #eee;
	background-color: transparent;
	padding: 8px 0;
	border: none;
	cursor: pointer;
	font-weight: 600;
	border-radius: 4px;
	text-align: left;
	font-size: 18px;
}
.faq-tabs .tab:last-child {
	padding-bottom: 0;
}
.faq-section-wrapper {
	width: 82%;
	margin-left: 5rem;
}
.faq-tabs .tab.active {
	font-weight: 900;
	/* color: #c9b189; */

	color: #ee8c22;
}
.faq-section {
	display: block;
	margin: 0.8rem auto 0;
}
.faq-item {
	border-bottom: 2px solid #dfdfdf;
	/* background-color: #fff; */

	transition: transform 0.3s ease;
	padding: 20px 0;
	font-size: 18px;
}

/* .faq-answer p{ font-size: 16px;} */
.faq-question {
	margin-bottom: 0;
	cursor: pointer;
	color: #000;
	font-weight: 600;
	position: relative;
	padding-right: 30px;
	/* font-size: 18px; */
}
.faq-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.faq-item:first-child {
	padding-top: 0;
}
.faq-item.active .faq-question {
	color: #c9b189;
	color: #ee8c22;/* font-weight: bold; */
}
.faq-answer {
	display: none;
	padding: 20px 0 0;
}
.faq-item.active .faq-answer {
	display: block;
}
.faq-question .icon {
	color: #000;
	font-size: 1.25rem;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	position: absolute;
	right: 0;
	top: 0;
}
.faq-item.active .faq-question .icon {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	top: 3px;
}
.admissions-process, .student-scholarships {
	padding: 62px 0;
}
.student-scholarships {
	background-color: #e4d9c5;
}
.admissions-process {
	background-color: #fff;
}
.d-none {
	display: none !important;
}
/* PGPM faqs css end*/



/* media css start */
.media-sec {
	background: url('../image/media-banner.jpg') no-repeat top center;
	background-size: cover;
}
.ilc-banner {
	background: url('../image/ilc-conference.jpg') no-repeat top center;
	background-size: cover;
}
.ilc-banner .top-banner-text {
	width: 40%;
	padding: 4% 0;
}
.news-media {
	padding: 70px 0;
}
.tab-outer {
	display: flex;
	border-radius: 8px;
	overflow: hidden;
}
.tab-outer .tabs {
	flex: 0 0 260px;
	display: flex;
	flex-direction: column;
	padding: 0 20px 0 0;
}
.tab-outer .tabs a {
	text-decoration: none;
	color: var(--black);
}
.tab-outer .tab {
	display: flex;
	align-items: center;
	padding: 15px 10px;
	margin-bottom: 8px;
	cursor: pointer;
	border-radius: 6px;
	background-color: #f2f2f2;
	transition: background 0.3s, color 0.3s;
}
.tab-outer .tab i {
	font-size: 18px;
	margin-right: 12px;
}
.tab-outer .tab.active,  .tab-outer .tab:hover {
	background-color: #c9b189;
	color: #000;
	font-weight: 800;
}
.tab-outer .tab-content {
	flex: 1;
	padding: 0 15px 0;
	display: none;
}
.tab-outer .tab-content.active {
	display: block;
}
.tab-outer .tab-content h2 {
	margin-top: 0;
}
.content-item {
	padding-bottom: 20px;
}
.media-box {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 2.2rem;
}
.media-items {
	width: 48.5%;
	display: flex;
	align-items: center;
	align-items: center;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.23) 0 0 8px;
	border-radius: 6px;
	padding: 1.5rem 1.2rem;
}
.media-img, .media-text {
	width: 50%;
}
.media-img img {
	border-radius: 6px;
	width: 100%;
	object-fit: cover;
	height: 172px;
}
.media-text {
	/* padding: 0.8rem 1.2rem 0.8rem 1.5rem; */
	padding-left: 1.5rem;
}
.media-text .date {
	margin: 0.5rem 0;
	font-size: 0.9rem;
}
.media-text .read-more{
	display: none;
}
.read-more {
	color: var(--topmenubtn2);
	text-decoration: none;
}
.read-more::before {
	background: var(--topmenubtn2);
}
.read-more:after {
	content: "\f062";
	font-family: 'Font Awesome 6 Free';
	font-weight: 800;
	margin-left: 0.6rem;
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	display: inline-block;
}


/* media css end */

/* PGPM fees and financing css*/

.cohort-table table {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	width: 100%;
	padding: 15px;
	margin: 2rem 0 2.5rem;
}
.cohort-table tr th, .cohort-table tr td {
	padding: 15px;
}
.cohort-table tr th {
	color: #000;
	border-bottom: 0px !important;
	background: #c9b189;
}
.cohort-table tr td {
	background-color: #f8f7f3;
	border-bottom: 1px solid #dbdcd6 !important;
}
.funding-option {
	background-color: #e4d9c5;
	padding: 62px 0 60px;
}
.funding-option .six-logo ul li img {
	box-shadow: none;
	margin-bottom: 5px;
}
.funding-option .six-logo ul {
	flex-wrap: nowrap;
}
.funding-option ul {
	display: flex;
	gap: 1.2rem;
	margin: 0.5rem 0 2.5rem;
}
.funding-option ul li {
	text-align: center;
	background: #fff;
	padding: 1rem 1rem 1rem;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.23) 0px 3px 8px;
}
.funding-option ul li img {
	margin-bottom: 1.5rem;
}
.funding-option ul li .entrance-two-box-btn a {
	padding: 0.5rem 1rem;
	font-size: 1rem;
}
.curriculum-top-col {
	margin-top: 1rem;
}
.student-scholarships-box {
	display: flex;
	gap: 1.5rem;
	/* box-shadow: rgba(0, 0, 0, 0.23) 0px 3px 8px; */

	box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
	max-width: 1300px;
	margin: 3rem auto 0;
	height: 290px;
}
.student-scholarships-lft {
	width: 25%;
	text-align: center;
	background-color: #e4d9c5;
	padding: 2rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.student-scholarships-ryt {
	width: 75%;
	padding: 2rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* PGPM fees and financing css end*/


.leadership-sec {
	background: url("../image/leadership-banner.jpg") no-repeat top center;
	background-size: cover;
}
/* our team */
.our-teams {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.our-teams li {
	width: 18.8%;
}
.our-teams li .leaders_image {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: transform 0.5s;
}
.our-teams li .leaders_image:hover {
	transform: scale(1.02);
}
.our-teams li .leaders_image img {
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	object-fit: cover;
	object-position: top;
	/* object-position: 10% 2%; */
	height: 145px;
	box-shadow: unset;
}
.leadership-board li .leaders_image img {
	height: 213px;
}
.our-teams li .leaders_body {
	background: #fff;
	padding: 1rem 0.938rem;
	height: 112px;
	border-radius: 0 0 5px 5px;
}
.pgdm-academic-advisory li .leaders_body {
	height: 135px;
}
.our-teams li .leaders_body h6 {
	font-size: var(--perasize);
	text-transform: capitalize;
	font-weight: 800 !important;
	margin-bottom: 0.2rem;
}
.our-teams li .leaders_body p {
	line-height: 20px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0;
}
/* our team end */
/* alumni-meet */
.alumni-gallery {
	background-color: #c9b189;
	padding: 75px 0;
}
.alumni-slider {
	max-width: 1150px;
	margin: 0 auto;
}
.alumni-slider img {
	border-radius: 10px;
	width: 100%;
}
.alumni-slider .slick-prev {
	left: 0px;
}
.alumni-slider .slick-next {
	right: 0px;
}
.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: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;
}
/* alumni-meet */

/* Experiential Learning css start */
.experiential-learning-banner {
	background: url("../image/experiential-learning-banner.jpg") no-repeat center center;
	height: 800px;
	position: relative;
	background-size: cover;
	overflow: hidden;
}
.experiential-learning-banner::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2), transparent);
	pointer-events: none;
	display: none;
}
.experiential-learning-banner h1.main-title.first {
	font-size: 82px !important;
	color: #fff !important;
	font-weight: 1000 !important;
	text-align: center;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	user-select: text;
}
.people-img {
	display: none;
	width: 56%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}
.learning-impact-section {
	/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80), var(--topbigbox2)); */
	background-color: #e4d9c5;
	padding: 60px 0;
	text-align: center;
}
.impact-stats {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 2rem;
}
.impact-box {
	width: 25%;
}
.impact-box h3 {
	font-size: 2.5rem;
	color: var(--topbigbox3);
}
.impact-box p {
	font-weight: 700;
	text-transform: uppercase;
}
.experiential-immersion-sec {
	padding: 65px 0 62px;
}
.himalayan-journey .wide-ani {
	position: relative;
}
.himalayan-journey .wide-ani .play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--bgwhite);
	background: var(--topbigbox3);
	width: 45px;
	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: 15px;
	cursor: pointer;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.experiential-immersion .wide-ani .video-sec {
	height: 330px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ethics-through {
	background-color: #e4d9c5;
}
.snapshots-slider {
	margin-top: 1.8rem;
}
.snapshots-slider li {
	margin: 0 10px;
}
.snapshots-slider li img {
	border-radius: 8px;
}
.snapshots-slider .slick-prev, .ngo-partners .slick-prev,  .snapshots-slider .slick-next, .ngo-partners .slick-next {
	position: absolute;
	width: 38px;
	height: 50px;
	top: calc(100% + 30px);
	z-index: 99;
}
.snapshots-slider .slick-prev, .ngo-partners .slick-prev {
	left: auto;
	right: 70px;
}
.snapshots-slider .slick-next, .ngo-partners .slick-next {
	right: 15px;
}
.snapshots-slider .slick-prev::before, .snapshots-slider .slick-next::before, .ngo-partners .slick-prev::before, .ngo-partners .slick-next::before {
	color: #000000;
	font-size: 36px;
	font-family: 'Montserrat';
}
.snapshots-slider .slick-prev:before, .snapshots-slider .slick-prev::before, .snapshots-slider.slick-next:before, .snapshots-slider .slick-next::before {
	color: #000;
}
.partner-snapshot-section {
	background-color: #f3ece2;
}
.ngo-partners {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	gap: 1.5rem;
}
.ngo-list {
	width: 18.5%;
	margin-top: 0.5rem;
}
.ngo-img {
	text-align: center;
}
.ngo-img img {
	box-shadow: none;
	margin-bottom: 0;
	max-width: 230px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.ngo-text {
	text-align: center;
	margin-top: 1.5rem;
}
.ngo-text p {
	margin-bottom: 0;
}
.ngo-list.hidden {
	display: none;
}
.see-more-btn {
	margin-top: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
.pgpm-hr-banner {
	background: url("../image/pgpm-hr-faqs-banner.jpg") no-repeat center center;
	background-size: cover;
}
.spirituality-banner {
	background: url("../image/sprituality.jpg") no-repeat center center;
	background-size: cover;
}
.faculty-banner {
	background: url("../image/faculty-members-banner.jpg") no-repeat center center;
	background-size: cover;
}
.academic-leadership-governing .faq-tabs {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0rem 0 3rem;
	width: 100%;
}
.academic-leadership-governing .faq-tabs .tab.active {
	background-color: #c9b189 !important;
	color: #000 !important;
	font-weight: 800;
}
.academic-leadership-governing .faq-tabs .tab {
	background-color: #eee;
	padding: 10px;
	font-size: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width: 18%;
	text-decoration: none;
	color: var(--black);
	text-align: center;
}
.academic-leadership-governing .faq-section-wrapper {
	width: 100%;
	margin-left: 0;
}
.pgdm-financial-banner {
	background: url("../image/pgdm-fee-banner.jpg") no-repeat center center;
	background-size: cover;
}
.our-teams-sec {
	background-color: #e4d9c5;
	padding: 70px 0;
}
/* consortium companies*/
.consortium-companies {
	padding: 70px 0;
}
.consortium-companies .alpha-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2.5rem;
}
.consortium-companies .tab-btn {
	padding: 8px 18px;
	border: 1px solid #f3ece2;
	background: #f3ece2;
	color: #000;
	cursor: pointer;
	font-size: 1rem;
	border-radius: 5px;
	transition: 0.3s;
	font-weight: 400;
}
.consortium-companies .tab-btn.active {
	background: #c9b189;
	border-color: #c9b189;
	font-weight: 700;
}
.consortium-companies .logo-box {
	display: none;
	flex-wrap: wrap;
	gap: 1.2rem;
}
.consortium-companies .logo-box.active {
	display: flex;
}
.consortium-companies .logo-box .logo-item {
	display: flex;
 --background-transition: 0.3s;
	/* width: 12.8%; */
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 0.625rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 155px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
/* consortium companies end*/
.career-devlopment {
	padding: 65px 0;
	background: #f3ece2;
}
.career-devlopment .data-table {
	background-color: #c9b189;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
}
.career-devlopment .data-table table {
	padding: 15px;
	width: 100%;
	margin: 0;
	border: none;
}
.career-devlopment .data-table table tr th {
	border-bottom: none !important;
	padding: 20px 15px;
}
.career-devlopment .data-table table tr td {
	background-color: #f8f7f3;
	border-bottom: 1px solid #dbdcd6 !important;
	padding: 15px;
}
.recruit-clubs {
	background-color: #f3ece2;
	padding: 62px 0 70px;
}

.institution .leaders_scroll .leaders_item .leaders_body p {
	height: auto !important;
}


.fees-contain .stick-sec{ padding: 70px 0 17px}	
	.fees-contain section.teaching_methods .scrollableMenuWrapper .scrollableMenuLeft {
    top: 340px;
}


.fees-contain .data-table table{ margin-top: 10px}


.logo-resign .count{
    right: -2.7rem;
}
.logo-resign .top-recruiters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0 0 0px 0px;
}
.student-placement.plce-pge .scrollableMenuWrapper .top-recruiters h4{ margin-bottom: 20px; margin-left: 0;}
.logo-resign .top-recruiters .logo-box {
    width: calc(20% - 13px);
    background: #fff;
    border-radius: 8px
}
.student-placement .logo-resign .top-recruiters .logo-box img {
    padding: 2px 0px;
}


.student-placement.plce-pge .logo-resign h4 {
    margin-left: 0px;
    margin-bottom: 20px;
}

.perc-txt{ font-size: 40px !important; font-weight: 800 !important; margin-right: 30px;}
.opt-placement span+span {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 700;
}

.btn-text-wrap{display: flex;
    max-width: 850px;
	column-gap: 15px;
 align-items: center;
	margin-top: -30px
}

.pce-page .btn-text-wrap .btn-og{ width: 360px}

/* p a{ color: #222222} */

.d-b{ display: block !important;}

.program-page.pgdm-pge .placements-and-careers .colourful-boxes{ margin-top: 50px !important;}



/*form css*/

/* Common alert style */
.wpcf7-response-output {
  border: none !important;
  border-radius: 6px;
  padding: 10px 14px 10px 34px !important;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin: 12px 0 !important;
  animation: fadeSlideIn 0.4s ease-out;
}

/* Error box */
.wpcf7 form.invalid .wpcf7-response-output {
  background: #fdecea;
  color: #d93025;
  box-shadow: 0 2px 5px rgba(217,48,37,0.1);
}

.wpcf7 form.invalid .wpcf7-response-output::before {
  content: "\f071"; /* Font Awesome exclamation-triangle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #d93025;
}

/* Success box */
.wpcf7 form.sent .wpcf7-response-output {
  background: #e6f4ea;
  color: #188038;
  box-shadow: 0 2px 5px rgba(24,128,56,0.1);
}

.wpcf7 form.sent .wpcf7-response-output::before {
  content: "\f00c"; /* Font Awesome check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #188038;
}






.thanks-strip-section {
width: 100%;
display: inline-block;
background: #c9b189;
padding: 20px 0px 20px 0px;
margin-top: 10px;
}
.thanks-content-section {
width: 100%;
display: inline-block;
margin: 55px 0px 40px 0px;
}
.thanks-strip-section .main-title.first {
font-size: 30px;
text-align: center;
margin: 0px 0px 0px 0px !important;
}
.form-col.soil-pgpm-form h2 {
display: none;
}
.form-col.soil-pgpm-form {
width: 700px;
max-width: 100%;
background: #FAFCF3;
padding: 30px 30px 30px 30px;
border-radius: 10px;
margin: 0px auto 0px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.form-field label {
width: 100%;
}
.form-col .wpcf7-form-control-wrap input {
width: 100%;
font-size: 14px;
border: 1px solid #ddd;
height: 40px;
padding: 10px 10px 10px 10px;
}
.form-col .wpcf7-form-control-wrap select {
width: 100%;
border: 1px solid #ddd;
height: 40px;
background-color: #fff;
padding: 10px 10px 10px 10px;
font-size: 15px;
}
.form-col .form-field-col1 p {
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
}
.form-col .form-field-col {
width: 48.5%;
float: left;
margin: 0px 3% 0px 0px;
}
.form-col .form-field-col p{ text-align: left; font-size: 16px;}
.form-col .submit-button {
text-align: center;
}
.form-col .wpcf7-form-control.wpcf7-submit {
font-size: 20px;
color: #fff;
border: 0px;
background: #f5831a;
border-radius: 5px;
padding: 10px 30px 10px 30px;
}
.form-col .form-text {
font-size: 18px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 30px 0px;
	color: #222;
	text-align: left;
}
.thanks-content-section{ margin: 65px 0px 70px 0px !important}
.form-col .wpcf7-form-control-wrap select option {
width: 100%;
}
.form-col .wpcf7-spinner {
display: none;
}
.form-col .form-field-col1 p span {
color: #ff0000;
}
.form-col form select {
appearance: inherit;
}
.form-col .form-1 {
margin-right: 0%;
}
.form-col .wpcf7 form.invalid .form-col .wpcf7-response-output, .form-col .wpcf7 form.unaccepted .wpcf7-response-output, .form-col .wpcf7 form.payment-required .wpcf7-response-output {
color: #ff0000;
  border-color: #fff;
  text-align: center;
}
.form-col .wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
}
.thanks-strip-section {
width: 100%;
text-align: center;
display: inline-block;
background: #c9b189;
padding: 20px 0px 20px 0px;
margin-top: 10px;
}
.thanks-content-section {
width: 100%;
display: inline-block;
margin: 55px 0px 40px 0px;
}
.thanks-content-section ul {
padding: 0px 0px 0px 25px !important;
margin: 25px 0px 0px 0px;
}
.thanks-content-section ul li {
color: #000;
position: relative;
margin-bottom: 10px;
}
.thanks-content-section ul li a {
color: #222;
}
.thanks-strip-section .main-title.first {
margin: 0px 0px 0px 0px !important;
}
.thanks-content-section ul li:before {
content: '';
position: absolute;
width: 9px;
aspect-ratio: 1;
background-color: var(--topbigbox1);
left: -23px;
top: 8px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.thanks-content-section p {
text-align: center;
}

label {
  position: relative;
}

.star label::after {
  content: "*";
  color: red;
  margin-left: 4px;
}


.icon-download {
  width: 22px;         
  height: 22px;
  color: #ffffff;          
  stroke: currentColor; 
  vertical-align: middle;
	font-size: 24px;
	 stroke-width: 2.2;
}

.gif-icon{ display: none;}
.D-none{ display: none!important;}

@media(max-width:991px) {
	.form_section{ margin-top: 30px;}
.form-col.soil-pgpm-form {
width: 100%;
}
.form-col .form-field-col {
width: 100%;
margin: 0px 0% 0px 0px;
}
.thanks-strip-section .main-title.first {
font-size: 20px;
}
}





.form-col.contact-form-wrap .form-field-col {
width: 100%;
float: left;
margin: 0px 3% 20px 0px;
}


.contact-form-wrap.form-col.soil-pgpm-form {width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    margin: 0px auto 0px;
    box-shadow: none;}
.contact-form-wrap .contact-form label {
	width: 100%;}



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

.contact-form  .contact-form-wrap .form-field-col{display: flex;
    margin-bottom: 14px;}

.contact-form .form-field-col1{    width: 180px;
   
   }
.contact-form .form-field-col1 p{ font-weight: 500;
    color: #000;
    font-size: 1.125rem; margin: 0;}
.contact-form-wrap  .form-field p{ margin-bottom: 0;}
.form-col.contact-form-wrap  .wpcf7-form-control-wrap input, .form-col.contact-form-wrap  .wpcf7-form-control-wrap select  { height: 47px; font-size: 16px;}
	.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    float: left;
    width: 100%;
}

.contact-form .contact-form-wrap label{ width: 100%;}

.contact-form-wrap .form-field{ width:100%;}
.contact-form .contact-form-wrap .form-field-col1 {
    width: 230px;
}
.contact-form-wrap  textarea {
    resize: none;
    height: 96px;
	width: 100%;
}

.contact-form-wrap.form-col .wpcf7-form-control.wpcf7-submit {
    background-color: #f5831a !important;
    color: #fff !important;
    padding: 0.5rem 2rem !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer;
    margin: 0px 0 0 !important;
    display: block;
	font-size: 16px;
}
.form-col .wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output{     float: inherit;
    width: 100%;
    margin: 15px auto 10px !important;
    max-width: 701px;}
.contact-information .wpcf7 form.invalid .wpcf7-response-output{     float: right;
    max-width: 617px;}

.wpcf7-form-control-wrap[data-name="leadsquared-mx_Query_Related_To"] {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wpcf7-form-control-wrap[data-name="leadsquared-mx_Query_Related_To"] select {
  width: 100%;
  padding-right: 35px;
}

.wpcf7-form-control-wrap[data-name="leadsquared-mx_Query_Related_To"]::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
  color: #000;
}




.form-column br{ display: none;}


   




@media only screen and (max-width: 1890px) {
.experiential-learning-banner {
	height: 780px;
}
}

@media only screen and (max-width: 1852px) {
.experiential-learning-banner {
	height: 750px;
}
}

@media(max-width:1795px) {
.app-box p.cycle-p{ height: 72px;}
.curri-pge .mainScrollableBox_listing .video-design iframe {
    max-height: 171px;
}
}


@media(max-width:1790px) {
.set-big-v-space {
	margin-top: 50px !important;
}
}

@media only screen and (max-width: 1760px) {
.experiential-learning-banner {
	height: 710px;
}
}








@media (max-width: 1740px) {
.adm-prog-page .pgpm-admission-process {
	padding: 60px 0px 30px;
}
}



@media(max-width:1720px) {
.program-page.pgdm-pge .institution .leaders_scroll .leaders_item .leaders_body {
	height: 148px;
}
}

@media(max-width:1702px) {
.program-page.pgpm-hr-pge .placements-and-careers-sec .colourful-boxes ul li {
	height: 184px;
}
.industry-readiness.teaching_methods .scrollableMenuLeft, .student-placement-process .scrollableMenuLeft {
    top: 321px;
}
}






@media only screen and (max-width: 1650px) {
.experiential-learning-banner {
	height: 680px;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body{
	height: 360px;
}
.curri-pge .mainScrollableBox_listing .video-design iframe {
    max-height: 155px;
}
}







/* Experiential Learning css end */
@media (max-width:1600px) {
	
	section.industry_learning .industry_learning_list li h6 {
	height: 75px;
}
.life-at-soil .life-at-soil-img img {
	height: 370px;
}
.media-items {
	align-items: start;
}
.media-img img {
	height: inherit;
}
.pillars-of-the-center-list .pillars-of-center-detail {
	height: 282px;
}
.institute-leadership-items, .implementation .structured-training .implementation-img img {
	height: auto;
}
.experiential-leadership .institute-leadership-items {
	height: 320px !important;
}
.beyond-the-classroom-img img {
	width: 100%;
}
.pl-2 {
	padding-left: 1.5rem;
}
.pr-2 {
	padding-right: 1.5rem;
}
}



@media(max-width:1790px) {
.set-big-v-space {
	margin-top: 110px !important;
}
}

@media(max-width:1750px) {
.app-box {
	height: 330px;
}
}

@media(max-width:1745px) {
.wrap-design img.imgt {
	height: auto;
}
}





@media(max-width:1660px) {
.blog-detail h4 {
	height: 85px;
}
}

@media(max-width:1600px) {
.grid-model.second img {
	max-width: 35%;
}
.grid-model.second .grid-3 {
	position: absolute;
	left: 10%;
	bottom: -10%;
}
.grid-model.second .grid-4 {
	bottom: -17%;
}
.grid-model.second img {
	max-width: 30%
}
.experience-st .video-sec {
	height: 450px;/* Adjust as needed */
}
.business-course ul.faculty-section li {
	width: 23%;
}
}

@media(max-width:1574px) {
.app-box {
	height: 360px;
}
	.adm-prog-page .app-box {
	height: 286px;
}
}



@media(max-width:1590px) {
.set-big-v-space {
	margin-top: 90px !important;
}
}

@media(max-width:1540px) {
.hero_section .hero_section_text {
	padding: 0rem 0rem 70px;
}
}

@media(max-width:1516px) {
.video-ani {
	margin-top: 30px !important
}
.sub-video h4 {
	margin-bottom: 38px;
}
.video-ani li {
 width: calc(20% - -13px);
}
.video-ani {
	column-gap: 5%;
}
}

@media(max-width:1512px) {
.colourful-boxes.req ul li {
	height: 170px
}
}

@media(max-width:1506px) {
.set-big-v-space-2 {
	margin-top: 58px !important;
}
}

@media screen and (max-width: 1490px) {

    .adm-prog-page .app-box {
        height: 317px;
    }
}


@media(max-width:1478px) {
.set-big-v-space {
	margin-top: 45px !important;
}
.curri-pge .mainScrollableBox_listing .video-design iframe {
    max-height: 132px;
}
}

@media(max-width:1474px) {
.set-big-v-space {
	margin-top: 25px !important;
}
.career-management .colourful-boxes ul li {
	height: 160px;
}
.academic-leadership-governing .faq-tabs .tab{
	font-size: 14px;
}
}

@media screen and (max-width: 1460px) {
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body{
	height: 385px;
}
}
@media screen and (max-width: 1450px) {
.ngo-list {
	width: 18.2%;
}
	
	.adm-prog-page .pgpm-admission-process .grid-model img {
	max-width: 44%;
}
	
}

@media(max-width:1440px) {
.career-growth-line {
	width: 8%;
	left: 43%;
}
.career-growth-3 .career-growth-line {
	left: 47%;
}
.get-touch .placement-report ul li {
	width: calc(33% - 10px);
	margin: 0px 0% 0px 0px;
}
.engage .colourful-boxes ul li p {
	font-size: 18px;
}
}

@media (max-width: 1438px) {
.adm-prog-page .pgpm-admission-process {
	padding: 60px 0px 25px;
}
.student-placement.plce-pge .industry-logo img {
	padding: 20px;
}
}

@media only screen and (max-width: 1410px) {
section.curriculum_sec .curriculum-top .curriculum-top-col-lft .stats li {
	width: 47%;
}
}

@media(max-width:1409px) {
.app-box p.cycle-p{ height: 100px;}
}







@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
	max-width: 75% !important;
}
}




@media(max-width:1400px) {
.adm-prog-page .pgpm-admission-process p.sp {
	margin-top: 10px
}
.builds .builds_section .both_section .img_section iframe {
	width: 100%;
}
.network .alumni_network .alumni_network_box1 .alumni_network_member {
	width: 16%;
}
.network .alumni_network .alumni_network_box2 .alumni_network_member {
	width: 16%;
}
.network .alumni_network .alumni_network_box3 .alumni_network_member {
	width: 29%;
}
	
	
	.network .container {
	max-width: 85% !important
}
.grid-model.second img {
	max-width: 35%;
}
.grid-model.second .grid-4 {
	right: 6%
}
.grid-model.second .grid-3 {
	left: 6%
}
.grid-model.second .grid-2 {
	right: 8%;
}
.video-design iframe {
	width: 100%;
	max-width: 350px;
	height: 220px;
}
.experience-st .video-sec {
	height: 470px;/* Adjust as needed */
}
.business-course ul.faculty-section li {
	width: calc(33% - 16px);
}
	
	
	.funding-option ul li .entrance-two-box-btn a {
	padding: 0.5rem 0.8rem;
	font-size: 15px;
}
.experiential-learning-banner {
	height: 600px;
}
.experiential-learning-banner h1.main-title.first {
	font-size: 65px !important;
}
	
	
}






@media(max-width:1399px) {
.container-cus section {
	height: 630px
}
#chartdiv-home {
	width: 100%;
	height: 300px;
	font-size: 13px;
}
.launch-your-career {
	padding: 80px 0px 84px;
}
.scrollableMenuLeft .navigation a {
	min-width: 100%;
}
.grid-model img {
	width: 100%;
	max-width: 170px;
}
.academic-leadership-governing .faq-tabs .tab{
	font-size: 13px;
}
.grid-model {
	height: 500px
}
/* animation.grid-1{ position: absolute; left: 5%; top: 5%;}

.grid-2{ position: absolute; right: 5%; top: 20%;}

.grid-3{ position: absolute; left: 5%; bottom: 20%;}

.grid-4{ position: absolute; right: 5%; bottom: 5%}*/

.experience-st .video-sec {
	height: 490px;/* Adjust as needed */
}
.wide-ani .video-sec {
	height: 300px;
}
.video-ani {
	column-gap: 4%;
}
.video-ani li {
 width: calc(21.2% - -7px);
}
.placements-process {
	padding: 65px 0px 65px;
}
.video-design iframe {
	height: 190px;
}
.who-hired .wide-ani .video-sec {
	height: 190px;
}
}




@media(max-width:1385px) {
	
	.program-page .institution .leaders_scroll .leaders_item .leaders_body p {
	height: 75px;
}
.program-page .institution .leaders_scroll .leaders_item .leaders_image img {
	height: 175px;
}
.business-academies {
	padding: 62px 0px 43px;
}
.program-page.pgdm-pge .recognized-ranked-school-items {
	width: 24%;
}
.program-page.pgdm-pge .recognized-ranked-school {
	gap: 1rem;
}
.career-management .colourful-boxes.pt-3 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
	
	.program-page .institution .leaders_scroll .leaders_item .leaders_body p {
	height: 75px;
}
.program-page .institution .leaders_scroll .leaders_item .leaders_image img {
	height: 175px;
}

	
}

@media(max-width:1366px) {
	.student-scholarships-box { height: 320px}
.life-at-soil {
	padding: 60px 0px 80px;
}
.student-placement .mainScrollableBox .mainScrollableBox_listing li{
	width: 30%;
}
ul.mainScrollableBox_listing.list-colum li{
	width: 30% !important;
}
/*header .hero_section{ padding-top: 10rem;}

    header .hero_section .hero_section_text {

        padding: 0rem 0rem 3rem;

    }*/

.hero_section .hero_section_text {
	padding: 0rem 0rem 45px;
}
.hero_section .hero_section_text h1 {
	font-size: 2.4rem !important;
}
}

@media(max-width:1348px) {
.tab-sec span {
	padding: 20px 20px
}
}

@media(max-width:1331px) {
.program-page.pgdm-pge .ranked-school-text {
	height: 136px
}
}

@media(max-width:1329px) {
.video-ani li {
 width: calc(21% - -7px);
}
}

@media(max-width:1316px) {
.app-box {
	height: 388px;
}
}

@media(max-width:1300px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 151px;
}
.institution .leaders_scroll .leaders_item .leaders_body{
	height: 120px;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body{
    height: 408px;
}
}

@media(max-width:1296px) {
	.pre-mba .bar-text{ font-size: 13px;}
.blog-detail h4 {
	height: 110px;
}
.funding-option ul li {
	padding: 1.2rem 0rem 0.6rem;
}
}

@media(max-width:1280px) {
.career-growt-2 {
	width: 37%;
}
.career-growth-3 .career-growt-2 {
	width: 33%;
}
.deskt-state {
	display: none;
}
.mob-state {
	display: block;
}
.map-wra span strong {
	display: none;
}
.map-wra span::before {
	display: none;
}
.map-wra {
	margin-top: -10px;
}
.map {
	padding: 78px 0px 72px;
}
.mob-state {
	padding-top: 20px;
}
.alumni-in {
	padding: 78px 0px 80px;
}
.side-menu {
	width: 22% !important;
}
.scrollableMenuRight {
	max-width: calc(100% - 241px);
	width: 78%;
}
.side-menu li a {
	min-width: inherit !important;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 151px;
}
}

@media(max-width:1275px) {
.colourful-boxes ul li {
	width: 19.5%;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 149px;
}
}

@media(max-width:1269px) {
.program-page.pgpm-hr-pge .placements-and-careers-sec .colourful-boxes ul li {
	height: 208px;
}
}

@media(max-width:1260px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 146px;
}
}

@media (max-width: 1251px) {
.program-page.pgpm-hr-pge .institution .leaders_scroll .leaders_item .leaders_body {
	height: 130px;
}
}

@media(max-width:1250px) {
section.learning_outcomes .learning_outcomes_lists {
	flex-wrap: wrap;
	justify-content: center;
}
section.learning_outcomes .learning_outcomes_lists li {
	width: 31%;
}
}

@media (max-width: 1241px) {
.program-page.pgdm-pge .institution .leaders_scroll .leaders_item .leaders_body {
	height: 165px;
}
}

@media(max-width:1240px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 143px;
}
}

@media(max-width:1220px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 140px;
}
	.M-none{ display: none !important;}
	.D-none{ display: flex !important}
	
}


@media(max-width:1211px) { 
	.adm-prog-page .app-box {
        height: 350px;
    }
	.adm-prog-page .app-cycle .app-box h3{ height: 100px;}
}

@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
	max-width: 75% !important;
}
}



@media(max-width:1200px) {
.leadership-development-new .img_box {
	margin-bottom: 30px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 137px;
}
}

@media(max-width:1199px) {
	
	    .adm-prog-page .pgpm-admission-process .grid-model img {
        max-width: 30%;
    }
	    .grid-model {
        height: 383px;
    }
	.teaching_methods .scrollableMenuLeft{
		top: 70px;
		margin-top: 0;
	}
	
.container {
	max-width: 960px;
}
.order-sec-3 {
	order: 3
}
.order-sec-2 {
	order: 2
}
.grid-model {
	margin-top: 10px;
	margin-left: 0;
}
.grid-image {
	left: 43%;
}
.flagship-Program .col-xl-6.order-2 {
	margin-bottom: 3rem;
}
.eligibility-criteria.a-proc .main-title {
	margin-bottom: 15px !important;
}
.attent-webinar ul {
	flex-wrap: wrap;
}
.attent-webinar ul li {
	width: 49%;
	margin-bottom: 0;
	padding: 20px 15px 0px;
}
.attent-webinar ul li:nth-child(3), .attent-webinar ul li:nth-child(4) {
	margin-bottom: 0;
}
h1.main-title, .launch-your-career .main-title {
	margin-top: 1.7rem
}
.placements-process .main-title {
	margin-top: 1.45rem
}
.leadership-development .img_box {
	margin-bottom: 24px
}
.og-cl {
	margin-top: 6px;
}
.learn-from-top-industry .img_box {
	margin-bottom: 2.2rem
}
.placements-and-career .img_box {
	margin-bottom: 2.2rem
}
.container-cus {
	flex-wrap: wrap
}
.side-menu ul {
	display: flex;
	justify-content: space-between;
}
.side-menu {
	width: 100%;
}
.content {
	width: 100%;
	margin-left: 0;
}
.tab-sec a {
	width: 49%
}
.tab-sec a:nth-child(2n) {
	margin-right: 0;
}
.tab-sec a:nth-child(3) {
	margin-right: 2%;
}
.links-btn {
	gap: 8px;
}
.links-btn a {
	width: calc(50% - 8px);
}
.blog-box ul li {
	width: 100%;
	margin-bottom: 40px;
}
.blog-box ul li img {
	width: 100%;
}
.blog-detail h4 {
	height: auto;
}
.blog-box ul li:last-child {
	margin-bottom: 0;
}
.launch {
	margin-top: 36px;
}
.placements-and-careers .col-lg-12 {
	margin-top: 40px;
}
.program-page.pgdm-pge .placements-and-careers .col-lg-12 {
	margin-top: 4px;
}
.video-box iframe {
	margin-bottom: 40px;
}
.grid-model {
	max-width: 600px;
	margin-bottom: 12px;
}
.adm-prog-page .pgpm-admission-process .grid-model, .grid-model {
	margin-top: 15px;
	margin-left: 0;
}
.adm-prog-page .profile {
	padding: 60px 0 20px;
}
.pre-mba .percentage-design ul li {
	width: calc(33% - 17px);
}
.percentage-design {
	margin-top: 0px
}
.learn-from-top-industry.learn-from-top-industry-sec .my-5 {
	margin-bottom: 1rem !important;
}
.colourful-boxes ul li {
	margin-right: 0 !important;
	height: 165px;
}
section.learn-from-top-industry-sec {
	padding-bottom: 45px;
}
.pre-mba {
	padding: 48px 0px 90px;
}
.top-o {
	order: -2;
}
.grid-model.second img {
	max-width: 30%;
}
.grid-entrance {
	margin-top: 25px;
	margin-bottom: 20px;
}
.app-blog {
	margin-top: 0px;
	margin-bottom: 0px;
}
.app-box-img {
	margin-top: 7px;
	margin-bottom: 40px;
}

.student-placement .side-menu ul {
	background: #f8f7f3;
}
.side-menu ul {
	padding-left: 20px !important;
}

.scrollableMenuLeft .navigation li {
	margin-right: 20px;
	margin-left: 0;
}
.scrollableMenuLeft .navigation li:last-child {
	margin-right: 0px;
}
.distribution .main-title {
	margin-bottom: 32px;
	margin-top: 34px;
}
.roles {
	margin-top: 32px !important;
}
.con-lft {
	margin-top: 70px;
}
.life-at-soil {
	padding: 65px 0px 70px;
}
.business-academies .industry-immersion-list {
	margin-top: 30px;
}
.experiential-friday {
	padding: 62px 0 35px 0px;
}
.student-clubs .img_box {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}
.student-clubs .img_box img {
	margin-bottom: 15px;
}
.overlap-strip-wrap {
	position: inherit;
}
.life-at-soil .img-over-shadow img {
	height: auto;
}
.life-at-soil .order-sec-3 {
	margin-top: 0px;
	border-radius: 10px;
}
.con-lft {
	margin-top: 30px;
}
header .nav-item {
	margin-right: 0px !important;
}
.nav-item.all-courses.has-sub {
	margin-left: 10px;
}
.img_box img {
	width: 100%;
}
.img_box {
	margin-bottom: 2.5rem;
}
.attent-webinar ul li:nth-child(1) {
	margin-bottom: 0
}
.attent-webinar ul li:nth-child(2) {
	margin-bottom: 0
}
.industry-readiness.teaching_methods .scrollableMenuWrapper{
	padding-top: 0;
}
.industry-readiness.teaching_methods .scrollableMenuLeft, .student-placement-process .scrollableMenuLeft{
    top: 80px;
	margin-top: 0 !important;
}
}

@media(max-width:1199px) {

.life-pge .life-at-soil .life-at-soil-img {
	margin-left: 0;
}
.faq-tabs {
	width: 100%;
}
.f-tab-scrol {
	width: 26%
}
.funding-option ul li .entrance-two-box-btn a {
	padding: 0.4rem 0.6rem;
	font-size: 15px;
}
.funding-option ul li img {
	margin-bottom: 0;
}
.funding-option ul {
	flex-wrap: wrap;
	justify-content: center;
}
.funding-option ul li {
	width: 23%;
}
.program-page.pgpm-hr-pge .placements-and-careers-sec .colourful-boxes ul li {
	width: 48%;
	height: 130px;
	flex-wrap: wrap;
}
.scrollableMenuWrapper {
	display: inline-block;
	width: 100%;
}
.scrollableMenuRight {
	max-width: 100%;
	width: 100%;
}
.scrollableMenuLeft {
	position: sticky;
	top: 30px;
	z-index: 999;
	margin-top: 20px;
}
.side-menu {
	width: 100% !important;
}
.scrollableMenuLeft .navigation a {
	min-width: 100%;
	padding: 10px 20px;
}
.side-menu ul {
	background: #fefaf8;
}
.industry-curriculum .side-menu ul {
	background: #f8f7f3 !important;
}
.program-page.pgdm-pge .industry-curriculum .side-menu ul {
	background: #ffffff !important;
}
.program-page.pgdm-pge .side-menu li a {
	background: #f8f7f3;
}
.program-page.pgdm-pge .industry-curriculum .scrollableMenuLeft {
	background: #fff !important;
}
.program-page.pgdm-pge .mainScrollableBox .video-design {
	margin-top: 10px
}
.curri-pge .student-placement .stick-sec{
	padding-bottom: 0;
}
.stick-sec {
	padding: 0px;
	position: static;
}
#forstick .main-title {
	line-height: 1.2;
	margin-bottom: 1rem !important;
}
.mainScrollableBox .img_box{
	margin-bottom: 0;
}
    .curri-pge .mainScrollableBox_listing .video-design iframe {
        max-height: 167px;
    }
.scrollableMenuLeft .navigation li:not(:first-child) {
	margin-top: 0px;
}
.side-menu ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: scroll;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-inline-box;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}
section.teaching_methods .scrollableMenuWrapper .scrollableMenuLeft {
	
	background: #f8f7f3 ! IMPORTANT;
}
.curri-pge .student-placement .side-menu ul {
	background: #f8f7f3;
	margin-bottom: 15px;
}
.three-box-section ul li {
	width: 47%;
}
.three-box-section ul li:nth-child(1) {
	margin-left: 0px;
}
.three-box-section ul li:nth-child(3) {
	margin-left: 0px;
}
.three-box-section ul li:nth-child(5) {
	margin-left: 0px;
}
.experiential-immersion .sub-heading-parent-second {
	margin-top: 0 !important
}
.wide-ani {
	margin-bottom: 40px
}
.distribution .main-title {
	margin-bottom: 36px;
}
.distribution {
	padding: 25px 0px 54px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 137px;
}
}

@media(max-width:1183px) {
.program-page .institution .leaders_scroll .leaders_item .leaders_body {
	height: 138px;
}
}


@media (max-width:1180px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 132px;
}
}

@media (max-width:1150px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 129px;
}
}

@media (max-width:1130px) {
.career-management .colourful-boxes ul li {
	height: 200px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 125px;
}
}

@media(max-width:1115px) {
.program-page.pgdm-pge .institution .leaders_scroll .leaders_item .leaders_body {
	height: 145px;
}
	.btn-text-wrap{ margin-top: 0;}
}

@media(max-width:1100px) {
	.pce-page .btn-3 {
    margin: 0px 0px 0px 10px !important;
}
	.pce-page .alumni-content{ display: block;}
.consortium-companies .logo-box .logo-item img {
	max-width: 154px;
}
.institution .leaders_scroll .leaders_item .leaders_body{
	height: 120px;
}
.curri-pge .mainScrollableBox_listing .video-design iframe {
    max-height: 153px;
}
}

@media(max-width:1099px) {
.nav-item > a {
	font-size:14px;
	padding:8px 15px 8px 13px;
}
.program-page .institution .leaders_scroll .leaders_item .leaders_body {
	height: 138px;
}
}


@media(max-width:1080px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 150px;
}
}

@media(max-width:1064px) {

	.pce-page .institution .leaders_carousel{    margin-bottom: 50px;}
	.pce-page .institution.here-alumni .leaders_carousel{    margin-bottom: 20px !important;}
}


@media(max-width:1060px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 147px;
}
}

@media(max-width:1040px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 144px;
}
}

@media(max-width:1038px) {
    .adm-prog-page .app-box {
        height: 350px;
    }
	
	    .app-box p.cycle-p {
        height: 118px;
    }
}

@media(max-width:1024px) {
.map-sect span.delhi-ncr::after, .map-sect span.gujr::after, .map-sect span.mhr::after, .map-sect span.kta::after, .map-sect span.pan::before, .map-sect span.west::before, .map-sect span.tela::before, .map-sect span.tamil::before {
	background: none;
}
.delhi-ncr-wrap, .gujr-wrap, .mhr-wrap, .kta-wrap, .pan-wrap, .west-wrap, .tela-wrap, .tamil-wrap {
	position: static !important;
}
.map-sect span.delhi-ncr, .map-sect span.gujr, .map-sect span.mhr, .map-sect span.kta, .map-sect span.pan, .map-sect span.west, .map-sect span.tela, .map-sect span.tamil {
	width: 100%;
}
.map-sect {
	height: auto;
	width: 100%;
	overflow: hidden;
}
#chartdivmap-recruitment {
	height: auto;
}
.logo-container {
	height: 60px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 140px;
}
}

@media(max-width:1000px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 138px;
}
}

@media(max-width:992px) {
.container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.career-management .colourful-boxes.pt-3 {
	margin-top: 1.5rem !important;
}
.adm-prog-page .wide-ani {
	margin: 25px 0 35px;
}
.mainScrollableBox {
	padding: 36px 40px;
}
.recruiters-soil ul li {
	width: calc(33% - 15px);
}
.module-four-box .three-box-section ul li {
	width: calc(51% - 29px);
	margin-bottom: 0;
}
.three-box-section ul {
	row-gap: 0px;
}
	.adm-prog-page .three-box-section ul {
	row-gap: 40px;
}
.three-box-section ul li {
	margin-bottom: 0px;
}
.main-placement {
	flex-wrap: wrap;
}
.avg-lpa {
	margin-left: 0;
	border-radius: 8px;
	margin-top: 20px;
}
.cohort-table {
	overflow: scroll;
}
.cohort-table table {
	max-width: 500px;
	width: 100%
}
.opt-placement-wrap {
	margin-bottom: 15px;
	width: 100%
}
.avg-lpa-wrap {
	max-width: 450px;
	width: 100%;
}
.business-course .sidebar.step-section.tab-design ul li h4 span {
	font-size: 16px
}
.participate-in-career .four-sect ul li {
	width: 48.5%
}
.participate-in-career .four-sect ul {
	row-gap: 30px
}
.curri-pge .mainScrollableBox_listing .video-design iframe {
    max-height: 144px;
}
}

@media(max-width:992px) {
	
	.institution.here-alumni .container{ margin: 0px 0px 0px 0px}
	
.govering-board ul li {
	width: 22%;
	margin-right: 35px;
	margin-bottom: 30px;
}
.association_sec .box_item {
	text-align: center;
	margin: 20px 15px 40px;
}
.career-management .colourful-boxes ul li {
	height: inherit;
}
.video-popup iframe{
	width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.business-course .tab-content #tab1 .clients-main, .business-course .tab-content #tab3 .clients-main, .business-course .tab-content #tab4 .clients-main, .business-course .tab-content #tab2 .clients-main{
	height: auto;
}
.business-course .tab-content .clients-logos ul{
	display: flex;
	margin-bottom: 0;
}
.business-course .tab-content .clients-logos ul li{
	margin-bottom: 0;
}
}




@media (min-width: 768px) and (max-width: 991px) {
	.scrollableMenuWrapper .scrollableMenuLeft {
    top: 94px;
}
}

@media(max-width:991px) {
	.nav-container {
    padding: 15px 0px 15px !important;
}
		.life-pge .img_box {
        margin-bottom: 0;
    }
	    .wide-ani.long-ani {
        margin-bottom: 40px;
        background: #c9b189;
			margin-top: 70px;
    }
	.student-clubs .img_box{ margin-top: 70px; margin-bottom: 30px}
	.student-clubs {
    padding: 62px 0 44px 0px;
}
	.help-communities {
    padding: 64px 0 40px 0px;
}
	.quick-two-links{ flex-direction: column;}
.quick-two-links ul {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
}
	.quick-two-links ul.circle-icon li { width: 48%;}
	.wellness-soil {
    padding: 60px 0 20px 0px;
}
	.life-pge .data-wrap-outer {flex-direction: column;}
	.data-wrap-inner ul.circle-icon{display: flex;
    flex-wrap: wrap;}
	.data-wrap-inner ul.circle-icon li{ width: 48%}
		.adm-prog-page .video-box {
		text-align: left;}
/*#myHeader {
	display: none !important;
}*/
.hamburger {
	display: flex;
	float: right;
	margin-top: 20px;
}
.nav-right {
	margin-top: 90px;
}
.two-col-sec {
	width: 100%;
}
.nav-right {
	display: none;
	width: 100%;
	background: #fff;
	flex-direction: column;
}
.nav-right.active {
	display: flex;
}
.nav-menu {
	flex-direction: column;
	width: 100%;
}
.nav-item {
	width: 100%;
	border-top: 1px solid #eee;
}
.nav-item > a {
	padding: 14px 20px !important;
}
.submenu, .mega {
	position: static;
	visibility: hidden;
	opacity: 0;
	transform: none;
	box-shadow: none;
	border: none;
	display: none;
	padding-left: 20px;
}
.nav-item.open > .submenu, .nav-item.open > .mega {
	display: block;
	visibility: visible;
	opacity: 1;
}
.mega {
	flex-direction: column;
	width: 100%;
}
.tab-list {
	width: 100%;
	border: none;
	padding: 0;
	margin-bottom: 10px;
}
.tab-list button {
	display: inline-block;
	margin-right: 10px;
}
.tab-content {
	padding-left: 20px;
}
}
/*MENU CSS END*/

@media(max-width:991px) {
	
	.student-scholarships-box{ flex-direction: column;}
	.student-scholarships-lft, .student-scholarships-ryt{ width: 100%;}
	.student-scholarships-box{ height: auto; gap:0;}
	.student-scholarships-lft { padding: 16px 16px 8px 16px;}
	
	    .app-box p.cycle-p {
        height: auto;
    }
	.app-box p.cycle-p{ padding-top: 0px;}
	.app-cycle .col-md-4{ width: 100%;}
	.adm-prog-page .app-box{ height: auto;}
	    .adm-prog-page .app-cycle .app-box h3 {
        height: auto;
    }
.wide-ani.long-ani {
	margin-bottom: 40px;
}
.life-pge .snapshots-slider {
	display: block !important;
	margin-top: 10px !important;
}
h1.main-title.first .primary-og {
	font-size: 2rem !important;
}
.pr-batch .founder-fellowship .founder-fellowship-items .founder-fellowship-txt {
	width: 100%;
	margin-right: 0;
}
.f-tab-scrol {
	width: 100%
}
.faq-tabs, .faq-section-wrapper {
	width: 100%;
}
.faq-section-wrapper {
	margin-left: 0;
}
.tabs-outer {
	display: flex;
	flex-direction: column;
}
.faq-tabs .tab.active {
	color: #fff;
	background: #ee8c22 !important;
	font-weight: 700;
}
.faq-tabs {
	display: flex;
	gap: inherit;
	column-gap: 15px;
	flex-wrap: wrap;
	flex-direction: row;
	width: max-content;
}
.faq-tabs .tab:last-child {
	padding-bottom: 10px;
}
.faq-tabs .tab {
	transition: all 0.2s;
	background-color: #eee !important;
	padding: 8px 15px;
	border-radius: 8px;
	margin-bottom: 15px
}
.f-tab-scrol {
	overflow-x: scroll;
	margin-bottom: 15px;
}
.funding-option .six-logo ul {
	margin-bottom: 60px;
}
.funding-option .six-logo ul .slick-prev, .funding-option .six-logo ul .slick-next {
	top: calc(100% + 30px);
}
section.core_curriculum .core_curriculum_main {
	flex-direction: column;
}
section.core_curriculum .core_curriculum_main .core_curriculum_left, section.core_curriculum .core_curriculum_main .core_curriculum_right {
	width: 100%;
}
section.core_curriculum .specializations_img img {
	max-width: 100%;
	margin-top: 30px;
}
section.curriculum_sec .curriculum-top {
	flex-direction: column;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft, section.curriculum_sec .curriculum-top .curriculum-top-col-ryt {
	width: 100%;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-ryt {
	margin-left: 0;
	text-align: center;
	margin-top: 1rem;
	order: 1;
	margin-bottom: 30px;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft {
	order: 2;
}
.program-page.pgpm-hr-pge .colourful-boxes ul li {
	width: 22.5%;
	height: 175px;
}
.program-page.pgpm-hr-pge .placements-and-careers-sec .video-cen {
	margin-bottom: 30px;
}
.program-page.pgpm-hr-pge section.placements-and-careers-sec {
	padding-bottom: 40px;
	padding-top: 52px;
}
.program-page.pgdm-pge .mainScrollableBox .video-design {
	margin-top: 8px;
}
.program-page.pgdm-pge .industry-curriculum .scrollableMenuWrapper ul.circle-icon {
	margin-bottom: 1rem !important;
}
.blog-box .slick-slide {
	margin-right: 15px;
}
.program-page .form-design, .form-design {
	max-width: 93%;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-txt, .founder-fellowship .founder-fellowship-items .founder-fellowship-txt {
	width: 60%;
	margin-right: 0;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-txt, .founder-fellowship .founder-fellowship-items .founder-fellowship-txt {
	width: 100%;
	order: 2;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-txt, .founder-fellowship .founder-fellowship-items .founder-fellowship-img {
	width: 100% !important;
	margin-bottom: 3rem;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-txt, .founder-fellowship .founder-fellowship-items {
	flex-wrap: wrap;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-txt, .founder-fellowship .founder-fellowship-items .founder-fellowship-txt {
	width: 100%;
	order: 1;
}
.program-page .founder-fellowship, .founder-fellowship {
	padding: 45px 0 30px;
}
.sucess-stories-sec .slick-slide {
	margin-right: 15px;
}
.experience-text {
	margin-bottom: 2rem;
}
.program-page section.placements-and-careers-sec {
	padding-bottom: 80px;
}
.batch-profile .colourful-boxes ul {
	row-gap: 30px
}
.office-of-career .img_box {
	margin-bottom: 0;
	text-align: center;
}
.program-section .hero_section .hero_section_cards {
	position: inherit !important;
	top: 0 !important
}
.hero_section .hero_section_cards .hero_section {
	width: 100%;
}
.hero_section .hero_section_cards {
	flex-direction: column;
}
.program-section .hero_section {
	margin-top: 0 !important;
	margin-bottom: 25px;
}
main .builds .builds_section h3 {
	margin: 1rem auto 2.1rem auto;
}
header .hero_section::after {
	display: none;
}
.container {
	max-width: 100% !important;
}
h1.main-title.first {
	font-size: 2rem;
}
.leadership-development .col-xl-7 {
	margin-top: 2rem
}
.consortium-companies .logo-box .logo-item img {
	max-width: 145px;
}
.programs .our_programs_tab .tab-content .tab-pane .our_programs_cards .card .card_body{
	height: inherit;
}
}

@media(max-width:985px) {
.piller-p {
	height: auto;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 142px;
}
}

@media(max-width:970px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 139px;
}
}

@media(max-width:950px) {
.program-page.pgpm-hr-pge .colourful-boxes ul {
	gap: 20px;
}
}

@media(max-width:960px) {
.form-design input[type="text"], .form-design input[type="email"], .form-design input[type="tel"] {
	font-size: 1rem;
}

.tab-design ul li h2 {
	margin-bottom: 0;
}
.tab-design ul li p {
	display: none;
}
/*.tab-design ul li.t1.active {

	background: transparent !important;

}*/

/*.tab-design ul li.t2.active {

	background: transparent !important;

}*/

/*.tab-design ul li.t3.active {

	background: transparent !important;

}*/

}

@media (max-width: 954px) {
.govering-board ul li {
	width: 21.5%;
	margin-right: 35px;
	margin-bottom: 30px;
}
}

@media(max-width:954px) {
.app-box {
	height: 445px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 134px;
}
}

@media(max-width:950px) {
.program-page .graduation-streams, .graduation-streams {
	margin-left: 0;
}
.colourful-boxes ul li {
	height: 180px;
	/*
	align-content: space-around;

	display: flex;

	flex-wrap: wrap;

	flex-direction: row;*/

	justify-content: center;
	width: 47%;
	margin-bottom: 0;
}
.our-section-white ul {
	gap: 1rem;
}
.colourful-boxes ul li:nth-child(2n) {
	margin-right: 0;
}
.learn-from-top-industry .colourful-boxes ul li {
	margin-bottom: 2%
}
.work-industry-experience .col-md-6 {
	width: 100%;
	margin-bottom: 66px
}
.work-industry-experience .col-md-6:last-child {
	margin-bottom: 0;
}
.work-industry-experience img {
	max-width: 600px;
	width: 100%;
}
.work-industry-experience .main-title {
	margin-bottom: 2rem;
}
.tab-sec a {
	text-align: center;
	padding: 20px 20px;
}
.tab-sec a {
	width: 32%;
}
.tab-sec a:nth-child(2n) {
	margin-right: 2%;
}
.tab-sec a:nth-child(3n) {
	margin-right: 0;
}
.tab-sec span {
	width: calc(32.3% - 10px);
}
.work-industry-experience {
	padding: 30px 0px 70px;
}
}

@media (max-width: 950px) {
.consortium-role .colourful-boxes ul li:nth-child(2n) {
	margin-right: 30px;
}
.consortium-role .colourful-boxes ul li {
	width: calc(32% - 20px);
	height: auto;
	margin-bottom: 40px;
}
}

@media(max-width:931px) {
/*.blog-detail h4 {

			height: 7rem;

		}*/



.content {
	height: 1180px
}
.content .col-md-4 {
	width: 100%;
	max-width: 100%;
}
.content ul.circle-icon {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 2rem !important
}
.content ul.circle-icon li {
	width: calc(50% - 10px);
	margin-bottom: 0.5rem;
}
.container-cus section {
	height: fit-content;
}
}

@media (max-width:930px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 131px;
}
}

@media (max-width:915px) {
.program-page.pgpm-hr-pge .colourful-boxes ul li {
	height: 200px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 128px;
}
}

@media (max-width:900px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 124px;
}
}

@media (max-width:880px) {
.side-menu ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: scroll;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-inline-box;
}
.mainScrollableBox {
	padding: 48px 40px;
}
.student-placement .mainScrollableBox {
	padding: 0px 0px 34px;
}
.side-menu li {
	margin-bottom: 22px;
}
.stick-sec {
	position: static;
}
.side-menu a {
	border: 1px solid var(--og);
	background: #ffffff;
	padding: 19px 19px;
}
.side-menu a:hover, .side-menu a.active, .side-menu a {
	padding: 10px 15px;
	text-align: center;
}
#forstick .main-title {
	line-height: 1.2;
	margin-bottom: 1rem;
}
.scrollableMenuLeft {
	position: sticky;
	top: 50px;
	z-index: 999;
}
/*sandeep-css*/

.sidebar.step-section.tab-design ul li:after {
	top: 49.5%;
}
.sidebar.step-section.tab-design ul li h4 {
	line-height: 1.6
}
.three-box-section ul li {
	width: 47%;
}
.three-box-section ul li {
	margin-left: 0px;
}
.eligible-img img {
	width: 100%;
	margin-left: 0%;
	padding-top: 10px;
	padding-bottom: 40px;
}
.entrance-two-box {
	margin-right: 0px;
}
.sidebar.step-section.tab-design ul li h4 span {
	display: none;
}
.business-course .sidebar.step-section.tab-design ul li h4 span {
	display: block;
}
/*sandeep-css*/
.consortium-companies .logo-box .logo-item img {
	max-width: 120px;
}
}

@media (max-width:860px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 116px;
}
}

@media (max-width:840px) {
.govering-board ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.govering-board ul li {
	width: 48%;
	margin-right: 0px;
	margin-bottom: 30px;
}
.user-name h5 {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	height: 44px;
}
/* .user-name p {
	font-size: 15px;
	line-height: 26px;
	color: var(--og);
} */
.consortium-companies .logo-box .logo-item img {
	max-width: 151px;
}
}

@media (max-width:820px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 146px;
}
}

@media (max-width:800px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 137px;
}
}

@media (max-width:798px) {
.funding-option ul li {
	width: 22%
}
}







@media (max-width:767px) {
   
	
	.pce-page .btn-text-wrap .alumni-content{ margin-bottom: 16px;}

	.btn-text-wrap {
    display: flex
;
    flex-direction: column;
    text-align: center;
		justify-content: center;}
	.fw-wrap{ margin-top: 30px !important}
	.pre-mba .bar-container{ width: 100%;max-width: 100%;}
	.perc-txt{ font-size: 30px !important}
	
	    .adm-prog-page .pgpm-admission-process {
        padding: 28px 0px 38px;
    }
	.adm-prog-page .pgpm-admission-process .grid-model, .grid-model { margin-top: 30px;}
	.table-design{ margin-top: 40px;}
	.table-design .main-tab .sidebar{ display: none;}
	.student-placement .logo-resign .top-recruiters .logo-box img {
    padding: 1px 0;
}
	.logo-resign .top-recruiters .logo-box {
		width: calc(33% - 10px);}
	.business-course .tab-content #tab3 .tringle li {
    width: 100%;
}
	    .life-at-soil .life-at-soil-img {
        margin: 0rem 0 0 !important;
    }
	.life-pge .life-at-soil {
    background-color: #f3ece2;
    padding: 42px 0 46px;
}
	.main-title, .outer-border .main-title{ font-size: 20px !important}
	.aca-expe .dive-deep-1{        display: flex;
        column-gap: 20px}
    .aca-expe .number-section {
		width: 47%; margin-top: 10px;}
	.aca-expe .percentage-design {
    padding-right: 0;
    margin-top: 0;
}
	.aca-expe .percentage-design {
    padding-right: 0;
    margin-top: 0;
    display: flex;
    column-gap: 20px;
}
	
	.pr-batch .founder-fellowship {
    padding: 60px 0 54px;
}
	.percentage-design ul{       row-gap: 15px;
    column-gap: 15px; margin-bottom: 0;}
	.pr-batch .educational-experience {
        padding: 50px 0px 60px;
    }
	.pr-batch .colourful-boxes ul li {
		width: calc(50% - 8px);}
	.pr-batch .colourful-boxes ul {
    gap: 15px;
}
	.table-design .data-table table, .table-design .data-table td, .table-design .data-table th {
    font-size: 1.125rem;
    border: 1px solid #b59968;
    padding: 12px 1rem;
}
	.fees-contain .teaching_methods .main-title{ margin-bottom: 0 !important}
	
	.fees-contain .stick-sec {
    padding: 0px 0 17px;
}
	
	.fees-contain .data-table table{ margin-top: 6px}
	.app-box h3 { font-size: 20px;}
	.app-box h3 br{ display: none;}

	
	section.curriculum_sec .curriculum-top .curriculum-top-col-lft .stats li h3 span{font-size: 24px;}
	.main-title { font-size: calc(1.325rem + 0.9vw) !important}
	.main-title br{ display: none;}program-page .attent-webinar {
    width: 100%;
    margin: 0rem 0 1rem 0;
}
	.industry-curriculum .mainScrollableBox h5 {
		        margin-top: 0px;
        text-transform: math-auto;
        font-size: 20px;
        font-weight: 700 !important;
}
	.program-page .work-industry-experience .main-title {
    margin-bottom: 30px !important;
    margin-top: 15px;
}
.life-pge .data-wrap-outer {
	flex-wrap: wrap;
}
.life-pge .your-aca {
	margin-top: 20px
}
.business-academies .img_box {
	margin-bottom: 0;
}
.life-pge .life-at-soil h1 {
	font-size: 2rem;
}
.aca-expe .set-big-v-space .sub-heading-parent-second-black {
	margin: 10px 0px 15px 0px;
}
.recruiter-sen .mainScrollableBox {
	margin-top: 0 !important
}
.student-placement .scrollableMenuLeft .navigation a {
	display: flex;
	align-items: center;
}
/*.career-growth-3 {
	margin-left: 0 !important;
}
.career-growt-content {
	margin-top: 0px;
}
.career-growt-pic img {
	margin-bottom: 10px;
}
.career-growt-2, .career-growth-3 .career-growt-2 {
	width: 100%;
}
.career-growth-line {
	display: none;
}
.career-growth .container {
	display: flex
}
.career-growth-3 {
	padding-left: 0;
}
.career-growt-pic {
	flex-wrap: wrap;
}
.career-growt-pic h6 {
	width: 100%;
	padding: 0;
	margin-bottom: 4px;
}
.career-growt-content p {
	height: auto;
}
.career-growt-2 br, .career-growt-content br {
	display: none;
}
.career-growt-content p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 4px !important;
}
.career-growth.color-1, .career-growth.color-2 {
	margin: 0px 0px 0px 0px;
}*/
.student-placement .mainScrollableBox img {
	box-shadow: none;
}
	
	.pce-page .student-placement .mainScrollableBox img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
	
.recruiter-sen .img_box {
	margin-bottom: 0;
}
.student-placement.plce-pge .scrollableMenuWrapper h4 {
	margin-bottom: 10px;
	font-size: 20px;
}
.pce-page .structured-training {
	padding: 20px 20px 20px 20px;
}
.institution.placement-Journey {
	padding-bottom: 0px !important;
}
.career-transitions h3 {
	margin: 10px 0px 30px 0px;
}
.opt-placement, .avg-lpa {
	height: 60px;
}
span.two-sec span+span {
	line-height: 20px;
}
.plce-pge.recruiter-sen.student-placement .scrollableMenuLeft .navigation a {
	height: auto !important
}
span.two-sec span {
	font-size: 30px;
}
.pce-page .pgpm-placements-report {
	padding: 25px 0px 35px 0px;
}
.pce-page .career-transitions .container {
	max-width: 100% !important;
}
.count {
	right: -2.7rem;
}
.roles {
	margin-bottom: 30px;
}
.pce-page .student-placement {
	padding: 54px 0px 35px;
}
.pce-page .industry-logo img {
	height: 100%;
}
.recruiter-sen .industry-logo {
	padding-left: 0;
}
.recruiter-sen .mainScrollableBox {
	margin: 0 0 0px 0;
}
.pce-page .student-placement .side-menu ul {
	margin-bottom: 15px;
}
.pce-page .student-placement .mainScrollableBox {
	padding: 0px 0px 0px 0px;
}
.pce-page .clients-logo .logo-box {
	width: 23%;
}
.pr-batch .pre-mba .bar-container {
	max-width: 500px;
	margin-bottom: 50px;
}
.education-background .mob-in {
	margin-bottom: 40px;
}
.video-bg-sec iframe {
	width: 100%;
	max-width: 90% !important;
}
.pr-batch .video-bg-sec .video-bg {
	padding: 30px 0px 50px;
}
.student-scholarships .main-title {
	margin-bottom: 1rem !important;
}
	.faq-key.student-scholarships .main-title {
	margin-bottom: 1.6rem !important;
}
.faq-item {
	padding: 18px 0;
}
	.faq-tabs .tab{ font-size: 18px;}
.scholarships-faqs {
	padding: 54px 0 56px;
}
.student-scholarships-lft h3 {
	margin-bottom: 0;
	font-size: 20px;
}
.fees-contain .student-scholarships {
	padding: 54px 0 60px 0;
}
	
	
	
.funding-option .six-logo ul .slick-slide {
	margin: 5px 8px;
}
.funding-option {
	padding: 52px 0 52px;
}
.table-design .data-table {
	margin-bottom: 10px;
}
.student-scholarships-ryt ul {
	margin-bottom: 0;
}
.student-scholarships-lft br {
	display: none;
}
.student-scholarships-box {
	height: auto;
}

.student-scholarships-lft {
	padding: 1rem 1rem
}
.student-scholarships-lft, .student-scholarships-ryt {
	width: 100%;
}
.student-scholarships-box {
	flex-direction: column;
}
.top-banner h1.main-title.first {
	max-width: 200px;
	font-size: 2rem
}
.adm-prog-page .scroll-card {
	top: 94px
}
.adm-prog-page .eligibility-criteria .main-title {
	margin-bottom: 14px !important;
	font-size: 20px !important;
}
.adm-prog-page .experiential-immersion-sec {
	padding: 45px 0 36px;
}
.adm-prog-page .eligibility-criteria .tab-content img.gepiProcess {
	height: auto;
}
img.gepiProcess {
	margin-top: 0;
}
.adm-prog-page .profile {
	padding: 54px 0 44px;
}
.adm-prog-page .eligibility-criteria {
	padding-bottom: 40px;
	padding-top: 50px;
}
	    .adm-prog-page .eligibility-criteria.a-proc {
        padding-bottom: 40px;
        padding-top: 34px;
    }
	
.adm-prog-page .eligibility-criteria.app-cycle{        padding-bottom: 60px;
        padding-top: 15px;}
.adm-prog-page .eligibility-criteria.entrance-tes {
	padding-bottom: 40px;
}
.adm-prog-page .pgdm-cy .next-steps {
	padding: 0px 0px 60px;
}
	.adm-prog-page .pgdm-cy .app-cycle {
    padding: 65px 0 60px;
}
	.adm-prog-page  .entrance-test ul.entrance-test-box {
        margin-top: 16px !important;
    }
	.adm-prog-page .next-steps {
    padding: 54px 0px 60px;
}
	
.grid-model {
	height: 390px;
}
section.curriculum_sec {
	padding: 52px 0 44px;
}
section.learning_outcomes, section.core_curriculum {
	background: var(--bs-body-bg);
	padding: 52px 0 60px;
}
.curri-pge .student-placement .stick-sec {
	padding: 15px 0 0px;
}
.curri-pge .side-menu ul {
	padding-top: 12px !important;
}
section.teaching_methods {
	padding: 40px 0px 42px;
}
section.industry_learning {
	padding: 54px 0 60px;
}
section.industry_learning .glimpse_img {
	margin-top: 1.9rem;
}
.tab-content {
	padding-left: 0;
}
.teaching_methods ul.mainScrollableBox_listing.list-colum li {
	width: 1090% !important;
}
.v-wrap .video-design {
	width: 100%;
}
.teaching_methods .mainScrollableBox .mainScrollableBox_listing li {
	gap: 10px;
}
.teaching_methods .mainScrollableBox .mainScrollableBox_listing .entrance-two-box {
	margin-right: 0;
}
.teaching_methods .mainScrollableBox {
	padding: 34px 24px 34px;
}
.teaching_methods .img_box {
	margin-bottom: 15px;
}
.video-design iframe {
	height: 240px;
}
.teaching_methods .img_box {
	margin-bottom: 10px !important;
}
ul.entrance-test-box li {
	padding: 10px 10px;
}
.teaching_methods .mainScrollableBox .mainScrollableBox_listing li {
	margin-top: 10px;
}
.teaching_methods .mainScrollableBox .mainScrollableBox_listing li {
	width: 100%;
	flex-wrap: wrap;
}
/*section.teaching_methods .scrollableMenuWrapper .scrollableMenuLeft {
	top: 44px;
}*/
section.teaching_methods .scrollableMenuWrapper .scrollableMenuLeft a {
	
	padding: 7px 15px;
}
section.learning_outcomes .learning_outcomes_lists li {
	width: 100%;
	text-align: center;
}
section.learning_outcomes .learning_outcomes_lists li i {
	margin: 0px auto 15px;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft ul.entrance-test-box li {
	padding: 14px 20px;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-ryt img {
	max-width: 100%
}

section.curriculum_sec .curriculum-top .curriculum-top-col-lft .stats {
	margin: 1.2rem 0 1rem !important;
}
.program-page.pgpm-hr-pge .batch-profile .colourful-boxes ul {
	gap: 15px;
}
.program-page.pgpm-hr-pge .batch-profile .colourful-boxes ul li {
	width: 48%;
}
.program-page.pgpm-hr-pge .leaders-through-experiential-immersions .colourful-boxes ul li {
	width: 48.5%;
	height: 175px;
	align-content: center;
}
.program-page.pgpm-hr-pge .leaders-through-experiential-immersions .colourful-boxes ul {
	gap: 15px;
}
.program-page .colourful-boxes ul li h3 {
	font-size: 20px;
}
.program-page.pgpm-hr-pge .institution .leaders_scroll {
	padding: 0rem 0rem 0rem;
}
.program-page.pgpm-hr-pge .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 100%;
}
.program-page .founder-fellowship .founder-fellowship-items .founder-fellowship-txt {
	margin-bottom: 10px;
}
.program-page.pgpm-hr-pge colourful-boxes ul li p, .colourful-boxes ul li p {
	margin: auto;
}

.program-page.pgpm-hr-pge .leaders-through-experiential-immersions {
	padding: 10px 0 60px;
}


.program-page.pgpm-hr-pge .leaders-through-experiential-immersions .main-title {
	margin-bottom: 28px !important;
}
.program-page.pgpm-hr-pge .video-cen {
	margin-bottom: 0px;
}
.program-page.pgpm-hr-pge section.placements-and-careers-sec {
	padding: 54px 0 58px !important;
}
.program-page.pgpm-hr-pge section.placements-and-careers-sec {
	line-height: 26px !important;
}
.program-page.pgpm-hr-pge section.placements-and-careers-sec .row.mt-5 {
	margin-top: 0rem !important;
}
.program-page.pgdm-pge .sucess-stories {
	padding: 54px 0 26px;
}
.top-recognized-ranked-school {
	padding: 54px 0 100px;
}
.top-recognized-ranked-school .main-title {
	margin-bottom: 25px !important
}
.program-page.pgdm-pge .institution .leaders_scroll .leaders_item .leaders_body {
	height: 130px;
}
.program-page .founder-fellowship, .founder-fellowship {
	padding: 50px 0 55px;
}
.program-page .batch-profile {
	padding: 54px 0 20px;
	display: inline-block;
}
/*
.side-menu ul {
	padding-top: 10px !important;
}
*/
.program-page .institution .leaders_carousel {
	margin-top: 30px;
}
.program-page.pgdm-pge .institution .leaders_carousel {
	margin-top: 0px;
}
.program-page.pgpm-hr-pge .sucess-stories .sucess-stories-sec .sucess-stories-items {
	width: 100%;
	height: 550px
}
.sucess-stories .sucess-stories-sec .sucess-stories-items {
	width: 100%;
	height: 484px;
}
	
	.program-page .our-section-white ul li h3 {
    font-size: 20px;
}
	
	.program-page .order-sec-3 a {
    margin-bottom: 20px !important;
}
.sucess-stories .sucess-stories-sec {
	flex-direction: column;
        row-gap: 20px;
}
.sucess-stories {
	position: relative;
    padding: 55px 0 60px;
	/* background: var(--topbigbox2); */
}
.sucess-stories .main-title {
	top: 115px;
	position: sticky;
}
	
	.sucess-stories .sucess-stories-items:nth-child(2) .sucess-stories-items-bottom{  margin-bottom: 30px}
.sucess-stories-items {
	position: sticky;
	top: 140px;
	border-radius: 8px;
	font-weight: bold;
	color: white;
	flex-wrap: wrap;
	margin-bottom: 20px;
	background: var(--pink);
}
.program-page .sucess-stories-items {
	margin-bottom: 0;
	top: 200px;
}
.program-page .form-design, .form-design {
	max-width: 100%;
}
.experience-st .slick-slide {
	margin-right: 15px;
	margin-left: 0px;
}
.program-page section.learn-from-top-industry-sec {
	padding-bottom: 54px;
}
.our-section-white ul.stats_new {
	margin: 0;
}
.program-page section.placements-and-careers-sec {
	padding-bottom: 54px !important;
}
.program-page.pgdm-pge section.placements-and-careers-sec {
	padding-bottom: 44px !important;
	padding-top: 54px !important;
}
.leaders_scroll .slick-prev, .top-alumni .slick-next {
	top: calc(100% + 21px);
}
.scrollableMenuLeft .navigation li:hover {
	background: var(--white);
	box-shadow: 5px 5px #ee8c2285;
	border: 1px solid var(--black);
	border-radius: 10px;
}
.side-menu ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: scroll;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-inline-box;
}
.side-menu li:first-child {
	margin-left: 0;
}
.side-menu li {
	width: auto;
	margin-right: 3%;
	margin-bottom: 15px;
}
.side-menu ul {
	padding-bottom: 0px !important;
}
.program-page .side-menu li a, .scrollableMenuLeft .navigation a {
	padding: 7px 10px;
}
.scrollableMenuLeft .navigation li:hover {
	border: none;
	outline: none;
}
.scrollableMenuLeft {
	position: sticky;
	top: 40px;
	z-index: 999;
	background: var(--pink);
        margin-left: -20px;
        width: calc(100% + 35px) !important;
}
.industry-curriculum .scrollableMenuLeft {
	background: #f8f7f3 !important
}
.student-placement .scrollableMenuLeft {
	background: #f8f7f3 !important;
}
.scrollableMenuWrapper {
	display: inline;
	overflow-x: scroll;
}
.scrollableMenuLeft .navigation a {
	min-width: 200px;
	padding: 7px 15px;
}
.placements-process .scrollableMenuLeft .navigation a {
	width: auto;
}
.placements-process .side-menu li {
	min-width: auto;
}
/*.container {

		max-width: 540px;

	}*/

.container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.main-title {
	font-size: 2rem;
	line-height: 1.4;
}
.mt-10 {
	margin-top: 0 !important;
}
.learn-from-top-industry .img_box {
	margin-top: 0;
}
.experience-st-wrap .container .width-redu {
	width: 100%;
	max-width: 100%;
}
.experience-st .slick-prev {
	left: -26px;
}
.experience-st .slick-next {
	right: -26px;
}
.form-design {
	margin-top: 2rem
}
 .form-design input[type="text"]:focus-visible, .form-design input[type="email"]:focus-visible, .form-design input[type="tel"]:focus-visible {
 outline: none;
}
.flagship-pgpm-program .form-design input[type="submit"] {
	margin-top: 2rem;
	margin: 0.6rem 0;
}
.sub-line {
	font-size: 1.5rem;
}
.recruiters-soil ul li {
	width: calc(50% - 15px);
}
.clients-logo {
	flex-wrap: wrap;
}
.clients-logo .logo-box {
	width: 31%;
}
#chartdivmap {
	width: 500px;
	height: 500px;
	padding: 66px 0px 0px;
}
.map-wra {
	height: auto;
	width: 100%;
	margin-top: -25px;
}
.flagship-pgpm-program .form-design {
	margin: 30px auto 0 auto;
}
.leadership-development .main-title {
	margin-bottom: 25px;
}
/*maintain-space-small-devices-start*/

.cycles {
	padding: 52px 0 28px !important;
}
.number-section .border-line-bottom {
	max-width: 70px
}
.number-section .border-line-bottom {
	border-bottom: 3px solid #ee8c22;
}
.our-section {
	padding: 56px 0px 60px;
}
.flagship-Program {
	padding: 55px 0px 44px;
}
.img_box {
	margin-bottom: 2rem;
}
.attent-webinar p.up-adm-txt {
	margin: 30px 0px 40px;
}
.leadership-development {
	padding: 54px 0px 61px;
}
.learn-from-top-industry {
	padding-top: 50px;
}
.join-the-rank {
	padding: 52px 0px 60px
}
.experience-student {
	padding: 26px 0 0px !important;
}
.work-industry-experience {
	padding: 30px 0px 0px;
}
.work-industry-experience .col-md-6 {
	margin-bottom: 0;
}
.work-industry-experience .col-md-6:last-child {
	margin-bottom: 60px;
}
.flagship-pgpm-program {
	padding: 47px 0px 60px;
}

	
	
}
	
	
	
	
	
@media (max-width: 767px) {	
	.student-placement.plce-pge .bg-wrap {
    padding: 16px 20px 10px;
	}
	.app-box {
		padding: 15px 20px 10px;}
	section.core_curriculum .specializations_img img{ padding-left: 0;}
	#tab1 .data-table table tr th, #tab2 .data-table table tr th, #tab3 .data-table table tr th, #tab4 .data-table table tr th, #tab5 .data-table table tr th, #tab6 .data-table table tr th{ padding: 15px 15px;}
	#tab1 .data-table table tr td, #tab2 .data-table table tr td, #tab3 .data-table table tr td, #tab4 .data-table table tr td, #tab5 .data-table table tr td, #tab6 .data-table table tr td { padding: 10px 20px;}

	
	
	  .program-page .scrollableMenuLeft {
        margin-left: -20px;
        width: calc(100% + 35px) !important;
    }
	    .program-page.pgdm-pge .industry-curriculum .scrollableMenuWrapper ul.circle-icon {
        margin-bottom: 1.2rem !important;
    }
	.pgdm-scr .full-width-details .font-800{ margin-bottom: 6px;}
.our-blog {
	padding: 51px 0px 70px
}
.next-steps {
	padding: 53px 0px 60px;
}
.next-steps .links-btn {
	padding-top: 2px;
}
.learn-from-top-industry {
	padding: 52px 0px 60px;
}
.join-the-rank .main-title {
	margin-bottom: 30px !important;
}
.experience-student .main-title {
	margin-bottom: 24px;
}
.batch-profile .main-title {
	margin-bottom: 25px !important;
}
.work-industry-experience .main-title {
	margin-bottom: 2.1rem !important;
}
.flagship-pgpm-program .main-title {
	margin-bottom: 10px !important;
}
.learn-from-top-industry .main-title {
	margin-bottom: 30px
}
.learn-from-top-industry .img_box {
	margin-bottom: 2.2rem;
}
.placements-and-careers .img_box {
	margin-bottom: 2rem;
}
.learn-from-top-industry .colourful-boxes {
	margin-top: 2.75rem;
}
.industry-curriculum {
	padding: 53px 0px 60px;
}
#forstick .main-title {
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.placements-and-careers {
	padding: 52px 0px 27px;
}
#chartdiv-home {
	margin-top: -7px;
}
.placements-and-careers .col-lg-12 {
	margin-top: 0;
}
.program-page.pgdm-pge .placements-and-careers-sec .video-cen {
	margin-bottom: 30px;
}
.our-blog .main-title {
	margin-bottom: 36px;
}
.placements-and-careers .main-title {
	margin-bottom: 25px;
}
.next-steps .main-title {
	margin-bottom: 34px;
}
.placements-and-careers .mt-7 {
	margin-top: 3.875rem !important;
}
.experience-student .experience-st-wrap.mt-5 {
	margin-top: 1rem !important;
}
.batch-profile {
	padding: 51px 0 22px;
}
.launch-your-career {
	padding: 51px 0px 55px;
}
.transformed-lives {
	padding: 51px 0px 60px;
}
.transformed-lives .main-title {
	margin-bottom: 20px;
}
.flagship-Program .sub-line {
	margin-bottom: 24px;
}
.launch-your-career .main-title {
	margin-bottom: 25px;
}
.launch-your-career .main-title {
	margin-bottom: 20px;
}
.recruiters-soil {
	padding: 50px 0px 54px;
}
.recruiters-soil .main-title {
	margin-bottom: 33px;
}
.recruiter-sen .main-title {
	margin-bottom: 23px;
}
.industry-logo.mt-5 {
	margin-top: 2rem !important
}
.industry-consortium .main-title, .stories-of-career .main-title {
	margin-bottom: 20px;
}
.alumni-in .main-title {
	margin-bottom: 27px;
}
.stories-of-career {
	padding: 48px 0px 110px;
}
.alumni-in {
	padding: 48px 0px 130px;
}
.stories-st.mt-5 {
	margin-top: 2rem !important
}
.video-box iframe {
	height: 220px;
	margin-bottom: 37px;
}
.find-your-career {
	padding: 48px 0px 110px;
}
.sub-heading-parent.mt-5 {
	margin-top: 26px !important;
}
.engage {
	padding: 50px 0px 40px;
}
.engage .main-title {
	margin-bottom: 36px;
}
.hire-talent {
	padding: 53px 0px 60px;
}
.map {
	padding: 48px 0px 38px;
}
.video-bg-sec {
	padding: 50px 0px 0px;
}
.video-bg-sec .main-title {
	margin-bottom: 32px;
}
.video-bg {
	padding: 70px
}
.educational-experience {
	padding: 50px 0px 62px;
}
.educational-experience .main-title {
	margin-bottom: 30px
}
.map {
	padding: 50px 0px 48px;
}
.education-background {
	padding: 50px 0 60px;
}
.pre-mba {
	padding: 48px 0px 44px;
}
.pre-mba .main-title {
	margin-bottom: 30px !important;
}
.tab-content .our-section {
	padding: 55px 0px 50px;
}
.tab-content .main-title {
	margin-bottom: 36px;
}
.video-bg-sec-academic .video-bg-academic {
	padding: 70px 0;
}
.cultivating-leaders {
	padding: 53px 0px 35px;
}
.harvard {
	padding: 49px 0px 56px;
}
.harvard .main-title {
	margin-bottom: 26px;
}
.more-wrap {
	margin-top: 5px;
}
.wrap-design {
	padding: 46px 0px 53px;
}
.wrap-design .main-title {
	margin-bottom: 26px;
}
.set-big-v-space {
	margin-top: 0px !important;
}
.sub-heading-parent-second-black {
	margin-top: 0;
}
.transform-your {
	padding: 44px 0px 53px;
}
.engage-in {
	padding: 51px 0px 53px;
}
.broaden-your {
	padding: 50px 0px 53px;
}
.broaden-your .main-title, .engage-in .main-title {
	margin-bottom: 26px
}
.transform-your .main-title {
	margin-bottom: 18px;
}
.moreless-button {
	margin-top: 0;
}
.immerse .main-title {
	margin-bottom: 9px;
}
.harvard .moreless-button {
	height: 26px
}
.four-box {
	flex-wrap: wrap;
	row-gap: 20px;
}
.four-box span {
	width: calc(50% - 10px);
}
.app-box {
	height: auto;
}
.pgpm-admission-process {
	padding: 50px 0px 52px;
}
h1.main-title.first {
	font-size: calc(1.7rem + 0.9vw) !important;
	margin-bottom: 21px !important;
}
.immersive-learning-programs h1.main-title.first {
	font-size: 2rem;
	margin-bottom: 25px !important;
}
.pgpm-admission-process .sub-heading-parent-second {
	margin-top: 0.5rem;
}
.profile {
	padding: 52px 0 63px;
}
.eligibility-criteria {
	padding: 53px 0 64px;
}
.eligibility-criteria .main-title {
	margin-bottom: 30px !important;
}
.tab-design ul {
	margin-top: 30px !important
}
.eligibility-criteria .video-box {
	margin-top: 15px !important
}
.app-blog {
	margin-bottom: 0px
}
.eligibility-criteria .mt-5.sub-heading-parent-second-black {
	margin-top: 10px !important
}
.term-top {
	padding: 50px 0 0px;
}
.term-top .main-title {
	margin-bottom: 19px;
}
.industry-curriculum .scrollableMenuWrapper ul.circle-icon li {
	width: 100%;
}
.education-background .main-title {
	margin-bottom: 40px;
}
.mob-state {
	padding-top: 10px;
}
.alumni-in {
	padding: 78px 0px 50px;
}
.immersive-learning-programs {
	padding: 50px 0px 52px
}
.immersive-learning-programs h1.main-title.first {
	margin-bottom: 21px
}
.industry-immersion-at-soil {
	padding: 55px 0px 42px;
}
.industry-immersion-at-soil .img_box {
	margin-bottom: 26px;
}
.experiential-immersion {
	padding: 48px 0px 42px;
}
.experiential-immersion .main-title {
	margin-bottom: 26px;
}
.experiential-immersion .sub-heading-parent-second.mt-4 {
	margin-top: 0px !important;
}
.sub-video {
	margin-top: 10px;
}
.social-innovation, .self-leadershi-module {
	padding: 52px 0px 63px;
}
.ethics-through {
	padding: 47px 0px 30px;
}
.wide-ani {
	margin-top: 17px;
}
.soci-txt {
	margin-top: 0;
}
.four-img {
	flex-wrap: wrap;
	row-gap: 20px
}
.four-img li {
	width: calc(50% - 10px);
}
.four-img {
	margin-top: 30px !important;
}
.self-leadershi-module .main-title {
	margin-bottom: 30px;
}
.student-placement {
	padding: 51px 0px 61px
}
.sub-video h4 {
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: center;
}
.experiential-immersion .sub-video h4 {
	margin-top: 30px;
}
.social-innovation .main-title {
	margin-bottom: 15px;
}
.pgpm-placements-report {
	padding: 52px 0 40px;
}
.pgpm-placements-report h1.main-title.first {
	margin-bottom: 28px !important;
}
.distribution {
	padding: 20px 0px 20px;
}
.institution.here-alumni {
	padding: 54px 0rem 60px 0rem;
}
.pce-page .institution.here-alumni .institution_top {
	padding: 0px 172px 25px 10px;
}
.pce-page .institution.here-alumni .institution_top {
	padding: 0px 0 23px 10px;
	align-items: flex-start;
}
.pce-page .alumni-content {
	margin: 20px 20px 24px 10px;
}
.institution.here-alumni .leaders_scroll .slick-prev, .institution.here-alumni .leaders_scroll .slick-next {
	top: calc(100% + 0px) !important;
}
.institution.placement-Journey .leaders_scroll .slick-prev, .institution.placement-Journey .leaders_scroll .slick-next {
	top: calc(100% + 0px) !important;
}
.recruiting-sectors {
	padding: 42px 0px 60px;
}
.roles .main-title {
	margin-bottom: 32px;
}
.who-hired {
	padding: 52px 0px 60px;
}
.who-hired .mt-5 {
	margin-top: 30px !important;
}
.life-at-soil {
	padding: 50px 0px 30px;
}
.business-academies {
	padding: 52px 0px 30px;
}
.your-aca {
	padding: 50px 0 50px 0px;
}
.experiential-friday {
	padding: 52px 0 25px 0px;
}
.student-clubs {
	padding: 52px 0 36px 0px;
}
.wellness-soil {
	padding: 50px 0 25px 0px;
}
.student-clubs .main-title {
	margin-bottom: 30px !important;
}
.help-communities {
	padding: 50px 0 30px 0px;
}
.banner-strip h2 {
	font-size: 1.5rem;
	        margin-top: 10px;
        margin-bottom: 10px !important;
}
/*maintain-space-small-devices-Ends*/

.office-of-career {
	padding: 35px 0px 30px;
}
.office-of-career .row .col-xl-9 {
	order: 2;
}
.office-of-career .img_box img {
	margin-bottom: 1rem;
}
.career-management {
	padding: 50px 0px 55px;
}
.career-management .wide-ani.mt-2 {
	margin-top: 1rem !important;
}
.career-management .colourful-boxes.pt-3 {
	padding-top: 0.2rem !important;
	margin-top: 1.5rem !important;
}
.our-teams-sec {
	padding: 50px 0px 65px;
}
.participate-in-career {
	padding: 55px 0px 0px;
}
.clubs {
	margin-bottom: 2rem;
}
.banner-strip {
	padding: 20px 30px 30px 30px
}
.quick-two-links {
	margin-top: 15px;
}
.who-hired .btn-dsn {
	margin-top: 80px;
}
.top-alumni .slick-prev, .top-alumni .slick-next {
	top: calc(100% + 21px);
}
.set-big-v-space .sub-heading-parent-second-black {
	margin-top: 20px;
}
.work-industry-experience img {
	margin-bottom: 30px
}
.flagship-pgpm-program .sub-line {
	font-size: 22px;
	margin-bottom: 15px;
	        line-height: 1.2;
}
.entrance-test .entrance-two-box {
	margin-top: 10px;
}
.eligibility-criteria .sub-heading-parent-second-black {
	margin-top: 32px;
}
.student-placement .main-title {
	margin-bottom: 11px;
}
.hire-talent .main-title {
	margin-bottom: 9px;
}
.mob-in {
	display: block;
	padding: 0px 0px 6px;
	text-align: center;
}
.work-industry-experience img {
	width: 95%
}
.deskt-in {
	display: none;
}
.eligibility-criteria.a-proc .sidebar {
	top: 120px;
	padding-top: 20px;
}
.flagship-Program .sub-line {
	font-size: 1.8rem;
}
.wrap-design img.imgt {
	max-width: 100%;
	margin-bottom: 36px;
	width: auto;
	height: auto;
}
.sub-heading-parent {
	line-height: 1.6;
	font-size: 1.5rem
}
p.check-bottom {
	padding-bottom: 0;
	padding-top: 5px;
	font-size: 1.2rem;
}
.number-section h2 {
	font-size: 2rem;
}
.dive-deep .number-section {
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 20px
}
.harvard .number-section {
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 20px
}
.percentage-design ul li h2, .colourful-boxes ul li h3 {
	font-size: 1.5rem
}
.pre-mba .percentage-design ul li {
	width: calc(100% - 17px);
}
.pre-mba {
	padding: 51px 0px 60px;
}
table {
	min-width: 1200px;
}
.cta-design {
	margin-bottom: 10px !important;
	flex-wrap: wrap
}
.cta-design li {
	margin-bottom: 20px
}
.data-table {
	margin-bottom: 20px
}
.video-bg-sec-academic .video-bg-academic .box-div {
	height: 320px;
	width: 90%;
	padding-bottom: 1.5%;
	max-width: 600px;
}
.video-bg-sec iframe {
	height: 320px
}
.two-cols {
	display: block;
}
.two-cols li {
	width: 100%;
}
.three-cols {
	display: block;
}
.three-cols li {
	width: 100%;
}
.industry-logo li {
	width: calc(20% - 16px);
}
.video-design iframe {
	margin-top: 20px;
	height: 300px;
	width: 100%;
	max-width: 600px
}
.video-design iframe {
	margin-top: 5px !important;
}
ul.admission-process-logos-5 li {
	width: calc(33.33% - 15px);
}
ul.admission-process-logos-5 {
	row-gap: 20px;
}
.main-tab .tab-content .main-title {
	font-size: 26px;
}
.outer-border .btn-og.btn-dsn.mt-20 {
	margin-top: 10px !important
}
.order-sec-2-ap {
	order: 2;
}
.order-sec-3-ap {
	order: 3;
}
.business-course .order-sec-2-ap {
	margin-bottom: 30px;
	padding: 0 58px;
}
.outer-border .img {
	margin-bottom: 30px;
}
.outer-border {
	margin-top: 40px;
}
.business-course .outer-border {
	margin-top: 20px;
}
.three-box-section {
	margin-top: 30px;
}
.grid-entrance {
	margin-top: 15px;
	margin-bottom: 15px;
}
.entrance-two-box .mt-4.entrance-test-box {
	margin-top: 0.6rem !important
}
.student-placement .mainScrollableBox:not(:first-child) {
	margin-top: 20px;
}
.deskt-marquee {
	display: none;
}
.mob-marquee {
	display: block;
}
.recruiters-soil ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.recruiters-soil ul li {
	width: max-content;
	margin-bottom: 0;
	margin-right: 15px;
}
.recruiters-soil ul li:last-child {
	margin-right: 0;
}
.recruiters-soil marquee {
	background: #ffffff;
	padding: 20px 0px;
	margin-bottom: 20px;
}
.recruiters-soil marquee:last-child {
	margin-bottom: 0;
}
.video-ani li {
	width: calc(50% - 10px);
}
.recruiter-sen marquee {
	background: var(--pink);
}
.recruiter-sen {
	padding: 53px 0px 54px
}
.video-ani {
	column-gap: 20px;
}
.more-wrap .sub-heading-parent-second-black {
	margin-bottom: 10px;
}
.sub-heading-parent-second-black {
	margin-top: 20px;
	margin-bottom: 15px;
}
.video-ani {
	margin-top: 26px !important;
	padding: 0 15px !important;
}
/*Slider	*/

.video-slide-wrap {
	max-width: 90% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 40px;
}
.video-ani .slick-slide {
	margin-right: 10px;
	margin-left: 10px;
}
.video-ani .slick-prev::before, .video-ani .slick-next::before {
	color: #000000;
	font-size: 36px;
}
.video-ani .slick-prev, .video-ani .slick-next {
	width: 38px;
}
.video-ani .slick-prev {
	left: -26px;
}
.video-ani .slick-next {
	right: -26px;
}
.video-ani .slick-prev, .video-ani .slick-next {
	width: 38px;
	height: 50px;
}
.video-ani .video-sec {
	height: 490px
}
.video-ani .slick-prev, .video-ani .slick-next {
	top: calc(50% - 46px)
}
/*Slider*/



	/*academic-experience mob Start*/

.video-bg-sec-academic {
	padding: 53px 0px 0px;
}
/*academic-experience End*/

.opt-placement span {
	font-size: 26px;
}
.orange-bar {
	margin-top: 0px;
}
.pce-page .avg-lpa {
	margin-top: 15px;
}
.pce-page .pgpm-placements-report {
	padding: 20px 0px 60px 0px;
}
.orange-bar {
	margin-bottom: 30px;
}
.distribution .cohort-table table {
	margin: 5px 0 2.5rem;
}
.business-course .tab-design .container {
	padding: 5px !important
}
.business-course .tab-design ul {
	margin-top: 0px !important;
	margin-bottom: 0 !important;
	width: 900px;
}
.business-course .sidebar.step-section.tab-design ul li h4 span {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
	.business-course .sidebar { z-index: 9;}
.business-course .sidebar.step-section.tab-design ul li {
	margin: 0 15px 5px 0px;
}
.business-course ul.faculty-section li {
	width: calc(50% - 16px);
}
.business-course .sidebar {
	max-width: 100%;
	margin: auto;
}
.user-name h5 {
	margin-bottom: 5px;
}
.banner-strip {
	position: inherit;
	max-width: 100%;
	margin-top: 30px;
}
.strip {
	max-width: 100%;
}
.quick-two-links {
	display: block;
}
.quick-two-links h2 br {
	display: none;
}
.quick-two-links h2 {
	width: 100%;
}
.banner-strip h2 br {
	display: none;
}
.long-v-strip {
	display: block;
}
.long-v-strip img {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
.quick-two-links ul {
	width: 100%;
}
.long-ani .fa-arrow-right {
	margin-top: 10px
}
.social-innovation-new {
	padding: 50px 0px 50px;
}
.social-innovation-new .main-title {
	margin-bottom: 15px;
}
.manesar_campus_new {
	padding: 50px 0px 50px;
}
.manesar_campus_new .main-title {
	margin-bottom: 15px;
}
.participate-in-career {
	display: none;
}
.resource-hub-mob.scroll-section {
	padding-bottom: 30px;
}
.consortium-companies {
	padding: 50px 0;
}
	

	
}








@media (max-width: 767px) {
	.pre-mba .bar-new{ height: 42px;}
	.help-communities .quick-two-links ul{ margin-bottom: 30px !important}
		.life-pge .snapshots-slider{ margin-top: 0px !important}
.wide-ani.long-ani {
        margin-bottom: 30px;
    }
	.life-pge .stats li h3 span {
		font-size: 1.8rem;}
	.life-pge .your-aca {
    padding: 60px 0;
}
	.life-pge .your-aca .blog-banner-wrap {
    box-shadow: none;
}
	    .data-wrap-inner ul.circle-icon li {
        width: 100%;
    }
	.business-course .tab-content #tab1 .clients-main, .business-course .tab-content #tab3 .clients-main{ height: auto;}
	.business-course .sidebar {
           top: 124px;
        padding-top: 40px;
}
	
	.aca-expe .btn-dsn{ padding-left: 10px !important}
	.aca-expe .wrap-design .main-title{ margin-bottom: 10px !important}
	.sidebar.step-section.tab-design ul li{        width: 23%;
        display: flex;
        align-items: center; justify-content: center; height: 36px}
	.business-course-immersion .sidebar.step-section.tab-design ul li{height: 60px}
		.pce-page .structured-training-sec {
    margin: 60px 0px 60px 0px;
}
	.faq-question{ font-size: 18px;}
.life-at-soil h4.sub-heading-parent br {
	display: none
}
.aca-expe .term-3 {
	padding: 50px 0px 22px 0px;
}
.cultivating-leaders h1.main-title.first .primary-og {
	font-size: 1.5rem !important;
}
.aca-expe .term-1 {
	padding: 52px 0px 48px 0px;
}
.aca-expe .engage-in {
	background: #FFE994;
	padding: 50px 0px 20px 0px;
}
.aca-expe .transform-your {
	background: #d0e870;
	padding: 60px 0px 20px 0px;
}
.aca-expe .Immerse {
	padding: 0px 0px 20px 0px;
}

.aca-expe .cultivating-leaders-pic {
	padding: 20px 0px 0px 30px;
}
.aca-expe .cultivating-leaders {
	padding: 0px 0px 35px 0px;
}
.aca-expe .main-title {
	font-size: 2rem;
	margin-bottom: 10px !important;
}
.aca-expe .number-section {
	width: 300px;
	float: none;
	margin-top: 15px;
}
.aca-expe .number-section h2 {
	font-size: 38px;
	color: #000;
}
.aca-expe .dive-deep-1 {
	padding-right: 0;
	margin-top: 0;
}
.engage.get-touch .main-title {
	margin-bottom: 30px !important;
}
.engage.get-touch {
	padding: 54px 0px 56px;
}
.career-growth-1 {
	width: 100%;
}
.plce-pge .logo-container {
	height: auto;
}
.student-placement.plce-pge .industry-logo img {
	padding: 6px;
}
.business-course .tab-content #tab2 .clients-main {
	margin: 0 15px;
}
.business-course .order-sec-2-ap {
	padding: 0 0px;
}
.business-course .tab-content #tab1 .clients-main, .business-course .tab-content #tab3 .clients-main {
margin: 0 15px;
}

.business-course .tab-content #tab4 .clients-main {
	margin: 0 15px;
}
/*.program-page.pgdm-pge .scrollableMenuLeft {
	top: 46px;
}*/
.program-page.pgdm-pge .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 31%;
}
.program-page .experience-student {
	padding: 60px 0px 105px 0px !important;
}
.industry-consortium-council {
	padding: 50px 0px;
}
.consortium-role {
	padding: 50px 0px 30px;
}
.leadership-development-new {
	padding: 50px 0px 50px;
}
.leadership-development-new .img_box {
	margin-bottom: 30px;
}
.consortium-role .main-title {
	margin-bottom: 36px;
}
.leadership-development-new .main-title {
	margin-bottom: 25px;
}
.manesar_campus {
	padding: 50px 0px 50px;
}
.manesar_campus .img_box {
	margin-bottom: 40px;
}
.manesar_campus_new .three-img, .manesar_campus_new .four-img {
	margin-top: 20px !important;
	margin-bottom: 40px !important;
}
.section .row-sec {
	flex-direction: row;
	gap: 20px;
}
.tick {
	width: 24px;
	height: 24px;
	font-size: 12px;
	border-radius: 50%;
}
.timeline {
	width: 40px;
}
main .builds .builds_section .both_section {
	flex-direction: column;
}
main .builds .builds_section .both_section .img_section {
	width: 100%;
	margin-bottom: 40px
}
main .builds .builds_section .both_section .accordion_section {
	width: 100%;
}
.hero_section .hero_section_text h1 {
	font-size: 1.8rem !important;
}
.order-sec-3 a {
	margin-top: 1.4rem !important;
}
.placements-and-careers p.up-adm-txt {
	margin: 10px 0px 0px !important;
}
.attent-webinar ul li {
	width: 48% !important;
}
.links-btn a.buttonfx {
	padding: 10px 20px !important
}
section.leadership-development-sec, section.placements-and-careers-sec {
	padding: 5px 0px 0px !important;
}
section.placements-and-careers-sec {
}
section.learn-from-top-industry-sec {
	padding-bottom: 60px;
}
.leadership-development .main-title {
	margin-bottom: 2rem !important;
}
.program-page .leadership-development .main-title {
	margin-bottom: 2rem !important;
}
.structured-training-sec .main-title {
	margin-bottom: 1.2rem !important;
}
.program-page .institution .container {
	margin: 0;
}

.program-page .learn-from-top-industry .colourful-boxes {
	margin-top: 0;
}
.program-page.pgdm-pge .leadership-development .main-title {
	margin-bottom: 22px !important;
}
.career-devlopment {
	padding: 50px 0 40px;
}
.recruit-clubs {
	padding-top: 50px;
	margin-top: -0.8rem;
}
/* .consortium-companies .logo-box.active{
    	justify-content: space-between;
	} */
.consortium-companies .logo-box .logo-item img {
	max-width: 140px;
}

}

@media(max-width:730px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 133px;
}
}

@media(max-width:703px) {
.blog-box ul li {
	width: 100%;
	margin-bottom: 10px;
}
.blog-box ul li:last-child {
	margin-bottom: 0;
}
.blog-detail h4 {
	height: auto;
	margin-bottom: 15px;
}
.scrollableMenuLeft {
	position: sticky;
	z-index: 999;
	
}
.consortium-companies .logo-box .logo-item img {
	max-width: 128px
}
}

@media(max-width:680px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 120px
}
}

@media(max-width:670px) {
.content ul.circle-icon li {
	width: 100%
}
.container-cus section {
	padding: 30px 20px;
}
.content {
	height: 1500px
}
#forstick .stick-sec p {
	padding-bottom: 20px;
	display: none;
}
.scrollableMenuLeft .navigation li:hover {
	background: var(--white);
	box-shadow: 0px 0px #ee8c2285;
	border: 0px solid var(--black);
	border-radius: 10px;
}
}

@media(max-width:650px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 115px
}
}

@media(max-width:630px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 111px;
}
}

@media(max-width:615px) {
.get-touch .placement-report ul li {
	width: calc(33% - 1rem);
}
.colourful-boxes ul li {
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
	height: 132px;
	margin-right: 0 !important;
}
.colourful-boxes ul li:last-child {
	margin-bottom: 0;
}
.colourful-boxes ul li h3 {
	width: 100%;
}
.career-management .colourful-boxes ul {
	row-gap: 20px;
}
.colourful-boxes ul {
	gap: 8px;
}
.program-page.pgpm-hr-pge .colourful-boxes ul {
	gap: 10px;
}
.program-page.pgpm-hr-pge .placements-and-careers-sec .colourful-boxes ul li {
	width: 48.5%;
}
.batch-profile .colourful-boxes ul li {
	margin-bottom: 0
}
.batch-profile .colourful-boxes ul {
	row-gap: 10px;
}
.learn-from-top-industry .colourful-boxes ul li:last-child {
	margin-bottom: 0;
}
.sub-line {
	font-size: 1.5rem;
}
.tab-design ul {
	width: 100%;
	margin-bottom: 40px !important
}
	.eligibility-criteria .tab-design ul{margin-bottom: 0px !important; overflow: hidden;}
div#navbarCollapse, .tab-design ul li p {
	display: none;
}
.tab-design ul li:nth-child(1), .tab-design ul li:nth-child(2), .tab-design ul li:nth-child(3) {
	border: 0px dotted #ddd;
}
.sidebar {
	margin-bottom: 5px !important;
}
.tab-design ul li h2 {
	margin-bottom: 0px;
}
.engage {
	padding: 50px 0px 60px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 108px;
}
}

@media (max-width: 600px) {
.consortium-role .colourful-boxes ul li {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.consortium-role li.animatable {
	flex-direction: column;
}
}

@media(max-width:609px) {
.harvard .moreless-button span {
	top: -22%;
}
}

@media(max-width:600px) {
.tab-sec a {
	width: 49%;
}
.tab-sec a:nth-child(2n) {
	margin-right: 0;
}
.tab-sec a:nth-child(3n) {
	margin-right: 2%;
}
.tab-sec a:last-child {
	margin-bottom: 0;
}
.links-btn a {
	width: 100%;
}
.student-scholarships .links-btn a {
	width: 48%;
	line-height: 1.5
}
.student-scholarships .links-btn a.buttonfx {
	padding: 10px 10% !important;
}
.student-scholarships .links-btn a.buttonfx {
	display: flex;
	justify-content: center;
    align-items: center;
	text-align: left;
}
.student-scholarships .links-btn a .fas {
	margin-left: 0;
	margin-right: 15px;
	font-size: 24px;
}
.links-btn {
	gap: 11px;
}
.blog-detail {
	padding: 17px 15px 30px 15px;
}
.blog-detail p {
	margin-top: 0;
}
th, td {
	padding: 4px;
}
.industry-logo li {
	width: calc(33.3% - 4px);
}
.industry-logo {
	gap: 6px;
}
.module-four-box .three-box-section ul li {
	width: 100%
}
.three-box-section ul {
	row-gap: 30px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 151px;
}
}

@media(max-width:594px) {
.leaders_scroll .slick-slide {
	margin: 10px 10px;
}
.leaders_scroll .slick-prev {
	right: 65px !important;
	left: inherit;
}
.leaders_scroll .slick-next {
	right: 11px;
}
.top-alumni .slick-slide {
	margin: 10px 10px;
}
.detail-box br {
	display: none
}
.top-alumni .slick-prev {
	right: 65px !important;
	left: inherit;
}
.top-alumni .slick-next {
	right: 11px;
}
.clients-logo .logo-box1 {
	display: flex;
}
.logo-container {
	margin: 8px 0px;
}
.logo-container {
	max-width: 186px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.colourful-boxes ul li p br {
	display: none;
}
.engage .colourful-boxes ul li {
	text-align: center;
	justify-content: center;
}
}

@media(max-width:580px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 144px;
}
}

@media(max-width:576px) {
	p.up-adm-txt{ max-width: 300px;}
	 .attent-webinar ul li p {
    font-weight: 800 !important;
}
	
	 .institution.home .leaders_scroll .slick-prev, .institution.home .leaders_scroll .slick-next {
        top: calc(100% + 18px) !important;
    }
	.contact-form .contact-form-wrap .form-field-col {
		flex-direction: column;}
	.contact-form .contact-form-wrap .form-field-col{ margin-bottom: 5px;}
	.contact-form .form-field-col1 p{    margin: 0 0 10px 0;}
	 .leaders_scroll .slick-prev {
		 right: 65px !important;}
	 .leaders_scroll .slick-next {
		 right: 10px;}
	.sidebar.step-section.tab-design ul li h4{ font-size: 16px;}
	.pce-page .placement-report ul li {
	width: calc(50% - 6px) !important;

}
.pce-page .institution .leaders_scroll .leaders_item .leaders_body{
	height: 100px;
}
	.pce-page .btn-text-wrap .btn-og {
    width: auto;
}
	.logo-resign .top-recruiters{ margin: 0 0 20px 0px}
	.quick-two-links ul.circle-icon li{ width: 100%;}
	.quick-two-links .sub-heading-parent{ margin-bottom: 10px !important}
	.industry-curriculum .scrollableMenuWrapper ul.circle-icon li {
    font-size: 16.5px;
}
	.mainScrollableBox .full-width-details p.mt-3{ margin-top: 10px !important}
	section.industry-curriculum-sec {
    padding: 50px 0 44px;
}
	.program-page section.learn-from-top-industry-sec {    padding-top: 15px;}
	.program-page .institution {
    padding: 54px 0 30px;
}
	.program-page.pgpm-hr-pge .institution {
    padding: 54px 0 60px;
}
	.attent-webinar ul li h4{ margin-top: 2px;}
	.attent-webinar ul li i { margin-bottom: 4px;}
	.mainScrollableBox{ margin: 0 0 20px 0 !important}
	    .adm-prog-page .three-box-section ul {
        row-gap: 20px;
    }
	.program-page .blog-box ul li .blog-detail p {
    margin-bottom: 0;
    height: 100px;
}
	
	.program-page .blog-box ul li .blog-detail h4 {
    	height: 70px;
	}
	.close-button{     width: 35px;
    height: 35px; font-size: 20px;}
	.btc-circle {    top: -4%;
    right: 5%;}
	.video-popup iframe{        width: 100%;
        height: 250px}
	.pop-contain {
    width: 90%;
		height: 36%;}
.life-pge .stats {
	gap: 8px;
	flex-direction: column;
}
.life-pge .stats li {
	width: 100%;
}
.help-communities .main-title {
	margin-bottom: 24px !important;
}
.snapshots-slider li {
	margin: 0 0px;
}
.get-touch .placement-report ul li {
	width: calc(50% - 6px);
}
.engage .colourful-boxes ul {
	justify-content: space-between !important;
}
.pce-page .engage .colourful-boxes ul li a {
	font-size: 1.063rem;
}
.career-transitions.domain {
	padding: 60px 0 0px;
}
.pce-page .btn-2 {
	margin: 30px 15px 0px;
}
.career-development-sec .bg-wrap {
	padding: 0px 10px 0px 10px;
}
.career-development-content, .career-development-pic {
	width: 100%;
}
.career-development-content .img_box {
	margin-bottom: 0;
}
.pce-page .recruiter-sen .mainScrollableBox {
	margin-top: 6px !important
}
.plce-pge .logo-container {
	margin: 0px 0px 10px 0px;
}
.pr-batch .pre-mba .bar-text {
	font-size: 13px;
}
.pr-batch .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 45%;
}
.links-btn a.buttonfx {
	padding: 10px 10px !important;
}
.tab-link{ padding: 12px 10px}
.top-banner h1.main-title.first {
	max-width: 100%;
}
.three-box-section ul li {
	padding: 15px 20px 20px;
}
.adm-prog-page .three-box-section ul li h3 {
	font-size: 30px;
}
.adm-prog-page .video-box iframe {
	width: 100%;
}
.adm-prog-page ul.admission-process-logos-5 {
	row-gap: 10px;
}
ul.admission-process-logos-5 {
	column-gap: 10px;
}
.grid-image {
	left: 50%;
}
.adm-prog-page .pgpm-admission-process .grid-model {
	width: 100%;
}
section.curriculum_sec .curriculum-top .curriculum-top-col-lft .stats li {
	width: 100%;
}
.blog-detail h4 {
	font-size: 18px;
	font-weight: 700;
}
.blog-box ul li .blog-detail h4 {
	height: 70px;
}
.program-page.program-page.pgpm-hr-pge .placements-and-careers.our-section-white .colourful-boxes {
	margin-top: 0px !important;
}
.program-page.pgpm-hr-pge .batch-profile .colourful-boxes {
	margin-top: 30px !important;
}
.program-page.pgpm-hr-pge .batch-profile .colourful-boxes ul {
	gap: 10px;
}
.program-page.pgpm-hr-pge .batch-profile .colourful-boxes ul li {
	height: 130px;
}
.program-page.pgpm-hr-pge .leaders-through-experiential-immersions .colourful-boxes ul {
	gap: 10px;
}
.program-page.pgpm-hr-pge .leaders-through-experiential-immersions .colourful-boxes ul li {
	height: 155px;
}
.program-page.pgpm-hr-pge .leaders_scroll .slick-prev, .program-page.pgpm-hr-pge .leaders_scroll .slick-next {
	top: calc(100% + 28px) !important;
}
.program-page.pgpm-hr-pge .leaders-through-experiential-immersions {
	padding: 32px 0 60px;
}
.program-page.pgpm-hr-pge .leaders-through-experiential-immersions .colourful-boxes ul li {
	width: 48%;
}
.program-page.pgdm-pge .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 100%;
	background-color: #e6dacc;
	padding: 1rem;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.program-page .colourful-boxes ul li h3 {
	font-size: 20px;
}
.program-page .institution .leaders_scroll .leaders_item .leaders_body {
	height: 130px;
}
.program-page.pgdm-pge .institution .leaders_scroll .leaders_item .leaders_body {
	height: 154px;
}
.program-page .leaders_scroll .slick-slide {
	margin: 10px 2px 10px 0px;
}
.program-page .institution .leaders_scroll {
	padding: 0rem 0rem 1.5rem;
}
.program-page .institution .leaders_scroll .leaders_item {
	margin-bottom: 0;
}
.program-page .two-pair .leaders_item:last-child {
	margin-top: 10px;
}
.next-steps .links-btn a {
	display: flex;
    align-items: center;
	padding: 7px 0px;
	width: calc(50% - 7px);
	line-height: 20px;
	text-align: left;
}
.next-steps .links-btn img {
	margin-left: 10px;
	height: 28px;
	width: 28px;
	margin-right: 8px;
}
.program-page .founder-fellowship .founder-fellowship-items .data-wrap li, .founder-fellowship .founder-fellowship-items .data-wrap li {
	width: 100%;
}
.experience-st .video-sec {
	max-width: 100%;
}
.links-btn a {
	display: block;
	padding: 7px 15px;
}
.learn-from-top-industry .colourful-boxes ul li, .colourful-boxes ul li {
	width: calc(50% - 5px);
	padding: 15px 10px 15px;
}
.learn-from-top-industry .colourful-boxes ul li {
	margin-bottom: 1%;
}
.scrollableMenuLeft {
	top: 97px !important;
}
	
	.student-placement.plce-pge.recruiter-sen .scrollableMenuLeft {
        top: 170px !important;
    }
/*.program-page.pgdm-pge .scrollableMenuLeft {
	top: 0px;
}*/
.program-page.pgdm-pge .full-width-details .mt-4 {
	margin-top: 1rem !important;
}
.program-page .colourful-boxes ul li p, .colourful-boxes ul li p {
	font-size: 1.063rem !important;
}
.program-page .side-menu li a.active::before, .side-menu li a.active::before {
	left: -6px;
	width: 5px;
}
.our-section-white ul.stats_new {
	margin: 1rem 0 0
}
.our-section-white .stats_new ul li {
	width: 47%;
}
.our-section-white .colourful-boxes ul li {
	        width: calc(50% - 5px);
}
	    .colourful-boxes ul {
        gap: 10px;
    }
.container {
	max-width: 100%;
	width: 100%;
}
.navbar-toggler {
	display: none;
}
.attent-webinar ul li {
	padding: 20px 15px;
}
.side-menu li {
	width: max-content;
}
/* .placements-process .side-menu li, .scrollableMenuLeft .navigation a {width: auto;min-width: auto;}*/






.side-menu a:hover, .side-menu a.active, .side-menu a {
	padding: 7px 15px !important;
}
.btn-dsn {
	line-height: 1.3;
}
.recruiters-soil ul li {
	width: calc(100% - 15px);
}
#chartdivmap {
	width: 400px;
	height: 400px;
}
.select-wrapper ul li {
	width: 100%;
	max-width: 100%;
}
.select-wrapper ul {
	flex-wrap: wrap;
}
.video-bg-academic .box-div h4 {
	font-size: 1.2rem;
}
.video-bg-sec-academic .video-bg-academic .box-div {
	height: 250px
}
.video-bg-sec iframe {
	height: 250px
}
.mainScrollableBox {
	padding: 24px 15px;
}
.student-placement .mainScrollableBox {
	padding: 20px 15px 20px 15px;
}
ul.entrance-test-box {
	margin-top: 0px !important;
}
.stories-st .top-alumni-card p {
	height: 55px;
	line-height: 1.6;
}
.detail-box {
	padding: 15px 10px 10px;
}
.grid-model img {
	max-width: 27%;
}
.grid-model, .adm-prog-page .pgpm-admission-process .grid-model {
	height: 330px
}
	    .adm-prog-page .pgpm-admission-process .grid-model img {
        max-width: 34%;
    }
.adm-prog-page .pgpm-admission-process .sub-heading-parent-second, .pgpm-admission-process .sub-heading-parent-second {
	margin-top: 1.2rem;
}

.video-design iframe {
	height: 200px
}
.student-placement .video-design iframe {
	height: 166px
}
.percentage-design ul li {
   width: calc(50% - 8px);
}
	.percentage-design ul li { padding: 15px 15px;}
	.percentage-design ul li h2, .colourful-boxes ul li h3 {
        font-size: 26px;;
        margin-bottom: 4px;
    }
	.percentage-design ul li p {
 
    font-size: 15px !important;
    line-height: 1.4;
		margin-top: 0px;
}
.grid-model.second img {
	max-width: 36%;
}
.btn-dsn {
	width: auto;
}
.grid-model.second {
	height: 270px;
}
.pgpm-admission-process h1.main-title.first {
	margin-top: 20px !important;
}
.entrance-test-box br {
	display: block
}
ul.admission-process-logos-5 li {
	width: calc(50% - 5px);
}
ul.admission-process-logos-5 {
	margin-top: 28px !important;
}
ul.admission-process-logos-5 {
	row-gap: 20px;
}
.outer-border {
	padding: 15px 10px 10px 10px;
}
.experience-st .video-sec {
	height: 480px;/* Adjust as needed */
}
.video-ani .video-sec {
	height: 400px;/* Adjust as needed */
}
.main-tab .tab-link:hover, .main-tab .tab-link.active {
	padding: 12px 6px
}
.engage .colourful-boxes .fas {
	font-size: 30px;
}
.video-bg-sec h2.main-title {
	padding-left: 10px;
	padding-right: 10px;
}
.three-box-section ul li h3 {
	font-size: 40px;
}
.video-design iframe {
	margin-top: 15px;
}
.opt-placement span, .avg-lpa span {
	font-size: 16px;
}
.opt-placement, .avg-lpa {
	padding: 12px 20px 12px 19px
}
span.two-sec span+span {
	font-size: 16px;
}
.business-course ul.faculty-section li {
	width: 47%;
	text-align: center;
}
.user-name h5 {
	height: auto;
	text-align: center;
}
.participate-in-career .four-sect ul li {
	width: 100%;
}
.four-blog-detail h4 {
	height: auto;
}
.strip h4 {
	font-size: 20px
}
.strip {
	bottom: -75px;
	padding: 15px 20px 8px 20px;
	max-width: 84%;
}
.life-at-soil .order-sec-3 {
	margin-bottom: 8px;
	margin-top: 5px;
}
.life-at-soil .lg-pink {
	padding: 40px 30px 25px 30px;
}
.con-lft {
	margin-top: 30px;
}
.govering-board ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.govering-board ul li {
	width: 46%;
	margin-right: 0px;
	margin-bottom: 20px;
}
.govering-board .user-profile img {
	width: 100%;
}
.govering-board .user-name h5 {
	height: auto;
	text-align: left;
}
.association_sec .box_item {
	text-align: center;
	margin: 20px 0px 40px;
}
.map1 iframe {
	width: 100%;
	margin-top: 40px;
}
.program-page .attent-webinar ul {
	justify-content: flex-start;
	padding: 15px 0px !important;
	row-gap: 6px;
	background: var(--pink);
}
	.program-page .attent-webinar ul li {
	text-align: center;
	padding: 10px 0px 0px;
	background: var(--pink);
}
	
.program-page .attent-webinar ul li h4 {
	font-size: 18px;
}
.program-page .attent-webinar ul li p i {
	display: block;
	color: #DC6C0D;
	font-size: 24px;
}

.program-page .attent-webinar ul li p {
	margin-bottom: 2px;
}
.small-font {
	font-size: 14px;
}
.career-management .colourful-boxes.pt-3 {
 padding-top: 0. !important;
}
.consortium-companies .alpha-tabs {
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	gap: 10px;
}
    /* Custom scrollbar styling */
    .consortium-companies .alpha-tabs::-webkit-scrollbar {
 height: 3px;
}
 .consortium-companies .alpha-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;
}
 .consortium-companies .alpha-tabs::-webkit-scrollbar-thumb {
 background: #bfa268; /* scrollbar color */
 border-radius: 10px;
}
.consortium-companies .alpha-tabs .tab-btn {
	flex: 0 0 auto;
}
.builds_section .video-container{
	height: 350px;
}
main .builds .builds_section .both_section .img_section iframe{
	height: 350px;
}

.close-button{
	/* position: fixed; */
}
	
	.cohort-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll for mobile */
  }

  .cohort-table table {
    width: max-content; /* ensures scroll works */
    min-width: 100%;    /* avoids layout break */
  }

	.cohort-table th,
.cohort-table td {
	white-space: nowrap;}
	.cohort-table th:first-child,
.cohort-table td:first-child {
  width: max-content;
}

	
		.data-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll for mobile */
  }

  .data-table table {
    width: max-content; /* ensures scroll works */
    min-width: 100%;    /* avoids layout break */
  }

	.data-table th,
.data-table td {
	white-space: nowrap;}
	.data-table th:first-child,
.data-table td:first-child {
  width: max-content;
}
	.gif-icon{display: block; text-align: right; margin-top: -12px;}
	.gif-icon img{max-width: 55px}
	.cohort-table table {
        margin: 5px 0 1rem !important;
    }
	
	.career-growt-content p {
    height: 75px;
    float: left;
    font-size: 13px;
    line-height: 16px;
}
	.career-growth-3{ padding-left: 0;}
	    .career-growth-3 .career-growt-2 {
        width: 38%;
    }
	.career-growt-content p{ width: 40%}
	    .career-growth-3 .career-growth-line {
        left: 42%;
    }
	.career-growth-line{    border-bottom: none;}
	
	.career-growth-line::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* 900 for solid icons */
  content: "\f061"; /* arrow-right */
	position: absolute;
	right: -13px;
	top: -13px;
	font-size: 19px;
	        color: #222222;
        opacity: 0.6;
}
	    .career-growth-1 {
        width: 100%;
        border-bottom: 1px dotted #ddd;
        margin-bottom: 30px;
    }
	.career-growth.color-1 {
    background: none;
}
	
}

@media(max-width:560px) {
.tab-sec span {
	width: calc(50% - 5px);
	padding: 20px 20px;
}
.work-industry-experience .tab-sec {
	row-gap: 5px;
	column-gap: 10px;
}
.stories-st .slick-slide {
	margin: 10px 10px;
}
.who-hired .top-alumni .slick-slide {
	margin: 10px 10px;
}
.who-hired .wide-ani .video-sec {
	height: 255px;
}
.consortium-companies .logo-box .logo-item img {
	max-width: 137px;
}
}

@media(max-width:540px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 131px;
}
}

@media(max-width:520px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 124px;
}
}

@media(max-width:510px) {
.program-page.pgpm-hr-pge .placements-and-careers-sec .colourful-boxes ul li {
	height: 150px;
}
}

@media(max-width:500px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 117px;
}

}

@media(max-width:497px) {
.attent-webinar ul li {
	width: 100%;
	margin-bottom: 4%;
}
}

@media(max-width:480px) {
	    .adm-prog-page .pgpm-admission-process .grid-model img {
        max-width: 38%;
    }
.consortium-companies .logo-box .logo-item img {
	max-width: 115px;
}
.soil-spotlight .small-wrap .small-one img{
	height: inherit;
}
}

@media(max-width:479px) {
.ex-st-shorts iframe {
	height: 440px;
}
.experience-st .slick-prev {
	left: -36px;
}
.experience-st .slick-next {
	right: -36px;
}
.experience-st-wrap .container .width-redu {
	width: 80%;
}

}

@media(max-width:472px) {
	.adm-prog-page .video-box iframe { height: 200px}
.program-page.pgpm-hr-pge .sucess-stories .sucess-stories-sec .sucess-stories-items {
	width: 100%;
	height: 480px
}
.tab-design ul li h2, .cta-design li {
	font-size: 18px;
	line-height: 2;
}
.tab-link {
	padding: 6px 4px
}
.video-bg-sec-academic .video-bg-academic .box-div {
	height: 220px
}
.video-bg-sec iframe {
	height: 200px
}
.consortium-companies .logo-box .logo-item {
	padding: 0.5rem;
}
}

@media(max-width:460px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 108px;
}
}

@media(max-width:440px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 101px;
}
.blog-box ul li .blog-detail h4 {
    height: 88px;
}
.business-course ul.faculty-section li{
	width: 45%;
}
}

@media(max-width:420px) {
.tab-sec a {
	width: 100%;
}
.tab-sec a:nth-child(3n) {
	margin-right: 0;
}
.tab-sec a {
	margin-right: 0;
	margin-bottom: 15px;
}
.tab-sec a:last-child {
	margin-bottom: 0;
}
.scrollableMenuLeft .navigation a {
	font-size: 1rem;
}
#forstick .main-title {
	font-size: 1.82rem;
	line-height: 1.2;
	margin-bottom: 1rem;
	padding-bottom: 0px;
}
#chartdivmap {
	width: 300px;
	height: 300px;
}
.grid-model img {
	max-width: 38%;
}
/*.grid-model{border-right:1px solid #a6a4a247}*/


    .blog-box ul li .blog-detail h4 {
        height: 90px;
    }
.video-ani li {
	width: 100%;
}
.video-ani li h5 {
	text-align: center;
	font-size: 18px;
}
.grid-model, .adm-prog-page .pgpm-admission-process .grid-model {
	height: 300px;
}
.consortium-companies .logo-box .logo-item img {
   max-width: 95px;
}
.program-page .blog-box ul li .blog-detail p {
    height: 150px;
}
}

@media(max-width:411px) {
.industry .industry_video_section .industry_video .video_text h6 {
        height: 75px !important;
    }
}


@media(max-width:400px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 86px;
}
}

@media(max-width:380px) {
	    .grid-model, .adm-prog-page .pgpm-admission-process .grid-model {
        height: 310px;
    }

.ex-st-shorts iframe {
	height: 390px;
}
.grid-model {
	height: 300px
}
.video-design iframe {
	height: 182px
}
.video-bg-sec iframe {
	height: 182px
}
.sidebar.step-section.tab-design ul li h4 {
	padding: 6px 2px;
	font-size: 15px;
}
.experience-st .video-sec {
	height: 390px;/* Adjust as needed */
}
.logo-container {
	height: 42px;
}
.stories-st iframe {
	height: 145px;
}
}

@media(max-width:372px) {
.harvard .moreless-button span {
	top: -14%;
}
}

@media(max-width:364px) {
.grid-model, .adm-prog-page .pgpm-admission-process .grid-model {
	height: 270px;
}
.program-page.pgdm-pge .institution .leaders_scroll .leaders_item .leaders_body {
	height: 178px;
}
.blog-box ul li .blog-detail h4 {
    height: 115px;
}
}

@media(max-width:360px) {

.program-page.pgpm-hr-pge .colourful-boxes ul {
	gap: 8px;
}
.career-management .colourful-boxes ul li {
	height: 160px;
}
ul.entrance-test-box li {
	font-size: 15px;
}
.tab-sec span {
	font-size: 15px;
	padding: 20px 15px
}
.stories-st iframe {
	height: 135px;
}
}




@media(max-width:347px) {
.grid-model, .adm-prog-page .pgpm-admission-process .grid-model {
	height: 250px;
}
.program-page.pgpm-hr-pge .placements-and-careers-sec .colourful-boxes ul li {
	height: 165px;
}
.stories-st .top-alumni-card p {
	height: 70px;
}
.tab-sec span {
	font-size: 14px;
}
.work-industry-experience .tab-sec {
	column-gap: 5px;
}
}

@media(max-width:340px) {
ul.entrance-test-box li {
	font-size: 13.5px;
}
.program-page .blog-box ul li .blog-detail h4 {
    height: 90px;
}
}


@media(max-width:336px) {
.blog-box ul li .blog-detail h4 {
    height: 135px;
}
}


@media(max-width:330px) {
.grid-model, .adm-prog-page .pgpm-admission-process .grid-model {
	height: 240px;
}
.video-bg-sec-academic .video-bg-academic .box-div {
	height: 240px
}
.video-bg-sec iframe {
	height: 180px
}
}

@media(max-width:320px) {
.grid-model, .adm-prog-page .pgpm-admission-process .grid-model {
	height: 230px;
}
.sidebar.step-section.tab-design ul li h4 {
	font-size: 14px;
}
#forstick .main-title {
	font-size: 1.52rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.scrollableMenuLeft .navigation a {
	min-width: 100%;
	padding: 8px 6px;
}
.scrollableMenuLeft .navigation li:hover {
	background: var(--white);
	box-shadow: 0px 0px transparent;
	border: 0px solid var(--black);
	border-radius: 10px;
}
.mainScrollableBox {
	padding: 20px 14px;
}
.links-btn a {
	font-size: 1rem;
}
.next-steps .main-title {
	margin-bottom: 35px;
}
.side-menu li {
	width: 200px;
	margin-right: 4% !important;
}
}

@media(max-width:380px) {
.side-menu a {
	font-size: 1rem
}
.side-menu a {
	font-size: 15px;
}
.side-menu a:hover, .side-menu a.active, .side-menu a {
	padding: 7px 6px;
}
}

@media(max-width:375px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 81px;
}
}

@media(max-width:360px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 78px;
}
}

@media(max-width:350px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 71px;
}
.close-button{
	top: 29%;
}
.pce-page .institution .leaders_scroll .leaders_item .leaders_body{
	height: 125px;
}
}

@media(max-width:325px) {
.consortium-companies .logo-box .logo-item img {
	max-width: 67px;
}
}



