.mheader {
  background: #44355b url(../images/theme/header_logo.png) top center no-repeat;
  height: 180px;
  padding-top: 180px; }

.mnav {
  margin-top: -25px;
  padding: 0; }
  .mnav .navbar {
    z-index: 1000;
    border-radius: 25px;
    background: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.03); }
    .mnav .navbar a {
      font-size: 12pt;
      color: #5c487b; }
      .mnav .navbar a:hover {
        color: #44355b; }
    .mnav .navbar .navbar-nav {
      float: none !important; }

section {
  padding-top: 50px;
  padding-bottom: 50px; }
  section.first {
    margin-top: 27px; }
  section.odd {
    background-color: #ededed;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.08); }
  section.even {
    background-color: #f2f7f7; }
  section .section-title {
    font-size: 18pt;
    color: #44355b;
    line-height: 1.2;
    display: inline-block;
    background-color: white;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 5px 5px;
    padding: 20px 60px 10px 60px;
    border-top: 2px solid #44355b; }
  section .section-head {
    margin-top: -50px;
    margin-bottom: 20px; }
  section .section-tip {
    padding-top: 20px;
    font-size: 13pt;
    color: #44355b; }

.mfooter {
  background: #241c30;
  color: #d6d6d6;
  padding-top: 30px;
  padding-bottom: 30px; }
  .mfooter h4 {
    color: white;
    font-size: 15pt; }
  .mfooter a {
    color: #d6d6d6;
    font-weight: normal; }

.footer {
  background: #44355b url(../images/theme/footer.png) no-repeat center bottom;
  color: white;
  height: 47px;
  padding-top: 15px;
  box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

.blogs_list article {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
.blogs_list .head {
  position: relative; }
  .blogs_list .head img {
    width: 100%; }
.blogs_list .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  padding-top: 50px;
  color: white;
  text-shadow: 0 1px 1px #000;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.25098) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.25098) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.25098) 0%, rgba(0, 0, 0, 0) 100%); }
.blogs_list a:hover {
  text-decoration: none; }
.blogs_list h3 {
  margin-top: 0;
  font-size: 15pt;
  color: #44355b;
  line-height: 1.3; }
.blogs_list .body {
  padding: 10px; }
.blogs_list .text {
  font-size: 12pt;
  color: #624e80; }
.blogs_list .col-xs-12, .blogs_list h3 {
  padding-left: 7px;
  padding-right: 7px; }

.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
  float: right; }

.col-xs-5th-5 {
  float: left;
  width: 100%; }

.col-xs-5th-4 {
  width: 80%; }

.col-xs-5th-3 {
  width: 60%; }

.col-xs-5th-2 {
  width: 40%; }

.col-xs-5th-1 {
  width: 20%; }

@media (min-width: 992px) {
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
    float: right; }

  .col-md-5th-5 {
    float: right;
    width: 100%; }

  .col-md-5th-4 {
    width: 80%; }

  .col-md-5th-3 {
    width: 60%; }

  .col-md-5th-2 {
    width: 40%; }

  .col-md-5th-1 {
    width: 20%; } }
.books_list {
  padding: 10px; }
  .books_list .col-md-5th-1 {
    padding: 7px; }
  .books_list .info {
    transition: all 100ms linear;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 45px;
    background: rgba(68, 53, 91, 0.7);
    font-size: 12pt;
    color: white;
    padding: 15px; }
  .books_list h4 {
    text-align: center; }
  .books_list .download {
    transition: all 100ms linear;
    background: #2c223b;
    padding: 10px;
    color: white;
    font-size: 14pt;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    opacity: 0;
    text-align: center; }
    .books_list .download:hover {
      left: -5px;
      right: -5px;
      text-decoration: none;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .books_list img {
    width: 100%; }
  .books_list .book {
    position: relative; }
    .books_list .book:hover .info, .books_list .book:hover .download {
      display: block;
      opacity: 1; }
    .books_list .book:hover .download {
      bottom: -45px; }

section.login {
  padding: 0; }
  section.login .container {
    position: relative;
    padding: 75px 50px 50px; }
  section.login .desc {
    color: #44355b;
    font-size: 14pt; }
  section.login .cert {
    bottom: 0;
    position: absolute;
    right: 50px;
    background: url("../images/theme/certs.png") right bottom no-repeat;
    width: 600px;
    height: 320px; }
  section.login form {
    margin-bottom: 30px; }
  section.login .alert {
    list-style: none; }
  section.login .ultra-alert p {
    margin: 0; }
  section.login .ultra-alert .sign {
    text-align: left; }
  section.login .ultra-alert a {
    color: white; }
  section.login .user-options {
    list-style: none;
    padding: 0;
    margin: 0; }
    section.login .user-options li {
      padding: 5px; }
    section.login .user-options li, section.login .user-options a {
      color: #5c487b; }
    section.login .user-options .name {
      color: #44355b;
      font-size: 13pt;
      border-bottom: 1px solid #ede9f2; }

.services {
  background: white;
  text-align: center;
  padding: 0; }
  .services .col-sm-3 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px; }
    .services .col-sm-3:hover img {
      transform: scale(1.1); }
  .services .img {
    margin-bottom: 30px; }
    .services .img img {
      transition: all 100ms linear;
      width: 30%; }
  .services .desc {
    font-size: 13pt;
    color: #68518b; }

.admin_login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .admin_login .widget {
    max-width: 300px;
    width: 100%; }
    .admin_login .widget .body {
      padding: 20px; }
  .admin_login h2 {
    color: #44355b;
    text-align: center;
    margin-bottom: 50px; }
  .admin_login .sign {
    position: fixed;
    width: 100%;
    bottom: 15px;
    left: 0;
    text-align: center;
    color: gray; }

.student-profile .row {
  border-bottom: 1px solid #ede9f2;
  margin-bottom: 10px; }

.steps_new .steps-head {
  position: relative;
  padding: 50px 20px;
  text-align: center; }
.steps_new .steps-body {
  background: #625575;
  color: white;
  padding: 30px 20px;
  margin: 0;
  border-radius: 0 0 5px 5px; }
  .steps_new .steps-body ol {
    padding-right: 20px; }
.steps_new .subject {
  font-size: 18px;
  color: #44355b;
  text-align: center;
  padding-top: 15px; }
.steps_new .summery {
  font-size: 14px;
  color: #908a9b; }
.steps_new .profile {
  padding: 10px;
  border-bottom: 1px solid #ede9f2; }
  .steps_new .profile a {
    color: #44355b;
    border: none;
    text-align: right;
    padding: 0;
    display: inline;
    transition: all 100ms linear; }
    .steps_new .profile a:hover {
      color: #68518b; }
  .steps_new .profile .name {
    color: #44355b;
    font-size: 12pt; }

.steps-bar {
  direction: rtl;
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: white; }
  .steps-bar > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em; }
    .steps-bar > li:before {
      content: attr(data-step);
      display: block;
      margin: 0 auto;
      background: #31263e;
      width: 2em;
      height: 2em;
      text-align: center;
      margin-bottom: 0.25em;
      line-height: 2em;
      border-radius: 100%;
      position: relative;
      z-index: 500; }
    .steps-bar > li:after {
      content: '';
      position: absolute;
      display: block;
      background: #31263e;
      width: 100%;
      height: 0.2em;
      top: .9em;
      right: 50%;
      margin-left: 1.5em \9 ;
      z-index: 1; }
    .steps-bar > li:last-child:after {
      display: none; }
    .steps-bar > li.is-complete {
      color: #2ECC71; }
    .steps-bar > li.is-complete:before, .steps-bar > li.is-complete:after {
      color: #FFF;
      background: #c6c013; }
    .steps-bar > li.is-active {
      color: #c6c013; }
      .steps-bar > li.is-active:before {
        color: #FFF;
        background: #c6c013;
        box-shadow: 0 0 10px #c6c013;
        animation-name: glow-yellow;
        animation-duration: 2s;
        animation-iteration-count: infinite; }

@keyframes glow-yellow {
  0% {
    box-shadow: 0 0 5px #c6c013;
    background: #c6c013; }
  50% {
    box-shadow: 0 0 15px #ded813;
    background: #ded813; }
  100% {
    box-shadow: 0 0 5px #c6c013;
    background: #c6c013; } }
/**
 * Needed for IE8
 */
.steps-bar__last:after {
  display: none !important; }

#printPreview img {
  transition: all 100ms linear; }
#printPreview:hover img {
  transform: scale(1.05); }

.widget {
  border-style: solid;
  border-width: 1px;
  border-color: #908a9b;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.17);
  margin-bottom: 15px; }
  .widget .head {
    background: #44355b;
    color: white;
    font-size: 18pt;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0 0; }
  .widget .body {
    max-height: 350px;
    border-radius: 0 0 5px 5px; }
  .widget .widget-list, .widget .widget-list li {
    padding: 0;
    margin: 0; }
  .widget .widget-list span {
    font-size: 12px;
    color: #908a9b;
    line-height: 2.294;
    text-align: center; }
  .widget .widget-list li {
    padding-left: 10px;
    padding-right: 10px; }
    .widget .widget-list li:hover {
      background: #f5f3f8; }
  .widget a {
    display: block;
    border-bottom: 1px solid #ede9f2;
    text-align: center; }
    .widget a:hover {
      text-decoration: none;
      cursor: pointer; }
  .widget h5 {
    color: #44355b;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0; }
  .widget .simplebar-scrollbar, .widget .simplebar-scrollbar.visible {
    background: #44355b;
    opacity: 1 !important;
    width: 4px; }

.panel-default {
  border-style: solid;
  border-width: 1px;
  border-color: #908a9b; }

html {
  height: 100%;
  box-sizing: border-box; }

body {
  background: #ededed;
  position: relative;
  margin: 0;
  padding-bottom: 40px;
  min-height: 100%; }

.ultra-alert {
  background: #44355b;
  color: white;
  padding: 20px;
  font-size: 12pt;
  border-radius: 5px; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

/*# sourceMappingURL=main.css.map */
