@media (max-width: 767px) {
  .xs-text-center {
    text-align: center !important; } }
.col-centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto; }

.text_blue1 {
  color: #03A3C9 !important; }

.text_blue2 {
  color: #49C9F4 !important; }

.text_green1 {
  color: #1CBCA4 !important; }

a:hover {
  color: #03A3C9; }

.btn-primary {
  color: #fff;
  background-color: #083B66 !important; }

.btn-danger {
  color: #fff; }

.btn {
  text-shadow: none !important; }

ul.list-style {
  list-style: none;
  /* Remove default bullets */ }
  ul.list-style li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #03A3C9;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */ }
  ul.list-style li {
    font-weight: 300;
    font-size: 18px;
    padding: 5px 0; }

.navbar-collapse .navbar-nav > li > a.btn-nav {
  height: 44px;
  margin-top: 5px;
  padding: 12px 30px;
  border-radius: 32px; }

label.error {
  color: red; }

.youtube-player {
  position: relative;
  padding-bottom: 33%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }
  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }
  .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all; }
  .youtube-player img:hover {
    -webkit-filter: brightness(75%); }
  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer; }

.slide-top-home {
  background: #2D5359;
  position: relative;
  color: #ffffff;
  min-height: 520px;
  padding-top: 100px; }
  .slide-top-home .text {
    padding: 80px 0; }
    @media (max-width: 767px) {
      .slide-top-home .text {
        padding: 40px 0; } }
  .slide-top-home .bx-wrapper {
    border: none;
    margin: 0; }
  .slide-top-home h1, .slide-top-home h2, .slide-top-home h3 {
    color: #ffffff; }

.home-crop-ellipse {
  margin: 0px;
  padding-bottom: unset;
  height: 100%;
  right: 0px;
  top: 0px;
  width: 50%;
  clip-path: ellipse(59% 65% at 65% 50%);
  position: absolute;
  background-color: #ffffff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .home-crop-ellipse {
      position: static;
      clip-path: ellipse(58% 72% at 50% 72%);
      width: 100%; } }

.section-info {
  padding: 120px 0 40px; }
  @media (max-width: 767px) {
    .section-info {
      padding: 40px 0; } }

/*# sourceMappingURL=core.css.map */
