body {
  padding: 0;
  margin: 0;
  /*  font-family: 'Montserrat', sans-serif;*/
  font-family: 'Montserrat';
  font-size: 1rem;
  color: #000000;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  line-height: 1.8rem;
  font-weight: 400;
}
body.full-page {
  overflow: hidden !important;
}
html {
  font-size: 16px;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}
input:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-size: 3.75rem;
  font-family: 'Heading Pro';
  font-weight: 700;
}
h2 {
  font-size: 3.5rem;
  font-family: 'Heading Pro';
  font-weight: 700;
}
h3 {
  font-size: 1.675rem;
  font-family: 'Heading Pro';
  font-weight: 700;
}
h4 {
  font-size: 1.25rem;
  font-family: 'Heading Pro';
}
h5 {
  font-size: 1rem;
  font-family: 'Heading Pro';
}
h6 {
  font-size: 0.875rem;
  font-family: 'Heading Pro';
}
p {
  font-size: 15px;
}
p.title {
  font-size: 1rem;
}
.block {
  display: block;
}
.italic {
  font-style: italic;
}
button {
  line-height: 1;
}
/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .approach-table .ammount .dur, .pagination li > a, .counters .count_nums, .approach-table .ammount h2, .approach-table ul li, .webcats li a > span, .getin_form .form-control {
  font-family: 'Montserrat', sans-serif;
}
/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before, .zeus.tparrows.tp-leftarrow::before, .approach-table ul li > span::before, .testimonial-quote h3::before, .testimonial-quote h3::after, blockquote.blockquote::before {
  font-family: 'FontAwesome';
}
/* Helper Classes & Shorcodes */
.padLeft {
  padding-left: 0px !important;
}
.padRight {
  padding-right: 0px !important;
}
.padding {
  padding: 7.5rem 0;
}
.padding_top {
  padding-top: 7.5rem;
}
.padding_bottom {
  padding-bottom: 7.5rem;
}
.margin_bottom {
  margin-bottom: 7.5rem;
}
.margin_top {
  margin-top: 7.5rem;
}
.padding_half {
  padding: 4.375rem 0;
}
.padding_bottom_half {
  padding-bottom: 4.375rem;
}
.margin_bottom_half {
  margin-bottom: 4.375rem;
}
.padding_top_half {
  padding-top: 4.375rem;
}
.heading_space {
  margin-bottom: 4.125rem;
}
.bottom5 {
  margin-bottom: 5px;
}
.bottom10 {
  margin-bottom: 10px;
}
.top10 {
  margin-top: 10px;
}
.bottom15 {
  margin-bottom: 15px;
}
.top15 {
  margin-top: 15px;
}
.top20 {
  margin-top: 20px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom25 {
  margin-bottom: 25px;
}
.top25 {
  margin-top: 25px;
}
.bottom30 {
  margin-bottom: 30px;
}
.top30 {
  margin-top: 30px;
}
.bottom35 {
  margin-bottom: 35px;
}
.top40 {
  margin-top: 40px;
}
.bottom40 {
  margin-bottom: 40px;
}
.bottom45 {
  margin-bottom: 45px;
}
.top50 {
  margin-top: 50px;
}
.top60 {
  margin-top: 60px;
}
.bottom60 {
  margin-bottom: 60px;
}
.bottom0 {
  margin-bottom: 0;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.fontbold {
  font-weight: bold;
}
.fontmedium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-xlight {
  font-weight: 200;
}
.bglight {
  background: #f5f7f7;
}
.bgdefault {
  background: #353584;
}
.whitecolor {
  color: #ffffff;
}
.darkcolor {
  color: #000000;
}
.skybluebg {
  background: #00afe5
}
.extradark-color {
  color: #212331;
}
.defaultcolor {
  color: #353584;
}
section {
  position: relative;
}
.center-justified {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.container-padding {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
/*heading Titles */
.heading-title > span {
  font-size: 1.25rem;
  display: block;
  text-transform: capitalize;
  color: #353584;
}
.whitecolor.heading-title > span {
  color: #fff;
}
.heading-title h2 {
  font-weight: 400;
}
.heading-title h3 {
  font-weight: 700;
  font-size: 36px
}
.heading-title h3 span {
  color: #44c1e2;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
/*img wrap*/
.image {
  overflow: hidden;
}
a.image {
  display: block;
}
.image img {
  width: 100%;
  display: block;
}
.image, .image img {
  position: relative;
}
/*hover on images*/
.hover-effect::before, .hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}
.hover-effect::after {
  bottom: 0;
  opacity: .7;
  left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}
/*to align elements center*/
.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*Back To Top*/
.back-top {
  color: #fff;
  right: 20px;
  font-size: 26px;
  position: fixed;
  z-index: 1600;
  opacity: 0;
  visibility: hidden;
  bottom: 15px;
  background: #ffba00;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  height: 40px;
  border: 2px solid #ffffff;
  width: 40px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.back-top-visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.back-top::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: #db3236;
}
.back-top:hover::before, .back-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.back-top:hover, .back-top:focus {
  color: #fff;
}
/* transitions common*/
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
i::before, i::after {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}
.navbar-brand {
  margin: 8px 0;
  padding: 0;
  position: relative;
}
.navbar-brand > img {
  max-width: 100% !important;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
  display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
  display: inline-block;
}
/*-------------------------------*/
/*header*/
/*-------------------------------*/
#yellow-patch {
  background: #facd5d;
  padding: 10px 0;
  position: relative;
}
header {
  /*  z-index: 100;*/
  position: relative;
 /* background: #ffffff url("../images/mba_mu_bannerv3.webp") top/cover no-repeat;*/
  padding: 10px 0;
  min-height: 600px;
  padding-bottom: 10px;
}
.logo img {
  width: 270px;
  margin-top: -30px;
}
header .header-text {
  padding: 110px 0 25px 0px;
}
header .header-text .powerh4 {
  z-index: 2;
  padding: 0px 7px;
  position: absolute;
  color: #ffffff;
  font-size: 15px;
  margin-top: -15px;
  font-family: 'Heading Pro';
  background: #000;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-text h3 {
  padding: 3px 0;
  position: relative;
  color: #2d4a2c;
  font-weight: 700;
  line-height: 1;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin: 0px;
}
header .header-text h4 {
  position: relative;
  background: #f3bd33;
  color: #2d4a2c;
  padding: 2px 12px;
  font-size: 2.1rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
  display: inline-block;
}
header .header-text h5 {
  position: relative;
  background: #f3bd33;
  color: #2d4a2c;
  padding: 2px 12px;
  font-size: 2.1rem;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase;
  display: inline-block;
}
header .header-text p {
  margin: 0px;
  padding: 30px 0px 0px 0px;
  color: #2d4a2c;
  font-size: 1.1rem;
  font-family: 'Montserrat';
  font-weight: 300;
  line-height: 1.4;
}
header .header-text p span {
  margin: 0px;
  padding: 0px;
  color: #2d4a2c;
  font-size: 1rem;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
}
/*new npf & form css aded START */
.desktop-npf {
  position: absolute;
  right: 6%;
  top: -21%;
  max-width: 350px;
  display: block;
}
.query-form {
  max-width: 350px;
  float: right;
  padding: 10px;
  background: rgba(255, 255, 255, .40);
  border: 1px solid #151951;
}
.mobile-npf {
  display: none;
  text-align: center;
  background: #facd5d;
  padding: 0px;
  max-width: 100%;
  width: 100%;
}
.mobile-npf h3 {
  color: #000;
  font-size: 32px;
  margin-top: 20px;
}
.mobile-npf p {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px
}
.enqu-form {
  position: relative;
  margin: 0px 20px 0 20px;
  padding-top: 50px;
}
/*new npf & form css aded END */
/* old by form css

.query-form {

  position: absolute;

  right: 50px;

  top: 100px;

  max-width: 360px;

  width: 360px;

}

.thankyou-form {

  position: relative;

  background: rgba(0, 0, 0, .80);

  border-radius: 10px;

  padding: 30px;

  width: 380px;

}

.enqu-form {

  position: relative;

  margin: 20px

}

*/
#prog-offer {
  position: relative;
  /*  z-index: 100;*/
  padding: 10px 0 30px 0;
  background: #fff url("../images/mba_mu_prog_offer_bg.webp") center/cover no-repeat;
}
#prog-offer .prowrap {
  padding: 0px 0px;
  display: block;
}
#prog-offer .prowrap h2 {
  font-size: 36px;
  margin: 0;
  line-height: 1;
  color: #fff;
  text-align: left;
  font-family: 'Heading Pro';
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0px;
}
#prog-offer .prowrap h2 span {
color: #efac01;
}
#prog-offer .prowrap .whitebg {
  padding: 15px;
  position: relative;
  background: #fff;
}
#prog-offer .prowrap .whitebg h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  color: #000;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 15px 120px 15px 23px;
  -webkit-clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
  background: #ffc000;
}
#prog-offer .prowrap .whitebg .innoxe {
    padding: 0;
    margin: 0 6px;
    position: relative;
}
#prog-offer .prowrap .whitebg div ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
	
}

#prog-offer .prowrap .whitebg div ul.leixe {    display: inline-block;
    vertical-align: top;
    width: 49%;
	
}
#prog-offer .prowrap .whitebg div ul.leixe:first-child {margin-right: 1%;}
#prog-offer .prowrap .whitebg div ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    text-align: left;
    font-size: 15px;
    color: #000;
    line-height: normal;
    padding: 10px;
    border: solid 1px #ebebeb;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
#prog-offer .prowrap .whitebg div ul li.grove{background: #ebebeb}
#prog-offer .prowrap .whitebg div ul li::before {
  content: "";
  border-color: transparent #000;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
	display: none;
}
#about-mba {
  position: relative;
  padding: 50px 0 30px 0;
}
#about-mba .mbawrap {
  padding: 0px 0px 0px 0px;
}
#about-mba .mbawrap h2 {
  font-size: 36px;
  margin: 0;
  line-height: 1;
  color: #2b5f45;
  text-align: left;
  font-family: 'Heading Pro';
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0px;
}
#about-mba .mbawrap h2 span {
  color: #efac01;
}
#about-mba .mbawrap .boxholder {
    border: 4px solid #507b65;
    position: relative;
    margin: 0px;
    height: 88px;
    display: inline-block;
    width: 17.9%;
    align-items: center;
    vertical-align: top;
    margin: 0 10px;
    padding: 3% 10px 0;
    text-align: left;
    float: none;
}

#about-mba .mbawrap .boxmask {
  position: absolute;
  top: -4px;
  left: 15px;
  width: 40%;
  height: 5px;
  z-index: 11;
  background-color: #fff;
}
#about-mba .mbawrap .boxmask img {
  width: 60px;
  height: 63px;
  margin-top: -35px;
}
#about-mba .mbawrap .boxholder p {
    font-size: 15px;
    margin: 0;
    line-height: 1;
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 0px;
    text-align: left;
	position: relative; padding-left: 13px;
}
#about-mba .mbawrap .boxholder p strong {
    position: absolute;
    left: 0;
    top: 2px;
}
#about-mba p.notes {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  color: #000;
  text-align: left;
  font-family: 'Montserrat';
  font-weight: normal;
  padding: 5px 0px;
}
#place-height {
  position: relative;
  /*  z-index: 100;*/
  padding: 10px 0 10px 0;
  background: #fff url("../images/mba_mu_placement_bg.webp") center/cover no-repeat;
}
#place-height .placewrap {
  padding: 0px 0px;
  display: block;
}
#place-height .placewrap h2 {
  font-size: 36px;
  margin: 0;
  line-height: 1;
  color: #fff;
  text-align: left;
  font-family: 'Heading Pro';
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0px;
}
#place-height .placewrap h2 span {
  color: #efac01;
}
#place-height .placewrap .placewrap-bg {
  border-radius: 150px;
  background: #facd5d;
  height: 120px;
  margin: 30px 0 30px 0;
  position: relative;
  width: 100%;
}
#place-height .placewrap .placewrap-bg .mainwarp {
  padding: 0px 100px;
  display: block;
  position: relative;
  top: -50px;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv {
  transition: 1s;
  position: relative;
  background: url("../images/mu_placement_bgnew.webp") no-repeat top left;
  background-size: 180px;
  padding: 10px 0;
  min-height: 240px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin: 0px 0px 0px 0px;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv div img {
  width: 45px;
  max-height: 50px;
  height: auto;
  position: relative;
  top: -45px;
  left: 10px;
	    margin-bottom: 14px;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv div p {
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 1.3;
    margin: 0px;
    padding: 0px;
    text-align: left;
    display: block;
    position: relative;
    top: 20px;
    left: -35px;
    font-weight: 500;
}
#place-height .placewrap .placewrap-bg .mainwarp .placediv div p span {
  font-family: 'Montserrat';
  font-weight: bold;
  display: block;
}
/* the slides */
#place-height .placement-slider2 .slick-slide {
  margin: 10px 10px;
}
/* the parent */
#place-height .placement-slider2 .slick-list {
  margin: 0px -10px;
  /*	width: 100%;*/
  overflow: visible;
}
#place-height .placement-slider2 .slick-next {
  right: 20px;
}
#place-height .placement-slider2 .slick-prev {
  right: 90px;
  left: auto
}
#place-height .placement-slider2 .slick-next:before {
  content: url(../images/next-arrow.png);
  width: 55px;
  height: 44px;
}
#place-height .placement-slider2 .slick-prev:before {
  content: url(../images/prev-arrow.png);
  width: 55px;
  height: 44px;
}
/*

#place-height .placement-slider2 img { 

	width:100%

}

*/
/**new added for slider plcement highlight logos start **/
#place-height .placement-col {
  margin: 50px 0 20px 0;
  width: 100%;
  /*	background:#fffaeb; */
  padding: 20px;
}
#place-height .placement-col img {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(119, 119, 119, 0.19);
  -moz-box-shadow: 0px 0px 5px 3px rgba(119, 119, 119, 0.19);
  box-shadow: 0px 0px 5px 3px rgba(119, 119, 119, 0.19);
}
/* the slides */
.placement-slider .slick-slide {
  margin: 10px 10px;
}
/* the parent */
.placement-slider .slick-list {
  margin: -10px -10px;
}
.placement-slider .slick-next {
  right: 20px;
}
.placement-slider .slick-prev {
  right: 90px;
  left: auto
}
.placement-slider .slick-next:before {
  content: url(../images/next-arrow.png);
  width: 55px;
  height: 44px;
}
.placement-slider .slick-prev:before {
  content: url(../images/prev-arrow.png);
  width: 55px;
  height: 44px;
}
.placement-slider img {
  width: 100%
}
/**new added for slider plcement highlight logos end**/
#place-height .placewrap .imgset {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2), -5px -5px 8px 3px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2), -5px -5px 8px 3px rgb(255, 255, 255);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2), -5px -5px 8px 3px rgb(255, 255, 255);
  margin: 10px 0;
}
#place-height .placewrap .imgset img {
  width: 100%;
  height: auto;
}
#inter-collab {
  position: relative;
  /*  z-index: 100;*/
  padding: 50px 0 0 0px;
  background: #fff;
}
#inter-collab .interwrap {
  padding: 0px 0px;
}
#inter-collab .interwrap h2 {
  font-size: 36px;
  margin: 0;
  line-height: 1;
  color: #2b5f45;
  text-align: left;
  font-family: 'Heading Pro';
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0px;
}
#inter-collab .interwrap h2 span {
  color: #efac01;
}
#inter-collab .interwrap p {
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  color: #000;
  text-align: left;
  font-family: 'Montserrat';
  font-weight: normal;
  padding: 5px 0px 5px 5px;
}
#inter-collab .interwrap .headdiv {
  position: relative;
  display: block;
  left: 85px;
}
#inter-collab .interwrap .imgwrap {
  display: flex;
  justify-content: center;
  align-items: inherit;
  flex-direction: row;
}
#inter-collab .interwrap .imgwrap .imgwrap1 {
  position: relative;
  left: 80px;
  width: 100%;
  z-index: 11;
}
#inter-collab .interwrap .imgwrap .imgwrap2 {
  position: relative;
  right: 0;
  border: solid 3px #2b5f45;
  width: 100%;
  top: -125px;
}
#inter-collab .interwrap .imgwrap .imgwrap2 img {
  padding: 20px 20px 20px 100px;
}
#advisory-committe {
  position: relative;
  /*  z-index: 100;*/
  padding: 0px 0 0px 0;
  background: #fff url("../images/mba_mu_international_bg.webp") top/cover no-repeat;
}
#advisory-committe .committewrap {
  padding: 30px 0px;
  display: block;
}
#advisory-committe .committewrap h2 {
  font-size: 36px;
  margin: 0;
  line-height: 1;
  color: #fff;
  text-align: left;
  font-family: 'Heading Pro';
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0px;
}
#advisory-committe .committewrap h2 span {
  color: #efac01;
}
.faculty-slider {
  position: relative;
  padding: 0px 100px;
}
.faculty-slider .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faculty-slider .item .faculty-item {
  text-align: center;
  min-height: 350px;
  height: 100%;
  background: #ffffff;
  padding: 10px;
  margin-top: 50px;
  border-bottom: solid 7px #efac01;
  border-collapse: separate;
  display: block;
}
.faculty-slider .item .faculty-item img {
  display: inline-block;
  margin-top: -65px;
  position: relative;
  width: auto;
  height: 190px;
}
.faculty-slider .item .faculty-item h4 {
  color: #000000;
  line-height: 1.3;
  margin-bottom: 5px;
  /*  text-transform: uppercase;*/
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: bold;
  margin: 0px;
  padding: 10px 0 5px 0;
}
.faculty-slider .item .faculty-item p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Montserrat';
  font-weight: normal;
}
/* the slides */
.faculty-slider .slick-slide {
  margin: 15px 20px;
}
.faculty-slider .slick-slide img {
  display: inline-block
}
/* the parent */
.faculty-slider .slick-list {
  margin: 15px -20px;
}
.faculty-slider .slick-next {
  right: -50px;
  top: 55%
}
.faculty-slider .slick-prev {
  left: -70px;
  top: 55%
}
.faculty-slider .slick-next:before {
  content: url("../images/mba_mu-next-arrow-sm.webp");
  width: 60px;
  height: 60px;
}
.faculty-slider .slick-prev:before {
  content: url("../images/mba_mu-prev-arrow-sm.webp");
  width: 60px;
  height: 60px;
}
/*********/
#about-university {
  position: relative;
  padding: 50px 0 30px 0;
  background: #fff;
}
#about-university .abtwrap {
  padding: 0px 0px 0px 0px;
}
#about-university .abtwrap h2 {
  font-size: 36px;
  margin: 0;
  line-height: 1;
  color: #2b5f45;
  text-align: left;
  font-family: 'Heading Pro';
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0px;
}
#about-university .abtwrap h2 span {
  color: #efac01;
}
/*

#about-university .abtwrap h3 {

  font-size: 36px;

  line-height: 1.2;

  display: inline-block;

  text-transform: uppercase;

  font-family: 'Heading Pro';

  font-weight: bold;

  color: #2b5f45;

  text-align: left;

  padding-left: 60px;

}

#about-university .abtwrap h3::after {

  content: "";

  display: block;

  padding-top: 1px;

  width: 73%;

  margin-top: -10px;

  background-color: #2b5f45;

  position: absolute;

  margin-left: 20%;

}

*/
#about-university .abtwrap p {
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  color: #000;
  text-align: left;
  font-family: 'Montserrat';
  font-weight: normal;
  padding: 5px 0px 0px 5px;
}
#about-university .abtwrap .about-col {
  padding: 0 150px;
}
#about-university .abtwrap .heading {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Heading Pro';
  font-weight: bold;
  color: #2b5f45;
  text-align: left;
  padding: 40px 0 20px 0;
}
#about-university .abtwrap .heading span {
  font-weight: 300;
}
#about-university .abtwrap .image {
  margin-top: 140px;
}
#about-university .abtwrap .featured-col {
  margin: 10px 0;
  transition: 1s;
  position: relative;
  background: url("../images/mba_mu_university_bg.webp") no-repeat top left;
  background-size: 250px 250px;
  padding: 10px 0;
  min-height: 250px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about-university .abtwrap .featured-col .content-wrapper {
  position: relative;
  margin-top: -64px;
  bottom: 0;
}
#about-university .abtwrap .featured-col .content-wrapper h6 {
  font-size: 28px;
  line-height: 1.2;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #2b5f45;
  text-align: center;
}
#about-university .abtwrap .featured-col .content-wrapper h6 span {
  color: #efac01;
}
#about-university .abtwrap .featured-col .content-wrapper p {
  font-size: 18px;
  line-height: 1;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

/* the slides */
.student-slider .slick-slide {
  margin: 10px 10px;
}
/* the parent */
.student-slider .slick-list {
  margin: -10px -10px;
}
.student-slider .slick-prev, .student-slider .slick-next {
  top: -60px;
}
.student-slider .slick-next {
  right: 0px;
}
.student-slider .slick-prev {
  right: 40px;
  left: auto
}
.student-slider .slick-next:before {
  content: url(../images/mu-next-arrow-sm.webp);
  width: 35px;
  height: 29px;
}
.student-slider .slick-prev:before {
  content: url(../images/mu-prev-arrow-sm.webp);
  width: 35px;
  height: 29px;
}
/*.student-slider img { width:100%}*/
#campuslife {
  background: #ffffff;
  /*  min-height: 300px;*/
  overflow: visible;
  /*  padding: 50px 0;*/
}
#campuslife .container-fluid1 {
  padding: 0px;
}
#campuslife .campuslife-wrap {
  /*  padding: 0px 100px;*/
}
#campuslife h3 {
  font-size: 36px;
  font-size: 2.50rem;
  margin: 0em 0 0;
  text-transform: uppercase;
  color: #f58733;
  padding-bottom: 10px;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #f58733
}
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
  background: #2b5f45;
  padding: 5px 0;
}
.site-footer .footer-wrap {
  padding: 0 0 0 24px;
}
.site-footer h6 {
  background: #f58733;
  color: #000;
  font-size: 18px;
  padding: 5px 8px;
  display: inline-block;
  top: -16px;
  left: 90px;
  position: absolute;
  text-transform: uppercase;
}
.site-footer p.copyrights2 {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 10px;
  color: #ffffff;
}
.site-footer p.copyrights {
  text-align: right;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 10px;
  color: #ffffff;
}
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
/*******top banner section*****/
.bansec {
  position: relative;
  width: 100%;
}
.bansec .banimg {
  width: 100%;
}
.nobox {
  width: 400px;
  position: absolute;
  top: 16%;
  float: right;
  right: 5%;
}
.fullwiboxsc img {
  width: 100%;
}
.bansec .banimg.mobilenbr {display: none;}

/**260525**/
#about-mba .mbawrap .boxholder.laschkid {
    margin: 47px 0 0 0;
}
@media (max-width:1600px) {
  .nobox {
    width: 400px;
    position: absolute;
    top: 4%;
    float: right;
    right: 3%;
  }
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
    .nobox {
        width: 100%;
        position: relative;
        top: 0;
        float: right;
        right: 0;
        z-index: 22;
    }

#about-mba .mbawrap .boxholder {
    width: 17%;
}
	#about-mba .mbawrap .boxholder p {font-size: 14px;}
	#about-mba .mbawrap .boxholder p br {display: none;}}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  p {
    font-size: 14px;
  }
  .heading-title > span {
    font-size: 1rem;
  }
  .nobox .query-form {
    max-width: 350px;
    float: none;
    margin: 19px auto;
  }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .logo img {
    width: 200px;
  }
  .desktop-npf {
    display: none
  }
  .mobile-npf {
    display: block;
    padding: 20px;
  }
  header {
/*    background: #ffffff url("../images/mba_mu_bannerv3.webp") no-repeat;*/
    padding: 10px 0;
    background-position: 0% 10%;
    background-size: cover;
    min-height: 450px;
    /*    z-index: 10;*/
    /*    padding-bottom: 20px;*/
  }
  #place-height {
    padding: 20px 0;
  }
  header .header-text {
    padding: 90px 0px 25px 0px;
  }
  /*	#prog-offer .prowrap .whitebg div ul li {padding: 0px 10px;}*/
  #place-height .placement-col {
    margin: 30px 0 30px 0;
  }
  #place-height .placewrap .placewrap-bg .mainwarp {
    padding: 0px 0;
    display: block;
    position: relative;
    top: -35px;
  }
  #place-height .placewrap .placewrap-bg .mainwarp .placediv {
    background: url("../images/mu_placement_bgnew.webp") no-repeat top left;
    background-size: 150px;
  }
  #place-height .placewrap .placewrap-bg .mainwarp .placediv div img {
    top: -55px;
    left: 10px;
  }
  #place-height .placewrap .placewrap-bg .mainwarp .placediv div p {
    top: 8px;
    left: -35px;
  }
  #inter-collab .interwrap .headdiv {
    left: 0px;
  }
  #inter-collab .interwrap .imgwrap {
    flex-direction: column;
    padding-bottom: 70px;
  }
  #inter-collab .interwrap .imgwrap .imgwrap1 {
    left: 0;
    padding: 15px 0px;
  }
  #inter-collab .interwrap .imgwrap .imgwrap2 {
    top: 20px;
  }
  #inter-collab .interwrap .imgwrap .imgwrap2 img {
    padding: 20px 20px 20px 20px;
  }
  .faculty-slider {
    padding: 0px 0px;
  }
  #about-university .abtwrap .about-col {
    padding: 0 0px;
  }
  #about-university .abtwrap .featured-col {
    background-size: 240px 240px;
  }
  #student-testimonials .student-wrap {
    padding: 0px 0px;
  }
  #student-testimonials .student-wrap .student-col .img-studnt {
    width: 250px;
    height: auto;
    margin: 0 auto;
  }
  .site-footer .footer-wrap {
    padding: 0px;
  }
  .site-footer p.copyrights2 {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    /*  margin-top: 10px;*/
    color: #ffffff;
  }
  .thankyou-form {
    position: relative;
    background: rgba(0, 0, 0, .80);
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    left: 0;
    top: 0;
  }
  .nobox .query-form {
    display: block
  }

#prog-offer .prowrap .whitebg div ul.leixe, #prog-offer .prowrap .whitebg div ul.leixe:first-child {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 1%;
}
	.bansec .banimg.destop {display: none;}
	.bansec .banimg.mobilenbr {display: block;}
	
	
#about-mba .mbawrap .boxholder {
    border: 4px solid #507b65;
    position: relative;
    margin: 0px;
    height: 88px;
    display: inline-block;
    width: 48%;
    align-items: center;
    vertical-align: top;
    margin: 0 10px;
    padding: 7% 10px 0;
    text-align: left;
    float: none;
    margin: 24px 0;
}
.bansec .banimg {
    width: 100%;
    opacity: 1;
    z-index: 2;
    position: relative;
}
#about-mba .mbawrap .boxholder.laschkid {
    margin: 24px 0;
}}
@media (max-width: 576px) {
  html {
    font-size: 13px;
  }
  header {
   /* background: #ffffff url("../images/mba_mu_bannerv3.webp") no-repeat;*/
    padding: 10px 0;
    background-position: 30% 0%;
    background-size: cover;
    min-height: 400px;
    /*    z-index: 10;*/
    /*    padding-bottom: 20px;*/
  }
  #place-height .placement-col {
    margin: 10px 0 10px 0;
  }
  #place-height .placewrap .placewrap-bg .mainwarp .placediv {
    background: url("../images/mu_placement_bgnew.webp") no-repeat top left;
    background-size: auto;
    background-size: 150px;
    margin-left: 2px;
  }
  #about-university .abtwrap .featured-col {
    background-size: 240px 240px;
    margin: 2px 0px 2px 10px;
  }
  #about-university .abtwrap .featured-col .content-wrapper {
    margin-left: -5px;
  }
  #student-testimonials .student-wrap h1 {
    font-size: 18px;
  }
  #student-testimonials .student-wrap h1::after {
    top: -12px;
  }
  #student-testimonials .student-wrap .student-col .img-studnt {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
  #student-testimonials .student-wrap .student-col p {
    font-size: 14px;
    line-height: 22px;
  }
	    #about-university .abtwrap .featured-col {
        background-size: 200px 191px;
        margin: 5px 0px 2px 10px;
        min-height: 210px;
        height: 100%;
    }
	    #about-university .abtwrap .featured-col .content-wrapper p {
        font-size: 12px;
    }
	#about-university .abtwrap .featured-col .content-wrapper h6 {
    font-size: 21px;
}
}
@media (max-width: 481px) {
  header {
   /* background: #ffffff url("../images/mba_mu_bannerv3.webp") no-repeat;*/
    padding: 10px 0;
    background-position: 25% 0%;
    background-size: cover;
    min-height: 400px;
    /*    z-index: 10;*/
    /*    padding-bottom: 20px;*/
  }
  #prog-offer .prowrap h2, #about-mba .mbawrap h2, #place-height .placewrap h2, #place-height .placewrap h2, #inter-collab .interwrap h2, #advisory-committe .committewrap h2, #about-university .abtwrap h2, #student-testimonials .student-wrap h3 {
    font-size: 25px;
  }
  header .header-text h3 {
    font-size: 1.25rem;
  }
  header .header-text h4, header .header-text h5 {
    font-size: 1.5rem;
  }
    #place-height .placewrap .placewrap-bg .mainwarp .placediv {
        background: url(../images/mu_placement_bgnew.webp) no-repeat top left;
        background-size: auto;
        background-size: contain;
        margin-left: 0 !important;
    }
  #about-university .abtwrap .featured-col {
    background-size: 200px 200px;
    margin: 5px 0px 2px 10px;
    min-height: 210px;
    height: 100%;
  }
  #about-university .abtwrap .featured-col .content-wrapper {
    margin-top: -90px;
  }
  #about-university .abtwrap .featured-col .content-wrapper h6 {
    font-size: 19px;
  }
  #about-university .abtwrap .featured-col .content-wrapper p {
    font-size: 15px;
  }
#prog-offer .prowrap .whitebg {
    padding: 15px;
    position: relative;
    background: #fff;
    display: block;
    width: 100%;
	overflow: hidden;
}
	    #prog-offer .prowrap .whitebg div ul.leixe, #prog-offer .prowrap .whitebg div ul.leixe:first-child {
        display: block;
        vertical-align: top;
        width: 100%;
        margin: 0 0 1%;
    }
	
	#prog-offer .prowrap .whitebg .innoxe {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
		overflow: hidden;
}
	#prog-offer .prowrap {
    padding: 0px 0px;
    display: block;
    clear: both;
    display: block;
    position: relative;
}
	#about-mba {
    position: relative;
    padding: 0 0 30px 0;
}
	#place-height .placewrap .placewrap-bg {
    margin: 30px 0 72px 0;
}
}
@media (max-width: 426px) {
  header {
   /* background: #ffffff url("../images/mba_mu_bannerv3.webp") no-repeat;*/
    padding: 10px 0;
    background-position: 25% 0%;
    background-size: cover;
    min-height: 400px;
    /*    z-index: 10;*/
    /*    padding-bottom: 20px;*/
  }
  #prog-offer .prowrap .whitebg div ul {
    padding: 0px 10px 0 0px;
  }
  #prog-offer .prowrap .whitebg div ul li {
    line-height: 1.4;
    padding: 0px 0px 0px 0px;
  }
  #prog-offer .prowrap h2, #about-mba .mbawrap h2, #place-height .placewrap h2, #place-height .placewrap h2, #inter-collab .interwrap h2, #advisory-committe .committewrap h2, #about-university .abtwrap h2, #student-testimonials .student-wrap h3 {
    font-size: 22px;
  }
  header .header-text p {
    font-size: .9rem;
  }
  #place-height .placewrap .placewrap-bg .mainwarp .placediv {
    background: url("../images/mu_placement_bgnew.webp") no-repeat top left;
    background-size: auto;
    background-size: 160px 170px;
    margin-left: 10px !important;
  }
  #about-university .abtwrap .featured-col {
    background-size: 157px 150px;
    margin: 5px 0px 2px 10px;
    min-height: 160px;
    height: 100%;
  }
  #about-university .abtwrap .featured-col .content-wrapper {
    margin-top: -50px;
  }
	    #about-university .abtwrap .featured-col .content-wrapper p {
        font-size: 12px;
    }

#place-height .placewrap .placewrap-bg {
    margin: 30px 0 26px 0;
}}
@media (max-width: 376px) {
  header {
    padding: 10px 0;
    background-position: 25% 0%;
    background-size: cover;
    min-height: 400px;
    /*    z-index: 10;*/
    /*    padding-bottom: 20px;*/
  }
  header .header-text {
    padding: 50px 0px 25px 0px;
  }
  header .header-text p {
    font-size: .9rem;
  }
  #about-mba .mbawrap .boxholder p {
    font-size: 12px;
    line-height: 1.3;
  }
  #place-height .placewrap .placewrap-bg .mainwarp .placediv {
    background: url("../images/mu_placement_bgnew.webp") no-repeat top left;
    background-size: auto;
    background-size: 140px 190px;
    margin-left: 10px !important;
  }
  #about-university .abtwrap .featured-col {
    background-size: 140px 150px;
    margin: 5px 0px 2px 10px;
    min-height: 150px;
    height: 100%;
  }
  #about-university .abtwrap .featured-col .content-wrapper {
    margin-top: -30px;
  }
  #about-university .abtwrap .featured-col .content-wrapper h6 {
    font-size: 18px;
  }
  #about-university .abtwrap .featured-col .content-wrapper p {
    font-size: 13px;
  }

}
@media (max-width: 360px) {
  header .header-text p {
    font-size: .9rem;
  }
  #place-height .placewrap .placewrap-bg .mainwarp .placediv {
    background: url("../images/mu_placement_bgnew.webp") no-repeat top left;
    background-size: auto;
    background-size: 130px 190px;
    margin-left: 10px !important;
  }
  #about-university .abtwrap .featured-col {
    background-size: 140px 150px;
    margin: 5px 0px 2px 5px;
    min-height: 150px;
    height: 100%;
  }
  #about-university .abtwrap .featured-col .content-wrapper {
    margin-top: -35px;
  }
  #about-university .abtwrap .featured-col .content-wrapper h6 {
    font-size: 16px;
  }
  #about-university .abtwrap .featured-col .content-wrapper p {
    font-size: 12px;
  }
}
@media (max-width: 321px) {
  header {
   /* background: #ffffff url("../images/mba_mu_bannerv3.webp") no-repeat;*/
    padding: 10px 0;
    background-position: 25% 0%;
    background-size: cover;
    min-height: 300px;
    /*    z-index: 10;*/
    /*    padding-bottom: 20px;*/
  }
  header .header-text h3 {
    font-size: 1.2rem;
  }
  header .header-text p {
    font-size: .9rem;
  }
  #place-height .placewrap .placewrap-bg .mainwarp .placediv {
    background: url("../images/mu_placement_bgnew.webp") no-repeat top left;
    background-size: auto;
    background-size: 115px 170px;
    margin-left: 10px !important;
    margin-top: 10px;
  }
  #about-university .abtwrap .featured-col {
    background-size: 120px 120px;
    margin: 5px 0px 2px 0px;
    min-height: 120px;
    height: 100%;
  }
  #about-university .abtwrap .featured-col .content-wrapper {
    margin-top: -30px;
  }
  #about-university .abtwrap .featured-col .content-wrapper h6 {
    font-size: 16px;
  }
  #about-university .abtwrap .featured-col .content-wrapper p {
    font-size: 12px;
  }
}