body {
  background: white;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-family: "Roboto Condensed", sans-serif;
}

a {
  color: #006bb3;
  text-decoration: none;
}

a:hover {
  color: #6C757D;
  transition: 0.2s linear;
}

p {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.6;
}

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

hr {
  color: color-mix(in srgb, #6C757D, transparent 60%);
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.blue-text {
  color: #00416b;
}

.red-text {
  color: #f32837;
}

.white-text {
  color: white;
}

input, textarea, select, text {
  font-family: "Roboto Condensed", sans-serif;
}

.dropdown-item.active, .dropdown-item:active {
  background: #f32837;
}

.btn-primary {
  background: #f32837;
  border: none;
  min-width: 200px;
}

.btn-primary:hover {
  background: #6C757D;
  transition: 0.2s;
}

.btn-primary:active {
  background: #00416b;
}

.btn-primary:focus {
  background: #00416b;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-80 {
  margin-top: 85px;
}

.mb-80 {
  margin-bottom: 80px;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #6C757D, transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #00416b;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

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

.top {
  background: #00416b;
}

.top .dropdown-toggle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
}

.top .dropdown-toggle:hover {
  color: #f8f9fa;
  transition: .2s;
}

.top .btn-primary {
  min-width: 140px;
}

.head-mid {
  min-height: 140px;
}

.head-mid .logo img {
  max-width: 350px;
}

.head-mid .phone a {
  font-size: 28px;
  color: #00416b;
  text-decoration: none;
  font-weight: 500;
  margin-top: -10px;
}

.head-mid .phone a .fa-phone {
  color: #f32837;
  font-size: 24px;
  margin-right: 5px;
}

.head-mid .phone-mobile i {
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: 10px;
  border-radius: 10px;
  font-size: 32px;
  color: #00416b;
}

.head-mid .phone-mobile i:hover {
  color: #6C757D;
  transition: .2s;
}

.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 0 15px;
}

.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .welcome {
  position: relative;
  color: white;
}

.hero .welcome h2 {
  font-weight: 400;
  font-size: 20px;
}

.hero .welcome h1 {
  font-weight: 700;
  font-size: 62px;
  margin-top: 20px;
}

@media (max-width: 998px) {
  .hero .welcome h1 {
    font-size: 48px;
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .hero .welcome h1 {
    font-size: 48px;
    padding-right: 0px;
  }
}

.hero .welcome p {
  margin-top: 20px;
}

.hero .welcome .btn {
  padding: 10px 40px;
  width: 100%;
  max-width: 225px;
  margin-top: 20px;
}

.sub-hero {
  position: relative;
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 0 15px;
}

.sub-hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-hero .welcome {
  position: relative;
  color: white;
}

.sub-hero .welcome h2 {
  font-weight: 400;
}

.sub-hero .welcome h1 {
  font-weight: 700;
}

.sub-hero .welcome .btn {
  padding: 5px 30px;
}

.hero-boxes {
  margin-top: -86px;
}

.hero-boxes .box {
  background: #00416b;
  min-height: 124px;
  border-radius: 10px;
}

.hero-boxes .box h3 {
  color: white;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  background-color: white;
  color: #00416b;
  border: 1px solid color-mix(in srgb, #212529, transparent 85%);
  padding: 30px 20px;
  transition: 0.3s;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  margin-top: -60px;
  min-height: 120px;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #f32837;
  border-color: #f32837;
}

.features .nav-link.active {
  background: #00416b;
  color: white;
  border-color: #00416b;
}

.features .nav-link.active h4 {
  color: #00416b;
}

.features .tab-content {
  margin-top: 60px;
}

.features .tab-pane h3 {
  color: #00416b;
  font-weight: 700;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #f32837;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

.features .tab-pane img {
  border-radius: 10px;
  object-fit: cover;
  height: -webkit-fill-available;
}

@media (max-width: 768px) {
  .features .nav-link {
    margin-top: 20px;
    min-height: auto;
  }
  .features .nav-link h3 {
    font-size: 16px;
  }
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
  .features .nav-link i {
    font-size: 24px;
  }
}

.breadcrumb-container {
  background-color: #f8f9fa;
  padding: 10px 0;
}

.breadcrumb-container .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 5px 20px;
}

.breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6C757D;
}

.breadcrumb-container .breadcrumb-item a {
  color: #006bb3;
  text-decoration: none;
}

.breadcrumb-container .breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-container .breadcrumb-item.active {
  color: #6C757D;
}

.navigation {
  background: #f8f9fa;
}

.navigation .nav-item.dropdown .dropdown-menu {
  min-width: 300px;
  border-radius: 0 0 10px 10px;
}

.navigation .mega-dropdown {
  position: static;
}

.navigation .mega-dropdown .dropdown-menu {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 1rem 0;
  display: none;
  background-color: #f8f9fa;
  border-radius: 0 0 10px 10px;
}

.navigation .mega-dropdown .dropdown-menu .row {
  margin: 0;
}

.navigation .mega-dropdown .dropdown-menu .row .col-md-4 {
  padding: 1rem;
}

.navigation .mega-dropdown .dropdown-menu .row .col-md-4 .dropdown-item {
  display: block;
  padding: 1rem;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  transition: background 0.3s;
}

.navigation .mega-dropdown .dropdown-menu .row .col-md-4 .dropdown-item:hover {
  background: color-mix(in srgb, #00416b, transparent 20%);
}

.navigation .mega-dropdown:hover .dropdown-menu {
  display: block;
}

.navigation .navbar {
  padding: 0;
}

.navigation .navbar .navbar-toggler {
  background: #f32837;
  border: none;
  color: white;
  padding: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.navigation .navbar .navbar-toggler:hover {
  background: #6C757D;
  transition: 0.2s;
}

.navigation .navbar .navbar-toggler .navbar-toggler-icon {
  color: white;
}

.navigation .navbar .navbar-nav .nav-item {
  border-right: none;
}

.navigation .navbar .navbar-nav .nav-item a {
  padding: 8px 12px;
}

.navigation .navbar .navbar-nav .letstalk {
  background: #f32837;
}

.navigation .navbar .navbar-nav .letstalk a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.navigation .navbar .navbar-nav .letstalkmenu {
  left: -150px;
}

.navigation .navbar .navbar-nav .letstalkmenu h6 {
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navigation .navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
  }
  .navigation .navbar .navbar-nav .nav-item {
    flex: 1;
    text-align: center;
  }
  .navigation .navbar .navbar-nav .nav-item:hover {
    background: #00416b;
  }
  .navigation .navbar .navbar-nav .nav-item a {
    padding: 10px 20px;
  }
  .navigation .navbar .navbar-nav .nav-item a:hover {
    color: white;
  }
  .navigation .navbar .navbar-nav .nav-item .dropdown-item {
    color: black;
  }
  .navigation .navbar .navbar-nav .nav-item .dropdown-item:hover {
    color: black;
  }
}

@media (min-width: 992px) {
  .navigation .navbar .navbar-nav .nav-item {
    border-right: 1px solid #e9e9e9;
  }
  .navigation .navbar .navbar-nav .nav-item:hover {
    background: #00416b;
  }
  .navigation .navbar .navbar-nav .nav-item:last-child {
    border-right: none;
  }
  .navigation .navbar .navbar-nav .nav-item a {
    padding: 10px 20px;
  }
  .navigation .navbar .navbar-nav .nav-item .nav-link:hover {
    color: white;
  }
  .navigation .navbar .navbar-nav .nav-item .nav-link.active {
    color: white !important;
    background: #00416b;
  }
}

.navigation .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navigation .navbar-nav .dropdown:hover .dropdown-toggle::after {
  transform: rotate(90deg);
  transition: .2s;
}

.thecontent {
  min-height: 40vh;
}

.thecontent .services {
  padding: 40px 0;
}

.thecontent .services .postcard {
  background: url(../img/postcardbg.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .postcard:hover {
  background: url(../img/postcardbgblue.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .socialmedia {
  background: url(../img/socialmediabg.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .socialmedia:hover {
  background: url(../img/socialmediabgblue.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .neighborhood {
  background: url(../img/neighborhoodbg.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .neighborhood:hover {
  background: url(../img/neighborhoodbgblue.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .marketing {
  background: url(../img/marketingbg.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .marketing:hover {
  background: url(../img/marketingbgblue.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .websites {
  background: url(../img/websitebg.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .websites:hover {
  background: url(../img/websitebgblue.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .seo {
  background: url(../img/seobg.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .seo:hover {
  background: url(../img/seobgblue.webp) center center no-repeat;
  background-size: cover;
}

.thecontent .services .service-item {
  background-color: white;
  text-align: center;
  border: 1px solid color-mix(in srgb, #6C757D, transparent 85%);
  padding: 50px 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.thecontent .services .service-item .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #00416b;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.thecontent .services .service-item .icon i {
  color: white;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.thecontent .services .service-item .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, #00416b, transparent 80%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.thecontent .services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  color: #00416b;
}

.thecontent .services .service-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.thecontent .services .service-item:hover .icon {
  background: white;
}

.thecontent .services .service-item:hover .icon i {
  color: #00416b;
}

.thecontent .services .service-item:hover .icon::before {
  background: color-mix(in srgb, white, transparent 70%);
}

.thecontent .services .service-item:hover h3,
.thecontent .services .service-item:hover p {
  color: white;
}

.thecontent .services .btn {
  padding: 5px 30px;
}

.thecontent .counter-main {
  background: #f8f9fa;
  padding-top: 40px;
  border-radius: 10px;
}

.thecontent .counter-main .counters-section {
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  .thecontent .counter-main .counters-section .counter-item {
    margin-bottom: 30px;
  }
}

.thecontent .counter-main .counters-section .counter-item .number {
  font-size: 3em;
  color: #00416b;
  font-family: "Oswald", sans-serif;
}

.thecontent .counter-main .counters-section .counter-item .label {
  font-size: 1.2em;
  color: #6C757D;
  font-family: "Roboto Condensed", sans-serif;
}

.thecontent .counter-main .counters-section .btn {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 5px 30px;
}

.thecontent .carousel {
  margin-bottom: 40px;
}

.thecontent .carousel .carousel-inner .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thecontent .carousel .carousel-inner .row .col {
  flex: 0 0 auto;
  max-width: 16.6667%;
}

@media (max-width: 768px) {
  .thecontent .carousel .carousel-inner .row .col {
    max-width: 33.3333%;
  }
}

.thecontent .carousel .carousel-inner .row .col img {
  max-height: 150px;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.thecontent .carousel .carousel-inner .row .col img:hover {
  filter: grayscale(100%);
}

.thecontent .carousel .carousel-control-prev,
.thecontent .carousel .carousel-control-next {
  width: 5%;
}

.thecontent .about {
  margin: 60px 0 20px 0;
}

.thecontent .about img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thecontent .about h5 {
  font-weight: 500;
  color: #00416b;
}

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

.thecontent .about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.thecontent .about .content ul li i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 2px;
  color: #f32837;
}

.thecontent .about .content ul li h5 {
  font-weight: 500;
  color: black;
}

.thecontent .about table td, .thecontent .about table th {
  font-size: 18px;
  vertical-align: middle !important;
  text-align: center;
  min-width: 125px;
}

.thecontent .about table td:first-child {
  text-align: left;
}

.thecontent .about table br {
  display: block;
  margin-bottom: -5px;
  content: " ";
}

.thecontent .about .bluetable {
  background: white;
  border: 1px solid color-mix(in srgb, #212529, transparent 85%);
  margin-top: 20px;
  border-radius: 11px;
  min-height: 330px;
}

.thecontent .about .bluetable .nnplanlist {
  margin-top: 10px;
}

.thecontent .about .bluetablehead {
  background: #00416b;
  color: white;
  padding: 10px 5px;
  font-size: 2.6rem;
  font-weight: 400;
  border-radius: 10px 10px 0 0;
}

.thecontent .about .graytable {
  background: white;
  border: 1px solid color-mix(in srgb, #212529, transparent 85%);
  margin-top: 20px;
  border-radius: 11px;
}

.thecontent .about .graytable .nnplanlist {
  margin-top: 10px;
}

.thecontent .about .graytablehead {
  background: darkgray;
  color: white;
  padding: 10px 5px;
  font-size: 2.6rem;
  font-weight: 400;
  border-radius: 10px 10px 0 0;
}

.thecontent .about .checkmark {
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: green;
  font-size: 24px;
}

.thecontent .about .bigx {
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: red;
  font-size: 24px;
}

.thecontent .call-action {
  background: url(../img/about-us.webp) center fixed no-repeat;
  background-size: cover;
  height: 35vh;
  text-align: left;
  padding: 0 15px;
}

.thecontent .call-action .theaction h2 {
  font-weight: 400;
  color: #00416b;
}

.thecontent .call-action .theaction h1 {
  font-weight: 700;
}

.thecontent .call-action .theaction .btn {
  padding: 5px 30px;
}

.thecontent .team {
  margin: 40px 0 0 0;
}

.thecontent .team .member {
  background: #f8f9fa;
  border-radius: 10px;
}

.thecontent .team img {
  display: block;
  margin: 0 auto;
}

.thecontent .team h1, .thecontent .team h2, .thecontent .team h3, .thecontent .team h4, .thecontent .team h5 {
  color: #212529;
}

.thecontent .team h6 {
  color: #f32837;
}

.thecontent .team .font-weight-medium {
  font-weight: 500;
}

.thecontent .team h5 {
  line-height: 22px;
  font-size: 18px;
}

.thecontent .team .subtitle {
  color: #00416b;
  line-height: 24px;
  font-size: 13px;
}

.thecontent .contactmap {
  margin: 60px 0 30px 0;
}

.thecontent .contactmap .contact-map-wrapper iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.thecontent .contact-box-wrapper {
  margin-top: -30px;
}

.thecontent .contact-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.thecontent .contact-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #212529;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 0px;
  display: block;
}

.thecontent .contact-item {
  display: flex;
  align-items: center;
  margin: 30px 0 40px 0;
  min-height: 125px;
  border: 1px solid color-mix(in srgb, #6C757D, transparent 85%);
  border-radius: 10px;
  transition: all 0.3s;
  background-color: transparent;
  padding: 16px;
}

.thecontent .contact-item:hover {
  background-color: #00416b;
}

.thecontent .contact-item:hover .contact-title,
.thecontent .contact-item:hover .contact-info {
  color: #fff;
}

.thecontent .contact-item:hover .contact-icon i {
  color: #fff;
}

.thecontent .contact-icon {
  margin-right: 20px;
}

.thecontent .contact-icon i {
  font-size: 52px;
  color: #00416b;
}

.thecontent .contact-form input,
.thecontent .contact-form textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: #6C757D;
  width: 100%;
  height: 100%;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid color-mix(in srgb, #6C757D, transparent 85%);
  border-radius: 4px;
  padding: 16px;
  margin-top: 24px;
}

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

.thecontent .contact-form-area {
  margin-bottom: 160px;
}

.thecontent .streaming-page {
  padding-top: 40px;
}

.thecontent .streaming-page .section-title {
  padding: 40px 0 20px 0;
}

.thecontent .streaming-page .stream-value {
  padding: 0px 0 40px 0;
}

.thecontent .streaming-page .stream-value .video-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 15px;
  background: #000;
  margin-top: 30px;
  border: 10px solid #C5C5C5;
}

.thecontent .streaming-page .stream-value .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.thecontent .streaming-page #why-streaming {
  padding: 40px 0;
  background: #00416b;
}

.thecontent .streaming-page #why-streaming .service-item {
  background: #00416b;
  color: white;
  padding: 20px 10px 5px 10px;
  border-radius: 10px;
}

.thecontent .streaming-page #why-streaming .service-item h3 {
  font-size: 1.15rem;
  letter-spacing: -0.3px;
  white-space: nowrap;
  margin-top: 10px;
}

.thecontent .streaming-page #why-streaming .service-item .icon {
  font-size: 32px;
  background: #f32837;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
  border-radius: 60%;
}

.thecontent .streaming-page #production {
  padding: 80px 0;
}

.thecontent .streaming-page #production img {
  border-radius: 15px;
}

.thecontent .streaming-page #production .service-item {
  padding: 20px 5px 5px 15px;
  border-radius: 10px;
}

.thecontent .streaming-page #production .service-item h3 {
  font-size: 1.15rem;
  letter-spacing: -0.3px;
  white-space: nowrap;
  margin-top: 10px;
  color: #00416b;
}

.thecontent .streaming-page #production .service-item .icon {
  font-size: 32px;
  background: #f32837;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
  border-radius: 60%;
}

.thecontent .streaming-page #inventory {
  background: url(/img/networks.webp) center fixed no-repeat;
  background-size: cover;
  padding: 0px 0px 60px 0px;
}

.thecontent .streaming-page #inventory .section-title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  color: white;
}

.thecontent .streaming-page #inventory .section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.thecontent .streaming-page #inventory .section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, white, transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.thecontent .streaming-page #inventory .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #f32837;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.thecontent .streaming-page #inventory .section-title p {
  margin-bottom: 0;
}

.thecontent .streaming-page #inventory .logo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  align-items: start;
}

@media (min-width: 992px) {
  .thecontent .streaming-page #inventory .logo-grid {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    gap: 20px;
  }
}

.thecontent .streaming-page #inventory .logo-left {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

@media (max-width: 575.98px) {
  .thecontent .streaming-page #inventory .logo-left {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.thecontent .streaming-page #inventory .logo-right {
  display: grid;
  gap: 16px;
}

@media (min-width: 992px) {
  .thecontent .streaming-page #inventory .logo-right {
    grid-auto-rows: 1fr;
  }
}

.thecontent .streaming-page #inventory .logo-box {
  background: #fff;
  border: 1px solid color-mix(in srgb, #212529, transparent 88%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.thecontent .streaming-page #inventory .logo-box.small {
  height: 72px;
}

.thecontent .streaming-page #inventory .logo-box.big {
  height: 120px;
}

.thecontent .streaming-page #inventory .logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  filter: none;
  transition: transform .15s ease, filter .15s ease;
}

.thecontent .streaming-page #inventory .logo-box:hover img {
  transform: translateY(-1px);
  filter: grayscale(20%);
}

.thecontent .streaming-page #getting-started {
  padding: 60px 0;
}

.thecontent .streaming-page #getting-started img {
  border-radius: 15px;
}

.thecontent .streaming-page #getting-started h3 {
  letter-spacing: -0.2px;
}

.thecontent .streaming-page #getting-started .step-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid color-mix(in srgb, #212529, transparent 88%);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.thecontent .streaming-page #getting-started .step-card header {
  margin-bottom: 10px;
}

.thecontent .streaming-page #getting-started .step-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #212529;
  white-space: nowrap;
}

.thecontent .streaming-page #getting-started .step-card p {
  color: #6C757D;
  line-height: 1.55;
  margin-top: 6px;
}

.thecontent .streaming-page #getting-started .step-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, #00416b, transparent 70%);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.thecontent .streaming-page #getting-started .step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  color: white;
  background: linear-gradient(135deg, #00416b 0%, color-mix(in srgb, #00416b, transparent 25%) 100%);
  box-shadow: inset 0 0 0 2px color-mix(in srgb, white, transparent 70%);
  flex: 0 0 34px;
}

.thecontent .streaming-page #getting-started .step-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: color-mix(in srgb, #f32837, transparent 85%);
  color: #f32837;
  border: 1px solid color-mix(in srgb, #f32837, transparent 60%);
  align-items: center;
  justify-content: center;
}

.thecontent .streaming-page #getting-started .step-icon i {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .thecontent .streaming-page #getting-started .step-card h4 {
    white-space: normal;
  }
}

.thecontent .blog-posts {
  margin-top: 40px;
}

.thecontent .blog-posts article {
  background-color: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.thecontent .blog-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.thecontent .blog-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, #00416b, transparent 40%);
  margin-bottom: 10px;
}

.thecontent .blog-posts .title {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px 0;
}

.thecontent .blog-posts .title a {
  color: #00416b;
  transition: 0.3s;
}

.thecontent .blog-posts .title a:hover {
  color: #f32837;
}

.thecontent .blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, #00416b, transparent 40%);
  margin: 40px 0px 40px 0;
}

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

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

.thecontent .blog-pagination ul li a {
  color: color-mix(in srgb, #00416b, transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thecontent .blog-pagination ul li a.active, .thecontent .blog-pagination ul li a:hover {
  background: #f32837;
  color: white;
}

.thecontent .blog-pagination ul li a.active a,
.thecontent .blog-pagination ul li a:hover a {
  color: white;
}

.thecontent .blog-details {
  margin: 40px 0;
}

.thecontent .blog-details .article {
  background-color: white;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.thecontent .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.thecontent .blog-details .title {
  color: #00416b;
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.thecontent .blog-details .content {
  margin-top: 20px;
}

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

.thecontent .blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, #00416b, transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

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

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

.thecontent .blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, #00416b, transparent 40%);
}

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

.thecontent .blog-details .meta-top ul li + li {
  padding-left: 20px;
}

.thecontent .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, #00416b, transparent 40%);
}

.thecontent .blog-details .meta-top a {
  color: color-mix(in srgb, #00416b, transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.thecontent .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, #00416b, transparent 90%);
}

.thecontent .blog-details .meta-bottom i {
  color: color-mix(in srgb, #00416b, transparent 40%);
  display: inline;
}

.thecontent .blog-details .meta-bottom a {
  color: color-mix(in srgb, #00416b, transparent 40%);
  transition: 0.3s;
}

.thecontent .blog-details .meta-bottom a:hover {
  color: #f32837;
}

.thecontent .blog-details .meta-bottom .cats,
.thecontent .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.thecontent .blog-details .meta-bottom .cats li,
.thecontent .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.thecontent .blog-details .meta-bottom .cats {
  padding-right: 20px;
}

.thecontent .blog-details .meta-bottom .tags li + li::before {
  padding-right: 6px;
  color: #00416b;
  content: ",";
}

.thecontent .blog-details .meta-bottom .share {
  font-size: 16px;
}

.thecontent .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.thecontent .widgets-container {
  background-color: white;
  padding: 30px;
  margin: 40px 0 40px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.thecontent .widget-title {
  color: black;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px 0;
}

.thecontent .widget-item {
  margin-bottom: 40px;
}

.thecontent .widget-item:last-child {
  margin-bottom: 0;
}

.thecontent .search-widget form {
  background: white;
  border: 1px solid color-mix(in srgb, #00416b, transparent 70%);
  padding: 3px 10px;
  position: relative;
  transition: 0.3s;
}

.thecontent .search-widget form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: white;
  color: #00416b;
}

.thecontent .search-widget form input[type="text"]:focus {
  outline: none;
}

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

.thecontent .search-widget form button i {
  line-height: 0;
}

.thecontent .search-widget form button:hover {
  background: color-mix(in srgb, #f32837, transparent 20%);
}

.thecontent .search-widget form:is(:focus-within) {
  border-color: #f32837;
}

.thecontent .categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thecontent .categories-widget ul li {
  padding-bottom: 10px;
}

.thecontent .categories-widget ul li:last-child {
  padding-bottom: 0;
}

.thecontent .categories-widget ul li a {
  color: color-mix(in srgb, #00416b, transparent 20%);
  transition: 0.3s;
}

.thecontent .categories-widget ul li a:hover {
  color: #f32837;
}

.thecontent .categories-widget ul li a span {
  padding-left: 5px;
  color: color-mix(in srgb, #00416b, transparent 50%);
  font-size: 14px;
}

.thecontent .recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.thecontent .recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.thecontent .recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.thecontent .recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.thecontent .recent-posts-widget .post-item h4 a {
  color: #00416b;
  transition: 0.3s;
}

.thecontent .recent-posts-widget .post-item h4 a:hover {
  color: #f32837;
}

.thecontent .recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, #00416b, transparent 50%);
}

.thecontent .tags-widget {
  margin-bottom: -10px;
}

.thecontent .tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thecontent .tags-widget ul li {
  display: inline-block;
}

.thecontent .tags-widget ul li a {
  color: color-mix(in srgb, #00416b, transparent 30%);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid color-mix(in srgb, #00416b, transparent 60%);
  display: inline-block;
  transition: 0.3s;
  border-radius: 5px;
}

.thecontent .tags-widget ul li a:hover {
  background: #f32837;
  color: white;
  border: 1px solid #f32837;
}

.thecontent .tags-widget ul li a span {
  padding-left: 5px;
  color: color-mix(in srgb, #00416b, transparent 60%);
  font-size: 14px;
}

.thecontent .card {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 0px;
  border-radius: 10px !important;
}

.thecontent .card .card-header {
  background: #00416b;
  padding: 40px;
  border-radius: 10px 10px 0 0;
}

.thecontent .card .card-body {
  padding: 30px;
}

.thecontent .card .card-body h4 {
  text-decoration: underline;
}

.thecontent .lgs img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  height: auto;
}

.thecontent .lgs .row {
  position: relative;
}

.thecontent .lgs .row::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-90%);
  width: 1px;
  background: color-mix(in srgb, #6C757D, transparent 80%);
  height: 100%;
}

@media (max-width: 991px) {
  .thecontent .lgs .row::after {
    display: none;
  }
}

.faq .faq-container {
  margin-bottom: 40px;
}

.faq .faq-container .faq-item {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  background-color: color-mix(in srgb, #00416b, transparent 96%);
  overflow: hidden;
  transition: 0.3s;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item h3 span {
  color: #f32837;
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: #f32837;
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 20px;
  line-height: 0;
  transition: 0.3s;
  color: #f32837;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: #f32837;
}

.faq .faq-container .faq-item.faq-active {
  background-color: #00416b;
  transition: 0.3s;
}

.faq .faq-container .faq-item.faq-active h3,
.faq .faq-container .faq-item.faq-active h3:hover,
.faq .faq-container .faq-item.faq-active .faq-toggle,
.faq .faq-container .faq-item.faq-active .faq-icon,
.faq .faq-container .faq-item.faq-active .faq-content {
  color: white;
}

.faq .faq-container .faq-item.faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-item.faq-active .faq-toggle {
  transform: rotate(90deg);
}

.bg-light {
  background: #f8f9fa;
}

.thehero {
  min-height: 250px;
  background-color: #00416b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='1666.7' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.04'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer .widget .widget-title {
  font-weight: 500;
}

.footer .widget a:hover {
  color: #f32837 !important;
}

.footer .widget a:active {
  color: #f32837 !important;
}

.footer .widget .link-secondary {
  color: #006bb3 !important;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
