@font-face {
  font-family: fontawesome;
  src: url(../webfonts/fa-regular-400.woff2);
}
@font-face {
  font-family: icofont;
  src: url(../webfonts/icofont.woff2);
}
@font-face {
  font-family: linearicon;
  src: url(../webfonts/Linearicons-Free.woff2);
}
@font-face {
  font-family: Geomanist;
  src: url(../webfonts/geomanist.woff2) format("woff2"),
    url(../webfonts/geomanist.woff) format("woff"),
    url(../webfonts/geomanist.ttf) format("truetype");
}
@font-face {
  font-family: Avenir;
  src: url(../webfonts/AvenirMedium.woff2) format("woff2"),
    url(../webfonts/AvenirMedium.woff) format("woff"),
    url(../webfonts/AvenirMedium.ttf) format("truetype");
}
@media (min-width: 992px) {
  .logo-name {
    font-size: 28px;
    line-height: 0px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bolder;
  }
  .container {
    max-width: 1200px;
  }
  .jumbotron {
    color: #fff;
    margin: 0;
  }
  .jumbotron1 {
    color: #fff;
    margin: 0;
  }
  .jumbotron2 {
    margin: 0;
  }
  .page-title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .subpage-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .page-title1 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
  }
  .subpage-title1 {
    color: #fff;
    font-family: Geomanist;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: bold;
  }
  .gbrhome {
    margin-top: -280px;
    margin-bottom: -40px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .logo-name {
    font-size: 28px;
    line-height: 0px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bolder;
  }
  .jumbotron,
  .jumbotron1,
  .jumbotron2 {
    color: #fff;
    margin: 0;
  }
  .page-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .page-title1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
  }
  .desc1 {
    text-align: center;
  }
  .subpage-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .subpage-title1 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .logo-name {
    font-size: 20px;
    line-height: 0px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bolder;
  }
  .jumbotron,
  .jumbotron1,
  .jumbotron2 {
    color: #fff;
    margin: 0;
  }
  .page-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
  }
  .page-title1 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
  }
  .desc1 {
    text-align: center;
  }
  .subpage-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
  }
  .subpage-title1 {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
  }
  .homecta {
    text-align: center;
  }
}
.logo {
  width: 42px;
}

.navbar-nav .nav-link {
  font-family: "Geomanist";
  color: black !important;
  font-weight: 400;
  padding: 0.7rem 1rem;
  font-size: 15px;
}
.nav-item .nav-link:active,
.nav-item .nav-link:focus,
.nav-item.active .nav-link,
.nav-item:hover .nav-link {
  color: #cc0a46;
}
/* .nav-link {
    color: #000;
} */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #dc3545;
}
.dropdown-menu {
  font-size: 14px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background-color: #cc0a46;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Geomanist", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Geomanist;
  font-weight: 500;
}
.breadcrumb {
  /* background-color: #111; */
  color: #fff;
  margin: 0;
  border-radius: 0px;
  /* padding: 10px 0px; */
  display: block;
  text-align: center;
}
.breadcrumb a {
  color: #fff;
}
/* a {
  color: #495057;
  text-decoration: none;
} */
a:hover {
  color: #cc0a46;
  text-decoration: none;
}
/* section {
  padding-top: 40px;
  padding-bottom: 40px;
} */

.bg-light {
  background-color: #f7f7f7 !important;
}

.bg-black {
  background-color: #000000;
}

.bg-#cc0a46 {
  background-color: #cc0a46;
}
.content-box {
  background: #fff;
  padding: 20px 5px 20px;
}
.content-box i {
  font-size: 64px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.content-box span {
  font-size: 64px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.content-box .title {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.content-box .desc {
  font-size: 15px;
}
.ceklist {
  list-style: none;
  margin-left: -40px;
}
.ceklist li {
  margin-left: 40px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ededed;
}
.ceklist li:before {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 18px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-left: -2em;
  width: 2em;
}
.iconbox {
  text-align: center;
}
.iconbox .title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.iconbox i {
  font-size: 52px;
  color: #cc0a46;
}
.faqbox,
.fiturbox {
  background: #fff;
  padding: 30px;
  border: solid 1px #ededed;
  border-radius: 20px;
}
.testibox {
  background: #fff;
  padding: 30px 25px 20px;
  border: solid 1px #ededed;
  border-radius: 20px;
}
.testibox i {
  color: #000000;
}
.checked {
  color: orange;
  font-size: 10px;
}
.dark-footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #1e1e1e;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}
.dark-footer h6 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}
.dark-footer a {
  color: #fff;
}
.dark-footer ul {
  margin-left: -20px;
}
.dark-footer .social-media a {
  margin-right: 5px;
}
.copyright {
  padding: 20px 0 10px;
  font-size: 14px;
}
.copyright a {
 color:#cc0a46;
}
.wafloat {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 10px;
  background-color: #cc0a46;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.wa-float {
  margin-top: 16px;
}
.wa-float {
  color: #fff;
}
.cta {
  padding: 30px 0 20px;
  background: #cc0a46;
}
.cta h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.tombol {
  background-color: #cc0a46;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
.open > .dropdown-toggle.tombol,
.tombol.active,
.tombol:active,
.tombol:focus,
.tombol:hover {
  color: #fff;
  background-color: #a00000;
}
.title {
  font-family: Geomanist;
  font-weight: 500;
  color: #000000;
}
.red {
  color: #cc0a46;
}
.black {
  color: #000000;
}
.pricebox {
  background: #fff;
  padding: 40px 25px 40px;
  border: solid 1px #ededed;
  border-radius: 20px;
}
.pricebox i {
  font-size: 64px;
  margin-bottom: 20px;
  background-color: #f7f9ff;
  color: #cc0a46;
  padding: 10px;
  border-radius: 50%;
}
.pricebox .title {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.pricebox .price {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.pricebox .fitur {
  line-height: 1.7;
}
.pricebox-head {
  background: #fff;
  border: 1px;
  width: 80%;
  margin: auto;
  text-align: center;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 700;
}
.pricebox-head1 {
  background: #cc0a46;
  color: #fff;
  border: 1px;
  width: 80%;
  margin: auto;
  text-align: center;
  border-top: 1px solid #cc0a46;
  border-right: 1px solid #cc0a46;
  border-left: 1px solid #cc0a46;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 700;
}
.heading-title {
  font-family: Geomanist;
  font-weight: bold;
  color: #000000;
}
.fitur-title {
  font-family: Geomanist;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}
.faq-title {
  font-family: Geomanist;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.btn-outline-danger {
  color: #000 !important;
}
input[type="radio"] {
  visibility: hidden;
  height: 0;
  width: 0;
}
.btn-check-outline-danger {
  background-color: white;
}
.btn-check:active + .btn-check-outline-danger,
.btn-check:checked + .btn-check-outline-danger,
.btn-check-outline-danger.active,
.btn-check-outline-danger.dropdown-toggle.show,
.btn-check-outline-danger:active,
.btn-check-outline-danger:hover {
  color: #cc0a46 !important;
  background-color: white;
  border: 3px solid #cc0a46;
}
/* .btn-check-outline-danger:hover {
  background-color: transparent;
} */
a.disabled {
  pointer-events: none;
  cursor: default;
}
.nav-pills .nav-link:not(.active) {
  background-color: darkred;
  color: white;
}
.nav-pills .nav-link {
  border: 0;
  border-radius: 0.25rem;
  margin-right: 5px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #cc0a46;
  background-color: #cc0a46;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(204,10,70, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: #cc0a46;
}

.card-header .title {
  font-size: 17px;
  color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}
.card-header {
  cursor: pointer;
  border-bottom: none;
}
.card {
  border: 1px solid #ddd;
}
.card-body {
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
