/* Grid */
@media (min-width: 1236px) {
  .container {
    max-width: 1236px;
  }
}

@media (min-width: 576px) {
  .container-fluid {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
}

p {
  font-size: 1rem;
}

.section-concept p,
.custom-text-color-1 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.color-inherit {
  color: inherit !important;
}

.custom-header-bar:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 45vw;
  background-image: -webkit-linear-gradient(240deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%);
  background-image: linear-gradient(-150deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%);
  border-radius: 4px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1200px) {
  .custom-header-bar:before {
    width: 110vw;
  }
}

@media (max-width: 767px) {
  .custom-header-bar:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.custom-font-size-1 {
  font-size: .9375rem;
}

.custom-font-size-2 {
  font-size: 1.125rem;
}

.custom-nav-link {
  font-size: .8125rem;
  font-weight: 700;
  padding: .25rem 0 !important;
  margin: 0 1.25rem;
  border-bottom: 4px solid transparent;
}

.custom-nav-link:not(.active).nav-link {
  color: #222529;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  background-image: -webkit-linear-gradient(300deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%) !important;
  background-image: linear-gradient(150deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%) !important;
}

.highlighted-word.highlighted-word-animation-1:after {
  bottom: 4px;
}

.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-no-rotate.highlighted-word-animation-1-2:after {
  right: calc(100% - 112px);
  bottom: -10px;
}

.highlighted-word.highlighted-word-animation-1.highlighted-word-animation-1-no-rotate.highlighted-word-animation-1-2-dark:after {
  right: auto;
  left: 31px;
  bottom: -11px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
