* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box; 
}

a {
  color: #912127;
}

a:hover {
  color: #6c7afa;
  text-decoration: none;
}

body {
    font-size: 14px;
    overflow-x: hidden;
    color: #fff;
    font-family: "Roboto", sans-serif;
    display: block;
    margin: 0;
}
.section {
    display: block;
}

.section-title {
  text-align: center;
  padding-bottom: 00px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000000;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  /*background: #912127;*/
  background: #C02127;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.header .left-header .davbar, .header .right-header .davbar {
    cursor: pointer;
}
.header {
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 11;
    color: #fff;
    padding-top: 25px;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    pointer-events: auto;
}

.header.scrolled {
    background-color: rgba(255,255,255,.9);
    color: #202020;
}

.header .logo {
    top: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
}

.header .logo img {
    height: 50px;
}

.q-container {
  /* padding-left: 65px;
    padding-right: 65px; */
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.header .q-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header .left-header, .header .right-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .left-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.header .dav-item {
    margin-left: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    /* color: #333333; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}

.header .right-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    z-index: 9999;
}

.search {
    margin-right: 50px;
}
.header .dav-item i {
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
}

.header .dav-item:hover {
  color: #912127;
  font-weight: 900;
  
}

/* Headers 2 */

.headers .left-header .davbar, .headers .right-header .davbar {
  cursor: pointer;
}
.headers {
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 11;
  color: #202020;
  background-color: rgba(255,255,255,.5);
  padding-top: 25px;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  pointer-events: auto;
}

.headers.scrolled {
  background-color: rgba(255,255,255,.9);
  color: #202020;
}

.headers .logo {
  top: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

.headers .logo img {
  height: 50px;
}

.headers .q-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.headers .left-header, .headesr .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headers .left-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.headers .dav-item {
  margin-left: 50px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  /* color: #333333; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}

.headers .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  z-index: 9999;
}

.headers .dav-item i {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}

.headers .dav-item:hover {
color: #912127;
font-weight: 900;
}

/* Headers 2 End */

.section {
    /* padding-top: 100px; */
    padding-bottom: 100px;
    color: #fff;
    position: absolute;
}
.hero-video {
    width: 100%;
    position: relative;
    padding: 0;
}

.vjs-default-skin{
    width: 100%;
}

.header .right-header .davbar .dav {
    display: none;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    z-index: 100;
    
}
.header .right-header .davbar .dav:first-child {
  left: 0;
    -webkit-transition: all .1s cubic-bezier(.86,0,.07,1);
    transition: all .1s cubic-bezier(.86,0,.07,1);
    
}
.header .right-header .davbar .dav:nth-child(2) {
    left: -10px;
    -webkit-transition: all .3s cubic-bezier(.86,0,.07,1);
    transition: all .3s cubic-bezier(.86,0,.07,1);
    
}
.header .right-header .davbar .dav:nth-child(3) {
  left: 0;
    margin-bottom: 0!important;
    -webkit-transition: all .1s cubic-bezier(.86,0,.07,1);
    transition: all .1s cubic-bezier(.86,0,.07,1);
    
}

.header .right-header .davbar:hover .dav:nth-child(2) {
  left: 0;
    -webkit-transition: all .3s cubic-bezier(.86,0,.07,1);
    transition: all .3s cubic-bezier(.86,0,.07,1);
    
}

/* slider */
.kata {
    padding-top: 30px;
}
.kata h3{
    font-size: 24px;
    text-transform: uppercase;
    text-align: center ;
}
.contain {
    width: 100%;
    display: flex;
    padding: 20px 20px 0;
  }
  
.slide {
  height: 80vh;
  border-radius: 20px;
  margin: 10px;
  cursor: pointer;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.7s ease-in-out;
  filter: blur(4px);
}

.slide h3 {
  position: absolute;
  font-size: 34px;
  top: 80%;
  left: 30px;
  margin: 0;
  opacity: 0;
  text-shadow:  1px 2px 30px rgba(127, 137, 161, 0.25);
  background-color: #e3fdf5;
  background-image: linear-gradient(-225deg, #e3fdf5 0%, #ffe6fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}
.contain .slide h3 .link{
  color: #202020;
}
.contain .slide h3 .link:hover{
  text-decoration: none;
  color: #912127;
}

.slide.active {
  flex: 10;
  filter: blur(0px);
}

.slide.active h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.9s;
}

  /* slider end */

  /* arrow */
  .arrow {
    position: absolute;
    top: 85%;
    left: 50%;
    z-index: 5;
    opacity: 0;
    animation-name: panahguys;
    animation-duration: 2000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 5000ms;
  }
  
  @keyframes panahguys {
    0% {
      -webkit-transform: translate3d(0px, 0px, 0px);
      opacity: 0;
    }
    33% {
      opacity: 1;
    }
    66% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate3d(0px, 30px, 0px);
      opacity: 0;
    }
  }

  .warna {
    filter: invert(47%) sepia(84%) saturate(6870%) hue-rotate(343deg) brightness(104%) contrast(99%);
  }

/* arrow end */

/* floating button */

@-webkit-keyframes come-in {
    0% {
      -webkit-transform: translatey(100px);
              transform: translatey(100px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateX(-50px) scale(0.4);
              transform: translateX(-50px) scale(0.4);
    }
    70% {
      -webkit-transform: translateX(0px) scale(1.2);
              transform: translateX(0px) scale(1.2);
    }
    100% {
      -webkit-transform: translatey(0px) scale(1);
              transform: translatey(0px) scale(1);
      opacity: 1;
    }
  }
  @keyframes come-in {
    0% {
      -webkit-transform: translatey(100px);
              transform: translatey(100px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateX(-50px) scale(0.4);
              transform: translateX(-50px) scale(0.4);
    }
    70% {
      -webkit-transform: translateX(0px) scale(1.2);
              transform: translateX(0px) scale(1.2);
    }
    100% {
      -webkit-transform: translatey(0px) scale(1);
              transform: translatey(0px) scale(1);
      opacity: 1;
    }
  }
  
  .floating-container {
      z-index: 100;
    position: fixed;
    width: 65px;
    height: 100px;
    bottom: 20px;
      right: 10px;
    /* margin: 70px 25px; */
  }
  .floating-container:hover {
    height: 140px;
  }
  .floating-container:hover .floating-button {
    -webkit-transform: translatey(5px);
            transform: translatey(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .floating-container:hover .element-container .float-element:nth-child(1) {
    -webkit-animation: come-in 0.4s forwards 0.2s;
            animation: come-in 0.4s forwards 0.2s;
  }
  
  .floating-container:hover .element-container .float-element:nth-child(2) {
    -webkit-animation: come-in 0.4s forwards 0.6s;
            animation: come-in 0.4s forwards 0.6s;
  }
  .floating-container .floating-button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #4E4F50;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    z-index: 100;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .floating-container .floating-button:hover{
    cursor: pointer;
        background: #FA6742;
        border-color: #FA6742;
  }
  .floating-container .float-element {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 15px auto;
    color: white;
    text-align: center;
    line-height: 30px;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .floating-container .float-element .material-icons {
    vertical-align: middle;
    font-size: 20px;
  }
  .floating-container .float-element:nth-child(1) {
    background: #333333;
    box-shadow: 0 20px 20px -10px rgba(51, 51, 51, 0.5);
  }
  .floating-container .float-element:nth-child(2) {
    background: #4CAF50;
    box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
  }
  /* floating button */

  /* footer */
  .dk-footer {
      width:100%;
    position: fixed;
    bottom: 0;
  }
  .copyright {
    padding: 15px 0;
    background-color: #202020; }
    .copyright span,
    .copyright a {
      font-size: 14px;
      color: #878787;
      transition: all 0.3s linear; }

    .copyright a:hover {
      color:#912127; }
  
  .copyright-menu ul {
    text-align: right;
    margin: 0; }
  
  .copyright-menu li {
    display: inline-block;
    padding-left: 10px;
  }
  
/* DropDown */
.dav-item .dropdown .dropbtn {
  border: none;
  outline: none;
  /* background-color: inherit;
  font-family: inherit; */
  margin: 0;
}
.dav-item a:hover, .dropdown:hover .dropbtn {
  color: #912127;
}

.dropdown-content {
  text-decoration: none;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  text-decoration: none;
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding-top: 20px;
  background: #FFFFFF;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  /*background: #343a40;*/
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #fff;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(12, 17, 26, 0.9) 0%, rgba(20, 29, 43, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/* SIDEBAR MENU */
.sidebar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: rgba(79, 84, 88, .9);
  text-align: center;
  font-size: 20px;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin: right center;
  transition: .5s;
  z-index: 10;
}

.sidebar.open {
  transform: rotate3d(0, 0, 1, 0deg);
}
.sidebar ul{
  list-style: none;
}

.sidebar .sidebarisi{
  padding-top: 80px;
}

.sidebar li:hover,
.sidebar li.active {
  background: #0000003f;
}

.sidebar li a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: block
}

/* hamburger menu */
.hamburger-menu {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #7e7e7e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 2.5px;
}

.hamburger-menu span:nth-child(2) {
  top: 12px;
}

.hamburger-menu span:nth-child(3) {
  top: 21px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hamburger-menu.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Slide Kecil */

.mySlides img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.actived, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.tampil{
  display: none;
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

.image-full img{
  width: 100%;
}

.zoom-img {
  height:auto;
  overflow: hidden;
}

.zoom-img  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.1);
}

.zoom-img span {
    position: absolute;
    left: 42%;
    bottom: 0;
    padding: 2px 10px;
    border-radius: 10px;
    /*border: 2px solid grey;*/
}

.content ul li {
  margin-left: 45px;
}
.content ol li {
  margin-left: 45px;
}

/* Category Button */
.category-btn {
  
  background: none;
  color: #912127;
  border: none;
  padding: 8px 25px 10px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
.dropdownborder{
  border: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  /*background: #f6f8fb;*/
  background-size: cover;
  padding: 60px 0;
  position: relative;
  color: #000;
}

.about .content {
  padding: 30px 0 0 0;
}


.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 10px;
}

.about .content .about-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.about .content .about-btn i {
  font-size: 14px;
}

.about .content .about-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #b6bdfc;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 70px;
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(45, 64, 95, 0.06);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li.active {
  color:#4E4F50;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3d5782;
  content: "/";
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #912127;
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #912127 !important;
}

.inner {
    overflow : hidden;
}

.inner img {
    transition: all 1.5s ease;
}

.inner:hover img {
    transform : scale(1.5);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  /*background-color: #f6f8fb;*/
}

.section-title {
  text-align: center;
  padding-bottom: 00px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000000;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  /*background: #912127;*/
  background: #C02127;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.image{
width:100%;
height:20vw;
object-fit: cover;
}

.contact .info-box {
  color: #000000;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  /*color: #912127;*/
  color: #C02127;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #8ea5ca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  /*background: #912127;*/
  background: #C02127;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0a22f6;
}

.nyala {
    display: none;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
  .zoom-img span {
    position: absolute;
    left: 20%;
    bottom: -10px;
    padding: 0 5px;
    border-radius: 5px;
    /*border: 2px solid grey;*/
}
}
/* Slide Kecil End*/

@media screen and (max-width: 768px) {

.about .content {
  padding: 30px 0 0 0;
}

.about .content h2 {
  font-weight: 700;
  font-size: 24px;
  color: black;
}
    
.nyala {
    display: block;
}
.nyala-1 {
    display:none;
}
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .image {
      height:100%;
  }
}

@media (max-width: 1024px) {
  .sidebar{
    display: block;
  }
  .header .dav-item {
    display: none;
  }.headers .dav-item {
  display: none;
}
.hamburger-menu {
  display: flex;
}
.contain{
    display:none;
}
.rekan {
    display:none;
}
.tampil{
    display:block;
}
.header .logo {
  top: 22px;
  position: absolute;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
.headers .logo {
  top: 22px;
  position: absolute;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
.header .logo img {
  height: 40px;
}
.headers .logo img {
  height: 40px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 70px;
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(45, 64, 95, 0.06);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li.active {
  color:#4E4F50;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3d5782;
  content: "/";
}

.pfont24 {
    font-size:24px;
}


}

@media (max-width: 768px) {
    
.nyala {
    display: block;
}
.nyala-1 {
    display:none;
}
  .header .dav-item {
    display: none;
  }
  .headers .dav-item {
  display: none;
}
.header .logo {
  top: 22px;
  position: absolute;
  left: 12%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
.headers .logo {
  top: 22px;
  position: absolute;
  left: 12%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
.arrow{
  display: none;
}
.header .logo img {
  height: 30px;
}
.headers .logo img {
  height: 30px;
}
  .copyright{
    text-align: center;
  }
  .copyright-menu ul {
    text-align: center;
    margin: auto;
  }
  .contain {
    display: none;
  
}

.slide.active h3 {
  position: absolute;
  font-size: 14px;
  top: 75%;
  left: 20px;
}

.rekan{
  display: none;
}
.kata {
  padding-top: 20px;
  padding-bottom: 20px;
}
.kata h3{
  font-size: 16px;
  text-transform: uppercase;
  text-align: center ;
}
.tampil{
  display: block;
}

}

@media screen and (max-width: 50rem) {
    
    .nyala {
    display: block;
}
.nyala-1 {
    display:none;
}

  /* .contain {
      display: flex;
      height: 90vh;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      align-content: center;
  } */
 
  .header .logo {
    top: 22px;
    position: absolute;
    left: 13%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
  }
  .headers .logo {
  top: 22px;
  position: absolute;
  left: 13%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

  .contain {
    width: 100%;
    display: none;
    padding: 0 20px;
  }

  .slide {
      width: 90vw;
      border-radius: 20px;
      margin: 10px;
  }
  
  .zoom-img span {
    position: absolute;
    left: 37%;
    bottom: 0;
    padding: 0 5px;
    border-radius: 5px;
    /*border: 2px solid grey;*/
}
}
