/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

.mhb-custom-9krzYCStJ .menu > li.current-menu-item > a,
.mhb-custom-9krzYCStJ .menu > li > a:hover {
	background-color: #0b4690;
    color: #fff;
}

.mhb-custom-Ub64ZHdYQ .menu > li.current-menu-item > a,
.mhb-custom-Ub64ZHdYQ .menu > li > a:hover {
	color: #fff;
    background-color: #003679;
}

/*rs-fullwidth-wrap {
	overflow: hidden !important;
    box-sizing: border-box;
	width: 100% !important;
}

rs-module-wrap {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
}

rs-module {
	width: 100% !important;
}

rs-layer-wrap {
	left: 0 !important;
	right: 0 !important;
	min-width: 100% !important;
}*/

header .desktop.default .first-row .center {
	width: 60% !important;
}
header .desktop.default .first-row .center .mhb-custom-wwvxnmOt4 {
	width: 100% !important;
}

#Footer .footer_copy {
	background-color: #003679 !important;
}

.mcb-sidebar aside.widget_custom_html {
	border: 1px solid #e2e2e2 !important;
    border-radius: 20px !important;
    padding: 10px !important;
	box-shadow: 1px 10px 47px -27px rgb(0 0 0 / 75%) !important;
}

.mcb-sidebar aside.widget_custom_html h4 {
	margin-bottom: 20px;
	text-align: center;
}

.mcb-sidebar aside.widget_custom_html p {
	margin: 0 !important;
}

.mcb-sidebar aside.widget_custom_html .card {
	margin: 15px 0;
	box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 75%);
    border-radius: 20px;
}

.mcb-sidebar aside.widget_custom_html .applyButton {
	font-size: 24px !important;
    line-height: 24px !important;
    width: 100%;
}

.courseFeaturesSection .mfn-icon-box {
	min-height: 450px;
}

.courseFeaturesSection .mcb-wrap .mcb-column .title {
	text-align: left !important;
}

.enquireButton {
	position: fixed;
	right: -50px;
	bottom: 20%;
	-webkit-transform:rotate(-90deg); /* Chrome, Safari, Opera */
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);   /* Standard syntax */
	background-color: #be3438 !important;
	color: #ffffff !important;
	z-index: 1;
	padding: 14px 30px 14px 30px;
    border-radius: 5px 5px 0 0;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	z-index: 999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 100%;
	max-width: 30rem;
    border-radius: 0.5rem;
}

.modal-header {
	height: 40px;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

aside#custom_html-5 p {
	text-align: justify;
	max-width: 450px;
}

#Subheader .title {
	background-color: #be3438 !important;
    width: auto !important;
    padding: 10px !important;
}

.faqSection {
    max-width: 900px;
    margin: auto;
}

.faqSection .faq .question .title {
	font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.faqSection .faq .question .answer {
	text-align: justify;
}

.style-simple .timeline_items > li h3 span {
	background-color: #f2ad32;
    color: #000;
}

/* Start Timeline */
.customTimeline .timeline {
  position: relative;
}
.customTimeline .timeline::before {
  content: "";
  background: #bdbdbd;
  width: 2px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.customTimeline .timeline-item {
  width: 100%;
  margin-bottom: -10px;
}
.customTimeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}
.customTimeline .timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}
.customTimeline .timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.customTimeline .timeline-item::after {
  content: "";
  display: block;
  clear: both;
}
.customTimeline .timeline-item p {
	text-align: justify;
}
.customTimeline .timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.customTimeline .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5;
}
.customTimeline .timeline-img {
  width: 30px;
  height: 30px;
  background: #003679;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}
.customTimeline a {
  background: #003679;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.customTimeline a:hover,
.customTimeline a:active,
.customTimeline a:focus {
  background: #32408f;
  color: #fff;
  text-decoration: none;
}
.customTimeline .timeline-card {
  padding: 0 !important;
}
.customTimeline .timeline-card p {
  padding: 0 20px;
}
.customTimeline .timeline-card a {
  margin-left: 20px;
}
.customTimeline .timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),
    url("https://picsum.photos/1000/800/?random") center center no-repeat;
  background-size: cover;
}
.customTimeline .timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}
.customTimeline .timeline-img-header h3 {
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 20px;
}
.customTimeline blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3f51b5;
  padding: 0 20px;
}
.customTimeline .date {
    background: #f2ad32;
    display: inline-block;
    color: #000;
    padding: 10px 15px;
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 24px;
}
.sptp_member-template-default.single #Subheader {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    display: flex;
    justify-content: center;
    border: 2px solid #f15e2f;
}

.edwiser-bridge {
	margin: auto;
}
.eb-profile-txt-field {
    padding-bottom: 0 !important;
}
form.register p {
    margin-bottom: 0;
}

/* Faculty */
.ttp-popup-content-center .ttp-team-member-content {
	text-align: justify !important;
}

.style-simple a.icon_bar {
	background-color: transparent !important;
}

@media screen and (max-width: 768px) {
	.customTimeline .timeline-item {
		margin-bottom: 20px;
	}
  .customTimeline .timeline::before {
    left: 50px;
  }
	.customTimeline .timeline .container {
		//padding-left: 0px !important;
    	padding-right: 0px !important;
	}
  .customTimeline .timeline .timeline-img {
    left: 50px;
  }
  .customTimeline .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 55px;
	padding: 40px 30px 10px 30px;
  }
  .customTimeline .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .customTimeline .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
	.customTimeline .timeline-item:nth-child(odd) .timeline-content .date {
    	right: auto;
    	left: 0;
	}
}


@media screen and (max-width: 767px) {
	.courseFeaturesSection {
		background-image: none !important;
	}
	.mcb-sidebar aside.widget_custom_html .applyButton {
		font-size: 22px !important;
		padding: 20px !important;
		max-width: 400px;
		width: 100%;
		margin: auto;
		display: flex;
        justify-content: center;
        align-items: center;
	}
}

@media screen and (max-width: 576px) {
	#Subheader {
		padding: 50px 0;
		background-size: cover;
	}
	.mhb-logo, .mhb-menu {
		margin: 0 !important;
	}
	.faqSection .faq .question .title {
    	font-size: 18px !important;
		line-height: 24px;
	}
	.faqSection .faq .question .answer {
		font-size: 16px !important;
	}
	.faqSection .faq .question .title, .faqSection .faq .question .answer {
		padding-left: 50px !important;
	}
	.faqSection .faq .question > .title .num {
		left: 22px !important;
	}
	.ttp-popup-content-center .ttp-popup-content-fix-wrap {
		padding-right: 0 !important;
	}
	.mCSB_container .ttp-team-member-content p {
		line-height: 20px;
	}
	.ttp-grid-layout #ttp-template-3 .ttp-grid-thumb-wrapper {
		margin-bottom: 5px !important;
	}
	.ttp-grid-layout #ttp-template-3 .ttp-primary-content .ttp-thumb-position {
		min-height: auto;
	}
}

@media screen and (min-width: 767px) {
	.customTimeline .timeline-item {
		margin-bottom: 40px;
	}
	.customTimeline .timeline-item:nth-child(odd) .timeline-content h3 {
		margin-top: 25px;
	}
}

/* Temporary */
aside#custom_html-6 {
    display: none;
}