span {
  position: relative;
  display: inline-block;
  margin: 10px 10px;
}

.rounded-circle {
  /*border-radius: 50%!important;*/
}

.waves-effect, a {
  -webkit-tap-highlight-color: transparent;
}

.alert, .breadcrumb, .card, .card .card-header, .dropdown-menu, .file-custom, .input-group-addon, .jumbotron, .list-group .list-group-item, .modal-content, .nav .nav-link, .nav-tabs, .navbar, .navbar-toggler, .page-item:first-child .page-link, .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link, .popover, .tag, .tooltip-inner, img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.divider-new, .text-fluid, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

@media (max-width:991px) {
  .row-fitur {
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width:991px) {
  .row-fitur {
    margin-right: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.fitur-a {
  text-align: center;
}

.separator-fitur {
  width: 100%;
  height: 1px;
  background: #0fb2ef;
  margin-top: 25px;
  margin-bottom: 15px;
}

.kolom-b {
  padding: 25px;
}

.kolom-c {
  padding: 25px;
}

.kolom-c:hover {
  transition: 0.2s;
  background: #f5f5f5;
  border-radius: 4px;
}

.kolom-b:hover {
  border-radius: 4px;
  transition: 0.2s;
  background: #f5f5f5;
}

.kolom-a:hover {
  background: #f5f5f5;
  border-radius: 4px;
  transition: 0.2s;
}

.kolom-a {
  padding: 25px;
}

.heading-fitur {
  font-size: 18px;
  color: #00aeef;
  margin-bottom: 15px;
  font-family: 'Roboto';
}

.paragraf-fitur {
  color: #606060;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto';
}

.rounded-circle {
  /*position: absolute;*/
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #6d8de1;
}

#footer a:active, a:hover {
  color: #fcf8f8;
  text-decoration: none;
  font-weight: bold;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline: 0;
}

.uk-link, a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

.uk-link:hover, a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}

ol, ul {
  padding-left: 30px;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

* {
  box-sizing: border-box;
}

span {
  font-size: 12px;
}

a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

.newsticker-title {
  background-color: #897719;
  display: block;
  height: 50px;
  line-height: inherit;
  width: 140px;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 0px;
  margin-top: 0px;
  margin-left: 40px;
  padding-top: 10px;
  color: #eeeeee;
  z-index: 3;
}

.newsticker-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0px;
  left: -15px;
  border-left: 15px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 50px solid #897719;
}

.newsticker-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 0px;
  right: -15px;
  top: 0;
  border-right: 15px solid transparent;
  border-left: 0px solid transparent;
  border-top: 50px solid #897719;
}

#newsticker-container {
  height: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.profile-pic {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

