/**
* Template Name: Anyar - v4.10.0
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

/* --------------------------------------------------------------
# AGS refresh - batch 1
-------------------------------------------------------------- */
:root {
  --asc-bg-hero: url("/assets/images/ags-bg-hero.jpg");
  --asc-bg-kedua: url("/assets/images/ags-bg-industry.jpg");
  --asc-bg-add: url("/assets/images/ags-bg-hero.jpg");
  --asc-bg-dynamics: url("/assets/images/ags-bg-workplace.jpg");
}

.asc-header {
  height: 84px !important;
  background: rgba(14, 16, 18, 0.88) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(79, 185, 192, 0.16);
}

.asc-nav-wrap {
  gap: 24px;
  min-height: 84px;
}

.asc-nav-wrap .logo img {
  max-height: 48px;
  width: auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  mix-blend-mode: screen;
}

.asc-navbar .navbar-nav {
  gap: 10px;
}

.asc-navbar > ul > li > a,
.asc-navbar .nav-link {
  font-size: 14px;
  color: #e8f4f6 !important;
  font-weight: 500;
  padding: 8px 8px;
}

.asc-navbar > ul > li > a:before {
  background-color: #4fb9c0;
}

.asc-navbar a:hover,
.asc-navbar .active,
.asc-navbar .active:focus,
.asc-navbar li:hover > a,
.asc-navbar .nav-link:hover {
  color: #7ee7ef !important;
}

.asc-navbar .dropdown ul {
  border-radius: 0 0 18px 18px;
  padding: 14px 0;
  min-width: 200px;
  left: 0;
  background: #15181c;
  border: 1px solid rgba(79, 185, 192, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.asc-navbar .dropdown ul a,
.asc-navbar .dropdown ul .dropdown-item {
  color: #d7eef1;
  white-space: normal;
  background-color: transparent;
}

.asc-navbar .dropdown ul a:hover,
.asc-navbar .dropdown ul .active:hover,
.asc-navbar .dropdown ul li:hover > a {
  color: #7ee7ef;
}

.asc-navbar .asc-lang-dropdown > ul {
  min-width: 108px;
  padding: 10px 10px;
  border-radius: 0 0 18px 18px;
  left: 50%;
  transform: translateX(-50%);
}

.asc-navbar .asc-lang-dropdown > ul li + li {
  margin-top: 4px;
}

.asc-navbar .asc-lang-dropdown > ul a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #d7eef1;
  font-size: 13px;
  font-weight: 500;
}

.asc-navbar .asc-lang-dropdown > ul a.active {
  color: #7ee7ef;
  font-weight: 700;
  background: rgba(79, 185, 192, 0.14);
}

.asc-navbar .asc-lang-dropdown > ul a .asc-flag {
  font-size: 14px;
  line-height: 1;
}

.mobile-nav-toggle {
  color: #e8f4f6;
}

.asc-lang-switch {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border-radius: 18px;
  padding: 10px 12px;
  min-width: 100px;
  box-shadow: 0 8px 20px rgba(12, 36, 78, 0.1);
}

.asc-lang-switch a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #20395d;
  font-weight: 500;
  font-size: 13px;
}

.asc-lang-switch a.active {
  color: #0b3f8a;
  font-weight: 700;
}

.asc-hero {
  padding-top: 84px;
  padding-bottom: 0;
  background: #121416;
}

body.asc-home {
  background: #121416;
  color: #e8f4f6;
}

body.asc-inner {
  background: #ffffff;
}

/* Override legacy #hero block so old background does not clash */
#hero.asc-hero,
.ags-page-1 {
  height: auto;
  min-height: calc(100vh - 84px);
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(8, 10, 12, 0.18) 0%, rgba(8, 10, 12, 0.42) 100%),
    var(--asc-bg-add) center / cover no-repeat;
  padding-top: 84px;
  padding-bottom: 48px;
  z-index: auto;
}

.asc-hero-carousel {
  background: transparent;
  border-radius: 0;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.asc-hero-carousel::before,
.asc-hero-carousel::after {
  display: none;
}

.asc-hero-carousel .carousel-item {
  position: relative;
  min-height: 360px;
}

.asc-hero-content {
  position: relative;
  z-index: 2;
  padding: 92px 12px 28px;
  max-width: 720px;
  color: #ffffff;
}

.asc-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #7ee7ef;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.asc-hero-content h1,
.asc-hero-content h2 {
  color: #fff;
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-bottom: 18px;
}

.asc-hero-lead,
.asc-hero-content p {
  color: rgba(232, 244, 246, 0.86);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.asc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.asc-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  border-radius: 999px;
  border: 2px solid rgba(126, 231, 239, 0.85);
  color: #e9f6ff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 11px 24px;
  background: rgba(18, 90, 110, 0.28);
  transition: all 0.25s ease;
}

.asc-hero-btn:hover {
  color: #ffffff;
  border-color: #7ee7ef;
  background: rgba(79, 185, 192, 0.28);
  transform: translateY(-1px);
}

.asc-hero-btn-ghost {
  background: transparent;
  border-color: rgba(232, 244, 246, 0.35);
}

.asc-hero-process {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 8px 0 12px;
}

.asc-hero-process img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 18px rgba(79, 185, 192, 0.28));
}

.ags-process-labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
  max-width: 760px;
}

.ags-process-labels span {
  text-align: center;
  color: #7ee7ef;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.asc-hero-brand {
  margin: -8px 0 16px;
  color: #7ee7ef;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ags-page-light {
  background: #ffffff;
  color: #1c2428;
  padding: 88px 0;
}

.ags-page-light h2,
.ags-page-light h3 {
  color: #12181b;
}

.ags-page-light .ags-section-lead,
.ags-section-lead-dark {
  color: #4a5960;
}

.ags-page-light .asc-about-line,
.ags-page-light .asc-line-heading-bar,
.ags-page-light .asc-solution-line {
  background: linear-gradient(90deg, rgba(79, 185, 192, 0.15) 0%, #4fb9c0 50%, rgba(79, 185, 192, 0.15) 100%);
}

.ags-page-light .asc-solution-header h2,
.ags-page-light .asc-line-heading h2,
.ags-page-light .asc-about-heading h2 {
  color: #12181b;
}

.ags-section-lead {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(232, 244, 246, 0.86);
}

.ags-about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: 42px;
  align-items: center;
}

.ags-logo-chip {
  background: #000;
  border-radius: 18px;
  padding: 22px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ags-logo-chip img {
  width: min(100%, 280px);
  height: auto;
}

.ags-about-copy p {
  color: #3d4b52;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.ags-about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ags-about-points h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #0e3a40;
}

.ags-about-points p {
  margin: 0;
  color: #4a5960;
}

.ags-page-3 {
  min-height: 92vh;
  padding: 220px 0 80px;
  background:
    linear-gradient(180deg, rgba(8, 12, 16, 0.12) 0%, rgba(8, 12, 16, 0.72) 58%, rgba(8, 12, 16, 0.88) 100%),
    var(--asc-bg-kedua) center top / cover no-repeat;
}

.ags-page-3-copy .ags-section-lead {
  color: rgba(232, 244, 246, 0.9);
}

.ags-page-4 {
  background: #ffffff;
  padding: 80px 0;
}

.ags-page-4 .asc-dynamics-visual img {
  width: min(100%, 1080px);
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.ags-sol-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ags-sol-card {
  background: #fff;
  border: 1px solid #e4eef0;
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 12px 28px rgba(16, 32, 36, 0.06);
}

.ags-sol-card h3 {
  color: #0e4a50;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ags-sol-card p {
  margin: 0;
  color: #4a5960;
  font-size: 15px;
  line-height: 1.65;
}

.ags-page-6 {
  background: #000000;
  color: #e8f4f6;
  padding: 88px 0;
}

.ags-page-6 .ags-section-lead {
  color: rgba(232, 244, 246, 0.82);
}

.ags-news-grid,
.ags-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ags-event-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin: 0 auto;
}

.ags-news-card,
.ags-event-card {
  background: #fff;
  border: 1px solid #e4eef0;
  border-radius: 18px;
  padding: 22px 22px 24px;
  box-shadow: 0 10px 24px rgba(16, 32, 36, 0.05);
}

.ags-news-thumb {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(79, 185, 192, 0.14);
  color: #0e4a50;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.ags-news-card h3,
.ags-event-card h3 {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.ags-news-card p,
.ags-event-card p {
  margin: 0;
  color: #4a5960;
  font-size: 14px;
  line-height: 1.6;
}

.ags-events-heading {
  margin-top: 56px;
}

.ags-page-8 {
  padding: 88px 0 72px;
  background:
    linear-gradient(180deg, rgba(8, 10, 12, 0.28) 0%, rgba(8, 10, 12, 0.55) 100%),
    var(--asc-bg-add) center / cover no-repeat;
}

.ags-contact-btn {
  margin-top: 22px;
}

.ags-partners-strip {
  margin-top: 42px;
}

.ags-partners-strip p {
  color: #7ee7ef;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ags-partners-strip img {
  width: min(100%, 980px);
  height: auto;
  mix-blend-mode: screen;
}

@media (max-width: 991px) {
  .ags-about-grid,
  .ags-about-points,
  .ags-sol-grid,
  .ags-news-grid,
  .ags-event-grid,
  .ags-process-labels {
    grid-template-columns: 1fr;
  }

  .ags-page-3 {
    padding-top: 140px;
  }

  .ags-process-labels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.asc-hero .carousel-control-prev,
.asc-hero .carousel-control-next {
  width: 8%;
  z-index: 3;
}

.asc-hero .carousel-control-prev-icon,
.asc-hero .carousel-control-next-icon {
  background-image: none;
  width: auto;
  height: auto;
  font-size: 62px;
  line-height: 1;
  color: rgba(229, 236, 246, 0.55);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.asc-about-section {
  background:
    linear-gradient(180deg, rgba(10, 12, 14, 0.55) 0%, rgba(10, 12, 14, 0.72) 100%),
    var(--asc-bg-kedua) center top / cover no-repeat;
  padding: 108px 0 108px;
}

.asc-about-card {
  background: rgba(12, 16, 20, 0.42);
  border: 1px solid rgba(79, 185, 192, 0.16);
  border-radius: 24px;
  padding: 42px 42px 36px;
  display: block;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.asc-about-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 30px;
}

.asc-about-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}

.asc-about-line,
.asc-line-heading-bar {
  width: 280px;
  max-width: 30%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79, 185, 192, 0.18) 0%, rgba(126, 231, 239, 0.95) 50%, rgba(79, 185, 192, 0.18) 100%);
}

.asc-about-copy p {
  color: rgba(232, 244, 246, 0.92);
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 28px;
}

.asc-about-copy h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.asc-about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
}

.asc-about-points h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.asc-about-points p {
  font-size: 16px;
  color: rgba(232, 244, 246, 0.9);
  line-height: 1.55;
  margin-bottom: 0;
}

.asc-section-lead {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
  color: rgba(232, 244, 246, 0.86);
  font-size: 16px;
  line-height: 1.7;
}

.asc-section-lead-dark {
  color: #3a4a5c;
}

@media (max-width: 991px) {
  .asc-header {
    height: auto !important;
    padding: 12px 0;
  }

  .asc-nav-wrap {
    flex-wrap: wrap;
  }

  .asc-lang-switch {
    flex-direction: row;
    min-width: auto;
  }

  .asc-hero-carousel,
  .asc-hero-carousel .carousel-item {
    min-height: 360px;
  }

  .asc-hero-content {
    padding: 48px 8px 20px;
  }

  .asc-hero-content h1,
  .asc-hero-content h2 {
    font-size: 34px;
  }

  .asc-hero-content p {
    font-size: 15px;
  }

  .asc-hero .carousel-control-prev-icon,
  .asc-hero .carousel-control-next-icon {
    font-size: 42px;
  }

  .asc-about-card {
    padding: 24px 20px;
  }

  .asc-about-heading {
    gap: 14px;
    margin-bottom: 18px;
  }

  .asc-about-heading h2 {
    font-size: 28px;
  }

  .asc-about-line {
    width: 120px;
  }

  .asc-about-copy h3 {
    font-size: 28px;
  }

  .asc-about-copy p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .asc-about-points {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .asc-about-points h4 {
    font-size: 30px;
  }

  .asc-about-points p {
    font-size: 16px;
  }
}

.asc-about-us-section {
  background:
    linear-gradient(180deg, rgba(12, 14, 16, 0.78) 0%, rgba(12, 14, 16, 0.86) 100%),
    var(--asc-bg-add) left bottom / cover no-repeat;
  padding: 64px 0 72px;
}

.asc-company-intro-card {
  background: rgba(18, 22, 26, 0.78);
  border: 1px solid rgba(79, 185, 192, 0.18);
  border-radius: 26px;
  padding: 56px 58px;
  display: grid;
  grid-template-columns: 0.95fr 1.45fr;
  gap: 34px;
  align-items: center;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}

.asc-company-intro-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.asc-company-intro-logo img {
  width: min(100%, 340px);
  height: auto;
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
}

.asc-company-intro-copy p {
  font-size: 17px;
  color: #d7eef1;
  line-height: 1.5;
  margin: 0 0 16px;
}

.asc-company-intro-copy p:last-child {
  margin-bottom: 0;
}

.asc-industries-section,
.asc-capabilities-section,
.asc-partners-section {
  background:
    linear-gradient(180deg, rgba(10, 12, 14, 0.72) 0%, rgba(10, 12, 14, 0.82) 100%),
    var(--asc-bg-add) center / cover no-repeat;
  padding: 72px 0 80px;
}

.asc-industries-visual,
.asc-capabilities-visual,
.asc-partners-visual,
.asc-dynamics-visual {
  display: flex;
  justify-content: center;
}

.asc-industries-visual img,
.asc-capabilities-visual img,
.asc-partners-visual img {
  width: min(100%, 860px);
  height: auto;
  mix-blend-mode: screen;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.35));
}

.asc-partners-visual img {
  mix-blend-mode: normal;
  width: min(100%, 980px);
  background: rgba(8, 10, 12, 0.4);
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(79, 185, 192, 0.14);
}

.asc-dynamics-section {
  background: #f6f8fb;
  padding: 72px 0 80px;
}

.asc-dynamics-section .asc-line-heading h2 {
  color: #17324a;
}

.asc-dynamics-section .asc-line-heading-bar {
  background: linear-gradient(90deg, rgba(31, 103, 182, 0.18) 0%, #1f67b6 50%, rgba(31, 103, 182, 0.18) 100%);
}

.asc-dynamics-visual img {
  width: min(100%, 1080px);
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(23, 50, 74, 0.12);
}

.asc-solution-overview {
  position: relative;
  background:
    linear-gradient(180deg, rgba(12, 14, 16, 0.82) 0%, rgba(12, 14, 16, 0.9) 100%),
    var(--asc-bg-hero) center / cover no-repeat;
  padding: 90px 0 90px;
  overflow: hidden;
}

.asc-solution-overview::before,
.asc-solution-overview::after {
  display: none;
}

.asc-solution-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-bottom: 38px;
  position: relative;
  z-index: 2;
}

.asc-solution-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
}

.asc-solution-line {
  width: 350px;
  max-width: 30%;
  height: 4px;
  border-radius: 999px;
  background: #4fb9c0;
}

.asc-solution-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  max-width: 980px;
  margin: 0 auto;
}

.asc-solution-item {
  text-align: center;
}

.asc-solution-item img {
  width: 100%;
  max-width: 180px;
  border-radius: 18px;
  border: 1px solid rgba(79, 185, 192, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  background: rgba(8, 12, 16, 0.45);
}

.asc-solution-item h3 {
  margin-top: 16px;
  color: #e8f4f6;
  font-size: 16px;
  font-weight: 700;
}

.asc-solution-links {
  display: none;
}

.asc-solution-detail-list {
  position: relative;
  background:
    linear-gradient(180deg, rgba(10, 12, 14, 0.7) 0%, rgba(10, 12, 14, 0.82) 100%),
    var(--asc-bg-kedua) center / cover no-repeat;
  padding: 34px 0 64px;
  overflow: hidden;
}

.asc-solution-detail-list::after {
  display: none;
}

.asc-detail-row {
  position: relative;
  z-index: 2;
  background: transparent;
  border-radius: 0;
  padding: 32px 0;
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 42px;
 
}



@media (max-width: 991px) {
  .asc-company-intro-card {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    gap: 22px;
    border-radius: 20px;
  }

  .asc-company-intro-logo {
    justify-content: flex-start;
  }

  .asc-company-intro-logo img {
    width: min(100%, 250px);
  }

  .asc-company-intro-copy p {
    font-size: 15px;
    line-height: 1.6;
  }

  .asc-solution-overview {
    padding: 42px 0 54px;
  }

  .asc-solution-overview::before {
    width: 220px;
    height: 310px;
    right: -20px;
    bottom: -50px;
  }

  .asc-solution-overview::after {
    width: 94px;
    height: 38px;
    right: -8px;
    bottom: 48px;
  }

  .asc-solution-header {
    gap: 14px;
    margin-bottom: 24px;
  }

  .asc-solution-header h2 {
    font-size: 28px;
  }

  .asc-solution-line {
    width: 90px;
    height: 3px;
  }

  .asc-solution-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 290px;
  }
}

.asc-detail-title h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  margin: 0;
}

.asc-detail-card {
  background: rgba(16, 20, 24, 0.78);
  border: 1px solid rgba(79, 185, 192, 0.2);
  border-radius: 28px;
  padding: 22px 24px 24px;
  display: block;
  min-height: 280px;
  max-width: 690px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.asc-detail-card-content {
  display: block;
}

.asc-detail-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.asc-detail-card img {
  width: 132px;
  height: 86px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(8, 12, 16, 0.5);
}

.asc-detail-card h3 {
  color: #7ee7ef;
  font-size: 26px;
  font-weight: 700;
  margin: 8px 0 12px;
}

.asc-detail-card p {
  margin: 0 0 12px;
  color: #d7eef1;
  font-size: 16px;
  line-height: 1.55;
  max-width: 520px;
}

.asc-news-section,
.asc-events-section {
  background:
    linear-gradient(180deg, rgba(12, 14, 16, 0.86) 0%, rgba(12, 14, 16, 0.92) 100%),
    var(--asc-bg-hero) center / cover no-repeat;
  padding: 56px 0 64px;
}

.asc-line-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 34px;
}

.asc-line-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.asc-news-card {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.asc-news-card a {
  display: inline-block;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(79, 185, 192, 0.4);
  background: #111418;
  width: fit-content;
  margin: 0 auto;
}

.asc-news-card img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 170px;
  object-fit: contain;
  background: #111418;
}

.asc-news-card h4,
.asc-news-card p,
.asc-event-card .asc-event-title {
  margin-top: 14px;
  color: #e8f4f6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.asc-news-scroll-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-width: thin;
}

.asc-news-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: max-content;
  min-width: 100%;
}

.asc-news-scroll .asc-news-card {
  width: 320px;
  max-width: 320px;
}

.asc-events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  max-width: 980px;
  margin: 0 auto;
}

.asc-event-card {
  text-align: center;
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.asc-event-card .asc-event-image {
  width: 100%;
  max-width: 200px;
  height: 112px;
  object-fit: cover;
  object-position: center;
}

.asc-event-card .asc-event-title {
  font-size: 1rem;
  line-height: 1.3;
  max-width: 200px;
  margin-top: 10px;
  min-height: calc(1.3em * 3);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  color: #e8f4f6;
}

.asc-events-section .text-muted {
  color: rgba(232, 244, 246, 0.62) !important;
}

.asc-event-card img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 170px;
  object-fit: contain;
  background: #fff;
}

.asc-contact-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0 80px;
  background:
    linear-gradient(180deg, rgba(10, 12, 14, 0.62) 0%, rgba(10, 12, 14, 0.78) 100%),
    var(--asc-bg-kedua) center / cover no-repeat;
}

.asc-contact-section::before,
.asc-contact-section::after {
  display: none;
}

.asc-contact-panel {
  position: relative;
  z-index: 2;
  max-width: 640px;
  color: #fff;
  background: rgba(12, 16, 20, 0.5);
  border: 1px solid rgba(79, 185, 192, 0.18);
  border-radius: 24px;
  padding: 32px 34px;
  backdrop-filter: blur(8px);
}

.asc-contact-panel h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.asc-contact-panel h3 {
  margin: 0 0 26px;
  color: #7ee7ef;
  font-size: 16px;
  letter-spacing: 0.6px;
}

.asc-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.asc-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #dbe8ff;
  font-size: 14px;
  line-height: 1.32;
}

.asc-contact-list li i {
  margin-top: 4px;
  font-size: 30px;
  color: #7ee7ef;
}

.asc-contact-list li .icon-contact {
  font-size: 16px;
}

.asc-footer-main {
  background: #1d222c;
  padding: 0 0 0;
}

.asc-footer-panel {
  background: linear-gradient(180deg, #0f57c1 0%, #072a73 100%);
  padding: 56px 66px;
  position: relative;
  overflow: hidden;
}

.asc-footer-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  width: 360px;
  height: 100%;
  background: url("../img/bg_banner.svg") center/cover no-repeat;
  opacity: 0.25;
}

.asc-footer-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.asc-footer-content h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 14px;
}

.asc-footer-content h4 {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

.asc-footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.asc-footer-content li {
  color: #e7efff;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.asc-footer-bottom {
  background: #0b0d0f;
  padding: 20px 0;
  border-top: 1px solid rgba(79, 185, 192, 0.12);
}

.asc-footer-bottom p {
  margin: 0;
  color: #f3f7ff;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .asc-detail-title h3 {
    font-size: 40px;
  }

  .asc-detail-card h4 {
    font-size: 26px;
  }

  .asc-detail-card p {
    font-size: 20px;
  }

  .asc-footer-content h3 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .asc-solution-grid,
  .asc-events-grid {
    grid-template-columns: 1fr;
  }

  .asc-detail-row {
    grid-template-columns: 1fr;
    padding: 18px 0 24px;
    gap: 20px;
  }

  .asc-detail-row::after {
    width: 170px;
    height: 150px;
    right: 0;
    top: 18px;
  }

  .asc-detail-title h3 {
    font-size: 24px;
  }

  .asc-detail-card {
    flex-direction: column;
    min-height: auto;
    border-radius: 24px;
  }

  .asc-detail-card h4 {
    font-size: 22px;
  }

  .asc-detail-card p {
    font-size: 16px;
  }

  .asc-line-heading {
    gap: 14px;
    margin-bottom: 20px;
  }

  .asc-line-heading h2 {
    font-size: 28px;
  }

  .asc-line-heading-bar {
    width: 84px;
    height: 3px;
  }

  .asc-news-card h4,
  .asc-event-card h4 {
    font-size: 26px;
  }

  .asc-contact-section {
    padding: 34px 0 42px;
  }

  .asc-contact-section::before {
    width: 220px;
    height: 210px;
    right: -44px;
    top: 40px;
  }

  .asc-contact-section::after {
    width: 110px;
    height: 42px;
    top: 172px;
    right: -16px;
  }

  .asc-contact-panel h2 {
    font-size: 34px;
  }

  .asc-contact-panel h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .asc-contact-list li {
    font-size: 16px;
    gap: 10px;
  }

  .asc-contact-list li i {
    font-size: 18px;
    margin-top: 2px;
  }

  .asc-footer-panel {
    padding: 34px 22px;
  }

  .asc-footer-content h3 {
    font-size: 28px;
  }

  .asc-footer-content h4 {
    font-size: 20px;
  }

  .asc-footer-content li,
  .asc-footer-bottom p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #0880e8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0880e8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2194f7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.3s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  background: #030A8C;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  color: #f6b024;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

.cta {
  background: transparent;
}

.cta a {
  color: #fff;
  background: #BA0526;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.cta a:hover {
  background: #023C89;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(14, 16, 18, 0.92);
  transition: all 0.3s;
  z-index: 997;
  height: 70px;
  top: 0px;
}

#header.header-scrolled {
  background: rgba(14, 16, 18, 0.96);
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 10px 10px 10px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  color: black;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #030A8C;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: black;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #0880e8;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #f6b024;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 74, 133, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0665b7;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #f6b024;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #f6b024;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.asc-navbar.navbar-mobile,
.navbar-mobile.asc-navbar {
  background: rgba(10, 12, 14, 0.94);
}

.asc-navbar.navbar-mobile ul,
.navbar-mobile.asc-navbar ul {
  background-color: #15181c;
}

.asc-navbar.navbar-mobile a,
.asc-navbar.navbar-mobile a:focus,
.navbar-mobile.asc-navbar a,
.navbar-mobile.asc-navbar a:focus {
  color: #e8f4f6;
}

.asc-navbar.navbar-mobile a:hover,
.asc-navbar.navbar-mobile .active,
.asc-navbar.navbar-mobile li:hover > a {
  color: #7ee7ef;
}

.asc-header .navbar .dropdown ul a {
  color: #d7eef1;
}

.asc-header .navbar .dropdown ul a:hover,
.asc-header .navbar .dropdown ul .active:hover,
.asc-header .navbar .dropdown ul li:hover > a {
  color: #7ee7ef;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  background: url("../img/bg_banner.svg") top center;
  background-size: cover;
  position: relative;
  z-index: 99;
  transition: 0.3s;
  padding: 0%;
  padding-top: 5%;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  /*margin: 0 auto 30px auto;*/
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}

#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 80%;
  }
  #hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px), (max-height: 700px) {
  #hero {
    padding: 100px 0;
  }
  #hero h2 {
    font-size: 25px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 75px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #054a85;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding-top: 0;
  position: relative;
  z-index: 100;
}

.icon-boxes .icon-box {
  padding: 15px 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.icon-boxes .icon-box img {
  width: -webkit-fill-available;
}

.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}

.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #f6b024;
}

.icon-boxes .title {
  font-weight: 700;
  margin-bottom: -3px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 5%;
}

.icon-boxes .title a {
  color: #05579e;
}

.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding: 140px 0;
  background: url("../img/about-bg.png") top center no-repeat;
  position: relative;
}

.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .container {
  position: relative;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0880e8;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}

.about .content .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide:hover img {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.clients .owl-item img {
  width: 100%;
  opacity: 0.5;
  transition: 0.3s;
}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #0880e8 !important;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  background: #f1f8ff;
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #0880e8;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content,
.why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  color: #0880e8;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
}

/*--------------------------------------------------------------
  # Our Product
  --------------------------------------------------------------*/
.our-product .icon-box {
  margin-bottom: 20px;
  padding: 30px 30px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.our-product .icon-box i {
  float: left;
  color: #004E8C;
  font-size: 40px;
  line-height: 0;
}

.our-product .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.our-product .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
  font-size: 17px;
}

.our-product .icon-box h4 a:hover {
  color: #0880e8;
}

.our-product .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 17px;
  margin-bottom: 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #f6b024;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfoio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.portfoio #portfolio-flters li:hover,
.portfoio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0880e8;
}

.portfoio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfoio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfoio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfoio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0880e8;
  padding: 15px 20px;
}

.portfoio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfoio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfoio .portfolio-item .portfolio-info .preview-link,
.portfoio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfoio .portfolio-item .portfolio-info .preview-link:hover,
.portfoio .portfolio-item .portfolio-info .details-link:hover {
  color: #8ec8fb;
}

.portfoio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfoio .portfolio-item:hover img {
  top: -30px;
}

.portfoio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
  border-radius: 5pt;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(246, 176, 36, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #05579e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #0880e8;
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #05579e;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #0880e8;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #0880e8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #0880e8;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #2b99f8;
}

.pricing .featured h3 {
  color: #fff;
  background: #0880e8;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0880e8;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #75bdfa;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #0880e8;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url("../img/contact-bg.png") left center no-repeat;
  position: relative;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .container {
  position: relative;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  background: #0880e8;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  border: 0;
  padding: 10px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}

.contact .php-email-form button[type=submit]:hover {
  background: #0880e8;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #ecf6fe;
  margin-top: 130px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #054a85;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #f6b024;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #2b99f8;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f6b024;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #f7b93c;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0880e8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8ec8fb;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #138df7;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f6b024;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #0880e8;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(8, 128, 232, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f6b024;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #0880e8;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b99f8;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #0880e8;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #138df7;
}

.blog .blog-pagination {
  color: #0880e8;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #0880e8;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #f6b024;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #0665b7;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #f8c255;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #f6b024;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #0665b7;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f6b024;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0880e8;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f6b024;
  background: #f6b024;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #023C89;
  padding: 0 0 0 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #05579e;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0880e8;
}

#footer .footer-top {
  background: #030A8C;
  padding: 30px 0 0 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  background: #C30008;
  /*padding: 8px;*/
}
#footer .copyright a {
  font-size: x-large;
  color: white !important;
  padding: 10px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #f6b024;
}

.bi-list::before {
  color: #030A8C !important;
}

button.saka:active {
  background-color: #341fd4;
  box-shadow: 0 5px rgb(180, 154, 154);
  transform: translateY(4px);
}

.followus a {
  color: #96C1D8 !important;
}

.quotedemo a button:hover {
  border-color: #BA0526 !important;
}

.col-lg-4.col-md-6.portfolio-item {
  text-align: center;
}

.col-md-10.form-group label {
  font-weight: bolder !important;
}

.talk {
  display: flex;
  margin: 0;
}
.talk .letstalk {
  color: #E92121;
  font-size: 14px;
  font-weight: bold;
}

button.quotes {
  height: 100px;
  width: -webkit-fill-available;
  border-radius: 0%;
  font-size: xx-large;
  background: gray;
}

button.quotes:hover {
  background: #BA0526;
}

.buttons {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: 0px auto 0 auto;
  overflow: hidden;
  background: #dccdcd;
}

.buttons.r, .button.r .layer {
  border-radius: 100px;
}

.buttons.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
  content: "ENG";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 30px;
  height: 25px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 0.5;
  padding: 9px 4px;
  background-color: #030A8C;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before {
  content: "ID";
  left: 42px;
  background-color: red;
}

#button-1 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer {
  transition: 0.3s ease all;
}

.button_lang {
  background-color: #444;
  color: #FFF;
  padding: 8px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}

.button_lang:hover, .current_lang {
  background-color: #777;
  transition: background-color 0.3s ease-in-out;
}

.language ul li {
  width: auto;
  display: inline;
}

.pembatas-detail {
  border-top: 5px solid #E62129;
  border-bottom: 5px solid #030A8C;
}

.learnmore:hover {
  background-color: green !important;
}
.learnmore:hover a {
  color: white !important;
}

.learnmore {
  border: none;
}

.footer-top .container .row .footcustom p {
  margin-block: auto !important;
  text-align: justify;
  padding-bottom: 4%;
}
.footer-top .container .row .footcustom p a {
  color: white !important;
}

.profile-teaser {
  background-image: url(/frontend/ags/assets/img/bg_about_vta.jpg);
  background-size: cover;
}
.profile-teaser .container {
  display: flex;
}
.profile-teaser .container .content {
  padding-left: 10%;
}
.profile-teaser .container .content .konten-two {
  display: flex;
}
.profile-teaser .container .content .konten-two .kontens-two-a {
  padding-right: 3%;
}
.profile-teaser .container .content .konten-two .kontens-two-b {
  padding-left: 3%;
}
.profile-teaser .title h2 {
  font-weight: bold;
  color: #004E8C;
  font-size: 32px;
}

.judul > p {
  text-align: justify !important;
}

.portfolio-info > ul > li p {
  text-align: justify;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {

  #hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: url("../img/bg_banner.svg") top center;
  background-size: cover;
  position: relative;
  z-index: 99;
  transition: 0.3s;
  padding: 0%;
  padding-top: 15%;
  }
  .foto-ivy {
    width: 100% !important;
  }
  .profile-teaser .container {
    display: flex;
    flex-direction: column;
  }
  .profile-teaser .container .content {
    padding: 0% 0% 0% 0% !important;
  }
  .certified .container .content img {
    width: auto !important;
  }
  .our-product {
    padding-top: 20% !important;
  }
  .our-product .container .section-title h2 {
    flex-direction: column;
  }
  .breadcrumbs {
    margin-top: 70px !important;
  }
  .footer .footer-top .container .row .footcustom {
    align-items: center;
  }
  .col-lg-3.col-md-6.footcustom ul {
    padding: 0px !important;
  }
  #footer .copyright {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #header {
    top: 0px;
  }
  section.contact {
    padding-top: 20% !important;
  }
  section.certified {
    padding-top: 30% !important;
  }
  nav.navbar {
    padding-left: 12%;
  }
  .buttons {
    position: relative;
    top: 50%;
    width: 54px;
    height: 36px;
    margin: 0px auto 0 auto;
    overflow: hidden;
    background: #dccdcd;
  }
  #button-1 .checkbox:checked + .knobs:before {
    content: "ID";
    left: 20px;
    background-color: red;
  }
  .carousel-item .carousel-container.banner-saka {
    flex-direction: column !important;
  }
  .carousel-item .carousel-container.banner-saka .judul, .carousel-item .carousel-container.banner-saka .gambar {
    width: 100% !important;
  }

  .copyright > .logo , .copyright > .member {
    justify-content: center !important;
  }
}

/* --------------------------------------------------------------
# Homepage responsive refinements
-------------------------------------------------------------- */
@media (max-width: 991px) {
  .asc-hero {
    padding-top: 74px;
  }

  .asc-hero-carousel,
  .asc-hero-carousel .carousel-item {
    min-height: 360px;
  }

  .asc-hero-content {
    max-width: 100%;
    padding: 40px 8px 18px;
  }

  .asc-hero-content h1 {
    font-size: 34px;
    line-height: 1.22;
    margin-bottom: 18px;
  }

  .asc-hero-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .asc-solution-links .btn {
    font-size: 14px;
    padding: 8px 14px;
  }

  .asc-detail-card {
    width: 100%;
    max-width: 100%;
    padding: 18px 18px 20px;
  }

  .asc-detail-card p {
    font-size: 15px;
    line-height: 1.55;
    max-width: 100%;
  }

  .asc-news-scroll .asc-news-card {
    width: 280px;
    max-width: 280px;
  }

  .asc-news-card h4 {
    font-size: 17px;
    line-height: 1.35;
  }

  .asc-event-card .asc-event-title {
    font-size: 0.95rem;
    min-height: auto;
  }

  .asc-contact-panel {
    max-width: 100%;
  }

  .asc-contact-panel h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  .asc-contact-panel h3 {
    font-size: 20px;
    line-height: 1.35;
  }
}

@media (max-width: 767px) {
  .asc-hero {
    padding-top: 70px;
  }

  .asc-hero-carousel,
  .asc-hero-carousel .carousel-item {
    min-height: 320px;
    border-radius: 0 0 12px 12px;
  }

  .asc-hero-content {
    padding: 28px 4px 16px;
    text-align: left;
  }

  .asc-hero-content h2 {
    font-size: 27px;
    letter-spacing: 0;
  }

  .asc-hero .carousel-control-prev,
  .asc-hero .carousel-control-next {
    width: 14%;
  }

  .asc-hero .carousel-control-prev-icon,
  .asc-hero .carousel-control-next-icon {
    font-size: 34px;
  }

  .asc-about-section,
  .asc-about-us-section,
  .asc-solution-overview,
  .asc-solution-detail-list,
  .asc-news-section,
  .asc-events-section,
  .asc-contact-section,
  .asc-industries-section,
  .asc-capabilities-section,
  .asc-partners-section,
  .asc-dynamics-section {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .asc-about-heading h2,
  .asc-line-heading h2,
  .asc-solution-header h2 {
    font-size: 21px;
    letter-spacing: 0.6px;
    text-align: center;
  }

  .asc-line-heading {
    gap: 10px;
    margin-bottom: 16px;
  }

  .asc-line-heading-bar {
    width: 52px;
    max-width: 24%;
  }

  .asc-news-scroll {
    grid-template-rows: 1fr;
    gap: 14px;
  }

  .asc-news-scroll .asc-news-card {
    width: 236px;
    max-width: 236px;
  }

  .asc-news-card img {
    max-height: 132px;
  }

  .asc-event-card .asc-event-image {
    max-width: 180px;
    height: 102px;
  }

  .asc-contact-list li {
    gap: 10px;
  }

  .asc-contact-list span {
    font-size: 14px;
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

/* Sinkronisasi responsive untuk struktur index terbaru (h3) */
@media (max-width: 991px) {
  .asc-detail-title h2,
  .asc-detail-title h3 {
    font-size: 28px;
    line-height: 1.28;
  }

  .asc-detail-card {
    border-radius: 22px;
    padding: 18px 18px 20px;
    min-height: auto;
  }

  .asc-detail-card-head {
    gap: 12px;
    margin-bottom: 8px;
  }

  .asc-detail-card img {
    width: 112px;
    height: 78px;
  }

  .asc-detail-card h3,
  .asc-detail-card h4 {
    font-size: 20px;
    margin: 4px 0 8px;
    line-height: 1.3;
  }

  .asc-detail-card p {
    font-size: 15px;
    line-height: 1.55;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .asc-detail-title h2,
  .asc-detail-title h3 {
    font-size: 22px;
  }

  .asc-detail-row {
    gap: 14px;
  }

  .asc-detail-card {
    border-radius: 18px;
    padding: 14px;
  }

  .asc-detail-card-head {
    align-items: flex-start;
    gap: 10px;
  }

  .asc-detail-card img {
    width: 96px;
    height: 68px;
  }

  .asc-detail-card h3,
  .asc-detail-card h4 {
    font-size: 17px;
    margin: 2px 0 6px;
  }

  .asc-news-card h4 {
    font-size: 16px;
    line-height: 1.35;
  }
}