@font-face {
  font-family: League Gothic;
  src: url("../fonts/leaguegothic-regular-variablefont_wdth-webfont.woff2");
}
@font-face {
  font-family: Open Sans;
  src: url("../fonts/opensans-variablefont_wdthwght-webfont.woff2");
}
body {
  -webkit-font-smoothing: antialiased;
}
img {
  width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.callout-section {
  background-image: linear-gradient(#e5e5e5, #f7f7f7);
	padding-top: 50px;
	padding-bottom: 50px;
}
.container-spacing-t {
	padding-top: 75px;
	padding-bottom: 25px;
}
.container-spacing-m {
	padding-top: 75px;
	padding-bottom: 75px;
}
.container-spacing-b {
	padding-top: 25px;
	padding-bottom: 75px;
}
.h1-bar {
  font-family: 'League Gothic', sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth"100;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 10px 17px 10px;
}
h1 {
  font-family: 'League Gothic', sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth"100;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
h2 {
  font-family: 'League Gothic', sans-serif;
  color: #00adef;
  font-size: 45px;
  line-height: 55px;
  margin: 0 0 20px 0;
}
h3 {
  font-family: 'League Gothic', sans-serif;
  font-size: 35px;
  line-height: 45px;
  color: #232020;
  margin: 0 0 10px 0;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-variation-settings: "wdth"100;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -1px;
  color: #00adef;
  margin: 0 0 20px 0;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-variation-settings: "wdth"100;
  color: #232020;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -1px;
  font-style: italic;
  margin: 0 0 0 0;
}
.lead {
  font-family: 'Open Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-variation-settings: "wdth"75;
  font-size: 18px;
  line-height: 34px;
  color: #232020;
  font-style: italic;
  margin: 0 0 50px 0;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth"100;
  color: #6E6E6E;
  font-size: 17px;
  line-height: 35px;
  margin: 0 0 45px 0;
}
.txt-black {
  color: #232020;
}
ul {
  margin: 0 0 0 20px;
  padding: 0;
}
ul li {
  color: #707070;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
a:link {
  color: #00adef;
}
a:hover {
  color: #49779D;
}
a:active {
  color: #232020;
}
a:visited {
  color: #232020;
}
.accent-color {
  color: #00adef;
}
.logo-header {
  max-width: 300px;
  margin: 20px 0 20px 0;
}
.logo-client {
  height: 130px;
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icon-youtube {
  color: rgba(205, 32, 31, 1.0) !important;
  transition: 0.5s;
}
.icon-youtube:hover {
  color: rgba(255, 255, 255, 1.0) !important;
}
.img-products {
  height: 100px;
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icons {
  color: #ffffff;
  font-size: 30px;
  background-color: #00adef;
  width: 75px;
  height: 75px;
  border-radius: 80px;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 0px;
}
.container-header {
  background-image: linear-gradient(#CBCBCB, #ffffff);
}
.navbar {
  background-color: #ffffff !important;
  border-top: 1px solid #CBCBCB;
}
.navbar-toggler-icon {
  background-color: #000;
  filter: invert(100%);
}
.nav-item {
  border-bottom: 1px solid #CBCBCB;
}
.nav-link {
  font-family: 'Open Sans', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth"100;
  color: #232020 !important;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.nav-link:hover {
  color: #00adef !important;
}
.nav-link.active {
  color: #00adef !important;
}
.dropdown-menu {
  border: 0;
  padding: 10px;
  margin: 0 0 0 -20px;
  border-radius: 0 0 20px 20px;
}
.dropdown-item {
  color: #232020 !important;
  text-align: center;
  border-radius: 40px;
}
.dropdown-item:hover {
  color: #00adef !important;
  background-color: #ffffff !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff !important;
  background-color: #00adef !important;
}
.container-bar {
  background-color: #00adef;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
}
ol.breadcrumb {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
.breadcrumb-item a:link {
  color: #00adef !important;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #49779D !important;
}
.form-label {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1px;
}
.form-control {
  width: 100%;
  border-radius: 40px;
  border: 0px;
  border: 1px solid #b9b9b9;
  background-color: #f9f9f9;
	padding: 10px 30px 10px 30px;
}
.form-control-lg {
  font-size: 16px;
  line-height: 20px;
}
.form-select {
  border-radius: 40px;
}
.main-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.card {
  background-color: transparent !important;
  border: 0px;
  border-radius: 0;
}
.card-img {
  width: 50%;
}
.card-body {
  background-color: transparent !important;
  margin-left: -10px;
}
.card-footer {
  background-color: transparent !important;
  border-top: 0;
  margin-top: 25px;
  margin-bottom: 50px;
}
.btn-primary {
  font-family: 'Open Sans', sans-serif;
  color: #232020 !important;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #00adef;
  margin: 40px 0 0 0;
  border-radius: 40px;
  padding: 10px 40px 8px 40px;
  transition: 0.5s;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #00adef !important;
  border: 2px solid #00adef;
}
.btn-primary:visited {
  color: #fff;
  text-transform: uppercase;
}
.btn-sm {
  font-size: 13px;
  line-height: 13px;
  margin: 0;
}
.video-container {
  display: flex;
  justify-content: center;
}
.container-breadcrumbs {
  background-image: linear-gradient(#efefef, #F7F7F7);
  height: 60px;
}
.footer-section {
  background-color: #05192b;
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer-logo {
  max-width: 150px;
  opacity: 0.5;
  transition: 0.5s;
}
.footer-logo:hover {
  opacity: 1.0;
}
.footer-header {
  font-family: 'League Gothic', sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth"100;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  color: #00adef;
}
.nav-item-footer {
  border-bottom: 0;
}
.nav-item-footer a {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
	line-height: 24px;
  margin-left: -35px;
  margin-bottom: -5px;
}
.nav-item-footer a:hover {
  color: rgba(255, 255, 255, 1.0) !important;
}
.nav-item-footer a:active {
  color: rgba(255, 255, 255, 1.0) !important;
}
.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-transform: uppercase;
}
.footer-link {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-link:hover {
  color: rgba(255, 255, 255, 1.0) !important;
}
.success {
	color: green;
}
.error {
	color: red;
}
@media (min-width: 576px) {
  .nav-item {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
.callout-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
  .h1-bar {
    font-size: 40px;
    line-height: 40px;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 54px;
    line-height: 64px;
  }
  h3 {
    font-size: 38px;
    line-height: 48px;
  }
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
  h5 {
    font-size: 20px;
    line-height: 40px;
  }
  .lead {
    font-family: 'Open Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-variation-settings: "wdth"75;
    font-size: 20px;
    line-height: 40px;
    color: #232020;
    font-style: italic;
    margin: 0 0 50px 0;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown-item {
    text-align: left;
  }
  .logo-header {
    max-width: 400px;
  }
  .card-footer {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .img-circle {
    width: 100%;
    padding: 0 50px 0 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}