body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #f5f7f8;
  background-image: url('../img/bg-pattern.jpg');
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
.title {
  color: #29166f;
  margin-bottom: 5px;
}
h3.title {
  margin-bottom: 15px;
}
.page-white {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  padding: 30px 20px;
  margin-bottom: 15px;
  min-height: 300px;
}
label {
  font-size: 12px;
}
label span {
  color: red;
}
.form-control {
  background-color: #f1f1f1;
}
.form-control:focus {
  outline: none;
  border-color: #29166f;
  box-shadow: none;
  background-color: #fff;
}
.transition {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
a {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.divider {
  height: 5px;
  border-top: 1px solid #29166f;
  border-bottom: 1px solid #ffa000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.card {
  border: 1px solid #ccc;
  padding: 2px;
}
.card p {
  padding: 15px;
  min-height: 200px;
}
.contact-page .media img {
  width: 32px;
}
/* ------ owl slider ------ */
.owl-slider {
  position: relative;
  overflow: hidden;
}
.owl-slider .owl-next,
.owl-slider .owl-prev {
  position: absolute;
  top: 40%;
  width: 60px;
  height: 60px;
  border-radius: 50px !important;
  background-color: transparent !important;
  border: 2px solid #29166f !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.owl-slider .owl-next {
  right: -8%;
}
.owl-slider .owl-prev {
  left: -8%;
}
.owl-slider:hover .owl-next {
  opacity: 1;
  right: 2%;
}
.owl-slider:hover .owl-prev {
  opacity: 1;
  left: 2%;
}
.owl-slider .owl-next .fa,
.owl-slider .owl-prev .fa {
  position: absolute;
  font-size: 26px;
  color: #29166f;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-next:hover,
.owl-prev:hover {
  background-color: #29166f !important;
}
.owl-next:hover .fa,
.owl-prev:hover .fa {
  color: #fff;
}
.owl-slider .owl-dot.active span,
.owl-slider .owl-dot:hover span {
  background-color: #29166f !important;
}
.owl-slider .owl-dots {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .owl-slider .owl-next,
  .owl-slider .owl-prev {
    display: none !important;
  }
}
/* ------ owl slider end ------ */
.navbar {
  border: none;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar-brand {
  max-width: 140px;
  padding: 5px 15px;
}
.branch-name a {
  font-weight: 700;
  padding-left: 0px !important;
  color: #29166f !important;
}
.breadcrumb-outer {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fcfcfc;
  margin-bottom: 10px;
}
.breadcrumb-outer .breadcrumb {
  padding: 4px 0px;
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0px;
}
.slider {
  padding: 4px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  margin-top: 10px;
}
.footer {
  background-color: #29166f;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #c0c0c0;
}
.footer .widget {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer .widget h4 {
  color: #ffc00e;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer .widget .contact {
  margin-bottom: 5px;
}
.footer .widget .contact .fa {
  margin-right: 5px;
}
.footer .social-links a {
  margin-right: 5px;
}
.footer .social-links a img {
  max-width: 30px;
}
.copyright {
  background-color: #241657;
  color: #969697;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copyright a {
  color: #ffc00e;
}
.feed-box {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 10px;
  margin-bottom: 15px;
}
.feed-box .main-img {
  margin-bottom: 5px;
}
.feed-box p {
  margin-bottom: 0px;
}
.feed-box p.text-only {
  font-size: 20px;
}
.feed-box .date {
  font-size: 12px;
  color: #b5b5b5;
  margin-top: 5px;
}
.feed-box .date:before {
  content: "\f073";
  font-family: "fontawesome";
  margin-right: 5px;
}
.feed-box a {
  text-decoration: underline;
}
.side-panel {
  border-color: #e8e8e8;
}
.side-panel .panel-heading {
  padding: 8px 15px;
}
.side-panel p {
  font-size: 12px;
}
.side-courses {
  border-color: #e8e8e8;
}
.side-courses .panel-heading {
  padding: 8px 15px;
}
.side-courses ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.side-courses ul li a {
  font-size: 12px;
}
.courses-list {
  margin-top: 15px;
}
.courses-list a {
  display: block;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.courses-list a:hover {
  border-color: #29166f;
  text-decoration: none;
}
.section-map {
  min-height: 350px;
}
