@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Quicksand:wght@300;400;500;600;700&display=swap");

html,
body {
  font-family: "Quicksand", sans-serif;
}

/* POSITION */
.position-fixed {
  position: fixed !important;
}
.position-absolute {
  position: absolute !important;
}

/* FONT */
.fw-montserrat {
  font-family: "Montserrat", sans-serif;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.h1,
h1 {
  font-size: 2rem;
}

h4,
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.text-blue {
  color: #006fff;
}

.btn-blue {
  background-color: #006fff;
}
.btn-blue:hover {
  background-color: #006fff;
}
.border-50 {
  border-radius: 50px;
}
.btn-rounded {
  border-radius: 25px;
}

/* NAVBAR */
.sticky-top {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.bg-light {
  background-color: #fff;
  color: #212121;
}
.bg-light .nav-link {
  color: #212121 !important;
}
.navbar {
  z-index: 99;
  transition: 0.3s ease;
  width: 100%;
  background: transparent;
}
.navbar .nav-link:hover {
  color: #006fff;
  border-top: 4px solid #006fff;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem !important;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 600;
  color: #212121;
  border-top: 4px solid transparent;
}

.navbar-home .nav-link {
  color: #212121;
}

.navbar .active > .nav-link {
  border-top: 4px solid #006fff !important;
  color: #006fff;
}

.nav-logo {
  width: 50px;
}

.img-content-bg-1 {
  top: 0;
  left: 0;
  z-index: 2;
  width: 400px;
  position: absolute;
}

/*  FLIP CARD */
/* .box1,
.box2,
.box3,
.box4,
.box5,
.box6 {
  width: 200px;
  height: 250px;
  background: transparent;
} */
.box-service {
  padding: 2rem;
}
.flip-card {
  background-color: transparent;
  width: 200px;
  height: 250px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  font-size: 0.9rem;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-front {
  background-color: #fff;

  color: black;
}

.flip-card-back {
  background-color: #006fff;
  color: white;
  transform: rotateY(180deg);
}

/* EXPERTISE */
.nav-custom {
  color: #464646 !important;
  font-weight: 500;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  background-color: #ececec !important;
}
.nav-custom.active {
  font-weight: 700;
  color: #413333 !important;
  border-left: 5px solid#006fff;
  font-family: Montserrat, sans-serif;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.logo-expertise img {
  height: 70px;
  width: auto;
}

/* NEWS */
.blue-line {
  width: 70px;
  display: table-caption;
  border-top: 3px solid #006fff;
  margin: 8px 0;
}

.box-news {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.box-news:hover {
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* FOOTER */
#wrapper-footer-full {
  color: #fff;
  font-size: 13px;
  padding: 3rem 0 !important;
  background-color: #006fff;
}

/*  NEWS */
.head-title {
  width: 100%;
  height: 100vh;
  background: #006fff;
  background: -webkit-linear-gradient(59deg, #006fff, #7eaeec);
  background: -moz-linear-gradient(59deg, #006fff, #7eaeec);
  background: -o-linear-gradient(59deg, #006fff, #7eaeec);
  background: linear-gradient(31deg, #006fff, #7eaeec);
}

.content-title {
  position: relative;
  overflow: hidden;
}
.content-title-purple {
  background: #7c17d5;
  background: -webkit-linear-gradient(210deg, #7c17d5 0, #ff7a79 100%);
  background: -moz-linear-gradient(210deg, #7c17d5 0, #ff7a79 100%);
  background: -o-linear-gradient(210deg, #7c17d5 0, #ff7a79 100%);
  background: linear-gradient(240deg, #7c17d5 0, #ff7a79 100%);
}
.parallax-head {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
}
.parallax-head img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
}

.category-link ul li a.active,
.category-link ul li a:hover {
  color: #fff;
  background: #006fff;
}

.category-link ul li {
  list-style: none;
  margin-top: 1rem;
}
.category-link ul li a {
  background: #ececec;
  color: grey;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 16px;
}

#news .title-tag {
  font-size: 16px;
  font-weight: 700;
  color: grey;
  border-bottom: 3px solid #006fff;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

#news .paragraph-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #888;
}
.side-dx-news ul li a {
  color: #333;
}
.side-dx-news ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.side-tags ul li {
  height: 30px;
}
.tags-link {
  display: inline-block;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.side-tags ul li a {
  color: #aeaeae;
  font-size: 14px;
  margin-right: 10px;
}

/* Pagination */
.paginate ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  justify-content: center !important;
}
.paginate ul li .page-numbers.current {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  background-color: #006fff;
}
.paginate ul li .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #53f;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin: 0.125rem;
  color: #9f9f9f;
  font-weight: 500;
  padding: 7px 13px;
  border: transparent;
  border-radius: 20px;
}

/* WHO WE ARE / ABOUT */

#about .content-title {
  position: relative;

  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
#about .content-title {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background: -webkit-linear-gradient(59deg, #006fff, #5c92d8);
  background: -moz-linear-gradient(59deg, #006fff, #5c92d8);
  background: -o-linear-gradient(59deg, #006fff, #5c92d8);
  background: linear-gradient(31deg, #006fff, #5c92d8);
}

#about .cProfile {
  width: 141px;
  height: 141px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #f0f0f0;
  border: 10px solid #fafafa;
}
.mt-min-100px {
  margin-top: -100px;
}
#about .iconProfile {
  height: 100px;
  width: auto;
}
#about .border-blue {
  width: 44px;
  height: 6px;
  border-radius: 9px;
  background-color: #006fff;
  position: absolute;
  bottom: 0;
  left: 44%;
}
#about .content-title img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
#about .content-title .content-title-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#about .img-content-bg-6 {
  width: 100%;
  z-index: -1;
  margin-top: -112px;
  margin-left: -430px;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

#about .profileSection .circles {
  width: 14px;
  height: 14px;
  background-color: #3e3e3e;
}

#about .team-img {
  width: 80%;
}

/* PORTFOLIO */
#portfolio h1 {
  font-size: 85px;
  color: #006fff;
  letter-spacing: -1px;
}
.portfolio-desc {
  width: 100%;
}

.portfolio-banner {
  margin-top: -20px;
  width: 617px;
  height: 738px;
}

/* CONTACT */

#contact .content-title {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background: -webkit-linear-gradient(59deg, #006fff, #5c92d8);
  background: -moz-linear-gradient(59deg, #006fff, #5c92d8);
  background: -o-linear-gradient(59deg, #006fff, #5c92d8);
  background: linear-gradient(31deg, #006fff, #5c92d8);
}
#contact .content-title img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
.container-contact {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.contact-form .container {
  width: 75%;
}
div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
  background: 0 0;
  border: 0;
  border-radius: 0;

  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  outline: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: visible;
  overflow: visible;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  box-shadow: none;
}
div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 120px;
}
#contact .contact-footer-img {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  background-color: #ecf0f1;
  border: 5px solid #f5f5f5;
}
#contact .contact-footer-img img {
  width: auto;
  height: 100%;
  display: inline;
  margin: 0 auto 0 -25%;
  max-width: none;
}

/* SERVICE */
#service .content-title {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background: -webkit-linear-gradient(59deg, #006fff, #5c92d8);
  background: -moz-linear-gradient(59deg, #006fff, #5c92d8);
  background: -o-linear-gradient(59deg, #006fff, #5c92d8);
  background: linear-gradient(31deg, #006fff, #5c92d8);
}
#service .circle-view-more {
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  padding: 18px 0;
}
#service .service-desc h2 {
  color: #006fff;
  font-size: 40px;
  font-weight: 700;
}

/* SINGLE SERVICE */

#single-service .footer-service {
  text-align: left;
  background: url(https://aqi.co.id/wp-content/themes/aqiweb/img/services/footer-service.jpg)
    no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 20px;
  padding-bottom: 200px;
  margin-bottom: -180px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
#single-service .footer-service hr {
  width: 100px;
  border-top: 5px solid #fff;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 25px;
}
#single-service .btn-detail {
  border: 2px solid #006fff;
  color: #006fff;
  font-size: 12px;
  border-radius: 0;
  padding: 8px 40px;
  font-weight: 700;
}

/* SINGLE NEWS */

#single-news .tag-single a {
  background: #f2f2f2;
  color: #a5a5a5;
  padding: 4px 15px;
}

#single-news .share a {
  font-size: 24px;
  color: #006fff;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  display: inline-block;
}

#single-news .related-single .list-related {
  font-size: 12px;
  color: #b9b9b9;
}

#single-news .related-single .title-tag {
  font-size: 16px;
  font-weight: 700;
  color: grey;
  border-bottom: 3px solid #006fff;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
#single-news .related-single .list-related {
  font-size: 12px;
  color: #b9b9b9;
}

#single-news .category_link span a {
  color: #006fff;
}
#single-news .category_link {
  line-height: 30px;
  text-align: center;
  font-weight: 700;
}
#single-news .category_link .doted {
  width: 5px;
  height: 5px;
  background: #333;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: -2px;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* PORTFOLIO CATEGORY */
#portfolio-category .category-title .title {
  width: 50%;
  z-index: 2;
  margin-top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 3rem;
  position: absolute;
}
#portfolio-category p {
  font-weight: 500;
  letter-spacing: -0.3px;
}
#portfolio-category .arrow-left {
  background: #fff;
  color: #006fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  padding: 1px 2px;
}
#portfolio-category .category-title .background-img-content {
  z-index: -1;
  max-width: 144%;
  margin: -6rem 0 0 -10rem;
}
#portfolio-category .category-title .image-category {
  position: absolute;
  left: -50px;
}

#portfolio-category .list-portfolio {
  width: 80%;
}
#portfolio-category p {
  font-weight: 500;
  letter-spacing: -0.3px;
}

/* RESPONSIVE */
.d-none {
  display: none !important;
}
.aligncenter,
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.w-80 {
  width: 80%;
}
.w-100 {
  width: 100% !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-decoration: none;
}

.floating-whatsapp:hover {
  background-color: #20b954;
  color: white;
  text-decoration: none;
}

.floating-whatsapp i {
  font-size: 24px;
}

/*.navbar-nav .dropdown:hover > .dropdown-menu {*/
/*  display: block;*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/

/*.navbar-nav .dropdown-menu {*/
/*  display: block;*/
/*  visibility: hidden;*/
/*  opacity: 0;*/
/*  transform: translateY(-10px);*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .navbar {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #fff;
    padding: 5px 0;
  }
  
  /*.navbar-nav .nav-item.dropdown .dropdown-menu {*/
  /*      display: none; */
  /*  }*/
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -moz-box-orient: vertical !important;
    flex-direction: column !important;
  }
  .ps-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-brand {
    font-size: 14px;
  }
  .navbar .navbar-brand img {
    height: 35px !important;
    width: auto;
  }
  .img-content-bg-1 {
    width: 260px;
    top: -20px;
    z-index: 0;
  }
  .h1,
  h1 {
    font-size: 2.25rem;
  }
  #portfolio h1 {
    font-size: 44px !important;
  }
}

@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
