body {
  word-break: keep-all;
}
.bgcon {
  background: #f7f7f7;
}

#home-section {
  min-height: 700px;
  background: transparent;
}

.mar{
  margin-top: 40px;
  margin-bottom: 40px;
}

.pon {
  font-family: 'Quicksand', sans-serif;
}

.sans{
  font-family:  'Source Sans Pro', sans-serif;
  font-size: 28px;
}

.pro{
  font-family: 'Source Sans Pro';
  font-size: 37px;
}

nav{
  background: #fff;
}
.home-inner {
  padding-top: 150px;
  color: #fff;
}

.spesial{
  border: 1px solid white;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 4px;
}

.spesial:hover{
  transition: 0.2s;
  text-decoration: none;
  background: white;
  color: #1ebcd7;
}

.rotator {
  border-bottom: 2px solid #898989;
  width: 25%;
  margin-bottom: 20px;
}

.kotaks {
  border-radius: 10px;
  filter: drop-shadow(8px 8px 10px #bfbdbd);
  min-height: 220px;
  width: 48%;
  transition: 0.3s;
  margin-left: 20px;
  margin-top: 20px;
  color: white;
  background: linear-gradient(to right, #36d1dc 0%, #759cf4 100%);
}

.kotaks:hover {
  filter: drop-shadow(8px 8px 10px gray);
  transition: 0.3s;
}

.les {
  margin-left: 280px;
}

.backone {
  min-height: 400px;
  background: transparent;
}

.backtre {
  min-height: 400px;
  background: url('../img/back0.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.backtre h1{
  margin-top: 25%;
}

.navbar{
  position: fixed !important;
  width: 100%;
  z-index: 9999;
}

.nav-item{
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
}

.nav-link{
  color: #323232!important;
}
.nav-link:hover{
 color: black !important;
}

.backtre h2 {
  font-size: 50px;
}

.backtwo {
  min-height: 400px;
  background: transparent;
}

.lo {
  background: rgba(36, 35, 35, 0.71);
  display: block;
  width: 100%;
  height: 400px;
}

.btn {
  background: #278fda;
}

#pon {
  font-size: 50px;
}

.card{
  border: none !important;
  filter: drop-shadow(4px 4px 5px #d0d0d0);
  transition: 0.3s;
}

.card:hover{
  filter: drop-shadow(4px 4px 5px #adafb0);
  transition: 0.3s;
}

.section1 p{
  font-size: 16px;
}

.propil {
  float: left;
}

.team {
  padding: 80px 0px;
}

.main_team_content {}

.single_team {
  margin-top: 50px;
}

.single_team_img {
  position: relative;
}

.single_team_img img {
  width: 100%;
}

.single_team_img:hover .single_team_overlay {
  opacity: 1;
}

.single_team_name h4 {
  margin-top: 5px;
  font-size: 17px;
  color: #333b46;
  font-weight: 500;
}

.single_team_name p {
  font-size: 12px;
  font-weight: 300;
}

.single_team_overlay {
  position: absolute;
  background: linear-gradient(to right, #36d1dc 0%, #5b86e5 100%);
  width: 90%;
  padding: 5px 10px;
  left: 5%;
  bottom: 5%;
  opacity: 0;
  transition: .6s;
}

.single_team_overlay p {
  color: #fff;
}

.single_team_overlay a {
  margin-left: 5px;
}

.single_team_overlay a i {
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  margin-top: 20px;
}

.foo {
  min-height: 240px;
  background: #fff;
  color: black;
  border-top: 1px solid #e9ecef;
}

.foo li {
  list-style-type: none;
  padding: 3px;
  display: block;
  margin-left: -40px;
}

.foo a{
  color: black;
}

.foo h4{
  color: #5b86e5;
}

.artik a {
  font-size: 15px;
}

.artik ul {
  padding: 0;
}

.artik li {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
}

.artik textarea{
  width: 100%;
  height: 130px;
  border: 1px solid #c8c8c8;
}

.onn{
  width: 30%;
  padding: 5px;
  border: 1px solid #c8c8c8;
}

.rad{
  border-radius: 5px;
}

.awe li {
  font-size: 30px;
  color: white;

}

 .fb{
  background: #1f9de4;
  padding: 5px 10px 5px 10px;
}

.tw{
  background: #53cffc;
  padding: 5px;
}

.ws{
  background: #10e780;
  padding: 5px 6px 5px 6px;
}

.inn {
  width: 20%;
  background: #278fda;
  border: none;
  color: #fff;
  padding: 5px;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
}

.left{
  margin-left: -12px;
}

.pagjud{
  background: #eee;
}

/*pendaftaran*/
  .daftar{
    background:url('../img/blue.svg');
    width: 100%;
    color: white;
    height: auto;
  }

  .daftar form{
    padding: 10px;
  }

  .dalam{
    padding-top: 100px;
  }

  .btnaja{
    border: 1px solid white;
    color: white;
    background: transparent;
    border-radius: 6px;
    padding: 8px 20px;
  }

  .btnaja:hover{
    background: white;
    color: #249de2;
  }
/*pendaftaran*/

footer {
  background: #5b86e5;
  width: 100%;
  height: 50px;
  color: #fff;
}

.backsem {
  min-height: 700px;
  background: transparent;
}

.jud {
  margin-top: 200px;
}

.jud h1{
  font-size: 30px;
  color: #fff;
  font-weight: 30;
}
.backsem a {
  border: 2px solid #fff;
  transition: 0.3s;
  background: transparent;
  color: #fff;
  padding: 13px;
}

.backsem a:hover {
  background: #007e85;
  border: 2px solid #007e85;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.one{
  width: 100%;
  padding-top: 100px;
}

.one h3{
  color: #007e85;
  text-transform: capitalize;
  font-weight:bold;
}

.ba{
  background: url('../img/ok1.jpg');
  background-repeat: no-repeat;
  height: 400px;
  filter: drop-shadow(8px 8px 10px gray);
}

.ba img{
  padding-top: 7%;
  width: 90%;
  float: right;
}

.bo{
  background: url('../img/ok2.jpg');
  background-repeat: no-repeat;
  height: 400px;
  filter: drop-shadow(8px 8px 10px rgb(158, 158, 158));
}

.bo img{
  padding-top: 7%;
  width: 90%;
  float: right;
}

.bu{
  background: url('../img/ok3.jpg');
  background-repeat: no-repeat;
  height: 400px;
}

.bu img{
  padding-top: 7%;
  width: 90%;
  float: right;
}

.two{
  width: 100%;
  margin-top: 100px;
  background: url('../img/back3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.two h2{
  text-transform: capitalize;
  padding-top: 80px;
  color: white;
  font-size: 50px;
}

.telu{
  width: 100%;
  background: #fbfbfb;
  overflow: hidden;
}

.gan{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #c6c8c8;
  border-left: 1px solid #c6c8c8;
}

.papat{
  width: 100%;
  background: #f2f2f2;
}

.papat h2{
  font-weight:bold;
  color: #007e85;
}

.papat h3{
  padding: 5px;
}

.papat p{
  margin-top: -10px;
}

.limo{
  width: 100%;
  background: #f2f2f2;
}

.limo h2{
  font-weight:bold;
  color: #007e85;
}

.limo h3{
  padding: 5px;
}

.margin-atas{
  margin-top: 50px;
}

.miri{
  padding-left: 25px;
  margin-top: -25px;
}

@media screen and (max-width:1300px) {
  .kotaks {
    width: 45%;
  }
  .les {
    margin-left: 260px;
  }
  .foo input[type='submit'] {
    font-size: 18px;
    width: 48%;
    margin-top: 25px;
  }
  .foo input[type='reset'] {
    width: 48%;
    margin-top: 5px;
    padding: 7px;
    font-size: 18px;
  }
}

@media screen and (max-width:1100px) {
  .kotaks {
    width: 100%;
    margin-left: 0;
  }
  .les {
    margin-left: 0px;
  }
  .foo input[type='submit'] {
    font-size: 16px;
    width: 100%;
    margin-top: 25px;
  }
  .foo input[type='reset'] {
    width: 100%;
    margin-top: 5px;
    padding: 7px;
    font-size: 16px;
  }
}

@media screen and (max-width:900px) {
  .kotaks {
    width: 100%;
    margin-left: 0;
  }
  .les {
    margin-left: 0px;
  }
  .foo input[type='submit'] {
    font-size: 16px;
    width: 100%;
    margin-top: 25px;
  }
  .foo input[type='reset'] {
    width: 100%;
    margin-top: 5px;
    padding: 7px;
    font-size: 16px;
  }
}

@media screen and (max-width:750px) {
  #pon {
    font-size: 40px;
  }
  .kotaks {
    width: 100%;
    margin-left: 0;
  }
  .les {
    margin-left: 0px;
  }
}

@media screen and (max-width:650px) {
  #pon {
    font-size: 40px;
  }
  .kotaks {
    width: 100%;
    margin-left: 0;
  }
  .les {
    margin-left: 0px;
  }
}

@media screen and (max-width:550px) {
  #pon {
    font-size: 40px;
  }
  .kotaks {
    width: 100%;
    margin-left: 0;
  }
  .les {
    margin-left: 0px;
  }
}

@media screen and (max-width:500px) {
  #pon {
    font-size: 37px;
  }
  .kotaks {
    width: 100%;
    margin-left: 0;
  }
  .les {
    margin-left: 0px;
  }
}

@media screen and (max-width:450px) {
  #pon {
    font-size: 35px;
  }
  .kotaks {
    width: 100%;
    margin-left: 0;
  }
  .les {
    margin-left: 0px;
  }
}

@media screen and (max-width:400px) {
  .kotaks {
    width: 100%;
    margin-left: 0;
  }
  .les {
    margin-left: 0px;
  }
  #pon {
    font-size: 29.5px;
  }
  .foo input[type='submit'] {
    font-size: 16px;
    width: 48.5%;
    margin-top: 25px;
  }
  .foo input[type='reset'] {
    width: 48.5%;
    padding: 7px;
    font-size: 16px;
  }
  .onn{
    width: 50%;
  }
}
@media screen and (max-width:320px) {
  #home-section h1{
    font-size: 45px;
  }
  .kotaks {
    width: 100%;
    margin-left: 0;
  }
  .les {
    margin-left: 0px;
  }
  #pon {
    font-size: 29.5px;
  }
  .foo input[type='submit'] {
    font-size: 16px;
    width: 48.5%;
    margin-top: 25px;
  }
  .foo input[type='reset'] {
    width: 48.5%;
    padding: 7px;
    font-size: 16px;
  }
  .onn{
    width: 50%;
  }
}

/* start-preloader */

#preloader {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 147, 255, 0.93);
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.parallax {
  height: 100vh;
  background: transparent;
}
/* scroll bar */

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* tinggi dan lebar scroll bar */

::-webkit-scrollbar-track {
  background-color: transparent;
}

/* jalur scroll bar */

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(127, 174, 245, 0.8);
  transition: .3s;
}

/* thumb/pointer scroll bar */

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .6)
}
