/********** Template CSS **********/
:root {
  --primary: #0663cc;
  --dark2: #535353;
  --primary2: #a6c3f8;
  --light: #f0fbfc;
  --dark: #181d38;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #1d2343;
}
/*** Navbar ***/
.dropdown-menu {
  background-color: #181d38 !important;
  margin-left: 0px !important;
}
.dropdown-menu a {
  color: #ffffff !important;
}
.navbar .dropdown-toggle::after {
  border: none;

  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff !important;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #a2aded !important;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--dark2);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--dark2);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

/*** Service ***/
.service-item {
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover {
  margin-top: -10px;
  background: var(--primary);
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}

/*** Categories & Courses ***/
.category img,
.course-item img {
  transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
}

/*** Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media (min-width: 992px) {
  .img-jainalinux {
    max-width: 340px !important;
    max-height: 330px !important;
    position: relative !important;
    margin-top: -200px !important;
  }
}
@media (min-width: 931px) {
  .img-jainalinux {
    max-width: 340px !important;
    max-height: 330px !important;
    position: relative !important;
    margin-top: -200px !important;
  }
}
@media (min-width: 800px) {
  .img-jainalinux {
    max-width: 340px !important;
    max-height: 330px !important;
    position: relative !important;
    margin-top: -30px !important;
  }
}
@media (max-width: 780px) {
  .img-jainalinux {
    max-width: 280px !important;
    max-height: 270px !important;
    position: relative !important;
    margin-top: -70px !important;
  }
}
/* @media (max-width: 768px) {
  .img-jainalinux {
    max-width: 180px !important;
    max-height: 170px !important;
    position: relative !important;
    margin-top: -80px !important;
  }
} */
.pointer_hand {
  cursor: pointer;
}
.text-justify {
  text-align: justify;
}

.table-bordered-list {
  border: 1px solid #e2e2e2 !important;
}

.zoom {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.zoom:hover,
.zoom:active,
.zoom:focus {
  /**adjust scale to desired size, 
  add browser prefixes**/
  -ms-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -webkit-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
  position: relative;
  z-index: 100;
}

.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}
/* .fw-bold{
    font-weight: bold !important;
  } */
.text-title {
  color: #535353 !important;
  font-weight: 900 !important;
}

.link-text {
  color: #2d5baf !important;
}
.link-text:hover {
  color: #567bc0 !important;
}
.form-check-link {
  border-color: #0a5efa !important;
  background-color: #0a5efa !important;
}
.text-buram {
  color: #757575 !important;
  text-align: justify;
  line-height: 110%;
  font-size: 15px;
}
.info-title {
  font-size: 14px !important;
}
.bg-primary-light {
  background-color: #eeeeee;
}
.navbar-toggler:hover {
  border-width: none !important;
}
.navbar-toggler:active {
  border-width: none !important;
}
.text-danger-light {
  color: #ff6262;
  font-weight: bold;
  font-style: italic;
}
/* //widget */
.btn-floating {
  position: fixed;
  left: 0px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  /* border-radius: 0px 5px px 0px; */
  margin-right: 15px;
  box-shadow: 2px #181d38;
  border: 0;
  z-index: 9999;
  color: white;
  transition: 0.2s;
}
.btn-floating:hover {
  width: auto;
  padding: 0 15px;
  cursor: pointer;
}
.btn-floating span {
  font-size: 16px;
  margin-left: 5px;
  transition: 0.2s;
  line-height: 0px;
  display: none;
}

.btn-floating:hover span {
  display: inline-block;
}
.btn-floating img {
  width: 22px;
  height: 22px;
}
.btn-floating:hover img {
  margin-bottom: 1px;
}
.btn-floating.whatsapp {
  bottom: 20px;
  background-color: rgba(135, 135, 135, 0.39);
  /* border: 1px solid #fff; */
}

.btn-floating.whatsapp:hover {
  background-color: rgb(9, 143, 9, 0.329);
}

.btn-floating.facebook {
  bottom: 65px;
  background-color: rgba(135, 135, 135, 0.39);
  /* border: 1px solid #fff; */
}

.btn-floating.facebook:hover {
  background-color: rgba(120, 122, 7, 0.329);
}

.pointer-tangan {
  cursor: pointer;
}

/* UPLOAD GAMBAR */

.file-upload {
  background-color: #ae0f0f;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1fb264;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1fb264;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}
/* BATAS upload */
.garis_batas {
  margin-top: -20px;
  border-top: 2px dotted #fefefe;
  margin-bottom: 30px;
}
.isi_artikel p {
  text-align: justify !important;
}

.p-slide p {
  font-size: 25px !important;
}

.btn.btn-primary.btn-active {
  background-color: #3e93fa !important;
}
.bg-footer {
  background: url("/assets/img/bgfoot.jpg") no-repeat;
  background-size: cover;
}
/* .list-group-item {
  background: none !important;
} */
.testimonial-carousel img {
  height: 200px !important;
}
.border-top {
  border-top: 5px solid #38488f86 !important;
}
.border-bottom {
  border-bottom: 5px solid #f4f4f4bf !important;
}

.bg-notif {
  background-color: rgba(239, 247, 255, 0.8) !important;
  color: #181d388c !important;
  border-radius: 20% !important;
  font-size: 10px;
}
.poiter-panah {
  cursor: default !important;
}

.bg-light-x {
  background-color: rgb(2, 20, 86);
  color: white;
}
.bg-light-xx {
  background-color: rgb(248, 248, 248);
  color: white;
}
.btn-primary-light {
  background-color: rgba(255, 255, 255, 0.39);
  /* border: 1px solid #fff; */
  color: white;
}
.img-border {
  border-radius: 13px;
}
@media (min-width: 900px) {
  .a-gdash1 {
    width: 100% !important;
    height: 328px !important;
    background-size: cover !important;
  }
  .a-gdash2 {
    width: 100% !important;
    height: 220px !important;
    background-size: cover !important;
  }
  .a-gdash3 {
    width: 100% !important;
    height: 565px !important;
    background-size: cover !important;
  }
}
.bg-white-transparant {
  background-color: #0000004f;
  /* border: 2px dashed #c3c3c3; */
}
.float-left {
  float: left;
  margin-right: 8px !important;
}
.img-list-menu {
  font-size: 14px;
  line-height: -10px !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
.preloader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.accordion-klik:hover {
  color: rgb(24, 125, 247) !important;
}
.accordion-klik {
  color: rgb(52, 52, 52) !important;
}

