/*AUDAX CGP*/
/*AUDAXCEPH CGP*/
/*AXCEPX*/
/*$axc-lightblue: #f5f8fd;*/
html, body {
  font-family: "Nunito Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
}

body {
  font-weight: 300;
  line-height: 1.7;
  color: #5f6773;
  font-size: 1.25rem;
}

b, strong {
  font-weight: 800;
}

.ax-primary {
  color: #868e96;
}

::-moz-selection {
  background: #29b6f6;
  /* WebKit/Blink Browsers */
  color: white;
}

::selection {
  background: #29b6f6;
  /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #29b6f6;
  /* Gecko Browsers */
  color: white;
}

/*TYPOGRAPHY*/
p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.axc-article p {
  text-align: justify;
}

a {
  color: #29b6f6;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  color: #5ac7f8;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: #3e4766;
}

.disabled-h {
  color: #d8dbdd;
}

h6 {
  font-size: 1rem;
}

p + h6 {
  margin-top: 1.5rem;
}

h5 {
  font-size: 1.125rem;
}

p + h5 {
  margin-top: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

p + h4 {
  margin-top: 1.5rem;
}

h3 {
  font-size: 1.5rem;
}

p + h3 {
  margin-top: 1.75rem;
}

h2 {
  font-size: 2rem;
}

p + h2 {
  margin-top: 1.75rem;
}

h1 {
  font-size: 2.5rem;
}

p + h1 {
  margin-top: 1.75rem;
}

.text-muted {
  color: #afb5ba !important;
}

.uc-title-s {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #29b6f6;
}

.uc-title-muted {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #b8e2ff;
}

.axc-text-warning {
  color: #FFEB3B;
}

.axc-text-blue {
  color: #29b6f6;
}

.axc-text-lightblue {
  color: #a3e0fb;
}

.axc-cta {
  color: #29b6f6;
}

.axc-cta a {
  text-decoration: underline;
}

.z-ultimate {
  z-index: 2000;
}

.smaller {
  font-size: 0.75rem !important;
}

.axc-plan .small {
  font-size: 0.9rem;
  font-weight: 300;
}

.small {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
}

.axcards .small {
  line-height: 1.5;
}

.axcards h3 {
  margin-bottom: 0;
}

.axc-strong {
  font-weight: 600;
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #d4f0fd));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #d4f0fd 50%);
  color: #3e4766;
  font-family: 'Architects Daughter', cursive;
  font-size: 1.4rem;
  line-height: 1.4;
}

.highlight-h {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #d4f0fd));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #d4f0fd 60%);
  color: #3e4766;
}

.bg-grad .highlight-h {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #b6e0f4));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #b6e0f4 60%);
  color: #3e4766;
}

.news-title {
  font-size: 80%;
  color: #8492a6;
  line-height: 1.2rem;
}

a:hover b {
  text-decoration: underline;
  color: #29b6f6;
}

.axsection ul, .axsection-bg ul {
  list-style: none;
  /* Remove default bullets */
}

.axsection ul li::before, .axsection-bg ul li::before {
  content: "\2022";
  color: #29b6f6;
  display: inline-block;
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

/* END TYPOGRAPHY*/
/*NAV*/
.navbar .nav-link.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #d4f0fd));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #d4f0fd 50%);
  color: #3e4766;
}

.nav-link {
  line-height: 0.5rem;
}

.navbar-brand {
  background-image: url(../img/AudaxCeph-logo.png);
  width: 200px;
}

.navbar-nav {
  font-size: 0.825rem;
  letter-spacing: .1em;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.dropdown-item {
  font-size: 0.75rem;
  background-color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  color: #3e4766;
  /*font-size: 1.5rem;*/
  letter-spacing: .12em;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  text-shadow: 0 0 0.9px #fff, 0 0 0.9px #fff, 0 0 0.9px #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}

.bg-nav-scroll {
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
  background: #f9f9fa;
}

.bg-nav-scroll.scrolled {
  background: white;
  -webkit-box-shadow: 0rem 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0 0.5rem rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #152a49;
}

.navbar-light .navbar-nav .nav-link {
  color: #3e4766;
}

.axc-nav-pills .nav-link {
  padding: 1.5rem 1.5rem;
  border: 1px solid transparent;
  font-weight: 600;
  line-height: 1.2;
  color: #3e4766;
  font-size: 1.5rem;
  background-color: #f9f9fa;
}

.axc-nav-pills .nav-link:hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #29b6f6;
}

.axc-nav-pills .nav-link.active, .axc-nav-pills .nav-link.show {
  padding: 1.5rem 1.5rem;
  background-color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  color: #3e4766;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  border: 2px solid #29b6f6;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.axc-nav-pills .nav-link.active, .axc-nav-pills .nav-link.active {
  color: #29b6f6;
}

/*NAV*/
/* HERO */
.masthead {
  height: 60vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/hro.jpg);
  position: relative;
  border-bottom-left-radius: 85% 10%;
  border-bottom-right-radius: 85% 10%;
}

.home-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}

.home-hero-sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
}

.section-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-image: url(../img/mid-back.png);
}

.heroes {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.heroes .container {
  padding-top: 4rem;
  padding-bottom: 9rem;
}

.heroexs {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.heroexs .container {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.heroexxs {
  height: 25vh;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.pull-top {
  margin-top: -7rem;
}

.axsection-bg {
  position: relative;
}

.axsection-bg-curved {
  position: relative;
}

.axcoverlay-trans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3e4766;
  opacity: 0.95;
}

.axcoverlay-trans2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9fa;
  opacity: 0.95;
}

.axcoverlay-trans3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 182, 246, 0.1);
}

.axcoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#29b6f6), to(#6f86d6));
  background-image: linear-gradient(to top, #29b6f6 0%, #6f86d6 100%);
}

.axcoverlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(#283E51), to(#4B79A1));
  background: linear-gradient(to top, #283E51, #4B79A1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.axcoverlay3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-bottom-left-radius: 60% 100%;
  border-bottom-right-radius: 85% 10%;
  background: #56CCF2;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(#2F80ED), to(#56CCF2));
  background: linear-gradient(to top, #2F80ED, #56CCF2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.axcoverlay-grey {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.5;
}

.news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #29b6f6;
  opacity: 0.75;
  border-radius: 0.5rem;
}

.axc-lightblue {
  background-color: #f9f9fa;
}

.axc-lightblue {
  background-color: #f9f9fa;
}

.axc-highlightblue {
  background-color: #ddf2fc;
}

.axc-highlightblue .highlight-h {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #b6e0f4));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #b6e0f4 50%);
}

.axc-highlightblue p {
  color: #3e4766;
}

.z1 {
  z-index: 2;
}

.dropdown-menu {
  -webkit-box-shadow: 0rem 0 2rem rgba(0, 0, 0, 0.19);
          box-shadow: 0rem 0 2rem rgba(0, 0, 0, 0.19);
  padding: 0;
  border: 0;
  margin: .5rem 0 0;
}

.dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  padding: 1rem 1.5rem;
}

.dropdown-item.active, .dropdown-item:active {
  color: #3e4766;
  text-decoration: none;
  background-color: #d4f0fd;
  font-weight: 900;
}

.hero-bgvid {
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 90vh;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bgvid-header {
  position: relative;
  min-height: 90vh;
}

.axcoverlay-bgvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3e4766;
  opacity: 0.7;
}

.bgvid-kajla {
  content: url(../img/bgvid_kajla.svg);
  z-index: 1;
  position: absolute;
}

.bgvid-header h1 {
  font-size: 3rem;
  color: white;
}

.bgvid-header p {
  font-size: 1.5rem;
  line-height: 1.25;
  color: white;
}

.bgvid-header .highlight {
  font-size: 1.625rem;
  color: #d4f0fd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #29b6f6));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #29b6f6 50%);
}

.art {
  position: absolute;
  z-index: 2;
}

/* END HERO */
/* MENU */
.alert-bar {
  font-size: 0.75rem;
  letter-spacing: .12em;
  background-color: #b53da6;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  color: white;
  min-height: 2.5rem;
}

.alert-bar:hover {
  background-color: #cf4cbe;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: white;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  color: #3e4766;
}

/*
.navbar-toggler::after {
	font-family: "Font Awesome 5 Free";  
  font-weight: 400; 
  content: "\f133";
}
*/
.navbar-toggler.collapsed {
  color: #a4aebd;
}

.navbar-brand img {
  width: 200px;
}

@media (max-width: 992px) {
  .bg-nav-scroll {
    background: #f9f9fa;
  }
  .nav-link {
    padding: 1rem 1rem;
  }
  .navbar-brand img {
    width: 175px;
  }
  .dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
  }
  .navbar {
    padding: 0.825rem 1rem;
  }
  .navbar-toggler {
    padding-top: 5px;
    font-size: 1.5rem;
  }
  .navbar-brand {
    padding-top: 0;
  }
}

/* MENU */
/* BUTTONS */
.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.axclink {
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #29b6f6;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.axclink:hover {
  color: #5ac7f8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.axcstocklink {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.axcstocklink:hover {
  color: #5ac7f8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.axcstocklink a {
  color: #3e4766;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.axcstocklink a:hover {
  color: #5ac7f8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.axcbtn-stock {
  padding: 0rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 1px;
  letter-spacing: .12em;
  border-radius: 0 2rem;
}

.input-group .axcbtn-lg {
  padding: 1.5rem 1.75rem;
  font-size: 0.825rem;
  font-weight: 600;
  text-transform: uppercase;
  border-width: 1px;
  letter-spacing: .1em;
  border-radius: 0 4rem 4rem 0;
}

.input-group .form-control {
  height: calc(3.75rem + 10px);
  border-radius: 4rem 0 0 4rem;
  padding: .375rem 1.75rem;
}

/*
.axcbtn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.825rem;
    font-weight: 600;
    text-transform: uppercase;
	border-width: 1px;
    letter-spacing: .1em;
	border-radius: 2rem;
}

.axcbtn-md {
    padding: 1rem 1.5rem;
    font-size: 0.825rem;
    font-weight: 600;
    text-transform: uppercase;
	border-width: 1px;
    letter-spacing: .1em;
	border-radius: 2rem;
}

.axcbtn-lg {   
    padding: 1.5rem 1.75rem;
    font-size: 0.825rem;
    font-weight: 600;
    text-transform: uppercase;
	border-width: 1px;
    letter-spacing: .1em;
	border-radius: 2rem;
}
*/
.axcbtn-sm {
  border-radius: 0rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 800;
  border-width: 1px;
  letter-spacing: .025em;
  border-radius: 0.25rem;
}

.axcbtn-md {
  border-radius: 0.1rem;
  padding: 1rem 1.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  border-width: 1px;
  letter-spacing: .025em;
  border-radius: 0.5rem;
}

.axcbtn-lg {
  border-radius: 0rem;
  padding: 1.5rem 1.75rem;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: 600;
  border-width: 1px;
  letter-spacing: .025em;
  border-radius: 0.5rem;
}

.btn-outline-axcpink {
  color: #cc004f;
  background-color: transparent;
  border-color: #cc004f;
}

.btn-outline-axcpink:hover {
  color: white;
  background-color: #cc004f;
  border-color: #cc004f;
}

.btn-axcpink {
  color: white;
  background-color: #cc004f;
  border-color: #cc004f;
}

.btn-axcpink:hover {
  color: white;
  background-color: #ff0063;
  border-color: #ff0063;
}

.btn-outline-axcpurple {
  color: #7c2a90;
  background-color: transparent;
  border-color: #7c2a90;
}

.btn-outline-axcpurple:hover {
  color: white;
  background-color: #7c2a90;
  border-color: #7c2a90;
}

.btn-axcpurple {
  color: white;
  background-color: #7c2a90;
  border-color: #7c2a90;
}

.btn-axcpurple:hover {
  color: white;
  background-color: #9e36b7;
  border-color: #9e36b7;
}

.btn-outline-axcblue {
  color: #29b6f6;
  background-color: transparent;
  border-color: #29b6f6;
}

.btn-outline-axcblue:hover {
  color: white;
  background-color: #29b6f6;
  border-color: #29b6f6;
}

.btn-axcblue {
  color: white;
  background-color: #29b6f6;
  border-color: #29b6f6;
}

.btn-axcblue:hover {
  color: white;
  background-color: #5ac7f8;
  border-color: #5ac7f8;
}

.btn-axcwhite {
  color: #29b6f6;
  background-color: white;
  border-color: white;
}

.btn-axcwhite:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  background-color: transparent;
  border-color: white;
}

.btn-axcwhite:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}

.btn-axcwhite-outline {
  color: white;
  /*background-color: $axc-blue;*/
  border-color: white;
}

.btn-axcwhite-outline:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  /*background-color: lighten($axc-blue,15%);*/
  border-color: #29b6f6;
}

.btn-axcwhite-outline:hover {
  color: #29b6f6;
  background-color: white;
  /*background-color: lighten($axc-blue,15%);*/
  border-color: #72cff9;
}

.btn-axcblue-light {
  color: #29b6f6;
  background-color: white;
  border-color: #29b6f6;
}

.btn-axcblue-light:hover {
  color: white;
  background-color: #29b6f6;
  border-color: #29b6f6;
}

.axcdisabled, .axcdisabled:hover {
  background-color: #dfdfdf;
  pointer-events: none;
}

.btn i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-circle {
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  color: #29b6f6;
}

.axcbtn-circle {
  display: table;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #29b6f6;
  font-size: 0.85rem;
  text-transform: uppercase;
  -webkit-box-shadow: 0rem 0 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0rem 0 1rem rgba(0, 0, 0, 0.25);
}

.axcbtn-circle p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.axcbtn-float {
  bottom: 0.95rem;
  right: 0.95rem;
  position: fixed;
  z-index: 2000;
}

.play-button {
  width: 80px;
  height: 80px;
  border: 0px solid rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 4;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #29b6f6;
}

.play-button:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}

.play-button:hover {
  background-color: #29b6f6;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.alert {
  border-radius: 0.5rem;
  padding: .5rem 1.25rem;
}

.axc-alert-bold {
  color: white;
  background-color: #29b5f6;
  border: 2px solid #29b6f6;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 1rem;
}

.bgvid-header .axc-alert-bold {
  top: 5rem;
  background-color: rgba(62, 71, 102, 0.5);
}

.axc-alert-white {
  color: #29b6f6;
  background-color: #f9f9fa;
  border-color: #f9f9fa;
  /* -webkit-box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 10px 20px 0 rgba(90,122,190,.2);
    box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 10px 20px 0 rgba(90,122,190,.2);*/
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.axc-alert-white:hover {
  /*-webkit-box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 0px 5px 0 rgba(90,122,190,.2);
    box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 0px 5px 0 rgba(90,122,190,.2);*/
  background-color: #f6f6f8;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.over {
  position: absolute;
  z-index: 1000;
}

.under {
  position: absolute;
  z-index: 999;
}

.axc-animate-1 {
  -webkit-animation: rotate 25s linear infinite;
          animation: rotate 25s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* END BUTTONS */
/* CARDS */
.card {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  border: 1px solid rgba(90, 122, 190, 0.07);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a .card:hover {
  -webkit-box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.2), 0 3px 12px 0 rgba(90, 122, 190, 0.2);
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.2), 0 3px 12px 0 rgba(90, 122, 190, 0.2);
  border: 1px solid rgba(90, 122, 190, 0.07);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a .card {
  color: #8492a6;
}

.axshadow {
  -webkit-box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  border: 1px solid rgba(90, 122, 190, 0.07);
}

/*
@media (min-width:768px) {
	.card-header:first-child {
		
		border-radius: 0.5rem 0 0 0.5rem;
		border: 0;
	}
}

@media (max-width:768px) {
	.card-header:first-child {
		
		border-radius: 0.5rem 0.5rem 0 0;
		border: 0;
	}
}
*/
.axcards .card-header {
  position: relative;
  height: 10rem;
  background-size: cover;
  min-width: 10rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*box-shadow:inset 0 0 0 10rem rgba(41, 182, 246,0.75);*/
}

.overlay-div {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: .7;
}

.axcards a {
  color: #3e4766;
}

.axc-item-card {
  background-size: cover;
  background-position: center center;
  min-height: 250px;
  background-color: white;
}

.axcards {
  -webkit-box-shadow: 0 0px 0px 0 rgba(90, 122, 190, 0.1), 0 0 0 0 rgba(90, 122, 190, 0.2);
  box-shadow: 0 0px 0px 0 rgba(90, 122, 190, 0.1), 0 0 0 0 rgba(90, 122, 190, 0.2);
  border: 0px solid rgba(90, 122, 190, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.axcards:hover {
  -webkit-box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  border: 0px solid rgba(90, 122, 190, 0.07);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.axcards:hover .card-header {
  border-radius: 0.5rem 0.5rem 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*box-shadow:inset 0 0 0 10rem rgba(41, 182, 246,0.0);*/
}

.axc-list-item {
  background-size: cover;
  background-position: center center;
  min-height: 250px;
  background-color: white;
}

.image-container {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  height: 100%;
}

.rep-comment {
  font-size: 0.75rem;
  line-height: 1rem !important;
}

.card-dark {
  background-color: #ededed;
  border: 0px solid #e8e8e8;
}

.closed {
  position: absolute;
}

.round {
  height: 195px;
  width: 195px;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.round-small {
  height: 75px;
  width: 75px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #f5f5f5;
}

.round-small:hover {
  opacity: 0.3;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.round-small:hover .loupe {
  opacity: 1;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.axc-circular {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: black;
  background-size: cover;
  background-position: center center;
}

.inside {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.inside:hover {
  opacity: 0.9;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.accordion .card {
  background-color: transparent;
}

.accordion .card-header {
  background-color: #fff;
  border-radius: 0.5rem;
  border: none;
}

.accordion .btn-link {
  color: #29b6f6;
  background-color: transparent;
}

.accordion .btn {
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: 600;
  color: #3e4766;
}

/*
.accordion .btn-link::before {
    font-family: "FontAwesome"; 
	font-weight: 400; 
	content: "\f067";
	margin-right: 0.5rem;
}
*/
.accordion .btn-link:focus, .btn-link:hover {
  text-decoration: none;
}

.accordion .btn-link:hover {
  color: #5ac7f8;
}

.card-btn-arrow {
  margin-left: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.collapsed .card-btn-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion .card-body {
  font-size: 1rem;
}

.upload:hover {
  border: 2px dashed #29b6f6;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin: -2px;
  -webkit-transition: -webkit-box-shadow .25s ease-in-out;
  transition: -webkit-box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
}

.image-navig {
  margin-top: 20px;
  display: block;
  font-size: 0.75rem;
}

/* CARDS */
/* FORM */
label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #29b6f6;
  margin-bottom: 0.5rem;
}

.custom-control {
  line-height: 1.75rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(3.75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 8px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3.25rem + 2px);
}

.input-group-text {
  border: 1px solid #29b6f6;
}

.custom-control-label::before {
  top: 0.15rem;
}

.custom-control-label::after {
  top: 0.15rem;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: none;
  color: #f6f8fa !important;
  font-size: 1rem;
  bottom: 0px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #29b6f6;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #29b6f6;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #29b6f6;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #29b6f6;
}

button, input, optgroup, select, textarea {
  border-radius: 0.5rem;
}

.form-control:disabled, .custom-select:disabled, .form-control[readonly] {
  background-color: #f8f9fa;
  opacity: 1;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #74d0f9;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #8d91a0;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #ced4da;
  -webkit-text-fill-color: #6c757d;
  box-shadow: 0 0 0 30px #effaff inset !important;
  -webkit-box-shadow: 0 0 0 30px #effaff inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* FORM */
/* MISC */
.vl {
  border-left: 1px solid white;
  height: 20px;
  top: 50%;
}

.axc-hr {
  border-top: 1px solid #29b6f6;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

hr {
  border-top: 1px solid rgba(62, 71, 102, 0.35);
}

.credits {
  color: #6c757d;
  font-size: 1rem;
  font-weight: 300;
}

.hr-axc-blue {
  border-top: 1px solid #29b6f6;
}

.hr-axc-white {
  border-top: 1px solid #fff;
  opacity: 0.5;
}

.axc-edit {
  color: #c3c4cb;
  font-size: 0.75rem;
  font-weight: 300;
}

.axc-edit:hover {
  color: #29b6f6;
}

.link-badge:after {
  display: inline-block;
  padding: 0.3rem 0.15rem 0.25rem 0.25rem;
  font-size: 0.50rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.2rem;
  text-transform: uppercase;
  position: absolute;
  margin-left: 3px;
  bottom: 30px;
  content: 'NEW';
  color: #fff;
  background-color: #29b6f6;
  -webkit-box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
          box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 182, 246, 0.75);
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(41, 182, 246, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 182, 246, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 182, 246, 0.4);
            box-shadow: 0 0 0 0 rgba(41, 182, 246, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(41, 182, 246, 0);
            box-shadow: 0 0 0 8px rgba(41, 182, 246, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 182, 246, 0);
            box-shadow: 0 0 0 0 rgba(41, 182, 246, 0);
  }
}

.axc-badge {
  display: inline-block;
  padding: .75em .75em;
  font-size: 0.60rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 2rem 0 0 2rem;
  text-transform: uppercase;
  right: 0rem;
  position: absolute;
  width: 5rem;
}

.axc-badge-or {
  display: inline-block;
  padding: .75em .75em;
  font-size: 0.60rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 2rem;
  text-transform: uppercase;
  width: 5rem;
}

.badge-features {
  color: #29b6f6;
  background-color: #edf9fe;
  text-transform: uppercase;
  font-size: 0.75rem;
  border: 1px solid #29b6f6;
  padding: 0.25rem 0.75rem 0.15rem 0.75rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.badge-content {
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.badge-content:hover {
  background-color: #d4f0fd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.badge-active {
  background-color: #29b6f6;
  color: white;
}

.badge-draft {
  color: #29b6f6;
  background-color: #edf9fe;
}

.badge-blue {
  color: #fff;
  background-color: #29b6f6;
}

.badge-process {
  color: #ffffff;
  background-color: #fbbf0b;
}

.badge-success {
  color: #fff;
  background-color: #29b6f6;
}

.badge-danger {
  color: #fff;
  background-color: #E53935;
}

.axclogo {
  font-size: 1.5rem;
  color: #29b6f6;
}

.info-tooltip {
  color: #646f79;
}

.info-tooltip-light {
  color: #dee2e6;
}

.page-link {
  color: #29b6f6;
}

.page-link:hover {
  z-index: 2;
  color: #29b6f6;
  text-decoration: none;
  background-color: #edf9fe;
}

.page-link {
  border: 1px solid #f5f5f5;
}

.badge-letter {
  min-width: 55px;
}

/* END MISC */
/*PAGINATION*/
.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin: .5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #29b6f6;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0.35rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 768px) {
  .pagination .page-link {
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}

.pagination .disabled .page-link {
  background-color: #29b6f6;
  border-radius: 0.35rem;
  color: white;
}

.pagination .disabled .page-link.dots {
  background-color: transparent;
  color: #29b6f6;
}

.pagination .page-link:focus, .page-link:hover {
  color: #29b6f6;
  text-decoration: none;
  background-color: #edf9fe;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* BACKGROUND AND BORDERS*/
.border-axc-blue {
  border-color: #29b6f6 !important;
}

.border-axc-grey {
  border-color: #152a49 !important;
}

.bg-axc-blue {
  background-color: #29b6f6;
}

.bg-axc-lightblue {
  background-color: #edf9fe;
}

.bg-axc-lightblue-hover:hover {
  background-color: #edf9fe;
}

.bg-warning {
  background-color: #ffd400 !important;
}

.bg-danger {
  background-color: #e4022d !important;
}

.bg-info {
  background-color: #29b6f6 !important;
}

.bg-grad {
  background: linear-gradient(183deg, #ddf2fc, #f9f9fa);
}

/* BACKGROUND */
/* SLICK */
.slider {
  width: 100%;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  -webkit-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
  opacity: 0;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

/* END SLICK */
/* FOOTER */
footer {
  background-color: #212636;
  font-size: 1rem;
}

.underfoot {
  background-color: #171b27;
  color: #868f97;
}

/* END FOOTER */
/* PROGRESS */
.progress-warning {
  background-color: #ffd400 !important;
}

.progress-big {
  height: 1.5rem;
}

.progress-bar {
  color: #152a49;
}

::-webkit-slider-thumb {
  background: #29b6f6 !important;
  /* Green background */
}

::-moz-range-thumb {
  background: #29b6f6 !important;
  /* Green background */
}

/* END PROGRESS */
.overlay {
  background-color: #f6f8fa;
}

.arrow-none:after {
  display: none;
}

.marketing {
  margin-top: -4rem;
}

/* Navbar */
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/*VIDEO*/
.modal-header .close {
  padding: 0rem;
  margin: 0rem;
}

.modal-dialog {
  max-width: 600px;
  margin: 30px auto;
}

.modal-dialog-narrow {
  max-width: 768px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.modal-header {
  padding: 0;
  border: 0;
}

modal-footer {
  border: 0;
  padding: 0;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.close:hover {
  color: #d4f0fd !important;
  opacity: 1 !important;
}

.modal-video-container img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  /*filter: brightness(90%);*/
  border-radius: 0.5rem;
}

/* CAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
}

/* FLICKITY */
.flickity-page-dots {
  bottom: 0px;
  padding: 0;
}

.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  background: #3e4766;
}
