/*
PERHATIAN!
JANGAN MENGGANTI FILE BOOTSTRAP YANG ADA PADA DIREKTORI MENGGUNAKAN FILE LAIN
*/
@import url("https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Lobster&family=Roboto:wght@400;700&display=swap");
* {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-weight: bold;
  font-family: 'Ibarra Real Nova', serif;
}

h2 {
  font-size: 45px;
  font-weight: bold;
  font-family: 'Ibarra Real Nova', serif;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Ibarra Real Nova', serif;
}

p {
  font-family: 'Roboto', sans-serif;
}

header {
  padding-bottom: 124px;
  margin-top: 250px;
}

header h1 {
  font-size: 55px;
  margin-top: 16px;
  line-height: 73px;
}

header p {
  font-size: 25px;
  font-weight: bold;
}

:root {
  --bs-primary-rgb: 255, 146, 4;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.btn-primary {
  color: #fff;
  background-color: #00AF8A;
  border-color: #00AF8A;
  border-radius: 10px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #049475;
  border-color: #00AF8A;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #049475;
  border-color: #00AF8A;
  -webkit-box-shadow: 0 0 0 0.25rem #049475;
          box-shadow: 0 0 0 0.25rem #049475;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #049475;
  border-color: #00AF8A;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #00AF8A;
          box-shadow: 0 0 0 0.25rem #00AF8A;
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #00AF8A;
  border-color: #00AF8A;
}

.btn-outline-primary {
  color: #00AF8A;
  border-color: #00AF8A;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  font-size: 23px;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #00AF8A;
  border-color: #00AF8A;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #00AF8A;
          box-shadow: 0 0 0 0.25rem #00AF8A;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #00AF8A;
  border-color: #00AF8A;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #00AF8A;
          box-shadow: 0 0 0 0.25rem #00AF8A;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #00AF8A;
  background-color: transparent;
}

.bg-light {
  background-color: white !important;
}

.navbar .navbar-nav {
  margin-left: auto !important;
  margin-right: auto !important;
}

.navbar .navbar-nav .active {
  font-weight: 700 !important;
  border-bottom: 5px solid #00AF8A;
  font-size: 30px;
  color: black !important;
}

.carousel-indicators {
  margin-left: 70%;
  margin-right: auto !important;
  margin-bottom: auto !important;
  position: relative;
}

.carousel-indicators button {
  all: none !important;
  margin-right: 40px !important;
}

.carousel-indicators button .indicator {
  width: 64px;
  height: 12px;
  border-radius: 13px !important;
  background-color: #00AF8A !important;
}

.modal-header {
  padding-right: 10px !important;
  padding-top: 10px !important;
}

@media (max-width: 991.98px) {
  .offcanvas {
    display: block;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.preloader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font: 14px arial;
}

.offcanvas-body .active {
  border-bottom: 0px !important;
  border-left: 10px solid rgba(0, 175, 138, 0.7) !important;
  outline: 1px dashed;
}

.offcanvas-body .btn-outline-primary {
  width: 86px;
  height: 18px;
  font-size: 6px;
  border-radius: 3px;
  padding: 0;
  padding-top: 2.5px;
  margin-left: auto;
  margin-right: auto;
}

.offcanvas-body h2 {
  margin-top: 99px !important;
  width: 100%;
  font-size: 6px;
  text-align: center;
  border-bottom: 1px solid white;
  color: white;
  font-family: "Lobster", cursive;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.offcanvas-body h2 span {
  background: #2C2C54;
  padding: 0 10px;
}

.offcanvas-body hr {
  color: white;
  height: 2px;
}

.offcanvas-body li {
  background: rgba(156, 156, 156, 0.2);
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.offcanvas-body li .nav-link {
  color: white !important;
  font-size: 7px;
  font-weight: bold;
}

.offcanvas {
  background-color: #2C2C54;
}

.offcanvas .text-reset {
  background-color: white !important;
}

.offcanvas-logo {
  font-size: 15px;
  font-family: 'Lobster', cursive;
  color: white;
}

.offcanvas-logo span {
  color: #00AF8A;
}

.ganendra-sign {
  font-family: 'Lobster', cursive;
  font-size: 30px;
}

.bold {
  font-weight: bold;
}

.bg-grey {
  background: rgba(205, 205, 205, 0.1);
}

.text-primary-header {
  color: #00AF8A;
  display: inline;
}

.text-primary {
  color: #00AF8A;
}

.text-grey-04 {
  color: rgba(31, 30, 30, 0.4);
}

.text-grey-06 {
  color: rgba(31, 30, 30, 0.6);
}

.section-divider {
  width: 127px;
  height: 7px;
  background-color: #00AF8A;
  margin-left: auto;
  margin-right: auto;
  margin-top: 135px;
  margin-bottom: 28px;
}

.section-1 {
  padding-top: 77px;
  padding-bottom: 103px;
}

.section-1 h2 {
  font-size: 45px;
}

.section-1 .card {
  width: 387px;
  height: 252px;
  border-radius: 0px !important;
  border: none;
}

.section-1 .card .card-title {
  font-size: 21px;
  text-align: center;
}

.section-1 .card .card-text {
  font-size: 15px;
}

.section-1 .card .service-img {
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-repeat: no-repeat !important;
}

.section-1 .card:hover {
  background-color: #00AF8A;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}

.section-1 .card:hover .card-title, .section-1 .card:hover .card-text, .section-1 .card:hover .text-primary {
  color: white !important;
}

.section-1 .card:hover #contract {
  background: url("../../image/icon/contract-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #mining {
  background: url("../../image/icon/mining-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #corporate {
  background: url("../../image/icon/corporate-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #bank {
  background: url("../../image/icon/bank-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #property {
  background: url("../../image/icon/property-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #litigation {
  background: url("../../image/icon/litigation-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #transportation {
  background: url("../../image/icon/transportation-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #propertyland {
  background: url("../../image/icon/property&land-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #telcom {
  background: url("../../image/icon/telcom-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #capital {
  background: url("../../image/icon/capital-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #bankrupt {
  background: url("../../image/icon/bankrupt-hvr.png");
  background-size: contain;
}

.section-1 .card:hover #famlaw {
  background: url("../../image/icon/famlaw-hvr.png");
  background-size: contain;
}

.section-1 .card img {
  margin-bottom: 12px;
}

.section-1 .card .card-title {
  font-weight: bold;
  font-size: 21px;
}

.section-1 .card .card-text {
  font-weight: bold;
}

.section-1 .card .card-body:hover {
  color: white !important;
}

.section-1 .learn-more {
  font-weight: bold;
  margin-top: 21px;
  padding-bottom: 24px;
}

.section-1 .layanan {
  margin-top: 78px;
}

.section-1 .container .row .col-md-4 h2 {
  margin-bottom: -30px;
}

.section-1 #contract {
  background: url("../../image/icon/contract.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #mining {
  background: url("../../image/icon/mining.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #corporate {
  background: url("../../image/icon/corporate.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #bank {
  background: url("../../image/icon/bank.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #property {
  background: url("../../image/icon/property.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #litigation {
  background: url("../../image/icon/litigation.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #transportation {
  background: url("../../image/icon/transportation.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #propertyland {
  background: url("../../image/icon/property&land.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #telcom {
  background: url("../../image/icon/telcom.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #capital {
  background: url("../../image/icon/capital.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #bankrupt {
  background: url("../../image/icon/bankrupt.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-1 #famlaw {
  background: url("../../image/icon/famlaw.png");
  background-size: contain;
  width: 70px;
  height: 70px;
}

.section-2 {
  font-size: 28px;
}

.section-2 .col-lg-7 h3 {
  margin-top: 21px;
  margin-bottom: 32px;
  font-size: 40px;
}

.section-2 a {
  color: rgba(0, 175, 138, 0.7);
  font-weight: bold;
  text-decoration: none;
}

.section-2 .modal-body {
  padding-left: 97px;
  padding-right: 87px;
}

.section-3 .modal-body {
  padding-left: 35px;
  padding-top: 39px;
}

.section-3 .modal-body .modal-title {
  font-family: "Lobster", cursive;
  font-size: 25px;
  color: rgba(0, 175, 138, 0.7);
  margin-bottom: 18px;
}

.section-3 .modal-body .nama {
  font-family: "Ibarra Real Nova", serif;
  font-weight: bold;
  font-size: 23px;
}

.section-3 .modal-body .keterangan {
  font-size: 19px;
}

.section-3 .modal-body .foto {
  width: 75%;
  height: 90%;
  text-align: center;
}

.section-3 .modal-body .legal-practice h5 {
  font-family: "Lobster", cursive;
  margin-bottom: 18px;
}

.section-3 .modal-body .legal-practice img {
  width: 35px;
  height: 35px;
}

.section-3 .modal-body .legal-practice span {
  font-size: 15px;
  font-weight: bold;
}

.section-3 .row-obj-1 {
  margin-bottom: 50px;
  margin-top: 80px;
}

.section-3 .objectives-box {
  width: 495px;
  height: 210px;
  background-color: #EEEEEE;
  border-radius: 30px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-3 .objectives-box .obj-img {
  margin-left: auto;
  margin-right: auto;
}

.section-3 .objectives-box #minimize {
  background: url("../../image/icon/MINIMIZE.png");
  width: 50px;
  height: 50px;
  background-size: contain;
}

.section-3 .objectives-box #minimize-negative {
  background: url("../../image/icon/MINIMIZE-NEGATIVE.png");
  width: 50px;
  height: 50px;
  background-size: contain;
}

.section-3 .objectives-box #reduce {
  background: url("../../image/icon/REDUCE.png");
  width: 50px;
  height: 50px;
  background-size: contain;
}

.section-3 .objectives-box #safeguard {
  background: url("../../image/icon/safeguard.png");
  width: 50px;
  height: 50px;
  background-size: contain;
}

.section-3 .objectives-box:hover {
  background-color: #2C2C54;
}

.section-3 .objectives-box:hover h3, .section-3 .objectives-box:hover p {
  color: white;
}

.section-3 .objectives-box:hover #minimize {
  background: url("../../image/icon/MINIMIZE-HVR.png");
  background-size: contain;
}

.section-3 .objectives-box:hover #minimize-negative {
  background: url("../../image/icon/MINIMIZE-NEGATIVE-hvr.png");
  background-size: contain;
}

.section-3 .objectives-box:hover #reduce {
  background: url("../../image/icon/REDUCE-hvr.png");
  background-size: contain;
}

.section-3 .objectives-box:hover #safeguard {
  background: url("../../image/icon/safeguard-hvr.png");
  background-size: contain;
}

.section-3 .objectives-box .col-md-10 {
  padding-top: 19px;
}

.section-3 .objectives-box h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-top: 12px;
}

.section-3 .objectives-box p {
  font-size: 17px;
}

.section-3 .lawyers {
  margin-top: 183px;
}

.section-3 .lawyers #legal-question {
  margin-bottom: 50px;
  color: white;
}

.section-3 .lawyers .rectangle-bg {
  height: 418px;
  background-color: #2C2C54;
  margin-bottom: -370px;
}

.section-3 .lawyers .owl-stage {
  height: 440px;
}

.section-3 .lawyers .owl-nav {
  display: none !important;
}

.section-3 .lawyers .owl-dots {
  display: none;
}

.section-3 .lawyers .btns {
  display: table;
  margin-left: 80%;
  margin-top: -100px;
  margin-bottom: 100px;
}

.section-3 .lawyers .btns .ml-11 {
  display: none;
}

.section-3 .lawyers .btns .arrow-right {
  margin-left: 33px;
  background: url("../../image/icon/arrow-right.png");
  background-size: contain;
}

.section-3 .lawyers .btns .arrow-right:hover {
  background: url("../../image/icon/arrow-right-hvr.png");
  background-size: contain;
}

.section-3 .lawyers .btns .arrow-left {
  background: url("../../image/icon/arrow-left.png");
  background-size: contain;
}

.section-3 .lawyers .btns .arrow-left:hover {
  background: url("../../image/icon/arrow-left-hvr.png");
  background-size: contain;
}

.section-3 .lawyers .btns .customNextBtn, .section-3 .lawyers .btns .customPreviousBtn {
  float: right;
}

.section-3 .lawyers .lawyers-box {
  width: 358px;
  height: 401px;
  background-color: white;
  margin-left: 36px;
  margin-right: 36px;
}

.section-3 .lawyers .lawyers-box .lawyers-2 {
  margin-left: 720px !important;
  margin-right: 720px !important;
}

.section-3 .lawyers .lawyers-box .carousel-inner {
  width: 100% !important;
}

.section-3 .lawyers .lawyers-box .nama {
  text-align: center;
  font-weight: bold;
  margin-top: -70px;
}

.section-3 .lawyers .lawyers-box img {
  width: 378px;
  height: 437px;
}

.section-3 .lawyers .lawyers-box h3 {
  font-family: "Ibarra Real Nova", serif;
  font-size: 20px;
  color: #FFFF;
}

.section-3 .lawyers .lawyers-box p {
  font-family: "Ibarra Real Nova", serif;
  font-size: 15px;
  color: white;
}

.section-3 .lawyers .resove-life {
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  width: 1138px;
  height: 390px;
  background-color: #2C2C54;
}

.section-3 .lawyers .right-content {
  margin-left: 150px;
}

.section-3 .lawyers .left-content {
  margin-top: 60px;
  margin-left: 52px;
}

.section-3 .lawyers .left-content h3 {
  font-family: 'yaldevic';
  color: white;
  font-size: 40px;
}

.section-3 .lawyers .left-content p {
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  color: white;
}

.section-3 .lawyers #resove-1 {
  margin-top: -62px;
  margin-left: -100px;
}

.section-3 .lawyers #resove-2 {
  margin-top: 37px;
  margin-left: -40px;
}

.section-3 .lawyers #resove-3 {
  position: absolute;
  margin-top: 26px;
  margin-left: -40px;
}

.section-3 .lawyers .dashed-rectangle {
  margin-top: -330px;
  margin-left: -150px;
  width: 501px;
  height: 302px;
  border-top: 0px !important;
  border: 5px dashed white;
}

.section-4 .section-divider {
  margin-top: 25px;
  margin-bottom: 94px;
}

.section-4 .kerjasama-clients .splide a {
  text-decoration: none;
  color: black;
  font-family: "Lobster", cursive;
  font-size: 40px;
  text-align: center;
}

.section-4 .kerjasama-clients .splide .splide__pagination__page {
  background-color: #00AF8A;
}

.section-4 .kerjasama-clients .splide .splide__arrow {
  display: none !important;
}

.section-4 .kerjasama-clients .splide ul {
  text-align: center;
}

.section-5 {
  margin-top: 250px;
}

.section-5 .bg-consultation {
  background-color: #2C2C54;
  color: white;
  padding-bottom: 149px;
  padding-top: 94px;
}

.section-5 .bg-consultation a {
  text-decoration: none;
  color: white;
}

.section-5 .bg-consultation h3 {
  margin-bottom: 50px;
  font-family: "Ibarra Real Nova", serif;
  font-size: 45px;
}

.section-5 .bg-consultation p {
  margin-bottom: 71px;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
}

.section-5 .bg-consultation .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.section-5 .bg-consultation .active {
  background-color: #00AF8A;
  color: white;
}

.section-5 .bg-consultation .form-consultation {
  background-color: white;
  padding: 27px;
  padding-bottom: 20px;
  border-radius: 20px;
}

.section-5 .bg-consultation .form-consultation .input-container {
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.section-5 .bg-consultation .form-consultation .form-control:focus {
  border: 1px solid #00AF8A;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.section-5 .bg-consultation .form-consultation .phone {
  border-left: 1px solid #C4C4C4;
}

.section-5 .bg-consultation .form-consultation .col {
  border-bottom: 1px solid #C4C4C4;
  padding-top: 20px;
}

.section-5 .bg-consultation .form-consultation .col-6 {
  border-bottom: 1px solid #C4C4C4;
  padding-top: 20px;
}

.section-5 .bg-consultation .form-consultation .col-12 {
  padding-top: 20px;
}

.section-5 .bg-consultation .form-consultation .input-field {
  border: none;
}

.section-5 .bg-consultation .form-consultation i {
  font-size: 35px;
}

.section-5 .bg-consultation .form-consultation .icon {
  padding: 10px;
  color: #C4C4C4;
  text-align: center;
}

footer {
  margin-top: 175px;
  background-color: #2C2C54;
  padding-top: 63px;
}

footer .logo-divider {
  margin-bottom: 70px;
}

footer .logo-divider .logo {
  font-size: 36px;
  font-family: 'Lobster', cursive;
  color: white;
}

footer .logo-divider .logo span {
  color: #00AF8A;
}

footer .logo-divider .line {
  height: 1px;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

footer h2 {
  font-family: "Ibarra Real Nova", serif;
  font-weight: bold;
  margin-bottom: 14px;
  color: white;
}

footer i {
  background-color: white;
  color: #00AF8A;
  padding: 8px;
  border-radius: 50%;
}

footer p {
  font-size: 20px;
  font-family: "Ibarra Real Nova", serif;
  font-weight: bold;
  color: white;
}

footer .list-unstyled {
  font-family: 'yaldevic', sans-serif;
  font-size: 30px;
}

footer .list-unstyled li a {
  text-decoration: none;
  color: white;
}

footer .sosmed {
  text-align: center;
  color: white;
}

footer .sosmed h3 {
  margin-bottom: 26px;
}

footer .sosmed .mr {
  margin-right: 33px;
}

footer .sosmed .icon-bg {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}

footer .sosmed .icon-bg i {
  margin-top: 10px;
  color: black;
}

footer .copyright {
  margin-top: 119px;
}

footer .copyright p {
  font-weight: lighter;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: white;
  margin: 0px;
  padding-bottom: 13px;
}

footer html, footer body {
  height: 100%;
  overflow: hidden;
}

footer body {
  background-color: #3a3d55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer #button-background {
  position: relative;
  background-color: white;
  width: 560px;
  height: 76px;
  border: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer #konsultasi {
  margin-top: -150px;
}

footer #slider {
  -webkit-transition: width 0.3s, border-radius 0.3s, height 0.3s;
  transition: width 0.3s, border-radius 0.3s, height 0.3s;
  position: absolute;
  left: 5px;
  background-color: #00AF8A;
  width: 170px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer #slider.unlocked {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: inherit;
  left: 0 !important;
  height: inherit;
  border-radius: inherit;
}

footer .material-icons {
  color: black;
  font-size: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

footer .slide-text {
  color: #3a3d55;
  font-size: 22px;
  margin-left: auto;
  margin-right: 51px;
  font-family: 'yaldevicb', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

footer .bottom {
  position: fixed;
  bottom: 0;
  font-size: 14px;
  color: white;
}

footer .bottom a {
  color: white;
}

.desktop-size {
  display: block;
}

.phone-size {
  display: none;
}

@media only screen and (min-width: 320px) {
  nav li {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 10px;
  }
  nav .nav-link {
    font-size: 7px;
  }
  nav .active {
    font-weight: 700 !important;
    border-bottom: 5px solid #00AF8A;
    color: black !important;
    margin-top: 0;
  }
  nav .active a {
    font-size: 28px;
  }
  nav .navbar-brand img {
    width: 89px;
    height: 36px;
  }
  header {
    margin-top: 0;
    padding-bottom: 43px !important;
  }
  header .spacer-heading {
    margin-top: 84px;
    background: url("../../image/icon/nav-active.png");
    width: 19px;
    height: 3px;
  }
  header img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 58px;
    width: 145px;
    height: 150px;
  }
  header h1 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  header p {
    font-size: 8px;
    margin-bottom: 16px;
  }
  header .btn-primary {
    width: 41px;
    height: 18px;
    font-size: 6px;
    padding: 0;
    padding-top: 4px;
    border-radius: 5px;
  }
  .section-1 {
    padding-top: 27px;
    padding-bottom: 34px;
  }
  .section-1 .layanan-large {
    display: none;
  }
  .section-1 .row {
    margin-top: 26px;
  }
  .section-1 .layanan-ipad {
    display: none;
  }
  .section-1 .layanan-small {
    display: block;
  }
  .section-1 .layanan-small .layanan {
    margin-left: auto;
    margin-right: auto;
  }
  .section-1 .layanan-small .card {
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 133px;
    height: 98px;
    padding-left: 0;
  }
  .section-1 .layanan-small .card .service-img {
    width: 25px !important;
    height: 25px !important;
    margin-top: unset;
  }
  .section-1 .layanan-small .card:hover {
    background-color: #00AF8A;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
  .section-1 .layanan-small .card:hover .card-title, .section-1 .layanan-small .card:hover .card-text, .section-1 .layanan-small .card:hover .text-primary {
    color: white !important;
  }
  .section-1 .layanan-small .card-body {
    width: 133px !important;
    height: 98px !important;
    padding-top: 27px;
  }
  .section-1 h5 {
    font-size: 9px !important;
  }
  .section-1 h2 {
    font-size: 20px;
  }
  .section-1 .carousel-indicators button {
    margin-right: -6px !important;
  }
  .section-1 .carousel-indicators button .indicator {
    width: 18px;
    height: 5px;
  }
  .section-divider {
    width: 45px !important;
    height: 4px !important;
  }
  .section-2 .section-divider {
    margin-top: 42px;
    margin-bottom: 14px;
    width: 45px;
    height: 4px;
  }
  .section-2 h2 {
    font-size: 15px;
    margin-bottom: 24px !important;
  }
  .section-2 h3 {
    font-size: 15px !important;
    margin-top: 35px !important;
    margin-bottom: 10px !important;
  }
  .section-2 span {
    display: none;
  }
  .section-2 p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .section-2 p a {
    font-size: 15px;
  }
  .section-2 img {
    width: 213px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .section-2 .ganendra-sign {
    font-size: 12px;
    margin-bottom: 0;
  }
  .section-2 .modal .ganendra-sign {
    font-size: 12px;
  }
  .section-2 .modal .modal-dialog {
    max-width: 400px !important;
  }
  .section-2 .modal .section-divider {
    margin-top: 31px;
    margin-bottom: 14px;
  }
  .section-2 .modal h2 {
    margin-bottom: 24px;
  }
  .section-2 .modal p {
    font-size: 10px;
    margin-bottom: 7px;
  }
  .section-2 .modal p a {
    font-size: 10px;
  }
  .section-2 .modal img {
    width: 213px;
    height: 180px;
  }
  .section-2 .modal h3 {
    margin-top: 35px;
    margin-bottom: 14px;
  }
  .section-2 .modal .modal-footer {
    padding-bottom: 5px;
  }
  .section-2 .modal .modal-body {
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .section-2 .modal .btn-secondary {
    width: 56px;
    height: 28px;
    font-size: 10px;
  }
  .section-3 {
    padding-bottom: 0;
  }
  .section-3 h3 {
    margin-top: 150px;
  }
  .section-3 h2 {
    font-size: 15px;
  }
  .section-3 .section-divider {
    margin-top: 47px;
    margin-bottom: 14px;
  }
  .section-3 .objectives-box {
    padding-top: 21px;
    width: 176px;
    height: 96px;
    border-radius: 10px;
    margin-bottom: 53px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
  .section-3 .objectives-box .obj-img {
    width: 28px !important;
    height: 28px !important;
  }
  .section-3 .objectives-box h3 {
    font-size: 10px;
    margin-top: 5px;
  }
  .section-3 .rectangle-bg {
    margin-top: 104px !important;
    height: 106px !important;
  }
  .section-3 .lawyers {
    margin-top: 0;
  }
  .section-3 .lawyers .lawyers-box {
    width: 116px;
    height: 135px;
  }
  .section-3 .lawyers h3 {
    margin-top: 300px;
    font-size: 13px;
    margin-bottom: 26px !important;
  }
  .section-3 .lawyers .arrow-right, .section-3 .lawyers .arrow-left {
    width: 20px;
    height: 20px;
    margin-top: 50px;
  }
  .section-3 .lawyers .btns .ml-11 {
    display: block;
    margin-left: 11px !important;
  }
  .section-3 .lawyers .owl-carousel .owl-stage {
    height: 100%;
  }
  .section-3 .lawyers .owl-carousel .item {
    width: 116px;
    height: 135px;
    margin: 0px 14px 0px 0px;
  }
  .section-3 .lawyers .owl-carousel img {
    width: 116px;
    height: 135px;
  }
  .section-3 .lawyers .owl-carousel h3 {
    font-size: 6px;
  }
  .section-3 .lawyers .owl-carousel p {
    font-size: 5px;
    margin-bottom: 0 !important;
  }
  .section-3 .lawyers .owl-carousel .name-smaller {
    font-size: 5px;
  }
  .section-3 .lawyers .owl-carousel .position-smaller {
    font-size: 5px;
  }
  .section-3 .lawyers .owl-carousel .nama {
    margin-top: -400px;
  }
  .section-3 .lawyers .owl-carousel .nama h3 {
    margin-bottom: 0px !important;
    margin-top: 375px;
  }
  .section-3 .lawyers .btns {
    margin-bottom: 26px;
  }
  .section-3 .lawyers #lawyerArief {
    width: 338px;
    height: 381px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section-3 .modal .modal-dialog {
    max-width: 400px;
  }
  .section-3 .modal .modal-header {
    border: none;
    padding: 5px;
  }
  .section-3 .modal .foto {
    width: 116px !important;
    height: 135px !important;
    padding-right: 0 !important;
  }
  .section-3 .modal .modal-body {
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 19px;
  }
  .section-3 .modal .modal-body .modal-title {
    font-size: 8px;
  }
  .section-3 .modal .col-6, .section-3 .modal .legal-practice, .section-3 .modal .col {
    padding-left: 0;
  }
  .section-3 .modal .nama {
    margin-bottom: 13px;
    font-family: "Ibarra Real Nova", serif;
    font-weight: bold;
    font-size: 13px;
  }
  .section-3 .modal p {
    font-size: 10px !important;
  }
  .section-3 .modal .row {
    margin-left: auto;
    margin-right: auto;
  }
  .section-3 .modal .foto {
    width: 106px;
    height: 125px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section-3 .modal .legal-practice h5 {
    font-size: 8px;
  }
  .section-3 .modal .legal-practice img {
    width: 20px;
    height: 20px;
  }
  .section-3 .modal .legal-practice span {
    display: block;
    font-size: 8px;
  }
  .section-3 .modal .modal-footer {
    display: none;
  }
  .section-4 h3 {
    margin-top: 42px !important;
    font-size: 15px;
    margin-bottom: 44px;
  }
  .section-4 .section-divider {
    display: none;
  }
  .section-4 .client {
    font-size: 10px !important;
  }
  .section-5 .bg-consultation {
    margin-top: -150px;
    padding-top: 44px;
    padding-bottom: 55px;
  }
  .section-5 .section-divider {
    margin-top: 0;
    margin-left: auto;
  }
  .section-5 h3 {
    font-family: "Ibarra Real Nova", serif !important;
    font-size: 13px !important;
    margin-bottom: 13px !important;
  }
  .section-5 p {
    font-size: 7px !important;
    margin-bottom: 23px !important;
  }
  .section-5 .desktop-size {
    display: none !important;
  }
  .section-5 .phone-size {
    display: block;
  }
  .section-5 .form-consultation {
    border-radius: 8px !important;
    width: 217px;
    height: 100%;
    padding: 0 !important;
    padding-right: 0px !important;
    padding-top: 6px !important;
    padding-left: 7px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .section-5 .form-consultation .fas, .section-5 .form-consultation .far {
    font-size: 13px !important;
  }
  .section-5 .form-consultation input, .section-5 .form-consultation textarea {
    font-size: 6px;
    padding: 0 !important;
    width: 150px;
  }
  .section-5 .form-consultation textarea {
    margin-top: 11px;
  }
  .section-5 .form-consultation .col-12, .section-5 .form-consultation .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  .section-5 .form-consultation .input-container {
    margin-bottom: 0 !important;
  }
  .section-5 .form-consultation button {
    margin-top: 30px;
    width: 52px;
    height: 19px !important;
    font-size: 6px;
    border-radius: 5px;
    padding: 0;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .section-5 .form-consultation .phone, .section-5 .form-consultation .col {
    border: none !important;
  }
  footer {
    padding-top: 17px;
    margin-top: 0;
  }
  footer .logo {
    font-size: 9px !important;
  }
  footer .line {
    margin-left: 80px;
    margin-top: -7px !important;
    height: .5px !important;
  }
  footer .logo-divider {
    margin-bottom: 22px;
  }
  footer .footer-icon {
    width: 12px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  footer h2 {
    font-size: 8px;
    margin-bottom: 5px;
  }
  footer p {
    font-size: 6px;
    margin-bottom: 10px;
  }
  footer p a {
    color: white;
  }
  footer .col-10 {
    padding-left: 0;
    margin-top: -5px;
  }
  footer .phone br {
    display: none;
  }
  footer iframe {
    width: 91px;
    height: 92px;
  }
  footer .copyright {
    margin-top: 17px !important;
  }
  footer .copyright p {
    font-weight: 100;
    font-size: 4px;
  }
}

@media only screen and (min-width: 768px) {
  nav li {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 10px;
  }
  nav .nav-link {
    font-size: 23px;
  }
  nav .active {
    font-weight: 700 !important;
    border-bottom: 5px solid #00AF8A;
    color: black !important;
    margin-top: 0;
  }
  nav .active a {
    font-size: 28px;
  }
  nav .navbar-brand img {
    width: 145px;
    height: 63px;
  }
  header {
    margin-top: 0;
    padding-bottom: 84px !important;
  }
  header .spacer-heading {
    margin-top: 204px;
    background: url("../../image/icon/nav-active.png");
    width: 40px;
    height: 6px;
  }
  header img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 139px;
    width: 269px;
    height: 304px;
  }
  header h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 22px;
  }
  header p {
    font-size: 15px;
  }
  header .btn-primary {
    width: 88px;
    height: 36px;
    font-size: 13px;
    padding-top: 8px;
  }
  .section-divider {
    width: 89px !important;
    height: 7px !important;
    margin-top: 108px;
    margin-bottom: 22px;
  }
  .section-1 {
    padding-top: 57px;
    padding-bottom: 91px;
  }
  .section-1 .layanan-large {
    display: none;
  }
  .section-1 .layanan-small {
    display: none;
  }
  .section-1 .layanan-ipad {
    display: block;
  }
  .section-1 .layanan-ipad .col-md-4 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .section-1 .layanan-ipad .layanan {
    margin-left: auto;
    margin-right: auto;
  }
  .section-1 .layanan-ipad .card {
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 310px;
    height: 228px;
    padding-left: 0;
  }
  .section-1 .layanan-ipad .card .service-img {
    width: 55px;
    height: 55px;
    margin-top: unset;
  }
  .section-1 .layanan-ipad .card:hover {
    background-color: #00AF8A;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
  .section-1 .layanan-ipad .card:hover .card-title, .section-1 .layanan-ipad .card:hover .card-text, .section-1 .layanan-ipad .card:hover .text-primary {
    color: white !important;
  }
  .section-1 .layanan-ipad .card-body {
    width: 310px !important;
    height: 228px !important;
    padding-top: 70px;
  }
  .section-1 h5 {
    font-size: 18px !important;
  }
  .section-1 h2 {
    font-size: 25px;
    margin-bottom: 62px !important;
  }
  .section-1 .carousel-indicators button {
    margin-right: 20px !important;
    margin-top: -85px;
  }
  .section-1 .carousel-indicators button .indicator {
    width: 40px;
    height: 12px;
  }
  .section-2 .section-divider {
    margin-top: 108px;
    margin-bottom: 22px;
  }
  .section-2 h2 {
    font-size: 35px;
    margin-bottom: 53px !important;
  }
  .section-2 h3 {
    font-size: 30px !important;
    margin-top: 69px !important;
    margin-bottom: 30px !important;
  }
  .section-2 span {
    display: none;
  }
  .section-2 p {
    font-size: 25px;
  }
  .section-2 p a {
    font-size: 20px;
  }
  .section-2 img {
    width: 476px;
    height: 472px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .section-2 .ganendra-sign {
    font-size: 25px;
  }
  .section-2 .modal .ganendra-sign {
    font-size: 25px;
    margin-top: 42px;
  }
  .section-2 .modal .modal-dialog {
    max-width: 700px !important;
  }
  .section-2 .modal .section-divider {
    margin-top: 69px;
    margin-bottom: 22px;
  }
  .section-2 .modal h2 {
    margin-bottom: 35px;
  }
  .section-2 .modal p {
    font-size: 28px;
  }
  .section-2 .modal img {
    width: 476px;
    height: 472px;
  }
  .section-2 .modal .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-3 {
    padding-bottom: 0;
  }
  .section-3 h3 {
    margin-top: 150px;
  }
  .section-3 h2 {
    margin-bottom: 66px;
    font-size: 35px;
  }
  .section-3 .section-divider {
    margin-top: 125px;
    margin-bottom: 26px;
  }
  .section-3 .objectives-box {
    padding-top: 32px;
    width: 366px;
    height: 171px;
    margin-bottom: 53px;
  }
  .section-3 .objectives-box .obj-img {
    width: 50px !important;
    height: 50px !important;
  }
  .section-3 .objectives-box h3 {
    font-size: 20px;
    margin-top: 16px;
  }
  .section-3 .rectangle-bg {
    margin-top: 105px !important;
    height: 260px !important;
  }
  .section-3 .lawyers {
    margin-top: 0;
  }
  .section-3 .lawyers .lawyers-box {
    width: 250px;
    height: 294px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .section-3 .lawyers h3 {
    margin-top: 200px;
    font-size: 28px;
    margin-bottom: 0px !important;
  }
  .section-3 .lawyers .arrow-right, .section-3 .lawyers .arrow-left {
    width: 45px;
    height: 45px;
  }
  .section-3 .lawyers .owl-carousel .owl-stage {
    height: 100%;
  }
  .section-3 .lawyers .owl-carousel .item {
    width: 250px;
    height: 294px;
    margin: 0px 14px 0px 0px;
  }
  .section-3 .lawyers .owl-carousel img {
    width: 250px;
    height: 294px;
  }
  .section-3 .lawyers .owl-carousel h3 {
    font-size: 13px;
  }
  .section-3 .lawyers .owl-carousel p {
    font-size: 10px;
    margin-bottom: 0 !important;
  }
  .section-3 .lawyers .owl-carousel .name-smaller {
    font-size: 11.5px;
  }
  .section-3 .lawyers .owl-carousel .position-smaller {
    font-size: 10px;
  }
  .section-3 .lawyers .owl-carousel .nama {
    margin-top: -200px;
  }
  .section-3 .lawyers .owl-carousel .nama h3 {
    margin-bottom: 0px !important;
    margin-top: 150px;
    margin-bottom: 2px !important;
  }
  .section-3 .lawyers .btns {
    margin-bottom: 65px;
  }
  .section-3 .lawyers #lawyerArief {
    width: 338px;
    height: 381px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section-3 .modal .modal-dialog {
    max-width: 700px;
  }
  .section-3 .modal .modal-header {
    border: none;
  }
  .section-3 .modal .modal-body {
    padding-top: 14px;
    padding-left: 35px;
    padding-bottom: 19px;
  }
  .section-3 .modal .modal-body .modal-title {
    font-size: 15px;
  }
  .section-3 .modal .nama {
    margin-bottom: 13px;
    font-family: "Ibarra Real Nova", serif;
    font-weight: bold;
    font-size: 14px;
  }
  .section-3 .modal p {
    font-size: 11px !important;
  }
  .section-3 .modal .row {
    margin-left: auto;
    margin-right: auto;
  }
  .section-3 .modal .foto {
    width: 206px !important;
    height: 225px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section-3 .modal .legal-practice h5 {
    font-size: 13px;
  }
  .section-3 .modal .legal-practice img {
    width: 28px;
    height: 28px;
  }
  .section-3 .modal .legal-practice span {
    font-size: 11px;
  }
  .section-3 .modal .modal-footer {
    display: none;
  }
  .section-4 h3 {
    margin-top: 107px !important;
    font-size: 35px;
    margin-bottom: 57px;
  }
  .section-4 .section-divider {
    display: none;
  }
  .section-4 .client {
    font-size: 23px !important;
  }
  .section-5 {
    margin-top: 0;
  }
  .section-5 .bg-consultation {
    margin-top: 172px;
    padding-top: 44px;
    padding-bottom: 55px;
  }
  .section-5 .section-divider {
    margin-top: 0;
    margin-bottom: 21px;
  }
  .section-5 h3 {
    font-size: 35px !important;
    margin-bottom: 13px !important;
  }
  .section-5 p {
    font-size: 15px !important;
    margin-bottom: 23px !important;
  }
  .section-5 .desktop-size {
    display: block !important;
  }
  .section-5 .phone-size {
    display: none;
  }
  .section-5 .form-consultation {
    border-radius: 20px !important;
    width: 390px;
    height: 262px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
  }
  .section-5 .form-consultation .fas, .section-5 .form-consultation .far {
    font-size: 23px !important;
  }
  .section-5 .form-consultation .col, .section-5 .form-consultation .col-6, .section-5 .form-consultation .col-12 {
    padding: 2px 0px 0px !important;
  }
  .section-5 .form-consultation .input-container {
    margin-bottom: 0 !important;
  }
  .section-5 .form-consultation input, .section-5 .form-consultation textarea {
    font-size: 12px;
    width: 75%;
  }
  .section-5 .form-consultation .phone {
    border-left: 1px solid #C4C4C4 !important;
    border-bottom: 1px solid #C4C4C4 !important;
  }
  .section-5 .form-consultation .col {
    border-bottom: 1px solid #C4C4C4 !important;
  }
  .section-5 .form-consultation .btn-primary {
    width: 103px;
    height: 38px !important;
    border-radius: 10px;
    font-size: 10px;
    margin-top: 62px;
  }
  footer .logo {
    font-size: 23px !important;
  }
  footer .line {
    margin-left: -40px;
    margin-top: 18px !important;
    height: 2px !important;
  }
  footer .logo-divider {
    margin-bottom: 66px;
  }
  footer .footer-icon {
    width: 43px;
    height: 43px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  footer h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  footer p {
    font-size: 15px;
    margin-left: 20px;
  }
  footer p a {
    color: white;
  }
  footer iframe {
    width: 177px;
    height: 177px;
  }
  footer .maps {
    float: right !important;
  }
  footer .copyright {
    margin-top: 64px !important;
  }
  footer .copyright p {
    font-weight: 100;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px) {
  .offcanvas {
    display: none;
  }
  nav li {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 10px;
  }
  nav .nav-link {
    font-size: 23px;
  }
  nav .active {
    font-weight: 700 !important;
    border-bottom: 5px solid #00AF8A;
    color: black !important;
    margin-top: 0;
  }
  nav .active a {
    font-size: 28px;
  }
  nav .navbar-brand img {
    width: 180px;
    height: 76px;
  }
  header {
    padding-bottom: 138px !important;
    margin-top: 0;
  }
  header .spacer-heading {
    margin-top: 260px;
    background: url("../../image/icon/nav-active.png");
    width: 48px;
    height: 6px;
  }
  header .row {
    margin: 0;
  }
  header img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 203px;
    width: 373px;
    height: 363px;
  }
  header h1 {
    font-size: 45px;
    margin-top: 17px;
    line-height: normal;
  }
  header p {
    font-size: 23px;
  }
  header .btn-primary {
    width: 110px;
    height: 42px;
    font-size: 17px;
    padding-top: 8px;
    border-radius: 10px;
  }
  .section-1 {
    padding-top: 57px;
    padding-bottom: 118px;
  }
  .section-1 .layanan-large {
    display: none;
  }
  .section-1 .layanan-ipad {
    display: none;
  }
  .section-1 .layanan-small {
    display: block;
  }
  .section-1 .layanan-small .col-md-4 {
    margin-left: 54px;
    margin-right: 54px;
  }
  .section-1 .layanan-small .layanan {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 114px;
  }
  .section-1 .layanan-small .card {
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 387px;
    height: 252px;
    padding-left: 0;
  }
  .section-1 .layanan-small .card .service-img {
    width: 65px !important;
    height: 65px !important;
    margin-top: unset;
  }
  .section-1 .layanan-small .card:hover {
    background-color: #00AF8A;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
  .section-1 .layanan-small .card:hover .card-title, .section-1 .layanan-small .card:hover .card-text, .section-1 .layanan-small .card:hover .text-primary {
    color: white !important;
  }
  .section-1 .layanan-small .card-body {
    width: 387px !important;
    height: 252px !important;
    padding-top: 70px;
  }
  .section-1 h5 {
    font-size: 25px !important;
  }
  .section-1 h2 {
    font-size: 35px;
  }
  .section-divider {
    width: 100px !important;
    height: 7px !important;
  }
  .section-2 h2 {
    font-size: 40px;
    margin-bottom: 0px !important;
  }
  .section-2 h3 {
    font-size: 30px !important;
    margin-top: 80px !important;
    margin-bottom: 30px !important;
  }
  .section-2 p {
    font-size: 21px;
  }
  .section-2 p a {
    font-size: 16px;
  }
  .section-2 img {
    margin-top: 73px;
    width: 401px;
    height: 457px;
  }
  .section-2 span {
    display: inline;
  }
  .section-2 .ganendra-sign {
    font-size: 23px;
  }
  .section-2 .modal .ganendra-sign {
    font-size: 23px;
  }
  .section-2 .modal .modal-dialog {
    max-width: 950px !important;
  }
  .section-2 .modal .section-divider {
    margin-top: 72px;
    margin-bottom: 30px;
  }
  .section-2 .modal h2 {
    margin-bottom: 72px;
  }
  .section-2 .modal img {
    width: 401px;
    height: 457px;
  }
  .section-2 .modal .btn-secondary {
    width: unset;
    height: unset;
    font-size: unset;
  }
  .section-3 {
    padding-bottom: 219px;
  }
  .section-3 .section-divider {
    margin-top: 139px;
    margin-bottom: 30px;
  }
  .section-3 .objectives-box {
    padding-top: 54px;
    border-radius: 30px;
    width: 401px;
    height: 233px;
    height: 223px;
  }
  .section-3 .objectives-box .obj-img {
    width: 65px !important;
    height: 65px !important;
  }
  .section-3 .objectives-box h3 {
    font-size: 23px;
    margin-top: 16px;
  }
  .section-3 .rectangle-bg {
    margin-top: 166px !important;
    height: 390px !important;
  }
  .section-3 .lawyers .lawyers-box {
    width: 368px;
    height: 420px;
    margin-left: 41px;
    margin-right: 41px;
  }
  .section-3 .lawyers h3 {
    font-size: 40px;
    margin-top: 56px;
  }
  .section-3 .lawyers .arrow-right, .section-3 .lawyers .arrow-left {
    width: 55px;
    height: 55px;
  }
  .section-3 .lawyers .owl-carousel img {
    width: 368px;
    height: 420px;
  }
  .section-3 .lawyers .owl-carousel .item {
    width: 368px;
    height: 420px;
    margin: 0px 82px 0px 0px;
  }
  .section-3 .lawyers .owl-carousel h3 {
    font-size: 19px;
  }
  .section-3 .lawyers .owl-carousel p {
    font-size: 14px;
  }
  .section-3 .lawyers .owl-carousel .name-smaller {
    font-size: 16px;
  }
  .section-3 .lawyers .owl-carousel .position-smaller {
    font-size: 15px;
  }
  .section-3 .lawyers .owl-carousel .nama {
    margin-top: -140px;
  }
  .section-3 .lawyers .owl-carousel .nama h3 {
    margin-bottom: 0px !important;
    margin-top: 70px;
  }
  .section-3 .lawyers #lawyerArief {
    width: 338px;
    height: 381px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section-3 .modal .modal-dialog {
    max-width: 767px;
    height: 100%;
  }
  .section-3 .modal .modal-header {
    border: none;
  }
  .section-3 .modal .modal-body {
    padding-top: 5px;
    padding-left: 51px;
    padding-right: 26px;
    padding-bottom: 19px;
  }
  .section-3 .modal .nama {
    margin-bottom: 13px;
    font-family: "Ibarra Real Nova", serif;
    font-weight: bold;
    font-size: 18px;
  }
  .section-3 .modal p {
    font-size: 14px !important;
  }
  .section-3 .modal .row {
    margin-left: auto;
    margin-right: auto;
  }
  .section-3 .modal .foto {
    width: 338px !important;
    height: 381px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section-3 .modal .legal-practice h5 {
    font-size: 15px;
  }
  .section-3 .modal .legal-practice img {
    width: 32px;
    height: 32px;
  }
  .section-3 .modal .legal-practice span {
    font-size: 13px;
  }
  .section-3 .modal .modal-footer {
    display: none;
  }
  .section-4 h3 {
    margin-top: 144px !important;
    font-size: 43px;
  }
  .section-4 .section-divider {
    margin-top: 15px;
    margin-bottom: 61px;
  }
  .section-4 .client {
    font-size: 35px !important;
  }
  .section-5 .bg-consultation {
    padding-top: 88px;
    padding-bottom: 126px;
  }
  .section-5 .section-divider {
    margin-top: 0;
    margin-bottom: 27px;
    margin-left: auto;
  }
  .section-5 h3 {
    font-size: 43px !important;
    margin-bottom: 37px !important;
    text-align: center !important;
  }
  .section-5 p {
    font-size: 23px !important;
    margin-bottom: 55px !important;
    text-align: center !important;
  }
  .section-5 .desktop-size {
    display: block !important;
  }
  .section-5 .phone-size {
    display: none;
  }
  .section-5 .form-consultation {
    border-radius: 20px !important;
    width: 721px;
    height: 446px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px !important;
    padding-top: 0 !important;
    padding-left: 27px !important;
    padding-top: 0px !important;
  }
  .section-5 .form-consultation .fas, .section-5 .form-consultation .far {
    font-size: 35px !important;
  }
  .section-5 .form-consultation .col, .section-5 .form-consultation .col-6, .section-5 .form-consultation .col-12 {
    padding: 20px 0px 0px !important;
  }
  .section-5 .form-consultation .input-container {
    margin-bottom: 0 !important;
  }
  .section-5 .form-consultation button {
    width: 169px;
    height: 53px !important;
    font-size: 17px;
    border-radius: 10px;
    padding: 0;
    margin-top: 103px !important;
    margin-right: 41px;
  }
  .section-5 .form-consultation input, .section-5 .form-consultation textarea {
    font-size: 18px;
    width: 80%;
  }
  .section-5 .form-consultation textarea {
    margin-top: 10px;
  }
  .section-5 .form-consultation .col {
    border-bottom: 1px solid #C4C4C4 !important;
  }
  .section-5 .form-consultation .phone {
    border-left: 1px solid #C4C4C4 !important;
    border-bottom: 1px solid #C4C4C4 !important;
  }
  .section-5 .form-consultation .btn-primary {
    width: 169px;
    height: 43px;
    font-size: 17px;
  }
  footer {
    margin-top: 145px;
  }
  footer .logo {
    font-size: 33px !important;
  }
  footer .line {
    margin-left: -100px;
    margin-top: 30px !important;
    height: 2px !important;
  }
  footer .logo-divider {
    margin-bottom: 76px;
  }
  footer .footer-icon {
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  footer h2 {
    font-size: 33px;
    margin-bottom: 28px;
  }
  footer p {
    font-size: 17px;
  }
  footer p a {
    color: white;
  }
  footer iframe {
    width: 260px;
    height: 250px;
  }
  footer .maps {
    margin-right: 110px;
    float: right !important;
  }
  footer .copyright {
    margin-top: 87px !important;
  }
  footer .copyright p {
    font-weight: 100;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1400px) {
  nav li {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 10px;
  }
  nav .nav-link {
    font-size: 25px;
  }
  nav .active {
    font-weight: 700 !important;
    border-bottom: 5px solid #00AF8A;
    color: black !important;
    margin-top: 0;
  }
  nav .active a {
    font-size: 30px;
  }
  nav .navbar-brand img {
    width: 253px;
    height: 104px;
  }
  header {
    padding-bottom: 27px !important;
    margin-top: 0;
  }
  header .spacer-heading {
    margin-top: 251px;
    background: url("../../image/icon/nav-active.png");
    width: 53px;
    height: 6px;
  }
  header img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 178px;
    width: 496px;
    height: 505px;
  }
  header h1 {
    font-size: 55px;
    margin-top: 16px;
    margin-bottom: 33px;
    line-height: normal;
  }
  header p {
    font-size: 25px;
    margin-bottom: 48px;
  }
  header .btn-primary {
    width: 131px;
    height: 47px;
    font-size: 19px;
    padding-top: 8px;
  }
  .section-1 {
    padding-top: 77px;
    padding-bottom: 103px;
  }
  .section-1 .layanan-ipad {
    display: none;
  }
  .section-1 .layanan-small {
    display: none;
  }
  .section-1 .layanan-large {
    display: block;
  }
  .section-1 .layanan-large .row {
    margin-bottom: 78px;
  }
  .section-1 .layanan-large .col-md-4 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .section-1 .layanan-large .layanan {
    margin-left: auto;
    margin-right: auto;
  }
  .section-1 .layanan-large .card {
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 387px;
    height: 252px;
    padding-left: 0;
  }
  .section-1 .layanan-large .card .service-img {
    width: 70px;
    height: 70px;
    margin-top: unset;
  }
  .section-1 .layanan-large .card:hover {
    background-color: #00AF8A;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
  .section-1 .layanan-large .card:hover .card-title, .section-1 .layanan-large .card:hover .card-text, .section-1 .layanan-large .card:hover .text-primary {
    color: white !important;
  }
  .section-1 .layanan-large .card-body {
    width: 387px !important;
    height: 252px !important;
    padding-top: 70px;
  }
  .section-1 h5 {
    font-size: 25px !important;
  }
  .section-1 h2 {
    font-size: 45px;
    margin-bottom: 87px !important;
  }
  .section-1 .carousel-indicators button {
    margin-right: 56px !important;
  }
  .section-1 .carousel-indicators button .indicator {
    width: 64px;
    height: 12px;
  }
  .section-2 .section-divider {
    margin-top: 135px;
    margin-bottom: 28px;
  }
  .section-2 h2 {
    font-size: 45px;
    margin-bottom: 0px !important;
  }
  .section-2 h3 {
    font-size: 40px !important;
    margin-top: 85px !important;
    margin-bottom: 32px !important;
  }
  .section-2 p {
    font-size: 28px;
  }
  .section-2 p a {
    font-size: 20px;
  }
  .section-2 img {
    margin-top: 68px;
    width: 504px;
    height: 573px;
  }
  .section-2 .ganendra-sign {
    font-size: 30px;
    margin-top: 34px;
  }
  .section-2 span {
    display: inline;
  }
  .section-2 .modal .modal-dialog {
    max-width: 950px !important;
  }
  .section-2 .modal .section-divider {
    margin-top: 72px;
    margin-bottom: 30px;
  }
  .section-2 .modal h2 {
    margin-bottom: 72px;
  }
  .section-2 .modal img {
    width: 401px;
    height: 457px;
  }
  .section-3 {
    padding-bottom: 254px;
  }
  .section-3 h2 {
    font-size: 45px;
    margin-bottom: 84px;
  }
  .section-3 .section-divider {
    margin-top: 130px;
    margin-bottom: 28px;
  }
  .section-3 .objectives-box {
    padding-top: 37px;
    width: 495px;
    height: 210px;
  }
  .section-3 .objectives-box .obj-img {
    width: 70px !important;
    height: 70px !important;
  }
  .section-3 .objectives-box h3 {
    font-size: 25px;
    margin-top: 16px;
  }
  .section-3 .rectangle-bg {
    margin-top: 212px !important;
    height: 418px !important;
  }
  .section-3 .lawyers .lawyers-box {
    width: 378px;
    height: 437px;
    margin-left: 41px;
    margin-right: 41px;
  }
  .section-3 .lawyers h3 {
    font-size: 45px;
    margin-top: 0px;
  }
  .section-3 .lawyers .btns {
    margin-bottom: 99px;
  }
  .section-3 .lawyers .btns .arrow-right {
    margin-left: 33px !important;
  }
  .section-3 .lawyers .arrow-right, .section-3 .lawyers .arrow-left {
    width: 60px;
    height: 60px;
  }
  .section-3 .lawyers .owl-carousel img, .section-3 .lawyers .owl-carousel .item {
    width: 378px;
    height: 437px;
  }
  .section-3 .lawyers .owl-carousel .item {
    margin: 0px 72px 0px 0px;
  }
  .section-3 .lawyers .owl-carousel h3 {
    font-size: 20px;
    margin-bottom: 0 !important;
  }
  .section-3 .lawyers .owl-carousel p {
    font-size: 15px;
  }
  .section-3 .lawyers .owl-carousel .name-smaller {
    font-size: 17px;
  }
  .section-3 .lawyers .owl-carousel .position-smaller {
    font-size: 15px;
  }
  .section-3 .lawyers .owl-carousel .nama {
    margin-top: -80px;
  }
  .section-3 .lawyers .owl-carousel .nama h3 {
    margin-bottom: 9px !important;
    margin-top: 0px;
  }
  .section-3 .lawyers #lawyerArief {
    width: 338px;
    height: 381px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section-3 .modal .modal-dialog {
    max-width: 969px;
    height: 100%;
  }
  .section-3 .modal .modal-header {
    border: none;
  }
  .section-3 .modal .modal-body {
    padding-top: 5px;
    padding-left: 51px;
    padding-right: 26px;
    padding-bottom: 76px;
  }
  .section-3 .modal .modal-body .modal-title {
    font-size: 25px;
  }
  .section-3 .modal .nama {
    margin-bottom: 17px;
    font-family: "Ibarra Real Nova", serif;
    font-weight: bold;
    font-size: 23px;
  }
  .section-3 .modal p {
    font-size: 19px !important;
  }
  .section-3 .modal .row {
    margin-left: auto;
    margin-right: auto;
  }
  .section-3 .modal .foto {
    width: 391px !important;
    height: 449px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section-3 .modal .legal-practice h5 {
    font-size: 20px;
  }
  .section-3 .modal .legal-practice img {
    width: 35px;
    height: 35px;
    margin-right: 4px;
  }
  .section-3 .modal .legal-practice span {
    font-size: 15px;
  }
  .section-3 .modal .modal-footer {
    display: none;
  }
  .section-4 {
    padding-bottom: 253px;
  }
  .section-4 h3 {
    margin-top: 148px !important;
    margin-bottom: 0;
    font-size: 43px;
  }
  .section-4 .section-divider {
    display: block;
    margin-top: 25px;
    margin-bottom: 174px;
  }
  .section-4 .client {
    font-size: 35px !important;
  }
  .section-5 .bg-consultation {
    padding-top: 94px;
    padding-bottom: 149px;
  }
  .section-5 .section-divider {
    margin-top: 0;
    margin-bottom: 38px;
  }
  .section-5 h3 {
    font-size: 45px !important;
    margin-bottom: 54px !important;
  }
  .section-5 p {
    font-size: 25px !important;
    margin-bottom: 71px !important;
  }
  .section-5 .form-consultation {
    width: 839px;
    height: 489px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 27px !important;
    padding-top: 11px !important;
  }
  .section-5 .form-consultation .fas, .section-5 .form-consultation .far {
    font-size: 35px !important;
    margin-bottom: 25px;
  }
  .section-5 .form-consultation .col, .section-5 .form-consultation .col-6, .section-5 .form-consultation .col-12 {
    padding-top: 0;
  }
  .section-5 .form-consultation .input-container {
    margin-bottom: 0 !important;
  }
  .section-5 .form-consultation input, .section-5 .form-consultation textarea {
    font-size: 18px;
    padding-bottom: 25px !important;
  }
  .section-5 .form-consultation .btn-primary {
    margin-top: 73px !important;
    width: 217px;
    height: 67px !important;
    font-size: 20px;
  }
  footer {
    margin-top: 0;
  }
  footer .logo {
    font-size: 35px !important;
  }
  footer .line {
    margin-left: -150px;
    margin-top: 30px !important;
    height: 2px !important;
  }
  footer .logo-divider {
    margin-bottom: 93px;
  }
  footer .footer-icon {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  footer h2 {
    font-size: 35px;
  }
  footer p {
    font-size: 20px;
  }
  footer p a {
    color: white;
  }
  footer iframe {
    width: 298px;
    height: 291px;
  }
  footer .maps {
    margin-right: 0px;
  }
  footer .copyright {
    margin-top: 103px !important;
  }
  footer .copyright p {
    font-weight: 100;
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */