

 /*enquiry-btn*/
 .fixed-enquiry-btn {
  display: none;
  position: fixed;
  right: -77px;
  z-index: 99999;
  transform: rotate(90deg);
  background-color: #f8bb01;
  cursor: pointer;
  padding: 10px 2px;
  top: 50%;
  color: #fff;
  border-radius: 0px 0px 3px 2px;
  font-size: 18px;
 }

 .fixed-enquiry-btn.show {
  display: block;
 }

 .fixed-enquiry-btn a {
  color: #fff;
  text-decoration: none;
  display: inline-block;font-weight: bold;
  width: 100%;
  cursor: pointer;
  padding: 0 20px;
 }

 .form-sec.show.slide {
  right: 40px;
 }

 .form-sec.show {
  position: fixed;
  right: -940px;
  left: auto;
  transition: all 0.5s;
  z-index: 99;
  top: 48%;
  margin-top: -203px;
 }


 .checkbox-label {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  line-height: 19px;
 }

 /* Hide the browser's default checkbox */
 .checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
 }

 /* Create a custom checkbox */

 .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 19px;
  width: 19px;
  border: solid 1px #171717;
  background: transparent;
  background-color: transparent;
  border-radius: 3px;
 }

 /* On mouse-over, add a grey background color */
 .checkbox-label:hover input ~ .checkmark {}

 /* When the checkbox is checked, add a blue background */
 .checkbox-label input:checked ~ .checkmark {
  background-color:
   #fff;
 }

 /* Create the checkmark/indicator (hidden when not checked) */
 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
 }

 .checkbox-label .checkmark::after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fd7900;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
 }

 .checkbox-label input:checked ~ .checkmark:after {
  display: block;
 }

.input {
	border: none;
	padding: 0;
	height: 33px;
	width: 100%;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
	background: transparent;
}

 .form-group {
  margin-bottom: 1rem;
  width: 100%;
 }

 .adm-txt {
  font-size: 19px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
 }

 .flexslider .slides img {

  filter: grayscale(1);
 }

 .sbt {
  border: solid 1px #000;
  border-radius: 11px;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto 0;
  width: 140px;
  display: inherit;
 }



 

 .banner-text {
  margin-top: 90px;
  margin-left: 0px;
  position: relative;
 }

 .banner::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
 }

 .wrap {
  max-width: 850px;
 }

 .section-padding {
  padding: 60px;
 }

 .banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 33px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 }


 
 .logo {
  //width: 293px;
  width: 600px;
  padding: 20px;
  position: relative;
 }



 .banner-text p {
  font-size: 36px;
  color: #fff;
  line-height: 39px;
  margin: 25px 0;
  text-transform: uppercase;
  font-weight: bold;
 }

 .title h2 span {
  font-weight: 300;
 }



 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
 }

 .course-title {
  background: #de5a26;
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  min-height: 312px;
 }

 .slides > li {
  position: relative;
 }

 #carousel .flex-direction-nav {
  display: none;
 }

 .faculty-img {
  width: 35%;
 }

 .title1 {
  margin-bottom: 13px;
  color: #fff;
 }

 .course-title p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
 }

 .title1 label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;

  line-height: 20px;
  margin-bottom: 3px;
 }



 .flex-direction-nav .flex-prev {
  right: 55px !important;
  text-align: right;
  opacity: 1 !important;
  top: 25px;
  left: auto !important;
 }

 .flex-direction-nav a::before {
  content: '<';
  background: #000;
  color: #fff;
  padding: 4px 17px;
  font-size: 24px;
 }

 .flex-direction-nav a.flex-next::before {
  content: '>';
 }

 .flex-direction-nav a {
  color: #fff;
  width: 46px;
  height: 40px;
  display: inline-block;
  line-height: 23px;
  margin-right: 4px;
  background-position: -47px -238px;
  font-size: 0;
  background-repeat: no-repeat;
 }

 .flex-direction-nav .flex-next {

  right: 4px !important;
  text-align: right;
  opacity: 1 !important;
  top: 25px;

 }

 .flexslider {
  margin: 0;
  border: 0px solid #fff;
 }

 #carousel .slides > li img {
  filter: grayscale(1);
  cursor: pointer;
 }

 #carousel .slides > li {
  border: solid 1px transparent;
 }

 #carousel .slides > li.flex-active-slide {

  border: solid 2px #de5a26;
 }

 .about-mba .title p {
  line-height: 25px;
 }

 .flex-direction-nav .flex-disabled {

  z-index: 0;
 }


 .about-mba .container {
  position: relative
 }


 .about-mba .container::before {
  content: "";
  background-image: url(../images/about-img2.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: 127px;
  top: -120px;
  width: 690px;
  height: 700px;
  background-size: 100%;
 }

 .color-1 {
  background-color: #de5a26;
  padding: 30px;
  min-height: 129px;
 }

 .color-1 p {
  color: #fff;
  line-height: 23px;
  font-size: 20px;
  margin-bottom: 0
 }

 .color-2 {
  background-color: #ef9c20;
  padding: 30px;
 }

 .color-2 p {
  color: #fff;
  line-height: 23px;
  font-size: 20px;
  margin-bottom: 0
 }

 .color-3 {
  background-image: url(../images/why-1.jpg);
  background-repeat: no-repeat;
  padding: 30px;

 }

 .color-3 p {
  color: #fff;
  line-height: 28px;
  font-size: 23px;
  margin-bottom: 0
 }

 .color-4 {
  background-color: #70402d;
  padding: 30px;
 }

 .color-4 p {
  color: #fff;
  line-height: 23px;
  font-size: 20px;
  margin-bottom: 0
 }

 .color-5 {
  background-color: #de5a26;
  padding: 30px;
  min-height: 128px;position: relative;
 }
 .color-5 p + p {

    font-size: 11px;
    line-height: 15px;
    position: absolute;
    bottom: 13px;

}
 .color-5 p {
  color: #fff;
  line-height: 23px;
  font-size: 19px;
  margin-bottom: 0
 }

 .color-6 {
  background-color: #ef9c20;
  padding: 30px;
  min-height: 128px;
 }

 .placement {
  background-color: #de5a26;
 }

 .place-student {
  background-image: url(../images/place01.png);
  background-repeat: no-repeat;
  height: 161px;
 }

 .stu-text .font-bold {
  font-size: 68px;
  font-weight: bold;
  color: #fff;
  position: relative;
  bottom: -40px;
  margin-top: -90px;
  display: inline-block;
 }

 .stu-text p + p {
  color: #fff;
  font-weight: bold;
  font-size: 41px;
  letter-spacing: 1px;
  line-height: 23px;
 }

 .salary {
  border-left: solid 1px #ffa000;
 }

 .salary ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding: 0 0 0 28px;
 }

 .salary ul li {
  color: #FFF;
  line-height: 42px;
  font-size: 18px;
 }

 .salary ul li:first-child {
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 18px;
 }

 html {
  scroll-behavior: smooth;
 }

 .Recruitment label {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
 }

 .placement h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 100;
 }

 .Experiential {
  background-image: url(../images/bg-exl.jpg);
  background-size: cover;
  background-repeat: no-repeat;
 }

 .Learn-list h4 {
  color: #f2b754;
  font-weight: bold;
  font-size: 18px;
 }

 .Learn-list {
  color: #fff;
  background-image: url(../images/logo-exl.png);
  padding-left: 280px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 255px;
  min-height: 120px;
 }

 .Experiential-point {
  margin: 20px 0 0;
  overflow: hidden;
  height: 394px;
 }


 .why-bmu .wrap {
  position: relative
 }

 .why-bmu .wrap::before {
  content: "";
  background-image: url(../images/girl.png);
  width: 315px;
  height: 534px;
  position: absolute;
  right: -153px;
  z-index: 1;
  bottom: -61px;
  background-position: 0 -1px;
  filter: grayscale(1);
 }

 .owl-dots {
  display: none;
 }

 .logo-slider .owl-nav {

  display: none;

 }

 .logo-slider.four {
  background: #fff;
  padding: 14px;
 }

 .logo-slider .img-box {
  text-align: center;
 }

 .logo-slider .img-box .img-fluid {
  display: inline-block;
  height: 61px;
  width: 128px;
  object-fit: scale-down;
 }


 ul {
  padding: 0;
  list-style: none;
 }

 .university-logo ul {
  display: flex;
  flex-wrap: wrap;
 }

 .university-logo ul li {

  width: 22%;
  margin: 8px;
  height: 91px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
 }
.mobile{display: none}
 .university-logo ul li:before {
  content: "";
  background-image: url(../images/split-img.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 76px;
  height: 90px;
  background-position: -242px 0px
 }

 .university-logo ul li.logo1::before {
  background-position: -28px -1px;
  width: 202px;
  height: 56px;
  left: 0;
 }

 .university-logo ul li.logo3:before {
  background-position: -389px 0px;
  width: 132px;
 }

 .university-logo ul li.logo4:before {
  background-position: -639px 0px;
  width: 102px;
 }

 .university-logo ul li.logo5::before {
  background-position: 2px -113px;
  width: 198px;
 }

 .university-logo ul li.logo6:before {
  background-position: -214px -113px;
  width: 132px;
 }

 .university-logo ul li.logo7:before {
  background-position: -387px -113px;
  width: 182px;
 }

 .university-logo ul li.logo8:before {
  background-position: -625px -113px;
  width: 132px;
 }

 .university-logo ul li.logo9::before {
  background-position: 2px -213px;
  width: 189px;
 }

 .university-logo ul li.logo10:before {
  background-position: -228px -219px;
  width: 102px;
 }

 .university-logo ul li.logo11::before {
  background-position: -391px -219px;
  width: 169px;
 }

 .university-logo ul li.logo12::before {
  background-position: -606px -219px;
  width: 169px;
 }

 button:focus {
  outline: 0;
 }




 .Global {
  position: relative;
  padding: 160px 0 130px;
  background-image: url(../images/global-bg.jpg);
  background-size: cover;
 }

 .Global .title h2 {
  color: #fff;
  font-size: 40px;
 }

 .Global::before {
  background-image: url(../images/global.png);
  background-position: 0 0;
  content: "";
  width: 290px;
  height: 978px;
  position: absolute;
  right: 40px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
 }

 .relative {
  position: relative
 }

 .Student-say {}


 .list-say {
  display: flex;
 }

 .Student-say .one::before {
  background-image: url(../img/student-bg.jpg);
  width: 273px;
  height: 254px;
  background-position: 5px -190px;
  padding: 114px 30px;
  background-repeat: no-repeat;
  color: #fff;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
 }

 .Student-say .one {
  position: relative;
  color: #fff !important;
  width: 224px;
  padding: 113px 20px 20px;
 }

 .Student-say .one h3 {
  font-weight: bold;
 }

 .Student-say .one h5 {
  color: #000;
  font-weight: bold;
  margin: 30px 0 0;
 }

 .Student-say {
  margin-top: 50px;
 }

 .Student-say .two {
  padding: 24px 82px 0 34px;
  color: #000;
  font-weight: bold;
  position: relative;
  margin-left: 0;
  width: 410px;
 }

 .Student-say .two::before {
  background-image: url(../img/student-bg.jpg);
  width: 790px;
  height: 544px;
  color: #000;
  content: "";
  position: absolute;
  z-index: -1;
  top: -210px;
  left: 0;
  background-position: -270px 20px;
  background-repeat: no-repeat;
  width: 410px;
 }


 .Student-say .three::before {
  content: "";
  background-image: url(../img/student-bg.jpg);
  width: 280px;
  height: 364px;
  background-position: -711px -160px;
  color: #000;
  background-repeat: no-repeat;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
 }

 .Student-say .three {
  position: relative
 }

 .group-box {
  background-image: url(../images/group-bg.jpg);
  background-size: 100%;
 }






 .listing-li ul li::before {
  content: "";
  background: #FECC00;     /*#eb4f1b;*/
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
  padding: 3px;
  margin: 0;
 }

 .listing-li ul li {
  padding-left: 20px;
  position: relative;
  margin: 0 0 10px 0;
 }

 .table tr:first-child td {
  border-top: none;
 }

 .table td {
  font-size: 14px;
  padding: 7px 0;
 }

 .tablinks {
  border: solid 1px #eee;
  background: transparent;
  padding: 7px 11px;
  font-size: 17px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: 10px;
 }

 .tablinks.active {
  background: #eb4f1b !important;
  color: #fff;
  font-weight: bold
 }

 .tabcontent {
  display: none;

  color: #000;
 }

 .table label {
  color: #eb4f1b;
  font-size: 21px;
  font-weight: 600;
 }

 .tabcontent {
  padding: 10px 0;
 }

 #Eligibility .row-list h3 {
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: 600;
 }

 .tabcontent h3 {
  font-weight: 600;
  font-size: 18px;
 }

 #Specialisations li {
  position: relative;
  width: 25%;
  border: solid #fff 9px;
 }

 #Specialisations li.first {
  background-image: url(../images/sec-bg.jpg);
  border: none;
  background-position: 0 -1px;
  position: relative;
  top: 9px;
  z-index: 9;
 }

 #Specialisations ul {
  display: flex;
  flex-wrap: wrap;
 }

 #Specialisations li h3 {
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  background: #ffc600;
  bottom: 0;
  width: 120px;
  margin: auto auto 0 -60px;
  left: 50%;
  text-align: center;
  padding: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
 }

 #Specialisations li img {
  filter: grayscale(1);
  width: 100%;
 }

 #Specialisations li:hover img {
  filter: grayscale(0);
  width: 100%;
 }

 footer {
  background: #d0d0d0;
 }

 footer p {
  color: #000;
  font-weight: bold;
  padding: 17px 0;
  font-size: 13px;
  margin: 0;
 }

.logo-group {
	max-width: 70%;
}
.group-box {
	background-image: url(../images/group-bg.jpg);
	background-size: cover;
	background-position: -340px 0;
}


 @media only screen and (max-width:1440px) {
  .Experiential-point {

   height: 344px;
   width: 90%;
  }

  .Learn-list {
   padding-left: 200px;
   background-size: 189px;

  }

  .wrap {
   max-width: 780px;
  }
 }





 @media only screen and (max-width:991px) {
  .why-bmu .row > div > div {
   min-height: 160px;
  }

  .about-mba .container::before {

   right: 0;

   width: 490px;

  }

  .Global {
   position: relative;
   padding: 60px 0 30px;
   background-image: url(../images/global-bg.jpg);
   background-size: 100% 100%;
  }

  .Global::before {
   display: none
  }

  .Student-say .three {
   display: none;
  }

  .wrap {
   max-width: 100%;
  }

  .why-bmu .wrap::before {
   right: -60px;
   background-size: 100%;
   height: 320px;
   width: 200px;
   background-repeat: no-repeat;
  }
 }



 @media only screen and (max-width:767px) {
  .list-say p {
   margin: 0;
  }
.logo-group {
	max-width: 100%;
}
  .fixed-enquiry-btn {
   transform: rotate(0deg);
   border-radius: 0px 0px 3px 2px;
   font-size: 18px;
   width: 100%;
   text-align: center;
   bottom: 0;
   top: auto;
   right: 0;
   left: 0;
  }

  h2 {
   font-size: 29px;
  }

  .title.mt-5 {
   margin-top: 0 !important;
  }

  .form-sec {
   position: static;
   margin: 0px auto;
  }

  .banner::before {

   height: 390px;

  }

  .logo {
   width: 223px;
   padding: 20px 0;
   position: relative;
  }

  h1 {
   font-size: 52px;
   line-height: 53px;
  }

  .banner-text {
   margin-top: 10px;
   margin-left: 0;
  }

  video {

   height: 390px;
  }

  .banner-text p {
   font-size: 26px;
  }

  .banner {
   position: relative;
   top: -396px;
   margin-bottom: -396px;
  }

  .collaboration .title p {
   font-size: 15px;
  }

  .section-padding {
   padding: 34px 0;
   padding-bottom: 0;
  }

  .about-mba .container:before {
   top: -74px;
   background-size: 197px;
   right: 0;
   height: 200px;
  }

  h2 {
   font-size: 26px;
   line-height: 31px;
  }

  .about-mba .title p {
   line-height: 23px;
   font-size: 14px;
  }

  .why-bmu .pl-0 {
   padding-left: 15px !important;
  }

  .color-1 {

   margin-bottom: 15px;
  }

  .color-4 {

   margin-bottom: 15px;
  }

  .color-5 {

   margin-bottom: 15px;
  }

  .color-6 {

   display: none;
  }

  .why-bmu .wrap::before {
   display: none;
  }

  .Learn-list {

   padding-left: 0px;

  }

  .title1 label {

   width: 100%;
  }

  .stu-text .font-bold {
   font-size: 88px;

  }

  .Experiential-point {
   height: 227px;
  }

  .Learn-list {

   padding-top: 133px;
  }

  .place-student {
   background-position: top center;
   background-size: 110px;
   height: 121px;
  }

  .stu-text {
   position: relative;
   top: 0;
   right: -10px;
   text-align: center;
  }

  .placement h3 {
   margin-bottom: 13px;
   text-align: left;
  }

  .salary {

   border-top: solid 1px #ffa000;
   padding: 33px 0 0;
   border-left: none;
  }

  .stu-text p + p {

   font-size: 29px;

   line-height: 24px;

  }

  .Global::before {
   display: none;
  }

  .university-logo ul li {
   width: 43%;

   margin: auto;
  }

  div#carousel {
   display: none;
  }

  .Student-say {
   margin-top: 0;
   padding-top: 0;
  }

  .Student-say .title br {
   display: none;
  }

  .list-say {
   display: block;
  }

  .Student-say .one {
   width: 100%;
   height: auto;
   padding: 15px;
   background-color: #de5a26;
   background-image: none;
  }

  .placement {
   text-align: center;
  }

  .Student-say .two {
   padding: 15px;
   position: static;
   margin: 0;
   background-image: none;
   background-color: #ffa000;
   width: 100%;
   height: auto;
   font-weight: normal;
  }

  .Student-say br {
   display: none;
  }

  .Student-say .three {
   display: none;
  }

  .Student-say .one h5 {
   color: #fff;
   margin: 0
  }

  .group-box {
   background-image: none;
   background-position: 0 0;
   background-repeat: no-repeat;
   background-color: #fcfcfc;
   background-size: cover;
  }

.course-title {
	width: 100%;
	padding: 15px;
	min-height: inherit;
	position: static;
	max-height: 290px;
	overflow: auto;
	margin-bottom: 21px;
}

  .faculty-img {
   width: 100%;
  }

  .Programs.section-padding {
   padding: 30px 0 0 0;
  }

  .program h2 {

   font-size: 26px;
   margin: 0;

  }

  .tablinks {
   margin-bottom: 10px;
   width: 100%;
  }

  #Specialisations li.first {

   display: none;
  }

  #Specialisations li {
   width: 50%;
   margin: 0 auto;
   height: 187px;
  }

  .Programs .title {
   margin-bottom: 10px !important;
  }

  .tab-button {
   //display: flex;
   overflow: auto;
  }

  .tablinks {
   padding: 10px 20px;
   font-size: 15px;
   white-space: nowrap;
  }

  .Global .title h2 {
   color: #fff;
   font-size: 23px;
   padding: 30px;
  }

  .Student-say .one::before,
  .Student-say .two::before {
   display: none;
  }

  .group-box {

   padding-bottom: 20px;
  }

  .group-box .title.mb-5 {
   margin-bottom: 0 !important;
  }

  .form-sec.show {
   position: static;
   margin: 0;
  }
 }

 @media only screen and (max-width:480px) {
  .banner::before {
   height: 361px;
  }
  .desktop{display: none}
  .mobile{display: block}
.why-bmu .row > div > div {
	min-height: auto;
	padding: 15px;
}
  .color-cont.col-md-6.mx-auto {
	padding: 0;
}
  .collaboration  p br{display: none}
  .color-1 p {

   line-height: 20px;
   font-size: 18px;

  }

  .banner-text {
   margin-top: 60px;

  }

  .form-sec {
   margin: 0px auto;
   width: 90%;
  }

  .banner-text p {
   font-size: 19px;
   line-height: 27px;
  }

  .title.mb-5 {
   margin-bottom: 10px !important;
  }

  h1 {
   font-size: 39px;
   line-height: 39px;
   letter-spacing: -3px;
  }

  .about-mba.section-padding.pb-0 {
   padding-top: 87px;
  }

  .banner {
   top: -367px;
   margin-bottom: -377px;
  }

  video {
   height: 360px;
  }


  .color-2 p {

   line-height: 20px;
   font-size: 18px;

  }

  .color-3 p {

   line-height: 24px;
   font-size: 18px;

  }

  .color-4 p {

   line-height: 24px;
   font-size: 18px;

  }

  .color-5 p {

   line-height: 24px;
   font-size: 18px;

  }

  .Learn-list h4 {

   font-size: 17px;
  }

  .Learn-list p {
   font-size: 14px;
  }
.Global.section-padding {
	padding: 10px 0;
}
  .Experiential-point {
   height: 173px;
  }

  .placement h3 {

   margin-bottom: 10px;

  }

  .placement .title.mb-5 {
   margin-bottom: 0 !important;
  }

  .stu-text .font-bold {
   font-size: 68px;
  }

  .stu-text .font-bold {

   bottom: -19px;

  }

  .stu-text p + p {
   font-size: 19px;
   line-height: 20px;
  }

  .salary {
   border-top: solid 1px #ffa000;
   padding: 33px 0 0;
   border-left: none;
   width: 210px;
   margin: auto;
  }

  .salary ul {

   padding: 0px;

  }

  .salary ul li:first-child {
   font-size: 22px;
   line-height: 0;
   margin-bottom: 18px;
  }

  .salary ul li {
   color: #FFF;
   line-height: 30px;
   font-size: 16px;
  }

  .university-logo ul li {
   width: 60%;

  }

  .collaboration .title p {
   font-size: 14px;
  }

  .Global .title h2 {
   line-height: 25px;
   font-size: 22px;
   letter-spacing: 0;
   padding-bottom: 30px;
  }
.university-logo ul li {
    width: 100%;
    margin: 0 10px 0 0;
    max-width: 136px;
}
.university-logo ul {
  
    justify-content: center;
}

.university-logo ul li:nth-child(2n) {
    
    margin-right: 0;
}

.university-logo ul li.logo1::before {
    background-position: -17px -1px;
    width: 100%;

    background-size: 500px;
}
.university-logo ul li.logo3:before {
    background-position: -261px 0px;
    width: 100%;
    background-size: 500px;
}
.university-logo ul li.logo4:before {
    background-position: -409px 20px;
    width: 100%;
    background-size: 500px;
}
.university-logo ul li.logo5::before {
    background-position: 2px -73px;
    width: 100%;
    background-size: 500px;
}
.university-logo ul li.logo6:before {
    background-position: -131px -69px;
    width: 98%;
    background-size: 500px;
}
.university-logo ul li.logo7:before {
    background-position: -260px -63px;
    width: 100%;
    background-size: 500px;
}
.university-logo ul li.logo8:before {
    background-position: -405px -63px;
    width: 100%;
    background-size: 500px;
}
.university-logo ul li.logo9::before {
    background-position: 12px -143px;
    width: 100%;
    background-size: 500px;
}
.university-logo ul li.logo10:before {
    background-position: -129px -144px;
    width: 100%;
    background-size: 500px;
}
.university-logo ul li.logo11::before {
    background-position: -261px -139px;
    width: 100%;
    background-size: 500px;
}
  .Global .title h2 {
 
	padding: 30px 0;
}
  .form-sec {
	margin: 20px auto 0;
 }
.university-logo ul li.logo12::before {
    background-position: -403px -139px;
    width: 100%;
    background-size: 500px;
}
  .color-5 p + p {
	position: static;
}
  .course-title { 
	max-height: inherit; 
}
 }
