/*!

 * Nama Hosting Theme based on Start Bootstrap - Modern Business (http://startbootstrap.com/)

 * Copyright 2013-2016 Start Bootstrap

 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)

 */
/* Global Styles */
@font-face {
  font-family: "optimanormal";
  src: url("../fonts/optima-webfont.eot");
  src:
    url("../fonts/optima-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/optima-webfont.woff") format("woff"),
    url("../fonts/optima-webfont.ttf") format("truetype"),
    url("../fonts/optima-webfont.svg#optimanormal") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  font-size: 1.6em;
  line-height: 1.6em;
  /*padding-top: 50px;*/
  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.img-portfolio {
  margin-bottom: 30px;
}
.img-hover:hover {
  opacity: 0.8;
}
/* Home Page Carousel */
header.carousel {
  height: 50%;
  background-color: #c00;
}
@media screen and (max-width: 480px) {
  header.carousel {
    height: 25%;
  }
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%;
}
header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.carousel-caption {
  right: 0;
  left: 0;
  padding-bottom: 0px;
}
.carousel-caption img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.carousel-indicators {
  bottom: -25px;
}
.carousel-indicators li {
  width: 2px;
  height: 2px;
  border: 1px solid #999;
}
.carousel-indicators .active {
  width: 4px;
  height: 4px;
  background-color: #999;
  bottom: -23px;
  border: none;
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0px;
  }
  .carousel-caption img {
    width: auto;
    max-height: 450px;
    margin-bottom: 0px;
  }
}
/* 404 Page Styles */
.error-404 {
  font-size: 100px;
}
/* Pricing Page Styles */
.price {
  display: block;
  font-size: 42px;
  line-height: 50px;
}
.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px;
}
.period {
  display: block;
  font-style: italic;
}
/* Footer Styles */
footer {
  /*margin: 50px 0;*/
  margin: 20px 0;
}
.top-header {
  background-color: #000;
  color: #fff;
  padding: 20px 0px;
}
.head-help {
  text-align: right;
  font-size: 0.8em;
}
.red-text {
  color: #d00;
}
.navbar-header {
  min-height: 120px;
}
.navbar-brand img {
  height: 50px;
  margin-top: 10px;
}
.navbar-nav > li > a {
  margin-top: 40px;
  font-family: "optimanormal", Arial, sans-serif;
  font-size: 19px;
  color: #333;
}
.navbar {
  margin-bottom: 0px;
}
.well {
  min-height: 20px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #910001;
  /*background-color: #cc0506;*/
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  color: white;
  font-size: 24px;
  text-align: center;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #ce2121;
  border-color: #ddd;
}
.btn-primary {
  color: #fff;
  background-color: #ce2121;
  border-color: #a73434;
}
.btn-primary:hover {
  color: #fff;
  background-color: #902828;
  border-color: #742020;
}
a {
  color: #b73333;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #7c2323;
  text-decoration: none;
}
.panel-body {
  padding: 15px;
  /*background-color: #f7f7f7;*/
}
.badge {
  background-color: #d9534f;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #a50000;
  border-color: #8e0303;
}
.panel-primary {
  border-color: #dddddd;
}
/* Responsive Styles */
@media (max-width: 991px) {
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .img-portfolio {
    margin-bottom: 15px;
  }
  header.carousel .carousel {
    height: 70%;
  }
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-item:hover > .dropdown-menu {
  display: block;
}
.dropdown ul li {
  list-style-type: none;
  display: inline;
}
.navbar-nav .nav-link {
  display: inline-block;
}
.ml-auto {
  display: inline-block !important;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.navbar-nav li:hover li:hover ul {
  left: 150px !important;
}
.portofl {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  height: 36em;
  box-shadow: 2px 2px 6px #ccc;
  padding: 2em;
  margin-right: 2em;
}
@media (max-width: 767px) {
  .portofl {
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -fit-content;
    margin-right: 0;
  }
}
.portofl img {
  width: 100%;
  height: 300px;
}
ul.dropdown-menu li.dropdown:hover > ul.dropdown-menu {
  display: block;
  top: -150%;
}
strike,
s {
  color: #ccc;
}
.portofl div:first-child {
  text-align: center;
  border: 3px #f7f7f7 solid;
}
.portofl img.alogo {
  width: auto;
}
.portofl div.withbg {
  background-color: #f7f7f7;
}
.portofl img.slogo {
  width: auto;
  max-width: 80%;
  height: 120px;
  margin: 90px auto;
}
/*  trial only, baru dipakai di halaman domain2.php   */
#partnership {
  padding: 15px 0;
  text-align: center;
}
.partnership div {
  padding: 0px;
}
#partnership div,
.partnership div {
  align-items: center !important;
}
#partnership img,
.partnership img {
  /*
    height: auto;
    width: 140px;
    */
  height: 35px;
  width: auto;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

@media (max-width: 767px) {
  #partnership img,
  .partnership img {
    height: auto;
    width: 50%;
  }
}
.partnership img {
  max-width: 120px;
  height: auto;
  padding: 15px 0;
}
pre.infodomain {
  padding: 0 !important;
  text-align: left !important;
  font-size: 13px !important;
  line-height: 1.42857143 !important;
  color: #333 !important;
  word-break: break-word;
  white-space: break-spaces;
}
.breadcrumb {
  background-color: #910001 !important;
  padding: 10px 15px !important;
}
.breadcrumb > .active {
  color: #d37c7c !important;
}
.breadcrumb a {
  color: #fff !important;
}

.mb-2 {
  margin-bottom: 20px;
}

.list-group-horizontal li {
  display: inline-block !important;
  margin-right: -4px !important; /* Adjust spacing between items */
}

a small,
.whites {
  font-size: small;
  color: #fff;
}

a.whites2,
a.whites2:focus,
a.whites2:hover {
  color: #fff;
}

.add-devider {
  margin-bottom: 20px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #ce2121;
}

.media {
  margin-top: 20px !important;
}

a.focusthumb {
  color: #b73333;
  text-decoration: none;
}
a.focusthumb:focus,
a.focusthumb:hover {
  color: #7c2323;
  text-decoration: none;
}

a.questions-info {
  color: #fff;
}

.title-info {
  color: #ce2121;
  text-transform: uppercase;
}

/*
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.caret.caret-up {
  border-top-width: 0;
  border-bottom: 4px solid #fff;
}
*/
.dropdown-submenu {
  position: relative;
  > a::after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #000;
    margin-top: 6px;
    margin-right: -10px;
  }
  > ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
  }
}

.panel-defaults > .panel-heading {
  color: #000;
  background-color: #ddd;
  border-color: #ddd;
}

.panel-defaults > .panel-body {
  border: #ddd 1px solid;
}

.row-flex {
  display: flex;
  align-items: center; /* Vertically centers the content of both columns */
  flex-wrap: wrap; /* Maintains responsive wrapping if columns stack */
}

/* Optional: Remove default bottom paragraph margin to ensure pixel-perfect centering */
.margin-0 {
  margin-bottom: 0;
}
