@charset "utf-8";

@font-face {

	font-family: FontAwesome;

	src: url(fonts/FontAwesome.eot);

	src: url(fonts/FontAwesome.eot?#iefix) format('embedded-opentype'), url(fonts/FontAwesome.woff2) format('woff2'), url(fonts/FontAwesome.woff) format('woff'), url(fonts/FontAwesome.ttf) format('truetype'), url(fonts/FontAwesome.svg#FontAwesome) format('svg');

	font-weight: 400;

	font-style: normal

}

@font-face {

	font-family: FranklinGothic;

	src: url(fonts/FranklinGothic.eot);

	src: url(fonts/FranklinGothic.eot?#iefix) format('embedded-opentype'), url(fonts/FranklinGothic.svg#FranklinGothic) format('svg'), url(fonts/FranklinGothic.ttf) format('truetype'), url(fonts/FranklinGothic.woff) format('woff'), url(fonts/FranklinGothic.woff2) format('woff2');

	font-weight: 400;

	font-style: normal

}

@font-face {

	font-family: 'Franklin Gothic';

	src: url(fonts/FranklinGothic.woff2) format('woff2'), url(fonts/FranklinGothic.woff) format('woff');

	font-weight: 400;

	font-style: normal

}

@font-face {

	font-family: ProximaNova-Regular;

	src: url(fonts/ProximaNova-Regular.svg#ProximaNova-Regular) format('svg'), url(fonts/ProximaNova-Regular.ttf) format('truetype'), url(fonts/ProximaNova-Regular.woff) format('woff');

	font-weight: 400;

	font-style: normal

}

@font-face {

	font-family: ProximaNovaRegular;

	src: url(fonts/ProximaNovaRegular.eot);

	src: url(fonts/ProximaNovaRegular.eot?#iefix) format('embedded-opentype'), url(fonts/ProximaNovaRegular.woff2) format('woff2');

	font-weight: 400;

	font-style: normal

}

* {

	margin: 0;

	padding: 0;

	box-sizing: border-box

}

body {

	font-size: 14px;

	color: #666;

	font-weight: 300;

	line-height: 26px

}

.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;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	color: #333;

	font-weight: 400;

	line-height: normal;

	margin-bottom: 15px

}

h1 {

	font-size: 60px

}

h2 {

	font-size: 58px

}

h3 {

	font-size: 42px

}

h4 {

	font-size: 34px

}

h5 {

	font-size: 24px

}

h6 {

	font-size: 18px

}

a, img {

	outline: 0;

	border: none;

	text-decoration: none;

	color: #333

}

a i {

	font-style: normal;

	margin-right: 10px

}

img {

	height: auto;

	max-width: 100%;

	vertical-align: top;

	width: auto

}

ol, ul {

	display: block

}

ol li, ul li {

	display: inline-block

}

.pull_left {

	float: left

}

.pull_right {

	float: right!important

}

.alignleft {

	float: left;

	margin-right: 16px

}

.alignright {

	float: right;

	margin-left: 16px

}

.aligncenter {

	display: block;

	margin: 0 auto

}

.text_left {

	text-align: left

}

.text_right {

	text-align: right

}

.text_center {

	text-align: center

}

.text_uppercase {

	text-transform: uppercase

}

p {

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	padding-bottom: 15px;

	font-family: 'Franklin Gothic Book', arial

}

.py-8 {

	padding: 50px 0 60px 0!important

}

.pt_0 {

	padding-top: 0!important

}

.pt_8 {

	padding-top: 80px

}

.pt_6 {

	padding-top: 60px

}

.pt_2 {

	padding-top: 20px

}

.pb_0 {

	padding-bottom: 0!important

}

.pb_2 {

	padding-bottom: 20px

}

.pb_6 {

	padding-bottom: 60px

}

.pb_8 {

	padding-bottom: 80px

}

.pl_0 {

	padding-left: 0!important

}

.pl_10 {

	padding-left: 10px!important

}

.pl_40 {

	padding-left: 40px!important

}

.pl_20 {

	padding-left: 20px!important

}

.pl_15 {

	padding-left: 15px!important

}

.pr_0 {

	padding-right: 0!important

}

.pr_40 {

	padding-right: 40px!important

}

.pr_20 {

	padding-right: 20px!important

}

.pr_15 {

	padding-right: 15px!important

}

input[type=email], input[type=file], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {

	border: medium none;

	color: #7b7b7b;

	font-size: 14px;

	padding: 14px 15px;

	display: block;

	letter-spacing: 1px;

	transition: all .3s ease 0s

}

input[type=email]:focus, input[type=text]:focus, select:focus, textarea:focus {

	background-color: #fff!important;

	transition: all .3s ease 0s;

	box-shadow: 0 0 8px 0 #ccc

}

.button, input[type=button], input[type=reset], input[type=submit] {

	background-color: #f58220;

	border: 2px solid #f58220;

	color: #fff;

	cursor: pointer;

	font-size: 20px;

	padding: 5px 30px;

	text-transform: uppercase;

	transition: all .6s ease-in 0s;

	display: block;

	letter-spacing: 1px;

	text-align: center;

	margin-top: 10px

}

.button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {

	background-color: #dc6c0d;

	border: 2px solid #dc6c0d;

	color: #fff

}

.fa, .fab {

	content: "";

	font-family: FontAwesome;

	color: #000;

	font-size: 18px;

	cursor: pointer

}

hr {

	border-bottom: 1px solid #eaeaea;

	display: inline-block;

	width: 100%;

	float: left

}

.four_column, .one_column, .three_column, .two_column {

	display: inline-block;

	width: 100%

}

.one_column li {

	display: inline-block;

	width: 100%;

	vertical-align: top

}

.two_column li {

	display: inline-block;

	width: 49.5%;

	vertical-align: top

}

.two_column.force_full li {

	width: auto!important

}

.three_column li {

	display: inline-block;

	width: 33.33%;

	vertical-align: top

}

.four_column li {

	display: inline-block;

	width: 24%;

	vertical-align: top;

	margin-right: 1.3%

}

.four_column li:last-child {

	margin-right: 0

}

.font_weight_600 {

	font-weight: 600

}

.bg_white {

	background-color: #fff

}

.display_flex {

	display: flex

}

.col_76 {

	width: 76%

}

.position_absolute {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0

}

.position_relative {

	position: relative

}

.middle-container {

	display: table;

	width: 100%;

	height: 100%

}

.middle-text {

	display: table-cell;

	vertical-align: middle

}

main {

	position: relative

}

.container {

	max-width: 100%;

	margin: 0 auto;

	padding: 0 40px

}

.se-pre-con {

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	z-index: 100000;

	background: url(https://www.soil.edu.in/wp-content/uploads/2020/03/spinner.gif) center no-repeat #fff

}

@-webkit-keyframes fadeInUpSD {

0% {

opacity:0;

-webkit-transform:translateY(50px);

transform:translateY(50px)

}

100% {

opacity:1;

-webkit-transform:none;

transform:none

}

}

@keyframes fadeInUpSD {

0% {

opacity:0;

-webkit-transform:translateY(50px);

transform:translateY(50px)

}

100% {

opacity:1;

-webkit-transform:none;

transform:none

}

}

.fadeInUpSD {

	-webkit-animation-name: fadeInUpSD;

	animation-name: fadeInUpSD

}

.overlay {

	height: 100%;

	width: 100%;

	display: none;

	position: fixed;

	z-index: 99999;

	top: 0;

	left: 0;

	background-color: #000;

	background-color: rgba(255,255,255,.9)

}

.overlay-content {

	position: relative;

	top: 46%;

	width: 60%;

	text-align: center;

	margin-top: 30px;

	margin: auto

}

.overlay .closebtn {

	position: absolute;

	top: 80px;

	right: 100px;

	font-size: 40px;

	cursor: pointer;

	color: #444;

	top: 80px;

	z-index: 999

}

.overlay .closebtn:hover {

	color: #444

}

.overlay input[type=text] {

	padding: 10px 0;

	font-size: 25px;

	border: none;

	width: 100%;

	background: 0 0!important;

	border-bottom: 1px solid #444;

	color: #000;

	font-size: 22px;

	box-shadow: none;

	margin: 0 auto

}

.overlay input[type=text]:hover {

	background: 0 0

}

.overlay button {

	float: left;

	width: auto;

	padding: 8px 0 0 0;

	background: 0 0;

	font-size: 25px;

	border: none;

	cursor: pointer;

	position: absolute;

	right: 0;

	bottom: 10px

}

.overlay button:hover {

	font-size: 28px;

	background: 0 0

}

.openBtn i {

	color: #fff

}

#siteheader {

	position: relative;

	margin-top: 0px;

}

.banner_bg {

	display: inline-block;

	width: 100%;

	position: absolute;

	top: 0;

	height: 0px;

}

#siteheader .ms-ctimer {

	right: 30px!important;

	left: auto;

	top: 90px

}

.sticky {

	opacity: 1!important;

	top: 0

}

.main_header.fix_header.sticky{top: 45px;}





.fix_header {

	position: relative;

	background-color: #f7f7f7!important;

	position: fixed;

	opacity: 1;

	z-index: 999;

	top: 0px;

}





.fix_header .logo {

	vertical-align: top

}

.fix_header .main_nav {

	width: auto;

	padding: 0;

	border-bottom: none

}

.fix_header .main_nav ul {

	padding: 0

}

.fix_header .main_nav ul li {

	padding: 23px 16px;

	transition: all .5s ease 0s

}

.fix_header .main_nav ul li a {

	font-size: 20px;

	color: #444;

	font-family: 'Franklin Gothic';

	font-weight: 500

}

.fix_header .main_nav ul li.drowp_down:after {

	display: none;

	transition: all .5s ease 0s

}

.fix_header .main_nav ul li.drowp_down:hover:after {

	display: block;

	content: "";

	font-family: FontAwesome;

	color: #5a7d33;

	font-size: 71px;

	position: absolute;

	bottom: 0;

	z-index: 999;

	transition: all .1s ease 0s;

	border-left: 15px solid transparent;

	border-right: 15px solid transparent;

	border-bottom: 15px solid #908983

}

.fix_header .main_nav ul li.drowp_down.no_after:hover::after {

	display: none!important

}

.fix_header .main_nav ul li .main_nav_sub_menu {

	display: none;

	transition: all .5s ease 0s

}

.fix_header .main_nav ul li:hover .main_nav_sub_menu {

	display: block;

	width: 100%;

	background-color: #908983;

	padding: 50px 50px;

	position: absolute;

	top: 75px;

	left: 0;

	right: 0;

	z-index: 99;

	transition: all .5s ease 0s

}

.fix_header .main_nav ul li .main_nav_sub_menu p {

	display: inline-block;

	color: #fff;

	width: 100%;

	float: left

}

.fix_header .main_nav ul li .main_nav_sub_menu .read_more {

	font-family: 'Franklin Gothic Book', arial;

	font-weight: 300;

	font-size: 20px;

	background-color: #9a7e4d;

	color: #fff;

	text-transform: inherit;

	text-align: center;

	text-transform: uppercase;

	display: none

}

.fix_header .main_nav ul li .main_nav_sub_menu .read_more:after {

	display: none

}

.fix_header .main_nav ul li .main_nav_sub_menu ul {

	border-top: 1px solid #fff;

	padding: 20px 0 0 0;

	width: 100%;

	margin-top: 30px;

	position: relative!important;

	top: 0

}

.fix_header .main_nav ul li .main_nav_sub_menu ul li {

	width: 32%;

	padding: 14px 16px

}

.fix_header .main_nav ul li .main_nav_sub_menu ul li a {

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #fff;

	text-transform: inherit;

	text-transform: uppercase

}

.fix_header .main_nav ul li .main_nav_sub_menu ul li a:hover {

	color: #fff

}

.fix_header .main_nav ul li .main_nav_sub_menu ul li a:before {

	content: "";

	display: inline-block;

	height: 20px;

	vertical-align: middle;

	margin-right: 5px;

	background-size: contain;

	background-size: 30%;

	background-position: 8px 4px

}

.main_header {

	display: inline-block;

	width: 100%;

	transition: all .3s ease-out;

	top: 45px;

}

.main_header.fix_header.sticky{top: 45px;}

.main_header .logo {

	display: inline-block

}

.fix_header .search_box {

	margin: 23px 30px 0 30px

}

.main_header .search_box .fa {

	color: #fff;

	font-size: 20px

}

.main_header .search_box {

	display: inline-block;

	position: relative;

	margin: 26px 26px 0 15px;

	z-index: 1000

}

.fix_header .search_box .fa.fa-search {

	color: #333;

	font-size: 24px

}

.main_header .search_box .search_icon:before {

	display: inline-block;

	content: "ï€‚";

	font-family: FontAwesome;

	color: #fff;

	padding: 14px 18px;

	font-size: 22px;

	cursor: pointer

}

.main_header .search_box .fa-search.closeit:before {

	content: "X"!important;

	font-family: Arial, sans-serif!important;

	line-height: 18px;

	font-weight: 700;

	font-size: 28px

}

.main_header .search_box .search_icon:hover:before {

	color: #000

}

.main_header .search_box .header_search {

	position: absolute;

	top: 35px;

	display: none;

	right: 0;

	z-index: 10001;

	box-shadow: 0 7px 10px #646464

}

.search_div {

	position: relative;

	display: inline-block

}

.search_div .screen-reader-text {

	display: none

}

.search_div input {

	width: 300px;

	border: 1px solid #ebebeb;

	padding: 15px 58px 14px 12px!important

}

.search_div button {

	position: absolute;

	right: 0;

	top: 0;

	cursor: pointer;

	border: none;

	background: 0 0;

	padding: 0;

	width: 56px;

	height: 50px;

	margin: 0

}

.search_div button:before {

	display: inline-block;

	content: "ï€‚";

	font-family: FontAwesome;

	color: #fff;

	background-color: #1b75bc;

	padding: 13px 18px;

	font-size: 22px;

	float: right;

	position: absolute;

	top: 0;

	right: 0;

	cursor: pointer

}

.main-header-right {

	margin-left: auto;

	float: right;

	width: 36px;

	height: 50px

}

.mobile_menu {

	display: inline-block;

	width: 40px;

	height: 30px;

	float: right;

	cursor: pointer;

	position: absolute;

	right: 36px;

	top: 23px;

	z-index: 110

}





.about_fix_header .mobile_menu{ top:23px;}





.sticky .mobile_menu{ top:23px !important}



.mobile_menu span {

	margin: 0 auto;

	position: relative;

	top: 12px

}

.mobile_menu span:after, .mobile_menu span:before {

	position: absolute;

	content: ''

}

.mobile_menu span, .mobile_menu span:after, .mobile_menu span:before {

	width: 40px;

	height: 3px;

	background-color: #fff;

	display: block;

	border-radius: 2px

}

.black span, .black span:after, .black span:before {

	background-color: #000;

	width: 28px

}

.about_header .mobile_menu span, .about_header .mobile_menu span:after, .about_header .mobile_menu span:before {

	background-color: #fcd115

}

.mobile_menu span:before {

	margin-top: -9px;

	-webkit-transition-property: margin, -webkit-transform;

	transition-property: margin, transform;

	-webkit-transition-duration: .2s;

	transition-duration: .2s;

	-webkit-transition-delay: .2s, 0s;

	transition-delay: .2s, 0s

}

.mobile_menu span:after {

	margin-top: 9px;

	-webkit-transition-property: margin, -webkit-transform;

	transition-property: margin, transform;

	-webkit-transition-duration: .2s;

	transition-duration: .2s;

	-webkit-transition-delay: .2s, 0s;

	transition-delay: .2s, 0s

}

.example5 span {

	-webkit-transition-duration: 0s;

	transition-duration: 0s;

	-webkit-transition-delay: .2s;

	transition-delay: .2s

}

.example5.papa span {

	background-color: rgba(0,0,0,0);

	-webkit-transition-delay: .2s;

	transition-delay: .2s

}

.example5.papa span:before {

	-webkit-transition-property: margin, -webkit-transform;

	transition-property: margin, transform;

	-webkit-transition-duration: .2s;

	transition-duration: .2s;

	-webkit-transition-delay: .2s, 0s;

	transition-delay: .2s, 0s

}

.example5.papa span:before {

	margin-top: 0;

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

	-webkit-transition-delay: 0s, .2s;

	transition-delay: 0s, .2s

}

.example5.papa span:after {

	-webkit-transition-property: margin, -webkit-transform;

	transition-property: margin, transform;

	-webkit-transition-duration: .2s;

	transition-duration: .2s;

	-webkit-transition-delay: .2s, 0s;

	transition-delay: .2s, 0s

}

.example5.papa span:after {

	margin-top: 0;

	-webkit-transform: rotate(-45deg);

	transform: rotate(-45deg);

	-webkit-transition-delay: 0s, .2s;

	transition-delay: 0s, .2s;

	transition-property: margin, transform

}

.navigation .logo {

	margin-bottom: 10px;

	border-bottom: 1px solid #ccc;

	padding-bottom: 16px

}

.slide_div h4 {

	display: inline-block;

	margin-bottom: 0;

	margin-top: 7px

}

.slide_div .navigation .mobile_menu {

	top: 30px

}

.slide_div .navigation nav .menu-main-menu-container {

	width: 100%

}

.navigation nav {

	display: inline-block;

	width: 100%

}

.navigation nav .primary_nav {

	padding: 38px 25px

}

.navigation nav .primary_nav:first-child {

	padding-top: 40px

}

.navigation nav .primary_nav.bgb {

	background-color: #f7f7f7

}

.navigation nav .programs_nav {

	padding: 38px;

	background-color: #b59968

}

.about_page_header .navigation {

	padding-top: 20px;

}

.about_page_header .fix_header {

	opacity: 1!important;

	top: 45px;

}

.about_page_header .fix_header .main_nav {

	margin-top: 0!important

}

.about_page_header .fix_header .main_nav ul li {

	position: inherit!important;

	padding: 23px 10px

}

.about_page_header .fix_header.about_fix_header .main_nav ul li {

	position: relative!important;

	padding: 26px 10px 20px 10px

}

.about_page_header .fix_header.about_fix_header .main_nav.like_home ul li ul li {

	padding: 14px 16px!important

}

.about_page_header .fix_header.about_fix_header .main_nav.no_relative ul li {

	position: inherit!important

}

.navigation {

	position: fixed;

	width: 100%;

	z-index: 102;

	right: -100%;

	color: #fff;

	height: 100%;

	max-width: 380px;

	overflow-y: scroll;

	padding-top: 120px;

	background-color: #333;

	top: 0

}

.navigation ul {

	display: inline-block;

	width: 100%;

	text-align: left;

	list-style: none;

	padding-left: 0

}

.navigation ul li {

	color: #fff;

	display: block;

	font-size: 16px;

	position: relative;

	text-align: left;

	margin-bottom: 20px;

	transition: all .6s ease 0s;

	width: 100%;

	float: left

}

.navigation ul li:last-child {

	margin-bottom: 0

}

.navigation ul li.contribute-li a {

	background: 0 0!important;

	text-transform: uppercase;

	font-size: 16px!important;

	color: rgba(0,0,0,.9)!important

}

.navigation ul li a {

	color: #fff;

	font-weight: 600;

	display: inline-block;

	font-size: 20px;

	font-family: 'Franklin Gothic Book', arial

}

.navigation ul li a i {

	margin-left: 10px

}

.navigation ul li.menu-item-has-children a:after {

	display: none!important

}

.navigation ul li.current_page_item a {

	transition: color .2s linear 0s;

	margin-top: 0;

	color: #89ba3a

}

.nav_title.menu-col a, .primary_nav .menu-top a {

	font-size: 30px!important;

	text-decoration: none!important

}

.nav_title.menu-col a::after, .primary_nav .menu-top a::after {

	background-color: #fff;

	height: 2px;

	content: " ";

	display: block;

	width: 83px;

	margin: 10px 0 0 0

}

.navigation ul li.current_page_item ul li a {

	color: #435b1d!important

}

.navigation ul li.current_page_item ul li a:hover {

	color: #435b1d

}

.navigation ul li:last-child {

	border-bottom: medium none

}

.navigation ul li ul {

	display: none;

	margin-left: 0;

	width: 100%;

	padding: 0 0 0 10px;

	margin-top: 6px

}

.navigation ul li ul li {

	margin-bottom: 5px

}

.navigation ul li ul li a {

	padding: 6px 0;

	text-transform: inherit;

	font-family: 'Franklin Gothic FS', sans-serif!important;

	font-size: 16px!important

}

.plus_me {

	display: block;

	height: 30px;

	line-height: 29px;

	position: absolute;

	left: 0;

	text-align: center;

	top: 9px;

	width: 100%;

	z-index: 999;

	cursor: pointer

}

.banner_text {

	display: inline-block;

	width: 100%;

	padding: 16% 0 50px 0

}

.banner_text h1 {

	color: #333;

	font-size: 80px;

	text-transform: uppercase;

	font-weight: 600;

	letter-spacing: 0;

	line-height: 48px

}

#content {

	position: relative

}

.color_lime {

	background-color: #b2d234;

}

.color_lime:hover {

	background-color: #a0c023;

}

.color_wheat {

	background-color: #c9b189;

}

.color_wheat:hover {

	background-color: #b99e70;

}

.color_orange {

	background-color: #e47c3e;

}

.color_orange:hover {

	background-color: #d76e2f;

}

.color_brown {

	background-color: #c9b189!important

}

.color_brown:hover {

	background-color: #ba9d6d!important

}

.color_green {

	background-color: #f7f7f7

}

.color_green:hover {

	background-color: #f7f7f7

}

.color_white_bg {

	background-color: #fff

}

.download_btn {

	position: relative;

	padding: 15px 34px 15px 10px;

	font-size: 20px;

	font-weight: 400;

	border: none;

	background-color: #f58220;

	color: #fff;

	text-transform: uppercase;

	display: inline-block;

	font-family: 'Franklin Gothic', Helvetica, Arial, sans-serif

}

.download_btn:hover {

	background-color: #dc6c0d

}

.download_btn:after {

	content: "";

	color: #fff;

	font-size: 16px;

	font-family: FontAwesome;

	position: absolute;

	right: 0;

	background-color: rgba(43,43,43,.6);

	top: 0;

	padding: 15px 10px;

	bottom: 0

}

.three_item_section {

	display: block

}

.three_item_section ul {

	display: inline-flex;

	width: 100%

}

.three_item_section ul li {

	padding: 20px 50px 20px 50px;

	text-align: left;

	float: left

}

.three_item_section ul li h2 {

	font-size: 35px;

	font-weight: 600;

	color: #fff;

	margin-bottom: 0

}

.three_item_section ul li h2 img {

	width: 35px;

	margin: 6px 0 0 12px

}

.three_item_section ul li p {

	height: 60px;

	font-size: 18px;

	color: #fff;

	line-height: 25px !important;

	font-family: ProximaNova-Regular;

	padding-bottom: 0;

	margin: 0px;

}

.three_item_section ul li a {

	color: #666

}

.title {

	font-size: 30px;

	text-transform: uppercase;

	font-weight: 600;

	position: relative;

	color: #605d5a;

	margin-bottom: 30px

}

.title:before {

	content: "";

	height: 5px;

	width: 103px;

	background-color: #333;

	display: inline-block;

	position: absolute;

	bottom: -5px

}

.section_one {

	display: inline-block;

	width: 100%;

	padding-bottom: 43px!important

}

.section_one ul {

	display: flex;

	margin-top: 11px

}

.section_one ul.responsive {

	width: 100%;

	display: inline-block

}

.section_one ul.responsive .slick-slide {

	border-right: 8px solid #fff

}

.section_one ul.responsive .slick-arrow:before {

	background: 0 0!important;

	color: #807f7f

}

.section_one ul.responsive .slick-active .middle-text {

	text-align: center;

	vertical-align: middle

}

.section_one ul li {

	background-color: #000;

	height: 330px;

	position: relative;

	display: inline-block;

	overflow: hidden;

	transition: all .5s ease 0s

}

.section_one ul li:last-child {

	border-right: 0

}

.section_one ul li .h1 {

	font-size: 219px;

	opacity: .4;

	font-weight: 700;

	font-family: "Franklin Gothic", Arial #000, sans-serif

}

.section_one ul li .hover_div {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	opacity: 0;

	transition: all .5s ease 0s

}

.section_one ul li .hover_div img {

	width: 100%;

	height: 330px;

	object-fit: cover

}

.section_one ul li:hover .hover_div {

	display: block;

	transition: all .5s ease 0s;

	opacity: 1

}

.section_one ul li:hover .section_one_txt_box p {

	transition: all .5s ease 0s;

	opacity: 1

}

.section_one ul li .section_one_txt_box {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	padding: 36px 10px 0 24px;

	text-align: left

}

.section_one ul li .section_one_txt_box h3 {

	font-size: 32px;

	color: #fff;

	text-transform: uppercase;

	font-weight: 600;

	margin-bottom: 10px

}

.section_one ul li .section_one_txt_box p {

	color: #fff;

	transition: all .5s ease 0s

}

.awareness_color {

	background-color: #e47c3e!important

}

.awareness_color .h1 {

	color: #ffba90

}

.balance_color {

	background-color: #b2d234!important

}

.balance_color .h1 {

	color: #82bc41

}

.compassion_color {

	background-color: #82bc41!important

}

.compassion_color .h1 {

	color: #b2d234

}

.diversity_color {

	background-color: #c9b189!important

}

.diversity_color .h1 {

	color: #e0d5bc

}

.ethics_color {

	background-color: #ecb125!important

}

.ethics_color .h1 {

	color: #c5b12a

}

.academic_section {

	width: 100%

}

.academic_section h2 {

	color: #333;

	margin-bottom: 50px

}

.academic_section ul {

	display: flex;

	margin-top: 30px;

	position: relative

}

.academic_section ul li {

	padding: 30px 22px 40px;

	background-color: #fff;

	border: 1px solid #c6c6c6;

	margin-right: 2%;

}

.academic_section ul li h3 {

	color: #82bc41;

	font-size: 40px;

	font-family: FranklinGothic;

	font-weight: 500;

	margin-bottom: 4px

}

.academic_section ul li h6 {

	color: #f58220;

	font-size: 20px;

	font-family: 'Franklin Gothic Book', arial;

}

.academic_section ul li:last-child {

	margin-right: 0

}

.academic_section .client_2_box, .academic_section .client_4_box {

	display: inline-block;

	width: 100%

}

.academic_section .client_2_box li, .academic_section .client_4_box li {

	display: inline-block;

	width: 21%;

	padding: 0;

	text-align: center;

	margin: 0 30px 32px 0

}

.academic_section .client_2_box li {

	width: 46%

}

.academic_section .client_2_box li:nth-child(2n) {

	margin-right: 0

}

.read_more {

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #2e2e2e;

	border: 1px solid #82bc41;

	padding: 10px 25px;

	display: inline-block

}

.read_more:hover {

	color: #fff;

	background: #82bc41

}

.apply_now {

	font-family: 'Franklin Gothic Book', arial;

	display: inline-block;

	font-size: 18px;

	color: #fff;

	background-color: #f58220;

	padding: 10px 25px;

	margin-left: 10px

}

.apply_now:hover {

	background-color: #dc6c0d

}

.timeline {

	width: 100%;

	background-color: #fff;

	margin-top: 60px;

	margin-bottom: 10px

}

.timeline .swiper-container {

	height: 600px;

	width: 100%;

	position: relative

}

.timeline .swiper-wrapper {

	transition: 2s cubic-bezier(.68, -.4, .27, 1.34) .2s

}

.timeline .swiper-slide {

	position: relative;

	color: #fff;

	overflow: hidden;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center center

}

.timeline .swiper-slide::after {

	content: "";

	position: absolute;

	z-index: 1;

	right: -115%;

	bottom: -10%;

	width: 100%;

	height: 100%;

	background-color: rgba(0,0,0,.7);

	border-radius: 100%

}

.timeline .swiper-slide-content {

	position: absolute;

	text-align: center;

	width: 80%;

	right: 50%;

	top: 13%;

	-webkit-transform: translate(50%, 0);

	transform: translate(50%, 0);

	font-size: 12px;

	z-index: 2

}

.timeline .swiper-slide .timeline-year {

	display: block;

	font-style: italic;

	font-size: 42px;

	margin-bottom: 50px;

	-webkit-transform: translate3d(20px, 0, 0);

	transform: translate3d(20px, 0, 0);

	color: #d4a024;

	font-weight: 300;

	opacity: 0;

	transition: .2s ease .4s

}

.timeline .swiper-slide .timeline-title {

	font-weight: 800;

	font-size: 34px;

	margin: 0 0 30px;

	opacity: 0;

	-webkit-transform: translate3d(20px, 0, 0);

	transform: translate3d(20px, 0, 0);

	transition: .2s ease .5s

}

.timeline .swiper-slide .timeline-text {

	line-height: 1.5;

	opacity: 0;

	-webkit-transform: translate3d(20px, 0, 0);

	transform: translate3d(20px, 0, 0);

	transition: .2s ease .6s;

	font-size: 18px

}

.timeline .swiper-slide-active .timeline-year {

	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

	transition: .4s ease 1.6s

}

.timeline .swiper-slide-active .timeline-title {

	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

	transition: .4s ease 1.7s;

	color: #fff

}

.timeline .swiper-slide-active .timeline-text {

	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

	transition: .4s ease 1.8s;

	color: #fff;

	font-size: 20px

}

.timeline .swiper-pagination {

	right: 15%!important;

	height: 100%;

	display: none;

	flex-direction: column;

	justify-content: center;

	font-style: italic;

	font-weight: 300;

	font-size: 18px;

	z-index: 1

}

.timeline .swiper-pagination::before {

	content: "";

	position: absolute;

	left: -30px;

	top: 0;

	height: 100%;

	width: 1px;

	background-color: rgba(255,255,255,.2)

}

.timeline .swiper-pagination-bullet {

	width: auto;

	height: auto;

	text-align: center;

	opacity: 1;

	background: 0 0;

	color: #b2d234;

	margin: 15px 0!important;

	position: relative

}

.timeline .swiper-pagination-bullet::before {

	content: "";

	position: absolute;

	top: 8px;

	left: -32.5px;

	width: 6px;

	height: 6px;

	border-radius: 100%;

	background-color: #82bc41;

	-webkit-transform: scale(0);

	transform: scale(0);

	transition: .2s

}

.timeline .swiper-pagination-bullet-active {

	color: #82bc41

}

.timeline .swiper-pagination-bullet-active::before {

	-webkit-transform: scale(1);

	transform: scale(1)

}

.timeline .swiper-button-next, .timeline .swiper-button-prev {

	background-size: 20px 20px;

	top: 15%;

	width: 20px;

	height: 20px;

	margin-top: 0;

	z-index: 2;

	transition: .2s

}

.timeline .swiper-button-prev {

	left: 8%;

	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E")

}

.timeline .swiper-button-prev:hover {

	-webkit-transform: translateX(-3px);

	transform: translateX(-3px)

}

.timeline .swiper-button-next {

	right: 8%;

	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E")

}

.timeline .swiper-button-next:hover {

	-webkit-transform: translateX(3px);

	transform: translateX(3px)

}





/*blog-detail-page-pop-up-css-Start*/





#mask {

	position: absolute;

	left: 0;

	top: 0;

	z-index: 9999 !important;

	background-color: #26262c;

	display: none;

	width:100% !important;

}

#boxes .window {

	position: fixed;

	left: 0;

	top: 0;

	width: 440px;

	height: 850px;

	display: none;

	z-index: 999999;

	padding: 20px;

	text-align: center;

}

#boxes #dialog {

	max-width: 700px;

	width:100%;

	height: auto;

	padding: 0;

	background-color: #ffffff;

	font-size: 15pt;

	top: 50% !important;

	left: 50% !important;

	transform: translate(-50%, -50%);

}

#boxes img {

	width: 100%

}

.close {

	font-family: cursive;

    font-size: 12px;

    font-weight: 900;

    opacity:1;

    position: absolute;

    right: 11px;

    top: 10px;

    border: 2px solid #f68121;

    background: #fff;

    line-height: 1;

    padding: 3px 5px;

    border-radius: 100px;

    color: #f68121;

}



a.close:hover{opacity:1 !important}

.pop-mob{ display:none;}

.logo-sec { display:block; text-align:left; padding:10px 15px;}

.pop-logo img{max-width:100px}

	.form-section{ padding-bottom:45px; border-bottom:10px solid #82bc41; overflow:hidden;}



.form-section h3{ text-transform:uppercase; margin-bottom:20px; padding-top:20px; font-size:32px; line-height:36px}

.form-feild{ display:inline-block}

.form-feild ul{ margin:0; padding:0; }

.form-feild ul li{ display:inline-block; list-style-type:none; padding-bottom:10px; position:relative;}

.form-feild ul li .fa{ position:absolute; left:10px; top:13px;    z-index: 99}

.form-feild ul li .fa{ font-size:16px !important; font-weight:500;}

.form-feild ul li input[type=text], .form-feild ul li input[type=email]{ background:#f9f0df;padding: 5px 10px 5px 35px;

    height: 34px; width:270px; max-width:270px;    display: initial; font-weight:bold;font-family:'Franklin Gothic Book', arial; color:#000; margin-bottom:0; border:none}

.form-section .submit-button input {

    font-weight: bold;

    font-size: 18px !important;

    background-color: #f58220 !important;

    border: 2px solid #f58220 !important;

    color: #fff;

    height: auto !important;

    cursor: pointer;

    margin:-10px 0 0 0 !important;

    padding: 5px 30px;

    text-transform: uppercase;

    transition: all .6s ease-in 0s;

    width: auto !important;

    letter-spacing: 1px;

    text-align: center;

	display:inline;

}

.form-section .submit-button input:focus{ outline:none;}

.form-section .submit-button input:hover{        background-color: #dc6c0d !important;

    border-color: #dc6c0d !important;}



.form-feild ul li input[type=text]:focus{ background-color: #f9f0df !important;

    outline: none;

    box-shadow: none;

    color: #000;}

	

	.form-feild ul li input[type=email]:focus{ background-color: #f9f0df !important;

    outline: none;

    box-shadow: none;

    color: #000;}

	

	.form-section span.wpcf7-not-valid-tip {

    color: red;

    font-size: 14px !important;

    padding-top: 5px;

    line-height: 1;}

	

	.form-section  div.wpcf7-acceptance-missing, div.wpcf7-validation-errors {

    border: 2px solid f9f0df !important;

    font-size: 14px !important;

}

/*blog-detail-page-pop-up-css-End*/







.call_section{ background: #dc6c0d;

    color: #fff;

    display: flex;

    padding: 8px 20px;

    align-items: center;

    justify-content: center;

	position:fixed; width:100%; z-index:9999999; height:46px;}

    

    .call_section h6{ color: #fff;

    margin-top: 0px;

    top: 8px;

    position: relative;}

    

    .call_section  .read_more{ color: #fff;

    border: 1px solid #9ebe24;

    background: #9ebe24;

    padding: 0px 10px;

    margin-left: 30px;

    font-family:'Franklin Gothic Book', arial;

    font-size:16px; min-width:92px}







 .webinar-strip{ background:#f7f7f7; padding:15px 15px;    

    width: 100%; max-width:48.5%;}

.event-btn{ padding:5px 15px; color:#ffffff; background:#dc6c0d; border-radius:5px; margin-top:6px; margin-bottom:10px; display:inline-block;}



.event-btn:hover{background:#f97200;}



.space-set .menu-list1 h3{ margin-top: 20px;}

.space-set p.program-menu-text{ margin-top: 5px;}

.space-set .program-menu-text {

    height: 49px;

}

.space-set .pgdm-deadline{ margin-top: 0px;}

.space-set .p-5{ padding-bottom: 5px !important;}

.space-set .academic-programs-menu .pgdm-deadline{padding-bottom: 0px !important;}

.space-set p{ font-size: 16px !important; line-height: 22px !important;}

.space-set .exc .program-menu-text {height: 49px;}

.space-set .program-menu-new { font-size: 16px !important; line-height: 22px !important;}



.main_header{ margin-top:0 !important;}



.quo .tc{ width: 16px; margin: auto;}



@media screen and (min-width:768px) {

.timeline .swiper-slide::after {

	right: -30%;

	bottom: -8%;

	width: 240px;

	height: 50%;

	box-shadow: -230px 0 150px 50vw rgba(0,0,0,.7)

}

.timeline .swiper-slide-content {

	right: 30%;

	top: 50%;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

	width: 27%;

	font-size: 11px;

	text-align: right

}

.timeline .swiper-slide .timeline-year {

	margin-bottom: 0;

	font-size: 32px

}

.timeline .swiper-slide .timeline-title {

	font-size: 46px;

	color: #fff;

	margin: 0

}

.timeline .swiper-pagination {

	display: flex

}

.timeline .swiper-button-prev {

	top: 2%;

	left: auto;

	right: 15%;

	-webkit-transform: rotate(90deg) translate(0, 10px);

	transform: rotate(90deg) translate(0, 10px)

}

.timeline .swiper-button-prev:hover {

	-webkit-transform: rotate(90deg) translate(-3px, 10px);

	transform: rotate(90deg) translate(-3px, 10px)

}

.timeline .swiper-button-next {

	top: auto;

	bottom: 2%;

	right: 15%;

	-webkit-transform: rotate(90deg) translate(0, 10px);

	transform: rotate(90deg) translate(0, 10px)

}

.timeline .swiper-button-next:hover {

	-webkit-transform: rotate(90deg) translate(3px, 10px);

	transform: rotate(90deg) translate(3px, 10px)

}

}



@media screen and (min-width:1024px) {

.timeline .swiper-slide::after {

	right: -20%;

	bottom: -12%;

	width: 240px;

	height: 50%

}

.timeline .swiper-slide-content {

	right: 21%;

}

}

.codes {

	bottom: 5%;

	left: 5%;

	position: fixed;

	z-index: 999

}

.codes div {

	border: 2px solid #000;

	font-size: 20px;

	padding: 10px;

	background-color: red

}

.codes div a {

	text-decoration: none;

	color: #fff;

	font-weight: 800;

}



@media (max-width:1330px) {

.timeline .swiper-slide-content {

	right: 24%;

}

}

@media (max-width:1024px) {

.call_section h6 {

    font-size: 14px;

}

.call_section a {

    font-size: 15px !important;

	padding: 3px 7px 3px 7px !important;

}

}



@media (max-width:1174px) {

.space-set .program-menu-text {

    height: 68px;

}

}





@media (max-width:992px) {

.timeline .swiper-slide-content {

	right: 27%

}



.webinar-strip{ max-width:97%;padding: 20px 15px; }





}



@media (max-width:767px) {
.new_blog_section {
    display: block;
    padding: 0px 0 0 !important;
}
.timeline .swiper-slide {

	background-position: inherit;

	background-size: cover;

	height: 350px

}

.timeline .swiper-slide::after {

	box-shadow: -430px 0 150px 60vw rgba(0,0,0,.4)!important

}

.timeline {

	height: 300px;

	margin-bottom: 55px

}

.timeline .swiper-slide-content {

	top: 30%;

	right: 49%;

	padding: 15px 20px 0 20px

}

.timeline .swiper-button-next, .timeline .swiper-button-prev {

	top: 27%

}



.webinar-strip{ max-width:96%; }

.digital-revolution img {

    height: 280px;

    object-fit: cover;

}

.digital-revolution p {

    right: 0 !important;

	bottom: 62px !important;

    left: 0;

    margin: 0 auto;

    text-align: center;

}

.digital-revolution {

    margin: -10px 0px 0px 0px !important;

}





}

.display_inline {

	display: inline-block

}

.date {

	font-size: 16px;

	color: #4c585c;

	margin: 10px 0

}

.happening_section {

	display: block;

	padding: 90px 0 90px 0!important

}

.happening_section h3 {

	font-size: 35px;

	margin-bottom: 19px

}

.col_50 {

	width: 50%;

	display: inline-block

}

.col-65 {

	display: inline-block;

	width: 65%

}

.col-30 {

	display: inline-block;

	width: 30%;

	vertical-align: top

}

.happening_section .col-65 {

	position: relative;

	padding-right: 74px

}

.happening_section .read_more {

	padding: 0;

	border: none;

	color: #b2d234;

	font-size: 18px;

	margin-top: 10px

}

.happening_section .read_more:hover {

	background-color: #fff

}

.happening_section .bg_color {

	background-color: #dfdedb;

	display: inline-block;

	width: 100%;

	position: absolute;

	z-index: 10;

	top: 28%;

	left: -40px;

	right: 0;

	height: 60vh

}

.happening_section .one_column, .happening_section .two_column {

	position: relative;

	z-index: 30

}

.happening_section .two_column li {

	width: 45%

}

.happening_section .two_column li:nth-child(2) {

	float: right

}

.happening_section .two_column li .date {

	margin: 16px 0 4px;

	font-family: 'Franklin Gothic Book', arial

}

.happening_section .two_column li p {

	line-height: normal

}

.happening_section .two_column li p img {

	vertical-align: middle;

	margin-left: 10px

}

.happening_section .one_column {

	margin-top: 20px

}

.happening_section .one_column .news-pic {

	width: 100%;

	height: 400px

}

.happening_section .event_box {

	background-color: #e0d5bc;

	width: 100%;

	padding: 30px 22px 10px 22px;

	margin: 0 0 54px 0

}

.happening_section .event_box li .date {

	color: #fff;

	font-size: 32px;

	padding: 8px 16px;

	line-height: 32px;

	background-color: #ecb125;

	display: inline-block;

	float: left;

	margin: 0 26px 20px 0;

	font-family: 'Franklin Gothic', Helvetica, Arial, sans-serif;

	height: 90px

}

.happening_section .event_box li .date a {

	color: #fff

}

.happening_section .event_box li .date:hover {

	background-color: #d39a13

}

.happening_section .event_box li .date:hover a {

	color: #fff

}

.happening_section .event_box li .date sup {

	font-size: 20px;

	font-weight: 100

}

.happening_section .media_box li {

	background-color: #9ebe24;

	padding: 26px 20px

}

.happening_section .media_box li p {

	color: #fff;

	line-height: 30px

}

.happening_section .media_box li p a {

	color: #fff

}

.happening_section .media_box li .date {

	color: #fff;

	font-family: 'Franklin Gothic Book', arial

}

.advantage_section {

	display: inline-block;

	position: relative;

	width: 100%

}

.advantage_section .advantage_main_box {

	display: inline-block;

	width: 53%;

	position: absolute;

	top: 19%

}

.advantage_section .soli_box {

	display: inline-block;

	background-color: #e0d5bc;

	padding: 40px 50px;

	margin-left: 40px;

	width: 60%

}

.advantage_section .soli_box h2 {

	font-size: 45px

}

.advantage_section .soli_box h6:before {

	content: "";

	border-left: 2px solid #a78e63;

	margin-right: 10px

}

.advantage_section .soli_box h6 {

	font-size: 20px;

	font-family: 'Franklin Gothic Book', arial

}

.advantage_section .soli_box p {

	font-size: 20px;

	line-height: 53px;

	color: #a78e63;

	padding-left: 14px;

	font-family: 'Franklin Gothic Book', arial

}

.advantage_section .soli_text_box {

	display: inline-block;

	background-color: rgba(245,130,32,.8);

	padding: 70px 28px;

	position: absolute;

	top: 11%;

	width: 46%

}

.advantage_section .soli_text_box p {

	color: #fff;

	font-family: 'Franklin Gothic Book', arial

}

.advantage_section .soli_text_box:before {

	content: "";

	font-size: 50px;

	color: #e0d5bc;

	font-family: FontAwesome;

	position: absolute;

	left: -4px;

	top: 40%;

	z-index: 99

}

.widget_section {

	display: inline-block;

	width: 100%

}

.widget_section ul li {

	float: left;

	position: relative

}

.widget_section ul li:nth-child(2) .widget_text {

	background-color: #f58220

}

.widget_section ul li:nth-child(1) .widget_text {

	background-color: #b2d234

}

.widget_section ul li:nth-child(3) .widget_text {

	background-color: #c9b189

}

.widget_section ul li .widget_text {

	padding: 53px 30px 0 30px;

	background-color: #f58220;

	height: 350px;

	position: relative

}

.widget_section ul li .img_div {

	height: 350px;

	width: 100%

}

.widget_section ul li .widget_text h4 {

	color: #333;

	font-size: 39px;

	font-weight: 600;

	text-transform: uppercase;

	margin-bottom: 10px

}

.widget_section ul li .widget_text p {

	color: #1a1a1a

}

.widget_section ul li:nth-child(2) h4, .widget_section ul li:nth-child(2) p {

	color: #fff

}

.contact_page_form {

	display: inline-block;

	width: 56%

}

.contact_page_form ul li {

	display: inline-block;

	width: 48%;

	margin-bottom: 3%

}

.contact_page_form ul li:nth-child(2n) {

	float: right

}

.contact_page_form ul li input {

	border: 1px solid #ccc;

	width: 100%;

	border-radius: 4px;

	font-family: 'Franklin Gothic Book', arial

}

.contact_page_form ul li textarea {

	font-family: 'Franklin Gothic Book', arial;

	height: 180px;

	width: 100%;

	border: 1px solid #ccc;

	border-radius: 4px

}

.contact_page_form ul li:last-child {

	width: 100%

}

.contact_page_form .read_more {

	text-transform: uppercase

}

.about_page_header {

	display: block

}

.about_page_header .main_header {

	background-color: #f7f7f7;

	position: fixed;

	z-index: 9999;

	/*margin-top: 0px;*/

}

.about_page_header .main_header .main-header-right, .fix_header .main-header-right {

	background-color: #333;

	margin: 0;

	display: inline-block;

	width: 106px;

	height: 75px

}

.about_page_header .main_header .logo, .fix_header .logo {

	width: 122px!important;

	padding: 0 10px

}

.main_nav {

	display: inline-block;

	width: 100%;

	padding: 20px 0 19px 0;

	border-bottom: 1px solid #f1f1f2

}

.main_nav ul {

	display: inline-block;

	padding: 12px 0

}

.about_page_header .main_nav ul li:first-child {

	padding-left: 0

}

.about_page_header .main_nav ul li {

	position: relative

}

.main_nav ul li {

	display: inline-block;

	padding: 0 17px

}

.about_page_header .main_nav ul li ul {

	opacity: 0;

	display: none;

	z-index: -1;

	padding: 0 0;

	position: absolute;

	top: 30px;

	left: 0;

	right: 0;

	width: 300px;

	transition: all .1s ease 0s;

	border-top: 30px solid #fff;

	background: #908983

}

.about_page_header .about_fix_header .main_nav ul li ul {

	border-top: none!important;

	top: 74px!important

}

.about_page_header .about_fix_header .main_nav.like_home ul li ul {

	top: 0!important;

	border-top: 1px solid #fff!important

}

.about_page_header .main_nav ul li ul li a {

	color: #fff!important;

	font-size: 16px!important;

	font-family: 'Franklin Gothic';

	display: block;

	padding-left: 10px

}

.about_page_header .main_nav ul li ul li a:hover {

	color: #fff!important

}

.about_page_header .main_nav ul li:hover ul {

	z-index: 1;

	opacity: 1;

	display: block;

	transition: all .5s ease 0s

}

.about_page_header .main_nav ul li>ul li {

	display: block;

	padding: 8px 0;

	transition: all .3s ease 0s

}

.about_page_header .fix_header.about_fix_header .main_nav ul li>ul li {

	padding: 9px 0 8px 0!important;

	border-bottom: 1px solid #fff

}

.about_page_header .fix_header.about_fix_header .main_nav ul li>ul li:hover {

	color: #fff!important

}

.main_nav ul li a {

	font-size: 20px;

	color: #333;

	text-transform: uppercase;

	font-family: 'Franklin Gothic Book', arial

}

.main_nav ul li a:hover {

	color: #000

}

.main_nav ul li.active a {

	color: #82bc41;

	font-weight: 900

}

.menu-list1.program-menu .menu-heading a {

	font-size: 25px!important

}

.main_nav .read_more.brown_color {

	background-color: #c9b189;

	margin-right: 20px

}

.main_nav .read_more.brown_color:hover {

	background-color: #ba9d6d

}

.main_nav .read_more {

	width: 233px;

	background-color: #f58220;

	padding: 15px 10px;

	border: none;

	color: #fff;

	text-transform: uppercase;

	font-size: 16px;

	font-weight: 800;

	position: relative;

	letter-spacing: -1px

}

.main_nav .read_more:hover {

	background-color: #dc6c0d

}

.main_nav .read_more:after {

	content: "";

	color: #fff;

	font-size: 16px;

	font-family: FontAwesome;

	position: absolute;

	right: 0;

	background-color: rgba(43,43,43,.6);

	top: 0;

	padding: 15px 10px

}

.main_nav .main-header-right {

	float: left

}

.main_nav .main-header-right .mobile_menu {

	left: 22px;

	top: 104px

}

.main_nav .main-header-right .mobile_menu span, .main_nav .main-header-right .mobile_menu span::after, .main_nav .main-header-right .mobile_menu span::before {

	background-color: #000

}

.about_banner_bg {

	display: inline-block;

	width: 100%;

	background: url(https://www.soil.edu.in/wp-content/uploads/2020/03/about_banner_bg.jpg) top center no-repeat;

	background-size: cover;

	position: relative;

	margin-top: 0px !important;

}

.about_banner_bg:before {

	content: "";

	background-color: rgba(0,0,0,.1);

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0

}

.about_banner_bg .banner_text {

	position: relative;

	padding: 6% 0;

	width: 65%

}

.about_banner_bg .banner_text h1 {

	font-size: 40px

}

.about_banner_bg .banner_text p {

	color: #fff;

	font-family: 'Franklin Gothic Book', arial

}

.green_color {

	color: #b2d234

}

.wrapper_section {

	display: block

}

.about_value_section {

	display: inline-block;

	width: 100%;

	background: url(images/about_value_bg.jpg) top center no-repeat;

	background-size: cover;

	position: relative;

	height: 494px;

	padding: 60px 0 0 0!important

}

.about_value_section:before {

	content: "";

	background-color: rgba(201,177,137,.9);

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	top: 0

}

.about_value_section .col_23 {

	display: inline-block;

	width: 23%;

	height: 374px

}

.about_value_section .col_50 {

	display: inline-block;

	width: 50%;

	padding: 25px 40px;

	height: 374px

}

.about_value_section .col_50 .alignleft {

	margin-right: 9%

}

.about_value_section .col_50 p {

	font-size: 18px;

	line-height: 30px

}

.about_value_section .col_50 .read_more, .board_section .read_more {

	color: #7cae40;

	border: none;

	font-size: 17px;

	padding: 0;

	font-family: 'Franklin Gothic Book', arial

}

.about_value_section .col_50 .read_more:hover, .board_section .read_more {

	background: 0 0

}

.about_value_section .col_50 .read_more:after, .board_section .read_more:after {

	content: url(https://www.soil.edu.in/wp-content/uploads/2020/03/green_arrow.png);

	vertical-align: middle;

	margin-left: 20px;

	display: none

}

.about_value_section .value_box, .about_value_section .vision_box, .blog_inner_page_content .sidebar_section .vision_box {

	position: relative;

	padding: 45px 40px;

	background-repeat: no-repeat;

	background-size: cover

}

.about_value_section .value_box:before, .about_value_section .vision_box:before, .blog_inner_page_content .sidebar_section .green_hrl:before, .blog_inner_page_content .sidebar_section .vision_box:before {

	content: "";

	background-color: rgba(242,114,33,.9);

	position: absolute;

	left: 0;

	top: 0;

	bottom: 0;

	right: 0

}

.about_value_section .value_box, .blog_inner_page_content .sidebar_section .green_hrl {

	background-repeat: no-repeat

}

.about_value_section .value_box:before, .blog_inner_page_content .sidebar_section .green_hrl:before {

	background-color: rgba(131,189,66,.9)

}

.about_value_section .col_23 h3 {

	color: #fff;

	font-weight: 900;

	text-transform: uppercase

}

.about_value_section .col_23 p {

	color: #fff;

	font-size: 22px;

	font-weight: 600

}

.about_value_section .col_23 .read_more, .board_box ul li .read_more {

	color: #fff;

	border: none;

	font-size: 17px;

	padding: 0;

	font-family: 'Franklin Gothic Book', arial;

	font-weight: 400

}

.about_value_section .col_23 .read_more:hover, .board_box ul li .read_more {

	background: 0 0

}

.about_value_section .col_23 .read_more:after, .board_box ul li .read_more:after {

	content: url(https://www.soil.edu.in/wp-content/uploads/2020/03/white_arrow.png);

	vertical-align: middle;

	margin-left: 20px;

	display: none

}

.board_section {

	display: inline-block;

	width: 100%;

	background-color: #f9f9f8

}

.board_section .board_text {

	display: inline-block;

	width: 46%;

	padding: 40px 56px 40px 0

}

.board_section p {

	font-family: 'Franklin Gothic Book', arial

}

.board_section .read_more {

	font-size: 18px;

	font-weight: 100

}

.board_box {

	display: inline-block;

	width: 54%;

	position: relative

}

.board_box ul {

	padding: 25px

}

.board_box ul li {

	width: 100%

}

.board_box ul li img.alignleft {

	margin-right: 30px

}

.board_box ul li h4 {

	font-size: 28px;

	color: #fff;

	margin-bottom: 5px

}

.board_box ul li .sub_title {

	font-size: 18px

}

.board_box ul li p {

	font-size: 18px;

	color: #fff;

	line-height: 30px;

	font-family: 'Franklin Gothic Book', arial

}

.board_box ul li .read_more {

	font-weight: 100;

	font-size: 18px;

	margin-right: 40px

}

.board_box ul.color_brown li h4, .board_box ul.color_brown li p {

	color: #030303

}

.board_box ul.color_brown li .read_more {

	color: #030303

}

.board_box ul.color_brown li .read_more:after {

	filter: brightness(.25)

}

.board_box ol {

	position: absolute;

	top: 50%;

	left: 0;

	right: 0

}

.board_box ol .next_slide, .board_box ol .prev_slide {

	display: inline-block

}

.board_box ol .next_slide:before, .board_box ol .prev_slide:before {

	content: "";

	font-family: FontAwesome;

	color: #fff;

	font-size: 40px;

	background-color: rgba(0,0,0,.5);

	padding: 34px 22px

}

.board_box ol .next_slide:before {

	content: ""

}

ol li .next_slide, ol li .prev_slide {

	display: inline-block

}

ol li .next_slide:before, ol li .prev_slide:before {

	content: "";

	font-family: FontAwesome;

	color: #fff;

	font-size: 40px;

	background-color: rgba(0,0,0,.5);

	padding: 34px 22px

}

ol li .next_slide:before {

	content: ""

}

.modern_section {

	display: block

}

.modern_section .col_50 {

	width: 48%

}

.modern_section .position_relative:before {

	content: "";

	background-color: rgba(51,51,51,.34);

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0

}

.modern_section .position_absolute {

	top: 50%;

	transform: translateY(-50%);

	display: table;

	margin: 0 auto;

	width: 100%;

	text-align: center;

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center

}

.modern_section .position_absolute h3 {

	color: #fff;

	font-size: 40px;

	font-weight: 700;

	line-height: 50px

}

.association_section {

	display: block;

	background: 0 0

}

.association_section:before {

	display: none

}

.association_section h2 {

	color: #333;

	margin-bottom: 19px

}

.academic_section .client_1_box, .academic_section .client_3_box {

	display: inline-block;

	width: 100%

}

.academic_section .client_3_box li {

	width: 29%;

	margin: 0 30px 32px 0

}

.academic_section .client_1_box li {

	text-align: center;

	margin: 0 0 32px 0

}

.breadcrumb {

	display: block;

	padding: 40px 0

}

.inner_page_breadcrumb {

	padding: 24px 0;

	border-bottom: 1px solid #f1f1f2

}

.breadcrumb ul {

	display: inline-block

}

.breadcrumb ul li, .inner_page_breadcrumb ul li a {

	display: inline-block;

	padding-right: 10px;

	font-size: 16px;

	cursor: pointer;

	font-family: 'Franklin Gothic Book', arial

}

.inner_page_breadcrumb ul li a {

	color: #0f0f0f

}

.breadcrumb ul li:last-child {

	color: #000

}

.inner_page_breadcrumb ul li:last-child {

	color: #f58220

}

.inner_page_breadcrumb ul li:after {

	content: "";

	font-family: FontAwesome;

	color: #000;

	font-size: 16px

}

.inner_page_breadcrumb ul li:last-child:after {

	display: none

}

.breadcrumb ul li.topics_drowpdown {

	position: relative

}

.breadcrumb ul li.topics_drowpdown ul {

	display: none

}

.breadcrumb ul li.topics_drowpdown ul {

	width: 260px;

	background-color: #c9b289;

	position: absolute;

	top: 50px;

	left: 0;

	padding: 20px 20px 10px 20px;

	z-index: 999

}

.breadcrumb ul li.topics_drowpdown ul::after {

	display: block;

	content: "";

	font-family: FontAwesome;

	color: #5a7d33;

	font-size: 71px;

	position: absolute;

	top: -15px;

	z-index: 999;

	transition: all .1s ease 0s;

	border-left: 15px solid transparent;

	border-right: 15px solid transparent;

	border-bottom: 15px solid #c9b289

}

.breadcrumb ul li.topics_drowpdown ul li {

	padding: 0 15px 10px 0;

	width: 100%;

	color: #fff!important;

	font-size: 16px!important;

	font-family: 'Franklin Gothic';

	text-transform: uppercase

}

.breadcrumb ul li.topics_drowpdown ul li a:hover {

	color: #977b49!important

}

.breadcrumb ul li.topics_drowpdown ul li:before {

	content: "";

	font-size: 16px;

	color: #fff;

	font-family: FontAwesome;

	margin-right: 10px;

	display: none

}

.breadcrumb ul li.topics_drowpdown ul li a {

	color: #fff

}

.breadcrumb ul li.topics_drowpdown ul li a.current_cat {

	border-bottom: 1px solid #fff

}

.breadcrumb .search_box {

	display: inline-block;

	width: 24%;

	border-bottom: 1px solid #000;

	font-size: 16px;

	position: relative

}

.inner_page_breadcrumb.breadcrumb {

	display: inline-block;

	width: 100%;

	background: 0 0;

	margin-bottom: 0;

	padding: 24px 0

}

.inner_page_breadcrumb.breadcrumb span, .inner_page_breadcrumb.breadcrumb span a {

	font-size: 16px;

	color: #f58220;

	font-family: 'Franklin Gothic Book', arial

}

.inner_page_breadcrumb.breadcrumb span a, .inner_page_breadcrumb.breadcrumb span a span {

	color: #0f0f0f;

	font-family: 'Franklin Gothic Book', arial

}

.inner_page_breadcrumb.breadcrumb>span:after {

	content: "";

	font-family: FontAwesome;

	color: #000;

	font-size: 15px;

	vertical-align: middle;

	margin: 0 10px;

	position: relative;

	display: inline-block

}

.inner_page_breadcrumb.breadcrumb span:last-child:after {

	display: none

}

.search_box button {

	position: absolute;

	right: 0;

	top: 0;

	cursor: pointer;

	border: none;

	background: 0 0;

	padding: 0;

	width: 56px;

	height: 46px;

	margin: 0

}

.search_box button::before {

	display: inline-block;

	content: "";

	font-family: FontAwesome;

	color: #000;

	background-color: #fff;

	font-size: 22px;

	float: right;

	position: absolute;

	top: 0;

	right: 0;

	padding: 9px 20px;

	cursor: pointer

}

.fa_arrow_down:before {

	content: ""

}

.blog_page {

	display: block

}

.digital_section {

	display: block

}

.digital_section .position_absolute {

	top: inherit;

	padding: 0 20px 10px 20px

}

.digital_section .position_absolute p, .digital_section .position_absolute p a {

	color: #fff;

	font-size: 23px;

	text-transform: uppercase;

	padding-bottom: 0;

	font-family: 'Franklin Gothic', Helvetica, Arial, sans-serif

}

.digital_section .col_35 .date, .digital_section .col_65 .digital_box li .date {

	color: #fff;

	font-family: 'Franklin Gothic Book', arial

}

.digital_section div.col_35.position_relative {

	height: 54vh;

	overflow: hidden;

	background-color: #333

}

.digital_section div.col_35.position_relative .position_absolute {

	padding: 14px 20px 10px 20px;

	background-color: rgba(0,0,0,.5)

}

.digital_section div.col_35.position_relative .position_absolute p a {

	text-shadow: 1px 2px 2px #000

}

.digital_section .col_35 {

	width: 40%

}

.digital_section .col_65 {

	width: 59%;

	display: inline-block

}

.digital_section .col_65 .digital_box li {

	width: 50%;

	padding: 0 0 2vh 2vh

}

.digital_section .col_65 .digital_box li .position_relative {

	height: 26vh;

	overflow: hidden

}

.digital_section .col_65 .digital_box li:nth-child(2n) {

	float: right

}

.digital_section .col_65 .digital_box li .digital_box_overlay:before {

	background-color: rgba(201,177,137,.8)!important

}

.digital_section .col_65 .digital_box li .color_green_bg:before, .digital_section .col_65 .digital_box li .color_orange_bg:before, .digital_section .col_65 .digital_box li .digital_box_overlay:before {

	content: "";

	background-color: #f58220;

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0

}

.digital_section .col_65 .digital_box li .color_green_bg:before {

	background-color: #82bc41

}

.blog_section {

	display: inline-block;

	width: 100%

}

.blog_section .blog_box {

	display: inline-block;

	width: 100%

}

.blog_section .blog_box li .blog_box_img {

	width: 100%;

	height: inherit;

	overflow: hidden;

	background-color: #333

}

.blog_section .two_column {

	display: flex

}

.blog_section .two_column li {

	width: 32.4%

}

.blog_section .blog_box.two_column li .blog_box_img {

	height: inherit

}

.blog_section .two_column li:first-child {

	margin-right: 1%

}

.blog_section .two_column li:nth-child(2) {

	margin-right: 1%

}

.blog_section .blog_box li img {

	width: 100%

}

.blog_section .blog_box li .admin_box {

	display: block;

	width: 100%;

	float: left;

	text-align: right;

	padding-right: 20px;

	margin: 10px 0

}

.blog_section .blog_box li .admin_box .admin_text {

	color: #747474;

	font-size: 18px;

	display: inline-block;

	margin: 10px 0;

	margin-right: 0;

	font-family: 'Franklin Gothic Book', arial;

	margin-right: 13px;

	border-right: 1px solid #82bc41;

	line-height: 18px;

	padding-right: 10px

}

.blog_section .blog_box li .admin_box .date {

	color: #747474;

	font-size: 18px;

	display: inline-block;

	font-family: 'Franklin Gothic Book', arial;

	line-height: 18px

}

.blog_section .blog_box li h5, .blog_section .blog_box li h5 a, .blog_section .blog_box li h6, .blog_section .blog_box li h6 a {

	font-size: 20px;

	color: #191919;

	text-transform: uppercase;

	min-height: 100px;

	line-height: 30px

}

.blog_section .blog_box li h6 {

	font-size: 20px;

	height: 100px;

	width: 100%;

	float: left

}

.blog_section .blog_box li .sub_title {

	display: block;

	margin-bottom: 16px

}

.blog_inner_page_content .widget_section .two_column li .sub_title li, .blog_section .blog_box li .sub_title li {

	display: inline-block;

	width: auto;

	margin: 0

}

.blog_inner_page_content .widget_section .two_column li .sub_title li, .blog_section .blog_box li .sub_title li {

	font-size: 18px;

	color: #82bc41;

	font-family: 'Franklin Gothic Book', arial;

	padding: 0 10px;

	border-right: 1px solid #82bc41;

	line-height: 18px

}

.blog_inner_page_content .widget_section .two_column li .sub_title li {

	display: inline-block;

	width: 100%!important;

	color: #333;

	border-right: 0;

	padding: 7px 0

}

.blog_inner_page_content .widget_section .two_column li .sub_title li strong {

	width: 20%;

	display: inline-block;

	float: left

}

.blog_inner_page_content .widget_section .two_column li .sub_title li span {

	width: 80%;

	float: right;

}

.blog_inner_page_content .widget_section .two_column li .sub_title li a, .blog_section .blog_box li .sub_title li a {

	color: #747474

}

.blog_inner_page_content .widget_section .two_column li .sub_title li:first-child, .blog_section .blog_box li .sub_title li:first-child {

	padding-left: 0

}

.blog_inner_page_content .widget_section .two_column li .sub_title li:last-child, .blog_section .blog_box li .sub_title li:last-child {

	border: none

}

.blog_section .blog_box li p {

	font-size: 20px;

	color: #191919;

	line-height: 26px;

	font-family: 'Franklin Gothic Book', arial

}

.blog_section .blog_box li .read_more {

	font-size: 18px;

	padding: 10px 30px

}

.blog_section .three_column li {

	width: 32.4%

}

.blog_section .three_column li:nth-child(2) {

	margin: 0 1% 0 1%

}

.blog_section .three_column li p {

	min-height: 100px

}

.blog_section .pagination_box {

	display: block;

	margin-top: 50px

}

.blog_section .pagination_box li {

	display: inline-block;

	width: auto;

	font-size: 18px;

	color: #151515;

	border: 1px solid #ccc;

	padding: 6px 14px;

	border-right: none

}

.blog_section .pagination_box li:first-child {

	border-radius: 4px 0 0 4px

}

.blog_section .pagination_box li:last-child {

	border-right: 1px solid #ccc;

	border-radius: 0 4px 4px 0

}

.blog_section .pagination_box li.active {

	background-color: #82bc41;

	color: #fff

}

.blog_section .pagination_box li.next_slide:before {

	content: "";

	font-family: fontAwesome;

	color: #000

}

.pgntn-page-pagination-intro {

	display: none!important

}

.pgntn-bottom .pgntn-page-pagination-block {

	width: auto!important;

	display: inline-block;

	border: 1px solid #ccc;

	border-radius: 4px

}

.pgntn-bottom .pgntn-page-pagination-block .page-numbers.current {

	background-color: #82bc41!important;

	color: #fff!important;

	border: none!important

}

.pgntn-bottom .pgntn-page-pagination-block .page-numbers {

	font-size: 18px;

	color: #151515!important;

	padding: 6px 14px;

	margin: 0;

	float: left;

	font-family: 'Franklin Gothic Book', arial

}

.pgntn-page-pagination a.page-numbers {

	border-right: 1px solid #ccc!important;

	border-left: none!important;

	border-top: none!important;

	border-bottom: none!important;

	background-color: transparent!important

}

.envelop_section .emaillist {

	position: relative;

	width: 68%;

	margin: 0 auto;

	display: inline-block

}

.envelop_section .emaillist .es-field-wrap {

	display: inline-block;

	width: 41%;

	margin: 0 1%;

	float: left

}

.envelop_section .emaillist .es-field-wrap label br {

	display: none

}

.envelop_section .emaillist .es-field-wrap input {

	width: 100%

}

.envelop_section .emaillist .es-field-wrap input:focus, .envelop_section .emaillist input[type=submit]:focus {

	box-shadow: none;

	outline: 0

}

.envelop_section .emaillist input[type=submit] {

	border: 0;

	background-color: #82bc41!important;

	display: inline-block;

	height: 47px;

	vertical-align: top;

	width: 104px;

	padding: 8px 15px;

	margin-left: 5px;

	margin-top: 0;

	text-align: center;

	text-transform: normal

}

.envelop_section .emaillist .es_subscription_message.success {

	background-color: #fff;

	display: block;

	padding: 20px 40px

}

.envelop_section .emaillist .es_spinner_image {

	position: absolute;

	float: left;

	z-index: 99999;

	background-color: transparent;

	height: 50px;

	width: 50px

}

.envelop_section {

	display: inline-block;

	width: 100%;

	background-color: #e4ca9b;

	padding: 100px 0 65px;

	position: relative;

	margin-top: 42px

}

.envelop_section h6 {

	color: #000;

	font-size: 24px;

	text-transform: uppercase;

	font-family: 'Franklin Gothic Book', arial

}

.envelop_section .envelop_icon {

	display: inline-block;

	background-color: #fff;

	height: 122px;

	width: 125px;

	border-radius: 100%;

	border: 1px solid #d0d0d0;

	padding-top: 30px;

	position: absolute;

	top: -42px;

	left: 0;

	right: 0;

	margin: 0 auto

}

.envelop_section ul li {

	width: 26%;

	vertical-align: top;

	margin: 0 10px

}

.envelop_section ul li input {

	width: 100%;

	font-size: 18px

}

.envelop_section ul li:last-child {

	width: auto

}

.envelop_section ul li .sign_up {

	width: auto;

	font-size: 24px;

	color: #fff;

	font-family: 'Franklin Gothic Book', arial;

	text-transform: inherit;

	background-color: #82bc41;

	border: none;

	margin: 0;

	padding: 11px 20px

}

.envelop_section ul li .sign_up:hover {

	background-color: #fff;

	color: #82bc41

}

.small_container {

	max-width: 1120px;

	margin: 0 auto;

	padding: 0 15px

}

.blog_inner_page_content {

	display: block;

	margin-top: 45px;

}

.blog_inner_page_content.search_result .widget_section .two_column {

	border-bottom: 1px solid #ccc;

	padding: 40px 0

}

.blog_inner_page_content .widget_section .two_column {

	display: flex

}

.blog_inner_page_content .widget_section .two_column li {

	background-color: #fff

}

.blog_inner_page_content .widget_section .two_column li .middle-text {

	padding: 30px

}

.blog_inner_page_content .widget_section .two_column li .middle-text h1, .blog_inner_page_content .widget_section .two_column li .middle-text h1 a, .blog_inner_page_content .widget_section .two_column li h1, .blog_inner_page_content .widget_section .two_column li h1 a {

	color: #141414;

	text-transform: uppercase;

	font-size: 40px

}

.blog_inner_page_content.search_result .widget_section .two_column li .middle-text p {

	color: #333

}

.blog_inner_page_content .sidebar_section {

	display: block

}

.blog_inner_page_content .sidebar_section p {

	font-size: 20x;

	line-height: 30px;

	font-family: 'Franklin Gothic Book', arial

}

.blog_inner_page_content .sidebar_section .col-65 img {

	margin-bottom: 30px

}

.blog_inner_page_content .sidebar_section .col-65 h4 {

	font-size: 30px

}

.blog_inner_page_content .sidebar_section .one_column {

	margin: 20px 0

}

.blog_inner_page_content .sidebar_section .one_column li {

	font-size: 18px;

	font-family: 'Franklin Gothic Book', arial;

	color: #333;

	padding-left: 24px;

	line-height: 30px!important;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 30px;

	margin-bottom: 15px

}

.blog_inner_page_content .sidebar_section .one_column li:before {

	content: "";

	font-size: 11px;

	color: #f58220;

	font-family: FontAwesome;

	margin-right: 14px;

	margin-left: -23px;

	display: none

}

.blog_inner_page_content .sidebar_section .col-30 {

	width: 33%

}

.blog_inner_page_content .sidebar_section .green_hrl, .blog_inner_page_content .sidebar_section .vision_box {

	padding: 26px 16px

}

.blog_inner_page_content .sidebar_section .vision_box {

	background: url(images/blog_inner_page_box_img1.jpg) no-repeat;

	background-size: cover

}

.blog_inner_page_content .sidebar_section .col-30 h3 {

	color: #fff;

	font-size: 39.59px

}

.blog_inner_page_content .sidebar_section .col-30 p {

	color: #fff;

	font-size: 20px;

	line-height: 26px

}

.blog_inner_page_content .sidebar_section .col-30 .sub_title {

	color: #fff;

	font-size: 20px;

	line-height: 26px;

	margin-bottom: 10px

}

.blog_inner_page_content .sidebar_section .read_more {

	font-size: 15.85px;

	color: #fff;

	border: 1px solid #fff;

	padding: 6px 26px

}

.blog_inner_page_content .sidebar_section .col-30 .apply_now {

	background-color: #e1781f;

	border: none;

	transition: all .5s ease 0s

}

.blog_inner_page_content .sidebar_section .col-30 .apply_now:hover {

	background-color: #fff;

	color: #e1781f;

	transition: all .5s ease 0s

}

.blog_inner_page_content .sidebar_section .green_hrl {

	background: url(images/blog_inner_page_box_img2.jpg) no-repeat;

	position: relative;

	background-size: cover;

	margin: 20px 0

}

.blog_inner_page_content .sidebar_section .brown_pgdm {

	background: url(images/blog_inner_page_box_img3.jpg) no-repeat;

	background-size: cover

}

.blog_inner_page_content .sidebar_section .brown_pgdm:before {

	background-color: #dcc190

}

.blog_inner_page_content .might_section {

	display: block

}

.blog_inner_page_content .might_section ul li img {

	margin-bottom: 22px

}

.blog_inner_page_content .might_section h5 {

	height: inherit;

	font-size: 30px;

	margin-bottom: 45px

}

.blog_inner_page_content .might_section h6 {

	font-size: 20px!important;

	text-transform: inherit!important

}

.inner_page {

	display: block

}

.inner_page .title {

	color: #f58220

}

.inner_page .widget_section p {

	font-family: 'Franklin Gothic Book', arial

}

.inner_page .color_green h2 {

	color: #fff;

	font-family: 'Franklin Gothic Book', arial

}

.inner_page .color_green h2 strong {

	color: #fff;

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.inner_page .color_green p a {

	font-size: 17px;

	float: left;

	color: #fff;

	margin-top: 10px

}

table, td, th {

	border-left: 1px solid #e4ca9b;

	border-collapse: collapse

}

table th {

	background-color: #e4ca9b;

	font-size: 18px;

	color: #000;

	font-weight: 100;

	text-transform: uppercase;

	font-family: 'Franklin Gothic', Helvetica, Arial, sans-serif

}

table tr td {

	font-size: 22px;

	color: #333

}

td, th {

	padding: 24px 25px;

	text-align: left

}

tr td::before {

	display: none

}

.popular_section {

	width: 100%;

	float: left;

	background-color: #f3f3f3

}

.member_section {

	display: inline-block;

	width: 100%

}

.member_section h2 {

	color: #000

}

.member_section .faculty_search_box {

	display: inline-block;

	width: 100%;

	text-align: left;

	padding-left: 30px;

	position: relative;

	margin-bottom: 50px

}

.member_section .faculty_search_box h5 {

	display: inline-block;

	width: 100%;

	cursor: pointer;

	margin-bottom: 0

}

.member_section .faculty_search_box .faculty_question:before {

	content: "";

	font-size: 22px;

	color: #ef7647;

	font-family: FontAwesome;

	position: absolute;

	left: 0;

	float: left;

	font-weight: 100

}

.member_section .faculty_search_box .faculty_question.minus:before {

	content: ""!important

}

.member_section .faculty_search_box .faculty_answer {

	display: none;

	width: 100%

}

.member_section .faculty_search_box .faculty_answer ul li {

	width: 24%;

	float: left;

	position: relative;

	margin-bottom: 0;

	background: 0 0;

	padding-bottom: 0

}

.member_section .faculty_search_box .faculty_answer ul li label {

	display: inline-block;

	margin-left: 10px;

	font-size: 18px;

	color: #111;

	font-family: 'Franklin Gothic Book', arial

}

.member_section ul li.width_100 {

	width: 100%

}

.key_link_section ul li, .member_section ul li {

	width: 24%;

	margin-right: 1%;

	vertical-align: top;

	margin-top: 10px

}

.key_link_section ul li:nth-child(4n) {

	margin-right: 0

}

.member_section ul li img {

	width: 100%;

	margin-bottom: 20px;

	-webkit-filter: grayscale(100%);

	filter: grayscale(100%)

}

.member_section ul li h6 {

	height: 30px;

	font-size: 20px;

	color: #111;

	padding: 0 10px;

	margin-bottom: 10px

}

.member_section ul li h5 {

	font-size: 22px;

	color: #111;

	margin-bottom: 3px

}

.member_section ul li p {

	font-size: 18px;

	line-height: 25px;

	color: #111;

	font-family: 'Franklin Gothic Book', arial;

	min-height: 90px;

	padding: 0 20px

}

.member_section ul li .read_more {

	font-size: 17px;

	padding: 5px 15px;

	border: 2px solid #82bc41;

	transition: all .5s ease 0s

}

.member_section ul li .read_more:hover {

	background: #82bc41;

	color: #fff;

	transition: all .5s ease 0s

}

.key_link_section {

	display: inline-block;

	width: 100%;

	padding: 60px 0 60px 0!important

}

.key_link_section ul li .read_more {

	position: relative;

	padding: 30px 10px 30px 30px;

	font-size: 20px;

	font-weight: 400;

	border: none;

	width: 100%;

	color: #fff;

	text-transform: uppercase;

	font-family: 'Franklin Gothic', Helvetica, Arial, sans-serif

}

.key_link_section ul li .read_more:hover {

	background-color: #4f4f4f!important;

	transition: all .5s ease 0s

}

.key_link_section ul li .read_more.brown_color {

	background-color: #f68026

}

.key_link_section ul li .read_more:after {

	content: "";

	color: #fff;

	font-size: 30px;

	font-family: FontAwesome;

	position: absolute;

	right: 0;

	background-color: rgba(43,43,43,.6);

	top: 0;

	padding: 32px 10px;

	bottom: 0

}

.key_link_section ul li .color_green_dark {

	background-color: #c7af87

}

.key_link_section ul li .color_green {

	background-color: #e6ab31

}

.program_page {

	display: block

}

.program_page p {

	font-family: 'Franklin Gothic Book', arial;

	color: #000

}

.program_page .wrapper_section .download_btn {

	width: 270px;

	margin: 20px 20px 0 0

}

.career_section {

	display: inline-block;

	width: 100%;

	background: url(images/carrer_section_bg.jpg) no-repeat;

	background-size: cover;

	position: relative;

	padding-bottom: 50px!important

}

.career_section:before {

	content: "";

	background-color: #e4ca9b;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0

}

.career_section .container {

	position: relative

}

.career_section ul li {

	width: 19%;

	text-align: center;

	margin: 31px 0 10px 4%;

	vertical-align: top;

	height: 143px;

	padding: 20px;

	display: flex;

	align-items: center;

	justify-content: center;

	float: left

}

.career_section ul li h3 {

	font-size: 62px;

	margin-bottom: 0;

	color: #333;

	line-height: 48px;

	width: 100%;

	float: left;

	padding-top: 10px

}

.career_section ul li p {

	line-height: 25px!important;

	padding-bottom: 0

}

.profile_section {

	display: block;

	padding: 60px 0 60px 0!important

}

.profile_section .col_50 {

	width: 49%;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	padding: 20px

}

.profile_section ul.four_column li {

	background-color: #f2f3f3;

	padding: 20px 20px;

	width: 17.6%;

	margin-right: 3%;

	float: left;

	height: 150px

}

.profile_section ul.four_column {

	margin-top: 20px

}

.profile_section ul.four_column li:last-child {

	margin-right: 0

}

.profile_section ul.four_column li h3 {

	color: #89ba3a;

	font-size: 50px;

	line-height: 40px;

	margin-bottom: 0

}

.profile_section ul.four_column li p {

	font-size: 18px;

	padding-bottom: 0;

	line-height: 25px!important

}

.profile_section ul.four_column li h3 p {

	height: inherit;

	min-height: auto;

	padding-top: 6px

}

.program_page .widget_section .four_column .download_btn {

	width: 100%;

	background-color: #82bc41

}

.program_page .widget_section .four_column .download_btn:hover {

	background-color: #a0c020

}

.student_life_section {

	display: inline-block;

	width: 100%;

	padding-bottom: 0!important

}

.student_life_section ul li {

	width: 33%;

	height: 258px;

	border-right: 1px solid #d7d7d7;

	border-bottom: 1px solid #d7d7d7;

	padding: 20px 40px 0 40px;

	float: left

}

.student_life_section ul li:nth-child(3n) {

	border-right: none

}

.student_life_section ul li:last-child, .student_life_section ul li:nth-last-child(2), .student_life_section ul li:nth-last-child(3) {

	border-bottom: none

}

.student_life_section ul li h3 {

	font-size: 20px;

	color: #89ba3a;

	text-transform: uppercase

}

.student_life_section ul li p {

	color: #333;

	position: relative

}

.student_life_section ul li .read_more {

	font-size: 15.94px;

	color: #82bc41;

	border: none;

	padding: 0;

	float: right;

	position: absolute;

	left: 0

}

.student_life_section ul li .read_more:hover {

	background: 0 0

}

.student_life_section ul li .read_more:after {

	content: "";

	background: url(images/green_arrow.png) no-repeat;

	width: 27px;

	display: inline-block;

	height: 20px;

	vertical-align: middle;

	margin-left: 10px

}

.himalya_section .color_green {

	height: 552px;

	color: #fff;

	background: #e4e4e4

}

.slick-active .middle-text {

	opacity: 1;

	width: 100%

}

.himalya_section .color_green p {

	color: #333

}

.himalya_section .color_green h2 {

	color: #f58220

}

.himalya_section .color_green .position_absolute {

	top: 50%

}

.himalya_section .color_green img {

	height: 552px;

	object-fit: cover

}

.himalya_section.image_slider {

	background-color: #f7f7f7!important;

	padding: 60px 0 52px 0!important

}

.himalya_section.image_slider .text_center {

	margin: 0 auto

}

.himalya_section.image_slider .slick-slide img {

	width: 100%;

	height: 500px;

	object-fit: cover

}

.speak_section {

	display: block;

	padding-bottom: 0!important;

	margin: 30px 0 0 0

}

.speak_section ul li {

	display: inline-block;

	width: 49%;

	padding: 20px 20px;

	background-color: #f58220;

	background: url(images/user_bg_img1.jpg) no-repeat;

	background-size: cover;

	position: relative;

	height: 390px;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13)

}

.speak_section ul li.brown_color_before:before, .speak_section ul li:before {

	content: "";

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	background-color: rgba(242,114,33,.9)

}

.speak_section ul li.brown_color_before:before {

	background-color: #c9b289

}

.speak_section ul li h4 {

	color: #fff;

	font-size: 25px;

	text-transform: uppercase;

	margin: 10px 0 5px 0

}

.speak_section ul li p {

	color: #fff

}

.speak_section ul li:nth-child(2) {

	float: right

}

.main_header .logo img {

	width: 200px

}

.text_uppercase.font_weight_600.in-media {

	color: #9ebe24;

	margin-bottom: 0!important

}

.media_box.one_column img {

	width: 30px

}

.academic_section.py-8.consortium-companies h2 {

	margin-bottom: 20px

}

.academic_section.py-8.consortium-companies {

	padding-bottom: 60px!important

}

.advantage_section.py-8.soil-advantage {

	padding: 60px 0 0 0!important

}

.widget_section.py-8.box {

	padding-bottom: 0!important

}

.widget_section.py-8.box ul {

	margin-bottom: -8px

}

.widget_section .three_column .widget_text img {

	bottom: 20px;

	right: 18px;

	width: 30px;

	height: auto

}

.consortium-companies .col-30 {

	width: 34%;

	padding-left: 4%

}

.academic_section.py-8.consortium-companies img {

	height: 165px;

	object-fit: cover

}

.box-pic {

	height: 100%;

	width: 100%;

	object-fit: cover

}

.social-icon-mobile {

	display: none!important

}

#wrap {

	display: inline-block;

	position: relative;

	height: 60px;

	float: right;

	padding: 0;

	position: relative

}

#wrap input[type=text] {

	height: 40px;

	font-size: 18px;

	display: inline-block;

	font-weight: 100;

	border: none;

	outline: 0;

	color: #555;

	padding: 3px 3px 3px 10px;

	padding-right: 60px;

	width: 0;

	position: absolute;

	top: -5px;

	right: 0;

	background: 0 0;

	z-index: 3;

	transition: width .4s cubic-bezier(0, .795, 0, 1);

	cursor: pointer

}

#wrap input[type=text]:focus:hover {

	border-bottom: 1px solid #bbb

}

#wrap input[type=text]:focus {

	width: 500px;

	z-index: 1;

	border-bottom: 1px solid #bbb;

	cursor: text

}

#wrap input[type=submit] {

	height: 30px;

	width: 60px;

	display: inline-block;

	float: right;

	text-indent: -10000px;

	border: none;

	position: absolute;

	top: 0;

	right: 0;

	z-index: 2;

	cursor: pointer;

	opacity: 1;

	cursor: pointer;

	transition: opacity .4s ease;

	background-image: url(images/search-icon.png);

	background-repeat: no-repeat;

	background-color: #000;

	background-color: rgba(201,76,76,0);

	background-position: 30px 2px

}

#wrap input[type=submit]:hover {

	opacity: 1;

	background-color: #fff

}

.program .col_50 {

	margin-bottom: 60px

}

.admissions .four_column {

	margin: 10px 0 8px 0

}

.admissions {

	padding-bottom: 43px!important

}

.himalya_section {

	padding-bottom: 0!important;

	margin-top: -30px

}

.speak_section ul {

	padding-top: 12px;

	width: 100%;

	float: left

}

.happening_section .col-30 {

	width: 34.7%

}

.happening_section .event_box p {

	height: 90px;

	padding-bottom: 0;

	display: flex;

	align-items: center

}

.happening_section .event_box p a {

	color: #333

}

.content-layout {

	padding-bottom: 39px!important

}

.content-layout1 {

	padding-bottom: 41px!important

}

.table-layout h2 {

	margin-bottom: 50px

}

.popular_section img {

	height: 530px;

	object-fit: cover

}

.popular-section-mobile {

	display: none

}

.member_section ul li {

	background: #f6f6f6;

	padding-bottom: 30px;

	margin-bottom: 10px!important;

	width: 19%;

	float: left

}

.member-section-col:hover {

	box-shadow: 0 0 4px rgba(0,0,0,.45);

	transition: all .1s ease-in;

	transform: scale(1.04)

}

.text_color_orange {

	color: #f27221

}

.padding_left_li {

	display: inline-block;

	width: 100%;

	padding-left: 0;

	margin: 10px 0 16px 0

}

.padding_left_li li {

	display: inline-block;

	width: 100%;

	font-size: 20px;

	font-family: 'Franklin Gothic Book', arial;

	color: #333;

	line-height: 30px!important;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 30px;

	margin-bottom: 15px

}

.downlaod_now {

	display: inline-block;

	border-radius: 10px;

	padding: 10px 30px;

	font-size: 24px;

	color: #fff!important;

	font-weight: 600;

	background: #e0ac33;

	background: -moz-linear-gradient(top, #e0ac33 0, #f38037 100%);

	background: -webkit-linear-gradient(top, #e0ac33 0, #f38037 100%);

	background: linear-gradient(to bottom, #e0ac33 0, #f38037 100%)

}

.downlaod_now:before {

	content: "";

	font-family: fontAwesome;

	color: #fff;

	font-size: 18px;

	margin-right: 10px

}

.single-post .blog_inner_page_content .widget_section .two_column li .middle-text h1, .single-post .blog_inner_page_content .widget_section .two_column li h1 {

	font-size: 32px

}

.single-post .blog_inner_page_content .sidebar_section .col-65 h2 a, .single-post .blog_inner_page_content .sidebar_section .col-65 h3 a, .single-post .blog_inner_page_content .sidebar_section .col-65 h4 a, .single-post .blog_inner_page_content .sidebar_section .col-65 h5 a, .single-post .blog_inner_page_content .sidebar_section .col-65 h6 a {

	color: #333

}

.single-post .blog_inner_page_content .sidebar_section .col-65 h2 a:hover, .single-post .blog_inner_page_content .sidebar_section .col-65 h3 a:hover, .single-post .blog_inner_page_content .sidebar_section .col-65 h4 a:hover, .single-post .blog_inner_page_content .sidebar_section .col-65 h5 a:hover, .single-post .blog_inner_page_content .sidebar_section .col-65 h6 a:hover {

	color: #f27221

}

.single-post .blog_inner_page_content .sidebar_section .col-65 h2, .single-post .blog_inner_page_content .sidebar_section .col-65 h3, .single-post .blog_inner_page_content .sidebar_section .col-65 h4, .single-post .blog_inner_page_content .sidebar_section .col-65 h5, .single-post .blog_inner_page_content .sidebar_section .col-65 h6 {

	margin: 14px 0 10px

}

.single-post .blog_inner_page_content .sidebar_section .col-65 img {

	margin-bottom: 20px

}

.single-post .blog_inner_page_content .sidebar_section p strong {

	font-weight: 600

}

.single-post .blog_inner_page_content .sidebar_section p a {

	color: #000

}

.single-post .blog_inner_page_content .sidebar_section p a:hover {

	color: #f38037

}

.single-post .blog_inner_page_content .sidebar_section ul.one_column {

	margin-top: 10px

}

.single-post .blog_inner_page_content .sidebar_section ul.one_column li a {

	font-size: 18px;

	line-height: 29px;

	font-family: 'Franklin Gothic Book', arial;

	color: #333

}

.single-post .blog_inner_page_content .sidebar_section ul.one_column li a:hover {

	color: #f38037

}

.single-post .blog_inner_page_content .sidebar_section .one_column li strong {

	font-weight: 600

}

.blog_inner_page_content .might_section ul li .might_section_img_box, .single-post .blog_inner_page_content .might_section ul li .might_section_img_box {

	display: block;

	max-height: 202px;

	overflow: hidden;

	margin-bottom: 0

}

.blog_inner_page_content .might_section ul li .might_section_img_box img, .single-post .blog_inner_page_content .might_section ul li .might_section_img_box img {

	margin-bottom: 0

}

.single-post .blog_inner_page_content .sidebar_section table {

	width: 100%;

	margin: 20px 0 20px 0

}

.single-post .blog_inner_page_content .sidebar_section table tr td, .single-post .blog_inner_page_content .sidebar_section table tr th {

	font-size: 17px;

	border-left: 1px solid #000

}

.single-post .blog_inner_page_content .sidebar_section table th {

	background-color: transparent;

	color: #000;

	font-size: 19px

}

.section_one ul li:nth-child(3) {

	background-color: #82bc41!important

}

.happening_section .two_column li img {

	width: 100%;

}

.happening_section .two_column li p img {

	width: auto

}

.consortium-companies::before {

	background-color: #c9b189

}

.client_4_box {

	border-right: 1px solid #fff

}

.academic_section .client_2_box li:nth-child(5), .academic_section .client_2_box li:nth-child(6), .academic_section .client_4_box li:nth-child(10), .academic_section .client_4_box li:nth-child(11), .academic_section .client_4_box li:nth-child(12), .academic_section .client_4_box li:nth-child(9) {

	margin-bottom: 0

}

.bggray_hover:hover, .box-link:hover {

	transition-delay: 0s;

	cursor: pointer

}

.bggray_hover.bg-red:hover, .box-link.bg-red:hover {

	background: #e40000

}

.bggray_hover.bg-maroon:hover, .box-link.bg-maroon:hover {

	background: #a30000

}

.bggray_hover:hover .link .icon-outlined-link-right-arrow, .box-link:hover .link .icon-outlined-link-right-arrow {

	animation: linkanimation .7s linear

}

.animated .animate-second.banner-content {

	animation: sectionflipdownbanner 1s linear

}

@keyframes linkanimation {

0%, to {

transform:translateX(0)

}

50% {

transform:translateX(20px)

}

}

[class*=" icon-"], [class^=icon-] {

	font-family: airtel-icons;

	display: inline-block;

	vertical-align: middle;

	font-weight: 400;

	font-style: normal;

	speak: none;

	text-decoration: inherit;

	text-transform: none;

	text-rendering: optimizeLegibility;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	margin-top: 4px

}

.happening_section .read_more img {

	margin-top: 2px

}

.container-block {

	position: relative

}

.container-block::before {

	background-color: rgba(0,0,0,.1);

	bottom: 0;

	content: '';

	display: block;

	position: absolute;

	top: 0;

	width: 100%

}

.container-block:hover .inner-block:before, .container-block:hover .slider-top-right:after {

	height: 100%

}

.container-block:hover .inner-block:after, .container-block:hover .slider-top-right:before {

	width: 100%

}

.container-block img {

	display: block;

	max-width: 100%

}

.block-content {

	position: absolute;

	bottom: 10%;

	left: 10%;

	padding: 0 1rem

}

.inner-block:after, .slider-top-right:before {

	height: 1px;

	transition: width .75s ease;

	width: 0%

}

.inner-block:before, .slider-top-right:after {

	height: 0%;

	transition: height .75s ease;

	width: 1px

}

.inner-block:after, .inner-block:before, .slider-top-right:after, .slider-top-right:before {

	background-color: #fff;

	content: '';

	display: block;

	position: absolute

}

.inner-block {

	font-size: 2em;

	width: 90%;

	height: 90%;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	margin: auto

}

.inner-block:before {

	bottom: 0;

	left: 0

}

.inner-block:after {

	bottom: 0;

	right: 0

}

.slider-top-right {

	position: relative;

	width: 100%;

	height: 100%

}

.slider-top-right:before {

	top: 0;

	left: 0

}

.slider-top-right:after {

	top: 0;

	right: 0

}

.timeline-col {

	padding-bottom: 18px!important

}

.mobile-box {

	display: none

}


.about_page_header .main_header .search_box .fa {

	color: #444

}

.about-top iframe {

	margin-bottom: 60px

}

.about_value_section h3 {

	text-transform: uppercase

}

.governing-board .slick-prev {

	left: 0

}

.governing-board .slick-next {

	right: 0

}

.governing-board .slick-next::before, .governing-board .slick-prev::before {

	color: #fff

}

.modern_section p {

	margin-bottom: 18px

}

.association_section .client_1_box li {

	text-align: center;

	margin: 0 0 32px 0;

	width: 47%;

	float: left;

	height: 125px;

	display: flex;

	align-items: center;

	justify-content: center;

	padding-bottom: 30px;

	margin: 0 5% 0 0

}

.association_section .client_3_box li {

	height: 125px;

	text-align: center;

	width: 13%;

	float: left;

	display: flex;

	align-items: center;

	justify-content: center;

	padding-bottom: 30px;

	margin: 0 3% 0 0

}

.about_page_header .main_nav ul li ul::after {

	display: none;

	content: "";

	font-family: FontAwesome;

	color: #5a7d33;

	font-size: 71px;

	position: absolute;

	top: -15px;

	z-index: 999;

	transition: all .1s ease 0s;

	border-left: 15px solid transparent;

	border-right: 15px solid transparent;

	border-bottom: 15px solid #c9b289

}

.about_page_header .main_nav {

	margin-top: 78px

}

.governing-board .board_box ul.color_brown li .read_more::after {

	display: none

}

.about_value_section .col_50 img, .about_value_section img, .button-col img, .evaluation-criteria img, .governing-board .board_box ul.color_brown li .read_more img, .governing-board .board_section .read_more img {

	width: 25px;

	height: inherit;

	margin: -4px 0 0 15px

}

.modern_section img {

	width: 100%

}

.governing-board .about_value_section .col_50 .read_more::after, .governing-board .board_section .read_more::after {

	display: none

}

.about_value_section .col_50 img {

	width: auto

}

.current_page_ancestor>a, .current_page_item>a {

	font-size: 20px!important

}

.program_page .col_50.alignright {

	position: relative;

	padding-bottom: 28%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.program_page .col_50.alignright iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.student_life_section img {

	width: 40px;

	float: left;

	height: inherit;

	margin: 4px 10px 0 0

}

.himalya_section .slick-prev {

	left: 0

}

.himalya_section .slick-next {

	right: 0

}

.admissions-process ul {

	float: left;

	padding: 0;

	margin: 3px 0 32px 0

}

.admissions-process ul li {

	width: 100%;

	float: left;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 30px;

	margin-bottom: 15px;

	word-wrap: anywhere

}

.admissions-process h3 {

	font-size: 25px;

	color: #f58220;

	text-transform: uppercase;

	margin: 34px 0 35px 0

}

.evaluation-criteria h3 {

	font-size: 25px;

	color: #fff;

	text-transform: uppercase

}

.admissions-process a {

	color: #f58220

}

.inner_page .key_link_section {

	padding: 60px 0 60px 0

}

.date-box {

	color: #ffff32;

	font-family: 'Franklin Gothic', Helvetica, Arial, sans-serif

}

.admissions-process table {

	width: 100%;

	margin-bottom: 30px

}

.admissions-process table, td, th {

	font-size: 18px!important;

	border: 1px solid #b59968!important;

	font-family: 'Franklin Gothic Book', arial

}

.table-div {

	overflow-y: auto;

	width: 100%

}

.table-col {

	padding: 0!important

}

.table-1 {

	width: 40%;

	line-height: 28px

}

.table-2 {

	width: 60%

}

.table-div1 {

	margin-top: -30px

}

.table-div2, .table-div3 {

	margin-top: 15px

}

.table-div4, .table-div5 {

	margin: 30px 0 30px 0

}

.table-div6 {

	margin: 30px 0 0 0

}

.last-col {

	margin: -10px 0 -25px 0;

	width: 100%;

	float: left

}

.table-font {

	font-family: 'Franklin Gothic', Helvetica, Arial, sans-serif

}

.admissions-resources-col {

	width: 32%;

	float: left;

	margin-right: 2%

}

.admissions-resources-col:nth-child(3) {

	margin-right: 0

}

.admissions-resources-col h2 {

	font-size: 22px;

	line-height: 30px;

	margin-top: 20px

}

.admissions-resources-col1 {

	position: relative;

	padding-bottom: 56%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000;

	box-shadow: 0 0 1rem rgba(0,0,0,.15)

}

.admissions-resources-col1 iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.recruting-companies1 {

	width: 24%;

	float: left;

	text-align: center;

	border: 1px solid #ddd;

	margin: 0 1.3% 1.3% 0

}

.recruting-companies1:nth-child(12), .recruting-companies1:nth-child(4), .recruting-companies1:nth-child(8) {

	margin-right: 0

}

.recruting-companies {

	width: 100%;

	float: left;

	margin: 19px 0 50px 0

}

.recruting-companies-col {

	width: 80%;

	margin: 0 auto

}

.placements-reports a {

	font-size: 20px;

	color: #ef7647;

	line-height: 30px;

	width: 25%;

	float: left;

	text-transform: uppercase

}

.student-life {

	width: 100%;

	float: left;

	margin: 38px 0 55px 0

}

.student-life-tab {

	width: 25%;

	float: left;

	border-right: 1px solid #fff

}

.admissions-process a {

	color: #fff;

	display: block;

	text-align: center;

	background: #82bc41;

	height: 60px;

	display: flex;

	align-items: center;

	justify-content: center;

	font-size: 20px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	text-transform: uppercase

}

.profile_section.py-8.key-highlights-box {

	background-color: #fff;

	padding-top: 20px!important

}

.profile_section.py-8.key-highlights-box ul li {

	width: 31.3%;

	background-image: none

}

.profile_section.py-8.key-highlights-box ul li:nth-child(2) p {

	color: #000

}

.profile_section.py-8.key-highlights-box ul {

	margin-top: 0

}

.profile_section.py-8.key-highlights-box h3 {

	margin-top: 0

}

.graph-box {

	width: 50%;

	float: left

}

.graph-box h3 strong {

	padding-bottom: 4px;

	width: 100%;

	float: left

}

.graph-box1 {

	width: 100%;

	float: left;

	margin-top: 0

}

.graph-box1 img {

	width: 800px;

	margin-top: 40px;

	margin-bottom: 20px

}

.student-life-tab a {

	background: #82bc41;

	display: block;

	text-align: center;

	color: #333;

	font-size: 18px;

	text-transform: uppercase;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	padding: 15px 0;

	margin-right: 3%

}

.student-box {

	margin-top: 30px

}

.student-box-last {

	margin-bottom: 56px

}

.admissions-process .middle-text {

	vertical-align: top

}

.admissions-process .middle-text h3 {

	margin: 54px 0 30px 0

}

.admissions-process h3::before {

	content: "";

	height: 5px;

	width: 103px;

	background-color: #ef7647;

	display: inline-block;

	position: absolute;

	margin-top: 41px;

	display: none!important

}

.question_section {

	display: block;

	cursor: pointer;

	padding: 60px 0 0 0!important

}

.question_section ul {

	padding: 0 0 0

}

.question_section ul li {

	display: block;

	margin-bottom: 15px;

	border: 1px solid #ddd;

	padding: 5px 20px 5px 16px

}

.question_section ul li .question {

	display: block;

	font-size: 18px;

	margin-bottom: 0;

	padding: 10px 0;

	color: #5f5f5f;

	font-family: "Franklin Gothic", "Arial Black", sans-serif!important;

	line-height: 25px

}

.question_section ul li .question:after {

	content: "";

	font-size: 24px;

	color: #ef7647;

	font-family: FontAwesome;

	float: right;

	font-weight: 100;

	position: absolute;

	right: 9px;

	top: 11px

}

.question_section ul li .minus:after {

	content: ""!important

}

.question_section ul li .answer {

	display: none;

	padding: 5px 16px 5px 0;

	font-size: 16px;

	font-family: 'Franklin Gothic Book', arial;

	float: left;

	width: 100%

}

.question_section ul li .answer ul {

	padding: 0 0 0 20px

}

.question_section ul li .answer ul li {

	display: list-item;

	border: none;

	padding: 0;

	font-size: 18px;

	color: #161e2e;

	list-style: disc

}

.placements-table1 {

	width: 43%

}

.profile_section.py-8.key-highlights-box h3::before {

	content: "";

	height: 5px;

	width: 103px;

	background-color: #ef7647;

	display: inline-block;

	position: absolute;

	margin-top: 45px;

	display: none

}

.graph-box h3::before {

	display: inherit

}

.table-div.placements-table {

	margin-top: 10px;

	width: 100%;

	float: left

}

.placements-table1 {

	margin-bottom: 25px

}

.recruting-companies1 img {

	width: 210px

}

.placements-reports h3 {

	font-size: 30px;

	text-transform: uppercase;

	margin-bottom: 4px

}

.placements-reports h3::before {

	content: "";

	height: 5px;

	width: 103px;

	background-color: #ef7647;

	display: inline-block;

	position: absolute;

	margin-top: 45px;

	display: none

}

.placements-reports {

	width: 100%;

	float: left

}

.placements-reports p br {

	display: none

}

.student-clubs p img {

	width: 50%;

	margin: 0 auto;

	display: inherit;

	padding: 20px 0 5px 0

}

.button-col a, .button-col1 a {

	font-family: 'Franklin Gothic Book', arial;

	color: #89ba3a;

	display: inline;

	width: auto!important;

	background: 0 0;

	height: auto;

	text-align: inherit;

	text-transform: inherit;

	font-size: 17px

}

.admissions-journey {

	text-align: center

}

.button-col1 a {

	color: #333;

	text-decoration: underline

}

.himalya_section .slick-next::before, .himalya_section .slick-prev::before {

	color: #fff

}

.middle-container .middle-text h3 {

	font-size: 25px!important;

	color: #f58220

}

.middle-container .middle-text {

	vertical-align: top

}

.middle-container .middle-text h3 {

	margin: 54px 0 4px 0;

	line-height: 31px

}

.middle-container .middle-text h3::before {

	bottom: -10px;

	display: none

}

.heading-col {

	margin: 5px 0 3px 0!important

}

.des-col {

	padding-top: 52px

}

.hed-col-1 {

	margin: 5px 0 4px 0!important

}

.hed-col-2 {

	margin-bottom: 4px!important

}

.des-last-col {

	margin-bottom: -66px;

	float: left;

	width: 100%

}

.admissions-process .title::before {

	bottom: -3px

}

.admissions-process .title {

	margin-bottom: 35px

}

.key_link_section .title {

	font-size: 30px;

	margin-bottom: 20px;

	line-height: initial

}

.key_link_section .title::before {

	display: none

}

.hed-col-3 {

	margin-bottom: 3px!important

}

.hed-col-4 {

	margin: 3px 0 4px 0!important

}

.hed-col-5 {

	margin-bottom: 4px!important

}

.hed-col-6 {

	margin-bottom: 4px!important

}

.hed-col-7 {

	margin: 3px 0 46px 0!important

}

.hed-col-7::before {

	bottom: -5px;

	background-color: #fff

}

.hed-col-8 {

	margin-bottom: 40px!important

}

.line-div-col {

	width: 100%;

	float: left;

	margin-bottom: 28px

}

.line-div {

	width: 103px;

	height: 3px;

	float: left;

	background-color: #89ba3a

}

.line-div-col1 {

	margin-bottom: 20px

}

.line-div-col2 {

	margin-bottom: 0

}

.line-div-col3 {

	margin-bottom: 40px

}

.graph-pic2 {

	width: 420px

}

.graph-box1 p {

	padding-bottom: 0

}

.graph-col {

	width: 100%;

	float: left

}

.graph-pic4 {

	width: 400px;

	margin-top: 115px

}

.graph-box p span, .graph-box span {

	font-size: 20px;

	color: #000;

	margin-top: 15px;

	width: 100%;

	float: left;

	margin-bottom: 50px;

	padding-left: 40px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	text-transform: initial

}

.placements-reports a {

	color: #fff;

	text-align: center;

	height: 70px;

	display: flex;

	align-items: center;

	justify-content: center;

	padding-right: 15px;

	line-height: 25px;

	font-size: 20px!important

}

.placements-reports .admissions {

	padding-bottom: 0!important;

	margin-bottom: -46px

}

.question_section .title::before {

	bottom: -5px

}

#morning-circle h3, .campus-life h3, .residential-life h3, .student-clubs h3 {

	margin: 34px 0 4px 0

}

.clubs-associations {

	width: 100%;

	float: left

}

.clubs-associations-col {

	width: 25%;

	float: left;

	text-align: center;

	border: 1px solid #ddd;

	padding: 20px;

	height: 180px;

	font-size: 16px;

	color: #000;

	line-height: 25px;

	display: flex;

	align-items: center;

	justify-content: center;

	font-family: 'Franklin Gothic Book', arial

}

.clubs-associations-col img {

	width: 80px;

	margin-bottom: 10px

}

.clubs-associations .middle-container .middle-text h3 {

	line-height: inherit;

	margin: 31px 0 4px 0

}

.clubs-associations1 {

	margin-top: 26px;

	margin-bottom: 30px

}

.border-1 {

	border-top: 0;

	border-left: 0

}

.border-2, .border-3, .border-4, .border-5, .border-6, .border-7 {

	border-top: 0

}

.border-8 {

	border-top: 0;

	border-right: 0

}

.border-9 {

	border-left: 0;

	border-bottom: 0

}

.border-10, .border-11, .border-12, .border-13, .border-14, .border-15 {

	border-bottom: 0

}

.border-16, .border-17 {

	border-right: 0;

	border-bottom: 0

}

.clubs-associations-des {

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #333;

	line-height: 30px;

	margin-bottom: 40px;

	margin-top: -8px

}

.clubs-associations-des1 {

	margin-bottom: -60px

}

.curriculum-col ul li {

	width: 33%;

	padding-right: 20px

}

.curriculum-col1 ul {

	margin: 0 0 -57px 0

}

.curriculum-col ul {

	margin-top: 15px

}

.graph-pic1, .graph-pic3 {

	width: 400px

}

.himalya_section .middle-container .middle-text {

	vertical-align: top;

	padding-top: 0

}

.key_link_section ul li .read_more.button-1:hover {

	background-color: #e1721d!important

}

.key_link_section ul li .read_more.button-2:hover {

	background-color: #d59e2d!important

}

.key_link_section ul li .read_more.button-3:hover {

	background-color: #99b823!important

}

.key_link_section ul li .read_more.button-4:hover {

	background-color: #b39a70!important

}

.color-white {

	color: #fff

}

.button-col.bggray_hover img, .evaluation-criteria .bggray_hover img {

	margin: -4px 0 0 6px

}

.placements-reports .download_btn::after {

	display: none

}

.color_green p {

	color: #fff

}

.curriculum-div-col .clubs-associations-col {

	width: 20%;

	border-bottom: 0;

	color: #fff;

	font-size: 18px;

	border-right: 0

}

.curriculum-div-col .clubs-associations-col.border-5 {

	border-right: 0

}

.curriculum-div-col {

	margin: 20px 0 10px 0

}

.curriculum-div-col .clubs-associations-col img {

	margin-left: 0

}

.curriculum-line .line-div {

	background-color: #fff

}

.curriculum-heading {

	margin-bottom: 4px

}

.border-12, .border-4 {

	border-right: 0

}

.border-13, .border-5 {

	border-left: 0

}

.about_page_header .container {

	padding-right: 0

}

.himalya_section .slick-arrow::before {

	padding: 30px 10px 30px 6px

}

.slide_div .navigation ul li a {

	width: 100%;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-weight: 500;

	padding: 5px 0

}

.slide_div .navigation ul li a:hover {

	text-decoration: underline

}

.slide_div .navigation ul li.bottom_arrow:after {

	content: "\f067";

	font-size: 15px;

	color: #fff;

	font-family: FontAwesome;

	float: right;

	position: absolute;

	right: 8px;

	top: 12px

}

.slide_div .navigation ul li.top_arrow::after {

	content: "\f068";

	font-size: 15px;

	color: #fff;

	font-family: FontAwesome;

	float: right;

	position: absolute;

	right: 8px;

	top: 12px

}

.slide_div .navigation nav .primary_nav:first-child {

	padding-top: 140px

}

.banner_bg .navigation nav .primary_nav:first-child {

	padding-top: 40px

}

.digital_section img {

	width: 100%;

	height: 100%

}

.blog_section h5 {

	height: 60px;

	width: 100%;

	float: left

}

.blog-button {

	color: #82bc41;

	font-size: 17px!important;

	border: none;

	padding: 0!important

}

.blog-button:hover {

	color: #82bc41;

	background: 0 0

}

.blog-button img {

	width: 25px!important;

	height: inherit;

	margin: -4px 0 0 0

}

.blog-col2 h6 {

	height: 60px;

	width: 100%;

	float: left

}

.blog-col2 {

	padding: 60px 0 50px 0!important

}

.blog-col1 .blog_box_img img {

	width: 100%

}

.blog-inner h1 {

	font-size: 40px;

	margin-bottom: 5px

}

.blog-inner ul li {

	font-family: 'Franklin Gothic Book', arial;

	color: #82bc41;

	font-size: 18px

}

.inner-pic img {

	width: 100%

}

.blog-inner-heading {

	margin: 90px 0 28px 0

}

.might_section .three_column li {

	width: 32.4%!important

}

.might_section .three_column li:nth-child(2), .might_section .three_column li:nth-child(3) {

	margin: 0 0 0 1%

}

.might_section ul li .might_section_img_box {

	max-height: inherit!important

}

.apply-now-col {

	margin-left: 10px

}

.date-col1 {

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	color: #f7f700

}

.box-new-col {

	background: #f7f7f7;

	padding: 0 20px 20px 20px

}

.blog_inner_page_content .sidebar_section .col-65 img {

	width: 100%

}

.might_section h6 a {

	font-size: 20px!important

}

.blog_section .three_column li {

	margin-bottom: 0

}

.awards-achievements {

	width: 100%;

	float: left

}

.table-new-col {

	background: #f7f7f7

}

.publications-col {

	width: 100%;

	float: left;

	margin-top: 21px!important

}

.overview-highlights-col a {

	font-size: 17px;

	color: #fff;

	margin-top: 10px;

	display: inline-block

}

.overview-highlights-col img {

	width: 25px;

	margin: -4px 0 0 6px!important

}

.overview-highlights .border-3 {

	border-right: 1px solid #ddd

}

.overview-highlights .clubs-associations-col {

	width: 25%

}

.research-publications-icon {

	width: 25px!important

}

.overview-highlights h2 {

	font-size: 22px;

	font-weight: 600

}

.overview-highlights .clubs-associations-col {

	height: 310px!important

}

.about-top iframe {

	display: none

}

.about-top p {

	padding-bottom: 0

}

.publications-table {

	width: 20%

}

.faculty-inner-col {

	max-width: 80%

}

.faculty-inner-pic {

	width: 30%!important;

	background: 0 0!important;

	padding-left: 0!important;

	margin-bottom: 0!important

}

.faculty-inner-top {

	width: 70%!important;

	background: 0 0!important;

	margin-bottom: 0!important

}

.faculty-inner-top h1 {

	font-size: 35px!important;

	position: relative;

	margin-bottom: 29px;

	color: #f58220!important

}

.faculty-inner-top .sub_title li span {

	float: left!important;

	word-break: break-word;

}

.faculty-inner-top .middle-text {

	padding: 0!important

}

.faculty-inner ul li {

	width: 100%;

	float: left;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 30px;

	margin-bottom: 15px

}

.faculty-inner .title {

	width: 100%;

	float: left;

	font-size: 25px;

	margin-top: 33px;

	color: #f58220;

}

.faculty-inner .title::before {

	height: 3px;

	background-color: #000

}

.faculty-inner ul {

	width: 100%;

	float: left;

	margin-bottom: 0px;

}

.faculty-inner-top .sub_title.member_info li {

	background: 0 0

}

.faculty-inner-col .two_column {

	margin-bottom: 0;

	background: #f6f6f6;

	padding: 30px

}

.faculty-inner-top {

	width: 70%!important;

	margin: 0!important

}

.faculty-inner-top .sub_title.member_info {

	margin-bottom: 0

}

.faculty-inner-col .py-8 {

	padding-bottom: 43px!important

}

.faculty-inner-top h1::before {

	content: "";

	height: 5px;

	width: 103px;

	background-color: #000;

	display: inline-block;

	position: absolute;

	bottom: -5px

}

.faculty-members {

	position: relative;

	margin-top: -52px

}

.faculty-members-button {

	position: absolute;

	width: 330px;

	transform: translate(-50%, -50%);

	margin-right: -50%;

	top: 50%;

	left: 50%

}

.faculty-members-button a:hover {

	background: #68a424

}

.faculty_answer ul li {

	width: 24%!important

}

.faculty_answer ul {

	margin-top: 10px

}

.narrow-your-search {

	background: #f6f6f6;

	padding: 20px!important

}

.narrow-your-search .faculty_question::before {

	left: 20px!important

}

.narrow-your-search h5 {

	padding-left: 30px!important

}

.faculty-inner-top strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.member-section-col:hover .read_more {

	background: #82bc41!important;

	color: #fff

}

.back-to-faculty {

	width: 100%;

	float: left;

	text-align: right;

	margin: 20px 0

}

.back-to-faculty a {

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #82bc41

}

.hed-col-9::before {

	background-color: #ef7647

}

.faculty-speak-col {

	width: 100%;

	float: left;

	padding-bottom: 20px

}

.annual-events {

	width: 100%;

	float: left;

	margin-top: 20px

}

.annual-events-col {

	width: 32.6%;

	float: left;

	position: relative;

	margin-right: 1%;

	margin-bottom: 1%

}

.annual-events-heading {

	position: absolute;

	width: 100%;

	top: 0;

	left: 0;

	color: #fff;

	font-size: 30px;

	font-weight: 900;

	text-transform: uppercase;

	line-height: 40px;

	background: rgba(0,0,0,.5);

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	padding: 0 10px;

	margin-bottom: 18px;

	font-family: 'Franklin Gothic';

	text-align: center

}

.annual-events-col img {

	width: 100%

}

.annual-events-col p {

	display: none

}

.annual-events-col:last-child {

	margin-right: 0

}

.deekshanta-convocation h3 {

	font-size: 22px;

	color: #333!important

}

.inspired-leadership-conference ul {

	width: 100%;

	margin-top: 15px

}

.inspired-leadership-conference ul li {

	width: 33%;

	float: left;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 30px;

	padding-right: 20px;

	margin-bottom: 15px

}

.inspired-leadership-conference ul li a {

	background: 0 0;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	text-transform: inherit;

	display: inherit;

	text-align: left

}

.bottom0 {

	margin-bottom: 0!important

}

.campus-col {

	width: 100%;

	float: left;

	margin: 12px 0 10px 0

}

.campus-address {

	width: 50%;

	float: left;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	padding-right: 30px

}

.campus-map {

	width: 50%;

	float: left;

	margin: 0 0 13px 0;

	position: relative;

	padding-bottom: 24.8%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.campus-map iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.campus-address strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.faculty-inner a, .faculty-inner ul a {

	color: #ef7647;

	word-break: break-word;

}

.faculty-inner strong {

	font-weight: 700;

	font-family: 'Franklin Gothic Book', arial

}

.faculty-inner h4 {

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-size: 20px

}

.faculty_answer ul li:nth-child(4n) {

	margin-right: 0

}

.business-manager {

	width: 100%;

	float: left;

	margin-top: 0!important

}

.conferences-col {

	margin-top: 20px

}

.faculty-new-col {

	width: 100%!important;

	float: left!important;

	margin: 0 0 0 32px!important

}

.faculty_answer .width_100 {

	float: left!important;

	width: 100%!important

}

.fa.fa-external-link {

	margin: 7px 0 0 10px

}

.media .annual-events-col {

	width: 49.5%

}

.annual-events .container-block::before, .media .container-block::before {

	background-color: rgba(0,0,0,.5)

}

.annual-events .annual-events-heading, .media .annual-events-heading {

	background: inherit

}

.annual-events .inner-block::after, .annual-events .inner-block::before, .annual-events .slider-top-right::after, .annual-events .slider-top-right::before, .governing-board-new .inner-block::after, .governing-board-new .inner-block::before, .governing-board-new .slider-top-right::after, .governing-board-new .slider-top-right::before, .leadership-council-new .inner-block::after, .leadership-council-new .inner-block::before, .leadership-council-new .slider-top-right::after, .leadership-council-new .slider-top-right::before, .media .inner-block::after, .media .inner-block::before, .media .slider-top-right::after, .media .slider-top-right::before {

	background-color: #ef7647

}

.annual-events .inner-block, .media .inner-block {

	width: 94%

}

.annual-events-col a, .media a {

	background: inherit;

	height: inherit;

	display: inherit;

	color: #fff

}

.media .annual-events-heading span {

	position: absolute;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 20px;

	text-transform: initial;

	font-weight: 500;

	top: 55%;

	padding: 0 20px

}

.anti-ragging-col {

	width: 100%;

	float: left;

	text-align: center;

	margin-bottom: 25px

}

.anti-ragging-col1 {

	margin-top: 5px

}

.spirituality-col p {

	font-size: 22px;

	font-weight: 700

}

.spirituality-heading {

	margin-top: 30px

}

.spirituality-col1 img {

	float: right;

	margin-left: 30px

}

.spirituality-col1 {

	width: 100%;

	float: left;

	margin-bottom: 30px

}

.spirituality-quote p {

	font-size: 22px;

	text-align: center;

	font-weight: 700;

	color: #ef7647

}

.quote-col {

	width: 100%;

	float: left;

	text-align: right!important;

	font-size: 20px!important;

	color: #333!important

}

.vision-col {

	margin-bottom: 34px

}

.values-col {

	width: 100%;

	float: left;

	border: 1px solid #ddd;

	padding: 30px 20px 14px 20px;

	margin: 8px 0 30px 0

}

.values-pic {

	width: 10%;

	float: left

}

.values-box {

	width: 90%;

	float: left

}

.values-box h2 {

	font-size: 25px;

	margin-bottom: 10px

}

.values-box p {

	font-size: 18px

}

.soil-mantra {

	float: right;

	margin-left: 30px

}

.key-messages-top {

	width: 100%;

	float: left;

	margin: -17px 0 -44px 0

}

.founder-col {

	float: right;

	margin: 0 0 20px 30px

}

.founder-heading strong, .founder-heading1 strong {

	color: #ef7647;

	font-family: 'Franklin Gothic';

	font-size: 20px;

	margin-top: 5px;

	width: 100%;

	float: left

}

.founder-heading1 strong {

	margin-top: 0

}

.industry-consortium .middle-text {

	padding-top: 60px

}

.key-messages-top .title {

	margin-bottom: 43px

}

.governing-board .title {

	margin-bottom: 45px

}

.industry-consortium-new {

	width: 100%;

	float: left;

	margin: 20px 0 10px 0

}

.industry-consortium-col {

	width: 11.6%;

	float: left;

	border: 1px solid #ddd;

	margin: 0 1% 1% 0

}

.industry-consortium-col:nth-child(8n) {

	margin: 0 0 1% 0

}

.governing-board-new p {

	height: 110px

}

.modern-campus {

	padding-top: 0!important;

	padding-bottom: 25px!important

}

.governing-board-des {

	width: 100%;

	float: left;

	height: 200px

}

.leadership-council-new p {

	height: 118px

}

.vision-read-more {

	position: absolute;

	right: -26px;

	bottom: 0;

	top: 283px

}

.vision-read-more1 {

	position: absolute;

	right: 15px;

	bottom: 0

}

.governing-board .slick-next, .governing-board .slick-prev {

	top: inherit;

	bottom: 12px

}

.values-new-col {

	text-transform: uppercase;

	line-height: 35px

}

.des-new-col {

	font-family: 'Franklin Gothic'

}

.governing-board-new .member-section-col {

	width: 24%

}

.governing-board-new .container-block::before, .leadership-council-new .container-block::before {

	background-color: rgba(0,0,0,.3)

}

.leadership-council-new .member-section-col {

	width: 24%

}

.client_1_box.text_center img {

	width: 64%

}

.accreditations-association-col .client_3_box li {

	height: 233px;

	text-align: center;

	width: 29%;

	background: 0 0;

	margin-bottom: 32px

}

.accreditations-association-col .client_1_box li {

	text-align: center;

	margin: 0 0 32px 0;

	width: 100%;

	height: 234px;

	background: 0 0

}

.accreditations-association-col .client_1_box.text_center img {

	width: auto

}

.accreditations-association-col {

	padding-bottom: 0!important

}

.news-col h2 {

	font-size: 25px;

	margin-top: 20px;

	width: 100%;

	float: left;

	height: 115px;

	padding: 0 20px

}

.news-col .date {

	font-family: 'Franklin Gothic Book', arial;

	padding: 0 20px;

	height: 50px;

	width: 100%;

	float: left

}

.news-col .pb_2.pt_2 {

	margin: 25px 3% 30px 0;

	width: 31.3%;

	background: #f7f7f7;

	padding-top: 0

}

.news-col .pb_2.pt_2:last-child {

	margin-right: 0

}

.news-col {

	padding-top: 34px!important

}

.news-col .pb_2.pt_2:last-child {

	border-bottom: 0

}

.news-inner h1 {

	font-size: 36px !important;

	margin-bottom: 5px;

	text-transform: initial!important;

	line-height: 48px;

}

.news-inner-date {

	font-family: 'Franklin Gothic Book', arial;

	color: #82bc41!important;

	font-size: 18px

}

.news-top {

	margin-bottom: 20px

}

.inspired-leadership-conference {

	width: 100%;

	float: left;

	margin-top: 20px

}

.venue-pic {

	text-align: center;

	margin: 30px 0 40px 0

}

.inspired-leadership-conference1 li {

	background: 0 0!important

}

.inspired-leadership-conference1 .member-section-col {

	padding-left: 0!important;

	background: #f6f6f6!important

}

.inspired-leadership-conference1 p {

	display: none

}

.inspired-leadership-conference2 {

	display: inherit!important;

	color: #000!important

}

.inspired-leadership-conference1 {

	padding: 0!important;

	margin-bottom: -110px

}

.previous-years-links {

	margin-top: -10px

}

.email {

	background: 0 0!important;

	display: inline!important;

	color: #ef7647!important;

	text-align: left!important;

	font-family: 'Franklin Gothic Book'!important;

	text-transform: inherit!important;

	float: none

}

.col-30.accrediations-logo {

	width: 34%

}

.spirituality-heading h3 {

	font-size: 25px;

	text-transform: uppercase;

	color: #333;

	line-height: 30px

}

.client_1_box.text_center, .client_3_box {

	margin-top: 12px!important

}

.advisory-board {

	padding-bottom: 25px!important

}

.leadership-council .spirituality-heading {

	width: 100%;

	float: left;

	margin: 17px 0 12px 0

}

.leadership-council {

	padding-top: 0!important

}

.governing-board {

	padding-bottom: 33px!important

}

.industry-consortium {

	margin: -20px 0 -43px 0

}

.industry-consortium .col_50.pl_40.pr_40 {

	width: 100%;

	float: left;

	padding: 0!important

}

.industry-consortium-col img {

	height: inherit

}

.industry-consortium .col_50.pl_40.pr_40 .middle-text {

	padding-top: 0;

	margin-top: -9px;

	width: 100%;

	float: left

}

.industry-consortium .button-col2 {

	text-align: right

}

.governing-board .slick-slide img {

	height: 200px;

	object-fit: cover;

	-webkit-filter: grayscale(100%);

	filter: grayscale(100%)

}

.leadership-council-slider .slick-slide {

	height: 280px

}

.modern-campus .container-block img, .news-new-pic img {

	max-width: 100%;

	transition: transform .3s ease-in-out

}

.modern-campus .container-block:hover img, .news-new-pic:hover img {

	max-width: 100%;

	transform: scale(1.2)

}

.media-even .news-new-pic:hover img {

transform:inherit;



}



.modern-campus .container-block, .news-new-pic {

	overflow: hidden

}

.news-pic {

	width: 100%

}

.news-col .pb_2.pt_2:nth-child(12), .news-col .pb_2.pt_2:nth-child(15), .news-col .pb_2.pt_2:nth-child(3), .news-col .pb_2.pt_2:nth-child(6), .news-col .pb_2.pt_2:nth-child(9){

	margin-right: 0

}



.news-col .pb_2.pt_2:nth-child(3n){ margin-right: 0;}



.news-col .button-col.bggray_hover.button-col2 {

	padding: 0 20px 10px 20px

}

.news-col .three_column p {

	padding: 10px 20px 15px 20px;

	color: #333!important

}

.tour {

	width: 100%;

	float: left;

	margin: 12px 0 50px 0

}

.tour-col {

	width: 100%;

	position: relative;

	padding-bottom: 51%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.tour-col iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.event-gallery {

	margin-bottom: -28px;

	width: 100%;

	float: left

}

.speakers {

	margin-top: 0

}

.faculty-speak-heading .hed-col-1 {

	color: #f58220

}

.faculty-speak-heading {

	margin-top: 0

}

.classrooms-col .title {

	margin-top: 8px!important

}

.w3-hide {

	display: none!important

}

.w3-show, .w3-show-block {

	display: block!important

}

.conferences-events button {

	font-family: 'Franklin Gothic Book', arial;

	font-size: 16px;

	color: #fff;

	border: 1px solid #82bc41;

	padding: 10px 25px;

	display: inline-block;

	background: #82bc41;

	cursor: pointer;

	margin-top: 10px

}

.conferences-events ul {

	margin-bottom: 0

}

.heading-top {

	margin-top: 5px!important

}

.moretext, .moretext1, .moretext2, .moretext3, .moretext4, .moretext5, .moretext6, .moretext7 {

	display: none

}

.conferences-events li {

	width: 100%;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 30px;

	margin-bottom: 15px;

	list-style: none

}

.moreless-button, .moreless-button1, .moreless-button2, .moreless-button3, .moreless-button4, .moreless-button5, .moreless-button6, .moreless-button7 {

	font-family: 'Franklin Gothic Book'!important;

	color: #ef7647!important;

	display: inline!important;

	width: auto!important;

	background: 0 0!important;

	height: auto!important;

	text-align: inherit!important;

	text-transform: inherit!important;

	font-size: 17px!important;

	cursor: pointer

}

.case-studies-heading {

	margin-top: 15px

}

.pgpm-col {

	margin-top: 0

}

.pgpm-col2 {

	width: 100%;

	float: left;

	text-align: center;

	margin: 60px 0 53px 0

}

.pgpm-col2 .clubs-associations-col {

	width: 33.3%;

	height: 300px;

	padding: 30px 20px 30px 20px

}

.pgpm-col2 .clubs-associations-col.border-1, .pgpm-col2 .clubs-associations-col.border-2, .pgpm-col2 .clubs-associations-col.border-3 {

	border-right: 0;

	padding-top: 30px

}

.pgpm-col2 .clubs-associations-col.border-4 {

	border-left: 0;

	border-bottom: 0

}

.pgpm-col2 .clubs-associations-col.border-5 {

	border-left: 1px solid #ddd;

	border-right: 0;

	border-bottom: 0

}

.pgpm-col2 .clubs-associations-col.border-6 {

	border-right: 0;

	border-bottom: 0

}

.pgpm-col2 .clubs-associations-col.border-1:hover, .pgpm-col2 .clubs-associations-col.border-2:hover, .pgpm-col2 .clubs-associations-col.border-3:hover, .pgpm-col2 .clubs-associations-col.border-4:hover, .pgpm-col2 .clubs-associations-col.border-5:hover, .pgpm-col2 .clubs-associations-col.border-6:hover {

	background: #f7f7f7

}

.pgpm-col2 img {

	border: 5px solid #89ba3a;

	padding: 20px;

	width: 110px

}

.pgpm-col2 .des-col-new p {

	height: 60px

}

.pgpm-col2 .des-col-new {

	height: inherit

}

.who-should {

	width: 100%;

	float: left;

	margin: 20px 0 20px 0

}

.who-should-col {

	width: 32%;

	height: 130px;

	float: left;

	box-shadow: 0 3px 7px 2px rgba(0,0,0,.08);

	background: #fff;

	padding: 24px 20px 20px 20px;

	margin-right: 2%

}

.who-should-col:last-child {

	margin-right: 0

}

.who-should-col img {

	width: 55px;

	float: left;

	margin: 0 20px 0 0

}

.who-should-col p {

	width: 85%;

	float: left;

	margin: -10px 0 0 0

}

.top-col p {

	display: none

}

.leadership-experiences {

	width: 33.3%;

	float: left

}

.leadership-experiences h4 {

	font-size: 20px;

	color: #89ba3a!important;

	text-transform: uppercase;

	line-height: 30px

}

.leadership-experiences p {

	color: #333

}

.leadership-experiences .pull_right {

	width: 40px

}

.leadership-experiences .container-block p {

	display: none

}

.leadership-experiences-des {

	height: 350px;

	position: relative;

	background: #fff;

	padding: 53px 30px 0 30px

}

.leadership-experiences-pic .container-block img {

	height: 350px;

	object-fit: cover

}

.leadership-experiences-des.color-1 {

	background: #fff

}

.leadership-experiences-des.color-1 h4, .leadership-experiences-des.color-4 h4 {

	color: #333

}

.leadership-experiences-des.color-1 p, .leadership-experiences-des.color-4 p {

	color: #333

}

.leadership-experiences-des.color-3, .leadership-experiences-des.color-6 {

	background: #c9b189

}

.leadership-experiences-des.color-3 h4, .leadership-experiences-des.color-6 h4 {

	color: #333

}

.leadership-experiences-des.color-3 p, .leadership-experiences-des.color-6 p {

	color: #333

}

.leadership-experiences-top {

	padding: 0!important;

	margin-bottom: -43px

}

.leadership-experiences-top .line-div-col {

	margin-bottom: 40px

}

.leadership-experiences-des.color-4 {

	background: #fff

}

.leadership-experiences-des.color-6 {

	background: #fff

}

.curriculum {

	margin-bottom: -57px

}

.curriculum .who-should-col {

	height: 225px;

	text-align: center

}

.curriculum .who-should-col p {

	width: 100%

}

.curriculum h2 {

	font-size: 60px;

	color: #89ba3a

}

.career-impact {

	width: 100%;

	float: left;

	margin-bottom: 0

}

.career-impact-des {

	width: 50%;

	float: left;

	padding-right: 30px

}

.career-impact-video {

	width: 50%;

	float: left

}

.career-impact-video {

	position: relative;

	padding-bottom: 28%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.career-impact-video iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.leaders-speak-video {

	width: 32%;

	float: left

}

.leaders-speak-video {

	position: relative;

	padding-bottom: 18%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000;

	margin-right: 2%

}

.leaders-speak-video iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.leaders-speak-video:last-child {

	margin-right: 0

}

.leaders-speak {

	margin: 12px 0 -53px 0

}

.himalya_section .title::before {

	height: 3px;

	background-color: #000

}

.soil-curriculum {

	width: 100%;

	float: left;

	margin: 12px 0 17px 0

}

.soil-curriculum-col {

	width: 32%;

	float: left;

	position: relative;

	margin-right: 2%

}

.soil-curriculum-col:hover {

	box-shadow: 0 0 4px rgba(0,0,0,.45);

	transition: all .1s ease-in;

	transform: scale(1.04)

}

.soil-curriculum-col img {

	width: 100%

}

.soil-curriculum-col:last-child {

	margin-right: 0

}

.soil-curriculum-col h2 {

	position: absolute;

	bottom: 0;

	background: rgba(0,0,0,.5);

	width: 100%;

	line-height: 25px;

	font-size: 23px;

	color: #fff;

	text-align: center;

	padding: 15px 10px;

	margin-bottom: 0;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	text-transform: uppercase;

	display: none

}

.soil-curriculum-top {

	width: 100%;

	float: left;

	margin: 34px 0 28px 0

}

.student-life-top {

	margin: 0

}

.program-banner .banner_text {

	padding: 8% 0

}

.leadership-experiences-button br {

	display: none

}

.leadership-experiences-button {

	position: absolute;

	right: 16px;

	bottom: 5px

}

.leadership-experiences-des.color-4::after {

	border-left: 40px solid transparent;

	border-right: 40px solid transparent;

	border-top: 30px solid #fff;

	left: 0;

	bottom: -28px

}

.leadership-experiences-des.color-2::after {

	border-left: 40px solid transparent;

	border-right: 40px solid transparent;

	border-top: 30px solid #fff;

	left: 0;

	bottom: -28px

}

.leadership-experiences-des.color-1::after {

	border-left: 40px solid transparent;

	border-right: 40px solid transparent;

	border-bottom: 30px solid #fff;

	left: 0;

	top: -28px

}

.leadership-experiences-des.color-1::after, .leadership-experiences-des.color-2::after, .leadership-experiences-des.color-4::after {

	width: 0;

	height: 0;

	right: 0;

	margin: 0 auto;

	content: '';

	position: absolute;

	display: inline-block;

	z-index: 9

}

.pgpm-col2 .clubs-associations-col.border-2 img, .pgpm-col2 .clubs-associations-col.border-6 img {

	border: 5px solid #ef7647

}

.pgpm-col2 .clubs-associations-col.border-3 img, .pgpm-col2 .clubs-associations-col.border-4 img {

	border: 5px solid #c9b189

}

.who-should-col:hover {

	box-shadow: 0 0 4px rgba(0,0,0,.45);

	transition: all .1s ease-in;

	transform: scale(1.04)

}

.soil-curriculum-col p {

	display: none

}

.career_section .line-div {

	background: #89ba3a

}

.blog_box.three_column.blog-new-col li {

	width: 100% !important;

	padding-bottom: 40px;

	border-bottom: 1px solid #ddd;

	box-shadow: initial !important;

	margin: 0px 0px 50px 0px !important;

}

.blog-new-top {

	margin: -10px 0 30px 0

}

.blog_box.three_column.blog-new-col h6 {

	height: inherit !important;

	min-height: inherit;

	padding: 0 0px !important;

}

.blog-new-col .read_more.bggray_hover.blog-button {

	padding: 0 0px !important;

}

.blog-new-col .read_more.bggray_hover.blog-button img {

	margin-bottom: 0

}

.himalya_section .color_green h2 {

	font-size: 20px;

	color: #89ba3a;

	margin-bottom: 20px

}

.admissions-process-new ul {

	width: 100%;

	float: left

}

.soil-profile {

	margin: 12px 0 -37px 0

}

.soil-profile .middle-text {

	padding-top: 55px

}

.recent-from-blog {

	padding-top: 0

}

.scholarships-table1 {

	background: #e4ca9b;

	color: #fff

}

.scholarships-table2, .scholarships-table3, .scholarships-table4 {

	background: #e4ca9b;

	color: #fff;

	font-weight: 100;

	text-transform: uppercase;

	font-family: 'Franklin Gothic', Helvetica, Arial, sans-serif;

	width: 20%

}

.scholarships-table4 {

	width: inherit

}

.scholarships-table {

	margin-top: 10px

}

.events-new-col {

	margin: 12px 0 21px 0

}

.webinars-heading .hed-col-1 {

	color: #333!important

}

.webinars-heading {

	margin-top: 0

}

.webinars-video .admissions-resources-col {

	width: 49%

}

.webinars-video .admissions-resources-col:last-child {

	margin-right: 0

}

.webinars-video h2 {

	color: #333!important

}

.application-steps-process {

	margin: 50px 0 0 0

}

.learning-design-pedagogy {

	text-align: center;

	width: 100%;

	float: left;

	margin-bottom: 34px

}

.curriculum-overview span {

	font-size: 35px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	width: 100%;

	float: left;

	margin: 15px 0 7px 0

}

.curriculum-overview {

	margin: 30px 0 55px 0

}

.curriculum-overview .clubs-associations-col {

	height: 200px

}

.student-learning-top {

	text-align: center;

	width: 100%;

	float: left;

	margin-bottom: 12px

}

.student-learning {

	position: relative;

	padding-bottom: 27%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000;

	width: 50%;

	display: inline-block;

	margin-top: 32px

}

.student-learning iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.international-exchange-top {

	width: 100%;

	margin: 12px 0 -45px 0

}

.international-exchange {

	width: 23%;

	float: left;

	border: 1px solid #ddd;

	text-align: center;

	margin-right: 1%

}

.international-exchange img {

	width: 70%;

	padding: 20px 0

}

.international-exchange:last-child {

	margin-right: 0

}

.international-exchange-button a {

	background: 0 0;

	height: inherit;

	display: inherit;

	font-family: 'Franklin Gothic Book', arial;

	color: #89ba3a;

	text-transform: inherit;

	font-size: 17px;

	float: right;

	border: 0;

	padding: 20px 0 0 0

}

.international-exchange-button {

	width: 100%;

	float: left;

	margin-bottom: -45px

}

.international-exchange-button img {

	width: 27px;

	margin: -3px 0 0 10px

}

.international-exchange-button a:hover {

	color: #89ba3a;

	background: 0 0

}

.international-exchange-heading {

	width: 100%;

	float: left;

	margin-bottom: 12px

}

.experiential-learnings-top ul {

	width: 100%!important

}

.experiential-learnings-top ul li {

	width: 28%!important;

	float: left;

	background: 0 0;

	font-size: 22px;

	text-transform: uppercase;

	cursor: pointer;

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.experiential-learnings-top ul li:hover {

	box-shadow: 0 0 4px rgba(0,0,0,.45);

	transition: all .1s ease-in;

	transform: scale(1.04)

}

.experiential-learnings-top ul li:last-child {

	background: #9e8354

}

.experiential-learnings-top {

	width: 100%;

	float: left;

	text-align: center

}

.popup-box-new {

	width: 30.6%;

	display: inline-block;

	margin: 41px 2% 0 0

}

.popup-box {

	background: rgba(255,255,255,.2);

	text-align: center

}

.overlay-new {

	position: fixed;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(0,0,0,.7);

	transition: opacity .5s;

	visibility: hidden;

	opacity: 0;

	z-index: 99999

}

.overlay-new:target {

	visibility: visible;

	opacity: 1

}

.popup-new {

	background: #f7f7f7;

	position: relative;

	transition: all 5s ease-in-out

}

.popup-new h2 {

	margin-top: 0;

	color: #333;

	font-size: 22px;

	text-transform: uppercase;

	margin-bottom: 3px;

	text-align: left

}

.popup-new .close {

	position: absolute;

	top: 20px;

	right: 30px;

	transition: all .2s;

	font-size: 30px;

	font-weight: 700;

	text-decoration: none;

	color: #333;

	background: 0 0

}

.popup-new .content {

	max-height: 30%;

	overflow: auto

}

.popup-box a {

	border: none;

	background: 0 0;

	border: 1px solid #9e8354;

	background: #fff;

	height: 143px;

	padding: 20px 8px;

	display: flex;

	align-items: center;

	justify-content: center;

	color: #363636;

	font-size: 22px;

	border: 1px solid #c6c6c6;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	text-transform: uppercase

}

.popup-box a:hover {

	box-shadow: 0 0 4px rgba(0,0,0,.45);

	transition: all .1s ease-in;

	transform: scale(1.04)

}

.popup-box-new:nth-child(3n) {

	margin-right: 0

}

.popup-video {

	width: 50%;

	float: left

}

.popup-des {

	width: 50%;

	display: inline-block;

	padding-left: 40px;

	text-align: left

}

.popup-video {

	width: 100%;

	float: left;

	text-align: left

}

.popup-video iframe {

	width: 425px;

	height: 218px;

	float: left;

	margin-right: 30px

}

.international-exchange-new {

	width: 100%;

	float: left;

	border: 1px solid #ddd;

	padding: 30px 30px 20px 30px;

	margin: 30px 0 10px 0

}

.international-exchange-pic {

	width: 20%;

	float: left

}

.international-exchange-des {

	width: 80%;

	float: left;

	padding-left: 30px

}

.international-exchange-pic {

	width: 12%;

	float: left;

	padding-right: 30px

}

.recruiter-testimonials-heading {

	width: 100%;

	float: left;

	margin-top: 0

}

.recruiter-testimonials-video {

	margin: 12px 0 -15px 0

}

.student-testimonials {

	width: 100%;

	float: left;

	margin: 12px 0 31px 0

}

.companies {

	margin: 12px 0 -71px 0

}

.student-life-tab.color-1 a, .student-life-tab.color-2 a, .student-life-tab.color-3 a, .student-life-tab.color-4 a {

	background: #fff;

	border: 1px solid #ddd;

	box-shadow: 0 0 1rem rgba(0,0,0,.15)

}

.student-life-tab.color-1 a, .student-life-tab.color-3 a {

	color: #e37b40

}

.student-life-tab.color-2 a, .student-life-tab.color-4 a {

	color: #e37b40

}

.student-clubs-associations {

	margin-top: 20px

}

.campus-overview .leadership-experiences {

	width: 25%

}

.campus-col img {

	float: left;

	margin: 0 40px 0 0!important;

	padding-top: 0!important

}

.campus-col {

	width: 100%;

	float: left;

	margin: 0

}

.campus-col .line-div-col {

	margin-bottom: 40px

}

.campus-col .clubs-associations-des1 {

	margin-bottom: -35px

}

.student-col .clubs-associations-des {

	margin-bottom: 0

}

.student-col1 {

	width: 100%;

	float: left

}

.student-col {

	width: 100%;

	float: left;

	margin-bottom: 10px

}

.question_section h2 {

	display: none

}

.class-profile {

	text-align: center;

	margin: 10px 0 37px 0

}

.international-exchange-des h2 {

	font-size: 18px;

	text-transform: uppercase

}

.international-exchange-new:hover {

	box-shadow: 0 0 4px rgba(0,0,0,.45)

}

.student-life-tab img {

	width: 70px;

	margin-bottom: 15px

}

.international-exchange-new.international-col {

	margin-top: 12px

}

.international-exchange-new.international-last {

	margin-bottom: 40px

}

.campus-new .container-block {

	float: left;

	margin: 0 30px 10px 0

}

.campus-new .container-block p {

	display: none

}

.student-clubs.admissions-process.campus-new {

	width: 100%;

	float: left;

	margin-bottom: 30px

}

.who-should.curriculum a {

	float: right;

	margin-top: 20px

}

.application-cycles {

	background: #e4ca9b;

	margin: 5px 0 0 0

}

.application-cycles .line-div {

	background: #89ba3a

}

.hed-col-3.application-cycles-heading {

	font-size: 20px

}

.soil-profile-based {

	padding-top: 0!important

}

.application-cycles h3 {

	color: #333

}

.hed-col-3.application-cycles-heading {

	font-size: 20px;

	width: 100%;

	float: left;

	margin: 36px 0 20px 0!important

}

.application-cycles ul li {

	width: 100%;

	float: left;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #000;

	line-height: 30px!important;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon1.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 30px;

	margin-bottom: 15px

}

.application-cycles p {

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #000;

	line-height: 30px!important

}

.hed-col-3.application-cycles-heading.application-cycles-top {

	margin-top: 35px!important

}

.soil-profile-top {

	margin: 60px 0 0 0

}

.application-steps img {

	padding-top: 12px;

	margin-bottom: -43px

}

.class-profile-graph {

	width: 100%;

	float: left;

	margin: 40px 0 0 0

}

.class-profile-graph1 {

	width: 50%;

	float: left;

	margin-bottom: -100px

}

.class-profile-graph1 h2 {

	font-size: 25px;

	position: relative;

	margin-bottom: 32px

}

.class-profile-graph1 img {

	width: 57.3%

}

.curriculum-overview .clubs-associations-col {

	font-size: 18px

}

.international-exchange-button.slider-button {

	text-align: center;

	margin: -69px 0 9px 0;

	position: absolute;

	left: 0;

	right: 0;

	background: #f7f7f7;

	padding-bottom: 20px

}

.clubs-associations.curriculum-overview strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-size: 30px;

	color: #89ba3a;

	float: left;

	margin-right: 10px

}

.international-exchange-button.slider-button a {

	float: none;

	background: #89ba3a;

	color: #fff;

	margin: 0;

	padding: 15px 20px 12px 20px;

	display: inline;

	text-transform: uppercase;

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.spirituality-heading.bl-student-learning {

	margin-top: 52px

}

.profile_section.curriculum-overview-new1 {

	padding-top: 0!important

}

.profile_section.curriculum-overview-new1 p {

	color: #333!important;

	text-transform: initial

}

.profile_section.curriculum-overview-new1 h3 {

	color: #c9b289!important;

	margin-top: 0

}

.profile_section.curriculum-overview-new1 ul li {

	background-image: none;

	width: 22.7%;

	margin-bottom: 2%

}

.profile_section.curriculum-overview-new1 ul li:nth-child(4n) {

	margin-right: 0

}

.popup-video img {

	width: 400px;

	float: left;

	margin-right: 30px

}

.upcoming-events {

	background: #fff;

	margin-bottom: 13px

}

.upcoming-events .hed-col-3 {

	margin-top: 0!important

}

.upcoming-events a {

	width: 195px;

	float: left;

	margin: 30px 20px 0 0;

	border: 1px solid #82bc41;

	background: 0 0!important;

	color: #333;

	font-family: 'Franklin Gothic Book', arial;

	text-transform: inherit;

	padding: 8px 20px!important;

	height: inherit

}

.upcoming-events a:hover {

	color: #fff;

	background: #82bc41!important

}

.upcoming-events img {

	height: inherit;

	width: 100%

}

.upcoming-events strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.read_more.upcoming-webinar-button {

	background: #82bc41!important;

	color: #fff

}

.form-col input {

	width: 100%;

	font-family: 'Franklin Gothic Book', arial;

	border: 1px solid #ddd;

	margin: 5px 0 15px 0;

	background: #fff

}

.form-col select {

	width: 100%;

	border: 1px solid #ddd;

	margin: 5px 0 15px 0;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/arrow.png)!important;

	background-repeat: no-repeat!important;

	background-position: 98% 20px!important;

	background: #fff

}

.form-col textarea {

	width: 100%;

	border: 1px solid #ddd;

	margin: 5px 0 15px 0;

	background: #fff;

	font-family: 'Franklin Gothic Book', arial

}

.form-col {

	width: 100%;

	float: left;

	position: relative;

	margin: 31px 0 -38px 0

}

.form-col p {

	width: 38.6%;

	float: left;

	margin-right: 50px

}

select {

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none

}

.form-col .wpcf7-form-control.wpcf7-submit {

	margin: 10px 0 -15px 0;

	border: 0;

	height: 50px;

	background: #89ba3a;

	width: 280px;

	font-size: 20px

}

.form-col label {

	font-size: 18px

}

.popup-box .color-1 {

	background: #f3e6d0

}

.popup-box .color-2 {

	background: #e4f79a

}

.popup-box .color-3 {

	background: #eccdb9

}

.popup-box .color-4 {

	background: #f3e585

}

.popup-box .color-5 {

	background: #e6cef3

}

.download-report-button {

	width: 195px;

	font-family: 'Franklin Gothic Book'!important;

	text-transform: inherit!important;

	padding: 8px 20px!important;

	height: inherit!important;

	margin-top: 30px

}

.career_section.overview ul li {

	width: 20%

}

.career_section.overview ul li p {

	color: #000!important;

	text-transform: initial

}

.career_section.overview {

	padding-bottom: 40px!important

}

.bottom20 {

	margin-bottom: 20px

}

.student-life.specializations-col a {

	height: inherit;

	padding: 25px 0

}

.student-life.specializations-col span {

	width: 100%;

	color: #fff;

	display: inline-block

}

.specializations-top1 {

	color: #333;

	font-family: 'Franklin Gothic Book', arial;

	text-transform: initial;

	margin-top: 5px

}

.spirituality-heading.pgpm-col.specializations {

	margin-top: 55px

}

.student-life.specializations-col {

	margin: 20px 0 0 0

}

.student-life.specializations-col img {

	margin-bottom: 10px

}

.international-exchange-button.specializations-button {

	margin-bottom: -60px

}

.student-learning-video .student-learning {

	width: 49.2%;

	float: left;

	margin-right: 1.5%

}

.student-learning-video .student-learning:nth-child(2n) {

	margin-right: 0

}

.question_section.tab-col ul {

	width: 100%

}

.question_section.tab-col ul li {

	width: 100%;

	box-shadow: 0 2px 20px rgba(13,38,76,.1);

	margin-bottom: 35px;

	background: #fff

}

.question_section.tab-col .question span {

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	border: 1px solid #fff

}

.question-col1 {

	width: 14.4%;

	float: left

}

.question-col2 {

	width: 40%;

	float: left

}

.question-col3 {

	width: 39%;

	float: left;

	border: 1px solid #fff

}

.tab-top .question-col1, .tab-top .question-col2, .tab-top .question-col3, .tab-top .question-col4, .tab-top .question-col5 {

	float: left;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-size: 18px;

	color: #9b9a9a;

	text-transform: uppercase

}

.tab-top .question-col1 {

	padding: 16px 14px 16px 0;

	width: 15%

}

.tab-top .question-col2 {

	padding: 16px 0;

	width: 39.2%

}

.tab-top .question-col3 {

	width: 38%;

	border: none;

	padding: 16px 0

}

.tab-top .question-col4 {

	padding: 13px 0

}

.tab-top .question-col5 {

	padding: 13px 0

}

.question_section.tab-col {

	padding-top: 10px!important

}

.question_section.tab-col ul li .question::after {

	margin-top: 2px

}

.tab-last .question::after {

	display: none

}

.tab-last {

	cursor: default;

	padding-bottom: 15px!important

}

.pre-mba-graph {

	width: 50%!important;

	margin-bottom: 20px;

	display: inline-block

}

.pre-mba-graph .canvasjs-chart-canvas {

	width: 100%

}

.class-profile-graph1.new-graph {

	width: 50%;

	text-align: center

}

.class-profile-graph1.new-graph h2 {

	text-align: left

}

.class-profile-graph1.new-graph img {

	width: auto

}

.class-profile-graph1.new-graph br {

	display: none

}

.curriculum-new-top {

	width: 100%;

	float: left;

	margin: 12px 0 10px 0

}

.curriculum-top {

	width: 49%;

	float: left;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 10px 5px rgba(0,24,127,.13);

	margin: 0 1% 1% 0

}

.curriculum-top:last-child {

	margin-right: 0

}

.curriculum-top a {

	background: #e4ca9b;

	font-size: 18px;

	color: #000;

	height: 70px

}

.curriculum-top .lead.mb--30 {

	height: 175px;

	border: 1px solid #ddd;

	padding: 20px;

	width: 100%;

	float: left;

	background: #fff

}

.question-col1.question-new-col1 {

	width: 14%

}

.question-col2.question-new-col2 {

	width: 40%

}

.question-col3.question-new-col3 {

	width: 20%

}

.question-col4.question-new-col4 {

	width: 20%!important;

	float: left

}

.tabs-new1 .question-col1 {

	padding-left: 0

}

.tabs-new1 .question-col2 {

	width: 39.2%

}

.tabs-new1 .question-col3 {

	width: 19.6%;

	border: none

}

.tabs-new1 .question-col4 {

	width: 19.4%;

	border: none

}

.tab-haeding {

	color: #f1823b!important;

	margin: 40px 0 25px 0!important

}

.tabs-new1 .question-col1 {

	width: 14.5%

}

.answer-col {

	width: 100%;

	float: left;

	margin: 30px 0 30px 0

}

.answer-col1 {

	width: 15%;

	float: left;

	margin-right: 30px

}

.answer-col2 {

	width: 80%;

	float: left

}

.answer-col2 h2 {

	display: inherit;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	color: #9a9a9a!important;

	font-size: 18px!important;

	text-transform: uppercase;

	border-left: 0!important;

	margin: 0 0 7px 0!important

}

designation-col {

	width: 100%;

	float: left;

	color: #666;

	margin-bottom: 30px

}

.answer-col2 p {

	color: #666!important;

	font-size: 16px

}

.answer-col1 img {

	border-radius: 10px;

	height: 230px;

	object-fit: cover

}

.tab-haeding.tab-haeding1 {

	float: none;

	display: inherit;

	margin: -15px 0 30px 0!important

}

.question_section.tab-col strong {

	font-family: 'Franklin Gothic';

	font-weight: 500

}

.placements-new-col {

	text-align: center;

	margin: 20px 0 60px 0

}

.placements-new-table table {

	width: 100%!important

}

.placements-new-table table, td, th {

	text-align: center

}

.placements-new-table {

	margin-top: 29px!important

}

.eligibility {

	width: 100%;

	float: left;

	margin: 7px 0 50px 0

}

.small-text {

	font-size: 30px;

	margin: 0 0 -6px 0;

	display: block;

	width: 500px

}

.full_width {

	background: #f7f7f7;

	padding-bottom: 35px!important;

	margin-top: 60px

}

.full_width .spirituality-heading {

	margin-top: 5px

}

.col_23.vision_box.brown_pgdm .sub_title, .col_23.vision_box.brown_pgdm h3, .col_23.vision_box.brown_pgdm p {

	color: #000

}

.col_23.vision_box.brown_pgdm .read_more {

	color: #000;

	border: 1px solid #000

}

.col_23.vision_box.brown_pgdm .read_more:hover {

	color: #fff;

	border: 1px solid #82bc41

}

.blog-new-col .container-block img {

	height: inherit!important

}

.class-profile-graph1 svg {

	height: 300px;

	padding-top: 30px;

	background: #fff;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	padding-left: 18%

}

.class-profile-graph1 rect {

	height: 300px

}

.our-value-addition {

	width: 100%;

	float: left;

	margin: 12px 0 0 0!important

}

.our-value-addition1 {

	width: 33.3%;

	float: left;

	text-align: center;

	padding: 0 30px

}

.our-value-addition2 {

	width: 49%;

	float: left;

	text-align: center;

	margin: 0 2% 2% 0;

	border: 1px solid #ddd;

	padding: 50px 20px;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	background: #fff

}

.our-value-addition2 img {

	width: 235px

}

.average-salary-bracket, .industry-wise-participation {

	text-align: left;

	margin: 12px 0 10px 0;

	width: 100%;

	float: left

}

.our-value-addition1 img {

	width: 300px

}

.average-salary-bracket img {

	width: 492px

}

.industry-wise-participation {

	margin: 12px 0 80px 0

}

.industry-wise-participation img {

	width: 996px

}

.participating-companies .our-value-addition2 {

	width: 18.4%;

	background: #fcfcfc;

	border: 1px solid #ddd;

	margin-bottom: 1%

}

.participating-companies .our-value-addition2 img {

	width: 215px

}

.participating-companies .our-value-addition2:nth-child(5n) {

	margin-right: 0

}

.participating-companies-line .line-div {

	background-color: #000

}

.participating-companies {

	margin-bottom: 0

}

.download-placement-reports {

	width: 100%;

	float: left;

	margin-bottom: -24px

}

.placement-reports {

	width: 100%;

	float: left

}

.placement-reports-form {

	width: 100%;

	float: left

}

.placement-reports ul li {

	width: 24.2%;

	float: left;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	background-image: none;

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 0;

	margin-right: 1%

}

.placement-reports-form .form-col {

	margin: 0 0 20px 0

}

.placement-reports-form .form-col input::placeholder {

  display:none;

  opacity: 0;

}

.placement-reports-form .form-col p {

	width: 29%;

	margin-right: 6%

}

.placement-reports-form .form-col p:nth-child(4), .placement-reports-form .form-col p:nth-child(7) {

	margin-right: 0

}

.roles-offered .placements-table1 {

	width: 20%;

	text-align: left

}

.roles-offered .placements-table2 {

	width: 80%;

	text-align: left

}

.roles-offered {

	width: 70%!important;

	float: none!important;

	margin: 0 auto!important;

	margin-bottom: -40px!important

}

.roles-offered table td {

	text-align: left

}

.li-col a {

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	background-color: inherit;

	text-align: left;

	display: inherit;

	color: #333;

	text-transform: inherit;

	height: inherit

}

.our-value-addition1 p {

	font-size: 20px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.average-salary-bracket {

	text-align: left;

	margin-bottom: 20px

}

.student-testimonial-videos .line-div-col {

	margin-bottom: 0

}

.testimonials-name {

	font-size: 18px!important;

	margin-top: 10px

}

.testimonials {

	margin: 10px 0 25px 0;

	background: 0 0

}

.testimonials1 {

	margin: 0 0 13px 0

}

.student-learning-video {

	margin: 8px 0 -40px 0

}

.testimonials-name strong {

	color: #ef7647;

	font-family: 'Franklin Gothic';

	font-size: 20px

}

.our-value-addition2 h2 {

	font-size: 38px;

	color: #000;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	margin: 0

}

.batch-name {

	font-size: 27px;

	color: #f58220;

	padding-bottom: 20px

}

.placement-reports ul {

	width: 100%;

	margin: 0;

	background: #f7f7f7;

	padding: 40px 20px 20px 20px

}

.roles-offered table {

	margin: 0 auto;

	float: left;

	margin-top: 12px

}

.testimonials p {

	font-size: 20px;

	font-family: 'Franklin Gothic Book', arial;

	font-weight: 700

}

.testimonials .middle-container {

	padding-top: 13.5%

}

.testimonials img {

	height: 505px

}

.placement-reports ul li:last-child {

	margin-right: 0

}

.placement-reports .color-1 a {

	background: #f3e6d0

}

.placement-reports .color-2 a {

	background: #e4f79a

}

.placement-reports .color-3 a {

	background: #eccdb9

}

.placement-reports .color-4 a {

	background: #f3e585

}

.placement-reports a {

	color: #363636;

	font-size: 18px;

	height: 70px;

	line-height: 23px

}

.blog-heading-col {

	padding-top: 20px

}

.blog-new-col {

	margin-bottom: 10px

}

.blog-new-col h6 {

	padding-top: 20px!important

}

.form-text {

	width: 100%!important;

	float: left!important;

	margin-bottom: 10px

}

.question-e {

	border: 1px solid #89ba3a;

	padding: 2px 5px 2px 5px;

	margin-right: 5px

}

.orientation-induction1 .question-col2.question-new-col2 {

	width: 70%

}

.orientation-induction .question-col2 {

	width: 69.4%!important

}

.designation-col {

	color: #89ba3a!important;

	font-size: 15px;

	line-height: 25px!important

}

.orientation-induction {

	padding-bottom: 10px;

	width: 100%;

	float: left

}

.curriculum-form-col p {

	width: 48.6%;

	margin-right: 2.8%

}

.curriculum-form-col p:nth-child(2), .curriculum-form-col p:nth-child(4) {

	margin-right: 0

}

.curriculum-form-col p:nth-child(5) {

	width: 100%

}

.curriculum-form-col {

	margin: 7px 0 -80px 0

}

.have-questions {

	margin-top: 0

}

.case-study-col .popular-section-mobile1 {

	position: relative;

	padding-bottom: 28%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.case-study-col .popular-section-mobile1 iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.case-study-col {

	width: 100%;

	float: left;

	background: #fff;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	margin: 31px 0 -47px 0

}

.learning-outcomes {

	margin-bottom: 0!important

}

.curriculum-top-text {

	text-align: center;

	font-size: 18px;

	font-weight: 700;

	line-height: 30px!important;

	color: #fff;

	padding-bottom: 0

}

.curriculum-top strong {

	background: #e4ca9b;

	font-size: 18px;

	color: #000;

	height: 70px;

	width: 100%;

	float: left;

	text-align: center;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	text-transform: uppercase;

	height: 70px;

	display: flex;

	align-items: center;

	justify-content: center;

	padding: 0 10px

}

.industry-wise-participation1 {

	margin-bottom: 24px

}

.about-top .title {

	color: #f58220

}

.application-cycles-heading1 {

	color: #333!important

}

.results {

	margin: 10px 0 20px 0;

	width: 100%;

	float: left

}

.program_page .title::before {

	display: none

}

.program_page .title {

	color: #f58220

}

.leaders-speak-top {

	width: 100%;

	float: left;

	margin: 50px 0 0 0

}

.class-profile-top {

	width: 100%;

	float: left;

	margin: 100px 0 0 0

}

.class-profile-top .four_column.text_center h3 {

	color: #f58220;

	font-size: 50px;

	line-height: 40px

}

.class-profile-top .four_column.text_center li {

	padding: 20px 15px;

	width: 17.6%;

	margin-right: 3%;

	float: left;

	height: 150px;

	display: flex;

	align-items: center;

	justify-content: center;

	margin-left: 0;

	border: 1px solid #9e8354

}

.class-profile-top .four_column.text_center li:last-child {

	margin-right: 0

}

.class-profile-top .four_column.text_center li p {

	padding-top: 3px

}

.full_width_grey {

	background: #f7f7f7;

	width: 100%;

	float: left;

	padding-bottom: 110px!important

}

.student-testimonials-top {

	margin-top: 30px

}

.class-profile-graph1 h2::before {

	content: "";

	height: 3px;

	width: 103px;

	background-color: #89ba3a;

	display: inline-block;

	position: absolute;

	bottom: -5px

}

.slider-heading-top {

	width: 100%;

	float: left;

	margin: 100px 0 -102px 0

}

.spirituality-heading.pgpm-col.blog-new-top h2 {

	color: #f58220;

	text-align: left !important;

}

.spirituality-heading.pgpm-col.blog-new-top h2::before {

	display: none

}

.blog-new {

	background: #f7f7f7;

	padding: 40px 0px 0 0px !important;

	margin-bottom: 0px !important;

}

.curriculum-top-col {

	width: 100%;

	float: left;

	border-radius: 4px;

	background: #fff;

	margin: 0 0 60px 0

}

.curriculum-top-col2 {

	width: 35%;

	float: left;

	height: 230px;

	display: flex;

	align-items: center;

	justify-content: center;

	background: #89ba3a;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	padding: 0 60px

}

.curriculum-top-col3 {

	width: 65%;

	float: left;

	height: 230px;

	display: flex;

	align-items: center;

	padding: 0 60px

}

.curriculum-top-col1 {

	width: 85%;

	margin: 0 auto

}

.inner_page .title::before {

	display: none

}

.learning-outcomes-top {

	width: 100%;

	float: left;

	margin: 20px 0 -60px 0

}

.learning-outcomes-top1 {

	width: 19.2%;

	float: left;

	text-align: center;

	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);

	height: 300px;

	border: 1px solid #f2f2f2;

	padding: 20px 30px;

	margin-right: 1%

}

.learning-outcomes-top1:last-child {

	margin-right: 0

}

.learning-outcomes-pic1 {

	background: #89ba3a;

	width: 80px;

	margin: 0 auto;

	border-radius: 50px;

	padding: 20px

}

.learning-outcomes-top1.color-1 {

	border-bottom: 4px solid #89ba3a

}

.learning-outcomes-pic2 {

	background: #ef7647;

	width: 80px;

	margin: 0 auto;

	padding: 20px;

	border-radius: 50px

}

.learning-outcomes-top1.color-2 {

	border-bottom: 4px solid #ef7647

}

.learning-outcomes-pic3 {

	background: #c9b189;

	width: 80px;

	margin: 0 auto;

	border-radius: 50px;

	padding: 20px

}

.learning-outcomes-top1.color-3 {

	border-bottom: 4px solid #c9b189

}

.learning-outcomes-pic4 {

	background: #89ba3a;

	width: 80px;

	margin: 0 auto;

	border-radius: 50px;

	padding: 20px

}

.learning-outcomes-top1.color-4 {

	border-bottom: 4px solid #89ba3a

}

.learning-outcomes-pic5 {

	background: #ef7647;

	width: 80px;

	margin: 0 auto;

	border-radius: 50px;

	padding: 20px

}

.learning-outcomes-top1.color-5 {

	border-bottom: 4px solid #ef7647

}

.learning-outcomes-top1 p {

	margin-top: 15px

}

.case-study-col .middle-container {

	padding: 25px 60px 0 60px

}

.industry-integrated-learning ul li {

	list-style: none;

	background-image: none;

	width: 50%;

	border: 0

}

.industry-integrated-learning ul li h6 {

	color: #000!important;

	text-transform: uppercase;

	text-align: center;

	background: #e4ca9b;

	padding: 18px 0!important

}

.question_section.industry-integrated-learning ul li .question::after {

	display: none!important

}

.question_section.industry-integrated-learning ul {

	width: 100%

}

.industry-integrated-learning1, .industry-integrated-learning2, .industry-integrated-learning3, .industry-integrated-learning4 {

	width: 100%;

	float: left;

	border: 1px solid #ddd

}

.industry-integrated-learning2 {

	margin-right: 20%

}

.industry-integrated-learning3 {

	margin-right: 40%

}

.industry-integrated-learning4 {

	margin-right: 60%

}

.industry-integrated-learning .answer {

	height: 170px;

	background: #fff;

	padding: 20px 20px 0 20px!important

}

.question_section.industry-integrated-learning {

	padding-top: 0!important

}

.middle-text.soil-profile-based.case-study-text {

	width: 100%;

	float: left

}

.core-curriculum .spirituality-heading {

	margin-top: 5px

}

.core-curriculum {

	margin-bottom: 30px

}

.core-curriculum .title {

	margin-bottom: 20px

}

.specializations img {

	width: 70%;

	margin-top: -16px

}

.specializations {

	margin: -20px 0 -60px 0

}

.question-text {

	padding: 20px 0 10px 0

}

.have-questions1 {

	margin-top: -150px

}

.class-profile-top.placement-overview-top ul li {

	height: 143px!important;

	background-image: none;

	width: 48.5%!important;

	border: 0!important;

	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)

}

.class-profile-top.placement-overview-top ul li span {

	color: #fff;

	text-transform: initial;

	font-family: 'Franklin Gothic Book', arial;

	width: 100%;

	float: left;

	font-size: 18px;

	line-height: 30px;

	margin-top: 7px

}

.class-profile-top.placement-overview-top .color-1 {

	background: #b0cb34

}

.class-profile-top.placement-overview-top .color-2 {

	background: #98b4cf

}

.class-profile-top.placement-overview-top .color-3 {

	background: #eeae2b

}

.class-profile-top.placement-overview-top .color-4 {

	background: #ef7d2d

}

.class-profile-top.placement-overview-top ul li h3 {

	width: 100%!important;

	color: #fff!important

}

.class-profile-top.placement-overview-top {

	margin: 40px 0 -40px 0

}

.class-profile-top.placement-overview-top ul li:nth-child(2n) {

	margin-right: 0

}

.placement-overview-top .curriculum-top-col2 {

	height: 300px

}

.placement-overview-top .curriculum-top-col3 {

	display: inherit

}

.placement-overview-top .four_column.text_center {

	margin: 0

}

.our-value-addition2.our-value-addition3 {

	margin-right: 0

}

.our-value-addition.value-addition {

	margin-bottom: -70px!important

}

.average-salary-bracket1 {

	width: 100%;

	float: left

}

.average-salary-bracket2 {

	width: 44%;

	float: left

}

.average-salary-bracket3 {

	width: 50%;

	float: left;

	padding-left: 4%

}

.curriculum-top-col1.key-highlights-top {

	width: 750px

}

.shadow {

	width: 100%;

	float: left;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 10px 2px rgba(0,24,127,.13);

	padding: 0!important

}

.pgpm-col2 .curriculum-top-col1 {

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	display: inline-block

}

.key_link_section.shadow ul li {

	margin-top: 0;

	margin-bottom: 0

}

.key_link_section.shadow {

	box-shadow: none;

	margin: 12px 0 40px 0

}

.key_link_section.shadow ul {

	background: 0 0;

	padding: 0

}

.key_link_section.shadow ul li a {

	height: auto;

	font-size: 16px;

	padding-left: 0

}

.key_link_section.shadow .read_more.color_orange.pull_right.button-3 {

	background: #b0d037

}

.our-value-addition2.color-1 {

	border-bottom: 4px solid #c7af87

}

.our-value-addition2.color-2 {

	border-bottom: 4px solid #b0d037

}

.our-value-addition2.color-3 {

	border-bottom: 4px solid #e7ad2e

}

.our-value-addition2.color-4 {

	border-bottom: 4px solid #f68026

}

.our-value-addition2.color-1 p {

	color: #c7af87

}

.our-value-addition2.color-2 p {

	color: #b0d037

}

.our-value-addition2.color-3 p {

	color: #e7ad2e

}

.our-value-addition2.color-4 p {

	color: #f68026

}

.placement-overview-top .curriculum-top-col2 {

	background: #81b13a

}

.academics-box-col.case-study-col.box-1 {

	margin: 2px 0 -47px 0

}

.academics-box-col.case-study-col.box-2 {

	margin: 10px 0 24px 0

}

.box-2 .middle-container {

	padding-top: 50px

}

.academics-box-col.case-study-col.box-3 {

	margin: 2px 0 -45px 0

}

.pic-col {

	text-align: center

}

.pic-col img {

	width: 50%

}

.academics-box-col.case-study-col.box-4 {

	margin: -45px 0 -47px 0

}

.industry {

	width: 800px;

	margin: 0 auto

}

.industry-col {

	width: 380px;

	float: left;

	margin: 0 10px

}

.industry-col h2 {

	width: 100%;

	font-size: 25px;

	text-align: center;

	text-transform: uppercase;

	padding: 10px;

	margin-bottom: 0

}

.industry-col p {

	text-align: center;

	height: 150px;

	padding: 20px

}

.industry-top {

	width: 100%;

	float: left;

	margin: 30px 0 -40px 0

}

.industry-experiential-tab {

	float: left;

	border: 1px solid #ddd;

	background-color: #fff;

	width: 318px;

	margin-right: 40px

}

.industry-experiential-tab button {

	display: block;

	background-color: inherit;

	color: #000;

	padding: 20px 16px;

	width: 100%;

	border: none;

	outline: 0;

	text-align: center;

	cursor: pointer;

	transition: .3s;

	font-size: 18px;

	border-bottom: 1px solid #ddd;

	text-transform: uppercase

}

.industry-experiential-tab button.active {

	background-color: #eeae2b;

	color: #fff

}

.tabcontent-new {

	float: left;

	padding: 0 12px 0 30px;

	width: 76.2%;

	text-align: left;

	height: 327px;

	overflow-x: hidden;

	overflow-y: scroll

}

.industry-experiential-tab br {

	display: none

}

.tabcontent-new h3 {

	color: #89ba3a;

	margin: 0 0 18px 0;

	font-size: 20px;

	text-transform: uppercase

}

.industry-experiential {

	width: 100%;

	float: left;

	text-align: center;

	margin: 40px 0 20px 0

}

.self-leadership img, .theatre-ethics img {

	width: 100%;

	height: 500px;

	object-fit: cover

}

.quote-col1 {

	font-size: 25px;

	line-height: 35px!important;

	margin-top: 30px

}

.experiential-learning-heading {

	margin-bottom: 21px!important

}

.industry-experiential .curriculum-top-col1 {

	display: inline-block;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	background: #fff;

	padding: 40px 20px

}

.industry-new {

	margin-top: 34px!important

}

.industry-col.color-1 {

	border-bottom: 4px solid #b0d037!important;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	border: 1px solid #ddd;

	padding: 30px 0 10px 0

}

.industry-col.color-2 {

	border-bottom: 4px solid #f68026!important;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	border: 1px solid #ddd;

	padding: 30px 0 10px 0

}

.industry-col.color-1 h2 {

	font-size: 27px;

	color: #b0d037

}

.industry-col.color-2 h2 {

	font-size: 27px;

	color: #f68026

}

.leadership-series {

	width: 100%;

	float: left;

	text-align: center;

	margin: 10px 0 -20px 0

}

.leadership-series-col {

	width: 31%;

	display: inline-block;

	margin: 0 2% 30px 0

}

.leadership-series-col img {

	width: 100%

}

.leadership-series-col h2 {

	font-size: 20px;

	color: #f58220;

	text-align: center;

	margin-bottom: 3px

}

.leadership-series-col p {

	text-align: center

}

.tabcontent-new-text {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.tabcontent-new .li-col a {

	color: #ef7647;

	display: inline

}

.longEnough {

	overflow: auto

}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

	background-color: #98b4cf!important

}

.quote-col2 {

	color: #f58220;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-size: 20px

}

.text-center {

	text-align: center

}

.career-impact-heading {

	margin-bottom: 21px

}

.four_column.text_center li {

	width: 14.1%!important;

	padding: 28px 10px!important

}

.student_life_section ul li:nth-child(4), .student_life_section ul li:nth-child(5), .student_life_section ul li:nth-child(6) {

	height: 230px

}

.experiential-immersions {

	width: 100%;

	float: left;

	margin: 12px 0 0 0

}

.experiential-immersions-col {

	width: 23.5%;

	float: left;

	box-shadow: 0 5px 10px 0 rgba(130,130,130,.25);

	margin-right: 2%

}

.experiential-immersions-col h2 {

	font-size: 20px;

	color: #89ba3a;

	line-height: 25px;

	padding: 0 20px;

	margin: 0 0 10px 0

}

.experiential-immersions-col img {

	width: 100%

}

.experiential-immersions-col:last-child {

	margin-right: 0

}

.experiential-immersions-col p {

	padding: 0 20px 20px 20px

}

.experiential-immersions-text {

	height: 180px

}

.class-profile-graph1.new-graph.graph-new-col {

	width: 100%;

	float: left

}

.class-profile-graph1.new-graph.graph-new-col .visualizer-front {

	display: inline-block;

	margin: 12px auto;

	width: 1000px

}

.career-impact-heading1 {

	color: #333!important;

	margin-bottom: 4px

}

.student_life_section .curriculum-top-col1 ul {

	background: #fff!important;

	width: 100%;

	float: left;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	margin-top: 12px

}

.student_life_section.pb_8.full_width_grey {

	padding: 50px 0 60px 0!important

}

.button-new-col {

	width: 100%;

	float: left;

	text-align: right;

	margin-top: 18px

}

.button-new-col img {

	width: 25px

}

.experiential-immersions-col1 {

	margin-bottom: -100px

}

.who-should-col .color-1 {

	color: #b0cb34

}

.who-should-col .color-2 {

	color: #eeae2b

}

.who-should-col .color-3 {

	color: #ef7d2d

}

.button-new-col.button-new-col1 p {

	position: absolute;

	right: 2%

}

.button-new-col.button-new-col1 {

	margin: 10px 0 30px 0

}

.work-exp {

	width: 1000px;

	margin: 0 auto

}

.recruiters-testimonials-col img {

	height: 570px

}

.recruiters-testimonials-col1 .quote-col1 {

	font-size: 22px

}

.academics-box-col.case-study-col.box-4.color-1 {

	background: #98b4cf

}

.academics-box-col.case-study-col.box-2.color-2 {

	background: #eeae2b

}

.recruiters-testimonials-col1 p {

	color: #fff

}

.recruiters-testimonials-col1 .quote-col2 {

	color: #fff

}

.student-testimonial-videos {

	margin-top: 0

}

.clubs-associations.curriculum-overview {

	background: #fff;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	margin-bottom: -40px

}

.student-life-tab.color-1 a {

	color: #b0cb34;

	border-bottom: 4px solid #b0cb34

}

.student-life-tab.color-2 a {

	color: #98b4cf;

	border-bottom: 4px solid #98b4cf

}

.student-life-tab.color-3 a {

	color: #eeae2b;

	border-bottom: 4px solid #eeae2b

}

.student-life-tab.color-4 a {

	color: #ef7d2d;

	border-bottom: 4px solid #ef7d2d

}

.popular_section.academics-box-col.upcoming-events {

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13)

}

.popular_section.academics-box-col.upcoming-events .col_50.pr_40 {

	padding: 20px 40px 0 40px!important

}

.popular_section.academics-box-col.upcoming-events img {

	height: 500px;

	object-position: 100%

}

.popular_section.academics-box-col.upcoming-events h3 {

	color: #333

}

.alumni-speak-col {

	width: 67%;

	float: right

}

.industry-live-projects {

	width: 1200px

}

.industry-live-projects .industry-col {

	width: 380px;

	height: 490px;

	background: #fff

}

.industry-live-projects .industry-col p {

	text-align: left;

	height: auto;

	padding-bottom: 0

}

.industry-live-projects .industry-col.color-3 {

	border-bottom: 4px solid #c9b189!important;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	border: 1px solid #ddd;

	border-bottom-color: #ddd;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	padding: 30px 0 10px 0

}

.industry-live-projects .industry-col.color-3 h2 {

	color: #c9b189

}

.industry-live-projects .industry-col.color-1 img {

	width: 300px;

	margin-top: 15px

}

.industry-live-projects .industry-col.color-1 strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.specializations-col .student-life-tab.color-1 a {

	background: #b0cb34

}

.specializations-col .student-life-tab.color-2 a {

	background: #98b4cf

}

.specializations-col .student-life-tab.color-3 a {

	background: #eeae2b

}

.specializations-col .student-life-tab.color-4 a {

	background: #ef7d2d

}

.international-exchange-top .international-exchange {

	box-shadow: 0 0 1rem rgba(0,0,0,.15)

}

.academics-box-col.case-study-col.box-5 {

	margin: 10px 0 0 0

}

.box-new-top {

	width: 100%;

	float: left;

	margin-bottom: 60px

}

.box-new-des {

	width: 50%;

	float: left;

	padding-right: 30px

}

.box-new-slier {

	width: 50%;

	float: left

}

.slider-new .industry-consortium-col {

	width: 24.2%;

	padding: 2.7%

}

.industry-consortium-new.slider-new {

	margin: 0

}

.curriculum-new {

	margin-top: 34px!important

}

.box-new-top ul {

	margin-bottom: 0

}

.haeding-new-top {

	width: 100%;

	float: left;

	margin-bottom: -53px

}

.slider-new .industry-consortium-col:nth-child(4n) {

	margin-right: 0

}

.specializations-Offered-top {

	margin-top: -50px

}

.admissions-process-new h3 {

	color: #333

}

.middle-text.soil-profile-based h3 {

	color: #333

}

.fees-financing-table table {

	width: 1000px

}

.fees-financing-table .table-1 {

	width: 68%

}

.funding-options .international-exchange {

	background: #fff;

	display: inline-block;

	float: none

}

.funding-options {

	text-align: center;

	margin: 20px 0 30px 0

}

.student-scholarships {

	width: 100%;

	float: left;

	border: 1px solid #ddd;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	margin-bottom: 30px

}

.student-scholarships1 {

	width: 20%;

	float: left;

	height: 241px;

	display: flex;

	align-items: center;

	justify-content: center;

	padding: 0 20px

}

.student-scholarships2 {

	width: 80%;

	float: left;

	padding: 30px;

	height: 241px;

	display: flex;

	align-items: center;

	justify-content: left

}

.student-scholarships1 h2 {

	font-size: 20px;

	text-align: center;

	color: #fff;

	line-height: 30px;

	margin: 0

}

.student-scholarships.color-1 .student-scholarships1 {

	background: #9fc540

}

.student-scholarships.color-2 .student-scholarships1 {

	background: #75a9c2

}

.student-scholarships.color-3 .student-scholarships1 {

	background: #69aa42

}

.student-scholarships.color-4 .student-scholarships1 {

	background: #eaa536

}

.student-scholarships.color-5 .student-scholarships1 {

	background: #abacab

}

.student-scholarships.color-6 .student-scholarships1 {

	background: #ec6e31

}

.student-scholarships2 strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	padding-bottom: 10px;

	width: 100%;

	float: left

}

.student-scholarships.color-1 {

	border-bottom: 4px solid #9fc540;

	margin-top: 30px

}

.student-scholarships.color-2 {

	border-bottom: 4px solid #75a9c2

}

.student-scholarships.color-3 {

	border-bottom: 4px solid #69aa42

}

.student-scholarships.color-4 {

	border-bottom: 4px solid #eaa536

}

.student-scholarships.color-5 {

	border-bottom: 4px solid #abacab

}

.student-scholarships.color-6 {

	border-bottom: 4px solid #ec6e31;

	margin-bottom: -40px

}

.funding-options .international-exchange.color-1 {

	border-bottom: 4px solid #aeadd0;

	padding-bottom: 20px

}

.funding-options .international-exchange.color-2 {

	border-bottom: 4px solid #c7c881;

	padding-bottom: 20px

}

.funding-options .international-exchange.color-3 {

	border-bottom: 4px solid #e89ea6;

	padding-bottom: 20px

}

.funding-options .international-exchange.color-1 a, .funding-options .international-exchange.color-2 a, .funding-options .international-exchange.color-3 a {

	border: 2px solid #aeadd0;

	padding: 7px 12px;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	text-transform: uppercase

}

.funding-options .international-exchange.color-2 a {

	border: 2px solid #c7c881

}

.funding-options .international-exchange.color-3 a {

	border: 2px solid #e89ea6

}

.funding-options .international-exchange.color-1 a:hover {

	color: #fff;

	background: #aeadd0

}

.funding-options .international-exchange.color-2 a:hover {

	color: #fff;

	background: #c7c881

}

.funding-options .international-exchange.color-3 a:hover {

	color: #fff;

	background: #e89ea6

}

.funding-options .international-exchange img {

	margin-bottom: 20px

}

.faqs-new ul li {

	width: 100%;

	background: #fff;

	box-shadow: 0 0 1rem rgba(0,0,0,.15)

}

.faqs-new p {

	color: #333!important

}

.faqs-new p a {

	color: #f58220!important

}

.notes {

	margin: -40px 0 -70px 0

}

.faqs-new h6 {

	font-family: 'Franklin Gothic Book'!important;

	font-weight: 600;

	color: #89ba3a!important

}

.industry-learning .curriculum-top.color-1 strong {

	background: #9fc540;

	color: #fff

}

.industry-learning .curriculum-top.color-2 strong {

	background: #75a9c2;

	color: #fff

}

.industry-learning .curriculum-top.color-3 strong {

	background: #eaa536;

	color: #fff

}

.industry-learning .curriculum-top.color-4 strong {

	background: #ec6e31;

	color: #fff

}

.profile_section .col_50 ul li {

	width: 22.7%!important;

	padding-top: 35px!important

}

.member-hr a p {

	display: none

}

.member-new-des {

	width: 100%;

	float: left;

	display: inherit!important;

	color: #333!important

}

.experiential-immersions-hr .experiential-immersions-col {

	width: 18.4%

}

.experiential-immersions-hr .experiential-immersions-text {

	height: 215px

}

.member-hr .governing-board-des {

	height: 80px;

	position: absolute;

	bottom: 0;

	background: rgba(0,0,0,.5);

	padding: 10px 5px

}

.bottom20 {

	margin-bottom: 20px!important

}

.industry-participation-hr img {

	width: 658px

}

.industry-participation-hr {

	margin-bottom: 0

}

.placement-Overview-hr .curriculum-top-col2 {

	background: #aeadd0

}

.placement-Overview-hr .color-1 {

	background: #98c7c2!important

}

.placement-Overview-hr .color-2 {

	background: #c7c881!important

}

.placement-Overview-hr .color-3 {

	background: #d09d8b!important

}

.placement-Overview-hr .color-4 {

	background: #e89ea6!important

}

.admissions-process-list {

	margin-bottom: -60px!important

}

.profile-based-evaluation p {

	display: none

}

.profile-based-des {

	height: 100px!important;

	display: inherit!important;

	padding: 10px 20px!important

}

.profile-based-evaluation {

	text-align: center;

	margin-bottom: 0

}

.profile-based-evaluation .industry {

	width: 100%

}

.profile-based-evaluation .industry-col {

	width: 31%;

	background: #fff;

	margin-bottom: 22px;

	display: inline-table;

	float: none;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	padding: 30px 0 10px 0

}

.profile-based-evaluation img {

	margin-bottom: 15px

}

.profile-based-evaluation .industry-col.color-1 {

	border-bottom: 4px solid #98c7c2!important

}

.profile-based-evaluation .industry-col.color-2 {

	border-bottom: 4px solid #aeadd0!important

}

.profile-based-evaluation .industry-col.color-3 {

	border-bottom: 4px solid #c7c881!important

}

.profile-based-evaluation .industry-col.color-4 {

	border-bottom: 4px solid #d09d8b!important

}

.profile-based-evaluation .industry-col.color-5 {

	border-bottom: 4px solid #e89ea6!important

}

.profile-based-evaluation .industry-col.color-1 h2 {

	color: #333

}

.profile-based-evaluation .industry-col.color-2 h2 {

	color: #333

}

.profile-based-evaluation .industry-col.color-3 h2 {

	color: #333

}

.profile-based-evaluation .industry-col.color-4 h2 {

	color: #333

}

.profile-based-evaluation .industry-col.color-5 h2 {

	color: #333

}

.application-cycles-hr .industry-col {

	width: 23%

}

.application-cycles-hr .profile-based-des {

	height: 130px!important

}

.application-cycles-hr .industry-col.color-2 {

	background: #aeadd0;

	border-bottom: 0!important

}

.application-cycles-hr .industry-col.color-3 {

	background: #98c7c2;

	border-bottom: 0!important

}

.application-cycles-hr .industry-col.color-4 {

	background: #c7c881;

	border-bottom: 0!important

}

.application-cycles-hr .industry-col.color-5 {

	background: #e89ea6;

	border-bottom: 0!important

}

.application-cycles-hr .industry-col h2 {

	color: #fff!important;

	line-height: 35px;

	font-size: 22px

}

.application-cycles-hr .industry-col p {

	color: #fff!important

}

.admission-steps-process {

	text-align: center;

	margin: 30px 0 20px 0

}

.admission-steps-process img {

	padding: 40px;

	background: #fff

}

.eligibility-hr img {

	height: 550px;

	object-position: 100%

}

.soil-hr-legacy .industry-experiential-tab button.active {

	background-color: #d2d1ea;

	color: #000

}

.soil-hr-legacy {

	margin-bottom: -70px

}

.key-highlights-hr .color-1 {

	border-bottom: 4px solid #e89ea6

}

.key-highlights-hr .color-2 {

	border-bottom: 4px solid #d09d8b

}

.key-highlights-hr .color-3 {

	border-bottom: 4px solid #c7c881

}

.key-highlights-hr .color-4 {

	border-bottom: 4px solid #aeadd0

}

.key-highlights-hr .color-1 .batch-name {

	color: #e89ea6!important

}

.key-highlights-hr .color-2 .batch-name {

	color: #d09d8b!important

}

.key-highlights-hr .color-3 .batch-name {

	color: #c7c881!important

}

.key-highlights-hr .color-4 .batch-name {

	color: #aeadd0!important

}

.download-placement-reports ul li .read_more.button-1 {

	background-color: #aeadd0

}

.download-placement-reports ul li .read_more.button-2 {

	background-color: #c7c881

}

.download-placement-reports ul li .read_more.button-3 {

	background-color: #d09d8b!important

}

.download-placement-reports ul li .read_more.button-4 {

	background-color: #e89ea6

}

.download-placement-reports ul li .read_more.button-1:hover {

	background-color: #9796bd!important

}

.download-placement-reports ul li .read_more.button-2:hover {

	background-color: #b5b66f!important

}

.download-placement-reports ul li .read_more.button-3:hover {

	background-color: #be8a77!important

}

.download-placement-reports ul li .read_more.button-4:hover {

	background-color: #d28890!important

}

.button-new br {

	display: none

}

.button-new .color-1 {

	color: #333;

	background: #bed5d1!important

}

.button-new .color-2 {

	color: #333;

	background: #d2d19e!important

}

.button-new .color-1:hover {

	background: #a8c5c0!important

}

.button-new .color-2:hover {

	background: #c1c088!important

}

.member-hr .member-section-col p {

	display: none

}

.member-hr .member-section-col {

	padding-bottom: 0;

	background: 0 0;

	margin: .5% 1% -9px 0!important

}

.curriculum-hr .who-should-col {

	height: 210px !important;

}

.alumni-speak-new .color-1 {

	background: #98c7c2

}

.alumni-speak-new .color-1::before, .alumni-speak-new .color-2::before {

	display: none

}

.alumni-speak-new .color-2 {

	background: #d09d8b

}

.alumni-speak-new {

	width: 100%;

	float: left;

	margin: 0 0 -60px 0

}

.soil-hr-legacy .industry-experiential-tab img {

	width: 35px;

	float: left;

	margin-right: 10px

}

.soil-hr-legacy .industry-experiential-tab button {

	text-align: left;

	height: 76px;

	display: flex;

	align-items: center;

	justify-content: left

}

.soil-hr-legacy .industry-experiential-tab {

	width: 355px

}

.soil-hr-legacy .tabcontent-new {

	width: 73%

}

.full_width_any {

	background: #e4ca9b

}

.full_width_any .career_section::before {

	display: none

}

.full_width_any p {

	color: #000!important

}

.full_width_any .career_section {

	padding-bottom: 0!important

}

.full_width_any ul li {

	border: 1px solid #e4ca9b

}

.hr-legacy {

	width: 100%;

	float: left

}

.hr-legacy-top {

	width: 100%;

	float: left;

	display: flex

}

.hr-legacy-text {

	width: 50%;

	float: left;

	padding-right: 30px

}

.hr-legacy-text1 {

	width: 25%;

	float: left;

	background: #f5821f;

	display: flex;

	align-items: center;

	justify-content: left

}

.hr-legacy-text1 p {

	color: #fff;

	padding: 0 30px;

	font-size: 22px

}

.hr-legacy-text1 span {

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-size: 40px;

	margin-bottom: 20px;

	width: 100%;

	float: left

}

.hr-legacy-pic {

	width: 25%;

	float: left

}

.hr-legacy-pic img {

	width: 100%

}

.hr-legacy-last {

	margin-bottom: -40px

}

.curriculum-focus-areas .student-life-tab {

	width: 24%;

	float: none;

	display: inline-block;

	margin-bottom: 20px

}

.curriculum-focus-areas {

	text-align: center;

	margin-bottom: -60px!important

}

.curriculum-focus-areas .student-life-tab a {

	height: 100px;

	display: flex;

	padding: 0 20px;

	border: 1px solid #ddd;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	border-bottom: 0

}

.testimonials-hr {

	margin-bottom: 25px!important

}

.curriculum-hr .curriculum-top-text {

	color: #333;

	font-style: italic

}

.eligibility-hr-new {

	width: 100%;

	float: left;

	margin-bottom: 40px

}

.eligibility-logo {

	margin: 20px 0 -40px 0

}

.hr-legacy-text1.color-1 {

	background: #aeadd0

}

.hr-legacy-text1.color-2 {

	background: #98c7c2

}

.hr-legacy-text1.color-3 {

	background: #c7c881

}

.hr-legacy-text1.color-4 {

	background: #d09d8b

}

.hr-legacy-text1.color-5 {

	background: #e89ea6

}

.curriculum-new-hr {

	width: 80%;

	height: inherit!important;

	margin: 0 auto;

	float: none;

	background: #d2d19e;

	box-shadow: none;

	padding: 30px;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13)

}

.member-hr .governing-board-des h6 {

	color: #fff;

	font-size: 18px!important;

	margin-bottom: -5px

}

.member-hr .governing-board-des .member-new-des {

	color: #fff!important;

	font-size: 14px;

	line-height: 17px!important;

	min-height: inherit

}

.member-hr .member-section-col:hover {

	box-shadow: 0 0 4px transparent;

	transition: none;

	transform: none)

}

.hr-leadership .student-scholarships.color-5 img {

	width: 85px

}

.hr-leadership .student-scholarships.color-6 img {

	width: 130px

}

.hr-leadership .student-scholarships.color-6 {

	margin-bottom: 0

}

.hr-leadership .student-scholarships1, .hr-leadership .student-scholarships2 {

	height: 200px

}

.hr-leadership .student-scholarships2 strong {

	float: none

}

.hr-connect-slider .box-new-slier {

	float: none;

	margin: 0 auto;

	width: 1200px

}

.hr-connect-slider {

	margin-bottom: -40px

}

.hr-leadership .student-scholarships.color-1 {

	border-bottom: 4px solid #aeadd0

}

.hr-leadership .student-scholarships.color-1 .student-scholarships1 {

	background: #aeadd0

}

.hr-leadership .student-scholarships.color-2 {

	border-bottom: 4px solid #98c7c2

}

.hr-leadership .student-scholarships.color-2 .student-scholarships1 {

	background: #98c7c2

}

.hr-leadership .student-scholarships.color-3 {

	border-bottom: 4px solid #c7c881

}

.hr-leadership .student-scholarships.color-3 .student-scholarships1 {

	background: #c7c881

}

.hr-leadership .student-scholarships.color-4 {

	border-bottom: 4px solid #d09d8b

}

.hr-leadership .student-scholarships.color-4 .student-scholarships1 {

	background: #d09d8b

}

.hr-leadership .student-scholarships.color-5 {

	border-bottom: 4px solid #e89ea6

}

.hr-leadership .student-scholarships.color-5 .student-scholarships1 {

	background: #e89ea6

}

.hr-leadership .student-scholarships.color-6 {

	border-bottom: 4px solid #c7c881

}

.hr-leadership .student-scholarships.color-6 .student-scholarships1 {

	background: #c7c881

}

.application-cycles-hr {

	margin-bottom: -60px

}

.live-projects .industry-col.color-1 {

	border-bottom: 4px solid #aeadd0!important

}

.live-projects .industry-col.color-1 h2 {

	color: #aeadd0

}

.live-projects .industry-col.color-2 {

	border-bottom: 4px solid #c7c881!important

}

.live-projects .industry-col.color-2 h2 {

	color: #c7c881

}

.live-projects .industry-col.color-3 {

	border-bottom: 4px solid #e89ea6!important

}

.live-projects .industry-col.color-3 h2 {

	color: #e89ea6

}

.curriculum-focus-areas .student-life-tab.color-1 a {

	background: #aeadd0

}

.curriculum-focus-areas .student-life-tab.color-2 a {

	background: #98c7c2

}

.curriculum-focus-areas .student-life-tab.color-3 a {

	background: #c7c881

}

.curriculum-focus-areas .student-life-tab.color-4 a {

	background: #e89ea6

}

.hr-leadership-last {

	margin-bottom: -40px!important

}

.learning-outcomes-hr .learning-outcomes-top1.color-1 {

	border-bottom: 4px solid #aeadd0

}

.learning-outcomes-hr .learning-outcomes-top1.color-2 {

	border-bottom: 4px solid #98c7c2

}

.learning-outcomes-hr .learning-outcomes-top1.color-3 {

	border-bottom: 4px solid #c7c881

}

.learning-outcomes-hr .learning-outcomes-top1.color-4 {

	border-bottom: 4px solid #d09d8b

}

.learning-outcomes-hr .learning-outcomes-top1.color-5 {

	border-bottom: 4px solid #e89ea6

}

.learning-outcomes-hr .learning-outcomes-pic1 {

	background: #aeadd0

}

.learning-outcomes-hr .learning-outcomes-pic2 {

	background: #98c7c2

}

.learning-outcomes-hr .learning-outcomes-pic3 {

	background: #c7c881

}

.learning-outcomes-hr .learning-outcomes-pic4 {

	background: #d09d8b

}

.learning-outcomes-hr .learning-outcomes-pic5 {

	background: #e89ea6

}

.curriculum-approach-hr .curriculum-top.color-1 strong {

	background: #aeadd0

}

.curriculum-approach-hr .curriculum-top.color-2 strong {

	background: #98c7c2

}

.curriculum-approach-hr .curriculum-top.color-3 strong {

	background: #c7c881

}

.curriculum-approach-hr .curriculum-top.color-4 strong {

	background: #e89ea6

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-1 {

	background: #98c7c2!important

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-1::after {

	border-top: 15px solid #98c7c2

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-2 {

	background: #c7c881!important

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-2::after {

	border-top: 15px solid #c7c881

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-3 {

	background: #aeadd0!important

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-3::after {

	border-top: 15px solid #aeadd0

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-4 {

	background: #d09d8b!important

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-4::after {

	border-top: 15px solid #d09d8b

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-5 {

	background: #e89ea6!important

}

.tabs.tabs-new.term-wise-curriculam .tab-link.color-5::after {

	border-top: 15px solid #e89ea6

}

.tabs.tabs-new.term-wise-curriculam li {

	width: 19.2%

}

.soil-hr-work::before {

	display: none

}

.soil-hr-work p {

	color: #000!important;

	text-transform: initial

}

.soil-hr-work {

	margin: 25px 0 0 0

}

.hr-leader-network .student-scholarships1 img {

	width: 100%

}

.hr-leader-network .student-scholarships1 {

	width: 23%;

	height: inherit;

	padding: 10px 10px 4px 10px

}

.hr-leader-network .student-scholarships2 {

	width: 77%;

	height: inherit;

	display: inherit

}

.hr-leader-network .student-scholarships2 h2 {

	font-size: 30px;

	margin-bottom: 10px

}

.hr-leader-network .student-scholarships2 .designation-col {

	font-size: 18px;

	font-weight: 700

}

.hr-leader-network .student-scholarships.color-5 img, .hr-leader-network .student-scholarships.color-6 img {

	width: 100%

}

.soil-hr-work ul li {

	display: inherit

}

.hr-leader-network .student-scholarships2 a {

	color: #89ba3a!important

}

.curriculum-focus img {

	padding: 0

}

.curriculum-focus {

	margin-bottom: -50px

}

.tabs.tabs-new.term-wise-curriculam.term-curriculam {

	text-align: center

}

.tabs.tabs-new.term-wise-curriculam.term-curriculam .tab-link {

	background: #fff!important;

	color: #333;

	float: none

}

.tabs.tabs-new.term-wise-curriculam.term-curriculam {

	margin: 30px 0 30px 0

}

.tabs-sub .tab-nav-sub {

	text-align: left;

	margin: 0 0 40px 0

}

.tabs-sub .tab-nav-sub li {

	display: inline-block;

	vertical-align: top;

	margin-right: 20px

}

.tabs-sub .tab-nav-sub li span, .tabs-sub.hr-excellence .tab-nav-sub li span, .tabs-sub.hr-excellence.leadership .tab-nav-sub li span, .tabs-sub.hr-excellence.skills .tab-nav-sub li span {

	text-transform: uppercase;

	color: #212121;

	display: block;

	padding: 10px 0

}

.tabs-sub .tab-nav-sub li.active>span, .tabs-sub .tab-nav-sub li:hover>span, .tabs-sub.analytics-tab .tab-nav-sub li.active>span, .tabs-sub.digital-tab .tab-nav-sub li.active>span, .tabs-sub.finance-tab .tab-nav-sub li.active>span, .tabs-sub.general-tab .tab-nav-sub li.active>span, .tabs-sub.hr-excellence .tab-nav-sub li.active>span, .tabs-sub.hr-excellence .tab-nav-sub li:hover>span, .tabs-sub.hr-excellence.leadership .tab-nav-sub li.active>span, .tabs-sub.hr-excellence.leadership .tab-nav-sub li:hover>span, .tabs-sub.hr-excellence.skills .tab-nav-sub li.active>span, .tabs-sub.hr-excellence.skills .tab-nav-sub li:hover>span, .tabs-sub.marketing-tab .tab-nav-sub li.active>span {

	color: #fff;

	background: #c7c881;

	display: block;

	cursor: pointer

}

.tabs-sub .tab-sub {

	display: none

}

.tabs-sub .tab-sub.active {

	display: block

}

.tab-nav-sub ul li {

	border: 1px solid #ddd;

	list-style: none;

	background: 0 0;

	text-align: center;

	padding: 0;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	text-transform: uppercase;

	font-size: 18px;

	width: 300px;

	margin: 0 10px!important;

	float: none

}

.tab-nav-sub ul {

	float: none;

	margin: 0 auto

}

.tabs-sub {

	text-align: center;

	width: 100%;

	float: left

}

.tab-nav-sub {

	text-align: center!important;

	width: 100%;

	float: left;

	margin-top: 40px!important

}

.tab-sub .answer, .tab-sub .question-col2.question-new-col2, .tab-sub .question-col3.question-new-col3, .tab-sub .question-col5.question-new-col5 {

	text-align: left

}

.tabs-sub.hr-excellence .tab-nav-sub li span {

	color: #212121

}

.tabs-sub.hr-excellence .tab-nav-sub li.active>span, .tabs-sub.hr-excellence .tab-nav-sub li:hover>span {

	background: #aeadd0

}

.tab-nav-sub .active {

	color: #c7c881

}

.hr-leader-member .member-section-col {

	list-style: none;

	background: #f6f6f6;

	padding-left: 0

}

.hr-leader-member p {

	display: none

}

.hr-leader-des {

	display: inherit!important;

	color: #000!important;

	height: 60px!important;

	min-height: 60px!important

}

.soil-admissions-process {

	width: 100%;

	float: left;

	background: #fff;

	padding: 30px;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	margin: 10px 0 40px 0

}

.soil-admissions-pic {

	width: 10%;

	float: left

}

.soil-admissions-col {

	width: 90%;

	float: left;

	padding-left: 20px

}

.soil-admissions-col h2 {

	font-size: 25px;

	color: #e89ea6;

	word-wrap: break-word;

	text-transform: uppercase;

	padding-top: 10px;

}

.soil-admissions-col h2 span {

	background: #e89ea6;

	color: #fff;

	width: 40px;

	height: 40px;

	float: left;

	text-align: center;

	border-radius: 50px;

	display: flex;

	align-items: center;

	justify-content: center;

	margin-right: 20px;

	font-size: 22px;

	margin-top: -5px

}

.soil-admissions-des {

	width: 100%;

	float: left;

	padding: 5px 0 0 60px

}

.soil-talent li {

	width: 150px!important;

	height: 150px;

	list-style: none;

	background: 0 0!important;

	background: #e89ea6!important;

	border-radius: 100px;

	color: #fff!important;

	text-align: center;

	display: flex;

	align-items: center;

	justify-content: center;

	padding: 0 20px!important;

	font-size: 22px!important;

	margin: 0 2%!important

}

.soil-talent {

	width: 730px;

	float: none!important;

	margin-top: 20px!important;

	display: inline-block

}

.soil-admissions-pic img {

	width: 130px

}

.hr-leader-member {

	padding: 20px 0 0 0!important;

	margin-bottom: -90px

}

.profile-based-new .industry-col.color-1 {

	border-bottom: 4px solid #9fc540!important

}

.profile-based-new .industry-col.color-2 {

	border-bottom: 4px solid #75a9c2!important

}

.profile-based-new .industry-col.color-3 {

	border-bottom: 4px solid #eaa536!important

}

.profile-based-new .industry-col.color-4 {

	border-bottom: 4px solid #ec6e31!important

}

.profile-based-new .industry-col.color-5 {

	border-bottom: 4px solid #c9b189!important

}

.application-cycles-new .industry-col.color-2 {

	background: #9fc540

}

.application-cycles-new .industry-col.color-3 {

	background: #75a9c2

}

.application-cycles-new .industry-col.color-4 {

	background: #eaa536

}

.application-cycles-new .industry-col.color-5 {

	background: #ec6e31

}

.soil-admissions-new .soil-admissions-col h2 {

	color: #ec6e31

}

.soil-admissions-new .soil-admissions-col h2 span {

	background: #ec6e31

}

.soil-admissions-new .soil-talent li {

	background: #ec6e31!important

}

.soil-talent-col {

	text-align: center

}

.tabs-sub.hr-excellence.skills .tab-nav-sub li span {

	color: #212121

}

.tabs-sub.hr-excellence.skills .tab-nav-sub li.active>span, .tabs-sub.hr-excellence.skills .tab-nav-sub li:hover>span {

	background: #d09d8b

}

.tabs-sub.hr-excellence.leadership .tab-nav-sub li span {

	color: #212121

}

.tabs-sub.hr-excellence.leadership .tab-nav-sub li.active>span, .tabs-sub.hr-excellence.leadership .tab-nav-sub li:hover>span {

	background: #e89ea6

}

.future-gradutes-text h2 {

	font-size: 50px;

	color: #000;

	margin-bottom: 5px

}

.future-gradutes-text p {

	font-size: 20px;

	color: #000

}

.future-gradutes-sub {

	font-size: 22px!important;

	font-weight: 700;

	margin: 0 0 20px 0!important

}

.future-gradutes-video {

	width: 50%;

	float: left;

	position: relative;

	padding-bottom: 28%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.future-gradutes-video iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.future-gradutes-button .download_btn, .future-gradutes-button .download_btn.color_brown {

	font-size: 17px;

	width: 230px!important;

	background: #d84f00!important;

	padding: 15px;

	margin-right: 10px!important

}

.future-gradutes-button .download_btn {

	background: #00a798!important

}

.future-gradutes-button .download_btn.color_brown:hover {

	background: #c14700!important

}

.future-gradutes-button .download_btn:hover {

	background: #029487!important

}

.pgdm-testimonial-pic {

	width: 20%;

	float: left;

	padding-left: 50px

}

.pgdm-testimonial-col {

	width: 80%;

	float: left;

	padding-left: 30px

}

.pgdm-testimonial-col p {

	font-size: 35px;

	color: #000;

	line-height: 50px!important

}

.pgdm-testimonial-col .name {

	font-size: 20px;

	color: #000

}

.pgdm-testimonial-col .name br {

	display: none

}

.pgdm-testimonial-col .name span {

	width: 100%;

	float: left;

	font-size: 20px;

	color: #d84f00;

	font-weight: 700;

	margin-bottom: -15px

}

.pgdm-testimonial-slider .slider-container {

	box-shadow: inherit;

	background: 0 0

}

.pgdm-testimonial-slider .slider__switch {

	background: 0 0;

	opacity: 1;

	fill: #d84f00;

	top: 54%

}

.pgdm-testimonial-slider h3 {

	color: #d84f00;

	font-size: 25px;

	padding: 10px 0 10px 20px

}

.pgdm-testimonial-slider h2 {

	font-size: 40px;

	border-left: 4px solid #d84f00;

	padding-left: 20px;

	margin: 0 0 30px 34px

}

.most-experiential-pgdm .zn-tab-list-wrap {

	background: #dcb627!important;

	padding: 50px!important

}

.most-experiential-pgdm .zn-tab-list-wrap ul li {

	width: 100%;

	float: left

}

.most-experiential-pgdm .zn-tab-list-wrap ul li h3 {

	width: 100%;

	float: left;

	font-size: 18px;

	font-family: 'Franklin Gothic Book', arial;

	margin-bottom: 10px

}

.most-experiential-pgdm .zn-tab-list>li h3 .zn-title-button {

	color: #333!important;

	font-weight: 700;

	text-transform: uppercase

}

.most-experiential-pgdm .zn-tab-list>li h3::before {

	display: none

}

.most-experiential-pgdm {

	width: 85%!important;

	padding: 0!important

}

.most-experiential-pgdm .zn-tab-list>li.active::after {

	display: none

}

.most-experiential-heading {

	font-size: 40px;

	color: #333!important;

	border-left: 4px solid #d84f00;

	text-transform: inherit;

	padding-left: 20px

}

.explore-beyond {

	width: 40%;

	background: #e5e5e5;

	padding: 40px;

	float: right;

	margin: 0;

	height: 500px;

	display: flex;

	align-items: center;

	justify-content: left

}

.explore-beyond p {

	font-size: 60px;

	color: #333!important;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	line-height: 75px!important;

	text-transform: uppercase

}

.most-experiential-text {

	width: 92%;

	float: left;

	padding: 0 0 0 24.2%;

	margin: -90px 0 0 0

}

.most-experiential-text a {

	color: #d84f00

}

.pgdm-business-design {

	width: 100%;

	float: left;

	border-bottom: 1px solid #ddd;

	padding-bottom: 30px;

	margin-bottom: 40px

}

.pgdm-business {

	width: 50%;

	float: left;

	padding-right: 50px

}

.pgdm-business-col {

	width: 50%;

	float: left

}

.pgdm-business h2 {

	color: #333;

	font-size: 40px;

	border-left: 4px solid #d84f00;

	padding-left: 20px

}

.pgdm-business-box {

	width: 48%;

	height: 200px;

	float: left;

	border: 1px solid #dcb627;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	background: #dcb627;

	padding: 20px;

	margin: 0 4% 4% 0

}

.pgdm-business-box:nth-child(2n) {

	margin-right: 0

}

.pgdm-business-box h2 {

	font-size: 20px;

	margin-bottom: 5px

}

.course-built-leaders {

	width: 100%;

	float: left

}

.course-leaders-text {

	width: 35%;

	float: left

}

.course-leaders {

	width: 65%;

	float: left

}

.course-leaders-profile {

	width: 31.3%;

	float: left;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	background: #e5e5e5;

	margin: 0 3% 3% 0

}

.course-leaders-profile:nth-child(3n) {

	margin-right: 0

}

.course-leaders-profile h2 {

	font-size: 20px!important;

	color: #333;

	text-align: center;

	border: 0!important;

	padding-top: 0!important;

	padding-left: 0!important;

	margin: 5px 0 5px 0!important

}

.course-leaders-profile p {

	text-align: center

}

course-leaders-profile p {

	display: none

}

.course-leaders-profile .designation {

	display: inherit;

	height: 80px;

	padding: 0 10px

}

.course-leaders-text p {

	font-size: 40px;

	color: #444;

	line-height: 60px!important;

	padding-right: 50px

}

.course-built-leaders h2 {

	font-size: 40px;

	margin: 20px 0 30px 0;

	border-left: 4px solid #d84f00;

	padding-left: 20px

}

.course-leaders-profile img {

	width: 100%

}

.future-gradutes-top {

	float: none;

	width: 100%;

	background: 0 0!important;

	background-size: cover;

	padding-top: 0!important

}

.future-gradutes {

	padding: 60px 40px!important

}

.explore-beyond-top {

	float: none;

	width: 100%;

	height: 500px;

	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(https://www.soil.edu.in/wp-content/uploads/images/acadamy_bg.jpg) center top no-repeat;

	background-size: cover;

	padding: 0!important

}

.explore-beyond-top .container.row {

	padding: 0

}

.acquire {

	height: 580px

}

.curriculum-learning h2 {

	font-size: 60px;

	margin-bottom: 10px

}

.learning-design {

	width: 100%;

	border-bottom: 4px solid #d84f00;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	padding: 40px 0 40px 0;

	margin: 30px 0 40px 0

}

.learning-design .learning-design-box {

	width: 33%;

	display: inline-block;

	text-align: center

}

.learning-design .learning-design-box {

	width: 33%;

	display: inline-block;

	text-align: center;

	border-right: 1px solid #ddd

}

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

	border-right: 0

}

.learning-design-box .profile-based-des {

	width: 100%;

	height: inherit!important;

	padding: 0!important

}

.curriculum-learning a {

	color: #d84f00;

	padding-top: 10px;

	float: left

}

.digital-modules {

	background: #dcb627;

	margin-top: 13px

}

.digital-modules h2 {

	font-size: 60px

}

.digital-modules .industry h2 {

	font-size: 27px;

	text-align: left;

	padding-left: 30px

}

.digital-modules .profile-based-des {

	text-align: left

}

.digital-modules .industry-col {

	padding-bottom: 30px

}

.digital-modules .industry-col.color-1 {

	border-bottom: 4px solid #0e2043!important

}

.digital-modules .industry-col.color-2 {

	border-bottom: 4px solid #d84f00!important

}

.digital-modules .industry-col.color-3 {

	border-bottom: 4px solid #00a798!important

}

.digital-modules .industry-col.color-1 h2 {

	color: #0e2043

}

.digital-modules .industry-col.color-2 h2 {

	color: #d84f00

}

.digital-modules .industry-col.color-3 h2 {

	color: #00a798

}

.course-specializations {

	margin: 60px 0 0 0

}

.course-specializations .industry h2 {

	text-align: center

}

.course-specializations .industry-col {

	width: 38%;

	margin-right: 1%

}

.course-specializations .industry-col.color-4 {

	border-bottom: 4px solid #a3005d!important

}

.course-specializations .industry-col.color-4 h2 {

	color: #a3005d

}

.future-gradutes-top h1, .future-gradutes-top h2 {

	font-size: 40px;

	line-height: 48px;

	border-left: 4px solid #d84f00;

	padding-left: 20px;

	margin-bottom: 37px

}

.pgdm-testimonial-top {

	background: #dcb627;

	padding: 45px 0 60px 0!important

}

.experiential-pgdm {

	padding: 0!important

}

.acquire .explore-beyond {

	float: left;

	height: 580px;

	background: #e5e5e5

}

.acquire .explore-beyond p {

	color: #000!important

}

.pgdm-heading {

	font-size: 40px!important;

	border-left: 4px solid #d84f00;

	padding-left: 20px;

	margin-bottom: 20px!important

}

.learning-design .color-1 h2 {

	color: #d84f00

}

.learning-design .color-2 h2 {

	color: #d84f00

}

.learning-design .color-3 h2 {

	color: #d84f00

}

.digital-modules .career_section li {

	border: 0

}

.liberal-arts-foundation .curriculum-focus {

	margin: 0

}

.students {

	width: 100%;

	float: left;

	display: flex;

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	margin-top: -55px

}

.students-box {

	width: 50%;

	float: left;

	background: #dcb627;

	padding: 60px

}

.students .students-box ul li {

	width: 100%!important;

	padding: 0 0 0 28px;

	margin: 14px 0 10px 0;

	text-align: left;

	height: inherit!important;

	float: left;

	display: inherit

}

.students-brochure {

	width: 50%;

	float: left;

	background: #fff;

	text-align: center;

	background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(https://www.soil.edu.in/wp-content/uploads/images/acadamy_bg.jpg) center top no-repeat;

	background-size: cover;

	padding: 20px

}

.students-brochure h2 {

	font-size: 32px;

	color: #fff;

	line-height: 40px;

	text-align: left;

	margin: 20px 0 30px 0!important

}

.students-brochure a {

	background: 0 0;

	color: #fff;

	width: 300px;

	background: #00a798;

	position: relative;

	margin: 0 auto;

	margin-top: 40px;

	display: flex;

	align-items: center;

	justify-content: left;

	padding-left: 20px

}

.leaders-speak-new .academics-box-col {

	background: #fff!important;

	margin: 20px 0 20px 0!important

}

.leaders-speak-new .quote-col1 {

	color: #000

}

.leaders-speak-new .quote-col2 {

	color: #d84f00

}

.leaders-speak-new .middle-container p {

	color: #000

}

.leaders-speak-new {

	margin-top: 10px

}

.students-top {

	background: #fff;

	padding-bottom: 0!important

}

.pgdm-class-Profile li p {

	color: #000!important;

	height: inherit!important

}

.box-new .students-box {

	background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(https://www.soil.edu.in/wp-content/uploads/images/acadamy_bg.jpg) center top no-repeat;

	background-size: auto, auto;

	background-size: auto, auto;

	background-size: cover

}

.box-new .pgdm-heading {

	color: #fff

}

.box-new .date-col {

	width: 100%;

	float: left;

	margin: 20px 0 50px 0

}

.box-new .date {

	width: 30%;

	float: left;

	background: #fff;

	margin-right: 2%;

	text-align: center;

	padding: 10px 0 0 0

}

.box-new .date.color-1 {

	border-bottom: 4px solid #e0ba00

}

.box-new .date.color-2 {

	border-bottom: 4px solid #d84f00

}

.box-new .date.color-3 {

	border-bottom: 4px solid #00a798

}

.box-new .date-col p {

	font-size: 20px;

	font-weight: 600

}

.box-new .date.color-1 p, .box-new .date.color-1 p .date-number {

	color: #dcb627!important

}

.box-new .date.color-2 p, .box-new .date.color-2 p .date-number {

	color: #d84f00!important

}

.box-new .date.color-3 p, .box-new .date.color-3 p .date-number {

	color: #00a798!important

}

.box-new .date span {

	color: #000

}

.box-new .students-box a {

	color: #fff;

	background: #00a798;

	text-transform: uppercase;

	font-weight: 600;

	position: relative;

	width: 300px;

	text-align: left;

	padding: 20px 80px 20px 20px

}

.date-number {

	font-size: 25px;

	width: 100%;

	float: left;

	margin: 10px 0 0 0

}

.box-new1 h2 {

	color: #333!important;

	text-align: center;

	margin-top: 40px!important;

	width: 295px;

	margin: 0 auto

}

.box-new1 a {

	background: #d84f00!important;

	color: #fff!important;

	display: block;

	margin: 20px auto;

	text-transform: uppercase;

	font-weight: 600;

	width: 300px;

	text-align: left;

	padding: 15px 0 15px 15px

}

.box-new .center {

	text-align: center

}

.curriculum-specifications h3 {

	font-size: 60px!important

}

.students-top ul li {

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon2.png)

}

.box-new .students-box a::after, .students-brochure a::after {

	content: "";

	color: #fff;

	font-size: 16px;

	font-family: FontAwesome;

	position: absolute;

	right: 0;

	background-color: rgba(43,43,43,.6);

	top: 0;

	padding: 15px 10px;

	bottom: 0

}

.liberal-arts-foundation ul li {

	width: 40%

}

.pgdm-class-Profile li {

	height: 165px!important;

	background: #dcb627!important

}

.pgdm-class-Profile li h3 {

	color: #000!important

}

.students-brochure.box-new1 .box-new2 {

	background: 0 0!important;

	color: #d84f00!important;

	width: auto;

	margin: 0;

	display: inherit;

	text-align: inherit;

	position: inherit;

	text-transform: inherit;

	padding: 0;

	display: inline;

	font-weight: 400

}

.students-brochure.box-new1 .box-new2::after {

	display: none

}

.box-new1 {

	background: #dcb627

}

.box-new {

	width: 100%;

	float: left;

	margin-bottom: -70px!important

}

.foundational-courses-offered {

	width: 100%;

	float: left

}

.foundational-courses-offered .pgdm-heading {

	text-align: left;

	margin-bottom: 40px!important

}

.foundational-courses-offered {

	margin: 40px 0 0 0!important

}

.course-specializations .industry .industry-col h2 {

	font-size: 27px!important;

	padding-left: 10px

}

.box-new1 p {

	font-size: 20px

}

.mentorship .academics-box-col.case-study-col.box-3 {

	margin: 10px 0 20px 0

}

.mentorship .middle-container {

	padding-top: 60px

}

.industry-academy .industry-col {

	width: 23%

}

.industry-academy .industry-col.color-4 {

	border-bottom: 4px solid #a3005d!important

}

.industry-academy .industry-col.color-4 h2 {

	color: #a3005d

}

.industry-academy .industry-col h2 {

	font-size: 60px!important;

	text-align: center;

	color: #d84f00!important;

	padding: 0 20px

}

.industry-academy .industry-col p {

	height: inherit!important

}

.industry-academy-heading {

	text-align: left;

	font-size: 18px;

	font-weight: 700

}

.industries-covered {

	width: 100%;

	margin: 0 auto;

	display: flex

}

.industries-covered-col {

	width: 30%;

	float: left;

	background: #dcb627;

	padding: 60px

}

.industries-covered-pic {

	width: 70%;

	float: left

}

.industries-covered-pic img {

	width: 100%;

	height: 527px;

	object-fit: cover;

	margin-bottom: 0

}

.industries-covered-col p {

	display: inherit

}

.industry-academy {

	background: #fff;

	padding-top: 0!important;

	margin-top: 0

}

.industries-covered-col h2 {

	font-size: 35px

}

.setting-vision {

	padding-bottom: 20px!important

}

.placement-process-simulation {

	margin: 60px 0 0 0

}

.full_width.py-8.widget_section.digital-modules.industry-academy.placement-process-simulation .profile-based-des {

	font-size: 20px;

	text-align: center;

	padding: 0 20px!important;

	height: 100px!important;

	display: flex;

	align-items: center;

	justify-content: center

}

.placement-process-simulation .industry-top.profile-based-evaluation {

	margin-bottom: 30px

}

.placement-process-simulation .industry-col {

	width: 23%;

	height: 100px;

	justify-content: center;

	display: flex;

	float: left;

	align-items: center

}

.pgdm-leaders-speak .quote-col1 {

	font-size: 25px;

	line-height: 40px!important

}

.leaders-speak-new.pgdm-leaders-speak img {

	height: 570px !important;

}

.pgdm-summer-internships .pgdm-heading {

	float: left;

	width: 100%;

	margin-top: 36px

}

.pgdm-summer-internships {

	background: #dcb627;

	padding: 20px 0 40px 0!important

}

.pgdm-summer-internships ul {

	margin: 10px 0 0 0

}

.pgdm-summer-internships img {

	margin: 20px 0 0 0

}

.pgdm-eligibility-criteria {

	background: #dcb627

}

.application-cycles-date {

	display: inherit!important;

	height: inherit!important;

	padding: 0 0 20px 0!important

}

.pgdm-application-cycles .industry-col.color-2 {

	background: #606f44

}

.pgdm-application-cycles .industry-col.color-3 {

	background: #e17e23

}

.pgdm-application-cycles .industry-col.color-4 {

	background: #ecb920

}

.pgdm-application-cycles .industry-col.color-5 {

	background: #017f8d

}

.application-cycles-date strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.pgdm-admissions-process {

	background: #dcb627

}

.pgdm-admissions-process .international-exchange-top.eligibility.eligibility-logo {

	margin: 0

}

.pgdm-admissions-process .soil-admissions-col h2 {

	color: #e17e23

}

.pgdm-admissions-process h2 span {

	background: #e17e23

}

.pgdm-admissions-process .soil-talent li {

	background: #ecb920!important

}

.text-col {

	width: 100%;

	float: left

}

.pgdm-admissions-process1 {

	background: #fff;

	padding: 0!important;

	margin-bottom: -100px!important

}

.pgdm-admissions-process .industry-col.color-1 {

	border-bottom: 4px solid #606f44!important

}

.pgdm-admissions-process .industry-col.color-2 {

	border-bottom: 4px solid #e17e23!important

}

.pgdm-admissions-process .industry-col.color-3 {

	border-bottom: 4px solid #ecb920!important

}

.pgdm-admissions-process .industry-col.color-4 {

	border-bottom: 4px solid #017f8d!important

}

.pgdm-admissions-process .industry-col.color-5 {

	border-bottom: 4px solid #055169!important

}

.pgdm-admissions-process .industry-col h2 {

	font-size: 20px!important

}

.pgdm-admissions-process .profile-based-evaluation {

	margin-top: 10px

}

.pgdm-admissions-process .industry-col {

	width: 15%

}

.pgdm-admissions-process1 .table-div1 {

	margin-top: 20px

}

.pgdm-admissions-process1 .table-div1 table {

	width: 80%

}

.design-thinking .middle-container {

	padding: 20px 60px 40px 60px!important;

	text-align: center;

	background: #017f8d

}

.pgdm-vision strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.industry-academy .industry-col.color-1 {

	border-bottom: 4px solid #606f44!important

}

.industry-academy .industry-col.color-2 {

	border-bottom: 4px solid #e17e23!important

}

.industry-academy .industry-col.color-3 {

	border-bottom: 4px solid #ecb920!important

}

.industry-academy .industry-col.color-4 {

	border-bottom: 4px solid #017f8d!important

}

.placement-process-simulation .industry-col.color-1 {

	background: #606f44

}

.placement-process-simulation .industry-col.color-2 {

	background: #e17e23

}

.placement-process-simulation .industry-col.color-3 {

	background: #ecb920

}

.placement-process-simulation .industry-col.color-4 {

	background: #017f8d

}

.placement-process-simulation .profile-based-des {

	color: #fff

}

.download-internship-report .read_more.color_green_dark.pull_right.button-1 {

	background: #017f8d!important

}

.download-internship-report .read_more.color_green_dark.pull_right.button-1:hover {

	background: #016f7b!important

}

.download-internship-report {

	padding: 10px 0 0 0!important

}

.pgdm-participating-companies .industry-consortium-col {

	width: 15.8%

}

.pgdm-participating-companies .industry-consortium-col:nth-child(6n) {

	margin-right: 0

}

.pgdm-participating-companies .industry-consortium-col:nth-child(8) {

	margin-right: 1%

}

.pgdm-class-Profile li:nth-child(2), .pgdm-class-Profile li:nth-child(4) {

	background: #000!important

}

.pgdm-class-Profile .yellow-text {

	color: #dcb627!important

}

.admissions-process-text {

	font-size: 35px!important;

	line-height: 45px!important

}

.design-thinking1 {

	padding: 0!important;

	margin: -20px 0 -20px 0

}

.pgdm-admissions-process.pgdm-impact .industry-col {

	width: 48%!important;

	padding: 30px 0

}

.pgdm-admissions-process.pgdm-impact .industry-col h2 {

	font-family: 'Franklin Gothic Book', arial;

	text-transform: inherit;

	height: 60px!important;

	line-height: 28px;

	font-size: 18px!important

}

.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	width: 31%!important

}

.pgdm-design-text {

	display: inherit!important;

	height: 170px!important;

	padding-top: 0!important

}

.pgdm-admissions-process.pgdm-design-thinking .industry-col h2 {

	font-size: 25px!important;

	height: inherit!important

}

.pgdm-admissions-process.pgdm-design-thinking .industry-col img {

	width: 150px

}

.design {

	background: 0 0;

	margin: 118px 0

}

.design .explore-beyond p {

	font-size: 40px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	text-transform: inherit;

	line-height: 55px!important

}

.organizations .student-scholarships.color-1 {

	border-bottom: 4px solid #606f44

}

.organizations .student-scholarships.color-2 {

	border-bottom: 4px solid #e17e23

}

.organizations .student-scholarships.color-3 {

	border-bottom: 4px solid #ecb920

}

.organizations .student-scholarships.color-4 {

	border-bottom: 4px solid #017f8d

}

.organizations .student-scholarships.color-1 .student-scholarships1 {

	background: #606f44

}

.organizations .student-scholarships.color-2 .student-scholarships1 {

	background: #e17e23

}

.organizations .student-scholarships.color-3 .student-scholarships1 {

	background: #ecb920

}

.organizations .student-scholarships.color-4 .student-scholarships1 {

	background: #017f8d

}

.organizations {

	padding: 0!important

}

.design-thinking .middle-container .quote-col1, .design-thinking .middle-container .quote-col2, .design-thinking .middle-container p {

	color: #fff

}

.design .explore-beyond {

	width: 100%;

	float: left;

	position: relative;

	background: #fff

}

.pgdm-design-thinking {

	background: #000

}

.pgdm-design-thinking .pgdm-heading {

	color: #fff

}

.key-focus-section {

	width: 100%;

	float: left;

	background: #fff;

	text-align: center;

	background: #000;

	background-size: cover;

	padding: 20px

}

.key-focus-section .pgdm-heading {

	text-align: left

}

.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	width: 18%!important

}

.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .pgdm-design-text {

	height: 85px!important

}

.pgdm-specialization .student-life-tab.color-1 a {

	background: #606f44;

	border-bottom: 0

}

.pgdm-specialization .student-life-tab.color-2 a {

	background: #e17e23;

	border-bottom: 0

}

.pgdm-specialization .student-life-tab.color-3 a {

	background: #ecb920;

	border-bottom: 0

}

.pgdm-specialization .student-life-tab.color-4 a {

	background: #017f8d;

	border-bottom: 0

}

.pgdm-specialization .student-life-tab a {

	height: 155px;

	padding: 25px

}

.pgdm-specialization {

	padding-bottom: 60px!important

}

.foundation .middle-container {

	padding-top: 60px

}

.subjects-taught {

	background: #e5e5e5;

	margin-top: 0;

	padding: 0!important

}

.subjects-taught .curriculum-top.color-1 strong {

	background: #606f44

}

.subjects-taught .curriculum-top.color-2 strong {

	background: #e17e23

}

.subjects-taught .curriculum-top.color-3 strong {

	background: #ecb920

}

.subjects-taught .curriculum-top.color-4 strong {

	background: #017f8d

}

.subjects-taught .curriculum-top .lead.mb--30 {

	height: 135px

}

.pgdm-curriculum-highlights {

	background: #dcb627;

	padding: 30px 0 60px 0!important;

	margin: -9px 0 0 0

}

.pgdm-curriculum-highlights::before {

	display: none

}

.pgdm-curriculum-highlights ul li p {

	color: #000!important

}

.pgdm-curriculum-highlights ul li h3 {

	font-size: 60px!important

}

.pgdm-career-learning h3 {

	font-size: 25px;

	margin-top: 30px;

	width: 100%;

	float: left;

	text-transform: inherit

}

.industry-academy-week .hed-col-1 {

	margin: 20px 0!important

}

.industry-visits {

	margin-bottom: 20px!important

}

.leadership-series-talks {

	margin: 20px 0 40px 0

}

.standout-experiential-immersions {

	padding: 60px 0 0 0!important

}

.himalayan-rural-immersion {

	background: #fff;

	padding: 0 0 20px 0!important;

	margin-top: 42px

}

.pgdm-experiential-highlights {

	width: 100%;

	float: left;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	background: #fff;

	padding: 20px 40px 40px 40px;

	margin: 0 0 3% 0

}

.pgdm-experiential-highlights:nth-child(3), .pgdm-experiential-highlights:nth-child(5) {

	margin-right: 0

}

.pgdm-experiential-highlights p {

	height: inherit

}

.other-experiential-highlights {

	background: #dcb627;

	padding: 60px 0 60px 0!important;

	margin: -10px 0 -60px 0!important

}

.other-experiential-highlights .pgdm-heading {

	margin-bottom: 40px!important

}

.pgdm-experiential-highlights:nth-child(5) {

	margin-bottom: 0

}

.bootcamps {

	background: #000

}

.bootcamps .pgdm-heading {

	color: #fff

}

.bootcamps-text {

	color: #fff!important

}

.curriculum-specifications {

	background: #e5e5e5

}

.foundation-liberal-arts {

	background: #e5e5e5

}

.pgdm-heading1 {

	font-size: 25px!important;

	border: 0!important;

	padding-left: 0

}

.pgdm-curriculum-highlights ul {

	width: 50%;

	float: left

}

.curriculum-highlights-pic {

	width: 50%;

	float: left

}

.curriculum-highlights-pic img {

	width: 100%

}

.pgdm-curriculum-highlights ul li {

	width: 47%!important;

	float: left;

	margin-top: 0;

	margin-left: 1%

}

.himalayan-rural {

	width: 100%;

	float: left;

	margin: 20px 0

}

.discover-india {

	width: 100%;

	float: left;

	margin: 0 0 20px 0

}

.pgdm-experiential-highlights .foundational-courses-offered {

	margin: 20px 0 0 0!important

}

.pgdm-career-learning {

	margin-bottom: 60px

}

.pgdm-social-innovation .industry-col {

	width: 23.8%;

	float: left;

	padding-bottom: 30px

}

.pgdm-social-innovation .industry-col h2 {

	font-size: 20px!important;

	color: #000!important

}

.pgdm-social-innovation .industry-col:last-child {

	margin-right: 0

}

.pgdm-social-innovation .profile-based-evaluation {

	margin: 10px 0 10px 0

}

.gaining-business-excellence {

	background: #e5e5e5;

	margin: 0 0 60px 0;

	padding: 60px 0 0 0!important

}

.gaining-business-excellence1 .industry-academy {

	background: #e5e5e5;

	padding-bottom: 0!important;

	margin-top: 30px

}

.gaining-business-excellence2 .students-top {

	background: #e5e5e5;

	padding: 0!important

}

.gaining-business-excellence3 .industry-academy {

	background: #e5e5e5

}

.gaining-business-excellence3 .pgdm-specialization .student-life-tab a {

	height: 190px

}

.gaining-business-excellence3 .student-life-tab {

	border: 0

}

.courses ul {

	width: 100%;

	float: left

}

.courses ul li {

	width: 30%;

	float: left;

	margin-bottom: 10px

}

.courses {

	margin-top: 20px

}

.industry-academy {

	box-shadow: inherit

}

.industry-academy .middle-container {

	padding: 0!important

}

.industry-academy .hed-col-1 {

	margin-top: 0!important

}

.key-focus-section .industry-col.color-1 {

	background: #606f44;

	border: 0!important

}

.key-focus-section .industry-col.color-2 {

	background: #e17e23;

	border: 0!important

}

.key-focus-section .industry-col.color-3 {

	background: #ecb920;

	border: 0!important

}

.key-focus-section .industry-col.color-4 {

	background: #017f8d;

	border: 0!important

}

.key-focus-section .industry-col.color-5 {

	background: #055169;

	border: 0!important

}

.key-focus-section .pgdm-design-text {

	width: 100%;

	font-size: 25px;

	color: #fff!important;

	line-height: 34px!important

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	width: 20%!important;

	height: 138px!important;

	float: left;

	margin: 0

}

.key-focus-section img {

	margin-bottom: 0

}

.key-focus-section .industry-top.profile-based-evaluation {

	padding: 0 28px

}

.design-thinking .quote-col1 {

	font-size: 35px!important;

	line-height: 45px!important

}

.design-thinking1 .quote-col1 {

	font-size: 35px;

	line-height: 53px!important

}

.pgdm-impact {

	background: #000;

	padding-bottom: 60px!important

}

.pgdm-impact .pgdm-heading {

	color: #fff

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact .industry-col {

	width: 25%!important;

	float: left;

	padding-bottom: 35px;

	margin: 0

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact .industry-col.color-1 {

	background: #606f44;

	border: 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact .industry-col.color-2 {

	background: #e17e20;

	border: 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact .industry-col.color-3 {

	background: #ecb920;

	border: 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact .industry-col.color-4 {

	background: #017f8d;

	border: 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact .industry-col h2 {

	color: #fff

}

.design .explore-beyond-text {

	width: 65%;

	float: left;

	position: absolute;

	left: 30%;

	z-index: 9;

	top: 32px

}

.design .explore-beyond-box {

	width: 60%;

	float: left;

	height: 610px;

	background: #f8a202;

	position: absolute;

	right: 0

}

.design-text1 {

	position: absolute;

	background: #fff;

	padding: 0 20px 0 0

}

.design-text2 {

	position: absolute;

	margin: 78px 0 0 0;

	background: #fff;

	padding: 0 20px 0 0

}

.design-text3 {

	position: absolute;

	margin: 153px 0 0 0;

	background: #fff;

	padding: 0 20px 0 0

}

.design-text4 {

	position: absolute;

	margin: 230px 0 0 0;

	background: #fff;

	padding: 0 20px 0 0

}

.design-text5 {

	position: absolute;

	margin: 306px 0 0 0;

	background: #fff;

	padding: 0 20px 0 0

}

.design-text6 {

	position: absolute;

	margin: 380px 0 0 0;

	background: #fff;

	padding: 0 20px 0 0

}

.leadership-series-talks .member-section-col {

	width: 31%;

	display: inline-block;

	float: none;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	margin: 0 1% 2.2% 1%!important

}

.leadership-series-talks .governing-board-des {

	height: 65px;

	position: relative;

	background: #fff

}

.leadership-series-talks .member-section-col:hover {

	transform: none;

	box-shadow: 0 0 1rem rgba(0,0,0,.15)

}

.bottom0 {

	margin-bottom: 0!important

}

.leadership-series-video {

	position: relative;

	padding-bottom: 52%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.leadership-series-video iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.leadership-series-talks .governing-board-des h6 {

	color: #000

}

.leadership-series-talks .governing-board-des .member-new-des {

	color: #000!important

}

.hostel-food-services {

	margin: 34px 0 0 0

}

.pgdm-heading2 {

	font-size: 22px!important;

	color: #89ba3a;

	border-left: 0;

	padding-left: 0;

	margin: 30px 0 10px 0!important

}

.pgdm-funding-options {

	background: #e5e5e5;

	margin: 10px 0 0 0

}

.pgdm-fees table {

	margin-bottom: 55px

}

.pgdm-funding-options .international-exchange.color-1 {

	border-bottom: 4px solid #606f44

}

.pgdm-funding-options .international-exchange.color-2 {

	border-bottom: 4px solid #e17e23

}

.pgdm-funding-options .international-exchange.color-3 {

	border-bottom: 4px solid #ecb920

}

.pgdm-funding-options .international-exchange.color-1 a {

	border: 1px solid #606f44

}

.pgdm-funding-options .international-exchange.color-2 a {

	border: 1px solid #e17e23

}

.pgdm-funding-options .international-exchange.color-3 a {

	border: 1px solid #ecb920

}

.pgdm-funding-options .international-exchange.color-1 a:hover {

	background: #606f44

}

.pgdm-funding-options .international-exchange.color-2 a:hover {

	background: #e17e23

}

.pgdm-funding-options .international-exchange.color-3 a:hover {

	background: #ecb920

}

.pdgm-scholarships {

	background: #dcb627;

	padding-top: 60px!important

}

.pdgm-scholarships p {

	margin-bottom: 30px

}

.pdgm-scholarships ul li {

	width: 100%!important;

	text-align: left;

	display: inherit;

	height: inherit!important;

	padding: 0 0 0 30px;

	margin-bottom: 30px

}

.need-based-scholarship {

	width: 100%;

	float: left;

	margin: 60px 0 0 0

}

.need-based-scholarship .academics-box-col.case-study-col {

	margin: 0

}

.need-based-scholarship .pgdm-heading {

	margin-bottom: 30px!important

}

.need-based-scholarship .middle-container p strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.pgdm-fees .fees-financing-table table, td, th {

	text-align: left!important;

	border: 1px solid #e4ca9b!important

}

.table-font1 {

	padding-left: 50px

}

.unique-achievement-award {

	width: 100%;

	float: left;

	margin: 50px 0 -92px 0

}

.link {

	color: #e17e23

}

.need-based-scholarship img {

	height: 460px

}

.experiential-immersion-text {

	color: #fff;

	display: inherit!important;

	padding-top: 0!important;

	padding-bottom: 0!important;

	height: 270px!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion .industry-col img {

	width: 100%

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion .industry-col {

	width: 20%!important;

	padding-top: 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion .industry-col h2 {

	height: 50px!important;

	font-size: 25px!important;

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.experiential-immersion {

	margin: -25px 0 0 0

}

.pdgm-scholarships ul li {

	font-size: 25px

}

.global-immersion {

	background: #e5e5e5;

	padding: 60px 0 40px 0;

	margin: -10px 0 0 0

}

.global-immersion .col_50 {

	width: 100%

}

.global-immersion .col_50 img {

	width: 100%;

	margin: 20px 0 20px 0

}

.campus-sessions {

	padding-top: 0!important;

	margin: 0

}

.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.campus-sessions img {

	height: 550px!important

}

.learning-outcomes {

	background: #e5e5e5;

	padding: 0!important;

	margin: -10px 0 40px 0!important

}

.learning-outcomes .pgdm-experiential-highlights.pgdm-social-innovation {

	background: #e5e5e5;

	box-shadow: inherit;

	padding: 0

}

.learning-outcomes .industry-col h2 {

	font-family: 'Franklin Gothic Book', arial;

	text-transform: inherit;

	line-height: 30px

}

.industry-academy.pgdm-career-learning.other-experiential-highlights.learning-outcomes .industry-col {

	width: 31%!important;

	height: 240px;

	margin: 0 1% 1% 0;

	float: none

}

.learning-outcomes h3 {

	margin-top: -10px

}

.himalayan-rural-outreach .admission-steps-process.curriculum-focus.foundational-courses-offered.industry-visits {

	margin: 20px 0 35px 0!important

}

.social-innovation-program {

	background: #e5e5e5

}

.social-innovation-program .pgdm-heading {

	color: #333

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .industry-col {

	width: 23%!important;

	float: none;

	background: #fff;

	margin: 0 1% 1% 0;

	display: inline-block;

	vertical-align: top

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .experiential-immersion-text {

	height: 90px!important;

	color: #333

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .industry-col.color-1 {

	border-bottom: 4px solid #606f44!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .industry-col.color-2 {

	border-bottom: 4px solid #e17e23!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .industry-col.color-3 {

	border-bottom: 4px solid #ecb920!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .industry-col.color-4 {

	border-bottom: 4px solid #017f8d!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .industry-top.profile-based-evaluation {

	margin: 20px 0 30px 0

}

.social-innovation-program .pgdm-heading.pgdm-heading1 {

	margin-top: 29px

}

.social-innovation-video {

	width: 100%;

	float: left;

	position: relative;

	padding-bottom: 71%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000;

	margin-bottom: 15px

}

.social-innovation-video iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.indian-train-journey .academics-box-col.case-study-col.box-3.industry-academy {

	margin: 40px 0 0 0

}

.indian-train-journey .academics-box-col.case-study-col.box-3.industry-academy ul {

	margin-bottom: 10px

}

.annual-innovation-festival {

	background: #e5e5e5;

	padding: 20px 0 50px 0!important;

	margin: 0 0 -60px 0

}

.indian-train-journey {

	margin-bottom: 15px

}

.innovation-festival {

	width: 100%;

	float: left;

	margin: 10px 0 10px 0;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	background: #fff;

	padding: 30px 0 5px 0

}

.innovation-festival-number {

	width: 15%;

	float: left

}

.innovation-festival-text {

	width: 85%;

	float: left

}

.innovation-festival-number p {

	font-size: 115px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif!important;

	text-align: center;

	height: 100px;

	display: flex;

	align-items: center;

	justify-content: center

}

.innovation-festival-text p {

	height: 100px;

	display: flex;

	align-items: center;

	justify-content: left

}

.annual-innovation-festival .spirituality-heading.recruiter-testimonials-heading {

	margin-top: 40px

}

.innovation-festival-number .color-1 {

	color: #606f44

}

.innovation-festival-number .color-2 {

	color: #e17e23

}

.innovation-festival-number .color-3 {

	color: #ecb920

}

.innovation-festival-number .color-4 {

	color: #017f8d

}

.innovation-festival-number .color-5 {

	color: #055169

}

.design-thinking-video {

	width: 100%;

	float: left

}

.design-thinking-video iframe {

	width: 100%

}

.design-text {

	font-size: 25px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif!important;

	line-height: 36px!important;

	font-style: italic

}

.design-heading {

	font-size: 28px!important;

	color: #1f4a5f!important;

	margin: 20px 0 0 0!important

}

.design-new .self-leadership img {

	height: inherit;

	margin: 10px 0 0 0

}

.design-new .middle-container {

	padding: 40px 0 0 40px!important

}

.design-new1 {

	padding: 60px 0 0 0!important

}

.design-new1 .academics-box-col.case-study-col.box-3 {

	margin-top: 30px!important

}

.design-new1 .middle-container {

	padding-top: 60px

}

.design-new2 {

	padding: 10px 0 30px 0!important;

	margin-bottom: -80px!important

}

.design-font {

	font-family: "Franklin Gothic", "Arial Black", sans-serif!important

}

.design-new3 .middle-container {

	position: relative;

	padding-bottom: 36.7%!important;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.design-new3 .middle-container iframe {

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.design-new3 img {

	height: inherit!important

}

.design-new3 p {

	padding: 20px 0 30px 0

}

.design-new4 p {

	font-size: 20px;

	padding: 10px 0 20px 0

}

.design-new4 {

	padding-bottom: 50px!important;

	margin-bottom: -60px

}

.design-heading1 {

	margin: 30px 0 50px 0!important

}

.design-heading2 {

	margin-bottom: 50px!important

}

.design-new3 .academics-box-col.case-study-col.box-3 {

	padding: 30px

}

.curriculum-development-sessions {

	margin: 50px 0 0 0

}

.curriculum-development-sessions .industry-visits {

	margin: 20px 0 40px 0!important

}

.curriculum-development-sessions ul {

	margin-bottom: 10px

}

.curriculum-development {

	background: #fff!important

}

.curriculum-development .lead.mb--30 {

	height: 200px!important

}

.curriculum-development .text-col {

	padding-bottom: 0;

	margin-top: 30px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.pgdm-learning-outcomes .industry-col {

	width: 33%!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.pgdm-learning-outcomes .industry-col h2 {

	height: 100px!important

}

.pgdm-course-structure {

	margin-top: 60px

}

.pgdm-course-structure .foundation-courses {

	margin-top: 0

}

.pgdm-heading-new {

	margin-bottom: 40px!important

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link.color-1 {

	background: #606f44!important

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link.color-2 {

	background: #e17e23!important

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link.color-3 {

	background: #ecb920!important

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link.color-4 {

	background: #017f8d!important

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link.color-1::after {

	border-top: 15px solid #606f44

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link.color-2::after {

	border-top: 15px solid #e17e23

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link.color-3::after {

	border-top: 15px solid #ecb920

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link.color-4::after {

	border-top: 15px solid #017f8d

}

.tabs-sub.hr-excellence.leadership.pgdm-curriculum-tab1 .tab-nav-sub li.active>span, .tabs-sub.hr-excellence.leadership.pgdm-curriculum-tab1 .tab-nav-sub li:hover>span, .tabs-sub.hr-excellence.pgdm-curriculum-tab2 .tab-nav-sub li.active>span, .tabs-sub.hr-excellence.pgdm-curriculum-tab2 .tab-nav-sub li:hover>span, .tabs-sub.hr-excellence.skills.pgdm-curriculum-tab3 .tab-nav-sub li.active>span, .tabs-sub.hr-excellence.skills.pgdm-curriculum-tab3 .tab-nav-sub li:hover>span, .tabs-sub.pgdm-curriculum-tab1 .tab-nav-sub li.active>span, .tabs-sub.pgdm-curriculum-tab1 .tab-nav-sub li:hover>span {

	color: #fff;

	background: #e17e23;

	display: block;

	cursor: pointer

}

.tabs-sub.hr-excellence.pgdm-curriculum-tab2 .tab-nav-sub li.active>span, .tabs-sub.hr-excellence.pgdm-curriculum-tab2 .tab-nav-sub li:hover>span {

	background: #ecb920

}

.tabs-sub.hr-excellence.skills.pgdm-curriculum-tab3 .tab-nav-sub li.active>span, .tabs-sub.hr-excellence.skills.pgdm-curriculum-tab3 .tab-nav-sub li:hover>span {

	background: #017f8d

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab li {

	width: 24.2%

}

.career-activity-highlights .industry-col {

	width: 23%!important;

	height: 200px

}

.career-activity-highlights .industry-top.profile-based-evaluation {

	margin-top: 30px

}

.career-activity-highlights {

	padding-bottom: 40px!important;

	margin-top: 50px

}

.career-activity-highlights1 {

	padding: 50px 0 20px 0!important;

	margin: 40px 0 0 0

}

.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1 .industry-col h2 {

	color: #333!important;

	font-size: 20px!important

}

.widget_section.py-8.content-layout.admissions-process.pgdm-application-cycles.career-activity-highlights2 .profile-based-des {

	height: 270px!important

}

.career-activity-highlights2 {

	margin-bottom: 60px

}

.career-activity-highlights2 .industry-col {

	width: 30%!important

}

.academy-intensive-week1 .pgdm-heading.pgdm-heading1 {

	margin-top: 30px

}

.cv-mentorship .pgdm-heading.pgdm-heading1 {

	margin-top: 40px

}

.cv-mentorship .pgdm-admissions-process1 {

	background: 0 0;

	margin: 5px 0 0 0!important

}

.cv-mentorship .soil-admissions-col h2 {

	font-size: 25px!important

}

.careers-calendar .pgdm-heading.pgdm-heading1 {

	margin: 20px 0 0 0!important

}

.careers-calendar .industry-visits {

	margin: 40px 0 -40px 0!important

}

.career-activity-highlights2 .industry-col.color-2 ul {

	padding: 0 0 0 50px;

	margin: 0

}

.career-activity-highlights2 .industry-col.color-2 ul li {

	text-align: left;

	color: #fff

}

.career-development-schedule ul li {

	padding: 0

}

.career-development-schedule ul li .question {

	background: #f8f9fd;

	padding: 20px!important;

	color: #333!important;

	border-bottom: 1px solid #ddd

}

.career-development-schedule ul li p {

	position: relative;

	padding: 20px!important

}

.career-development-schedule ul li p span {

	background: #dcb627;

	padding: 0 10px;

	border-radius: 10px;

	position: absolute;

	right: 20px;

	top: 18px

}

.career-development-schedule ul li .answer {

	width: 100%;

	padding-right: 0!important;

	padding-bottom: 0!important

}

.career-development-schedule ul {

	margin: 30px 0 0 0

}

.career-development-schedule .question img {

	width: 30px;

	float: left;

	margin: -6px 20px 0 0

}

.academy-intensive-week .industry-academy .industry-col {

	height: inherit;

	background: #fff;

	display: inherit;

	width: 24%;

	margin: 0 1% 0 0

}

.academy-intensive-week .full_width.py-8.widget_section.digital-modules.industry-academy .industry-col .profile-based-des {

	color: #333;

	height: inherit!important;

	font-size: 18px

}

.career-development-schedule .curriculum-top-col1 {

	width: 60%

}

.academy-intensive-week {

	margin-bottom: -60px

}

.clubs-organisations .question_section {

	padding: 0!important

}

.clubs-organisations {

	padding-bottom: 50px!important;

	margin-bottom: 0

}

.annual-events-soil .pgdm-experiential-highlights {

	margin-bottom: 3%

}

.convocation {

	width: 100%;

	float: left;

	margin: 15px 0 40px 0

}

.convocation-col {

	width: 32%;

	float: left;

	margin-right: 2%;

	position: relative;

	padding-bottom: 18%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.convocation-col img {

	width: 100%

}

.convocation-col iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.convocation-col:last-child {

	margin-right: 0

}

.annual-events-soil .curriculum-top-col1 {

	padding-top: 30px

}

.annual-events-soil .pgdm-heading {

	margin-bottom: 30px!important

}

.annual-events-soil {

	margin-bottom: 60px!important

}

.batch-diveristy {

	background: #fff;

	text-align: center;

	padding: 0!important

}

.batch-diveristy .curriculum-top-col1 {

	-webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

	display: inline-block;

	margin-bottom: -70px

}

.batch-diveristy .curriculum-highlights-pic img {

	width: 400px

}

.batch-diveristy .curriculum-highlights-pic {

	text-align: center;

	height: 500px;

	display: flex;

	align-items: center;

	justify-content: center

}

.batch-diveristy ul {

	background: #e5e5e5;

	height: 500px;

	padding-top: 100px

}

.batch-diveristy ul li h3 {

	font-size: 42px!important

}

.batch-diveristy ul li h3 span {

	font-size: 20px;

	line-height: 20px;

	width: 100%;

	float: left

}

.benefit {

	margin: 0

}

.pgdm-admissions-process.benefit .industry-col {

	width: 18%

}

.unlearn-patterned-thinking {

	margin: 10px 0 0 0

}

.unlearn-patterned-thinking .center {

	text-align: center;

	margin-bottom: 20px

}

.unlearn-patterned-thinking strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.industry-top.profile-based-evaluation.application-cycles-hr .unlearn-patterned-thinking2 {

	display: inherit!important;

	color: #fff!important;

	line-height: 35px;

	font-size: 22px;

	height: inherit;

	display: inherit!important

}

.widget_section.py-8.content-layout.admissions-process.pgdm-application-cycles.career-activity-highlights2.unlearn-patterned-thinking1 .profile-based-des {

	height: inherit!important;

	padding-bottom: 0!important

}

.unlearn-patterned-thinking1 {

	padding-top: 0!important

}

.understand-human-needs {

	width: 60%;

	margin: 20px auto;

	position: relative;

	padding-bottom: 34%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000;

	margin-top: 40px

}

.understand-human-needs iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.creating-sustainable-businesses .industry-visits {

	margin: 30px 0 40px 0!important

}

.creating-sustainable-businesses {

	margin-bottom: 30px

}

.be-iterative .middle-container {

	padding-top: 60px

}

.be-iterative .academics-box-col.case-study-col {

	margin-top: 20px

}

.be-iterative {

	margin-bottom: -60px

}

.term-1 .question-col2.question-new-col2 {

	width: 60%;

	padding-bottom: 8px

}

.term-1 .question-col3.question-new-col3 {

	width: 38%;

	padding-bottom: 8px

}

.pgdm-calendar .curriculum-top-col1 {

	width: 85%

}

.pgdm-calendar .foundation-liberal-arts {

	background: #fff;

	padding: 10px 0 20px 0!important

}

.pgdm-calendar .middle-container ul {

	padding: 30px 0 0 0!important;

	margin: 0

}

.pgdm-calendar .middle-container ul li {

	box-shadow: inherit;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	list-style: none!important;

	padding-left: 30px!important

}

.pgdm-calendar .middle-container p {

	border: 0;

	padding: 0!important

}

.pgdm-calendar .middle-container {

	padding: 60px 60px 40px 60px!important

}

.pgdm-calendar .case-study-top.foundation .curriculum-top-col1 {

	width: 100%

}

.pgdm-calendar .case-study-top.industry-academy-week .curriculum-top-col1 {

	width: 100%

}

.pgdm-calendar .be-iterative {

	padding: 20px 0 40px 0!important;

	margin: 0

}

.clubs-organisations.pgdm-calendar img {

	height: inherit!important

}

.pgdm-calendar .other-experiential-highlights {

	background: #fff

}

.pgdm-calendar {

	background: #d9cdb3;

	padding: 40px 0 50px 0!important

}

.pgdm-heading-new1 {

	color: #333;

	border: 0;

	padding-left: 0

}

.career-calendar .industry-visits {

	margin: 0!important

}

.career-calendar {

	margin: 50px 0 -60px 0

}

.tab-haeding.tab-haeding2 {

	color: #f58220!important

}

.clubs-organisations.pgdm-calendar .question {

	color: #fff!important;

	font-size: 23px;

	background: #f58220

}

.pgdm-calendar .annual-events-soil ul {

	padding: 30px 0 0 0!important;

	margin: 0

}

.pgdm-calendar .annual-events-soil ul li {

	box-shadow: inherit;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	list-style: none!important;

	padding-left: 30px!important

}

.pgdm-calendar .annual-events-soil p {

	border: 0;

	padding: 30px 0 30px 0!important;

	width: 100%;

	float: left

}

.pgdm-calendar .annual-events-soil .curriculum-top-col1 {

	width: 100%

}

.pgdm-calendar .annual-events-soil {

	padding: 20px 0 0 0!important;

	margin: 0!important

}

.how_work {

	display: inline-block;

	width: 100%;

	margin: 50px 0 0 0

}

.how_work .work_wrapper {

	display: inline-block;

	width: 100%;

	position: relative

}

.how_work .work_wrapper .img_box {

	display: inline-block;

	border: 4px solid #4fa011;

	border-radius: 100%;

	position: relative;

	margin-bottom: 70px

}

.how_work .work_wrapper .space_box, .how_work .work_wrapper .text_box, .how_work .work_wrapper .text_right {

	display: inline-block;

	border: 2px solid #000;

	width: 37%;

	border-radius: 4px;

	position: absolute

}

.how_work .work_wrapper .text_box {

	left: 0

}

.how_work .work_wrapper .text_right {

	right: 0

}

.how_work .work_wrapper .space_box {

	border-color: #fff

}

.how_work .work_wrapper .text_box h3, .how_work .work_wrapper .text_right h3 {

	font-size: 28px;

	color: #fff;

	background-color: #4fa011;

	padding: 20px;

	text-align: center

}

.how_work .work_wrapper .text_box p, .how_work .work_wrapper .text_right p {

	font-size: 18px;

	color: #333;

	text-align: left;

	padding: 8px 25px 30px;

	line-height: 27px

}

.how_work .work_wrapper .img_box:after {

	content: "";

	height: 34%;

	background-color: #5b5b5b;

	display: inline-block;

	width: 8px;

	line-height: 20px;

	position: absolute;

	margin: 0 auto;

	left: 0;

	right: 0;

	text-align: center;

	top: 100%

}

.how_work .work_wrapper:last-child .img_box:after {

	display: none

}

.how_work .work_wrapper .text_box:after {

	font-family: FontAwesome;

	color: #000;

	content: "";

	font-size: 60px;

	right: -22px;

	position: absolute;

	top: 40%

}

.how_work .work_wrapper .text_right:before {

	font-family: FontAwesome;

	color: #000;

	content: "";

	font-size: 60px;

	left: -22px;

	position: absolute;

	top: 40%

}

.green, .green:after, .green:before {

	color: #4fa011!important;

	border-color: #4fa011!important

}

.green h3 {

	color: #fff!important

}

.blue:after, .blue:before {

	color: #d9cdb3!important

}

.blue {

	border-color: #d9cdb3!important

}

.blue h3 {

	color: #fff!important;

	background-color: #d9cdb3!important

}

.yellow:after, .yellow:before {

	color: #f6821f!important

}

.yellow {

	border-color: #f6821f!important

}

.yellow h3 {

	color: #fff!important;

	background-color: #f6821f!important

}

.aquamarine:after, .aquamarine:before {

	color: #83ba42!important

}

.aquamarine {

	border-color: #83ba42!important

}

.aquamarine h3 {

	color: #fff!important;

	background-color: #83ba42!important

}

.lightSlateGray:after, .lightSlateGray:before {

	color: #d9cdb3!important

}

.lightSlateGray {

	border-color: #d9cdb3!important

}

.lightSlateGray h3 {

	color: #fff!important;

	background-color: #d9cdb3!important

}

.how_work .work_wrapper .text_right::before {

	font-family: FontAwesome;

	color: #000;

	content: "";

	font-size: 60px;

	left: -22px;

	position: absolute;

	top: 40%

}

.timeline-text {

	text-align: center;

	margin-top: 60px

}

.participating-companies {

	padding: 0 0 20px 0!important;

	margin: 0

}

.participating-companies-col {

	width: 100%;

	float: left;

	display: -webkit-flex;

	display: flex;

	-webkit-flex-direction: column;

	flex-direction: column;

	-webkit-flex-wrap: wrap;

	flex-wrap: wrap;

	height: 360vh

}

.participating-companies-list {

	width: 24%;

	float: left;

	box-shadow: 0 0 10px 5px rgba(0,24,127,.13);

	margin: 0 1% 1% 0

}

.participating-companies-list ul li {

	width: 100%;

	float: left;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 30px;

	margin-bottom: 15px

}

.participating-companies-list h2 {

	font-size: 50px;

	color: #fff;

	text-align: center;

	background: #f58220!important;

	padding: 10px 0 2px 0

}

.participating-companies-list ul {

	padding: 15px 0 20px 30px;

	margin: 0;

	width: 100%;

	float: left

}

.campus-recruitment-process {

	margin: 0 0 10px 0!important

}

.campus-recruitment-process .soil-admissions-col h2 {

	color: #fff

}

.campus-recruitment-process h2 span {

	background: #fff;

	color: #333

}

.placement-process .pgdm-heading.pgdm-heading-new1 {

	margin: 30px 0 30px 0!important

}

.placement-process table {

	margin-bottom: 40px

}

.placement-process {

	width: 100%;

	float: left;

	margin-bottom: -34px

}

.campus-recruitment-text {

	margin-bottom: 20px

}

.placement-process-table1 {

	width: 40%

}

.placement-process-table2 {

	width: 60%

}

.campus-recruitment-process .soil-talent li {

	background: #fff!important;

	color: #333!important

}

.pgpm-class {

	background: #f7f7f7;

	padding: 40px 0!important;

	margin: -30px 0 0 0

}

.pgpm-class-col {

	width: 20%;

	float: left;

	text-align: center

}

.pgpm-class .industry {

	width: 100%;

	float: left;

	margin-top: 20px

}

.pgpm-class-col h2 {

	color: #89ba3a

}

.pgpm-class-col h2::after, .pgpm-class-col h2::before {

	background-color: #333;

	height: 1px;

	margin: 15px auto;

	content: " ";

	display: block;

	width: 130px

}

.academics {

	background: #fff;

	margin-bottom: 20px

}

.academics .pgpm-class-col {

	float: none;

	display: inline-block

}

.academics .industry {

	margin-top: 0;

	text-align: center

}

.work-experience-details {

	width: 50%;

	float: left;

	padding: 50px 0 60px 0!important

}

.work-experience-details .industry-visits {

	text-align: left;

	margin: 10px 0 20px 0!important

}

.work-experience-details .industry-visits img {

	width: 700px;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	padding: 40px

}

.graduation-details {

	background: #fff

}

.background-states {

	width: 100%;

	background: #f7f7f7;

	margin: -10px 0 -60px 0

}

.background-states .industry-visits {

	text-align: center;

	background: #fff;

	box-shadow: 0 0 1rem rgba(0,0,0,.15)

}

.background-states .industry-visits img {

	box-shadow: none

}

.background-states p {

	color: #fff;

	text-align: center

}

.pgpm-class-new {

	background: #f58220

}

.pgpm-class-new .pgdm-heading.pgdm-heading-new1, .pgpm-class-new .pgpm-class-col .pgpm-class-text, .pgpm-class-new .pgpm-class-col h2 {

	color: #fff

}

.pgpm-class-new .pgpm-class-col h2::after, .pgpm-class-new .pgpm-class-col h2::before {

	background-color: #fff

}

.academics .pgpm-class-col h2 {

	color: #000

}

.clubs-organisations.pgdm-calendar .question::after {

	color: #fff;

	margin-top: -4px

}

.career-development-schedule ul li .question::after {

	margin-top: 0

}

.campus-recruitment-process .soil-admissions-process {

	background: #f58220

}

.campus-recruitment-process .soil-admissions-des.admissions-process p {

	color: #fff

}

.pgdm-class .pgpm-class-col {

	width: 16.5%

}

.batch-interest-areas {

	background: #fff

}

.batch-interest-areas .pgdm-heading.pgdm-heading-new1 {

	color: #1f5068

}

.batch-interest-areas .industry-visits img {

	width: 80%

}

.pgdm-background-states {

	margin-bottom: 0

}

.placement-process .table-1 {

	background: #f58220;

	color: #fff

}

.placement-process table, td, th {

	border: 1px solid #f58220

}

.overview {

	background: #fff;

	padding: 0!important

}

.transformed-lives {

	background: #f58220;

	margin: 40px 0 0 0

}

.transformed-lives .pgdm-heading.pgdm-heading-new1 {

	color: #fff

}

.transformed-lives p {

	color: #fff!important

}

.transformed-lives h3 {

	color: #fff!important

}

.transformed-lives ul li {

	border: 0

}

.consortium-partners {

	background: #d9cdb3;

	padding: 60px 0 80px 0!important;

	margin: 60px 0 0 0

}

.career-resources {

	background: #fff;

	padding: 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .industry-col {

	width: 24.2%!important;

	float: left;

	border-bottom: 4px solid #f58220!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .industry-col:nth-child(4n) {

	margin-right: 0

}

.career-calendar-soil {

	background: #d9cdb3;

	padding: 60px 0 60px 0!important;

	margin: 0

}

.students-career-services {

	width: 49%;

	float: left;

	margin: 20px 2% 1% 0

}

.students-career-services:nth-child(2n) {

	margin-right: 0

}

.students-career-video {

	width: 100%;

	float: left;

	position: relative;

	padding-bottom: 55%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000;

	box-shadow: 0 0 1rem rgba(0,0,0,.15)

}

.students-career-video iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.students-career {

	background: #fff;

	padding-bottom: 30px!important

}

.students-career-services p {

	width: 100%;

	float: left;

	font-size: 22px;

	line-height: 35px!important;

	margin: 20px 0 0 0

}

.students-career .pgdm-heading {

	margin-bottom: 20px!important

}

.testimonial-text {

	font-family: "Franklin Gothic", "Arial Black", sans-serif!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .industry-col.color-1 {

	border-bottom: 4px solid #d9cdb3!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .industry-col.color-2 {

	border-bottom: 4px solid #f6821f!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .industry-col.color-3 {

	border-bottom: 4px solid #83ba42!important

}

.pgdm-calendar ul li {

	border: 0

}

.pgdm-calendar ul li .question {

	border-bottom: 0

}

.mt-30 {

	margin-top: 30px

}

.why-internships {

	background: #f7f7f7;

	margin-top: 40px

}

.why-internships .pgdm-heading.pgdm-heading-new1 {

	color: #000

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col.color-1 {

	background: #83ba42

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col.color-2 {

	background: #f6821f

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col.color-3 {

	background: #83ba42

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col {

	padding-left: 20px;

	padding-right: 20px

}

.mt-50 {

	margin-top: 50px!important

}

.mb-0 {

	margin-bottom: 0!important

}

.domain-wise-placements {

	background: #f7f7f7

}

.participating-batch-highlights {

	margin-bottom: 0

}

.download-internship-report1 .read_more.color_green_dark.pull_right.button-1 {

	background: #f6821f!important

}

.top-text p {

	font-size: 40px;

	color: #545454;

	line-height: 57px!important;

	text-align: center;

	margin: 60px 0 50px 0;

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.top-text span {

	color: #008037

}

.pillars .slick-track {

	width: 100%!important;

	float: left

}

.pillars .slick-slide {

	width: 100%!important;

	float: left

}

.pillars-box {

	width: 25%;

	margin: 0 .5% 0 0

}

.pillars-box:last-child {

	margin-right: 0

}

.pillars-box .middle-container .middle-text {

	vertical-align: middle

}

.pillars {

	background: #dfdedb;

	padding: 90px 0 90px 0!important

}

.heading {

	font-size: 65px;

	color: #fa6b13;

	text-transform: uppercase;

	text-align: center;

	margin-bottom: 30px

}

.pillars ul {

	margin: 0 0 30px 0

}

.academic-programs .heading {

	color: #fff;

	margin-bottom: 10px

}

.academic-programs-text {

	font-size: 25px;

	color: #fff;

	text-align: center;

	padding: 5px 0 20px 0

}

.relevant {

	background: #dfdedb!important;

	padding: 50px 0 50px 0!important;

	margin: 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .industry-col {

	float: left;

	width: 24.2%!important;

	box-shadow: none;

	background: 0 0;

	border-bottom: 0!important;

	margin-bottom: 0

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .industry-col h2 {

	color: #9ebe24;

	text-align: left;

	padding: 10px 20px 0 20px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .experiential-immersion-text {

	text-align: left;

	height: 115px!important;

	padding: 0 20px!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .industry-top.profile-based-evaluation {

	margin-bottom: 0

}

.admissions-process .heading {

	margin-bottom: 10px

}

.leaders {

	margin-bottom: 0

}

.leaders-text {

	text-align: center;

	color: #fa6b13;

	font-size: 20px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .industry-col {

	float: left;

	width: 24.2%!important;

	box-shadow: none;

	border-bottom: 0!important;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	background: #fff;

	margin-bottom: 20px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .industry-col:nth-child(4n) {

	margin-right: 0

}

.global-partnerships {

	background: #dfdedb;

	padding: 90px 0 90px 0!important

}

.global-partnerships .international-exchange {

	width: 23%;

	float: none;

	display: inline-block;

	background: #fff;

	margin: 0 1% 1% 0

}

.global-partnerships .eligibility-logo {

	text-align: center;

	margin-bottom: 0

}

.happening_section .heading {

	margin-bottom: 10px

}

.happening_section .text-center {

	margin-bottom: 10px

}

.soil-upcoming-events {

	background: #008037;

	padding: 50px 0 60px 0!important

}

.soil-upcoming-events .heading {

	color: #fff

}

.soil-upcoming-events .text-center {

	font-size: 25px;

	color: #fff

}

.upcoming-events-top {

	width: 100%;

	float: left;

	margin: 40px 0 0 0

}

.upcoming-events-col {

	width: 23.5%;

	float: left;

	position: relative;

	background: #fff;

	margin-right: 2%

}

.upcoming-events-col img {

	width: 100%

}

.upcoming-events-col:last-child {

	margin-right: 0

}

.upcoming-events-col span {

	background: #2f2424;

	width: 60px;

	height: 60px;

	float: left;

	text-align: center;

	font-family: 'Franklin Gothic Book', arial;

	color: #fff;

	font-size: 16px;

	line-height: 20px;

	padding: 10px 0 10px 0;

	position: absolute;

	left: 5%;

	top: 51%;

	box-shadow: 0 0 1rem rgba(0,0,0,.15)

}

.upcoming-events-col h2 {

	font-size: 18px;

	color: #fa6b13;

	padding: 60px 0 0 20px

}

.upcoming-events-col p {

	height: 70px;

	font-size: 16px;

	font-weight: 600;

	padding: 0 20px 10px 20px

}

.upcoming-events-col .time {

	font-weight: 400

}

.important-admissions-notification {

	display: inline-block;

	width: 100%;

	background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url(https://www.soil.edu.in/wp-content/uploads/images/acadamy_bg.jpg) center top no-repeat;

	background-size: cover;

	position: relative

}

.important-admissions-notification .heading {

	color: #fff;

	margin-bottom: 0

}

.important-admissions-notification .upcoming-events-col {

	width: 32%;

	background: #908983;

	float: left;

	display: inline-block;

	padding: 20px;

}

.important-admissions-notification .upcoming-events-top {

	text-align: center

}

.important-admissions-notification .upcoming-events-col h2 {

	color: #fff;

	font-size: 38px;

	text-align: left;

	padding: 0;

}

.important-admissions-notification .upcoming-events-col p {

	height: 90px!important;

	color: #fff;

	font-size: 18px;

	text-align: left;

	font-weight: 400;

	padding: 0;

	height: inherit;

	margin-bottom: 30px

}

.important-admissions-notification .date {

	font-size: 18px!important;

	color: #f7f700!important;

	text-align: left;

	padding: 0;

	height: inherit;

	font-weight: 700!important;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	margin-bottom: 20px

}

.important-admissions-notification .upcoming-events-col a {

	font-size: 17px;

	color: #fff;

	font-family: 'Franklin Gothic Book', arial;

	text-align: left;

	float: left;

	width: 115px;

	border: 1px solid #9ebe24;

	text-align: center;

	background: #9ebe24;

	padding: 10px 5px;

	margin: 0 10px 10px 0

}

.important-admissions-notification .upcoming-events-col a:hover {

	color: #fff;

	background: #90b017

}

.connect-with-us {

	background: #fff!important;

	text-align: center

}

.connect-with-us .heading {

	color: #fff

}

.connect-with-us .text-center {

	font-size: 25px;

	color: #fff!important;

	margin-bottom: 40px

}

.connect-with-us a {

	font-size: 25px;

	color: #fa6b13;

	font-family: 'Franklin Gothic Book', arial;

	background: #fcfcfc;

	padding: 10px 30px;

	display: inline-block;

	border: 1px solid #fa6b13

}

.connect-with-us a:hover {

	color: #fff;

	background: #fa6b13

}

.journey {

	background: #fff;

	padding: 30px 0 70px 0!important

}

.journey ul li {

	border: 0;

	float: none;

	display: inline-block

}

.journey ul li h3 {

	color: #fa6b13

}

.journey img {

	width: 100%;

	margin-bottom: 20px

}

.journey .industry-visits {

	margin-top: 0!important

}

.video {

	width: 100%;

	float: left;

	position: relative;

	margin: 90px 0 0 0

}

.video img {

	width: 100%

}

.video-box {

	position: absolute;

	right: 2%;

	z-index: 9;

	bottom: 45%

}

.video-box h2 {

	font-size: 65px;

	color: #9ebe24;

	text-transform: uppercase;

	margin-bottom: 80px

}

.video-box button {

	font-size: 22px;

	color: #fff;

	background: #191818;

	padding: 10px 30px 12px 30px;

	font-family: 'Franklin Gothic Book', arial;

	border-radius: 6px;

	border: 0;

	cursor: pointer

}

.video-box img {

	width: 30px;

	margin-right: 10px

}

.academic-programs img {

	width: 100%;

}

.heading span {

	background: 0 0!important

}

.academic-programs ul li {

	width: 32%;

	float: left;

	background: #908983;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	border: 0;

	padding: 0;

}

.academic-programs ul li h3 {

	color: #fff;

	padding: 20px 20px 0 20px

}

.academic-programs ul li h6, .academic-programs ul li p {

	color: #fff;

	padding: 0 20px 15px 20px

}

.academic-programs .read_more {

	color: #fff;

	border: 1px solid #9ebe24;

	background: #9ebe24;

	margin: 0 0 20px 20px

}

.academic-programs .read_more:hover {

	color: #fff;

	background: #90b017

}

.academic-programs {

	background: #dc6c0d;

	width: 100%;

	float: left;

	padding: 90px 0 90px 0!important;

	margin-bottom: 60px

}

.journey .heading {

	color: #9ebe24

}

.leaders-new .heading {

	color: #9ebe24

}

.leaders-new .member-section-col {

	width: 15.8%;

	height: 435px;

	background: #dfdedb

}

.leaders-new .member-section-col:nth-child(6n) {

	margin-right: 0

}

.heading1 {

	color: #9ebe24!important

}

.button-new1 {

	background: #f58220!important;

	border: 0!important;

	width: 115px!important;

	border: 1px solid #f58220!important;

	margin-right: 0!important

}

.button-new1:hover {

	background: #dc6c0d!important;

	border: 1px solid #dc6c0d!important;

	color: #fff!important

}

.leaders-text a {

	background: 0 0;

	border: 1px solid #fa6b13;

	color: #fa6b13;

	display: inline;

	height: inherit;

	padding: 15px 30px

}

.leaders-text a:hover {

	color: #fff;

	background: #fa6b13

}

.leaders-new {

	padding: 90px 0 90px 0!important

}

.consortium-companies {

	padding: 90px 0 80px 0!important

}

.top-text {

	padding: 30px 0 30px 0

}

.relevant .text-center {

	color: #333;

	font-size: 25px;

	line-height: 36px!important;

	padding: 5px 0 20px 0

}

.global-partnerships .text-center {

	color: #333!important

}

.experiential-learning-experiences {

	background: #9ebe24!important

}

.banner_text_home h1 {

	color: #fff;

	font-size: 80px;

	text-transform: uppercase

}

.relevant .heading {

	color: #fa6b13

}

.experiential-learning-experiences .heading {

	color: #fff

}

.experiential-learning-experiences .text-center {

	color: #fff

}

.relevant-heading {

	color: #fa6b13!important

}

.academic-programs-des {

	height: 75px

}

.pb-50 {

	padding-bottom: 50px

}

.button-col3 img {

	height: inherit

}

.himalayan-retreat {

	background: #9ebe24;

	padding: 60px 0 60px 0

}

.soil-premier-league {

	background: #fa6b13;

	padding: 60px 0 60px 0

}

.gurgaon-city-campus .title {

	margin-bottom: 20px

}

.gurgaon-city-campus1 {

	padding-left: 40px;

	margin: 40px 0 50px 0

}

.gurgaon-city-campus1 img {

	height: 600px

}

.gurgaon-city-campus strong, .gurgaon-city-campus1 strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.gurgaon-campus {

	width: 100%;

	float: left;

	margin-bottom: 40px

}

.gurgaon-city-campus2 {

	background: #9ebe24;

	padding: 40px 0 20px 0!important

}

.gurgaon-city-campus2 h3 {

	color: #333;

	margin-bottom: 10px

}

.gurgaon-city-campus2 img {

	width: 100%

}

.gurgaon-city-campus2 ul {

	padding: 0;

	margin: 40px 0 0 0

}

.gurgaon-city-campus3 {

	background: #fff;

	padding: 0!important;

	margin-bottom: 20px!important

}

.gurgaon-city-campus3 .curriculum-top-col1 {

	padding-top: 10px

}

.gurgaon-city-campus4 {

	background: #fa6b13

}

.gurgaon-city-campus5 .campus-map {

	float: right;

	margin-left: 50px

}

.gurgaon-city-campus5 a {

	background: 0 0;

	color: #fa6b13;

	display: inline;

	height: inherit;

	float: none;

	width: auto;

	text-align: left;

	font-family: 'Franklin Gothic Book', arial;

	text-transform: inherit

}

.gurgaon-city-campus5 {

	margin-bottom: -70px!important

}

.manesar-campus img {

	height: inherit!important

}

.manesar-campus1 {

	width: 50%;

	float: right;

	position: relative;

	padding-bottom: 29%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.manesar-campus1 iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.manesar-campus2 {

	width: 50%;

	float: left!important;

	padding-right: 50px!important;

	margin: 20px 0 0 0!important

}

.gurgaon-city-campus2 p {

	width: 100%;

	float: left;

	margin: 20px 0 0 0

}

.gurgaon-city-campus2 strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.gurgaon-city-campus4 p {

	margin: 20px 0 -10px 0

}

.gurgaon-city-campus5 p {

	width: auto

}

.gurgaon-city-campus3 p {

	margin: 20px 0 -10px 0

}

.manesar-campus3 {

	margin-top: 20px!important

}

.inspired-leadership ul li {

	width: 100%

}

.inspired-leadership-table {

	width: 25%;

	font-family: 'Franklin Gothic', Helvetica, Arial, sans-serif

}

.inspired-leadership table {

	margin-top: 10px

}

.inspired-leadership {

	margin-bottom: 40px

}

.mt-10 {

	margin-top: 10px!important

}

.karma-rasoi {

	padding: 60px 0 60px 0!important;

	margin: 0 0 50px 0

}

.karma-rasoi .case-study-text p {

	margin-top: 0

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.himalayan-retreat img {

	height: 560px!important

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.himalayan-retreat {

	padding: 50px 0 50px 0!important;

	margin-bottom: 20px

}

.mb-20 {

	margin-bottom: 20px!important

}

.pb-40 {

	padding-bottom: 40px!important

}

.pgpm-bl h2 {

	color: #ff914d;

	font-size: 55px!important;

	margin-bottom: 40px

}

.admissions-info p strong, .pgpm-bl p strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-size: 22px

}

.key-highlights-program {

	background: #ff914d!important;

	padding: 40px 0 0 0!important

}

.key-highlights-program h3 {

	color: #fff!important;

	font-size: 35px;

	text-transform: inherit

}

.key-highlights-program p {

	color: #fff!important

}

.admissions-info h3 {

	font-size: 35px;

	text-transform: inherit;

	margin-bottom: 25px

}

.admissions-info {

	padding: 30px 0 55px 0!important

}

.admissions-info a {

	float: left;

	background: #ff914d;

	padding: 10px 30px;

	height: inherit;

	text-transform: inherit;

	margin: 30px 20px 0 0

}

.admissions-info a {

	float: left;

	background: #ff914d;

	padding: 10px 30px;

	height: inherit;

	text-transform: inherit;

	margin: 30px 20px 0 0

}

.admissions-info a:hover {

	background: #ee813e

}

.business-design h2 {

	color: #79a746

}

.key-highlights-program1 {

	background: #79a746!important;

	margin: 0

}

.admissions-info1 a {

	background: #79a746!important;

	margin: 10px 20px 0 0

}

.admissions-info1 a:hover {

	background: #64942f!important

}

.pgpm-hr h2 {

	color: #a1bbb2;

	margin-top: 30px

}

.key-highlights-program2 {

	background: #bed5d1!important;

	margin-top: 0px;

}

.key-highlights-program2 h3, .key-highlights-program2 p {

	color: #000!important

}

.admissions-info2 a {

	color: #000;

	background: #a1bbb2!important;

	margin: 10px 20px 0 0

}

.admissions-info2 a:hover {

	background: #8aa79d!important

}

.admissions-info2 {

	padding-bottom: 0!important

}

.pgpm-bl img {

	height: inherit!important

}

.business-design {

	background: #f6f6f6;

	padding: 60px 0 60px 0!important

}

.admissions-info1 {

	background: #f6f6f6

}

.admissions-info1 p strong span, .admissions-info2 p strong span {

	color: #ff0000;

}

.pb-0 {

	padding-top: 0!important

}

.academic-programs h6 {

	color: #f7f700!important;

	font-family: "Franklin Gothic", "Arial Black", sans-serif!important

}

.consortium-companies .text-center, .leaders-new .text-center {

	color: #333;

	font-size: 25px;

	line-height: 36px!important;

	padding: 5px 0 20px 0

}

.full_width.py-8.widget_section.relevant.academic-programs.soil-upcoming-events.important-admissions-notification .date {

	height: 40px!important

}

.pillars-text {

	font-size: 25px;

	text-align: center;

	padding: 5px 0 20px 0;

	line-height: 40px!important

}

.admissions .zn-heading {

	display: inherit;

	color: #000

}

.admissions .vertical-image-tabs .zn-tab-stage>.zn-tab .zn-content .stage-text {

	width: 500px

}

.bootcamps .profile-based-des {

	height: 228px !important;

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab.pgdm-faqs li {

	width: 10.6%;

	margin-top: 30px;

	font-size: 14px;

	margin-right: .5%

}

.pgdm-faqs1 .orientation-induction1 li {

	text-align: left

}

.pgdm-faqs1 .question_section.tab-col.term-1 {

	padding-top: 50px!important;

	width: 100%;

	float: left

}

.most-experiential-pgdm .zn-tab-list>li.active h3 .zn-title-button {

	text-decoration: underline

}

.curriculum-map .pgdm-testimonial-pic {

	width: 100%;

	padding-left: 0

}

.curriculum-map {

	background: #fff;

	padding: 0!important

}

.curriculum-map .slider__item img {

	width: auto;

	margin: 0 auto

}

.curriculum-map .pgdm-testimonial-pic h2 {

	background: #ffe57d;

	text-align: center;

	border-radius: 6px;

	border: 0;

	font-size: 18px;

	padding: 10px;

	font-family: 'Franklin Gothic Book', arial;

	margin-top: 30px

}

.learning-map .haeding-new-top {

	margin-bottom: 0

}

.learning-map {

	background: #f7f7f7;

	width: 100%;

	float: left;

	padding: 50px 0 30px 0;

	margin: 10px 0 -10px 0

}

.learning-map .curriculum-map {

	background: #f7f7f7

}

.learning-map .international-exchange-button.slider-button {

	position: relative;

	margin: 0

}

.learning-map .curriculum-map {

	background: #f7f7f7;

	padding-bottom: 30px!important

}

.pgdm-faqs1 ul li:nth-child(2) p {

	color: #000

}

.pgdm-faqs1 .answer ul li {

	width: 100%;

	float: left;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 16px!important;

	color: #666!important;

	line-height: 30px!important;

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png);

	background-repeat: no-repeat;

	background-position: 0 11px;

	padding-left: 30px!important;

	margin-bottom: 15px;

	list-style: none!important;

	box-shadow: inherit!important

}

.pgdm-faqs1 .answer p {

	font-size: 16px;

	font-family: 'Franklin Gothic Book', arial;

	color: #666!important

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab.pgdm-faqs {

	margin-top: -20px

}

.pgdm-faqs1 .answer a {

	color: #89ba3a

}

.admission-videos {

	width: 100%;

	float: left;

	margin-bottom: -50px

}

.admission-videos .spirituality-heading.webinars-heading {

	margin-bottom: 40px

}

.design-thinking-bootcamps img {

	margin-top: 20px

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab.pgdm-faqs.pgpm-bl-faqs li {

	width: 16.2%

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab.pgdm-faqs.pgpm-bl-faqs li:last-child {

	margin-right: 0

}

.ec {

	position: relative

}

.ec .ec__holder {

	overflow: hidden

}

.ec .ec__track {

	will-change: transform

}

.ec .ec__track:after {

	content: '';

	display: table;

	clear: both

}

.ec:not(.carousel-multiple-itemsvideo) .ec__item {

	float: left;

	overflow: hidden;

	width: auto!important

}

.ec .ec__pagination {

	text-align: center;

	margin-top: 10px

}

.ec .ec__pagination .pagination__dot {

	width: 8px;

	height: 8px;

	background-color: transparent;

	display: inline-block;

	border: 1px solid #000;

	margin: 0 5px;

	border-radius: 50%;

	cursor: pointer

}

.ec .ec__pagination .pagination__dot--active {

	background-color: #000

}

.ec .ec__nav {

	position: absolute;

	bottom: 10px;

	border-top: 2px solid #000;

	border-right: 2px solid #000;

	width: 15px;

	height: 15px;

	cursor: pointer

}

.ec .ec__nav:before {

	content: ''

}

.ec .ec__nav--prev {

	transform: rotate(-135deg);

	left: -50px;

	top: 50%

}

.ec .ec__nav--next {

	transform: rotate(45deg);

	right: -50px;

	top: 50%

}

.example-box {

	margin-bottom: 50px;

	padding: 1em;

	width: 1030px;

	height: 642px;

	box-shadow: 0 0 1rem rgba(0,0,0,.15);

	margin: 0 auto;

	margin-bottom: 50px

}

.example-box h2 {

	margin: 0 0 20px!important

}

.box {

	display: flex;

	justify-content: center;

	align-items: center;

	color: #fff;

	font-size: 26px

}

.text-center {

	text-align: center

}

.example-box.example-box1 {

	width: 1030px;

	height: 642px;

	margin-top: 20px

}

.title.title-new::before {

	display: inherit

}

.soil-ngo-partners {

	background: #f6f6f6;

	padding: 60px 0 40px 0;

	margin: 0

}

.ngo-presentation-day {

	background: #fff;

	margin: 0

}

.ngo-presentation-day img {

	padding: 0

}

.students-work-highlights {

	background: #f6f6f6;

	padding: 60px 0 20px 0!important;

	margin: 10px 0 40px 0!important

}

.students-work-highlights1 {

	width: 32.6%;

	float: left;

	margin: 0 1% 1% 0;

	position: relative;

	padding-bottom: 23%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.students-work-highlights1:nth-child(3n) {

	margin-right: 0

}

.students-work-highlights p {

	width: 100%

}

.students-work-highlights1 iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.overview.social-innovation-testimonial img {

	height: 560px!important

}

.soil-ngo-partners .industry-consortium-col:nth-child(8n) {

	margin-right: 1%

}

.soil-ngo-partners .industry-consortium-col:nth-child(6n) {

	margin-right: 0

}

.mba-association {

	margin: 50px 0 40px 0

}

.academies-soil {

	background: #f7f7f7

}

.academies-soil .experiential-immersions-col {

	background: #fff;

	width: 32%;

	margin-bottom: 2%

}

.academies-soil .experiential-immersions-col:nth-child(3n) {

	margin-right: 0

}

.student-run-events {

	background: #fff

}

.student-run-events .experiential-immersions-col {

	width: 31.1%;

	float: none;

	text-align: left;

	display: inline-grid;

	margin-bottom: 2%

}

.student-run-events .experiential-immersions {

	text-align: center

}

.map {

	background: #f7f7f7;

	padding: 60px 0 60px 0!important

}

.map .curriculum-top-col1 {

	margin-bottom: 0

}

.map .curriculum-highlights-pic {

	background: #fff;

	display: inherit

}

.batch-diveristy.map ul {

	background: #aeadd0

}

.batch-diveristy.map ul li h3, .batch-diveristy.map ul li h3 p {

	color: #fff!important

}

.map .curriculum-highlights-pic h2 {

	font-size: 35px;

	float: left;

	width: 100%;

	margin: 30px 0 30px 0

}

.map .curriculum-highlights-pic img {

	padding-top: 35px

}

.summer-internships {

	background: #fff;

	padding: 0!important;

	margin: 0 0 30px 0

}

.summer-internships .spirituality-heading.recruiter-testimonials-heading .pgdm-heading {

	margin-top: 6px

}


.pt-0 {

	padding-top: 0!important

}

.career-focused-activities {

	background: #f58220

}

.career-focused-activities .pgdm-heading.pgdm-heading-new1 {

	color: #fff!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships.career-focused-activities .industry-col {

	box-shadow: inherit;

	background: 0 0;

	height: 200px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships.career-focused-activities {

	padding-bottom: 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships.career-focused-activities .industry-col h2 {

	font-size: 20px!important

}

.career-resources-soil {

	background: #f7f7f7;

	padding: 60px 0 20px 0!important;

	margin-bottom: 60px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources.career-resources-soil .industry-col {

	width: 24%!important;

	float: none

}

.industry-connect-resources .pgdm-heading.pgdm-heading-new1 {

	margin-bottom: 0!important

}

.industry-connect-resources .pgdm-experiential-highlights {

	margin-top: 40px

}

.industry-connect-resources1 {

	background: #f58220;

	margin-bottom: 20px!important

}

.widget_section.py-8.admissions.academies-soil.hr-academies-soil .experiential-immersions-text {

	height: 150px

}

.widget_section.py-8.admissions.academies-soil.hr-academies-soil .experiential-immersions-col h2, .widget_section.py-8.admissions.student-run-events .experiential-immersions-col h2 {

	height: inherit

}

.widget_section.py-8.admissions.student-run-events .experiential-immersions-text {

	height: 190px

}

.student-run-events .experiential-immersions-col:nth-child(3n) {

	margin-right: 0

}

.mandatory-disclosures {

	width: 100%;

	float: left

}

.mandatory-disclosures1 {

	width: 87%;

	float: left;

	padding-right: 50px

}

.mandatory-disclosures2 {

	width: 13%;

	float: left;

	text-align: center

}

.mandatory-disclosures1 h2 {

	width: 100%;

	float: left;

	font-size: 25px;

	margin-top: 30px

}

.mandatory-disclosures1 ul {

	width: 100%;

	margin-bottom: 0

}

.mandatory-disclosures-top {

	background: #f9f9f8;

	padding-bottom: 90px!important;

	width: 100%;

	float: left;

	margin-bottom: 60px

}

.mandatory-disclosures2 img {

	width: 100px;

	margin: 0

}

.mandatory-disclosures-top .line-div-col {

	margin-bottom: 10px

}

.mandatory-disclosures1 a {

	float: none;

	display: inline;

	text-transform: inherit;

	background: 0 0;

	color: #82bc41;

	font-size: inherit;

	font-family: 'Franklin Gothic Book', arial

}

.mandatory-disclosures-top.mandatory-disclosures-top1 {

	background: #fff;

	padding: 0 0 30px 0!important

}

.aicte-approval {

	width: 100%;

	float: left;

	margin-top: 30px

}

.aicte-approval1 {

	width: 32%;

	float: left;

	border: 1px solid #ddd;

	padding: 30px;

	margin-right: 2%

}

.aicte-approval1 h2 {

	font-size: 25px

}

.aicte-approval1:last-child {

	margin-right: 0

}

.aicte-approval-top {

	padding: 0 0 60px 0!important

}

.aicte-approval-top .title::before {

	content: "";

	height: 5px;

	width: 103px;

	background-color: #333;

	display: inline-block;

	position: absolute;

	bottom: -5px

}

.mandatory-disclosures-top2 {

	margin-bottom: 0

}

.current_page_item.menu-top a, .menu-top a, .nav_title.menu-col a {

	color: #fff!important;

	background: 0 0!important;

	padding-left: 0!important

}

.menu-section {

	width: 100%;

	float: left

}

.menu-list {

	width: 70%;

	float: left

}

.menu-box {

	width: 30%;

	float: left

}

.menu-list ul li {

	width: 100%!important;

	padding-left: 0!important;

	padding-bottom: 0!important

}

.menu-list ul li a {

	font-size: 16px!important;

	text-transform: inherit!important;

	margin-left: -4px!important

}

.menu-list ul {

	border: 0!important;

	padding-top: 0!important;

	margin-top: 0!important

}

.menu-list1 h2 {

	font-size: 22px;

	text-transform: uppercase;

	margin-bottom: 3px;

	color: #fff;

	line-height: 30px

}

.menu-col, .menu-col1, .menu-list1 {

	width: 33%;

	float: left

}

.menu-col .menu-list1, .menu-col1 .menu-list1 {

	width: 100%

}

.menu-col .menu-list1 {

	margin-bottom: 30px

}

.menu-col1 .menu-list1 ul {

	margin-bottom: 30px

}

.menu-box img {

	margin-bottom: 20px

}

.menu-box a {

	background: #89ba3a;

	color: #fff!important;

	padding: 8px 20px!important;

	font-size: 18px!important;

	display: block;

	margin-top: 9px;

	font-family: 'Franklin Gothic Book', arial!important;

	width: 150px;

	text-align: center

}

.menu-list1 h2 a {

	font-size: 22px!important;

	color: #fff!important

}

.menu-box p {

	font-size: 20px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.menu-list1 .line-div {

	width: 104px;

	height: 1px;

	background-color: #fff;

	margin-bottom: 5px

}

.menu-list1 h3 {

	font-size: 22px;

	color: #fff;

	width: 100%;

	float: left;

	margin: 40px 0 10px 0

}

.menu-list1 .menu-read-more {

	color: #fff!important;

	font-size: 16px!important

}

.menu-list1 .menu-read-more i {

	color: #fff!important;

	font-size: 16px!important

}

.menu-list1 .menu-read-more2 {

	color: #fff!important;

	font-size: 16px!important

}

.menu-list1 .menu-read-more2 i {

	color: #fff!important;

	font-size: 16px!important

}

.program-menu {

	padding-right: 40px

}

.faculty-menu, .menu-col.program-menu, .menu-col1.program-menu {

	margin-top: 40px

}

.faculty-menu h2 {

	margin-bottom: 20px

}

.menu-heading.menu-heading1 {

	margin-top: 30px

}

.menu-heading2 {

	color: #fff;

	font-size: 22px;

	margin-top: 30px;

	width: 100%;

	float: left

}

.menu-heading3 a {

	background: 0 0!important;

	color: #fff!important;

	font-size: 20px!important;

	padding: 30px 0 0 0!important;

	line-height: 29px

}

.menu-heading3.menu-heading4 {

	margin-top: -15px

}



.menu-heading.menu-heading2.menu-heading3 {

	margin-top: 0

}

.menu-heading3.menu-heading4 {

	width: 100%;

	float: left;

	margin: 5px 0

}

.menu-heading3.menu-heading4 a {

    padding-left: 0!important;

    font-size: 20px !important;

    font-weight: 400;

    font-family: "Franklin Gothic", "Arial Black", sans-serif !important;

}

.program-menu-text {

	font-family: 'Franklin Gothic Book', arial;

	height: 70px;

	margin-top: 15px

}

.menu-col.program-menu .menu-read-more, .menu-col1.program-menu .menu-read-more, .menu-list1.program-menu .menu-read-more {

	font-size: 20px!important;

	font-family: 'Franklin Gothic Book', arial;

	margin: 20px 0 -10px 0

}

.menu-heading3.menu-heading4.blog-menu {

	line-height: 0

}

.menu-list1 h3 a {

	color: #fff!important

}

.message .academics-box-col.case-study-col.box-4 {

	background: #ff914d!important

}

.message .academics-box-col.case-study-col.box-4 .quote-col1 {

	color: #fff;

	font-size: 60px;

	font-family: 'Franklin Gothic Book', arial;

	line-height: 65px!important;

	margin-bottom: 30px

}

.message .academics-box-col.case-study-col.box-4 .quote-col2, .message .academics-box-col.case-study-col.box-4 p {

	color: #fff

}

.full_width.py-8.widget_section.industry-academy.pgdm-career-learning.other-experiential-highlights.students-career.resources .key-messages-top.industry-consortium.leadership-council {

	margin: 0

}

.resources .line-div-col {

	margin-bottom: 0

}

.story-text {

	margin-top: 30px

}

.full_width.py-8.widget_section.industry-academy.pgdm-career-learning.other-experiential-highlights.students-career.resources {

	padding-top: 30px!important

}

.resources .students-career-services {

	margin-bottom: 40px

}

.founders-message .academics-box-col.case-study-col.box-4 {

	background: #008037!important

}

.founders-message .academics-box-col.case-study-col.box-4 .quote-col1 {

	color: #fff;

	font-size: 45px;

	font-family: 'Franklin Gothic Book', arial;

	line-height: 65px!important;

	margin-bottom: 30px

}

.founders-video {

	float: left;

	position: relative;

	padding-bottom: 37%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.founders-video iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	border: 0

}

.admissions .social_sticky {

	z-index: 1;

	position: fixed;

	bottom: 100px;

	transition: all .8s ease;

	right: 0!important

}

.admissions .social_sticky {

	border-top-left-radius: 5px;

	border-bottom-left-radius: 5px;

	overflow: hidden

}

.common_sticky3 .common_sticky {

	height: 86px;

	margin-bottom: 1px

}

.common_sticky3 .common_sticky {

	margin-bottom: 3px;

	height: 80px;

	border-top-left-radius: 0;

	border-bottom-left-radius: 0

}

.common_sticky a {

	background-color: #043046;

	font-size: 20px;

	line-height: 23px;

	text-transform: uppercase;

	color: #fff;

	font-family: montserratmedium;

	float: left;

	width: 100%;

	height: 100%;

	-moz-transition: all linear .4s;

	-o-transition: all linear .4s;

	-webkit-transition: all linear .4s;

	transition: all linear .4s

}

.common_sticky3 .icons_sticky {

	width: 90px;

	-moz-transition: all linear .4s;

	-o-transition: all linear .4s;

	-webkit-transition: all linear .4s;

	transition: all linear .4s

}

.common_sticky3 .icons_sticky {

	width: 80px;

	-moz-transition: all linear .4s;

	-o-transition: all linear .4s;

	-webkit-transition: all linear .4s;

	transition: all linear .4s

}

.common_sticky3 .icons_sticky {

	width: 80px;

	-moz-transition: all linear .4s;

	-o-transition: all linear .4s;

	-webkit-transition: all linear .4s;

	transition: all linear .4s

}

.common_sticky3 .icons_sticky {

	width: 90px;

	-moz-transition: all linear .4s;

	-o-transition: all linear .4s;

	-webkit-transition: all linear .4s;

	transition: all linear .4s

}

.icons_sticky {

	background-color: #f68026

}

.icons_sticky {

	background-color: #f68026;

	height: 100%;

	width: 60px;

	float: left;

	position: relative

}

.common_sticky, .icons_sticky, .table-cell, .table-cell-logo {

	vertical-align: middle

}

.icons_sticky img {

	padding: 15px 0;

	max-width: 42%!important;

	display: block;

	margin: -4px auto 0

}

.common_sticky p {

	font-size: 11px;

	line-height: 14px!important;

	padding: 0 7px;

	bottom: 5px;

	z-index: 1;

	text-align: center;

	font-family: montserratmedium;

	position: absolute;

	left: 0;

	right: 0;

	color: #fff;

	font-family: 'Franklin Gothic Book', arial

}

.admissions.desltop_for {

	padding-bottom: 0!important;

	position: relative;

	z-index: 99

}

.navigation nav .primary_nav.bgb ul li a {

	color: #333

}

.slide_div .navigation nav .primary_nav.bgb ul li.bottom_arrow:after {

	font-size: 15px;

	color: #333!important;

	font-family: FontAwesome;

	float: right;

	position: absolute;

	right: 8px;

	top: 12px

}

.navigation nav .primary_nav.bgb .menu-heading2 {

	font-size: 20px;

	text-transform: inherit;

	padding: 3px 10px 3px 0!important

}

.menu-heading3.menu-heading4.menu-heading5 {

	margin: -16px 0 5px 0;

	padding: 0 0!important

}

.menu-heading3.menu-heading4.menu-heading5 a {

	line-height: 0

}

.spirituality-heading.recruiter-testimonials-heading.form-top select {

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/arrow.png)!important;

	background-repeat: no-repeat!important;

	background-position: 97% 16px;

	font-family: 'Franklin Gothic Book', arial

}

.widget_section.py-8.content-layout.admissions-process .title:before {

	content: "";

	height: 5px;

	width: 103px;

	background-color: #333;

	display: inline-block;

	position: absolute;

	bottom: -5px

}

.widget_section.py-8.content-layout.admissions-process .placement-reports-form {

	margin-top: 10px

}

.thank-you a {

	background: 0 0;

	float: left;

	color: #d84f00;

	text-transform: inherit;

	margin-right: 10px;

	height: inherit;

	line-height: 60px

}

.thank-you .content {

	width: 100%;

	float: left;

	margin-top: 20px

}

.thank-you {

	padding-bottom: 0!important

}

.spirituality-indian-ethos2 {

	margin: 30px 0 50px 0

}

.spirituality-indian-ethos1 {

	padding: 30px 0 40px 0!important

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.overview.message.spirituality-indian-ethos .quote-col1 {

	font-size: 35px!important;

	line-height: 45px!important

}

.industry-study-tours {

	margin-top: 0

}

.journey-hr-leadership {

	width: 100%;

	float: left;

	margin-bottom: -70px

}

.clubs-organisations .question_section ul li .question::after {

	top: 20px

}

.career_section.py-8.pgdm-curriculum-highlights.foundation-liberal-arts.batch-diveristy.map {

	margin-bottom: -60px

}

.about-industry-consortium .industry-col h2 {

	height: 80px

}

.academics-box-col.case-study-col.about-industry-consortium3 {

	box-shadow: inherit

}

.full_width.py-8.widget_section.participating-companies {

	padding: 60px 0 50px 0!important

}

.full_width.py-8.widget_section.digital-modules.industry-academy.placement-process-simulation.gaining-business-excellence.clubs-organisations.pgdm-calendar .pgpm-calendar-text {

	padding-top: 0!important

}

.arrow_up {

	display: none

}

.search_result h3 {

	font-size: 30px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-weight: 700;

	text-align: center;

	border-bottom: 1px solid #ededed;

	padding-bottom: 30px;

	margin-bottom: 0

}

.search_result h3 span {

	color: #9ebe24;

	text-transform: uppercase

}

.search_result h4 {

	font-size: 22px;

	font-family: 'Franklin Gothic Book', arial

}

.search_result ul {

	border-bottom: 1px solid #ededed!important;

	padding: 30px 0 20px 0!important

}

.pgntn-bottom {

	margin-top: 50px

}

.sitemap {

	padding: 0!important

}

.wpcf7-form .form-col {

	margin: 0

}

.wpcf7-list-item.first.last input {

	width: auto;

	margin-right: 10px

}

.wpcf7-list-item.first.last {

	margin-left: 0

}

.wpcf7-form-control-wrap.checkbox-524 {

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	font-family: 'Franklin Gothic Book', arial;

	width: 100%;

	float: left;

	margin: 17px 0 20px 0

}

.form-col input::-webkit-input-placeholder {

color:#7b7b7b;

opacity:1

}

.form-col input::-moz-placeholder {

color:#7b7b7b;

opacity:1

}

.form-col input:-ms-input-placeholder {

color:#7b7b7b;

opacity:1

}

.form-col textarea::-webkit-input-placeholder {

color:#7b7b7b;

opacity:1

}

.form-col textarea::-moz-placeholder {

color:#7b7b7b;

opacity:1

}

.form-col textarea:-ms-input-placeholder {

color:#7b7b7b

}

.thank-col {

	font-size: 25px;

	text-align: center;

	padding: 30px 0 30px 0

}

.contact_page_form.inner_page .title::before {

	background-color: #333

}

.primary_nav.bgb .nav_title.menu-col a {

	color: #333!important

}

.primary_nav.bgb .nav_title.menu-col a::after {

	background-color: #333

}

.primary_nav.bgb .menu-heading3.menu-heading4 a {

	color: #333!important;

	padding-left: 0!important

}

.primary_nav.bgb .menu-heading3.menu-heading4.menu-heading5 {

	line-height: inherit;

	margin: 0 0 7px 0

}

.primary_nav.bgb .menu-heading2 {

	color: #333

}

.primary_nav.bgb .menu-heading3 a {

	color: #333!important

}

.hr-experiential-learning {

	margin-bottom: 60px

}

.hr-experiential-learning1 .pgdm-experiential-highlights {

	padding: 40px 40px 40px 40px

}

.hr-experiential-learning2 {

	margin-bottom: -60px!important

}

.brochure-flyer .students-brochure {

	background: 0 0;

	text-align: left;

	padding: 30px 0 0 0

}

.brochure-flyer .students {

	box-shadow: inherit;

	margin-top: 0

}

.brochure-flyer .students-brochure h2 {

	font-size: 25px!important;

	color: #333;

	text-align: center

}

.brochure-flyer .students-brochure .pgdm-heading {

	border-left: 0;

	padding-left: 0

}

.brochure-flyer {

	padding: 0!important

}

.previous-info-webinars {

	background: #f6f7f8;

	padding: 60px 0 0 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col {

	width: 25%!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col h2, .full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col p {

	text-align: left;

	padding-left: 20px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .admissions-team-text {

	display: inherit;

	height: inherit

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .admissions-team-text a {

	color: #fff

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col .experiential-immersion-text {

	height: 125px!important

}

.admissions-team {

	background: #fff;

	padding: 0!important;

	margin: 0 0 60px 0

}

.admissions-team .pgdm-heading {

	color: #333

}

.interview-preparation-tips {

	padding-bottom: 0!important;

	margin-bottom: -80px!important

}

.tabs-sub.analytics-tab .tab-nav-sub li.active>span, .tabs-sub.analytics-tab .tab-nav-sub li:hover>span {

	background: #75a9c2

}

.tabs-sub.digital-tab .tab-nav-sub li.active>span, .tabs-sub.digital-tab .tab-nav-sub li:hover>span {

	background: #69aa42

}

.tabs-sub.marketing-tab .tab-nav-sub li.active>span, .tabs-sub.marketing-tab .tab-nav-sub li:hover>span {

	background: #eaa536!important

}

.tabs-sub.finance-tab .tab-nav-sub li.active>span, .tabs-sub.finance-tab .tab-nav-sub li:hover>span {

	background: #abacab!important

}

.tabs-sub.general-tab .tab-nav-sub li.active>span, .tabs-sub.general-tab .tab-nav-sub li:hover>span {

	background: #ec6e31!important

}

.faculty-introduction-new img {

	width: 100%!important;

	border: 0!important;

	padding: 0!important

}

.faculty-introduction-new .icon-outlined-link-right-arrow .pull_right {

	width: 25px!important

}

.full_width_any.py-8.widget_section.faculty-highlights {

	background: 0 0;

	padding: 0!important

}

.full_width_any.py-8.widget_section.faculty-highlights ul li {

	border: 0

}

.full_width_any.py-8.widget_section.faculty-highlights ul li p {

	text-transform: initial

}

.faculty-introduction-text {

	margin: -40px 0 0 0

}

.clubs-associations.curriculum-div-col.overview-highlights.overview-highlights-top.faculty-introduction-new .clubs-associations-col {

	height: inherit!important;

	border: 0!important

}

.brochure-flyer .students-brochure a {

	margin: 50px 0 0 0

}

.students-brochure img {

	width: 300px

}

.industry-projects-relevance .industry-col {

	width: 22%!important;

	height: 218px

}

.change-your-campus .industry-visits {

	margin: 30px 0 20px 0!important

}

.mb-60 {

	margin-bottom: 60px

}

.contact {

	width: 100%;

	float: left

}

.contact-tab {

	width: 60%;

	float: left

}

.contact-form {

	width: 40%;

	float: left

}

.contact .tabcontent-new {

	width: 53%;

	height: inherit;

	padding: 0 12px 0 30px

}

.contact .industry-experiential-tab {

	width: 310px;

	margin-right: 10px

}

.contact .tabcontent-new a {

	background: 0 0;

	height: inherit;

	display: inline;

	color: #f58220;

	text-align: inherit;

	text-transform: inherit;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 16px

}

.contact .tabcontent-new p {

	font-size: 16px

}

.contact .tabcontent-new strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.contact-tab .industry-experiential {

	margin-top: 0

}

.contact-form .contact_page_form.inner_page {

	width: 100%

}

.contact-tab .industry-experiential-tab button {

	text-transform: inherit;

	line-height: 25px

}

.apply-now-text {

	font-size: 30px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif!important;

	line-height: 40px!important;

	text-align: center

}

.students-brochure.box-new1 span {

	color: #d84f00

}

.download-placement-text {

	font-family: "Franklin Gothic", "Arial Black", sans-serif!important

}

.pgdm-deadline {

	margin-top: 10px;

}

.pgdm-deadline span {

	color: #f7f700 !important;

	font-family: "Franklin Gothic", "Arial Black", sans-serif!important

}

.pgdm-deadline.pgdm-deadline1 span {

	color: red!important

}

.deadline-new .pgdm-deadline.pgdm-deadline1 {

	background: #d0d0cf;

	padding: 20px 10px;

	text-align: center;

	width: 680px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

}

.deadline-new .pgdm-deadline.pgdm-deadline1 a {

	color: #fff;

	background: #1a495e;

	padding: 10px 20px

}

.curriculum-text p {

	font-size: 14px

}

.curriculum-text {

	width: 100%;

	float: left;

	margin-top: -30px

}

.curriculum-text1 {

	margin-top: 0

}

.curriculum-text strong {

	font-family: "Franklin Gothic", "Arial Black", sans-serif

}

.form-field-col {

	width: 100%;

	float: left

}

.form-field-col1 {

	width: 30%;

	float: left;

	font-size: 18px;

	color: #333;

	line-height: 30px!important;

	font-family: 'Franklin Gothic Book', arial;

	padding-bottom: 0;

	margin-top: 12px

}

.form-field-col1 span {

	color: red

}

.submit-button {

	width: 100%;

	float: left;

	text-align: center;

	margin-bottom: 20px

}

.submit-button input {

	display: inline

}

.form-field {

	width: 70%;

	float: left

}

.form-col.contact-form-col .submit-button input {

	width: auto;

	display: inherit

}

.form-col.contact-form-col .submit-button {

	width: 70%;

	float: right

}

div.wpcf7-acceptance-missing, div.wpcf7-validation-errors {

	display: none!important

}

div.wpcf7-mail-sent-ok {

	display: none!important

}

.student-awards {

	width: 32%;

	float: left;

	border: 1px solid #f7f7f7;

	margin: 0 2% 2% 0

}

.student-awards:nth-child(3n) {

	margin-right: 0

}

.student-awards h2 {

	height: 250px;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	line-height: 30px;

	background: #f7f7f7;

	padding: 20px 20px 0 20px;

	margin-bottom: 0

}

.student-awards p {

	display: none

}

.wrapper_section.py-8.pl_40.widget_section.student-awards-top {

	padding: 0!important

}

.academic_section.py-8.academic-programs .date1, .date.date1 {

	color: #c5f804!important

}

.crt-post .crt-post-text {

	font-family: 'Franklin Gothic Book', arial;

	font-size: 15px!important;

	text-align: left!important;

	height: 200px!important;

	overflow: hidden;

	margin-bottom: 30px

}

.crt-post-v2 .crt-post-content-text {

	font-size: 14px!important;

	font-weight: 100!important;

	line-height: 20px!important;

	height: 300px

}

.crt-image-responsive {

	height: 300px!important;

	padding-bottom: 0!important

}

.crt-image-responsive img {

	height: 300px!important;

	object-fit: cover!important

}

.crt-panel-next::before, .crt-panel-prev::before {

	color: #fa6b13!important;

	font-size: 40px!important;

	font-weight: 900

}

.crt-panel-next, .crt-panel-prev {

	background: 0 0!important

}

.crt-carousel-feed button {

	outline: 0

}

.crt-post-v2 .crt-post-content-image IMG {

	width: 100%;

	height: 300px

}

.crt-widget .crt-post-fullname a {

	font-family: "Franklin Gothic Book", arial;

	font-size: 18px

}

.stay-connected {

	width: 90%;

	margin: 0 auto

}

.stay-connected h2 {

	margin-bottom: 40px!important

}

.stay-connected-top {

	padding: 80px 0 60px 0!important

}

.crt-widget .crt-post-date a, .crt-widget .crt-post-username a {

	font-family: "Franklin Gothic Book", arial

}

.blog-new1 {

	width: 100%;

	float: left;

	margin: 30px 0 0 0

}

.blog-new-pic {

	width: 40%;

	float: left;

	margin-right: 30px

}

.blog-new2 h2 {

	font-size: 30px;

	margin-top: 0!important

}

.blog-new-testimonial {

	width: 100%;

	float: left;

	background: #f7f7f7;

	padding: 30px;

	margin-top: 20px

}

.blog-new-testimonial p {

	font-size: 22px;

	font-style: italic

}

.blog-new1 h2 {

	font-size: 30px

}

.blog-new1.blog-new3 {

	margin-top: 50px

}

.blog-new1.blog-new3 .blog-new-pic {

	width: 40%;

	float: right;

	margin-left: 40px;

	margin-right: 0

}

.blog-new1.blog-new3 .blog-new2 {

	width: 58%

}

.blog-new-pic.blog-new4 {

	margin-top: 13px

}

.blog-new-top1 {

	margin-top: 30px

}

.pgdm-faqs-new h2 {

	display: none

}

.pgpm-bl-slider {

	width: 100%;

	float: left

}

.pgpm-bl-slider .hr-connect-slider {

	margin-bottom: 10px

}

.blog-heading {

	margin-bottom: 10px

}

.wrapper_section.py-8.pl_40.program.widget_section.future-gradutes-top.deadline-new {

	display: none !important;

}

.color_lime .pgdm-deadline span, .color_wheat .pgdm-deadline span {

	color: #000!important

}

.date-col1.date-col2 {

	color: #000

}

.hrf-title.close-faq span {

	width: 20px!important;

	height: 20px!important;

	background-color: #8fcf4e!important;

	background-size: 56%!important

}

.hrf-content {

	padding: 10px 10px 0px 10px !important;

}

.hrf-faq-list article:last-child {

	display: none!important

}

.hrf-faq-list {

	margin-bottom: 50px

}

.blog-new-testimonial p {

	font-size: 18px;

	font-style: inherit

}



/* New Blog Page property start */



.display_none {

	display:none;

}

.new_blog_section {

	display:block;

	padding:60px 0 0;

}

.new_blog_section .new_blog_left_sidebar {

	display:inline-block;

	width:23%;

	vertical-align:top;

	float: left;

	background: #f7f7f7;

	padding: 20px;

}

.new_blog_section .new_blog_left_sidebar .blog_search_box {

	display:inline-block;

	width:100%;

	background-color:#fafafa;

	border:1px solid #ccc;

	position:relative;

}

.new_blog_section .new_blog_left_sidebar .blog_search_box input {

	width: 100%;

	height: 46px;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 16px;

	display: inherit;

	opacity: 1;

    padding-right: 48px;

}

.new_blog_section .new_blog_left_sidebar .blog_search_box button {

    position: absolute;

    right: 0;

    top: 0;

    cursor: pointer;

    border: none;

    background: none;

    padding: 0;

    width: 56px;

    height: 47px;

    margin: 0;

	overflow:hidden;	

}

.new_blog_section .new_blog_left_sidebar .blog_search_box button:focus {

	outline: none;

}

.new_blog_section .new_blog_left_sidebar .blog_search_box button::before {

    display: inline-block;

    content: "";

    font-family: 'FontAwesome';

    color: #fff;

    background-color: #fa6b13;

    font-size: 22px;

    float: right;

    position: absolute;

    top: -4px;

    right: 0;

    padding: 14px 20px;

    cursor: pointer;

}

.new_blog_section .new_blog_left_sidebar .blog_wrapper_list {

	display:block;

	border-bottom: 1px solid #cccccc;

}

.new_blog_section .new_blog_left_sidebar .blog_wrapper_list h6 {

	font-family: 'Franklin Gothic Book', arial;

	font-size:22px;

	color:#000;

	cursor:pointer;

	padding: 13px 0px 0px 0px;

}

.blog_plus:before {

	content:"";

	font-size:18px;

	font-family:'FontAwesome';

	color:#000;

	margin-right: 8px;

}

.blog_minus:before {

	content:"";

	font-size:18px;

	font-family:'FontAwesome';

	color:#000;

	margin-right: 8px;

}

.new_blog_section .new_blog_left_sidebar .blog_wrapper_list ul {

	display:none;

	padding: 0px 0px 0px 0px;

}

.new_blog_section .new_blog_left_sidebar .blog_wrapper_list li {

	display:inline-block;

	width:100%;

	font-size:18px;

	margin-bottom:10px;

	font-family: 'Franklin Gothic Book', arial;

	/*background: url(http://pgpba.com/wp-content/uploads/images/icon.jpg);

	background-repeat: no-repeat;

	background-position: 0px;

	padding-left: 15px;*/

}

.new_blog_section .new_blog_left_sidebar .blog_wrapper_list.active_div li.active_li a, [aria-current="page"] {

    font-weight: bold;	

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post li:nth-child(2n):before,

.new_blog_section .new_blog_left_sidebar .blog_wrapper_list li:before {

	content:"";

	font-size:18px;

	font-family:'FontAwesome';

	color:#a6a6a6;

	margin-right: 0px;

}

.new_blog_section .new_blog_right_sidebar {

	display:inline-block;

	width:75%;

	float:right;

	vertical-align:top;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full {

	display:block;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li {

	display:block;

	padding-bottom:30px;

	width: 49%;

	float: left;

	box-shadow: 0 3px 7px 2px rgba(0,0,0,.08);

	background: #fff;

	margin: 0px 2% 30px 0px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full img {

	width:100%;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_date {

	font-size:16px;

	color:#545454;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	text-transform: uppercase;

	padding: 20px 20px 10px 20px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a,

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

	color:#008037;

	font-size: 25px;

	height: 100px;

	line-height: 35px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li p {

	font-size: 18px;

	line-height: 30px !important;

	height: 85px;

	display:inline-block;

	overflow: hidden;

	padding: 0px 20px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post {

	width: 100%;

	float: left;

	display: block;

	padding: 0px 20px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post li {

	width: auto;

	display:inline-block;

	font-size:22px;

	color: #000;

	/*border-left:1px solid #545454;*/

	padding:0 10px 0 0px;

	font-weight: 900;

	font-family: 'Franklin Gothic Book', arial;

	margin-bottom: 10px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post li:first-child {

	border-left: none;

	box-shadow: none;

	background: none;

	padding-left: 0;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post li:nth-child(2) a,

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post li:nth-child(2) {

	display:inline-block;

	font-size:16px;

	color:#a6a6a6;

	

}



.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post li:nth-child(2){box-shadow: none;background: none;}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post li:nth-child(2):before {

	font-size:15px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_writer {

	display:block;

	font-size:17px;

	padding: 10px 20px 20px 20px;

    font-family: 'Franklin Gothic Book', arial;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_writer:before {

	content:"";

	font-size:16px;

	font-family:'FontAwesome';

	color:#ccc;

	margin-right: 8px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full .read_more {

	width: 100%;

	font-size:16px;

	color:#008037;

	text-decoration:underline;

    border: none;

	padding: 20px 0px 0px 20px;
	
	margin-top:10px !important;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full .read_more:hover {

	background-color:transparent;

}

.new_blog_section .new_blog_right_sidebar .page-title {

	text-align:left;

}

.new_blog_section .new_blog_right_sidebar .page-title span {

	color:#000;

	font-weight:100;

	text-transform: capitalize;

	font-size:36px;

}

.blog_close_btn {

	display:inline-block;

	    background-color: #fa6b13;

    height: 30px;

    width: 30px;

    border-radius: 100%;

    text-align: center;

    vertical-align: middle;

    padding: 6px 0;

}

.blog_close_btn:before {

    content: "";

    font-size: 18px;

    color: #fff;

    vertical-align: top;

    font-family: 'FontAwesome';

	line-height:17px;

  

}

.new_blog_section .new_blog_right_sidebar .latest_top_blog {

	display:inline-block;

	width:100%;

    border-top: 2px solid #ccc;

	display: inherit;

	padding:50px 0;

}

.new_blog_section .new_blog_right_sidebar .latest_top_blog li {

	width: 33%;

    vertical-align: top;

	background: #f88222;

	padding: 20px;

}

.new_blog_section .new_blog_right_sidebar .latest_top_blog li h4 {

	color:#fff;

	line-height: 42px;

    min-height: inherit;

}

.new_blog_section .new_blog_right_sidebar .latest_top_blog li a {

	font-size:20px;

	margin-bottom:20px;

	text-decoration:underline;

	display:block;

	font-family: 'Franklin Gothic Book', arial;	

	color:#fff;

}



.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li:nth-child(2n) {

  margin-right: 0%;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

	text-transform: uppercase;

	padding: 0px 20px;

}



.inner-page .blog_wrapper_full li {

    width: auto !important;

	margin-right: 0% !important;

}

.inner-page .blog_wrapper_full .inner-pic img {

	margin-bottom: 20px;

}

.inner-page .blog_wrapper_full li h4 {

    height: inherit !important;

}

.inner-page .blog_wrapper_full p {

    height: inherit !important;

    margin-bottom: 0px;

}



.new_blog_section .new_blog_right_sidebar .latest_top_blog li {

    width: 100%;

    vertical-align: top;

    background: #f88222;

    padding: 20px;

	margin: 0px 0% 10px 0px;

}



.new_blog_section .new_blog_right_sidebar .latest_top_blog li:nth-child(2) {

  background: #81ba49;

}

.new_blog_section .new_blog_right_sidebar .latest_top_blog li:nth-child(3) {

  background: #c9b189;

  margin-right: 0%;

}

.latest_top_blog.three_column p {

    color: #fff;

}

.blog_wrapper_list ul li a {

    color: #000;

}



.blog_wrapper_list:nth-child(2) {

  border-top: 10px solid #fff;

}



.blog-menu .blog_plus::before {

    display: none;

}

.blog-menu ul {

    display: inherit !important;

}

.blog-menu h6 {

	font-family: 'Franklin Gothic Book', arial;

    font-size: 18px;

    color: #000;

    cursor: pointer;

    padding: 30px 0px 5px 0px;

}

.blog-menu ul li {

    display: inline-block;

    width: 100%;

    font-size: 18px;

    margin-bottom: 10px;

    font-family: 'Franklin Gothic Book', arial;

}

.blog-menu {

    margin-bottom: 20px;

}

.blog-menu ul li::before {

    content: "";

    font-size: 18px;

    font-family: 'FontAwesome';

    color: #000;

    margin-right: 8px;

}

.blog_admin_writer a {

    font-size: 16px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post li:nth-child(2n)::before {

    content: "";

    font-size: 18px;

    font-family: 'FontAwesome';

    color: #a6a6a6;

    margin-right: 8px;

}



.addtoany_content {

    border-top: 1px solid #ddd;

    border-bottom: 1px solid #ddd;

    padding: 10px 0px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full .addtoany_share_save_container.addtoany_content.addtoany_content_top img {

    width: 58px !important;

    height: inherit !important;

}



.a2a_menu a {

    color: #fa6b13 !important;

}



.inner-page .new_blog_right_sidebar {

    width: 70%;

	float: left;

	padding: 0px 70px 0px 60px;

}



.envelop_section {

    display: none;

}



.blog-new-top1 .one_column li {

    width: 100% !important;

    float: left;

    font-family: 'Franklin Gothic Book', arial;

    font-size: 18px;

    color: #333;

    line-height: 30px !important;

    background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png) !important;

    background-repeat: no-repeat !important;

    background-position: 0 11px !important;

	background-color: inherit !important;

    margin-bottom: 0px !important;

    word-wrap: anywhere;

    padding: 0px 0px 15px 30px !important;

}

.blog-new1.blog-new3 .blog-new2 p {

    display: inherit !important;

    overflow: inherit !important;

}



.new_blog_right_sidebar .one_column li {

    width: 100% !important;

    float: left;

    font-family: 'Franklin Gothic Book', arial;

    font-size: 18px;

    color: #333;

    line-height: 30px !important;

    background-image: url(https://www.soil.edu.in/wp-content/uploads/images/tick-icon.png) !important;

    background-repeat: no-repeat !important;

    background-position: 0 11px !important;

    background-color: inherit !important;

    margin-bottom: 0px !important;

    word-wrap: anywhere;

    padding: 0px 0px 15px 30px !important;

}



.tab1 input, .tab1 label {

    display: none;

}



.presentation-form .wpcf7-list-item {

    width: 140px;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

	margin: 0px;

}

.presentation-form .wpcf7-list-item input {

    width: 20px;

}

.presentation-form {

	width: 800px;

	float: none;

	margin: -40px auto 0px !important;

}

.presentation-form .form-field-col1 {

    width: 300px;

	font-family: 'Franklin Gothic';

}

.presentation-form .form-field {

    width: 430px;

}

.presentation-form .submit-button {

    text-align: left;

	position: relative;

    padding-left: 300px;

}

.pp-form {

    width: 100%;

    float: left;

}

.presentation-form .submit-button .ajax-loader {

    margin-left: 590px;

}

.webinars-col .table-1 {

    width: 20%;

}

.webinars-col .table-2 {

    width: 45%;

}

.webinars-col .table-3 {

    width: 16%;

}

.webinars-col .table-4 {

    width: 20%;

}

.webinars-col a {

	height: 40px;

    font-size: 16px;

    border-radius: 6px;

}

.webinars-col .fees-financing-table table {

    width: 1100px;

	margin-bottom: 0px;

}

.webinars-col {

    margin: 50px 0px 0px 0px;

}

.button-new-col1 {

    width: 100%;

    float: left;

}

.button-new-col1 a {

    width: 24.2%;

	float: left;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-size: 20px;

	color: #fff;

	text-align: center;

	background: #81ba49;

	text-transform: uppercase;

	height: 50px;

	display: flex;

	align-items: center;

	justify-content: center;

	border-radius: 6px;

	margin: 0px 1% 0px 0px;

}

.button-new-col1 br {

    display: none;

}

.button-new-col1 a:last-child {

  margin-right: 0%;

}

.button-new-col1 h2 {

    width: 100%;

    float: left;

    font-size: 42px;

}

.button-new-col2 {

    width: 100%;

    float: left;

	margin: 10px 0px 0px 0px;

}

.heading-new-col {

    font-size: 25px;

	line-height: 30px;

}

.heading-new-col1 {

    font-size: 20px;

	line-height: 25px;

}

.text-col {

    margin-bottom: 0px !important;

}

.blog_wrapper_full .one_column {

	padding-bottom: 0px;

    margin-bottom: 0px;

}

.read_more.apply-now {

    padding: 4px 15px;

    margin-left: 0px;

}

.call_section br {

    display: none;

}

.new_blog_section .blog_wrapper_full h3, .new_blog_section .blog_wrapper_full h2 {

    font-size: 25px;

    line-height: 30px;

}

.call_section br {

    display: none;

}

.registration-col iframe {

	width: 100%;

    height: 940px;

    overflow: inherit;

	border: 0px;

}

.webinar-strip-col a {

	font-size: 16px;

    background: none;

    text-transform: inherit;

    font-family: 'Franklin Gothic Book', arial;

    display: inline;

}

.webinar-strip-col {

    width: 100%;

    float: left;

	margin: 0px 0px 60px 0px;

}

.webinar-strip-col .webinar-strip {

	width: 725px;

	max-width: 100%;

    font-size: 16px;

}

.experiential-learning-heading1 {

    width: 100%;

    float: left;

}

.webinar-strip-col1 {

    width: inherit;

    padding-top: 20px;

}

.blog_wrapper_full li h1 {

    color: #008037;

    font-size: 25px;

    height: inherit;

    line-height: 35px;

	text-transform: uppercase;

}

.blog_wrapper_full li h1 a {

    color: #008037;

}

.new_blog_section .title::before {

    width: 75px;

}

.profile_section p {

    height: 230px;

}

.admissions-info p span {

    color: #ff0000;

}

.pgpm-analytics-digital {

    width: 30%;

    float: right;

    margin-left: 50px;

}

.full_width.py-8.widget_section.program-key-highlights .profile-based-des {

	width: 100%;

	float: left;

    height: 115px !important;

}

.full_width.py-8.widget_section.program-key-highlights .industry-top.profile-based-evaluation {

    margin-top: 15px;

}

.digital-revolution img {

    width: 100%;

	height: 550px;

	object-fit: cover;

}

.digital-revolution p {

    width: 480px;

	position: absolute;

	right: 0;

	bottom: 0;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-size: 28px;

	color: #000;

	line-height: 38px !important;

	text-transform: uppercase;

	background-image: linear-gradient(to right, #f8dd0a , #b9d950);

	padding: 20px;

	left: 0;

	top: 195px;

	height: 155px;

	margin: 0 auto;

	text-align: center;

}

.digital-revolution {

	width: 100%;

	float: left;

	margin: -10px 0px 0px 0px;

    position: relative;

}

.learning-framework .experiential-immersions-col {

    width: 23.5%;

}

.learning-framework .experiential-immersions-text {

    height: 180px !important;

}

.learning-framework {

    padding-bottom: 60px !important;

}

.leaders-new-col {

    width: 100%;

    float: left;

    background: #f7f7f7;

}

.pgpm-career-statistics ul {

    width: 100%;

    float: left;

    padding: 0px;

    margin: 0px;

}

.pgpm-career-statistics .button-col.bggray_hover.button-col2 {

    width: 370px;

    background: #fff;

    padding: 10px 20px;

	margin: 20px auto 0px;

}

.projects-bootcamps .experiential-immersions-col {

    width: 32%;

}

.projects-bootcamps .experiential-immersions-text {

    height: 150px !important;

}

.beyond-classroom-experiences {

    width: 100%;

    float: left;

    background: #f7f7f7;

}

.projects-bootcamps {

    padding-bottom: 60px !important;

}

.widget_section.py-8.admissions.learning-framework.beyond-classroom-experiences .experiential-immersions-text {

    height: 150px !important;

}

.beyond-classroom-experiences .experiential-immersions-col {

    background: #fff;

}

.widget_section.py-8.admissions.learning-framework.beyond-classroom-experiences .experiential-immersions-col h2 {

    height: inherit !important;

}

.who-can-apply {

    width: 100%;

    float: left;

    background: #fff;

    -webkit-box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

    box-shadow: 0 0 65px 10px rgba(0,24,127,.13);

    padding: 60px;

	margin-top: 30px;

}

.who-can-apply .line-div-col {

    float: none;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.program-key .industry-col {

    padding: 0px;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.program-key .profile-based-des {

    font-size: 20px;

    color: #89ba3a;

    font-weight: 700;

    height: inherit !important;

    padding: 0px 0px 18px 0px !important;

}

.deadline-section {

    width: 100%;

    float: left;

    text-align: center;

    background-image: url(https://www.soil.edu.in/wp-content/uploads/images/bg-pic.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    padding: 60px 0px 90px 0px;

}

.deadline-section h2 {

    color: #fff !important;

    text-align: center;

	font-size: 30px;

	text-transform: uppercase;

	font-weight: 900;

	position: relative;

	line-height: 40px;

	margin-bottom: 20px;

}

.deadline-section h2::after {

    background-color: #fff;

    height: 4px;

    margin: 5px auto 20px;

    content: " ";

    display: block;

    width: 130px;

}

.deadline-col {

    text-align: center;

    margin: 60px 0px 80px 0px;

}

.deadline-col1 {

    width: 170px;

    height: 200px;

    background: #FFF;

    display: inline-table;

    margin: 0px 20px;

}

.deadline-col2 p {

    color: #b9d950 !important;

}

.deadline-col1 span {

    font-size: 45px;

    font-family: 'Franklin Gothic Book';

}

.deadline-section1 {

    color: #545454;

    font-size: 30px !important;

    text-transform: uppercase;

}

.deadline-section a {

    font-size: 25px;

    color: #000;

    font-family: "Franklin Gothic", "Arial Black", sans-serif;

    padding: 20px 30px;

    text-transform: uppercase;

    font-weight: 900;

	background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.deadline-col1 p {

    font-size: 30px;

    color: #ACACAC;

    text-align: center;

    height: 150px;

    font-weight: 900;

    line-height: 50px !important;

    padding-top: 20px;

}

.apply-col {

    width: 100%;

    float: left;

	text-align: center;

    background: #f7f7f7;

    padding: 60px 0px 50px 0px;

	margin-bottom: -60px;

}

.apply-col h2 {

    font-size: 40px;

}

.start-your-application {

    font-size: 30px;

    color: #000 !important;

    font-family: "Franklin Gothic", "Arial Black", sans-serif;

    padding: 13px 30px 10px 30px;

    text-transform: uppercase;

    font-weight: 900;

    display: inline-block;

	background-image: linear-gradient(to right, #f8dd0a , #b9d950);

    margin: 20px 0px;

}

.apply-col h2::after {

    background-color: #89ba3a;

    height: 4px;

    margin: 5px auto 20px;

    content: " ";

    display: block;

    width: 130px;

}

.program-design-curriculum .career_section ul li {

    width: 28%;

	border: 0px;

}

.leaders-new-col .member_section ul li {

    width: 24.2%;

}

.leaders-new-col .member_section ul li:nth-child(4n) {

  margin-right: 0% !important;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.program-key .industry-col img {

    width: 100%;

}

.wrapper_section.program.admissions-new-col {

    width: 100%;

    float: left;

    padding: 60px 0px !important;

}

.curriculum-learning-journey .placements-new-col {

    text-align: center;

	margin: 40px 0px 0px 0px;

}

.curriculum-learning-journey .placements-new-col img {

    width: 80%;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent {

    margin-top: 0px;

}

.apply-col a {

    color: #89ba3a;

}

.full_width_any.py-8.widget_section.program-design-curriculum {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.full_width_any.py-8.widget_section.pgpm-career-statistics.program-design-curriculum .button-col.bggray_hover.button-col2 a {

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

}

.pgpm-heading-col {

    color: #bcde49 !important;

}

.full_width.py-8.widget_section.program-key-highlights .profile-based-evaluation .industry-col::after {

    content: "";

    background: -webkit-linear-gradient(left, rgba(248, 221, 10, 1) 0%, rgba(248, 221, 10, 1) 12%, rgba(185, 217, 80, 1) 47%, rgba(185, 217, 80, 1) 100%);

    display: block;

    height: 5px;

    width: 100%;

    position: absolute;

    bottom: 0;

}

.full_width.py-8.widget_section.program-key-highlights .profile-based-evaluation .industry-col {

    position: relative;

}

.mt-0 {

    margin-top: 0px !important;

}

.curriculum-new-col {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.learning-outcomes-top.learning-outcomes-hr.learning-outcomes-col .learning-outcomes-top1::after {

    content: "";

    background: -webkit-linear-gradient(left, rgba(248, 221, 10, 1) 0%, rgba(248, 221, 10, 1) 12%, rgba(185, 217, 80, 1) 47%, rgba(185, 217, 80, 1) 100%);

    display: block;

    height: 5px;

    width: 100%;

    position: absolute;

    bottom: -4px;

	left: 0;

}

.learning-outcomes-top.learning-outcomes-hr.learning-outcomes-col .learning-outcomes-top1 {

	height: 325px;

    position: relative;

}

.learning-outcomes-col {

    margin-bottom: 0px;

}

.career_section.py-8.curriculum-overview-new {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

	margin: 60px 0px 0px 0px;

}

.career_section.py-8.curriculum-overview-new::before {

    background: inherit;

}

.career_section.py-8.curriculum-overview-new p {

    color: #000;

}

.foundations-management {

    margin: 0px 0px 0px 0px;

}

.full_width.py-8.widget_section.foundations-management .curriculum-top strong {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

    color: #333;

}

.digital-transformation {

    background: #fff;

    margin: 0px 0px 0px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation .profile-based-des {

    height: inherit !important;

    color: #89ba3a;

    font-weight: 900;

    text-transform: uppercase;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation .industry-col {

    padding: 30px 0px 20px 0px;

}

.learn-analytics-business {

    background: #f7f7f7;

}

.learn-analytics-business1 {

    display: inherit !important;

    text-align: left;

    font-weight: 900;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.learn-analytics-business .industry-col {

    width: 19.2% !important;

	padding: 10px 0px;

	float: left;

	margin: 0px 1% 0px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.learn-analytics-business .industry-col img {

    width: 75%;

    margin-bottom: 0px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.learn-analytics-business .industry-col:last-child {

  margin-right: 0%;

}

.integration-courses {

	background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.widget_section.py-8.admissions.projects-bootcamps.integration-courses .experiential-immersions-col {

    background: #fff;

}

.full_width_white.py-8.widget_section.term-wise-curriculum .tabs.tabs-new li {

    height: 50px;

	font-size: 16px;

    display: flex;

    align-items: center;

    justify-content: center;

	margin-top: 0px;

}

.full_width_white.py-8.widget_section.term-wise-curriculum {

    padding: 0px !important;

    margin: 0px 0px 0px 0px;

}

.full_width_white.py-8.widget_section.term-wise-curriculum .tab-haeding.tab-haeding1 {

    width: 100%;

    float: left;

    margin-top: 10px !important;

}

.curriculum-top-col1.key-highlights-top.key-highlights-new {

    width: 1100px;

}

.curriculum-top-col1.key-highlights-top.key-highlights-new .our-value-addition2 {

    width: 32%;

	border-bottom: 4px solid #f6dd0f;

	margin: 0px 2% 0px 0px;

}

.curriculum-top-col1.key-highlights-top.key-highlights-new .our-value-addition2:last-child {

  margin-right: 0%;

}

.curriculum-top-col1.key-highlights-top.key-highlights-new .our-value-addition.value-addition.key-highlights-hr {

    margin-bottom: -50px !important;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics {

	background: #99ba2c;

    margin: 40px 0px 0px 0px;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .industry-col {

    width: 16.66% !important;

	height: inherit !important;

    padding: 0px 0px 0px 0px;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .pgdm-design-text {

    height: 138px !important;

	color: #333 !important;

    padding: 0px 20px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

	background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.gaining-business-excellence1 .profile-based-des {

    height: 100px !important;

	font-size: 20px;

	text-transform: uppercase;

	font-weight: 900;

	color: #89ba3a;

	display: flex !important;

	align-items: center !important;

	justify-content: center !important;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.gaining-business-excellence1 .industry-col {

    padding: 20px 0px;

}

.wrapper_section.program.admissions-new-col.develop-excellence ul {

    display: inline-grid;

	padding: 0px;

	margin: 10px 0px 0px 0px;

}

.wrapper_section.program.admissions-new-col.develop-excellence .pgpm-analytics-digital p {

    font-size: 18px;

    font-weight: 900;

}

.widget_section.py-8.admissions.projects-bootcamps.analytics-business {

    background: #f7f7f7;

}

.widget_section.py-8.admissions.projects-bootcamps.analytics-business .experiential-immersions-col {

    width: 32%;

    float: left;

	background: #fff;

	margin: 0px 2% 2% 0px;

}

.widget_section.py-8.admissions.projects-bootcamps.analytics-business .experiential-immersions-col:nth-child(3n) {

  margin-right: 0%;

}

.widget_section.py-8.admissions.projects-bootcamps.analytics-business {

    padding: 60px 0px 40px 0px !important;

}

.widget_section.py-8.admissions.projects-bootcamps.analytics-business .experiential-immersions-text {

    height: 125px !important;

}

.wrapper_section.program.gain-digital-transformation {

    margin: 60px 0px 0px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.microsoft-virtual-cloud {

    background: #fff;

    padding: 30px 0px 0px 0px !important;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.microsoft-virtual-cloud .industry-col {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

	border-bottom: 0px !important;

	padding: 0px 0px 0px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.microsoft-virtual-cloud .profile-based-des {

    font-size: 20px;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	height: 130px !important;

	display: flex !important;

	align-items: center !important;

	justify-content: center !important;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.microsoft-virtual-cloud .industry-col::after {

    background: none;

}

.wrapper_section.program.admissions-new-col.intergrated-problem-solving {

    background: #f7f7f7;

    margin: 40px 0px 0px 0px;

}

.wrapper_section.program.admissions-new-col.develop-excellence.admissions-process.capstone-project .industry-visits {

    margin: 10px 0px 30px 0px !important;

}

.placement-overview-heading::before {

    display: none !important;

}

.placement-overview-heading {

    margin-bottom: 20px !important;

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr.analytics-cohort .curriculum-top-col2 {

    background: #e4e4e4;

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr.analytics-cohort .color-1 {

    background: #fcdd09 !important;

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr.analytics-cohort .color-2 {

    background: #99ba2c !important;

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr.analytics-cohort .color-3 {

    background: #b9d950 !important;

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr.analytics-cohort .color-4 {

    background: #e6db1f !important;

}

.curriculum-top-col1.key-highlights-top.key-highlights-new .batch-name {

    font-size: 22px;

}

.curriculum-top-col1.key-highlights-top.key-highlights-new .w3-color-1, .curriculum-top-col1.key-highlights-top.key-highlights-new .w3-color-2, .curriculum-top-col1.key-highlights-top.key-highlights-new .w3-color-3 {

	color: #333 !important;

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.our-value-addition.participating-companies.participating-companies-new1 .our-value-addition2 {

    width: 15%;

	position: relative;

	padding: 20px;

	margin: 0px 2% 2% 0px;

}

.our-value-addition.participating-companies.participating-companies-new1 .our-value-addition2:nth-child(6n) {

  margin-right: 0%;

}

.our-value-addition.participating-companies.participating-companies-new1 .our-value-addition2::after {

    content: "";

    background: -webkit-linear-gradient(left, rgba(248, 221, 10, 1) 0%, rgba(248, 221, 10, 1) 12%, rgba(185, 217, 80, 1) 47%, rgba(185, 217, 80, 1) 100%);

    display: block;

    height: 5px;

    width: 100%;

    position: absolute;

    bottom: 0;

	left: 0;

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr.analytics-cohort .curriculum-top-text {

    color: #333;

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr.analytics-cohort .color-1 h3 {

    color: #333 !important;

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr.analytics-cohort .color-1 h3 span {

    color: #333;

}

.full_width.py-8.widget_section.box-main-new {

    background-image: url(https://www.soil.edu.in/wp-content/uploads/images/bg-pic-new.jpg);

    background-repeat: no-repeat;

    background-size: cover;

	margin: 100px 0px 50px 0px;

}

.key_link_section.shadow.download-placement-reports.download-placement-reports1 ul li .read_more.button-1 {

    background-color: #fcdd09 !important;

}

.key_link_section.shadow.download-placement-reports.download-placement-reports1 ul li .read_more.button-2 {

    background-color: #99ba2c !important;

}

.key_link_section.shadow.download-placement-reports.download-placement-reports1 ul li .read_more.button-3 {

    background-color: #e6db1f !important;

}

.key_link_section.shadow.download-placement-reports.download-placement-reports1 ul li .read_more.button-4 {

    background-color: #b9d950 !important;

}

.title.pgpm-heading-col.placement-overview-heading {

    color: #333 !important;

	margin-bottom: 2px !important;

}

.full_width.py-8.widget_section.box-main-new.box-main-new1 {

    margin: 110px 0px 0px 0px;

}

.key_link_section.shadow.download-placement-reports.download-placement-reports1 {

	padding: 0px 0px 0px 0px !important;

    margin: 12px 0px 0px 0px;

}

.pgdm-deadline.pgdm-deadline1.pgpm-box-col {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.full_width.py-8.widget_section.profile-based-evaluation1 {

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/bg-pic-new.jpg);

	background-repeat: no-repeat;

	background-size: cover;

    margin: 40px 0px 10px 0px;

}

.full_width.py-8.widget_section.profile-based-evaluation1 .profile-based-evaluation .industry-col::after {

    content: "";

    background: -webkit-linear-gradient(left, rgba(248, 221, 10, 1) 0%, rgba(248, 221, 10, 1) 12%, rgba(185, 217, 80, 1) 47%, rgba(185, 217, 80, 1) 100%);

    display: block;

    height: 5px;

    width: 100%;

    position: absolute;

    bottom: 0;

}

.full_width.py-8.widget_section.profile-based-evaluation1 .profile-based-evaluation .industry-col {

    position: relative;

}

.international-exchange-top.eligibility.eligibility-logo.logo-new-col .international-exchange::after {

    content: "";

    background: -webkit-linear-gradient(left, rgba(248, 221, 10, 1) 0%, rgba(248, 221, 10, 1) 12%, rgba(185, 217, 80, 1) 47%, rgba(185, 217, 80, 1) 100%);

    display: block;

    height: 5px;

    width: 100%;

    position: absolute;

    bottom: 0;

}

.international-exchange-top.eligibility.eligibility-logo.logo-new-col .international-exchange {

    position: relative;

}

.widget_section.py-8.content-layout.admissions-process.application-cycles-new1 .application-cycles-hr .industry-col {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.widget_section.py-8.content-layout.admissions-process.application-cycles-new1 .application-cycles-hr .industry-col h2, .widget_section.py-8.content-layout.admissions-process.application-cycles-new1 .application-cycles-hr .industry-col p {

    color: #333 !important;

}

.full_width.py-8.widget_section.soil-admissions-process1 .soil-admissions-col h2 span {

    background: #9ebe36;

}

.full_width.py-8.widget_section.soil-admissions-process1 .soil-admissions-col h2 {

    color: #9ebe36;

}

.full_width.py-8.widget_section.soil-admissions-process1 .soil-talent li {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950) !important;

    color: #333 !important;

}

.table-border-new td {

    border: 1px solid #b9d951 !important;

}

.fees-financing-table1 th {

    background: #9ebe36;

    color: #fff;

}

.fees-financing-table1 td, th {

    border: 1px solid #9ebe36 !important;

}

.table-div.table-div1.fees-financing-table.fees-financing-table1 {

    margin: 0px 0px 0px 0px;

}

.full_width.py-8.widget_section.funding-options-new .funding-options .international-exchange::after {

    content: "";

    background: -webkit-linear-gradient(left, rgba(248, 221, 10, 1) 0%, rgba(248, 221, 10, 1) 12%, rgba(185, 217, 80, 1) 47%, rgba(185, 217, 80, 1) 100%);

    display: block;

    height: 5px;

    width: 100%;

    position: absolute;

    bottom: -5px;

}

.full_width.py-8.widget_section.funding-options-new .funding-options .international-exchange {

    position: relative;

}

.full_width.py-8.widget_section.funding-options-new .funding-options .international-exchange a {

    border: 2px solid #f6dd0f;

}

.full_width.py-8.widget_section.funding-options-new {

    background-image: url(https://www.soil.edu.in/wp-content/uploads/images/bg-pic-new.jpg);

    background-repeat: no-repeat;

    background-size: cover;

}

.widget_section.py-8.content-layout.admissions-process.student-scholarships-new .student-scholarships .student-scholarships1 {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.widget_section.py-8.content-layout.admissions-process.student-scholarships-new .student-scholarships1 h2 {

    color: #333;

}

.widget_section.py-8.content-layout.admissions-process.student-scholarships-new .student-scholarships {

    border-bottom: 4px solid #f6dd0f;

}

.full_width.py-8.widget_section.soil-admissions-process1 {

    margin: 60px 0px -60px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.harvard-case-study {

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/bg-pic-new.jpg);

	background-repeat: no-repeat;

	background-size: cover;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.harvard-case-study .industry-col {

    width: 23%;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.harvard-case-study .profile-based-des {

    color: #333;

    text-transform: inherit;

}

.wrapper_section.program.admissions-new-col.develop-excellence.admissions-process.capstone-project {

    padding: 60px 0px 40px 0px !important;

}

.design-bootcamps-new {

    background: #fff;

}

.widget_section.py-8.content-layout.admissions-process.industry-experiential-learning {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

	padding: 60px 0px !important;

}

.widget_section.py-8.content-layout.admissions-process.industry-experiential-learning .case-study-col {

    margin: 30px 0px 0px 0px;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.industry-experiential-learning img {

    height: 620px !important;

}

.wrapper_section.program.admissions-new-col.develop-excellence.admissions-process.capstone-project.industry-experiential-new {

    padding: 60px 0px 0px 0px !important;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.learn-analytics-business.logo-new-col1 {

    background: #fff;

    padding: 0px 0px 0px 0px !important;

	margin: -20px 0px 0px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.learn-analytics-business.logo-new-col1 .industry-col {

    width: 15.8% !important;

}

.wrapper_section.program.admissions-new-col.develop-excellence.admissions-process.capstone-project.industry-experiential-new p {

    padding-bottom: 0px;

    margin: 0px 0px -10px 0px;

}

.widget_section.py-8.content-layout.admissions-process.live-projects-new {

	background-image: url(https://www.soil.edu.in/wp-content/uploads/images/bg-pic-new.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	padding: 60px 0px !important;

	margin: 60px 0px;

}

.widget_section.py-8.content-layout.admissions-process.live-projects-new .industry-live-projects .industry-col img {

    width: 100px;

    display: inherit;

    margin: 0 auto;

}

.widget_section.py-8.content-layout.admissions-process.live-projects-new .industry-live-projects .industry-col::after {

    content: "";

    background: -webkit-linear-gradient(left, rgba(248, 221, 10, 1) 0%, rgba(248, 221, 10, 1) 12%, rgba(185, 217, 80, 1) 47%, rgba(185, 217, 80, 1) 100%);

    display: block;

    height: 5px;

    width: 100%;

    position: absolute;

    bottom: -4px;

}

.widget_section.py-8.content-layout.admissions-process.live-projects-new .industry-col h2 {

    color: #89ba3a;

    font-size: 20px;

}

.widget_section.py-8.content-layout.admissions-process.live-projects-new .industry-live-projects .industry-col {

	height: 430px;

    position: relative;

}

.widget_section.py-8.content-layout.admissions-process.live-projects-new .industry-top {

    margin: 30px 0px 0px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.learn-analytics-business.logo-new-col1.consulting-skills-development .industry-col {

    width: 19.2% !important;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs {

    background: #f7f7f7;

    margin: 60px 0px -60px 0px;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs .hed-col-1 {

    margin-bottom: 10px !important;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .pgdm-heading {

    border-left: 0px;

    font-size: 25px !important;

	text-transform: uppercase;

	padding-left: 0px;

	margin-bottom: 7px !important;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .industry-top.profile-based-evaluation {

    padding: 0px;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .line-div {

    background-color: #fff;

}

.logo-pic-new {

    float: left;

    margin: 0px 20px 10px 0px;

}

.social-sticky-new .icons_sticky {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.social-sticky-new .common_sticky p {

    color: #333;

}

.power-analytics .placements-new-col {

	width: 80%;

	margin: 0 auto;

}

.power-analytics .placements-new-col img {

    width: 100%;

}

.power-analytics .placements-new-col p {

    display: none;

}

.power-analytics-text {

	display: inherit !important;

	background-image: linear-gradient(to right, #f8dd0a , #b9d950);

	font-size: 20px;

	font-weight: 900;

	padding: 20px;

}

.power-analytics {

    padding: 50px 0px 10px 0px !important;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-admissions-process {

    background: none;

    box-shadow: inherit;

	padding: 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-talent {

    width: 100%;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-talent li {

	width: 150px !important;

	height: 150px;

    float: none;

	font-size: 16px !important;

	line-height: 25px !important;

	display: inline-table;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-talent li span {

    width: 100%;

    float: left;

    font-size: 20px;

    font-family: "Franklin Gothic", "Arial Black", sans-serif;

	padding: 24px 0px 0px 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .curriculum-top-col1 {

    width: 100%;

    float: left;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-admissions-des {

    padding: 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-admissions-col {

    width: 100%;

    padding: 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics {

    margin: 50px 0px 0px 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 {

    background: #fff;

	padding-bottom: 0px !important;

	margin: 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 .curriculum-top-col1 {

    width: 85%;

    float: none;

    margin: 0 auto;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 .soil-talent {

    width: 20%;

    float: left !important;

    display: inherit;

	padding: 20px !important;

	margin: 0px !important;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 .soil-talent-col p {

    text-align: left;

	padding: 45px 40px 0px 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 .soil-admissions-process {

    background: #fff;

    box-shadow: 0 0 1rem rgba(0,0,0,.15);

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function {

	padding: 50px 0px 60px 0px !important;

    margin: 10px 0px 0px 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function1 {

    width: 100%;

    float: left;

	display: flex;

	padding: 20px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-admissions-col {

    width: 100%;

	padding: 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-admissions-des {

    padding: 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-admissions-col h2 {

    background: #9ebe36;

    color: #fff;

	text-align: center;

    padding: 20px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-talent li {

	word-wrap: inherit;

    margin: 0px 1% !important;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-talent {

    width: 840px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .full_width.py-8.widget_section.soil-admissions-process1 {

    padding: 0px 0px 0px 0px !important;

    margin: 30px 0px 0px 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-admissions-process {

    margin: 0px;

}

.widget_section.py-8.content-layout.admissions-process.student-scholarships-new.business-examples {

    padding: 0px 0px 0px 0px !important;

    margin: 60px 0px -100px 0px;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.industry-experiential-learning.microsoft-partnership {

    margin: 40px 0px 0px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.microsoft-cloud-certification .industry-top.profile-based-evaluation {

    margin: 30px 0px 30px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.microsoft-cloud-certification {

    padding-bottom: 0px !important;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new img {

    height: 590px !important;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function2 {

    width: 30%;

    float: left;

    background: #9ebe36;

    padding: 0px 0px 0px 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function2 h2 {

    font-size: 30px;

    color: #fff;

    text-align: center;

    padding: 10px 0px;

    margin: 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function3 h2 {

    font-size: 30px;

    color: #fff;

    text-align: center;

	background: #9ebe36;

    padding: 10px 0px;

    margin: 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function3 {

    width: 70%;

    float: left;

    padding: 0px 0px 0px 20px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function4 {

    height: 211px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.widget_section.py-8.admissions.leaders-new-col.advisory-board-members {

    background: #fff;

    padding: 30px 0px 50px 0px !important;

}

.widget_section.py-8.content-layout.admissions-process.consortium-companies-new {

    background: #f7f7f7;

    padding: 50px 0px 40px 0px !important;

}

.widget_section.py-8.content-layout.admissions-process.consortium-companies-new .industry-consortium {

    margin: 0px 0px 0px 0px;

}

.full_width.py-8.widget_section.global-organizations-new .participating-companies-new1 .our-value-addition2 {

    width: 18.4%;

	margin: 0px 2% 2% 0px;

}

.full_width.py-8.widget_section.global-organizations-new .participating-companies-new1 .our-value-addition2:nth-child(5n) {

  margin-right: 0%;

}

.full_width.py-8.widget_section.global-organizations-new {

	padding: 50px 0px 60px 0px !important;

    margin: 0px 0px -10px 0px;

}

.our-value-addition.participating-companies.participating-companies-new1 {

    padding: 0px 0px 0px 0px !important;

}

.full_width_any.py-8.widget_section.pgpm-career-statistics.program-design-curriculum.career-transformation-new {

    margin: 0px 0px -60px 0px;

}

.importance-data-analytics1 {

    width: 100%;

    float: left;

	text-align: center;

	margin-top: 20px;

}

.importance-data-analytics2 {

    width: 200px;

	display: inline-block;

	margin: 0px 1% 20px 1%;

}

.importance-data-analytics2 span {

    font-family: "Franklin Gothic", "Arial Black", sans-serif;

    font-size: 35px;

    color: #333;

    background-image: linear-gradient(to right, #f8dd0a , #b9d950) !important;

    width: 150px !important;

    height: 150px;

    float: left;

    border-radius: 100px;

    display: flex;

    align-items: center;

    justify-content: center;

	margin: 0px 0px 0px 23px;

}

.importance-data-analytics2 p {

    width: 100%;

    float: left;

    text-align: center;

}

.importance-data-analytics3 .importance-data-analytics1 {

    width: 85%;

    float: none;

    margin: 0 auto;

    background: #fff;

    box-shadow: 0 0 1rem rgba(0,0,0,.15);

	display: inline-block;

	padding: 30px;

}

.importance-data-analytics3 .importance-data-analytics2 {

    float: left;

	margin: 0px 50px 0px 0px;

}

.importance-data-analytics3 {

    text-align: center;

	background-image: linear-gradient(to right, #f8dd0a , #b9d950) !important;

	padding: 60px 0px;

	margin-bottom: -10px;

}

.importance-data-analytics3 .importance-data-analytics1 p {

    text-align: left;

	padding: 60px 0px 0px 0px;

}

.importance-data-analytics3 .importance-data-analytics2 p {

    text-align: center;

	text-transform: uppercase;

	padding-top: 5px !important;

}

.importance-data-analytics3 .importance-data-analytics1 p strong {

    font-family: "Franklin Gothic", "Arial Black", sans-serif;

}

.academic-programs-menu .program-menu {

    width: 33%;

}

.academic-programs-menu {

    width: 100%;

}

.pgdm-academic-programs {

    width: 100%;

    float: left;

}

.pgdm-academic-programs img {

    height: auto;

    object-fit: cover;

}

.pgpm-academic-programs img {

    margin-bottom: 0px;

    height: inherit;

    object-fit: cover;

}

.pgpm-academic-programs {

    display: inherit !important;

}

.pgpm-academic-programs li p {

    height: inherit !important;

	padding: 0px 20px 15px 20px !important;

}

.pgpm-ad {

    padding: 60px 0px 60px 0px !important;

}

.pgpm-ad h2 {

    color: #333;

}

.pgpm-ad1 .spirituality-heading h3 {

    font-size: 35px;

	text-transform: inherit;

}

.pgpm-ad a {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

    color: #333;

}

.pgpm-ad2 {

    padding: 30px 0px 60px 0px !important;

}

.pgpm-ad a:hover {

    background-image: linear-gradient(to right, #f8dd0a , #b9d950);

}

.deadline-section2 {

    font-size: 25px !important;

	line-height: 30px;

	display: block;

	margin-top: 25px;

}

.strip-new .color_lime {

    width: 50%;

	text-align: center;

    background: #c9b189;

}

.strip-new .color_orange {

    width: 50%;

	text-align: center;

    background: #82bc41;

}

.strip-new .color_lime h2 {

	font-size: 28px;

    color: #dd6c0e;

    text-transform: uppercase;

}

.strip-new .color_lime p {

    color: #000;

    margin: 10px 0px 20px 0px !important;

}

.strip-new .color_lime .color-1, .strip-new .color_lime .color-2, .strip-new .color_lime .color-3 {

    font-family: "Franklin Gothic", "Arial Black", sans-serif;

    font-size: 22px;

    color: #fff;

    background: #82bc41;

    padding: 20px 20px 18px 20px;

    width: 50%;

    float: left;

    text-align: center;

    line-height: 30px;

	position: relative;

	border: 1px solid #d6d5d4;

}

.strip-new .color_lime .color-2 {

    background: #aeadd0;

}

.strip-new .color_lime .color-3 {

    background: #ecb125;

}

.strip-new .color_lime span {

    font-size: 30px;

}

.strip-new .color_lime img {

    width: 25px;

	position: absolute;

	right: 10px;

	bottom: 10px;

}

.strip-new .color_orange h2 {

	font-size: 28px;

    text-transform: uppercase;

}

.strip-new .color_orange p {

    margin: 10px 0px 20px 0px !important;

}

.pgdm-box-new {

    font-family: "Franklin Gothic", "Arial Black", sans-serif;

    font-size: 30px;

    color: #fff !important;

    background: #dd6c0c;

    padding: 20px 20px 18px 20px;

    width: 410px;

    text-align: center;

    line-height: 30px;

	position: relative;

	height: 130px;

	display: flex;

	align-items: center;

	justify-content: center;

	margin: 0 auto;

}

.pgdm-box-new img {

    width: 25px;

    position: absolute;

    right: 10px;

    bottom: 10px;

}

.strip-new .color_orange .pgdm-deadline {

    width: 100%;

    float: left;

	margin: 20px 0px 0px 0px !important;

}

.strip-new .color_lime .pgdm-deadline span {

    width: 100%;

    float: left;

    font-size: 22px;

    margin: 20px 0px 0px 0px;

}

.color-yellow {

    background: #ecb125;

}

.color-yellow:hover {

    background: #ca920c;

}

.pgpm-academic-programs .color-3 {

    width: 100%;

    background: #ecb125;

	margin-bottom: 0px;

}

.pgdm-academic-programs li {

    width: 100%;

    height: inherit;

}

.pgdm-academic-programs h6 {

    height: auto !important;

}

.academic-programs-new {

    width: 100%;

    float: left;

}

.academic-programs-new1 {

    width: 100%;

    float: left;

}

.academic-programs-new1 h6 {

    padding: 0px 20px 16px 20px !important;

}

.academic-programs-new1 .read_more {

    margin-bottom: 20px;

}

.academic-programs-new1 h3 {

    font-size: 30px !important;

}

.pgdm-academic-programs h3 {

    font-size: 30px !important;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new.industry-immersions-new {

    background: #fff;

    padding: 0px 0px 0px 0px !important;

    margin: 0px 0px 0px 0px;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new.himalayan-retreat-new {

    padding: 60px 0px 50px 0px !important;

	margin: 30px 0px 60px 0px;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new.himalayan-retreat-new img {

    height: 430px !important;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new.himalayan-retreat-new .himalayan-rural {

    margin: 0px;

}

.widget_section.py-8.content-layout.admissions-process.experiential-leadership-programs.benefit-new.himalayan-retreat-new.ethics-theatre-new {

    background: #f7f7f7;

    margin: 0px 0px -60px 0px;

}

.widget_section.py-8.content-layout.admissions-process.experiential-leadership-programs.benefit-new.himalayan-retreat-new.ethics-theatre-new .col_50.pr_40 {

    padding: 0px !important;

	margin: 40px 0px 20px 0px;

}

.widget_section.py-8.content-layout.admissions-process.experiential-leadership-programs.benefit-new.himalayan-retreat-new.design-bootcamps-new1 {

    background: #f7f7f7;

    margin: 40px 0px 60px 0px;

}

.widget_section.py-8.content-layout.admissions-process.experiential-leadership-programs.benefit-new.industry-immersions-new.social-innovation-program1 {

    padding: 0px 0px 0px 0px !important;

}

.box-new-col1 {

    width: 100%;

    float: left;

    margin-top: 0px !important;

}

.download-placement-reports2 ul li .read_more.button-2 {

    background: #f68026;

}

.download-placement-reports2 ul li .read_more.button-2:hover {

    background: #e1721d !important;

}

.new_blog_section h6 {

    font-size: 25px;

    line-height: 30px;

	color: #fa6b13;

	margin: 20px 0px 15px 0px;

}

.hrf-faq-list h3 {

    font-size: 20px !important;

}

.hrf-faq-list p {

    margin-bottom: 0px !important;

}

h3.hrf-title {

    font-size: 18px;

	color: #444444;

	background: #f8f8f8 !important;

	-webkit-touch-callout: none;

	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	outline-style: none;

	font-family: 'Franklin Gothic Book', arial;

	font-weight: 500;

	position: relative;

	font-size: 20px !important;

	padding: 10px 69px 10px 10px !important;

	margin: 0px 0px 0px 0px !important;

}

.hrf-title.close-faq span {

    width: 30px;

	height: 30px;

	display: inline-block;

	position: absolute !important;

	left: inherit !important;

	top: 15px !important;

	margin-right: 12px;

	margin-left: -42px;

	background: #444444 url(https://www.soil.edu.in/wp-content/plugins/html5-responsive-faq/images/open.png) no-repeat center center;

	right: 0;

}

.hrf-title.open-faq span {

    width: 30px;

	height: 30px;

	display: inline-block;

	position: absolute !important;

	left: 0;

	top: 15px !important;

	margin-right: 12px;

	margin-left: -42px;

	background: #444444 url(https://www.soil.edu.in/wp-content/plugins/html5-responsive-faq/images/close.png) no-repeat center center;

	right: 0;

}

.hrf-faq-list .hrf-entry {

    border: 1px solid #ddd !important;

    margin-bottom: 10px !important;

}

.pgdm-academic-programs .read_more {

    background: #82bc41;

    border: 1px solid #82bc41;

}

.pgdm-academic-programs .read_more:hover {

    background: #629825;

    border: 1px solid #629825;

}

.pgdm-academic-programs .color-1 .apply_now {

    background: #f58220;

    border: 1px solid #f58220;

}

.pgdm-academic-programs .color-1 .apply_now:hover {

    background: #dc6c0d;

    border: 1px solid #dc6c0d;

}

.pgdm-business-design1 {

    background: #fff;

    padding: 20px 0px 60px 0px !important;

}

.strip-new {

    display: none;

}

.three_item_section .pgdm-deadline {

    height: inherit;

	margin: 5px 0px 0px 0px;

}

.contain {

overflow-y: auto;

width: 100%;

margin: 25px 0px 0px 0px;

}

.data-wrap {

width: 1146px;

}

.data-wrap table {

width:100% !important;

}

.data-wrap table, th, td {

border-collapse: collapse;

}

.data-wrap th, td {

padding: 15px;

text-align: left;

}

.data-wrap th {

vertical-align: bottom;

}

.rotate {

height: 140px;

white-space: nowrap;

vertical-align:bottom;

font-size: 15px !important;

line-height: 20px;

margin-bottom:10px

}

.rotate > div {

transform: rotate(270deg);

width: 30px;

margin-bottom:-15px;

}

.rotate > div > span {

padding: 0px 10px;

margin-bottom: 0px;

display: block;

height: 30px;

}

.p-0 {

padding: 0 !important;

}

.border-b-0 {

border-bottom:0 !important;

border-left: 0px !important;

}

.border-t-0 {

border-top:0 !important;

}

.border-l-0 {

border-left:0 !important;

}

.border-r-0 {

border-right:0 !important;

}

.border-r-1 {

border-right:1px solid #fff !important;

}

.cus-design td {

border-left:none;

border-right:none

}

.cus-design table {

border:none;

}

.w-100 {

width:100%

}

.data-title {

width:100%;

background:#ab1c86;

text-align:center

}

.data-title h2 {

color: #fff !important;

font-size: 32px;

padding: 5px 0px;

width: 100%;

margin: 0px 0px 0px 0px !important;

}

.blue-bg {

background:#3156a6;

color:#fff;

}

.blue-bg td {

border-color:#fff !important;

color: #fff;

font-family: 'Franklin Gothic Book', arial;

padding: 16px;

}

.blue-bg tr {

border-color:#fff !important

}

.blue-bg table {

border-color:#fff !important;

}

.orange-bg {

background:#f17c2f;

color:#fff;

}

.yellow-bg {

background:#ffed03;

white-space:nowrap

}

.b-0 {

border:none;

}

.c-r{ color:red}

.col-s-3{ width:33.3%}

.col-s-2{ width:50%;}

.data-wrap table th {

    background: #3156a6;

    color: #fff;

    border: 1px solid #ccc !important;

}

.border-l-0.border-t-0.border-b-0.col-s-3 {

    padding: 15px 5px 15px 5px;

}

.p-0.cus-design .border-t-0.border-b-0 {

    border-right: 0px !important;

}

.border-t-0.border-l-0.border-r-0.table-new1 {

    height: 198px;

	border: 0px !important;

}

.border-t-0.border-l-0.border-r-0 div {

    transform: rotate(270deg);

    width: 30px;

	font-size: 15px;

    margin-bottom: -15px;

}

.border-t-0.border-b-0 div {

    transform: rotate(270deg);

	width: 130px;

	margin-bottom: 23px;

}

.border-t-0.border-b-0 div span {

    font-size: 15px;

    line-height: 20px;

}

.border-t-0.border-b-0.table2 div {

    margin-bottom: 36px;

}

.border-t-0.border-b-0.table3 div {

    margin-bottom: 10px;

}

.border-t-0.border-l-0.border-r-0.table4 div {

    margin-bottom: 0px;

}

.border-t-0.border-l-0.border-r-0.table5 .rotate.border-r-0 div {

    width: 0px;

    margin-bottom: -30px;

}

.table6 {

    border: 2px solid #81ba49;

    padding: 5px 5px 5px 5px;

}

.text-new3 {

    width: 100%;

    font-size: 14px !important;

    text-align: center;

}

.new_blog_section h3 {

    font-size: 25px;

    line-height: 30px;

    color: #fa6b13;

	margin: 20px 0px 15px 0px;

}

.new_blog_section h3 strong {

    font-family: "Franklin Gothic", "Arial Black", sans-serif !important;

    font-weight: 400 !important;

}

.new_blog_section h2 {

    font-size: 25px;

    line-height: 30px;

    color: #fa6b13;

	margin: 20px 0px 15px 0px;

}

.new_blog_section h2 strong {

    font-family: "Franklin Gothic", "Arial Black", sans-serif !important;

    font-weight: 400 !important;

}

.popular-posts-section {

    width: 100%;

    float: left;

    margin: 50px 0px 0px 0px;

}

.popular-posts-section h6 {

    font-family: 'Franklin Gothic Book', arial;

}

.popular-posts-section .blog_plus::before {

    display: none;

}

.popular-posts-section h2 {

    font-size: 18px;

	color: #000;

    line-height: 28px;

    text-transform: uppercase;

    margin: 15px 0px 15px 0px;

}

.popular-posts-section a {

    font-size: 16px;

    color: #008037;

    font-family: 'Franklin Gothic Book', arial;

    text-decoration: underline;

}

.popular-posts {

    width: 100%;

    float: left;

    margin: 10px 0px 30px 0px;

}

.popular-posts-section h2 a {

    font-family: "Franklin Gothic", "Arial Black", sans-serif;

    font-size: 18px;

    line-height: 28px;

    color: #000;

    text-decoration: none;

}

.popular-posts img {

    width: 100%;

}

.wrapper_section.py-8.program.widget_section.future-gradutes-top.deadline-new {

    display: none !important;

}

.mb_10 {

    margin-bottom: 10px;

}

.widget_section.content-layout.admissions-process.pb_8.placements .curriculum-top-col2 {

    background: #606f44;

}

.widget_section.content-layout.admissions-process.pb_8.placements .color-1 {

    background: #e17e23;

}

.widget_section.content-layout.admissions-process.pb_8.placements .color-2 {

    background: #ecb920;

}

.widget_section.content-layout.admissions-process.pb_8.placements .color-3 {

    background: #017f8d;

}

.widget_section.content-layout.admissions-process.pb_8.placements .color-4 {

    background: #055169;

}

.widget_section.content-layout.admissions-process.roles-offered-new {

    background: #fbfbfb;

    padding: 60px 0px 50px 0px !important;

    margin: 0px 0px 60px 0px;

}

.specializations-offered-new .student-life-tab {

    width: 33.3%;

}

.specializations-offered-new .student-life-tab.color-4 a {

    margin-right: 0%;

}

.content-new {

    width: 100%;

    float: left;

    margin: 0px 0px 10px 0px;

}

.mb-60 {

    margin-bottom: 60px !important;

}

.blog_inner_page_content .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li {

    box-shadow: none;

}

.blog_inner_page_content .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_date {

    padding: 10px 0px;

}

.blog_inner_page_content .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li .blog_admin_post {

    padding: 0px;

}

.blog_inner_page_content .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li p {

    padding: 0px 0px 15px 0px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li:hover {

    background: #f7f7f7;

}

.blog_inner_page_content .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li:hover {

	background: none;	

}

.admissions-resources-sec {

    padding: 0px 0px 0px 0px !important;

	margin-top: -30px;

}

.admissions-resources-sec .color-1 {

    border-bottom: 4px solid #c9b189;

}

.admissions-resources-sec .color-2 {

    border-bottom: 4px solid #ec6e31;

}

.admissions-resources-sec .color-3 {

    border-bottom: 4px solid #9fc540;

}

.admissions-resources-sec .color-4 {

    border-bottom: 4px solid #eaa536;

}

.campus-visit .who-should-col img {

    float: none;

    width: 80px;

	margin: 0px 0px 20px 0px;

}

.campus-visit .who-should-col {

    width: 23.3%;

    height: 235px !important;

}

.campus-visit {

    width: 100%;

    float: left;

    margin: 60px 0px 0px 0px;

}

.profile-evaluated .industry-col {

    height: 90px;

    display: flex;

    align-items: center;

    justify-content: center;

    float: left;

    width: 22.9%;

	padding: 0px !important;

}

.profile-evaluated .button-col {

    display: inherit;

    width: 98%;

    float: left;

    text-align: right;

}

.get-connected ul li p {

    color: #333 !important;

}

.get-connected .button-col {

    width: 100%;

    float: left;

    text-align: right;

}

.get-connected .button-col a {

    color: #333;

}

.get-connected ul li {

    display: inherit;

	height: inherit !important;

}

.get-connected {

    width: 100%;

    float: left;

    margin: 60px 0px 0px 0px;

}

.admissions-event {

    width: 100%;

    float: left;

}

.event-heading {

    font-size: 25px;

    margin-top: 40px;

}

.admissions-event table {

    margin-bottom: 0px;

}

.admissions-event .admissions-resources-col:nth-child(2) {

  background: red;

}

.mr-0 {

	background: none !important;

    margin-right: 0px;

}

.admissions-resources-new {

    margin-right: 2% !important;

}

.admissions-event .admissions-resources-col {

    margin-bottom: 3%;

}

.admissions-event .evaluation-criteria {

    background: #fff;

    padding: 10px 0px 0px 0px !important;

}

.admissions-event-content {

    padding-bottom: 0px;

}

.admissions-event-content1 {

    width: 100%;

    float: left;

    color: #000 !important;

	margin-top: -20px;

}

.admissions-collaterals .who-should-col {

    width: 23.5%;

	height: inherit !important;

	padding: 0px;

	margin-bottom: 2%;

}

.admissions-collaterals .who-should-col img {

    width: 100%;

	margin: 0px 0px 16px 0px;

}

.admissions-collaterals-content {

    padding: 0px 10px 10px 10px;

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

	color: #fff;

	font-weight: 700;

}

.admissions-collaterals .who-should-col.color-1 {

    background: #9fc540;

}

.admissions-collaterals .who-should-col.color-2 {

    background: #75a9c2;

}

.admissions-collaterals .who-should-col.color-3 {

    background: #eaa536 !important;

}

.admissions-collaterals .who-should-col.color-4 {

    background: #ec6e31 !important;

}

.admissions-resources-sec .experiential-immersions-text {

    height: 115px;

}

.admissions-collaterals {

    width: 100%;

    float: left;

    margin: 0px 0px 0px 0px;

}

.contact-new1 {

    width: 100%;

    float: left;

}

.contact-new-content {

    width: 50%;

    float: left;

	text-align: center;

	padding: 0px 50px;

}

.contact-new-pic {

    width: 50%;

    float: right;

}

.contact-new-pic img {

    width: 100%;

	height: 695px;

	object-fit: cover;

}

.contact-new-content h2 {

    font-size: 35px;

    text-transform: uppercase;

	position: relative;

	margin-bottom: 50px;

}

.contact-new-content p {

    font-size: 18px;

    font-weight: 700;

    margin: 10px 0px 0px 0px;

}

.contact-form-new {

    width: 100%;

    float: left;

	margin-top: 30px;

}

.contact-field {

    width: 46.3%;

	float: left;

	margin: 0px 3% 0px 0px;

}

.contact-field input {

    width: 100%;

	color: #000;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

    border-bottom: 1px solid #ddd;

}

.contact-field-new {

    width: 100%;

    float: left;

	margin-top: 10px;

}

.contact-field-new input {

    width: 96%;

	color: #000;

	font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

    border-bottom: 1px solid #ddd;

}

.contact-form-new .submit-button input {

    border: 0;

    height: 50px;

    background: #89ba3a;

    width: 280px;

    font-size: 20px;

    margin-top: 50px;

}

.contact-new-content a {

    color: #89ba3a;

}

.contact-new-content h2::after {

    content: "";

    height: 3px;

    width: 103px;

    background-color: #89ba3a;

    display: inline;

    position: absolute;

    bottom: -10px;

    margin: 0 auto;

    left: 0;

    right: 0;

}

.contact-new {

    padding-bottom: 0px !important;

    margin: 10px 0px -60px 0px;

}

.pgdm-admissions-resources .color-1 {

    border-bottom: 4px solid #606f44;

}

.pgdm-admissions-resources .color-2 {

    border-bottom: 4px solid #e17e20;

}

.pgdm-admissions-resources .color-3 {

    border-bottom: 4px solid #ecb920;

}

.pgdm-admissions-resources .color-4 {

    border-bottom: 4px solid #017f8d;

}

.pgdm-campus-visit {

    background: #dcb627;

}

.pgdm-campus-visit .button-col a {

    color: #333;

}

.pgdm-profile-evaluated .industry-col.color-1 {

    background: #606f44;

    border-bottom: 0px !important;

}

.pgdm-profile-evaluated .industry-col.color-2 {

    background: #e17e23;

    border-bottom: 0px !important;

}

.pgdm-profile-evaluated .industry-col.color-3 {

    background: #ecb920;

    border-bottom: 0px !important;

}

.pgdm-profile-evaluated .industry-col.color-4 {

    background: #017f8d;

    border-bottom: 0px !important;

}

.pgdm-get-connected {

    background: #e5e5e5;

}

.pgdm-get-connected::before {

    display: none;

}

.pgdm-admissions-collaterals {

    background: #e5e5e5;

}

.pgdm-admissions-collaterals .who-should-col.color-1 {

    background: #606f44;

}

.pgdm-admissions-collaterals .who-should-col.color-2 {

    background: #e17e23;

}

.pgdm-admissions-collaterals .who-should-col.color-3 {

    background: #ecb920;

}

.pgdm-admissions-collaterals .who-should-col.color-4 {

    background: #017f8d !important;

}

.pgdm-contact-new .contact-new-content h2::after {

    display: none;

}

.pgdm-contact-new .contact-new-content h2 {

    text-align: left;

	margin: 0px auto 30px !important;

	width: 235px;

	font-size: 35px !important;

}

.pgdm-contact-new .contact-new-content p {

    margin: 0px 0px 0px 0px;

}

.pgdm-contact-new .submit-button input {

    margin-top: 40px;

}

.admissions-event .admissions-resources-col {

    width: 23.5%;

}

.admissions-resources-new1 {

    background: none !important;

}

.resource-form .wpcf7-form-control-wrap {

    width: 100%;

    float: left;

    border-bottom: 1px solid #ddd;

    margin-bottom: 10px;

}

.resource-form .wpcf7-form-control-wrap input {

    width: 100%;

    font-family: 'Franklin Gothic Book', arial;

    font-size: 16px;

    color: #000;

}

.resource-form .wpcf7-form-control-wrap textarea {

    width: 100%;

    font-family: 'Franklin Gothic Book', arial;

    font-size: 16px;

    color: #000;

    height: 100px;

}

.resource-form .wpcf7-form-control-wrap.Name {

    width: 48%;

    float: left;

}

.resource-form .wpcf7-form-control-wrap.email-560 {

    width: 46%;

    float: right;

}

.resource-form br {

    display: none;

}

.summer-internships-new img {

    float: right;

    width: 500px;

    margin: 0px 0px 10px 60px;

}

.objectives-internships .career_section ul li {

    display: inherit;

    width: 33% !important;

	height: inherit;

    padding: 0px 20px 0px 20px;

    margin: 30px 0px 20px 0px;

}

.objectives-internships .career_section ul li img {

    width: 100px;

    margin-bottom: 15px;

}

.summer-internships-new {

    padding-bottom: 10px !important;

}

.internship-process-new .why-internships {

    background: none;

    padding: 0px !important;

    margin-top: 20px;

}

.internship-process-new .full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col {

    width: 20% !important;

	height: 315px;

}

.internship-process-new {

	padding-bottom: 0px !important;

    margin: 50px 0px 0px 0px;

}

.resume-overall-preparation .industry-top.profile-based-evaluation.application-cycles-hr.application-cycles-new.application-cycles-bl .industry-col {

	height: 90px;

	display: flex;

	align-items: center;

	justify-content: center;

	float: left;

    padding: 20px 0px 20px 0px;

}

.resume-overall-preparation {

    padding-bottom: 50px !important;

}

.resume-overall-preparation .application-cycles-hr {

    margin: 30px 0px 20px 0px;

}

.resume-overall-preparation .industry-top.profile-based-evaluation.application-cycles-hr.application-cycles-new.application-cycles-bl .industry-col h2 {

    height: 90px;

	display: flex;

	align-items: center;

	justify-content: center;

}

.pre-placement-talks {

    margin: 60px 0px 0px 0px;

}

.student-application-shortlist {

    background: #f7f7f7;

    padding: 60px 0px 60px 0px !important;

}

.internship-evaluation-report .industry-top.profile-based-evaluation.application-cycles-hr.application-cycles-new.application-cycles-bl .industry-col {

    width: 31.5%;

}

.recruit-soil a {

    color: #9fc540;

}

.recruit-soil {

    margin: 50px 0px 0px 0px;

}

.internship-evaluation-report {

    padding-bottom: 30px !important;

	margin-top: 40px;

}

.internship-process-new .full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col h2 span {

    width: 50px;

    height: 50px;

    background: #fff;

    color: #000;

    display: flex;

    font-size: 30px;

    font-weight: 900;

    font-family: "Franklin Gothic", "Arial Black", sans-serif;

    align-items: center;

    justify-content: center;

    border-radius: 50px;

	margin: 10px auto 20px;

}

.pgpm-admissions-resources .color-1 {

    border-bottom: 4px solid #aeadd0;

}

.pgpm-admissions-resources .color-2 {

    border-bottom: 4px solid #98c7c2;

}

.pgpm-admissions-resources .color-3 {

    border-bottom: 4px solid #c7c881;

}

.pgpm-admissions-resources .color-4 {

    border-bottom: 4px solid #e89ea6;

}

.pgpm-profile-evaluated .industry-col.color-1 {

    background: #aeadd0;

    border-bottom: 0px !important;

}

.pgpm-profile-evaluated .industry-col.color-2 {

    background: #98c7c2;

    border-bottom: 0px !important;

}

.pgpm-profile-evaluated .industry-col.color-3 {

    background: #c7c881;

    border-bottom: 0px !important;

}

.pgpm-profile-evaluated .industry-col.color-4 {

    background: #e89ea6;

    border-bottom: 0px !important;

}

.pgpm-admissions-collaterals .who-should-col.color-1 {

    background: #aeadd0;

}

.pgpm-admissions-collaterals .who-should-col.color-2 {

    background: #98c7c2;

}

.pgpm-admissions-collaterals .who-should-col.color-3 {

    background: #c7c881 !important;

}

.pgpm-admissions-collaterals .who-should-col.color-4 {

    background: #e89ea6 !important;

}

.link-new {

    float: none !important;

    color: #89ba3a !important;

}

.contact-form-new .res-submit {

    border: 0 !important;

	height: 50px;

	background: #89ba3a !important;

	width: 280px;

	font-size: 20px;

	margin: 50px auto 0px;

	display: inline;

}

.admissions-collaterals .who-should-col a {

    margin-top: 0px;

}

.admissions-collaterals .who-should-col br {

    display: none;

}

.admissions-collaterals .who-should-col p {

    display: none;

}

.admissions-collaterals .who-should-col .admissions-collaterals-content {

    display: flex;

}

.call_section a {

    font-family: 'Franklin Gothic Book', arial;

    font-size: 18px;

    color: #fff;

    background: #82bc41;

    padding: 3px 10px 3px 10px;

    margin: 0px 0px 0px 10px;

}

.blog-new-col .might_section_img_box {

    width: 30%;

    float: right;

}

.blog-content {

    width: 70%;

    float: left;

	padding-right: 40px;

}

.blog_box.three_column.blog-new-col li:last-child {

	border-bottom: 0px;

    margin-bottom: 0px !important;

}

.blog_inner_page_content.blog-new {

    margin-bottom: 60px !important;

}

.text-new {

    font-weight: 700;

}

.tour .wpcf7-list-item input {

    width: auto;

    margin: 0px 5px 0px 0px;

}

.tour .wpcf7-list-item {

	width: 17%;

    font-family: 'Franklin Gothic Book', arial;

	font-size: 18px;

    margin: 10px 20px 10px 0px;

}

.tour .wpcf7-form-control.wpcf7-radio {

    width: 100%;

    float: left;

	margin: 0px 0px 15px 0px;

}

.type .wpcf7-list-item {

    width: 17%;

}

.tour .form-field-col1 {

    width: 20%;

}

.tour .form-field {

    width: 80%;

}

.tab2 .new_blog_section {

    width: 100% !important;

}

.pic-new1 {

    width: 198px !important;

    float: left;

    margin: 0px 30px 0px 0px;

}

.home #siteheader {

    margin-top: 93px;

}

.program-menu-new {

	font-family: 'Franklin Gothic Book', arial;

    font-size: 18px !important;

    color: #fff !important;

	font-weight: 700;

    text-transform: inherit !important;

    margin: 0px 15px 0px 0px;

}

.blog-banner {

    margin-top: 40px;

}

.content-new1 {

    height: 55px;

    font-family: ProximaNova-Regular;

    font-size: 18px;

    color: #fff;

    line-height: 25px;

    padding: 0px 0px 0px 0px;

    margin: 0px 0px 0px 0px;

}

p {

    font-weight: 500;

}

.funding-options-new .international-exchange {

  width: 18%;

}

.funding-options-new .international-exchange.color-4 a {

  font-family: 'Franklin Gothic Book', arial;

  font-size: 18px;

  border: 2px solid #eaa536;

  padding: 7px 12px;

}

.funding-options-new .international-exchange.color-4 {

  border-bottom: 4px solid #eaa536;

  padding: 0px 0px 20px 0px;

}

.funding-options-new .international-exchange.color-4 a:hover {

  color: #fff;

  background: #eaa536;

}

.menu-box-new {

  width: 100%;

  float: left;

}

.menu-box-new ul {

  border: 0px !important;

  padding: 0px 0px 0px 0px !important;

  margin: 0px 0px 0px 0px !important;

}

.menu-box-new ul li {

  width: 100% !important;

  float: left;

  font-family: 'Franklin Gothic Book', arial;

  font-size: 18px;

  color: #fff;

  font-weight: 500;

  background-image: url(https://www.soil.edu.in/wp-content/uploads/images/mega-menu-icon.png);

  background-repeat: no-repeat;

  background-position: 0px 11px;

  padding: 6px 0px 0px 25px !important;

}

.menu-box-new ul li a {

  font-weight: 500 !important;

  text-decoration: underline;

  text-transform: inherit !important;

}

.academic-programs-menu .pgdm-deadline {

  color: #fafa01 !important;

  font-weight: 700;

}

.video-cen {

	width: 70%;

	text-align: center;

	position: relative;

	padding-bottom: 39% !important;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000;

	display: inherit !important;

	margin: 10px auto 30px !important;

}

.video-cen iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.content-new2 {

  padding: 0px 100px 0px 0px;

}

.hr-faqs-section {

  width: 100%;

  float: left;

  margin: 20px 0px -80px 0px;

}

.hr-faqs-section .question_section.tab-col.term-1 {

  padding-top: 10px !important;

}

.download-placement-reports2.download-placement-reports3 ul li {

  width: 32.6% !important;

}

.modal-new {

  display: block;

  position: fixed;

  z-index: 99999;

  padding-top: 100px;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgb(0,0,0);

  background-color: rgba(0,0,0,0.4);

}

.modal-content-new {

  width: 50%;

  background-color: #fefefe;

  border: 1px solid #888;

  position: relative;

  padding: 0px;

  margin: 110px auto 0px;

}

.close-new {

  color: #000;

  float: right;

  font-size: 28px;

  font-weight: bold;

  position: absolute;

  right: 15px;

  top: 5px;

}

.close-new:hover,

.close-new:focus {

  color: #000;

  text-decoration: none;

  cursor: pointer;

}

.modal-content-new img {

  width: 100%;

}

.popup-button {

  display: none;

}

.thank-new-section {

  width: 100%;

  float: left;

  background: #9ebe24;

  padding: 30px 0px 30px 0px;

  margin: 0px 0px 0px 0px;

}

.thank-new {

  width: 100%;

  float: left;

}

.thank-new-content {

  width: 70%;

  float: left;

}

.thank-new-button {

  width: 30%;

  float: left;

  text-align: center;

  margin-top: 18px;

}

.thank-new-content p {

  font-size: 28px;

  color: #fff;

  line-height: 40px !important;

  text-align: center;

  padding-bottom: 0px;

}

.thank-new-button a {

  font-size: 20px !important;

  color: #9ebe24;

  background: #fff;

  float: none;

  width: 180px;

  line-height: inherit;

  padding: 10px 10px;

  margin: 0 auto;

}

.thank-you p a {

  float: none;

  font-size: 20px;

  line-height: inherit;

  display: initial;

  color: #f58220;

  font-family: 'Franklin Gothic Book', arial;

  margin: 0px 0px 0px 0px;

}

.thank-new-button p {

  font-family: "Franklin Gothic", "Arial Black", sans-serif !important;

  font-size: 20px !important;

  color: #9ebe24;

  background: #fff;

  float: none;

  width: 180px;

  line-height: inherit;

  padding: 10px 10px;

  margin: 0 auto;

}

.blog-form-new label {

  display: inherit;

}

.blog-form-new label input {

  height: 40px;

  font-size: 16px;

  display: inherit;

  margin: 5px 0px 5px 0px;

}

.blog-form-new .submit-button input {

  width: 140px !important;

  display: initial;

  background: #fa6b13 !important;

  font-size: 20px !important;

  color: #fff !important;

  text-decoration: none !important;

  padding: 0px 0px 0px 0px !important;

  margin: 0px 0px 0px 0px !important;

}

.blog-form-new .form-field-col .form-field-col1 {

  width: 100%;

}

.blog-form-new .form-field-col .form-field {

  width: 100%;

}

.blog-form-new .form-text {

  color: #fff;

  text-align: center;

  padding-bottom: 5px;

  margin: 0px 0px 0px 0px;

}

.blog-form-new {

  width: 100%;

  float: left;

  background: #89ba3a;

  padding: 20px 20px;

  margin: 20px 0px 50px 0px;

}

.blog-form-new label select {

  height: 40px;

  font-family: 'Franklin Gothic Book', arial;

  font-size: 16px;

  background-size: 15px 10px;

  background-position: 97% 14px !important;

  padding: 0px 15px;

  margin: 5px 0px 5px 0px;

}

.blog-form-new input {

  display: inherit;

}

.blog-form-new .wpcf7-list-item-label {

  width: 90%;

  float: right;

}

.blog-form-new h2 {

  color: #fff;

  text-align: center;

  text-transform: uppercase;

  margin: 20px 0px 5px 0px;

}

.blog-form-new .wpcf7-not-valid-tip {

  font-family: 'Franklin Gothic Book', arial;

  font-size: 16px;

  color: #fff;

}

.blog-form-new .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {

  font-family: 'Franklin Gothic Book', arial;

  font-size: 18px;

  color: #fff;

  text-align: center;

  border: 0px;

  display: inherit !important;

}

.blog-form-new .form-field-col {

  width: 49%;

  margin: 0px 0.5% 2px 0.5%;

}

.ms-skin-light-6 .ms-nav-next {

  z-index: -0 !important;

}



.news-col.media-even h2 a{  

color: #008037;

    font-size: 22px;

    line-height: 30px !important; text-transform: uppercase;}

.media-even .date{    font-weight: 300;

    font-family: "Franklin Gothic", "Arial Black", sans-serif !important; font-size: 16px !important;text-transform: uppercase;}





@media(max-width:1873px) {

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .curriculum-top-col1 {

    width: 100%;

}

}

@media(max-width:1850px) {

.widget_section.py-8.admissions.projects-bootcamps.analytics-business .experiential-immersions-text {

    height: 155px !important;

}

}

@media(max-width:1782px) {

.learning-outcomes-top.learning-outcomes-hr.learning-outcomes-col .learning-outcomes-top1 {

    height: 355px;

}

}

@media(max-width:1779px) {

.full_width.py-8.widget_section.program-key-highlights .profile-based-des {

    height: 145px !important;

}

}

@media(max-width:1786px) {

.admissions-resources-sec .experiential-immersions-text {

    height: 145px;

}

}

@media(max-width:1710px) {

.learning-framework .experiential-immersions-text {

    height: 210px !important;

}

}

@media(max-width:1700px) {

.data-wrap {

    width: 950px;

}

.data-title {

    width: 950px;

}

}

@media(max-width:1621px) {

.widget_section.py-8.admissions.learning-framework.beyond-classroom-experiences .experiential-immersions-text {

    height: 180px !important;

}

.learning-outcomes-top.learning-outcomes-hr.learning-outcomes-col .learning-outcomes-top1 {

    height: 385px;

}

}

@media(max-width:1621px) {

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-talent li {

	width: 130px !important;

	height: 130px;

    margin: 0px 0.5% !important;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-talent {

    width: 690px;

}

}

@media(max-width:1596px) {

.projects-bootcamps .experiential-immersions-text {

    height: 180px !important;

}

}

@media(max-width:1479px) {

.type .wpcf7-list-item {

    width: 28%;

}

}

@media(max-width:1471px) {

.admissions-resources-sec .experiential-immersions-text {

    height: 175px;

}

}

@media(max-width:1467px) {

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new img {

    height: 630px !important;

}

}

@media(max-width:1455px) {

.full_width.py-8.widget_section.program-key-highlights .profile-based-des {

    height: 185px !important;

}

}



@media(max-width:1426px) {



.news-col h2{ height: 140px;}

}





@media(max-width:1380px) {

.new_blog_section .new_blog_right_sidebar {

    padding-left: 20px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 175px !important;

}

.button-new-col1 h2 {

    font-size: 34px;

}

.content-new {

    width: 590px;

}

.internship-evaluation-report .industry-top.profile-based-evaluation.application-cycles-hr.application-cycles-new.application-cycles-bl .industry-col {

    width: 31.3%;

}

}



@media(max-width:1357px) {

.space-set .exc .program-menu-text {height: 70px;}

}



@media(max-width:1283px) {

.learning-outcomes-top.learning-outcomes-hr.learning-outcomes-col .learning-outcomes-top1 {

    height: 475px !important;

}

}

@media(max-width:1257px) {

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.industry-experiential-learning img {

    height: 690px !important;

}

}

@media(max-width:1245px) {

.learning-outcomes-top.learning-outcomes-hr.learning-outcomes-col .learning-outcomes-top1 {

    height: 505px !important;

}

}

@media(max-width:1242px) {

.full_width.py-8.widget_section.relevant.academic-programs.soil-upcoming-events.important-admissions-notification .date {

    height: 60px !important;

}

}

@media(max-width:1165px) {

.learning-outcomes-top.learning-outcomes-hr.learning-outcomes-col .learning-outcomes-top1 {

    height: 535px !important;

}

.curriculum-hr .who-should-col {

    height: 248px !important;

}

}

@media(max-width:1472px) {

.widget_section.py-8.admissions.projects-bootcamps.analytics-business .experiential-immersions-text {

    height: 185px !important;

}

}

@media(max-width:1219px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 215px !important;

}

}

@media(max-width:1217px) {

.widget_section.py-8.admissions.projects-bootcamps.analytics-business .experiential-immersions-text {

    height: 215px !important;

}

}

@media(max-width:1081px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 255px !important;

}

}

@media(max-width:1060px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 160px;

}

}

@media(max-width:1016px) {

.curriculum-hr .who-should-col {

    height: 278px !important;

}

}



@media (max-width: 1004px){

.news-col.media-even h2 {

    height: 190px;

}

}



@media(max-width:995px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 295px !important;

}

}

@media(max-width:952px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 190px;

}

}

@media(max-width:900px) {

.new_blog_section .new_blog_left_sidebar {

    width: 100%;

}

.new_blog_section .new_blog_right_sidebar {

    width: 100%;

}

.new_blog_section .new_blog_left_sidebar {

    position: inherit;

    height: inherit;

	background: none;

	padding: 0px;

    margin-bottom: 40px;

}

.new_blog_section .new_blog_right_sidebar {

	padding: 0px;

}

.inner-page .blog_wrapper_full .inner-pic img {

    height: inherit !important;

}



.tab1 input {

  opacity: 0;

  z-index: -1;

}

.tab1 {

  width: 100%;

  color: #fff;

  overflow: hidden;

  display: none;

  margin-top: -20px;

}

.tab-label {

    display: -webkit-box;

	display: flex;

	-webkit-box-pack: justify;

	justify-content: space-between;

	background: #fa6b13;

	cursor: pointer;

	font-family: "Franklin Gothic", "Arial Black", sans-serif;

	font-size: 20px;

	padding: 10px 15px;

}

.tab-label::after {

  content: "\276F";

  width: 1em;

  height: 1em;

  text-align: center;

  -webkit-transition: all .35s;

  transition: all .35s;

  float: right;

  margin-top: 1px;

}

.tab-content1 {

  max-height: 0;

  padding: 0 1em;

  color: #2c3e50;

  background: white;

  -webkit-transition: all .35s;

  transition: all .35s;

}

.tab-close {

  display: -webkit-box;

  display: flex;

  -webkit-box-pack: end;

          justify-content: flex-end;

  padding: 1em;

  font-size: 0.75em;

  background: #2c3e50;

  cursor: pointer;

}

.tab-close:hover {

  background: #1a252f;

}



input:checked + .tab-label::after {

  -webkit-transform: rotate(90deg);

          transform: rotate(90deg);

  margin-top: 3px;

}

input:checked ~ .tab-content1 {

  max-height: 100vh;

  padding: 1em;

}

.tab1 input, .tab1 label {

    display: inherit;

}

.blog-menu h6 {

    padding: 10px 0px 5px 0px;

}

.new_blog_section .new_blog_left_sidebar .blog_search_box {

    margin-bottom: 30px;

}

.popular-posts-section {

    display: none;

}

.inner-page .new_blog_right_sidebar {

   padding: 0px 0px 40px 0px !important;

}

}

@media(max-width:650px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li {

    width: 100%;

    margin: 0px 0% 30px 0px;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full img {

    height: inherit;

}

.new_blog_section .new_blog_right_sidebar .latest_top_blog {

    display: inherit;

}

.new_blog_section .new_blog_right_sidebar .latest_top_blog li {

    width: 100%;

    margin: 0px 0px 20px 0px;

}

.new_blog_section .new_blog_right_sidebar .latest_top_blog li h4 {

    min-height: inherit;

}

}











	

/* New Blog Page property End */



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

.popup-box {

	width: 70%

}

.popup-new {

	width: 70%

}

}



@media(max-width:1896px) {

.tabcontent-new {

	width: 71%;

	padding: 0 12px 0 0

}

.industry-experiential-tab {

	width: 25%

}

.speak_section img {

	width: 177px

}

.alumni-speak-col {

	width: 100%;

	float: left;

	margin-top: 10px

}

.speak_section ul li {

	height: 350px

}

.speak_section ul li p {

	padding-bottom: 0

}

.participating-companies-col {

	height: 450vh

}

.video-box {

	bottom: 44%

}

}



@media(max-width:1889px) {

.pgdm-social-innovation .industry-col {

	width: 23.7%

}

}



@media(max-width:1848px) {

.soil-hr-legacy .tabcontent-new {

	width: 71%

}

}



@media(max-width:1842px) {

.industry-academy.pgdm-career-learning.other-experiential-highlights.learning-outcomes .industry-col {

	height: 260px

}

}



@media(max-width:1838px) {

.profile_section ul.four_column li {

	height: 160px

}

.popular_section .title {

	font-size: 35px!important

}

.member_section ul li {

	margin-bottom: 14px

}

.spaek-col {

	float: left;

	width: 100%;

	margin-top: 20px

}

.title {

	line-height: 46px

}

.faculty-inner-top h1::before {

	bottom: -8px

}

.faculty-inner .title::before {

	bottom: 0

}

.faculty-inner .title {

	margin-bottom: 26px

}

.career-impact-heading1 {

	margin-bottom: 3px

}

}



@media(max-width:1827px) {

.experiential-immersions-hr .experiential-immersions-col h2 {

	height: 50px;

}

.learning-framework .experiential-immersions-col h2 {

    height: inherit !important;

}

.projects-bootcamps .experiential-immersions-col h2 {

    height: inherit !important;

}

}



@media(max-width:1825px) {

.experiential-immersions-hr .experiential-immersions-text {

	height: 245px

}

}



@media(max-width:1824px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col .experiential-immersion-text {

	height: 125px!important

}

}



@media(max-width:1807px) {

.student-scholarships1, .student-scholarships2 {

	height: 272px

}

}



@media(max-width:1794px) {

.experiential-immersion-text {

	height: 300px!important

}

.design-new3 .middle-container {

	padding-bottom: 35.7%!important

}

}



@media(max-width:1789px) {

.student_life_section ul li {

	height: 255px

}

}



@media(max-width:1776px) {

.placement-Overview-hr .curriculum-top-col3 li {

	display: inherit!important

}

.placement-Overview-hr .curriculum-top-col3 li h3 {

	margin: 0

}

}



@media(max-width:1767px) {

.who-should-col p {

	width: 80%

}

}



@media(max-width:1757px) {

.pgdm-social-innovation .industry-col {

	width: 23.5%

}

}



@media(max-width:1750px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col {

	height: 235px

}

}

@media(max-width:1730px) {

.pgpm-academic-programs li p {

    height: 110px !important;

}

.pgdm-academic-programs p {

    height: 110px;

}

}



@media(max-width:1729px) {

.soil-hr-legacy .tabcontent-new {

	width: 69%

}

}



@media(max-width:1725px) {

.clubs-associations-col {

	height: 200px

}

.curriculum-div-col .clubs-associations-col {

	height: 170px

}

}



@media(max-width:1724px) {

.academic-programs ul li h6 {

	height: inherit

}

}



@media(max-width:1723px) {

.speak_section ul li {

	height: 380px

}

.profile_section ul.four_column li h3 {

	font-size: 33px;

	line-height: 25px

}

.profile_section ul.four_column li {

	height: 133px

}

.alumni-speak-new ul li {

	height: 375px!important

}

.pgdm-class-Profile li {

	height: 150px!important

}

}



@media(max-width:1722px) {

.curriculum .who-should-col {

	height: 250px

}

.industry-academy .industry-col p {

	text-align: center

}

.industry-academy .industry-col {

	height: 80px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .experiential-immersion-text {

	height: 150px!important

}

}



@media(max-width:1721px) {

.pgdm-design-text {

	height: 200px!important

}

}



@media(max-width:1716px) {

.program-menu-text {

	height: 80px

}

}



@media(max-width:1713px) {

.student_life_section ul li {

	height: 285px

}

}



@media(max-width:1711px) {

.career_section ul li h3 {

	font-size: 50px;

	padding-top: 0

}

}



@media(max-width:1703px) {

.speak_section ul li {

	height: 370px

}

.most-experiential-text {

	padding: 0 0 0 23.5%

}

}



@media(max-width:1702px) {

.profile-based-des {

	height: 125px!important

}

.profile-based-evaluation .industry-col h2 {

	font-size: 22px

}

}



@media(max-width:1697px) {

.pgdm-admissions-process .industry-col {

	width: 14.9%

}

.design-new3 .middle-container {

	padding-bottom: 34.7%!important

}

}



@media(max-width:1696px) {

.placement-overview-top .curriculum-top-col2 {

	height: 390px;

	padding: 0 30px

}

.class-profile-top.placement-overview-top ul li {

	height: 188px!important

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr .curriculum-top-col3 li {

	height: 150px!important

}

.placement-Overview-hr .curriculum-top-col2 {

	height: 315px!important

}

}



@media(max-width:1695px) {

.widget_section.py-8.admissions.student-run-events .experiential-immersions-text {

	height: 215px

}

}



@media(max-width:1694px) {

.pgdm-specialization .student-life-tab a {

	height: 185px

}

}



@media(max-width:1687px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1 .experiential-immersion-text {

	height: 125px!important

}

}



@media(max-width:1682px) {

.student-awards h2 {

	height: 300px

}

}



@media(max-width:1681px) {

.experiential-immersion-text {

	height: 340px!important

}

}



@media(max-width:1675px) {

.experiential-immersions-text {

	height: 175px

}

}



@media(max-width:1672px) {

.student_life_section ul li:nth-child(4), .student_life_section ul li:nth-child(5), .student_life_section ul li:nth-child(6) {

	height: 255px

}

}



@media(max-width:1660px) {

.experiential-immersions-text {

	height: 225px

}

}



@media(max-width:1656px) {

.digital-modules.overview.message.founders-message img {

	height: 640px!important

}

}



@media(max-width:1653px) {

.application-cycles-hr .profile-based-des {

	height: 160px!important

}

.application-cycles-hr .industry-col h2 {

	line-height: 32px;

	font-size: 20px!important

}

}



@media(max-width:1729px) {

.soil-hr-legacy .tabcontent-new {

	width: 66%

}

}



@media(max-width:1642px) {

.gaining-business-excellence3 .pgdm-specialization .student-life-tab a {

	height: 218px

}

}



@media(max-width:1634px) {

.widget_section.py-8.admissions.academies-soil.hr-academies-soil .experiential-immersions-text {

	height: 190px

}

}



@media(max-width:1633px) {

.hr-leader-des {

	height: 80px!important;

	min-height: 80px!important

}

}



@media(max-width:1625px) {

.experiential-immersions-hr .experiential-immersions-text {

	height: 275px

}

}



@media(max-width:1622px) {

.eligibility-hr img {

	height: 600px

}

.academics-box-col.box-3.eligibility-hr-new img {

	height: 480px!important;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 .soil-talent-col p {

    padding: 35px 40px 0px 0px;

}

}

@media(max-width:1617px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 135px;

}

}



@media(max-width:1613px) {

.learning-outcomes-top1 {

	height: 325px

}

}



@media(max-width:1609px) {

.student-run-events .experiential-immersions-col {

	width: 31.1%

}

}



@media(max-width:1605px) {

.pgdm-admissions-process .industry-col {

	width: 14.7%

}

.pgdm-admissions-process .industry-col h2 {

	font-size: 18px!important

}

}



@media(max-width:1604px) {

.academy-intensive-week .full_width.py-8.widget_section.digital-modules.industry-academy .industry-col .profile-based-des {

	height: 60px!important

}

}



@media(max-width:1600px) {

.widget_section ul li .widget_text h4 {

	font-size: 35px

}

.faculty-inner-top .sub_title li span {

	float: right!important

}

.design .explore-beyond-text {

	left: 25%

}

.design-new3 .middle-container {

	padding-bottom: 33.6%!important

}

}



@media(max-width:1590px) {

.experiential-immersions-hr .experiential-immersions-text {

	height: 310px

}

}



@media(max-width:1586px) {

.academic-programs-des {

	height: 106px

}

}



@media(max-width:1583px) {

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.overview.social-innovation-testimonial img {

	height: 730px!important

}

}



@media(max-width:1581px) {

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	height: 163px!important;

}

.learning-framework .experiential-immersions-text {

    height: 240px !important;

}

}



@media(max-width:1579px) {

.case-study-col .popular-section-mobile1 {

	padding-bottom: 35%

}

.average-salary-bracket img {

	width: 430px

}

}



@media(max-width:1578px) {

.who-should-col {

	height: 160px

}

}



@media(max-width:1559px) {

.blog_section .blog_box li h6 {

	height: 90px

}

}

@media(max-width:1557px) {

.member_section ul li p {

    min-height: 115px;

}

}



@media(max-width:1553px) {

.experiential-immersion-text {

	height: 370px!important

}

}



@media(max-width:1551px) {

.pgdm-business-box {

	height: 215px

}

}



@media(max-width:1550px) {

.curriculum-development .lead.mb--30 {

	height: 250px!important

}

.leaders-new .member-section-col {

	height: 410px

}

}



@media(max-width:1546px) {

.pgdm-social-innovation .industry-col {

	width: 23.3%!important

}

}



@media(max-width:1540px) {

.alumni-speak-col {

	width: 100%;

	float: left;

	margin-top: 10px

}

.speak_section img {

	width: 155px

}

.design-new3 .middle-container {

	padding-bottom: 32.9%!important

}

}



@media(max-width:1535px) {

.soil-hr-legacy .tabcontent-new {

	width: 65%

}

.most-experiential-text {

	padding: 0 0 0 23%

}

}



@media(max-width:1527px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact .industry-col {

	padding-bottom: 65px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion .industry-col {

	padding-bottom: 30px

}

}



@media(max-width:1526px) {

.speak_section ul li {

	height: 400px

}

}



@media(max-width:1525px) {

.profile_section ul.four_column li h3 p {

	line-height: 25px!important

}

.himalya_section .color_green, .himalya_section .color_green img {

	height: 450px

}

.campus-map {

	padding-bottom: 24.5%

}

}



@media(max-width:1523px) {

.pgdm-admissions-process .industry-col {

	width: 14.7%

}

}



@media(max-width:1519px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .experiential-immersion-text {

	height: 180px!important;

}

.learning-outcomes-col .learning-outcomes-top1 {

    height: 415px;

}

}



@media(max-width:1517px) {

h2 {

	font-size: 48px

}

h3 {

	font-size: 38px

}

.about_page_header .main_nav .read_more {

	width: 220px;

	font-size: 15px

}

.about_page_header .main_nav .read_more.brown_color {

	margin-right: 10px

}

.about_page_header .main_nav .read_more::after {

	padding: 15px 6px

}

table th {

	font-size: 20px

}

td, th {

	padding: 20px 20px

}

table tr td {

	font-size: 18px

}

.key_link_section ul li .read_more {

	padding: 20px 10px;

	font-size: 24px

}

.key_link_section ul li .read_more::after {

	font-size: 26px;

	padding: 20px 8px

}

.speak_section ul li p {

	font-size: 19px;

	line-height: 28px

}

.academic_section.py-8.consortium-companies img {

	height: 130px

}

.association_section .client_3_box li {

	height: 75px

}

.about_page_header .main_nav ul li ul {

	border-top: 29px solid #fff

}

.about_page_header .about_fix_header .main_nav ul li ul {

	top: 73px!important

}

.member_section ul li {

	margin-bottom: 4px!important

}

.association_section .client_1_box li {

	height: 83px

}

.accreditations-association-col .client_3_box li {

	height: 221px;

	padding-top: 40px

}

.accreditations-association-col .client_1_box li {

	background: 0 0;

	height: 221px!important

}

.menu-heading3.menu-heading4.menu-heading5 {

	margin: -11px 0 7px 0;

	padding: 0 0!important;

}

}



@media(max-width:1515px) {

.student_life_section ul li {

	height: 315px

}

}



@media(max-width:1514px) {

.speak_section ul li {

	height: 410px

}

}



@media(max-width:1513px) {

.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .pgdm-design-text {

	height: 110px!important

}

}



@media(max-width:1506px) {

.industry-experiential-tab {

	width: 30%

}

.tabcontent-new {

	width: 65%

}

.eligibility-hr img {

	height: 650px

}

.pgdm-design-text {

	height: 230px!important

}

}

@media(max-width:1498px) {

.learning-framework .experiential-immersions-text {

    height: 270px !important;

}

}



@media(max-width:1493px) {

.experiential-immersions-hr .experiential-immersions-text {

	height: 345px

}

}



@media(max-width:1486px) {

.overview-highlights .clubs-associations-col {

	height: 380px!important

}

}



@media(max-width:1487px) {

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr .curriculum-top-col3 li {

	height: 168px!important;

	padding-top: 40px!important

}

.placement-Overview-hr .curriculum-top-col2 {

	height: 350px!important

}

}



@media(max-width:1484px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .experiential-immersion-text {

	height: 180px!important

}

}



@media(max-width:1480px) {

.teaching-methods img {

	height: 560px!important

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.himalayan-retreat img {

	height: 700px!important

}

}



@media(max-width:1478px) {

.student-awards h2 {

	height: 330px;

}

}



@media(max-width:1477px) {

.main_nav ul li {

	padding-left: 7px

}

}



@media(max-width:1476px) {

.curriculum .who-should-col {

	height: 250px;

}

}

@media(max-width:1466px) {

.pgdm-academic-programs h3 {

    font-size: 25px !important;

}

.academic-programs-new1 h3 {

    font-size: 25px !important;

}

}



@media(max-width:1474px) {

.academic_section .client_2_box li {

	width: 45%

}

}



@media(max-width:1468px) {

.clubs-associations-col {

	height: 230px

}

}



@media(max-width:1464px) {

.widget_section.py-8.admissions.student-run-events .experiential-immersions-text {

	height: 240px

}

}



@media(max-width:1461px) {

.leadership-series-col {

	width: 30%;

}

}



@media(max-width:1456px) {

.leaders-new .member-section-col h6 {

	font-size: 20px!important;

	height: 45px

}

}



@media(max-width:1454px) {

.soil-hr-legacy .tabcontent-new {

	width: 63%

}

}



@media(max-width:1453px) {

.industry-academy.pgdm-career-learning.other-experiential-highlights.learning-outcomes .industry-col {

	height: 300px

}

}



@media(max-width:1449px) {

.pgdm-admissions-process .industry-col {

	width: 14.6%

}

.pgdm-admissions-process .industry-col h2 {

	height: 90px

}

.career-activity-highlights .industry-col h2 {

	height: 80px

}

.career-activity-highlights .industry-col {

	width: 22%!important

}

.pgdm-admissions-process.benefit .industry-col h2 {

	height: 65px

}

}



@media(max-width:1447px) {

.experiential-immersions-col h2 {

	height: 50px;

}

.admissions-resources-sec .experiential-immersions h2 {

    height: inherit;

}

}



@media(max-width:1446px) {

.experiential-immersions-text {

	height: 240px

}

}



@media(max-width:1445px) {

.speak_section ul li p {

	height: inherit

}

.spaek-col {

	margin-top: 0

}

.average-salary-bracket img {

	width: 430px

}

.most-experiential-text {

	padding: 0 0 0 22.8%

}

.design-new3 .middle-container {

	padding-bottom: 31.6%!important

}

}



@media(max-width:1438px) {

.career_section ul li h3 {

	font-size: 40px;

	line-height: 40px

}

.career_section ul li {

	width: 20%

}

.career_section ul li p {

	margin-top: 0

}

.profile_section ul.four_column li h3 p {

	height: 50px

}

.profile_section.curriculum-overview-new1 h3 {

	color: #c9b289!important;

	margin-top: 0

}

.profile_section.curriculum-overview-new1 p {

	height: inherit!important

}

.case-study-col .popular-section-mobile1 {

	padding-bottom: 42%

}

}



@media(max-width:1445px) {

.media .annual-events-heading span {

	line-height: 28px;

	top: 58%

}

.profile_section ul.four_column li p {

	font-size: 16px

}

}



@media(max-width:1439px) {

.student_life_section ul li h3 {

	font-size: 18px

}

}



@media(max-width:1436px) {

.curriculum .who-should-col {

	height: 285px

}

.application-cycles-hr .industry-col h2 {

	line-height: 30px;

	font-size: 18px!important

}

}



@media(max-width:1433px) {

.member_section ul li p {

	min-height: 115px;

}

.student_life_section ul li:nth-child(4), .student_life_section ul li:nth-child(5), .student_life_section ul li:nth-child(6) {

	height: 260px

}

}



@media(max-width:1432px) {

.experiential-immersion-text {

	height: 415px!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion .industry-col h2 {

	font-size: 20px!important

}

}



@media(max-width:1428px) {

.pgdm-admissions-process.benefit .industry-col h2 {

	height: 85px!important

}

.pgdm-admissions-process.benefit .industry-col {

	width: 17%

}

}



@media(max-width:1425px) {

.blog-new-col h6 {

	height: 130px!important

}

}



@media(max-width:1424px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .experiential-immersion-text {

	height: 125px!important

}

}



@media(max-width:1422px) {

.leaders-new .member-section-col h6 {

	height: 50px;

}

.learning-outcomes-col .learning-outcomes-top1 {

    height: 445px !important;

}

}



@media(max-width:1420px) {

.student_life_section ul li:nth-child(4), .student_life_section ul li:nth-child(5), .student_life_section ul li:nth-child(6) {

	height: 280px

}

.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	width: 17.9%!important

}

.pgpm-bl h2 {

	font-size: 40px;

}

}



@media(max-width:1416px) {

.menu-list1.program-menu .menu-heading a {

	font-size: 22px!important

}

}



@media(max-width:1412px) {

.pgdm-specialization .student-life-tab a {

	height: 210px

}

}



@media(max-width:1409px) {

.application-cycles-hr .industry-col {

	width: 22.9%

}

.industry-academy .industry-col {

	width: 22%;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.harvard-case-study .industry-col {

    width: 22%;

}

}



@media(max-width:1404px) {

.application-cycles-hr .profile-based-des {

	height: 180px !important;

}

.admissions-resources-sec .experiential-immersions h2 {

    height: 50px;

}

}



@media(max-width:1400px) {

.member_section ul li h6 {

	height: 45px

}

.member-hr h6 {

	height: 25px!important;

	font-size: 20px!important

}

}



@media(max-width:1526px) {

.speak_section ul li h4 {

	width: 100%;

	float: left;

	margin-top: 15px

}

.spaek-col {

	width: 100%;

	float: left;

}

}

@media(max-width:1410px) {

.three_item_section ul li p {

    height: 80px;

}

.content-new1 {

    height: 80px;

}

}



@media(max-width:1407px) {

.happening_section .col-30 {

	width: 34.6%

}

.about_value_section h3 {

	font-size: 30px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.harvard-case-study .profile-based-des {

    height: 110px !important;

}

}



@media(max-width:1399px) {

.pgdm-admissions-process .industry-col {

	width: 14.4%

}

.pgdm-admissions-process .industry-col h2 {

	font-size: 16px!important;

	line-height: 22px;

	height: 70px!important

}

}

@media(max-width:1397px) {

.member_section ul li p {

    min-height: 135px;

}

.governing-board-des {

    height: 240px;

}

}



@media(max-width:1396px) {

.student_life_section ul li {

	padding-right: 20px

}

.student_life_section ul li h3 {

	font-size: 17px

}

.student_life_section ul li:nth-child(4), .student_life_section ul li:nth-child(5), .student_life_section ul li:nth-child(6) {

	height: 250px;

}

.academic_section ul li h6 {

    font-size: 18px !important;

}

}



@media(max-width:1385px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .experiential-immersion-text {

	height: 210px!important

}

}



@media(max-width:1384px) {

.pgdm-social-innovation .industry-col {

	width: 23%!important

}

}



@media(max-width:1383px) {

.pgdm-admissions-process .industry-col {

	width: 14.5%

}

}



@media(max-width:1382px) {

.recruiters-testimonials-col img {

	height: 625px

}

.soil-hr-legacy .tabcontent-new {

	width: 61%

}

}



@media(max-width:1380px) {

.container {

	max-width: 1330px

}

h2 {

	font-size: 42px

}

h3 {

	font-size: 34px

}

.three_item_section ul li h2 {

	font-size: 42px

}

.three_item_section ul li h2 img {

	width: 44px;

	margin: 7px 0 0 12px

}

.section_one ul li .section_one_txt_box h3 {

	font-size: 27px

}

.academic_section ul li h6 {

	font-size: 20px

}

.apply_now, .read_more {

	font-size: 20px;

	padding: 12px 20px

}

.happening_section .one_column {

	margin-top: 0

}

.academic_section .client_2_box li, .academic_section .client_4_box li {

	margin: 0 3% 26px 0

}

.widget_section ul li .widget_text h4 {

	font-size: 30px

}

.modern_section .position_absolute h3 {

	font-size: 32px

}

.about_page_header .main_nav ul li {

	padding: 0 10px

}

.about_page_header .main_nav .read_more {

	width: 214px;

	padding: 15px 34px 15px 10px;

	font-size: 14px

}

td, th {

	padding: 20px 20px

}

table th {

	font-size: 19px

}

.key_link_section ul li .read_more {

	padding: 22px 10px;

	font-size: 20px

}

.key_link_section ul li .read_more::after {

	padding: 22px 10px

}

.program_page .wrapper_section .download_btn {

	font-size: 17px

}

.career_section ul li {

	width: 20%;

	height: 136px

}

.program_page .widget_section .four_column .download_btn {

	font-size: 18px

}

.student_life_section ul li h5 {

	font-size: 24px

}

.text_uppercase.font_weight_600.in-media {

	margin-bottom: 19px!important

}

.news-pic {

	margin-top: 15px

}

.media-even .news-pic {

	margin-top: 0px;

}



.academic_section .client_2_box li {

	width: 45%;

	margin-right: 4%!important

}

.section_one ul li {

	height: 300px

}

.career_section ul li p {

	line-height: 26px!important;

	font-size: 18px

}

.member_section ul li {

	margin-bottom: 3px!important

}

.des-col-new {

	height: 195px

}

.overview-highlights-top {

	padding: 15px 0 20px 0

}

.governing-board-des {

	height: 235px

}

.governing-board-new p {

	height: 140px

}

.inspired-leadership-conference2 {

	height: 160px!important

}

.who-should-col {

	height: 190px

}

.curriculum .who-should-col {

	height: 280px

}

.leadership-experiences-des, .leadership-experiences-pic, .leadership-experiences-pic .container-block img {

	height: 370px

}

.who-should-col p {

	width: 78%

}

.about_value_section .col_23, .about_value_section .col_50 {

	height: 430px

}

.about_value_section {

	height: 550px

}

.vision-read-more {

	top: 341px

}

.tabs-new1 .question-col2 {

	width: 39%

}

.tabs-new1 .question-col3 {

	width: 19.5%

}

.tabs-new1 .question-col4 {

	width: 19.2%

}

.placement-reports a {

	font-size: 16px

}

.learning-outcomes-top1 {

	height: 350px

}

.case-study-col .middle-container {

	padding: 30px 60px 0 60px

}

.curriculum-top-col2, .curriculum-top-col3 {

	height: 280px

}

.average-salary-bracket img {

	width: 410px

}

.key_link_section.shadow ul li a {

	font-size: 14px

}

.box-1 .spirituality-heading.pgpm-col1, .box-3 .spirituality-heading.pgpm-col1 {

	margin-top: 0

}

.student_life_section ul li:nth-child(4), .student_life_section ul li:nth-child(5), .student_life_section ul li:nth-child(6) {

	height: 280px

}

.recruiters-testimonials-col img {

	height: 658px!important

}

.speak_section ul li {

	height: 440px

}

.experiential-immersions-hr .experiential-immersions-text {

	height: 375px

}

.application-cycles-hr .industry-col {

	width: 22.8%

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr .curriculum-top-col3 li {

	height: 178px!important;

	padding-top: 47px!important

}

.placement-Overview-hr .curriculum-top-col2 {

	height: 370px!important

}

.alumni-speak-new ul li {

	height: 370px !important;

}

.most-experiential-text {

	padding: 0 0 0 22%

}

.course-specializations .industry h2 {

	font-size: 18px!important

}

.pgdm-admissions-process .industry-col h2 {

	height: 80px

}

.pgdm-admissions-process.pgdm-impact .industry-col {

	width: 47.8%!important

}

.pgdm-design-text {

	height: 270px!important

}

.pgdm-admissions-process.pgdm-impact .industry-col {

	width: 47.8%!important

}

.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	width: 17.7%!important

}

.gaining-business-excellence3 .pgdm-specialization .student-life-tab a {

	height: 245px

}

.experiential-immersion-text {

	height: 435px!important

}

.design-new3 .middle-container {

	padding-bottom: 35.6%!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col {

	height: 260px

}

.academic-programs-des {

	height: 75px

}

.important-admissions-notification .upcoming-events-col p {

	height: 115px!important

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.overview.social-innovation-testimonial img {

	height: 800px!important

}

.widget_section.py-8.admissions.academies-soil.hr-academies-soil .experiential-immersions-text {

	height: 210px

}

.widget_section.py-8.admissions.student-run-events .experiential-immersions-text {

	height: 280px

}

.aicte-approval1 h2 {

	font-size: 20px

}

.founders-message .academics-box-col.case-study-col.box-4 .quote-col1 {

	font-size: 40px;

	line-height: 55px!important

}

.digital-modules.overview.message.founders-message img {

	height: 500px!important

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.overview.message.spirituality-indian-ethos img {

	height: 510px!important

}

.mentorship .middle-container {

	padding-top: 60px!important

}

.clubs-associations.curriculum-div-col.overview-highlights.overview-highlights-top.faculty-introduction-new {

	padding: 0;

	margin: 0

}

.student-awards h2 {

	height: 360px;

}

.widget_section.py-8.admissions.learning-framework.beyond-classroom-experiences .experiential-immersions-text {

    height: 210px !important;

}

.data-wrap {

    width: 590px;

}

.data-title {

    width: 590px;

}

.text-new3 {

    width: 590px;

}

.profile_section p {

    height: 250px;

}

}



@media(max-width:1368px) {

.industries-covered-col {

	padding: 60px 60px 0 60px

}

}



@media(max-width:1330px) {

h2 {

	font-size: 36px

}

.apply_now, .read_more {

	font-size: 17px;

	padding: 9px 13px

}

.section_one ul li .section_one_txt_box h3 {

	font-size: 22px;

	line-height: 22px;

	margin-bottom: 16px

}

.three_item_section ul li {

	padding: 30px

}

.three_item_section ul li h2 {

	font-size: 36px

}

.academic_section ul li h3 {

	font-size: 34px;

	margin-bottom: 11px

}

.academic_section ul li h6 {

	font-size: 18px

}

.happening_section h3 {

	margin-bottom: 20px;

	font-size: 28px

}

.happening_section .two_column {

	margin-bottom: 30px

}

.happening_section .two_column li {

	width: 48%

}

.happening_section .col-65 {

	width: 65%;

	padding-right: 60px

}

.advantage_section .soli_box {

	padding: 38px 30px

}

.advantage_section .soli_box h2 {

	font-size: 28px

}

.advantage_section .soli_box h6 {

	font-size: 22px

}

.advantage_section .soli_text_box {

	padding: 34px 28px

}



.about_page_header .main_nav ul li a, .current_page_ancestor>a, .current_page_item>a {

	font-size: 18px!important

}

.about_page_header .main_nav .read_more {

	padding: 12px 23px 12px 10px;

	font-size: 14px;

	width: auto

}

.about_page_header .main_nav .read_more::after {

	padding: 12px 6px

}

table th {

	font-size: 18px

}

table tr td {

	font-size: 17px

}

.key_link_section ul li {

	width: 23.8%

}

.member_section ul li h6 {

	font-size: 22px

}

.member_section ul li p br {

	display: none

}

.key_link_section ul li .read_more {

	font-size: 19px

}

.popular_section .pr_40 {

	padding-right: 20px!important

}

.popular_section .pl_40 {

	padding-left: 20px!important

}

.pb_8 {

	padding-bottom: 50px

}

.career_section ul li h3 {

	font-size: 42px

}

.profile_section ul.four_column li p {

	padding-bottom: 0

}

.program_page .widget_section .four_column .download_btn {

	font-size: 16px

}

.student_life_section ul li h5 {

	font-size: 22px

}

.speak_section ul li h4 {

	font-size: 22px;

	margin-bottom: 4px;

	width: 100%;

	float: left;

	margin-top: 20px

}

.speak_section ul li img {

	max-width: 190px

}

.section_one ul li {

	padding: 11.5% 0

}

.news-pic {

	margin-top: 0

}

.happening_section {

	margin-bottom: 25px

}

.happening_section .bg_color {

	width: 96.5%;

	height: 63vh;

	left: -15px

}

.academic_section.py-8.consortium-companies img {

	height: 100px

}


.profile_section ul.four_column li h3 p {

	line-height: 25px!important

}

.happening_section .event_box {

	padding: 30px 22px 15px 22px

}

.about_value_section h3 {

	font-size: 30px

}

.student_life_section ul li .read_more {

	right: -50px;

}

.three_item_section ul li p {

    height: 70px;

}

.content-new1 {

    height: 70px;

}

}



@media(max-width:1687px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1 .experiential-immersion-text {

	height: 160px!important

}

}



@media(max-width:1584px) {

.admissions .vertical-image-tabs {

	width: 95%!important

}

.admissions .vertical-image-tabs h2 {

	font-size: 30px;

}

.importance-data-analytics3 .importance-data-analytics1 p {

    padding: 45px 0px 0px 0px;

}

}



@media(max-width:1477px) {

.admissions-process.pgdm-application-cycles.career-activity-highlights2 .profile-based-des {

	height: 250px!important

}

}



@media(max-width:1426px) {

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab li {

	height: 65px;

	display: flex;

	align-items: center;

	justify-content: center

}

}



@media(max-width:1386px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col .experiential-immersion-text {

	height: 150px !important;

}

}

@media(max-width:1350px) {

.tour .wpcf7-list-item {

    width: 30%;

}

}



@media(max-width:1328px) {

.pgdm-business-box {

	height: 250px

}

.pgdm-social-innovation .industry-col h2 {

	font-size: 18px!important

}

.leaders-new .member-section-col {

	height: 430px

}

}



@media(max-width:1327px) {

.popup-box a {

	font-size: 20px

}

.pgdm-admissions-process .industry-col h2 {

	height: 90px!important

}

.course-leaders-profile .designation {

	height: 130px

}

.hr-leadership .student-scholarships1, .hr-leadership .student-scholarships2 {

	height: 270px

}

}



@media(max-width:1326px) {

.student-scholarships1, .student-scholarships2 {

	height: 301px

}

}



@media(max-width:1325px) {

.student_life_section ul li {

	height: 345px

}

.important-admissions-notification .upcoming-events-col a {

	font-size: 16px;

}

.projects-bootcamps .experiential-immersions-text {

    height: 210px !important;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .industry-col {

    width: 16.6% !important;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .pgdm-design-text {

    font-size: 20px;

    line-height: 30px !important;

}

}



@media(max-width:1323px) {

.blog_section .blog_box li h6 {

	height: 130px

}

.pgdm-admissions-process .industry-col {

	width: 14.4%

}

}



@media(max-width:1322px) {

.application-cycles-hr .industry-col h2 {

	line-height: 28px;

	font-size: 17px!important

}

}



@media(max-width:1321px) {

.admissions-process.pgdm-application-cycles.career-activity-highlights2 .profile-based-des {

	height: 280px!important

}

}



@media(max-width:1318px) {

.case-study-col .popular-section-mobile1 {

	padding-bottom: 45%

}

.soil-hr-legacy .tabcontent-new {

	width: 59%

}

}



@media(max-width:1312px) {

.industry-top.profile-based-evaluation.application-cycles-hr .unlearn-patterned-thinking2 {

	height: 135px

}

}



@media(max-width:1305px) {

.future-gradutes-button .download_btn {

	font-size: 16px!important;

	width: 218px!important

}

}



@media(max-width:1302px) {

.learning-outcomes-hr .learning-outcomes-top1 {

	height: 380px

}

.academic-programs-des {

	height: 106px

}

}



@media(max-width:1301px) {

.eligibility-hr img {

	height: 670px!important

}

}



@media(max-width:1299px) {

.experiential-immersions-hr .experiential-immersions-col h2 {

	height: 75px

}

}



@media(max-width:1298px) {

.who-should-col p {

	width: 75%

}

}



@media(max-width:1297px) {

.experiential-immersions-hr .experiential-immersions-text {

	height: 395px;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new img {

    height: 660px !important;

}

.importance-data-analytics3 .importance-data-analytics1 p {

    padding: 30px 0px 0px 0px;

}

}



@media(max-width:1296px) {

.overview-highlights-new h2 {

	height: 50px;

}

}

@media(max-width:1295px) {

.pgpm-academic-programs li p {

    height: 140px !important;

}

.pgdm-academic-programs p {

    height: 137px;

}

.pgdm-academic-programs h3 {

    font-size: 22px !important;

}

.academic-programs-new1 h3 {

    font-size: 22px !important;

}

}

@media(max-width:1294px) {

.program-menu-text {

    height: 100px;

}

}



@media(max-width:1292px) {

.tabs-new1 .question-col4 {

	width: 19%;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new img {

    height: 700px !important;

}

}



@media(max-width:1290px) {

.self-leadership img, .theatre-ethics img {

	height: 540px

}

.experiential-immersions-text {

	height: 265px

}

.leadership-experiences-des, .leadership-experiences-pic, .leadership-experiences-pic .container-block img {

	height: 430px

}

.three_item_section ul li p {

    height: 90px;

}

.content-new1 {

    height: 90px;

}

}



@media(max-width:1289px) {

.application-cycles-hr .industry-col {

	width: 22.7%;

}

}

@media(max-width:1287px) {

.full_width.py-8.widget_section.digital-modules.bootcamps .profile-based-des {

    height: 260px !important;

}

}





@media(max-width:1285px) {

.curriculum-development .lead.mb--30 {

	height: 260px!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.pgdm-learning-outcomes .industry-col h2 {

	height: 115px!important;

}

}

@media(max-width:1284px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 170px;

}

}



@media(max-width:1280px) {

.curriculum-top-col2, .curriculum-top-col3 {

	height: 360px;

}

}



@media(max-width:1279px) {

.experiential-immersion-text {

	height: 500px!important

}

.profile-based-evaluation .industry-col.color-4 h2 {

	height: 73px

}

.industry-live-projects .industry-col {

	width: 31.5%

}

.industry-live-projects {

	width: 100%

}

.popular_section.academics-box-col.upcoming-events img {

	height: 580px

}

.upcoming-events a {

	width: 155px;

	margin: 30px 2% 0 0

}

.menu-list1.program-menu .menu-heading a {

	font-size: 20px!important

}

}



@media(max-width:1277px) {

.placement-Overview-hr .curriculum-top-col2 {

	height: 480px!important

}

.curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr .curriculum-top-col3 li {

	height: 233px!important;

	padding-top: 65px!important

}

}



@media(max-width:1276px) {

.modern_section .position_absolute h3 {

	font-size: 25px;

	line-height: 32px

}

.about_value_section h3 {

	font-size: 25px;

}

.alumni-speak-new ul li {

    height: 410px !important;

}

}



@media(max-width:1271px) {

.student-life-tab a {

	height: 170px;

}

.important-admissions-notification .upcoming-events-col a {

    width: 100% !important;

}

}



@media(max-width:1270px) {

.pgdm-admissions-process .industry-col {

	width: 30%

}

.hr-connect-slider .box-new-slier {

	width: 100%

}

}



@media(max-width:1267px) {

.widget_section.py-8.content-layout.admissions-process.pgdm-application-cycles.career-activity-highlights2.unlearn-patterned-thinking1 .profile-based-des {

	width: 100%

}

.unlearn-patterned-thinking1 .industry-col {

	width: 45%!important

}

.industry-top.profile-based-evaluation.application-cycles-hr .unlearn-patterned-thinking2 {

	height: 105px

}

}



@media(max-width:1266px) {

.application-cycles-hr .profile-based-des {

	height: inherit!important

}

.application-cycles-hr .industry-col {

	width: 100%;

	padding-bottom: 20px;

	margin-left: 0;

	margin-right: 0

}

.industry-top.profile-based-evaluation.application-cycles-hr.application-cycles-new.application-cycles-bl .profile-based-des, .industry-top.profile-based-evaluation.application-cycles-hr.application-cycles-new.application-cycles-bl h2 {

	height: inherit!important

}

.industry-top.profile-based-evaluation.application-cycles-hr.application-cycles-new.application-cycles-bl .industry-col {

	width: 100%;

}

.profile-evaluated .industry-col h2 {

    display: flex;

    align-items: center;

	

    justify-content: center;

}

.internship-evaluation-report .industry-top.profile-based-evaluation.application-cycles-hr.application-cycles-new.application-cycles-bl .industry-col {

    width: 100%;

}

}



@media(max-width:1262px) {

.profile-based-evaluation .profile-based-des {

	height: 150px!important

}

}



@media(max-width:1261px) {

.about_page_header .main_nav ul li {

	padding: 0 5px;

}

}



@media(max-width:1264px) {

.application-cycles-hr .industry-col h2 {

	height: 100px

}

.career-activity-highlights2 .industry-col h2 {

	height: inherit

}

.widget_section.py-8.content-layout.admissions-process.pgdm-application-cycles.career-activity-highlights2 .profile-based-des {

	padding-top: 0!important

}

}



@media(max-width:1263px) {

.experiential-immersions-text {

	height: 318px;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 .soil-talent-col p {

    padding: 19px 40px 0px 0px;

}

}



@media(max-width:1260px) {

.case-study-col .popular-section-mobile1 {

	padding-bottom: 55%

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab.pgdm-faqs li {

	width: 33%;

	margin-top: 6px

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link::after {

	display: none

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab.pgdm-faqs li:nth-child(3n) {

	margin-right: 0

}

}



@media(max-width:1259px) {

.important-admissions-notification .upcoming-events-col a {

	width: 100%!important

}

}

@media(max-width:1256px) {

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 .soil-talent {

    width: 100%;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 .soil-talent-col p {

    padding: 20px 40px;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics.importance-data-analytics1 .curriculum-top-col1 {

    width: 100%;

}

}



@media(max-width:1255px) {

.gaining-business-excellence3 .pgdm-specialization .student-life-tab a {

	height: 270px

}

.full_width.py-8.widget_section.digital-modules.industry-academy .industry-col p {

	height: 115px!important

}

.learning-outcomes-top1 {

	height: 380px

}

}



@media(max-width:1254px) {

.about_value_section .col_23, .about_value_section .col_50 {

	height: 418px!important

}

.about_value_section {

	height: 537px

}

.about_value_section .col_23, .about_value_section .col_50 {

	height: 450px!important

}

.vision-read-more {

	top: 360px

}

}



@media(max-width:1250px) {

.clubs-associations-col {

	width: 25%;

	border: 1px solid #ddd!important;

	display: flex;

	align-items: center;

	justify-content: center

}

.curriculum-div-col .clubs-associations-col {

	height: 200px;

	border: 0!important;

	border-right: 1px solid #ddd!important

}

.curriculum-div-col .clubs-associations-col.border-5 {

	border-right: 0!important

}

.video-box h2 {

	font-size: 35px;

	line-height: 50px

}

.video-box {

	bottom: 40%

}

.pgdm-testimonial-col {

	width: 60%

}

.pgdm-testimonial-top .slider-container {

	width: 85%

}

.pgdm-testimonial-col p {

	font-size: 30px;

	line-height: 40px!important

}

.pgdm-testimonial-top {

	padding: 60px 0 80px 0!important

}

.pgdm-testimonial-top .hr-connect-slider .box-new-slier {

	width: 100%

}

.widget_section.py-8.admissions.pgdm-testimonial-top.curriculum-map {

	padding: 0!important

}

.faculty_answer ul li {

	width: 49%!important

}

.how_work .work_wrapper .space_box, .how_work .work_wrapper .text_box, .how_work .work_wrapper .text_right {

	width: 33%;

}

.widget_section.py-8.admissions.learning-framework.beyond-classroom-experiences .experiential-immersions-text {

    height: 240px !important;

}

}



@media(max-width:1246px) {

.leaders-speak-new.pgdm-leaders-speak img {

	height: 600px!important

}

}



@media(max-width:1241px) {

.full_width.py-8.widget_section.digital-modules.industry-academy.placement-process-simulation .profile-based-des {

	font-size: 18px

}

}



@media(max-width:1239px) {

.association_section .client_3_box li {

	width: 28%;

	padding-top: 55px

}

.career_section ul li {

	width: 22.7%!important;

	margin: 19px 2% 3px 0

}

.member-hr .governing-board-des {

	height: 90px

}

.box-new-top .box-new-des.admissions-process {

	width: 100%;

	padding-right: 0

}

.box-new-slier {

	width: 100%;

	margin-top: 30px

}

.association_section .client_3_box li {

	height: inherit;

	padding: 0!important;

	margin-bottom: 20px

}

.accreditations-association-col .client_1_box li {

	height: 131px!important

}

.accreditations-association-col .client_1_box.text_center img {

	width: 65%

}

.accreditations-association-col .client_3_box li {

	height: 137px;

}

.program-design-curriculum .career_section ul li {

    width: 31.3% !important;

}

}



@media(max-width:1238px) {

.experiential-immersions-hr .experiential-immersions-text {

	height: 450px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .industry-col h2 {

	height: 75px!important

}

}



@media(max-width:1236px) {

.speak_section ul li {

	height: 450px

}

.application-cycles-hr .industry-col {

	width: 22%

}

}



@media(max-width:1234px) {

.pgdm-social-innovation .industry-col {

	height: 210px

}

}



@media(max-width:1232px) {

.curriculum-hr .who-should-col {

	height: 218px!important

}

}

@media(max-width:1231px) {

.learning-framework .experiential-immersions-text {

    height: 300px !important;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new img {

    height: 770px !important;

}

}



@media(max-width:1230px) {

.hr-legacy-pic img {

	width: 100%;

	height: 250px;

	object-fit: cover

}

}



@media(max-width:1229px) {

.bootcamps .profile-based-des {

	height: 240px!important;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-talent li {

    margin: 0px 1% !important;

}

}

@media(max-width:1228px) {

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function2 {

    width: 100%;

	margin-bottom: 10px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function3 {

    width: 100%;

	padding: 0px 0px 0px 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function1 {

    display: inherit;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function4 {

    height: inherit;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-talent {

    margin: 30px 0px 0px 0px !important;

}

}



@media(max-width:1223px) {

.widget_section ul li .widget_text h4 {

	font-size: 27px

}

.about_value_section {

	height: 529px

}

.about_value_section .col_23 {

	height: 409px

}

}



@media(max-width:1222px) {

.widget_section.py-8.admissions.academies-soil.hr-academies-soil .experiential-immersions-text {

	height: 250px

}

}



@media(max-width:1221px) {

.pgdm-business-box {

	height: 300px

}

}



@media(max-width:1215px) {

.pgdm-business-box {

	height: 300px

}

.contact-tab {

	width: 100%;

	float: left

}

.contact-form {

	width: 100%;

	margin-top: 40px

}

.contact .tabcontent-new {

	width: 65%

}

}



@media(max-width:1214px) {

.profile_section ul.four_column li h3 {

	font-size: 39px;

	line-height: 40px

}

.profile_section .col_50 {

	width: 100%

}

.profile_section p {

	height: inherit

}

.profile_section .col_50.color_white_bg.pull_right {

	margin-top: 60px

}

}



@media(max-width:1213px) {

.pgdm-design-text {

	height: 300px!important

}

.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	width: 30%!important

}

}



@media(max-width:1212px) {

.curriculum .who-should-col {

	height: 325px

}

}



@media(max-width:1211px) {

.learning-outcomes-hr .learning-outcomes-top1 {

	height: 430px

}

}



@media(max-width:1208px) {

.career-activity-highlights2 .industry-col.color-2 ul, .widget_section.py-8.content-layout.admissions-process.pgdm-application-cycles.career-activity-highlights2 .profile-based-des {

	height: inherit!important

}

.career-activity-highlights2 .industry-col {

	width: 100%!important

}

.career-activity-highlights2 .industry-col.color-2 ul {

	padding: 0 0 0 25px

}

}



@media(max-width:1207px) {

.widget_section.py-8.admissions.student-run-events .experiential-immersions-text {

	height: 315px

}

.student-awards h2 {

	height: 400px

}

}



@media(max-width:1205px) {

.digital-modules .industry-col {

	width: 30%

}

.course-specializations .industry-col {

	height: inherit!important;

	width: 46.8%!important

}

.full_width.py-8.widget_section.digital-modules.industry-academy .industry-col {

	width: 20%

}

.full_width.py-8.widget_section.digital-modules.industry-academy.placement-process-simulation .industry-col {

	width: 47.5%;

	margin-right: 1%

}

.profile-based-evaluation .industry-col {

	width: 30%;

}

.full_width.py-8.widget_section.digital-modules.bootcamps .profile-based-des {

    height: 290px !important;

}

}

@media(max-width:1204px) {

.admissions-resources-sec .experiential-immersions-text {

    height: 205px;

}

}



@media(max-width:1202px) {

.pgdm-social-innovation .industry-col {

	width: 22.8%!important

}

.placement-overview-top .curriculum-top-col2 {

	height: 510px

}

.class-profile-top.placement-overview-top ul li {

	height: 248px!important

}

.industry-projects-relevance .industry-col {

	height: 240px

}

}

@media(max-width:1200px) {

.curriculum-top-col1.key-highlights-top.key-highlights-new {

    width: 100%;

}

}



@media(max-width:1199px) {

.most-experiential-text {

	padding: 0

}

.most-experiential-pgdm {

	width: 100%!important

}

}

@media(max-width:1197px) {

.learning-framework .experiential-immersions-col h2 {

    height: 50px !important;

}

}



@media(max-width:1195px) {

.learning-outcomes-top1 {

	height: 430px

}

}



@media(max-width:1190px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .experiential-immersion-text {

	height: 240px!important;

}

.academic_section ul li h6 {

    height: 50px;

}

.pgdm-academic-programs h6 {

    height: 44px !important;

}

}



@media(max-width:1187px) {

.menu-list1.program-menu .menu-heading a {

	font-size: 18px!important

}

}



@media(max-width:1186px) {

.about_page_header .main_nav ul li a {

	font-size: 16px

}

.about_page_header .main_nav ul li ul {

	border-top: 28px solid #fff

}

.course-leaders-profile h2 {

	font-size: 18px!important;

}

.learning-map .international-exchange-button.slider-button {

    margin: 30px 0px 0px 0px;

}

}



@media(max-width:1180px) {

.student_life_section ul li {

	height: 400px

}

.banner_text_home h1 {

	font-size: 50px

}

.case-study-col .popular-section-mobile1 {

	width: 100%

}

.harvard-business-school .col_50 {

	width: 100%;

	padding-right: 0!important;

	margin-top: 0

}

.harvard-business-school .case-study-col {

	padding-bottom: 30px

}

.pgdm-leaders-speak .col_50 {

	width: 100%

}

.self-leadership img, .theatre-ethics img, .widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak img {

	height: inherit!important

}

.pgdm-leaders-speak .col_50.pr_40 {

	padding: 0!important;

	margin-bottom: 40px

}

.be-iterative .col_50.pull_right.theatre-ethics {

	width: 100%

}

.be-iterative .academics-box-col.case-study-col {

	display: inherit!important

}

.be-iterative .col_50.pr_40 {

	width: 100%;

	padding: 30px 0 40px 0!important

}

.design-new1 .col_50.pr_40, .design-new2 .col_50.pull_right.theatre-ethics {

	width: 100%

}

.design-new1 .col_50.pull_right.self-leadership {

	width: 100%;

	margin-top: 20px

}

.design-new1 .case-study-col .middle-container, .need-based-scholarship .case-study-col .middle-container {

	padding: 30px 30px 40px 30px

}

.design-new1 .col_50.pr_40 {

	width: 100%

}

.design-new2 .box-3, .need-based-scholarship .academics-box-col.case-study-col {

	display: inherit!important

}

.need-based-scholarship .col_50.pull_right.self-leadership {

	width: 100%

}

.need-based-scholarship .col_50.pr_40 {

	width: 100%

}

.need-based-scholarship .col_50.pull_right.theatre-ethics {

	width: 100%

}

.pgdm-curriculum-highlights ul {

	width: 100%

}

.curriculum-highlights-pic {

	width: 100%;

	margin-top: 0

}

.industry-academy-week .col_50.pull_right.self-leadership {

	width: 100%

}

.industry-academy-week .col_50.pr_40 {

	width: 100%;

	padding: 40px 0 0 0!important

}

.pgdm-career-learning {

	margin-bottom: 40px

}

.himalayan-rural .box-2, .industry-academy-week .box-2 {

	display: inherit!important

}

.industry-academy-week .middle-container {

	padding-top: 0!important

}

.case-study-col .middle-container {

	padding: 30px 30px 0 30px

}

.mentorship .col_50 {

	width: 100%

}

.pgdm-vision .academics-box-col.case-study-col.box-2 {

	display: inherit!important

}

.pgdm-vision .middle-container {

	padding-bottom: 30px

}

.academics-box-col.case-study-col .col_50.pr_40 {

	width: 100%;

	padding-right: 0!important;

	padding-bottom: 40px

}

.col_50.pull_right.self-leadership.recruiters-testimonials-col {

	width: 100%

}

.academics-box-col.case-study-col.box-4 .col_50 {

	width: 100%

}

.academics-box-col.case-study-col.box-1 .col_50.pull_right.self-leadership, .academics-box-col.case-study-col.box-3 .col_50.pull_right.self-leadership {

	width: 100%;

	margin-bottom: 20px

}

.academics-box-col.case-study-col.box-2 {

	display: inherit!important

}

.academics-box-col.case-study-col.box-2 .col_50.pull_right.theatre-ethics {

	width: 100%;

	margin-bottom: 20px

}

.founders-video {

	padding-bottom: 56%

}

.academics-box-col.case-study-col .col_50.pr_40.about-industry-consortium1 {

	padding: 0!important;

	margin-bottom: 0

}

.middle-container.about-industry-consortium2 {

	padding: 50px 30px 30px 30px!important

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.overview.message.spirituality-indian-ethos img {

	height: inherit!important

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.overview.social-innovation-testimonial img {

	height: inherit!important

}

.gurgaon-city-campus1 {

	padding-right: 40px

}

.gurgaon-city-campus1 img {

	margin-bottom: 30px

}

.gurgaon-campus {

	margin-bottom: 0

}

.gurgaon-city-campus1 .col_50.pr_40 {

	padding-right: 0!important

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.himalayan-retreat img {

	height: inherit!important

}

.about-industry-consortium2 .quote-col1 {

	margin-top: 0;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.industry-experiential-learning img {

    height: inherit !important;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs .col_50.pr_40 {

    padding: 0px 0px 0px 0px !important;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new img {

    height: inherit !important;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new.himalayan-retreat-new img {

    height: inherit !important;

}

.widget_section.py-8.content-layout.admissions-process.leaders-speak-new.pgdm-leaders-speak.digital-modules.foundation-liberal-arts.experiential-leadership-programs.benefit-new.himalayan-retreat-new .col_50.pull_right.theatre-ethics {

    margin-bottom: 40px;

}

.widget_section.py-8.content-layout.admissions-process.experiential-leadership-programs.benefit-new.himalayan-retreat-new.design-bootcamps-new1 .col_50.pr_40 {

    padding: 0px !important;

	margin: 40px 0px 20px 0px;

}

.widget_section.py-8.content-layout.admissions-process.experiential-leadership-programs.benefit-new.industry-immersions-new.social-innovation-program1 .col_50.pr_40 {

    padding: 0px !important;

    margin: 40px 0px 20px 0px;

}

}



@media(max-width:1236px) {

.speak_section ul li {

	height: 490px

}

}



@media(max-width:1194px) {

.experiential-immersion-text {

	height: 550px!important;

}

.full_width.py-8.widget_section.program-key-highlights .profile-based-des {

    height: 215px !important;

}

}



@media(max-width:1190px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col .experiential-immersion-text {

	height: 180px!important

}

}



@media(max-width:1184px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .experiential-immersion-text {

	height: 145px!important

}

}



@media(max-width:1179px) {

.student-awards h2 {

	height: 430px

}

}



@media(max-width:1175px) {

.section_one ul li {

	height: 330px

}

.heading {

	font-size: 45px;

	line-height: 50px;

}

.learning-framework .experiential-immersions-text {

    height: 330px !important;

}

}



@media(max-width:1170px) {

.industry-live-projects .industry-col {

	width: 31.4%

}

}



@media(max-width:1169px) {

.leaders-speak-new.pgdm-leaders-speak img {

	height: 600px!important

}

.admission-steps-process.curriculum-focus.foundational-courses-offered.industry-visits img {

	height: inherit!important

}

.student_life_section ul li:nth-child(4), .student_life_section ul li:nth-child(5), .student_life_section ul li:nth-child(6) {

	height: 325px

}

.full_width.py-8.widget_section.industry-academy.pgdm-career-learning.other-experiential-highlights.annual-events-soil.gurgaon-city-campus2.admissions-process.gurgaon-city-campus3.gurgaon-city-campus5.students-work-highlights img {

	height: auto!important

}

}

@media(max-width:1168px) {

.full_width.py-8.widget_section.program-key-highlights .profile-based-des {

    height: 235px !important;

}

}



@media(max-width:1167px) {

.pgdm-design-text {

	height: 340px!important

}

}



@media(max-width:1163px) {

.webinar-strip{  

    padding: 20px 15px;

    max-width: 97%;

    display: inline-block; text-align:center;}

.member_section ul li p {

    min-height: 165px;

}

.governing-board-des {

    height: 265px;

}

}



@media(max-width:1161px) {

.about_value_section .col_23, .about_value_section .col_50 {

	height: 470px!important

}

.about_value_section {

	height: 597px

}

.vision-read-more {

	top: 378px;

}

.internship-process-new .full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col {

    height: 345px;

}

}



@media(max-width:1160px) {

.soil-talent li {

	width: 120px!important;

	height: 120px

}

.campus-recruitment-process .soil-talent li {

	font-size: 18px!important;

	line-height: 25px!important

}

}



@media(max-width:1159px) {

.blog-heading-col {

	height: 150px!important

}

.industry-academy.pgdm-career-learning.other-experiential-highlights.learning-outcomes .industry-col {

	height: 340px

}

}



@media(max-width:1156px) {

.news-col h2 {

	height: 165px

}

}



@media(max-width:1154px) {

.gaining-business-excellence3 .pgdm-specialization .student-life-tab a {

	height: 300px

}

}

@media(max-width:1152px) {

.full_width.py-8.widget_section.digital-modules.bootcamps .profile-based-des {

    height: 350px !important;

}

}



@media(max-width:1151px) {

.important-admissions-notification .upcoming-events-col p {

	height: 170px!important

}

}



@media(max-width:1150px) {

.learning-outcomes-hr .learning-outcomes-top1, .learning-outcomes-top1 {

	height: inherit;

	width: 100%;

	margin-bottom: 20px;

}

.clubs-associations.curriculum-div-col.overview-highlights.overview-highlights-top.faculty-introduction-new .clubs-associations-col {

	width: 100%;

	height: inherit!important;

	margin-bottom: 20px

}

.faculty-introduction-new h2 {

	height: inherit

}

.faculty-introduction-new .des-col-new {

	height: inherit

}

.faculty-introduction-new {

	padding: 0;

	margin: 0 0 -20px 0;

}

.button-new-col1 a {

    width: 100%;

    margin: 0px 0% 10px 0px;

}

.learning-outcomes-top.learning-outcomes-hr.learning-outcomes-col .learning-outcomes-top1 {

    height: inherit !important;

}

}



@media(max-width:1148px) {

.about_value_section {

	height: 588px

}

.about_value_section .col_23 {

	height: 469px

}

}



@media(max-width:1147px) {

.eligibility-hr-new {

	margin-bottom: 0

}

}



@media(max-width:1146px) {

.pgdm-social-innovation .industry-col {

	width: 22.6%!important;

}

}

@media(max-width:1144px) {

.blog-new-col h6 {

    height: 170px !important;

}

}



@media(max-width:1141px) {

.widget_section.py-8.admissions.student-run-events .experiential-immersions-text {

	height: 340px;

}

.widget_section.py-8.admissions.learning-framework.beyond-classroom-experiences .experiential-immersions-text {

    height: 270px !important;

}

}



@media(max-width:1137px) {

.experiential-immersions-hr .experiential-immersions-col {

	width: 100%;

	margin-bottom: 30px

}

.experiential-immersions-hr .experiential-immersions-col h2, .experiential-immersions-hr .experiential-immersions-text {

	height: inherit

}

.experiential-immersions-hr .experiential-immersions-col:last-child {

	margin-bottom: 0

}

.widget_section.py-8.admissions.academies-soil.hr-academies-soil .experiential-immersions-text, .widget_section.py-8.admissions.student-run-events .experiential-immersions-text {

	height: inherit;

}

.learning-framework .experiential-immersions-text, .learning-framework .experiential-immersions-col h2 {

    height: inherit !important;

}

.projects-bootcamps .experiential-immersions-text {

    height: inherit !important;

}

.widget_section.py-8.admissions.learning-framework.beyond-classroom-experiences .experiential-immersions-text {

    height: inherit !important;

}

.widget_section.py-8.admissions.projects-bootcamps.analytics-business .experiential-immersions-col {

    width: 100%;

    margin: 0px 0% 30px 0px;

}

.widget_section.py-8.admissions.projects-bootcamps.analytics-business .experiential-immersions-text {

    height: inherit !important;

}

}



@media(max-width:1135px) {

.digital_section .col_35 {

	width: 100%

}

.digital_section div.col_35.position_relative {

	height: inherit

}

.digital_section .col_65 {

	width: 100%

}

.digital_section .col_65 .digital_box li {

	width: 100%;

	padding: 20px 0 10px 0

}

.digital_section .col_65 .digital_box li .position_relative {

	height: 150px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .experiential-immersion-text {

	height: 190px!important

}

}



@media(max-width:1133px) {

.curriculum-development .lead.mb--30 {

	height: 310px!important

}

}

@media(max-width:1131px) {

.importance-data-analytics3 .importance-data-analytics1 p {

    padding: 20px 0px 0px 0px;

}

}



@media(max-width:1130px) {

.fix_header .main_nav ul li {

	padding: 23px 13px

}

.fix_header .main_nav ul li a {

	font-size: 20px

}

.main_header .logo {

	width: 17%

}

.banner_text h1 {

	font-size: 40px;

	line-height: 50px

}

.three_item_section ul li {

	padding: 22px

}

.three_item_section ul li h2 {

	font-size: 30px

}

.three_item_section ul li h2 img {

	width: 28px;

	margin: 7px 0 0 6px

}

.three_item_section ul li p {

	font-size: 18px;

}

.happening_section .event_box {

	padding: 25px 22px 16px 22px

}

.advantage_section .soli_box h6 {

	font-size: 18px

}

.about_page_header .main_nav ul {

	display: none

}

.about_page_header .main_nav ul li a {

	font-size: 16px

}

.about_page_header .main_nav .read_more {

	padding: 12px 20px 12px 10px;

	text-transform: inherit

}

.about_banner_bg .banner_text h1 {

	font-size: 56px

}

.member_section ul li h6 {

	font-size: 20px

}

.key_link_section ul li .read_more {

	font-size: 17px

}

.key_link_section ul li .read_more::after {

	padding: 22px 6px;

	font-size: 20px

}

.profile_section ul.four_column li {

	width: 47%;

	margin-bottom: 10px

}

.profile_section ul.four_column li p {

	min-height: auto

}

.program_page .widget_section .four_column .download_btn {

	text-transform: inherit

}

.student_life_section ul li {

	padding: 30px 20px 30px 20px

}

.student_life_section ul li h5 {

	font-size: 20px

}

.section_one ul li {

	padding: 15% 0

}

.happening_section {

	margin-bottom: 10px

}

.title {

	font-size: 40px

}

.academic_section .client_2_box li, .academic_section .client_4_box li {

	margin: 0 3% 22px 0

}

.box-pic {

	height: 350px

}

.main_nav {

	display: none

}

.about_banner_bg {

	margin-top: 15px !important;

}

.key-highlights-box ul.four_column li:nth-child(2n) {

	margin-right: 3%

}

.student_life_section ul li .read_more {

	right: -40px

}

.profile_section ul.four_column li h3 {

	font-size: 45px;

	line-height: 45px

}

.blog-inner-heading {

	margin: 90px 0 28px 0

}

.blog-inner .sub_title {

	width: 100%;

	float: left

}

.blog-inner .sub_title li {

	width: auto

}

.pre-mba-graph .canvasjs-chart-canvas {

	width: 790px

}

.pre-mba-graph {

	width: 100%!important

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	height: 195px!important

}

.news-top .blog-inner-heading {

	margin-top: 90px;

}

}



@media(max-width:1129px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col h2 {

	height: 80px!important

}

}



@media(max-width:1128px) {

.pgdm-social-innovation .industry-col {

	width: 22.4%!important

}

}



@media(max-width:1126px) {

.leadership-series-col {

	width: 47%;

	display: inline-grid

}

}



@media(max-width:1125px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources.career-resources-soil .industry-col {

	width: 23.9%!important

}

}



@media(max-width:1121px) {

.student-life.specializations-col .student-life-tab {

	height: 160px

}

}



@media(max-width:1120px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .experiential-immersion-text {

	height: 310px!important;

}

}

@media(max-width:1119px) {

.academic_section ul li h3 {

    height: 80px;

}

}



@media(max-width:1118px) {

.section_one ul li {

	padding: 19% 0

}

.section_one ul li .hover_div img {

	height: 400px

}

.widget_section ul li .img_div, .widget_section ul li .widget_text {

	height: 390px

}

.box-pic {

	height: 390px

}

.popular_section .col_50 {

	width: 100%

}

.popular_section {

	display: inherit

}

.popular_section img {

	height: inherit;

	width: 100%

}

.popular-section-mobile1 {

	margin-top: 40px

}

.academics-box-col {

	padding-bottom: 40px

}

.community-visits {

	padding-bottom: 53px

}

.middle-container .middle-text h3 {

	margin: 43px 0 4px 0

}

.clubs-associations1 h3, .graph-box h3, .hed-col-3, .hed-col-5, .hed-col-6, .placements-reports h3, .student-clubs h3 {

	line-height: 31px!important

}

.pgdm-leaders-speak .col_50.pr_40 {

	margin-bottom: 0

}

.academics-box-col.case-study-col.box-4.color-1 {

	padding-bottom: 0

}

.design-thinking .quote-col1 {

	font-size: 30px!important;

	line-height: 40px!important

}

.design-thinking1 .quote-col1 {

	margin-bottom: 40px

}

.unlearn-patterned-thinking .quote-col1 {

	margin-bottom: 0

}

.unlearn-patterned-thinking .middle-container {

	padding-bottom: 40px

}

.be-iterative .col_50.pr_40 {

	padding: 30px 0 0 0!important

}

.be-iterative .case-study-col .middle-container {

	padding: 30px 30px 0 30px

}

.global-immersion .academics-box-col {

	padding-bottom: 0

}

.pgdm-vision .middle-container {

	padding-bottom: 0

}

.academics-box-col.box-3.eligibility-hr-new {

	padding-bottom: 0

}

.popular_section.academics-box-col.upcoming-events .col_50.pull_right.popular-section-mobile1 {

	margin-top: 0

}

.popular_section.academics-box-col.upcoming-events img {

	height: inherit

}

.academics-box-col.case-study-col.box-2.color-2 .col_50.pr_40 {

	padding-bottom: 0!important

}

.academics-box-col.case-study-col.box-2.color-2 .quote-col1 {

	margin-top: 0

}

.message .middle-container {

	padding-bottom: 30px!important

}

.spirituality-indian-ethos1 .middle-container, .spirituality-indian-ethos2 .middle-container {

	padding-top: 50px;

	padding-bottom: 30px

}

.recruiters-placement-overview .academics-box-col.case-study-col {

	padding-bottom: 0

}

.recruiters-placement-overview .col_50.pull_right.popular-section-mobile1 {

	margin-top: 0

}

.admissions-info a {

	margin: 0 20px 0 0

}

.academics-box-col.case-study-col {

	padding-bottom: 0

}

}

@media(max-width:1117px) {

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .industry-col {

    width: 16.55% !important;

}

}

@media(max-width:1114px) {

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.harvard-case-study .profile-based-des {

    height: 140px !important;

}

}



@media(max-width:1113px) {

.industry-live-projects .industry-col {

	width: 100%;

	height: inherit;

	padding-bottom: 30px;

	margin: 0 0 20px 0

}

.industry-live-projects .industry-col p {

	text-align: center

}

.live-projects .industry-col.color-3 {

	padding-bottom: 30px;

}

.widget_section.py-8.content-layout.admissions-process.live-projects-new .industry-live-projects .industry-col {

    height: inherit;

}

}



@media(max-width:1111px) {

.pgdm-business-box {

	height: 330px

}

.pgdm-social-innovation .industry-col {

	width: 22.2%!important;

}

}

@media(max-width:1110px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 205px;

}

}



@media(max-width:1010px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .experiential-immersion-text {

	height: 215px!important

}

}



@media(max-width:1108px) {

.blog_section .blog_box li h6 {

	height: 160px

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	width: 100%!important;

	height: inherit!important

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking .industry-col .pgdm-design-text {

	height: inherit!important

}

.academy-intensive-week .full_width.py-8.widget_section.digital-modules.industry-academy .industry-col .profile-based-des {

	height: 100px!important;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .industry-col {

    width: 100% !important;

    padding: 0px;

}

.full_width_any.py-8.widget_section.key-focus-section.pgdm-admissions-process.pgdm-design-thinking.pgpm-digital-analytics .pgdm-design-text {

    padding: 20px !important;

}

}



@media(max-width:1105px) {

.member-hr .member-section-col {

	width: 32.6%

}

.member-hr .member-section-col:nth-child(3n) {

	margin-right: 0!important;

}

.leaders-new-col .member_section ul li {

    width: 32.6%;

}

.leaders-new-col .member_section ul li:nth-child(4n) {

    margin-right: 1% !important;

}

}



@media(max-width:1100px) {

.pgdm-social-innovation .industry-col {

	width: 100%!important

}

.pgdm-social-innovation .industry-col {

	height: inherit

}

.blog_section .blog_box li h5, .blog_section .blog_box li h5 a, .blog_section .blog_box li h6, .blog_section .blog_box li h6 a {

	font-size: 18px!important

}

.campus-new .container-block, .campus-new .container-block img {

	width: 100%

}

.campus-new .container-block {

	margin: 0 30px 30px 0

}

.full_width_any.py-8.widget_section.journey ul li {

	width: 100%!important;

	height: inherit

}

.example-box {

	width: 750px

}

.student-awards {

	width: 100%;

	margin: 0 0 30px 0

}

.student-awards img {

	width: 100%

}

.student-awards h2 {

	height: inherit;

	padding-bottom: 20px

}

}



@media(max-width:1099px) {

.career_section ul li {

	width: 47.5%;

	height: 107px

}

.curriculum-specifications .career_section ul li {

	width: 30%;

	margin-bottom: 30px

}

.curriculum-specifications {

	padding-bottom: 30px!important

}

.curriculum-specifications .career_section ul li p {

	margin-top: 10px

}

.transformed-lives ul li {

	margin-top: 30px;

	margin-bottom: 20px

}

}



@media(max-width:1095px) {

.academic_section ul li h3 {

	font-size: 25px

}

}



@media(max-width:1092px) {

.pgdm-admissions-process.pgdm-impact .industry-col h2 {

	height: 90px!important

}

.subjects-taught .curriculum-top .lead.mb--30 {

	height: 170px

}

}



@media(max-width:1084px) {

.alumni-speak-new ul li {

	height: 430px!important

}

}



@media(max-width:1082px) {

.speak_section ul li {

	height: 550px

}

}



@media(max-width:1083px) {

.himalya_section .color_green, .himalya_section .color_green img {

	height: 500px

}

}

@media(max-width:1080px) {

.full_width.py-8.widget_section.program-key-highlights .profile-based-des {

    height: 275px !important;

}

.pgdm-academic-programs p {

    height: 168px;

}

}



@media(max-width:1078px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion .industry-col {

	width: 100%!important

}

.experiential-immersion-text {

	height: inherit!important

}

}



@media(max-width:1076px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.pgdm-learning-outcomes .industry-col h2 {

	height: 160px!important

}

}



@media(max-width:1077px) {

.experiential-immersions-text {

	height: 380px

}

}



@media(max-width:1075px) {

.happening_section .col-30 {

	width: 34.5%;

}

}

@media(max-width:1074px) {

.internship-process-new .full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col {

    width: 100% !important;

	height: inherit;

	padding-bottom: 15px;

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col h2 {

    height: inherit !important;

}

}



@media(max-width:1072px) {

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .industry-col h2 {

	height: 75px !important;

}

.admissions-resources-sec .experiential-immersions-text {

    height: 235px;

}

}



@media(max-width:1068px) {

.profile-based-evaluation .industry-col {

	width: 100%;

	padding: 30px 0 30px 0;

	margin-left: 0;

	margin-right: 0;

}

.profile-based-evaluation .industry-col.color-4 h2, .profile-based-evaluation .profile-based-des {

	height: inherit!important;

}

.full_width.py-8.widget_section.pgdm-admissions-process.about-industry-consortium .industry-col h2 {

	height: inherit!important;

}

.full_width.py-8.widget_section.pgdm-admissions-process.benefit.industry-projects-relevance .industry-col h2 {

	height: 100px!important;

}

.full_width.py-8.widget_section.program-key-highlights .profile-based-des {

    height: inherit !important;

}

.full_width.py-8.widget_section.program-key-highlights.microsoft-intelligent.gaining-business-excellence1 .profile-based-des {

    height: inherit !important;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.harvard-case-study .industry-col {

    width: 100%;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.harvard-case-study .profile-based-des {

    height: inherit !important;

}

}



@media(max-width:1067px) {

.about_value_section .col_23 {

	width: 100%;

	height: inherit

}

.about_value_section {

	height: inherit;

	padding-bottom: 60px!important

}

.about_value_section .col_50 {

	width: 100%

}

.board_section .board_text {

	width: 100%;

	padding: 40px 40px 24px 40px!important

}

.board_box {

	width: 100%

}

.governing-board .board_section {

	padding-right: 0!important;

	padding-left: 0!important

}

.association_section .client_3_box li {

	padding-top: 70px

}

.about_value_section .col_23, .about_value_section .col_50 {

	height: inherit!important

}

.graph-box {

	width: 100%

}

.graph-pic1, .graph-pic2 {

	margin-bottom: -30px

}

.graph-pic4 {

	margin-top: 0

}

.tabcontent-new {

	width: 64%

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col {

	height: 315px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col .experiential-immersion-text {

	height: 210px!important

}

}



@media(max-width:1066px) {

.industry-projects-relevance .industry-col {

	height: 260px

}

}



@media(max-width:1063px) {

.overview-highlights .clubs-associations-col {

	height: 450px!important

}

}



@media(max-width:1060px) {

.curriculum-top-col2, .curriculum-top-col3 {

	height: 430px

}

}



@media(max-width:1205px) {

.digital-modules .industry-col {

	width: 30%

}

}



@media(max-width:1059px) {

.bootcamps .profile-based-des {

	height: 275px!important

}

}



@media(max-width:1058px) {

.curriculum .who-should-col {

	height: 350px

}

}



@media(max-width:1055px) {

.curriculum-top .lead.mb--30 {

	height: 215px

}

}



@media(max-width:1051px) {

.vc-hoverbox-inner {

	min-height: 610px!important

}

}



@media(max-width:1050px) {

.fix_header .main_nav ul li .main_nav_sub_menu {

	display: none!important

}

.fix_header .main_nav ul li.drowp_down:hover::after {

	display: none

}

.explore-beyond {

	width: 53%

}

.explore-beyond p {

	font-size: 40px;

	line-height: 55px!important

}

.placement-Overview-hr .curriculum-top-col2, .placement-overview-top .curriculum-top-col2 {

	height: inherit!important;

	width: 100%;

	padding: 30px;

	margin-bottom: 30px

}

.curriculum-top-col3 {

	width: 100%;

	height: inherit!important;

	padding: 0 0

}

.class-profile-top.placement-overview-top ul li, .curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr .curriculum-top-col3 li {

	height: 200px!important;

	padding: 30px!important;

	display: flex!important

}

.curriculum-top-col2, .curriculum-top-col3 {

	height: inherit;

	width: 100%;

	padding: 20px;

	margin: 10px 0 30px 0

}

.curriculum-top-col3 {

	margin: 0!important;

	padding: 0

}

.how_work .work_wrapper .space_box, .how_work .work_wrapper .text_box, .how_work .work_wrapper .text_right {

	width: 100%;

	position: relative;

	margin-bottom: 60px

}

.how_work .work_wrapper .img_box::after, .how_work .work_wrapper .text_box::after, .how_work .work_wrapper .text_right::before {

	display: none

}

.how_work .work_wrapper .img_box {

	margin-bottom: 30px

}

.timeline-text {

	margin-top: 0

}

.how_work .spirituality-heading.recruiter-testimonials-heading {

	margin-bottom: 20px

}

}



@media(max-width:1049px) {

.blog_section h5 {

	height: 100px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources.career-resources-soil .experiential-immersion-text {

	height: 225px!important;

}

.pgpm-academic-programs li p {

    height: 170px !important;

}

}



@media(max-width:1048px) {

.student_life_section ul li:nth-child(4), .student_life_section ul li:nth-child(5), .student_life_section ul li:nth-child(6) {

	height: 370px

}

}



@media(max-width:1044px) {

.application-cycles-hr .profile-based-des {

	height: 215px!important;

}

}

@media(max-width:1042px) {

.three_item_section ul li p {

    height: 90px;

}

}



@media(max-width:1111px) {

.pgdm-business-box {

	height: 365px

}

}



@media(max-width:1034px) {

.experiential-immersions-col h2 {

	height: 70px

}

}



@media(max-width:1032px) {

.student_life_section ul li {

	height: 435px

}

}



@media(max-width:1031px) {

.pgdm-design-text {

	height: 370px!important

}

}



@media(max-width:1027px) {

.course-leaders-profile .designation {

	height: 150px

}

.application-cycles-hr .profile-based-des {

	height: 250px!important

}

.soil-talent {

	width: 100%

}

.soil-admissions-new .soil-talent li {

	font-size: 18px!important;

	line-height: 25px!important;

}

.importance-data-analytics3 .importance-data-analytics1 p {

    padding: 5px 0px 0px 0px;

}

}



@media(max-width:1022px) {

.work-experience-details .pgdm-heading.pgdm-heading-new1 {

	font-size: 30px!important;

}

.strip-new .color_lime {

    width: 100%;

}

.strip-new .color_orange {

    width: 100%;

}

.strip-new ul {

    display: inherit;

}

}



@media(max-width:1021px) {

.association_section .client_3_box li {

	width: 27%

}

}



@media(max-width:1017px) {

.future-gradutes-button .download_btn, .future-gradutes-button .download_btn.color_brown {

	width: 210px!important;

	padding: 15px 15px 15px 10px

}

}



@media(max-width:1012px) {

.industry-academy.pgdm-career-learning.other-experiential-highlights.learning-outcomes .industry-col {

	height: 370px

}

}



@media(max-width:1005px) {

.academic_section ul li h6 {

	font-size: 16px;

}

}



@media(max-width:1002px) {

.speak_section ul li {

	height: inherit;

	width: 100%;

	margin-bottom: 30px

}

.speak_section ul li p {

	height: inherit

}

.spaek-col {

	margin-top: 10px

}

.speak_section ul li:nth-child(2) {

	margin-bottom: 0

}

.speak_section img {

	float: none;

	margin: 10px 0 20px 0

}

.speak_section ul li {

	text-align: center;

	padding-bottom: 30px

}

.alumni-speak-new ul li {

	height: inherit!important

}

.soil-talent li {

	width: 115px!important;

	height: 115px

}

}



@media(max-width:1001px) {

.col-65 {

	width: 100%;

	margin-bottom: 40px

}

.blog_inner_page_content .sidebar_section .col-30 {

	width: 100%

}

.gaining-business-excellence3 .pgdm-specialization .student-life-tab a {

	height: 330px

}

.association_section .client_3_box li {

	width: 31.3%

}

.association_section .client_3_box li:nth-child(3n) {

	margin-right: 0

}

.accreditations-association-col .col-30, .col-30.accrediations-logo {

	width: 100%;

	margin-top: -40px!important

}

.association_section .client_1_box li {

	height: 180px;

	width: 31.3%;

	margin-right: 3%

}

.accreditations-association-col .client_3_box li {

	height: inherit

}

.news-col h2 {

	height: 185px

}

.blog_inner_page_content .sidebar_section .brown_pgdm {

	margin-bottom: 40px

}

}



@media(max-width:997px) {

.learning-design .learning-design-box {

	width: 32%

}

}



@media(max-width:996px) {

.student_life_section ul li {

	height: 460px

}

}



@media(max-width:994px) {

.contact .tabcontent-new {

	width: 50%;

	margin-top: 0

}

}



@media(max-width:992px) {

h2 {

	font-size: 30px

}

.mobile_menu {

	right: 22px

}

.about_page_header .main_header .main-header-right, .fix_header .main-header-right {

	width: 70px;

	height: 76px

}

.fix_header .mobile_menu {

	right: 15px;

	top: 22px

}

.fix_header .search_box {

	margin: 23px 18px 0 18px

}

.fix_header .main_nav ul li {

	padding: 23px 10px

}

.fix_header .main_nav ul li a {

	font-size: 17px

}

.banner_text h1 {

	font-size: 36px;

	letter-spacing: 0

}

.three_item_section ul li h2 {

	font-size: 26px

}

.section_one ul {

	display: block;

	text-align: left

}

.section_one ul li {

	width: 32%

}

.section_one ul li .section_one_txt_box {

	padding: 40px 26px 0 26px

}

.section_one ul li .section_one_txt_box h3 {

	font-size: 25px;

	line-height: 28px;

	text-align: center

}

.academic_section .apply_now, .academic_section .read_more {

	display: block;

	margin-bottom: 10px;

	width: 100%;

	text-align: center

}

.academic_section ul li h3 {

	font-size: 29px

}

.happening_section h3 {

	font-size: 22px

}

.happening_section .col-30 {

	width: 100%;

	margin-top: 10px

}

.happening_section .event_box li .date {

	margin: 0 14px 20px 0

}

.advantage_section .soli_box {

	margin-left: 20px;

	width: 74%

}

.advantage_section .soli_box p {

	font-size: 18px;

	line-height: 28px

}

.advantage_section .soli_text_box {

	width: 70%

}

.advantage_section .soli_text_box p {

	padding-bottom: 0

}

.widget_section ul li {

	width: 50%

}

.about_page_header .navigation {

	padding-top: 20px;

}

.about_banner_bg .banner_text h1 {

	font-size: 44px

}

.about_banner_bg .banner_text {

	width: 70%

}

table th {

	font-size: 16px!important

}

table tr td {

	font-size: 16px!important

}

td, th {

	padding: 20px 12px

}

.key_link_section ul li, .key_link_section ul li:nth-child(4n), .member_section ul li, .member_section ul li:nth-child(4n) {

	width: 32%;

	margin-right: 1%

}

.key_link_section ul li {

	width: 48.7%!important;

	margin-top: 10px

}

.pl_40 {

	padding-left: 28px!important

}

.career_section ul li h3 {

	font-size: 30px;

	line-height: 26px

}

.career_section ul li p {

	line-height: 24px

}

.program_page .widget_section .four_column li {

	width: 48%;

	margin-bottom: 10px

}

.program_page .widget_section .four_column .download_btn {

	font-size: 20px;

	text-transform: uppercase

}

.speak_section ul li img {

	max-width: 120px

}

.section_one ul li:last-child {

	border-right: 0

}

.apply_now {

	margin-left: 0

}

.happening_section .event_box {

	padding: 30px 22px 10px 22px

}

.happening_section .bg_color {

	width: 104%;

	height: 63vh;

	left: -15px

}

.happening_section .col-65 {

	width: 100%;

	padding-right: 0

}

.happening_section .read_more {

	margin-top: 0

}

.title {

	font-size: 30px;

	line-height: 38px

}

.academic_section.py-8.consortium-companies img {

	height: 60px

}

.academic_section .client_2_box li, .academic_section .client_4_box li {

	margin: 0 3% 18px 0

}

.speak_section ul li h4 {

	margin-top: 10px

}

.key_link_section ul li:nth-child(4n) {

	width: 48.7%;

	margin-top: 13px

}

.key_link_section ul li:nth-child(3n) {

	width: 48.7%;

	margin-top: 13px

}

.happening_section {

	margin-bottom: 0

}

.widget_section ul li {

	width: 100%

}

.widget_section ul li .img_div, .widget_section ul li .widget_text {

	height: inherit

}

.widget_section ul li .widget_text {

	padding: 53px 30px 40px 30px

}

.box-col {

	display: none

}

.mobile-box {

	display: inherit

}

.widget_section ul li .img_div, .widget_section ul li .widget_text {

	height: inherit!important

}

.board_section {

	padding-right: 28px

}

.association_section .col-65 {

	width: 100%

}

.association_section .client_3_box li:nth-child(3), .association_section .client_3_box li:nth-child(6) {

	margin-right: 0

}

.association_section .client_3_box li {

	width: 30.9%;

	height: inherit;

	padding-top: 30px;

	margin-right: 3%;

	margin-bottom: 3.5%

}

.association_section .col-30 {

	width: 100%;

	margin-top: 23px

}

.association_section .client_1_box li {

	width: 30.9%;

	float: left;

	margin-right: 3%

}

.admissions-process table {

	width: 100%

}

.placements-reports a {

	width: 100%;

	margin-bottom: 10px

}

.popular_section .col_50 {

	width: 100%

}

.popular_section {

	display: inherit

}

.popular_section img {

	height: inherit;

	width: 100%

}

.career_section ul li {

	height: 90px;

	width: 47%!important

}

.placements-reports {

	margin: 10px 0 -24px 0

}

.placements-reports a {

	font-size: 18px!important

}

.curriculum-div-col .clubs-associations-col {

	border-right: 0!important;

	width: 33%;

	height: 170px;

	display: inherit

}

.might_section .three_column li {

	width: 100%!important

}

.might_section ul li .might_section_img_box img {

	height: inherit

}

.might_section .three_column li:nth-child(2) {

	margin: 60px 0 0 0

}

.might_section .three_column li:nth-child(3) {

	margin: 60px 0 0 0

}

.might_section .blog_box li h6 {

	height: inherit!important;

	min-height: inherit;

	text-align: center

}

.overview-highlights .clubs-associations-col {

	height: inherit!important;

	width: 100%!important;

	margin-bottom: 20px

}

.blog-heading-col {

	text-align: left!important

}

.pillars ul {

	float: left;

	width: 100%

}

.pillars-box {

	width: 100%;

	margin: 0;

	float: left;

	text-align: center

}

.section_one ul li .section_one_txt_box p {

	text-align: center

}

.academic_section ul {

	display: inherit

}

.academic-programs ul li {

	width: 100%;

	margin-bottom: 30px!important

}

.academic-programs ul li p {

	height: inherit

}

.academic-programs .apply_now, .academic-programs .read_more {

	width: 115px!important;

	display: inherit!important;

	margin-right: 10px;

	margin-bottom: 20px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .industry-col {

	width: 100%!important;

	margin-bottom: 30px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .experiential-immersion-text, .full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.relevant.academic-programs .industry-col h2 {

	height: inherit!important;

	margin-bottom: 10px

}

.leaders-new .member-section-col {

	width: 24.2%!important;

	height: 435px;

	background: #dfdedb

}

.leaders-new .member-section-col:nth-child(6n) {

	margin-right: 1%

}

.leaders-new .member-section-col:nth-child(4n) {

	margin-right: 0

}

.important-admissions-notification .upcoming-events-col {

	width: 100%;

	margin-bottom: 30px

}

.important-admissions-notification .upcoming-events-col, .important-admissions-notification .upcoming-events-col p {

	height: inherit!important

}

.important-admissions-notification .upcoming-events-col a {

	width: auto!important;

	padding: 10px 20px

}

.pgdm-testimonial-pic {

	width: 100%;

	text-align: center;

	padding-left: 0

}

.pgdm-testimonial-pic img {

	width: 250px!important;

	display: inline!important

}

.pgdm-testimonial-col {

	width: 100%;

	text-align: center;

	padding-left: 0;

	margin-top: 30px

}

.pgdm-testimonial-col p {

	font-size: 25px;

	line-height: 35px!important

}

.pgdm-testimonial-col .name {

	line-height: 45px!important

}

.pgdm-business {

	width: 100%;

	padding-right: 0

}

.pgdm-business-col {

	width: 100%;

	margin-top: 30px

}

.pgdm-business-box {

	height: 210px

}

.course-leaders-text {

	width: 100%

}

.course-leaders-text p {

	font-size: 30px;

	line-height: 45px!important;

	padding-right: 0;

	margin-bottom: 30px

}

.course-leaders {

	width: 100%

}

.course-leaders-profile .designation {

	height: 110px

}

.digital-modules .industry-col {

	width: 100%;

	height: inherit;

	margin-left: 0

}

.digital-modules .profile-based-des {

	height: inherit!important

}

.pgdm-heading {

	line-height: 42px

}

.students-box {

	width: 100%;

	padding: 60px 40px 60px 40px

}

.students-brochure {

	width: 100%;

	padding: 40px 40px 50px 40px

}

.students {

	display: inherit

}

.box-new .date {

	width: 32%

}

.box-new .date:last-child {

	margin-right: 0

}

.students-box ul {

	margin-bottom: 0

}

.box-new1 {

	padding-top: 20px!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact .industry-col {

	width: 100%!important

}

.pgdm-admissions-process.pgdm-impact .industry-col h2 {

	height: inherit!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact .industry-col {

	padding-bottom: 30px

}

.pgdm-admissions-process.pgdm-design-thinking .industry-col {

	width: 100%!important;

	margin-left: 0

}

.pgdm-design-text {

	height: inherit!important

}

.design .explore-beyond-text {

	left: 15%

}

.design .explore-beyond p {

	font-size: 30px

}

.hr-leadership .student-scholarships1, .hr-leadership .student-scholarships2 {

	height: 300px

}

.pgdm-admissions-process.benefit .industry-col {

	width: 100%;

	padding-bottom: 30px;

	margin-left: 0

}

.pgdm-admissions-process.benefit .industry-col h2 {

	height: inherit!important

}

.application-cycles-hr .industry-col {

	width: 100%;

	margin-left: 0;

	margin-right: 0

}

.application-cycles-hr .industry-col h2 {

	height: inherit

}

.application-cycles-hr .profile-based-des {

	width: 100%;

	height: inherit!important

}

.soil-admissions-pic {

	width: 100%;

	text-align: center;

	margin-bottom: 20px

}

.soil-admissions-col {

	width: 100%;

	padding-left: 0

}

.pgdm-admissions-process1 .international-exchange {

	width: 49%;

	margin-bottom: 1%

}

.soil-talent {

	width: 100%;

	margin-bottom: 0!important

}

.soil-talent li {

	width: 45%!important;

	height: 100%;

	padding: 15px 20px!important;

	margin: 0 2% 17px 2%!important

}

.pgdm-admissions-process1 .table-div1 table {

	width: 100%

}

.pdgm-scholarships ul {

	padding-right: 50px

}

.clubs-organisations .curriculum-top-col1 {

	width: 100%

}

.annual-events-soil .pgdm-experiential-highlights {

	margin-bottom: 30px

}

.convocation-col {

	width: 100%;

	margin-right: 0;

	padding-bottom: 40%;

	margin-bottom: 30px

}

.convocation-col:last-child {

	margin-bottom: 0

}

.batch-diveristy ul {

	width: 100%;

	height: inherit;

	padding-top: 35px;

	padding-bottom: 50px

}

.batch-diveristy .curriculum-highlights-pic {

	width: 100%;

	height: inherit;

	padding-bottom: 40px

}

.gaining-business-excellence3 .student-life-tab {

	width: 100%;

	margin-bottom: 20px

}

.gaining-business-excellence3 .pgdm-specialization .student-life-tab a {

	height: inherit

}

.gaining-business-excellence3 .student-life-tab:last-child {

	margin-bottom: 0

}

.curriculum-top {

	width: 100%;

	margin: 0 0 20px 0

}

.subjects-taught .curriculum-top .lead.mb--30 {

	height: inherit

}

.pgdm-curriculum-highlights ul li p {

	margin-top: 10px

}

.curriculum-highlights-pic {

	margin-top: 0

}

.leadership-series-talks .member-section-col {

	width: 100%!important;

	margin: 0 0 30px 1%!important

}

.pgdm-career-learning {

	margin-bottom: 0

}

.curriculum-development .lead.mb--30 {

	height: inherit!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.pgdm-learning-outcomes .industry-col {

	width: 100%!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.pgdm-learning-outcomes .industry-col h2 {

	height: inherit!important

}

.answer-col1 {

	width: 100%;

	text-align: center

}

.answer-col2 {

	width: 100%;

	text-align: center;

	margin-top: 30px

}

.industry-academy.pgdm-career-learning.other-experiential-highlights.learning-outcomes .industry-col {

	height: inherit;

	width: 100%!important;

	margin-right: 0

}

.learning-outcomes {

	padding-bottom: 30px!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .industry-col {

	width: 100%!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process .experiential-immersion-text {

	height: inherit!important

}

.innovation-festival-number {

	width: 100%

}

.innovation-festival-text {

	width: 100%;

	text-align: center;

	padding: 0 20px

}

.innovation-festival-text p {

	height: inherit

}

.career-development-schedule .curriculum-top-col1 {

	width: 100%;

	padding-right: 26px

}

.career-activity-highlights .industry-col {

	width: 100%!important

}

.py-8.widget_section.pgdm-admissions-process.career-activity-highlights .industry-col h2 {

	height: inherit!important

}

.career-activity-highlights .industry-col {

	height: inherit;

	padding-bottom: 20px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1 .experiential-immersion-text {

	height: inherit!important

}

.academy-intensive-week .industry-academy .industry-col {

	width: 100%;

	margin: 0 0 20px 0

}

.academy-intensive-week .full_width.py-8.widget_section.digital-modules.industry-academy .industry-col .profile-based-des {

	height: inherit!important

}

.academy-intensive-week .industry-academy .industry-col:last-child {

	margin-bottom: 0

}

.full_width.py-8.widget_section.digital-modules.industry-academy .industry-col {

	width: 100%

}

.full_width.py-8.widget_section.digital-modules.industry-academy .industry-col p {

	height: inherit!important

}

.industries-covered-col {

	width: 50%

}

.full_width.py-8.widget_section.digital-modules.industry-academy.placement-process-simulation .industry-col {

	width: 100%;

	margin-right: 0

}

.full_width.py-8.widget_section.digital-modules.industry-academy.placement-process-simulation .profile-based-des {

	height: inherit!important

}

.hr-legacy-text {

	width: 100%;

	padding-right: 0

}

.hr-legacy-top {

	display: inherit

}

.hr-legacy-text1 {

	width: 100%;

	display: inherit;

	padding: 40px 0

}

.hr-legacy-pic {

	width: 100%

}

.hr-legacy-pic img {

	height: inherit

}

.hr-legacy-text1.color-1 {

	margin-top: 20px

}

.curriculum-hr .who-should-col {

	height: inherit!important;

	width: 100%;

	margin-bottom: 20px

}

.student_life_section ul li {

	height: inherit!important;

	width: 100%;

	border-bottom: 1px solid #d7d7d7!important

}

.student_life_section ul li:nth-child(6) {

	border-bottom: 0!important

}

.member_section.py-8.leadership-council-new.hr-leader-member .member-section-col {

	width: 24%

}

.col_50.pull_right.self-leadership.eligibility-hr {

	width: 100%

}

.academics-box-col.box-3.eligibility-hr-new img {

	height: inherit!important;

	margin-bottom: 30px

}

.eligibility-hr-new .col_50 {

	width: 100%;

	padding-right: 0!important

}

.eligibility-hr-new {

	margin-bottom: 0;

	padding-bottom: 0!important

}

.hr-leadership .student-scholarships1, .hr-leadership .student-scholarships2, .student-scholarships .student-scholarships1, .student-scholarships .student-scholarships2 {

	height: inherit;

	width: 100%;

	padding: 20px

}

.question_section.wrapper_section.py-8.faqs-new.career-development-schedule .curriculum-top-col1 {

	padding-right: 0

}

.question_section.wrapper_section.py-8.faqs-new.career-development-schedule .curriculum-top-col1 ul {

	margin-top: 0

}

.tabs.tabs-new.term-wise-curriculam li {

	width: 100%;

	margin-bottom: 0

}

.tabs.tabs-new.term-wise-curriculam .tab-link::after {

	display: none

}

.orientation-induction1 .question-col2.question-new-col2, .question-col3.question-new-col3 {

	width: 100%!important

}

.curriculum .who-should-col {

	height: inherit;

	width: 100%;

	margin-right: 0;

	margin-bottom: 30px

}

.curriculum .who-should-col:last-child, .experiential-immersions-col:last-child, .industry-col:last-child, .student-life.specializations-col .student-life-tab:last-child, .vc_column_container:last-child, .webinars-video .admissions-resources-col:last-child {

	margin-bottom: 0

}

.experiential-immersions-col {

	width: 100%;

	margin-right: 0;

	margin-bottom: 30px

}

.experiential-immersions-text {

	height: inherit

}

.experiential-immersions-col h2 {

	height: inherit

}

.blog_box.three_column.blog-new-col li {

	width: 100%!important

}

.blog_box.three_column.blog-new-col h6 {

	text-align: left

}

.might_section .three_column li:nth-child(2), .might_section .three_column li:nth-child(3) {

	margin: 40px 0 0 0

}

.vc_column_container {

	width: 100%!important;

	margin-right: 0!important;

	margin-bottom: 30px

}

.webinars-video .admissions-resources-col {

	width: 100%;

	margin-right: 0;

	margin-bottom: 30px

}

.student-life.specializations-col .student-life-tab {

	height: inherit;

	width: 100%;

	margin-bottom: 20px

}

.curriculum-top .lead.mb--30 {

	height: inherit

}

ul.tabs li {

	width: 100%!important;

	margin-right: 0!important;

	margin-bottom: 0

}

.tab-link.color-2.current::after, .tab-link.color-3.current::after, .tab-link.color-4.current::after, .tab-link.color-5.current::after, .tab-link.color-6.current::after, ul.tabs li.current::after {

	display: none!important

}

.industry {

	width: 100%

}

.industry-col {

	width: 100%;

	margin: 0 0 20px 0

}

.industry-col p {

	height: inherit

}

.industry-experiential-tab {

	width: 100%;

	margin-right: 0

}

.tabcontent-new {

	width: 101%;

	padding-right: 0;

	margin-top: 30px

}

.international-exchange-new.international-exchange-bl .international-exchange-pic {

	width: 100%;

	text-align: center

}

.international-exchange-new.international-exchange-bl .international-exchange-des {

	width: 100%;

	padding-left: 0;

	margin-top: 30px

}

.student-life-tab {

	width: 50%;

	margin-top: 2%

}

.campus-overview .leadership-experiences {

	width: 50%

}

.governing-board.leadership-council .member_section.py-8.governing-board-new ul li {

	width: 23%!important

}

.governing-board-new .member-section-col {

	width: 24%!important

}

.message .academics-box-col.case-study-col.box-4 .quote-col1 {

	font-size: 40px

}

.values-pic {

	width: 100%;

	text-align: center

}

.values-box {

	width: 100%;

	text-align: center;

	margin-top: 20px

}

.students-work-highlights1 {

	width: 100%;

	margin: 0 0 1% 0;

	padding-bottom: 52%

}

.news-col .pb_2.pt_2 {

	margin: 25px 0 30px 0;

	width: 100%

}

.news-col .date, .news-col h2 {

	height: inherit

}



.news-col.media-even h2 {

    height:inherit;

}

.campus-map {

	width: 100%;

	margin-top: 20px

}

.gurgaon-city-campus5 p {

	width: 100%

}

.manesar-campus1 {

	width: 100%

}

.manesar-campus2 {

	width: 100%;

	margin: 40px 0 0 0!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .industry-col {

	width: 100%!important;

	margin-right: 0;

	margin-bottom: 20px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .experiential-immersion-text {

	height: inherit!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources .industry-col h2 {

	height: inherit!important

}

.students-career-services {

	width: 100%;

	margin: 20px 0 1% 0

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships .industry-col {

	height: inherit

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships.career-focused-activities .industry-col {

	width: 50%!important;

	height: 80px

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships.career-focused-activities {

	padding-bottom: 20px!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources.career-resources-soil .industry-col {

	width: 100%!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.social-innovation-program.admissions-process.career-activity-highlights1.career-resources.career-resources-soil .experiential-immersion-text {

	height: inherit!important

}

.faculty-inner-pic {

	width: 100%!important;

	text-align: center;

	margin-bottom: 30px!important

}

.blog_inner_page_content.faculty-inner .two_column {

	display: inherit

}

.faculty-inner-top {

	width: 100%!important;

	text-align: center;

	padding-left: 0!important

}

.blog_inner_page_content .widget_section .two_column li .sub_title li strong {

	width: 100%

}

.blog_inner_page_content .widget_section .two_column li .sub_title li span {

	width: 100%

}

.faculty-inner-top h1::before {

	margin: 0 auto;

	left: 0;

	right: 0

}

.faculty-inner-top h1 {

	font-size: 25px!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col {

	width: 100%!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col .experiential-immersion-text {

	height: inherit!important

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.experiential-immersion.admissions-team .industry-col h2 {

	height: inherit!important

}

.admissions-team {

	margin: 60px 0 60px 0

}

.industry-projects-relevance .industry-col {

	width: 100%!important;

	height: inherit

}

.full_width.py-8.widget_section.pgdm-admissions-process.benefit.industry-projects-relevance .industry-col h2 {

	height: inherit!important

}

.about_banner_bg .container.row {

	max-width: 100%;

	padding: 0

}

.about_banner_bg .banner_text {

	width: 100%;

	background: #000;

	padding: 25px 0 20px 0!important;

}

.about_banner_bg .banner_text h1 {

	font-size: 35px;

	color: #fff;

	text-align: center;

	margin-bottom: 0!important

}

.about_banner_bg .banner_text h1:before, .about_banner_bg .banner_text p {

	display: none

}

.about_banner_bg.program-banner .banner_text {

	background: 0 0;

	padding: 20.5% 0!important

}



.presentation-form .form-field-col1 {

    width: 100%;

    margin-bottom: 5px;

}

.presentation-form .form-field {

    width: 100%;

}

.presentation-form {

    width: 100%;

}

.presentation-form .submit-button {

    text-align: center;

    padding-left: 0px;

}

.presentation-form .submit-button .ajax-loader {

    margin-left: 68%;

}

.presentation-form .wpcf7-list-item {

    width: 106px;

    font-size: 16px;

}

.call_section h6 {

	font-size: 14px;

    text-align: center;

}

.call_section {

    height: 45px;

}

.read_more.apply-now {

    padding: 2px 15px;

    margin-top: 9px;

}

.call_section h6 {

    top: 9px;

}

.main_header.fix_header.sticky {

    top: 45px;

}

#siteheader {

    margin-top: 0px;

}

.registration-col {

    width: 100%;

    overflow: scroll;

}

.registration-col iframe {

    width: 910px;

}

.program-design-curriculum .career_section ul li {

    width: 48% !important;

}

.who-can-apply .pgpm-analytics-digital {

    width: 100%;

    margin: 0px 0px 30px 0px;

}

.who-can-apply {

    padding: 30px;

}

.who-can-apply .pgpm-analytics-digital img {

    width: 100%;

}

.wrapper_section.program.admissions-new-col .curriculum-top-col1 {

    width: 100%;

}

.wrapper_section.program.admissions-new-col.develop-excellence .pgpm-analytics-digital img {

    width: 500px;

    margin: 20px 0px 0px 0px;

}

.wrapper_section.program.admissions-new-col.develop-excellence .pgpm-analytics-digital {

    margin: 0px;

}

.small-text {

    width: 100%;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.harvard-case-study {

    padding: 50px 0px 60px 0px !important;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-talent li span {

    padding: 10px 0px 0px 0px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-talent li {

    width: 100% !important;

    height: inherit;

    margin: 0px 0px 10px 0px !important;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function1 {

    padding: 20px 20px 0px 20px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-talent {

    width: 100%;

	margin: 10px 0px 0px 0px !important;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function2 h2 {

    font-size: 22px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .analytics-complementary-function3 h2 {

    font-size: 22px;

}

.full_width.py-8.widget_section.soil-admissions-process1.analytics-complementary-function .soil-admissions-process {

    padding: 10px;

}

.importance-data-analytics3 .importance-data-analytics2 {

    margin: 0px;

    width: 100%;

    text-align: center;

}

.importance-data-analytics2 span {

    float: none;

    margin: 0 auto;

}

.importance-data-analytics3 .importance-data-analytics1 p {

    padding: 20px 0px 0px 0px;

    text-align: center;

    width: 100%;

    float: left;

}

.pgdm-academic-programs {

    width: 100%;

}

.pgpm-academic-programs {

    width: 100%;

    float: left;

}

.pgpm-academic-programs img {

    height: inherit;

}

.pgpm-academic-programs .academic-programs-new {

    width: 100% !important;

}

.pgpm-academic-programs .academic-programs-new1 {

    width: 100% !important;

	padding: 0px !important;

}

.pgpm-academic-programs a {

    float: left;

}

.pgdm-academic-programs h6 {

    margin: 0px 0px 5px 0px !important;

}

.pgpm-academic-programs {

    margin-top: 0px !important;

}

.pgdm-academic-programs img {

    height: inherit;

}

.full_width.py-8.widget_section.relevant.academic-programs.soil-upcoming-events.important-admissions-notification .date {

    height: inherit !important;

}

.pgdm-academic-programs li {

    height: inherit;

}

.academic_section ul li h3 {

    height: inherit;

}

.pgpm-academic-programs li p {

    height: inherit !important;

}

.academic_section ul li h6 {

    height: inherit;

	margin-bottom: 20px !important;

}

.specializations-offered-new .student-life-tab a {

    margin-right: 0%;

}

.admissions-resources-sec .experiential-immersions-text {

    height: inherit;

}

.admissions-resources-sec .experiential-immersions h2 {

    height: inherit;

}

.campus-visit .who-should-col {

    height: inherit !important;

}

.contact-new-content {

    width: 100%;

	padding: 0px 30px;

}

.contact-new-pic {

    width: 100%;

    margin-top: 50px;

}

.contact-new-pic img {

    height: inherit;

}

.contact-field {

    width: 100%;

    margin: 10px 0% 0px 0px;

}

.contact-field-new input {

    width: 100%;

}

.contact-form-new .submit-button input {

    width: 200px;;

}

.pgdm-admissions-collaterals .who-should-col {

    margin: 0px 0% 30px 0%;

}

.admissions-event-content1 {

    margin-top: 10px;

}

.resource-form .wpcf7-form-control-wrap.Name {

    width: 100%;

}

.resource-form .wpcf7-form-control-wrap.email-560 {

    width: 100%;

    float: left;

}

.resume-overall-preparation .application-cycles-hr {

    margin: 30px 0px 40px 0px;

}

.profile-evaluated .button-col {

    margin-top: 10px;

}

.full_width.py-8.widget_section.digital-modules.bootcamps .profile-based-des {

    height: inherit !important;

}

.tour .wpcf7-list-item {

    width: 42%;

}

.tour .form-field-col1 {

    width: 100%;

}

.tour .form-field {

    width: 100%;

}

.download-placement-reports2.download-placement-reports3 ul li {

  width: 100% !important;

  margin-top: 13px;

}

.thank-new-content {

  width: 100%;

}

.thank-new-button {

  width: 100%;

  margin-top: 30px;

}

.thank-new-content p {

  font-size: 25px;

  line-height: 35px !important;

}

/*.about_banner_bg {

  margin-top: 0px !important;

}*/

.about_page_header .fix_header {

    top: 45px;

}

.fix_header .main-header-right{ height:77px;}

}

@media(max-width:972px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 245px;

}

}

@media(max-width:968px) {

.member_section ul li p {

    min-height: 195px;

}

.governing-board-des {

    height: 295px;

}

}




@media(max-width:993px) {

.widget_section ul li .img_div, .widget_section ul li .widget_text {

	height: 408px

}

.box-pic {

	height: 408px

}

}



@media(max-width:947px) {

.blog_section .three_column li {

	width: 32.3%

}

}



@media(max-width:935px) {

.blog_section .blog_box li h6 {

	height: 185px

}

.blog_inner_page_content .widget_section .two_column li .sub_title li, .blog_section .blog_box li .sub_title li {

	font-size: 15px

}

}

@media(max-width:918px) {

.leaders-new-col .member-hr .governing-board-des h6 {

    height: 45px !important;

}

.leaders-new-col .member-hr .governing-board-des {

    height: 100px;

}

}

@media(max-width:908px) {

.content-new1 {

    height: 110px;

}

.three_item_section ul li p {

    height: 108px;

}

}



@media(max-width:901px) {

.industry-top.profile-based-evaluation.application-cycles-hr .unlearn-patterned-thinking2 {

	height: 140px

}

}



@media(max-width:900px) {

.about-top iframe {

	margin-bottom: 30px;

	width: 100%

}

.about-top {

	padding-right: 28px!important;

	padding-bottom: 40px!important

}

.profile_section ul.four_column li {

	width: 48%!important;

	margin-bottom: 3%!important

}

.governing-board-new .member-section-col:nth-child(3n), .profile_section ul.four_column li:nth-child(2n) {

	margin-right: 0

}

.profile_section ul.four_column li:nth-child(3), .profile_section ul.four_column li:nth-child(4) {

	margin-bottom: 0!important

}

.governing-board-new .member-section-col {

	width: 32.6%!important

}

.pgpm-class-col {

	width: 32%;

	float: none;

	display: inline-table;

	margin-bottom: 20px

}

.pgpm-class .industry {

	text-align: center

}

.example-box {

	width: 730px

}

.example-box {

	box-shadow: inherit;

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 225px !important;

}

}



@media(max-width:889px) {

.student_life_section ul li {

	height: 475px

}

}



@media(max-width:886px) {

.table-div.curriculum-map-slider {

	margin-bottom: 60px

}

.example-box {

	padding-left: 50px

}

}



@media(max-width:884px) {

.student_life_section ul li {

	height: 500px

}

}



@media(max-width:871px) {

.widget_section.py-8.content-layout.admissions-process.pgdm-application-cycles.career-activity-highlights2.unlearn-patterned-thinking1 .profile-based-des {

	height: 75px!important

}

}



@media(max-width:867px) {

.pgdm-admissions-process .industry-col {

	width: 29%

}

}



@media(max-width:854px) {

.crt-post .crt-post-text {

	height: inherit!important

}

}



@media(max-width:849px) {

.blog_section .blog_box li h6 {

	height: 215px

}

}



@media(max-width:833px) {

.student_life_section ul li {

	height: 530px

}

.admissions.mobile_for, .arrow_up {

	display: block

}

.admissions.mobile_for, .arrow_up {

	display: block

}

.admissions .social_sticky {

	bottom: -1px;

	left: 0

}

.arrow_up {

	width: 50px;

	height: 50px;

	border-radius: 100px;

	margin: 0 auto -25px;

	text-align: center;

	cursor: pointer

}

.common_sticky3 .common_sticky {

	height: 80px;

	margin: 0;

	float: left;

	width: 25%;

	padding: 00;

	border-right: 1px solid #fff

}

.text-center.inner_numericals_holder.custom-padding, .text-center.inner_numericals_holder.right-pad {

	padding-left: 0;

	padding-right: 0

}

.common_sticky3 .icons_sticky {

	width: 100%!important;

	-moz-transition: all linear .4s;

	-o-transition: all linear .4s;

	-webkit-transition: all linear .4s;

	transition: all linear .4s

}

.arrow_up i {

	color: #f68026;

	font-size: 70px;

	position: relative;

	bottom: 21px;

	cursor: pointer

}

.common_sticky3 .icons_sticky:hover {

	background-color: #dc6c0d

}

.icons_sticky img {

	width: 32px;

	padding: 20px 0

}

.arrow_up {

	display: inherit

}

.slide_bottom {

	bottom: -87px!important;

}

.content-new2 {

  padding: 0px 0px 0px 0px;

}

}



@media(max-width:878px) {

.career_section ul li {

	height: 118px

}

}



@media(max-width:872px) {

.member_section ul li {

	width: 31.9%!important

}

.member_section .faculty_search_box .faculty_answer ul li {

	width: 100%!important

}

}



@media(max-width:868px) {

.leaders-text a {

	display: block;

}

}

@media(max-width:864px) {

.three_item_section ul li p {

    height: 130px;

}

.content-new1 {

    height: 130px;

}

}



@media(max-width:850px) {

.advantage_section .advantage_main_box {

	width: 100%;

	position: relative

}

.advantage_section .soli_text_box {

	width: 100%;

	position: relative

}

.advantage_section .soli_box {

	margin-left: 0;

	width: 100%

}

.advantage_section .soli_text_box::before {

	display: none

}

.soil-advantage .col_76 {

	width: 100%

}

.advantage_section .soli_box h2 br {

	display: none

}

.advantage_section .soli_box p {

	padding-bottom: 0

}

.advantage_section.py-8.soil-advantage {

	padding: 60px 0 10px 0!important

}

ul.tabs li {

	font-size: 16px!important

}

.curriculum-top-col1.key-highlights-top, .our-value-addition2 {

	width: 100%

}

.average-salary-bracket2 {

	width: 100%

}

.average-salary-bracket3 {

	width: 100%;

	padding-left: 0;

	margin: 30px 0 20px 0

}

.roles-offered {

	width: 100%!important

}

}

@media(max-width:832px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 205px;

}

}



@media(max-width:830px) {

.student-life-tab {

	width: 50%;

	border-right: 1px solid #fff;

	border-bottom: 1px solid #fff

}

}



@media(max-width:828px) {

.himalya_section .color_green, .himalya_section .color_green img {

	height: 550px;

}

.call_section h6 {

    width: 100%;

	top: 5px;

    margin: 0px 0px 10px 0px;

}

.call_section {

    height: 63px;

	text-align: center;

    display: inherit;

	padding: 0px 20px;

}

.main_header {

     top: 63px;

}

.home #siteheader {

    margin-top: 113px;

}

.call_section a {

    margin: 0px 0px 0px 2px;

}

.about_banner_bg {

    margin-top: 35px !important;

}

.blog-banner {

    margin-top: 75px;

}

.blog_inner_page_content {

    margin-top: 75px;

}

#demo {

  font-size: 14px !important;

  padding: 6px 6px !important;

}

/*.about_page_header .main_header {

  margin-top: 0px;

}*/

.main_header.fix_header.sticky {

    top: 41px;

}

.about_page_header .fix_header {

    top: 63px;

}

}



@media(max-width:825px) {

.curriculum-specifications .career_section ul li {

	width: 48%

}

}



@media(max-width:821px) {

.soil-admissions-new .soil-talent li {

	width: 100%!important;

}

}

@media(max-width:819px) {

#siteheader {

    margin-top: 0px;

}

.main_header.fix_header.sticky {

    top: 41px;

}

}



@media(max-width:815px) {

.pgdm-business-box {

	height: 230px;

}

}

@media(max-width:810px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 265px !important;

}

}



@media(max-width:807px) {

.work-experience-details .pgdm-heading.pgdm-heading-new1 {

	font-size: 25px!important

}

}



@media(max-width:800px) {

.founder-col {

	float: left;

	margin: 0 0 30px 0;

	width: 100%;

	position: relative;

	padding-bottom: 56.333333%;

	overflow: hidden;

	height: auto;

	height: 0;

	background-color: #000

}

.founder-col iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%

}

.clubs-associations-col {

	width: 50%;

}

.webinar-strip-col .webinar-strip {

    width: 100%;

}

.funding-options-new .international-exchange {

  width: 100%;

  margin: 0px 0% 30px 0px;

}

}



@media(max-width:793px) {

.blog_section h5 {

	height: 135px

}

}



@media(max-width:785px) {

.section_one ul li {

	padding: 26% 0

}

.section_one ul li .hover_div img {

	height: 430px

}

.blog_section .three_column li {

	width: 100%

}

.blog_section .blog_box li h6 {

	height: inherit

}

.blog_section .three_column li p {

	min-height: inherit

}

.blog_section .three_column li:nth-child(2) {

	margin: 0 0 60px 0

}

.blog_section .two_column li {

	width: 100%

}

.blog-col1 ul {

	display: inherit!important

}

.blog-col1 .blog_box_img img {

	height: inherit

}

.blog_section h5 {

	height: inherit

}

.blog_section .two_column li:nth-child(2) {

	margin: 50px 0 0 0

}

.blog_section .blog_box li h5, .blog_section .blog_box li h5 a, .blog_section .blog_box li h6, .blog_section .blog_box li h6 a {

	min-height: inherit

}

.envelop_section ul li {

	width: 100%;

	margin: 5px 0 10px 0

}

.envelop_section {

	padding: 100px 0 50px

}

.blog_section .two_column {

	display: inherit

}

.blog-col3 .three_column li:nth-child(2) {

	margin: 0 0 60px 0

}

.blog_section .three_column li {

	margin-bottom: 60px

}

.blog-col4 {

	padding: 0!important

}

.might_section .three_column li:nth-child(3) {

	margin: 0

}

.blog_section .three_column li {

	margin-bottom: 40px

}

.blog_section .three_column li:nth-child(2) {

	margin: 0 0 40px 0

}

}



@media(max-width:770px) {

.member_section ul li p {

	min-height: 150px

}

.governing-board-des {

	height: 305px;

}

}



@media(max-width:768px) {

.container {

	max-width: 100%

}

.main_header .logo {

	width: 23%

}

.fix_header .main_nav ul {

	display: none

}

h2 {

	font-size: 24px

}

.banner_text h1 {

	font-size: 28px;

	line-height: 36px

}

.three_item_section ul {

	display: inline-block;

	width: 100%

}

.three_item_section ul li {

	width: 100%;

	padding: 13px 22px

}

.section_one ul li {

	width: 49%;

	padding: 19% 0;

	display: inline-block;

	text-align: center

}

.academic_section ul {

	display: block

}

.academic_section ul.three_column li {

	width: 100%;

	margin: 0 0 16px 0

}

.academic_section ul li h6 {

	margin: 0 0 25px 0

}

.academic_section .apply_now, .academic_section .read_more {

	display: inline-block;

	margin-bottom: 0;

	width: auto;

	padding: 10px 30px

}

.happening_section .col-30, .happening_section .col-65 {

	width: 100%

}

.happening_section .bg_color {

	width: 100%;

	height: auto;

	position: relative

}

.col-30, .col-65 {

	width: 100%

}

.advantage_section .advantage_main_box {

	top: 12%

}

.widget_section ul li {

	width: 100%

}

.widget_section ul li:nth-child(2) .widget_text, .widget_section ul li:nth-child(4) .widget_text, .widget_section ul li:nth-child(6) .widget_text {

	position: relative;

	padding: 50px

}

.widget_section ul li:nth-child(2) .widget_text img, .widget_section ul li:nth-child(4) .widget_text img, .widget_section ul li:nth-child(6) .widget_text img {

	display: block

}

.about_banner_bg .banner_text h1 {

	font-size: 36px;

	margin-bottom: 26px

}

.inner_page_breadcrumb {

	padding: 12px 0;

	display: none!important

}

table th {

	font-size: 14px;

	line-height: 19px

}

td, th {

	padding: 14px 12px

}

.popular_section {

	display: inline-block;

	width: 100%;

	margin-bottom: 4px

}

.popular_section .col_50 {

	width: 100%

}

.popular_section .pl_40 {

	padding-left: 20px!important;

	padding-top: 53px

}

.popular_section .pr_40 {

	padding-right: 20px!important;

	padding-bottom: 37px

}

.key_link_section ul li:nth-child(3n), .member_section ul li:nth-child(3n) {

	margin-right: 1%

}

.key_link_section ul li:nth-child(2n) {

	margin-right: 0

}

.member_section ul li {

	margin-top: 0;

	margin-bottom: 1%!important

}

.career_section ul li p {

	padding-bottom: 0

}

.profile_section .col_50 {

	width: 100%

}

.profile_section .col_50 p {

	min-height: auto

}

.program_page .widget_section .four_column .download_btn {

	font-size: 16px

}

.student_life_section ul li:nth-child(3n) {

	border-right: 1px solid #d7d7d7

}

.student_life_section ul li:nth-child(2n) {

	border-right: none

}

.student_life_section ul li:nth-last-child(3) {

	border-bottom: 1px solid #d7d7d7

}

.apply_now {

	margin-left: 10px

}

.happening_section .two_column {

	margin-bottom: 0

}

.academic_section.py-8.consortium-companies img {

	height: auto

}

.consortium-companies .col-30 {

	width: 100%

}

.academic_section .client_2_box li:nth-child(2n) {

	margin-right: 3%

}

.consortium-companies .col-30 {

	width: 100%;

	padding-left: 0;

	margin-top: 55px

}

.academic_section .client_2_box li {

	width: 21%

}

.academic_section .client_2_box li {

	margin-right: 3%!important

}

.academic_section.py-8.consortium-companies .logo-12, .academic_section.py-8.consortium-companies .logo-16, .academic_section.py-8.consortium-companies .logo-4, .academic_section.py-8.consortium-companies .logo-8 {

	margin-right: 0!important

}

.academic_section .client_2_box li, .academic_section .client_4_box li {

	width: 22.2%;

	margin: 0 3% 28px 0

}

.academic_section .client_2_box li {

	width: 22.3%;

	margin: 0 3% 28px 0

}

.academic_section.py-8.consortium-companies {

	padding-bottom: 60px!important

}

.social-icon-desktop {

	display: none!important

}

.social-icon-mobile {

	display: inherit!important;

	margin-top: 30px

}

#wrap input[type=text]:focus {

	width: 250px

}

.career_section {

	padding-bottom: 40px!important

}

.profile_section ul.four_column li {

	margin-bottom: 22px

}

.student-profile {

	margin: 30px 0 0 0!important

}

.student_life_section ul li {

	height: auto

}

.himalya_section .color_green {

	height: auto;

	width: 100%;

	padding: 53px 0 0 0

}

.himalya_section .color_green img {

	height: auto;

	width: 100%

}

.himalya_section {

	display: inherit

}

.himalya_section .color_green p {

	padding-bottom: 2px

}

.about_banner_bg .banner_text {

	padding-top: 9%

}

.academic-programs {

	padding-bottom: 44px!important

}

.popular-section-mobile {

	display: inherit!important

}

.popular_section img {

	height: auto

}

.three_item_section ul li h2 {

	font-size: 22px;

	font-weight: 400

}

.three_item_section ul li h2 img {

	width: 20px;

	margin: 3px 0 0 2px

}

.client_4_box {

	border-right: 0

}

.academic_section .client_2_box li:nth-child(4), .academic_section .client_4_box li:nth-child(12), .academic_section .client_4_box li:nth-child(4), .academic_section .client_4_box li:nth-child(8) {

	margin-right: 0!important

}

.governing-board .slick-slide img {

	height: inherit;

	width: 100%;

	margin-bottom: 30px

}

.board_box ul li h4 {

	font-size: 25px

}

.board_box ul li p {

	padding-right: 0!important

}

.board_box ul {

	text-align: center

}

.modern_section .col_50 {

	width: 100%;

	margin-top: 30px

}

.modern_section {

	padding-bottom: 24px!important

}

.program_page .col_50.alignright {

	padding-bottom: 56%;

	width: 100%;

	margin-bottom: 40px;

	margin-top: 5px;

	margin-right: 15px

}

.program_page .wrapper_section {

	padding-right: 28px!important

}

.admissions-resources-col {

	width: 100%;

	margin-right: 0;

	margin-bottom: 30px

}

.admissions-resources-col:nth-child(3) {

	margin-bottom: 0

}

.question_section ul li .question {

	font-size: 18px;

	font-weight: 500

}

.question_section ul li .answer {

	font-size: 16px

}

.middle-container .middle-text h3 {

	margin: -4px 0 4px 0

}

.popular-section-mobile1 {

	margin-top: -5px

}

.academics-box-col {

	padding-bottom: 0;

	margin-bottom: -5px!important

}

.community-visits {

	padding-bottom: 15px

}

.des-col {

	padding-top: 0

}

.himalya_section.image_slider .slick-slide img {

	height: inherit

}

.recruting-companies {

	width: 100%

}

.blog-top input {

	width: 100%

}

.blog-top .search_box {

	width: 50%

}

.banner_text_home h1 {

	font-size: 40px

}

.video img {

	height: 500px;

	object-fit: cover

}

.video-box button img {

	height: inherit

}

.academic-programs .apply_now, .academic-programs .read_more {

	width: 115px!important;

	padding: 10px;

	margin-bottom: 20px!important;

	margin-right: 0;

}

.leaders-new .member-section-col {

	width: 49%!important;

	height: inherit;

	margin-bottom: 1%!important

}

.leaders-new .member-section-col:nth-child(4n), .leaders-new .member-section-col:nth-child(6n) {

	margin-right: 1%

}

.leaders-new .member-section-col:nth-child(2n) {

	margin-right: 0

}

.leaders-new .member-section-col h6 {

	height: inherit

}

.consortium-companies .industry-consortium-col {

	width: 32.6%;

	margin-right: 1%

}

.consortium-companies .industry-consortium-col:nth-child(3n) {

	margin-right: 0

}

.global-partnerships .international-exchange {

	width: 32.6%;

	float: left

}

.global-partnerships .international-exchange:nth-child(3n) {

	margin-right: 0

}

.learning-design .learning-design-box {

	width: 100%;

	border-right: 0;

	margin-bottom: 50px

}

.learning-design {

	padding: 40px 0 0 0

}

.harvard-business-school {

	padding-bottom: 0!important

}

.course-specializations .industry-col {

	width: 100%!important;

	margin-left: 0

}

.course-specializations .industry .industry-col h2 {

	font-size: 22px!important

}

.design-thinking1 .quote-col1 {

	margin-bottom: 0

}

.student-scholarships1 {

	width: 100%

}

.hr-leadership .student-scholarships1, .hr-leadership .student-scholarships2 {

	height: inherit;

	width: 100%;

	padding: 20px

}

.unlearn-patterned-thinking1 .industry-col {

	width: 100%!important

}

.widget_section.py-8.content-layout.admissions-process.pgdm-application-cycles.career-activity-highlights2.unlearn-patterned-thinking1 .profile-based-des {

	height: inherit!important

}

.industry-top.profile-based-evaluation.application-cycles-hr .unlearn-patterned-thinking2 {

	height: inherit;

	padding-bottom: 30px

}

.be-iterative .case-study-col .middle-container {

	padding: 30px 60px 40px 60px

}

.admissions-process-text {

	font-size: 26px!important;

	line-height: 40px!important;

	padding-right: 15px

}

.career_section.py-8.pgdm-curriculum-highlights.foundation-liberal-arts {

	padding-bottom: 60px!important

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab li {

	width: 100%

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab .tab-link::after {

	display: none

}

.question_section.tab-col .question span {

	width: 95%;

	float: left

}

.case-study-col .middle-container {

	padding: 30px 30px 30px 30px

}

.py-8.widget_section.setting-vision.mentorship.pgdm-vision {

	padding-bottom: 60px!important

}

.orientation-induction1.pgdm-faqs1 .question::after {

	margin-top: 2px!important

}

.our-value-addition1 {

	width: 100%;

	margin-bottom: 30px

}

.participating-companies .our-value-addition2 {

	width: 32%

}

.participating-companies .our-value-addition2:nth-child(5n) {

	margin-right: 2%

}

.participating-companies .our-value-addition2:nth-child(3n) {

	margin-right: 0

}

.upcoming-events a {

	margin: 30px 2% 50px 0

}

.international-exchange-new.student-led-events .international-exchange-pic {

	width: 100%;

	text-align: center

}

.international-exchange-new.international-col.student-led-events .international-exchange-des {

	width: 100%;

	padding-left: 0;

	margin-top: 30px

}

.academics-box-col.case-study-col.box-4.color-1 .middle-container {

	padding-bottom: 0

}

.academics-box-col.case-study-col.box-2.color-2 {

	margin-bottom: 30px!important

}

.student-learning-video .student-learning {

	width: 100%;

	padding-bottom: 56%;

	margin-right: 0

}

.association_section .client_1_box li {

	height: 130px

}

.message .academics-box-col.case-study-col.box-4.color-1 {

	margin-bottom: 30px!important

}

.message .academics-box-col.case-study-col.box-4 .quote-col1 {

	font-size: 30px;

	margin: 0

}

.resources .students-career-services {

	margin-bottom: 20px;

	width: 100%

}

.resources .students-career-services:last-child {

	margin-bottom: 50px

}

.aicte-approval1 {

	width: 100%;

	margin-right: 0;

	margin-bottom: 20px

}

.wrapper_section.py-8.about-top.aicte-approval-top {

	padding-right: 0!important

}

.mandatory-disclosures1 {

	width: 100%;

	padding-right: 0

}

.mandatory-disclosures2 {

	width: 100%;

	margin-top: 30px

}

.recruiters-placement-overview {

	padding-bottom: 0!important

}

.participating-companies-list {

	width: 100%;

	margin: 0 0 5% 0

}

.participating-companies-col {

	height: inherit

}

.pgpm-bl h2 {

	font-size: 35px!important;

	margin-bottom: 25px

}

.admissions-info a {

	margin: 30px 20px 0 0

}

.wpcf7-form .form-col p {

	width: 100%;

	margin-right: 0

}

.wpcf7-form-control-wrap.checkbox-524 {

	position: inherit

}

.contact_page_form.inner_page {

	width: 100%

}

.contact .industry-experiential-tab {

	width: 100%;

	margin-right: 0

}

.contact .tabcontent-new {

	width: 100%;

	padding: 0;

	margin-top: 30px

}

.deadline-new .pgdm-deadline.pgdm-deadline1 {

	width: 100%

}

.deadline-new {

	padding: 0 13px 30px 13px!important

}

.students-box ul li {

	width: 100%!important

}

.blog-new1.blog-new3 .blog-new2 {

	width: 100%;

	float: left;

	margin-top: 30px;

}

.blog-new1.blog-new3 .blog-new-pic {

	width: 100%;

	margin-left: 0

}

.blog-new-pic {

	width: 100%;

	margin-right: 0;

}

.curriculum-top-col1.key-highlights-top.key-highlights-new .our-value-addition2 {

    width: 100%;

    margin: 0px 0% 30px 0px;

}

.curriculum-top-col1.key-highlights-top.key-highlights-new .our-value-addition.value-addition.key-highlights-hr {

    margin-bottom: -80px !important;

}

.our-value-addition.participating-companies.participating-companies-new1 .our-value-addition2 {

    width: 32%;

}

.our-value-addition.participating-companies.participating-companies-new1 .our-value-addition2:nth-child(6n) {

    margin-right: 2%;

}

.our-value-addition.participating-companies.participating-companies-new1 .our-value-addition2:nth-child(3n) {

  margin-right: 0%;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.learn-analytics-business.logo-new-col1 .industry-col {

    width: 100% !important;

    margin: 0px 0% 30px 0px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.learn-analytics-business.logo-new-col1.consulting-skills-development .industry-col {

    width: 100% !important;

}

.full_width.py-8.widget_section.global-organizations-new .participating-companies-new1 .our-value-addition2 {

    width: 32%;

}

.full_width.py-8.widget_section.global-organizations-new .participating-companies-new1 .our-value-addition2:nth-child(3n) {

  margin-right: 0% !important;

}

.full_width.py-8.widget_section.global-organizations-new .participating-companies-new1 .our-value-addition2:nth-child(5n) {

    margin-right: 2%;

}

.strip-new {

    display: none;

}

.strip-mobile {

    display: inherit;

	margin-top: -2px;

}

.three_item_section ul li p {

    height: inherit;

	margin: 0px 0px 10px 0px;

}

.border-t-0.border-l-0.border-r-0.table-new1 {

    height: 217px;

}

.blue-bg td {

    padding: 33px 32px 25px 20px;

}

.admissions-resources-new {

    margin-right: 0% !important;

    margin-bottom: 30px !important;

}

.summer-internships-new img {

    float: left;

    width: 100%;

    margin: 10px 0px 30px 0px;

}

.objectives-internships .career_section ul li {

    width: 100% !important;

}

.blog-new-col .might_section_img_box {

    width: 100%;

}

.blog-content {

    width: 100%;

    padding-right: 0px;

    margin-top: 30px;

}

.content-new1 {

    height: inherit;

	margin: 0px 0px 10px 0px;

}

.modal-content-new {

  width: 90%;

  margin: 170px auto 0px;

}

.news-inner h1 {

	font-size: 32px !important;

	line-height: 40px;

	}

}

@media(max-width:762px) {

.call_section {

    height: 55px;

	display: inherit;

	text-align: center;

	padding: 0px 10px;

}

#siteheader {

    margin-top: 0px;

}

.main_header.fix_header.sticky {

    top: 37px;

}

.call_section br {

    display: inherit;

}

.call_section span {

    display: none;

}

.call_section h6 {

	width: 100%;

	top: 3px;

    margin: 0px 0px 7px 0px;

}

.call_section a {

    font-size: 14px;

}

.main_header {

   top: 57px;

   margin-top:0 !important;

}

.home #siteheader {

    margin-top: 105px;

}

.about_banner_bg {

    margin-top: 32px !important;

}

.blog-banner {

    margin-top: 65px;

}

/*.about_page_header .main_header {

  margin-top: 0px;

}*/

.about_page_header .fix_header {

    top: 57px;

}

}

@media(max-width:746px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 295px !important;

}

}



@media(max-width:744px) {

.academic_section .client_2_box li, .academic_section .client_4_box li {

	width: 22.2%

}

.academic_section .client_2_box li {

	width: 22.2%

}

}



@media(max-width:770px) {

.member_section ul li p {

	min-height: 200px;

}

}

@media(max-width:729px) {

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: 240px;

}

}

@media(max-width:716px) {

.deadline-col1 {

    width: 115px;

    height: 160px;

	margin: 0px 5px 13px 5px;

}

.deadline-section1 {

    font-size: 20px !important;

}

.deadline-col1 p {

    font-size: 20px;

    height: 100px;

    line-height: 40px !important;

	padding-top: 15px;

}

.deadline-col1 span {

    font-size: 35px;

}

.deadline-section a {

    font-size: 20px;

    padding: 20px;

}

.deadline-section2 {

    font-size: 20px !important;

    line-height: 25px;

    margin-top: 20px;

}

}



@media(max-width:714px) {

.member_section ul li h6 {

	height: 50px

}

.member_section.py-8.leadership-council-new.hr-leader-member .member-section-col {

	width: 49%!important

}

.governing-board-des {

	height: inherit

}

.governing-board-new .member-section-col {

	width: 49.5%!important;

	margin-right: 1%

}

.governing-board-new .member-section-col:nth-child(3n) {

	margin-right: 1%

}

.governing-board-new .member-section-col:nth-child(2n) {

	margin-right: 0

}

.member_section ul li p {

	min-height: inherit;

	height: 145px;

}

}



@media(max-width:815px) {

.pgdm-business-box {

	height: 270px

}

}

@media(max-width:775px) {

.leaders-new-col .member-hr .governing-board-des {

    height: 110px;

}

}



@media(max-width:709px) {

  .call_section  .read_more{ margin-left:10px;}

.data-wrap {

    width: 430px !important;

}

.data-title {

    width: 430px;

}

.data-title h2 {

    font-size: 18px !important;

}

.text-new3 {

    width: 460px;

}

.content-new {

    width: 430px;

}

}





@media(max-width:702px) {

.academic_section .client_2_box li, .academic_section .client_4_box li {

	width: 22%

}

.academic_section .client_2_box li {

	width: 22%

}

}



@media(max-width:700px) {

.widget_section.py-8.admissions .course-leaders-profile {

	width: 48.5%;

	margin-right: 3%!important

}

.widget_section.py-8.admissions .course-leaders-profile:nth-child(2n) {

	margin-right: 0!important

}

.course-leaders-profile:nth-child(3n) {

	margin-right: 0!important

}

.pgdm-admissions-process .industry-col {

	width: 44%

}

.pgdm-admissions-process1 .curriculum-top-col1 {

	width: 100%

}

.pgdm-admissions-process .soil-talent li {

	width: 100%!important

}

.soil-admissions-col h2 span {

	display: none

}

.soil-admissions-des {

	padding: 5px 0 0 0

}

.pgdm-admissions-process .soil-admissions-col h2 {

	font-size: 20px

}

.pgdm-funding-options .international-exchange {

	width: 100%;

	margin-bottom: 30px

}

.pdgm-scholarships ul {

	padding-right: 0;

	width: 100%

}

.pdgm-scholarships .curriculum-highlights-pic {

	width: 100%

}

.pdgm-scholarships ul li {

	font-size: 20px!important

}

.pdgm-scholarships p {

	margin-bottom: 0

}

.career_section.py-8.pgdm-curriculum-highlights.foundation-liberal-arts.pdgm-scholarships.admissions-process.students-top {

	padding-bottom: 60px!important

}

.work-experience-details {

	width: 100%;

	padding: 50px 0 0 0!important

}

.work-experience-details1 {

	padding-bottom: 70px!important

}

.full_width.py-8.widget_section.pgpm-class.work-experience-details.graduation-details.graduation-details1 {

	padding-bottom: 60px!important

}

.graduation-details {

	padding-bottom: 10px!important

}

.full_width.py-8.widget_section.pgpm-class.work-experience-details.background-states.pgpm-class-new {

	padding-bottom: 50px!important;

}

}





@media(max-width:669px) {

	.call_section h6{ font-size:13px; line-height:13px;}

	.call_section{padding: 0px 20px;}

.call_section .read_more {

    padding: 5px 15px;

}

}





@media(max-width:690px) {

.member_section ul li {

	width: 48%!important

}

.association_section .client_3_box li {

	width: 30.8%

}

.member_section ul li p {

	min-height: 100px

}

.member-hr .member-section-col {

	width: 100%!important

}

.member-hr .governing-board-des {

	height: inherit;

}

.leaders-new-col .member-hr .governing-board-des h6 {

    height: auto !important;

    margin-bottom: 7px;

}

.leaders-new-col .member-hr .governing-board-des {

    height: 87px;

}

}



@media(max-width:650px) {

.pgdm-business-box {

	height: 300px

}

.funding-options .international-exchange {

	width: 100%;

	margin-bottom: 20px

}

.new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 a, .new_blog_section .new_blog_right_sidebar .blog_wrapper_full li h4 {

    height: inherit !important;

}

}



@media(max-width:633px) {

.soil-talent li {

	width: 100%!important;

	margin: 0 0 17px 0!important

}

}



@media(max-width:631px) {

.pgdm-curriculum-highlights ul li {

	height: 150px

}

}



@media(max-width:613px) {

.student_life_section ul li {

	height: 470px

}

}



@media(max-width:611px) {

.member_section ul li p {

	min-height: 130px

}

}



@media(max-width:610px) {

.student_life_section ul li {

	height: 490px

}

}



@media(max-width:605px) {

.member_section ul li p {

    min-height: 170px;

}

}



@media(max-width:600px) {

.clubs-associations-col {

	width: 50%!important

}

.profile_section.py-8.key-highlights-box ul li {

	width: 100%

}

.video-box h2 {

	font-size: 22px;

	line-height: 35px

}

.video img {

	height: 350px;

	object-fit: cover

}

.video-box {

	bottom: 28%

}

.pgdm-testimonial-top .slider-container {

	width: 100%

}

.pgdm-testimonial-pic img {

	width: 200px!important

}

.explore-beyond-top {

	position: relative

}

.explore-beyond {

	width: 100%;

	height: inherit!important;

	bottom: 0;

	position: absolute!important;

	padding: 30px

}

.explore-beyond p {

	font-size: 28px;

	line-height: 40px!important

}

.design .explore-beyond {

	height: 500px!important

}

.design .explore-beyond-text {

	left: 7%

}

.design .explore-beyond p {

	font-size: 23px

}

.design .explore-beyond-text {

	width: 92%

}

.governing-board.leadership-council .member_section.py-8.governing-board-new ul li {

	width: 48%!important

}

.accreditations-association-col .client_1_box li {

	height: 70px!important

}

.accreditations-association-col .client_1_box.text_center img {

	width: 100%

}

.key_link_section ul li {

	width: 100%!important;

	margin-bottom: 10px!important

}

.key_link_section ul li:nth-child(1) {

	margin-bottom: 10px

}

.key_link_section ul li:nth-child(3n) {

	margin-top: 0

}

.key_link_section ul li:nth-child(4n) {

	margin-top: 0

}



/*blog-detail-page-pop-up-css-Start*/

.form-section h3{ font-size:26px; line-height:28px}

#boxes #dialog{ width:90%}

.form-section {

    padding-bottom: 15px;

}

.download-placement-reports2.download-placement-reports3 ul li {

  margin-top: 0px;

}

/*blog-detail-page-pop-up-css-End*/



}



@media(max-width:595px) {

.pgdm-business-box {

	height: 350px

}

}



@media(max-width:577px) {

.student_life_section ul li {

	height: 525px

}

}



@media(max-width:576px) {

h2 {

	font-size: 20px

}

.banner_text h1 {

	font-size: 19px;

	line-height: 27px

}

.three_item_section ul li {

	width: 100%

}

.section_one ul li .h1 {

	font-size: 166px

}

.section_one ul li {

	width: 100%;

	height: 250px;

	border-right: 0

}

.academic_section .apply_now, .academic_section .read_more {

	padding: 10px 13px

}

.happening_section .two_column li {

	width: 100%

}

.happening_section .bg_color {

	width: 100%;

	top: 16%

}

.academic_section .client_4_box li {

	width: 30.5%

}

.academic_section .client_2_box li, .academic_section .client_4_box li {

	margin: 0 3% 20px 0

}

.academic_section .client_2_box li, .academic_section .client_2_box li:nth-child(2n) {

	width: 30.5%;

	margin: 0 3% 20px 0

}

.academic_section .client_2_box li:nth-child(3n) {

	margin-right: 0

}

.advantage_section .col_76 {

	width: 100%

}

.advantage_section .advantage_main_box {

	top: 0;

	position: relative

}

.widget_section ul li:nth-child(2) .widget_text, .widget_section ul li:nth-child(4) .widget_text, .widget_section ul li:nth-child(6) .widget_text {

	position: relative;

	padding: 34px 20px

}

.about_banner_bg .banner_text {

	width: 100%

}

.about_banner_bg .banner_text h1 {

	font-size: 28px;

	line-height: 35px

}

.key_link_section ul li, .key_link_section ul li:nth-child(2n), .key_link_section ul li:nth-child(3n), .key_link_section ul li:nth-child(4n), .member_section ul li:nth-child(2n), .member_section ul li:nth-child(4n) {

	width: 100%!important;

	margin-right: 0

}

.program_page .wrapper_section.pl_40 {

	padding-left: 20px!important;

	padding-right: 20px!important

}

.program_page .wrapper_section .col_50 {

	width: 100%;

	float: none;

	margin-left: 0;

	margin-bottom: 20px

}

.career_section ul li {

	width: 100%;

	min-height: auto

}

.profile_section ul.four_column li, .program_page .widget_section .four_column li {

	width: 100%

}

.student_life_section ul li, .student_life_section ul li:nth-child(3n) {

	width: 100%;

	border-right: none

}

.student_life_section ul li:nth-last-child(2) {

	border-bottom: 1px solid #d7d7d7

}

.student_life_section ul li:nth-child(1) {

	padding-top: 7px

}

.himalya_section {

	display: inline-block;

	width: 100%

}

.himalya_section .col_50:first-child {

	padding: 53px 30px 0 30px!important

}

.himalya_section .col_50 {

	width: 100%

}

.speak_section ul li img {

	float: none;

	margin-bottom: 14px

}

.section_one ul li:last-child {

	border-right: 0

}

.title {

	font-size: 25px

}

.section_one ul li .hover_div img {

	height: 260px

}

.happening_section .two_column .pull_right {

	margin-top: 25px

}

.happening_section .event_box {

	padding: 30px 10px 10px 10px

}

.academic_section.py-8.consortium-companies {

	padding-bottom: 40px!important

}

.academic_section.py-8.consortium-companies .logo-12, .academic_section.py-8.consortium-companies .logo-16, .academic_section.py-8.consortium-companies .logo-4, .academic_section.py-8.consortium-companies .logo-8 {

	margin-right: 3%!important

}

.academic_section.py-8.consortium-companies .logo-12, .academic_section.py-8.consortium-companies .logo-15, .academic_section.py-8.consortium-companies .logo-18, .academic_section.py-8.consortium-companies .logo-3, .academic_section.py-8.consortium-companies .logo-6, .academic_section.py-8.consortium-companies .logo-9 {

	margin-right: 0!important

}

.box-pic {

	height: auto

}

.widget_section ul li .widget_text h4 {

	font-size: 25px

}

.advantage_section .soli_text_box {

	padding: 34px 20px

}

.advantage_section .soli_box {

	padding: 38px 20px

}

.student_life_section {

	padding-bottom: 30px!important

}

.speak_section ul li {

	height: auto;

	padding-top: 40px

}

.speak_section ul li p {

	height: auto

}

.speak_section ul {

	text-align: center

}

.key_link_section {

	padding-bottom: 59px!important

}

.container {

	padding: 0 20px

}

.table-div {

	overflow-y: auto;

	width: 100%

}

.popular_section .title {

	font-size: 28px!important;

	line-height: 37px

}

.section_one ul li:nth-child(2), .section_one ul li:nth-child(3), .section_one ul li:nth-child(4), .section_one ul li:nth-child(5) {

	display: none

}

.happening_section .two_column li:nth-child(2) {

	margin-top: 30px

}

.academic_section .client_2_box li:nth-child(3), .academic_section .client_2_box li:nth-child(6), .academic_section .client_4_box li:nth-child(12), .academic_section .client_4_box li:nth-child(3), .academic_section .client_4_box li:nth-child(6), .academic_section .client_4_box li:nth-child(9) {

	margin-right: 0!important

}

.academic_section .client_2_box li:nth-child(4), .academic_section .client_4_box li:nth-child(4), .academic_section .client_4_box li:nth-child(8) {

	margin-right: 3%!important

}

.section_one ul li .section_one_txt_box {

	padding: 40px 40px 0 40px

}

.about_value_section .col_50 .alignleft {

	margin-right: 0;

	float: none

}

.about_value_section .col_50 p {

	text-align: center

}

.about_value_section h3 {

	text-align: center;

	margin-top: 10px

}

.about_value_section .col_50 {

	padding: 50px 40px

}

.modern_section .position_absolute h3 {

	font-size: 20px

}

.association_section .client_3_box li {

	margin-bottom: 4%

}

.admissions-process h3, .evaluation-criteria h3 {

	font-size: 25px

}

.student_life_section ul li {

	height: inherit

}

.recruting-companies-col {

	width: 100%

}

.student_life_section ul li .read_more {

	right: 0

}

.leaders-new .member-section-col {

	margin-right: 1%!important

}

.widget_section.py-8.content-layout.admissions-process.download-internship-report .key_link_section.shadow.download-placement-reports {

	padding-bottom: 0!important;

	margin-bottom: 30px

}

.member_section.py-8.leadership-council-new.hr-leader-member .member-section-col {

	margin-bottom: 20px!important

}

.hr-leader-des {

	height: 60px!important;

	min-height: inherit!important

}

.class-profile-top.placement-overview-top ul li, .curriculum-top-col.class-profile-top.placement-overview-top.placement-Overview-hr .curriculum-top-col3 li {

	width: 100%!important

}

.vc-hoverbox-inner {

	min-height: 500px!important

}

.img-wrap {

	padding: 30px 15px!important

}

.member_section ul li h6 {

	height: inherit

}

.member_section ul li p {

	height: inherit;

	min-height: inherit;

	margin-bottom: 20px

}

.key_link_section.shadow {

	margin: 12px 0 -40px 0

}

.pgdm-class .pgpm-class-col, .pgpm-class-col {

	width: 100%

}

.full_width.py-8.widget_section.pgdm-admissions-process.pgdm-impact.why-internships.career-focused-activities .industry-col {

	width: 100%!important;

	height: inherit

}

.icons_sticky img {

	padding: 17px 0;

	width: 25px

}

.member_section.py-8.governing-board-new .member-section-col {

	width: 49.5%!important

}

.member_section.py-8.leadership-council-new .member-section-col {

	width: 49.5%!important

}

.annual-events-des {

	width: 100%;

	float: left;

	height: 127px;

	overflow: hidden

}

.annual-events-inner .curriculum-top-col1 {

	width: 100%;

	padding: 0

}

.annual-events-inner .container.row, .annual-events-inner .pgdm-experiential-highlights {

	padding: 0

}

.annual-events-inner .admission-steps-process.curriculum-focus {

	margin-top: 0!important

}

.annual-events-inner {

	padding: 0!important

}

.annual-events-inner .pgdm-experiential-highlights {

	margin-bottom: 0

}

.annual-events-inner .pgdm-experiential-highlights h3 {

	padding-left: 20px;

	padding-right: 20px

}

.annual-events-inner .pgdm-experiential-highlights p {

	padding-left: 20px;

	padding-right: 20px;

	margin-bottom: 10px

}

.full_width.py-8.widget_section.industry-academy.pgdm-career-learning.other-experiential-highlights.annual-events-soil.gurgaon-city-campus2.admissions-process.gurgaon-city-campus3.annual-events-inner {

	margin-bottom: 60px!important

}

.overlay-content {

	width: 90%

}

.overlay button {

	font-size: 18px

}

.overlay input[type=text] {

	font-size: 16px

}



.overlay .closebtn{ right:30px;}

.new_blog_section .title::before {

    width: 65px;

}

.pgpm-ad1 .spirituality-heading h3 {

    font-size: 25px;

}

.member_section ul li {

    width: 100% !important;

}

/*.page-template-home-page .master-slider-parent{ display: none !important;}*/

/*.home #siteheader {

  margin-top: 75px;

}*/

}



@media(max-width:559px) {

.data-wrap {

    width: 300px !important;

}

.data-title {

    width: 300px;

}

.text-new3 {

    width: 300px;

}

.text-new4 {

    width: 100% !important;

	float: left !important;

	text-align: left !important;

}

.text-new4 {

    margin-top: -20px;

}

.get-connected ul li {

    height: 130px !important;

}

.get-connected .button-col {

    margin-top: 20px;

}

}

@media(max-width:550px) {

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-talent li {

    width: 100% !important;

    height: inherit;

	margin: 0px 0px 10px 0px !important;

}

.full_width.py-8.widget_section.soil-admissions-process1.importance-data-analytics .soil-talent li span {

    padding: 0px 0px 0px 0px;

}

}



@media(max-width:539px) {

.about-top iframe {

	height: 250px

}

.association_section .client_3_box li {

	width: 30.7%;

}

}



@media(max-width:519px) {

.small-text {

	width: 100%;

}

}

@media(max-width:518px) {

.call_section {

    height: 55px;

	display: inherit;

	text-align: center;

	padding: 0px 10px;

}

#siteheader {

    margin-top: 0px;

}



.call_section br {

    display: inherit;

}

.call_section span {

    display: none;

}

.call_section h6 {

	width: 100%;

    top: 2px;

}

}



@media(max-width:513px) {

.upcoming-events a {

	width: 100%;

	margin: 10px 2% 10px 0!important

}

.read_more.upcoming-webinar-button {

	margin-bottom: 50px!important

}

}



@media(max-width:512px) {

.pgdm-business-box {

	height: 380px;

}

}

@media(max-width:511px) {

.strip-new .color_lime .color-1, .strip-new .color_lime .color-2, .strip-new .color_lime .color-3 {

    width: 100%;

}

.pgdm-box-new {

    width: 100%;

}

}

@media(max-width:508px) {

.call_section h6 {

    top: 2px;

}

}



@media(max-width:506px) {

.member_section ul li {

	width: 100%!important

}

.member_section ul li p {

	min-height: inherit;

	margin-bottom: 20px

}

.member_section ul li h6 {

	font-size: 20px

}

}



@media(max-width:500px) {

.banner_text_home h1 {

	font-size: 30px;

	line-height: 40px;

}

.top-text p {

	font-size: 25px;

	line-height: 37px!important

}

.course-built-leaders h2, .future-gradutes-top h1, .future-gradutes-top h2, .heading, .pgdm-business h2 {

	font-size: 30px;

	line-height: 37px

}

.pillars-text {

	font-size: 18px;

	line-height: 30px !important;

}

.academic-programs-text, .consortium-companies .text-center, .leaders-new .text-center, .relevant .text-center {

	font-size: 18px;

	line-height: 30px !important;

}

.important-admissions-notification .upcoming-events-col a {

	width: 100%!important;

	padding: 10px

}

.future-gradutes-button .download_btn, .future-gradutes-button .download_btn.color_brown {

	width: 100%!important

}

.pgdm-testimonial-slider h2 {

	font-size: 30px

}

.pgdm-testimonial-col p {

	font-size: 22px;

	line-height: 30px!important

}

.pgdm-testimonial-pic img {

	width: 70%!important

}

.pgdm-testimonial-slider .slider__switch {

	top: 39%

}

.pgdm-business-box {

	width: 100%;

	height: inherit

}

.course-leaders-text p {

	font-size: 25px;

	line-height: 35px!important

}

.widget_section.py-8.admissions .course-leaders-profile {

	width: 100%;

	margin-right: 0!important;

	margin-bottom: 30px

}

.course-leaders-profile .designation {

	height: inherit;

	padding-bottom: 30px

}

.pgdm-heading {

	font-size: 30px!important;

	line-height: 37px

}

.case-study-col .middle-container {

	padding: 10px 30px 0 30px

}

.curriculum-specifications h3 {

	font-size: 40px!important

}

.curriculum-specifications .career_section ul li p {

	font-size: 16px

}

.students-brochure a {

	width: 252px;

	font-size: 16px

}

.profile_section ul.four_column li:nth-child(3) {

	margin-bottom: 3%!important

}

.box-new1 h2 {

	width: auto;

	text-align: left

}

.design-thinking .quote-col1 {

	font-size: 22px!important;

	line-height: 35px!important

}

.design-thinking .middle-container {

	padding: 20px 30px 40px 30px!important

}

.design-thinking1 .quote-col1 {

	font-size: 25px;

	line-height: 40px!important

}

.understand-human-needs {

	width: 100%;

	padding-bottom: 60%

}

.pgdm-leaders-speak .col_50.pr_40 {

	margin-bottom: 40px

}

.be-iterative .case-study-col .middle-container {

	padding: 30px 30px 40px 30px

}

.admissions .vertical-image-tabs .zn-tab-stage>.zn-tab .zn-content .stage-text {

	width: 100%

}

.pgdm-admissions-process .industry-col {

	width: 100%;

	margin-left: 0;

	margin-right: 0

}

.pgdm-admissions-process .industry-col h2 {

	height: inherit!important;

	padding-bottom: 18px

}

.batch-diveristy ul li {

	width: 100%!important

}

.batch-diveristy ul li p {

	margin-top: 10px

}

.pgdm-curriculum-highlights ul li {

	height: inherit;

	width: 100%!important

}

.foundation-liberal-arts .curriculum-top-col1, .subjects-taught .curriculum-top-col1 {

	width: 100%

}

.pgdm-vision .middle-container {

	padding-bottom: 30px!important

}

.industries-covered-col {

	width: 100%

}

.pgdm-participating-companies .industry-consortium-col {

	width: 32.3%

}

.tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab.pgdm-faqs li {

	width: 100%

}

.question_section ul li .question {

	font-size: 16px

}

.eligibility-logo .international-exchange, .international-exchange-top .international-exchange {

	width: 49.5%;

	margin-top: 6px

}

.eligibility-logo .international-exchange:nth-child(2n), .international-exchange-top .international-exchange:nth-child(2n) {

	margin-right: 0

}

.curriculum-new-hr {

	width: 100%

}

.funding-options .international-exchange {

	width: 100%!important

}

.leadership-series-col {

	width: 100%

}

.academics-box-col.case-study-col.box-1 .col_50.pull_right.self-leadership, .academics-box-col.case-study-col.box-2 .col_50.pull_right.theatre-ethics, .academics-box-col.case-study-col.box-3 .col_50.pull_right.self-leadership {

	margin-bottom: 40px

}

.campus-overview .leadership-experiences {

	width: 100%

}

.leadership-experiences-des, .leadership-experiences-pic, .leadership-experiences-pic .container-block img {

	height: inherit;

	padding: 0

}

.leadership-experiences-des.color-1::after, .leadership-experiences-des.color-2::after, .leadership-experiences-des.color-4::after {

	display: none

}

.leadership-experiences h4 {

	margin-top: 30px

}

.academics-box-col.case-study-col.box-2.color-2 {

	padding-bottom: 30px

}

.industry-consortium-col {

	width: 24%

}

.association_section .client_1_box li {

	height: 70px

}

.governing-board-new .member-section-col {

	width: 100%!important

}

.message .academics-box-col.case-study-col.box-4 .quote-col1 {

	font-size: 25px;

	line-height: 30px!important;

	padding-top: 20px;

	margin: 20px 0 0 0

}

.message .middle-container {

	padding-bottom: 0!important;

	margin-bottom: -10px

}

.message .curriculum-top-col1 {

	width: 100%

}

.gurgaon-city-campus1 {

	padding: 0 20px;

	margin-top: 10px

}

.future-gradutes-top {

	padding: 0 0px 50px 0px!important

}

.faculty-members-button {

	width: 215px

}

.faculty-members-button a {

	height: 70px

}

.narrow-your-search h5 {

	font-size: 20px

}

.recruiter-internship-overview {

	padding-bottom: 0!important

}

.example-box {

	padding-left: 80px

}

.example-box.example-box1 {

	width: 730px

}

.students-brochure img {

	width: 250px

}

.program_page .col_50.alignright {

	margin-right: 0

}

.form-field, .form-field-col1 {

	width: 100%

}

.profile_section ul.four_column li h3 {

	font-size: 32px;

	line-height: 30px

}

.member_section.py-8.leadership-council-new.hr-leader-member.leaders.leaders-top .hr-leader-des {

	font-size: 14px;

	line-height: 23px!important;

	margin-bottom: 0

}

.member_section.py-8.leadership-council-new.hr-leader-member.leaders.leaders-top h6 {

	font-size: 16px!important;

	height: inherit

}

.stay-connected {

	width: 100%

}

.crt-widget button {

	display: none

}

.deadline-new .pgdm-deadline.pgdm-deadline1 a {

	display: block;

	width: 130px;

	margin: 10px auto 0

}

.pgdm-faqs-new .tabs.tabs-new.term-wise-curriculam.pgdm-curriculum-tab.pgdm-faqs {

	display: none

}

.pgdm-faqs-new h2 {

	display: inherit;

	font-size: 22px;

	border-left: 4px solid #d84f00;

	padding-left: 20px;

	width: 100%;

	float: left

}

.pgdm-faqs-new .tab-content {

	display: inherit

}

.pgdm-faqs-new .question_section.tab-col.term-1 {

	padding-top: 10px!important;

	margin-bottom: 20px

}

.pgdm-faqs-new .tabs.tabs-new {

	display: none

}

.pgdm-faqs-new .tab-nav-sub ul li {

	margin: 0 0!important

}

.pgdm-faqs-new .tab-nav-sub {

	margin-top: 20px!important

}

.pgdm-faqs-new .tab-haeding {

	margin: 10px 0 25px 0!important

}

.pgdm-faqs-new .question_section.tab-col {

	width: 100%;

	float: left;

	margin-bottom: 10px

}

.career-development-schedule ul li .question::after {

	margin-top: 0

}

.banner img {

    height: 130px;

    object-fit: cover;

    object-position: -15px 0px;

}



.webinar-strip{ max-width:100%; }

.thank-you a {

    font-size: 16px;

}

.digital-revolution p {

    width: 300px !important;

    font-size: 25px !important;

}

.pgpm-career-statistics .button-col.bggray_hover.button-col2 {

    width: 310px;

    padding: 10px 0px 10px 10px;

}

.start-your-application {

    font-size: 20px;

    padding: 13px 20px 10px 20px;

}

.full_width_any.py-8.widget_section.pgpm-career-statistics.program-design-curriculum .button-col.bggray_hover.button-col2 a {

    font-size: 15px;

}

.full_width.py-8.widget_section.program-key-highlights.digital-transformation.learn-analytics-business .industry-col {

    width: 100% !important;

    margin: 0px 0% 20px 0px;

}

.wrapper_section.program.admissions-new-col.develop-excellence .pgpm-analytics-digital img {

    width: 100%;

}

.logo-pic-new {

    float: none;

    display: inherit;

    margin: 20px auto;

}

.power-analytics .placements-new-col {

    width: 100%;

}

.widget_section.py-8.content-layout.admissions-process.experiential-leadership-programs.benefit-new.himalayan-retreat-new.ethics-theatre-new .col_50.pull_right.theatre-ethics {

    margin-bottom: 0px;

}

.widget_section.py-8.content-layout.admissions-process.experiential-leadership-programs.benefit-new.himalayan-retreat-new.design-bootcamps-new1 .col_50.pull_right.theatre-ethics {

    margin-bottom: 0px;

}

.hrf-faq-list h3 {

    font-size: 18px !important;

}

.type .wpcf7-list-item {

    width: 100% !important;

}

.grey-strip p {

    font-size: 18px !important;

	line-height: 30px !important;

}

.video-cen {

  width: 100%;

  padding-bottom: 56% !important;

}

.hr-faqs-section {

  margin: 20px 0px -100px 0px;

}

.blog-form-new .form-field-col {

  width: 100%;

  margin: 0px 0% 2px 0%;

}

.three_item_section .pgdm-deadline {

    position: relative !important;

    right: 0px !important;

}





}

@media(max-width:490px) {

.call_section {

  height: 65px;

  padding: 8px 10px;

}

.home #siteheader {

  margin-top: 105px;

}

.main_header {

 top: 57px;

}









.about_banner_bg {

  margin-top: 32px !important;

}

.blog-banner {

  margin-top: 80px;

}

/*.about_page_header .main_header {

  margin-top: 0px;

}*/

}

@media(max-width:490px) {

.main_header.fix_header.sticky {

    top: 37px;

}

.about_page_header .fix_header {

    top: 57px;

}

}

@media(max-width:483px) {

.leaders-new .member-section-col h6 {

	height: 50px

}

}



@media(max-width:479px) {

.member_section ul li h6 {

	height: inherit;

}

}



@media(max-width:458px) {

.association_section .client_3_box li {

	width: 30.6%

}

.student-life-tab {

	width: 100%;

	border-right: 0

}

.student-life-tab a {

	padding: 0 10px

}

.student-life-tab a {

	height: inherit;

	padding: 20px!important

}

}



@media(max-width:452px) {

.inner_page .widget_section.color_green.py-8.content-layout1.evaluation-criteria .career_section {

	padding-bottom: 60px!important

}

.widget_section.color_green.py-8.content-layout1.evaluation-criteria .full_width_any.py-8.widget_section.faculty-highlights .career_section {

	padding-bottom: 20px!important

}

.widget_section.color_green.py-8.content-layout1.evaluation-criteria .full_width_any.py-8.widget_section.faculty-highlights .career_section ul li {

	width: 100%!important;

}

}

@media(max-width:451px) {

.happening_section .event_box li .date {

    margin: 0px 14px 40px 0px;

}

}



@media(max-width:450px) {

.full_width_any.py-8.widget_section.transformed-lives ul li {

	width: 100%!important;

	height: inherit;

	margin-top: 0

}

.transformed-lives {

	padding-bottom: 30px!important

}

}



@media(max-width:447px) {

.digital_section .col_65 .digital_box li .position_relative {

	height: 200px

}

.digital_section img {

	height: 100%

}

}

@media(max-width:444px) {

.call_section {

    height: 65px;

}

.main_header {

   top: 57px;

}

.home #siteheader {

    margin-top: 105px;

}

.about_banner_bg {

    margin-top: 32px !important;

}

.blog-banner {

    margin-top: 80px;

}

.blog_inner_page_content {

    margin-top: 80px;

}

}



@media(max-width:443px) {

.leaders-new .member-section-col {

	width: 100%!important;

	margin-bottom: 30px!important

}

.leaders-new .hr-leader-des {

	height: 100px!important;

	min-height: inherit!important

}

.profile_section ul.four_column li {

	height: 140px

}

.member_section.py-8.leadership-council-new.hr-leader-member.leaders.leaders-top .hr-leader-des {

	height: 65px!important

}

}



@media(max-width:435px) {

.about_banner_bg .banner_text {

	padding-top: 12%

}
.graph-box p span, .graph-box span {

	padding-left: 0;

	text-align: center

}

}

@media(max-width:433px) {

.get-connected .button-col {

    margin-top: 50px;

}

}



@media(max-width:416px) {

.member_section ul li {

	width: 100%!important

}

.member_section ul li p {

	min-height: inherit;

}

}

@media(max-width:408px) {

.happening_section .event_box li .date {

    margin: 10px 14px 60px 0px;

}

.happening_section .event_box p {

    padding: 40px 0px 0px 0px;

}

}

@media(max-width:405px) {

.call_section {

    height: 75px;

}

.main_header {

    top: 57px;

}

.home #siteheader {

    margin-top: 105px;

}

/*.about_page_header .main_header {

    margin-top: 0px;

}

*/

.about_banner_bg {

    margin-top: 32px !important;

}

.main_header.fix_header.sticky {

    top: 37px;

}

.about_page_header .fix_header {

    top: 57px;

}

}



@media(max-width:403px) {

.leaders-new .hr-leader-des {

	height: 150px!important

}

.member_section.py-8.leadership-council-new.hr-leader-member.leaders.leaders-top h6 {

	height: 30px

}

}



@media(max-width:400px) {

.association_section .client_3_box li {

	width: 30.5%

}

.blog-top ul {

	width: 100%

}

.blog-top .search_box {

	width: 100%

}

.banner_text_home h1 {

	font-size: 22px;

	line-height: 30px

}

.pgdm-testimonial-slider .slider__switch {

	top: 33%

}

.box-new .date {

	width: 100%

}

.box-new .students-box a {

	padding: 20px 38px 20px 20px;

	font-size: 16px

}

.career_section ul li {

	height: 140px

}

.clubs-associations-col {

	width: 100%!important

}

.governing-board.leadership-council .member_section.py-8.governing-board-new ul li {

	width: 100%!important

}

.admissions-info a {

	padding: 10px 15px;

	margin: 30px 10px 0 0

}

.widget_section.color_green.py-8.content-layout1.evaluation-criteria.key-highlights-program ul li {

	width: 100%!important;

	height: inherit

}

.deadline-new .pgdm-deadline.pgdm-deadline1 a {

	display: inherit;

	width: 140px;

	margin: 20px auto 0

}



/*blog-detail-page-pop-up-css-Start*/



.form-section h3{ font-size:23px}

#boxes #dialog{ width:90%;}

.full_width_any.py-8.widget_section.program-design-curriculum.pgpm-ad1 ul li {

    width: 100% !important;

	height: inherit;

}

.data-wrap {

    width: 300px !important;

}

.data-title {

    width: 300px;

}

.data-title h2 {

    line-height: 22px !important;

}

.text-new3 {

    width: 300px;

}

.pic-new1 {

    width: 100% !important;

    margin: 30px 0px 20px 0px;

}



/*blog-detail-page-pop-up-css-End*/









}











@media(max-width:398px) {

.academic_section .client_4_box li {

	width: 30.4%

}

.academic_section .client_2_box li, .academic_section .client_2_box li:nth-child(2n) {

	width: 30.4%

}

.main_header {

    top: 67px;

}

.home #siteheader {

    margin-top: 115px;

}

}

@media(max-width:394px) {

.call_section {

    height: 75px;

	padding: 8px 10px;

}

#siteheader {

    margin-top: 0px;

}

.main_header.fix_header.sticky {

    top: 55px;

}



}

@media(max-width:393px) {

.main_header {

    margin-top: 0px !important;

}

.home #siteheader {

    margin-top: 115px;

}

.call_section {

    height: 80px;

	padding: 7px 10px;

}

.call_section a {

    display: inline-block;

}

.about_banner_bg {

    margin-top: 75px !important;

}

.blog-banner {

    margin-top: 85px;

}

.blog_inner_page_content {

    margin-top: 85px;

}

.about_page_header .fix_header {

    top: 75px;

}

.about_page_header .fix_header {

    top: 67px;

}

.about_banner_bg {

    margin-top: 43px !important;

}

}

@media(max-width:389px) {

/*.call_section {

    margin-top: 80px;

}*/

.call_section a {

    margin: 0px 0px 6px 2px;

}

/*.main_header {

    margin-top: 0px;

}*/

.home #siteheader {

    margin-top: 125px;

}

.about_banner_bg {

    margin-top: 43px !important;

}

.main_header {

    top: 67px;

}

}



@media(max-width:386px) {

.curriculum-div-col .clubs-associations-col {

	height: 190px;

}

}

@media(max-width:380px) {

.get-connected ul li {

    height: 180px !important;

}

.get-connected .button-col {

    margin-top: 10px;

}

}



@media(max-width:374px) {

.inner_page .widget_section.color_green.py-8.content-layout1.evaluation-criteria .career_section {

	padding-bottom: 80px!important

}

}



@media(max-width:371px) {

.member_section.py-8.leadership-council-new.hr-leader-member.leaders.leaders-top .hr-leader-des {

	height: 80px!important;

}

.call_section {

  height: 80px;

}

.main_header {

  margin-top: 0px;

}

.strip-mobile {

  width: 100%;

  float: left;

  margin-top: -2px;

}

.home #siteheader {

  margin-top: 115px;

}

/*.about_page_header .main_header {

  margin-top: 0px;

}

*/

}



@media(max-width:370px) {

.vc-hoverbox-inner {

	min-height: 610px!important

}

}



@media(max-width:368px) {

.section_one ul li, .section_one ul li .hover_div img {

	height: 290px;

}

}

@media(max-width:366px) {

.happening_section .event_box li .date {

    margin: 10px 14px 90px 0px;

}

.happening_section .event_box p {

    padding: 70px 0px 0px 0px;

}

}



@media(max-width:364px) {

.academic_section .client_4_box li {

	width: 30.3%

}

.academic_section .client_2_box li, .academic_section .client_2_box li:nth-child(2n) {

	width: 30.3%

}

.main_header .search_box .fa {

	margin-top: 0

}

.call_section {

  margin-top: 0px;

}

.main_header {

  margin-top: 80px;

}

}



@media(max-width:360px) {

.placements-table1 {

	margin-bottom: 45px;

}

}

@media(max-width:359px) {

.data-wrap {

    width: 250px !important;

}

.data-title {

    width: 250px;

}

.text-new3 {

    width: 250px;

}

}



@media(max-width:358px) {

.academic_section .client_4_box li {

	width: 30.3%

}

.academic_section .client_2_box li, .academic_section .client_2_box li:nth-child(2n) {

	width: 30.3%

}

.association_section .client_3_box li {

	width: 30.4%

}

.nav_title.menu-col a, .primary_nav .menu-top a {

	font-size: 26px!important

}

.digital_section .col_65 .digital_box li .position_relative {

	height: 230px

}

.blog_inner_page_content .sidebar_section .read_more {

	padding: 6px 18px

}

}



@media(max-width:351px) {

.member_section .faculty_search_box .faculty_answer ul li label {

	font-size: 15px

}

}



@media(max-width:340px) {

.banner_text_home h1 {

	font-size: 20px;

	line-height: 28px

}

.member_section.py-8.leadership-council-new.hr-leader-member.leaders.leaders-top .hr-leader-des {

	height: 110px!important

}

}



@media(max-width:336px) {

.academic_section .client_4_box li {

	width: 30.2%

}

.academic_section .client_2_box li, .academic_section .client_2_box li:nth-child(2n) {

	width: 30.2%

}

}


@media(max-width:333px) {

.deadline-new .pgdm-deadline.pgdm-deadline1 {

    font-size: 16px;

}

}



@media(max-width:324px) {

.association_section .client_3_box li {

	width: 30.3%

}

}

