

  .title{
    display: flex;
    flex-direction: column;
    color: #3a539b;
    text-align: center;
    font-size: 1.3em;
    justify-content: center;
    align-items: center;
  }

  .hrtitle {
    width: 60%;
    border-color: #99b867;
    border-width: 1px 0 solid;
    border-style: solid;
    margin: 0 0  0 0;
  }

.flexbox{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.arrow-wrapper {
  display: flex;
  align-items: center;
}

.blockhome {
  cursor: pointer;
  height: 60px;
  margin: 15px;
  font-size:2em;
  float: left;
  align-items: center;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  justify-content: center;

}

.block {
  cursor: pointer;
  width: 400px;
  height: 100px;
  background: #3a4d94;
  border: #3a4d94 solid 1px;
  margin: 15px;
  font-size:.8em;
  display: flex;
  align-items: center;
  justify-content: center;

}

.blockpilih {
  cursor: pointer;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  background: #45486e;
  border: #3a4d94 solid 1px;
  color: #fff;
  text-align: center;
  border-radius: 10px;  
  font-size:1.5em;
  justify-content: center;

}

.blockpilih i {
  font-size:4em;
}

.blockpilih .child {
  margin-top: 10px;
  color: #fff;
  font-size:.6em;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}


.block:hover {
  cursor: pointer;
  width: 400px;
  height: 100px;
  background: #4a61b5;
  border: #4a61b5 solid 1px;
  margin: 15px;
  font-size:.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  color: #fa8f02; /*rgb(0,20,50);*/
  opacity: 0.4;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.3s;
  font-size: 2em;
}


h1, h2 {
  margin-top: 10px;
  font-size: 38px;
    font-weight: 100;
    color: #e6e7eb;
    line-height: 50px;
}

h3{
  margin-bottom: 0px;
}

.arrow-wrapper:hover h1 {
  opacity: 100;
}



.jumbotron {
margin-top: -1%;
background-color: transparent;
}  

.containerjmb{
    color: #FFF;
  font-size: .5em;
}

.containerjmb h1 p {
  padding-top: 0;
  font-size: 1.5em;
  margin-bottom: .4em;
  font-weight:600;
  color: #fff;
}

.containerjmb p {
  font-size: 3.2em;
  margin-bottom: 0;
  font-weight: 300;
  padding-bottom: 0;
}

.notes {
  background-color: #fff
}

.atmedicnya{
  margin-top: 2em; position: absolute; top: 0;
}

.linkatmedic{
color: #0f3675; font-weight: 400;
}
.linkatmedic2{
  clear: both;
  text-decoration: underline;
  margin-top: 20%;
color: #000; font-weight: bold;
}

.datareg{
  color: #fff;font-weight: bold;padding: 2%
}

.tabcontent{
  width: 50%;
  padding: 100px;
  margin-left: 2%;

}

.cariutama{
  padding-left: 2%;
  margin-top: 1%;
}

#rm{
  width: 50%;
  margin-left: 2%;

}

#tgllahirview{
  width: 50%;
  margin-left: 2%;

}


  .title{
    display: flex;
    flex-direction: column;
    color: #52391d;
    text-align: center;
    font-size: 1.3em;
    justify-content: center;
    align-items: center;
  }

  .hrtitle {
    width: 60%;
    border-color: #99b867;
    border-width: 1px 0 solid;
    border-style: solid;
    margin: 0 0  0 0;
  }



strong { font-weight: 500; }

a, a:hover, a:focus {
  color: #777a9e;
  text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
  margin-top: 10px;
  font-size: 38px;
    font-weight: 100;
    color: #444870;
    line-height: 50px;
}

h3 {
  font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    color: #444870;
    margin-bottom: 0;
}

h4 {
  font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.ijo{
  color: green
}

img { max-width: 100%; }

::-moz-selection { background: #777a9e; color: #000; text-shadow: none; }
::selection { background: #777a9e; color: #000; text-shadow: none; }

.modal-open{
  color: #000;
}

/***** Top menu *****/

.navbar {
  padding-top: 10px;
  background: #333;
  background: rgba(51, 51, 51, 0.3);
  border: 0;
  -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
  font-size: 16px;
  color: #fff;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
  margin: 0 5px;
  font-size: 28px;
  vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #777a9e; }



/***** Top content *****/

.top-content { padding: 40px 0 170px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box { padding-top: 10px; }

.isidata {
  font-weight: bold;
  color: #ed6b00
}

label{
  color: #444870;
  font-size: 1.2em;
  font-weight: 400
}

.atmedic {
  padding: 25px; background: #fff;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.atmedic h3 { margin-top: 0; margin-bottom: 5px;  }

.atmedic-steps { overflow: hidden; position: relative; margin-top: 20px; }

.atmedic-progress { position: absolute; top: 2em; left: 0; width: 100%; height: 3px; background: #ddd; }
.atmedic-progress-line { position: absolute; top: 0; left: 0; height: 3px; background: #444870; }

.atmedic-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.atmedic-step-icon {
  display: inline-block; width: 2em; height: 2em; margin-top: 4px; background: #ddd;
  font-size: 2em; color: #fff; line-height: 2em;
  -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.atmedic-step.activated .atmedic-step-icon {
  background: #fff; border: 2px solid #444870; color: #444870; line-height: 2em;
}
.atmedic-step.active .atmedic-step-icon {
  width: 2em; height: 2em; margin-top: 0; background: #444870; font-size: 2em; line-height: 2em;margin-top: 4px; 
}

.atmedic-step p { color: #ccc; }
.atmedic-step.activated p { color: #444870; }
.atmedic-step.active p { color: #444870; }

.atmedic fieldset { display: none; text-align: left; }

.atmedic-buttons { text-align: right; }

.atmedic .input-error { border-color: #777a9e; }



/***** Media queries *****/

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

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

@media (max-width: 767px) {
  
  .navbar { padding-top: 0; }
  .navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
  .navbar-brand { height: 60px; margin-left: 15px; }
  .navbar-collapse { border: 0; }
  .navbar-toggle { margin-top: 12px; }
  
  .top-content { padding: 40px 0 110px 0; }

}

@media (max-width: 415px) {
  
  h1, h2 { font-size: 32px; }
  
  .atmedic { padding-bottom: 20px; }
  .atmedic-buttons button { margin-bottom: 5px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  

.thank-you-pop{
    width:100%;
    padding:20px;
    text-align:center;
}
.thank-you-pop img{
    width:76px;
    height:auto;
    margin:0 auto;
    display:block;
    margin-bottom:25px;
}

.thank-you-pop h1{
    font-size: 42px;
    margin-bottom: 25px;
    color:#5C5C5C;
}
.thank-you-pop p{
    font-size: 20px;
    margin-bottom: 27px;
    color:#FFF;
}

}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
    background:#c2c3cc;
    /* rgb(236, 250, 217);
*/
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #777a9e;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #444870;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 0 0 0;
  border-top: none;
}

.jumbotron {
margin-top: -1%;

background-color: transparent;
}  

.containerjmb{
    color: #FFF;
  font-size: .5em;
}

.containerjmb h1 p {
  padding-top: 0;
  font-size: 1.5em;
  margin-bottom: .4em;
  font-weight:600;
  color: #fff;
}

.containerjmb p {
  font-size: 3.2em;
  margin-bottom: 0;
  font-weight: 300;
  padding-bottom: 0;
}

.container{
  width: 100%;
}


.tab .nav-tabs{
    border-bottom:0 none;
    margin-top: 20px;
}
.tab .nav-tabs li a {
    font-size:14px;
    color:#fff;
    margin-right:0;
    padding:10px 45px;
    border-radius:0;
    overflow: hidden;
    background:#9a5379;
    text-transform:uppercase;
    box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.tab .nav-tabs li:first-child a{
    border-top-left-radius:8px;
}
.tab .nav-tabs li:last-child a{
    border-top-right-radius:8px;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover,
.tab .nav-tabs li.active a{
    background:#444870;
    color:#fff;
    margin-top: -19px;
    font-weight: bold;
    padding:20px 45px;
    border:1px solid #444870;
}

*,
:before,
:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.hide {
  display: none;
}

.style_utama {
  background: #6d326d;
  font-family: OpenSans-Regular, sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto auto;
  overflow: scroll;
}


.style_utama .btn_nav {
  border-radius: 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.style_utama .btn_nav:focus,
.style_utama .btn_nav:active {
  outline: none;
}
.style_utama a {
  text-decoration: none;
  color: #fff;
}
.style_utama a:hover {
  text-decoration: underline;
}
.animate_content {
  animation: animate 3s ease;
}
.fadeIn {
  z-index: 10;
}
/*  home
-----------------------------------*/
.home {
  background: #bbf2bb;
  background-position: center;
  background-repeat: no-repeat;
  background:linear-gradient(-120deg,  rgba(219, 149, 211, .3) 10%, rgba(156, 0, 137, .7) 100% ), url(../img/rs_sumberhurip.jpg) no-repeat;
  background-size:cover;
}
/*  Projects
-----------------------------------*/
.projects {
  background: #bd5de9;
}
/*  Skills
-----------------------------------*/
.skills {
  background: #5de974;
}
/*  About
-----------------------------------*/
.about {
  background: #fb9b33;
}
/*  Contact
-----------------------------------*/
.contact {
  background: #c9cdc0;
}
/*****************************************************************
~ Mobile media-queries (max-width: 767px)
******************************************************************/

@-moz-keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
@-o-keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes animate {
  10% {
    transform: scale(1, 0.002);
  }
  35% {
    transform: scale(0.2, 0.002);
    opacity: 1;
  }
  50% {
    transform: scale(0.2, 0.002);
    opacity: 0;
  }
  85% {
    transform: scale(1, 0.002);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
  }
}


@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
.headerinfo{
  background: #4366d9;color: #fff;font-size: 2vh;
  padding: 10px;
}
.headerinfobpjs{
  background: #679807;color: #fff;font-size: 2vh;
  padding: 10px;
}
.headersudah{
  background: #ab1a38;color: #fff;font-size: 2vh;
  padding: 10px;
}

.bgdalam{
  background-position: center;
  background-repeat: no-repeat;
  background:linear-gradient(-270deg,  rgba(190, 144, 212, .3) 10%, rgba(44, 130, 201, .7) 100% ), url(https://dafol.rsudsmc.id/v2/assets/img/drone.png) no-repeat;
  background-size:cover;
}
.gr-1 {
  background: linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);
}

.gr-2 {
  background: linear-gradient(170deg, #71ee1a 0%, #8dcc10 100%);
}

.gr-2-sudah {
  background: linear-gradient(170deg, #f18299 0%, #eb496a 100%);
}

* {
  transition: 0.5s;
}

.h-100 {
  height: 40vh !important;
}

.h-50 {
  height: 10vh !important;
}

.align-middle {
  position: relative;
  top: 80%;
  transform: translateY(-50%);
  cursor: pointer;
}

.column {
  margin-top: 3rem;
  padding-left: 3rem;
}
.column:hover {
  padding-left: 0;
}
.column:hover .card .txt {
  margin-left: 1rem;
}
.column:hover .card .txt h1, .column:hover .card .txt p {
  color: white;
  opacity: 3;
}
.column:hover a {
  color: white;
}
.column:hover a:after {
  width: 10%;
}




.card {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
  color: black;
  letter-spacing: 0.05rem;
  font-family: "Oswald", sans-serif;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
}
.card .txt {
  margin-left: -3rem;
  z-index: 1;
}
.card .txt h1 {
  font-size: 2vh;
  font-weight: 300;
  text-transform: uppercase;
}
.card .txt p {
  font-size: 0.7rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0rem;
  margin-top: 33px;
  opacity: 0;
  color: white;
}

.card a {
  z-index: 3;
  font-size: 0.7rem;
  color: black;
  margin-left: 1rem;
  position: relative;
  bottom: -0.5rem;
  text-transform: uppercase;
}
.card a:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid white;
  transition: 0.5s;
}
.card .ico-card {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card i {
  position: relative;
  right: -37%;
  top: 60%;
  font-size: 23rem;
  line-height: 0;
  opacity: 0.4;
  color: white;
  z-index: 0;
}

 body {
  height: 100vh !important;
  background: rgb(250, 220, 249);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0; height: 100%; overflow: auto;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background:linear-gradient(-270deg,  rgba(190, 144, 212, .3) 10%, rgba(44, 130, 201, .7) 100% ), url(./assets/img/drone.png) no-repeat;
  background-size:cover;

  }
h1 {
  color: #fa8f02; /*rgb(0,20,50);*/
  opacity: 0.4;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.3s;
}


h1, h2 {
  font-size: 2em;
    font-weight: 100;
    color: #000;
    line-height: 50px;
}

.head{
  padding-top: 1vh;
  color: #000;
  font-weight: bold;
font-size: 4vw;
font-family: roboto;"
}
