/**
* 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;
}

/* --------------------------------------------------------------
# Ascendia refresh - batch 1
-------------------------------------------------------------- */
.asc-header {
  height: 84px !important;
  background: #f8f9fb !important;
  box-shadow: 0 8px 24px rgba(8, 25, 60, 0.08);
}

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

.asc-nav-wrap .logo img {
  max-height: 42px;
  width: auto;
}

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

.asc-navbar > ul > li > a {
  font-size: 14px;
  color: #243b63;
  font-weight: 500;
  padding: 8px 8px;
}

.asc-navbar .nav-link {
  color: #243b63;
  font-weight: 500;
}

.asc-navbar .dropdown ul {
  border-radius: 0 0 18px 18px;
  padding: 14px 0;
  min-width: 200px;
  left: 0;
}

.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: #20395d;
  font-size: 13px;
  font-weight: 500;
}

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

.asc-navbar .asc-lang-dropdown > ul a.active {
  color: #0b3f8a;
  font-weight: 700;
  background: rgba(11, 63, 138, 0.08);
}

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

.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: #f3f5f8;
}

/* Override legacy #hero block so old background does not clash */
#hero.asc-hero {
  height: auto;
  min-height: 0;
  overflow: visible;
  background:
    linear-gradient(160deg, rgba(54, 140, 255, 0.18) 0%, rgba(16, 52, 133, 0) 42%),
    linear-gradient(180deg, #1260cf 0%, #072f8d 45%, #05235f 100%);
  padding-top: 84px;
  padding-bottom:0;
  z-index: auto;
}

.asc-hero-carousel {
  background:
    linear-gradient(160deg, rgba(80, 162, 255, 0.15) 0%, rgba(16, 52, 133, 0) 42%),
    linear-gradient(180deg, #1261d1 0%, #0a49b2 34%, #08348d 62%, #07256b 100%);
  border-radius: 0 0 14px 14px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.asc-hero-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 32, 95, 0.05) 0%, rgba(5, 24, 72, 0.32) 100%);
  opacity: 1;
  pointer-events: none;
}

.asc-hero-carousel::after {
  content: "";
  position: absolute;
  left: 64%;
  bottom: -305px;
  width: 120%;
  height: 180%;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(86, 170, 255, 0.38) 0%,
    rgba(58, 145, 242, 0.34) 28%,
    rgba(37, 116, 222, 0.3) 55%,
    rgba(26, 91, 196, 0.26) 100%
  );
  clip-path: polygon(50% 10%, 99% 100%, 80% 100%, 50% 37%, 20% 100%, 1% 100%);
  pointer-events: none;
}

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

.asc-hero-content {
  position: relative;
  z-index: 2;
  padding: 142px 86px 90px;
  max-width: 640px;
  color: #ffffff;
}

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

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

.asc-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  border-radius: 999px;
  border: 2px solid rgba(108, 195, 255, 0.85);
  color: #e9f6ff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 11px 24px;
  background: rgba(10, 58, 150, 0.15);
  transition: all 0.25s ease;
}

.asc-hero-btn:hover {
  color: #ffffff;
  border-color: #9ad9ff;
  background: rgba(42, 126, 224, 0.35);
  transform: translateY(-1px);
}

.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:
    radial-gradient(circle at 10% 20%, rgba(96, 167, 255, 0.14) 0%, rgba(6, 35, 102, 0) 36%),
    radial-gradient(circle at 88% 18%, rgba(88, 160, 255, 0.12) 0%, rgba(6, 35, 102, 0) 38%),
    linear-gradient(145deg, #0e4cb0 0%, #08328a 42%, #062566 72%, #031845 100%);
    
  padding: 126px 0 126px;
}

.asc-about-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: block;
  box-shadow: none;
}

.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;
}

.asc-about-line {
  width: 280px;
  max-width: 30%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.26) 100%);
}

.asc-about-copy p {
  color: rgba(239, 246, 255, 0.96);
  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(236, 245, 255, 0.95);
  line-height: 1.55;
  margin-bottom: 0;
}

@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: 106px 24px 56px;
  }

  .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-hero-carousel::after {
    width: 130%;
    height: 148%;
    bottom: -340px;
  }

  .asc-hero-carousel .carousel-item::after {
    width: 96%;
    height: 102%;
    bottom: -220px;
  }

  .asc-about-card {
    padding: 0;
  }

  .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:
    radial-gradient(circle at 92% 12%, rgba(141, 216, 255, 0.35) 0%, rgba(141, 216, 255, 0) 24%),
    radial-gradient(circle at 8% 72%, rgba(127, 178, 255, 0.2) 0%, rgba(127, 178, 255, 0) 28%),
    linear-gradient(180deg, #dff1ff 0%, #e8f2ff 100%);
  padding: 54px 0 58px;
}

.asc-company-intro-card {
  background: rgba(255, 255, 255, 0.95);
  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(31, 78, 154, 0.18);
  backdrop-filter: blur(2px);
}

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

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

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

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

.asc-solution-overview {
  position: relative;
  background: #f6f7fb;
  padding: 105px 0 105px;
  overflow: hidden;
}

.asc-solution-overview::before {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -92px;
  width: 330px;
  height: 520px;
  background: linear-gradient(180deg, rgba(178, 189, 213, 0.25) 0%, rgba(206, 214, 229, 0.2) 100%);
  clip-path: polygon(58% 0, 92% 0, 48% 100%, 6% 100%);
  pointer-events: none;
}

.asc-solution-overview::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 70px;
  width: 78px;
  height: 72px;
  background: linear-gradient(180deg, rgba(184, 194, 216, 0.24) 0%, rgba(214, 221, 235, 0.2) 100%);
  clip-path: polygon(24% 0, 100% 0, 76% 100%, 0 100%);
  pointer-events: 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: #0f2747;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
}

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

.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: 280px;
  border-radius: 18px;
  border: 3px solid #2a79cb;
  box-shadow: 0 10px 24px rgba(17, 56, 117, 0.18);
}

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

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

.asc-solution-detail-list {
  position: relative;
  background: linear-gradient(180deg, #1260c8 0%, #0d47ad 36%, #082e82 72%, #06235f 100%);
  padding: 34px 0 64px;
  overflow: hidden;
}


.asc-solution-detail-list::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 14px;
  width: 560px;
  height: 520px;
  background: linear-gradient(180deg, rgba(102, 172, 255, 0.2) 0%, rgba(57, 132, 233, 0.14) 100%);
  clip-path: polygon(50% 6%, 100% 100%, 80% 100%, 50% 39%, 20% 100%, 0 100%);
  pointer-events: 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: 46px;
  font-weight: 800;
  margin: 0;
}

.asc-detail-card {
  background: #f8f8fa;
  border-radius: 34px;
  padding: 22px 24px 24px;
  display: block;
  min-height: 364px;
  max-width: 690px;
  box-shadow: 0 14px 28px rgba(8, 28, 78, 0.22);
}

.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: 152px;
  height: 106px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
}

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

.asc-detail-card p {
  margin: 0;
  color: #37455f;
  font-size: 18px;
  line-height: 1.45;
  max-width: 520px;
}

.asc-news-section,
.asc-events-section {
  background: #f6f7f9;
  padding: 36px 0 48px;
}

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

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

.asc-line-heading-bar {
  width: 320px;
  max-width: 33%;
  height: 4px;
  border-radius: 999px;
  background: #1f67b6;
}

.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: 2px solid #1f82d6;
  background: #fff;
  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: #fff;
}

.asc-news-card h4 {
  margin-top: 14px;
  color: #1f3658;
  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;
}

.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: 56px 0 64px;
  background:
    linear-gradient(160deg, rgba(62, 144, 255, 0.18) 0%, rgba(12, 53, 137, 0) 46%),
    linear-gradient(180deg, #1261d0 0%, #0a4cb8 34%, #08388f 62%, #06265f 100%);
}

.asc-contact-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -18px;
  width: 500px;
  height: 420px;
  background: linear-gradient(180deg, rgba(65, 144, 246, 0.25) 0%, rgba(25, 85, 191, 0.16) 100%);
  clip-path: polygon(55% 0, 100% 0, 58% 100%, 12% 100%);
  pointer-events: none;
}

.asc-contact-section::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 150px;
  width: 240px;
  height: 96px;
  background: linear-gradient(180deg, rgba(63, 131, 232, 0.28) 0%, rgba(21, 77, 183, 0.18) 100%);
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  pointer-events: none;
}

.asc-contact-panel {
  position: relative;
  z-index: 2;
  max-width: 610px;
  color: #fff;
}

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

.asc-contact-panel h3 {
  margin: 0 0 26px;
  color: #dfeeff;
  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: #ffffff;
}

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

.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: #052145;
  padding: 20px 0;
}

.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: white;
  transition: all 0.3s;
  z-index: 997;
  height: 70px;
  top: 0px;
}

#header.header-scrolled {
  background: white;
  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;
}

/*--------------------------------------------------------------
# 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/ascentum/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: 104px 48px 70px;
  }

  .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: 88px 18px 52px;
    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 {
    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;
  }
}