@charset "utf-8";
/* Muthelo Common CSS */
body {
  color: #333333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  text-rendering: auto;
}
*, *:focus {
  outline: none;
}
a {
  color: #333333;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #0070c0;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 1.3;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}
button, button:focus {
  outline: none;
  outline-offset: 0;
}
figure {
  margin: 0;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
::-webkit-input-placeholder {
  color: #777777 !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #777777 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #777777 !important;
  opacity: 1;
}
:-moz-placeholder {
  color: #777777 !important;
  opacity: 1;
}
/* Form CSS */
/*.form-group {
  margin-bottom: 30px;
}
.form-control {
  height: 52px;
  padding: 10px 20px;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  transition: all ease .4s;
  border-radius: 4px;
  appearance: none;
}
.form-control:focus {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: none;
}
textarea.form-control {
  height: 120px;
  resize: none;
}
input[type="submit"] {
  border: 1px solid transparent;
  transition: all ease .4s;
}
select.form-control {
  padding: 10px 60px 10px 15px;
  background-image: url(../images/icons/select-arrow.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 45px auto;
  color: #727272;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus {
  color: #727272;
}
select.form-control::-ms-expand {
  display: none;
}
button[type="submit"] {
  border: none;
}
label {
  display: block;
  color: #ffffff;
  cursor: pointer;
  font-size: 25px;
}*/
/* Normal CSS */
.muthelo-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.muthelo-align-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.muthelo-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 140px;
  padding: 11px 15px;
  background-color: #0070c0;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  position: relative;
  outline: none;
  cursor: pointer;
  border: none;
  transition: all ease .4s;
  border-radius: 4px;
}
.muthelo-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #025b9a;
  transition: all ease .4s;
  border-radius: 4px;
  content: "";
  z-index: 1;
}
.muthelo-btn:hover:after {
  width: 100%;
}
.muthelo-btn:hover, .muthelo-btn:focus {
  color: #ffffff;
}
.muthelo-btn span {
  position: relative;
  z-index: 2;
}
.muthelo-big-btn {
  min-width: 180px;
  padding: 13px 20px;
  font-size: 20px;
}
/* Muthelo Header */
.muthelo-header {
  padding: 16px 0;
  border-bottom: 1px solid #eeeeee;
}
.header-right {
  text-align: right;
}
.muthelo-navigation {
  display: inline-block;
  vertical-align: middle;
}
.muthelo-navigation ul {
  padding: 0;
  margin: 0;
  font-size: 16px;
  list-style: none;
}
.muthelo-navigation ul li {
  display: inline-block;
  padding-left: 35px;
}
.muthelo-navigation ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #444444;
}
.muthelo-navigation ul li:hover > a, .muthelo-navigation ul li a:hover {
  color: #0070c0;
}
.muthelo-toggle {
  display: none;
  vertical-align: middle;
  width: 25px;
  height: 16px;
}
.muthelo-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 7px;
  background: #000000;
  position: relative;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.muthelo-toggle span:before, .muthelo-toggle span:after {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.muthelo-toggle span:after {
  top: 7px;
}
.muthelo-toggle.active span {
  background: none;
}
.muthelo-toggle.active span:before {
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg);
}
.muthelo-toggle.active span:after {
  -webkit-transform: translateY(-7px) rotateZ(45deg);
  -ms-transform: translateY(-7px) rotateZ(45deg);
  transform: translateY(-7px) rotateZ(45deg);
}
/* Muthelo Banner */
.muthelo-banner {
  overflow: hidden;
  padding-top: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.muthelo-banner .muthelo-image img {
  max-width: none;
}
.banner-info h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
}
.banner-info h2 span {
  color: #0070c0;
}
.banner-logo {
  padding-top: 30px;
}
/* Muthelo Mba */
.muthelo-mba {
  padding: 110px 0;
}
.mba-info h4 {
  font-weight: 600;
}
.mba-meta {
  padding-top: 60px;
  text-align: center;
}
.mba-meta h4 {
  padding-bottom: 20px;
}
/* Muthelo About */
.muthelo-about {
  padding: 110px 0;
  background-color: #f2f2f2;
}
.about-wrap {
  max-width: 950px;
  padding: 80px 50px 70px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
.about-wrap h3 {
  padding-top: 25px;
  font-weight: 700;
  font-size: 24px;
}
/* Muthelo Pricing */
.muthelo-pricing {
  padding: 100px 0;
}
.muthelo-pricing .bullet-list {
  max-width: 600px;
  padding: 30px 30px 10px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  font-style: italic;
}
.muthelo-link {
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.muthelo-link:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #0070c0;
  content: "";
  z-index: 1;
}
.section-title {
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  position: relative;
}
.section-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 50px;
  margin: 0 auto;
  background-color: #0070c0;
  content: "";
  z-index: 1;
}
.bullet-list {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  list-style: none;
  text-align: left;
}
.bullet-list li {
  padding: 0 0 25px 20px;
  position: relative;
}
.bullet-list li:after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0070c0;
  content: "";
  border-radius: 100%;
  z-index: 1;
}
.modal-title {
  font-weight: 600;
  font-size: 18px;
}
.enrollment-form form h4 {
  padding-bottom: 13px;
  font-weight: 600;
  font-size: 16px;
}
/* Muthelo Footer */
footer {
  padding-top: 50px;
  background-color: #000000;
  color: #ffffff;
}
footer p {
  font-size: 14px;
  color: #b4b4b4;
}
footer h3 {
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
}
footer .muthelo-logo {
  padding-bottom: 35px;
}
footer ul {
  padding: 0;
  margin: 0;
  color: #b4b4b4;
  line-height: 28px;
  list-style: none;
}
footer ul li {
  padding: 2px 0;
}
footer ul li a {
  display: inline-block;
  color: #b4b4b4;
}
.muthelo-copyright {
  padding: 15px 0;
  margin-top: 50px;
  text-align: left;
  border-top: 1px solid #222222;
}
.muthelo-copyright p {
  padding-bottom: 0;
  font-size: 14px;
}
.muthelo-copyright p a {
  color: inherit;
}
.muthelo-copyright p a:hover {
  color: #0070c0;
}
/* Muthelo Page Title */
.muthelo-page-title {
  padding: 100px 0;
  background-image: url(../images/page-title.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.muthelo-page-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 1;
}
.muthelo-page-title h2 {
  font-weight: 600;
  font-size: 36px;
  position: relative;
  z-index: 2;
}
/* Muthelo Definition */
.muthelo-definition {
  padding: 100px 0;
}
.muthelo-definition h3 {
  padding: 25px 0 30px;
  font-weight: 700;
  font-size: 20px;
}
.muthelo-definition .bullet-list li {
  padding-bottom: 20px;
}
/* Muthelo Forward */
.muthelo-forward {
  padding: 100px 0;
  background-color: #f2f2f2;
}
.forward-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.forward-wrap .bullet-list {
  padding: 40px 30px 20px;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
}
.forward-image {
  padding-top: 30px;
  text-align: center;
}

/* Muthelo Investors */
.muthelo-investors {
  padding: 100px 0 80px;
}
.muthelo-investors p {
  padding-bottom: 15px;
}

/* Muthelo Event */
.muthelo-event {
  padding: 100px 0;
  background-color: #f2f2f2
}
.event-info h2 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}
.event-info .bullet-list {
  font-size: 16px;
}
.event-info .bullet-list li {
  padding-bottom: 5px;
}
.event-info h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 30px;
}

/* Muthelo Resourcesd */
.muthelo-resources {
  padding: 100px 0;
}

/* Muthelo Delivery */
.muthelo-delivery {
  padding: 100px 0;
  background-color: #f2f2f2;
}
.muthelo-delivery .muthelo-logo {
  text-align: right;
}
.muthelo-delivery h5 {
  margin-bottom: 40px;
}
.muthelo-delivery .bullet-list li {
  padding-bottom: 10px;
}