* {
	font-family: 'Times New Roman', Times, serif;
}
.bg-light {
	background-color: transparent !important;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 125px;
}
.carousel-caption h3 {
	font-size: 20px;
	letter-spacing: 2px;
	margin-top: 25px;
}

.w-100 {
	height: 100vh;
}

.container {
  overflow-x: hidden;
}

section {
    padding-top: 5rem;
}


/* ini bagian about bagian nama dllnya */
.title-s {
    font-weight: 600;
    color: #1e1e1e;
    font-size: 1.1rem;
  }
   
  /*--/ CSSnya About /--*/
  
  .title-box-2 {
    margin-bottom: 3rem;
  }
  
  .title-left {
    font-size: 2rem;
    position: relative;
  }
  
  .title-left:before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #0dcaf0;
    width: 100px;
    bottom: -12px;
  }
  
  /* about css bagian kiri kanan yg ada logo nya */

#about{
  padding-top: 2rem;
}

.about-mf .box-shadow-full {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 2px;
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

/* css jurusan sebenrnya */
.psd .card-body i {
	font-size: 50px;
}

.psd .card-body h3 {
  font-size: 20px;
}

.psd .card-body p {
  font-size: 14px;
}

/* ekskul */
#ekstrakurikuler{
  padding-top: 5rem;
  background-color:#ffffff;
  color: rgb(5, 5, 5);
  
}
 .title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0a0a0a;
  margin: 0 auto;
}

/* visi misi */



/* guru card */

/* .team .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.services .card-body i {
	font-size: 50px;
}

.team .card-body i {
	font-size: 20px;
} */

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;
}



/* kontak css */

.gradient-brand-color {
  background-color: #0dcaf0;
  color: #080808;
}
.contact-info__wrapper {
  overflow: hidden;
  border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
  .contact-info__wrapper {
      border-radius: 0 .625rem .625rem 0;
      padding: 5rem !important
  }
}
.contact-info__list span.position-absolute {
  left: 0
}
.z-index-101 {
  z-index: 101;
}
.list-style--none {
  list-style: none;
}
.contact__wrapper {
  background-color: #fff;
  border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
  .contact__wrapper {
      border-radius: .625rem 0 .625rem .625rem
  }
}
@media (min-width: 1024px) {
  .contact-form__wrapper {
      padding: 5rem !important
  }
}
.shadow-lg, .shadow-lg--on-hover:hover {
  box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}


/* scrol dari atas kebawah cssnya */

#topbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  width: 30px;
  height: 30px;
  background-color: #0dcaf0;
  color: white;
  border: none;
  cursor: pointer;
}


/* eks css */
.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}
