@font-face {
  font-family: santello;
  src: url(../fonts/SANTELLO.ttf);
}

body {
  scroll-behavior: smooth;
  background: url(../img/bg-main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


h1,
h2,
h3,
h4,
h5,
p,
a,
li {
  font-family: santello, sans-serif;
}

a {
  color: rgb(32, 178, 170);
  text-decoration: none;
}

p {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 31px;
  color: #757575;
}

/* .dropdown .dropdown-menu {
  display: none;
} */
.dropdown-menu>.dropend a {
  margin: 0;
  font-weight: 400;
  padding-left: 15px !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: .125em;
}

.dropdown-menu {
  border-color: #66D8C5;
  border-width: 2px;
  border-radius: 0;
}

.dropdown-menu a {
  color: #66D8C5;
}

.dropdown-menu a:hover {
  background-color: #ccecf8;
}

.nav-item .nav-link {
  color: #808080;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-left: 30px;
  font-family: "Roboto Condensed", sans-serif;
}

.navbar-custom {
  max-width: 100%;
  margin: auto;
  background: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s;
  align-items: start;
  border-top: 14px solid #66D8C5;
}

.navbar-custom .ln {
  position: absolute;
  top: 0;
  height: 100%;
}

.navbar-custom .ln:first-child {
  left: 0;
}

.navbar-custom .ln:last-child {
  right: 0;
}

.navbar-custom .link-pdf {
  background-color: #808080;
  height: 100%;
  padding: 0 45px;
  padding-right: 110px;
  position: absolute;
  top: 0;
  right: 0;
  align-content: center;
  font-family: "Roboto Condensed", sans-serif;

}

.navbar-custom .link-pdf a {
  color: #FFFFFF;
  border: 2px solid #FFF;
  border-radius: 15px;
  padding: 10px 35px;
  text-decoration: none;
}

.navbar .navbar-brand {
  padding: 0 !important;
}

.navbar .navbar-brand img {
  float: left;
  margin-right: 10px;
  width: 50px;
}

.appointment {
  padding: 5px 20px;
  border-color: #00B490;
  background: #66D7C4;
  color: #FFFFFF;
}

.line {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.line img {
  width: 80%;
}

.full {
  min-height: 100vh;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.full .logo {
  height: 100%;
  width: 40%;
}


.module {
  min-height: 100vh;
  padding-top: 100px;
}



#home {
  background: url(../img/bg-home.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#kontak {
  background: url(../img/bg-main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#berita {
  background: url(../img/bg-about-us.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#services {
  background: url(../img/bg-services.jpg);
  padding-top: 100px;
}

#business {
  background: url(../img/bg-business.jpg);
}

#business h5,
#consultation h5 {
  color: #00B28F;
}


.module#about-us {
  align-items: start;
  display: flex;
  justify-content: center;
  padding-top: 200px;
  overflow: hidden;
}

.module#services,
.module#business,
.module#consultation {
  display: flex;
  justify-content: center;
  align-items: center;
}






.module h1 {
  font-weight: 700;
  padding-bottom: 20px;
  color: #808080;
}

.navbar-toggler {
  border: none !important;
}

#home .sub-home .main-img {
  max-width: 86%;
}

.desc-paraph-box {
  max-width: 63%;
  margin-bottom: 50px;
  text-align: left;
}

.desc-caption-box {
  position: relative;
  font-size: 2.5rem;
  color: #757575;
  max-width: 70%;
  line-height: 50px;
  padding-left: 30px;
  font-family: santello;
  margin-bottom: 20px;
}

.desc-caption-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 85%;
  width: 10px;
  display: block;
  background: #1abc9c;
}

.desc-caption-box {
  font-size: 2.5rem;
  color: #757575;
  line-height: 50px;
  text-align: left;
}

/* .botcaption-box {
  background-color: rgba(102, 215, 196, 0.5);
  padding: 50px;
  border-radius: 50px;
  margin-top: 70px;
} */
.botcaption-box {
  background-color: rgba(102, 215, 196, 0.5);
  padding: 50px;
  border-radius: 50px;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 1;
}

.botcaption-box .divider {
  width: 3px;
  height: 60px;
  background-color: #00B28F;
}


.botcaption-box h5 {
  font-size: 20px;
  margin-bottom: 0;
  color: rgb(128, 130, 133);
  padding: 0;
  line-height: 12px;
}

.botcaption-box p {
  margin-bottom: 0;
  font-size: 12px;
  color: #00B28F;
}

.botcaption-box img {
  max-width: 100%;
}

.gap {
  position: relative;
}

.gap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #00B490;
}

.gap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #00B490;
}

#about-us {
  background: url('../img/bg-about.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 140px;
}

#about-us .frame-top {
  position: absolute;
  top: -140px;
  left: 0;

}

#about-us .frame-bot {
  position: absolute;
  bottom: -50px;
  left: 0;
}

#about-us .content-box {
  padding-right: 100px;
  z-index: 1;
}

.green-box {
  background-color: #0bb79550;
  padding: 30px;
  border-radius: 20px;
}

.flex-container {
  display: flex;
  gap: 10px;
}

.green-box .sub-title {
  padding-bottom: 30px;
}

.flex-container h5 {
  color: #757575;
}

.flex-container p {
  color: #01b591;
  padding-top: 10px;
  line-height: 26px;
}

.flex-container .sub-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-img {
  transform: translateY(75px);
}


.title {
  color: #0BB796;
  font-family: santello;
}

.sub-title {
  font-family: santello;
  color: #757575;
  font-size: 2.5rem;
}

.desc {
  color: #757575;
  font-family: santello;
  font-size: 17px;
  line-height: 24px;
}

#about-us .content-box {
  font-family: santello;
}

#about-us .content-box ul {
  margin: 0;
  padding: 0;
}

#about-us .content-box ul li {
  padding: 3px 0;
  list-style: none;
  color: #0BB796;
}

#about-us .img-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 10px;
}

#about-us .img-wrapper img {
  max-width: 35%;
}

#about-us .img-wrapper img:nth-child(1) {
  height: 69%;
}

#about-us .img-wrapper img:nth-child(3) {
  height: 69%;
  transform: translateY(45%);
}

#berita .kegiatan-box {
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  transition: box-shadow 0.15s ease-in-out;
  padding: 10px 0;
  margin-bottom: 20px;
}

#berita .kegiatan-box span {
  font-weight: 700;
  font-size: 11px;
  color: #E42A7B;
}

#galeri {
  background: url(../img/bg-main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#galeri .col-4 {
  margin-bottom: 23px;

}

#galeri a {
  display: block;
  position: relative;
}

#galeri .sm-lbl {
  aspect-ratio: auto;
  object-fit: none;
  position: absolute;
  bottom: 0;
  width: auto;
  right: 0;
}

#pagination-galeri {
  margin: 0;
  padding-bottom: 25px;
}

#galeri .col-4 .labelPraka {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #808080;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #66D8C5;
  font-weight: 700;
}

#galeri img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.main-video .video {
  width: 100%;
  border-radius: 5px;
}

.main-video .video .title {
  color: #333;
  font-size: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.video-list {
  border-radius: 5px;
  height: 520px;
  overflow-y: scroll;
}

.video-list::-webkit-scrollbar {
  width: 7px;
}

.video-list::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 50px;
}

.video-list .vid video {
  width: 100px;
  border-radius: 5px;
  pointer-events: none;
}

.video-list .vid {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f7f7f7;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  cursor: pointer;
}

.video-list .vid .title {
  font-size: 16px;
}

.video-list .vid:hover {
  background: #eee;
}

.video-list .vid.active {
  background-color: #bd0000;
}

.video-list .vid.active .title {
  color: #fff;
}


.module#berita img {
  height: 290px;
  width: 100%;
  object-fit: cover;
}

.pagination>li {
  display: inline;
}

.page {
  display: none;
}

.page-active {
  display: block;
}

.page-link {
  background: #808080 !important;
  font-weight: 700;
  color: #66D8C5 !important;
}

.active .page-link {
  background: #66D8C5 !important;
  color: #808080 !important;
}

.active>.page-link,
.page-link.active {
  border-color: white !important;
}

.btn-link {
  border: 1px solid #808080;
  padding: 6px;
  transition: .5s cubic-bezier(.86, 0, .07, 1);
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
  background-color: #808080;
}

.btn-link:hover {
  padding-right: 35px;
  background-color: #66D8C5;
  border-color: #66D8C5;
  color: #FFFFFF;
  text-decoration: none;
}

.btn-link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  width: 15px;
  height: 2px;
  -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
  -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
  transition: .5s cubic-bezier(.86, 0, .07, 1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: #ffffff;
}

.btn-link:hover::before {
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.btn-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
  -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
  transition: .5s cubic-bezier(.86, 0, .07, 1);
}

#business .card {
  border: 1px solid #00B28F;
  min-height: 500px;
}


#contact-us {
  position: relative;
}

#contact-us {
  background: url(../img/bg-contact.jpg);
  background-size: cover;
}

#contact-us h5 {
  color: #00B490;
  line-height: 22px;
  letter-spacing: 0px;
}

#contact-us h3 {
  color: #757575;
}

#contact-us img {
  width: 20px;
}

#contact-us .social-box {
  position: absolute;
  bottom: 13%;
  left: 110px;

}

#contact-us .social-box ul {
  margin-bottom: 10px;
}

#contact-us .social-box ul {
  padding: 0;
  margin: 0;
}

#contact-us .social-box li {
  margin-right: 8px;
  list-style: none;
  display: inline-block;
}

#contact-us .social-box img {
  width: 40px;
}

#contact-us .cons {
  border: 2px solid #00B28F;
  background-color: #FFFFFF;
  padding: 8px 15px;
}

#contact-us .cons:hover {
  text-decoration: none;
}

.grid-contact {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: start;
}

.grid-contact:nth-child(3) img {
  transform: translateY(6px);
}

.grid-contact .grid-title {
  color: #00B28F;
  width: 180px;
}

.grid-contact .grid-divider {
  color: #00B28F;
}

.grid-contact .grid-content {
  font-size: 1.25rem;
  color: #757575;
}

.socials-icons {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0;
  padding-top: 60px;
}

.socials-icons li {
  padding-left: 20px;
  padding-bottom: 10px;
  display: inline-block;
  list-style: none;
}

.socials-icons li a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0.8;
}

.socials-icons li a i.fa {
  color: #fff;
  line-height: 50px;
  font-size: 21px;
}

.socials-icons li a:hover {
  opacity: 1;
}

.facebook {
  background-color: #66D8C5;
}

.facebook:hover {
  background-color: #46629E;
}

.twitter {
  background-color: #66D8C5;
}

.twitter:hover {
  background-color: #0EAACE;
}

.google-plus {
  background-color: #66D8C5;
}

.google-plus:hover {
  background-color: #DD4C39;
}

.instagram {
  background-color: #66D8C5;
}

.instagram:hover {
  background-color: #4A789E;
}

.pinterest {
  background-color: #66D8C5;
}

.pinterest:hover {
  background-color: #CB2027;
}

.skype {
  background-color: #66D8C5;
}

.skype:hover {
  background-color: #01AEF2;
}

/* form {
  width: 100%;
} */

.linkedin {
  background-color: #66D8C5;
}

.linkedin:hover {
  background-color: #0077b5;
}

.youtube {
  background-color: #66D8C5;
}

.youtube:hover {
  background-color: #c4302b;
}

.main-footer {
  background-color: #00B390;
  padding: 20px 0px;
  color: #FFFFFF;
}

.main-footer p {
  color: #FFFFFF !important;
}

h1 {
  color: #F2F2F2;
  font-family: santello;
  font-size: 50px;
}

.copyright {
  margin-top: 10px;
  font-size: 16px;
  color: #f3f3f3;
}

.copyright a:hover {
  text-decoration: none;
  color: #66D8C5;
}

.copyright a {
  color: #FFFFFF;
}

.theme {
  font-family: santello;
  /* font-size: 20px; */
  /* font-weight: bold; */
  /* padding-left: 5px; */
}

#consultation {
  min-height: 100vh;
  background: url(../img/bg-consultation.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
}

#consultation h3 {
  font-size: 49px;
  font-family: santello;
  padding-top: 58px;
  text-transform: uppercase;
  text-align: center;
}

#consultation .form-box {
  background: rgba(102, 216, 197, 0.8);
  border-radius: 20px;
  padding: 20px 0px;
}

#consultation .form-box form .input-group-addon {
  width: 10%;
  background: #6D6F71;
  text-align: center;
}

#consultation .form-box form .input-group-addon i {
  font-size: 25px;
  color: #66D8C5;
  margin-top: 5px;
}

#consultation .form-box form .form-control {
  max-width: 90%;
  margin: auto;
  border: 2px solid #0CB796;
  padding-left: 10px;
}

#consultation .form-box form .form-select {
  border: none;
  border: 2px solid #0CB796;
  max-width: 90%;
  margin: auto;
}

#consultation .form-box form .send {
  max-width: 90%;
  margin-bottom: 15px;
  background: #66D8C5;
  color: #6D6F71;
}

.desc-button-box {
  margin: 0;
  padding: 0;
}

.desc-button-box li {
  list-style-type: none;
  display: inline-block;
}

.desc-button-box li a:hover {
  text-decoration: none;
}

.desc-button-box li a:hover {
  border: 2px solid #66D7C4;
  ;
}

.desc-button-box li a {
  border: 2px solid rgb(102, 216, 197);
  padding: 10px;
  font-size: 1.1rem;
  transition: all ease-in 300ms;
}

.btn-srv {
  background: #66D7C4;
  ;
  color: #FFF;
}

.form-control:focus {
  box-shadow: none;
}

#consultation .r-cons {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/doc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#consultation .r-cons img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 78%;
}

#consultation .form-box form .error-message {
  color: red;
  font-style: italic;
  display: none;
  width: 95%;
  margin-left: 13%;
}

@media (orientation:portrait) {

  #home .sub-home .main-img {
    max-width: 80%;
  }

  .desc-caption-box::before {
    width: 5px;
  }

  .navbar-collapse {
    margin-top: 10px;
  }

  .navbar-custom {
    margin-top: 0;
  }

  .navbar-custom .ln {
    display: none;
  }

  .navbar-custom .link-pdf {
    position: relative;
    top: auto;
    right: auto;
    background-attachment: fixed;
    padding: 10px;
    margin: 0;
    display: inline-block;
  }

  .navbar-custom .link-pdf a {
    padding: 0;
    border: none;
  }

  #karir.module,
  #politik.module,
  #organisasi.module {
    min-height: auto;
  }

  .navbar-brand {
    margin: 0;
  }

  .navbar-brand p {
    font-size: 13px;
    font-weight: 700;
  }

  .navbar-custom {
    background-position: 15%;
  }

  .navbar-custom {
    max-width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  #tentangkami .tentangkami-wrapper {
    flex-direction: column;
  }


  #tentangkami .tentangkami-wrapper .tentangkami-content {
    padding-right: 0;
    padding: 20px;
  }


  .tentangkami-program {
    max-width: 90%;
  }

  .tentangkami-program .program-box {
    font-size: 14px;
  }

  .tentangkami-program .program-box img {
    width: 45px;
  }

  .tentangkami-pengurus .pengurus-pembina .pengurus-pembina-box img {
    width: 100%;
  }

  .tentangkami-pengurus .pengurus-pembina .pengurus-pembina-box h5 {
    font-size: 14px;
  }

  .tentangkami-pengurus .pengurus-pembina .pengurus-pembina-box p {
    font-size: 10px;
  }

  #galeri .col-4 {
    margin-bottom: 0;
    padding: 5px;
  }

  .google-maps iframe {
    height: 500px;
  }

  .floating-box {
    position: relative;
    top: auto;
    right: auto;
    padding: 20px;
    font-weight: 700;
    width: 100%;
  }
}

@media (min-width: 1366px) and (orientation:landscape) {
  .form-inline {
    margin-right: 100px !important;
  }
}

@media(max-width: 1200px) and (min-height: 768px) {
  .nav-item .nav-link {
    margin-left: 0;
  }

  .navbar-custom .link-pdf {
    padding-left: 10px;
  }

  .navbar-custom .link-pdf a {
    padding: 10px 14px;
  }

  .navbar-custom .ln {
    display: none;

  }

  .navbar-custom .link-pdf {
    padding: 0 10px;
  }

  #about-us .img-wrapper {
    align-items: center;
  }

  #about-us .img-wrapper img {
    height: 60%;
  }

  #about-us .img-wrapper img:nth-child(1) {
    height: 60%;
  }

  #about-us .img-wrapper img:nth-child(3) {
    height: 60%;
    transform: none;
  }
  .desc-paraph-box {
    max-width: 90%;
  }
  .botcaption-box img {
    max-width: 85%;
  }
}

@media screen and (max-width: 1024px) {
  .desc-caption-box {
    line-height: normal;
    font-size: 1.6rem;

  }

  #about-us .content-box {
    padding-right: 0;
  }

  #about-us .img-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #about-us .img-wrapper img {
    max-width: 30%;
  }

  #about-us .img-wrapper img:nth-child(1) {
    height: auto;
  }
  #about-us .img-wrapper img:nth-child(3) {
    height: auto;
    transform: none;
  }
}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: .125em;
  }
}

@media (min-width: 768px) and (max-width: 1280px) and (max-height: 820px) {
  .desc-caption-box {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1280px) and (min-height: 1024px) {

  .navbar-custom {
    background-position: 20%;
  }

  .full .logo {
    width: 60%;

  }

  #home .sub-home .main-img {
    max-width: 100%;
  }

  .botcaption-box {
    text-align: left;
    align-items: start;
  }

  .botcaption-box .divider {
    display: none;
  }

  .botcaption-box h5 {
    line-height: normal;
    font-size: 18px;
  }

  .botcaption-box p {
    line-height: normal;
  }

  #home {
    padding-top: 200px;
  }

  #about-us .img-wrapper img {
    max-width: 30%;
  }

  #about-us .img-wrapper img {
    height: auto;
  }
  .sub-container img {
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-custom.hide {
    top: -95px;
  }
}
@media screen and (orientation: portrait) and (max-width: 810px) {
  .kontak-wrapper {
    flex-direction: column;
  }

  .kontak-wrapper .kontak-content {
    width: 100%;
  }

  .kontak-wrapper .kontak-maps {
    width: 100%;
  }

  .kontak-wrapper .kontak-content .social-box .social-btn {
    padding: 5px;
    font-size: 13px;
  }

  .kontak-wrapper .kontak-content h2 {
    text-align: center;
  }

}
@media screen and (orientation: landscape) and (max-width: 787px) {
  .desc-caption-box {
    font-size: 1rem;
  }
  .botcaption-box {
    padding: 40px;
  }
  .botcaption-box h5 {
    font-size: 16px;
  }
  .botcaption-box p {
    font-size: 8px;
  }
  .module#about-us {
    padding-top: 120px;
  }
  #about-us .frame-top {
    top: -170px;
  }
  #about-us .content-box {
    padding-bottom: 70px;
  }
}
@media screen and (max-height: 450px) and (orientation:landscape) {
  h5, .sub-title {
    font-size: 1rem;
  }
  .text-muted, .form-control, .form-select, .asdr{
    font-size: 10px;
  }
  #contact-us .grid-content {
    font-size: 12px;
  }
  
  .send {
    font-size: 10px;
    margin-top: 10px;
  }

  .navbar-custom {
    margin-top: 0;
  }

  .navbar-custom .ln {
    display: none;
  }

  .navbar .navbar-brand {
    width: 200px;
  }

  .navbar-custom .link-pdf {
    position: relative;
    top: auto;
    right: auto;
    background-attachment: fixed;
    padding: 10px;
    margin: 0;
    display: inline-block;
  }

  .navbar-custom .link-pdf a {
    padding: 0;
    border: none;
  }

  #home .sub-home {
    align-items: center;
  }

  #home .sub-home .main-img {
    max-width: 115%;
  }

  .desc-paraph-box {
    margin-bottom: 25px;
    max-width: 100%;
  }
  .desc-button-box li {
    margin-bottom: 25px;
  }

  .botcaption-box {
    text-align: left;
    margin-bottom: 10px;
  }
  .divider {
    display: none;
  }

  .botcaption-box h5 {
    line-height: 20px;
  }

  .line {
    display: none;
  }

  .full .logo {
    transform: translateY(15px);
  }

  .module h1 {
    font-size: 1.3rem;
  }

  .module h3 {
    font-size: 1rem !important;
  }

  .module p {
    font-size: 10px;
    line-height: inherit;
  }

  #about-us {
    padding-top: 80px;
  }

  #about-us .content-box ul li {
    font-size: 12px;
  }

  td {
    font-size: 12px;
  }
  .flex-container .sub-container img {
    width: 46px;
  }
  .flex-container .sub-container h5 {
    font-size: 1rem;
  }

  #business .card {
    min-height: 420px;
  }

  #consultation .form-box {
    margin-bottom: 20px;
  }

  .grid-contact .grid-title {
    width: 150px;
  }

  #contact-us .social-box {
    position: relative;
    bottom: -25px;
    left: 0;
    padding-bottom: 100px;
  }

}
@media (max-width: 450px) {

  .sub-title {
    font-size: 2rem;
  }

  .desc {
    font-size: 14px;
  }

  .botcaption-box {
    flex-direction: column;
  }

  .botcaption-box .divider {
    display: none;
  }

  .botcaption-box div {
    margin-bottom: 10px;
    text-align: left;
  }

  .service-img {
    transform: none;
  }

  .green-box {
    border-radius: 0;
  }

  .flex-container {
    flex-wrap: wrap;
    flex-direction: row;

  }

  .desc-caption-box {
    font-size: 2rem;
    max-width: 100%;
    line-height: normal;
    padding: 16px;
    margin-top: 10px;
    font-weight: 200;
  }

  .desc-paraph-box {
    max-width: 100%;
  }

  .desc-button-box {
    text-align: center;
  }

  .botcaption-box {
    text-align: center;
    border-radius: 0;
  }

  #about-us .img-wrapper img {
    max-width: 30%;
  }

  #about-us .img-wrapper img {
    height: auto;
  }

  #about-us .content-box {
    padding: 20px;
  }

  #about-us .title {
    text-align: center;
  }

  #about-us .sub-title {
    font-size: 2.2rem;
    text-align: center;
  }

  #services .title {
    text-align: center;
  }

  #services .sub-title {
    text-align: center;
    font-size: 2rem;
  }

  .flex-container .sub-container {
    justify-content: center;
  }

  .flex-container p {
    text-align: justify;
  }

  #galeri .sm-lbl {
    width: 25px;
    object-fit: contain;
  }

  .full .logo {
    width: 65%;
  }

  #galeri .col-4 .labelPraka {
    height: 20px;
    line-height: 20px;
    font-size: 6px;
  }

  #consultation {
    padding-top: 100px;
  }

  #consultation .title {
    text-align: center;
  }

  #consultation .sub-title {
    text-align: center;
  }

  #consultation .form-box {
    margin: 5px;
  }

  #contact-us {
    text-align: center;
  }
  .grid-contact {
    gap: 0;
    flex-wrap: wrap;
    text-align: left;
  }
  .grid-contact .grid-title {
    padding-left: 10px;
    margin: 0;
  }
  .grid-contact .grid-divider {
    display: none;
  }
  .grid-contact .grid-content {
    padding-left: 30px;
  }
  #contact-us .social-box {
    left: 10px;
    bottom: 20%;
    text-align: left;
  }
  .footer {
    font-size: 12px;
  }

  #footer p {
    font-size: 12px;
    text-align: center;
  }
}