html {
  scroll-behavior: smooth;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
b, strong {
  font-weight: 700;
}
table tr td {
  padding: 5px 10px;
}
.revealOnScroll {
  opacity: 0;
}
h1 {
  font-size: 24px;
  font-weight: 900;
}
section.hero-home, section.banner {
  min-height: 700px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.container.banner-caption {
  align-self: flex-end;
  color: #ffffff;
  padding: 20px;
  background-color: rgba(46,11,61, 0.75) !important;
}
.container.banner-caption h1{
  font-size: 36px;
}
p {
  font-weight: 300;
}
.home-video .TextformatterVideoEmbed {
  margin-bottom: 15px;
}
h1.lead {
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
}
h2.lead {
  font-size: 27px;
  font-weight: 400;
}
h1.page-title {
  font-size: 26.4px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.align_right {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
.align_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.bg-gray {
    background: #f5f5f5 !important;
}
.bg-orange {
  background-color: #ffb300;
}
.bg-teal {
  background-color: #00838f;
}
.bg-lightgreen {
  background-color: #80cbc4;
}
.bg-purple {
  background-color: #01579b;
}
.purple.darken-3 {
  background-color: #6a1b9a !important;
}
.purple.darken-4 {
  background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
  color: #4a148c !important;
}
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}
.theme-color {
  background-color: #2e0b3d !important;
}
.flex-v-middle {
  display: flex;
  align-items: center;
}
a.black-text {
  color: #000000;
}
a.black-text:hover {
  text-decoration: none;
}
table tr td p {
  line-height: 1;
  margin-bottom: 0.5rem;
}
td.header {
  font-weight: 700;
}
/* suggested study pattern starts */
.col-12.l1 {
  animation-duration: 3s;
  animation-delay: 1s;
}
.col-6.l2 {
  animation-duration: 3s;
  animation-delay: 2s;
}
.col-6.l3 {
  animation-duration: 3s;
  animation-delay: 3s;
}
.col-6.l4 {
  animation-duration: 3s;
  animation-delay: 4s;
}
.col-6.l5 {
  animation-duration: 3s;
  animation-delay: 5s;
}
.contact-form h3 {
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}
/* suggested study pattern ends */
.contact-form .contact-icon {
    font-size: 3rem;
    color: #6a4e77;
}
.content .img-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.content p img {
  border: 1px solid #d2d2d2;
  padding: 2px;
  max-width: 80%;
}
.container.curriculum-table {
  padding-top: 10px;
  padding-bottom: 10px;
}
.container.curriculum-table .headline, .study-path-table .headline {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.container.curriculum-table .headline a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.container.curriculum-table .headline i  {
  transition: 0.6s;
}
.container.curriculum-table .headline i.active  {
  transform: rotate(180deg);
}
#faculty-package-wrapper, #required-courses-wrapper, #study-overseas-wrapper {
  display: none;
}
#faculty-package-wrapper div.course-details:nth-child(odd) {
  background-color: #eeeeee;
}
#required-courses-wrapper div.course-details:nth-child(odd) {
  background-color: #eeeeee;
}
#study-overseas-wrapper div.course-details {
  background-color: #eeeeee;
}
.container.study-path-table {
  padding-top: 10px;
  padding-bottom: 10px;
}
.card.testimonial-card {
  border: 0px;
}
.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
    width: 120px;
    height: 120px;
}
.testimonial-card .card-up {
    overflow: hidden;
    height: 80px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
.testimonial-card img {
  width: 120px;
  height: 120px;
  margin-left: -5px;
}
.card-title {
  text-align: center;
}
.news-title {
  text-align: left;
  font-weight: 900;
  min-height: 48px;
  color: #60bfff;
}
.testimonial-card p {
  animation-duration: 3s;
}
.news-card {
  border-radius: 30px;
}
.news-card .card-img-top {
  border-radius: 30px 30px 0px 0px;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.news-card .event-date {
  position: absolute;
  z-index: 100;
  background-color: #60bfff;
  right: 27.5px;
  top: 27.5px;
  padding: 0px;
  width: 75px;
  height: 75px;
  text-align: center;
  opacity: 0.9;
  display: block;
  transition-duration: 0.5s;
}
.news-card .event-date > div:first-child {
  margin-top: 5px;
  font-weight: 900;
}
.news-card .event-date div {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.news-card p.card-text i {
  padding: 8px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
.news-card .card-body > div:first-child {
  min-height: 24px;
  padding: 5px 0px;
}
ul.navbar-nav {
  width: 100%;
  justify-content: flex-end;
  margin-right: 130px !important;
}
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}
input[type=search] {
	background: #ededed;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 40px;
	width: 80px;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;

	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
form.search-form button {
  float: left;
  padding: 10px 10px 7px 10px;
  background: transparent;
  color: #000000;
  font-size: 17px;
  border: 0px solid #cccccc;
  border-right: none;
  cursor: pointer;
  position: absolute;
}
#navbarTogglerDemo02 {
  position: relative;
}
@media (min-width:1200px) {
  .search_box_wrapper {
    position: absolute;
    right: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    line-height: 1.1;
  }
  .dropdown-menu {
    display: block;
    transform: scale(0);
    transform-origin: top left;
    transition-duration: 0.4s;
  }
  .dropdown-menu.show {
    transform: scale(1);
  }
}

@media (max-width:461px) {
  .navbar-brand img {
    width: 270px !important;
  }
  a.navbar-brand {
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .content img {
    margin-top: 10px;
  }
  section.hero-home, section.banner {
    min-height: 600px;
  }
}
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #022953;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.news-card .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.news-card .middle .text {
  color: #ffffff;
  padding: 15px;
  border: 1px solid #ffffff;
  font-size: 24px;
  font-weight: 900;
}
.news-card:hover .middle {
  opacity: 1;
}
.news-card:hover .card-img-top {
  opacity: 0.3;
}
.img-wrapper {
  background-color: #000000;
  border-radius: 30px 30px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-card:hover .event-date {
  opacity: 0;
}
/*  HERO SECTION starts */
.hero {
  padding: 0;
}
.hero .hero-content {
  padding: 50px 0 250px;
  color: #fff;
  background-size: cover !important;
  background-position: center center !important;
}
.hero .slider-content {
  color: #000000;
  padding: 20px;
}
.hero .slider-content h2 {
  font-size: 48px;
}
.CTA {
  color: #000;
}

/* Hero section edns */

/* Sticky Foot starts */

.footer {
    margin-top: auto;
    width: 100%;
    bottom: 0px;
    z-index: 100;
}
.footer .row p {
  margin: 0px;
}

.footer .sitemap ul {
  list-style-type: none;
  padding-left: 0px;
}
.footer .sitemap ul li h4 {
  font-weight: 500;
  color: #60bfff;
  font-size: 20px;
}
.footer .sitemap ul li a {
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.footer span a {
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.footer span a:hover {
  color: #60bfff;
}
.footer .sitemap ul li a:hover {
  color: #60bfff;
}
/* sticky footer ends */

/* breadcrumb starts */

.breadcrumb {
  background-color: rgba(255, 255, 255, 1);
  padding-left: 0px;
}
.breadcrumb-item {
  font-size: 12px;
}
.breadcrumb-item a {
  color: #60bfff;
}
.breadcrumb-item + .breadcrumb-item::before {
content: "»";
}

/* nav starts */

.navbar.fixed-top {
  top: -94px;
  transition: all 0.8s ease;
  transform: translateY(94px);
  -webkit-transform: translateY(94px);
}
a.nav-link, a.dropdown-item {
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
}
a.dropdown-item {
  padding: 20px 20px;
  background-color: #2e0b3d;
  color: #ffffff;
  opacity: 0.85;
}
a.dropdown-item:hover {
  background-color: #60bfff;
}
.navbar-light .navbar-toggler {
  border-color: rgba(255,255,255,0);
}
.navbar-light .navbar-toggler:focus {
  outline: 0px solid #ffffff;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #60bfff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #60bfff;
}
.dropdown-menu {
  padding: 0px;
  background-color: #2e0b3d;
  opacity: 0.85;
}
/* navs ends */

/* hid the honeypot field starts */

.col.honeypot {
  display: none;
}

/* hide the honeypot field ends */

/* course list accordion starts */
#courselist .btn-link {
  text-decoration: none;
  color: #000000;
  width: 100%;
  text-align: left;
}

#courselist .course-number {
  margin-right: 10px;
}
.accordion .btn-link {
  text-decoration: none;
}
.accordion .btn-link.crosshair[aria-expanded="false"]::before {
  font-family: fontawesome;
  content: "\f0fe";
  width: 20px;
  height: 20px;
  background-color: #ebebeb;
  margin-right: 10px;
}
.accordion .btn-link.nocrosshair[aria-expanded="false"]::before {
  font-family: fontawesome;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ebebeb;
  margin-right: 20px;
}
.accordion .btn-link[aria-expanded="true"]::before {
  font-family: fontawesome;
  content: "\f146";
  width: 20px;
  height: 20px;
  background-color: #ebebeb;
  margin-right: 10px;
}
.accordion .card-body {
  padding-left: 50px;
}
/* course list accordion starts */

/* STAFF members starts */

.staff-member {
  position: relative;
  border: none;
  border-radius: 0px;
}
.staff-member .card-title {
  text-align: left;
  border-bottom: 2px solid #4a148c;
}
.staff-member .card-img-wrapper {
  padding: 0px 50px;
  background-color: transparent;
}
.staff-member img {
  width: 100%;
  border-radius: 50% 50% 50% 50%;
  transition: border-radius 2s;
}
.staff-member:hover img {
  border-radius: 50% 50% 50% 0%;
}
.staff-member .card-body {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
}
.staff-member .card-body p {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  min-height: 70px;
}
.staff-member a.btn {
  /*opacity: 0;*/
  transition: all 0.5s;
  color: #ffffff;
  width: 100%;
  display: none;
}
.staff-member:hover a.btn {
  /*opacity: 1;*/
}
.staff-member p.staff-info {
  display: none;
  position: relative;
  opacity: 0.8;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  text-align: justify;
  height: 30px;
  overflow-y: scroll;
}
/* staff members ends */

/* front page carousel starts */
.item a {
  cursor: pointer;
  text-decoration: none;
}
.item a h4, .carousel-item a p {
  color: #000000;
}
.item .card {
  border-radius: 30px;
  transition: all 0.6s;
}
.item a h4 {
  min-height: 45px;
}
.item .card-body {
  height: 150px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0px;
  padding: 0px;
  border-radius: 0 0 30px 30px;
  background: rgba(46,11,61,0.75);
  transition: all 1s linear;
}
.item .card-body .card-title {
  margin-top: 20px;
  color: #ffffff;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  font-size: 22px;
}
.item .card-body .event-date {
  margin-top: 20px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.item .card img {
  border-radius: 30px;
}
.nav-arrow {
  border-radius: 50%;
  cursor: pointer;
}
.owl-nav {
  color: #60bfff !important;
}
/* front page carousel ends */

/* blockquote starts */

.mb-wrap {
	width: 300px;
	margin: 20px auto;
	padding: 20px;
	position: relative;
}
.mb-wrap p{
	margin: 0;
	padding: 0;
}
.mb-wrap blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}
.mb-wrap cite {
	font-style: normal;
}
.mb-style-3 {
	width: 100%;
}
.mb-style-3 blockquote{
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow:
		inset 0 2px 0 rgba(188, 147, 200, 0.7),
		-5px -4px 25px rgba(0, 0, 0, 0.3);
}
.mb-style-3 blockquote:after,
.mb-style-3 blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mb-style-3 blockquote:after  {
	border-top-color: #ffffff;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.mb-style-3 blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}
.mb-style-3 blockquote p {
    position: relative;  
    color: #b4b4b4;
    font-weight: 400;
    line-height: 1.4;
    text-indent: 0px;
}
/*.mb-style-3 blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 140px;
	left: -100px;
  top: -10px;
	color: rgba(188, 147, 200, 1);
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
.mb-style-3 blockquote p:after {
  content: '\201D';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 140px;
	right: -30px;
  bottom: -50px;
	color: rgba(188, 147, 200, 1);
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}
*/
.mb-style-3 .mb-attribution {
	text-align: center;
	padding: 20px 20px 20px 20px;
	position: relative;
}
.mb-style-3 .mb-thumb {
	display: block;
	width: 200px;
	height: 200px;
	border: 5px solid #fff;
	border-radius: 50%;
	position: relative;
	right: 0px;
	bottom: 5px;
	box-shadow:
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
  margin-left: auto;
  margin-right: auto;
}
.mb-style-3 .mb-author{
	font-family: 'Alegreya SC', serif;
	font-weight: 700;
	font-size: 18px;
	color: rgba(188, 147, 200, 1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
  width: 100%;
}
.mb-style-3 cite a{
	font-family: 'Alegreya', serif;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.mb-style-3 cite a:hover{
	color: rgba(188, 147, 200, 1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
/* blockquote ends */

/* Back to Top starts */
.to-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #662d91;
  z-index: 100;
  font-size: 24px;
  color: #ffffff !important;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
  text-decoration: none;
  border-radius: 50%;
}
.to-top:hover {
  text-decoration: none;
}
.to-top.active {
  opacity: 1;
  bottom: 32px;
  pointer-events: auto;
}

/* Back to Top ends */

/* Home youtube slider starts */

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}

/* Home youtube slider ends */

/* mentorship page starts */
@media (min-width: 768px) {
  .mentorship .col-md-custom {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 5px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .mentorship .nav-btn {
    padding: 15px 50px;
  }  
}
@media (max-width: 991px and min-width: 577px) {
  .mentorship .nav-btn {
    padding: 10px 25px;
  }  
}
@media (max-width: 576px) {
  .mentorship .nav-btn {
    padding: 10px 15px;
    font-size: 13px !important;
    margin-right: 5px !important;
  }  
  .content p img {
    max-width: 100%;
  }
  input[type="search"]:focus {
    width: 85%;
  }
}
.mentorship .nav-btn {
  background-color: #999999;
  color: #ffffff !important;
  margin-right: 20px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  transition: 0.5s;
}
.mentorship .nav-btn:hover {
  background-color: #612894;
}
.mentorship .nav-btn.active {
  background-color: #612894;
}
.mentorship .album-title {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.mentorship .album {
  margin-bottom: 25px;
}
/* mentorship page ends */