body,
p {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #444 !important;
}

.owl-item p {
  color: #fff !important;
}

.featrues-text p {
  color: #444 !important;
}

.our-feautes-area .item a {
  color: #0454a4 !important;
}

.card-img-top,
.img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.submit {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.form-view {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgb(43 89 255 / 8%);
  border-radius: 10px;
  padding: 30px;
  width: 42rem;
  position: relative;
  z-index: 1;
}

.value-tour {
  margin-top: 2rem;
}

.checkout1 {
  margin-top: 5rem;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgb(43 89 255 / 8%);
  border-radius: 10px;
  padding: 20px;
  z-index: 1;
}

.title {
  margin-top: 5px !important;
}

.single-item {
  margin-top: 2rem;
  height: auto;
}

.btn-explore {
  background-color: rgb(0, 110, 255);
  color: #ffffff;
}

.post {
  height: 300px;
  padding: 25px !important;
}

.date {
  bottom: 0;
  left: 30px;
  width: auto;
  margin-bottom: 5px;
  position: absolute;
  background: rgba(34, 128, 252, 0.8) none repeat scroll 0 0;
  color: white;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}

/* .img-site-index {
  /*    height: 170px;
} */
.default-padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.default-padding-top {
  padding-top: 40px !important;
}
.unggul{
  background-color:#f5f5f5;
  padding-top: 80px !important;
}
.our-feautes-area.header h1 {
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  font-weight: 600;
}

.our-feautes-area .item {
  padding: 20px !important;
}

.default-padding.bottom-less {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.our-feautes-area .item a {
 justify-content: right;
  color: white !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.our-feautes-area .item {
  height: 350px !important;
  margin-bottom: 30px !important;
}

.our-feautes-area .item .SLO-01 {
  background-image: url("../images/layanan.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.our-feautes-area .item .SLO-02 {
  background-image: url("../images/status.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.our-feautes-area .item .SLO-03 {
  background-image: url("../images/verif.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*.blog-area .sidebar input[type="text"],
.blog-area .sidebar input[type="number"] {
  border: 1px solid grey !important;
  border-radius: 10px !important;
  min-height: 40px !important;
}*/

#create-order > .mb-3,
#create-order > .row {
  margin-bottom: 15px !important;
}

/* Loader for payment */
.spinner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  height: 300px;
  color: #fff;
  transform: translateY(-50%);
  z-index: 1000 !important;
  visibility: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 1000 !important;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show {
  visibility: visible;
}

.spinner,
.overlay {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spinner.show,
.overlay.show {
  opacity: 1;
}

.address {
  position: relative;
}

.i-address {
  position: absolute;
  top: 7px;
}

.p-address {
  margin-left: 30px;
}

.input-newsletter {
  width: 100%;
  padding: 10px;
  outline: none;
}

.content-newsletter {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon-newsletter {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.pt-bkg02 {
  background-color: rgb(119, 119, 119);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title-style01 {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.page-title-style01 h1 {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  text-align: center;
}
.page-title-style01 .breadcrumb {
  margin: 0 auto;
  display: table;
}
.page-title-style01 + .page-content.custom-bkg {
  margin-top: -70px;
}
.page-title-negative-top {
  margin-top: 0 !important;
  padding-top: 100px;
}
.page-title-map.page-title-negative-top #map {
  height: 800px;
  margin-top: -186px;
}
.h1-suervey{
  color: #fff;
  line-height: 4rem;
}
.faq-button {
  cursor: pointer;
  font-size: 16px !important;
  text-align: left;
  display: block;
  width: 100%;
  border: none;
  padding: 15px;
  font-weight: 500;
  text-decoration: none;
  background: rgb(192, 31 ,37);
  color: #fff;
}
.bgg{
  background-image: url('../images/banner_service.jpg');
  height: 120px;
}
.home_welcome{
  transition: all 1.5s;
}
.home_welcome:hover{
  transform:scale(1.1) ;
  z-index: 2;
  cursor: pointer;
  
}
.survey-slo{
  color: white;
}
.portfolio{
  height: 70px !important;
}

.faq-body{
  border: 1px solid #fff;
    border-top: 0;
    background: #fff;
    padding: 25px;
    line-height: 1.6;
}
.bg {
  background-image: url("../images/survey.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-portofolio{
  min-width: 100%;
}
.bg-info-lbhlnjt{
  background-image: url("../images/cta_background.jpg");
height: 200px;
background-attachment: fixed;
}
.white-color{
  color: white !important;
}
.shadow.red::after {
  background: #ad0101 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.shadow.dark::after {
  /* background: #aa00aa none repeat scroll 0 0; */
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.layanan-kami {
  height: 200px;
  width: 100%;
  background-color: #0454a4;
}
