.divload{

  position: fixed;

  width: 100vw;

  height: 100vh;

  background-color: rgba(0,0,0,.9);

  z-index: 1040;

}

.dot { 

  width: 70px;

  height: 70px;

  border-radius: 50%;

  background-color: #000;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

}

.containerx {

  width: 100px;

  height: 100px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  margin: auto;

  filter: url('#goo');

  animation: rotate-move 2s ease-in-out infinite;

}

.dot-3 {

  background-color: #f74d75;

  animation: dot-3-move 2s ease infinite, index 6s ease infinite;

}



.dot-2 {

  background-color: #10beae;

  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;

}



.dot-1 {

  background-color: #ffe386;

  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;

}



@keyframes dot-3-move {

  20% {transform: scale(1)}

  45% {transform: translateY(-18px) scale(.45)}

  60% {transform: translateY(-90px) scale(.45)}

  80% {transform: translateY(-90px) scale(.45)}

  100% {transform: translateY(0px) scale(1)}

}



@keyframes dot-2-move {

  20% {transform: scale(1)}

  45% {transform: translate(-16px, 12px) scale(.45)}

  60% {transform: translate(-80px, 60px) scale(.45)}

  80% {transform: translate(-80px, 60px) scale(.45)}

  100% {transform: translateY(0px) scale(1)}

}



@keyframes dot-1-move {

  20% {transform: scale(1)}

  45% {transform: translate(16px, 12px) scale(.45)}

  60% {transform: translate(80px, 60px) scale(.45)}

  80% {transform: translate(80px, 60px) scale(.45)}

  100% {transform: translateY(0px) scale(1)}

}



@keyframes rotate-move {

  55% {transform: translate(-50%, -50%) rotate(0deg)}

  80% {transform: translate(-50%, -50%) rotate(360deg)}

  100% {transform: translate(-50%, -50%) rotate(360deg)}

}



@keyframes index {

  0%, 100% {z-index: 3}

  33.3% {z-index: 2}

  66.6% {z-index: 1}

}





#myCarousel .carousel-item img{

  width: 100%;

  height: 100vh;

  background-position: center;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  

}





#myCarousel .carousel-indicators li {

  width: 10px;

  height: 10px;

  border-radius: 100%;

  background-color:#5C5C5C;

  

}



#myCarousel .carousel-indicators .active{

  width: 13px;

  height: 13px;

}

#myCarousel .carousel-control {

  

  width: 8%;  /* change this value to required width */

  font-size: 20px;

  color: #373737;

  text-align: center;

  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

  background-color: rgba(0, 0, 0, 0);

  filter: alpha(opacity=50);

  opacity: .5;

}

#myCarousel .carousel-indicators{

  

}

#myCarousel .carousel-control-prev{

  

}

#myCarousel .carousel-control-next{

  

}



/*// Small devices (landscape phones, 576px and up)*/

@media (max-width: 575.98px) {

  .jumbotron{

    height: 100vh;

    margin-bottom: 0;

    background: url("../asset/img/bgb.png") no-repeat center center;

    background-size: cover;

  }

  .tc{

    text-align: center!important;

  }

  .imgj{

    width: 100px;

  }

  .btn-kenal{

    font-family: 'Roboto', sans-serif;

    background: rgba(0,0,0,0.3);

    color: #FFF;

    padding:10px 20px;

    font-size: 18px;

    border-radius: 100px;

    border:2px solid #FFF;

   /* -webkit-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -moz-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -o-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;*/

  }

  .btn-kenal:hover{

    font-family: 'Roboto', sans-serif;

    background-color: rgba(255,255,255,.8);

    text-decoration: none;

    color:rgba(0,0,0,0.7);

    border:2px solid rgba(0,0,0,0.7)!important;



  }

  .jp{

    font-family: 'Roboto', sans-serif; 

    text-shadow: 1px 1px rgba(0,0,0,0.7);

    color: #fff;

    font-size: 1.2rem;



  }

  .hrr{

    border-top:1px solid #FFFFFF;

  }

  .cj{

    padding: 0 2rem; 

  }

  #myCarousel .carousel-caption{



    text-align: left;

    color:#343434;

    bottom: 2rem;



  }

  .divider{

    border-top: 3px solid #303030;

    margin:0 1rem 1rem 0;

    width: 20rem;

  }

  #myCarousel .carousel-caption p{

    font-family: 'Roboto', sans-serif;

    font-size: .8rem;

    font-weight: 300;

  }

  #myCarousel .carousel-caption img{

    height:40vh;

  }

  #myCarousel .carousel-caption h1{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 1.8rem;

    font-weight: bold;

  }

  #myCarousel .carousel-caption h2{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 1rem;

    font-weight: bold;

  }

  .ovimg{

    animation-delay:2s;

    align-items: center;

  }

}



/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {

  .jumbotron{

    height: 100vh;

    margin-bottom: 0;

    background: url("../asset/img/bgb.png") no-repeat center center fixed;

    background-size: cover;

  }

  .tc{

    text-align: center!important;

  }

  .imgj{

    width: 100px;

  }

  .btn-kenal{

    font-family: 'Roboto', sans-serif;

    background: rgba(0,0,0,0.3);

    color: #FFF;

    padding:10px 20px;

    font-size: 18px;

    border-radius: 100px;

    border:2px solid #FFF;

   /* -webkit-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -moz-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -o-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;*/

  }

  .btn-kenal:hover{

    font-family: 'Roboto', sans-serif;

    background-color: rgba(255,255,255,.8);

    text-decoration: none;

    color:rgba(0,0,0,0.7);

    border:2px solid rgba(0,0,0,0.7)!important;



  }

  .jp{

    font-family: 'Roboto', sans-serif; 

    text-shadow: 1px 1px rgba(0,0,0,0.7);

    color: #fff;

    font-size: 1.2rem;

    

  }

  .hrr{

    border-top:1px solid #FFFFFF;

  }

  .cj{

    padding: 0 4rem; 

  }

  #myCarousel .carousel-caption{



    text-align: left;

    color:#343434;

    /*bottom: .7rem;*/



  }

  .divider{

    border-top: 3px solid #303030;

    margin:0 1rem 1rem 0;

    width: 30rem;

  }

  #myCarousel .carousel-caption p{

    font-family: 'Roboto', sans-serif;

    font-size: 1rem;

    font-weight: 300;

  }

  #myCarousel .carousel-caption img{

    height: 50vh;

  }

  #myCarousel .carousel-caption h1{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 1.8rem;

    font-weight: bold;

  }

  #myCarousel .carousel-caption h2{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 1rem;

    font-weight: bold;

  }

  .ovimg{

    animation-delay:2s; 

    align-items: center;



  }

}



/*// Large devices (desktops, 992px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {



  .jumbotron{

    height: 100vh;

    margin-bottom: 0;

    background: url("../asset/img/bgb.png") no-repeat center center fixed;

    background-size: cover;

  }

  .tc{

    text-align: center!important;

  }

  .imgj{

    width: 150px;

  }

  .btn-kenal{

    font-family: 'Roboto', sans-serif;

    background: rgba(0,0,0,0.3);

    color: #FFF;

    padding:10px 20px;

    font-size: 18px;

    border-radius: 100px;

    border:2px solid #FFF;

   /* -webkit-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -moz-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -o-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;*/

  }

  .btn-kenal:hover{

    font-family: 'Roboto', sans-serif;

    background-color: rgba(255,255,255,.8);

    text-decoration: none;

    color:rgba(0,0,0,0.7);

    border:2px solid rgba(0,0,0,0.7)!important;



  }

  .jp{

    font-family: 'Roboto', sans-serif; 

    text-shadow: 1px 1px rgba(0,0,0,0.7);

    color: #fff;

  }

  

  .hrr{

    border-top:1px solid #FFFFFF;

  }

  .cj{

    padding: 0 4rem; 

  }

  #myCarousel .carousel-caption{



    text-align: left;

    color:#343434;

  }

  .divider{

    border-top: 3px solid #303030;

    margin:0 1rem 1rem 0;

    width: 30rem;

  }

  #myCarousel .carousel-caption p{

    font-family: 'Roboto', sans-serif;

    font-size: 1rem;

    font-weight: 300;

  }

  #myCarousel .carousel-caption img{

    height: 40vh;

    width:20rem;

  }

  #myCarousel .carousel-caption h1{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 2.5rem;

    font-weight: bold;

  }

  #myCarousel .carousel-caption h2{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 1.8rem;

    font-weight: bold;

  }

  .ovimg{

    animation-delay:2s;

    align-items: center;



  }

}

/*//  large devices (large desktops, 992px and up)*/



@media (min-width: 992px) and (max-width: 1199.98px) {



  .jumbotron{

    height: 100vh;

    margin-bottom: 0;

    background: url("../asset/img/bg2.webp") no-repeat center center fixed;

    background-size: cover;

  }

  .tc{

    text-align: left!important;

  }

  .btn-kenal{

    font-family: 'Roboto', sans-serif;

    background: rgba(204,0,0,0.8);

    color: #FFF;

    padding:10px 20px;

    font-size: 18px;

    border-radius: 100px;

    border:2px solid #FFF;

   /* -webkit-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -moz-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -o-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;*/

  }

  .btn-kenal:hover{

    font-family: 'Roboto', sans-serif;

    background-color: rgba(204,0,0,.8);

    text-decoration: none;

    color:#FFF;

    border:2px solid rgba(204,0,0,0.7)!important;



  }

  .jp{

    font-family: 'Roboto', sans-serif; 

    color: #000;

  }

  .hrr{

    border-top:1px solid #7D7D7D;

  }

  .cj{

    padding: 0 7rem 0 2rem; 

  }

  .divider{

    border-top: 3px solid #303030;

    margin:0 1rem 1rem 0;

    width: 20rem;

  }

  #myCarousel .carousel-caption{



    text-align: left;

    color:#343434;

    bottom: 5rem;

  }

  .divider{

    border-top: 3px solid #303030;

    margin:0 1rem 1rem 0;

    width: 20rem;

  }

  #myCarousel .carousel-caption p{

    font-family: 'Roboto', sans-serif;

    font-size: .8rem;

    font-weight: 300;

  }

  #myCarousel .carousel-caption img{

    height: 60vh;

  }

  #myCarousel .carousel-caption h1{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 2rem;

    font-weight: bold;

  }

  #myCarousel .carousel-caption h2{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 1.3rem;

    font-weight: bold;

  }

  .ovimg{

    animation-delay:2s; margin-top: -5rem

  }

  

}

/*// Extra large devices (large desktops, 1200px and up)*/



@media (min-width: 1200px) and (max-width: 1423.98px){



  .jumbotron{

    height: 100vh;

    margin-bottom: 0;

    background: url("../asset/img/bg2.webp") no-repeat center center;

    background-size: cover;

  }

  .tc{

    text-align: left!important;

  }

  .imgj{

    width: 200px;

  }

  .btn-kenal{

    font-family: 'Roboto', sans-serif;

    background: rgba(204,0,0,0.8);

    color: #FFF;

    padding:10px 20px;

    font-size: 18px;

    border-radius: 100px;

    border:2px solid #FFF;

   /* -webkit-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -moz-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -o-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;*/

  }

  .btn-kenal:hover{

    font-family: 'Roboto', sans-serif;

    background-color: rgba(204,0,0,.8);

    text-decoration: none;

    color:#FFF;

    border:2px solid rgba(204,0,0,0.7)!important;



  }

  .jp{

    font-family: 'Roboto', sans-serif; 

    color: #000;

  }

  .hrr{

    border-top:1px solid #7D7D7D;

  }

  .cj{

    padding: 0 2rem; 

  }

  #myCarousel .carousel-caption{



    text-align: left;

    color:#343434;

    bottom: 5rem;



  }

  .divider{

    border-top: 3px solid #303030;

    margin:0 1rem 1rem 0;

    width: 30rem;

  }

  #myCarousel .carousel-caption p{

    font-family: 'Roboto', sans-serif;

    font-size: 1rem;

    font-weight: 300;

  }

  #myCarousel .carousel-caption img{

    height: 70vh;

  }

  #myCarousel .carousel-caption h1{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 2.5rem;

    font-weight: bold;

  }

  #myCarousel .carousel-caption h2{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 1.8rem;

    font-weight: bold;

  }

  .ovimg{

    animation-delay:2s; margin-top: -5rem

  }

}

@media (min-width: 1424px) {



  .jumbotron{

    height: 100vh;

    margin-bottom: 0;

    background: url("../asset/img/bg2.webp") no-repeat center center;

    background-size: cover;

  }

  .tc{

    text-align: left!important;

  }

  .imgj{

    width: 250px;

  }

  .btn-kenal{

    font-family: 'Roboto', sans-serif;

    background: rgba(204,0,0,0.8);

    color: #FFF;

    padding:10px 20px;

    font-size: 18px;

    border-radius: 100px;

    border:2px solid #FFF;

   /* -webkit-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -moz-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    -o-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;

    transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;*/

  }

  .btn-kenal:hover{

    font-family: 'Roboto', sans-serif;

    background-color: rgba(204,0,0,.8);

    text-decoration: none;

    color:#FFF;

    border:2px solid rgba(204,0,0,0.7)!important;



  }

  .jp{

    font-family: 'Roboto', sans-serif; 

    color: #000;

  }

  .hrr{

    border-top:1px solid #7D7D7D;

  }

  .cj{

    padding: 0 5rem; 

  }

  #myCarousel .carousel-caption{



    text-align: left;

    color:#343434;

    bottom: 5rem;

  }

  .divider{

    border-top: 3px solid #303030;

    margin:0 1rem 1rem 0;

    width: 30rem;

  }

  #myCarousel .carousel-caption p{

    font-family: 'Roboto', sans-serif;

    font-size: 1rem;

    font-weight: 300;

  }

  #myCarousel .carousel-caption img{

    height: 70vh;

  }

  #myCarousel .carousel-caption h1{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 2.5rem;

    font-weight: bold;

  }

  #myCarousel .carousel-caption h2{

    font-family: 'Roboto', sans-serif;

    /*color: rgb(255,120,0);*/

    font-size: 1.8rem;

    font-weight: bold;

  }

  .ovimg{

    animation-delay:2s; margin-top: -5rem

  }

}

/*--------------------------------------------------------------

# Sections General

--------------------------------------------------------------*/

section {

  padding: 40px 0;

  overflow: hidden;

}



.bgsection{

  background-color: #E9E9E9;

}



/*--------------------------------------------------------------

# Portfolio

--------------------------------------------------------------*/

.portfolio .portfolio-item {

  margin-bottom: 30px;

}



.portfolio #portfolio-flters {

  padding: 0;

  margin: 0 auto 25px auto;

  list-style: none;

  text-align: center;

}



.portfolio #portfolio-flters li {

  cursor: pointer;

  display: inline-block;

  padding: 10px 18px 12px 18px;

  font-size: 14px;

  font-weight: 400;

  line-height: 1;

  text-transform: uppercase;

  color: #555555;

  transition: all 0.3s ease-in-out;

  margin: 0 4px 10px 4px;

  background: whitesmoke;

  border-radius: 4px;

}



.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {

  background: #7cc576;

  color: #fff;

}



.portfolio #portfolio-flters li:last-child {

  margin-right: 0;

}



.portfolio .portfolio-wrap {

  transition: 0.3s;

  position: relative;

  overflow: hidden;

  z-index: 1;

  background: rgba(0, 0, 0, 0.6);

}



.portfolio .portfolio-wrap::before {

  content: "";

  background: rgba(21, 21, 21, 0.6);

  position: absolute;

  left: 30px;

  right: 30px;

  top: 30px;

  bottom: 30px;

  transition: all ease-in-out 0.3s;

  z-index: 2;

  opacity: 0;

}



.portfolio .portfolio-wrap .portfolio-info {

  opacity: 0;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  text-align: center;

  z-index: 3;

  transition: all ease-in-out 0.3s;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}



.portfolio .portfolio-wrap .portfolio-info::before {

  display: block;

  content: "";

  width: 48px;

  height: 48px;

  position: absolute;

  top: 35px;

  left: 35px;

  border-top: 3px solid #fff;

  border-left: 3px solid #fff;

  transition: all 0.5s ease 0s;

  z-index: 9994;

}



.portfolio .portfolio-wrap .portfolio-info::after {

  display: block;

  content: "";

  width: 48px;

  height: 48px;

  position: absolute;

  bottom: 35px;

  right: 35px;

  border-bottom: 3px solid #fff;

  border-right: 3px solid #fff;

  transition: all 0.5s ease 0s;

  z-index: 9994;

}



.portfolio .portfolio-wrap .portfolio-info h4 {

  font-size: 20px;

  color: #fff;

  font-weight: 600;

}



.portfolio .portfolio-wrap .portfolio-info p {

  color: #ffffff;

  font-size: 14px;

  text-transform: uppercase;

  padding: 0;

  margin: 0;

}



.portfolio .portfolio-wrap .portfolio-links {

  text-align: center;

  z-index: 4;

}



.portfolio .portfolio-wrap .portfolio-links a {

  color: #fff;

  margin: 0 2px;

  font-size: 28px;

  display: inline-block;

  transition: 0.3s;

}



.portfolio .portfolio-wrap .portfolio-links a:hover {

  color: #BA0000;

}



.portfolio .portfolio-wrap:hover::before {

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  opacity: 1;

}



.portfolio .portfolio-wrap:hover .portfolio-info {

  opacity: 1;

}



.portfolio .portfolio-wrap:hover .portfolio-info::before {

  top: 15px;

  left: 15px;

}



.portfolio .portfolio-wrap:hover .portfolio-info::after {

  bottom: 15px;

  right: 15px;

}





/*--------------------------------------------------------------

# tim

--------------------------------------------------------------*/

.tim {

  background: #fff;

  padding: 60px 0;

  margin-bottom:80px;



}

.tim .mm{

  margin-bottom: 80px;

}

.tim .anggota{

  position: relative;

  width: 100%;

  height: 100%;

  border-radius:10px;

  box-shadow: .3rem .1rem .4rem rgba(0,0,0,.375)!important;

}



.tim .anggota img{

  width: 100%;

  height: 100%;

  max-height: 500px;

  border-radius:10px;
  object-fit: cover;
  object-position: 50% 50%;
 

}

.tim .anggota .anggota-info{

  background-color:rgba(65,97,116,.7);

  height: 100%;

  max-height: 200px;

  padding: 10px;

  border-radius: 10px;

  color:#FFFFFF;

  position: absolute;

  bottom:-110px;

  left: 0;

  right: 0;

  margin:40px 20px;

  box-shadow: .3rem .1rem .4rem rgba(0,0,0,.375)!important;

}

.tim .anggota .anggota-info hr{

  width: 100px;

  border-top: 1px solid #FFFFFF;

  margin-top: 0;

  margin-bottom: 0;

}

.tim .anggota .anggota-info span{

  font-size: 15px;

  font-weight: 700;

}

.tim .anggota .anggota-info p{

  font-size: 13px;

  font-style: italic;

}

.tim .anggota .anggota-info .social{

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin-bottom: 10px;

}

.tim .anggota .anggota-info .social a{

  font-size: 1.7rem;

  color: #FFFFFF;

  -webkit-transition: color 0.6s ease-out!important;

  -moz-transition: color 0.6s ease-out!important;

  -o-transition: color 0.6s ease-out!important;

  transition: color 0.6s ease-out!important;

}

.tim .anggota .anggota-info .social a:hover{

  color: #96B9CA;

}

/*.tim .anggota {

  margin-bottom: 20px;

  overflow: hidden;

  border-radius:5px;

}



.tim .anggota .anggota-img {

  position: relative;

  overflow: hidden;

  width: 100%;

 

}

.tim .anggota .anggota-img img{

  width:320px;

  height:320px;

  border-radius: 320px;

}



.tim .anggota .social {

  position: absolute;

  left: 0;

  bottom: -40px;

  right: 0;

  height: 40px;

  opacity: 0;

  transition: bottom ease-in-out 0.4s;

  text-align: center;

  background: rgba(111, 1, 1, 0.8);



}



.tim .anggota .social a {

  transition: color 0.3s;

  color: #fff;

  margin: 0 10px;

  padding-top: 8px;

  display: inline-block;

}



.tim .anggota .social a:hover {

  color: #BA0000;

}



.tim .anggota .social i {

  font-size: 18px;

  margin: 0 2px;

}



.tim .anggota .anggota-info h4 {

  font-weight: 700;

  margin: 15px 0 5px 0;

  font-size: 18px;

}



.tim .anggota .anggota-info span {

  display: block;

  font-size: 13px;

  text-transform: uppercase;

  font-weight: 400;

  margin-bottom: 15px;

  color: #BA0000;

}



.tim .anggota .anggota-info p {

  font-style: italic;

  font-size: 14px;

  line-height: 26px;

  color: #888888;

}

.anggota{

  width: 100%;

}



.tim .anggota:hover .social {

  bottom: 0;

  opacity: 1;

  transition: bottom ease-in-out 0.4s;

}

*/











/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

#header {

  height: 100px;

  transition: all 0.5s;

  z-index: 997;

  transition: all 0.5s;

  background: #fff;

  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);

}



#header .logo h1 {

  font-size: 28px;

  margin: 0;

  line-height: 1;

  font-weight: 400;

  letter-spacing: 3px;

  text-transform: uppercase;

}

.logo a{

  color:#000;

  font-size: 25px;

  text-shadow: 1px 1px 3px #333;

}

.logo a:hover{

  text-decoration: none;

  color:#BA0000!important;

}

#header .logo h1 a, #header .logo h1 a:hover {

  color: #fff;

  text-decoration: none;

}



#header .logo img {

  padding: 0;

  margin: 0;

  max-height: 55px;

}



@media (max-width: 992px) {

  #header {

    height: 70px;

  }

}



/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/

/* Desktop Navigation */

.nvmenu {

  width: 100%;

}



.nvmenu, .nvmenu * {

  margin: 0;

  padding: 0;

  list-style: none;

}



.nvmenu > ul > li {

  position: relative;

  white-space: nowrap;

  float: left;

}



.nvmenu .nav-inner {

  display: flex;

  justify-content: center;

  align-items: center;

}



.nvmenu .nav-logo {

  padding: 0 20px;

}



.nvmenu a {

  display: block;

  position: relative;

  color: #151515;

  padding: 15px 25px;

  transition: 0.3s;

  font-size: 15px;

  text-transform: uppercase;

  font-family: "Open Sans", sans-serif;

}



.nvmenu a:hover, .nvmenu .active > a, .nvmenu li:hover > a {

  color: #BA0000;

  text-decoration: none;

}



.nvmenu .drop-down ul {

  display: block;

  position: absolute;

  left: 0;

  top: calc(100% - 30px);

  z-index: 99;

  opacity: 0;

  visibility: hidden;

  padding: 10px 0;

  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  transition: ease all 0.3s;

}



.nvmenu .drop-down:hover > ul {

  opacity: 1;

  top: 100%;

  visibility: visible;

}



.nvmenu .drop-down li {

  min-width: 180px;

  position: relative;

}



.nvmenu .drop-down ul a {

  padding: 10px 20px;

  font-size: 14px;

  font-weight: 400;

  color: #151515;

}



.nvmenu .drop-down ul a:hover, .nvmenu .drop-down ul .active > a, .nvmenu .drop-down ul li:hover > a {

  color: #BA0000;

}



.nvmenu .drop-down > a:after {

  font-family: "Font Awesome 5 Free"; 

  font-weight: 900; 

  content: "\f078";

  padding-left: 5px;

}



.nvmenu .drop-down .drop-down ul {

  top: 0;

  left: calc(100% - 30px);

}



.nvmenu .drop-down .drop-down:hover > ul {

  opacity: 1;

  top: 0;

  left: 100%;

}



.nvmenu .drop-down .drop-down > a {

  padding-right: 35px;

}



.nvmenu .drop-down .drop-down > a:after {

  font-family: "Font Awesome 5 Free"; 

  font-weight: 900; 

  content: "\f078";

  position: absolute;

  right: 15px;

}



/* Mobile Navigation */

.mobile-nav-toggle {

  position: fixed;

  right: 15px;

  top: 20px;

  z-index: 9998;

  border: 0;

  background: none;

  font-size: 24px;

  transition: all 0.4s;

  outline: none !important;

  line-height: 1;

  cursor: pointer;

  text-align: right;



  color: #343333!important;

}



.mobile-nav-toggle i {

  color: #BA0000!important;

}



.mobile-nav {

  position: fixed;

  top: 55px;

  right: 15px;

  bottom: 15px;

  left: 15px;

  z-index: 9999;

  overflow-y: auto;

  background: #fff;

  transition: ease-in-out 0.2s;

  opacity: 0;

  visibility: hidden;

  border-radius: 10px;

  padding: 10px 0;

}



.mobile-nav * {

  margin: 0;

  padding: 0;

  list-style: none;

}



.mobile-nav a {

  display: block;

  position: relative;

  color: #151515;

  padding: 10px 20px;

  font-weight: 500;

  outline: none;

}



.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {

  color: #BA0000;

  text-decoration: none;

}



.mobile-nav .drop-down > a:after {

  font-family: "Font Awesome 5 Free"; 

  font-weight: 900; 

  content: "\f078";

  padding-left: 10px;

  position: absolute;

  right: 15px;

}



.mobile-nav .active.drop-down > a:after {

  content: "\f077";

  font-family: "Font Awesome 5 Free"; 

  font-weight: 900; 

}



.mobile-nav .drop-down > a {

  padding-right: 35px;

}



.mobile-nav .drop-down ul {

  display: none;

  overflow: hidden;

}



.mobile-nav .drop-down li {

  padding-left: 20px;

}



.mobile-nav-overly {

  width: 100%;

  height: 100%;

  z-index: 9997;

  top: 0;

  left: 0;

  position: fixed;

  background: rgba(0, 0, 0, 0.6);

  overflow: hidden;

  display: none;

  transition: ease-in-out 0.2s;

}



.mobile-nav-active {

  overflow: hidden;

}



.mobile-nav-active .mobile-nav {

  opacity: 1;

  visibility: visible;

}



.mobile-nav-active .mobile-nav-toggle i {

  color: #fff;

}



.btntotop {

  position: fixed;

  display: none;

  right: 15px;

  bottom: 15px;

  z-index: 99999;

}



.btnwa {

  position: fixed;

  display: none;

  right: 15px;

  bottom: 105px;



  z-index: 99999;

  font-size: 45px;

  padding:0;

  outline: none;

  color: #A20000;

}

.btnwa:hover {

  color: #C72828;

}

.btnwa:focus,.btnwa:active {

  outline: none;

}

.btnig {

  position: fixed;

  display: none;

  right: 15px;  

  bottom: 55px;

  z-index: 99999;

  font-size: 45px;

  padding:0;

  outline: none;

  color: #A600B5;

}

.btnig:hover {

  color: #D165DB;

}

.btnig:focus,.btnig:active {

  outline: none;

}

a {

  outline : none!important;

  -moz-outline-style: none!important;

}

a:focus, a:active {

    outline: none!important;

    -moz-outline-style: none!important;

}



.footer {

  background: url("./img/about.webp") center center no-repeat;

  color: #fff;

  font-size: 14px;

  position: relative;

  background-size: cover;

}

.footer::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.85);

  z-index: 1;

}

.footerheader{

  position: relative;

  z-index: 2;

  text-align: center;

  padding: 40px 0;

}

/*.footeremail{

  background-color: #fff;

  border-radius: 20px;

  width: auto;

  margin:0 20px;

  padding: 0;

}

.footeremail input[type="email"]{

  border: 0;

  padding: 10px 10px;

  width: calc(100% - 150px);

  border-radius: 20px;

}

.footeremail input[type="email"]:focus{

  outline: 0;

}

.footeremail input[type="button"]{

  border: 0;

  padding: 10px 10px;

  width: 150px;

  border-radius: 20px;



  background-color: #BA0000;

  color:#fff;

  line-height: 35px;

}

.footeremail input[type="button"]:focus,.footeremail input[type="button"]:hover{

  outline: 0;

  background-color:#BA0000; 

}*/

.footeremail{

  background-color: rgba(0,0,0,0);

  border-radius: 20px;

  width: auto;

  margin:0 20px;

  padding: 0;

  border:2px solid #BA0000;

}

.footeremail input[type="email"]{

  border:0;

  padding: 10px 10px;

  width: calc(100% - 150px);

  border-radius: 20px;

  background-color: rgba(0,0,0,0);

  color: #FFFFFF;



}

.footeremail input[type="email"]::placeholder{



  color: #CDCDCD;

  opacity: 1;

}

.footeremail input[type="email"]:-ms-input-placeholder{



  color: #CDCDCD;



}

.footeremail input[type="email"]::-ms-input-placeholder{



  color: #CDCDCD;



}

.footeremail input[type="email"]:focus{

  outline: 0;

}

.footeremail input[type="button"]{

  border: 1px solid #E10000;

  padding: 10px 10px;

  width: 150px;

  border-radius: 20px 16px 16px 20px;

  -webkit-transition: background-color 0.6s ease-out!important;

  -moz-transition: background-color 0.6s ease-out!important;

  -o-transition: background-color 0.6s ease-out!important;

  transition: background-color 0.6s ease-out!important;



  background-color: #E10000;

  color:#fff;

  line-height: 35px;

}

.footeremail input[type="button"]:focus,.footeremail input[type="button"]:hover{

  outline: 0;

  background-color:#E76868; 

}



.sosial{

  color: #E10000; 

  font-size: 25px;

  margin:5px;  

  /*-webkit-transition: color 0.6s ease-out!important;

  -moz-transition: color 0.6s ease-out!important;

  -o-transition: color 0.6s ease-out!important;

  transition: color 0.6s ease-out!important;*/

}

.sosial:hover{

  color: #FFFFFF!important; 

}



.nav-pills .nav-link, .nav-pills .nav-link {

     

  color: #545b62;

}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

  background-color: #545b62;

  color: #FFFFFF;

}

.footeremail input:-webkit-autofill,

.footeremail input:-webkit-autofill:hover, 

.footeremail input:-webkit-autofill:focus{

  border: none;

  -webkit-text-fill-color: #CCCCCC;

  /*-webkit-box-shadow: 0 0 0px 1000px #000 inset;*/

  transition: background-color 5000s ease-in-out 0s;

}

