body {
  background-color: #EDF8FF !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-1 {
  flex: 1 !important;
}

.menu .app-brand.main {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.main svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.main {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.content-wrapper .navbar {
  z-index: auto;
}

.main-blocks > * {
  display: block !important;
}

.main-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

.main-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.main-vertical-spacing.main-only-element > :first-child {
  margin-top: 0 !important;
}

.main-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.main-vertical-spacing-lg.main-only-element > :first-child {
  margin-top: 0 !important;
}

.main-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.main-vertical-spacing-xl.main-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

.layout-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-main-placeholder img {
  width: 900px;
}

.layout-main-info {
  text-align: center;
  margin-top: 1rem;
}

.navbar-content {
  background: #03007D;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-rent {
  /* position: absolute; */
  background-color: #FFF;
  padding: 20px;
  border-radius: 16px;
  /* bottom: -120px; */
  /* left: 50%;
  transform: translateX(-50%); */
  width: 640px;
  margin: 1rem auto 0 auto;
  user-select: none !important;
  z-index: 3;
}

.section-rent a:first-child {
  background: #FFC700;
  width: 100%;
  color: #000000;
  font-weight: 600;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.section-rent a:last-child {
  background: #322DD2;
  width: 100%;
  color: #FFFFFF;
  font-weight: 600;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.tagline {
  position: absolute;
  color: #1B1B1B;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}

.section-2 {
  position: relative;
  top: -10px;
  padding: 80px 180px 140px 180px;
  overflow: hidden;
}

.section-2::before {
  content: url("/box-group-left.png");
  position: absolute;
  left: 0;
  top: -70px;
  width: 201px;
  z-index: -1;
}

.section-2::after {
  content: url("/box-group-right.png");
  position: absolute;
  right: 0;
  bottom: 0;
  width: 201px;
  z-index: -1;
}

.section-2 div:nth-child(1),
.section-2 div:nth-child(3) {
  margin-bottom: 18px;
}

.section-2 h2,
.section-about-company h2,
.company-visi-misi h2,
.company-services h2,
.company-location h2,
.testimonial-section-1 h2,
.testimonial-section-2 h2,
.rent-title h2 {
  color: #322DD2;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.section-2 h2::before,
.section-about-company h2::before,
.company-visi-misi h2::before,
.company-services h2::before,
.company-location h2::before,
.testimonial-section-1 h2::before,
.testimonial-section-2 h2::before,
.rent-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  background: #FFC700;
}

.section-2 h3 {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 700;
}

.section-2 .visi-misi {
  padding: 65px 80px;
  background: #1D18BC;
  border-radius: 18px;
  color: #FFFFFF;
  user-select: none !important;
}

.section-2 .service-box,
.company-services .service-box,
.company-qna .service-box {
  border-radius: 18px;
  padding: 16px;
  background: #FFFFFF;
  user-select: none !important;
}

.section-3 {
  position: relative;
  padding: 36px 120px;
  background: #1D18BC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-3::before {
  content: url("/mask.png");
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}

.section-3 a {
  font-size: 16;
  background: #FFC700;
  padding: 8px 25px;
  border-radius: 21px;
  position: relative;
  z-index: 2;
}

.section-3 .cs-img {
  user-select: none !important;
}

.section-3 .cs-img img {
  position: absolute;
  bottom: 0;
  width: 282px;
  height: 271px;
}

footer {
  background: #03007D;
  padding: 30px 60px;
  user-select: none !important;
}

.footer-1 h1 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
  color: #FFFFFF;
}

.footer-1 span {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}

.footer-2 {
  height: 2px;
  background: #FFFFFF;
  margin-top: 21px;
  margin-bottom: 21px;
}

.welcome-splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-splash img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.animate-hidden {
  opacity: 0;
  animation: animate-hidden 2s;
}

.loader-splash {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #088DCC #088DCC transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader-splash::after,
.loader-splash::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #EB2B26 #EB2B26;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

.loader-splash::before {
  width: 112px;
  height: 112px;
  border-color: #F0BD1E #F0BD1E transparent transparent;
  animation: rotation 1.5s linear infinite;
}

.opacity-75 {
  /* background-color: #03007D; */
  opacity: 0.9;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes animate-hidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.jumbo-contact {
  position: relative;
  overflow: hidden;
}

.jumbo-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 0, 125, 0.6);
  z-index: 1;
}

.contact-hub {
  position: absolute;
  top: 25%;
  left: 7%;
  z-index: 1;
}

.contact-hub h1 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.contact-hub div {
  height: 3px;
  background: #FFFFFF;
}

.contact-section {
  position: relative;
  top: -178px;
  z-index: 2;
  user-select: none !important;
}

.contact-section .wrapper-contact {
  max-width: 80%;
  margin: 0 auto;
  background: #FFFFFF;
  display: flex;
  border-radius: 18px;
  overflow: hidden;
}

.contact-section .wrapper-contact .left {
  background: #1D18BC;
  padding: 20px 25px;
  width: 100%;
  position: relative;
}

.contact-section .wrapper-contact .right {
  padding: 20px 25px;
  width: 100%;
}

.button-send-message {
  color: #FFFFFF;
  background: #322DD2;
  width: 135px;
  height: 38px;
  border-radius: 12px;
  outline: none;
  border: 0;
}

.box-group-contact {
  position: absolute;
  bottom: -15px;
  left: -25px;
}

.jumbo-company {
  background-image: url("/jumbo_company.png");
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
}

.company-visi-misi,
.company-qna {
  background: #1D18BC;
  padding-top: 40px;
  padding-bottom: 40px;
}

.company-qna {
  padding-top: 80px;
  padding-bottom: 80px;
}

.slick-fade {
  width: 650px;
  height: 310px;
}

.jumbo-company iframe {
  width: 560px;
  height: 316px;
  margin-right: 80px;
}

.company-welcome {
  padding: 70px 60px;
}

.company-services,
.company-location {
  padding: 0 80px 3rem 80px;
}

.testimonial-section-2 {
  margin: 0 80px 140px 80px;
  padding: 40px 0;
}

.testimonial-section-1 {
  margin-left: 80px;
  margin-right: 80px;
  padding: 40px;
}

.slide-testi {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.rent-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rent-info {
  padding: 0 80px;
}

.rent-image {
  padding: 0 40px;
  margin-top: 30px;
}

.rent-image-label {
  top: 20px;
  left: 10px;
}

.navbar-item {
  margin-right: 3rem !important;
}

.flying-wa {
  width: 80px;
  height: 80px;
}

.img-welcome {
  height: 430px !important;
}

.slick-custom {
  width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 512px) {
  .img-welcome {
    height: 200px !important;
  }

  .img-welcome img {
    max-width: unset !important;
  }

  .rent-info {
    font-size: 12px !important;
    padding: 0 20px;
  }

  .rent-image {
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .rent-image-label {
    top: 10px;
    left: 10px;
  }

  .slick-fade {
    margin-top: 10px;
    width: 100%;
    height: 100%;
  }

  .jumbo-company iframe {
    width: 100%;
    margin-right: 0;
  }

  .company-welcome {
    padding: 35px 20px;
  }

  .company-visi-misi,
  .company-services,
  .company-qna,
  .company-location {
    padding-left: 20px;
    padding-right: 20px;
  }

  .company-services .service-box,
  .company-qna .service-box {
    margin-top: 20px;
  }

  .section-rent {
    bottom: 0;
    width: 100%;
  }

  .section-2 {
    padding: 140px 20px;
    padding-top: 60px;
  }

  .section-2 .visi-misi {
    padding: 20px;
  }

  .section-2 div:nth-child(1),
  .section-2 div:nth-child(2),
  .section-2 div:nth-child(3) {
    margin-bottom: 15px;
  }

  .section-3 {
    padding: 36px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-3 div {
    position: relative;
    z-index: 2;
  }

  .section-3 a {
    margin-top: 10px;
  }

  .section-3 .cs-img img {
    display: none;
  }

  footer {
    padding: 30px 20px;
  }

  .testimonial-section-2 {
    margin: 0 20px 20px 20px;
    padding: 40px 0;
  }

  .testimonial-section-1 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px;
  }

  .slide-testi {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-item {
    margin-right: 0;
    margin-top: 40.5px !important;
    margin-bottom: 12.5px !important;
  }

  .wrapper-contact {
    flex-direction: column;
    max-width: 100% !important;
  }

  .contact-section {
    padding: 10px;
    top: 0;
  }

  .flying-wa {
    width: 60px;
    height: 60px;
  }
}