/*
** start home - ady
*/

  #course .dropdown-menu {
    max-width: 800px;
    border: none;
  }

  #blog .dropdown-menu {
    border:none;
    width: 180px;
    right: auto;
  }

  #jasa .dropdown-menu {
    border:none;
    width: 260px;
  }

  #student-creation,
  #testimoni,
  #course-package,
  #their-words,
  .portfolio-wrapper {
    padding: 50px 0;
  }

  #student-creation,
  #our-client,
  #their-words,
  #testimoni,
  #course-package {
    background: #FFF;
  }

  #student-testimoni {
    height: 650px;
    color: #FFF;
    overflow: hidden;
    background-image: url('../images/testimoni.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  #why-choose-us {
    overflow: hidden;
  }

  .slider-title{
    text-shadow: 4px 2px 5px #111;
  }

  .slider-desc{
    text-shadow: 2px 3px 5px #111;
    line-height: 30px;
  }

  .slider-desc h2{
    font-size: 40px;
    margin-bottom: 20px;
  }

  .slider-desc p{
    font-size: 18px;
  }

  .our-student {
    height: 200px;
    position: relative;
    margin: 20px auto;
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 10px 10px #dedede;
  }

  .why-overlay {
    position: relative !important;
  }

  .why-description {
    padding: 50px;
  }

  .why-item {
    display: flex;
  }

  .why-item p {
    text-align: justify;
  }

  .why-item-description {
    margin: 20px;
  }

  .why-item-description .why-item-description__text {
    line-height: 30px;
    margin: 10px 0;
  }

  .why-item-description p {
    font-size: 16px;
  }

  .testimoni-img{
    text-align: center;
    z-index: 2;
    position: relative;
    margin-bottom: -75px;
    display: flex;
    justify-content: center;
  }

  .testimoni-img img:nth-child(1){
    position: absolute;
    top: -30px;
    left: 50px;
  }

  .testimoni-img img:nth-child(2){
    border-radius: 50%;
    width: 220px;
  }

  .quote-two {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 60px;  
  }

  .quote-two img {
    width: 80px;
    z-index: 2;
    margin-top: 110px;
    position: absolute;
  }

  .quotes-container {
    margin-top: -100px 0 50px;
  }

  .quotes-wrapper {
    padding: 0 175px 0 175px;
  }

  .quotes {
    border: 1px solid #eee;
    border-radius: 50px;
    box-shadow: 5px 5px 15px #f7f7f7;
    padding: 75px 90px 30px;
  }

  .quotes h3 {
    font-size: 18px;
    line-height: 33px;
    color: #888;
  }

  .quotes .quotes__owner {
    margin: 5px 0;
    font-weight: bold;
    color: #42BAE3;
  }

  .testimoni-name, .testimoni-job {
    font-size: 22px;
    font-weight: bold;
  }

  .social-icon .fa {
    padding: 0 5px;
    font-size: 1.3em;
  }

  .social-icon .fa:hover {
    color: #5fe074;
  }

  .footer-contact .fa {
    color: #42BAE3;
  }

  .footer-contact li a, a.location {
    color: #888;
  }

  .play-button {
    position: absolute;
    font-size: 40px;
    left: 40%;
    top: 30%;
    width: 65px;
    height: 65px;
    background: #42BAE3;
    border-radius: 50%;
    padding-left: 5px;
    padding-top: 5px;
    color: #FFF;  
  }

  .play-button:hover {
    background: #FFF;
    color: #42BAE3;
    transition: all ease 0.5s;
  }

  .why-description h2 {
    color: #333; 
    font-weight: 700; 
    font-size: 35px;
  }

  .why-description .why-description__blue-wrapper {
    background: #42BAE3;
    width: 300px;
    border-radius: 10px;
    text-align: center;
  }

  .why-description .why-description__why-item-wrapper {
    margin: 75px 0 50px;
  }

  .footer .footer__social-media-mobile {
    display: none;
  }

/*
** end home - ady
*/

/*
** start package detail - ady
*/

  #menu-registration a {
    color: #FFF; 
    background-color: #5fe074; 
    border-radius: 10px;
    width: max-content;    
  }

  #menu-registration a:hover {
    background-color: #42BAE3; 
  }

  #package-title,
  #package-list {
    overflow: hidden;
    padding: 50px 0;
  }

  .package-list-wrapper {
    display: flex;
    /* position: absolute; */
  }
  
  #package-title .main-title-wrapper {
    font-size: 2rem;
  }

  #package-title .main-title-wrapper div {
    width: 100px;
    height: 5px;
  }

  #explanation {
    width: 100%;
    padding: 50px 0;
  }

  #explanation p {
    text-align: justify;
    line-height: 30px;
    font-size: 1.75rem;
    color: #FFF;
  }

  .explanation__description li {
    list-style: none;
  }

  #explanation .row {
    display: flex;
    align-items: center;
  }

  #course-registration,
  #contact-us {
    overflow: hidden;
    padding: 75px 0;
  }

  #course-registration h4,
  #contact-us h4 {
    font-size: 3rem;
  }

  #course-registration p,
  #contact-us p {
    font-size: 2rem;
  }

  #contact-us .call-us {
    font-size: 2.5rem; 
  }

  #contact-us .call-us .col-md-6:nth-child(1){
    text-align: right;
    margin-top: 50px;
  }

  #contact-us .call-us .col-md-6:nth-child(2){
    text-align: left;
    margin-top: 50px;
  }

  #course-registration a:hover,
  #contact-us a:hover {
    text-decoration: none;
    color: inherit;
  }

  #faq p i {
    font-size: 1.75rem;
  }

  #after-course .package-short-desc {
    color: #888;
    font-size: 1.75rem;
    margin-left: 25px;
    text-align: left;
  }

  #after-course .package-short-desc li {
    list-style: none;
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  #after-course .package-short-desc li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.3em;
    color: #5fe074;
    margin-left: -1.5em;
    width: 1.5em;
  }

  #after-course .thumbs-up {
    position: absolute; 
    right: -8%;
    bottom: 50px;
  }

  #contact-us .container .row i,
  #contact-us .container .row a {
    font-weight: bold;
  }

  .package-list {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
  }

.kursus-title {
  margin: 0;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 2rem;
  font-size: 2.2rem;
}

.subtitle {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  font-style: italic;
}

.kursus-bg, .kursus-intro {
  min-height: 600px;
}

.materi-kursus {
    border-radius: 2rem;
    margin: 1rem auto;
    color: #FFF;
    box-shadow: 2px 4px 10px #ccc;
    padding: 0;
    height: 300px;
    max-width: 788px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

  .bg-materi-kursus {
    background-position: center center !important;
    background-size: cover !important; 
    background-repeat: no-repeat; 
    height: 300px; 
    width: 460px;
  }

.package-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    width: 46%;
    height: 260px;
    margin: 2rem 0;
    padding: 0 2rem;
    position: absolute;
    right: 0;
}

.kursus-desc {
  font-size: 1.5rem;
  width: 100%;
  padding-top: 1rem;
  text-align: justify;
}

.kursus-desc li {
  list-style: none;
}

.package-description::-webkit-scrollbar,
.kursus-bg::-webkit-scrollbar,
.kursus-intro::-webkit-scrollbar {
    display: none;
}

.kursus-details {
  overflow-y: auto;
  padding: 1rem;
  font-weight: bold;
}

.kursus-details p {
  text-align: justify;
}

.kursus-details ul {
  padding-left: 20px;
}

.kursus-details li {
  text-align: justify;
  margin-bottom: 4rem;
  font-weight: 500;
}

.kursus-details li strong{
  text-transform: uppercase;
}

.kursus-overlay {
  height: 300px;
  width: 500px;
  background:#42BAE3;
  -webkit-transform:skew(130deg);
  -moz-transform:skew(130deg);
  -ms-transform:skew(130deg);
  transform: skew(160deg);
  right: -15%;
  position: absolute;
}

.materi-blue-wrapper {
  position: absolute;
  width: 100%;
}

.hide-scroll, .kursus-intro {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.kursus-intro {
  background-color: #42BAE3;
  color: #FFF;
  padding: 5rem;
}

.kursus-intro p {
  font-weight: 500;
}

.line-title {
  width: 100%;
  height: 5px;
  background-color: #FFF;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

.line-card {
  width: 50%;
  height: 3px;
  background-color: #FFF;
  margin: 5px auto;
}

.font-small {
  font-size: 1.3em;
}

.font-medium {
  font-size: 1.6em;
}

.font-large {
  font-size: 2.3em;
}
/*
** end package detail - ady
*/

.whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 99;
}

.whatsapp {
  border-radius: 50%;
  background: #5fe074;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.whatsapp-icon {
  font-size: 35px;
  color: #FFF;
}

.message-intro {
  width: 275px;
  position: fixed;
  bottom: 60px;
  right: 70px;
  background: #42b9e2;
  padding: 10px 20px;
  color: #FFF;
  border-radius: 20px 0 0 20px;
  z-index: -1;
}

/*
** Start Page About Us
*/

#team-mataweb,
#vision,
#mission {
  padding: 50px 0;
  background-color: #FFF;
}

#about-mataweb .row {
  top: 75px;
  position: relative;
}

.about-mataweb .about-mataweb__description {
  padding: 50px;
  background-color: #FFF;
  text-align: justify;
  border-radius: 35px;
  position: relative;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 35px;
}

#about-mataweb {
  background-image: url('../images/classroom.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

#about-mataweb .about-mataweb__title,
#about-mataweb .about-mataweb__divisi {
  color: #42BAE3;
  margin: 0 auto;
  background-color: #FFF;
  padding: 10px;
}

#about-mataweb .about-mataweb__title {
  margin-bottom: 50px;
  width: 300px;
  border-radius: 20px;
}

#about-mataweb .about-mataweb__divisi {
  bottom: -130px;
  width: 400px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

#about-mataweb .about-mataweb__dots-wrapper {
  position: absolute;
  width: 100%;
  top: 25px;
}

#about-mataweb .about-mataweb__dots-wrapper img:nth-child(1) {
  position: absolute;
  left: 50%;
  bottom: 40px;
}

#about-mataweb .about-mataweb__dots-wrapper img:nth-child(2) {
  position: absolute;
  left: -120px;
}

#about-mataweb .about-mataweb__dots-wrapper img:nth-child(3) {
  position: absolute;
  right: -100px;
}


#about-mataweb .about-mataweb__title h3,
#about-mataweb .about-mataweb__divisi h3 {
  margin: 0;
}

#about-mataweb .about-mataweb__divisi h3 {
  font-weight: bold;
  padding: 5px 15px;
  font-size: 20px;
}

#about-mataweb .about-wrapper {
  position: absolute;
  width: 100%;
  height: 800px;
  background-color: rgba(66,185,226, 0.75);
}

#mataweb-division .col-md-6 {
  text-align: center;
  padding: 100px;
}

#mataweb-division .col-md-6 h3 {
  font-weight: bold;
}

#mataweb-division .col-md-6 p {
  padding: 0 50px;
  font-size: 16px;
}

#mataweb-division .col-md-6:nth-child(1) {
  background-color: #42BAE3;
  color: #FFF;
}

.rope-wrapper {
  background-color: transparent;
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-top: -175px;
  overflow: hidden;
}

#vision {
  height: 600px;
}

#vision .col-md-6,
#mission .col-md-7 {
  z-index: 2;
}

#vision .col-md-6 {
  margin-top: 100px;
}

#vision h2,
#mission h2 {
  font-weight: 700;
  font-size: 50px;
  color:#42BAE3;
  margin-bottom: 50px;
}

#vision .vision__image img,
#mission .mission__image img {
  position: absolute;
  width: 400px;
}

#vision,
#mission,
#team-mataweb,
#about-mataweb {
  position: relative;
  overflow: hidden;
}

#mission .mission__image img {
  top: 200px;
  right: 0;
}

#mission ul {
  list-style: none;
  padding-left: 15px;
}

#mission ul li::before {
  content: "\2022";
  color: #42BAE3;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  font-size: 25px;
  margin-left: -1em;
}

#vision p,
#mission .mission__description li {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 30px;
  font-size: 16px;
}

#team-mataweb {
  min-height: 750px;
}

#team-mataweb .ornamen-blue img {
  left: -125px;
  top: 50px;
}

#team-mataweb .ornamen-green img {
  right: -125px;
  bottom: 0;
}

#team-mataweb .ornamen-blue img,
#team-mataweb .ornamen-green img {
  width: 300px;
  position: absolute;
}

#team-mataweb .team-mataweb__member p {
  color: #42BAE3;
  font-size: 20px;
  margin-top: 20px;
}

/*
** End Page About Us
*/

  #contact-mataweb .col-md-7,
  #contact-mataweb .col-md-5 {
    height: 600px;
  }

  #contact-mataweb .col-md-7 {
    padding: 75px 50px;
  }

  #contact-mataweb .col-md-7 h1 {
    margin: 0;
  }

  #contact-mataweb .col-md-5 iframe {
    height: 100%;
  }

  #contact-mataweb ul {
    padding: 0;
    margin-top: 100px;
  }

  #contact-mataweb ul li,
  #contact-mataweb ul li a {
    list-style: none;
    color: #FFFFFF;
    font-size: 16px;
  }

  #form-contact form {
    padding: 50px;
  }

  #form-contact .col-md-8 {
    position: absolute; 
    z-index: 2; 
    background-color: #FFFFFF; 
    margin: 100px 50px; 
    box-shadow: 0px 0px 10px 3px #F0F0F0; 
    border-radius: 10px;
  }

/*
** Start Blog Page
*/

  #blogdetail-mataweb__mobile .blogdetail__content img {
    width: 100% !important;
    height: 100% !important;
  }

  #blog-mataweb .blog-jumbotron {
    min-height: 700px;
    background-position: center center;
    background-size: cover;
    padding-top: 250px;
    color: #333333;
  }

  #blog-mataweb .blog-categories ul li,
  #blogdetail-mataweb .blog-categories ul li,
  #elearning-mataweb .elearning-categories ul li {
    list-style: none;  
    padding: 15px 30px;
  }

  #blog-mataweb .blog-categories ul li i,
  #blogdetail-mataweb .blog-categories ul li i,
  #elearning-mataweb .elearning-categories ul li i {
    font-size: 16px;
  }

  #blog-mataweb .blog-categories ul li:hover,
  #blog-mataweb .blog-categories ul a li.active,
  #blogdetail-mataweb .blog-categories ul li:hover,
  #blogdetail-mataweb .blog-categories ul a li.active {
    background-color: #42BAE3 !important;
    transition: 0.2s;  
  }

  #elearning-mataweb .elearning-categories ul li:hover,
  #elearning-mataweb .elearning-categories ul a li.active {
    background-color: #F0F0F0;
    transition: 0.2s;  
  }

  #blog-mataweb .blog-categories ul a,
  #blogdetail-mataweb .blog-categories ul a,
  #elearning-mataweb .elearning-categories ul a {
    color: inherit;
  }

  #blog-mataweb .blog-categories ul a:hover,
  #blog-mataweb .blog-categories ul a li.active,
  #blogdetail-mataweb .blog-categories ul a:hover,
  #blogdetail-mataweb .blog-categories ul a li.active {
    text-decoration: none;
    color: #FFFFFF;
  }

  #elearning-mataweb .elearning-categories ul a:hover {
    text-decoration: none;
  }

  #blog-mataweb .blog-categories ul hr:last-child,
  #blog-mataweb #blog-category ul hr:last-child,
  #blogdetail-mataweb .blog-categories ul hr:last-child,
  #elearning-mataweb .elearning-categories ul hr:last-child {
    display: none;
  }

  #blogdetail-mataweb .blogdetail__content p {
    margin-bottom: 20px;
  }

  #blog-mataweb .blog-card .blog-card__title:hover,
  #blog-mataweb .blog-article__content-title:hover,
  #blogdetail-mataweb .blog-article__content-title:hover,
  #blogdetail-mataweb .blog-article__content-title:hover {
    color: #5fe074;
    transition: 0.2s;
    text-decoration: none;
  }

  #blog-mataweb .blog-search,
  #blogdetail-mataweb .blog-search {
    background-color: #42BAE3;
    display: flex;
    align-items: center;
    height: 90px;
  }

  #blog-mataweb .blog-search form:hover,
  #blogdetail-mataweb .blog-search form:hover {
    color: #42BAE3;
  }

  #blog-mataweb .blog-search-xs{
    display: none;
  }

  #blog-mataweb .col-md-9 {
    padding: 100px 50px;
  }

  #blog-mataweb .blog-jumbotron p {
    font-size: 18px;
  }

  #blog-mataweb .blog-card__body p {
    height: 100px;
    overflow: hidden;
    text-align: justify;
    line-height: 25px;
    color: #888;
  }

  #sticky.stick {
    position: fixed;
    top: 60px;
    width: 25%;
  }  

  #sticky.stick2 {
    position: absolute;
    bottom: 0;
    width: 100%;
  }  

  @keyframes example {
    from {opacity: 1;}
    to {opacity: 0;}
  }

  .whatsapp-show {
    animation-name: example;
    animation-duration: 1s;  
    opacity: 0;
  }

  @keyframes example2 {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  .whatsapp-hide {
    animation-name: example2;
    animation-duration: 1s;  
    opacity: 1;
  }

/*
** End Blog Page
*/

/*
** Start Elearning Page
*/

  #elearning-mataweb .elearning-jumbotron__description {
    color: #FFFFFF;
    padding-top: 100px;
  }

  #elearning-mataweb .elearning-jumbotron__description p {
    font-size: 26px;
  }

  #elearning-mataweb .elearning-jumbotron__description h1 {
    font-size: 40px;
  }

  #elearning-mataweb .elearning-wrapper .row .no-videos-wrapper {
    padding: 150px 50px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 18px;
  }

/*
** End Elearning Page
*/

@media (max-width:992px) {
  .why-overlay {
    display: none;
  }
}

@media (max-width:768px) {
    .package-description {
      width: 100%;
      top: 0;
    }
    #vision .col-md-5,
    #mission .col-md-5 {
      padding: 0 50px;
    }
    #about-mataweb .about-mataweb__dots-wrapper img:nth-child(1) {
      width: 3.5px;
      bottom: 30px;
    }
    #about-mataweb .about-mataweb__dots-wrapper img:nth-child(2),
    #about-mataweb .about-mataweb__dots-wrapper img:nth-child(3) {
      display: none;
    }
    .quotes-wrapper {
      padding: 0;
    }
    .testimoni-img img:nth-child(1) {
      left: 30%;
    }

    #after-course .thumbs-up {
      right: 0;
      bottom: -50px;
    }

  .package-list-wrapper {
    height: 460px;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 20px;
    margin: 1rem 0;
    /* background-color: #42BAE3; */
  }

  .bg-materi-kursus {
    height: 180px;
    width: 100%;
  }

    .kursus-overlay {
      position: relative;
      width: 100%;
      right: 0;
      transform: skew(0deg);
    }

  .package-list {
    padding: 50px 20px;
  }

    .materi-kursus {
      height: 100%;
      margin: 0;
      width: 100%;
      display: block;
    }

  #blog-mataweb .blog-wrapper .row {
    flex-direction: column;
  }

  #blog-mataweb .col-md-9 {
    padding: 100px 0;
  }

  #elearning-mataweb .elearning-jumbotron__description {
    text-align: center;
    padding-top: 50px;
    margin: 10px auto 50px;
  }

  #elearning-mataweb .elearning-jumbotron__description p {
    font-size: 18px;
  }

  #elearning-mataweb .elearning-jumbotron__description h1 {
    font-size: 25px;
  }

  #elearning-mataweb .elearning-jumbotron__image {
    margin: 0 auto 50px;
  }

}

@media (max-width:576px) {

    .container-fluid > .navbar-header {
      display: flex;
      justify-content: center;
      margin-top: 5px;
      width: 100%;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-nav{
        min-height: 300px;
        overflow-y: auto;
        padding: 15px 10px;
    }

    .whatsapp-wrapper {
      right: 15px;
    }

    .message-intro {
      width: 240px;
      bottom: 55px;
      right: 50px;
      font-size: 12px;
    }

    .whatsapp-icon {
      font-size: 25px;
    }

    .whatsapp {
      width: 50px;
      height: 50px;
    }

    /* 
    *Start Detail Kursus Page 
    */

    .kursus-desc {
      font-size: 1.2rem;
    }
    .kursus-bg, .kursus-intro {
      width: 100%;
    }

    /* End Detail Kursus Page */

  /*
  * Start Home Page
  */

  .container {
    padding: 0 20px;
  }
  
  .why-description {
    padding: 25px 0;
    max-width: 100%;
  }

  .why-item-description p {
    font-size: 12px;
  }

  .why-description h2 {
    font-size: 18px;
    text-align: center;
  }

  .why-description .why-description__blue-wrapper {
    width: 160px;
    margin: 0 auto;
  }

  .why-description .why-description__why-item-wrapper {
    padding: 0 75px;
  }

  .quotes-wrapper {
    padding: 0 20px;
  }

  .quotes {
    padding: 10px;
  }

  .quotes h3 {
    font-size: 14px;
    line-height: 25px;
  }

  .quotes > h3 {
    padding: 65px 10px 20px;
    font-size: 12px;
    line-height: 25px;
  }

  .slider-desc{
    line-height: 25px;
  }

  .slider-desc h2{
    font-size: 25px;
  }

  .slider-desc p{
    font-size: 12px;
  }

  .why-overlay {
    display: none;
  }

  .why-overlay:nth-child(1) {
    width: 450px;
  }

  .testimoni-img img:nth-child(1){
    width: 60px;
    left: 100px;
  }

  .testimoni-img img:nth-child(2){
    width: 150px;
  }

  .quotes-container {
    padding: 0;
  }

  .quote-two > img {
    width: 40px;
    left: 50px;
    margin-top: 60px;
  }

  .why-item {
    flex-direction: column;
  }

  .why-item-img {
    text-align: center;
  }

  .why-item-description {
    margin: 0;
  }

  .why-item-description h5 {
    text-align: center;
    margin: 20px 0;
  }

  .why-item-description .why-item-description__text {
    line-height: 20px;
  }

  .navbar-brand {
    padding: 15px 0;
  }

  .footer .footer__social-media-mobile {
    display: block;
  }

  .footer .footer__social-media {
    display: none;
  }

  .footer .footer__logo-wrapper img {
    width: 175px;
  }

  /*
  * About Page
  */
  #about-mataweb,
  #about-mataweb .about-wrapper {
    height: 825px;
  }

  #about-mataweb .row {
    top: 50px;
  }

  #about-mataweb .col-md-8 {
    padding: 0 20px;
  }

  #about-mataweb .about-mataweb__title {
    margin-bottom: 40px;
    width: 250px;
  }

  #about-mataweb .about-mataweb__title h3 {
    font-size: 20px;
  }

  .about-mataweb .about-mataweb__description {
    font-size: 12px;
    padding: 25px;
    line-height: 25px;
  }

  #about-mataweb .about-mataweb__divisi {
    bottom: -50px;
    width: 275px;
    padding: 10px 0;
  }

  #mataweb-division .col-md-6 {
    padding: 50px 25px;
  }

  #about-mataweb .about-mataweb__divisi h3 {
    font-size: 14px;
  }

  #mataweb-division .col-md-6 p {
    padding: 0 20px;
    font-size: 12px;
  }

  #mataweb-division .col-md-6 h3 {
    font-size: 18px;
  }

  #mataweb-division .col-md-6 img {
    width: 100px;
  }

  #vision {
    height: 300px;
  }

  #vision h2,
  #mission h2 {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0 5px;
  }

  #vision p,
  #mission .mission__description li {
    line-height: 20px;
    font-size: 10px;
    padding: 0 5px;
  }

  #vision .vision__image img,
  #mission .mission__image img {
    width: 125px;
  }

  #vision .col-md-6 {
    margin-top: 0;
  }

  #mission .mission__image img {
    top: 50px;
  }

  #mission ul li::before {
    font-size: 12px;
  }

  .rope-wrapper img {
    width: 250px;
    margin-top: 80px;
  }

  #team-mataweb .ornamen-blue img {
    left: -75px;
  }

  #team-mataweb .ornamen-green img {
    right: -75px;
  }

  #team-mataweb .ornamen-blue img,
  #team-mataweb .ornamen-green img {
    width: 175px;
  }

  #team-mataweb .team-mataweb__member p {
    font-size: 18px;
  }

  #blog-mataweb .col-md-9 {
    padding: 100px 0;
  }

  #blog-mataweb .blog-search-xs{
    display: flex;
  }

  #contact-mataweb .col-md-5 {
    height: 350px;
  }

  #contact-mataweb .col-md-7 {
    height: 500px;
  }

  #contact-mataweb .col-md-7 {
    padding: 50px 25px;
  }

  #contact-mataweb ul {
    margin-top: 50px;
  }

  #contact-mataweb ul li a:nth-child(1),
  #contact-mataweb ul li a:nth-child(2){
    font-size: 14px;
  }

  #contact-mataweb .col-md-7 h1 {
    text-align: center;
    font-size: 30px;
    margin: 0;
  }

  #contact-mataweb p {
    font-size: 12px;
  }

  #form-contact form {
    padding: 50px 20px;
  }

  #form-contact .col-md-8 {
    margin: 75px 30px; 
  }

  #blog-mataweb .blog-jumbotron {
    min-height: 600px;
    padding-top: 200px;
  }

  #blog-mataweb .blog-jumbotron h1 {
    font-size: 30px;
  }

  #blog-mataweb .blog-jumbotron p {
    font-size: 16px;
  }

  #blog-mataweb .blog-wrapper p {
    font-size: 13px;
  }

  #elearning-mataweb .elearning-wrapper .row {
    display: flex;
    flex-direction: column-reverse;
  }

  #elearning-mataweb .elearning-wrapper .elearning-categories h3 {
    text-align: center;
  }

  #elearning-mataweb .elearning-wrapper .row .no-videos-wrapper {
    padding: 75px 30px;
    font-size: 14px;
  }

  #elearning-mataweb .elearning-wrapper .row .col-md-9 .no-videos {
    padding: 100px 0;
  }

  #after-course .col-md-8 {
    padding: 0 30px !important;
  }

  #explanation .row {
    flex-direction: column-reverse;
  }

  #explanation img {
    width: 80%;
  }

  #after-course .thumbs-up {
    right: -30px;
    bottom: -30px;
    width: 40%;
  }

  #after-course .thumbs-up img {
    width: 75%;
  }

  .kursus-title {
    font-size: 1.8rem;
  }

  #menu-registration a {
    margin: 1rem;
  }

  #contact-us .call-us {
    font-size: 1.4rem;
  }

  .subtitle {
    font-size: 16px;
  }
}
