@charset "utf-8";
.common-btn a, body>.navbar-collapse .dropdown-toggle:focus, body>.navbar-collapse .dropdown-toggle:hover, body>.navbar-collapse .nav-link:focus, body>.navbar-collapse .nav-link:hover, body>.navbar-collapse .navbar-top li a:focus, body>.navbar-collapse .navbar-top li a:hover {
	text-decoration: none
}

.common-padding::after, .container-fluid::after {
	content: "";
	clear: both
}
a {
    color: #03304e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
li, li a{
	font-size: 16px;
    line-height: 30px;
	    font-family: Montserrat, sans-serif;
    font-weight: 500;
	}
a:hover {
    color: #03304e;
    text-decoration: underline;
}
@font-face {
	font-family: montserratblack;
	src: url(../fonts/montserrat-black.woff2) format('woff2'), url(../fonts/montserrat-black.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: montserratextrabold;
	src: url(../fonts/montserrat-extrabold.woff2) format('woff2'), url(../fonts/montserrat-extrabold.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: montserratlight;
	src: url(../fonts/montserrat-light.woff2) format('woff2'), url(../fonts/montserrat-light.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: montserratmedium;
	src: url(../fonts/montserrat-medium.woff2) format('woff2'), url(../fonts/montserrat-medium.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: montserratregular;
	src: url(../fonts/montserratregular.woff2) format('woff2'), url(../fonts/montserratregular.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
body {
	font-family: montserratregular;
	    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.fixed-body-scroll {
    position: relative;
}
/*.fixed-body-scroll .wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}*/
.admissions .social_sticky {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}
.black-box-new {
    height: 1024px;
    overflow-y: scroll;
}
.black-box-new::after {
    content: "";
    display: block;
    clear: both;
}
.active {
	color: #03304e!important;
}
.nav-item:hover .nav-link, .nav-item:focus .nav-link  {
    color:#00beff!important;
}

.mega-menu-main::after, .mega-menu-main_new::after, .mega-menu-main-1::after, .mega-menu-main_new2::after{
	content: "";
    position: absolute;
    right: 0;
    margin: 0 auto;
    z-index: 11111111;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #036f9c;
    top: -15px;
}
.mega-menu-main::after   {
    left: 13%;
}
.mega-menu-main_new::after   {
    left: 32%;
}
.mega-menu-main-1::after  {
    left: 44.5%;
}
.mega-menu-main_new2::after  {
    left: 58%;
}



/*.nav-item:hover .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
    z-index: 11111111;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #00a2d0;
}*/
.nav-item:hover .nav-link.disabled::after {
	display:none;
}
.mega_hover_effect .active {
	position: relative
}
/*.mega_hover_effect .active::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #03304e;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	margin: 0 auto;
	z-index: 11111111;
}*/
.mega_hover_effect .active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
    z-index: 11111111;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #00a2d0;
	display: none;
}


/*.navbar-offcanvas .navbar-top .nav-item:hover a {
    color: #03304e;
}*/
/*.on_hover::after {
    content: "";
    position: absolute;
    left: 47px;
    top: -15px;
    margin: 0 auto;
    z-index: 11111111;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #03304e;
}
*/
.offCanvas_open.overflow_hidden .onCanvas {
    position: relative;
}
.offCanvas_open.overflow_hidden .onCanvas::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1111;
	background-color: rgba(0,0,0,.6);
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	display: none
}
.offCanvas.offCanvas_menu_open .black-box {
	position: absolute;
	background-color: rgba(0,0,0,.6);
	right: 100%;
	left: -600%;
	top: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
	transition: transform .4s 0s, visibility 0s 0s
}
.container-custom, .header .container {
	position: relative
}
.container-custom {
	width: 100%;
	max-width: 80%;
	margin: 0 auto
}
.container-custom2 {
	width: 100%;
	max-width: 70%;
	margin: 0 auto
}
.wrapper {
	transition: all .5s cubic-bezier(.685, .0473, .346, 1);
	overflow: hidden
}
.header {
    height: auto;
    transition: all .5s .1s;
    padding: 0px 11px 0 88px;
}
#demo-2 input {
	outline: 0
}
::-webkit-input-placeholder {
color:#000
}
:-ms-input-placeholder {
color:#000
}
::-moz-placeholder {
color:#000
}
:-moz-placeholder {
color:#000
}
#demo-2 input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	border: none;
	padding: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	background-position: 90% 44%;
	border-radius: 30px
}
#demo-2 input::-webkit-search-cancel-button, #demo-2 input::-webkit-search-decoration {
display:none
}
.open-area {
	width: 150px!important;
	border: 1px solid #00baf2!important;
	background-color: #fff!important;
	padding: 6px 40px 6px 15px!important
}
.search-btn {
	position: static;
	right: 0;
	background-color: transparent;
	border: none;
	padding: 7px 0 7px 12px;
	color: #868585;
	outline: 0!important;
	float: right;
	cursor: pointer
}
.search-btn img {
	max-width: 35%;
	float: right;
	position: relative;
	right: 10px;
	top: 0
}
.header .navbar-brand img, .logo-ranking img, .news_img img {
	max-width: 100%
}
#demo-2 input[type=search] {
	width: 0;
	color: transparent;
	cursor: pointer;
	float: left;
	margin-right: -75px
}
#demo-2 input[type=search]:hover {
	background-color: #fff
}
#demo-2 input[type=search]:focus {
	color: #636262;
	background-color: #fff;
	cursor: auto;
	border-radius: 30px
}
#demo-2 input:-moz-placeholder {
color:transparent
}
#demo-2 input::-webkit-input-placeholder {
color:transparent
}
.top-link ul {
	display: inline-block;
	margin-right: 15px;
	margin-top: 0
}
.search-panel {
	float: right;
	margin-top: 5px
}

.top-link {
	position: absolute;
	right: 0;
	top: -4px;
	margin-bottom: 0
}
.pgpm-top-link {
    display: none;
}
.new_search_holder {
    position: relative;
    top: 10px;
    padding: 4px 0 9px 3px;
    list-style: none;
    margin: 0;
    height: 52px;
}


.search_btn_search {
    background-color: #757474;
}
#searchbar {
	margin-top: 10px;
	-ms-margin-top: 20px;
    position: absolute;
    right: 130px;
    display: none;
    float: left;
    width: 300px;
    height: 52px;
    border: 3px solid #757474;
    padding-left: 0;
    padding-right: 0;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
}
.fixed #searchbar {
    top: 15px;
    height: 43px;
    right: 116px;
}
.fixed #s {
    height: 37px;
}
#s {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0 15px;
  height: 42px;
  font-weight: bold;
  color: #636262;
  font-family: montserratlight;
}

#searchsubmit {
  display: block;
  float: right;
  margin-top: 6px;
  background: none;
  color: #717171;
  border: 0;
  outline: none;
  cursor: pointer;
}

.top-link li {
	display: inline-block;
	padding-left: 15px!important
}
.top-link li a {
	color: #5f5d5d;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px
}
.top-link li:last-child a {
	text-decoration: none;
	cursor: default
}
.navbar-offcanvas {
	z-index: 1030
}
.navbar-offcanvas .container-fluid {
	position: relative;
	padding: 0;
	transform: translate3d(0, 0, 0);
	transition: all .5s cubic-bezier(.685, .0473, .346, 1)
}
.navbar-offcanvas .navbar-top {
	display: none
}
.navbar-top-link {
    margin-right: 75px!important;
}
.fixed .navbar-top-link {
    margin-right: 86px!important;
}
.header .navbar-brand {
	display: inline-block;
	line-height: inherit;
	white-space: nowrap;
	width: 186px;
	position: relative;
	padding-top: 0.0125rem;
	padding-bottom: 0.0125rem;
	left: 0px;
	top: -1px;
	background:none;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 76px;
	overflow: hidden;
}
.navbar-expand-md .navbar-nav .nav-link {
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	line-height: 33px;
	font-family: Montserrat, sans-serif;
}
.menu-head, ul.offCanvas_menu li a {
	font-family: montserratextrabold
}
.navbar-offcanvas .navbar-toggler .icon-bar {
	display: block;
	position: relative;
	width: 24px;
	height: 3px;
	border-radius: 1px;
	background-color: #00baf2
}
.navbar-offcanvas .navbar-toggler .icon-bar+.icon-bar {
	margin-top: 4px
}
.navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
	top: 0;
	outline: transparent solid 1px;
	animation: topbar-back .5s 0s;
	animation-fill-mode: forwards
}
.navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
	outline: transparent solid 1px;
	opacity: 1
}
.navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
	bottom: 0;
	outline: transparent solid 1px;
	animation: bottombar-back .5s 0s;
	animation-fill-mode: forwards
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
	top: 8px;
	animation: topbar-x .5s 0s;
	animation-fill-mode: forwards
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
	opacity: 0
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
	bottom: 7px;
	animation: bottombar-x .5s 0s;
	animation-fill-mode: forwards;
	margin-top: 5px
}
.navbar-offcanvas .navbar-collapse.collapse, .navbar-offcanvas .navbar-collapse.collapse.in, .navbar-offcanvas .navbar-collapse.collapsing {
	display: none!important
}
.nav-open .navbar-collapse, .nav-open .navbar>.container-fluid {
	transform: translate3d(0, 0, 0)
}
.nav-open .wrapper {
	transform: translate3d(-360px, 0, 0)
}
body>.navbar-collapse {
	display: block!important;
	position: fixed;
	top: 0;
	right: -30px;
	width: 424px;
	height: 100%;
	padding: 60px 1rem;
	background-color: #01baf2;
	text-align: center;
	visibility: visible;
	overflow-y: visible;
	transform: translate3d(424px, 0, 0);
	transition: all .5s cubic-bezier(.685, .0473, .346, 1);
	z-index: 1032
}
body>.navbar-collapse .navbar-top li {
	text-align: center
}
body>.navbar-collapse .navbar-top li a {
	display: block;
	padding:.5rem 1rem;
	font-weight: 700;
	color: #000
}
body>.navbar-collapse .dropdown-toggle, body>.navbar-collapse .nav-link {
	font-weight: 700;
	color: #222;
	transition: color .2s ease-out
}
body>.navbar-collapse .dropdown-toggle.disabled, body>.navbar-collapse .nav-link.disabled {
	color: rgba(0,0,0,.35)
}
body>.navbar-collapse .dropdown-toggle.disabled:focus, body>.navbar-collapse .dropdown-toggle.disabled:hover, body>.navbar-collapse .nav-link.disabled:focus, body>.navbar-collapse .nav-link.disabled:hover {
	cursor: not-allowed
}
body>.navbar-collapse .nav-image {
	margin-bottom: 65px
}
body>.navbar-collapse .nav-image img {
	display: block;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,.14);
	width: 91px;
	height: 69px
}
body>.navbar-collapse .navbar-top {
	margin: 0!important;
	flex-direction: column
}
.option2 .transform_lead {
	height: 550px
}
li.margintop10.offCanvas_menu_has_children {
	margin-top: 8px!important
}
.option2 .transform_lead img {
	margin-top: 0%;
}
.pgdm-page .transform_lead img {
    margin-top: -5%;
}
.transform_lead {
	position: relative;
	height: auto;
	overflow: hidden
}
.transform_content {
	position: absolute;
	width: 45%;
	top: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(120deg, rgba(69, 177, 16, 0.9) -90%, rgba(0, 90, 152, 0.9) 100%);
	background-image: -ms-linear-gradient(120deg, rgba(137,214,99,.9) -90%, rgba(44,121,175,.9) 100%);
	padding: 0 88px;
	-webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
	/*background: rgba(4, 61, 103, 0.8);*/
	background:#036f9c;
	clip-path: ellipse(100% 140% at 0% 49%);
}
.menu-head {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
	margin-bottom: 13px!important;
	margin-top: 14px;
	text-transform: uppercase;
	font-size: 35px
}
.option2 .header .navbar-top li:first-child .nav-link {
	color: #03304e!important;
	font-size: 33px!important;
	line-height: 33px;
padding:0 .5rem;
	font-family: montserratextrabold
}
.pgpm-sec1, .pgpm-sec2 {
	padding-left: 30px;
	padding-right: 35px;
	width: 100%;
	float: left
}
.pgpm-sec1 {
	padding-bottom: 35px;
	background-color:#03304e;
}
.pgpm-sec1.pgpm-pgpm-sec1 {
    padding-bottom: 18px;
}
.pgpm-sec2 {
	height: 100%
}
.pgpm-sec2 .menu-head {
	margin-top: 35px
}
.pgpm-sec1 .menu-head {
	margin-top: 36px;
	font-family: Montserrat, sans-serif;
	font-weight: 900
}
.pgpm-head {
    display: inline-block;
}
.transform .container-custom {
	width: 100%;
	max-width: 100%
}
.main-head-two {
	font-size: 67px;
	line-height: 70px;
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	text-shadow: 2px 3px 6px rgba(0,0,0,.3);
	font-weight: 700;
}
.slider3 .main-head-two {
	font-size: 30px;
	line-height: 35px;
	text-transform: unset;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	text-shadow: none
}
.banner-heading {
	font-size: 30px;
	line-height: 35px;
	text-transform: unset;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	text-shadow: none
}
.karma_yoga_text {
	margin-bottom: 34px;
	display: block;
	font-size: 55px;
	line-height: 70px;
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	text-shadow: 2px 3px 6px rgba(0,0,0,.3);
	font-weight: 700;
}
.karma_yoga_text.world_text {
	line-height: 60px
}
.sub_head {
	font-size: 30px !important;
	line-height: 35px;
	text-transform: unset;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	text-shadow: none
}
.option2 .main-head-two {
	font-size: 60px;
	line-height: 83px;
	text-transform: uppercase;
	font-family: montserratextrabold
}
.transform_content p, .transform_lead .common-btn a {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.main-head-two span {
	display: block
}
.slider2 .main-head-two span {
	margin-bottom: 34px
}
.transform_table {
	width: 100%;
	height: 100%;
	display: table
}
.tranform_table_cell {
	height: 100%;
	display: table-cell;
	vertical-align: middle
}
.transform_content p {
	font-size: 26px;
	line-height: 36px;
	margin-top: 23px;
	margin-bottom: 15px;
	padding-right: 0;
}
.transform_lead .common-btn a {
	border: 1px solid #fff;
	margin-top: 15px;
	text-align: center;
	padding: 9px 20px!important;
	font-size: 17px;
	line-height: 30px
}
.common-btn a, .option2 .common-btn a i {
	color: #03304e


}
.transform_lead .common-btn {
	text-align: right;
}
.transform_lead .common-btn a::before {
	display: none!important
}
.common-btn a, .common-btn a i {
	display: inline-block;
	position: relative
}
.common-btn a {
	padding: 0;
	text-transform: capitalize;
	font-family: montserratregular;
	font-size: 17px
}
.common-btn a i {
	top: 2px;
	font-size: 19px;
	padding-left: 4px
}
.common-btn a::before {
	background-color: #fff;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 30px;
	opacity: 0
}
.common-btn a:hover::before {
	opacity: 1
}
.transform_content .common-btn a {
	padding-left: 0
}
.news .common-btn a i {
	font-size: 19px;
	padding-left: 5px
}
.main-head-main, .management-new .main-head-main {
	color:#03304e;
	font-size: 43px;
	line-height: 47px;
	font-family: Montserrat, sans-serif
}
.news .name-holder p:hover {
	text-decoration: underline
}
.common-padding {
	padding: 60px 0
}
.management-new {
	background-color: #f7f7f7
}
.management-new .main-head-main {
	text-align: center
}
.management-new .main-head-main span {
	display: inline
}
.common-padding::after {
	display: block
}
.main-head-main {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	text-align: left;
	font-weight: 700
}
.common-para p {
	color: #505050;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;


	font-weight: 500
}
.padding-top80 {
	padding-top: 80px
}
.padding-bottom80 {
	padding-bottom: 80px
}
.padding-top70 {
	padding-top: 70px
}
.padding-bottom70 {
	padding-bottom: 70px
}
.padding-top60 {
	padding-top: 60px
}
.padding-bottom60 {
	padding-bottom: 60px
}
.padding-top50 {
	padding-top: 50px
}
.padding-bottom50 {
	padding-bottom: 50px
}
.padding-top40 {
	padding-top: 40px
}
.padding-bottom40 {
	padding-bottom: 40px !important;
}
.margin-top20 {
	margin-top: 20px
}
.margin-top30 {
	margin-top: 30px
}
.margin-top40 {
	margin-top: 40px
}
.margin-top50 {
	margin-top: 50px
}
.margin-top60 {
	margin-top: 60px
}
.margin-bottom60 {
	margin-bottom: 60px
}
.margin-top70 {
	margin-top: 70px
}
.margin-top80 {
	margin-top: 80px
}
.left-ranking ul {
	padding: 0
}
.left-ranking ul li {
	list-style: none;
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	background-color: #00b050;
	padding: 0 15px;
	height: 93px;
	display: table;
	width: 100%
}
.left-ranking ul li span {
	height: 100%;
	display: table-cell;
	vertical-align: middle
}
.ranking_numericals {
	background-color: #f7f7f7;
	padding: 0 30px;
	margin-top: 0
}
.inner_numericals h2 {
	font-size: 70px;
	text-align: center;
	line-height: 73px;
	color: #03304e;
	font-family: montserratextrabold
}
.logo-ranking img {
	float: left
}
.inner_numericals p {
	color: #222;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0
}
.inner_numericals p span {
	display: block;
	font-size: 11px
}
.logo-ranking {
	height: 100%;
	display: table;
	width: 100%
}
.table-cell-img {
	display: table-cell;
	height: 100%;
	vertical-align: top
}
.inner-box-people, .table-cell-img-first {
	vertical-align: middle
}
.inner_numericals {
	margin: 0 auto;
	width: 100%;
	text-align: left
}
.mobile-event-row-ranking {
	margin-bottom: 0
}
.tab_panel {
	background-image: url(../images/tab-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: cover;
	position: relative
}
.pgdm-page .tab_panel {
    background-image: url(../images/pgdm-globally.jpg);
}
.tab_panel .nav-tabs {
	border-bottom: none
}
.tab_panel .nav-tabs>li.active>a, .tab_panel .nav-tabs>li.active>a:focus, .tab_panel .nav-tabs>li.active>a:hover {
	border-width: 0
}
.tab_panel .nav-tabs>li.active>a, .tab_panel .nav-tabs>li>a {
	border: none;
	text-transform: capitalize;
	color: #fff;
	outline: 0
}
.tab_panel .nav-tabs>li {
	width: 50%;
	float: left
}
.tab_panel .nav-tabs>li>a {
	font-size: 54px;
	line-height: 54px;
	text-decoration: none;
	font-family: montserratextrabold;
	background-color: #7e7e7e;
	padding: 25px 30px;
	display: block;
	position: relative
}
.association-logo {
	margin-bottom: 15px
}
.tab_panel .nav-tabs>li.active>a {
	background: #03304e
}
.tab_panel .nav-tabs>li.active>a::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #03304e;
	left: 0;
	right: 0;
	bottom: -25px;
	position: absolute;
	margin: 0 auto
}
.tab_panel .tab-nav>li>a::after {
	background: #21527d;
	color: #fff
}
.tab_panel .tab-pane {
	padding: 0
}
.tab_panel .tab-content {
	padding: 46px 20px 0;
	background: none;
	max-height: inherit;
}
.tab_panel .padding-reduce {
	padding-right: 50px;
}
.tab_panel .card {
	background-color: transparent;
	border: none
}
.tab_panel .about.grid__col.custom-made-grid-heading.apply_now_head.upload-resume {
	padding-top: 20px;
	float: left
}
.tab_panel .inner-pgpm-pgdm .main-head-main {
	text-align: left;
	color: #fff;
	margin-bottom: 20px
}
.tab_panel .inner-pgpm-pgdm p {
	color: #fff;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.deadline_date, .inner_event_holder h4 a {
	font-family: montserratmedium
}
.custom_tab {
	padding-right: 0!important
}
.deadline_date {
	font-size: 22px;
	line-height: 37px;
	color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 500
}
.deadline_date_new a {
	color: #fff;
	text-transform: uppercase
}
.deadline_date_new a i {
	color: #03304e;
	font-size: 21px;
	position: relative;
	top: 2px
}
.deadline_date_new a:hover {
	text-decoration: none;
	color: #90f52b
}
.inner_event_holder h4 a :hover, .inner_news p a:hover {
	text-decoration: underline
}
.inner-pgpm-pgdm {
	padding-right: 60px;
	padding-bottom:14px;
}
#profile .inner-pgpm-pgdm {
	padding-right: 0
}
.tab_panel .deadline_date span {
	color: #90f52b
}
.tab_panel .white-color a:hover {
	color: #fff
}
.tab_panel .white-color a::before {
	background-color: #fff;
	display: none
}
.tab_panel .white-color a i {
	font-size: 22px;
	margin-left: 5px
}
.tab_panel .common-btn {
	margin-top: 30px
}
.tab_panel .common-btn a {
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 27px;
	-moz-transition: all linear .4s;
	-o-transition: all linear .4s;
	-webkit-transition: all linear .4s;
	transition: all linear .4s
}
.tab_panel .common-btn a:hover {
	background-color: #03304e;
	color: #fff;
	border-color: #03304e
}
.event .main-head-main {
	text-align: left
}
.flex {
	display: flex
}
.inner_event_img {
	width: 50%;
	float: left
}
.inner_event_holder {
	width: 50%;
	float: right;
	background-color: #f3f1f1;
	padding: 20px 30px
}
.inner_event_img img, .right-evet-panel .inner_event_holder, .right-evet-panel .inner_event_img {
	width: 100%
}
.right-evet-panel .flex {
	display: block;
	float: left;
	height: 100%;
	width: 100%;
	overflow: hidden
}
.inner_event_holder h4 a {
	font-size: 24px;
	line-height: 33px;
	color: #03304e;
	padding-right: 40px
}
.inner_event_holder h4 a span {
	display: block
}
.inner_event_holder .deadline_date {
	color: #03304e;
	position: absolute;
	bottom: 15px
}
.right-evet-panel .deadline_date {
	position: static;
	margin-top: 39px
}
.event .common-btn a {
	border: none;
	float: right;
	padding-right: 0;
	margin-top: 0
}
.event .common-btn a::before {
	background-color: #03304e
}
.event .common-btn a i {
	font-size: 19px;
	margin-left: 5px
}
.right-evet-panel .inner_event_holder h4 a {
	padding-right: 0
}
.event .common-btn {
	margin-top: 10px
}
.video_event_panel {
	margin-top: -68px
}
.profile .video_event_panel {
    margin-top: -72px;
}
.event .mobile-event {
	margin-top: 40px
}
.margin-bottom30 {
	margin-bottom: 30px
}
.right-events-new {
	height: 100%;
	background-color: #f2f2f2;
	padding: 70px
}
.date_left {
	width: 100px;
	height: 100px;
	background-color: #0d4664;
	float: left;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 18px 0;
	font-size: 30px;
	line-height: 33px;
	font-family: montserratextrabold
}
.right_text, .right_text .table-cell {
	height: 100%
}
.inner_news p, .inner_news p a, .right_text {
	font-size: 24px;
	line-height: 33px;
	font-family: montserratmedium
}
.right_text {
	width: calc(100% - 100px);
	float: right;
	padding-left: 20px
}
.right_text .table {
	height: 100%;
	display: table;
	margin: 0
}
.date_left span {
	display: block;
	color: #c6ce2f
}
.news {
	background-color: #03304e
}
.news .main-head-main {
	color: #fff;
	text-align: left
}
.news .main-head-main span {
	display: block
}
.inner_news p, .inner_news p a {
	color: #fff;
	margin: -7px 0 0
}
.inner-box-people h3, .inner_news p {
	font-family: Montserrat, sans-serif
}
.inner_news p {
	color: #fff;
	margin: -7px 0 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500
}
.common_sticky .table-cell:hover, .common_sticky a, .header ul li ul li a, .mega_btn, .next_step_main a, .option2 .name-holder p:hover, .table-cell:hover {
	text-decoration: none
}
.news .deadline_date {
	font-size: 20px;
	line-height: 33px;
	color: #03304e;
	margin-top: 25px;
	position: absolute;
	bottom: 0
}
.news_img .deadline_date {
	font-size: 20px;
	margin-top: 10px
}
.news .common-btn a {
	border: none;
	color: #fff;
	float: right
}
.news .common-btn a:hover {
	background-color: transparent;
	border: none
}
.news_img {
	position: relative;
	overflow: hidden
}
.news .common-btn {
	margin-top: 60px
}
.news .mobile-event-row {
	height: 50%
}
.blue, .common-box-people, .inner-box-people, .inner_news, .murz, .people_img_holder {
	height: 100%
}
.deadline_date_new {
	position: absolute!important;
	bottom: 44px!important
}
.news .name-holder {
	padding: 7px 15px
}
.fast_fact .main-head-main {
	text-align: left
}
.people_img_holder img {
	width: 100%;
	object-fit: cover;
	height: 100%
}
.common-box-people img {
	width: 101%
}
.padding0 {
	padding: 0
}
.people-box1 {
	overflow: hidden;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 40.666667%;
	max-width: 40.666667%
}
.people-box2 {
	overflow: hidden;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 18.666667%;
	max-width: 18.666667%
}
.common-box-people {
	display: table;
	width: 100%;
	position: relative
}
.inner-box-people {
	display: table-cell;
	text-align: left;
	padding: 30px;
	background-color: #03304e
}
.inner-box-people h3 {
	font-size: 100px;
	line-height: 103px;
	font-weight: 700;
	color: #fff
}
.inner-box-people p {
	color: #fff;
	font-size: 24px;
	line-height: 33px;
	font-family: montserratmedium
}
.width-decrease {
	width: 74%;
	margin: 0 auto
}
.name-holder {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	width: 101%;
	padding: 9px 25px
}
.name-holder p {
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	margin: 0
}
.name-holder p span {
	display: block;
	font-size: 16px;
	font-family: montserratlight
}
.news2 .name-holder p span {
	font-size: 14px;
	line-height: 21px
}
.association-logo ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
.association .container-custom {
	width: 70%
}
.association-logo ul li {
	display: inline-block
}
.accreditations_img img, .container-fluid::after, .learning .main-head-main span, .main-head-main-sub span, .profile .main-head-main span {
	display: block
}
.association {
	padding-top: 0px!important;
	background-color: #f3f1f1;
	float: left;
	width: 100%;
	padding-bottom: 0!important
}
.association-logo ul li img {
	display: block;
	margin: 0 auto
}
.table-cell-logo.news-logo2 img {
	max-width: 73%;
	margin-top: -9px
}
.table-cell-logo.new-logo img {
	max-width: 79%
}
.table-cell-logo.new-logo3 img {
	max-width: 56%;
	margin-top: -33px
}
.murz {
	width: 100%;
	background-color: #03304e
}
.blue {
	width: 100%;
	background-color: #03304e
}
.association-logo {
	float: left;
	width: 100%
}
.social_panel {
	background-color: #fff
}
.social_panel .fast_facts_main {
	background-color: #fff;
	margin-top: 0;
	padding-top: 0
}
.inner_social_panel {
	margin-top: 30px
}
.association-logo h2 {
    color: #03304e;
    text-transform: uppercase;
    font-family: montserratextrabold;
    font-size: 14px;
    line-height: 12px;
    width: 100%;
    margin: 0 auto;
}
.option2 .transform_content {
	position: absolute;
	width: 44.5%;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(120deg, rgba(3, 111, 156, 0.9) -90%, rgba(3, 111, 156, 0.9) 100%);
	background-image: -ms-linear-gradient(120deg, rgba(3,111,156,.9) -90%, rgba(3,111,156,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c79af', endColorstr='#89d663', GradientType=1);
	padding: 0 5% 0 13%;
	-webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
}
.accreditations, .inner_graph_content, .option2 .news {
	background-color: #f3f1f1
}
.accreditations {
	padding: 30px 0!important
}
.accreditations .row {
	width: 71%;
	margin: 22px auto 0
}
.accreditations_img img {
	max-width: 100%;
	margin: 0 auto
}
img.img-responsive.accreditations-logo {
    max-width: 51%;
    position: relative;
    left: -67px;
}
.option2 .tab_holder .main-head-main {
	text-align: left;
	color: #fff;
	font-size: 43px;
	line-height: 47px!important;
	font-family: Montserrat, sans-serif;
	font-weight: 700
}
.main-head-main-sub {
	font-size: 34px;
	line-height: 44px;
	color: #fff;
	margin: 30px 0 0;
	padding: 0;
	text-transform: uppercase;
	font-family: montserratextrabold;
	text-align: left
}
.accreditations .main-head-main, .inner_learning h3, .inner_learning p, .option2 .inner_graph_content .inner-box-people p, .option2 .news2 .inner_news .main-head-main, .option2 .news2 .inner_news p, .option2 .news2 .main-head-main {
	font-family: Montserrat, sans-serif
}
.option2 .inner-pgpm-pgdm .main-head-main {
	text-align: left;
	color: #00baf2 !important;
	font-size: 55px!important;
	line-height: 60px!important;
	margin-bottom: 9px!important
}
.option2 .tab_panel .inner-pgpm-pgdm p {
	margin-right: 0
}
.option2 .inner_news p {
	color: #505050
}
.inner_graph_content {
	padding: 15px 30px
}
.option2 .inner_graph_content .common-box-people .inner-box-people {
	background-color: #f3f1f1;
	padding: 0
}
.option2 .inner_graph_content .inner-box-people h3 {
	color:#036f9c;
	font-size: 50px;
	line-height: 60px;
	vertical-align: bottom;
	margin: 0;
	text-align: center
}
.option2 .inner_graph_content .inner-box-people h3 sub {
	font-size: 32px;
	line-height: 48px;
	bottom: 0
}
.option2 .inner_graph_content .width-decrease {
	width: 100%
}
.option2 .inner_graph_content .inner-box-people p {
	color: #505050;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	text-align: center
}
.option2 .event .common-btn a {
	margin-top: 0
}
.option2 .news2 .main-head-main {
	color: #03304e;
	font-size: 43px;
	line-height: 65px;
	font-weight: 700
}
.option2 .news2 .inner_news .main-head-main {
	color: #036f9c;
	font-size: 50px;
	line-height: 55px;
	font-weight: 800
}
.option2 .leader_bg img {
	max-width: 100%
}
.option2 .news2 .inner_news p {
	margin-top: 15px;
	padding-right: 106px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500
}
.option2 .common-para {
	padding-top: 10px
}
.option2 .learning_more {
	margin-top: 40px
}
.leader_bg {
	position: relative;
	overflow: hidden
}
.leader_bg .name-holder {
	text-align: center
}
.learning {
	background-image: url(../images/learning-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover
}
.learning .main-head-main {
	color: #fff;
	text-align: left
}
.learning .common-para p {
	color: #fff
}
.inner_learning {
	background-color: #fff;
	padding: 30px
}
.option2 .inner_learning {
	background-color: rgba(255,255,255,.8);
	padding: 30px 60px 12px 30px;
	width: 100%
}
.inner_learning.inner_learning_blue{background: #03304e !important;}
.inner_learning.inner_learning_blue h3, .inner_learning.inner_learning_blue p{color:#ffffff;}
.inner_learning h3 {
	color: #036f9c;
	font-size: 32px;
	line-height: 35px;
	text-transform: capitalize;
	font-weight: 700
}
.inner_learning p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500
}
.graduate {
	margin-top: 30px
}
.accreditations .main-head-main {
	color: #303030!important;
	font-size: 40px;
	line-height: 53px;
	font-weight: 800
}
.testimonial_name, .testimonialcontent p {
	font-family: montserratlight;
	color: #fff !important;
}
.accreditations_img1 img {
	max-width: 55%;
	margin-top: 10px
}
.accreditations_img2 img {
	max-width: 80%;
	margin-top: 12px;
	margin-right: 40px
}
.col-md-3.custom-accreditations {
	width: 18%;
	max-width: 18%
}
.testimonial {
	width: 100%;
	float: left;
	background-color: #03304e;
	position: relative
}
.testimonial:after, .testimonial:before {
	position: absolute;
	top: 88px;
	bottom: 0;
	background-repeat: no-repeat;
	display: none;
	right: 0;
	content: ""
}
.testimonial:before {
	background-image: url(../images/testi_icon_left.png);
	left: 3%
}
.testimonial:after {
	background-image: url(../images/testi_icon_right.png);
	left: 87%
}
.life .main-head-main span, .next_step_main a, .testimonial_name span {
	display: block
}
.testimonialcontent p {
	font-size: 20px !important;
	font-style: italic;
	line-height: 39px !important;
	padding-left: 20px;
	font-weight: 700 !important;
	text-align: left !important;
	    font-family: montserratlight!important;
}
.testimonial_name {
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px
}
 .img_holder_testimonial {
    width: 150px;
    margin: 0 auto;
}
.img_holder_testimonial img {
	max-width: 150px !important;
	display: block;
	margin: 0 auto
}
.life_video_holder img {
	max-width: 100%
}
.life .main-head-main {
	text-align: left
}
.next_step_main {
	width: 100%;
	float: left;
	background-color: #03304e;
	margin-bottom: 0
}
.next_step_main .main-head-main {
	text-align: left;
	color: #fff
}
.next_steps p {
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	color: #fff;
	margin-right: 0
}
.next_step_main a {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	font-family: montserratmedium;
	text-transform: uppercase;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 16px 20px;
	-moz-transition: all linear .4s;
	-o-transition: all linear .4s;
	-webkit-transition: all linear .4s;
	transition: all linear .4s
}
.next_step_main a:hover {
	background-color: #0d99de;
	color: #fff;
	border-color: #fff
}
.management {
	position: relative
}
.management .common-btn {
	margin-top: 10px;
	text-align: right
}
.management .common-btn a {
	margin-top: 30px;
	text-transform: uppercase;
	color: #03304e;
	font-family: montserratregular;
	font-size: 14px
}
.management .common-btn a i {
	color: #03304e;
	font-size: 22px;
	display: inline-block;
	position: relative;
	top: 2px
}
.management .common-btn a:hover, .management .common-btn a:hover i {
	/*color: #0b7fb9*/
}
.management .common-btn a::before {
	display: none;
	background-color: #03304e
}
.common-btn a:hover {
	text-decoration:underline;
}
.option2 .management .common-para {
	padding-top: 30px;
	padding-bottom: 0;
	padding-right: 0
}
.common-para.pgdm {
    padding-top: 0!important;
}
.option2 .management .common-para p {
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	text-align: left;
}
.option2 .transform_content p {
	font-family: Montserrat, sans-serif;
	font-size: 21px
}
.option2 .management .common-btn {
	text-align: left
}
.option2 .main-head-main span {
	display: block
}
.option2 .name-holder {
	background-color: rgba(0,0,0,.8)
}
.news2 .name-holder {
	height: 63px;
	background-color: rgba(0,0,0,.6);
	bottom: -1px;
	padding: 7px
}
.association-logo img {
	max-width: 98%;
	vertical-align: baseline
}
.common_sticky, .icons_sticky, .table-cell, .table-cell-logo {
	vertical-align: middle
}
.table-logo {
	display: table;
	height: 70%;
	width: 100%
}
.table-cell-logo {
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center
}
.social_stickyy {
	position: fixed;
	top: 8.9%;
	right: 0
}
.social_stickyy.social_stickyy2 {
	top: 11.1%
}
.social_sticky {
	position: fixed;
	z-index: 111
}
.admissions .social_sticky {
	z-index: 1;
	position: fixed;
	bottom: 100px;
	transition: all .8s ease;
	right: 0!important
}
.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:hover {
	background-color: #03304e;
}
.common_sticky3 .icons_sticky::after {
	display: none
}
.visible {
	visibility: visible
}
.header ul li ul, .hidden {
 
}
.right-side {
	right: 0;
	transition: all .8s ease
}
.common_sticky {
	background-color: #303030;
	margin-bottom: 5px;
	height: 60px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden
}
.common_sticky3 .common_sticky {
	margin-bottom: 3px;
	height: 80px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.common_sticky p {
	font-size: 11px;
	line-height: 13px;
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	bottom: -8px;
	z-index: 1;
	text-align: center;
	font-family: montserratlight
}
.apl {
	bottom: -4px!important
}
img.firs-mg {
	max-width: 75%!important
}
img.sec-mg {
	margin-top: -2px;
	max-width: 70%!important
}
.common_sticky3 img {
	max-width: 67%!important;
	margin: 3px 12px 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
}
.header ul li ul, .header ul li ul li a, .mega-menu-main {

}
.common_sticky a:hover {
	background-color: #064767
}
.icons_sticky {
	background-color: #71bf45;
	height: 100%;
	width: 60px;
	float: left;
	position: relative
}
.icons_sticky::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #71bf45;
	position: absolute;
	top: 24px
}
.right_st {
	width: calc(100% - 60px);
	padding: 0 30px 0 20px;
	text-align: center;
	display: table;
	height: 100%
}
.table-cell {
	height: 100%;
	display: table-cell
}
.table-cell a {
	text-decoration:none;
}
.right_st span {
	display: block
}
.icons_sticky img {
	padding: 16px;
	max-width: 100%
}
.option2 .management .container-custom {
	padding-right: 0
}
.option2 .event .main-head-main, .option2 .learning .main-head-main, .option2 .life .main-head-main, .option2 .next_step_main .main-head-main, .pgpm2 .main-head-main {
	font-size: 43px;
	line-height: 47px;
	font-family: Montserrat, sans-serif;
	font-weight: 700
}
a.aply_now_btn {
	font-size: 24px;
	line-height: 27px
}
.association-logo ul li {
	float: none;
	width: 14.8%;
	padding: 0 15px;
/*	height: 80px;*/
	overflow: hidden;
	margin-right: 1.6%;
}
.association-logo ul li:nth-child(1) {
	width: 15%;
	padding-left: 0px;
}
.association-logo ul li:nth-child(2) {
   /* width: 9%;*/
}
.association-logo ul li:nth-child(2) img {
    max-width: 59%;
}
.association-logo ul li:nth-child(3) {
/*	padding: 0;
	width: 7%*/
}
.association-logo ul li:nth-child(3) img {
    max-width: 60%;
}
.association-logo ul li:nth-child(4) {
	/*width: 8%*/
}
.association-logo ul li:nth-child(4) img {
    max-width: 63%;
}
.association-logo ul li:nth-child(5) {
    /* width: 9.9%; */
    position: relative;

    top: 9px;
}
.association-logo ul li:nth-child(5) img {
    max-width: 100%;
    height: 80px;
}
.association-logo ul li:nth-child(6) {
    /* width: 9%; */
    position: relative;
    top: 7px;
}
.association-logo ul li:nth-child(6) img {
/*	max-width: 82%*/
}
.association-logo ul li:nth-child(7) {
    width: 14%;
    padding-right: 0;
}
.association-logo ul li:nth-child(8) {
    width: 14%;
    padding: 0;
    margin-right: 0%;
    position: relative;
    top: -8px;
}
.association-logo ul li:nth-child(8) img {
	max-width: 50%
}
.association-logo ul li:nth-child(3) img {
/*	max-width: 60%*/
}
.association-logo .table {
	width: 100%;
	height: 100%;
	display: table
}
.association-logo .table-cell {
	height: 100%;
	display: table-cell;
	vertical-align: bottom
}
.karma-video iframe {
	margin-top: 0
}
.mobile-event-row-ranking2 {
	margin-top: 109px
}
.header ul li {
	position: relative!important;
padding:.5rem;
	width: auto!important;
	float: none!important
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	position:relative;
	
}
.header ul li ul li {
	list-style: none;
	padding: 0
}
/*.header ul li ul li a {
	font-weight: 500;
	text-transform: capitalize;
	color: #7a7a7a;
	font-size: 16px;
	line-height: 21px;
	background-color: #f8f8f8;
	display: block;

	font-family: montserratregular;
	padding: 9px 15px;
	border-bottom: 1px solid #f1f1f1;
	-webkit-box-shadow: 0 5px 6px rgba(50,50,50,.3);
	-moz-box-shadow: 0 5px 6px rgba(50,50,50,.3);
	box-shadow: 0 5px 6px rgba(50,50,50,.3)
}*/
.header ul li ul li a {
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    background-color: #036f9c;
    display: block;
    font-family: montserratregular;
    padding: 11px 15px;
    /*border-top:1px solid #03304e;*/
    -webkit-box-shadow: 0 5px 6px rgba(50,50,50,.3);
    -moz-box-shadow: 0 5px 6px rgba(50,50,50,.3);
    box-shadow: 0 5px 6px rgba(50,50,50,.3);
}
ul.second-sub-menu li a {
	background-color: #f8f8f8!important;
	color: #7a7a7a!important
}
ul.second-sub-menu li:hover a {
	background-color: #f8f8f8;
	color: #03304e
}
.header ul li ul li ul li ul li:hover a, .header ul li ul li ul li:hover a {
	color: #03304e!important
}
.header ul li ul li ul li ul li a {
	color: #7a7a7a
}
/*.header ul li ul li:hover a {
	background-color: #f8f8f8;
	color: #03304e
}*/
.header ul li ul li:hover a {
    color: #ffffff;
    background-color: #008ab3;
}
.header ul li ul {
	text-align: left;
	border-radius: 3px;
	background-color: transparent;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 99999;
	width: 270px;
	padding: 0;
}
.program-menu {
	left: 0!important
}
.second-sub-menu {
	top: 0!important;
	display: none!important
}
.second-sub3:hover .second-sub-menu3 {
	display: inline-block;
	left: 100%!important;
	top: 0
}
.second-sub-menu3 li a {
	background-color: #f8f8f8!important;
	color: #7a7a7a!important
}
.second-sub-menu3 li:hover a {
	background-color: #f8f8f8;
	color: #03304e!important
}
.second-sub-menu3 {
	display: none;
	left: 100%!important
}
.second-sub:hover .second-sub-menu {
	display: inline-block!important;
	left: 100%!important;
	transition: all .25s ease-out
}
/*.header ul li:hover ul {
	top: 64px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}*/
.option2 .header ul li:hover ul{}
.option2 .fixed .header ul li:hover ul{}
.fixed li:hover ul {
    top: 62px!important;
}
.mega_menu_part_inner_holder ul {
	position: static!important;
	width: 100%!important
}
.mega_menu_part_inner_holder ul li a {
    background-color: transparent!important;
    border-bottom: none!important;
    box-shadow: none!important;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 18px!important;
    position: static!important;
    padding: 6px 15px 6px 15px!important;
    display: inline-block!important;
}
.mega_btn, .mega_menu_margin_para {
	padding-left: 0;
}
.mega-menu-head2:hover, .mega_menu_part_inner_holder h3:hover, .mega_menu_part_inner_holder h3:hover a, .mega_menu_part_inner_holder ul li:hover a, .mega-menu-head2:hover a {
    color: #ffffff!important;
    background-color: #03304e!important;
	display:inline-block;
}
.mega_btn {
	color: #fff;
	display: inline-block
}
.mega_btn:hover {
	color: #90f52b
}
/*.mega_menu_part_inner_holder ul li a::after {
	display: none
}
.mega_menu_part_inner_holder ul li a::after {
	content: "\f105";
	position: absolute;
	font-family: FontAwesome;
	right: 33px
}
.mega_menu_part_inner_holder ul li a::after {
    content: "\f105";
    position: static;
    font-family: FontAwesome;
    margin-left: 20px;
}*/
.eligibility::before, .inner_small_banner::before, body>#overlay {
	content: ""
}
.mega_menu_part_inner_holder p {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	padding-right: 145px;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 400;
	font-family: montserratlight
}
a.menu-read-more {
    color: #ffffff;
    font-family: montserratlight;
    margin-top: 2px;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 700;
}
a.menu-read-more:hover, a.menu-read-more2:hover {
    text-decoration: underline;
}
a.menu-read-more2 {
    color: #ffffff;
    font-family: montserratlight;
    margin-top: 2px;
    text-decoration: none;
    display: inline-block;
	font-size: 15px;
	font-weight: 700;
}
.inner_square_text_holder p, .mega_menu_margin_para p {
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    padding-left: 15px;
}
.inner_square_text_holder p::before{content:""; display:none;}
/*.mega-menu-main_new .mega_menu_part_inner_holder p::before {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    left: 62px;
}*/
.inner_square_text_holder .table {
	margin: 0;
	display: table;
	width: 100%;
	height: 100%
}
.inner_square_text_holder .table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%
}
.inner_square_text_holder p {
	margin: 0
}
.row_custom_mega .row {
	margin-bottom: 30px
}
.inner_mrga_square {
	background-color: #03304e;
	text-align: center;
	height: 90px
}
.inner_mrga_square .table {
	margin: 0;
	width: 100%;
	display: table;
	height: 100%
}
.inner_mrga_square .table-cell {
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	font-family: montserratmedium;
	height: 100%;
	width: 100%
}
.inner_mrga_square .table-cell sup, .mega_menu_testimonial p {
	font-family: montserratregular
}
.left_menu .mega_menu_testimonial {
    color: #ffffff;
    padding-right: 0;
    padding-left: 0;
}
.left_menu .mega_holder_content_container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.mega_menu_testimonial {
	background-color: #036f9c;
	padding: 30px;
	margin-top: 30px;
}
.mega_menu_testimonial p {
	font-size: 24px;
	line-height: 35px;
	font-style: normal;
	padding: 30px 0 0;
	margin: 0
}
.mega_menu_testimonial p span {
	font-size: 32px;
	display: block;
	margin-left: 0
}
.arrow {
	font-size: 79px!important;
	position: relative
}
.arrow-top {
	top: -4px;
	left: -4px;
	float: left
}
.arrow-bottom {
	bottom: -14px;
	right: -92%;
}
.testi_bottom p {
	padding: 0;
	line-height: 23px;
	text-align: right
}
.row_custom_mega {
	margin-top: 34px
}
.row_custom_mega .col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 27.033333%;
	max-width: 27.033333%
}
.inner_square_text_holder {
	height: 100%
}
.mega_menu_part_inner_holder ul li {
	margin-bottom: 0px;
}
.mega-margin-bottom ul li {
	margin-bottom: 15px
}
.border-none {
	border: none!important
}
.hidden:hover {
	right: 0!important

}
.common_sticky3.hidden:hover {
	right: -9.5%!important
}
.mega-menu ul li {
	position: unset!important
}
.mega-menu ul li a {
    border-top: none!important;
}

.mega-menu-main {
    right: 0;
    width: 110%!important;
    top: 84px!important;
    background-color: #036f9c;
    -webkit-box-shadow: 0 5px 6px rgba(50,50,50,.3);
    -moz-box-shadow: 0 5px 6px rgba(50,50,50,.3);
    box-shadow: 0 5px 6px rgba(50,50,50,.3);
    text-align: left;
    border-radius: 0;
    position: absolute;
    left: -6%;
    z-index: 99999;
    opacity: 1;
    display:none;
	padding: 60px 0px 0px 0px !important;  
}

/*.mega-menu-main {
    right: 0;
    width: 110%!important;
    top: 100px!important;
    background-color: #00a2d0;
    -webkit-box-shadow: 0 5px 6px rgba(50,50,50,.3);
    -moz-box-shadow: 0 5px 6px rgba(50,50,50,.3);
    box-shadow: 0 5px 6px rgba(50,50,50,.3);
    padding: 0!important;
    text-align: left;
    border-radius: 0;
    position: absolute;
    left: -6%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}*/

.small .mega-menu-main {
    top: 66px!important;
}
.mega_menu_part_inner_holder h3{
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: montserratextrabold;
    display:inline-block;
}
.mega-menu-head-pad {
    margin-bottom: 0;
}
 .mega_menu_part_inner_holder h3 a {
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: montserratextrabold;
    display:block;
	 padding: 6px 15px;
}
.mega_menu_part_inner_holder h3 a {
   
}
h3.mega-menu-head2.mega-menu-head2_new a {
    font-family: montserratregular;
}
.mega-menu-head2, .mega-menu-head2 a {
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    padding: 6px 15px;
    text-decoration: none;
    font-family: montserratextrabold;
    display: inline-block;
}
.mega-menu-head2 {
    padding-left: 0;
    padding: 0;
}
.mega-menu-head2 a:hover{color:#008ab3;}

/*.mega-menu-head2::before {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    left: 62px;
}*/
/*.mega-menu-head2::after {
    content: "\f105";
    position: static;
    font-family: FontAwesome;
    margin-left: 20px;
}*/
.img_video_holder_mega img {
	width: 100%
}
.mega_menu_part_inner_holder {
    margin-right: 0;
    padding-right: 0;
    height: auto;
}
.mega_menu_part_inner_holder.new.custom-menu {
    padding-right: 0;
    position: relative;
    left: 0;
}
.container-custom.mega-container {
	width: 100%;
	max-width: 100%
}

.left-multiple img, .multiple-items p img, .right-multiple img, .ui-link img {
	max-width: 100%
}
.mega_hover_effect:hover .mega-menu-main {
    top: 56px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.mega_menu_margin_top20 {
	margin-top: 10px !important;
}
.mega_menu_margin_top30 {
	margin-top: 20px !important;
}
.mega_menu_margin_top40 {
	margin-top: 40px
}
.mega_menu_margin_top50 {
	margin-top: 50px
}
.eligibility {
	background-image: url(../images/eligibility.jpg);
	background-position: -202px 0
}
.eligibility::before {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.eligibility .inner-pgpm-pgdm {
	margin-right: 200px
}
.eligibility p {
	margin-bottom: 15px!important;
	height: auto!important
}
.eligibility .main-head-main {
	line-height: 43px
}
.process {
	background-color: rgba(0,0,0,.8)
}
.process .main-head-main {
	color: #fff!important
}
.admission_holder .transform_content {
	padding: 0 5% 0 11%
}
.inner_small_banner {
	padding: 80px 0;
	background-position: center -225px;
	position: relative
}
.inner_small_banner.only_color {
	background-image: none
}
.inner_small_banner::before {
	background-image: linear-gradient(120deg, rgba(44,121,175,.9) 0, rgb(137, 214, 99, .9) 100%);
	background-image: -webkit-linear-gradient(120deg, rgba(44,121,175,.9) 0, rgb(137, 214, 99, .9) 100%);
	background-image: -o-linear-gradient(120deg, rgba(44,121,175,.9) 0, rgb(137, 214, 99, .9) 100%);
	background-image: -moz-linear-gradient(120deg, rgba(44,121,175,.9) 0, rgb(137, 214, 99, .9) 100%);
	background-image: -ms-linear-gradient(120deg, rgba(44,121,175,.9) 0, rgb(137, 214, 99, .9) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.inner_small_banner .table {
	width: 100%;
	display: table
}
.inner_small_banner .table-cell {
	font-size: 54px;
	line-height: 39px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: montserratextrabold;
	text-decoration: none;
	position: relative
}
.accordion .link, .accordion .link a, .submenu a {
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none
}
.inner_custom_small_banner {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 80px 0
}
.process .inner_news h5, .process .inner_news p {
	color: #fff
}
.new-cta {
	position: fixed;
	top: 53%;
	right: -9.5%;
	z-index: 1111;
	transition: all .8s ease
}
.new-cta:hover {
	right: 0
}
.multiple-items p {
	width: 50%;
	float: left
}
.right-multi {
	padding-left: 10px
}
.left-multi {
	padding-right: 12px
}
.multiple-items .slick-next, .multiple-items .slick-prev {
	top: 48%;
}
.multiple-items .slick-dots li button {
	border-radius: 100%;
	width: 10px;
	height: 10px;
	color: #03304e;
	background: #fff;
	border: 1px solid #03304e
}
.multiple-items .slick-dots {
	display: none !important
}
.multiple-items .slick-dots li button:before {
	color: #03304e;
	width: 10px;
	height: 10px;
	top: -5px;
	content: ""
}
.multiple-items .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #03304e;
	left: 0;
	top: 0;
	width: 12px;
	height: 12px;
	padding: 0;
	background-color: #03304e;
	border-radius: 100%
}
.accordion .link, .accordion .link a {
	cursor: pointer;
	display: block;
	position: relative;
	font-size: 20px;
	padding: 10px 0 4px;
	color: #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	font-family: montserratextrabold;
	    padding-right: 5px;
}
.accordion li {
	list-style: none;
	margin-bottom: 7px
}
.accordion li:last-child {
	margin-bottom: 0
}
.accordion li:last-child .link {
	border-bottom: 0
}
.accordion li i {
	position: absolute;
	color: #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	right: 0;
	left: auto;
	font-size: 27px;
	top: 8px;
}
.ceo-new::after {
content: "";
display: block;
clear: left;
}
.accordion li.open .link, .accordion li.open i {
	color: #fff
}
.accordion li.open i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.submenu {
	display: none;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px
}
.submenu a, .submenu li:last-child a {
	padding-bottom: 0
}
.submenu a {
	display: block;
	font-size: 17px;
	color: #fff;
	font-family: montserratmedium;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
.submenu a:hover {
	background: 0 0;
	color: #FFF
}
.pad-right {
	padding-right: 0
}
.custom-pad-4 {
	padding: 0 12px
}
.common-pad-4 {
	padding: 0 2px
}
.career-profile {
	margin-top: 4px
}
.admissions {
	position: relative;
	z-index: 11
}
.graduate .col-md-2 {
	-ms-flex: 0 0 12.666667%;
	flex: 0 0 12.666667%;
	max-width: 12.666667%
}
.testi_bottom p {
    font-size: 16px!important;
    line-height: 30px;
}
.imges_mega_holder img {
    width: 100%;
}

.mega_holder_content_container {
    background-color: #036f9c;
    padding: 20px 20px;
    margin-top: 43px;
    width: 336px;
}
.left_menu .program_para_num {
    color: #ffffff;
    text-transform: uppercase;
    font-family: montserratextrabold;
    font-size: 30px;
    line-height: 45px;
}
.left_menu .mega_holder_content_container p {
    color: #ffffff;
}

.mega_holder_content_container h2 {
    color: #ffffff;
    font-family: montserratmedium;
    font-size: 40px;
}
h3.program_para_num span {
    display: block;
    line-height: 34px;
}
p.program_para {
    padding-right: 22px;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}
/*====================================Media=============================================*/
						
.inner_client_panel p {margin: 0 !important;font-size: 16px;line-height: 24px;font-family: Montserrat, sans-serif;font-weight: 500;text-align: justify;}				
.inner_client_panel span, .inner_client_panel a {font-family: Montserrat, sans-serif;font-weight: 500;font-size: 14px;line-height: 24px;display: block;text-decoration: none;}
.inner_media_small_sec a {float: left;width: 100%; text-decoration:none;}
.inner_media_small_sec a img {
    width: 100%;
    border: 1px solid #cccccc;
}					
.inner_media_small_sec a h4 {text-align: center;display: block; color:#03304e;margin: 15px 0;font-size: 1.3rem;}
.media-panel2 {width: 100%; float: left; background-color: #ffffff;}
.padtop0 {
    padding-top: 0;
}
.divider {
    margin-top: 40px;
}

/*====================================Media=============================================*/


/*====================================Accreditations=============================================*/

.accreditations-page p { font-size: 16px;line-height: 30px;font-family: Montserrat, sans-serif;font-weight: 500;text-align: justify;}
.table_amba {display: table;width: 100%;}
.table_cell_amba {display: table-cell;width: 100%;vertical-align: middle;text-align: center;}
.accreditations-page p {font-size: 16px;line-height: 30px;font-family: Montserrat, sans-serif;font-weight: 500;text-align: left;}
.disclosure {padding: 0;list-style: none;}
.disclosure li a {font-family: Montserrat, sans-serif; color: #0563c1;font-size: 16px;line-height: 27px;text-decoration: underline;margin-bottom: 20px;display: block;}

/*====================================Accreditations=============================================*/



/*====================================Mega Menu Changes=============================================*/

.left_menu {
    width: 27%;
    float: left;
    padding: 0px 80px 50px 120px;
    background-color: #036f9c;
	position:relative;
}

.left_menu::after{ position:absolute; height:88%; width:1px; background:#ffffff; content:""; right:0; top: 0%;}

.right_menu {
    width: calc(100% - 27%);
    float: right;
    padding: 0px 208px 50px 40px;
	margin: -11px 0px 0px 0px;
}


.mega_menu_images_holder img {
    width: 100%;
}
.container-custom.mega-container{display:flex;}
.img-text {
    color: #ffffff;
    margin: 40px 0 0 0;
    font-size: 30px;
}
ul.mega_menu_margin_top10.mega_menu_margin_new li a {
    text-transform: uppercase;
    font-size: 20px!important;
    line-height: 32px!important;
}


/*====================================Mega Menu Changes=============================================*/

/*====================================Search box on top manu=============================================*/


.fixed .sb-search {
    top: 10px;
}
.sb-search {
	position: absolute;
	width: 0%;
	right: 94px;
	top: 29px;
	width: 60px;
	height: 50px;
	float: right;
	/* overflow: hidden;*/
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sb-search-open .sb-search-input {
    width: 320px;
    padding-left: 15px;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 58px;
    outline: none;
    background: #dedede ;
    width: 0;
    height: 46px;
    margin: 0;
    z-index: 10;
    padding: 0;
    font-size: 16px;
    color: #757474;
    vertical-align: middle;
    border: 2px solid #0c2f48 ;
    border-left: 30px solid #0c2f48 ;
    font-family: montserratlight;
}
.sb-search-input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.sb-search-input:-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.sb-search-input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.sb-search-input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.sb-icon-search, .sb-search-submit {
    width: 60px;
    height: 42px;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.sb-icon-search img {
    position: relative;
    top: -3px;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: transparent;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 350px;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: #dedede;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}






/* Back To Top */
.cd-top img {
    max-width: 100%;
    opacity: 0.5;
}
.cd-top {
    display:none;
    height: 50px;
    width: 50px;
    position: fixed;
	border-radius:100%;
    bottom: 30px;
    right: 20px;
    z-index: 111111;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}
.cd-top:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}



.back-to-top,
.back-to-top::after,
.back-to-top-text {
	transition: all 0.25s ease-in-out;
}

.back-to-top, .back-to-top::after {
    position: fixed;
    height: 50px;
    width: 50px;
    opacity: 0.75;
    border-radius: 100%;
}
.back-to-top {
    right: 1.5%;
    bottom: -12%;
    z-index: 3;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-45deg);
}

.back-to-top::after {
	display: inline-block;
	content: "";
	right:  -1px;
	bottom: 0;
	border-width: 1px;
	background: transparent;
}

.back-to-top-text {
	display: block;
	transform: rotate(45deg) translate(38%,75%);
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:hover::after,
.back-to-top:focus::after,
.back-to-top:hover .back-to-top-text,
.back-to-top:focus .back-to-top-text {
	opacity: 1;
}

.back-to-top:hover::after,
.back-to-top:focus::after {
	transform: translate(38%,-25%);
}

.back-to-top:hover .back-to-top-text,
.back-to-top:focus .back-to-top-text {
	transform: rotate(45deg) translate(38%,0);
}

.show-back-to-top {
	bottom: 1%;
}
.back-to-top img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -1px;
    top: -7px;
    right: 0;
    bottom: 0;
	opacity: 0.6;
}
.slide_bottom i::before {
    content: "\f106"!important;
}
.arrow_up .fa-angle-up:before {
    content: "\f107";
}
/*====================================Search box on top manu=============================================*/



/*====================================Detail=============================================*/

.news-page-holder img {
    display: none;
}
.news-page-holder-bg img {
    display: block;
	margin-top:0!important;
}
.news-page-holder-bg .transform_content {
    position: absolute!important;
}
section.design.news-page-holder.news-page-holder-bg.news-div .transform_lead {
    height: 400px!important;
}
.news-page-holder-bg .tranform_table_cell {
    vertical-align: middle!important;
}
section.design.news-page-holder.news-page-holder-bg.news-div img {
	width: 100%;
	float: left;
	height: inherit;
    object-position: 0!important;
}
.news-page-holder {
    background-color: #036f9c;
	height: 400px;
}
.news-page-holder .transform_content {
    background: none;
    position: relative;
    left: 19px!important;
}
.news-page-holder .main-head-two {
    font-size: 50px;
    line-height: 63px;
	text-transform: capitalize;
}
.news-page-holder .tranform_table_cell{vertical-align:bottom;}
.news_panel_new {
    background-color: #efefef;
}
.news_detail_img_holder img {
    width: 100%;
}
.news_detail_img_holder {
    margin: 40px 0;
}
.news_camp_container {
    background-color: #ffffff;
}
.news_camp {
    padding: 60px 118px 00px 97px !important;
}
.news_camp_new {
    padding: 0;
}
.news_camp_new .news_deatil {
    background-color: #e2e2e2;
    padding: 60px;
}
.news_camp_new .inner_news_cover {
    padding: 0px 60px 60px 0px;
}
.pad-right-new {
    padding-right: 0;
}
.pad-left-new {
    padding-left: 0;
}
.news_camp::after {
    content: "";
    display: block;
    clear: both;
}
.inner_date_list {
    padding: 0;
    margin: 0;
}
.inner_date_list li {
    display: inline-block;
    padding-right: 10px;
}
.inner_date_list li a {
    font-size: 16px;
    line-height: 25px;
    font-family: Montserrat, sans-serif;
    color: #505050;
	text-decoration:none;
}
.inner_date_list li::after {
    content: '|';
    display: inline;
    color: #c4c2be;
    padding-left: 10px;
}
.inner_date_list li:last-child::after{display:none;}
.inner_news_cover h4, .inner_news_cover h4 a {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 29px;
	font-family: montserratmedium;
	color:#000000;
	text-decoration:none;
}
.news_img_panel h4 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 29px;
	font-family: montserratmedium;
}
.inner_news_cover p {
    color: #505050;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: justify;
}
.inner_news_cover {
    padding-right: 20px;
}
.news_img_panel img {
    max-width: 100%;
	height: 197px;
	width: 100%;
	object-fit: cover;
}

.news_img_panel {
    position: relative;
    top: 5px;
}
.news_deatil {
    position: static;
}
.news-cover-divider {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.news-cover-divider:last-child {
    margin-bottom: 0;
}
.news_read_more {
    color: #03304e;
    font-size: 14px;
}
.news_read_more:hover {
    color: #03304e;
	text-decoration: none;
}
.news_read_more i {
	margin: 0px 4px 0px 4px;
}
.news_deatil img {
    margin-bottom: 16px;
}
.news_deatil ul {
    margin: 0;
    padding: 0 0 7px 0;
}
.news_deatil ul li {
    list-style: none;
}
.news_deatil ul li a {
    font-size: 16px;
    line-height: 25px;
    font-family: Montserrat, sans-serif;
    color: #505050;
    text-decoration: none;
}
.news_detail_repeat {
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
	padding-top: 7px;
}
.pagination li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*====================================Detail=============================================*/


/*12-12-2018*/
.video_event_panel iframe, .mobile_panel iframe {
    width: 80%;
    float: right;
}
.inner-pages-title {
    margin-bottom: 22px;
}
.main-head-main.top_head.inner-pages-title {
    margin: 50px 0 0 0;
}
.admissions.mobile_for {
    display: none;
}
/*12-12-2018*/

.option2 .experiential_learning_right {
    padding-left: 20px;
}
.vission .carousel-indicators {
    left: 0;
    bottom: -94px;
}
.offCanvas.offCanvas_menu_open.topmenu {
    top: 60px;
}
.vission u a {
    color: #ffffff;
}
p.img-text.program-text-new {
    margin-top: 5px;
    font-size: 23px;
}
p.program-text-new2 {
    color: #ffffff;
    margin-top: 2px;
    font-size: 18px;
    line-height: 30px;
}
.margin-b .inner_news {
    margin-top: 14px;
}
.inner_media_small_sec::after {
    content: "";
    display: block;
    clear: both;
}
.inner_news_cover a:hover {
    text-decoration: none;
}
.panel.management .form input, .panel.management .form select {

    height: 50px;

}
.row.row-new-block {
    display: block;
}
.inner_media_small_sec h4 a {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
	color: #03304e;
}

<!--Association-->

.global-icon {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 2% 0;
}
.global-icon ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.global-icon ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    width: 16%;
}
.global-icon ul li img {
     width: 100%; 
	 margin-bottom: 10px;
}
h2.association-heading {
    color:#03304e;
    text-transform: uppercase;
    font-family: montserratextrabold;
    font-size: 19px;
    line-height: 25px;
	margin-bottom: 0;
}
.global-icon {
    margin-bottom: 20px;
}
<!--Association-->
p.p-b0 {
    margin-bottom: 0!important;
}
ul.common-listing li {
    margin: 0 0px 20px 16px;
}
ul.common-listing li:last-child{margin-bottom:0;}
.blue-bg.offCanvas_trigger.offCanvas_trigger_open {
    background-color: #03304e;
}
p.font-20 a {
    color: #03304e;
}
.retail p {
    float: left;
    width: 100%;
}
ul.common-listing-faculty {
    margin-bottom: 0!important;
}
.pb20 {
    padding-bottom: 20px;
}
.mobile472padd {
    padding-bottom: 0!important;
}
.btn.new-back-btn a {
    font-size: 14px;
    line-height: 17px;
}
section.panel .custom-container-inner {
    position: relative;
	display: block;
    clear: both;
}
.new-back-btn-position {
    position: absolute;
    right: 0;
    top: 0;
}
.new-back-btn-position {
    position: absolute;

    right: 118px;
    top: 0;
}
.placement {
    margin-top: 40px;
}
.mobile-f p:hover, .mobile-f span:hover {
    text-decoration: none!important;
}
.table-custom {
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 30px;
}
.ab-div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ab-div .table {
    height: 100%;
    width: 100%;
    display: table;
	margin:0;
}
.ab-div .table-cell {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.ab-div .table-cell p {
    text-align: center!important;
    font-size: 35px!important;
    line-height: 38px!important;
    color: #ffffff!important;
	margin-bottom: 0;
}
.overlay {
    position: relative;
}
.clear-div {
    content: "";
    display: block;
    clear: both;
}
.spotlight.spotlight-new {
    padding-bottom: 0!important;
}
.pgpm-flex2 {
    margin-bottom: 60px;
}
.only_p p {
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.only_p h3 {
    font-size: 25px;
    color: #03304e;
    text-align: left;
    margin: 0 0px 30px 0px;
    display: block;
    float: left;
    width: 100%;
}
.program-testimonial:last-child {
    margin-bottom: 0;
    border-color: #ffffff;
    padding-bottom: 30px;
}
.table-full-width table {
    width: 100%!important;
}
.row {
    clear: both;
}
.recruitment-testimonial {
    background-color: #f3f1f1;
}
.recruitment-testimonial .testimonialcontent p {
    color: #03304e!important;
}
.recruitment-testimonial .testimonial_name span {
    color: #03304e!important;
}
.recruitment-testimonial .testimonial_name {
    color: #03304e!important;
}
.common-para.padding-top0.padding-bottom40.about.pgdm.excellence.empirical {
    padding-bottom: 60px!important;
}
.common-para.padding-top0.padding-bottom40.about.pgdm.excellence.new-academics {
    padding-bottom: 60px!important;
}
.sub-heading {
    font-size: 25px;
    color: #03304e;
    line-height: 32px;
	margin:0;
}
.after-sub-heading {
    margin-top: 25px;
}
.table-full-width table td {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #1c913f;
    padding: 10px 20px;
}
.listing {
    padding: 0px;
}
.listing li {
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: left;
	line-height: 25px;
	list-style: none;
	background-image: url(../images/square-icon.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	background-position: 0px 6px;
	margin: 0px 0px 15px 0px;
}
.inner-section {
    margin-bottom: 60px;
}
.common-new-p p {
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: left;
}
.spotlight.coe {
    padding-top: 40px!important;
}
.padding-bottom60.about.pgdm.excellence.spotlight.clear-div {
    margin-bottom: 60px;
}
.pgpm-careers .padding-bottom60.about.pgdm.excellence.spotlight.clear-div {
    margin-bottom: 0;
}
.pgpm-careers .common-para.padding-bottom40.about.pgdm.excellence.spotlight.div-img.clear-div {
    padding-bottom: 0!important;
}
.pgpm-flex.pgpm-flex-inner h3 {
    font-weight: 500;
}
.ranked-bigger-font .faculty-number {
    font-size: 55px!important;
    line-height: 60px;
}
h2.faculty-text.faculty-text-new {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    font-weight: 500;
}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p{font-size:16px!important;}
section.testimonial h2 {
    color: #ffffff!important;
}
.contsct_form_new input {
    height: 43px;
}
.rigth-form .form button {
    padding: 5px 30px;
}
.contact-field {
    float: left;
    width: 100%;
}
p.contact-p {
    text-transform: initial;
}
.media-kit {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.table {
margin-bottom: 60px;


}

.bg-white-new {
background-color: #f3f1f1 !important;
color: inherit;
}

.bg-white-new h2 {
color: #03304e !important;
}


.bg-white-new p {
color: #000000 !important;
}
.programs-div {
    width: 100% !important;
    background: #03304e;
    color: #fff;
    font-size: 43px;
    line-height: 47px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 25px 30px;
}
.facultyh3.new_convocation {
    float: left;
    width: 100%;
}
.col-md-12.margin-bottom30.custom_karma_video {
    margin-bottom: 0;
}
.empirical {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.inner-dection.course {
    margin-bottom: 60px;
}
.inner-dection.course h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #03304e;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}
.career-point {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.common-para.padding-top0.padding-bottom40.pgdm.about.pgpm-flex {
    float: left;
    width: 100%;
    padding-bottom: 00!important;
}
.pad30 {
    padding-top: 17px;
}
.fl-left {
    float: left;
    width: 100%;
}
p.img-holder {
    margin-bottom: 0!important;
}

.about1 table td {
border: 1px solid #03304e !important;
}


upcoming_text_holder{ background:#010220  !important}


.mobile-slider{ display:none !important}

.mt-25{ margin-top:45px !important}
.mt-55{ margin-top:55px !important}

.req-r{ width:180px !important}
.pb-60{ padding-bottom:60px !important}






@media only screen and (min-width:1801px) and (max-width:1920px) {
.deadline_date_new {
	position: absolute!important;
	bottom: 7px!important
}
.news .deadline_date {
	bottom: 93px
}
.tab_panel .nav-tabs>li>a {
	text-transform: capitalize;
	font-size: 43px;
	line-height: 47px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	text-align: center
}
.option2 .transform_content {
	width: 44.9%
}
.news-cover-divider.last-news-cover-divider {
    margin: 0;
}
}
@media only screen and (min-width:1681px) and (max-width:1800px) {
.tab_panel .nav-tabs>li>a {
	font-size: 47px;
	line-height: 50px
}
.main-head-main {
	font-size: 43px;
}
.option2 .transform_content {
	padding: 0 4% 0 11%
}
.option2 .transform_content p {
	font-size: 20px;
	padding-right: 0
}
.eligibility {
	background-position: -400px 0
}
}
@media only screen and (min-width:1501px) and (max-width:1680px) {
.tab_panel .nav-tabs>li>a {
	font-size: 42px;
	line-height: 45px
}
.transform.admissions-volume3 .transform_lead img {
    object-position: 13px -67px!important;
    margin-top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.main-head-main {
	font-size: 56px;
	line-height: 69px
}
.tab_panel .inner-pgpm-pgdm p {
}
.deadline_date_new {
	bottom: 60px!important
}
.deadline_date {
	font-size: 18px;
	line-height: 21px
}
.option2 .transform_content {
	padding: 0 4% 0 11%;
	width: 46.5%
}
.option2 .transform_content p {
	font-size: 20px;
	padding-right: 0
}
.eligibility {
	background-position: -600px 0
}
.transform_lead .slick-prev {
    left: 20px;
}
.transform_lead .slick-next {
    right: 20px;
}
.news-cover-divider.last-news-cover-divider {
    border: none;
    padding: 0;
    margin: 0;
}
}

@media only screen and (min-width:1441px) and (max-width:1500px) {
.tab_panel .nav-tabs>li>a {
	font-size: 40px;
	line-height: 43px
}
.main-head-main {
	font-size: 56px;
	line-height: 69px
}
.tab_panel .inner-pgpm-pgdm p {
}
.deadline_date {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 20px
}
.deadline_date_new {
	bottom: 51px!important
}
.option2 .transform_content {
	width: 52%;
	padding: 0 5% 0 12%
}
.option2 .transform_content p {
	font-size: 20px;
	padding-right: 0
}
 
.eligibility {
	background-position: -800px 0
}
}
@media only screen and (min-width:1367px) and (max-width:1440px) {
.option2 .testimonial:after, .option2 .testimonial:before {
	max-width: 8%;
	background-size: 100%
}
.option2 .header ul li:hover ul {
    
}
.fixed li:hover ul {
    top: 57px!important;
}
ul.mega_menu_margin_top10.new-mega li a {
     font-size: 14px!important; 
}

.mega-menu-head2, .mega-menu-head2 a {
    font-size: 18px;
}
.tab_panel .inner-pgpm-pgdm .main-head-main span {
    font-size: 31px;
    line-height: 34px;
}
.slider2 .main-head-two {
	font-size: 40px;
	line-height: 49px;
	text-transform: uppercase;
	font-family: montserratextrabold;
	text-shadow: 2px 3px 6px rgba(0,0,0,.3)
}
.slider2 .sub_head, .tab_panel .nav-tabs>li>a {
	font-family: Montserrat, sans-serif
}
.slider2 .sub_head {
	font-size: 25px;
	margin-top: 18px;
	font-weight: 500;
	text-shadow: none
}
.transform_content {
	width: 45%
}
.inner_numericals, .width-decrease {
	width: 100%
}
.option2 .main-head-two {
	font-size: 77px;
	line-height: 78px
}
.ranking_numericals {
	padding: 26px 0 0;
	margin-top: 9px
}
.inner_numericals p {
	color: #222;
	font-size: 11px;
	line-height: 16px;
	word-break: break-all
}
.inner_numericals p span {
	font-size: 10px
}
.management .common-btn a {
	font-size: 14px
}
.margin-top30 {
	margin-top: 30px
}
.management .common-para {
	padding-top: 30px;
	padding-bottom: 40px
}
.left-ranking ul li {
	font-size: 20px;
	line-height: 30px;
	height: 87px
}
.tab_panel .nav-tabs>li>a {
	padding: 28px 0;
	font-size: 36px;
	line-height: 39px;
	font-weight: 700;
	text-align: center
}
.inner_news p, .slider3 .main-head-two, .tab_panel .inner-pgpm-pgdm p, .transform_content p {
	font-weight: 500;
	font-family: Montserrat, sans-serif
}
.common-para p, .inner_learning p, .next_steps p, .tab_panel .inner-pgpm-pgdm p {
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.accreditations .main-head-main {
	font-size: 40px;
	line-height: 53px
}
.inner_numericals_holder {
	padding: 0 10px 0 0
}
.right-evet-panel .deadline_date {
	margin-top: 12px
}

.tab_panel .inner-pgpm-pgdm p {
	font-size: 16px;
	line-height: 30px;
	margin-right: 0;
	padding-right: 50px
}
.inner_news p a {
	font-size: 21px;
	line-height: 30px
}
.inner_news p {
	font-size: 16px;
	line-height: 30px;
	padding-right: 30px
}
.padding-top {
	margin-top: 10px
}
.news .deadline_date {
	margin-top: 15px;
	bottom: 0!important
}
.deadline_date.deadline_date_new {
	bottom: 57px!important;
	margin-top: 0
}
.inner-box-people h3 {
	font-size: 67px;
	line-height: 53px
}
.inner-box-people p {
	font-size: 21px;
	line-height: 30px
}
.inner_numericals h2 {
	font-size: 41px;
	line-height: 44px;
	margin: 0
}
.left-ranking {
	padding-top: 36px
}
 
.transform_content p {
	margin-top: 23px;
	padding-right: 0;
	font-size: 17px;
	line-height: 30px
}
.slider3 .main-head-two {
	font-size: 25px;
	line-height: 33px;
	text-transform: unset
}
.option2 .tranform_table_cell {
	padding-top: 90px
}
.option2 .transform_content {
	width: 53%;
	padding: 0 6.6% 0 12.8%!important
}
.option2 .transform_content p {
	font-size: 20px
}
.option2 .tab_panel .inner-pgpm-pgdm p {
	margin-right: 0;
	float: left;
	width: 100%;
	padding-right: 20px
}
.option2 .inner_graph_content .inner-box-people h3, .option2 .news2 .inner_news .main-head-main {
	font-size: 50px;
	line-height: 55px;
	font-family: Montserrat, sans-serif;
	font-weight: 800
}
.option2 .inner_graph_content .inner-box-people h3 sub {
	font-size: 32px;
	line-height: 43px
}
.option2 .inner_graph_content .inner-box-people p {
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	text-align: center;
	font-weight: 500
}
.tab_panel .common-btn a {
	margin-top: 0;
	padding: 12px 27px;
	font-size: 18px;
	line-height: 21px
}
.transform_lead img {
	object-position: -342px 0;
	object-fit: cover
}
.inner_event_holder {
	padding: 20px 27px
}
.right-evet-panel .inner_event_holder {
	padding: 18px 14px
}
.option2 .testimonial:after {
	left: 89%
}
.option2 .main_news_holder {
	padding-top: 31px
}
.video_event_panel2 {
	padding-top: 0
}
.video_event_panel2 .news_img {
	margin-top: -5px
}
.option2 .testimonialcontent p {
	font-size: 22px;
	line-height: 39px;
	margin-right: 0;
	margin-top: 9px
}
.multiple-items .slick-dots li.slick-active button:before {
	top: -1px
}
.inner-pgpm-pgdm {
	padding-right: 30px
}
.right-side {
	top: 80%;
	right: -13%!important
}
.common_sticky3.hidden, .common_sticky3.hidden:hover {
	right: -12.6%!important
}
.common_sticky3.hidden {
	top: 40%!important
}
.table-logo {
	height: 100%
}
.association-logo .row {
	margin-top: 0
}
.table-cell-logo.new-logo img {
	max-width: 75%
}
.table-cell-logo.news-logo2 img {
	max-width: 83%;
	margin-top: 0
}
.table-cell-logo.new-logo3 img {
	max-width: 57%;
	margin-top: 0
}
.association .container-custom {
	width: 70%
}
.option2 .management .container-custom {
	padding-right: 6%
}
.accreditations .row {
	width: 87%
}
.video_event_panel {
	margin-top: -68px
}
.video_event_panel .news_img {
    margin-left: 0;
    padding-right: 33px;
}
.news_img.right-news {
    padding-right: 0;
}
.profile .video_event_panel {
	margin-top: -71px
}
.video_event_panel .news_img iframe {
	height: 240px;
	width: 95%
}
.news_img.news_img-pgpm2 iframe {
    width: 80%;
}
.pgpm2 .main-head-main {
	font-size: 40px;
	line-height: 53px
}
.option2 .management .common-para p {
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.option2 .event .main-head-main, .option2 .learning .main-head-main, .option2 .life .main-head-main, .option2 .main-head-main, .option2 .next_step_main .main-head-main, .option2 .tab_holder .main-head-main {
	font-size: 43px;
	line-height: 47px
}
.main-head-main.top_head {
	font-size: 45px;
	line-height: 50px;

	text-transform: unset
}
.option2 .main-head-main span {
	display: inline-block
}
.option2 .news2 .main-head-main {
	color: #03304e;
	font-size: 43px;
	line-height: 47px
}
.option2 .management .common-para {
	padding-top: 35px;
	padding-bottom: 0;
	padding-right: 60px
}
.inner_event_holder h4 a {
	font-size: 20px;
	line-height: 33px;
	font-family: montserratmedium;
	color: #03304e;
	padding-right: 40px
}
.slick-slide img {
	max-width: 100%;
	object-fit: cover!important;
	object-position: unset!important
}
.tab_panel .padding-reduce {
	padding-right: 0
}
.deadline_date {
	font-size: 18px;
	line-height: 21px
}
.management-new .main-head-main {
	color:#03304e;
	font-size: 30px;
	line-height: 33px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	text-align: center
}
.date_left {
	width: 80px;
	height: 80px;
	padding: 16px 0;
	font-size: 23px;
	line-height: 25px
}
.mobile-event_new {
	margin-top: 0!important
}
.right_text {
	padding-left: 20px;
	font-size: 22px;
	line-height: normal;
	font-family: montserratmedium
}
.right-events-new {
	padding: 40px
}
.option2 .common-box-people img {
	width: 101%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%
}
.custom_height100 {
	height: 100%
}
.custom_height50 {
	height: 50%
}
.news2 .name-holder p span {
	font-size: 12px;
	line-height: 15px;
	margin-top: 2px
}
.news2 .name-holder {
	height: 64px;
	padding: 7px
}
.option2 .news2 .inner_news p {
	padding-right: 50px;
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.right-ranking {
	padding-top: 0!important
}
.mobile-event-row-ranking2 {
	margin-top: 116px
}
.option2 .transform_lead img {
	margin-top: 0;
	object-fit: cover;
	object-position: -124px -120px
}
.karma-video iframe {
	margin-top: 40px;
	width: 90%;
	height: 270px
}
.inner-pgpm-pgdm.inner-pgpm-pgdm2 p {
	height: 113px
}
.association-logo ul li {
	height: 65px
}
.option2 .inner_learning {
	padding: 28px 50px 7px 30px
}
.first {
	max-width: 30%;
	flex: 0 0 30%;
	padding-right: 0
}
.first img {
	margin-top: 15px;
	max-width: 97%
}
.second img {
	max-width: 70%!important;
	margin-top: 23px
}
.three {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.three img {
	max-width: 63%;
	margin-top: 17px
}
.four {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.four img {
	max-width: 53%;
	margin-top: 16px
}
/*section.panel.management.management-new.common-padding {
	padding: 60px 0 20px
}*/
.common-padding, .event, .learning, .life, .next_step_main, .option2 .news, .pgpm2 {
	padding: 60px 0
}
.tab_panel {
	height: 650px
}
.main-head-two {
	font-size: 53px;
	line-height: 59px
}
.slider1 .main-head-two {
	line-height: 49px;
	text-transform: uppercase;
	font-family: montserratextrabold
}
.karma_yoga_text {
	margin-bottom: 0
}
.testimonial_name {
	font-size: 18px;
	line-height: 21px
}
.img_holder_testimonial img {
	max-width: 52%
}
.testimonial_name span {
	display: block;
	font-size: 15px
}
.social_stickyy {
	position: fixed;
	top: 10.8%;
	right: 0;
	z-index: 1
}
.eligibility {
	background-position: -700px 0
}
.new-cta {
	right: -12.5%
}
.mega-menu-main {
	left: -7%;
	width: 112%!important;
}
.mega_menu_part_inner_holder p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding-right: 25px;
    margin-bottom: 0;
    font-family: montserratregular;
}
.nav-item:hover .nav-link::after{bottom:-17px;}
.fixed .nav-item:hover .nav-link::after {
    bottom: -10px!important;
}
.custom-pad-4 {
	padding: 0 12px
}
.common-pad-4 {
	padding: 0 2px
}
.career-profile {
	margin-top: 4px
}
.graph {
	width: 97.5%
}
.pad-right {
	padding-right: 46px
}
.next_step_main_container {
	width: 100%
}
a.aply_now_btn {
	font-size: 22px;
	line-height: 27px
}
.graduate .col-md-2 {
	-ms-flex: 0 0 22.666667%;
	flex: 0 0 22.666667%;
	max-width: 22.666667%
}
.mega_menu_part_inner_holder h3, .mega_menu_part_inner_holder h3 a {
	font-size: 19px
	    margin-bottom: 0;
}
.mega_menu_margin.mega_menu_margin_para.mega_menu_margin_top40 {
    margin-top: 18px;
}
.mega_menu_part_inner_holder ul li a {
    font-size: 15px!important;
    line-height: 18px!important;
    position: static!important;
}
.mega_menu_part_inner_holder ul li {
    margin-bottom: 0;
}
.padding-right-mega {
    padding-right: 0;
    height: auto;
}
.mega_menu_margin_top40 {

}
.mega_menu_part_inner_holder ul li a::before {
	left: 32px
}
.mega-menu-head2 {
	font-size: 19px;
	line-height: 23px
}
.mega-menu-main_new .mega_menu_part_inner_holder p {
	font-size: 16px;
    line-height: 22px;
}
.row_custom_mega .col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.033333%;
	max-width: 33.033333%
}
.mega-menu-main_new2 .mega_menu_part_inner_holder p {
	font-size: 18px;
	line-height: 24px;
	padding-right: 0;
	margin-bottom: 0
}
.mega-menu-main_new2.mega_menu_testimonial p span {
	display: block;
	margin-left: 0;
	margin-bottom: 10px
}
.mega_menu_testimonial p span {
	font-size: 24px;
	margin-bottom: 10px
}
.mega-menu-main_new2 .arrow-top {
	margin-bottom: 0!important;
	height: 2px
}
.karma_yoga_text.world_text {
	line-height: 50px
}
.left_menu {
    width: 35%;
    float: left;
    padding: 0px 80px 50px 107px;
    background-color: #036f9c;
}
.right_menu {
    width: calc(100% - 27%);
    float: right;
    padding: 0px 166px 50px 40px;
}


.mega_menu_images_holder img {
    width: 100%;
}
.container-custom.mega-container{display:flex;}
.img-text {
    color: #ffffff;
    margin: 40px 0 0 0;
    font-size: 30px;
}
p.program_para{font-size:18px;}
ul.mega_menu_margin_top10.mega_menu_margin_new li a {
    text-transform: uppercase;
    font-size: 20px!important;
    line-height: 32px!important;
}
.mega-menu-head2.mega-menu-head2-new.mega_menu_margin_top40 {
    margin-top: 40px;
}
.news_img.news_pgpm iframe{ width:80%;}
.pad-right-new {
    padding-right: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.pad-left-new {
    padding-left: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
}
@media only screen and (min-width:1281px) and (max-width:1366px) {

.karma_yoga_text, .main-head-two, .slider2 .main-head-two span {
	margin-bottom: 0
}
ul.mega_menu_margin_top10.new-mega li a {
     font-size: 14px!important; 
}

.mega-menu-head2.mega-menu-head2-new.mega_menu_margin_top40 {
    margin-top: 40px;
}
.news_img.right-news {
    padding-right: 0;
}
.tab_panel .inner-pgpm-pgdm .main-head-main span {
    font-size: 31px;
    line-height: 34px;
}
.main-head-two {
	font-size: 76px;
	line-height: 79px
}
.option2 .main-head-two {
	line-height: 75px!important;
	margin-bottom: 0
}
.option2 .transform_lead img {
	margin-top: 0
}
.transform_content p {
	margin-top: 23px;
	padding-right: 0;
	font-size: 17px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}
.slider2 .sub_head, .slider3 .main-head-two {
	font-size: 25px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.transform_content {
	padding: 0 90px 0 70px
}
.option2 .transform_lead img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: 0 0
}
.transform_lead img {
	width: 100%
}
.slider3 .main-head-two {
	line-height: 33px;
	text-transform: unset
}
.slider2 .sub_head {
	margin-top: 18px;
	text-shadow: none
}
.slider1 .main-head-two, .slider2 .main-head-two {
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
}
.karma_yoga_text, .slider1 .main-head-two, .slider2 .main-head-two {
	font-size: 40px;
	text-shadow: 2px 3px 6px rgba(0,0,0,.3)
}
.slider1 .main-head-two {
	line-height: 49px
}
.karma_yoga_text.world_text {
	line-height: 53px
}
.slider2 .main-head-two {
	line-height: 49px
}
.management-new .main-head-main, .option2 .common-para p, .option2 .inner_graph_content .inner-box-people p, .option2 .inner_news p, .tab_panel .nav-tabs>li>a {
	font-family: Montserrat, sans-serif
}
.pgpm.common-padding {
	padding: 40px 0
}
.event_main_holder.event_main_holder2 {
	padding-top: 0
}
.common-padding {
	padding: 60px 0
}
.management .common-para {
	padding-top: 30px;
	padding-bottom: 40px
}
.left-ranking ul li {
	font-size: 18px;
	line-height: 23px;
	height: 72px
}
.ranking_numericals {
	padding: 26px 0 0;
	margin-top: 9px
}
.inner_numericals_holder {
	padding: 0 2px 0 0
}
.inner_numericals h2 {
	font-size: 41px;
	line-height: 44px;
	margin: 0
}
.management .common-btn a {
	font-size: 14px
}
.inner_numericals p {
	font-size: 11px;
	line-height: 17px;
	padding-right: 0
}
.inner_numericals p span {
	font-size: 10px
}
.tab_panel .nav-tabs>li>a {
	padding: 28px 0;
	font-size: 36px;
	line-height: 39px;
	font-weight: 700;
	text-align: center
}
.option2 .main-head-main {
	font-size: 45px;
	line-height: 50px;
	text-transform: unset
}
.option2 .main-head-main span {
	display: inline-block
}
 
.tab_panel .inner-pgpm-pgdm .main-head-main {
	text-align: left;
	margin-bottom: 40px
}
.tab_panel .common-btn {
	margin-top: 30px
}
.inner_event_holder h4 a {
	font-size: 18px;
	line-height: 30px;
	padding-right: 15px
}
.inner_event_holder {
	padding: 15px 20px
}
.right-evet-panel .deadline_date {
	margin-top: 16px
}
.right-evet-panel .inner_event_holder {
	padding: 15px!important
}
.fast_facts_main {
	padding-top: 30px
}
.col-md-6.col-sm-12.mobile-event.mobile-event_new {
	margin-top: 0
}
.col-md-12.mobile-event, .right-events-new.margin-top40 {
	margin-top: 30px
}
.news .deadline_date {
	margin-top: 7px
}
.inner-box-people {
	padding: 14px
}
 
.event_main_holder, .main_news_holder {
	padding-top: 45px
}
.name-holder p span {
	font-size: 14px;
	line-height: 17px
}
.option2 .common-para p, .option2 .management .common-para p {
	font-size: 16px;
	font-weight: 500
}
.common-btn a::before {
	bottom: 1px
}
.option2 .common-para p {
	line-height: 30px
}
.deadline_date_new {
	position: absolute!important;
	bottom: 30px!important
}
 
.inner_news .deadline_date.deadline_date_new {
	bottom: 39px!important
}
.otion2 .management .container-custom {
	padding-right: 8%
}
.right-side {
	right: -13.4%!important
}
.right-side:hover {
	right: 0!important;
	top: 40%
}
.common_sticky3.hidden:hover {
	right: -13.4%!important
}
.video_event_panel {
	margin-top: -60px
}

.profile .video_event_panel {
    margin-top: -82px;
    padding-right: 13px;
}
.option2 .news_img iframe {
	margin-top: 0;
	width: 80%;
	height: 230px
}
.graph {
	margin-top: 35px;
	width: 100%;
}
.offCanvas, .option2 .offCanvas {
	width: 390px!important
}
.accreditations .main-head-main, .option2 .event .main-head-main, .option2 .learning .main-head-main, .option2 .life .main-head-main, .option2 .news2 .main-head-main, .option2 .next_step_main .main-head-main, .pgpm2 .main-head-main {
	font-size: 43px;
	line-height: 47px;
	font-family: Montserrat, sans-serif;
	font-weight: 700
}
.option2 .inner_graph_content .inner-box-people p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	text-align: center
}
.association {
	padding: 0
}
.option2 .management .container-custom {
	padding-right: 8%
}
.fast_fact {
	padding-bottom: 0
}
.tab_panel .inner-pgpm-pgdm p {
	font-size: 16px;
}
.deadline_date {
	font-size: 15px
}
.option2 .offCanvas, html.offCanvas_open .offCanvas.offCanvas_menu_open {
	-webkit-transform: translateX(370px)!important;
	-moz-transform: translateX(370px)!important;
	-ms-transform: translateX(370px)!important;
	-o-transform: translateX(370px)!important;
	transform: translateX(370px)!important
}
html.offCanvas_open body .onCanvas {
	-webkit-transform: translateX(-370px)!important;
	-moz-transform: translateX(-370px)!important;
	-ms-transform: translateX(-370px)!important;
	-o-transform: translateX(-370px)!important;
	transform: translateX(-370px)!important
}
.option2 .management .common-para {
	padding-right: 0px;
	padding-top: 35px
}
.management-new .main-head-main {
	color:#03304e;
	font-size: 30px;
	line-height: 33px;
	font-weight: 700;
	text-align: center
}
.right-events-new {
	padding: 32px
}
.custom-margin {
	margin-right: 0;
	margin-left: 0
}
.option2 .inner_news p {
	color: #505050;
	font-size: 16px;
	padding-right: 30px;
	font-weight: 500
}
.association-logo ul li:nth-child(8) {
	width: 12%;
	padding: 0
}
.news2 .name-holder p span {
	font-size: 12px;
	line-height: 15px
}
.news2 .name-holder {
	height: 57px;
	padding: 4px 7px
}
.option2 .inner_graph_content .inner-box-people h3 sub {
	font-size: 29px;
	line-height: 43px
}
.inner_learning p, .next_steps p, .option2 .news2 .inner_news p {
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat, sans-serif
}
.option2 .news2 .inner_news p {
	padding-right: 50px
}
.pad-right {
	padding-right: 10px
}
.inner_learning p, .next_steps p {
	line-height: 30px
}
.option2 .tranform_table_cell {
	padding-top: 52px
}
.right-ranking {
	padding-top: 0!important
}
.mobile-event-row-ranking2 {
	margin-top: 82px
}
.option2 .transform_content {
	width: 51%;
	padding: 0 0 0 11%
}
.option2 .transform_content p {
	font-size: 18px;
	padding-right: 58px
}
.option2 .inner_graph_content .inner-box-people h3, .option2 .news2 .inner_news .main-head-main {
	font-size: 50px!important;
	line-height: 55px!important;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 800
}
.option2 .inner-pgpm-pgdm .main-head-main {
	font-size: 55px!important;
	line-height: 60px!important
}
.news2 .inner_news .main-head-main, .option2 .inner-pgpm-pgdm .main-head-main {
	text-align: left!important
}
.custom-pad-4 {
	padding: 0 12px
}
.common-pad-4 {
	padding: 0 2px
}
.career-profile {
	margin-top: 4px
}
.tab_panel .padding-reduce {
	padding-right: 15px
}
.inner-pgpm-pgdm {
	padding-right: 0
}
.karma-video iframe {
	margin-top: 50px;
	height: 255px;
	width: 90%;
}
.video_event_panel2 {
	margin-top: -82px
}
.inner-box-people h3 {
	font-size: 67px;
	line-height: 53px
}
.inner-box-people p {
	font-size: 21px;
	line-height: 30px
}
.inner-pgpm-pgdm.inner-pgpm-pgdm2 p {
	height: 113px
}
.right_text .table-cell {
	font-size: 18px;
	line-height: 30px
}
.date_left {
	width: 80px;
	height: 80px;
	padding: 16px 0;
	font-size: 23px;
	line-height: 25px
}
.left-rank, .right-rank {
	max-width: 50%;
	width: 50%
}
.association-logo ul li {
	height: 70px;
}
.association-logo h2 {
    width: 100%;
	margin-bottom: -15px;
} 
.option2 .inner_learning {
	padding: 28px 27px 7px;
}
.left-rank {
	flex: 0 0 50%
}
.right-rank {
	float: right;
	flex: 0 0 50%;
	padding-left: 0
}
.first {
	max-width: 30%;
	flex: 0 0 30%;
	padding-right: 0
}
.first img {
	margin-top: 15px;
	max-width: 97%
}
.second img {
	max-width: 70%!important;
	margin-top: 23px
}
.three {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.three img {
	max-width: 63%;
	margin-top: 17px
}
.four {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.four img {
	max-width: 53%;
	margin-top: 16px
}
/*section.panel.management.management-new.common-padding {
	padding: 50px 0 30px
}*/
.testimonialcontent {
	padding: 0 87px
}
.testimonial_name span {
	display: block;
	font-size: 18px;
	line-height: 23px
}
.testimonialcontent p, a.aply_now_btn {
	font-size: 22px
}
.img_holder_testimonial img {
	max-width: 47%
}
.event, .learning, .life, .next_step_main, .option2 .news, .pgpm2 {
	padding: 60px 0
}
.option2 .event .main-head-main, .option2 .life .main-head-main, .option2 .news2 .main-head-main, .option2 .next_step_main .main-head-main {
	line-height: 47px!important
}
.social_stickyy {
	position: fixed;
	top: 9.5%;
	right: 0
}
.eligibility {
	background-position: -870px 0
}
.new-cta {
	right: -13.5%
}
.next_step_main_container {
	width: 95%
}
a.aply_now_btn {
	line-height: 27px
}
.left-ranking {
	padding-top: 38px
}
.graduate .col-md-2 {
	-ms-flex: 0 0 22.666667%;
	flex: 0 0 22.666667%;
	max-width: 22.666667%
}
.mega_menu_part_inner_holder h3, .mega_menu_part_inner_holder h3 a {
	font-size: 19px;
font-family: montserratextrabold;
}
.padding-right-mega {
	padding-right: 35px
}
.mega_menu_part_inner_holder ul li a {
	font-size: 16px!important;
	line-height: 18px!important;
}
.mega_menu_part_inner_holder ul li {
    margin-bottom: 0;
}
.mega_menu_part_inner_holder ul li a::before {
	left: 14px;
}

.mega_menu_part_inner_holder p {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	padding-right: 55px;
	margin-bottom: 0
}
.mega-menu-head2, .mega-menu-head2 a {
    font-size: 22px;
    font-family: montserratextrabold;
}
.mega-menu-main {
    width: 113%!important;
    left: -7%;
}
.tab_panel {
	height: 670px
}
.mega-menu-main_new .mega_menu_part_inner_holder p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 0;
}

.mega_menu_part_inner_holder {
    margin-right: 15px;
    padding-right: 0;
    height: auto;
}
.mega-menu-main_new .mega-menu-head2 {
	font-size: 19px;
	line-height: 23px
}
.row_custom_mega .col-sm-4 {
	-ms-flex: 0 0 34.633333%;
	flex: 0 0 34.633333%;
	max-width: 34.633333%
}
.row_custom_mega .col-sm-8 {
	-ms-flex: 0 0 65.366667%;
	flex: 0 0 65.366667%;
	max-width: 65.366667%
}
.row_custom_mega .row {
	margin-bottom: 15px
}
.mega-menu-main_new2 .mega_menu_part_inner_holder p {
    font-size: 20px;
    line-height: 27px;
    padding-right: 0;
    margin-bottom: 0;
}
.mega-menu-main_new2.mega_menu_testimonial p span {
	display: block;
	margin-left: 0;
	margin-bottom: 10px
}
.mega_menu_testimonial p span {
	font-size: 24px;
	margin-bottom: 10px
}
.mega-menu-main_new2 .arrow-top {
	margin-bottom: 0!important;
	height: 2px
}
.news_img {
    padding-right: 0px;
	
}
.news_img.news_pgpm {
    padding-right: 0;
}
.option2 .common-para {
    padding-top: 30px;
}
.left_menu {
    width: 41%;
    float: left;
    padding: 0px 80px 50px 90px;
    background-color: #036f9c;
}
.right_menu {
    width: calc(100% - 27%);
    float: right;
    padding: 0px 180px 38px 40px;
}

.mega_menu_images_holder img {
    width: 100%;
}
.container-custom.mega-container{display:flex;}
.img-text {
    color: #ffffff;
    margin: 40px 0 0 0;
    font-size: 30px;
}
.mega_menu_margin_top40 {
    margin-top: 15px;
}
ul.mega_menu_margin_top10.mega_menu_margin_new li a {
    text-transform: uppercase;
    font-size: 20px!important;
    line-height: 32px!important;
}
.association-logo ul {
	width: 98%;
}
.pad-right-new {
    padding-right: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.pad-left-new {
    padding-left: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
}
@media only screen and (min-width:1171px) and (max-width:1280px) {
.option2 .main-head-main, .slider3 .main-head-two {
	text-transform: unset;
	font-family: Montserrat, sans-serif
}
ul.mega_menu_margin_top10.new-mega li a {
     font-size: 14px!important; 
}
.common-para.padding-top0.padding-bottom40.about.padding0new {
    padding-bottom: 0!important;
}
.slider-box {
    width: 100% !important;
	height: 500px!important;
}

.option2 .navbar-offcanvas .navbar-top .nav-item {
    margin-right: 0px!important;
}
.mega_holder_content_container h2 {
    font-family: montserratextrabold;
    font-size: 34px;
    margin-bottom: 0;
}
h3.program_para_num span {
    line-height: 26px;
}
.tab_panel .inner-pgpm-pgdm .main-head-main span {
    font-size: 31px;
    line-height: 34px;
}
.news_img.right-news {
    padding-right: 0;
}
.main-head-main, .option2 .main-head-main, .slider3 .main-head-two, .tab_panel .nav-tabs>li>a {
	font-family: Montserrat, sans-serif
}
.option2 .inner_learning {
	background-color: rgba(255,255,255,.8);
	padding: 26px 26px 9px
}
.option2 .main-head-main {
	font-size: 40px;
	line-height: 45px;
	font-weight: 800
}
.option2 .main-head-main span {
	display: inline-block
}
.option2 .news2 .main-head-main {
	color: #03304e;
	font-size: 43px
}
.option2 .inner_graph_content .inner-box-people h3, .option2 .news2 .inner_news .main-head-main {
	font-size: 50px!important;
	line-height: 55px!important;
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-weight: 800
}
.option2 .inner-pgpm-pgdm .main-head-main {
	font-size: 55px!important;
	line-height: 60px!important
}
.news2 .inner_news .main-head-main, .option2 .inner-pgpm-pgdm .main-head-main {
	text-align: left!important
}
.option2 .transform_content {
	width: 53%;
	padding: 0 5% 0 11.3%!important
}
.fast_fact {
	padding-bottom: 0!important
}
.container-custom {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	display: block;
    clear: both;
}
.tab_panel .nav-tabs>li>a {
	padding: 28px 0;
	font-size: 36px;
	line-height: 39px;
	font-weight: 700;
	text-align: center
}
.main-head-main {
	font-size: 43px;
	line-height: 47px
}
.accreditations .main-head-main {
	font-size: 40px!important
}
.option2 .transform_lead {
	height: 490px!important
}
.slider3 .main-head-two {
	font-size: 25px;
	line-height: 33px;
	font-weight: 500
}
.slider1 .main-head-two, .slider2 .main-head-two {
	font-size: 40px;
	line-height: 49px;
	text-transform: uppercase;
	font-family: montserratextrabold;
	text-shadow: 2px 3px 6px rgba(0,0,0,.3)
}
.main-head-two {
	margin-bottom: 0
}
.slider2 .sub_head {
	font-size: 25px;
	margin-top: 18px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	text-shadow: none
}
.event .mobile-event {
	margin-top: 25px
}
.karma_yoga_text {
	margin-bottom: 0;
	font-size: 41px;
	text-shadow: 2px 3px 6px rgba(0,0,0,.3)
}
.slick-dotted.slick-slider {
	margin-bottom: 0!important
}
.main-head-two {
	font-size: 46px;
	line-height: 49px
}
.transform_content p, .transform_lead .common-btn a {
	font-size: 17px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.right-evet-panel .inner_event_holder h4 a {
	padding-right: 0
}
.right-evet-panel .deadline_date {
	margin-top: 35px
}
.transform_content p {
	margin-top: 23px;
	padding-right: 0;
	line-height: 30px
}
.transform_lead .common-btn a {
	text-align: center;
	padding: 9px 20px!important;
	line-height: 30px
}
.transform_lead .common-btn a i {
	font-size: 25px
}
.option2 .transform_content p {
	font-size: 20px;
	line-height: 30px
}
.option2 .tab_panel .inner-pgpm-pgdm p {
	margin-right: 40px;
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.ranking_numericals {
	padding: 26px 0 0;
	margin-top: 9px
}
.right-pad {
	padding-right: 0!important
}
.inner_numericals h2 {
	font-size: 41px;
	line-height: 44px;
	margin: 0
}
.common-padding {
	padding: 60px 0
}
.accreditations {
	background-color: #f3f1f1;
	padding: 40px 0!important
}
.row.custom_height100 {
	margin-top: 42px
}
/*.management {
	padding: 80px 0
}*/
.management .common-para {
	padding-top: 30px;
	padding-bottom: 40px
}
.left-ranking ul li {
	font-size: 19px;
	line-height: 22px;
	height: 71px
}
 
.inner_event_holder h4 a, .right_text .table-cell, .tab_panel .inner-pgpm-pgdm p {
	font-size: 18px;
	line-height: 30px
}
.tab_panel .inner-pgpm-pgdm p {
	margin-right: 15px;
}
.right-events-new {
	padding: 35px 30px;
	margin-top: 26px
}
.date_left {
	width: 84px;
	height: 84px;
	padding: 13px 0;
	font-size: 25px;
	line-height: 28px
}
.inner_news p a {
	font-size: 19px;
	line-height: 24px
}
.event_main_holder, .main_news_holder {
	padding-top: 45px
}
.fast_facts_main {
	padding-top: 25px
}
.pgpm.common-padding {
	padding: 40px 0
}
.deadline_date_new {
	position: absolute!important;
	bottom: 80px!important
}
.main-head-main-sub {
	font-size: 30px;
	line-height: 39px
}
.next_steps p, .option2 .common-para p, .option2 .inner_news p, .option2 .news2 .inner_news p {
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.next_steps p, .option2 .inner_news p {
	padding-right: 42px
}
.option2 .news2 .inner_news p {
	margin-top: 15px;
	padding-right: 40px
}
.right-side {
	right: -14.2%!important
}
.right-side:hover {
	right: 0!important;
	top: 40%!important
}
.common_sticky3.hidden:hover {
	right: -14.2%!important
}
.option2 .management .container-custom {
	padding-right: 14%
}
.profile .video_event_panel {
	margin-top: -82px
}
.option2 .news_img iframe {
	height: 258px;
	margin-top: 18px
}
.news_img.news_pgpm iframe{ width:80%;}
.img_holder_testimonial img {
	max-width: 30%
}
.association-logo h2 {
	font-size: 18px;
	line-height: 21px;
	width: 100%;
}
.testimonialcontent p {
	font-size: 20px;
	line-height: 35px
}
.testimonial_name span {
	font-size: 14px;
	line-height: 20px
}
.testimonial_name {
	font-size: 19px;
	line-height: 23px
}
.accreditations .main-head-main, .option2 .event .main-head-main, .option2 .learning .main-head-main, .option2 .life .main-head-main, .option2 .next_step_main .main-head-main, .pgpm2 .main-head-main {
	font-size: 43px;
	line-height: 47px!important
}
.pgpm2 .main-head-main {
	font-size: 40px
}
.option2 .tab_holder .main-head-main {
	font-size: 33px;
	line-height: 47px!important
}
.association {
	padding: 0;
}
.option2 .testimonial:before {
	left: 1%
}
.option2 .testimonial:after {
	left: 91%
}
.option2 .management .common-para p {
	font-size: 16px;
	text-align: justify;
	font-family: Montserrat, sans-serif;
	font-weight: 500
}
.option2 .management .common-para {
	padding-top: 45px
}
.option2 .common-para {
	padding-top: 30px
}
.option2 .main-head-two {
	font-size: 72px;
	line-height: 75px
}
.custom-margin {
	margin-right: 0;
	margin-left: 0
}
.management .common-btn a {
	margin-top: 0;
	font-size: 14px
}
.association-logo ul li:nth-child(8) a img {
	max-width: 57%
}
.association-logo ul li:nth-child(3) a img {
    max-width: 85%;
    margin-top: 0;
}
.association-logo img {
	max-width: 100%
}
.association-logo ul li {
	height: 68px;
}
.association-logo ul li:nth-child(4) img {
    margin-top: -11px;
    max-width: 76%;
}
.association-logo ul li:nth-child(4) {
    width: 13%;
}
.association-logo ul li:nth-child(6) {
    width: 26%;
    position: relative;
    top: 3px;
}
.association-logo ul li:nth-child(3) {
    padding: 0;
    width: 9%;
}
.association-logo ul li:nth-child(6) img {
	margin-top: -11px
}
.news2 .name-holder p span {
	font-size: 12px;
	line-height: 15px
}
.deadline_date, .inner_learning p, .option2 .inner_graph_content .inner-box-people p {
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat, sans-serif
}
.right-ranking {
	padding-top: 0!important
}
.deadline_date, .inner_learning p {
	line-height: 30px
}
.deadline_date span {
	display: inline
}
.option2 .transform_lead img {
	margin-top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: 0 0
}
.inner-pgpm-pgdm, .tab_panel .padding-reduce {
	padding-right: 20px;
	padding-left: 0px;
}
.karma-video iframe {
	margin-top: 40px;
	height: 260px
}
.option2 .inner_graph_content .inner-box-people p {
	line-height: 22px;
	text-align: center
}
.video_event_panel, .video_event_panel2 {
	margin-top: -82px
}
.inner_numericals p {
	font-size: 12px;
	line-height: 15px
}
.inner_numericals p span {
	font-size: 11px
}
.inner-pgpm-pgdm.inner-pgpm-pgdm2 p {
	height: auto
}
.inner-box-people h3 {
	font-size: 58px;
	line-height: 53px
}
.inner-box-people {
	padding: 9px
}
.inner-box-people p {
	font-size: 16px;
	line-height: 25px
}
.event_main_holder.event_main_holder2 {
	padding-top: 0!important
}
.mobile-event_new {
	margin-top: 0!important
}
.transform_content {
	width: 45%;
	padding: 0 59px 0 60px
}
.left-rank, .right-rank {
	width: 50%;
	max-width: 50%
}
.transform_lead .common-btn {
	text-align: right;
	margin-right: 40px
}
.mobile-event-row-ranking2 {
	margin-top: 77px
}
.management-new .main-head-main {
	color:#03304e;
	font-size: 30px;
	line-height: 33px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	text-align: center
}
.upcoming_events .main-head-main {
	margin-bottom: 45px;
	font-size: 43px;
	line-height: 47px;
	font-family: Montserrat, sans-serif
}
.association-logo {
	padding-top: 15px;
}
.association-logo ul {
    margin-top: 20px;
}
.right-rank {
	float: right;
	flex: 0 0 50%;
	padding-left: 0
}
.inner_numericals_holder {
	padding: 0 8px
}
.left-rank {
	flex: 0 0 50%
}
.first {
	max-width: 31%;
	flex: 0 0 31%;
	padding-right: 0
}
.second img {
	max-width: 70%!important;
	margin-top: 18px
}
.logo-ranking img {
	max-width: 97%
}
.three {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.three img {
	max-width: 63%;
	margin-top: 17px
}
.four {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.four img {
	max-width: 53%;
	margin-top: 16px
}
.left-ranking {
	padding-top: 33px
}
.custom-padding, .custom-padding2 {
	padding: 0
}
/*section.panel.management.management-new.common-padding {
	padding: 50px 0 30px
}*/
.offCanvas {
	width: 370px!important;
	padding: 10px 20px 20px 22px!important
}
.graph, .next_step_main_container {
	width: 100%;
}
.next_step_main, .next_step_main_container {
	width: 98.5%;
}
html.offCanvas_open .offCanvas.offCanvas_menu_open {
	-webkit-transform: translateX(370px)!important;
	-moz-transform: translateX(370px)!important;
	-ms-transform: translateX(370px)!important;
	-o-transform: translateX(370px)!important;
	transform: translateX(370px)!important
}
html.offCanvas_open body .onCanvas {
	-webkit-transform: translateX(-370px)!important;
	-moz-transform: translateX(-370px)!important;
	-ms-transform: translateX(-370px)!important;
	-o-transform: translateX(-370px)!important;
	transform: translateX(-370px)!important
}
.testimonialcontent {
	padding: 0 87px
}
.event, .fast_fact, .learning, .life, .next_step_main, .option2 .news, .social_panel {
	padding: 80px 0
}
.social_stickyy.social_stickyy2 {
	top: 9.7%
}
.option2 .event .main-head-main, .option2 .life .main-head-main, .option2 .news2 .main-head-main, .option2 .next_step_main .main-head-main {
	line-height: 47px!important
}
.graph {
	margin-top: 35px
}
.social_stickyy {
	position: fixed;
	top: 8.2%
}
.eligibility {
	background-position: -770px 0
}
.new-cta {
	right: -14.5%
}
.career-profile {
	margin-top: 4px
}
.common-pad-4 {
	padding: 0 2px
}
.custom-pad-4 {
	padding: 0 12px
}
.pad-right {
	padding-right: 15px
}
a.aply_now_btn {
	font-size: 22px;
	line-height: 27px
}
.graduate .col-md-2 {
	-ms-flex: 0 0 22.666667%;
	flex: 0 0 22.666667%;
	max-width: 22.666667%
}
.mega_menu_part_inner_holder h3, .mega_menu_part_inner_holder h3 a {
	font-size: 20px;
    font-family: montserratextrabold;
}
.mega-menu-head2, .mega-menu-head2 a{
    font-family: montserratextrabold;
	    font-size: 23px;
}
.padding-right-mega {
	padding-right: 35px;
	height:auto;
}
.mega_menu_part_inner_holder ul li a {
    font-size: 14px!important;
    line-height: 17px!important;
    padding: 6px 15px 6px 15px!important;
    display: inline-block!important;
}
.mega_menu_part_inner_holder ul li {
    margin-bottom: 0;
}
p.program_para{font-size:18px;}
ul.mega_menu_margin_top10.mega_menu_margin_new li a {
    text-transform: uppercase;
    font-size: 20px!important;
    line-height: 32px!important;
}
.mega_menu_part_inner_holder p {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	padding-right: 0;
	margin-bottom: 0
}
.mega-menu-main {
    width: 115%!important;
    left: -8%;
}
.mega_menu_part_inner_holder ul li a::before {
	left: 10px;
}
.tab_panel {
	height: 600px
}
.karma_yoga_text.world_text {
	line-height: 45px
}
.slider2 .main-head-two span {
	margin-bottom: 0
}
.mega-menu-main_new .mega_menu_part_inner_holder p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 0;
}
.mega_menu_part_inner_holder {
    margin-right: 15px;
    padding-right: 0;
}
.mega-menu-main_new .mega-menu-head2 {
	font-size: 19px;
	line-height: 23px
}
.row_custom_mega .col-sm-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.033333%;
	max-width: 33.033333%;
	padding-right: 0
}
.row_custom_mega .row {
	margin-bottom: 15px
}
.mega-menu-main_new .mega_menu_margin_top20 {
	margin-top: 0
}
.mega-menu-main_new2 .mega_menu_part_inner_holder p {
	font-size: 18px;
	line-height: 24px;
	padding-right: 0;
	margin-bottom: 0
}
.mega-menu-main_new2.mega_menu_testimonial p span {
	display: block;
	margin-left: 0;
	margin-bottom: 10px
}
.mega_menu_testimonial p span {
	font-size: 24px;
	margin-bottom: 10px
}
.mega_menu_testimonial {
	padding: 16px 22px;
	margin-top: 42px
}
.mega-menu-main_new2 .arrow-top {
	margin-bottom: 0!important;
	height: 2px
}
.news_img {
    padding-right: 0px;
}
.news_img.news_img-pgpm2 {
    padding-right: 0;
}
.left_menu {
    width: 35%;
    float: left;
    padding: 0px 80px 50px 94px;
    background-color:#036f9c;
}
.left_menu .mega_menu_testimonial p {
    font-size: 20px;
    line-height: 30px;
}
.right_menu {
    width: calc(100% - 27%);
    float: right;
    padding: 0px 175px 38px 40px;
}


.mega_menu_images_holder img {
    width: 100%;
}
.container-custom.mega-container{display:flex;}
.img-text {
    color: #ffffff;
    margin: 40px 0 0 0;
    font-size: 18px;
}
.left_menu .mega_holder_content_container{width:auto;}
.mega_menu_margin.mega_menu_margin_para.mega_menu_margin_top40 {
    margin-top: 18px;
}
.association-logo ul li:nth-child(6) {
    width: auto;
}
.news_detail_container {
    padding-right: 0!important;
}
.pad-right-new {
    padding-right: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.pad-left-new {

    padding-left: 0;
	padding-right:0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
section.vission.messages.faculty p {
    line-height: 19px!important;
    margin-bottom: 16px;
}


}
@media only screen and (min-width:1025px) and (max-width:1170px) {
.tab_panel .nav-tabs>li>a {
	font-size: 27px;
	line-height: 30px
}
.mega-menu-head2.mega-menu-head2-new.mega_menu_margin_top40 {
    margin-top: 40px;
}
.tab_panel .inner-pgpm-pgdm .main-head-main span {
    font-size: 31px;
    line-height: 34px;
}
.tab_panel .inner-pgpm-pgdm .main-head-main {
	font-size: 36px;
	line-height: 39px
}
.tab_panel .inner-pgpm-pgdm p {
	font-size: 18px;
	line-height: 26px;
}
.tab_panel .deadline_date span {
	color: #03304e;
	display: block
}
.deadline_date {
	font-size: 18px;
	line-height: 30px;
	bottom: 20px!important
}
.inner-pgpm-pgdm {
	padding-right: 0
}
.tab_panel .padding-reduce {
	padding-right: 30px
}
.slider2 .main-head-two {
	font-size: 31px;
	line-height: 35px
}
.slider3 .main-head-two {
	font-size: 25px;
	line-height: 33px
}
.karma_yoga_text, .slider1 .main-head-two {
	font-size: 31px;
	line-height: 35px
}
.karma_yoga_text {
	margin-bottom: 30px;
	text-shadow: 2px 3px 6px rgba(0,0,0,.3)
}
.slider2 .sub_head {
	font-size: 25px;
	margin-top: 18px
}
.transform_content p {
	font-size: 17px;
	line-height: 30px
}
.karma_yoga_text.world_text {
	line-height: 50px
}
.slider2 .main-head-two span {
	margin-bottom: 0
}
.navbar-offcanvas .navbar-top .nav-item {
	margin-right: 6px!important
}
.header .navbar-brand {
	width: 160px
}
.management-new .main-head-main {
	font-size: 30px;
	line-height: 33px
}
.inner_numericals h2 {
	font-size: 41px;
	line-height: 44px;
	margin: 0
}
.inner_numericals p, .inner_numericals p span {
	font-size: 11px;
	line-height: 14px
}
.container-custom {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 0;
	display: block;
    clear: both;
}
.left-rank, .right-rank {
	max-width: 50%;
	width: 50%
}
.inner_numericals_holder {
	padding: 0 5px
}
.ranking_numericals {
	padding: 0;
	margin-top: 0
}
.left-rank {
	flex: 0 0 50%
}
.right-rank {
	float: right;
	flex: 0 0 50%;
	padding-left: 0
}
.left-ranking {
	padding-top: 33px
}
.first {
	max-width: 31%;
	flex: 0 0 31%;
	padding-right: 0
}
.logo-ranking img {
	max-width: 97%
}
.three {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.first img {
	max-width: 93%;
	margin-top: 10px
}
.second img {
	max-width: 69%;
	margin-top: 17px;
	position: relative;
	right: -6px
}
.three img {
	max-width: 63%;
	margin-top: 17px
}
.four {
	padding: 0;
	flex: 0 0 20%;
	max-width: 20%
}
.four img {
	max-width: 53%;
	margin-top: 16px
}
.inner_numericals p {
	font-size: 10px;
	line-height: 13px
}
.inner_numericals p span {
	font-size: 10px
}
a.aply_now_btn {
	font-size: 17px;
	line-height: 24px
}
.multiple-items p iframe {
	height: 238px
}
.karma-video iframe, .news_img iframe {
	height: 270px
}
.karma-video {
	margin-top: 67px
}
.option2 .news2 .inner_news p {
	padding-right: 40px;
	line-height: 26px
}
.option2 .news2 .inner_news .main-head-main {
	line-height: 40px
}
.news_img {
	margin-top: 20px
}
.option2 .inner_graph_content .inner-box-people h3 {
	font-size: 42px;
	line-height: 47px
}
.inner_graph_content {
	padding: 15px 20px
}
.option2 .main-head-main.top_head {
	font-size: 35px;
	line-height: 38px
}
.option2 .tab_holder .main-head-main {
	font-size: 35px;
	line-height: 38px!important
}
.option2 .event .main-head-main, .option2 .learning .main-head-main, .option2 .life .main-head-main, .option2 .next_step_main .main-head-main, .pgpm2 .main-head-main {
	font-size: 35px;
	line-height: 38px
}
.option2 .inner_learning p, .option2 .inner_news p, .option2 .tab_panel .inner-pgpm-pgdm p {
	font-size: 16px;
	line-height: 24px
}
.option2 .testimonialcontent p {
	font-size: 22px;
	line-height: 35px;
	padding-right: 50px;
}
.option2 .testimonial_name {
	font-size: 15px;
	line-height: 21px
}
.img_holder_testimonial img {
	max-width: 38%
}
.option2 .navbar-expand-md .navbar-nav .nav-link {
	font-size: 14px;
	line-height: 20px
}
.option2 .navbar-offcanvas .navbar-top .nav-item {
	margin-right: 0!important
}
.option2 .header ul li {
	position: relative!important;
padding:.5rem .4rem .4rem .5rem
}
.option2 .transform_content {
	width: 65%!important;
	height: 76%!important;
	padding: 3.2% 12% 3% 6.5%!important
}
.option2 .transform_lead {
	height: 410px
}
.option2 .news2 .main-head-main {
	font-size: 35px;
	line-height: 38px
}
.news2 .name-holder p span {
	font-size: 12px;
	line-height: 15px
}
.option2 .inner_graph_content .inner-box-people h3 sub {
	font-size: 26px;
	line-height: 48px
}
.option2 .transform_lead img {
	margin-top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: 0 0
}
.nav-item:hover .nav-link::after {
    bottom: -8px;
}
.left_menu {
    padding: 50px 40px 50px 45px;
}
.mega-menu-main {
    right: 0;
    width: 112%!important;
    left: -9%;
	top: 92px!important;
}
}
@media only screen and (min-width:993px) and (max-width:1024px) {
.navbar-offcanvas .navbar-top, .top-link {
	display: none!important
}
.banner-heading, .sub_head {
    font-size: 23px;
    line-height: 30px;
}
.tab_panel .inner-pgpm-pgdm .main-head-main span {
    font-size: 31px;
    line-height: 34px;
}
.deadline_date span, .mobile-event .flex, .mobile-event-row {


	display: block
}
.main-head-two {
	font-size: 62px;
	line-height: 65px
}
.inner_numericals h2 {
	font-size: 33px;
	line-height: 37px;
	margin-bottom: 0
}
.inner_event_holder, .karma_yoga_text {
	margin-bottom: 30px
}
.event_left {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%
}
.event_right {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%
}
.inner_numericals_holder {
	padding: 0 4px
}
.right-rank {
	padding: 0
}
.left-ranking ul li {
	font-size: 16px;
	line-height: 19px;
	height: 71px
}
.tab_panel .nav-tabs>li>a {
	font-size: 28px;
	line-height: 31px;
	padding: 23px 15px
}
.last-ranking-logo img {
	max-width: 62%
}
.inner_numericals p, .inner_numericals p span {
	font-size: 8px;
	line-height: 11px
}
.ranking_numericals {
	padding: 0;
	margin-top: 0
}
.laptop-v {
	margin-top: 40px
}
.inner-pgpm-pgdm {
	padding-right: 15px
}
.mobile-event {
	width: 100%;
	max-width: 100%
}
.inner_event_holder, .inner_event_img {
	width: 100%
}
.inner_event_holder .deadline_date {
	position: static;
	margin-top: 0
}
.event_main_holder {
	padding-top: 40px
}
.inner-box-people h3 {
	font-size: 35px;
	line-height: 38px
}
.inner-box-people {
	padding: 10px
}
.inner-box-people p {
	font-size: 18px;
	line-height: 21px
}
.tab_panel .inner-pgpm-pgdm .main-head-main {
	font-size: 22px;
	line-height: 27px
}
.tab_panel .inner-pgpm-pgdm p {
	font-size: 18px;
	line-height: 25px;
}
.deadline_date_new {
	bottom: 87px!important
}
.deadline_date {
	font-size: 18px;
	line-height: 30px;
	bottom: 28px!important
}
.tab_panel .padding-reduce {
    padding-right: 0;
    padding-left: 0;
}
.slider2 .main-head-two {
	font-size: 31px;
	line-height: 35px
}
.slider3 .main-head-two {
	font-size: 25px;
	line-height: 33px
}
.karma_yoga_text, .slider1 .main-head-two {
	font-size: 31px;
	line-height: 35px
}
.karma_yoga_text {
	text-shadow: 2px 3px 6px rgba(0,0,0,.3)
}
.slider2 .sub_head {
	font-size: 25px;
	margin-top: 18px
}
.transform_content p {
	font-size: 17px;
	line-height: 26px
}
.karma_yoga_text.world_text {
	line-height: 50px
}
.slider2 .main-head-two span {
	margin-bottom: 0
}
.header .navbar-brand {
	width: 160px
}
.management-new .main-head-main {
	font-size: 28px;
	line-height: 31px
}
.option2 .transform_content {
	width: 65%!important;
	height: 76%!important;
	padding: 3.2% 12% 3% 6.5%!important
}
.option2 .transform_lead {
	height: 410px
}
.option2 .main-head-main.top_head {
	font-size: 35px;
	line-height: 38px
}
.option2 .tab_holder .main-head-main {
	font-size: 35px;
	line-height: 38px!important
}
.option2 .event .main-head-main, .option2 .learning .main-head-main, .option2 .life .main-head-main, .option2 .next_step_main .main-head-main, .pgpm2 .main-head-main {
	font-size: 35px;
	line-height: 38px
}
.option2 .inner_learning p, .option2 .inner_news p, .option2 .tab_panel .inner-pgpm-pgdm p {
	font-size: 15px;
	line-height: 24px
}
.karma-video iframe, .news_img iframe {
	height: 230px
}
.news_img {
	margin-top: 32px
}
.option2 .inner_graph_content .inner-box-people h3 {
	color: #03304e;
	font-size: 36px;
	line-height: 41px
}
.option2 .inner_graph_content .inner-box-people p {
	font-size: 15px
}
.inner_graph_content {
	padding: 15px 20px;
	height:100%;
}
.option2 .testimonialcontent p {
	font-size: 22px;
	line-height: 35px
}
.option2 .testimonial_name {
	font-size: 15px;
	line-height: 21px
}
.karma-video {
	margin-top: 8px
}
.option2 .news2 .inner_news p {
	padding-right: 30px;
	line-height: 22px;
	font-size: 15px
}
.option2 .news2 .main-head-main {
	font-size: 35px;
	line-height: 38px
}
.name-holder p, .news2 .name-holder p span {
	font-size: 12px;
	line-height: 15px
}
.multiple-items p iframe {
	height: 238px
}
.aply_now_btn {
	font-size: 16px!important;
	line-height: 25px!important
}
.option2 .inner_graph_content .inner-box-people h3 sub {
	font-size: 26px;
	line-height: 48px
}
.option2 .transform_lead img {
	margin-top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: 0 0
}
.inner_media_small_sec a h4 {
    font-size: 15px;
    line-height: 18px;
}
}
@media only screen and (min-width:799px) and (max-width:992px) {
.tab_panel .inner-pgpm-pgdm .main-head-main {
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 27px
}
.tab_panel .inner-pgpm-pgdm .main-head-main span {
    font-size: 31px;
    line-height: 34px;
}
.deadline_date {
	font-size: 13px;
	line-height: 15px;
	bottom: 79px!important
}
.inner-pgpm-pgdm {
	padding-right: 0;
}
.tab_panel .padding-reduce {
	padding-right: 30px;
	padding-left: 0
}
.inner_numericals h2 {
	font-size: 33px;
	line-height: 37px;
	margin-bottom: 0
}
.karma_yoga_text, .slider2 .main-head-two span {
	margin-bottom: 10px
}
.inner_numericals p, .inner_numericals p span {
	font-size: 8px;
	line-height: 11px
}
.management-new .main-head-main {
	font-size: 28px;
	line-height: 31px
}
.inner_numericals_holder {
	padding: 0 4px
}
.ranking_numericals {
	background-color: #f7f7f7;
	padding: 0;
	margin-top: 0
}
.last-ranking-logo img {
	max-width: 62%
}
.tab_panel .nav-tabs>li>a {
	padding: 33px 24px;
	font-size: 30px;
	line-height: 33px
}
.main-head-two {
	font-size: 59px;
	line-height: 62px
}
.inner-box-people p {
	font-size: 18px;
	line-height: 20px
}
.slider2 .main-head-two {
	font-size: 26px;
	line-height: 29px
}
.slider3 .main-head-two {
	font-size: 21px;
	line-height: 24px
}
.karma_yoga_text, .slider1 .main-head-two {
	font-size: 26px;
	line-height: 29px
}
.karma_yoga_text {
	text-shadow: 2px 3px 6px rgba(0,0,0,.3)
}
.slider2 .sub_head {
	font-size: 21px;
	line-height: 24px;
	margin-top: 0
}
.transform_content p {
	font-size: 17px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px
}
.karma_yoga_text.world_text {
	line-height: 35px
}
.header .navbar-brand {
	width: 160px
}
.navbar-offcanvas .navbar-top, .top-link {
	display: none!important
}
.transform_content {
	width: 46%;
	padding: 0 48px 0 80px
}
.transform_lead .common-btn a {
	padding: 5px 15px!important
}
.option2 .transform_content {
	width: 65%!important;
	height: 76%!important;
	padding: 3.2% 12% 3% 6.5%!important
}
.option2 .transform_lead {
	height: 410px
}
.option2 .main-head-main.top_head {
	font-size: 35px;
	line-height: 38px
}
.option2 .tab_holder .main-head-main {
	font-size: 35px;
	line-height: 38px!important
}
.option2 .event .main-head-main, .option2 .learning .main-head-main, .option2 .life .main-head-main, .option2 .next_step_main .main-head-main, .pgpm2 .main-head-main {
	font-size: 35px;
	line-height: 38px
}
.option2 .inner_learning p, .option2 .inner_news p, .option2 .tab_panel .inner-pgpm-pgdm p {
	font-size: 15px;
	line-height: 24px
}
.karma-video iframe, .news_img iframe {
	height: 230px
}
.video_event_panel iframe, .mobile_panel iframe {
    width: 100%;
    float: right;
}
.news_img {
	margin-top: 32px
}
.option2 .inner_graph_content .inner-box-people h3 {
	color: #036f9c;
	font-size: 30px;
	line-height: 41px
}
.option2 .inner_graph_content .inner-box-people p {
	font-size: 13px
}
.inner_graph_content {
	padding: 10px;
	height: 100%;
}
.option2 .testimonialcontent p {
	font-size: 22px;
	line-height: 35px
}
.testimonialcontent p {
    font-size: 18px !important;
    font-style: italic;
    line-height: 38px !important;
    padding-left: 20px;
}
.option2 .testimonial_name {
	font-size: 15px;
	line-height: 21px
}
.karma-video {
	margin-top: 0
}
.option2 .news2 .inner_news p {
	padding-right: 30px;
	line-height: 22px;
	font-size: 15px
}
.option2 .news2 .main-head-main {
	font-size: 35px!important;
	line-height: 38px!important
}
.name-holder p, .news2 .name-holder p span {
	font-size: 12px;
	line-height: 15px
}
.multiple-items p iframe {
	height: 238px
}
.aply_now_btn {
	font-size: 16px!important;
	line-height: 25px!important
}
.option2 .inner_graph_content .inner-box-people h3 sub {
	font-size: 26px;
	line-height: 48px
}
.mobile_panel {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.option2 .inner_learning {
	width: 100%;
	padding-right: 30px;
}
.option2 .transform_lead img {
	margin-top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: 0 0
}
.globally{
	    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.inner_media_small_sec a h4 {
    font-size: 15px;
    line-height: 18px;
}
}
@media only screen and (min-width:768px) and (max-width:800px) {
.tab_panel .inner-pgpm-pgdm .main-head-main {
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 27px
}
.deadline_date {
	font-size: 13px;
	line-height: 15px;
	bottom: 79px!important;
	position: static!important
}
.inner-pgpm-pgdm {
	padding-right: 0;
	padding-left: 0!important
}
.tab_panel .padding-reduce {
	padding-left: 0;
	padding-right: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.inner_numericals h2 {
	font-size: 33px;
	line-height: 37px;
	margin-bottom: 0
}
.karma_yoga_text, .slider2 .main-head-two span {
	margin-bottom: 10px
}
.inner_numericals p, .inner_numericals p span {
	font-size: 8px;
	line-height: 11px
}
.management-new .main-head-main {
	font-size: 22px;
	line-height: 25px
}
.inner_numericals_holder {
	padding: 0 4px
}
.ranking_numericals {
	background-color: #f7f7f7;
	padding: 0;
	margin-top: 0
}
.last-ranking-logo img {
	max-width: 62%
}
.tab_panel .nav-tabs>li>a {
	padding: 33px 20px;
	font-size: 30px;
	line-height: 33px
}
.main-head-two {
	font-size: 59px;
	line-height: 62px
}
.inner-box-people p {
	font-size: 18px;
	line-height: 20px
}
.slider3 .main-head-two {
	font-size: 21px;
	line-height: 24px
}
.karma_yoga_text {
	font-size: 26px;
	line-height: 29px;
	text-shadow: 2px 3px 6px rgba(0,0,0,.3)
}
.slider2 .sub_head {
	font-size: 21px;
	line-height: 24px;
	margin-top: 0
}
.transform_content p {
	font-size: 17px;
	line-height: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 60px
}
.karma_yoga_text.world_text {
	line-height: 35px
}
.header .navbar-brand {
	width: 160px
}
.navbar-offcanvas .navbar-top, .top-link {
	display: none!important
}
.transform_content {
	padding: 0 48px 0 80px
}
.transform_lead .common-btn a {
	padding: 5px 15px!important
}
.option2 .transform_lead img {
	margin-top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: 0 0
}
.option2 .transform_lead {
	height: auto
}
.option2 .transform_content {
	position: static;
	width: 100%!important;
	margin: 0!important;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)!important;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)!important
}
.option2 .main-head-main.top_head {
	font-size: 27px;
	line-height: 30px
}
.option2 .management .common-para {
	padding-top: 30px;
	padding-right: 65px
}
.option2 .tab_holder .main-head-main {
	font-size: 27px!important;
	line-height: 30px!important
}
.video_event_panel, .video_first_holder {
	margin-top: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.main_news_holder {
	padding-top: 20px;
	padding-right: 60px
}
.news_img {
	margin-top: 20px
}
.option2 .inner_graph_content .inner-box-people h3 {
	color: #036f9c;
	font-size: 27px;
	line-height: 30px
}
.option2 .inner_graph_content .inner-box-people h3 sub {
	bottom: 0;
	font-size: 20px;
	line-height: 20px
}
.option2 .inner_graph_content .inner-box-people p {
	font-size: 11px;
	line-height: 15px
}
.option2 .event .main-head-main, .option2 .learning .main-head-main, .option2 .life .main-head-main, .option2 .news2 .inner_news .main-head-main, .option2 .news2 .main-head-main, .option2 .next_step_main .main-head-main, .pgpm2 .main-head-main {
	font-size: 27px;
	line-height: 30px
}
.inner_graph_content {
    padding: 10px;
    height: 100%;
}
.width100 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.mobile_focus, .mobile_panel {
	-ms-flex: 0 0 100%;
	max-width: 100%
}
.margin0 {
	margin: 0
}
.margin-b {
	margin-bottom: 30px
}
.mobile_focus, .mobile_margin2 {
	margin-bottom: 15px
}
.news2 .name-holder p span {
	font-size: 13px;
	line-height: 16px
}
.mobile_panel {
	flex: 0 0 100%
}
.option2 .inner_learning {
	width: 100%
}
.karma-video {
	margin-top: 0
}
.karma-video iframe, .news_img iframe {
	height: 230px
}
.video_event_panel iframe, .mobile_panel iframe {
    width: 100%;
    float: right;
}
.option2 .learning_more {
	margin-top: 40px;
	padding-right: 60px
}
.profile .video_event_panel {
	margin-top: 0
}
.option2 .testimonialcontent p {
	font-size: 18px;
	line-height: 27px;
	padding-right: 60px
}
.testimonialcontent p {
    font-size: 18px !important;
    font-style: italic;
    line-height: 28px !important;
}
.option2 .testimonial_name, .testimonial_name {
    font-size: 14px;
    line-height: 18px;
}
.multiple-items p iframe {
	height: 180px
}
.graph {
	margin-top: 20px
}
.aply_now_btn {
	font-size: 11px!important;
	line-height: 16px!important
}
.option2 .news2 .main-head-main {
	font-size: 27px!important;
	line-height: 30px!important
}
.inner_learning h3 {
	font-size: 27px;
	line-height: 30px
}
.learning .common-para p {
	color: #fff;
	padding-right: 60px
}
.multiple-items p {
	width: 46%;
	float: left
}
.next_step_main_container {
	padding-right: 0px
}
.slider1 .main-head-two, .slider2 .main-head-two {
	font-size: 26px;
	line-height: 29px
}
.mobile_focus {
	flex: 0 0 100%
}
.event_left {
	width: 26%
}
.event_right {
	width: 74%
}
.ful-testimonial {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 44px
}
.inner_media_small_sec a h4 {
    font-size: 15px;
    line-height: 18px;
}
}
@media (min-width:992px) {
.navbar-offcanvas .navbar-top {
	display: flex;
	margin-left: auto;
	margin-top: 24px;
    margin-right: 54px;
}
}
.navbar-offcanvas .navbar-top .nav-item {
	margin-right: 20px;
	text-align: center;
	width: auto;
	float: none
}
.option2 .navbar-offcanvas .navbar-top .nav-item {
    margin-right: 8px;
}
.option2 .navbar-expand-md .navbar-nav .nav-link {
	color: #ffffff;
}

.option2 .navbar-expand-md .navbar-nav .nav-link:hover{color:#00beff}

.navbar-offcanvas .navbar-toggler {
	padding: 0;
	border: 0;
	outline: 0
}
.navbar-offcanvas .navbar-toggler:focus, .navbar-offcanvas .navbar-toggler:hover {
	cursor: pointer
}









/*====================================new=============================================*/

.about {
	padding-top:30px !important;
}
.pgdm .font-size12 {
    margin-bottom: 30px!important;
}
.about p {
	color: #212529;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}
.about p span {
	color: #03304e;
	font-size: 20px;
	font-weight: 700;
}
.about h3 {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	color: #03304e;
	text-align: center;
}
.about table td {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	border:1px solid #03304e;
	padding: 10px 20px;
}
.about-pic {
	display:block; 
	margin:0px auto 0 auto;
}
.about-select {
	float: right;
	margin-top: -10px;
	width: 100%;
	text-align: right;
	margin: 30px 0;
}
.about-select select {
	width:300px;
	font-size:16px;
	border:1px solid #ccc;
	padding:10px;
}
.about table {
	width:80%;
}
.about table td p {
	margin-bottom: 0px;
}
.about-team {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
section.panel.about-team.about-team2 {
    margin-bottom: 0;
}
.about-team p {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	text-align: justify;
	font-size: 16px;
}
.about-team .col-md-6 {
	padding-right: 0px;
}
.about-team .col-md-6 img {
	width:100%;
}
.about-team-pic {
	padding-left:40px !important;
	overflow:hidden;
	
}
.about-team-pic img {
	padding-right:0px !important;
	
}



.council {
	margin-bottom:40px;
}
.council img {
	width:100%;
	height: 450px;
	object-fit: cover;
}
.council p {
	font-size:14px !important;
	line-height:25px !important;
	text-align: left !important;
	margin-top:10px;
}
.council-bg {
	height: 160px;
	background:#f7f7f7;
	padding: 20px;
}
.council-table {
	color:#fff;
	background:#036f9c;
}




.campus p {
	margin-top:0;
}

.campus .col-md-8 {
	padding-left:0px;
	padding-right: 50px;
}
.campus .col-md-4 {
    padding-right: 0px;
    margin-top: 40px;
}
.campus-video {
    position: relative;
    padding-bottom: 18%;
    overflow: hidden;
    height: auto;
    height: 0;
	background-color:#000;
}
.campus-video iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
.campus-gallery {
	width:100%;
	float:left;
	background:#036f9c;
	padding: 60px 0px 60px 0px;
	margin: 60px 0;
}
.campus-gallery h2, .vission h2 {
    font-size: 43px;
	color:#fff;
    line-height: 47px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
	margin-bottom:30px;
}
.campus-gallery h2{
	text-align:center;
}


.vission, .academic {
	width:100%;
	float:left;
	background:#0f5c82;
	padding: 60px 0;
	margin-bottom: 60px;
}
.vission {
	padding: 60px 0;
}
.vission h2 {
    font-size: 35px;
    color: #fff;
    line-height: 28px;
    margin: 0px 0px 19px 0px;
}
.vission p {
	font-size:16px;
	color:#fff;
	margin-bottom:60px;
	font-weight: normal !important;
	line-height: 30px !important;
	font-family: Montserrat, sans-serif;
}
.vission-bottom {
	margin-bottom: 0px !important;
}



.banner-common img{
	width:100%;
}


.messages h2 {
	margin-bottom:30px;
	line-height: 40px;
}



.messages .col-md-6 {
	padding-left: 0px;
}
.messages .col-md-6 img {
	width:100%;
	padding-right: 0;
}
.messages p {
	margin-bottom:20px;
}
.messages a {
	color:#03304e;
	font-size: 14px;
}
a.white-read, a.white-read i {
    color: #ffffff!important;
}
/*.messages a:hover {
	color:#fff;
	text-decoration:underline;
}*/
.messages a i {
    color: #03304e;
    font-size: 22px;
    display: inline-block;
    position: relative;
    top: 2px;
	left: 3px;
}


.text {
	font-weight:600;
}
.text-top {
	font-size:20px !important;
	font-weight:600;
	margin-bottom:10px !important;
}
.team-des {
	color:#1274a5 !important;
	padding: 15px 0;	
}
.read-more {
	color:#000;
}
.read-more a:hover {
	color:#000;
	text-decoration:underline;
}
.read-more i {
    color: #000;
    font-size: 22px;
    display: inline-block;
    position: relative;
    top: 2px;
	left: 3px;
}


.academic {
	background:#f3f1f1;
}
.academic h2 {
    font-size: 35px;
    color: #03304e;
    line-height: 38px!important;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}
.about-heading-new.martop0 {
    margin-top: 0;
}

.academic p {
	color:#000;
}
.academic-text {
    position: absolute;
    background-color: rgba(0,0,0,.6);
    bottom: 0px;
    width: 100%;
    color: #fff;
    padding: 8px 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.academic-text span {
	font-size:14px;
}


.advisory {
	background:#fff;
}
.read-button {
	float:right;
}


.ranking-section {
    margin-top: 50px;
}
.ranking {
	width:30%;
	float:left;
	font-size:70px;
	color:#03304e;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}
.ranking-logo {
	width:70%;
	float:left;
}
.ranking-logo img {
	width:70%;
}
.ranking-logo span {
	width:70%;
	color:#1597dd;
	float: left;
	text-align:center;
	margin-top: 10px;
}
.ranking sup {
	font-weight:normal;
}


.accreditations-section {
	text-align:center;
}
.accreditations-section span {
	width:100%;
	float: left;
	text-align:center;
	font-weight:400;
	margin-top:20px;
}
.associations-section {
	width:100%;
	float: left;
	text-align:center;
}
.associations {
    width: 16.6%;
    float: left;
    height: 121px;
    margin-top: 70px;
}

.associations-logo-2 img {
    max-width: 118px!important;
}
.associations-logo-4 img {
    max-width: 132px!important;
}
.associations-logo-5 {
    position: relative;
    top: -18px;
}
.associations-logo-5 img {
    max-width: 116px!important;
}
.associations-logo-6 img {
    max-width: 121px!important;
}
.associations img {
	max-width: 90%;
	vertical-align: baseline;
}


 
.campus img {
	width:100%;
}
.campus p {
	margin: 30px 0;
}
.campus a {
	float:right;
	color:#fff;
	margin:30px 116px 30px 0px;
}


.program-button {
	width:100%;
	float:left;
	text-align:center;
	margin-top:50px;
}
.program-button a {
	color:#fff;
	font-size:17px;
	text-decoration: none;
	border-radius:4px;
	background:#03304e;
	padding:8px 60px;
}
.program p {
	color:#3fa0e0;
}
.program-text {
	color:#72a55e !important;
}
.program span {
	color: #505050 !important;
}
.program-banner img {
	margin-top: -7%;
}
.program-video {
    position: relative;
    padding-bottom: 28%;
    overflow: hidden;
    height: auto;
    height: 0;
	background-color:#000;
}
.program-video iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
.program-des {
	padding-right:30px !important;
}


.faculty {
	background:#03304e;
	margin-bottom:0px;
}
.faculty span {
	color:#8ece5c;
}
.key-links a {
	font-size:25px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:block;
	text-decoration:none;
	border-radius:8px;
	background:#03304e;
	padding:15px 15px;
	margin-top:0px;
}
.research-text {
	font-family: Montserrat, sans-serif;
	font-size:50px;
	color:#8ece5c;
	font-weight:700;
}
.research {
	margin-top:30px;
}
.research a, .spotlight a, .conferences a {
	float: right;
	color:#03304e;
	text-decoration:none;
	padding-top:50px;
	outline: none;
}
.research a:hover, .spotlight a:hover, .conferences a:hover{text-decoration:underline;}
.research-section-1{
	text-align:center;
}
.research-section-1 a{
	padding:0px;
	float:none;
}
.research-section-1 img {
	width:auto !important;
	margin-right:0px;
	max-width: 100%;
}
.excellence ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.excellence ul li {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	list-style: none;
	background-image: url(../images/square-icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;


	padding: 0px 0px 5px 30px;
	margin:0 0px 0px 0px;
}
.spotlight {
	margin-bottom:0px;
}
.spotlight-bg {
	background:#fff;
}
.spotlight span {
	font-size:30px;
	color:#03304e;
	font-weight:700;
}
.spotlight-text {
	padding-left: 8% !important;
}
.spotlight-bg-blue {
	background:#03304e;
}
.spotlight-bg-blue {
	margin-bottom:50px;
}
.spotlight-bg-blue span, .spotlight-bg-blue p, .spotlight-bg-blue a, .conferences a {
	color:#fff;
}
.conferences a:hover, .spotlight-bg-blue span:hover, .spotlight-bg-blue p:hover, .spotlight-bg-blue a:hover{text-decoration:underline;}
.conferences a i, .spotlight-bg-blue span i, .spotlight-bg-blue p i, .spotlight-bg-blue a i {
    color: #ffffff;
}
.conferences span {
	font-size:30px;
	color:#fff;
}
.color-text {
	color:#30a4e2 !important;
}
.center {
	text-align:center;
	display:block;
}
.center span {
	color:#30a4e2 !important;
}

.form-section {
    margin-top: 0;
    color: #212529;
}
.form {
	margin-top:15px;
}
.form .col-md-3 {
	font-size:16px;
	padding-left:0px;
}
.form input, .form select, .form textarea{
	width:100%;
	font-size:16px;
	border:1px solid #ccc;
	padding:10px;
	box-shadow: none!important;
	background-image:none;
	background:none;
	line-height: 28px;
	
}
.form button {
	font-size: 18px;
	color: #fff;
	background: #03304e;
	padding: 15px 80px;
	margin-top: 15px;
	border: 0px;
	border-radius: 4px;
	cursor: pointer;
}
.form span {
	color:#ff0000;
}
.financial-section {
	padding-bottom:0px;
}
/*.financial {
	margin: 30px 0;
}*/
.financial p {
	margin-top:0px;
}
.financial ol {
	margin:0px;
	padding:0px;
	margin-top: -9px;
}
.financial ol li {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px!important;
	line-height: 30px;
	margin:0px 0px 10px 16px;
}
.red {
	color:#ff0000;
}
.link {
	color:#03304e;
}
.link1 {
	color: #36798e; 
	text-decoration:underline; 
	font-weight:bold;
}
.infoseminars {
	font-size: 20px !important;
	color: #fff !important;
	text-align: center;
	background: #03304e;
	float: right;
	font-weight: 500 !important;
	line-height: normal;
	padding: 10px 30px;
	border-radius: 4px;
	margin-top: 10px;
}
.infoseminars:hover {
	text-decoration:none; 
}

.course .col-md-4 h2, .course .col-md-6 h2, .course .col-md-12 h2 {
	font-size: 18px;
	color: #505050;
	text-align: center;
	background-color: #f3f1f1;
	border:1px solid #e5e5e5 ;
	padding:10px 0;
}
.course-sec .col-md-6, .course-sec .col-md-12 {
	text-align: left;
}
.course-sec-left {
	padding-left:0px;
}
.course-sec-right {
	padding-right:0px;
}
.curriculum ul {
	padding:0px;
	margin:0px;
}
.curriculum ul li {
	margin:0 15px;
	color: #212529;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
}

.detail{
	margin-top:0px;
}
.detail-sec{
	margin-bottom:20px;
}
.detail strong{
	color:#03304e;
	margin-right:10px;
}
.detail img{
	width:100%;
	float:left;
	margin-right:20px;
}
.detail p{
	margin:0px 0px 20px 0px;
}
.detail-sec .col-md-2{
	padding-left:0px;
}
.detail h3{
	width: 100%;
	float: left;
	font-size: 25px;
	color: #03304e;
	text-align: left;
	margin: 33px 0px 20px 0px;
}
.detail ul, .detail ol{
	margin:0px;
	padding:0px;
}
.detail ul li, .detail ol li{
	margin:0px 0px 20px 16px;
}


.padding-box{
	margin:0 0;
}
.right{
	text-align:right !important;
}

.program-sec .col-md-3:nth-child(1) {
    padding-left:0px;
}
.program-sec img {
	width:100%;
	height: 186px;
	object-fit: cover;
	margin-bottom:10px;
}
.program-sec h3 {
	font-size:20px;
	color: #03304e;
}
.program-sec p {
	height:160px;
	font-size:16px;
	text-align:justify;
	margin-top:20px;
}
.program-sec a {
	color: #36798e;
	text-decoration:underline;
}
.program-sec-video {
    position: relative;
    padding-bottom: 68%;
    overflow: hidden;
    height: auto;
    height: 0;
	background-color:#000;
	margin-top:20px;
}
.program-sec-video iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
.program-sec .col-md-6:nth-child(1)  {
    padding-left:0px;
}
.program-sec .col-md-6:nth-child(2)  {
    padding-right:0px;
}



/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #444;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #fff;
  font-weight: 500;
  line-height: 3;
  cursor: pointer;
  color:#636262;
  font-size: 16px;
  font-family: Montserrat, sans-serif;

}
}
.blue label {
  background: #2980b9;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  font-weight: normal;
  margin: 0px 18px 18px 18px;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}
/* Icon */
.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
  content: "+";
}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}


.faqs-heading {
	width: 100%;
	font-size: 25px;
	color: #03304e;	
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.pgdm h2 {
    font-size: 25px;
	line-height:32px;
    color: #03304e;
    margin: 0px 0px 30px 0px;
    width: 100%;
	font-weight: 700;
}
.pgdm-top {
	padding-top:30px;
}
.padding-top50{
	padding-top:50px !important;
}
.padding-top30{
	padding-top:30px;
}
.admission .program-sec-video {
    padding-bottom: 56%;
	margin-top:0px;
}
.padding-left0{
	padding-left:0px;
}
.ol-top{
	margin-top:15px !important;
}
.pic{
	float:left;
	margin-right:40px;
}
.text-top0{
	margin-top:0px !important;
}
.border-bottom {
	width: 100%;
	float: left;	
	border-bottom: 1px solid #ddd;
	padding-bottom:30px;
}
.white-bg {	
	background:#fff;
}


.overlay::before {
	position:absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
	top:0;
    background: rgba(0,0,0,.4);

}
.layer {	
	padding-right:0px;
}
.layer-pic img {	
	padding-right:0px !important;
}
.layer-pic span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    padding: 22% 0;
}
.padding-left30{
	padding-left:40px !important;
}
.padding-top0{
	padding-top:0px !important;
}
.padding-bottom0{
	padding-bottom:0px !important;
}
.padding-right0{
	padding-right:0px !important;
}
.margin-bottom50{
	margin-bottom:50px;
}
.padding-right50{
	padding-right:50px !important;
}
.padding-right50 h2{
	line-height:43px;
}
.padding-right50 a{
	color:#1394dc;
}


.recruit ul {
	margin:0px;
	padding:0px;
}
.recruit ul li {
	color:#fff;
	list-style:none;
	background-image:url(../images/square-icon.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 30px;
	background-position: 0px 6px;
	margin-bottom: 15px;
}
.recruit-line span {
	color: #03304e;
}
.read-white, .read-blue {
	width:100%;
	float:left;
	text-align:right;
	margin-top:30px;
}
.read-white a, .read-blue a, .read-white a i, .read-blue a i {
	color:#fff;
	text-decoration:none;
}
.read-white a:hover, .read-blue a:hover{text-decoration:underline;}
/*.governing-council, .common-para.padding-top0.about {
    position: relative;
    top: 6px;
}*/
.read-blue a {
	color:#03304e;
}
.testimonialcontent .testimonial-name{
	float:right;
	font-style: inherit !important;
	font-size: 18px !important;
	line-height: 28px !important;
	text-align:center !important;
	font-weight:bold;
	margin-top: 30px;
}
.testimonial-name span{
	color:#a5e89c !important;
}

.placement img, .thought-leaders img, .clients img{
	width:100%;
}
.placement-layer{
	max-width:32%;
	padding-left:4px;
	padding-right:0px;
	margin:15px 0.6%;
}
.placement-layer span{
	font-size:25px;
	color:#fff;
	text-align: left;
	padding: 26% 10%;
}
.thought-sec{ position:relative; width:100%;}
.thought-leaders-des{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
}
.thought-leaders-des a{
	text-decoration:none;
}
.thought-leaders h2{
	font-size:18px;
	font-weight:normal;
	text-align:center;
	line-height: 30px !important;
	margin-top: 15px;
}
.link-black{
	color:#505050 !important;
	text-decoration: underline;


}
.testimonial-slider .slide{
	width:100%;
}
.testimonial-slider .left, .testimonial-slider .right{
	display:none;
}
.testimonial-slider .carousel-indicators li {
    background-color: #fff;
}
.testimonial-slider .carousel-indicators .active {
    background-color: #03304e;
    margin: 0px 0px 15px 17px;
}

.testimonial-slider .testimonial_name span {
	color:#fff !important;
}
.testimonial-slider .testimonialcontent p {
    font-size: 20px !important;
    font-style: italic;
    line-height: 30px;
    padding-left: 20px;
	text-align:left;
}


.custom-container-inner {
    width: 100%;
    margin: 0 auto;
    padding-right: 118px;
	padding-left: 97px;
}
.life {
	width: 100%;
	float:left;
	background:#fff;
}
.color-blue {
	color: #03304e !important;
	margin-top:0px !important;
}
.inner-pic {
	width:700px;
	display:inherit;
	margin:0 auto;
}
.inner-pic-left {
	float:left;
	margin-right:30px;
}
.inner-pic-right {
	float:right;
	margin-left:30px;
}

.faculty span {
    color: #8ece5c !important;
    display: block;
    font-size: 55px;
    line-height: 60px;
	    font-weight: 700;
}
.testimonial_name span {
    color: #ffffff!important;
}
.testimonial_name span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.faculty-heading h3 {
	text-align:left;
	margin-bottom:30px;
}
.faculty-heading h4 {
	font-size:35px;
	color: #03304e;
	text-align:left;
	margin-bottom:15px;
}
p.padd-decrease {
    margin-bottom: 10px;
}
.faculty-heading h5 {
	font-size:25px;
	color: #03304e;
	text-align:left;
	margin-bottom:15px;
}
.faculty-col img {
	width:100%;
}
.faculty-col p {
	text-align:center !important;
	margin-top:10px;
}
.faculty-heading ol, .faculty-heading ul {
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.faculty-heading ol li, .faculty-heading ul li {
	margin:0px 0px 15px 17px;
	padding-right:15px;
}
.center-col {
	text-align:center !important;
}
.center-col .col-md-12 {
	text-align:center;
}
.center-col img {
    text-align: center !important;
    margin: 0 auto;
    padding-top: 15px;
    max-width: 100%;
}
.center-col p {
	width:100%;
	text-align:center !important;
	margin-top:10px;
}
.table-heading {
	color:#286F86;
	font-size: 16px !important;
}
.global a {
	color:#fff;
	text-decoration:none;
}
.faculty-heading iframe {
	width:300px;
	height:200px;	
}
.executive-div iframe {
    width: 100%;
    height: 100%;
}
.titans-speak-sec {
	padding:0px;
	margin:0px 0px 60px 0px;
}
.titans-speak {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.titans-speak.last-titans-speak {
    border: none;
    padding-bottom: 10px;
}
.titans-speak img {
	width:100%;	
}
.titans-speak p {
	margin-bottom:10px;	
}
.titans-speak span {
	color: #2099c3;
	display: block;
	margin-bottom:10px;
}
.margin-bottom0 {
	margin-bottom:0px;
}
.padding-bottom20 {
	padding-bottom:20px !important;
}
.padding-bottom20 {
	padding-bottom:20px !important;
}
.padding0 {
	padding:0px !important;
}
#content .transform_content-new {
    padding: 0 6% 0 77px !important;
}
.black-color {
	color:#000 !important;
}
.through-the-year ul {
	margin:0px;
	padding:0px;
	margin-bottom:30px;
}
.through-the-year ul li {
	margin:0px 0px 15px 16px;
}


.no-image-article {
	max-width: 33.3%;
	border-radius: 4px;
	margin:0px 0px 0px 0px;
}
.no-image-article .inner_upcoming_events {
	height: 100%;
}
.no-image-article .upcoming_text_holder_right {
	border-radius: 4px;
	height: 100%;
}
.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;
}
.crt-image-responsive img {
    height: 300px !important;
    object-fit: cover !important;
}
.crt-panel-next::before, .crt-panel-prev::before {
    color: #03304e !important;
    font-size: 40px !important;
	font-weight: 900;	
}
.crt-panel-next, .crt-panel-prev {
    background: none !important;
}
.crt-carousel-feed button {
    outline: none;
}
.infocus-text {
    width: 90%;
    margin: 0 auto;
    font-size: 40px;
    line-height: 50px;
    padding-top: 12%;
}
.infocus-line {
    border-bottom: 2px solid #fff;
	width: 280px;
	display: inline-block;
	margin:17% 0px;
}
 


 






/*footer*/
.holder-social {
	float: left;
	width: 100%;
    background-color: #0790d4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer.nb-footer {
    background:#03304e;
    padding: 20px 0px 26px 0px;
    float: left;
    width: 100%;
}
footer.nb-footer .about {
margin: 0 auto;
max-width: 1170px;
text-align: center; 
padding-top: 0 !important;
}
footer.nb-footer .about p {
font-size: 13px;
color: #ffffff;
margin-top: 30px; margin-bottom: 30px; }
footer.nb-footer .about .social-media {
margin-top: 15px; }
footer.nb-footer .about .social-media ul li a {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding: 0 8px;
	text-decoration:none;
}
footer.nb-footer .about .social-media ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
footer.nb-footer .footer-info-single {
margin-top: 30px; }
footer.nb-footer .footer-info-single .title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}
footer.nb-footer .footer-info-single .title A {
    color: #ffffff;
}

.merge {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
}
.sub-title, .sub-title a {
    color: #ffffff;
	text-transform: capitalize;
	font-size: 16px !important;
	font-weight: 500;
	padding-left: 0;
	margin: 0px 0px 8px 0px !important;
}
.sub-title a:hover{color: #ffffff; text-decoration: underline;}
footer.nb-footer .footer-info-single ul li a {
    display: block;
    color: #ffffff;
    padding: 2px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px;
	text-decoration:none;
}
footer.nb-footer .footer-info-single ul li a:hover {
text-decoration: underline; 
}
footer.nb-footer .footer-info-single p {
font-size: 13px;
line-height: 20px;
color: #ffffff; }
footer.nb-footer .copyright {
	float: left;
    margin-bottom: 0;
	padding: 30px 0 20px 15px;
	color: #ffffff;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	text-align: left;
	width: 200px;
	text-align: left;
}
footer.nb-footer .copyright p {
margin: 0;
padding-top: 10px;
	font-size:16px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    padding-top: 4px;
	margin-bottom: 0;
}
.list-inline .fa {
    border: 1px solid #fff;
    padding: 13px 10px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    text-align: center;
}
.list-inline .fa:hover {
	background:#fff;
	color:#03304e;
}

.list-inline > li {
    display: inline-block;
	padding:0px 0px 20px 20px !important;
}
footer.nb-footer .container-custom {
    padding-bottom: 20px;
}
.footer-last-menu {
	width: 218px;
    text-align: center;	
}





.about-section {
	 
}
.about-heading-new {
	font-size: 43px;
	color: #03304e;
	line-height: 49px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin:60px 0px 30px 0px;	
}
.about-heading-new a {
	font-size: 35px;	
}
.about-heading-new a:hover{text-decoration:none;}
.about-heading-new-custom {
    font-size: 43px;
    color: #03304e;
    line-height: 46px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.about-heading-new.about-heading-new2 {
    margin: 60px 0px 30px 0px;
}
.about-heading-new6030 {
    margin: 60px 0px 30px 0px;
}
.about-heading-new60302 {
    margin: 60px 0px 30px 0px!important;
    display: block;
}
.about-heading-new60300 {
    margin: 60px 0px 30px 0px;
}
.about-text-col {
	padding-top:0px !important;	
}
.about-text-col span {
	font-size: 35px;
	line-height: 24px;
}
.about-heading-new-sub {
	font-size: 35px;
}
.about-m {
	color:#12a6d3 !important;	
}
.about-para .common-para {
    padding-top: 0px;
}
.student-life p {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}
.admission-col iframe {
	width:100%;
	height: 245px;
	border: 0;
}
.headingh3 h3 {
    font-size: 25px;
	line-height:32px;
    color: #03304e;
}
.infoseminar ul{
	margin-top:0;
}
.spotlight a {
    padding-top: 20px;
}



.faculty-text {
	line-height:45px !important;
}
.faculty-number {
	font-size: 18px !important;
	font-weight: 700;
}
.margin0 {
	margin:0px !important;
}
.research a:hover {
    color: #03304e;
    text-decoration: underline;
}
.research a i {
    color: #03304e;
    font-size: 22px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.about ul li {
	width: 100%;
	float: left;
    font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	text-align: left;
	list-style: none;
	background-image: url(../images/square-icon.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	background-position: 0px 9px;
	margin: 0px 0px 15px 0px;	
}
.about ul li::after, p::after{content:""; display:block; clear:both;}
.about ul li strong{display:inherit; list-style:none; display:inline-block;}
.about ul li span, .about ul li a {
    color: #03304e;
}
.facultyh3 h3, .pgpm-flex h3 {
    font-size: 25px;
    color: #03304e;
    text-align: left;
    margin: 30px 0px 30px 0px;
    display: block;
    float: left;
    width: 100%;
}
.facultyh3 ul {
    margin: 0px 0px 30px 0px;
    float: left;
    width: 100%;
}
.pgpm-flex ul, .pgpm-flex ol {
	padding:0px;
	margin:0px;
}
.pgpm-flex ul li, .pgpm-flex ol li {
    margin: -5px 0px 20px 16px;
    padding-right: 15px;
	font-family: Montserrat, sans-serif;
    font-weight: 500;
}
.second img{
	padding-left: 18%;
}
.three img{
	padding-left: 18%;
}
.nav-link {
    padding: .5rem 0;
}
.program-testimonial{
	margin-bottom:50px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.program-testimonial img{
	width:100%;
}
.program-testimonial-name{
	text-align:right !important;
	margin-bottom:0px !important;
}


.campus-slider .carousel-indicators {
    display: none;
}
.campus-slider .carousel-control.left {
    background-image: none;
	left: -130px;
    background-color: none;
    opacity: 1;
	font-size: 40px;
	padding:31.5% 0;
}
.campus-slider .carousel-control.right {
	background-image: none;
	right: -63px;
    background-color: none;
    opacity: 1;
	font-size: 40px;
	padding:31.5% 0;
}
.campus-slider .carousel {
    width: 70%;
    margin: 0 auto;
}
.campus-slider .carousel-control img{
	width:25px;
}

.margin-top0 {
	margin-top:0px !important;
}
.logo-col {
	width:172px;
}
.logo-col1 {
	width:135px;
}
.logo-col2 {
	width:108px;
}
.font-width20{
	font-size:23px !important;
	margin-bottom: 40px !important;
}
.font-text40{
	font-size:60px !important;
	margin-top:6px;
	padding:0px;
	line-height:30px;
}
.slider-box .table-panel {
	display:inherit;
}
.register-col {
	width: 60%;
	margin: 20px auto;
}
.error {
	color:#ff0000;
	margin-left:-15px;
}
.admission table{
	width:100%;
}
.font-size12 {
    font-size: 12px !important;
    margin-bottom: 10px !important;
    font-family: Montserrat, sans-serif;
}
.text-size12 li {
	font-size:12px !important;
}
.learning-col h3{
	font-size:18px !important;
	text-align:left;
}
.learning-col ul{
	margin-bottom:30px;
}
.governing-council h3{
	text-align:left;
	margin-top: 0px;
}
.governing-council .council{
	padding-right:0px;
}
.governing-council .council-last{
	padding-right:15px;
}
.focus-col {
    padding-right: 15px;
}
.focus-col .mobile_margin{
	padding-right:0px;
}
.table-div{
	overflow-y: auto;
	width: 100%;
}






.pgpm-bottom60{
	padding-bottom:60px;
}
.pgpm-70-40{
	padding:70px 0px 40px 0px;
}
.pgpm-top0{
	padding-top: 0px !important;
}

.read-blue a i {
	color: #03304e;
	font-size: 22px;
	display: inline-block;
	position: relative;
	top: 2px
}
.read-blue a:hover {
	color: #03304e;
}
.profile-div{
	padding-bottom:60px;
}
.corporate-div{
	float:left;
}
.recruit strong{
	font-size: 25px;
}
.line-div{
	width: 100%;
	height: 1px;
	float: left;
	background: #ddd;
	margin: 26px 0px 51px 0px;
}
.line-div{
	width: 100%;
	height: 1px;
	float: left;
	background: #ddd;
	margin: 26px 0px 51px 0px;
}
.margin-top10{
	margin-top:10px !important;
}
.annual-div p{
	margin-bottom:0px !important;
}
.annual-div-col{
	margin-top:25px
}
.corporate-video iframe{
	width:100%;
	height:100%;
}

.sapience-div{
	margin-bottom:10px;
}
.sapience-box{
	background:#f4f2f2;
	text-align:center;
	padding: 20px 0;
}
.sapience-box p{
	color: #03304e;
	font-size:40px !important;	
	font-weight:700 !important;
	text-align: center !important;
	margin-bottom: 10px !important;	
}
.sapience-box span{
	margin-bottom: 10px !important;	
}

.top20 {
    margin-top: 20px !important;
}
.top10 {
    margin-top: 10px !important;
}
.bottom5{
	margin-bottom:5px !important;
}
.bottom10{
	margin-bottom:10px !important;
}
.bottom15{
	margin-bottom:15px !important;
}
.bottom20{
	margin-bottom:20px !important;
}
.bottom25{
	margin-bottom:25px !important;
}
.bottom30{
	margin-bottom:30px !important;
}
.bottom40{
	margin-bottom:40px !important;
}
.bottom45{
	margin-bottom:45px !important;
}
.bottom50{
	margin-bottom:50px !important;
}
.bottom60{
	margin-bottom:60px !important;
}
.bottom0{
	margin-bottom:0px !important;
}
.faculty-div-col h2{
	width:100%;
	float:left;
	margin:6px 0px 14px 0px !important;
}
.faculty-div-col h3{
	margin:20px 0 !important;
}
.faculty-div-col h4{
	margin:45px 0px 22px 0px !important;
}
.faculty-div-col h5{
	margin-bottom:20px !important;
}
.faculty-div-col ul{
	padding-left:15px;
}
.accreditations-img-col{
	width:100%;
}
.crest-col{
	margin-bottom:5px !important;
}

.heading-new30 {
    margin: 30px 0px 0px 0px !important;
}
.top18-0 {
    margin-top: -18px;
}
.sapience-div-col h2 {
	margin: 44px 0px 14px 0px;
}
.padding-bottom {
	padding-bottom:40px;
}
.titan-speak-div {
	margin:0px 0px 21px 0px !important;
}










/* contact page */
.address-Section {
    width: 100%;
    float: left;
}
.tabordion {
    color: #333;
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
}

.tabordion input[name="sections"] {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.tabordion section {
  display: block;
}

.tabordion section label {
    /* background: #f1f1f1; */
    border: 1px solid #b9b9b9;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    position: relative;
    width: 267px;
    z-index: 100;
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.tabordion section article {
  display: none;
  left: 272px;
  min-width: 300px;
  padding: 0 0 0 21px;
  position: absolute;  
  top: 0;
}


.tabordion input[name="sections"]:checked + label {
    background: #337ab7;
    color: #ffffff;
}
.tabordion input[name="sections"]:checked ~ article {
  display: block;
}
.tabordion section article p {
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}
.tabordion section article p a {
    text-transform: lowercase;
}
.address-Section p {
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #212529;
}
.form-iframe iframe {
    width: 100%;
}
/* contact page end */



.footer-div-col{
	margin-bottom:12px !important;
}

.pgpm-text p {
    font-size: 18px !important;
    line-height: 30px !important;
}

.event-main .col-lg-4 {
    max-width: 114px;
}
.event-main .col-lg-8{
	max-width: 80% !important;
}
.events-div-col{
	padding-top: 0 !important;
}
.events-div-col p a{
	font-size:18px !important;
}


.focus-div-col a input {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff !important;
    background: none;
    padding: 5px 20px;
    margin-top: 30px;
    cursor: pointer;
	color: #fff !important;
}
.focus-div-col a input:hover {
	 background:#036f9c;
	 color:#ffffff !important;
	
	}



.button-div-col-1 {
    color: #010220 !important;
    border: 1px solid #010220 !important;
}
.blacktext {
	height: 95px;
    color: #03304e !important;
}
.focus-mobile-top {
    margin-top: 15px !important;
}
.pgdm-col-div{
	padding-left:0px !important;
}




/*small-header*/
#header-sroll {
    position: fixed;
    height: 84px;
    background:#03304e;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 111;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.small {
    height: 66px !important;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.small .header .navbar-brand {
    width: 120px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: -2px;
	height: 50px;
}
.small .navbar-top-link, .small .navbar-offcanvas .navbar-top {
    margin-top: 8px !important;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-offcanvas .navbar-top {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.small .sb-search {
    top: 14px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.small a.pgpm-menu.offCanvas_trigger {
    margin: -9px 24px 0 40px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul li ul.dropdown-menu::before {

    content: "";
    position: absolute;
    left: 8%;
    top: -15px;
    margin: 0 auto;
    z-index: 11111111;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #036f9c;

}
ul li ul.dropdown-menu {
    min-width: 100%;
    background: #f2f2f2;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    border: none;
    top: 58px;
}
    ul li ul.dropdown-menu li{
        display: block;
    }
	.small ul li ul.dropdown-menu {
    top: 56px;
}
/*.on_hover.mega-menu-main::before {
    content: "";
    position: absolute;
    left: 370px;
    right: 0;
    margin: 0 auto;
    z-index: 11111111;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #03304e;
    top: -15px;
}*/


 



/*.on_hover.mega-menu-main.mega-menu-main_new2::before {
    content: "";
    right: -771px;
}*/
/*small-header*/







.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: #0c2f48 !important;
    font-size: 40px !important;
	font-weight: 900;	
}
.crt-panel-next, .crt-panel-prev {
    background: none !important;
}
.crt-carousel-feed button {
    outline: none;
}
.crt-post-v2 .crt-post-content-image IMG {
    width: 100%;
    height: 300px;
}


.search_page {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    width: 800px;
	margin-bottom: 30px;
}
.getsearch {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 0 none;
    color: #333333;
    font-size: 15px;
    height: 52px;
    left: 9px;
    width: 65%;
    padding: 0 10px;
    top: 4px;
    width: 85%;
}
.gosearch {
    background: url(https://www.greatlakes.edu.in/gurgaon/assets/greatlakes/images/serach.png) top center no-repeat;
    width: 56px;
    height: 52px;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
	border: 0;
	bottom: 0px;
	right: 0;
}
.top_search {
    border-bottom: 1px solid #EDEDED;
	margin-bottom: 30px;
}
.search_results {
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 28px;
	margin: 0px 0px 30px 0px;
}
.search_results h2 {
    color: #505050;
	font-size: 16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	padding: 5px 0px;
	margin: 15px 0px 0px 0px;
}
.search_results p {
	margin-top:0px;
}
.search_results p a {
    color: #03304e;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.ranked-p {
	font-size:16px;
	line-height: 30px;
	font-family: Montserrat, sans-serif;
}
.career-impact-mobile br {
	display:none;
}
.media-kit-div {
	width:100%;
	float:left;
}
.media-kit-div ul {
	padding-left: 0px;
}
.media-kit-div ul li {
	list-style:none;
    background-image: url(../images/square-icon.jpg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 30px;
    background-position: 0px 9px;
	margin: 0px 0px 15px 0px;
}

.events-detail-div {
	padding: 60px 40px 60px 30px !important; 
}

.inner_news_cover a button {
    color: #03304e;
    background: none;
    border: 0;
    padding: 0px;
    cursor: pointer;
}

.career-impact-video {
	width:80% !important;
	float:right;
	padding-bottom:38% !important;
}


.experiential-learning-video {
	width:80% !important;
	float:right;
	padding-bottom:38% !important;
}
.experiential-learning-video img {
	height:300px !important;
	object-fit: cover;
	position:relative !important;
}

.video-div-col {
	padding-bottom:36.6% !important;
}
.video-div-col1 {
	padding-bottom:36.6% !important;
}
.class-profile-mobile-div {
	padding-bottom:43% !important;
}

.contact p {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    padding-right: 10px;
}
.contact-text {
    line-height: 30px;
}
.error-div-col {
    width: 74%;
    float: right;
    color: #ff0000;
    font-size: 16px;
    font-weight: normal;
	text-transform: none;
}
.contact .form .col-md-3 {
    padding-left: 15px;
}
#contactForm {
    margin-top: 30px;
}
.faculty-detail-div {
	padding-left: 0px;
}

.table-div-1 {
	width: 31%;
}
.table-div-2 {
	width: 35%;
}
.table-div-3 {
	width: 34%;
}
.table-div-4 {
	width: 57%;
	background: #f2f2f2;
}
.table-div-5 {
	width: 41%;
}
.table-div-6 {
	width: 35%;
}
.table-div-7 {
	width: 24%;
}
.table-div-8 {
	width: 25%;
}
.table-div-9 {
	width: 30%;
}
.table-div-10 {
	width: 70%;
}
.table-div-11 {
	width: 20%;
}
.table-div-12 {
	width: 80%;
}
.table-div-13 {
	width: 50%;
}
.table-div-14 {
	width: 25%;
	background: #eaeaea;
}
.table-div-15 {
	width: 33%;
}
.table-div-16 {
	width: 15%;
}
.iframe-div {
	border: 0px;
}
.career-impact-img {
	width: 100%;
}

.news-button-col a {
    color: #03304e !important;
    font-size: 14px;
	border: 0px;
}
.news-button-col a i {
	margin: 0px 4px 0px 4px;
}
.news-details-button button {
    color: #03304e !important;
    font-size: 14px;
	font-weight: normal;
}
.news-details-button button i {
    margin: 0px 4px 0px 4px;
}

.recruiter-speak {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 50px !important;
}
.recruiter-speak p {
    margin-bottom: 15px;
}

.summer-internship {
	font-size: 14px !important;
	line-height: 20px !important;
	margin-top: 10px !important;
}

.alumni-col {
	width: 100%;
	float: left;
	text-align: center;
}
.alumni-col img {
	border-radius: 100px;
}
.alumni-col h2 {
    font-size: 20px;
	color: #03304e;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
	margin: 10px 0px 0px 0px;
}
.alumni-col p {
    font-size: 16px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: center !important;
	margin-bottom: 0px;
}
.alumni-col .col-md-12 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.last-div-col {
	border-bottom: 0px !important;
}
.research-div-col {
	margin: 44px 0px 16px 0px
}

.business-advisory-box td {
    border: 0px !important;
}
.business-advisory-col {
    background: #f7f7f7;
}

.faculty-box{
	width: 80%;
	float: left;
	background: #f7f7f7;
	padding: 30px;
	margin-bottom: 30px;
}
.faculty-box img{
	width: 100%;
}
.faculty-box h2{
	font-size: 20px;
	color: #03304e;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-bottom: 4px;
}
.faculty-box p{
	font-size: 14px !important;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 25px !important;
}
.faculty-bg-box{
	background: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.faculty-box .col-md-2{
	padding-right: 0px;
	padding-left: 0px;
}
.faculty-detail-box{
	width: 100%;
}
.about-para .top0{
	padding-top: 0px !important;
}
.about-para .top0 img{
	padding-bottom: 0px !important;
}

.events-div {
    margin-bottom: -31px;
}
.corporate-programs-div{
	padding-right: 30px;
}
.about-sub p{
	font-size: 14px !important;
}
.infoseminars-div li{
	margin-bottom: 15px !important;
}
.campus-recruitment-div ul li{
	margin-left: 0px;
}
.recruit-line span{
	font-weight: 500 !important;
}

.footer-last-col {
	width: 86%;
	float: left;
	z-index: 9;
}
.footer-last {
	width: 340px;
	float: right;
	text-align: right;
}
.footer-new-col {
    margin: 0px 0px 20px 0px !important;
}
.campus-div-col {
	padding-left: 0px;
}
.campus-video-div {
    padding-bottom: 28%;
}

.crt-post .crt-post-text {
	font-family: Montserrat, sans-serif;
    font-size: 15px !important;
    text-align: left !important;
    height: 200px !important;
	overflow: hidden;
	margin-bottom: 30px;
}

.home-div a i {
    font-size: 20px;
    margin: 13px 31px 0px 0px;
	color:#ffffff;
}
.home-div1 a i {
    font-size: 20px;
    margin: 13px 0px 0px 0px;
	color:#ffffff;
}
.footer-last .footer-mobile-col-1 {
    margin-top: 10px !important;
}
.footer-mobile-col {
    padding-top: 8px;
}
.arrow-col {
    font-size: 60px !important;
}
.arrow-col1 {
    font-size: 60px !important;
	bottom: -38px;
	right: 0;
	display: initial !important;
	line-height: 10px;
}
.error-col {
    width: 75%;
    float: right;
    padding-left: 22px;
    margin: 2px 0px 10px 0px;
}
.bottom8 {
	margin-bottom: 8px;
}
.privacy-policy h3 {
	margin: 20px 0px 15px 0px;
}
.privacy-policy ul {
	margin: 0px 0px 15px 0px;
}

.slider-des-col {
	position: relative;
}
.slider-des {
	width: 100%;
	color: #fff;
	bottom: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10px 20px;
}
.pgdm-logo-div {
	margin-left: 39px;
}

.crt-post .crt-post-header .crt-social-icon {
    display: none;
}
.crt-post .crt-post-fullname {
    display: none !important;
}

.number-div {
	text-align: center;
}
.number-div .accreditations_img {
	display: inline-block;
	margin-right: 70px;
}
.number-div-col {
	width: auto;
	display: inline-block;
	text-align: center;
}
.number-div-col h2 sup {
    font-weight: 300;
    font-family: montserratmedium;
    font-size: 47%;
    top: -0.9em;
}
.number-div-col p {
	text-align: left;
}
.banner-heading-col {
	text-transform: inherit;
}

.logo-box, .logo-box1, .logo-box2  {
	display: inline-block;
	margin: 0 2%;
}
.logo-box  {
	width: 17%;
}
.logo-box1 {
	width: 20%;
}
.logo-box2 {
	width: 25%;
}
.logo-box img, .logo-box1 img, .logo-box2 img {
	width: 100%;
}

.admissions-open {
	font-size: 15px;
	color: #fffc00;
	font-weight: 700;
	padding-top: 15px;
}
.button-pgpm {
	margin-left: 10px;
}


.date-div-col {
    font-size: 15px;
    color: #fffc00;
    font-weight: 700;
    padding-left: 20px;
}
.banner-date {
    font-size: 17px;
    color: #fffc00;
    font-weight: 700;
}
.pgdm-top {
	padding-top: 0px;
	margin-top: 17px;
}

.sub-head-col {
	color: #ffff00;  
	margin-top: 30px;
}
.sub-head-col1 {
	margin-top: 10px !important;
}

.button-pgpm1 {
    margin-left: 10px;
}
.event-new-col {
    color: #0f607e;
	font-weight: 700 !important;
	text-decoration: underline;
}


.inner_news_cover br {
	display: none;
}
.inner_news_cover .event-new-col {
	display: none;
}

.Sapience img, .Sapience-col img{
	display: block;
	margin: 0 auto;
}
.Sapience h2{
	padding-top: 18px;
}
.Sapience-col h2{
	padding-top: 18px;
	margin-bottom: 15px !important;
}
.register-button{
	width: 140px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 4px;
	background: #f76a06;
	padding: 5px 10px;
	margin-top: 20px;
}
.register-button:hover{
	color: #fff;
}


.header1 {
  padding: 10px 16px;
  color: #000;
  z-index: 9999;
  display: none;
  margin-top: -1px;
}
.sticky1 {
  position:fixed;
  top: 61px;
  width: 100%;
  z-index: 9999;
}

.pgpm-new-button {
    width: 200px;
	float: left;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #036f9c;
	padding: 5px 10px;
	margin: 0px 30px 21px 0px;
}
.pgpm-new-button:hover {
	color: #fff;
	text-decoration: underline;
}


.admission-box p {
	line-height: 25px !important;
}
.admission-box ul{
	margin-bottom: 15px;
}
.admission-box ul li {
    margin-bottom: 0px;
}


.admissions-box-col{
	width: 100%;
	float: left;
	padding: 0px 0;
}
.admissions-box-col h2, .admissions-box-col p{
	font-family: Montserrat, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}
.admissions-box-col p{
	font-size: 16px;
	margin-bottom: 30px;
}
.admissions-box-col .col-md-6{
	border-right: 1px solid #03304e;
	border-bottom: 1px solid #03304e;
}
.admissions-box-col .col-md-6:nth-child(2) {
  border-right: 0;
}
.admissions-box-col .col-md-6:nth-child(3) {
  border-bottom: 0;
  padding-top: 30px;
}
.admissions-box-col .col-md-6:nth-child(4) {
  border-right: 0;
  border-bottom: 0;
  padding-top: 30px;
}

.infoseminars-box li {
    color: #000 !important;
}
.admissions-col {
	display: none;
}




.key-dates-col{
	width: 100%;
	float: left;
	background: none;
}
.key-dates-col .nav-tabs > li > a {
	font-size: 35px;
    background-color: #fff;
	color: #03304e;
	padding: 16px 30px;
}
.key-dates-col .nav-tabs > li.active > a {
    color: #03304e;
}
.key-dates-col .nav-tabs > li.active > a {
    background: #d9d9d9;
}
.key-dates-col .nav-tabs {
    border: 2px solid #ddd;
	border-bottom: 0px;
}
.key-dates-col .nav-tabs > li.active > a::after {
    display: none;
}
.key-dates-col td {
	color: #000;
    border: 2px solid #d9d9d9 !important;
}
.key-dates-col  table {
    width: 100%;
}
.key-dates-col .tab-content {
    padding: 0px;
}
.key-dates-col .about {
    padding-top: 0px !important;
}
.key-dates-col .card {
    margin-top: 30px;
}


.eligibility-col img{
	width: 436px;
	float: right;
}

.profile-box{
	width: 100%;
	float: left;
}
.profile-box li {
	float: left;
	margin-right: 30px;
}

.essays-col {
	padding-left: 20px;
}
.essays-col p {
	padding-left: 30px;
}

#more, #more1, #more2, #more3, #more4, #more5 {
	display: none;
}
.sapience-button {
	color: #03304e;
	font-size: 14px;
	border: 0px;
	background: none;
	cursor: pointer;
	outline: none;
	padding: 0px;
}
.sapience-button:hover {
	text-decoration: underline;
}
.sapience-heading {
	font-size: 35px;
	margin: -10px 0px 15px 0px !important;
}

.sapience-div1 {
	width: 100%;
	float: right;
}
.sapience-div1 img {
	width: 50%;
	float: right;
	padding-left: 40px;
}
.sapience-div2{
	width: 50%;
	float: left;
}
.sapience-div3 {
	width: 100%;
	float: left;
}
.sapience-div3 img {
	width: 50%;
	float: left;
	padding-right: 30px;
}
.sapience-div4 {
	width: 50%;
	float: left;
}

.crt-widget-carousel .crt-carousel-stage {
    height: auto !important;
}

.pgdm-video {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.pgdm-des-col {
	width: 50%;
	float: left;
	padding-right: 30px;
}
.pgdm-video-col {
	width: 50%;
	float: left;
}
.pgdm-video-col{
    position: relative;
    padding-bottom: 28%;
    overflow: hidden;
    height: auto;
    height: 0;
    background-color: #000;
}
.pgdm-video-col iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pgdm-banner-des {
    font-size: 17px;
    line-height: 30px;
}

.register-new-col {
    position: absolute;
    top: -22px;
}
.pgpm-new-box {
	width: 100%;
	float: left;
    padding-bottom: 40px;	
}

.interim-placement-report {
    color: #212529;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    float: right;
    margin-top: -66px;
}
.excellence .interim-placement-col {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.interim-heading-col {
    margin-bottom: 19px !important;
}
.industry-classification1 {
    display: none;
}

.pgpm-placement-report li {
	width: 33% !important;
}


.student-achievements-new h3 {
	height: 125px;
	line-height: 30px !important;
	font-weight: 700;
	text-align: center;
}
.student-achievements-new .council img {
    height: inherit;
}
.student-achievements-new .council-bg {
    height: 225px;
}


.crest-slider-new {
    text-align: center;
	margin-bottom: 30px;
}
.crest-slider-new1 {
    margin: 0 auto;
}
.crest-new-col {
    width: 100%;
    float: left;
}

.crest-div-1 {
    float: right;
}
.crest-div-2 {
    float: left;
    padding-left: 0px;
    margin-right: 20px;
}
.crest-slider-col p {
    margin-bottom: 0px;
}

.common-padding.upcoming_events.event-col {
    background: #036f9c !important;
}
.common-padding.upcoming_events.event-col .main-head-main {
    color: #fff;
}

#stay-connected-col .panel.social_panel.common-padding {
    background: #036f9c;
}
#stay-connected-col .fast_facts_main {
    background: #036f9c;
}
#stay-connected-col .main-head-main {
    color: #fff;
}

#stay-connected-col .crt-panel-next::before, #stay-connected-col .crt-panel-prev::before {
    color: #fff !important;
}


.crt-widget-carousel .crt-carousel-slider .crt-post-c {
    background-color: #f2f2f2;
}

.logo-new-box .logo-box, .logo-new-box .logo-box1, .logo-new-box .logo-box2 {
    float: left;
	margin: 0px 4% 0px 0px;
}
.logo-new-box {
	width: 100%;
	float: left;
    margin: 10px 0px 60px 0px;  
}

.vission.campus {
    padding-bottom: 0px;
}
.campus-new-col p {
    font-size: 18px !important;
    margin: 0px !important;
}
.campus-new-col {
	background: #fff;
    padding-bottom: 60px !important;
}
.campus-new-col .about-heading-new {
    color: #03304e !important;
}
.campus-new-col p {
    color: #000 !important;
}
.campus-new-col .about-team-pic {
    padding-right: 0px;
}
.advisory-councils a {
    margin-right: 20px;
}
.advisory-councils .about-heading-new.about-heading-new2 {
    margin-top: 55px;
}



.message-new-box {
    background: #0f5c82;
    padding: 0px 0px 60px 0px;
	margin-bottom: 0px !important;
}
.message-new-box .mobile-f {
    padding-left: 0px;
}
.message-new-box p, .message-new-box a {
	color: #fff !important;
}


.message-new-box1 {
    background: #fff;
	margin: 60px 0px 0px 0px;
}
.message-new-box1 .about-heading-new {
    color: #03304e !important;
}
.message-new-box1 p, .message-new-box1 a, .message-new-box1 a i {
    color: #000 !important;
}

.message-new-box2 {
    padding-top: 60px;
}

.new-logo {
    width: 90px;
    margin: 0px 0px 0px 10px;
}
.small .new-logo {
    width: 65px;
    margin-top: -4px;
}
.panel.pgpm.tab_panel.globally-benchmarked .main-head-main {
    line-height: 60px !important;
    text-align: center;
	text-transform: inherit;
}

.learning-col img {
    width: 100%;
}

.experiential-learning {
    background-image: url(../images/experiential-learning-bg.jpg);
}
.experiential-learning img {
    width: 100%;
	height: 342px;
	object-fit: cover;
}

.main-head-main.main-head-main-v2.world-class-campus {
    line-height: 56px !important;
    text-transform: inherit;
}

.top-box {
    width: 100%;
    float: left;
	margin-top: 0px;
}
.top-pic {
    width: 40%;
    float: left;
}
.top-pic img {
    width: 100%;
}
.top-logo {
    width: 60%;
    float: left;
	text-align: right;
	padding-top: 7.2%;
}
.top-logo .logo-box {
    width: 22%;
}
.top-logo .logo-box1 {
    width: 27%;
}
.top-logo .logo-box2 {
    width: 30%;
}

.testimonial_New .testimonials_img_holder img {
	width: 300px;
    height: 300px;
		float:left;
}

.pgdm-class-profile img {
    width: 100%;
}

.association-mobile-col .custom-container-inner {
    display: none !important;
}
.nb-footer .custom-container-inner {
    display: inherit !important;
}
.next_step_main.common-padding {
    margin-bottom: 60px;
}

.speakers-heading {
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.speaker-sec {
    width: 100%;
    float: left;
	background-image: url(https://www.greatlakes.edu.in/gurgaon/assets/greatlakes/images/bg-1.jpg);
	background-size: 100%;
	display: flex;
	margin: 40px 0px 20px 0px;
}
.speaker {
    width: 70%;
    float: left;
	padding: 60px 60px 60px 96px;
}
.speaker-pic {
    width: 30%;
    float: left;
	display: flex;
}
.speaker h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
}
.speaker p {
    font-size: 16px;
    color: #fff;
}
.speaker-pic img {
    width: 100%;
	object-fit: cover;
}
.speaker .designation {
    font-weight: 700;
    margin-top: 15px;
}
.pl-60 {
    padding-left: 60px;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.speaker-pic.pull-right {
    float: right;
}
.speaker-pic.mobile {

    display: none;
}
.speaker-sec.bg-1 {
    display: flex;
    flex-direction: row-reverse;
}
.speaker-sec.bg-2 {
    background-image: url(https://www.greatlakes.edu.in/gurgaon/assets/greatlakes/images/bg-2.jpg);
}

.vission.messages.academic.white-bg.research.padding-bottom0.margin-top0.about.padding-top0 {
    padding-top: 0px !important;
}
.vission.messages.academic.white-bg.research.padding-bottom0.margin-top0.about.papers-journal-publications {
    padding-top: 30px !important;
}
.student-achievements-new .council-bg p {
	font-size: 15px !important;
    text-align: center !important;
	font-weight: 700;
}


.placements-sec {
    width: 100%;
    float: left;
    background: #036f9c;
	padding: 60px 0px;
}
.placements-col {
    width: 75%;
    float: left;
    padding-right: 60px;
}
.placements-pic {
    width: 25%;
    float: left;
}
.placements-col h1 {
    color: #fff;
	margin-top: 0px;
}
.placements-col p {
    color: #fff;
}
.placements-pic img {
    width: 100%;
}


.recruit-sec {
    width: 100%;
    float: left;
	margin-bottom: 50px;
}
.recruit-sec h1 {
    text-align: center;
}
.recruit {
    width: 100%;
    float: left;
	margin-top: 10px;
}
.recruit-col {
    width: 60%;
    float: left;
    padding-right: 60px;
}
.recruit-col1 {
    width: 40%;
    float: left;
    background: #f2f2f2;
    padding: 30px;
}
.recruit-col h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.recruit-col1 h2 {
    font-size: 25px;
    color: #000;
	margin-bottom: 15px;
}
.recruit-col1 a {
    color: #0070c0;
    font-size: 20px;
	text-decoration: underline;
	font-weight: inherit !important;
}
.recruit-col1 p {
    margin-bottom: 20px;
}
.previous-years {
    color: #000 !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}
.previous-years-text a {
    font-size: 16px;
	text-decoration: underline;
}


.summer-internship {
    width: 100%;
    float: left;
}
.summer-internship .recruit {
    background: #f2f2f2;
    padding: 30px;
}
.summer-internship .recruit-col .recruit-col1 {
    width: 100%;
    padding: 0px;
}
.summer-internship .recruit-col1 h2 {
    font-size: 22px;
}
.summer-internship .recruit-col1 img {
    width: 100%;
}
.summer-internship .recruit-col1 {
    padding: 0px;
}


.vission.messages.academic.margin-bottom0.industry-engagement  {
    background: #fff;
    padding: 0px 0px 0px 0px !important;
}

.student-achievements {
    width: 100%;
    float: left;
    background: #06466a;
	padding-bottom: 60px !important;
    margin: 60px 0px 60px 0px;
}
.student-achievements h2 {
    color: #fff;
}
.student-achievements p, .student-achievements a, .student-achievements a i {
    color: #fff;
}


.vission.messages.academic.white-bg.padding-bottom0.contact-sec {
    width: 100%;
    float: left;
    padding-top: 0px !important;
}
.contact-sec input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 17px;
}
.contact-sec textarea {
    width: 98%;
    height: 100px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 17px;
}
.submit-button input{
	width: 240px;
	height: inherit;
    font-size: 18px;
    color: #fff;
    background: #06466a;
    border-radius: 6px;
	cursor: pointer;
    padding: 10px 30px;
}
.submit-button {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.contact-sec p {
    padding-right: 60px;
}


.slider-col {
    width: 100%;
    float: left;
    background: #f3f1f2;
}
.slider-pic {
    width: 47%;
	float: left;
	padding: 0px 100px 0px 60px;
	height: 500px;
	display: inline-grid;
	align-items: center;
	justify-content: right;
}
.slider-des1 {
    width: 53%;
	float: left;
	padding: 0% 60px 0px 100px;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: left;
}
.slider-des1 p {
    width: 100%;
	float: left;
	font-size: 43px !important;
	color: #323945;
	font-weight: 700 !important;
	line-height: 65px !important;
	padding-top: 20px;
	font-family: Montserrat, sans-serif;
}
.slider-sec {
    width: 100%;
    float: left;
	background: #f2f2f2;
	padding-bottom: 60px;
}
.slider-sec .about-heading-new {
	ont-family: montserratregular;
	font-size: 38px;
    text-align: left;
}
.slider-main {
    background: none !important;
    padding: 0px !important;
}
.slider-pic p {
    font-size: 20px;
    text-align: center;
	width: 100%;
	margin: 40px 0px 0px 0px;
}
.recruit-sec .about-heading-new {
    font-size: 38px;
    text-align: left;
	display: inherit;
}

.testimonial-sec {
    width: 100%;
    float: left;
    background: #06466a;
    padding: 60px 0px 60px 0px;
    margin-bottom: 60px;
}
.testimonial-sec .testimonial {
    background: none;
}
.testimonial-new-col {
    width: 20%;
    float: left;
    text-align: center;
}
.testimonial-new-col img {
    display: inherit;
    margin: 0 auto !important;
}
.testimonial-new-text {
    width: 80%;
    float: left;
}
.testimonial-sec .about-heading-new {
    font-size: 38px;
    color: #fff;
	display: inherit;
    margin-top: 0px;
}
.testimonial-icon img {
    width: 75px !important;
    height: inherit !important;
    position: absolute;
    top: -11px;
    bottom: 0;
    margin: 0px !important;
    left: -30px;
}

.panel.faculty-heading.global-thought-leaders .council-bg {
    height: 140px !important;
}

.vission.messages.academic.white-bg.research.padding-bottom0.about.padding-top0.pt-0 {
    padding-top: 0px !important;
	margin-bottom: 30px;
}

.news_read_more.button-new-col {
	font-size: 16px !important;
	font-weight: 700;
	text-decoration: underline;
    margin-top: -30px;
}

.panel.faculty-heading.global-thought-leaders.global-thought-leaders1 .council-bg {
    height: 170px !important;
}

.table-div table a {
    font-size: 16px;
	float: none;
}

.contact-sec form {
    width: 100%;
}
.contact-sec .col-md-6 {
    float: left;
}

.slider-sec .about-heading-new {
	display: inherit;
    margin: 50px 0px 0px 0px;
}

.col-md-12.textarea-col {
    width: 100%;
    float: left;
}

#err {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.slider-pic p img {
    display: initial;
}

.slider-pic.slider-pic1 p img {
    width: 50%;
    margin-bottom: 20px;
}
.slider-pic.slider-pic2 p {
    text-align: center;
}
.slider-pic.slider-pic2 p strong, .slider-pic.slider-pic2 p strong {
	display: inline;
}
.slider-pic.slider-pic2 p img {
    margin-bottom: 20px;
}

.slider-pic.slider-pic1.slider-pic3 p img {
    width: 80%;
	margin: 40px 0px;
}

.slider-pic4 {
    margin-top: -60px !important;
}

.recruit-col a {
    width: 100%;
    float: left;
    font-weight: 500;
	text-align: left;
	text-decoration: underline;
    margin-top: 10px;
}

.industry-engagement a {
    font-size: 16px;
}

.student-achievements a {
    font-size: 16px;
    color: #fff;
}
.student-achievements a:hover {
    color: #fff;
}

.recruit-col a i {
    color: #03304e;
    font-size: 22px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.recruiters-menu p {
    font-size: 16px !important;
	line-height: 27px !important;
	font-style: inherit;
	height: 60px;
	padding-left: 15px;
	font-family: montserratlight;
}

.vission.messages.academic.white-bg.research.padding-bottom0.about.padding-top0.pt-0.classification-projects h2 {
    font-size: 35px;
}
.vission.messages.academic.white-bg.research.padding-bottom0.about.padding-top0.pt-0.classification-projects {
    margin: 0px 0px 10px 0px;
}
.heading-new-col {
    font-size: 25px !important;
    font-weight: 700;
}

.news_read_more.button-new-col i {
    color: #03304e;
    font-size: 22px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.accreditations-col a {
    color: #fff;
	text-decoration: none;
	margin-right: 20px;
	border: 1px solid #fff;
	padding: 10px 20px;
}

.webinar-col a {
    width: 140px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    background: #f76a06;
    padding: 5px 10px;
}

.recruit-sec strong {
    font-size: 20px;
}

.placements-col a {
    color: #fff;
}

.slider-pic-new {
    margin-top: 35px !important;
}

.summer-internship .about-heading-new {
    margin-top: 0px;
}
.slider-pic-new img {
    width: 38% !important;
}
.slider-pic-new1 {
    margin-top: -30px !important;
}

.contact-sec form {
    margin-top: 50px;
}

.academic h3 {
    font-size: 35px;
    color: #03304e;
    line-height: 38px !important;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}
.vission.messages.academic.white-bg.research.padding-bottom0.about.bottom20 {
    padding-top: 60px !important;
    margin-top: 0px;
}
.vission.messages.academic.margin-bottom0.white-bg.pt-0 {
    padding-top: 0px !important;
}

.live-projects a {
	float: left;
    color: #0070c0;
    font-size: 20px;
    text-decoration: underline;
    font-weight: inherit !important;
}
.live-projects strong {
    font-size: 20px;
}
.live-projects .read-blue {
    margin-top: 0px;
}
.live-projects a:hover {
    color: #0070c0 !important;
}

.sapience .read-blue {
    text-align: left;
}

.placements-sec .placements-col ul {
    padding: 0px;
    margin: 0px;
}
.placements-sec .placements-col ul li {
    width: 100%;
    float: left;
    font-size: 16px;
	color: #fff;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: left;
    list-style: none;
    background-image: url(https://www.greatlakes.edu.in/gurgaon/assets/greatlakes/images/square-icon1.jpg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 30px;
    background-position: 0px 9px;
    margin: 0px 0px 15px 0px;
}
.placements-sec .placements-col ul li a {
    color: #fff;
    font-weight: 700;
}

.box-col {
    font-size: 16px !important;
    color: #fffc00;
}

.testi_bottom {
    margin-top: 30px;
}

.recent-industry-guests {
    width: 100%;
    float: left;
	padding: 0px 0px 30px 0px;
}
.news_read_more.button-new-col1 {
    float: left !important;
    color: #fff;
	font-weight: 500;
	border-radius: 6px;
    background: #03304e;
    padding: 10px 20px;
    text-decoration: none;
	margin: 0px 0px 30px 0px !important;
}
.panel.faculty-heading.global-thought-leaders.recent-industry-guests .vission {
	background: #fff;
    padding: 0px !important;
    margin: 0px 0px 30px 0px;
}

.slider-new-pic1, .slider-new-pic2, .slider-new-pic3 {
    width: 30%;
	float: left;
	margin-right: 30px
}
.slider-new-text {
    width: 65%;
    float: left;
}
.slider-new-box .slider-new-pic1 img {
    width: 200px !important;
}
.slider-new-box1 .slider-new-pic2 img, .slider-new-box2 .slider-new-pic3 img {
    width: 150px !important;
	margin: 0 auto;
}
.slider-new-pic2, .slider-new-pic3 {
    margin-top: -40px !important;
}
.slider-new-box1 {
    margin-top: 0px !important;
}
.slider-new-box1 .slider-new-text {
    margin-top: -18px;
}
.slider-new-box2 .slider-new-text {
    margin-top: -15px;
}
.slider-new-box2 {
    margin-top: 0px !important;
}

.testi_bottom p strong {
    font-size: 20px;
}

.testimonial-new-col1 {
    max-width: 30%;
}
.testimonial-new-col2 {
    max-width: 70%;
    flex: 0 0 70%;
}

.student-achievements-new h3 span {
    font-size: 18px;
}
.student-achievements-new .council-bg strong {
    font-size: 18px;
    color: #036f9c;
    font-weight: 700;
}
.blacktext.name {
    height: inherit;
}
.mandatory-disclosures h3 {
    width: 100%;
    float: left;
    text-align: left;
    color: #03304e;
    line-height: 42px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 30px 0px 20px 0px;
}
.mandatory-disclosures ul {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.mandatory-disclosures {
    width: 100%;
    float: left;
    margin: -20px 0px 50px 0px;
}
.mandatory-disclosures ul li a {
    text-decoration: underline;
}
.line {
    width: 80%;
    float: left;
    border-bottom: 3px solid #000;
    margin: 30px 0px 60px 0px;
}
.top-text-1 {
    line-height: 30px;
    background: #f3f1f1;
    padding: 20px;
    margin: 60px 0px 0px 0px;
}
.text-2 {
    margin: 0px 118px 60px 0px !important;
}
.mdps-consultancy h2 {
    font-size: 25px;
    line-height: 32px;
    color: #03304e;
    margin: 0px 0px 30px 0px;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}
.mdps-consultancy table td img {
    width: 250px;
	margin: 20px;
}
.other-achievements {
    width: 100%;
    float: left;
	margin: 0px 0px 50px 0px;
}
.div-img img {
    max-width: 100%;
}
.core-courses .col-md-4, .core-courses .col-md-6, .core-courses .information-technology {
    border: 1px solid #036f9d;
    padding: 0px;
    max-width: 31.2%;
	flex: 0 0 31.2%;
	margin: 0px 1% 0px 1%;
}
.core-courses .col-md-4 ul, .core-courses .col-md-6 ul {
    padding: 0px 20px;
}
.core-courses .col-md-6 {
    max-width: 47.9%;
    flex: 0 0 47.9%;
}
.core-courses .information-technology {
    max-width: 98.2%;
    flex: 0 0 98.2%;
    margin: 0px 1% 0px 0.9%;
}
.core-courses .information-technology ul {
    padding: 0px 20px 0px 20px;
}
.contact-details {
    width: 100%;
    float: left;
}
.contact-details-new {
    width: 32.6%;
    float: left;
	background: #f3f1f1;
	height: 133px;
	padding: 20px;
	margin: 0px 1% 60px 0px;
}
.contact-details-new:last-child {
  margin-right: 0%;
}
.core-courses {
    margin-bottom: 40px !important;
}
.curriculum-new {
    border: 1px solid #036f9d;
}
.curriculum-new ul {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
}
.box-new h2 {
    color: #fff !important;
    background: #036f9d !important;
    border: 1px solid #036f9d !important;
}
.brochure {
	width: 90%;
	float: right;
	text-align: center;
    border: 1px solid #ddd;
	box-shadow: 0 3px 7px 2px rgba(0,0,0,.08);
	margin: 21px 0px 0px 0px;
}
.brochure img {
	height: 397px;
	object-fit: cover;
}
.field-new {
    width: 100% !important;
}
.button-new {
	width: 100%;
    padding: 12px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
.field-new1 {
    margin: 15px 0px 0px 0px;
}
.button-new1 {
	width: 200px !important;
    font-size: 18px !important;
    color: #fff;
    background: #03304e !important;
    margin-top: 15px;
    border: 0px !important;
    border-radius: 4px;
    cursor: pointer;
	padding: 0px 0px 0px 0px !important;
}
.form-new {
    width: 57.5%;
    float: right;
	margin: 10px 0px 60px 0px;
}
.author {
    width: 72%;
    float: left;
}
.author1 {
    width: 25%;
    float: right;
}
.form-new-section .form-section {
    padding: 0px 0px 0px 0px;
}
.pic-new1 {
    width: 65% !important;
}
.pic-new2 {
    width: 74% !important;
}
.banner-date-new span {
    color: #fffc00;
}
.design .transform_content.pgpm-new-div {
    padding-top: 34px !important;
}
.transform_content.pgpm-new-div ul {
    margin-top: 0px !important;
}
.accreditations-new .accreditations-img-col {
    width: 180px;
}
.accreditations-new {
    margin: 0px 0px 0px 0px !important;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council img {
    width: 180px;
	height: inherit;
    float: left;
	margin: 0px 30px 0px 0px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council {
	max-width: 100%;
	display: flex;
    background: #f7f7f7;
	padding: 20px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg h2 {
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg p {
    font-size: 15px !important;
	margin: 0px 0px 10px 0px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg {
    height: inherit !important;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg h2 a {
    font-size: 25px;
	font-weight: 700;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg a {
    font-size: 15px;
    font-weight: 500;
	display: inherit;
	width: max-content;
	line-height: initial;
}
.connect {
	width: 130px !important;
    font-size: 18px !important;
    color: #fff !important;
    background: #03304e;
    display: block;
    text-align: center;
    border-radius: 6px;
    line-height: initial;
    padding: 10px 20px;
	margin: 20px 0px 0px 0px;
}
.keynote-address h3 {
    font-size: 20px;
	text-align: left;
	margin: 30px 0px 15px 0px;
}
.keynote-video {
    width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 56%;
	overflow: hidden;
	height: auto;
	height: 0;
	background-color: #000;
	display: inherit;
	margin: 8px auto 0px;
}
.keynote-video iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.keynote-address p {
    margin-bottom: 10px !important;
}
.keynote-address h2 {
    margin: 50px 0px 30px 0px !important;
}
.keynote-address-new {
    width: 100%;
    float: left;
}
.keynote-content {
    width: 60%;
    float: right;
	padding: 0px 0px 0px 50px;
}
.keynote-video-new {
    width: 40%;
    float: left;
}
.keynote-address {
    width: 100%;
    float: left;
}
.keynote-address-new1 {
  margin: 0px 0px 40px 0px;
}
.keynote-address-new1 .keynote-content {
  float: left;
  padding: 0px 50px 0px 0px;
}
.gurgaon-campus {
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 2px 0px;
}
.gurgaon-campus h2 {
  margin: 50px 0px 20px 0px !important;
}
.gurgaon-campus1 {
  background: #f3f1f1;
  padding: 0px 0px 60px 0px !important;
  margin: 60px 0px 0px 0px;
}
.top-new {
  width: 100% !important;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px -60px 0px !important;
}
.top-new1 {
  width: 59%;
}
.top-new2 {
  width: 100%;
  float: left;
}
.top-text-new {
  margin: 30px 0px -33px 0px;
}
.mega_menu_margin.mega_menu_margin_para.menu-new {
  margin-top: 10px;
}
.new-box p {
  width: 50%;
  float: left;
  padding: 0px 50px 0px 0px;
  margin-top: 25px;
}
.pagination-new {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 10px 0px 10px;
}
.pagination-new a {
  font-size: 16px;
  background: #f2f2f2;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  margin: 0px 5px 10px 5px;
}
.pagination-new strong {
  color: #fff;
  background: #036f9c;
  padding: 7px 10px 7px 10px;
  margin: 0px 5px 0px 5px;
}
.pgpm-strip-new {
  background: #f3f1f1;
}
.pgpm-strip-new .top-text-new {
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}
.table-div-17 {
  width: 15%;
}
.table-div-18 {
  width: 30%;
}
.table-div-19 {
  width: 15%;
}
.box-new1 {
  background: #f6f6f8;
  padding: 50px 0px 60px 0px !important;
  margin: 60px 0px -50px 0px;
}
.box-new1 h2 {
  line-height: 40px !important;
  margin: 0px 0px 20px 0px !important;
}
.box-new1 p {
  margin: 0px 0px 15px 0px;
}
.box-new1 .keynote-content {
  width: 48%;
}
.box-new1 .keynote-video-new {
  width: 52%;
}
.box-new2 {
  margin: 0px 0px 0px 0px;
}
.top-logo-new {
width: 100%;
float: left;
padding: 0px 0px 0px 0px;
margin: 60px 0px 0px 0px;
}
.top-logo-new1 {
width: 33.3%;
float: left;
text-align: left;
}
.top-logo-new1 p {
font-size: 16px;
color: #036f9c;
line-height: 23px;
margin: 0px 0px 0px 0px;
}
.top-logo-new1 p span {
float: left;
font-size: 80px;
line-height: 70px;
color: #03304e;
margin: 0px 10px 0px 0px;
}
.text-new {
font-size: 20px !important;
line-height: 35px !important;
margin: 0px 0px 0px 0px !important;
}
.top-logo-new1 p span sup {
font-size: 20px;
text-transform: initial;
line-height: 30px;
top: -43px;
}
.top-logo-new1 p strong {
text-transform: uppercase;
}
.scores-accepted {
width: 100%;
display: inline flow-root list-item;
background: #f3f1f1;
padding: 45px 0px 45px 0px;
margin: 0px 0px -10px 0px;
}
.scores-accepted-new {
width: 100%;
float: left;
margin: 0px 0px 30px 0px;
}
.scores-accepted-box {
float: left;
}
.scores-accepted-logo {
float: left;
padding: 0px 0px 0px 40px;
margin: 10px 0px 0px 0px;
}
.scores-accepted-box h2 {
font-size: 25px;
color: #2296d0;
line-height: 30px;
font-weight: 700;
}
.scores-accepted-logo1 {
width: 150px;
float: left;
position: relative;
}
.scores-accepted-logo sup {
font-family: Montserrat, sans-serif;
font-size: 23px;
position: absolute;
top: 5px;
left: inherit;
right: 20px !important;
}
.scores-accepted-logo2 {
width: 180px;
}
.scores-accepted-logo2 img {
width: 143px !important;
}
.scores-accepted-logo2 sup {
right: 40px !important;
}
.scores-accepted-logo3 img {
width: 135px !important;
}
.scores-accepted-logo4 {
width: 180px;
}
.scores-accepted-logo4 img {
width: 145px !important;
}
.scores-accepted-logo4 sup {
font-size: 15px;
right: 43px !important;
}
.scores-accepted-logo3 {
width: 154px;
}
.scores-accepted-new1 p {
font-size: 20px !important;
margin: 0px 0px 20px 0px;
}
.scores-accepted-new1 ul {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.scores-accepted-logo1 img {
width: 125px;
}





 
 
 

 
 




 


 

























 




 
 

@media (max-width:1840px) {
.mega-menu-main::after   {
    left: 10%;
}
.mega-menu-main_new::after   {
    left: 30%;
}
.mega-menu-main-1::after  {
    left: 43%;
}
.mega-menu-main_new2::after  {
    left: 57%;
}
}
@media (max-width:1833px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1 .council-bg {
    height: 195px !important;
}
}
 
@media (max-width:1779px) {
.slider-box{
	width:100% !important;
}
.facultyh3 span {
    line-height: 43px;
}
.mega-menu-main::after {
    left: 7%;
}
.mega-menu-main_new::after   {
    left: 28%;
}
.mega-menu-main-1::after  {
    left: 41%;
}
.mega-menu-main_new2::after  {
    left: 55%;
}
}
@media (max-width:1748px) {
.council-bg {
    height: 180px;
}
.key-links a {
    font-size: 20px;
}
}
@media (max-width:1730px) {
.mega-menu-main::after {
    left: 5%;
}
.mega-menu-main_new::after   {
    left: 26%;
}
.mega-menu-main-1::after  {
    left: 40%;
}
.mega-menu-main_new2::after  {
    left: 54%;
}
}
@media (max-width:1701px) {
.infocus-text {
    font-size: 33px;
}
.campus-slider .carousel-control.left {
	left: -105px;
}
.jcarousel-wrapper {
    width: 800px !important;
}
.faculty-heading h3 {
    line-height: 25px;
}
.mega-menu-main::after {
    left: 3%;
}
.mega-menu-main_new::after   {
    left: 24%;
}
.mega-menu-main-1::after  {
    left: 39%;
}
.mega-menu-main_new2::after  {
    left: 53%;
}
}
@media (max-width:1700px) {
.slider-new-text {
    width: 61%;
}
}
@media (max-width:1692px) {
.karma_yoga_text, .slider1 .main-head-two {
    font-size: 40px;
    text-shadow: 2px 3px 6px rgba(0,0,0,.3);
}
.transform_content p {
    margin-top: 23px;
    padding-right: 0;
    font-size: 17px;
    line-height: 30px;
}
.karma_yoga_text.world_text {
    line-height: 50px;
}
}
@media (max-width:1689px) {
.experiential-learning img {
    height: 372px;
}
}
@media (max-width:1659px) {
.student-achievements-new h3 {
  height: 125px;
}
.student-achievements-new .council-bg {
  height: 235px;
}
}
@media (max-width:1650px) {
.experiential-learning-video {
    padding-bottom: 50% !important;
}
.experiential-learning-video img {
    height: 355px !important;
}
.mega-menu-main::after {
    left: 0%;
}
.mega-menu-main_new::after   {
    left: 22%;
}
.mega-menu-main-1::after  {
    left: 37%;
}
.mega-menu-main_new2::after  {
    left: 52%;
}
.date-div-col {
    width: 100%;
    float: left;
    padding-left: 17px;
}
.option2 .transform_lead img {
  object-position: -270px 0px;
}
}
@media (max-width:1640px) {
.slider-new-pic1, .slider-new-pic2, .slider-new-pic3 {
    width: 23%;
}
.slider-new-text {
    width: 70%;
}
.slider-new-box1 .slider-new-text {
    margin-top: -28px;
}
.slider-new-box2 .slider-new-text {
    margin-top: -25px;
}
.slider-new-box .slider-new-text {
    margin-top: -10px;
}
.slider-new-box1 {
    margin-top: -50px !important;
}
.slider-new-box2 {
    margin-top: -30px !important;
}
}
@media (max-width:1600px) {
.mega-menu-main::after {
    left: -3%;
}
.mega-menu-main_new::after   {
    left: 20%;
}
.mega-menu-main-1::after  {
    left: 35%;
}
.mega-menu-main_new2::after  {
    left: 51%;

}
.placement-report img {
	width: 100%;
}
.sapience-div1 img, .sapience-div3 img {
    height: 400px;
    object-fit: cover;
}
.tab_panel .common-btn a {
    padding: 12px 19px;
}
.speaker {
    width: 65%;
}
.speaker-pic {
    width: 35%;
}

.slider-new-box .slider-new-text {
    margin-top: -10px;
}
}
@media (max-width:1590px) {
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
}
.mega-menu-main::after {
    left: 3%;
}
.mega-menu-main_new::after {
    left: 24%;
}
.mega-menu-main-1::after {
    left: 38%;
}
.mega-menu-main_new2::after {
    left: 53%;
}
.navbar-expand-md.menu-new-col .navbar-nav .nav-link {
    font-size: 16px;
}
}
@media (max-width:1565px) {
.experiential-learning img {
    height: 402px;
}
}
@media (max-width:1599px) {
.panel.faculty-heading.global-thought-leaders .council-bg {
    height: 165px !important;
}
}
@media (max-width:1550px) {
.mega-menu-main::after {
    left: 1%;
}
.mega-menu-main_new::after   {
    left: 22%;
}
.mega-menu-main-1::after  {
    left: 36%;
}
.mega-menu-main_new2::after  {
    left: 51%;
}
.register-new-col {
    width: 70%;
}
}
@media (max-width:1540px) {
.slider-pic.slider-pic1.slider-pic3 p img {
    width: 90%;
}
}
@media (max-width:1526px) {
.button-pgpm1 {
    padding: 12px 15px !important;
}
}
@media (max-width:1500px) {
.mega-menu-main::after {
    left: -2%;
}
.mega-menu-main_new::after   {
    left: 20%;
}
.mega-menu-main-1::after  {
    left: 34%;
}
.mega-menu-main_new2::after  {
    left: 50%;
}
}
@media (max-width:1486px) {
.association-logo ul li {
    margin-right: 1.5%;
}
.association-logo ul li:nth-child(5) {
    /* width: 9.9%; */
    position: relative;
    top: 8px;
}
.association-logo ul li:nth-child(5) img {
    max-width: 77%;
}
.association-logo ul li:nth-child(6) {
    /* width: 9%; */
    position: relative;
    top: 3px;
}
.key-links a {
    font-size: 16px;
}
}
@media (max-width:1481px) {
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 13px;
}
.mega-menu-main::after {
    left: 0%;
}
.mega-menu-main_new::after {
    left: 21%;
}
.mega-menu-main-1::after {
    left: 35%;
}
.mega-menu-main_new2::after {
    left: 50%;
}
}
@media (max-width:1478px) {
.button-pgpm1 {
    padding: 12px 5px !important;
}
}
@media (max-width:1475px) {
.slider-new-box1 .slider-new-text {
    margin-top: -45px;
}
.slider-new-box2 .slider-new-text {
    margin-top: -30px;
}
.slider-new-box2 {
    margin-top: -60px !important;
}
}
@media (max-width:1459px) {
.student-achievements-new h3 {
  height: 155px;
}
.student-achievements-new .council-bg {
  height: 265px;
}
}
@media (max-width:1452px) {
.design .transform_content.pgpm-new-div {
    padding-top: 15px !important;
}
}
@media (max-width:1445px) {
.blacktext.name {
    height: 60px;
}
}

@media (max-width:1440px) {
	img.img-responsive.accreditations-logo {
    max-width: 100%;
    position: relative;
    left: 0;
}

.ranking {
    font-size: 60px;
}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p span {
    font-size: 50px!important;
    line-height: 60px!important;
}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p{margin-bottom:10px;}
.ranked-bigger-font .faculty-number {
    font-size: 55px!important;
    line-height: 60px;
}
.ranked-bigger-font .faculty p span{
	font-size: 55px!important;
    line-height: 60px;
}
.media-div-col2 {
    padding-top: 0;
}
.pad-right {
    padding-right: 0;
}
.ranking-logo {
    width: 67%;
    float: right;
}
.ranking-logo span {
    font-size: 15px;
}
.tab_panel {
    height: auto;
}
.association .container-fluid {
    padding: 0px 0px 0px 15px;
}
.infocus-text {
    font-size: 28px;
	line-height: 43px;
}
.infocus-line {
    margin: 4% 0px 12% 0;
}
.second img{
	padding-left: 12%;
}
.three img{
	padding-left: 0%;
}
.council-bg {
    height: 200px;
}
.council img {
    height: 300px;
}
.leader .common-box-people img {
	position: relative;
	height: 250px;
	object-fit: cover;
}
.global a {
    font-size: 15px;
}
.global a br {
    display: none;
}
.facultyh3 span {
    line-height: 40px!important;
}
section.vission.messages.faculty p span {
    font-size: 26px!important;
}
.associations-logo-3 img {
    height: 73px;
    position: relative;
    top: -6px;
}
.associations-logo-1 img {
    height: 62px;
}
.left-ranking.padding-top50{padding-top: 30px !important;}
.divider {
    margin-top: 26px;
	margin-top:26px\9; - IE8 and below
	*margin-top:26px; - IE7 and below
	_margin-top:26px;
}
.news-cover-divider.last-news-cover-divider {
    margin: 0;
}
.career-impact-video {

    padding-bottom: 43% !important;
}
.career-impact-video img {
	height: 250px !important;
	object-fit: cover !important;
	position: relative !important;
}
.experiential-learning-video {
	width: 90% !important;
    padding-bottom: 45% !important;
	margin-top: 63px !important;
}
.experiential-learning-video img {
    height: 270px !important;
}
.video-div-col {
    padding-bottom: 52% !important;
}
.video-div-col img, .video-div-col2 img {
    height: 300px !important;
	object-fit: cover !important;
	position: relative !important;
}

.video-div-col1 {
    padding-bottom: 52% !important;
}
.video-div-col1 img {
    height: 300px !important;
	object-fit: cover;
	position: relative !important;
}
.global-icon ul li img {
     width: 125%; 
}
.events-div {
    margin-bottom: -18px;
}
.mega-menu-main::after {
    left: -3%;
}
.mega-menu-main_new::after   {
    left: 29%;
}
.mega-menu-main-1::after  {
    left: 33%;
}
.mega-menu-main_new2::after  {
    left: 48%;
}
.footer-last-col {
    width: 90%;
}
.number-div-col h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 0;
}
.button-pgpm1 {
    padding: 12px 15px !important;
}
.sapience-div2 {
    float: inherit;
}
.experiential-learning img {
    height: 395px;
}
.main-head-main.main-head-main-v2.world-class-campus {
    line-height: 45px !important;
}
.slider-des1, .slider-pic {
    height: 450px;
}
.slider-pic.slider-pic1.slider-pic3 p img {
    width: 87%;
}
.slider-pic.slider-pic2 p {
    font-size: 16px;
}
.slider-pic.slider-pic1 p {
    font-size: 16px;
}
.slider-pic-col p {
    margin-top: 0px;
}
.slider-sec {
    padding-bottom: 30px;
}
}
@media (max-width:1427px) {
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
}
}
@media (max-width:1412px) {
.experiential-learning img {
    height: 424px;
}
}
@media (max-width:1399px) {
.mega-menu-main::after {
    left: -2%;
}
.mega-menu-main_new::after   {
    left: 19%;
}
.mega-menu-main-1::after  {
    left: 33%;
}
.mega-menu-main_new2::after  {
    left: 48%;
}
}
@media (max-width:1391px) {
.experiential-learning-video {
    margin-top: 84px !important;
}
}
@media (max-width:1372px) {
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
}
.mega-menu-main::after {
    left: -8%;
}
.mega-menu-main_new::after {
    left: 15%;
}
.mega-menu-main-1::after {
    left: 30%;
}
.mega-menu-main_new2::after {
    left: 46%;
}
}
@media (max-width:1367px) {
.footer-last-menu {
    width: inherit;
}
}
@media (max-width:1366px) {
.option2 .main-head-two {
    margin-bottom: 0 !important;
}
h2.faculty-text.faculty-text-new {
    font-size: 16px!important;
    line-height: 22px!important;
}
.faculty span {
    color: #8ece5c !important;
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p {
    margin-bottom: 0;
}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p span {
    font-size: 40px!important;
    line-height: 43px!important;
}
.pad030 {
    padding-top: 0!important;
}
.association-logo ul li:nth-child(1) {
    padding-left: 0px;
}
.pad-right {
    padding-right: 0;
}
.association-logo ul li {
    margin-right: 1.2%;
}
.association .container-fluid {
    padding: 0px 45px 0px 15px;
}
.campus-slider .carousel-control.left {
	left: -103px;
}
.faculty-text {
    line-height: 35px !important;
	font-size: 25px !important;
}
.tabordion {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    margin-top: 0;
}
.divider {
    margin-top: 26px;

}
.form:first-child {
    margin-top: 0;
}
.tabordion section label {
    padding: 10px 20px;
    position: relative;
    width: 210px;
    font-size: 13px;
    line-height: 16px;
}
.tabordion section article {
    left: 202px;
}
.tabordion section article p {
    font-size: 14px;
    line-height: 27px;
}
.event-main .col-lg-4 .dates{
	width:100%;
}
.event-main .col-lg-4 .dates p {
    font-size: 35px !important;
}
.event-main .col-lg-8 {
    flex: 33%;
    padding-left: 0px;
}
.events-div-col {
    margin-left: 0 !important;
}
.career-impact-video {
    padding-bottom: 48% !important;
}
.career-impact-video img {
	height: 260px !important;
}
.experiential-learning-video {
	margin-top: 71px !important;
}
.video-div-col, .video-div-col1  {
    padding-bottom: 61.5% !important;
}
.video-div-col iframe, .video-div-col1 iframe {
    height: 300px !important;
	position:relative !important;
}
.video-div-col, .video-div-col1 {
	margin-bottom:-40px !important;
}
.mega-menu-main::after {
    left: -9%;
}
.mega-menu-main_new::after   {
    left: 13%;
}
.mega-menu-main-1::after  {
    left: 28.5%;
}
.mega-menu-main_new2::after  {
    left: 44%;
}
.padding-mobile-col {
    padding-left: 0px;
}
.eligibility-col img {
    width: 100%;
}
.experiential-learning img {
    height: 394px;
}
.experiential-learning-new .main-head-main.learning-mobile-col-1 {
    font-size: 40px;
}
.recruiters-menu p {
    height: 90px;
}
.mega-menu-main {
  padding: 43px 0px 0px 0px !important;
}
.mega_menu_part_inner_holder h3, .mega_menu_part_inner_holder h3 a {
  margin: 0px 0px 0px 0px;
}
.mega_menu_margin_top20 {
  margin-top: 0px !important;
}
.mega_menu_margin.mega_menu_margin_para.menu-new {
  margin-top: -8px;
}
}

@media (max-width:1361px) {
.council-bg {
    height: 230px;
}
}
@media (max-width:1360px) {
.experiential-learning img {
    height: 424px;
}
}
@media (max-width:1358px) {
.list-inline .fa {
    padding: 17px 10px;
    width: 60px;
    height: 60px;
    font-size: 25px;
}
.footer-last-menu {
    width: 160px;
}
.navbar-offcanvas .navbar-top .nav-item {
    margin-right: 5px;
}
.navbar-offcanvas .navbar-top {
    margin-right: 74px;
}
.student-achievements-new .council-bg {
    height: 270px;
}
}
@media (max-width:1357px) {
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 11px;
}
.mega-menu-main::after {
    left: 2%;
}
.mega-menu-main_new::after {
    left: 21%;
}
.mega-menu-main-1::after {
    left: 33.5%;
}
.mega-menu-main_new2::after {
    left: 46%;
}
.slider-new-pic1, .slider-new-pic2, .slider-new-pic3 {
    width: 20%;
}
.slider-new-text {
    width: 72%;
}
.slider-new-box1 .slider-new-text {
    margin-top: -55px;
}
.slider-new-box2 .slider-new-text {
    margin-top: -40px;
}
.slider-new-box1 {
    margin-top: -35px !important;
}
.slider-new-box .slider-new-text {
    margin-top: -18px;
}
}
@media (max-width:1536px) {
.author {
    width: 58%;
}
.author1 {
    width: 38%;
}
.form-new {
    width: 57.3%;
}
.option2 .transform_lead img {
  object-position: -380px 0px;
}
}
@media (max-width:1346px) {
.blacktext {
    height: 115px;
}
}
@media (max-width:1340px) {
.layer-pic span {
    font-size: 20px;
	padding: 93px 10%;
}
.layer-pic img {
    height: 246px;
    object-fit: cover;
}
.layer {
    height: 317px;
}
.mega-menu-main::after {
    left: 1%;
}
.mega-menu-main_new::after   {
    left: 20%;
}
.mega-menu-main-1::after  {
    left: 33%;
}
.mega-menu-main_new2::after  {
    left: 46%;
}
}
@media (max-width:1336px) {
.button-pgpm1 {
    margin: 15px 40px 0px 0px;
}
.slider-des1 p {
    font-size: 35px !important;
    line-height: 55px !important;
}
}
@media (max-width:1321px) {
.program-sec p {
    height: 280px !important;
}
.header ul li {
    padding: .5rem .4rem;
}
}
@media (max-width:1315px) {
.news-page-holder .main-head-two span {
    font-size: 30px !important;
    line-height: 40px !important;
}
.infocus-text {
    font-size: 26px;
	padding-top: 10% !important;
}
}
@media (max-width:1308px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1 .council-bg {
    height: 225px !important;
}
}
@media (max-width:1302px) {
.experiential-learning-new .main-head-main.learning-mobile-col-1 {
    font-size: 32px;
    margin-bottom: -10px;
}
}
@media (max-width:1301px) {
footer.nb-footer .copyright p {
    font-size: 15px;
}
.mega-menu-main::after {
    left: 1%;
}
.mega-menu-main_new::after   {
    left: 20%;
}
.mega-menu-main-1::after  {
    left: 32%;
}
.mega-menu-main_new2::after  {
    left: 45%;
}
.slider-new-text {
    font-size: 15px;
}
.slider-new-box1 .slider-new-text {
    margin-top: -63px;
}
.slider-new-box2 .slider-new-text {
    margin-top: -43px;
}
.slider-new-box .slider-new-text {
    margin-top: -22px;
}
}
@media (max-width:1300px) {
.top-logo-new1 p {
font-size: 14px;
line-height: 21px;
}
.top-logo-new1 p span {
font-size: 70px;
line-height: 60px;
}
.text-new {
font-size: 14px !important;
line-height: 25px !important;
margin: 0px 0px 0px 0px !important;
}
.top-logo-new1 p span sup {
font-size: 14px;
top: -40px;
}
}
@media (max-width:1280px) {
footer.nb-footer .copyright p {
    font-size: 15px;
}
.mega-menu-main::after {
    left: 1%;
}
.mega-menu-main_new::after   {
    left: 20%;
}
.mega-menu-main-1::after  {
    left: 32%;
}
.mega-menu-main_new2::after  {
    left: 45%;
}
.slider-new-text {
    font-size: 15px;
}
}
@media (max-width:1280px) {
	.contact-field {
    float: left;
    width: 100%;
     margin-bottom: 60px; 
}
/*.management {
   padding: 0px 0px 60px 0px;
}*/
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p span {
    font-size: 30px!important;
    line-height: 33px!important;
}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p {
    margin-bottom: 7px;
    line-height: 20px !important;
    font-size: 13px;
}
.faculty span {
    color: #8ece5c !important;
    display: block;
    font-size: 30px;
    line-height: 33px !important;
    margin-bottom: 5px;
}
.rigth-form {
    padding-left: 66px;
}
.common-para.padding-top0.padding-bottom40.about.pgdm.excellence.new-academics {
    padding-bottom: 00px!important;
}
.common-para.padding-top0.about.padding-top04.pgpm-flex2 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.cover-cube.clear-div {
    margin-bottom: 50px;
}

.pgpm-flex2 {
    margin-bottom: 0;
}
.media1280 {
    margin-bottom: 60px;
}
.placement {
    margin-top: 0;
}
.association-logo ul li {
    margin-right: 0%;
	padding: 0 10px;
}
/*.association {
	padding-top: 30px !important;
}*/
.campus a {
    float: right;
    color: #fff;
    margin: 30px 116px 0 0px;
}
.association-logo h2 {
    margin-bottom: -15px;
}
.association .container-fluid {
    padding: 0px 0px 0px 15px;
}
.campus-slider .carousel-control.left {
    left: -95px;
}
.faculty-text {
    line-height: 32px !important;
	font-size: 22px !important;
}
.association-logo ul li:nth-child(6) img {
    max-width: 49%;
}
.top60 {
	margin:54px 0px -32px 0px;
}
.slider-heading {
	padding-left: 61px;
}
.home-slider {
	width: 97% !important;
}
.academic-text {
	width: 100%;
    bottom: inherit;
    margin-top: -64px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.news-blog .news_panel_new {
    background-color: inherit;
	padding-bottom: 0px;
}
.custom-container-inner.padding-bottom40, .panel.management.pgpm-flex {
    padding-bottom: 40px!important;
}
section.vission.messages.academic.margin-bottom0.white-bg {
    padding-top: 0;
}
section.panel.management.mobile-padding {
    padding-bottom: 0;
}
.association-logo ul li:nth-child(6) {
    /* width: 9%; */
    position: relative;
    top: 3px;
    right: -98px;
}
.association-logo ul li:nth-child(5) {
    /* width: 9.9%; */
    position: relative;
    top: 4px;
    right: -145px;
}
.association-logo ul li:nth-child(4) {
    width: 13%;
    right: -124px;
    position: relative;
}
.association-logo ul li:nth-child(3) {
    padding: 0;
    width: 9%;
    position: relative;
    right: -77px;
}
.association-logo ul li:nth-child(2) {
    /* width: 9%; */
    position: relative;
    right: -28px;
}
section.vission.messages.academic.key-links, section.vission.messages.academic {
     padding-top: 60px!important; 
}
section.vission.messages.academic.tab0 {
    padding-top: 0!important;
}
section.panel.about-team.about-team2 {
    margin-bottom: 0;
}
#maindiv{padding-bottom:0;}
section.panel.management.pgpm-flex.padding_bottom0 {
    padding-bottom: 0!important;
}
.transform.admissions-volume3 .transform_lead img {
    object-position: 0 -67px!important;
    margin-top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.placement-layer {
	padding-left: 15px;
    padding-right: 15px;
    margin: 0px 0.6%;
}
.career-impact-video {
    padding-bottom: 54% !important;
}
.career-impact-video img {
	height: 280px !important;
}
.video-div-col, .video-div-col1 {
    padding-bottom: 60% !important;
}
.video-div-col, .video-div-col1 {
    margin-bottom: 0px !important;
}
.experiential-learning-video {
    margin-top: 95px !important;
}
.mega-menu-main::after {
    left: -1%;
}
.mega-menu-main_new::after   {
    left: 18%;
}
.mega-menu-main-1::after  {
    left: 30.6%;
}
.mega-menu-main_new2::after  {
    left: 43.6%;
}
.focus-col {
    margin-top: -24px;
}
.footer-last-col {
    width: 93%;
}
.inner_news_cover p:first-child {
  margin-top: 0px;
}
.events-detail-div {
    padding: 0px 40px 60px 30px !important;
}
.panel.pgpm.tab_panel.globally-benchmarked .main-head-main {
    line-height: 50px !important;
}
.experiential-learning-new {
    padding: 60px 0px;
}
.experiential-learning-new .main-head-main.learning-mobile-col-1 {
    margin-bottom: -25px;
}
.other-achievements .vission.messages.academic.padding-bottom0.about.padding-top0.pt-0.white-bg.bottom30 {
    padding-top: 0px !important;
}
}
@media (max-width:1278px) {
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 11px;
}
.mega-menu-main::after {
    left: 3%;
}
.mega-menu-main_new::after {
    left: 21%;
}
.mega-menu-main-1::after {
    left: 32.5%;
}
.mega-menu-main_new2::after {
    left: 44.5%;
}
}
@media (max-width:1273px) {
.blacktext {
    height: 155px;
}
}
@media (max-width:1254px) {
.infocus-text {
    padding-top: 10%;
}
.placement-layer span {
    font-size: 17px;
}
.nb-footer .row {
	display:inherit;
}
.nb-footer .merge {
	max-width:25%;
	height: auto;
	float:left;
}
.nb-footer .merge:nth-child(5) {
  max-width:100%;
height: auto!important;
}
.footer-last-menu {
    text-align: left;
}
footer.nb-footer .copyright {
    text-align: left;
}

.list-inline > li {
    padding: 0px 2% 20px 0px !important;
}
.mega-menu-main::after {
    left: 5%;
}
.mega-menu-main_new::after   {
    left: 23%;
}
.mega-menu-main-1::after  {
    left: 34%;
}
.mega-menu-main_new2::after  {
    left: 45%;
}
.nb-footer .col-md-3 {
    float: left;
}
.navbar-offcanvas .navbar-top .nav-item {
    margin-right: 0px;
}
}
@media (max-width:1249px) {
.option2 .transform_content {
    width: 45% !important;
}
}
@media (max-width:1242px) {
.slider-new-box2 .slider-new-text {
    margin-top: -58px;
}
}
@media (max-width:1240px) {
.next_step_main, .next_step_main_container {
    padding-right: 20px;
}
.infocus-text {
	font-size: 22px;
    line-height: 34px;
    padding-top: 16%;
}
.infocus-line {
	width: 200px;
    margin: 10% 0px;
}
.average-salary-bracket img {
	width: 100%;
}
.navbar-expand-md.menu-new-col .navbar-nav .nav-link {
    font-size: 14px;
}
}
@media (max-width:1233px) {
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 10px;
}
}
@media (max-width:1229px) {
.slider-new-box2 .slider-new-text {
    margin-top: -60px;
}
.slider-new-box .slider-new-text {
    margin-top: -37px;
}
.slider-new-box2 {
    margin-top: -50px !important;
}
}
@media (max-width:1211px) {
.slider-box {
    width: 100% !important;
}
.accreditations-section img{
	width:150px;
}
.logo-col {
    width: 118px !important;
}
.logo-col1 {
    width: 94px !important;
}
.logo-col2 {
    width: 78px !important;
}
.mega-menu-main::after {
    left: 6%;
}
.mega-menu-main_new::after   {
    left: 23%;
}
.mega-menu-main-1::after  {
    left: 34%;
}
.mega-menu-main_new2::after  {
    left: 45%;
}
.accreditations-logo-mobile img {
	width: 165px;
}
}
@media (max-width:1209px) {
.experiential-learning img {
    height: 454px;
}
}
@media (max-width:1207px) {
.student-achievements-new h3 {
  height: 185px;
}
.student-achievements-new .council-bg {
  height: 330px;
}
}

@media (max-width:1202px) {
	.testimonial_New .testimonials_img_holder img{
		width:330px;
		height:330px;
	
		}
		
.testimonial-new-col1 {
    max-width: 36%;
}
.testimonial-new-col2 {
    max-width: 64%;
    flex: 0 0 64%;
}
		
	}



@media (max-width:1199px) {
.next_step_main_container {
    padding-right: 0px;
}
.next-step-col .aply_now_btn, .key-links a {
    height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.next_step_main, .next_step_main_container {
    width: 100%;
}
.council-bg {
    height: 280px;
}
.admissions-box-col img{
	width: 100%;
}
.testimonial-new-col {
    width: 100%;
}
.testimonial-new-text {
    width: 100%;
    text-align: center;
}
.testimonial-icon {
    display: none;
}
figure.testimonial blockquote {
    text-align: center;
}
figure.testimonial .peopl {
    width: 100%;
}
figure.testimonial .peopl h3, .peopl .indentity {
    text-align: center !important;
}
.testimonial-sec .about-heading-new {
    text-align: center;
}
.slider-des1 {
    width: 100%;
    padding: 0% 60px 0px 80px;
}
.slider-des1 p {
    font-size: 30px !important;
	line-height: 45px !important;
	text-align: center;
}
.slider-des1 p br {
    display: none;
}
.slider-pic {
    width: 73%;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.slider-des1, .slider-pic {
	width: 100%;
    height: inherit;
	display: inherit;
	padding: 0px 60px 0px 60px;
}
.slider-sec {
    padding-bottom: 0px;
}
.slider-sec .about-heading-new {
    margin: 50px 0px 20px 0px;
}
.slider-pic p {
    text-align: center;
}
.slider-pic.slider-pic1 p img {
    display: block;
}
.slider-pic.slider-pic1 p img {
    width: 300px;
    display: inherit;
	margin: 0 auto;
}
.slider-pic.slider-pic1 p {
    margin-bottom: 50px;
}
.slider-pic4 {
    margin-top: 0px !important;
}
.slider-pic.slider-pic1.slider-pic3 p img {
    width: 80%;
    display: inline;
}
.slider-pic-new1 {
    margin-top: 0px !important;
}
.slider-pic-new img {
    width: 300px !important;
}

.slider-new-pic1, .slider-new-pic2, .slider-new-pic3 {
    width: 100%;
}
.slider-new-box .slider-new-pic1 img {
    margin: 0 auto;
}
.slider-new-text {
    width: 100%;
    text-align: center;
}
.slider-new-box1, .slider-new-box2 {
    width: 100%;
    float: left;
    margin-top: 60px !important;
}
.slider-new-box1 .slider-new-text, .slider-new-box2 .slider-new-text {
    margin-top: 10px;
}
.slider-new-text {
	font-size: 16px;
    margin-top: 10px;
}
.slider-new-box .slider-new-pic1 img {
    width: 125px !important;
}
.slider-new-box1 .slider-new-pic2 img, .slider-new-box2 .slider-new-pic3 img {
    width: 85px !important;
}
.slider-new-box .slider-new-text {
    margin-top: 10px;
}
}
@media (max-width:1198px) {
.class-profile-new p {
  height: 50px;
}
}
@media (max-width:1190px) {
.mega-menu-main::after {
    left: 5%;
}
.mega-menu-main_new::after {
    left: 22%;
}
.mega-menu-main-1::after {
    left: 33%;
}
.mega-menu-main_new2::after {
    left: 44%;
}
}
@media (max-width:1182px) {
.header ul li {
    padding: .5rem .4rem;
}
}
@media (max-width:1179px) {
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 9px;
}
.mega-menu-main::after {
    left: 9%;
}
.mega-menu-main_new::after {
    left: 24%;
}
.mega-menu-main-1::after {
    left: 34%;
}
.mega-menu-main_new2::after {
    left: 45%;
}
}
@media (max-width:1170px) {
.accreditations_img1 img {
    margin-top: 2px;
}
.name-holder {
    padding: 9px 9px;
}
.header ul li ul li {
    list-style: none;
    padding: 0!important;
}
.option2 .header ul li:hover ul {
    top: 56px!important;
}
.nav-item:hover .nav-link::after{bottom: -12px;}
.fixed .nav-item:hover .nav-link::after {
    bottom: -12px!important;
}
.graduate .col-md-2 {
    flex: inherit;
    max-width: 26%;
}
.next-step-col{
	max-width: 86%;
	margin: 0 auto;
	padding-right: 50px;
}
.association-logo {
    padding-right: 25px;
    margin-bottom: 0;
}
.option2 .testimonialcontent p {
    padding-right: 60px;
}
.association-logo ul {
    margin-top: 32px;
}
/*.association {
    padding-top: 30px !important;
}*/
.association-logo h2 {
    margin-bottom: -30px;
}
/*.management-new {
    padding: 60px 0 !important;
}*/
.tab_panel .nav-tabs > li > a {
    font-size: 22px;
    text-align: center;
}
.nb-footer .row {
	display:inherit;
}
.nb-footer .merge {
	max-width:25%;
	height: auto;
	float:left;
}
.nb-footer .merge:nth-child(5) {
  max-width:100%;
height: auto!important;
}
.footer-last-menu {
    text-align: left;
}
.list-inline > li {
    padding: 0px 2% 0px 0px !important;
}
.slider-heading {
    padding-left: 17px;
}
.news-page-holder {
    height: inherit;
}
.accreditations-div img{
	width:100%;
}
.jcarousel-wrapper {
    width: 600px !important;
}
.option2 .main-head-two {
    font-size: 59px;
}
.association-logo ul li:nth-child(3) {
    padding: 0;
    width: 14.8%;
    position: relative;
    right: -62px;
}
.association-logo ul li:nth-child(2) {
    width: 14.8%;
    position: relative;
    right: -28px;
}
.association-logo ul li:nth-child(2) img {
    max-width: 71%;
}
.association-logo ul li:nth-child(4) {
    width: 14.8%;
    right: -92px;
    position: relative;
}
.association-logo ul li:nth-child(4) img {
    max-width: 73%;
}
.association-logo ul li:nth-child(5) {
    width: 14.8%;
    position: relative;
    top: 4px;
    right: -112px;
}
.association-logo ul li:nth-child(5) img {
    max-width: 87%;
}
.association-logo ul li:nth-child(6) {
    width: 14.8%;
    position: relative;
    top: 3px;
    right: -135px;
}
.association-logo ul li:nth-child(6) img {
    max-width: 99%;
}
.dates p span {
    margin-top: 10px !important;
    float: left;
    width: 100%;
    font-size: 30px;
}
.small .navbar-top-link {
    margin-top: 7px !important;
}
.small .header .navbar-brand {
    top: 10px;
}
.sb-search{top:24px;}
.small .sb-search {
    top: 9px;
}


.navbar-offcanvas .navbar-top {
    display: none;
}
a.offCanvas_trigger {
    position: absolute !important;
    right: 0;
}
.pgpm-menu.home_page.offCanvas_trigger_open {
	height: 67px !important;
    position: absolute !important;
}
.header .navbar-brand {
    width: 160px;
    position: relative;
    top: 11px;
	overflow: hidden;
	height: 65px;
}

.events-detail-div .col-sm-9 {
    max-width: 65%;
}
.events-detail-div .col-sm-3 {
    flex: 0 0 35%;
	max-width: 35%;
}
.events-detail-div .news_deatil {
    padding: 40px;

}
.events-detail-div {
    padding: 0px 40px 60px 8px !important;
}
.focus-col {
    margin-top: 20px;
}
.padding-mobile-col {
    padding-left: 15px !important;
}
.register-new-col {
    width: 80%;
}
.new-logo {
    width: 90px;
    margin: 20px 0px 0px 178px;
    position: absolute;
}
.small .new-logo {
    margin: 17px 0px 0px 135px;
}
.experiential-learning img {
    height: 425px;
}
.experiential-learning-new .karma-video {
    margin-top: 0px;
}
.experiential-learning-new .main-head-main.learning-mobile-col-1 {
    margin-bottom: 0px;
}
.panel.association.common-padding.association-mobile-col {
    padding-top: 0px !important;
}

.testimonial_New .testimonials_img_holder img {
	 height:360px;
	 width:100%;
	}
	.testimonial-new-col2 {
    max-width: 60%;
    flex: 0 0 60%;
}
.testimonial-new-col1 {
    max-width: 40%;
    float: left;
}



}
@media (max-width:1150px) {
.karma_yoga_text, .slider1 .main-head-two {
    font-size: 25px;
    line-height: 35px !important;
}
.top-logo-new1 {
text-align: center;
margin: 0px 0px 30px 0px;
}
.top-logo-new {
margin: 60px 0px -30px 0px;
}
.top-logo-new1 p span {
width: 100%;
}
.text-new {
width: 38% !important;
position: absolute;
left: 0px;
right: 0px;
}
.top-logo-new1 p span sup {
top: -37px;
}
}
@media (max-width:1142px) {
.brochure img {
    padding: 50px 20px;
}
}
@media (max-width:1138px) {
.class-profile-new p {
    height: 60px;
}
}
@media (max-width:1133px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1 .council-bg {
    height: 255px !important;
}
}
@media (max-width:1131px) {
.experiential-learning img {
    height: 449px;
}
}
@media (max-width:1107px) {
.infocus-text {
    padding-top: 4% !important;
}
.footer-last-col {
    width: 97%;
}
.number-div .accreditations_img {
    width: 30%;
}
}
@media (max-width:1099px) {
.experiential-learning img {
    height: 473px;
}
.speaker-sec {
    display: inherit;
    margin: 40px 0px 20px 0px;
}
.speaker, .speaker-pic {
    width: 100%;
}
.speaker-sec.bg-1 {
    display: inherit;
}
}
@media (max-width:1088px) {
.panel.faculty-heading.global-thought-leaders .council-bg {
    height: 195px !important;
}
}


@media (max-width:1083px) {
	.testimonial_New .testimonials_img_holder img{ height:392px;}
}
@media (max-width:1080px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
}



@media (max-width:1075px) {
.blacktext.name {
    height: 90px;
}
}
@media (max-width:1068px) {

.text_right_up p a {
    font-size: 19px;
}
.right_upcoming_evets_dates {

    margin-top: 0!important;

}
.divider {

    margin-top: 16px;

}
.right_upcoming_evets p {
    line-height: 18px !important;
}
.dates {
    padding: 12px 0;
}
.infoseminars {
	width:249px;
    margin-left: 80px;
}
a.infoseminars.infoseminars-new {
    display: inline-block;
    margin: 0 0 30px 0;
    float: none;
}
.infoseminars-div{
	padding-top:0px !important;
}
.corporate-div .infoseminars {
    margin-left: 0px;
}
.events-div-col p {
	word-break: break-all;
}
.events-div {
    margin-bottom: 12px;
}
.register-new-col a.infoseminars.infoseminars-new {
    float: right;
}
}
@media (max-width:1060px) {
.author {
    width: 48%;
}
.author1 {
    width: 48%;
}
.button-new {
    font-size: 14px !important;
	padding: 15px 0px !important;
}
.testimonial_New .testimonials_img_holder img{
	width:100%; height:415px;
	}
.testimonial-new-col1 {
    max-width: 40%;
    float: left;
}
.testimonial-new-col2 {
    max-width: 60%;
    flex: 0 0 60%;
}

}



@media (max-width:1054px) {
.slider-box {
    width: 100% !important;
}
.sapience-div1 img, .sapience-div3 img {
	width: 100%;
    height: inherit;
	padding: 0px 0px 30px 0px;
}
.sapience-div4, .sapience-div2 {
    width: 100%;
}
.scores-accepted-logo {
width: 100%;
padding: 0px 0px 0px 0px;
margin: 25px 0px 0px -11px;
}
.scores-accepted-box h2 br {
display: none;
}
}
@media (max-width:1042px) {
.student-achievements-new .council-bg {
    height: 325px;
}
}
@media (max-width:1029px) {
.blacktext {
    height: 195px;
}
}
@media (max-width:1024px) {
.table_cell_panel.new_media.small-img img, .accreditations-img-col{
    width: 280px !important;
	margin: 0 auto;
	display: inherit;
	padding-bottom: 20px;
}
	.profile .video_event_panel {
    margin-top: -60px;
}
	.news_img {
    margin-top: 0;
}
	.option2 .experiential_learning_right {
    padding-left: 0;
}
 
	.tab_panel .padding-reduce {
    margin-bottom: 0;
}
	footer.nb-footer .copyright p {
    padding-top: 0;
    float: left;
    margin-bottom: 20px;
}
	.right_upcoming_evets {
    height: 100%!important;
}
.upcoming_text_holder {
    padding: 15px 20px!important;
}
	.full-mobile {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.widthfull {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}	
.contsct_form_new {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-section.rigth-form {
    padding-right: 0;
    padding-left: 30px;
}
.faculty span {
    color: #8ece5c !important;
    display: block;
    font-size: 55px;
    line-height: 60px !important;
    margin-bottom: 15px;
}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p span {
    font-size: 55px!important;
    line-height: 60px!important;
}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p {
    margin-bottom: 7px;
    line-height: 30px !important;
    font-size: 16px;
}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p a {
    font-size: 16px;
}
.register-col {
    width: 100%;
    margin: 30px 0 0 0;
}
.inner-pic-right {
    float: none;
    margin: 30px auto 0 auto;
    text-align: center;
    display: block;
}
.marbottom30 {
    margin-bottom: 30px;
}	
	.global-icon ul li {
    width: 32%;
    margin: 20px 0;
}
	.custom-container-inner.about.padding-top0.financials-holder, .custom-container-inner.about.financials-holder, .custom-container-inner.about.financials-holder, .custom-container-inner.about.pgdm.financials-holder{ padding-right:118px!important;}
.sb-search {
    top: 24px;
    right: 74px;
}
.financial .about {
    padding-right: 0px !important;
}
.student-life-holder {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.student-life-holder p {
    margin-top: 0;
	height:auto!important;
}
.student-life-holder h3{height:auto!important;}
.name-holder{padding:9px;}
.global a br {
    display: none;
}
.global a {
    font-size: 14px;
}
.thought-leaders h2 {
    margin-bottom: 40px;
}
.new_media span br {

    display: none;

}
.mobile_panel.pad15 {
    padding: 0 15px!important;
}
.option2 .inner-pgpm-pgdm .main-head-main, .option2 .inner-pgpm-pgdm .main-head-main span {
    text-align: left;
    color: #00baf2 !important;
    font-size: 55px!important;
    line-height: 60px!important;
    margin-bottom: 9px!important;
}
.layer.layer-new {
    height: auto;
}
.padding-left30.padleft-30 {

    padding-left: 0 !important;

}
.marbtm30 {
    margin-bottom: 30px!important;
}
.corporate-video {
    height: 300px;
}
.program-text.black-color {
    margin-bottom: 0;
}
.common-para.padding-top0.padding-bottom40.about.padding0new {
    padding-bottom: 0!important;
}
.mobile-f1024 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.new_media {
    margin-bottom: 30px;
}
.pgpm-menu.offCanvas_trigger_open {
    position: absolute !important;
	top: 25px !important;
}

.fixed a.pgpm-menu.offCanvas_trigger {
	height: 57px;
    margin: -8px 0px 0 16px !important;
}
.fixed .navbar-brand {
    height: auto !important;
    overflow: inherit !important;
	margin: 0 0 0px 0 !important;
	padding:0px 0px 18px 0px;
}
.fixed .sb-search {
    top: 2px;
}
.fixed {
    height: inherit !important;
}
.text_right_up {
    padding-top: 0px !important;
}
.home-slider {
    width: 100% !important;
}
.slider-heading {
    padding-left: 0px;
}
.council {
    margin-bottom: 40px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom: 15px;
    overflow: hidden;
}
.council-bg {
    height: 100%;
}
.governing-council .council-last {
    padding-right: 0;
}
.council-bg {
    height: 210px!important;
}
.council img{height:auto!important;object-fit: unset;}

.vission .mobile-f, .about-team .mobile-f {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding:0;
}
.messages .col-md-6 img, .about-team .col-md-6 img {
    margin-bottom: 20px;
    padding: 0;
}
.messages .col-md-6 img{margin-bottom: 0!important;}
.about-team-pic {
    padding-left: 0px !important;
}
.academic-text{margin-top: -84px;}

.association-logo ul li:nth-child(3) {
    padding: 0;
    width: 14.8%;
    position: relative;
    right: -62px;
}
.association-logo ul li:nth-child(2) {
    width: 14.8%;
    position: relative;
    right: -28px;
}
.association-logo ul li:nth-child(2) img {
    max-width: 71%;
}
.association-logo ul li:nth-child(4) {
    width: 14.8%;
    right: -92px;
    position: relative;
}
.association-logo ul li:nth-child(4) img {
    max-width: 73%;
}
.association-logo ul li:nth-child(5) {
    width: 14.8%;
    position: relative;
    top: 4px;
    right: -112px;
}
.association-logo ul li:nth-child(5) img {
    max-width: 87%;
}
.association-logo ul li:nth-child(6) {
    width: 14.8%;
    position: relative;
    top: 3px;
    right: -135px;
}
.association-logo ul li:nth-child(6) img {
    max-width: 99%;
}
.media-div-col {
    padding-top: 0!important;
}
.text_right_up p a {
    font-size: 14px;
}
.ranking-logo {
    width: 67%;
    float: left;
    margin-left: 5px;
}
.ranking-section {
    margin-top: 50px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 50%;
    max-width: 50%;
}
.ranking-logo span{width:100%; text-align:left;}
.col-md-6.mobile-f img {
    margin-bottom: 0!important;
    height: 100%;
}
.col-md-6.mobile-f{}
.academic-text {
    margin-top: -88px;
    bottom: 0;
}
.margin-tab {
    margin-bottom: 30px;
}
.associations-logo-2 img {
    max-width: 100px!important;
}
.associations-logo-3 img {
    height: 62px;
    position: relative;
    top: -5px;
}
.associations-logo-4 img {
    max-width: 113px!important;
}
.associations-logo-5 {
    position: relative;
    top: -14px;
}
.associations-logo-5 img {
    max-width: 99px!important;
}
.associations-logo-6 img {
    max-width: 103px!important;
}
.associations-logo-1 img {
    height: 52px;
}
section.vission.messages.academic.tab0 {
    padding-top: 0!important;
}
section.vission.messages.academic.tab0 .global-icon {
    margin-top: 33px;

    margin-bottom: 0;
}
.about table {
    width: 100%;
}
.margin-bottom_new {
    margin-bottom: 30px;
}
.new_media_new.mobile-f {
    padding: 0 15px!important;
    margin-bottom: 20px;
}
.campus-video {
    height: 300px;
}
.inner_media_small_sec h4 a {
    margin-bottom: 25px !important;
}
.titans-speak {
    padding-bottom: 15px;
}
.mobile-top-3 {
    padding-top: 24px !important;
	margin: 0px !important;
}
.mobile-top-3 h2 {
    margin-bottom: 12px !important;
}
.vission .mobile-img-col img {
    margin: 0px 0px 30px 0px !important;
}
.titan-speak-div {
    margin: 0px 0px 21px 0px !important;
}
.speakers-div-col .col-md-4 {
	padding-left:15px !important;
	padding-right:15px !important;
}
.right_upcoming_evets_dates .events-div-col p a {
	font-size:18px !important;
}
.col-div-3 {
    margin-bottom: 40px !important;
	padding-bottom: 0px;
}
.col-div-4 {
    margin-bottom: -30px !important;
	padding-bottom: 0px;
}
.pgpm-menu.offCanvas_trigger_open {
    position: absolute !important;
    top: 20px !important;
    right: 14px !important;
}
.conferences-mobile-div {
	padding-top: 0px !important;
}
.conferences-mobile-div h2 {
	margin: 0px 0px 12px 0px !important;
}
.search_page {
    width: 100%;
}
.events-detail-div {
    padding: 0px 24px 60px 7px !important;
}
.events-detail-div .news_deatil {
    padding: 30px;
}
.contact {
    padding-left: 15px !important;
    margin-top: 60px;
}
.faculty-box {
    width: 100%;
}
.number-div-col p, .number-div-col span {
    font-size: 11px !important;
	line-height: 15px !important;
}
.sapience-heading {
    margin: 0px 0px 15px 0px !important;
}
.register-new-col {
    position: relative;
    top: 0px;
    margin: 0px 0px 40px 0px !important;
	width: 100%;
	float: left;
}
.register-new-col a.infoseminars.infoseminars-new {
    float: left;
}
.student-achievements-new .council-bg {
    height: 300px !important;
}
.campus-new-col .about-heading-new60300 {
    margin-top: 52px;
}
.experiential-learning-new img {
    height: inherit !important;
	margin-top: 0px !important;
}
.student-achievements-new h3 {
    height: 165px;
}
.news_read_more.button-new-col {
    margin: -10px 0px 20px 0px;
}

.news_read_more.button-new-col1 {
    margin: 20px 0px 30px 0px !important;
}

.panel.faculty-heading.global-thought-leaders .council-bg {
    height: 165px !important;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1 .council-bg {
    height: 200px !important;
}
.blacktext {
    height: 175px;
}
.line {
    width: 100%;
}

.testimonial_New .testimonials_img_holder img {
    width: 100%;
    height: 360px;
}

}
@media (max-width:1023px) {
.video-div-col, .video-div-col1 {
    padding-bottom: 0% !important;
}
.video-div-col iframe, .video-div-col1 iframe, .video-div-col2 iframe {
	width:100% !important;
	height:300px !important;
	position: relative !important;
}
.video-div-col .arrow {
   left: 25% !important;
}
.video-div-col1 .arrow1 {
   left: 76% !important;
}
.video-div-col2 {
    padding-bottom: 78% !important;
}
.video-div-col2 .arrow, .video-div-col2 .arrow1 {
   left: 50% !important;
}
.number-div .accreditations_img {
    width: 27%;
}

}

@media (max-width:1014px) {
.testimonial_New .testimonials_img_holder img {
    width: 100%;
    height: 390px;
}
}


@media (max-width:1100px) {
.ranking {
    font-size: 35px;
}
.contsct_form_new {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-section.rigth-form {
    padding-right: 0;
    padding-left: 16px;
    margin-top: 60px;
}
.pgpm-placement-report li {
	width: 100% !important;
}

}
@media (max-width:1018px) {
.blacktext {
    height: 195px;
}
}
@media (max-width:991px) {
.event_left {
    max-width: 33%;
	float: left;
}
.event_right {
    max-width: 67%;
	float: right;
}
.no-image-article {
	background:none;
	margin-left:0px;
}
.mob-top {
    margin-top: 0px !important;
}
.right_upcoming_evets {
    height: 100% !important;
}
.right_upcoming_evets p {
    font-size: 24px !important;
    line-height: 20px !important;
}
.infocus-text {
    padding-top: 45px;

}
.infocus-line {
    width: 250px;
    margin: 30px 0px;
}
.no-image-article .upcoming_text_holder_right {
    padding-bottom: 50px;
}
.associations {
	height: 50px;
	margin-bottom: 30px;
    margin-top: 30px;
}
.associations img {
    max-width: 70%;
}
.about-pic {
    width: 100%;
}
.mobile-padding {
	padding-bottom:0px;
}
.banner-heading {
    font-size: 20px;
    line-height: 25px;
}
.event-main .col-lg-4 .dates {
    padding-top: 20px !important;
}
.infocus-text {
    padding-top: 0px;
}
.event-main .col-lg-8 {
    max-width: 80% !important;
	padding-right:20px !important;
}
.interim-placement-report {
    float: left;
	margin: -5px 0px 30px 0px;
}
.placements-col {
    width: 100%;
    padding-right: 0px;
}
.placements-pic {
    width: 100%;
	text-align: center;
}
.placements-pic img {
    width: 70%;
}
.recruit-col {
    width: 100%;
    padding-right: 0px;
}
.recruit-col1 {
    width: 100%;
}
.summer-internship .recruit-col1 {
    margin-top: 20px;
}
.contact-sec .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
	padding-right: 0px;
    margin: 10px 0px 10px 0px;
}
.contact-sec textarea {
    width: 100%;
}
.recruit-col h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
.recruit-col1 h2 {
    font-size: 18px;
}
.recruit-col1 a {
    font-size: 18px;
}
.contact-sec form {
    margin-top: 0px;
}
section.design.news-page-holder.news-page-holder-bg.news-div .transform_lead {
    height: 300px !important;
}
.core-courses .col-md-4, .core-courses .col-md-6, .core-courses .information-technology {
    margin: 0px 2% 20px 2%;
    max-width: 100%;
    flex: 0 0 100%;
}
.panel.financial.core-courses {
    margin: 0px 0px 0px 0px;
}
.core-courses .information-technology {
    margin: 0px 2% 0px 2%;
}
.core-courses {
    margin-bottom: 0px !important;
}
.brochure {
    width: 100%;
	float: left;
    margin: 60px 0px 0px 0px;
}
.brochure img {
	width: 100%;
    height: inherit;
	padding: 0px 20px;
}
.form-section .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
.keynote-content {
    width: 100%;
	float: left;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.keynote-video-new {
    width: 100%;
	margin: 30px 0px 0px 0px;
}
.keynote-address-new1 .keynote-content {
  padding: 0px 0px 0px 0px;
}
.keynote-address-new1 .keynote-video-new {
  margin: 10px 0px 0px 0px;
}
.top-new1 {
  width: 100%;
}
.box-new1 .keynote-content {
  width: 100%;
}
.box-new1 .keynote-video-new {
  width: 100%;
}
}
@media (max-width:995px) {
.dates {
    padding: 13px 0 !important;
}
.council-bg {
    height: 425px;
}
.council img {
    height: 210px;
}
.div-img img {
    width: 100%;
}
.mobile-top-5 {
	margin-top:30px !important;
}
}
@media (max-width:986px) {
.footer-last {
    margin-top: -5px;
}
}
@media (max-width:950px) {
.footer-last-col {
    padding-top: 20px;
}
.text-new {
width: 39% !important;
}
}
@media (max-width:940px) {
.jcarousel-wrapper {
    width: 400px !important;
}
.contact-div .row{
	display:inherit;
}
.contact-div .col-md-4{
	max-width: 50%;
	float: left;
}
.contact-div p{
	text-align:left;
}
.faculty-heading h4 {
    font-size: 25px;
}
.placement .row {
    display:inherit;
}
.placement-layer {
    max-width: 100%;
	margin-bottom: 30px;
}
.placement-layer span {
    font-size: 30px;
	text-align: center;
	padding: 27% 0;
}
.layer-pic img {
    height: inherit;
}
.sapience-div .row {
	display:inherit;
}
.sapience-div .col-md-3 {
	max-width:50%;
	float: left;
	margin-bottom: 30px;
}
.sapience-div .col-md-3:nth-child(3), .sapience-div .col-md-3:nth-child(4) {
  margin-bottom: 0px;
}
.events-detail-div {
    padding: 0px 24px 60px 10px !important;
}
.number-div .accreditations_img {
    width: 26%;
}
}
@media (max-width:933px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1 .council-bg {
    height: 230px !important;
}
}
@media (max-width:925px) {
.class-profile-new p {
    height: 50px !important;
    line-height: 20px !important;
}
}
@media (max-width:902px) {
.number-div .accreditations_img {
    width: 22%;
	margin-right: 30px;
}
.number-div {
    padding-top: 0px;
}
.logo-new-box {
    margin: 40px 0px 60px 0px;
}
}
@media (max-width:878px) {
.scores-accepted-logo1 {
width: 25%;
}
.scores-accepted-logo1 img {
width: 80%;
}
.scores-accepted-logo2 img {
width: 90% !important;
}
.scores-accepted-logo3 img {
width: 90% !important;
}
.scores-accepted-logo4 img {
width: 100% !important;
}
.scores-accepted-logo3 {
width: 25%;
}
.scores-accepted-logo2 {
width: 25%;
margin: 0px 0px 0px -10px;
}
.scores-accepted-logo4 {
width: 25%;
margin: 0px 0px 0px -5px;
}
.scores-accepted-logo4 sup {
right: 10px !important;
}
.scores-accepted-logo sup {
right: 27px;
}
.scores-accepted-logo2 sup {
right: 27px !important;
}

}
@media (max-width:866px) {
.student-achievements-new h3 {
  height: 185px;
}
.student-achievements-new .council-bg {
  height: 330px !important;
}
}
@media (max-width:850px) {
.top-logo-new1 p {
font-size: 13px;
line-height: 19px;
}
.top-logo-new1 p span {
font-size: 65px;
line-height: 58px;
}
.text-new {
width: 40% !important;
}
}
@media (max-width:847px) {
.karma_yoga_text, .slider1 .main-head-two {
    font-size: 19px;
    line-height: 30px !important;
}
.transform_content p {
	line-height: 25px;
    margin-top: 10px;
}
.transform_lead .common-btn a {
    padding: 0px 20px !important;
}
}
@media (max-width:815px) {
.slider-box {
    width: 100% !important;
}
}
@media (max-width:833px) {
.events-detail-div {
    padding: 0px 8px 60px 21px !important;
}
.new-logo, .small .new-logo {
    width: 70px;
    margin: 0px 0px 0px 155px;
}
 
}
@media (max-width:855px) {
.academic-text {
    margin-top: -88px;
}
.accreditations-section img{
	width:100px;
}
.logo-col {
    width: 77px !important;
}
.logo-col1 {
    width: 61px !important;
}
.logo-col2 {
    width: 51px !important;
}
.media-div {
	display:inherit;
}
.media-div .col-sm-4 {
	width:100%;
	max-width:100%;
	margin-bottom:20px;
}
.accreditations-logo-mobile img {
    width: 108px !important;
}
}
@media (max-width:854px) {
.crt-post .crt-post-text {
    height: inherit !important;
}
}
@media (max-width:817px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1 .council-bg {
    height: 260px !important;
}
}
@media (max-width:800px) {
.inner-pgpm-pgdm {
    padding-left: 0px !important;
}
.option2 .main-head-main span {
    display: inherit !important;
}
.association-logo {
    padding-right: 0;
	margin-top: 0;
}
.association-logo ul li img {
/*    margin-top: -30px;*/
}
.banner-heading, .sub_head {
    font-size: 18px!important;
    line-height: 21px!important;
}
.slider-heading {
    padding-left: 30px;
}
#content .transform_content-new {
    padding: 0 6% 0 98px !important;
    height: 100%!important;
}
.inner_news_cover h4, .inner_news_cover h4 a {
    font-size: 18px;
    line-height: 27px;
}
.option2 .management .common-para {
    padding-right: 0px;
}
.admission-div .col-md-6 {
	max-width:100%;
	padding: 0px;
	margin-bottom: 20px;
}
.admission-div .row {
	display:inherit;
}
.events-detail-div .col-sm-9 {
    max-width: 55%;
}
.events-detail-div .col-sm-3 {
    flex: 0 0 45%;
    max-width: 45%;
}
.events-detail-main .tranform_table_cell {
    vertical-align: middle;
}
.slider-new-div .video-div-col2 {
    padding-bottom: 109% !important;
}
.pgpm-inner-mobile .padding-mobile-col {
    margin-bottom: 0px !important;
}
.pgpm-inner-mobile .padding-mobile-col .inner-pgpm-pgdm {
    padding-bottom: 0px !important;
}
.panel.pgpm.tab_panel.globally-benchmarked .main-head-main {
    line-height: 45px !important;
}
.learning-col img {
    padding: 30px 15px 0px 15px;
}
.pgdm-class-profile img {
    margin-bottom: 30px;
}

}
@media (max-width:798px) {
.learning-div-col {
    padding: 30px 30px 12px 30px !important;
}
}
@media (max-width:787px) {
.panel.faculty-heading.global-thought-leaders .council-bg {
    height: 195px !important;
}
}
@media (max-width:767px) {
.main_news_holder.main_news_panel.padding-top40.pgpm-mobile-padding.care, .main_news_holder.main_news_holder-new.padding-top30.pgpm-mobile-padding.care {
    padding-top: 0;
    margin-top: 30px;
}
.spotlight-text {
    padding-left: 0 !important;
}
img.padding-right0 {
    margin-top: 0!important;
}
.programs-div {
    text-align: center;
    padding: 25px 30px;
    font-size: 30px !important;
    line-height: 21px!important;
}
.graduate_common {
    display: block;
    width: 50%;
    float: left;
}
.accreditations_img.accreditations_img3 img {
    max-width: 100%;
    position: static;
    top: -11px;
}
	.rigth-form .col-md-9, col-md-3 {
    padding-left: 0;
    padding-right: 30px;
}
.blank {
    display: none;
}
.form-section.rigth-form .form .col-md-3 {
    height: auto;
    line-height: 19px;
}
.form-section.rigth-form .form textarea {
    margin-top: 10px;
}
	section.testimonial h2 {
    color: #ffffff!important;
    text-align: center;
    font-size: 32px;
}
	.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right {
    margin-top: 20px;
}
h2.faculty-text.faculty-text-new {
    margin-bottom: 10px;
}
	.video_event_panel, .video_first_holder {
    margin-top: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.top15 {
    margin-top: 15px;
}
.faqs .common-para.padding-top60 {
    padding-top: 30px;
}
.tab label {
    padding-left: 0;
}
.tab-content p {
    margin-left: 0;
}
.stident-life-holder .program-sec-video {
    margin-bottom: 40px;
}
.left-float {
    float: left;
    width: 100%;
    padding-top: 0!important;
    margin-top: 0!important;
	    margin-bottom: 0;
}
p.last-para {
    margin-bottom: 0!important;
}
section.panel.common-padding.left-float {
    padding-top: 0!important;
}
.border-bottom.last-border-bottom {
    border-color: #ffffff!important;
}
.course-sec-left {
    padding-left: 15px;
    margin-top: 30px;
}
.program-testimonial:last-child {
    border-color: #ffffff;
    margin-bottom: 0;
}
.pgpm-flex-left {
    float: left;
    width: 100%;
}
.about.pgpm-flex2 {
    margin-bottom: 50px;
}
.scroll-table {
    overflow: scroll;
}
.faculty-editors ul li strong span {
    margin-bottom: 0;
	line-height: 19px !important;
}
.faculty-editors ul li br {
    display: none;
}
.faculty-editors ul li{margin-bottom:20px;}
p.third-line span {
    font-size: 23px;
    line-height: 28px;
}
.tab_panel .inner-pgpm-pgdm .main-head-main {
    text-align: left;
    color: #fff;
    margin-bottom: 20px!important;
    font-size: 24px!important;
    line-height: 27px!important;
}
.tab_panel .common-btn {
    margin-top: 15px;
    text-align: left;
}
.association-logo ul li {
    float: none;
    width: 30.8%!important;
	    height: auto!important;
}

.association-logo ul li:nth-child(2) img {
    max-width: 61%!important;
    position: relative;
    top: 2px;
}
.association-logo ul li:nth-child(3) img {
    max-width: 55%!important;
}
.association-logo ul li:nth-child(4) img {
    max-width: 75%!important;
}

.association-logo ul li:nth-child(4) {
    width: 14.8%;
    right: 0;
    position: relative;
}
.association-logo ul li:nth-child(5) img {
    max-width: 124%;
}
.center-col img {
    max-width: 100%;
    width: auto!important;
}
.option2 .experiential_learning_right {
    padding-left: 0;
}
.col-md-12.margin-bottom30.custom_karma_video {
	margin-bottom:0!important;
}
section.testimonial.common-padding {
    padding-top: 30px!important;
}
.testimonial {
    height: 543px;
}
.video_event_panel iframe, .mobile_panel iframe {
    width: 100%;
    float: right;
}
.messages .col-md-6 img {
    padding-right: 0px;
	margin-bottom: 20px;
}
.messages .col-md-6 {
    padding-right: 0px;
}
.about-team-pic {
    padding-left: 0px !important;
}
.about-team .col-md-6 {
    padding-left: 0px !important;
}
.about-team .col-md-6 img {
    margin-top: 20px;
}
.academic-text {
    bottom: 20px;
    width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.ranking-section {
    width: 50%;
}
.header .navbar-brand {
    width: 160px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 265px;
}
.fixed .sb-search {
    top: 13px;
}
.sb-search-open .sb-search-input {
    width: 170px;
}
.fixed {
    height: inherit !important;
} 
.fixed .navbar-brand img {
    top: 1px !important;
}
nav.fixed .navbar-brand img {
    max-width: 94%!important;
    margin-top: 3px;
}
.transform .fixed {
    height: 68px !important;
	overflow:hidden;
}
.fixed a.pgpm-menu.offCanvas_trigger {
    margin: 2px 0px 0 16px !important;
}
.fixed .navbar-brand {
    padding: 0px 0px 8px 0px;
}
.col-box {
    padding: 0 15px!important;
}
.option2 .testimonialcontent p {
    padding-right: 0 !important;
}
.association-logo ul li img {
    margin-top: 0px;
}
footer.nb-footer {
    float: left;
}
.nb-footer .merge {
	max-width:50%;
	height: 290px;
	float:left;
}
.nb-footer .merge:nth-child(3), .nb-footer .merge:nth-child(4) {
  height: 250px;
}
.nb-footer .merge:nth-child(5) {
  max-width:100%;
  height: 170px;
}
.tab_panel .nav-tabs > li > a {
    font-size: 18px !important;
    line-height: 21px!important;
    font-family: montserratregular;
}
.deadline_date {
    font-size: 16px;
    line-height: 19px;
}
.inner-pgpm-pgdm.inner-pgpm-pgdm-new {
    margin-bottom: 0;
}
.width1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/*.width1-top {
    position: relative;
    bottom: -144px;
    left: 0;
    right: 0;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.testimonial .width1 {
    position: relative;
    top: -219px;
	
}*/
.width1-top {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.about-heading-new {
    font-size: 30px;
    line-height: 32px;
    margin: 60px 0px 30px 0px;
}
.about-heading-new-custom {
    font-size: 30px;
    line-height: 33px;
}
.about-text-col span {
    font-size: 22px;
}
.second img {
    padding-left: 0%;
}
.detail-sec .col-md-10 {
	padding:0px 0px 0px 0px;
}
.detail-sec .col-md-10 p {
	margin-bottom:10px;
}
.slider-heading {
    padding-left: 0px;
	text-align: left !important;
}
.font-text40 {
    margin-top: 20px;
}
.advisory {
    width: 100% !important;
}
.accreditations-section{
	width:50%;
}
.accreditations-section img{
	width:150px;
}
.logo-col {
    width: 111px !important;
}
.logo-col1 {
    width: 100px !important;
}
.logo-col2 {
    width: 80px !important;
}
.accreditations-section span {
    margin-top: 10px;
    margin-bottom: 30px;
}
.council img, .council-bg {
    height: inherit;
}
.news-blog .news-div .transform_lead {
    height: 180px !important;
}
section.design.news-page-holder.news-page-holder-bg.news-div .transform_lead{
    height: 226px!important;
}
section.design.news-page-holder.news-page-holder-bg.transform.admissions-volume3.admissions-volume4.news-div.only_events .transform_lead {
    height: auto!important;
}
.news_img_panel img {
    height: inherit;
	margin-top:20px;
} 
.campus-video {
    padding-bottom: 56%;
}
.campus-gallery h2 {
	font-size:30px;
	line-height:33px;
}
.campus-slider .carousel-control.left {
    left: -50px;
}
.campus-slider .carousel-control.right {
    right: -37px;
}
.campus-slider .carousel {
    width: 78%;
}
.option2 .transform_lead img {
    width: 100%;
}
.option2 .transform_content {
    position: static;
}
.admissions-volume3 .transform_content {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
.main-head-two span {
    display: block;
    font-size: 27px !important;
    line-height: 32px !important;
    text-align: left;
}
span.banner-heading {
    margin: 5px 0;
    font-size: 21px !important;
    line-height: 22px !important;
}




.second, .three {
	position: relative
}
.mobile_panel_ranking {
	display: block;
	width: 24.93%;
	float: left;
	max-width: 24.93%;
	margin-bottom: 15px
}
.mobile-event-row-ranking {
	display: flex
}
.ranking_numericals {
	margin-top: 0;
	padding: 0
}
.inner_numericals_holder {
    width: 24.33%;
    max-width: 25.33%;
    padding-right: 0;
    padding-left: 0;
}
.inner_numericals p {
	font-size: 11px;
	line-height: 14px;
	text-align: center
}
.mob-tab {
	margin-bottom: 15px
}
.karma_yoga_text, .main-head-two, .slider2 .main-head-two span, .sub_head {
	margin-bottom: 0
}
.main-head-two {
	text-align: center
}
.testimonial_New .main-head-main, .tranform_table_cell .main-head-two, .transform_content .main-head-two span, .transform_content p, .transform_lead 
.transform_content .main-head-two span{text-align:left;}

.common-btn {
	text-align: center
}
.slider3 .main-head-two span {
	line-height: 17px;
	font-size: 14px
}
.slider1 .main-head-two span, .slider2 .main-head-two span {
	font-size: 27px;
	line-height: 30px
}
.transform_content p {
	height: 60px;
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0px 0px 0px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0!important
}
.management-new .main-head-main {
    color: #03304e;
    font-size: 21px;
    line-height: 26px;
}
.inner_numericals h2, .tab_panel .inner-pgpm-pgdm .main-head-main {
	font-size: 40px;
	line-height: 43px
}
.inner_numericals h2 {
	margin-bottom: 0
}
.common-padding {
	padding: 60px 0;
    margin-top: 0;
}
.inner-pgpm-pgdm.inner-pgpm-pgdm2{margin-bottom:0;}
.testimonial {
    height: auto;
}


.three img {
	max-width: 65%
}
.four img {
	float: right!important;
	margin-right: 0;
	margin-top: -1px;
	max-width: 53%
}
.second {
	right: -35px
}
.three {
	right: -45px
}
.deadline_date_new, .up_read_more {
	position: static!important
}
.first img {
	margin-top: 26px
}
.dates {
	padding: 34px 0
}
.upcoming_text_holder {
    min-height: auto!important;
    height: 165px;
}
.upcoming_text_holder .table{height:100%!important;}
.up_read_more {
	margin: 26px auto 16px!important;
	display: block!important
}
.inner-pgpm-pgdm {
	margin-bottom:30px;
}
.tab_panel .nav-tabs>li>a {
	font-size: 26px;
	line-height: 26px;
	padding: 15px
}
.top-link {
	display: none
}
.left-ranking ul li {
	font-size: 15px;
	line-height: 18px;
	height: 86px
}
.transform_lead img {
	object-position: 0 0
}
.transform_content {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	height: 180px;
	bottom: 0;
	top: inherit;
	position: static
}
.transform .slick-next, .transform .slick-prev {
    top: 78%;
}
.inner_numericals p span {
    display: block;
    font-size: 10px;
}
.common-btn a {
	font-size: 14px;
	line-height: 20px
}
.common-btn a i {
	font-size: 19px;
	padding-left: 4px
}
.karma_yoga_text, .main-head-two {
	font-size: 27px;
	line-height: 30px;
	text-align: left;
}
.karma_yoga_text.world_text {
	line-height: 30px
}
.sub_head {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
	    margin-top: 10px;
}
.transform_lead .common-btn a {
	font-size: 14px;
	line-height: 14px
}
.inner-box-people h3 {
	font-size: 28px;
	line-height: 31px;
	margin-bottom: 0
}
.transform_lead {
	height: auto!important
}
.container-custom {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
.mobile_margin {
	margin-bottom: 0
}
.mobile_focus {
	margin-bottom: 15px
}
.mobile_margin2 {
	margin-bottom: 30px
}
.dates p {
	font-size: 35px!important;
	line-height: 38px!important
}
.upcoming_text_holder p {
	padding: 0!important
}
.tab_panel .padding-reduce {
    padding-right: 0;
    padding-left: 0;
}

.testimonials_text_holder p {
	padding: 0!important
}
.alumni {
	margin-top: 0!important
}
.testimonial_New .slick-next, .testimonial_New .slick-prev {
	display: none!important
}
.main-head-main, .testimonial_New .main-head-main {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 0!important
}
.slider3 .main-head-two {
	font-size: 14px;
	line-height: 17px
}
.slick-next:before, .slick-prev:before {
	font-size: 26px!important
}
.top-link ul {
	margin-right: 0
}
.top-link li {
	padding-top: 0!important
}
.search-btn {
	padding-top: 0
}
a.offCanvas_trigger {
	top: -4px
}
.left-ranking {
	padding-top: 30px
}
.event_left {
    width: 30%;
    margin-bottom: 20px;
}
.event_right {
	width: 70%
}

.association-logo ul li {
	padding: 0 6px;
	height: 43px
}
.option2 .transform_content {
	position: static;
	width: 100%!important;
	margin: 0!important;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)!important;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)!important
}
.transform_content {
	width: 100%;
	padding: 0 48px 0 55px
}
.option2 .transform_lead {
	height: 410px
}
.option2 .main-head-main.top_head {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 21px!important
}
.option2 .management .common-para {
	padding-top: 0;
	padding-right:0px;
}
.option2 .tab_holder .main-head-main {
	font-size: 27px!important;
	line-height: 30px!important
}
.video_event_panel, .video_first_holder {
	margin-top: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.mobile_panel, .width100 {
	-ms-flex: 0 0 100%;
	max-width: 100%
}
.main_news_holder {
	padding-top: 20px;
	padding-right: 0px
}
.news_img {
	margin-top: 20px
}
.option2 .inner_graph_content .inner-box-people h3 {
	color: #036f9c;
	font-size: 18px;
	line-height: 30px
}
.option2 .inner_graph_content .inner-box-people h3 sub {
	bottom: 0;
	font-size: 20px;
	line-height: 20px
}
.option2 .inner_graph_content .inner-box-people p {
	font-size: 9px;
	line-height: 15px
}
.option2 .event .main-head-main, .option2 .learning .main-head-main, .option2 .life .main-head-main, .option2 .news2 .inner_news .main-head-main, .option2 .news2 .main-head-main, .option2 .next_step_main .main-head-main, .pgpm2 .main-head-main {
	font-size: 27px;
	line-height: 30px
}
.inner_graph_content {
	padding: 10px
}
.width100 {
	flex: 0 0 100%
}
.margin0 {
	margin: 0
}
.margin-b {
	margin-bottom: 30px
}
.news2 .name-holder p span {
	font-size: 12px;
	line-height: 16px
}
.mobile_panel {
	flex: 0 0 100%
}
.option2 .inner_learning {
    width: 100%;
    margin-bottom: 20px;
}
.pgpm-mobile-padding {
    margin-top: 15px;
}

.karma-video {
	margin-top: 0
}
.karma-video iframe, .news_img iframe {
	height: 230px
}
.option2 .learning_more {
	margin-top: 40px;
	padding-right: 0px
}
.profile .video_event_panel {
	margin-top: 0
}
.testimonialcontent p {
    font-size: 18px!important;
    line-height: 27px!important;
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center!important;
}
.option2 .testimonial_name {
	font-size: 14px;
    line-height: 18px;
}
.slider.multiple-items iframe {
    height: 162px;
}
.graph {
	margin-top: 20px
}
.aply_now_btn {
	font-size: 11px!important;
	line-height: 16px!important
}
.option2 .news2 .main-head-main {
	font-size: 27px!important;
	line-height: 30px!important
}
.inner_learning h3 {
	font-size: 27px;
	line-height: 30px
}
.learning .common-para p {

	color: #fff;
	padding-right: 0px
}
.multiple-items p {
	width: 46%;
	float: left
}
.next_step_main_container {
	padding-right: 15px;
}
.admissions-volume4 .main-head-two span {

    text-align: left !important;

}
.option2 .transform_lead img {
    margin-top: 0;
    width: 100%;
    object-fit: cover;
    height: 226px;
    object-position: 0 0;
}
.common-pad-4 {
	padding: 0 2px;
	width: 33.33%
}
.option2 .news2 .inner_news p {
	padding-right: 0
}
.padding0 {
	padding: 0;
	width: 33.33%
}
.common-para p, .inner_learning p {
	line-height: 25px;
	    margin-bottom: 25px;
}
.width1 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.graduate .col-md-2 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%
}
.program-banner img {
	margin-top: 0%;
	width:100%
}
.program-banner .transform_content {
	clip-path: inherit !important;
}
.campus .col-md-8 {
    padding-right: 0px;
}
.program-testimonial img {
    margin-bottom: 20px;
}
.program-testimonial-name {
    text-align: center !important;
}
.key-links a {
    margin-bottom: 10px;
}
.padding-bottom30 {
	padding-bottom:30px;
}
.facultyh3 span {
        margin-bottom: 30px;
    display: block;
	line-height: 41px!important;
}
.about ul li {
    text-align: left;
    float: left;
    width: 100%;

}
.graduate {
    margin-top: 0px !important;
}
.read-white, .read-blue {
	text-align: left;
    margin-top: 0px !important;
}
.recruitment-img img {
    margin-top: 30px !important;
}
.profile-div{
	padding-bottom:0px;
}
.profile-div .col-md-6{
	padding-bottom:30px;
}
.profile-div img{
	width:100%;
}
.titans-speak img {
    margin-bottom: 20px;
}
.titans-speak p {
    margin-bottom: 10px !important;
}
.titans-speak span {
    margin-bottom: 10px;
}
.leader .common-box-people img {
    height: inherit;
}
.leader .col-md-4 {
	margin-bottom:30px;
}
.corporate-top {
    margin-bottom: 30px;
}
.executive-div {
    padding-bottom: 56%;
}
.padding-right50 {
    padding-right: 0px !important;
}
.testimonialcontent .testimonial-name {
    width: 100%;
}
.conferences .padding-left30  {
    padding-left: 0px !important;
	margin-top:30px;
}
.conferences .col-md-6 a  {
	float:left;
	padding-top: 0px !important;
}
.association-logo h2 {
    margin-bottom: -10px;
}
.read-link a {
	margin-bottom:30px;
}
.option2 .main-head-two span {
    font-size: 29px!important;
    line-height: 32px!important;
}
.testimonial_New .container-custom {
    width: 100%;
    margin: 0 auto;
    padding-right: 118px;
    padding-left: 97px;
}
.inner_media_small_sec a h4 {
    font-size: 15px;
    line-height: 18px;
}
.admission-div-col {
	padding:0px;
	margin-top:20px;
}
.association-logo ul {
    margin-top: 30px;
    margin-bottom: 15px;
}
.event-col .mobile_focus {
    flex: 0 0 100%!important;
    max-width: 100%!important;
    margin-bottom: 20px;
}
.text_right_up p a {
    font-size: 14px!important;
    line-height: 20px!important;
}
.text_right_up p {
    font-size: 14px !important;
    line-height: 20px !important;
}
.event_right .text_right_up p {
    line-height: 22px!important;
}
section.design.transform.admissions-volume3.admissions-volume4.admissions-volume5 .transform_lead {
    height: auto!important;
}
.mobile-top-1 {
	width:100%;
	float:left;
	margin-top: 20px;
}
.mobile-top-4 {
	margin-top: 30px;
}
.testimonial-text-col {
	margin-bottom:18px;
	margin-top: -25px !important;
}
.pgpm-text {
	margin-top:0px !important;
	margin-bottom:30px !important;
}
.pgpm-text span {
    font-size: 32px !important;
}
.deadline_date span {
    font-size: 16px !important;
}
.pgpm-text-1 {
	margin-bottom:0px !important;
}
.event-main .col-lg-4 .dates {
    width: 70px;
	padding-top: 16px !important;
	padding-bottom: 3px !important;
}
.event-main .col-lg-4 {
    max-width: 109px;
}
.event-main .col-lg-8 {
	padding-left:5px !important;
}
.events-div-col {
    display: inherit !important;
}
.event_left .dates p span {
    margin-left: 0px !important;
}
.upcoming_text_holder .infocus-text {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-left: 0;
	display: inline;
}
.upcoming_text_holder.upcoming_text_holder_left p {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
}
.upcoming_text_holder.upcoming_text_holder_left .name {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}
.inner_upcoming_events .upcoming_text_holder {
    min-height: inherit !important;
    height: inherit !important;
}
.upcoming_text_holder .table {
    padding: 30px 0px 20px 0px !important;
}
.upcoming_text_holder .table-cell {
    padding-top: 0px !important;
}
.sub-head-div {
    margin-top: 8px !important;
}
.onCanvas .slider-new-div .slick-prev, .onCanvas .slider-new-div .slick-next{
	display:none !important;
}
.slider-new-div .multiple-items .slick-dots {
    display: inherit !important;
}
.slider-new-div iframe {
	height:260px !important;
}
.slider-new-div .margin-top40 {
	margin-top: 25px !important;
}
.slider-new-div .slick-slide {
    margin: 0px 0px;
}
.slider-new-div{
	padding-bottom:70px !important;
}
.testimonial-div-col p{
	margin-bottom: 0px;
}
.learning .learning-mobile-col-1{
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}
.titans-speak img {
    width: 200px;
    margin: 0 auto;
    display: inherit;
    padding-bottom: 20px;
}
.titans-speak p {
    margin-bottom: 10px !important;
    text-align: center !important;
}
.titans-speak span {
    margin-bottom: 10px;
    text-align: center;
}
.events-detail-div {
    padding: 0px 16px 40px 24px !important;
}
.events-detail-div-col {
	background: none;
}
.events-detail-div .inner_news_cover p {
	margin-top: 0px;
}
.video_event_panel .career-impact-video {
    padding-bottom: 55% !important;
    margin-top: 10px !important;
}
.slider-new-div .video-div-col iframe, .slider-new-div .video-div-col1 iframe {
    height: 297px !important;
}
.slider-new-div .video-div-col2 {
    padding-bottom: 54% !important;
}
.contact .col-md-9 {
    padding-left: 15px !important;
}
.faculty-detail-div {
    padding-left: 15px;
}
.alumni-col .col-md-12 {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.alumni-col .col-md-4 {
	margin-bottom: 30px;
}
.faculty-box {
    padding: 40px 30px 30px 30px;
	margin-bottom: 0px;
}
.faculty-box .col-md-2 {
    padding-right: 15px;
    padding-left: 15px;
}
.faculty-box h2 {
	text-align: center;
    margin-top: 20px;
}
.faculty-box img {
    width: 200px;
	float: none;
    margin: 0 auto;
    display: inherit;
}
.faculty-box p {
    text-align: center !important;
	margin-bottom: 5px !important;
}
.aicte-logo {
	position: relative !important;
}
.nb-footer .col-md-3 {
    width: 50%;
}
.footer-last {
    width: 100%;
	text-align: left;
    padding-left: 15px;
}
footer.nb-footer .copyright {
    width: 100%;
    float: left;
}
.footer-div-col1 {
    margin-top: -20px;
}
.footer-last-col {
    width: 100%;
}
.footer-div-col2 .footer-info-single {
	margin-top: 5px !important;
}
.error-div-col {
    width: 100%;
}
.bottom8 {
    margin-bottom: 15px !important;
}
.accreditations-logo-mobile img {
    width: 170px !important;
}
.number-div {
    padding-top: 30px;
}
.admissions-open {
    padding-bottom: 10px;
}
.placement-report-col{
	margin-bottom: 50px;
}
.main-head-two .sub-head-col {
    margin-top: 15px !important;
}
.Sapience h2{
	padding-top: 25px;
}
.admissions-box-col .col-md-6 {
    border-right: 0;
    border-bottom: 0;
}
.admissions-box-col .col-md-6:nth-child(3), .admissions-box-col .col-md-6:nth-child(4) {
    padding-top: 0px;
}
.admissions-box-col .col-md-6:nth-child(4){
	margin-bottom: -20px;
}
.admissions-box-col h2, .admissions-box-col p {
    text-align: left;
}
.eligibility-col img {
	margin-top: 20px;
}
.transform_content.pgpm-new-div p {
    height: auto;
}
.pgdm-des-col {
    width: 100%;
}
.pgdm-video-col {
    width: 100%;
    padding-bottom: 56%;
    margin-bottom: 10px;
}
.register-new-col {
    padding-bottom: 0px;
}

.crest-div-1 {
    padding: 0px;
}
.experiential-learning img {
    margin-top: 30px !important;
}

.top-pic {
    width: 100%;
    float: left;
}
.top-logo {
    width: 100%;
    text-align: inherit;
    padding-top: 7.2%;
}
.main-head-main.slider-heading.alumni-speak {
    text-align: center !important;
}
.line {
    margin: 40px 0px 0px 0px;
}
.pic-new1 {
    width: 100% !important;
}
.pic-new2 {
    width: 100% !important;
}
.footer-div-col2 {
    margin-top: 1px !important;
}
.video-new1 {
  width: 100% !important;
  padding-bottom: 55% !important;
}
.new-box p {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
}
.top-logo-new1 {
width: 100%;
}
.top-logo-new1 p span {
width: 100%;
font-size: 50px;
line-height: 55px;
}
.text-new {
width: 100% !important;
left: -43px;
margin: 3px 0px 0px 0px !important;
}
.top-logo-new1 p {
font-size: 16px;
line-height: 25px;
}
.top-logo-new1 p span sup {
top: -23px;
}
.class-profile-new p {
    height: 20px !important;
    line-height: 17px !important;
}



 

}
@media (max-width:833px) {
		.slide_bottom {
    bottom: -86px!important;
}
.about table td {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 12px;
}
.student-life-holder {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	    margin-top: 30px
}
.program-sec .col-md-6:nth-child(3) {
    padding-left: 0;
}
.student-life-holder p {
    height: auto!important;
    margin-top: 0;
}
.student-life-holder h3 {
    height: auto!important;
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.padding-bottom40.student-life p {
    margin-bottom: 0;
}
section.padding-bottom40.student-life {
    padding-bottom: 0!important;
    margin-bottom: 0;
}

.desltop_for {
    display: none;
}
.admissions.mobile_for {
    display: block;
}
.admissions .social_sticky {
    bottom: -1px;
    left: 0;
}
.arrow_up {
    display: block;
    background-color: #03304e;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -25px;
    cursor: pointer;
}
.common_sticky3 .common_sticky {
    height: 70px;
}
.common_sticky3 .common_sticky {
    margin: 0;
    float: left;
    width: 25%;
    padding: 00;
    border-right: 1px solid #ffffff;
}
.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: #ffffff;
    font-size: 22px;
    position: relative;
    bottom: -2px;
    cursor: pointer;
}
.inner-pgpm-pgdm.padding-faculty .main-head-main, .inner-pgpm-pgdm.padding-faculty .main-head-main span {
    font-size: 55px!important;
	line-height:55px!important;
}
.inner-pgpm-pgdm {
    margin-bottom: 15px;
}
.table-cell-img.table-cell-img-first img {
    max-width: 160%;
    position: relative;
    right: 17px;
    top: -5px;
}
.inner_numericals p, .inner_numericals p span {
    font-size: 5px;
    line-height: 9px;
}
.text-center.inner_numericals_holder.right-pad {
    padding-right: 0;
    padding-left: 0;
}
.text-center.inner_numericals_holder.custom-padding {
    padding-left: 0;
    padding-right: 0;
}
.inner_numericals_holder {
    padding: 0 0;
}


.option2 .testimonial_name, .testimonial_name {
    font-size: 14px;
    line-height: 18px;
}
.vision-div-col {
    margin-bottom: 50px !important;
}
.footer-div-col2 {
    margin-top: 0px;
}
.mobile-heading-div {
    margin-top: 38px !important;
}
.interim-placement-report {
    margin: -5px 0px 26px 0px;
}

.pgpm-text .admissions-open span {
    font-size: 15px !important;
}
.panel.learning.common-padding.experiential-learning.experiential-learning-new {
    padding: 50px 0px !important;
}
.webinar-col a {
    font-size: 13px !important;
    line-height: 20px;
    padding: 5px 12px;
}

}
@media (max-width:749px) {
.panel.faculty-heading.global-thought-leaders .council-bg {
    height: 225px !important;
}
}
@media (max-width:743px) {
.class-profile-new p {
    height: 40px !important;
}
}
@media (max-width:738px) {
#additional-menu > div {
    font-size: 15px !important;
    margin: 8px 0px 10px 7px !important;
}
.inner-pgpm-pgdm {
    padding-right: 20px;
}
.inner_graph_content {
    padding: 10px;
    height: 100%;
}
.desltop_for {
    display: none;
}
.admissions.mobile_for {
    display: block;
}
.admissions .social_sticky {
    bottom: -1px;
    left: 0;
}
.arrow_up {
    display: block;
    background-color: #036f9c;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -25px;
    cursor: pointer;
}
.common_sticky3 .common_sticky {
    height: 70px;
}
.common_sticky3 .common_sticky {
    margin: 0;
    float: left;
    width: 25%;
    padding: 00;
    border-right: 1px solid #ffffff;
}
.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: #ffffff;
    font-size: 22px;
    position: relative;
    bottom: -2px;
    cursor: pointer;
}
.globally{
	    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.inner-pgpm-pgdm.padding-faculty .main-head-main {
    font-size: 55px!important;
	line-height:55px!important;
}

}
@media (max-width:733px) {
.student-achievements-new h3 {
  height: 215px;
}
.student-achievements-new .council-bg {
  height: 360px !important;
}
}
@media (max-width:725px) {
.panel.faculty-heading.global-thought-leaders .council-bg {
    height: 225px !important;
}
.panel.faculty-heading.global-thought-leaders .council-bg {
    height: 225px !important;
}
}
@media (max-width:721px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1 .council-bg {
    height: 290px !important;
}
}
@media (max-width:708px) {
.student-achievements-new .council-bg {
    height: inherit !important;
}
.student-achievements-new .council {
    flex: 0 0 100%;
    max-width: 100%;
}
.student-achievements-new h3 {
    height: inherit;
	margin-bottom: 10px;
}
.panel.faculty-heading.global-thought-leaders .council-bg {
    height: inherit !important;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1 .council-bg {
    height: inherit !important;
}
.student-achievements-new .council-bg p {
    margin-bottom: 10px;
}
}
@media (max-width:704px) {
.footer-div-col2 {
    margin-bottom: 30px;
}
}
@media (max-width:700px) {
.jcarousel-wrapper {
    width: 200px !important;
}
.jcarousel li img {
    width: 280px !important;
}
.jcarousel-wrapper {
    height: 172px !important;
}
.jcarousel-control-prev, .jcarousel-control-next {
    top: 60px !important;
}
}

/* For iPhone 7 and more*/
@media (max-width:667px) {
.fixed .offCanvas_trigger_item {
    width: 35px;
	height: 6px;
}
.faqs-heading, .facultyh3 h3, .pgpm-flex h3 {
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
}

.association-logo ul li:nth-child(4) img {
    height: auto!important;
}
.association-logo ul li:nth-child(6) img {
    max-width: 100%!important;
    position: relative;
}
section.panel.association {
    padding-top: 34px !important;
    padding-bottom: 0 !important;
}
.association-logo ul li:nth-child(5) img {
    max-width: 100%!important;
    height: auto;
}
.association-logo ul li:nth-child(6) {
    width: 28.8%!important;
}
.association-logo ul li:nth-child(2) img {
    top: 0;
}
.student-life-holder {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding:0;
	    margin-top: 40px;
}

.fixed .offCanvas_trigger.pgpm-menu.offCanvas_trigger_open .offCanvas_trigger_item{
	 width: 45px;
	height: 6px;

	}
	.option2 .transform_lead img {
    object-position: 0px 0;
}
.transform.admissions-volume3 .transform_lead img{    width: 100%!important;}
 
.margin-b.mobile-panel .main-head-main, .margin-b.mobile-panel .inner_news {
    margin-top: 0!important;
}
.margin-b {
    margin-top: 13px;
}
.option2 .management .common-para p {
    text-align: left;
}
section.life.common-padding .main-head-main {
    margin-bottom: 29px!important;
}
.row.margin-top40.pad-tp {
    margin-top: 29px!important;
}
.sb-search-open .sb-search-input {
    width: 100%;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 45%;
}
.fixed .sb-search {
    top: 6px;
}
.fixed a.pgpm-menu.offCanvas_trigger::after{font-size:11px;}
 
.fixed .sb-search-submit{top:5px;}
.arrow_up {
    display: block;
    background-color: #036f9c;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -25px;
    cursor: pointer;
}
.arrow_up i {
    color: #ffffff;
    font-size: 22px;
    position: relative;
    bottom: -2px;
    cursor: pointer;
}
.slide_bottom {
    bottom: -62px!important;
}
.back-to-top {
    bottom: 10%;
    display: none;
}
.show-back-to-top {
    display: block;
}
.option2 .main-head-main.top_head {
    font-size: 29px!important;
    line-height: 32px!important;
    margin-bottom: 20px!important;
}
.option2 .main-head-main span {
    display: inline!important;
}
.apl {
    bottom: 6px!important;
	margin-bottom:0;
}
.pgpm .tab_holder .custom-container-inner .main-head-main.main-head-main-new {
    font-size: 55px!important;
    line-height: 50px!important;
    font-weight: 800;
}
.option2 .inner_graph_content.inner_graph_content_new .inner-box-people h3 {
    color: #036f9c;
    font-size: 25px;
    line-height: 33px;
}
.inner_graph_content {
    padding: 7px;
    height: 132px;
}
.option2 .news2 .inner_news .main-head-main {
    color: #03304e;
    font-size: 55px!important;
    line-height: 55px!important;
    font-weight: 800;
}
.option2 .inner_graph_content .inner-box-people h3 {
    color: #036f9c;
    font-size: 30px!important;
    line-height: 33px!important;
}

.option2 .testimonialcontent p {
    padding-right: 0px !important;
}
.slider.multiple-items iframe {
    height: 142px;
    width: 100%;
}
.next-step-col {
    padding-right: 0;
}

.association-logo {
    padding-right: 0;
}
.aply_now_btn {
    font-size: 14px!important;
    line-height: 20px!important;
}
.multiple-items .slick-dots{display:none!important;}
.multiple-items .slick-next, .multiple-items .slick-prev {
    top: 42%;
    display: block!important;
}
.multiple-items .slick-prev {
    left: -32px!important;

}
.multiple-items .slick-next {
    right: -32px!important;

}
.common-padding {
    padding: 60px 0!important;
}
.ranked-p {
    padding-top: 0;
}
.margin-top40 {
    margin-top: 0;
}
.col-lg-4.col-md-4.col-sm-12.mobile_margin.mobile_focus.no-image-article {
    margin-bottom: 0;
}
.row.margin-top40.custom-margin {
    margin-top: 30px;
}
.inner-pgpm-pgdm {
    padding-left: 0px !important;
}
.main_news_holder.main_news_panel.padding-top40 {
    padding-top: 12px;
}
.main_news_holder.padding-top80 {
    padding-top: 0;
}
section.panel.event.common-padding {
    padding: 60px 0!important;
}
.event .main_news_holder.main_news_panel.padding-top40 {
    padding-top: 22px;
}
section.panel.news.news2.common-padding {
    padding: 58px 0!important;
}
.news2 .inner_news {
    margin-top: 12px;
}
section.panel.learning.common-padding {
    padding: 58px 0!important
}
.common-para.padding-top80.padding-top80.pad-0{    padding-top: 18px;}
.main_news_holder.main_news_holder-new.padding-top40 {
    padding-top: 12px;
}

section.life.common-padding {
    padding: 57px 0!important;
}
.slider.multiple-items {
    margin-top: 36px;
}
section.next_step_main.common-padding {
    padding: 55px 0!important;
}
.row.margin-top40.pad-tp {
    margin-top: 36px;
}
.div-col {
	padding:0px !important;
}
.div-col .common-para {
	padding:0px !important;
}
.infoseminars {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
}
.iframe-div {
    width: 100%;
	height: 253px;
}
.pgdm-mobile-top{
	margin-top: 30px !important;
}
.contact-div {
    margin: -20px 0;
}
.contact-div .col-md-4 {
    max-width: 100%;
}
.tranform_table_cell {
    vertical-align: top;
    padding-top: 2 0px;
}
.transform_content {
    width: 100%;
    padding: 20px 48px 0 55px;
}
.event_right {
    padding-left: 0!important;
}
.text_right_up p a {
    font-size: 18px!important;
    line-height: 23px!important;
}
.infocus-text {
    font-size: 22px!important;
    line-height: 28px!important;
}
.inner_numericals p {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}
.inner_numericals p span {
    display: block;
    font-size: 9px;
}
.global-icon ul li {
    width: 49%;
    margin: 15px 0;
    padding: 0 15px;
}
.academic-text {
    bottom: 0;
}
.sapience-div-col {
	margin-top:40px;
}
.key-links a {
    font-size: 20px !important;
    line-height: 25px !important;
    font-family: montserratmedium;
    text-transform: uppercase;
    font-weight: 400;
}
.key-dates-col {
    margin-bottom: 0px;
	margin-top: -60px;
}
.mobile-banner-date {
	font-size: 14px;
}
.transform_content {
    height: 255px;
}
.pgdm-banner-des {
    font-size: 14px;
}
.panel.learning.common-padding.experiential-learning.experiential-learning-new {
    padding: 40px 0px !important;
}




}
@media (max-width:654px) {
.career-impact-mobile .inner_graph_content {
    height: inherit;
	padding: 10px 0;
}
.career-impact-mobile .inner-box-people {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.career-impact-mobile br {
	display:inline;
}
.number-div .accreditations_img {
    width: 42%;
	margin-bottom: 30px;
}
.number-div .accreditations_img:nth-child(2) {
  	margin-right: 0px;
}
}
/* For iPhone 7 and more*/
@media (max-width:640px) {
	.accreditations_img.accreditations_img3 img {
    max-width: 73%;
    position: relative;
    top: -3px;
}
	.table_cell_panel.new_media.small-img img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.table_cell_panel.new_media.small-img2 {
    max-width: 100%;
    margin: 0 auto 30px auto;
}
	.graph.margin-top40 {
    margin-top: 30px;
}
.news2 .name-holder {
    height: auto;
    background-color: rgba(0,0,0,.6);
    bottom: -1px;
    padding: 11px 10px;
}
	.main-head-main, .testimonial_New .main-head-main {
    margin-bottom: 0px!important;
}
	.infocus-line {
    width: 100%;
    margin: 0 0px 20px 0px;
    padding: 0;
}
	.contact-field {
    margin-bottom: 0;
}
	.custom-container-inner.about.padding-top0.financials-holder, .custom-container-inner.about.financials-holder, .custom-container-inner.about.financials-holder, .custom-container-inner.about.pgdm.financials-holder{ padding-right:59px!important;}
.inner-pgpm-pgdm {
    padding-left: 0px !important;
    margin-bottom: 40px;
}
.spotlight.spotlight-new {
    padding-bottom: 0!important;
}
.media1280 {
    margin-bottom: 0;
}
.corporate-video {
    height: 250px;
}
.association-logo .table-cell {
    vertical-align: inherit;
}
.campus-video {
    height: 250px;
}
.img_holder_testimonial.img_holder_testimonial2 img {
    max-width: 100%;
}
.paddingtop0 {
    padding-top: 0!important;
}
.association-logo h2 {
    padding: 0 0;
}
.header {
    padding: 6px 11px 0 50px;
}

.option2 .testimonialcontent p {
    padding: 0 0 !important;
    margin-bottom: 0;
}
.association-logo {
    padding-right: 0px;
    margin-bottom: 0;
}
.academic-text {
    margin-top: 0;
    bottom: 0!important;
}
.association-logo .table {
    margin-bottom: 0px;
}
.custom-container-inner {
    padding-right: 59px;
    padding-left: 59px;
}
.slider-box {
    width: 100% !important;
}
.associations {
    width: 50%;
    height: 70px;
}
.association-logo h2 {
    margin-bottom: 10px;
}
#content .transform_content-new {
    padding: 0 6% 0 59px !important;
}
.news_camp {
    padding: 60px 60px 0 60px !important;
}
.news_camp.news_camp2 {
    padding-bottom: 60px !important;
}
.campus a {
    margin: 30px 40px 0px 0px;
}
.inner-pic-right {
    float: none;
    margin-left: 0px;
    margin-bottom: 30px;
}
 .common-btn.white-color {
    text-align: left;
}
.testimonial_New .container-custom {
    padding-right: 59px;
    padding-left: 59px;
}
.council-bg {
    height: 100%!important;
}
.placement-layer span {
    padding: 25% 0;
}
div.slide, .slider-box {
    height: 341px;
}

.global-icon ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
    margin: 15px 0;
    width: 32.6%;
}
.media-div-col2 {
    padding-top: 0!important;
}
.media-div-col {
    padding-bottom: 60px !important;
}
.corporate-div .infoseminars {
    margin-left: 0px;
    margin: 0;
}
.corporate-top {
    margin-bottom: 0;
}
.events-detail-div .col-sm-9 {
    max-width: 100%;
}
.events-detail-div .col-sm-3 {
    flex: 0 0 95%;
    max-width: 95%;
	padding-left: 15px;
}
.news_camp.events-detail-div {
    padding: 0px 0px 60px 0px !important;
}
.events-detail-div .row {
	display: inherit;
}
.events-detail-div .inner_news_cover {
    padding: 0px 40px 30px 0px;
}
.events-detail-div .news_deatil {
    margin-bottom: 0px;
}
.pgpm-mobile-div1{
	padding-top: 30px;
}
.pgdm-logo-div img{
	max-width: 100% !important;
}
.number-div .accreditations_img.accreditations_img3 img {
    max-width: 100%;
}
.speaker {
    padding: 60px 59px;
}
.footer-div-col1 {
    margin-top: -125px;
}
.text-2 {
    margin: 0px 59px 60px 0px !important;
}
}
@media (max-width:600px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council img {
    width: 100px;
	margin: 0px 20px 0px 0px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg h2 {
    font-size: 18px;
	margin: 0px 0px 10px 0px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg p {
    font-size: 16px !important;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg h2 a {
    font-size: 18px;
}
.scores-accepted-logo sup {
right: 15px !important;
}
.scores-accepted-logo2 sup {
right: 21px !important;
}
.scores-accepted-logo4 sup {
right: 2px !important;
}
}
@media (max-width:575px) {
.next_step_main a {
    margin-bottom: 10px;
}
.col-box {
	width:100% !important;
}
.col-box img {
    width: 101%;
    height: 200px;
    object-fit: cover;
}
.col-box .name-holder {
    height: auto;
    bottom: 0px;
    padding: 17px 7px;
}
.accreditations-div .table_cell_panel {
	text-align:center !important;
}
.accreditations-div .table_panel .new_media img{
	width:60% !important;
	padding-bottom: 0px;
	margin-bottom:10px;
}
.accreditations-div p{
	margin-bottom:10px;
}
.financial .about {
    padding-right: 59px !important;
}
.divider {
    margin-top: 0px;
}
.media-div-col {
	padding-bottom: 0px !important;
	margin-bottom: -50px;
}
.media-div-col .col-sm-4, .annual-div-col .col-sm-4 {
	margin-bottom:30px;
}
.table-scroll360 {
    overflow-y: scroll;
}
.accreditations-div img {
    width: 60%;
    margin-bottom: 10px;
}
.top-logo .logo-box {
    width: 40%;
	float: left;
	margin-right: 5%;
}
.top-logo .logo-box1 {
    width: 45%;
    float: left;
}
.top-logo .logo-box2 {
    width: 65%;
    float: left;
    margin-top: 30px;
}
.top-new1 {
  width: 100%;
  float: left;
  margin: 0px 0px 0px 0px;
}
}
@media (max-width:569px) {
.footer-div-col1 {
    margin-top: -37px !important;
}
}
@media (max-width:559px) {
.about-section .divider {
    margin-top: 0px;
}
.about-section .inner_media_small_sec a{
	margin-bottom:20px;
}
}
@media (max-width:530px) {
.col-box .name-holder {
    height: 117px;
}
.number-div .accreditations_img {
    width: 40%;
}
}
@media (max-width:500px) {

.research-holder{
float: left;
margin-bottom: 40px;
}

.ceo-new::after {
margin-bottom:0;
float:left;
width:100%;

}

.vission h2 {
    font-size: 30px;
}
.option2 .management .common-para {
    padding-right: 0px !important;
	padding-bottom: 0 !important;
}
/*.img_holder_testimonial img {
    max-width: 42% !important;
}*/
.img-panel {
    margin-bottom: 20px;
}
section.vission.messages.academic.margin-bottom0.white-bg {
    padding-top: 60px;
}
.custom-container-inner.management-retail {
    padding-bottom: 50px;
}
.common-para.padding-top0.padding-bottom40.about.pgdm.excellence {
    padding-bottom: 50px!important;
}
.mobile-top-2 {
    padding-top: 40px!important;
}

.header1 {
	color: #0091c4;
	display: inherit;
	padding: 10px 0;
	background: #f2f2f2;
}
.pgpm-mobile-menu1 {
	line-height: 30px;
	text-align: center;
}
.pgpm-mobile-menu1 a {
	color: #0091c4;
	padding: 0 4px;
	font-size: 13px;
	text-transform: uppercase;
}
.sticky1 {
    top: 58px;
	background: #f2f2f2;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding-bottom: 12px !important;
	color: #0091c4;
}
.sticky1 .pgpm-mobile-menu1 a {
  color: #0091c4;
	padding: 0 4px;
	font-size: 13px;
	text-decoration: none;
}
.speakers-heading {
    font-size: 24px;
}
.mobile-slider{ display:block !important;}

.slider-pic.slider-pic1 p img {
    width: 80%;
}
.slider-pic.slider-pic1.slider-pic3 p img {
    width: 100%;
}
.vission.messages.academic.white-bg.research.padding-bottom0.about.padding-top0.pt-0.classification-projects h2 {
    font-size: 30px;
}
.accreditations-col a {
    width: 100%;
    float: left;
	text-align: center;
    margin: 0px 0px 10px 0px;
}
.slider-pic-new img {
    width: 80% !important;
}
.academic h3 {
    font-size: 30px;
}
.keynote-video {
    width: 100%;
    padding-bottom: 56%;
}
.text-new {
left: -30px;
}
.scores-accepted-logo2 {
margin: 0px 0px 0px -5px;
}
.scores-accepted-logo .scores-accepted-logo1 sup {
right: 10px !important;
}
.scores-accepted-logo1.scores-accepted-logo4 sup {
right: -2px !important;
}


}



@media (max-width:488px) {
.nb-footer .merge:nth-child(3), .nb-footer .merge:nth-child(4) {
    height: 280px !important;
}
}
@media (max-width:479px) {
.slider-new-div iframe{
	height:195px !important;
}
.slider-new-div .slider.multiple-items {
    margin-top: -2px;
}
.slider-new-div .multiple-items .slick-dots li.slick-active button::before {
    color: #087fb9;
    background-color: #087fb9;
}
.slider-new-div .multiple-items .slick-dots li button {
    color: #087fb9;
    border: 1px solid #087fb9;
}
}
@media (max-width:472px) {
	.after-panel::after {
    content: "";
    display: block;
    clear: left;
}
.excellence.spotlight.div-img {
    padding-bottom: 0!important;
}
	.padding-bottom60 {
    padding-bottom: 60px;
    float: left;
    width: 100%;
}
		.inner-box-people.middle-people {
    position: relative;
    top: 8px;
}
.inner-box-people.four_people {
    position: relative;
    top: -8px;
}
	section.panel.padding-top0.pgdm {
    float: left;
    width: 100%;
    margin-top: 30px;
}
	p.pd {
    padding: 0 15px;
}
	.faqs .common-para.padding-top70 {
    padding-top: 30px;
}
	.tabordion section article {
    left: 0;
    min-width: 470px;
    position: static;
    padding-left: 20px;
	padding-right:0;
}


.placement-layer {
   padding-left: 15px;
   padding-right: 15px;
   margin: 0 0 30px 0;
}

.tabordion section label{width:100%;}
	.faqs .common-para.padding-top60 {
    padding-top: 30px;
}
.curriculum-holder {
    float: left;
    margin-bottom: 60px;
}
.faqs {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
	.custom-container-inner.about.padding-top0.financials-holder, .custom-container-inner.about.financials-holder, .custom-container-inner.about.financials-holder, .custom-container-inner.about.pgdm.financials-holder{ padding-right:20px!important;}
.sb-search {
    top: 8px;
}
.pgpm-curriculum {
    float: left;
    width: 100%;
}
.border-bottom.last-border-bottom {
    padding-bottom: 0;
}
.common-para.padding-top70.padding-bottom40.about.pgdm.excellence.pgpm-academics {
    padding-bottom: 0px!important;
}
.common-para.padding-top0.padding-bottom40.about.pgdm.excellence.new-academics {
    padding-bottom: 60px!important;
}
section.panel.padding-top0.only-pgpm .table-custom {
    padding-left: 0;
}
section.panel.padding-top0.only-pgpm .admission-div-col {
    padding: 0 15px;
}
section.panel.padding-box.only-pgpm .excellence ul li {
    margin: 0 0 0 15px;
    padding: 0 15px;
}
.program-testimonial:last-child {
    border-color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pgpm-flex-left ul li {
    padding-right: 15px;
}
.mobile472 {
    margin-bottom: 60px;
}
.mobile-f.pad15 {
    padding: 0 15px!important;
}
.thought-leaders h2 {
    font-size: 18px!important;
	line-height:21px!important;
	margin-bottom:30px!important;
}
.ab-div .table-cell p {
    font-size: 22px!important;
    line-height: 25px!important;
}
.vission .mobile-f.mobile-f1024 {
    padding: 0!important;
}
.pb20 {
    padding-bottom: 40px;
}
.mobile-f.mobile-f1024.new_media.layer.layer-new {
    padding: 0 0 !important;
}
.mobile-f.mobile-f1024.padding-left30.padleft-30, .pull-left.mobile-f.mobile-f1024.padding-right50.read-link {
    padding: 0 0 !important;
}
.common-para.padding-top0.padding-bottom40.about.padding0new {
    padding-bottom: 60px!important;
}
.common-para.padding-top70.padding-bottom40.about {
    padding-top: 0px !important;
}
.mobile-f.mobile-f1024 {
    padding: 0 15px!important;
}
.last-link {
    margin-bottom: 0;
}
.inner-pgpm-pgdm-472 {
    margin-top: 0!important;
    margin-bottom: 30px!important;
}
.inner-pgpm-pgdm-472-pad0 {
    margin-bottom: 0!important;
}
.main-head-main.main-head-main-new.main-head-main-new-475 {
    margin-bottom: 5px!important;
}
.margin-tab {
    margin-bottom: 15px!important;
}
.about p{text-align:left;}
.testimonials_text_holder {
    margin-top: -15px!important;
}
.text_right_up p a {
    font-size: 20px;
    line-height: 24px;
}
.about .slick-prev {

    left: -33px !important;

}
.about .slick-next {

    right: -33px !important;

}
.slide_bottom {
    bottom: -78px!important;
}
.option2 .transform_lead img {
    object-position: -82px 0;
}
.news-div {
    height: auto;
    padding-top: 0!important;
}
section.design.news-page-holder.news-page-holder-bg.news-div .transform_lead {
    height: 226px!important;
}
.about-heading-new.martop0.martop030m {
    margin-top: 40px;
}
.new-full-time-program {
    margin-top: 0!important;
    margin-bottom: 20px!important;
}
.offCanvas_trigger_item {
    width: 32px!important;
    height: 4px!important;
}
a.pgpm-menu.offCanvas_trigger::after {
    top: -10px!important;
    font-size: 11px!important;
    left: -1px!important;
}
nav.fixed .navbar-brand img {
    max-width: 79%!important;
    margin-top: 5px;
}
.transform .fixed {
    height: 57px !important;
    overflow: hidden;
}
.sb-icon-search img {
    width: 25px;
}
.offCanvas_trigger {
	right: 8px !important;
    top: 15px !important;
}
.pgpm-menu.offCanvas_trigger_open {
    top: 2px !important;
	right: 0 !important;
}
.sb-search-input {
	right: 18px;
    border-left: 0px solid #fff;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 140px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 75%;
}
.sb-icon-search, .sb-search-submit {
    right: -40px;
}
#content .transform_lead .transform_content {
    height: 100% !important;
	padding: 10px 10px 10px 10px !important;
}
#content .transform_lead .transform_content.for-home-mobile {
    height: 158px!important;
    padding: 0 30px !important;
}
.accreditations_img.accreditations_img3 img {
    position: relative;
    max-width: 78%;
    top: 0;
}
.transform_lead {
    margin-top: 0;	
} 
.header .navbar-brand img {
    padding-top: 8px;
}
.fixed .navbar-brand {
    overflow: inherit;
}
.custom-container-inner {
    padding-right: 10px;
    margin-left: 0;
    padding-left: 10px;
}
.testimonial_New .container-custom {
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    margin-left: 0;
    padding-left: 10px;
}
.admissions .social_sticky {
    bottom: 0;
}
.cd-top {
    bottom: 130px;
}
.option2 .main-head-main.top_head {
    font-size: 25px !important;
    line-height: 30px !important;
}
.col-md-2.graduate_common {
    padding-right: 0px;
  
}
.pgpm .tab_holder .custom-container-inner .main-head-main {
    font-size: 25px !important;
}
.video_first_holder {
    margin-top: 0px;
}
.option2 .news2 .inner_news .main-head-main {
    margin-bottom: 0px !important;
}
.margin-b .main-head-main {
    margin-top: 30px !important;
}
.next_step_main_container .aply_now_btn {
    font-size: 18px !important;
}
.fixed a.pgpm-menu.offCanvas_trigger {
    height: 71px;
    margin: 8px 0px 0 16px !important;
}
.fixed .sb-search {
    top: 12px;
}
.next-step-col {
	max-width: 100%;
    padding-right: 0px;
	padding-left: 10px;
}
/*.association-logo ul li {
    width: 20% !important;
    border: none;
	padding: 0px !important;
    height: 70px !important;
    margin-bottom: -22px;
	
}*/
.association-logo ul li:nth-child(5) img {
    max-width: 100%!important;
    height: auto;
}
.association-logo ul li:nth-child(6) img {
    max-width: 100%;
    height: 38%;
}
.association-logo ul li:nth-child(2) img {
    top: 0;
}
.option2 .testimonialcontent p {
    padding: 10px !important;
}
.col-box .name-holder {
    height: 85px;
}
.association .container-fluid {
    max-width: 100%;
}

.left-ranking {
    padding-top: 30px !important;
}

.panel.association {
    padding-bottom: 0!important;
    padding-top: 30px!important;
}
.association-logo {
    margin-bottom: 0;
}
.karma_yoga_text.world_text {
    text-align: center!important;
	margin-bottom: 10px;
}
.deadline_date {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 20px;
}
.about-text-col span {
    font-size: 25px;
}
p.color-blue {
    margin-bottom: 15px;
}
.ranking-section {
    margin-top: 40px;
}
.ranking {
    font-size: 35px;
}
.governing-council .council {
    padding-right: 15px;
}
.association-logo h2 {
    margin-bottom: -10px;
}
.news_camp {
    padding: 60px 19px 0px 19px !important;
}
.campus-slider .carousel-control.left, .campus-slider .carousel-control.right  {
    padding: 26% 0;
}
.news-blog .news-div .transform_lead {
    height: 130px !important;
}
.news-div{
	padding-top:30px;
}
.pgdm h2 {
    font-size: 20px;
    margin: 0px 0px 30px 0px;
}

.infoseminars {
    font-size: 16px;
}
.course-sec-left {
	padding-left:15px;
}
.course-sec-right {
	padding-right:15px;
}
.top30 {
	margin:30px 0 !important;
}
.about table {
    width: 700px;
}
.faqs-heading, .facultyh3 h3, .pgpm-flex h3 {
    font-size: 27px;
    line-height: 30px;
    font-weight: 500;
}
.pgxpm h3{font-weight: 700;}
.tab label {
    line-height: 29px;
    padding-right: 40px;
}
.pgpm-mobile-padding {
    padding-top: 0px !important;
	margin-top: -15px;
}
.pgdm-mobile-top {
    margin-top: 0px !important;
}
.vission h2 {
    font-size: 25px;
    line-height: 28px!important;
}
.recruit h2 {
    line-height: 32px!important;
}
.recruitment-testimonial {
    background-color: #f3f1f1;
    color: #000000;
}
.recruitment-testimonial .testimonial_name span{color:#03304e!important;}
.recruitment-testimonial .testimonial_name {
    color: #03304e!important;
}
.recruitment-testimonial .testimonialcontent p{color:#03304e!important;}
.media-div-col {
    margin-bottom: -20px;
    padding-top: 0!important;
}
.layer-pic span {
    font-size: 20px;
}
.inner-pgpm-pgdm.padding-faculty .main-head-main {
    font-size: 55px!important;
    line-height: 55px!important;
}
.council {
    margin-bottom: 40px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}
.council img {
    height: auto!important;
}
section.panel.management {
    padding-bottom: 0;
}
.fl-left.centers-of-excellence {
    padding-bottom: 60px!important;
}
.tab label::after {
    line-height: 2;
}

.font-width20 {
    font-size: 16px !important;
    margin-bottom: 30px !important;
}
.mobile-f{margin-top:0!important;}
.about-team .col-md-6 img {
    margin-top: 0!important;
}
.event_right {
    padding-left: 10px!important;
	padding-right:15px!important;
}
.text_right_up p a {
    font-size: 16px!important;
}
 
img.logo-col1 {
    max-width: 46%;
}
img.logo-col2 {
    max-width: 37%;
}
span.amba {
    position: relative;
    top: 0;
    right: -15px;
	margin-bottom:0;
}
.accreditations-section {
    width: 50%;
    margin-bottom: 0;
}
.accreditations-section span {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 19px;
}
.four {
    position: relative;
    left: 0!important;
}
.infocus-text {
    font-size: 22px!important;
    line-height: 27px!important;
}
.crest-col {
    margin-bottom: 45px !important;
}
.mobile-top {
	width:100%;
	float:left;
    margin: 18px 0px 60px 0px; !important;
}
.mobile-bottom {
	float:left;
}
.mobile-bottom h2 {
	margin-bottom: 15px !important;
}
.mobile-bottom-1 {
	width: 100%;
	float:left;
	margin-bottom: 60px !important;
}
.mobile-bottom-2 {
	float:left;
}
.mobile-bottom-2 h2 {
	padding-bottom: 12px;
}
.mobile-top-3 h2 {
    margin: 26px 0px 18px 0px !important;
}
footer.nb-footer .footer-info-single .title {
    font-weight: 600;
}
section.panel.association.association-mobile-col {
    padding-top: 15px !important;
}
.testimonial-text-col {
    margin-top: 10px !important;
}
.event-main .col-lg-4 .dates {
    padding-top: 10px !important;
	padding-bottom: 4px !important;
}
.events-div-col p {
	word-break:normal;
}
.slick-prev {
    left: -14px !important;
}
.slick-next {
    right: -13px !important;
}
.transform_content p {
    font-weight: 400;
}
.sub-head-div {
    margin-top: 12px !important;
}
.main-head-two span {
    font-size: 24px !important;
	margin-bottom: 10px;
}
.crt-widget-carousel .crt-post {
    padding: 0px !important;
}
.ranking-mobile-div-col {
	margin-top: -10px;
}
#content .transform_lead .transform_content.pgpm-new-div p {
    margin: 5px 0px 10px 0px !important;
}
#content .transform_lead .transform_content.pgpm-new-div {
    height: 100% !important;
    padding: 6% 10px 4% 10px !important;
}
.transform .small {
    height: 61px !important;
}
.up_read_more, .upcoming_text_holder p, .tab_panel .inner-pgpm-pgdm p, .testimonials_text_holder p, .deadline_date, footer.nb-footer .footer-info-single ul li a, .transform_lead .common-btn a, .option2 .management .common-para p, .about table td, .disclosure li a, .inner_client_panel span, .inner_client_panel a, .about ul li span, .about ul li a, .inner_date_list li a, .inner_news_cover p, .accreditations-page p, .inner_news p, .inner_learning p, .testimonialcontent p, .listing li, .common-new-p p, .financial ol li, .about p, .excellence ul li, .about ul li, .student-life p, .contact p, .pgpm-flex ul li, .pgpm-flex ol li, .tab label {
    font-weight: 400 !important;
}
.campus-slider .slick-prev {
    left: -5px !important;
}
.campus-slider .slick-next {
    right: -5px !important;
}
.conferences-mobile-div h2 {
	margin: 0px 0px 12px 0px !important;
}
.financial .about {
    padding-right: 0px !important;
}
.career-impact-mobile .inner-box-people.middle-people, .career-impact-mobile .inner-box-people.four_people {
    top: 0px;
}
.events-detail-div .inner_news_cover {
    padding: 0px 15px 60px 0px;
}
.events-detail-div .col-sm-3 {
   flex: 0 0 100%;
   max-width: 100%;
   padding-left: 10px;
   padding-right: 10px;
}
.slider-new-div .video-div-col2 {
    padding-bottom: 66% !important;
}
.contact {
    margin-top: 0px !important;
}
.detail ul li {
	padding-right: 30px;
}
.about ul li {
    padding-right: 30px;
}
.nb-footer .merge:nth-child(3), .nb-footer .merge:nth-child(4) {
    height: 250px !important;
}
.mobile-bottom20 {
	margin-bottom: 26px;
}
.accreditations-logo-mobile img {
    width: 154px !important;
}
.pgpm-new-button {
    margin: 0px 3% 21px 0px !important;
    width: 47% !important;
}
.admissions-pic{
	display: none !important;
}
.admissions-col {
    display: inherit;
    margin-top: -46px;
}
.key-dates-col .tab-div-col {
    padding: 0px 0px 0px 0px !important;
}
.transform_content p {
    line-height: 19px !important;
    margin: 3px 0px 0px 0px !important;
}
.banner-date {
    font-size: 14px;
}
.event_right .text_right_up p {
    font-weight: 600;
}
.interim-heading-col {
    margin-bottom: 24px !important;
}
.crest-slider-col {
    padding: 0 15px;
}
.advisory-councils a {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.speaker {
    padding: 60px 10px;
}
.speakers-heading {
    text-align: center;
}
.speaker h2 {
    font-size: 22px;
}

.testimonial-sec .transform .slick-next, .transform .slick-prev {
    left: -14px !important;
}
.testimonial-sec .transform .slick-next, .transform .slick-next {
    right: -13px !important;
}
.vission.messages.academic.white-bg.research.padding-bottom0.about.padding-top0.pt-0.classification-projects h2 {
    font-size: 25px;
    line-height: 28px !important;
}
.vission.messages.academic.white-bg.research.padding-bottom0.about.padding-top0.pt-0.classification-projects.live-projects-undertaken h2 {
    margin-bottom: 0px;
}
.vission.messages.academic.white-bg.research.padding-bottom0.about.padding-top0.pt-0.classification-projects.live-projects-undertaken {
    margin-top: 30px;
}
.heading-new-col {
    font-size: 20px !important;
}
.academic h3 {
    font-size: 25px;
    line-height: 28px !important;
}
.text-2 {
    margin: 0px 10px 60px 0px !important;
}
.core-courses .col-md-4, .core-courses .col-md-6, .core-courses .information-technology {
    margin: 0px 15px 20px 15px;
    max-width: 94%;
    flex: 0 0 94%;
}
.core-courses .information-technology {
    margin: 0px 15px 0px 15px;
}
.footer-div-col2 {
    margin-bottom: 10px !important;
}
.tranform_table_cell .banner-date-new {
    margin: 10px 0px 10px 0px !important;
}
.banner-date {
    margin: 5px 0px 0px 0px !important;
}
}





 



@media (max-width:1614px) {
.program-sec p {
    height: 200px;
}
.program-sec h3 {
    height: 40px;
}
}
@media (max-width:1390px) {
.program-sec p {
    height: 250px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council img {
    width: 160px;
}
}

@media (max-width:1366px) {
.about {
	padding-right:0px !important;
}
.about-container {
	padding-right:15px !important;
}
.infocus-text {
    padding-top: 20%;
}
.option2 .transform_lead img {
  object-position: 0px 0px;
}
}
@media (max-width:1350px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council img {
    width: 100px;
}
}
@media (max-width:1230px) {
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council img {
    width: 170px;
}
}













@media (min-width:768px) {
.navbar-offcanvas .navbar-toggler {
	display: block
}
}
@media (max-width:768px) {
.col-md-4.padding-default {
    padding: 0 15px!important;
}
	.col-sm-4.last-col-4 {
    margin-bottom: 0;
}
	.width1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.width1-top {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.option2 .testimonialcontent p {
    padding-right: 0;
    text-align: center!important;
}
.col-sm-12.padding0.pad-right.col-box {
    margin-left: 0px;
}
	.option2 .news2 .inner_news p {
    padding-right: 0;
}
	.accreditations-section span {
    margin-top: 15px;
    font-size: 12px;
    line-height: 15px;
}
	.right_upcoming_evets h2 {
    margin-bottom: 18px;
}
	.event_left {
    margin-bottom: 15px;
}
	.stident-life-holder {
    margin-top: 30px;
}
.nb-footer .merge:nth-child(5) {
max-width: 100%;
height: auto!important;
}
.spotlight.coe {
    padding-top: 25px!important;
}
.global-icon ul li {
width: 32%;
margin: 8px 0 0 0;
}
.tabordion {
    width: 96%;
  }
  .mobile-none {
    display: none;
}
  .pad0 {
    padding: 0;
    margin-bottom: 3px!important;
}
  .mobile768 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
  .pgpm .tab_holder .custom-container-inner .main-head-main.main-head-main-new {
    font-size: 55px!important;
    line-height: 50px!important;
    font-weight: 800;
}
  .titans-speak {
    margin-bottom: 60px;
}
  .new-back-btn-position{display:none;}
  .corporate-pad {
    padding-bottom: 60px;
}
.mobile-768 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 30px;
}
  .campus .col-md-4 {
    padding-right: 0px;
    margin-top: 0;
}
  .new_media_new.mobile-f {
    padding: 0 15px!important;
	    margin-bottom: 20px;
}
.divider {
    margin-top: 0;
}

  .new_media {
    margin-bottom: 30px!important;
}
  .associations {
    width: 33.3%;
  }
  .margin-tab {
    margin-bottom: 15px!important;
}
  .association {
    padding-top: 25px !important;
}
  .about-team .col-md-6 img {
    margin-top: 20px;
    margin-bottom: 0;
}
 .key-links a {
    font-size: 14px;
    line-height: 17px;
	padding:15px 8px;
}
section.vission.messages.faculty p span {

    font-size: 26px !important;
    margin-bottom: 20px;

}
  .about-team{margin-bottom:0;}
  .mobile-f {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.layer {
    height: auto;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mobile-f {
    padding-left: 0!important;
    margin-top: 0;
    padding-right: 0!important;
    margin-bottom: 0;
}
.about-heading-new {
    font-size: 33px;
    line-height: 36px;
}
.margin-b30 {
    margin-bottom: 30px;
}
.association-logo ul li:nth-child(3) {
    padding: 0;
    width: 14.8%;
    position: relative;
    right: 0;
}
.association-logo ul li:nth-child(3) img {
    max-width: 75%;
}
.association-logo ul li:nth-child(1) {
    padding-left: 0px;
    width: 22%;
}
.association-logo ul li:nth-child(1) img {
    max-width: 100%;
}
.association-logo ul li:nth-child(2) {
    width: 14.8%;
    position: relative;
    right: 0;
}
.association-logo ul li:nth-child(2) img {
    max-width: 100%;
}
.association-logo ul li:nth-child(4) {
    width: 14.8%;
    right: 0;
    position: relative;
    top: 0;
}
.association-logo ul li:nth-child(4) img {
    max-width: 100%;
    height: 34px;
}
.association-logo ul li:nth-child(5) {
    width: 14.8%;
    position: relative;
    top: 2px;
    right: 9px;
}
.association-logo ul li:nth-child(5) img {
    max-width: 129%;
    height: auto;
}
.association-logo ul li:nth-child(6) {
    width: 14.8%;
    position: relative;
    top: -3px;
    right: 0;
}
.association-logo ul li:nth-child(6) img {
    max-width: 119%;
    position: relative;
}
.upcoming_text_holder p {
    font-size: 16px;
    line-height: 21px;
}
.right_upcoming_evets p {
    font-size: 16px !important;
    line-height: 18px !important;
}
.event_right {
    max-width: 67%;
    float: right;
    padding-right: 0;
    padding-left: 30px;
}
.right_upcoming_evets{padding:15px!important;}
.dates {
    padding: 13px 9px !important;
}
.text_right_up p {
    font-size: 12px !important;
    line-height: 14px !important;
}
.text_right_up p a {
    font-size: 11px;
    line-height: 14px!important;
}
.text_right_up {
    margin-left: 0px!important;
}
.upcoming_text_holder p {
    font-size: 15px!important;
    line-height: 20px!important;
}
.infocus-line {
    width: 100%;
    margin: 0 0px 20px 0px;
    padding: 0;
}
.infocus-text {
    padding-top: 15px;
}
.no-image-article .upcoming_text_holder_right {
    padding-bottom: 40px;
}
.infocus-text {
    font-size: 15px;
    line-height: 18px;
}
.upcoming_text_holder {
    min-height: 295px!important;
}
.table-cell-img-first img {
    width: 1100%;
}
.first {
    padding: 0;
}
.four {
    position: relative;
    left: -12px;
}
.table-cell-img.table-cell-img-first {
    position: relative;
    top: -3px;
}
.ranking-logo span {
    font-size: 15px;
    line-height: 18px;
}
.news-cover-divider .mobile-f {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.news_img_panel {
    top: 20px;
}
.news_img_panel {
    margin-bottom: 35px;
}
.margin-bottom_new {
    margin-bottom: 30px;
}
section.design.transform.admissions-volume3.admissions-volume4 .transform_lead {
    height: auto!important;
}
section.design.transform.admissions-volume3.admissions-volume4.admissions-volume5 img {
    object-position: 0!important;
    object-fit: unset!important;
    height: auto !important;
    max-width: 100%!important;
}
section.design.transform.admissions-volume3.admissions-volume4.admissions-volume5 .transform_content {
    width: 100%!important;
    padding: 3.2% 13% 3% 96px !important;
    height: 100%!important;
    margin: 0!important;
    position: static;
	    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.mobile-top0 {
	margin-top:0px;
}
.events-div-col p a{
	line-height: 20px !important;
}
.pgdm-main-col{
	padding-left:0px;
}
.events-detail-main .transform_table {
	padding-top: 20px;
	padding-bottom: 20px;
}
.events-div {
    margin-bottom: 27px !important;
}
.error-col {
    width: 100%;
    padding-left: 0px;
}
.sapience-heading {
	font-size: 28px;

    margin: 20px 0px 15px 0px !important;
}
.talent-listings-mobile {
	margin-bottom: 20px !important;
}
.campus-new-col p {
	font-size: 16px !important;
    margin-top: 15px !important;
}
.about-team.tab768.message-new-box img {
    margin-bottom: 15px !important;
}
.message-new-box1 .font-width20 {
    margin-top: 15px;
}
.main-head-main.main-head-main-v2.world-class-campus span {
    line-height: 38px !important;
}
.recruit-sec .about-heading-new {
    font-size: 25px;
	margin-bottom: 15px;
}
.testimonial-sec .about-heading-new {

    font-size: 25px;
}
.slider-sec .about-heading-new {
    font-size: 25px;
	padding: 0px 20px;
}
.slider-des1 p {
    font-size: 27px !important;
	line-height: 40px !important;
	padding-top: 0px;
	font-weight: 700 !important;
	text-align: center;
}
.slider-pic {
    width: 100%;
}
.slider-pic p br {
    display: none;
}
.slider-pic p {
    line-height: 30px !important;
	text-align: center;
	margin-top: 20px;
}
.slider-des1 {
    padding: 0% 60px 0px 60px;
}
.slider-pic.slider-pic1 p img {
    display: inherit;
    margin: 0px auto 20px;
}
.slider-pic.slider-pic1 p, .slider-pic.slider-pic2 p {
    font-size: 16px;
}
.slider-sec {
    padding-bottom: 30px;
}
.mdps-consultancy table td img {
    margin: 0px;
}
.form-new {
    width: 100%;
    text-align: center;
}
.form-new-section #err {
    margin: 0px 0px 10px -14px;
}
.form-new-section h2 {
    margin: 0px 0px 20px -16px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council img {
	width: 150px;
    max-width: inherit !important;
	margin: 0 auto;
	float: inherit;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council {
    display: inherit;
    text-align: center;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg a {
    width: inherit;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg p {
    text-align: center !important;
}
.connect {
    margin: 20px auto 0px;
}
.panel.faculty-heading.global-thought-leaders.global-thought-leaders1.adcom-members .council .council-bg h2 {
    margin: 20px 0px 10px 0px;
}
}
@media (max-width:991px) {
.navbar-offcanvas .navbar-top .nav-item .nav-link {
	color: #000
}
.nav-open .navbar>.container-fluid {
	transform: translate3d(-282.67px, 0, 0)
}
body>.navbar-collapse {
	width: 282.67px
}
.upcoming_text_holder {
    padding: 0px 20px !important;
}
}
body>#overlay {
	position: fixed;
	top: 0;
	left: auto;
	right: calc(282.67px - 10px);
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow-x: hidden;
	z-index: 1029
}
@media (min-width:992px) {
body>.navbar-collapse .navbar-top, body>.navbar-top {
	display: none
}
body>#overlay {
	right: calc(424px - 10px)
}
}
@media (max-width:992px) {
.video_first_holder {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.global a {
    font-size: 12px;
}
.video_event_panel {
    margin-top: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}
.globally{
	    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.option2 .news2 .inner_news .main-head-main {
    color: #036f9c;
    font-size: 50px!important;
    line-height: 55px!important;
    font-weight: 800;
}
.program-des, .executive-div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mob-tab {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.inner-pgpm-pgdm {
    padding-right: 0;
    padding-left: 0!important;
    margin-top: 20px;
}
.deadline_date{position:static!important;}
.ful-testimonial {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.testimonials_text_holder p{padding: 0 0px!important; margin-top: 0px;}
.testimonials_text_holder{margin-top:15px;}
.testimonial_New .slick-prev {
    left: -9%;
}
.testimonial_New .slick-next {
    right: -9%;
}
.testimonial-text-col {
	font-size:25px !important;
	line-height:30px !important;
	margin-top: 34px;
}
.event-col .mobile_focus {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.career-impact-video {
	width: 100% !important;
    padding-bottom: 36% !important;
    margin-top: 30px !important;
}
.experiential-learning-video {
    width: 100% !important;
}
.class-profile-mobile-div {
	margin-top: 90px !important;
}
.video-div-col2 {
    padding-bottom: 82% !important;
}
.experiential-learning-video {
    margin-top: 71px !important;
}
.infocus-line {
    margin: 0% 0px 10% 0px;
}
.button-pgpm1 {
    margin: 0px 0px 0px 10px;
}
.karma_yoga_text, .slider2 .main-head-two span {
    margin-bottom: 10px;
}
.experiential-learning img {
    height: inherit;
    margin-top: 50px;
}
.main-head-main.slider-heading.alumni-speak {
    padding: 30px 0px 0px 0px;
}
.pgdm-class-profile {
    margin-top: 40px !important;
}
.testimonial_New {
    padding: 30px 0px 40px 0px !important;
}
.blacktext {
    height: inherit;
}
.blacktext.name {
    height: inherit;
}

.testimonial_New .testimonials_img_holder img {    width: 100% !important;
    height: auto !important;}
.class-profile-new p {
    height: inherit;
}


}
@keyframes topbar-x {
0% {
top:0;
transform:rotate(0)
}
45% {
top:6px;
transform:rotate(145deg)
}
75% {
transform:rotate(130deg)
}
100% {
transform:rotate(135deg)
}
}
@keyframes topbar-back {
0% {
top:6px;
transform:rotate(135deg)
}
45% {
transform:rotate(-10deg)
}
75% {
transform:rotate(5deg)
}
100% {
top:0;
transform:rotate(0)
}
}
@keyframes bottombar-x {
0% {
bottom:0;
transform:rotate(0)
}
45% {
bottom:6px;
transform:rotate(-145deg)
}
75% {
transform:rotate(-130deg)
}
100% {
transform:rotate(-135deg)
}
}
@keyframes bottombar-back {
0% {
bottom:6px;
transform:rotate(-135deg)
}
45% {
transform:rotate(10deg)
}
75% {
transform:rotate(-5deg)
}
100% {
bottom:0;
transform:rotate(0)
}
}


@media (max-width:917px) {
.industry-classification1 {
    display: inherit;
}
.industry-classification {
    display: none;
}
}
@media only screen and (max-width:900px) {
.video-div-col2 {
    padding-bottom: 93% !important;
}
}
@media only screen and (max-width:692px) {
.button-pgpm1 {
    margin: 15px 60px 0px 0px;
}
}
@media only screen and (max-width:768px) {
.main-head-two {
	font-size: 46px;
	line-height: 49px
}
.news-cover-divider:last-child {
    margin-bottom: 0;
}
.spotlight span br {
    display: none;
}
.spotlight span {
    font-size: 24px;
	margin-bottom: 0;
}
.mobile-f.new_media span {
    line-height: 30px !important;
}
.facultyh3 span {
    line-height: 35px !important;
}
.inner_news {
	margin-top: 0;
}
.inner-box-people p {
	font-size: 14px;
	line-height: 14px;
	margin: 0
}
.name-holder p {
	font-size: 13px;
	line-height: 17px
}
.option2 .experiential_learning_right {
    padding-left: 0;
    margin-top: 0;
}
section.vission.messages.academic.tab0{padding-top:0!important;}
section.about-team.tab768 {
    margin-bottom: 60px;
}
.testimonial-sec .transform .slick-next, .transform .slick-prev, .testimonial-sec .transform .slick-next, .transform .slick-next {
    top: 40% !important;
}
}
@media only screen and (max-width:685px) {
.pgpm-new-button {
    margin: 0px 18px 21px 0px;
}
.pgpm-new-button:last-child {
  margin-right: 0px;
}
}
@media only screen and (max-width:666px) {
.footer-div-col1 {
    margin-top: -37px;
}
}

@media only screen and (max-width:640px) {
	.inner_news.pgdm-mobile-top.martop {
    margin-top: 0!important;
}
.main_news_holder.padding-top30.martop02 {
    padding-top: 0;
}
.karma_yoga_text.world_text {
	text-align:left !important;
}
a.infoseminars.infoseminars-new {
    display: inline-block;
    margin: 0 0 30px 0;
    float: none;
    width: auto;
}
.inner-pgpm-pgdm {
	padding-right: 0
}
.titans-speak {
    padding-bottom: 15px;
}

.inner-box-people {
	height: 100px
}
.management-new .main-head-main {
	font-size: 23px;
	line-height: 26px
}
.inner_numericals p, .inner_numericals p span {
	font-size: 10px;
	line-height: 13px
}
.second img {
	max-width: 80%
}
.first img {
	margin-top: 19px
}
.inner_numericals_holder {
	padding: 0
}
.inner_numericals p {
	text-align: center
}
.option2 .tab_panel .padding-reduce {
	padding: 0 15px
}
.video_first_holder {
	margin-top: 0;
}
.inner-pgpm-pgdm.padding-faculty .main-head-main {
    font-size: 55px!important;
    line-height: 55px!important;
}
.globally{
	    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.learning .learning-mobile-col{
	margin-bottom: 22px !important;
}
.slider-des-col {
    display: none;
}
}
@media only screen and (max-width:607px) {
.footer-div-col1 {
    margin-top: -17px;
}
}
@media only screen and (max-width:550px) {
	.noscroll table {
    width: 100%!important;
}
	.upcoming_text_holder .table {
    height: 100%!important;
    margin-top: 0;
}
.upcoming_text_holder {
    min-height: 231px!important;
}

.tranform_table_cell .main-head-two {
	text-align: center;
	font-size: 20px;
	line-height: 23px
}
.table {
margin-top: 40px;

overflow-y: scroll;
}

section.testimonial h2 {
    color: #ffffff!important;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
}
.table-holder-new table {
    width: 100%!important;
}
.table-holder-new {
    margin-bottom: 30px!important;
}
.table100 table {
    width: 100%!important;
}
.about.pgpm-flex2 {
    margin-bottom: 30px;
}
.table-cube {
    overflow-y: scroll;
}
.table-div.table-div-pgdm {
    margin-bottom: 0;
}
.spotlight.spotlight-new {
    padding-bottom: 20px!important;
    padding-top: 0!important;
}
.table-div {
    width: 100%;
    margin-bottom: 0;
}
.table-div.table-div-pgpm {
    margin-bottom: 20px;
}
.about table {
    width: 700px;
}
.corporate-video {
    height: 200px;
}
.campus-video {
    height: 179px;
}
.img_holder_testimonial.img_holder_testimonial2 img {
    max-width: 100%!important;
}
p.first-line span, p.first-line {
    font-size: 27px!important;
    line-height: 30px;
}
.tranform_table_cell {
    vertical-align: top;
    padding-top: 0;
}
.sb-search.sb-search-open, .no-js .sb-search {

    width: 35%;
}
.news_camp.news_camp2 {
    padding-bottom: 0px!important;
}
.panel.management.pgpm-flex.padding_bottom2 {
    padding-bottom: 0!important;
}

.karma_yoga_text, .main-head-two, .slider1 .main-head-two span, .slider2 .main-head-two span {
	line-height: 23px
}
.transform_content {
	height: 223px;
}
.transform_content p {
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
}
.slider3 .main-head-two {
	font-size: 12px;
	line-height: 16px
}
.transform_lead .common-btn a {
	font-size: 12px;
	line-height: 12px;
	padding: 0 15px 5px!important;
	margin-top: 13px
}
.management-new .main-head-main {
    font-size: 24px;
    line-height: 30px;
}
.first {
	width: 50%;
	max-width: 29.73%;
	padding-right: 0
}
.second, .three {
	position: relative;
	width: 21.93%;
	padding: 0
}
.second {
	right: -25px;
	max-width: 50%
}
.three {
	right: -35px;
	max-width: 21.93%
}
.four {
	padding: 0;
	width: 18.93%;
	max-width: 18.93%
}
.four img {
	margin-right: -10px;
	margin-top: 0;
	max-width: 60%
}
.first img {
    margin-top: 1px;
    height: 48%;
}
.logo-ranking.last-ranking-logo img {
    height: 39%;
    position: relative;
    top: 0;
}
.inner_numericals_holder {
	width: 50%;
	max-width: 50%;
	margin-bottom: 20px
}
.dates p {
	font-size: 29px!important;
	line-height: 31px!important;
	padding-right: 0!important
}
.association-logo ul li {
	padding: 0 6px;
	height: 28px
}
.first img {
    margin-top: 1px;
    height: 48%;
    max-width: 97%!important;
    right: -8px!important;
    top: 5px!important;
}
  .tabordion {
    width: 100%;
  }
  
  .tabordion section label {
    font-size: 13px;
    line-height: 16px;
  }  

 .tabordion section article {
    left: 200px;
    min-width: 270px;
  } 
  
.tabordion section article p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 15px;
}
 .apl {
    bottom: 16px!important;
} 
.about-team{margin-bottom:0;} 
.academic-text {
    bottom: 0;
}
.no-image-article {
    height: inherit;
}
footer.nb-footer .copyright {
    float: left;
    width: 100%;
}
.media-div-col2 {
    padding-top: 0!important;
}
.media-div-col {
    padding-bottom: 60px !important;
}
.top40 {
    margin-top: 46px;
}
.event-main .col-lg-4 .dates {
    padding-top: 10px !important;
}
.event_left .dates p span {
    margin-top: 0px !important;
}
.campus-slider .slick-slide img {
	width: 80%;
	margin: 0 auto;
}
footer.nb-footer .footer-info-single {
    margin-top: 0px;
}
.footer-mobile-col-1 {
    margin-bottom: 0px !important;
}
.footer-div-col1 {
    margin-top: -7px !important;
}
.logo-box, .logo-box1, .logo-box2 {
    float: left;
}
.logo-box {
    width: 45%;
}
.logo-box1 {
    width: 45%;
    float: right;
}
.logo-box2 {
    width: 90%;
    margin-top: 30px;
}
.pgpm-new-button {
    margin: 0px 7px 21px 0px;
    width: 174px;
    font-size: 15px;
}
.karma_yoga_text, .main-head-two {
    font-size: 20px !important;
}
.transform_content {
    padding: 15px 48px 0 55px;
}
.logo-new-box .logo-box2 {
    margin-top: 30px;
}
footer.nb-footer {
    padding: 50px 0px 26px 0px;
}
.top-new1 .logo-box.logo-new img {
  width: 100px;
}
.top-new1 .logo-box.logo-new2 img {
  width: 60px;
}
.top-new2 .main-head-new {
  text-align: left;
}
.top-new2 .vision-div-col {
  text-align: left;
}
.top-new2 .vission-bottom {
  text-align: left;
}
.top-new1 {
  margin: 30px 0px 50px 0px;
}
.top-new1 .logo-box.logo-new {
    margin: 0px 0px 30px 7%;
}
.top-new {
    margin: 0px 0px 0px 0px !important;
}
.top-new1 .logo-box.logo-new2 {
  width: 20% !important;
}
.top-new1 .logo-box1 {
  width: 60%;
}

}
@media only screen and (max-width:495px) {
.footer-div-col2 {
    margin-bottom: 40px;
}
.footer-div-col1 {
    margin-top: 13px !important;
}
}
@media only screen and (max-width:472px) {
	.noscroll table {
    width: 100%!important;
}
	
	.about-pic {
    display: block;
    margin: 0px auto 0 auto;
}
.main-head-two, .testimonial_New .main-head-main {
	text-align: center
}
.pgpm-flex-h3 h3 {
    font-weight: 700;
}
.custom-container-inner.top15 {
    float: left;
    width: 100%;
}
.pgxpm {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.pgdm-ad .common-para.padding-top70.about.excellence.pgdm {
    padding-top: 0!important;
    margin-top: -25px;
}
.pgdm-ad{float:left; margin-bottom:60px;}
.last-_media_cover {
    float: left;

    margin-bottom: 60px!important;
}
.mobile-f1024.marbtm30 {
    padding: 0 0 !important;
}
.col-md-6.mobile-f.mobile-f1024.pull-left.padding-right50.padpad, .mobile-f.mobile-f1024.padpad, .mobile-f1024.pull-left.program-des {
    padding: 0 0 !important;
}
p.third-line span {
    font-size: 18px;
    line-height: 25px;
}
.media-div-col {
    padding-bottom: 0px !important;
}
.row.padding-top30.margin-top-new {
    padding-top: 10px;
}
.pad {
    padding: 0 15px!important;
}
.tranform_table_cell {
    vertical-align: middle;
    padding-top: 0;
}
.inner_numericals_holder {
	width: 50%;
	max-width: 100%;
	margin-bottom: 30px;
	padding-left: 0
}
.laptop-v {
	margin-top: 0
}
.laptop-v .inner_numericals_holder:last-child {
	margin-bottom: 0
}
.tab_panel .nav-tabs>li>a {
	font-size: 24px;
	line-height: 27px
}
.tab_panel .common-btn {
	margin-top: 10px;
	text-align: left;
}
.tab_panel .padding-reduce {
	margin-bottom: 0px
}
.mobile_margin, .padding-reduce.mob-tab.last-child {
	margin-bottom: 0
}
.tab_panel .tab-content {
	padding-bottom: 0
}
.inner-box-people {
	height: 108px
}
.fast_facts .name-holder p span {
	display: none
}
.header .navbar-brand img {
    padding-top: 0;
}
.header {
	padding: 0px 12px;
}
.common-box-people .name-holder p span {
	display: block
}
.management .common-btn a {
	text-transform: capitalize
}
.left-ranking ul li {
	font-size: 15px;
	line-height: 18px;
	height: 86px
}
.tab_panel .nav-tabs>li>a {
	padding: 15px
}
.transform_lead img {
	object-position: 0 0
}
.transform_content {
	height: 170px;
	padding: 0 3%;
	position: static
}
.common-btn a {
	font-size: 14px;
	line-height: 20px
}
.common-btn a i {
	font-size: 19px;
	padding-left: 4px
}
.inner-box-people h3 {
	font-size: 28px;
	line-height: 31px;
	margin-bottom: 0
}
.transform_lead {
	height: auto!important;
}
.container-custom {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
.mobile_focus {
	margin-bottom: 15px
}
.mobile_margin2 {
	margin-bottom: 30px
}
.dates p {
	font-size: 29px!important;
	line-height: 31px!important
}
.upcoming_text_holder p {
	padding: 0!important
}
.tab_panel .padding-reduce {
	padding: 0 15px
}
.main_news_holder {
	padding-right: 0;
	padding-top: 0
}
.tab_panel {
	padding-bottom: 0
}
.testimonials_text_holder p {
	padding: 0!important
}
.alumni {
	margin-top: 0!important
}
.testimonial_New .slick-next, .testimonial_New .slick-prev {
	display: none!important
}
.main-head-main, .testimonial_New .main-head-main {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 0px!important
}
.karma_yoga_text, .main-head-two, .slider1 .main-head-two span, .slider2 .main-head-two span {
	font-size: 24px;
	line-height: 25px!important;
}
.slider3 .main-head-two span {
	line-height: 17px;
	font-size: 14px;
	display: inline-block
}
.tranform_table_cell .main-head-two {
	text-align: center;
	font-size: 16px;
	line-height: 19px
}
span.banner-heading {
    font-size: 21px !important;
    line-height: 25px !important;
}
.transform_lead .common-btn {
    text-align: right;
}
.sub_head {
    font-size: 21px;
    line-height: 25px;
    margin-top: 4px;
}
.slick-next:before, .slick-prev:before {
	font-size: 26px!important
}
.top-link ul {
	margin-right: 0
}
.top-link li {
	padding-top: 0!important
}
.left-ranking, .search-btn {
	padding-top: 0
}
a.offCanvas_trigger {
	top: -4px
}
.pad-right {
	width: 100%;
	padding: 0 15px
}
.option2 .management .container-custom {
	padding-right: 15px
}
.learning .common-para p {
	color: #fff;
	padding-right: 0
}
.option2 .learning_more {
	margin-top: 30px;
	padding-right: 0
}
.aply_now_btn {
	margin-bottom: 15px
}
.multiple-items p {
	width: 50%;
	float: left
}
.management-new .main-head-main span {
    line-height: 25px;
}
.event_left {
    width: 36%;
    margin-bottom: 20px;
}
.inner_media_small_sec h4 a {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
}
.association-logo ul li:nth-child(6) img{max-width:100%; height:auto;}
.associations {
    width: 49.9%;
    height: 24px;
}
.associations-logo-1 img {
    height: 40px;
}
.associations-logo-2 img {
    max-width: 80px!important;
}
.associations-logo-3 img {
    height: 40px;
}
.associations.associations-logo-4 {
    position: relative;
    top: 3px;
}
.associations-logo-4 img {
    max-width: 81px!important;
}

.associations.associations-logo-3 {
    position: relative;
    top: 6px;
}
.associations-logo-5 img {
    max-width: 85px!important;
}
.associations-logo-6 img {
    max-width: 88px!important;
}
.mobile-768 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-top:0px;
}
.tab-div-col {
    padding: 46px 0px 0px 0px !important;
}
.programs-div {
    font-size: 25px !important;
}
.event-main .col-lg-4 {
    margin-right: -20px;
}
.event-main .col-lg-8 {
    max-width: 80% !important;
	margin-left: 14px;
}
.upcoming_text_holder .table-cell {
    padding-top: 0px !important;
    text-align: left;
}
.learning .learning-mobile-col {
    margin-bottom: 36px !important;
}
.pgdm-main-col{
	margin-top: 40px !important;
}
.events-div {
    margin-bottom: -3px !important;
}
.form-new-section .form-section {
    padding: 0px 15px 0px 15px;
}
.scores-accepted-logo {
margin: 25px 0px -20px -5px;
}
}
@media only screen and (max-width:460px) {
.accreditations-logo-mobile img {
    width: 78% !important;
}
}
@media only screen and (max-width:457px) {
.pgpm-mobile-menu1 a, .sticky1 .pgpm-mobile-menu1 a {
    font-size: 14px;
	padding: 0 2px;
}
}
@media only screen and (max-width:425px) {
.pgpm-mobile-menu1 a, .sticky1 .pgpm-mobile-menu1 a {
    font-size: 13px;
}
}
 
@media only screen and (max-width:416px) {
.footer-ul-col {
	padding-left: 16px;
}
.footer-ul-col li::before {
  content: "\2022"; 
  color: #fff;
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
  float: left; 
}
.footer-mobile-col-1 {
    margin-top: 5px !important;
}
.footer-div-col2 {
    margin-bottom: 40px !important;
}
}
@media only screen and (max-width:414px) {
.left-ranking ul li {
	font-size: 15px;
	line-height: 18px;
	height: 86px
}
span.amba {
    top: -2px!important;

}
.accreditations-section {
    width: 50%;
    margin-bottom: 16px;
}
.ranking-logo {
    width: 55%;
    float: left;
    margin-left: 20px;
}
.tab_panel .nav-tabs>li>a {
	font-size: 16px !important;
	padding: 15px 5px;
}
.transform_lead img {
	object-position: 0 0
}

.common-btn a {
	font-size: 14px;
	line-height: 20px
}
.common-btn a i {
	font-size: 19px;
	padding-left: 4px
}
.inner-box-people h3 {
	font-size: 28px;
	line-height: 31px;
	margin-bottom: 0
}
.transform_lead {
	height: auto!important
}
.container-custom {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
.mobile_margin {
	margin-bottom: 0
}
.mobile_focus {
	margin-bottom: 15px
}
.mobile_margin2 {
	margin-bottom: 30px
}
.upcoming_text_holder p {
	padding: 0!important
}
.tab_panel .padding-reduce {
	padding-right: 15px;
	padding-left: 15px
}
.tab_panel {
	padding-bottom: 0
}
.testimonial_New .main-head-main {
	text-align: center
}
.testimonials_text_holder p {
	padding: 0!important
}
.alumni {
	margin-top: 0!important
}
.testimonial_New .slick-next, .testimonial_New .slick-prev {
	display: none!important
}
.main-head-main, .testimonial_New .main-head-main {
	font-size: 30px;
	line-height: 33px;
}
.sub_head, .tranform_table_cell .main-head-two {
	/*text-align: center;
	font-size: 14px;
	line-height: 17px*/
}
.slider3 .main-head-two {
	font-size: 13px;
	line-height: 16px
}
.karma_yoga_text, .main-head-two {
/*	font-size: 14px;
	line-height: 14px*/
}
.slick-next:before, .slick-prev:before {
	font-size: 26px!important
}
.top-link ul {
	margin-right: 0
}
.top-link li {
	padding-top: 0!important
}
.left-ranking, .search-btn {
	padding-top: 0
}
a.offCanvas_trigger {
	top: -4px
}
.transform .slick-next, .transform .slick-prev {
	top: 76%
}
.event_left {
	width: 36%
}
.event_right {
	width: 64%
}
.common-pad-4, .w50 {
	width: 33.33%;
	float: left
}
.apl {
	bottom: -8px!important
}
.option2 .management .container-custom {
	padding-right: 15px
}
.main_news_holder {
	padding-top: 0;
	padding-right: 0
}
.karma-video iframe, .news_img iframe {
	height: 194px
}
.inner-box-people {
	height: 60px
}
.common-pad-4 {
	padding: 0 3px;
	margin-bottom: 5px
}
.graph .row, .row.custom_height50 {
	display: unset
}
.w50 {
	padding: 0

}
.career-profile {
	margin-top: 0
}
.pad-right {
	width: 100%
}
.learning .common-para p {
	padding-right: 0
}
.option2 .learning_more {
	margin-top: 0;
	padding-right: 0
}
.multiple-items p {
	width: 50%;
	float: left
}
section.next_step_main .col-sm-4 {
	width: 100%;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 71%;
}
.nb-footer .merge:nth-child(3), .nb-footer .merge:nth-child(4) {
    height: 280px;
}
.campus-slider .carousel-control.left {
    left: -39px !important;
}
.pgpm-mobile-padding {
	margin-top: 15px;
}
.pgdm-mobile-top {
    margin-top: 0px !important;
}
.inner_news.pgdm-mobile-top{ margin-top: 30px !important;}

.for-full-time-program {
    height: 468px;
}
.main-head-two span {
   /* line-height: 12px !important;
    font-size: 13px !important;*/
}
.option2 .main-head-two span {
    font-size: 32px!important;
    line-height: 35px!important;
    margin-top: 0;
}
.option2 .inner_graph_content .inner-box-people h3 {
    font-size: 28px!important;
    line-height: 33px!important;
}
.right_upcoming_evets_dates {
    margin-top: 20px!important;
}
.slider-heading {
    padding-bottom: 25px !important;
}
.testimonial_div-1 .main-head-main, .testimonial_New .main-head-main {
    margin-bottom: 5px !important;
}
.testimonial_New .testimonial-text-col {
    font-size: 25px !important;
	line-height:30px !important;
}
.learning .learning-mobile-col {
    margin-bottom: 6px !important;
}
.arrow_up {
    margin-bottom: -29px !important;
}
.common_sticky3 .common_sticky {
    height: 80px !important;
}
.accreditations-logo-mobile img {
    width: 81% !important;
}
 
}
@media only screen and (max-width:412px) {

span.amba {
    top: -2px!important;

}
}
@media only screen and (max-width:406px) {
.transform_content.for-home-mobile .mobile-new-col {
    margin-top: 10px !important;
}
}
@media only screen and (max-width:400px) {
footer.nb-footer .footer-info-single ul li a {
    font-size: 13px;
}
.nb-footer .merge:nth-child(3), .nb-footer .merge:nth-child(4) {
    height: 250px !important;
}
.nb-footer .merge {
	max-width: 48.5%;
    padding-right: 0px;
}
.event-main .col-lg-4 {
    margin-right: -5px;
}
.event-main .col-lg-8 {
    max-width: 73% !important;
	margin-left: -2px;
	padding-right: 10px !important;
}
.slider-new-div .video-div-col2 {
    padding-bottom: 79% !important;
}
.pgpm-new-button {
    margin: 0px 2% 10px 0px !important;
	width: 48% !important;
	font-size: 14px;
}
.pgpm-new-button:last-child {
    margin-bottom: 27px !important;
}
.pgpm-mobile-menu1 a, .sticky1 .pgpm-mobile-menu1 a {
    font-size: 12px;
    padding: 0px;
}
.core-courses .col-md-4, .core-courses .col-md-6, .core-courses .information-technology {
    max-width: 93%;
    flex: 0 0 93%;
}
.footer-div-col2 {
    margin-bottom: 10px !important;
}
.top-new1 .logo-box.logo-new img {
  width: 90px;
  margin: 0px 0px 0px 0px;
}
.top-new2 {
  margin: 0px 0px 0px 0px;
}
.top-new1 {
  margin: 0px 0px 0px 0px;
}
.top-new1 .logo-box.logo-new2 img {
  margin: 0px 0px 0px 0px;
}
.top-new1 .logo-box.logo-new {
  margin: 0px 0px 30px 4%;
}
}
@media only screen and (max-width:378px) {
.footer-div-col2 {
    margin-bottom: 40px !important;
}
}
@media only screen and (max-width:375px) {
	.programs-div {
    text-align: center;
    padding: 25px 10px;
	}

.tabordion section article {
    left: 0;
    min-width: 375px;
    position: static;
    padding-left: 20px;
	padding-right:15px;
}
.tabordion section label{width:100%;}
.left-ranking ul li {
	font-size: 15px;
	line-height: 18px;
	height: 86px
}
.corporate-video {
    height: 170px;
}
p.first-line span, p.first-line {
    font-size: 25px!important;
    line-height: 28px;
}
p.third-line span {
    font-size: 16px;
    line-height: 19px;
}
p.second-line {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
}
.accreditations-section img {
    width: 130px;
}
img.logo-col {
    max-width: 46%;
    position: relative;
    top: 8px;
}
.ranking-logo {
    width: 57%;
    float: right;
    margin-left: 0;
}
.ranking-logo span {
    font-size: 14px;
    line-height: 17px;
}
span.block {
    display: block;
}

.slide_bottom {
    bottom: -71px!important;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 68%;
}
.transform_lead img {
	object-position: 0 0
}

.common-btn a {
	font-size: 14px;
	line-height: 20px
}
.common-btn a i {
	font-size: 19px;
	padding-left: 4px
}
.inner-box-people h3 {
	font-size: 28px;
	line-height: 31px;
	margin-bottom: 0
}
.transform_lead {
	height: auto!important
}
.container-custom {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
.mobile_margin {
	margin-bottom: 0
}
.mobile_focus {
	margin-bottom: 15px
}
.mobile_margin2 {
	margin-bottom: 30px
}
.upcoming_text_holder p {
	padding: 0!important
}
.tab_panel .padding-reduce {
	padding-right: 15px;
	padding-left: 15px
}
.tab_panel {
	padding-bottom: 0
}
.testimonial_New .main-head-main {
	text-align: left;
}
.testimonials_text_holder p {
	padding: 0!important
}
.alumni {
	margin-top: 0!important
}
.testimonial_New .slick-next, .testimonial_New .slick-prev {
	display: none!important
}
.main-head-main, .testimonial_New .main-head-main {
	font-size: 30px;
	line-height: 33px;
}

.slider3 .main-head-two {
	font-size: 13px;
	line-height: 16px
}
.karma_yoga_text, .main-head-two {
	/*font-size: 14px;
	line-height: 14px*/
}
span.banner-heading {
    font-size: 21px !important;
    line-height: 22px !important;
}
.slick-next:before, .slick-prev:before {
	font-size: 26px!important
}
.top-link ul {
	margin-right: 0
}
.top-link li {
	padding-top: 0!important
}
.left-ranking, .search-btn {
	padding-top: 0
}
a.offCanvas_trigger {
	top: -4px
}
.transform .slick-next, .transform .slick-prev {
	top: 76%
}
.event_left {
	width: 36%
}
.event_right {
	width: 64%
}
.common-pad-4, .w50 {
    width: 33%;
    float: left;
}
.apl {
	bottom: -8px!important
}
.option2 .management .container-custom {
	padding-right: 15px
}
.main_news_holder {
	padding-top: 20px;
	padding-right: 0
}
.margin-b {
	margin-top: 0;
}
.karma-video iframe, .news_img iframe {
	height: 194px
}
.inner-box-people {
	height: 60px
}
.common-pad-4 {
	padding: 0 3px;
	margin-bottom: 5px
}
.graph .row, .row.custom_height50 {
	display: unset
}
.w50 {
	padding: 0
}
.career-profile {
	margin-top: 0
}
.pad-right {
	width: 100%
}
.learning .common-para p {
	padding-right: 0
}
.option2 .learning_more {
	margin-top: 0;
	padding-right: 0
}
.multiple-items p {
	width: 50%;
	float: left
}
section.next_step_main .col-sm-4 {
	width: 100%;
}
.profile .main_news_holder {
	padding-top: 0
}
.aply_now_btn {
	margin-bottom: 0
}
.nb-footer .merge:nth-child(3), .nb-footer .merge:nth-child(4) {
    height: 300px;
}
/*.option2 .main-head-two span {
    font-size: 26px!important;
}*/
.slider-heading {
    padding-bottom: 5px !important;
}
.text_right_up p, .text_right_up p a {
    font-size: 18px!important;
    line-height: 23px!important;
}
section.design.news-page-holder.news-page-holder-bg.transform.admissions-volume3.admissions-volume4.news-div.only_events .transform_lead {
    height: 111px!important;
}
section.design.news-page-holder.news-page-holder-bg.transform.admissions-volume3.admissions-volume4.news-div.only_events .transform_lead img {
    height: 100%!important;
}
.sapience-div .col-md-3 {
    max-width: 100%;
    margin-bottom: 10px;
}
.sapience-div .col-md-3:nth-child(3), .sapience-div .col-md-3:nth-child(4) {
    margin-bottom: 10px;
}
.testimonial_div-1 {
	padding-bottom:40px !important;
}
.slider-new-div .video-div-col2 {
    padding-bottom: 84% !important;
}
}
@media only screen and (max-width:374px) {
span.amba {
    top: -2px!important;

}
.about.pgpm-flex2 {
    margin-bottom: 0;
}
}
@media only screen and (max-width:393px) {
span.amba {
    top: -2px!important;

}
.about.pgpm-flex2 {
    margin-bottom: 0;
}
}
@media only screen and (max-width:360px) {
	.pgpm-sec1, .pgpm-sec2 {
    padding-left: 25px;
    padding-right: 25px;
}
.table-scroll360 table {
    width: 500px!important;
}
.option2 .inner_learning {
	width: 100%;
	padding-right: 30px;
}
.inner_graph_content {
    height: 110px;
}
.list-inline > li {
    padding: 0px 2% 20px 0px;
}
.banner-heading {
    font-size: 14px!important;
    line-height: 9px!important;
    margin-top: 12px;
}
.accreditations-section img{
	width:100%;
}
.logo-col {
    width: 76% !important;
}
.deadline_date {
    line-height: 22px;
}
.news2 .name-holder p span {
    font-size: 10px;
    line-height: 16px;
}
.name-holder p {
    font-size: 12px;
    line-height: 17px;
}
.ranking {
    font-size: 28px;
}
.ranking-logo {
    width: 62%;
    float: right;
    margin-left: 0;
}
.noscroll table {
    width: 100%!important;
}
.event-main .col-lg-4 {
    margin-right: -15px;
}
.event-main .col-lg-8 {
    margin-left: 8px;
}
.career-impact-mobile .inner_graph_content .inner-box-people h3 {
    font-size: 22px !important;
}
.accreditations-logo-mobile img {
    width: 82% !important;
}
.new-logo, .small .new-logo {
    width: 56px;
    margin: 0px 0px 0px 150px;
}
.core-courses .col-md-4, .core-courses .col-md-6, .core-courses .information-technology {
    max-width: 92%;
    flex: 0 0 92%;
}
.brochure img {
    width: 100%;
}	
}
@media only screen and (max-width:355px) {
.pgpm-new-button {
    width: 100% !important;
	font-size: 15px;
}
}
@media only screen and (max-width:351px) {
.footer-div-col1 {
    margin-top: -85px;
}
.footer-div-col2 {
    margin-bottom: 70px !important;
}
}
@media only screen and (max-width:349px) {
.footer-div-col2 {
    margin-bottom: 100px !important;
}
}
@media only screen and (max-width:341px) {
.footer-div-col2 {
    margin-bottom: 130px !important;
}
}
@media only screen and (max-width:348px) {
.nb-footer .merge:nth-child(3), .nb-footer .merge:nth-child(4) {
    height: 280px !important;
}
.number-div .accreditations_img {
    width: 39%;
}
.karma_yoga_text, .main-head-two {
    font-size: 20px !important;
}
#content .transform_lead .transform_content.for-home-mobile {
    padding: 0 10px 0 30px !important;
}
.transform_content p {
    line-height: 17px !important;
}
}
@media only screen and (max-width:345px) {
.pgpm-mobile-menu1 a, .sticky1 .pgpm-mobile-menu1 a {
    font-size: 10px;
}
}
@media only screen and (max-width:332px) {
.event-main .col-lg-4 {
    margin-right: 0px;
}
.event-main .col-lg-8 {
    margin-left: 0px;
}
}
@media only screen and (max-width:327px) {
.transform_content.for-home-mobile .mobile-new-col {
    margin-top: 20px !important;
}
}
@media only screen and (max-width:325px) {
.event-new-col {
    margin-bottom: 20px;
}
}
@media only screen and (max-width:320px) {
.sb-search.sb-search-open, .no-js .sb-search {
    width: 62%;
}
.tabordion section article {
    left: 0;
    min-width: 320px;
}
.faculty span {font-size: 46px;}
.col-md-6.mobile-f.mobile-f1024.ranked-bigger-font-right p span{font-size: 46px!important;}
.associations {
    height: 50px;
}
.option2 .inner_graph_content .inner-box-people h3 {
    font-size: 20px!important;
    line-height: 33px!important;
}

.col-box img {
    width: 101%;
    height: 162px;
    object-fit: cover;
}
span.banner-heading {
    font-size: 17px !important;
    line-height: 20px !important;
}
.accordion .link, .accordion .link a{font-size:20px;}
.accordion-toggle p, .accordion-toggle-single p{font-size:20px;}
.slider-new-div .video-div-col2 {
    padding-bottom: 100% !important;
}
}
