/* BC Solutions content layer */

:root {
  --bc-ink: #152238;
  --bc-muted: #6f7b90;
  --bc-blue: #03a4ed;
  --bc-coral: #ff695f;
  --bc-deep: #123047;
}

.header-area .main-nav .logo img.bc-logo {
  width: 190px;
  max-width: 190px;
  height: auto;
  vertical-align: middle;
}

footer .about .logo img.bc-footer-logo {
  width: 190px;
  max-width: 190px;
}

.header-area .main-nav .nav li:last-child,
.background-header .main-nav .nav li:last-child {
  display: none;
}

.language-switch {
  display: flex;
  align-items: center;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.language-switch .lang-select {
  width: 92px;
  height: 36px;
  appearance: auto;
  border: 1px solid rgba(3, 164, 237, 0.28);
  border-radius: 18px;
  background: #fff;
  color: var(--bc-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  outline: none;
  padding: 0 10px;
  transition: border-color .25s, box-shadow .25s;
}

.language-switch .lang-select:hover,
.language-switch .lang-select:focus {
  border-color: var(--bc-blue);
  box-shadow: 0 0 0 3px rgba(3, 164, 237, .12);
}

.main-banner .item p {
  max-width: 560px;
}

.pricing-tables .item em {
  color: var(--bc-blue);
  font-weight: 700;
  text-decoration: none;
}

.pricing-tables .item span {
  min-height: 58px;
  font-size: 34px;
  line-height: 1.2;
}

.pricing-tables .item ul li {
  min-height: 44px;
}

.approach-heading {
  margin-bottom: 60px;
  text-align: center;
}

.approach-panel {
  min-height: 675px;
  border-radius: 23px;
  background: linear-gradient(135deg, var(--bc-deep) 0%, #15616d 52%, #1c8fc4 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 70px 64px;
  position: relative;
}

.approach-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .35;
}

.approach-panel > * {
  position: relative;
  z-index: 1;
}

.approach-panel .eyebrow {
  color: #bfefff;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.approach-panel h3 {
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
}

.approach-panel p {
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 31px;
  max-width: 620px;
}

.approach-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.approach-list li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-left: 28px;
  position: relative;
}

.approach-list li:before {
  content: "\f00c";
  color: #9ee8ff;
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}

.our-videos .menu .thumb img {
  min-height: 116px;
  object-fit: cover;
}

.contact-us .info {
  flex-wrap: wrap;
  gap: 18px 0;
}

.contact-us .info span {
  align-items: center;
  margin-right: 22px;
}

.contact-us .info span i {
  flex: 0 0 46px;
}

form#contact-form input:focus,
.subscribe .inner-content form input:focus,
footer .footer-item form input:focus {
  border-color: var(--bc-coral);
}

@media (max-width: 1200px) {
  .header-area .main-nav .logo img.bc-logo {
    width: 158px;
  }

  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 1199px) {
  .header-area {
    background-color: #f7f7f7;
    box-shadow: none;
    height: 100px;
    padding: 0 15px;
    text-align: center;
  }

  .header-area .container {
    padding: 0;
  }

  .header-area .logo {
    margin-left: 30px;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav .nav {
    display: none !important;
    float: none;
    margin-left: 0;
    margin-top: 100px !important;
    width: 100%;
  }

  .header-area .main-nav .nav[style*="display: block"] {
    display: block !important;
  }

  .header-area .main-nav .nav li,
  .background-header .main-nav .nav li {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area .main-nav .nav li:last-child,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }

  .header-area .main-nav .nav li a {
    background: #f7f7f7 !important;
    border: none !important;
    color: #191a20 !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
  }

  .header-area .main-nav .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ff685f !important;
  }

  .header-area .main-nav .nav li.language-switch,
  .background-header .main-nav .nav li.language-switch {
    align-items: center;
    background: #f7f7f7;
    display: flex;
    height: 54px;
    justify-content: center;
  }

  .language-switch .lang-select {
    height: 38px;
    width: 132px;
  }

  .pricing-tables .item span {
    min-height: 0;
  }

  .approach-panel {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo img.bc-logo {
    width: 164px;
  }

  .main-banner .item h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .pricing-tables .item span {
    font-size: 28px;
  }

  .approach-panel {
    min-height: 460px;
    padding: 44px 30px;
  }

  .approach-panel h3 {
    font-size: 34px;
  }

  .approach-panel p {
    font-size: 15px;
    line-height: 28px;
  }
}
