.bg-hero {
  width: 100%;
  background-image: url(/layanan/assets/img/img-devsecops/bg-hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-content-container {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content-container h1 {
  font-size: 60px;
  line-height: 125%;
  font-weight: 700;
  font-family: 'Tajawal', sans-serif;
  margin-bottom: 0px;
}
.section-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
.banner-contact {
  background: url(/img/pm/bg-contact-banner.png) center / cover no-repeat;
  padding: 20px;
  border-radius: 10px;
}
.text-yellow{
  color: #FFCA00;
}
.yellow-btn{
  border-radius: 8px;
  background: linear-gradient(135deg, #FFE700 0%, #FFCA00 100%);
  box-shadow: 0 0 10px 0 transparent;
  color: #0E0C0A;
} 
.yellow-btn:hover{
  color: #0E0C0A;
  border-radius: 8px;
  background: linear-gradient(135deg, #FFE700 0%, #FF9D00 100%);
  box-shadow: 0 0 10px 0 rgba(255, 202, 0, 0.50);
}
.yellow-btn.btn-secondary-outline:hover.arrow:hover::after{
  background-image: url(/img/home/arrow_right-black.svg);
  background-size: contain;
}

.pm-wrapper .breadcrumb--update-design {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
.overflow-hidden {
  overflow: hidden;
}
.main-title.main-title--white {
  color: white;
  font-weight: bold;
}
.main-title.main-title--with-square-point {
  padding-left: 40px;
  position: relative; 
  font-family: 'tajawal', sans-serif;
  line-height: 60px;
  margin-bottom: 0px;
  font-size: 32px;
}
.main-title.main-title--with-square-point::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #ffca00;
}
.main-subtitle {
  color: #fcca00;
  text-transform: uppercase;
}

.text-color-black-main {
  color: #000000;
}

.text-color-grey {
  color: grey;
}

.text-white {
  color: white;
}

/* color */
.bg--l-gray {
  background-color: #f6f6f6;
}
.bg--l-yellow{
  background-color: #fcc915;
}

 

.fs--14px {
  font-size: 14px;
}
.fs--16px {
  font-size: 16px;
}
.fs--18px {
  font-size: 18px;
}
.fs--24px {
  font-size: 24px;
}
.fs--26px {
  font-size: 26px;
}
.fs--28px {
  font-size: 28px;
}
.fs--32px {
  font-size: 32px;
}
.fs--30px {
  font-size: 30px;
}
.fs--40px {
  font-size: 40px;
}
.fw--800 {
  font-weight: 800;
}
.fw--900 {
  font-weight: 900;
}

/* spacing */
.mb--0px {
  margin-bottom: 0px;
}
.mt--20px,
.my--20px {
  margin-top: 20px;
}
.mt--40px,
.my--40px {
  margin-top: 40px;
}

.mb--10px {
  margin-bottom: 10px;
}
.mb--20px,
.my--20px {
  margin-bottom: 20px;
}
.mb--25px {
  margin-bottom: 25px;
}
.mb--30px {
  margin-bottom: 30px;
}
.mb--40px,
.my--40px {
  margin-bottom: 40px;
}
.mb--60px {
  margin-bottom: 60px;
}
.mb--80px {
  margin-bottom: 80px;
}

.ml--30px,
.mx--30px {
  margin-left: 30px;
}
.ml--auto,
.mx--auto {
  margin-left: auto;
}

.mr--30px,
.mx--30px {
  margin-right: 30px;
}
.mr--auto,
.mx--auto {
  margin-right: auto;
}

.pt--20px,
.py--20px {
  padding-top: 20px;
}
.pt--40px {
  padding-top: 40px;
}
.pt--60px,
.py--60px {
  padding-top: 60px;
}

.pb--20px,
.py--20px {
  padding-bottom: 20px;
}
.pb--60px,
.py--60px {
  padding-bottom: 60px;
}
.pb--70px {
  padding-bottom: 70px;
}
.pb--80px {
  padding-bottom: 80px;
}

.pr--10px {
  padding-right: 10px;
}

.pl--10px {
  padding-left: 10px;
}
.pl--20px {
  padding-left: 20px;
}

.w-100 {
  width: 100%;
}
/* end common */

/* position */
.position--relative {
  position: relative;
}
/* end position */

/* row */
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.flex-grow-1 {
  flex-grow: 1;
}
/* end row */

/* btn */
.btn.form-control {
  height: auto;
  box-shadow: none;
  white-space: normal;
  padding: 10px;
}
/* end btn */

/* input */
input.form-control.h--50px {
  height: 50px;
}
/* end input */

/* header */
.pm-wrapper .pm-header {
  min-height: 430px;
  background: url(../img/pm/bg-pm-header.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.pm-wrapper .pm-header .header__title {
  margin-top: 150px;
}

.pm-wrapper .pm-header .header__title h1 {
  position: relative;
  padding-bottom: 10px;
}
.pm-wrapper .pm-header .header__title h1:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background: #fcc915;
  left: 0;
  bottom: 0;
}

/* end header */
 
/* end banner */

/* expert team */
.pm-expert-team {
  background: url(/img/pm/bg-tim-ahli.jpg) center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.expert-team-box {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  padding: 20px 40px 20px 40px;
  border-radius: 10px;
  color: white;
}

.expert-team-box .expert-team-second-paragraph {
  text-indent: 60px;
  position: relative;
  margin-top: 40px;
}
.expert-team-box .img-expert-team-quote {
  position: absolute;
  left: 0;
  top: -25px;
}

.consultant-lead-wrapper {
  position: absolute;
  bottom: 0;
  right: -180px;
}
.consultant-lead-wrapper img {
  max-height: 750px;
}
.--jp .consultant-lead-wrapper img {
  max-height: 600px;
}
/* end expert team */

/* ceremonies */

.img-ceremonies-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-ceremonies-wrapper img {
  padding: 40px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.ceremonies-box-wrapper {
  display: block;
  padding-left: 5px;
}
.ceremonies-box {
  background: black;
  color: white;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 7px 5px;
  line-height: 40px;
  border-left: 0 solid black;
  border-width: 0.25em 0;
  position: relative;
  box-shadow: 5px 0 0 black, -5px 0 0 black;
  white-space: nowrap;
}
.ceremonies-box:first-of-type {
  margin-left: -5px;
  box-shadow: 5px 0 0 black, 0px 0 0 black;
  padding: 7px 10px;
}
.ceremonies-box:last-of-type {
  box-shadow: 8px 0 0 black, -10px 0 0 black;
  left: 5px;
  padding-left: 0px;
}
/* end ceremonies */

/* STYLE SECTION CTA */
.custom_section-cta {
  background-image: url(/layanan/assets/img/img-devops/bg-section-cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: auto;
  height: 200px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 90px;
}

.custom__button-contact-us {
  background: rgb(255, 202, 0);
  border-radius: 5px;
  height: 50px;
  width: 200px;
}

/* contact form */
.contact-form-wrapper {
  background: #f6f6f6;
  padding: 30px;
}
.contact-form-wrapper input.form-control {
  padding: 10px 25px;
  height: 50px;
}

.contact-form-wrapper textarea.form-control {
  padding: 10px 25px;
}

.contact-form-wrapper .btn--yellow {
  min-width: 145px;
}
/* end contact form */
.card-layanan-lain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 255px;
  border-radius: 8px;
}
a .card-layanan-lain-content p{
  color: #fff;
  font-size: 20px;

}
a.link-layanan-lain{
 display: block;
}
a.link-layanan-lain:hover p{
  color: #E8B800;
}
/* responsive */
@media screen and (max-width: 1440px) {
  .consultant-lead-wrapper {
    right: -250px;
  }
}

@media screen and (max-width: 1200px) {
  .consultant-lead-wrapper {
    position: absolute;
    bottom: 0;
    right: -300px;
  }
}

@media screen and (max-width: 991px) {
  .banner-contact .banner-contact-text {
    margin-bottom: 20px;
  }

  .consultant-lead-wrapper {
    display: none;
  }
  .expert-team-wrapper [class*='col-']:first-child {
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .pm-header .header-top {
    height: 145px;
  }
  .pm-wrapper .pm-header {
    background-position: -175px 0px;
    background-size: auto 100%;
  }
  .pm-wrapper .pm-header .header__title {
    margin-top: 150px;
  }
  .custom_section-cta-mobile {
    background-image: url(/layanan/assets/img/img-devops/bg-section-cta-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: auto;
    height: 200px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 90px;
  }
  .ceremonies-box {
    white-space: pre-wrap;
  }
  .hero-content-container h1 {
    font-size: 30px;
  }
}
 
