/* [Master Stylesheet v1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,500,600,700");
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  font-weight: 700; }

p {
  font-family: "Raleway", sans-serif;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 14px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 30px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-20 {
  padding-top: 30px;
  padding-bottom: 50px; 
}
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 25px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* Preloader */
#preloader {
  background-color: #FDFDFB;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #preloader .spinner {
    width: 40px;
    height: 40px;
    background-color: #FFC821;
    margin: auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out; }
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
    transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
    transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center; 
  }
  .section-heading h3 {
    font-size: 30px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .section-heading h3 {
        font-size: 24px; } }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white h3 {
    color: #ffffff; }

/* Miscellaneous */
.bg-animated {
  width: 100%;
  -webkit-animation: bgAnimated 24s linear infinite;
  animation: bgAnimated 24s linear infinite;
  background-attachment: fixed; }

@-webkit-keyframes bgAnimated {
  0% {
    background-position: center center; }
  50% {
    background-position: left left; }
  100% {
    background-position: center center; } }
@keyframes bgAnimated {
  0% {
    background-position: center center; }
  50% {
    background-position: left left; }
  100% {
    background-position: center center; } }
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay,
.foo-bg-overlay,
.bg-overlay-2by5 {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after,
  .foo-bg-overlay::after,
  .bg-overlay-2by5::after {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.foo-bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.91); }

.bg-overlay-2by5::after {
  background-color: rgba(0, 0, 0, 0.2); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #3762f0;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
textarea.form-control {
      width: 100%;
      height: 130px; 
    }
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

/* ScrollUp */
#scrollUp {
  background-color: #F88F12;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  border-radius: 6px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #FDA844; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Button */
.center{text-align:center;margin:10px 0;}
.clever-btn {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  font-weight: 600;
  text-transform: normal;
  letter-spacing: 1px;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }
  .clever-btn.active, .clever-btn:hover, .clever-btn:focus { font-size: 14px; font-weight: 600; color: #63380E;	}
  .clever-btn.orange { background-color: #FDF5B1;border: 1px solid #F7CC6E;color: rgba(0, 0, 0, 0.55); }
  .clever-btn.orange:hover, .clever-btn.orange:focus { color: #63380E; background-color: #FEC910;border: 1px solid #FBB621; }

 .clever-btn.kuning { background-color: #FCCE2F;border: 1px solid #FDCB1F;color: #ffffff; font-family: "Raleway", sans-serif;}
 .clever-btn.kuning:hover, .clever-btn.kuning:focus { color: #ffffff; background-color: #FBC508;border: 1px solid #FBB621; }

 .clever-btn.red { background-color: #DC5D5D;border: 1px solid #DC5D5D;color: #ffffff; font-family: "Raleway", sans-serif;}
 .clever-btn.red:hover, .clever-btn.red:focus { color: #ffffff; background-color: #F37C7C;border: 1px solid #EC7171; }

 .clever-btn.green { background-color: #3ED52F;border: 1px solid #3ED52F;color: #ffffff; font-family: "Raleway", sans-serif;}
 .clever-btn.green:hover, .clever-btn.green:focus { color: #ffffff; background-color: #20E30C;border: 1px solid #20E30C; }

 .clever-btn.pending { cursor: not-allowed; background-color: #C472E3;border: 1px solid #C472E3;color: #ffffff; font-family: "Raleway", sans-serif;}
 .clever-btn.pending:hover, .clever-btn.pending:focus { color: #ffffff; background-color: #C553EF;border: 1px solid #C553EF; }

.clever-btn.habis { cursor: not-allowed; background-color: #CB9483;border: 1px solid #CB9483;color: #ffffff; font-family: "Raleway", sans-serif;}
 .clever-btn.habis:hover, .clever-btn.habis:focus { color: #ffffff; background-color: #D38B75;border: 1px solid #D38B75; }

/* :: 4.0 Header Area */
.header-area {
  position: relative;
  z-index: 200; }

.top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .top-header-area .contact-info {
    position: relative;
    z-index: 1; }
    .top-header-area .contact-info a {
      display: inline-block;
      height: 40px;
      padding: 0 30px;
      line-height: 40px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 12px;
      border-right: 1px solid #ebebeb; }
      .top-header-area .contact-info a span {
        text-transform: uppercase; }
      .top-header-area .contact-info a:hover, .top-header-area .contact-info a:focus {
        color: #1b1b1b; }
      @media only screen and (max-width: 767px) {
        .top-header-area .contact-info a {
          padding: 0 10px;
          font-size: 11px; }
          .top-header-area .contact-info a:last-child {
            border-right: none; } }
    @media only screen and (max-width: 767px) {
      .top-header-area .contact-info {
        border-bottom: 1px solid #ebebeb;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%; } }
  .top-header-area .follow-us {
    position: relative;
    z-index: 1; }
    .top-header-area .follow-us span {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 12px;
      text-transform: uppercase; }
    .top-header-area .follow-us a {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 12px;
      border-left: 1px solid #ebebeb; }
      .top-header-area .follow-us a span {
        text-transform: uppercase; }
      .top-header-area .follow-us a:hover, .top-header-area .follow-us a:focus {
        color: #1b1b1b; }
    @media only screen and (max-width: 767px) {
      .top-header-area .follow-us {
        margin-left: auto; } }
  @media only screen and (max-width: 767px) {
    .top-header-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }

.clever-main-menu {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px; }
  .clever-main-menu .classy-navbar {
    height: 80px; }
  .clever-main-menu .classynav ul li a {
    color: rgba(0, 0, 0, 0.45);
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .clever-main-menu .classynav ul li a {
        padding: 0 8px; } }
    .clever-main-menu .classynav ul li a:hover, .clever-main-menu .classynav ul li a:focus {
      color: rgba(0, 0, 0, 0.8); }
  .clever-main-menu .search-area {
    position: relative;
    z-index: 1; }
    .clever-main-menu .search-area form {
      position: relative;
      z-index: 10;
      width: 230px;
      height: 40px;
      margin: 0 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .clever-main-menu .search-area form {
          width: 170px;
          margin: 0 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .clever-main-menu .search-area form {
          margin: 15px auto; } }
      @media only screen and (max-width: 767px) {
        .clever-main-menu .search-area form {
          margin: 15px auto; } }
      .clever-main-menu .search-area form input {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 1px solid #ebebeb;
        padding: 0 15px 0 50px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.35);
        font-weight: 600;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .clever-main-menu .search-area form input:focus {
          border: 1px solid rgba(0, 0, 0, 0.5); }
      .clever-main-menu .search-area form button {
        position: absolute;
        width: 50px;
        height: 40px;
        background-color: transparent;
        top: 0;
        left: 0;
        z-index: 10;
        border: none;
        text-align: center;
        cursor: pointer;
        outline: none; }

.is-sticky .clever-main-menu {
  z-index: 1500 !important;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }

.register-login-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .register-login-area {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .register-login-area {
      text-align: center; } }
  .register-login-area a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #55391D;
    line-height: 40px; }
    .register-login-area a.active, .register-login-area a:hover, .register-login-area a:focus {
      background-color: #8FDFB1;
      font-weight: 600;
      color: #22663F; 
      border:1px solid #30CB72;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .register-login-area a {
        padding: 0 15px; } }

.login-state {
  position: relative;
  z-index: 1; }
  .login-state .user-name .dropdown .dropdown-toggle {
    font-size: 14px;
    font-weight: 700;
    color: #000; }
  .login-state .user-name .dropdown-menu {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 15px 0; }
    .login-state .user-name .dropdown-menu .dropdown-item {
      padding: 5px 30px;
      font-size: 13px;
      font-weight: 600; }
      .login-state .user-name .dropdown-menu .dropdown-item:hover, .login-state .user-name .dropdown-menu .dropdown-item:focus {
        color: #3762f0; }
  .login-state .userthumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
    width: 35px;
    height: 40px;
    border-radius: 6px; }
    .login-state .userthumb img {
      width:100%; height:100%;
      border-radius: 6px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-state {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .login-state {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* :: 5.0 Hero Area */
.hero-area {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 400px;
  background-attachment: fixed; }
  .hero-area .hero-content h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff; 
  }
  .hero-area .hero-content h3 {
    font-size: 2.5em;
    margin-bottom:0;padding:0;
    font-weight: 700;
    color: #ffffff; 
  }
  .hero-area .hero-content p {
    font-size: 2em;
    font-weight: 500;padding:0;margin-bottom:10px;
    color: #382D22; 
    font-family: "Brush Script MT";    
  }

/* :: 6.0 Cool Facts Area */
.single-cool-facts-area {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px solid #ebebeb;
  border-radius: 6px; }
  .single-cool-facts-area img {
    display: block;
    margin: 0 auto 15px; }
  .single-cool-facts-area h2 {
    font-size: 36px;
    margin-bottom: 5px;
    color: #594F45; }
  .single-cool-facts-area h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6); }



/* :: 7.0 Courses Area */
.popular-courses-area {
  position: relative;
  z-index: 1;
  background-repeat: repeat; }

.single-popular-course {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: #ffffff; }
  .single-popular-course img {
    display: block; padding:5px;
    width: 100%; height:11em;
    border-radius: 6px 6px 0 0; }
  .single-popular-course .course-content { padding: 10px;}
    .single-popular-course .course-content h2 {font-size: 1.1em; margin-bottom: 5px; color:rgba(0, 0, 0, 0.8);}
    .single-popular-course .course-content .meta {
      margin-bottom: 15px; }
      .single-popular-course .course-content .meta span {
        color: rgba(0, 0, 0, 0.4);
        font-size: 5px;
        margin-right: 10px; }
      .single-popular-course .course-content .meta h3 {color:rgba(0, 0, 0, 0.8);padding:0;margin:2px 0;width:100%;padding:0;font-size: 1em;font-weight: 400; margin-right: 10px; }
      .single-popular-course .course-content .meta h4 {color:rgba(0, 0, 0, 0.6);padding:0;margin:5px 0;width:100%;padding:0;font-size: 0.9em;font-weight: 400; margin-right: 10px; }
      .single-popular-course .course-content .meta a:hover {
          color: #000; }
    .single-popular-course .course-content p {
      margin-bottom: 0; }
  .single-popular-course .seat-rating-fee {
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 0 0 6px 6px; }
    .single-popular-course .seat-rating-fee .seat-rating {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.3);
      font-weight: 600;
      height: 100%; }
      .single-popular-course .seat-rating-fee .seat-rating div {
        padding: 0 20px;
        border-right: 1px solid #ebebeb;
        height: 100%;
        line-height: 40px; }
      .single-popular-course .seat-rating-fee .seat-rating i {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.3); }
    .single-popular-course .seat-rating-fee .course-fee a {
      display: inline-block;
	    padding:0 10px;
      width: auto;
      height: 40px;
      border-radius: 0 0 6px 0;
      background-color: #e3d21b;
      text-align: center;
      line-height: 40px;
      font-size: 14px;
      font-weight: 700;
      text-transform: normal;
      font-family: Arial, Helvetica, sans-serif;
      color: #ffffff;
      letter-spacing: 0.75px; }
      .single-popular-course .seat-rating-fee .course-fee a.pendding { background-color: #873E9C; }
      .single-popular-course .seat-rating-fee .course-fee a.habis { background-color: #EF6614; }
      .single-popular-course .seat-rating-fee .course-fee a.kuliah { background-color: #17EF2C; }

.single-course-intro {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px; }
  .single-course-intro .single-course-intro-content {
    width: 425px;
    height: auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 6px; }
    @media only screen and (max-width: 767px) {
      .single-course-intro .single-course-intro-content {
        width: 280px; } }
    .single-course-intro .single-course-intro-content .ratings {
      margin-bottom: 20px; }
      .single-course-intro .single-course-intro-content .ratings i {
        color: #e3d21b;
        font-size: 13px;
        padding: 0 3px;
        display: inline-block; }
    .single-course-intro .single-course-intro-content h3 {
      font-size: 30px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .single-course-intro .single-course-intro-content h3 {
          font-size: 24px; } }
    .single-course-intro .single-course-intro-content .meta {
      margin-bottom: 30px; }
      .single-course-intro .single-course-intro-content .meta span {
        color: rgba(0, 0, 0, 0.4);
        font-size: 5px;
        margin-right: 10px; }
      .single-course-intro .single-course-intro-content .meta a {
        color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        margin-right: 10px; }
        .single-course-intro .single-course-intro-content .meta a:hover {
          color: #000; }
    .single-course-intro .single-course-intro-content .price {
      font-size: 12px;
      text-transform: uppercase;
      color: #3762f0;
      letter-spacing: 0.75px;
      font-weight: 700; }

.course--content {
  position: relative;
  z-index: 1; }

.clever-tabs-content {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .clever-tabs-content .nav-tabs {
    margin-bottom: 20px;
    border-bottom: none; }
    .clever-tabs-content .nav-tabs .nav-item .nav-link {
      display: inline-block;
      height: 40px;
      background-color: transparent;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.25);
      border: 1px solid #ebebeb;
      border-radius: 6px;
      padding: 0 25px;
      line-height: 40px;
      -webkit-transition-duration: 800ms;
      transition-duration: 800ms;
      text-align: center;
      margin-right: 10px;
      margin-bottom: 10px; }
      .clever-tabs-content .nav-tabs .nav-item .nav-link.active, .clever-tabs-content .nav-tabs .nav-item .nav-link:hover, .clever-tabs-content .nav-tabs .nav-item .nav-link:focus {
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.5);
        background-color: #ebebeb; }
    .clever-tabs-content .nav-tabs .nav-item:last-child .nav-link {
      margin-right: 0; }
  .clever-tabs-content .tab-content {
    position: relative;
    z-index: 1; }

.clever-description {
  position: relative;
  z-index: 1; }
  .clever-description .about-course {  padding: 20px;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .clever-description .about-course h4 { margin-bottom: 10px;font-size: 18px; display: block; }
    .clever-description .about-course h3 { margin-bottom: 10px;font-size: 2em; display: block; }
    .clever-description .about-course p {
      font-size: 16px;
      line-height: 1.9; }
      .clever-description .about-course p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .clever-description .about-course { padding: 20px; } 
      .clever-description .about-course h3 { font-size: 1.3em;}
      .clever-description .about-course h4 { font-size: 1.1em;}
      }
  .clever-description .all-instructors {
    padding: 40px 40px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .clever-description .all-instructors {
        padding: 30px 30px 0; } }
    .clever-description .all-instructors h4 {
      margin-bottom: 25px;
      display: block; }
    .clever-description .all-instructors .single-instructor {
      position: relative;
      z-index: 1;
      background-color: #f7f7f7;
      border-radius: 6px; }
      .clever-description .all-instructors .single-instructor .instructor-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px;
        max-width: 80px;
        height: 80px; }
      .clever-description .all-instructors .single-instructor .instructor-info {
        padding-left: 25px; }
        .clever-description .all-instructors .single-instructor .instructor-info h5 {
          font-size: 13px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 767px) {
            .clever-description .all-instructors .single-instructor .instructor-info h5 {
              font-size: 14px; } }
        .clever-description .all-instructors .single-instructor .instructor-info span {
          font-weight: 400;
          color: rgba(0, 0, 0, 0.4);
          font-size: 14px; }
  .clever-description .clever-faqs {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .clever-description .clever-faqs h4 {
      margin-bottom: 25px;
      display: block; }
    @media only screen and (max-width: 767px) {
      .clever-description .clever-faqs {
        padding: 30px; } }

.clever-curriculum {
  position: relative;
  z-index: 1; }
  .clever-curriculum .about-curriculum {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .clever-curriculum .about-curriculum h4 {
      margin-bottom: 20px;
      display: block; }
    .clever-curriculum .about-curriculum p {
      font-size: 16px;
      line-height: 1.9; }
      .clever-curriculum .about-curriculum p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .clever-curriculum .about-curriculum {
        padding: 30px; } }
  .clever-curriculum .curriculum-level {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .clever-curriculum .curriculum-level h4 {
      margin-bottom: 20px;
      display: block; }
    .clever-curriculum .curriculum-level h5 {
      color: rgba(0, 0, 0, 0.6);
      font-size: 18px; }
    .clever-curriculum .curriculum-level .curriculum-list li {
      display: block;
      margin-bottom: 10px;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.5); }
      .clever-curriculum .curriculum-level .curriculum-list li:last-child {
        margin-bottom: 0; }
      .clever-curriculum .curriculum-level .curriculum-list li i {
        color: #e3d21b;
        margin-right: 5px;
        display: inline-block; }
      .clever-curriculum .curriculum-level .curriculum-list li ul {
        display: block;
        margin-top: 10px;
        padding-left: 25px; }
        .clever-curriculum .curriculum-level .curriculum-list li ul li {
          margin-bottom: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 10px 0;
          border-bottom: 1px solid #ebebeb; }
          .clever-curriculum .curriculum-level .curriculum-list li ul li span span {
            text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .clever-curriculum .curriculum-level {
        padding: 30px; } }

.clever-review {
  position: relative;
  z-index: 1; }
  .clever-review .about-review {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .clever-review .about-review h4 {
      margin-bottom: 20px;
      display: block; }
    .clever-review .about-review p {
      font-size: 16px;
      line-height: 1.9; }
      .clever-review .about-review p:last-child {
        margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .clever-review .about-review {
        padding: 30px; } }
  .clever-review .clever-ratings {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .clever-review .clever-ratings {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .clever-review .clever-ratings .total-ratings {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 235px;
      flex: 0 0 235px;
      min-width: 235px;
      width: 235px;
      border-right: 1px solid #ebebeb;
      height: 250px; }
      @media only screen and (max-width: 767px) {
        .clever-review .clever-ratings .total-ratings {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          min-width: 100%;
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #ebebeb; } }
      .clever-review .clever-ratings .total-ratings h2 {
        font-size: 60px;
        margin-bottom: 5px; }
      .clever-review .clever-ratings .total-ratings .ratings-- {
        margin-bottom: 10px; }
        .clever-review .clever-ratings .total-ratings .ratings-- i {
          font-size: 18px;
          display: inline-block;
          padding: 0 5px;
          color: #e3d21b; }
      .clever-review .clever-ratings .total-ratings span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.3); }
    .clever-review .clever-ratings .rating-viewer {
      padding: 50px 40px 35px; }
      @media only screen and (max-width: 767px) {
        .clever-review .clever-ratings .rating-viewer {
          padding: 40px 30px 25px; } }
      .clever-review .clever-ratings .rating-viewer span {
        color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        text-transform: uppercase;
        padding-right: 15px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .clever-review .clever-ratings .rating-viewer span {
            padding-right: 5px;
            font-size: 11px; } }
        @media only screen and (max-width: 767px) {
          .clever-review .clever-ratings .rating-viewer span {
            padding-right: 5px;
            font-size: 11px; } }
      .clever-review .clever-ratings .rating-viewer .progress {
        width: 300px;
        margin-right: 15px;
        height: 10px;
        border-radius: 0;
        background-color: #f1f1f1; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .clever-review .clever-ratings .rating-viewer .progress {
            width: 200px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .clever-review .clever-ratings .rating-viewer .progress {
            width: 140px; } }
        @media only screen and (max-width: 767px) {
          .clever-review .clever-ratings .rating-viewer .progress {
            width: 140px; } }
        .clever-review .clever-ratings .rating-viewer .progress .progress-bar {
          background-color: #b3b3b3; }
  .clever-review .single-review {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .clever-review .single-review {
        padding: 30px; } }
    .clever-review .single-review p {
      margin-bottom: 0; }
    .clever-review .single-review .review-admin .thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
      max-width: 40px;
      width: 40px; }
    .clever-review .single-review .review-admin .text {
      padding-left: 15px; }
      .clever-review .single-review .review-admin .text h6 {
        font-size: 14px;
        margin-bottom: 0px; }
      .clever-review .single-review .review-admin .text span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
    .clever-review .single-review .ratings i {
      font-size: 14px;
      display: inline-block;
      padding: 0 3px;
      color: #e3d21b; }

.clever-members {
  position: relative;
  z-index: 1; }
  .clever-members .about-members {
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .clever-members .about-members {
        padding: 30px; } }
    .clever-members .about-members h4 {
      margin-bottom: 20px;
      display: block; }
    .clever-members .about-members p {
      font-size: 16px;
      line-height: 1.9; }
      .clever-members .about-members p:last-child {
        margin-bottom: 0; }
  .clever-members .all-instructors {
    padding: 40px 40px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .clever-members .all-instructors {
        padding: 30px 30px 0; } }
    .clever-members .all-instructors h4 {
      margin-bottom: 25px;
      display: block; }
    .clever-members .all-instructors .single-instructor {
      position: relative;
      z-index: 1;
      background-color: #f7f7f7;
      border-radius: 6px; }
      .clever-members .all-instructors .single-instructor .instructor-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px;
        max-width: 80px;
        height: 80px; }
      .clever-members .all-instructors .single-instructor .instructor-info {
        padding-left: 5px; }
        .clever-members .all-instructors .single-instructor .instructor-info h5 {
          font-size: 18px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 767px) {
            .clever-members .all-instructors .single-instructor .instructor-info h5 {
              font-size: 14px; } }
        .clever-members .all-instructors .single-instructor .instructor-info span {
          font-weight: 400;
          color: rgba(0, 0, 0, 0.4);
          font-size: 14px; }

.instructors-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  background-attachment: fixed !important; }
  .instructors-video::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    z-index: -1; }
  .instructors-video h2 {
    font-size: 100px;
    color: #3762f0;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .instructors-video h2 {
        font-size: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .instructors-video h2 {
        font-size: 42px; } }
    @media only screen and (max-width: 767px) {
      .instructors-video h2 {
        font-size: 24px; } }
  .instructors-video .video-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
    text-align: center; }
    .instructors-video .video-btn i {
      line-height: 40px;
      font-size: 18px;
      color: #ffffff; }
    .instructors-video .video-btn:hover {
      background-color: #fff; }
      .instructors-video .video-btn:hover i {
        color: #3762f0; }

.single-instructor {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
  border-radius: 6px; }
  .single-instructor .instructor-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    height: 80px; }
  .single-instructor .instructor-thumb img{width: 70px; height: 80px;}
  .single-instructor .instructor-info {
    padding-left: 25px; }
    .single-instructor .instructor-info h5 {
      font-size: 18px;
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .single-instructor .instructor-info h5 {
          font-size: 14px; } }
    .single-instructor .instructor-info span {
      font-weight: 400;
      color: rgba(0, 0, 0, 0.4);
      font-size: 14px; }

.sidebar-widget {
  position: relative;
  z-index: 1;
  margin-top:30px;
  padding: 15px 30px;
  border: 1px solid #ebebeb; }
  .sidebar-widget:first-child { margin-top:68px;}
  .sidebar-widget:last-child {
    border-bottom: 1px solid #ebebeb; }
  .sidebar-widget h4 {
    margin-bottom: 20px;
    font-size: 24px;
    display: block; }
  .sidebar-widget .features-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px; }
    .sidebar-widget .features-list li h6 { color: rgba(0, 0, 0, 0.50); }
    .sidebar-widget .sidebar-widget li h6 { color: rgba(0, 0, 0, 0.50); }
      @media only screen and (max-width: 767px) {
        .sidebar-widget .features-list li h6 {
          font-size: 14px; } }
      .sidebar-widget .features-list li h6 i {
        margin-right: 10px; }
  .sidebar-widget .single--courses {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    .sidebar-widget .single--courses:last-child {
      margin-bottom: 0; }
    .sidebar-widget .single--courses .thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      width: 80px;
      max-width: 80px;
      height: 50px;
      border-radius: 6px; }
      .sidebar-widget .single--courses .thumb img {
        border-radius: 6px; }
    .sidebar-widget .single--courses .content {
      padding-left: 20px; }
      .sidebar-widget .single--courses .content h5 {
        font-size: 18px;
        margin-bottom: 5px;
        color: rgba(0, 0, 0, 0.35); }
        @media only screen and (max-width: 767px) {
          .sidebar-widget .single--courses .content h5 {
            font-size: 14px; } }
      .sidebar-widget .single--courses .content h6 {
        font-size: 12px;
        color: #e3d21b;
        margin-bottom: 0; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    border-radius: 6px;
    background-color: #f7f7f7;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    margin: 0;
    padding: 15px 60px 15px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 17px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #f7f7f7;
      color: #5a5a5a; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
  background-color: #f7f7f7;
  border-radius: 0 0 6px 6px; }
  .single-accordion .accordion-content p {
    padding: 15px 30px;
    margin-bottom: 0; }

/* :: 8.0 Upcoming Events */
.single-upcoming-events {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px; }
  .single-upcoming-events .events-thumb {
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0;
    position: relative;
    z-index: 1; }
    .single-upcoming-events .events-thumb::after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.31);
      content: '';
      z-index: 2; }
    .single-upcoming-events .events-thumb img {
      width: 100%; }
    .single-upcoming-events .events-thumb .event-title {
      position: absolute;
      top: 50%;
      color: #ffffff;
      width: 100%;
      text-align: center;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-bottom: 0;
      z-index: 10; }
    .single-upcoming-events .events-thumb .event-date {
      position: absolute;
      width: 100%;
      text-align: center;
      top: 7%;
      color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.75px;
      z-index: 10; }
  .single-upcoming-events .date-fee {
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 0 0 6px 6px; }
    .single-upcoming-events .date-fee .date p {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.3);
      font-weight: 600;
      height: 100%;
      line-height: 40px;
      margin-bottom: 0;
      padding: 0 30px; }
    .single-upcoming-events .date-fee .events-fee a {
      display: inline-block;
      width: 70px;
      height: 40px;
      border-radius: 0 0 6px 0;
      background-color: #e3d21b;
      text-align: center;
      line-height: 40px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      letter-spacing: 0.75px; }
      .single-upcoming-events .date-fee .events-fee a.free {
        background-color: #3762f0; }

/* :: 9.0 Register Now */
.register-now {
  position: relative;
  z-index: 1;
  background-repeat: repeat;
  padding-left: 5%;
  padding-right: 5%; }
  @media only screen and (max-width: 767px) {
    .register-now {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .register-now::after {
    background-color: #F6F5E0;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  .register-now .register-contact-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    min-width: 45%;
    width: 45%;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 6px; }
    @media only screen and (max-width: 767px) {
      .register-now .register-contact-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
        padding: 15px; } }
    .register-now .register-contact-form .forms h4 {
      margin-bottom: 40px; }
    .register-now .register-contact-form .forms .form-control {
      width: 100%;
      border-radius: 6px;
      border: 1px solid #ebebeb;
      height: 40px;
      padding: 0 20px;
      color: rgba(0, 0, 0, 0.25);
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 20px;
      display: block; }
  .register-now .register-now-countdown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    min-width: 45%;
    width: 45%; }
    @media only screen and (max-width: 767px) {
      .register-now .register-now-countdown {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%; } }
    .register-now .register-now-countdown h3 {
      font-size: 30px;
      margin-bottom: 15px; }
    .register-now .register-now-countdown p {
      margin-bottom: 0; }

    .register-now .register-now-countdown .register-countdown {
      display: block;
      margin-top: 50px; }
    .register-now .register-now-countdown .events-cd div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
      min-width: 110px;
      width: 110px;
      padding: 15px 0;
      text-align: center;
      border: 1px solid #DACCBC;
      border-radius: 6px;
      margin-right: 12px;
      font-size: 36px;
      font-weight: 700;
      color: #605446; }
      .register-now .register-now-countdown .events-cd div span {
        margin-top: 0;
        color: #A49685;
        font-size: 18px;
        font-weight: 700;
        display: block; }

      .course-content .register-countdown {
      display: block;
      margin:0 auto;
      margin-top: 10px;  
      margin-bottom: 10px;  
    }
    .course-content .events-cd div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 67px;
      flex: 0 0 67px;
      min-width: 67px;
      width: 67px;
      padding: 5px 0;
      text-align: center;
      border: 1px solid #DACCBC;
      border-radius: 6px;
      margin-left: 12px;
      font-size: 16px;
      font-weight: 700;
      color: #605446; }
      .course-content .events-cd div span {
        margin-top: 0;
        color: #A49685;
        font-size: 11px;
        font-weight: 700;
        display: block; }

      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .register-now .register-now-countdown .events-cd div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          min-width: 80px;
          width: 80px;
          font-size: 24px; }
          .register-now .register-now-countdown .events-cd div span {
            font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .register-now .register-now-countdown .events-cd div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px;
          min-width: 60px;
          width: 60px;
          font-size: 18px; }
          .register-now .register-now-countdown .events-cd div span {
            font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .register-now .register-now-countdown .events-cd div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px;
          min-width: 60px;
          width: 60px;
          font-size: 18px; }
          .register-now .register-now-countdown .events-cd div span {
            font-size: 12px; } }

/* :: 10.0 Best Tutors Area */
.single-tutors-slides {
  position: relative;
  z-index: 1; }
  .single-tutors-slides .tutor-thumbnail {
    width: 155px;
    height: 165px;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto 40px;
    padding:7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
    .single-tutors-slides .tutor-thumbnail img {
      border-radius: 6px;
      width: 100%;
      height: 100%; 
    }
  .single-tutors-slides .tutor-information {
    display: none;
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    background-color: #FBF8D0;
    border-radius: 6px; }
    .single-tutors-slides .tutor-information::after {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 15px solid #FBF8D0;
      content: '';
      top: -14px;
      left: 49%; }
    .single-tutors-slides .tutor-information h5 {
      font-size: 18px;
      margin-bottom: 5px; }
    .single-tutors-slides .tutor-information span {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.4);
      margin-bottom: 20px;
      display: block; }
    .single-tutors-slides .tutor-information p {
      margin-bottom: 30px; }
    .single-tutors-slides .tutor-information .social-info a {
      display: inline-block;
      padding: 0 10px; }
      .single-tutors-slides .tutor-information .social-info a:hover, .single-tutors-slides .tutor-information .social-info a:focus {
        color: #2c56df; }

.center .single-tutors-slides .tutor-information {
  display: block; }

.tutors-slide .owl-prev,
.tutors-slide .owl-next {
  position: absolute;
  width: 40px;
  top: 62.5px;
  background-color: transparent;
  height: 40px;
  text-align: center;
  color: #cccccc;
  font-size: 30px;
  line-height: 36px;
  border-radius: 6px;
  left: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .tutors-slide .owl-prev:hover,
  .tutors-slide .owl-next:hover {
    background-color: #2c56df;
    color: #ffffff; }
.tutors-slide .owl-next {
  left: auto;
  right: 0; }

/* :: 11.0 Blog Area */
.blog-page {
  padding-left: 7%;
  padding-right: 7%; }

.single-blog-area {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px; }
  .single-blog-area img {
    display: block;
    width: 100%;
    border-radius: 6px 6px 0 0; }
  .single-blog-area .blog-content {
    padding: 25px; }
    .single-blog-area .blog-content .blog-headline {
      display: block; }
      .single-blog-area .blog-content .blog-headline h4 {
        margin-bottom: 5px;
        margin-left: -1px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms; }
        .single-blog-area .blog-content .blog-headline h4:hover, .single-blog-area .blog-content .blog-headline h4:focus {
          color: #2c56df; }
    .single-blog-area .blog-content .meta {
      margin-bottom: 15px; }
      .single-blog-area .blog-content .meta span {
        color: rgba(0, 0, 0, 0.4);
        font-size: 5px;
        margin-right: 10px; }
      .single-blog-area .blog-content .meta a {
        color: rgba(0, 0, 0, 0.4);
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .single-blog-area .blog-content .meta a {
            font-size: 12px; } }
        .single-blog-area .blog-content .meta a:hover {
          color: #000; }
    .single-blog-area .blog-content p {
      margin-bottom: 0; }

.blog-catagories {
  position: relative;
  z-index: 1; }
  .blog-catagories .single-catagories {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    width: 165px;
    max-width: 165px;
    height: 100px;
    text-align: center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    .blog-catagories .single-catagories::after {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: rgba(255, 255, 255, 0.9);
      top: 0;
      left: 0;
      content: ''; }
    .blog-catagories .single-catagories h6 {
      font-size: 14px;
      margin-bottom: 0;
      color: #3762f0;
      text-transform: uppercase;
      letter-spacing: 0.75px;
      line-height: 1.9;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .blog-catagories .single-catagories h6:hover, .blog-catagories .single-catagories h6:focus {
        color: #1b1b1b; }

.blog-details-text {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  padding: 20px 20px;
  border-radius: 6px; 
}
.btn-form{padding:3px 10px;height:30px;cursor: pointer;}
.form-header{padding:0;margin:10px 0;}
.form-header input{padding:2px 10px;height:30px;border:1px solid #E6E4D8;}
.regular-page-area-off{background-image: url('../../public/img/core-img/texture.png');}

.details-content {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  padding: 20px 20px;
  border-radius: 6px; 
}

  @media only screen and (max-width: 767px) {
    .blog-details-text { padding: 20px 20px; } 
    .blog-details-text h4 { font-family: "Raleway", sans-serif; font-size: 1.2em; width:100%; word-break: normal;}
    }

  .blog-details-text p {
    font-size: 16px;
    line-height: 1.9; }
  .blog-details-text h5 { font-family: "Raleway", sans-serif; font-size: 15px; line-height: 1.9; }
  .blog-details-text .post-tags {
    margin-top: 50px;
    position: relative;
    z-index: 1; }
    .blog-details-text .post-tags ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .blog-details-text .post-tags ul li a {
        display: inline-block;
        padding: 0 15px;
        border: 1px solid #ebebeb;
        line-height: 23px;
        height: 25px;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        border-radius: 6px;
        margin-right: 10px; }
        .blog-details-text .post-tags ul li a:hover, .blog-details-text .post-tags ul li a:focus {
          border: 1px solid #3762f0;
          background-color: #3762f0;
          color: #ffffff; }
        @media only screen and (max-width: 767px) {
          .blog-details-text .post-tags ul li a {
            padding: 0 5px; } }

.related-posts {
  padding-left: 7%;
  padding-right: 7%; }

.post-a-comments {
  position: relative;
  z-index: 1; }
  .post-a-comments h4 {
    text-align: center;
    margin-bottom: 25px;
    display: block;
    font-size: 24px; }
  .post-a-comments form {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    padding: 35px 50px;
    border-radius: 6px; }
    .post-a-comments form .form-control {
      width: 100%;
      border-radius: 6px;
      border: 1px solid #ebebeb;
      height: 40px;
      padding: 15px 20px;
      color: rgba(0, 0, 0, 0.25);
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 20px;
      display: block; }
    .post-a-comments form textarea,
    .post-a-comments form textarea.form-control {
      width: 100%;
      height: 130px; }

.comments-area {
  position: relative;
  z-index: 1; }
  .comments-area h4 {
    text-align: center;
    margin-bottom: 25px;
    display: block;
    font-size: 24px; }
  .comments-area .comments-list {
    border-radius: 6px; }
    .comments-area .comments-list li {
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
      padding: 30px;
      margin-bottom: 30px; }
      .comments-area .comments-list li ol li {
        border-top: 1px solid #ebebeb;
        padding-top: 30px;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0; }
    .comments-area .comments-list .single-comment-wrap p {
      margin-bottom: 0; }
    .comments-area .comments-list .single-comment-wrap .comment-admin .thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
      max-width: 40px;
      width: 40px; }
      .comments-area .comments-list .single-comment-wrap .comment-admin .thumb img {
        border-radius: 6px; }
    .comments-area .comments-list .single-comment-wrap .comment-admin .text {
      padding-left: 15px; }
      .comments-area .comments-list .single-comment-wrap .comment-admin .text h6 {
        font-size: 14px;
        margin-bottom: 0px; }
      .comments-area .comments-list .single-comment-wrap .comment-admin .text span {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
    .comments-area .comments-list .single-comment-wrap .reply a {
      display: inline-block;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #3762f0; }

/* :: 12.0 Breadcumb Area */
.breadcumb-area {
  position: relative;
  z-index: 1; }
  .breadcumb-area .breadcrumb {
    padding: 11px 2rem;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-radius: 0;
    height: 40px; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcrumb {
        height: auto; } }
    .breadcumb-area .breadcrumb .breadcrumb-item {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.3);
      text-transform: uppercase;
      font-weight: 600; }
      .breadcumb-area .breadcrumb .breadcrumb-item a {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        font-weight: 600; }
        .breadcumb-area .breadcrumb .breadcrumb-item a:hover, .breadcumb-area .breadcrumb .breadcrumb-item a:focus {
          color: #000; }

.clever-catagory {
  width: 100%;
  height: 240px;
  position: relative;
  z-index: 2; }
  .clever-catagory::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(215, 224, 252, 0.9);
    z-index: -1; }
  .clever-catagory h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #3762f0;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .clever-catagory h3 {
        font-size: 24px; } }
  .clever-catagory.blog-details::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1; }
  .clever-catagory.blog-details h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .clever-catagory.blog-details h3 {
        font-size: 24px; } }
  .clever-catagory.blog-details .meta {
    margin-bottom: 15px; }
    .clever-catagory.blog-details .meta span {
      color: #ffffff;
      font-size: 5px;
      margin-right: 10px;
      font-weight: 600; }
    .clever-catagory.blog-details .meta a {
      color: #ffffff;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .clever-catagory.blog-details .meta a {
          font-size: 14px; } }
      .clever-catagory.blog-details .meta a:hover {
        color: #000; }

/* :: 13.0 Contact Area */
.contact--info {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding: 35px 30px;
  border: 1px solid #ebebeb;
  border-radius: 6px; }
  @media only screen and (max-width: 767px) {
    .contact--info {
      padding: 20px; } }
  .contact--info h4 {
    margin-bottom: 20px;
    font-size: 24px;
    display: block; }
  .contact--info .contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px; }
    .contact--info .contact-list li h6 {
      color: rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 767px) {
        .contact--info .contact-list li h6 {
          font-size: 12px; } }
      .contact--info .contact-list li h6 i {
        margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .contact--info .contact-list li h6 i {
            margin-right: 5px; } }

.contact-form {
  position: relative;
  z-index: 1;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  padding: 35px 50px;
  border-radius: 6px;
  margin-top: -70px;
  background-color: #ffffff; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .contact-form {
      margin-bottom: 50px;
      padding: 30px; } }
  .contact-form h4 {
    margin-bottom: 25px;
    display: block;
    font-size: 24px; }
  .contact-form form {
    position: relative;
    z-index: 1; }
    .contact-form form .form-control {
      width: 100%;
      border-radius: 6px;
      border: 1px solid #ebebeb;
      height: 40px;
      padding: 15px 20px;
      color: rgba(0, 0, 0, 0.25);
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 20px;
      display: block; }
    .contact-form form textarea,
    .contact-form form textarea.form-control {
      width: 100%;
      height: 130px; }

#googleMap {
  width: 100%;
  height: 400px; }

/* :: 14.0 Page Content */
.page-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .page-content {
      padding: 30px; } }
  .page-content h4 {
    margin-bottom: 15px; }
  .page-content p {
    font-size: 16px;
    line-height: 2; }
    .page-content p:last-of-type {
      margin-bottom: 0; }

/* :: 15.0 Footer Area */
.top-footer-area {
  position: relative;
  z-index: 1;
  background-color: #0E9D5F;
  padding: 25px 0;
  text-align: center;
  border-bottom: 1px solid #0E9D5F; }
  .top-footer-area .footer-logo {
    display: block;
    margin-bottom: 15px; }
  .top-footer-area p {
    margin-bottom: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    font-family: "Open Sans", sans-serif; }
    .top-footer-area p a {
      color: rgba(255, 255, 255, 0.50);
      font-size: 12px;
      font-family: "Open Sans", sans-serif; }
      .top-footer-area p a:hover, .top-footer-area p a:focus {
        color: #ffffff; }

.bottom-footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #1f1f1f; }
  @media only screen and (max-width: 767px) {
    .bottom-footer-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }
  .bottom-footer-area .contact-info {
    position: relative;
    z-index: 1; }
    .bottom-footer-area .contact-info a {
      display: inline-block;
      height: 40px;
      padding: 0 30px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.2);
      font-size: 12px;
      border-right: 1px solid #4c4c4c; }
      .bottom-footer-area .contact-info a span {
        text-transform: uppercase; }
      .bottom-footer-area .contact-info a:hover, .bottom-footer-area .contact-info a:focus {
        color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .bottom-footer-area .contact-info a {
          padding: 0 10px;
          font-size: 11px; }
          .bottom-footer-area .contact-info a:last-child {
            border-right: none; } }
    @media only screen and (max-width: 767px) {
      .bottom-footer-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  .bottom-footer-area .follow-us {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .bottom-footer-area .follow-us {
        margin-left: auto; } 
    }
    .bottom-footer-area .follow-us span {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.2);
      font-size: 12px;
      text-transform: uppercase; }
    .bottom-footer-area .follow-us a {
      display: inline-block;
      height: 40px;
      padding: 0 20px;
      line-height: 40px;
      color: rgba(255, 255, 255, 0.2);
      font-size: 12px;
      border-left: 1px solid #4c4c4c; }
      .bottom-footer-area .follow-us a span {
        text-transform: uppercase; }
      .bottom-footer-area .follow-us a:hover, .bottom-footer-area .follow-us a:focus {
        color: #ffffff; }


.tabel-data{ border:0;margin:0;padding: 0; width:100%;float:left;}
.tabel-data thead th{ border:1px solid #eee;padding:4px; text-align: center;background-color: #F8F8F7; }
.tabel-data tbody td{ border:1px solid #eee;padding:2px 8px; word-break: break-all; }
.tabel-data tbody td a{ color:#1494B0; font-weight: normal; }

.content-scroll{float:left;width:100%;margin:0;}
@media only screen and (max-width: 767px) {
.content-scroll{overflow-y: auto;min-height:400px;}
.content-scroll table{width:1024px;}
}

.form-entry .field-form{float:left;width:100%;margin:5px 0;border-bottom:1px solid #F8F5E2;}
.form-entry fieldset{border:1px solid #eed6af;padding:10px;width:100%;}
.form-entry legend{padding:10px;}
.form-entry .field-form button,input,select{outline:none;font-weight:normal;}
.form-entry .field-form input:hover{outline: none !important;border-color: #f8deb5;box-shadow: 0 0 2px #f8deb5;background-color:#fefcfa;}
.form-entry .field-form label{float:left;width:15%;text-align:left;color:#3F3F3F;margin-right:10px;padding:3px 0;font-size:20px;}
.form-entry .field-textarea label{width:15%;text-align:left;color:#3F3F3F;margin-right:10px;padding:3px 0;font-size:20px;}
.form-entry .field-form i{float:left;border-right:1px solid #f0e6d8;background-color:#f9f2e7;color:#cfae84;position:absolute;margin:1px;padding:10px 12px;text-align:center;}
.form-entry .field-form i.icon{width:40px;height:38px;}
.form-entry .field-form button{float:left;border:0;cursor:pointer;}
.form-entry .field-form .jekel{margin-right:10px;width:40px;height:30px;border-radius:50px;background-color:#f9f2e7;border:1px solid #f0e6d8;}
.form-entry .field-form button.active{background-color:#eed6af;border:1px solid #eed6af;}
.form-entry .field-form button i.active{color:#a35a3a;}
.form-entry .field-form button i{border:0;color:#cfae84;width:none;background:none;padding:5px;margin:0;font-size:20px;text-align:center;float:none;position:relative;}
.form-entry .field-form input[type="text"]{font-weight:normal;padding:5px 10px 5px 10px;font-size:18px;height:35px;border:1px solid #E6E5E2;color:#583e2f;}
.form-entry .field-form input[type="number"]{font-weight:normal;padding:5px 10px 5px 10px;font-size:18px;height:35px;border:1px solid #E6E5E2;color:#583e2f;}
.form-entry .field-form input[type="date"]{font-weight:normal;padding:5px 10px 5px 10px;font-size:18px;height:35px;border:1px solid #E6E5E2;color:#583e2f;}
.form-entry .field-form input[type="time"]{font-weight:normal;padding:5px 10px 5px 10px;font-size:18px;height:35px;border:1px solid #E6E5E2;color:#583e2f;}
.form-entry .field-form input[name='mhs[Sex]']{margin:0 5px 0 0;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;-ms-appearance: none;appearance: none;outline: none;cursor:pointer;}
.form-entry .field-form input[name='mhs[Sex]']:after{font-family:'FontAwesome';display: inline-block;margin:0;text-align: center;font-size: 23px;content: attr(data-icon);padding: 6px 5px;border-radius: 2px;color: #cfae84;width:40px;height:35px; -webkit-transition: box-shadow 1s, color 1s;  transition: box-shadow 1s, color 1s;  background-color:#f9f2e7;  border:1px solid #f0e6d8;}
.form-entry .field-form input[name='mhs[Sex]']:checked:after {border:1px solid #eea045;color: #fff;background-color:#eea045;}
.form-entry .field-form select{padding:1px 10px 1px 10px;font-size:18px;height:35px;border:1px solid #E6E5E2;color:#583e2f;}
.form-entry .field-textarea textarea{padding:10px 10px 10px 10px;text-align:left;width:100%;min-height:100px;box-sizing: border-box;resize: none;font-size:18px;height:40px;border:1px solid #E6E5E2;color:#583e2f;}


@media screen and (max-width: 740px) {
.form-entry{float:left;margin:0;box-shadow:none;padding:5px;background-color:transparent; width:100%;}
.form-entry h2{font-size:18px;}
.form-entry h3{font-size:14px;}
.form-entry .field-form{float:left;margin:0;padding:5px 0px 0;border-bottom:0;background-color:#fff;}
.form-entry .field-form label{float:left;width:100%;text-align:left;margin-left:0px;padding:0 0 5px 0;font-size:20px;}
.form-entry .field-form i{float:left;position:absolute;margin-top:29px;}
.form-entry .field-form i.icon{width:40px;height:38px;}
.form-entry .field-form button{float:left;border:0;cursor:pointer;}
.form-entry .field-form .jekel{margin-right:10px;width:40px;height:40px;border-radius:50px;background-color:#f9f2e7;border:1px solid #f0e6d8;}
.form-entry .field-form button.active{background-color:#eed6af;border:1px solid #eed6af;}
.form-entry .field-form button i.active{color:#a35a3a;}
.form-entry .field-form button i{border:0;color:#cfae84;padding:5px;margin:0;font-size:20px;text-align:center;float:none;position:relative;}
.form-entry .field-form input[type="text"]{width:100%;font-size:15px;height:40px;margin:0;}
.form-entry .field-form input[type="number"]{width:100%;font-size:15px;height:40px;margin:0;}
.form-entry .field-form input[name='mhs[Sex]']{margin:0 5px 0 0;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;-ms-appearance: none;appearance: none;outline: none;cursor:pointer;}
.form-entry .field-form input[name='mhs[Sex]']:after{font-family:'FontAwesome';display: inline-block;margin:0;text-align: center;font-size: 23px;content: attr(data-icon);padding: 6px 5px;border-radius: 2px;color: #cfae84;width:40px;height:40px; -webkit-transition: box-shadow 1s, color 1s;  transition: box-shadow 1s, color 1s;  background-color:#f9f2e7;  border:1px solid #f0e6d8;}
.form-entry .field-form input[name='mhs[Sex]']:checked:after {border:1px solid #eea045;color: #fff;background-color:#eea045;}
.form-entry .field-form select{height:40px;width:100%;border:1px solid #f0e6d8;color:#583e2f;}
.form-entry .field-form textarea{width:100%;box-sizing: border-box;resize: none;font-size:18px;height:40px;border:1px solid #f0e6d8;color:#583e2f;}

.form-entry .message{width:100%;margin:10px 0;border-radius:10px;background:#b5f3ce;border:1px solid #a4e5be;padding:10px;clear:both;}
.form-entry .message h2{margin:10px 0 3px 0;padding:0;}
.form-entry .message p{font-size:17px;margin:2px 0;padding:0;}

.form-entry .catatan{margin:0;}
.form-entry .catatan h2{text-align:left;color:#e68321;font-size:18px;margin:0 0 5px 0;padding:0;}
.form-entry .catatan p{text-align:left;color:#3f2f1f;font-family:tahoma;font-size:15px;margin:2px 0;padding:0;}
.form-entry .spasi{margin:10px;clear:both;}
.form-entry .tombol-form{margin:0;}
.form-entry .tombol-form button{height:30px;margin:10px 0 0 2px;}
}

.ul-kuliah{padding:0;margin:0;width:100%;}
.ul-kuliah li{padding:0;margin:0;width:100%;}
.ul-kuliah li span{float:right;width:70%;text-align: left;}

.media-kuliah {padding:0;margin:10px 0;width:100%;}
.media-kuliah .video, iframe{width:100%;height:100%;}
.media-kuliah .pdf,iframe{width:100%;border:1px solid #eee;padding:2px;}
.media-kuliah .word,iframe{width:100%;height:500px;border:1px solid #eee;padding:2px;}


.comment {position: relative;width:100%;padding:10px;clear:both;background-color: #FCFCFC;}
.comment .right {float: right;clear:both;}
.comment .clear {clear: both;}
.comment .cmn-left img{width:50px;height:50px;margin:0 20px 0 0;}
.comment .cmn-left {float: left;width:8%;border:1px solid #eee;padding:2px;background-color: #FEFFF8;}
.comment .cmn-right {float: right;width:91%;}
.comment .cmn-right span{color:#626C71;font-weight: bold;font-size: 1.0em;}
.comment .cmn-right button{height:30px;padding:3px 10px;line-height: 22px;}
.comment .cmn-right textarea{width:100%;position: relative;padding:4px 5px 0 6px;margin-top:2px;margin-bottom:5px;box-sizing: border-box;resize: none;font-size:16px;min-height:20px;border:1px solid #EFF1F1;color:#583e2f;}
@media only screen and (max-width: 767px) { .comment .cmn-left img{width:100%;height:35px;margin:0 20px 0 0;} .comment .cmn-right span{font-size: 0.80em;} }

.response {position: relative;width:100%;margin-top:10px;padding:10px;clear:both;background-color: #FAFAFA;}
.response .right {float: right;clear:both;}
.response .clear {clear: both;text-align: justify;}
.response .cmn-left img{width:100%;height:100%;margin:0 20px 0 0;}
.response .cmn-left {float: left;width:8%;border:1px solid #eee;padding:2px;background-color: #FEFFF8;}
.response .cmn-right {float: right;width:91%; background-color: #ffffff;padding:5px 7px 5px 7px;}
.response .cmn-right p{line-height:16px;}
.response .cmn-right span{color:#727779;font-weight: bold; font-size: 1.0em;}
.response .cmn-right button{height:30px;padding:0px 10px;line-height: 22px;margin-bottom:2px;}
.response .cmn-right textarea{width:100%;position: relative;padding:4px 5px 4px 6px;margin-top:2px;margin-bottom:5px;box-sizing: border-box;resize: none;font-size:16px;height:10px;border:1px solid #EFF1F1;color:#583e2f;}
@media only screen and (max-width: 767px) { .response .cmn-left img{width:100%;height:30px;margin:0 20px 0 0;} .response .cmn-right span{font-size: 0.80em;} }

.sub-comment {width:100%;margin-top:10px;padding:0;}
.sub-comment .response {width:100%;margin-top:10px;padding:0;}
.sub-comment .cmn-right textarea{font-size:15px;}

.sub-response {position: relative;width:100%;margin-top:10px;padding:0;clear:both;background-color: #FCFCFC;}
.sub-response .right {float: right;clear:both;}
.sub-response .clear {clear: both;}
.sub-response .cmn-left img{width:100%;height:100%;margin:0 10px 0 0;}
.sub-response .cmn-left {float: left;width:8%;border:1px solid #eee;padding:2px;background-color: #FEFFF8;}
.sub-response .cmn-right {float: right;width:91%;}
.sub-response .cmn-right span{color:#727779; font-size: 1.0em;}
.sub-response .cmn-right button{height:30px;padding:3px 10px;line-height: 22px;}
.sub-response .cmn-right textarea{width:100%;position: relative;padding:4px 5px 0 6px;margin-top:6px;margin-bottom:5px;box-sizing: border-box;resize: none;font-size:16px;min-height:20px;border:1px solid #EFF1F1;color:#583e2f;}

.diskusi-pembahasan {  padding: 20px 20px 10px;    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);  }
.diskusi-pembahasan h5{  padding: 15px 0; margin:0;}

.tugas { border:1px solid #eee;padding:10px; margin-top:10px; background-color: #fff;}
.tugas .file-type{ float:right;font-size: 23px; color: #815B3C;}
.tugas h2{ margin:0; padding:0; font-size: 18px; color: #BE6234;}
.tugas h3{ margin:0; padding:5px 0; font-size: 16px; color:#68554B;}
.tugas ul{ margin:0; padding:0; font-size: 18px; }
.tugas ul li{ margin:0; padding:3px 0; font-size: 13px; width:100%;}
.tugas ul li label{ width:120px;text-align: left;padding:0;margin:0;}
.tugas ul li span{ width:250px;text-align: left;padding:0;margin:0;}
.tugas .clear {clear: both;}
.tugas button{ float:right;height:30px;line-height:20px;padding:0 10px;margin:0;}

.detail-scroll{float:left;width:100%;}
.detail-scroll table{width:100%;float:left;}
@media only screen and (max-width: 767px) { .detail-scroll{min-height:300px;width:100%; overflow-y: auto;} #view-detail-tugas table{width:1024px;} }

.form-tugas .field-form{float:left;width:100%;margin:5px 0;border-bottom:1px solid #F8F5E2;}
.form-tugas .field-form button,input,select{outline:none;font-weight:normal;}
.form-tugas .field-form input:hover{outline: none !important;border-color: #f8deb5;box-shadow: 0 0 2px #f8deb5;background-color:#fefcfa;}
.form-tugas .field-form label{float:left;width:130px;text-align:left;color:#3F3F3F;margin-right:10px;padding:3px 0;font-size:20px;}
.form-tugas .field-form button{float:left;border:0;cursor:pointer;}.form-entry .field-form button.active{background-color:#eed6af;border:1px solid #eed6af;}
.form-tugas .field-form button i.active{color:#a35a3a;}
.form-tugas .field-form button i{border:0;color:#cfae84;width:none;background:none;padding:5px;margin:0;font-size:20px;text-align:center;float:none;position:relative;}
.form-tugas .field-form input[type="text"]{font-weight:normal;padding:5px 10px 5px 10px;font-size:18px;height:35px;border:1px solid #E6E5E2;color:#583e2f;}
.form-tugas .field-form input[type="number"]{font-weight:normal;padding:5px 10px 5px 10px;font-size:18px;height:35px;border:1px solid #E6E5E2;color:#583e2f;}
.form-tugas .field-form input[type="date"]{font-weight:normal;padding:5px 10px 5px 10px;font-size:18px;height:35px;border:1px solid #E6E5E2;color:#583e2f;}
.form-tugas .field-form input[name='mhs[Sex]']{margin:0 5px 0 0;-webkit-appearance: none;-moz-appearance: none;-o-appearance: none;-ms-appearance: none;appearance: none;outline: none;cursor:pointer;}
.form-tugas .field-form input[name='mhs[Sex]']:after{font-family:'FontAwesome';display: inline-block;margin:0;text-align: center;font-size: 23px;content: attr(data-icon);padding: 6px 5px;border-radius: 2px;color: #cfae84;width:40px;height:35px; -webkit-transition: box-shadow 1s, color 1s;  transition: box-shadow 1s, color 1s;  background-color:#f9f2e7;  border:1px solid #f0e6d8;}
.form-tugas .field-form input[name='mhs[Sex]']:checked:after {border:1px solid #eea045;color: #fff;background-color:#eea045;}
.form-tugas .field-form select{padding:1px 10px 1px 10px;font-size:18px;height:35px;border:1px solid #E6E5E2;color:#583e2f;}
.form-tugas .field-form textarea{padding:10px 10px 10px 10px;text-align:left;width:100%;min-height:100px;box-sizing: border-box;resize: none;font-size:18px;height:40px;border:1px solid #E6E5E2;color:#583e2f;}
@media only screen and (max-width: 767px) { .form-tugas .field-form input[type="text"]{width:100%;} }
.clear {clear: both;} 

.float-right{float: right;clear:both;} 
@media only screen and (max-width: 767px) { .float-right {float: left;clear:both;font-size:10px;} .float-right button {height:30px;  line-height: 15px;} }


.form-entry .message{width:100%;margin:10px 0;border-radius:10px;background:#b5f3ce;border:1px solid #a4e5be;padding:10px;clear:both;}
.form-entry .message h2{margin:10px 0 3px 0;padding:0;} 
.form-entry .message p{font-size:17px;margin:2px 0;padding:0;} 

.pagging-home{clear:both;width:100%;margin:0 auto;text-align: center;}
.pagging-home > span{padding :4px 6px;font-size:14px;color:orangered;}
.pagging-home > a{padding :4px 6px;font-size:14px;border:1px solid #ddd;}

.blink{ background: #1fd02b; border-radius: 2%; cursor: pointer; -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  transition: all 0.2s;  z-index:1;}
.blink:nth-child(1) { }
.blink:nth-child(1) { -webkit-animation: a_blink 0.8s 0s ease-out infinite; -moz-animation: a_blink 0.8s 0s ease-out infinite; animation: a_blink 0.8s 0s ease-out infinite;}
@-webkit-keyframes a_blink {
  0% {box-shadow: 0 0 2px 2px rgba(26, 255, 179, 0), 0 0 0px 0px #fff, 0 0 0px 0px rgba(26, 255, 179, 0);  }
  10% {box-shadow: 0 0 2px 2px #07db16, 0 0 3px 3px #fff, 0 0 2px 3px #07db16;  }
  100% {box-shadow: 0 0 2px 2px rgba(26, 255, 179, 0), 0 0 0px 2px #fff, 0 0 0px 5px rgba(26, 255, 179, 0);  }
}
@-moz-keyframes a_blink {
  0% {box-shadow: 0 0 2px 2px rgba(26, 255, 179, 0), 0 0 0px 0px #fff, 0 0 0px 0px rgba(26, 255, 179, 0);  }
  10% {box-shadow: 0 0 2px 2px #07db16, 0 0 3px 3px #fff, 0 0 2px 3px #07db16;  }
  100% {box-shadow: 0 0 2px 2px rgba(26, 255, 179, 0), 0 0 0px 2px #fff, 0 0 0px 5px rgba(26, 255, 179, 0);  }
}
@keyframes a_blink {
  0% {box-shadow: 0 0 2px 2px rgba(26, 255, 179, 0), 0 0 0px 0px #fff, 0 0 0px 0px rgba(26, 255, 179, 0);  }
  10% {box-shadow: 0 0 2px 2px #07db16, 0 0 3px 3px #fff, 0 0 2px 3px #07db16;  }
  100% {box-shadow: 0 0 2px 2px rgba(26, 255, 179, 0), 0 0 0px 2px #fff, 0 0 0px 5px rgba(26, 255, 179, 0);  }
}

.warning {
  border-radius: 1%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index:1;
}
.warning:nth-child(1) { }
.warning:nth-child(1) {
  background: #1fd02b;
  -webkit-animation: a_warning 0.8s 0s ease-out infinite;
  -moz-animation: a_warning 0.8s 0s ease-out infinite;
  animation: a_warning 0.8s 0s ease-out infinite;
}
@-webkit-keyframes a_warning {
  0% {box-shadow: 0 0 2px 8px rgba(26, 255, 179, 0), 0 0 0px 0px #fff, 0 0 0px 0px rgba(26, 255, 179, 0);  }
  10% {box-shadow: 0 0 2px 8px #07db16, 0 0 3px 3px #fff, 0 0 2px 3px #07db16;  }
  100% {box-shadow: 0 0 2px 8px rgba(26, 255, 179, 0), 0 0 0px 2px #fff, 0 0 0px 5px rgba(26, 255, 179, 0);  }
}
@-moz-keyframes a_warning {
  0% {box-shadow: 0 0 2px 8px rgba(26, 255, 179, 0), 0 0 0px 0px #fff, 0 0 0px 0px rgba(26, 255, 179, 0);  }
  10% {box-shadow: 0 0 2px 8px #07db16, 0 0 3px 3px #fff, 0 0 2px 3px #07db16;  }
  100% {box-shadow: 0 0 2px 8px rgba(26, 255, 179, 0), 0 0 0px 2px #fff, 0 0 0px 5px rgba(26, 255, 179, 0);  }
}
@keyframes a_warning {
  0% {box-shadow: 0 0 2px 8px rgba(26, 255, 179, 0), 0 0 0px 0px #fff, 0 0 0px 0px rgba(26, 255, 179, 0);  }
  10% {box-shadow: 0 0 2px 8px #07db16, 0 0 3px 3px #fff, 0 0 2px 3px #07db16;  }
  100% {box-shadow: 0 0 2px 8px rgba(26, 255, 179, 0), 0 0 0px 2px #fff, 0 0 0px 5px rgba(26, 255, 179, 0);  }
}

.footer-background{width:100%;background: url(../../public/icon/footer.png) no-repeat center center;height:100px;position:relative;-webkit-background-size: 100% 100%;-moz-background-size: 100% 100%;-o-background-size: 100% 100%;background-size: 100% 100%;}
.footer{position:relative;width:100%;float:left;border:none;}
.footer-content{position:relative;width:100%;height:180px;color:#1c2d03;background:#67AEB5;float:left;padding:10px 0;}
.footer-content h2{color:#fff;font-size:20px;padding:0 0 5px 18px;font-family:arial, sans-serif;}
.footer-content .footer-link{margin:5px 0;padding:5px 16px;width:auto;height:90%;position:relative;border-right:1px solid #519BA2; float:left;}
.footer-content .footer-link h3{color:#1A656C;font-size:18px;padding:0 0 10px 0;font-family:Bookman Old Style, sans-serif;}
.footer-content .footer-link li{color:#0C535A;font-size:16px;font-family:arial, sans-serif;font-weight:normal;}
.footer-content .footer-link a{color:#0C535A;font-size:14px;font-family:arial, sans-serif;font-weight:bold;}
.footer-content .footer-link a:hover{color:#EDF4F5;}
.footer-content .footer-link:last-child{border:none;float:left;}
.footer-copyright{position:relative;width:100%;padding:10px;color:#fff;font-size:18px;font-weight:normal;font-family:Bookman Old Style;border-top:1px solid #42969E;text-align:center;background:#289E5D;float:left;}
.footer-copyright a{color:#E6EFF0;}
.footer-copyright a:hover{color:#f7f0b2;}

@media only screen and (min-width: 320px) and (max-width:768px){
.footer-background{height:50px}
.footer-content{width:100%;height:auto;float:left;padding:5px 10px;}
.footer-content h2{padding:0;font-size:17px;}
.footer-content .footer-link{margin:0;padding:5px 0;width:100%;height:auto;border-bottom:1px solid #42969E;border-right:none;}
.footer-content .footer-link h3{font-size:16px;padding:0 0 0px 0;}
.footer-content .footer-link:last-child{border:none;}
.footer-copyright{position:relative;width:100%;padding:10px;font-size:14px;font-weight:normal;font-family:Bookman Old Style;text-align:center;float:left;}
}

.kuliah-search-area { position: relative; z-index: 1; margin-bottom:20px; }
.kuliah-search-area form { position: relative; z-index: 10; width: 330px; height: 40px; margin: 0 auto; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {.kuliah-search-area form { width: 170px; margin: 0 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {.kuliah-search-area form {margin: 15px auto; } }
@media only screen and (max-width: 767px) {.kuliah-search-area form {margin: 15px auto; } }
.kuliah-search-area form input { width: 100%;height: 40px;border-radius: 6px;border: 1px solid #ddd;padding: 0 15px 0 50px;font-size: 14px;color: rgba(0, 0, 0, 0.50);font-weight: 600;-webkit-transition-duration: 500ms;transition-duration: 500ms; }
.kuliah-search-area form input:focus {border: 1px solid #ddd; }
.kuliah-search-area form button {position: absolute;width: 50px;height: 40px;background-color: transparent;top: 0;left: 0;z-index: 10;border: none;text-align: center;cursor: pointer;outline: none; }

.img-pengampu{width:40px;height:50px;margin-top:-55px;float:right;border:1px solid #eee;padding:3px;}
.img-pengampu img{width:100%;height:100%;margin:0;padding:0;border-radius:0;}

.img-materi{width:30px;height:30px;margin-top:-45px;margin-right:45px;float:right;padding:3px;}
.img-materi img{width:100%;height:100%;margin:0;padding:0;border-radius:0;}

.img-fitur{display: inline-block; float:left; width:100px;height:100px;padding:3px;}
.img-fitur img{float:left; width:100%;height:100%;margin:0;padding:0;border-radius:0;}

.fitur-study { display: flex; width:350px;  margin:20px auto;}
.column { flex: 60px; padding: 5px; border:1px solid #eee; }
.column label{ clear:both;width:100%; text-align: center; font-size:1em;}
.column img{ width:40px; height:40px; }

.statistik-kuliah{display: flex; width:1024px;  margin:20px auto;} 
.statistik-kuliah .column{flex: 160px; padding: 5px; border:1px solid #eee;margin:10px;} 
.statistik-kuliah .column img{width:120px; height:120px;} 
.statistik-kuliah .column h2{font-size:3em;} 
.statistik-kuliah .column h5{font-size:1.5em;} 
@media only screen and (max-width: 767px) { 
.statistik-kuliah{display: flex; width:90%;  margin:20px auto;} 
.statistik-kuliah .column{flex: 60px; padding: 5px; border:1px solid #eee;margin:10px;} 
.statistik-kuliah .column img{width:40px; height:40px;} 
.statistik-kuliah .column h2{font-size:2em;} 
.statistik-kuliah .column h5{font-size:1em;} 
}

.e-study-fakultas{display: flex; width:1024px;  margin:20px auto;text-align: center;} 
.e-study-fakultas .column{flex: 140px; padding: 8px; border:1px solid #eee;margin:10px;border-radius: 1%;} 
.e-study-fakultas .column img{width:80px; height:80px;margin-bottom:5px;} 
.e-study-fakultas .column h2{font-size:1.5em;text-align: center;padding:0;margin:0;} 
@media only screen and (max-width: 767px) { 
.e-study-fakultas{display: flex; width:90%;  margin:20px auto;} 
.e-study-fakultas .column{flex: 60px; padding: 5px; border:1px solid #eee;margin:10px;} 
.e-study-fakultas .column img{width:40px; height:40px;} 
.e-study-fakultas .column h2{font-size:2em;} 
.e-study-fakultas .column h5{font-size:1em;} 
}