@import "https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import "//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css";
@import "//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css";
@import "https://unpkg.com/aos@2.3.1/dist/aos.css";
@import "bootstrap.min.css";
@import "stylescomp.css";
html, body {
  overflow-x: hidden;
}

*[data-aos] {
  overflow: hidden;
  max-width: 100%;
}

@media (max-width: 800px) {
  [data-aos=fade-left],
[data-aos=fade-right] {
    transform: none !important;
    opacity: 1 !important;
  }
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 800px) {
  html {
    height: 100%;
    width: 100%;
  }
}

body {
  overflow-x: hidden;
  font-family: "Source Sans 3", sans-serif;
}

.mt-2 {
  margin-top: 20px;
}

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

.mt-5 {
  margin-top: 50px;
}

.mb-2 {
  margin-bottom: 20px;
}

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

.orange {
  color: #FB4F14;
}

.btn {
  background: #FB4F14;
  color: #F0F0F0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-size: 0.8em;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  color: #FB4F14;
  background: #F0F0F0;
}
@media (max-width: 800px) {
  .btn {
    width: 80%;
    font-size: 0.9em;
    font-weight: normal;
    padding: 10px 0 10px 0;
  }
}

.btn-white {
  background: white;
  border: 1px solid #FB4F14;
  color: #FB4F14;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-size: 0.77em;
  transition: all 0.2s ease-in-out;
}
.btn-white:hover {
  color: #F0F0F0;
  background: #FB4F14;
}
@media (max-width: 800px) {
  .btn-white {
    width: 80%;
    font-size: 0.7em;
    font-weight: normal;
    padding: 10px 0 10px 0;
  }
}

.btn-red {
  background: #FD4A5C;
  border-radius: 0;
  color: #F0F0F0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-size: 0.3em;
  transition: all 0.2s ease-in-out;
}
.btn-red:hover {
  color: #F0F0F0;
  background: #F1B93F;
}
@media (max-width: 800px) {
  .btn-red {
    width: 80%;
    font-size: 0.5em;
    font-weight: normal;
    padding: 10px 0 10px 0;
  }
}

.btn-yell {
  background: #F1B93F;
  border-radius: 50px;
  color: #F0F0F0;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-size: 1em;
  transition: all 0.2s ease-in-out;
}
.btn-yell:hover {
  color: #F0F0F0;
  background: #FD4A5C;
}
@media (max-width: 800px) {
  .btn-yell {
    width: 80%;
    font-size: 0.9em;
    font-weight: normal;
    padding: 15px 25px;
  }
}

.btn-g {
  background: #00A0AF !important;
  border-radius: 50px !important;
  color: #2d2d2d !important;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 1.4rem 4.375rem !important;
  font-size: 1rem;
  line-height: 2;
  transition: all 0.2s ease-in-out;
  border-top: none;
  border-left: none;
}
.btn-g:hover {
  color: #101010;
  background: #00A0AF;
}
@media (max-width: 800px) {
  .btn-g {
    width: 80%;
    font-size: 0.9em;
    font-weight: normal;
    padding: 10px 0 20px 0;
  }
}

.xoo-wsc-ft-btn {
  color: white;
  border: none;
  padding: 1.4rem 3.375rem;
}
.xoo-wsc-ft-btn:hover {
  color: #2d2d2d;
  background: #F0F0F0;
}

.slick-prev, .slick-next {
  font-size: 2em;
  position: absolute;
  top: 45%;
  z-index: 9999999999;
  display: inline-flex;
  margin-left: 40px;
}

.slick-next {
  margin-right: 40px;
}

.current {
  background: #00A0AF;
  color: #F0F0F0;
  padding: 5px 10px;
}

.pre-head {
  background: #F0F0F0;
}
.pre-head .form-select {
  background-color: #F0F0F0;
  border: 0;
  border-radius: 0;
  font-size: 0.8em;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  text-transform: uppercase;
}

.site-header {
  border-bottom: 0;
  display: contents;
  height: 90px;
}
.site-header nav {
  backdrop-filter: blur(5px);
  position: sticky;
  top: 0px;
  animation: adjust-header linear both;
  animation-timeline: scroll();
  animation-range: 0 200px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 10;
}
@media (max-width: 800px) {
  .site-header nav {
    height: 90px;
    padding: 5px 0 0;
  }
}
.site-header .white {
  transition: all 0.2s ease-in-out;
  background: #F0F0F0;
  position: fixed;
}
.site-header .white a {
  color: #2d2d2d !important;
}
.site-header .navbar-brand {
  float: none;
  margin: 0;
  margin-left: 0 !important;
  padding: 0;
  text-align: center;
}
.site-header .navbar-brand img {
  display: block;
  width: 70%;
  margin-top: 0px;
}
@media (max-width: 800px) {
  .site-header .navbar-brand img {
    margin-top: 0px;
    width: 12%;
  }
}
.site-header .navigation {
  background-color: white;
  color: #F0F0F0;
  padding: 10px 20px;
  height: 100px;
}
.site-header .navigation .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .site-header .navigation .row .d-flex {
    width: 60%;
    margin: 0 auto;
    margin-top: -70px;
  }
}
.site-header .navigation .navbar-brand {
  color: #F0F0F0;
  text-decoration: none;
  font-size: 1.5em;
}
.site-header .navigation .nav-links {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 801px) {
  .site-header .navigation .nav-links .mobile-only {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .site-header .navigation .nav-links .mobile-only {
    display: inline !important;
    text-align: center;
    padding: 10px;
  }
  .site-header .navigation .nav-links .mobile-only a {
    font-size: 1.2em;
    color: #F0F0F0;
    font-weight: bold;
    text-decoration: none;
  }
}
.site-header .navigation .nav-links li {
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .site-header .navigation .nav-links li {
    display: list-item;
  }
}
.site-header .navigation .nav-links li a {
  color: #2d2d2d;
  font-weight: normal;
  margin-left: 0;
  padding-bottom: 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .site-header .navigation .nav-links li a {
    color: #F0F0F0;
  }
}
.site-header .navigation .nav-links li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #FB4F14;
}
.site-header .navigation .nav-links li a:hover {
  color: #FB4F14;
}
.site-header .navigation .nav-links li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.site-header .navigation .nav-links .menu-item-has-children:hover .sub-menu {
  background: #F0F0F0;
  display: grid;
  margin: 10px 0 0 0;
  position: absolute;
  width: 14%;
  z-index: 9;
}
.site-header .navigation .nav-links .menu-item-has-children:hover .sub-menu li {
  padding: 10px 0;
}
.site-header .navigation .nav-links .menu-item-has-children:hover .sub-menu a {
  color: #2d2d2d;
}
.site-header .navigation .nav-links .menu-item-has-children:hover .sub-menu .sub-menu {
  width: 89%;
}
.site-header .navigation .nav-links .sub-menu {
  display: none;
}
.site-header .navigation .btn {
  margin-left: 5px;
}
@media (max-width: 800px) {
  .site-header .navigation .btn {
    width: 50%;
  }
}
.site-header .navigation .menu-icon {
  display: none;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 800px) {
  .site-header .navigation .menu-icon {
    display: block;
  }
}
.site-header .navigation .menu-icon i {
  font-size: 1.5em;
}
@media (max-width: 800px) {
  .site-header .navigation .menu-icon i {
    color: #FB4F14;
  }
}
.site-header .navigation .menu-container {
  display: flex;
  align-items: center;
}

@keyframes adjust-header {
  to {
    background: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    height: 100px;
  }
}
@media (max-width: 800px) {
  .nav-links {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100vw;
    background-color: rgba(51, 51, 51, 0.9);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  .nav-links.active {
    left: 0;
  }
  .nav-links li {
    margin: 15px 0;
  }
  .nav-links a {
    font-size: 1.2em;
  }

  .menu-icon.active {
    transform: rotate(90deg);
  }

  @keyframes caret {
    50% {
      border-color: transparent;
    }
  }
}
.navbar-int nav {
  background: #F0F0F0;
  display: block;
}
.navbar-int nav .menu a {
  color: #2d2d2d;
}

@media (max-width: 800px) {
  body {
    overflow-x: hidden;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .slide-home {
    height: 50vh !important;
  }
}

.mast-inner {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 800px) {
  .mast-inner {
    height: 50vh;
  }
}
.mast-inner .video-content {
  bottom: 0;
  position: relative;
  top: 0;
  height: 600px;
  width: 100%;
}
.mast-inner .video-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .mast-inner .video-content img {
    height: 465px;
  }
}
.mast-inner .video-content video {
  object-position: center;
  width: 100%;
}
.mast-inner .caption {
  color: #F0F0F0;
  position: absolute;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: 100%;
}
@media (max-width: 800px) {
  .mast-inner .caption {
    top: 10%;
    left: 0%;
    width: 90%;
  }
}
.mast-inner .caption h1 {
  font-size: 3em;
}
@media (max-width: 800px) {
  .mast-inner .caption h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.mast-inner .caption p {
  color: #F0F0F0;
  font-size: 1.2em;
}
@media (max-width: 800px) {
  .mast-inner .caption p {
    font-size: 0.8em;
    line-height: normal;
  }
}
.mast-inner .caption .btn {
  font-size: 1em;
}

.nav-home {
  background: #FB4F14;
  padding: 20px 0;
}
@media (max-width: 800px) {
  .nav-home {
    text-align: center;
  }
}
.nav-home ul {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .nav-home ul {
    margin: 0;
  }
}
@media (max-width: 800px) {
  .nav-home ul li {
    margin-bottom: 10px;
  }
}
.nav-home a {
  color: #F0F0F0;
  font-size: 0.8em;
  text-decoration: none;
}
@media (max-width: 800px) {
  .nav-home a {
    text-decoration: underline;
  }
}

.who-our {
  padding: 100px 0;
}
@media (max-width: 800px) {
  .who-our {
    padding: 100px 30px;
  }
}
.who-our h2 {
  font-weight: 100;
}
.who-our .accordion {
  margin-top: 50px;
}
.who-our .accordion-item {
  border: 0;
}
.who-our .accordion-item .accordion-body {
  font-weight: 100;
}
.who-our .accordion-item .accordion-button {
  background-color: transparent;
  color: #FB4F14;
  font-weight: 100;
}
.who-our .accordion-item .accordion-button:after {
  color: #FB4F14;
  background-image: none;
}
.who-our .accordion-item .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}
.who-our .accordion-item .accordion-button.collapsed::after {
  content: "\f067";
}
.who-our .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.who-our .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  margin-left: auto;
  text-align: center;
}
.who-our .accordion-item .accordion-button::before {
  display: none;
}

.facts {
  background: #F0F0F0;
  padding: 100px 0;
}
.facts img {
  width: 35%;
}
.facts h3, .facts span {
  font-weight: 100;
}
.facts span {
  display: inline-block;
  font-size: 3em;
  position: relative;
  margin-bottom: 10px;
  width: 150px;
}
.facts span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30%;
  height: 3px;
  background-color: #FB4F14;
}
.facts span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 30%;
  width: 70%;
  height: 1px;
  background-color: #FB4F14;
}
.facts small {
  font-size: 0.8em;
}
@media (max-width: 800px) {
  .facts .col-md-6:nth-child(2) {
    margin-top: 20px;
    text-align: center;
  }
}

.grid-hm {
  padding: 100px 0;
}
.grid-hm h2, .grid-hm h3 {
  font-weight: 100;
}
.grid-hm p {
  font-weight: 100;
}
.grid-hm .btn {
  font-size: 1em;
}

.upco-hm {
  background: #F0F0F0;
  height: 600px;
}
@media (max-width: 800px) {
  .upco-hm {
    height: 1300px;
  }
}
.upco-hm .py-9 {
  padding-top: 90px;
}
.upco-hm h3 {
  font-weight: 100;
}
.upco-hm p {
  font-weight: 100;
  margin-top: 30px;
}
.upco-hm .image-outside {
  position: absolute;
  right: 0;
  object-fit: cover;
  height: 600px;
  width: 50%;
}
@media (max-width: 800px) {
  .upco-hm .image-outside {
    width: 100%;
  }
}
.upco-hm .image-container {
  overflow: hidden;
}

.next-live {
  background: #FB4F14;
  color: #F0F0F0;
  padding: 40px;
}
.next-live hr {
  background: #F0F0F0;
  opacity: 1;
}
.next-live p {
  font-weight: 100;
}
.next-live i {
  color: #F0F0F0;
  float: right;
  font-size: 2em;
}

.join {
  padding: 100px 0;
}
.join h2, .join h3 {
  font-weight: 100;
}
.join .tx-form {
  padding: 100px 0 50px 0;
}
@media (max-width: 800px) {
  .join .tx-form {
    padding: 50px;
  }
}
.join .tx-form p {
  font-weight: 100;
  margin-bottom: 30px;
}
.join .btn {
  font-size: 1em;
  padding: 15px;
}
.join .separator {
  display: inline-block;
  font-size: 3em;
  position: relative;
  margin-bottom: 10px;
  margin-top: 200px;
  width: 100%;
}
@media (max-width: 800px) {
  .join .separator {
    margin-top: 50px;
  }
}
.join .separator:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10%;
  height: 3px;
  background-color: #FB4F14;
}
.join .separator:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10%;
  width: 90%;
  height: 1px;
  background-color: #FB4F14;
}
.join .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
  width: 450px !important;
}
.join .slick-list {
  overflow: visible;
}
@media (max-width: 800px) {
  .join .slick-slide {
    width: 310px !important;
  }
}
.join .slick-slide .target {
  background: #F0F0F0;
  padding: 70px 70px;
  width: 100%;
  height: 470px;
}
@media (max-width: 800px) {
  .join .slick-slide .target {
    padding: 30px;
  }
}
.join .slick-slide .target h4 {
  font-size: 1em;
  margin-bottom: 20px;
}
.join .slick-slide .target p {
  font-family: 0.7em;
  font-weight: 100;
}
.join .slick-slide .target span {
  font-size: 0.7em;
}
.join .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: flex-start;
  margin: 30px 0 0;
  padding: 0;
}
.join .slick-dots li {
  margin: 0 5px;
}
.join .slick-dots li button {
  background-color: #FB4F14;
  border: 1px solid #FB4F14;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -9999px;
}
.join .slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #FB4F14;
}

.faqs-hm img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.faqs-hm .container {
  padding: 50px 0;
}
.faqs-hm p {
  font-weight: 100;
}
.faqs-hm p a {
  color: #FB4F14;
  text-decoration: none;
}
.faqs-hm .accordion-button {
  color: #2d2d2d !important;
}

.calendar-hm {
  background: #FB4F14;
  padding: 50px 0;
}
.calendar-hm .cal-sep {
  color: #F0F0F0;
  display: inline-block;
  font-size: 1em;
  position: relative;
  margin-bottom: 10px;
  margin-top: 200px;
  padding-left: 20px;
}
@media (max-width: 800px) {
  .calendar-hm .cal-sep {
    margin-top: 50px;
  }
}
.calendar-hm .cal-sep:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #F0F0F0;
}
.calendar-hm .cal-sep:after {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 1px;
  height: 40%;
  background-color: #F0F0F0;
}
.calendar-hm h2 {
  font-weight: 100;
}

.us .become-ab {
  background: #F0F0F0;
  padding: 200px 0 100px 0;
}
@media (max-width: 800px) {
  .us .become-ab {
    padding: 50px 0 100px 0;
  }
}
.us .become-ab h3 {
  font-size: 1em;
}
.us .become-ab .cal-sep {
  color: #2d2d2d;
  display: inline-block;
  height: 200px;
  position: relative;
  margin-top: -70px;
  padding: 50px;
}
@media (max-width: 800px) {
  .us .become-ab .cal-sep {
    margin-top: -20px;
  }
}
.us .become-ab .cal-sep:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 3px;
  height: 35%;
  background-color: #FB4F14;
}
.us .become-ab .cal-sep:after {
  content: "";
  position: absolute;
  top: 8%;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #FB4F14;
}
.us .become-ab h5 {
  font-size: 1.2em;
  font-weight: 100;
}
.us .list-ab {
  padding: 100px 0;
}
@media (max-width: 800px) {
  .us .list-ab {
    padding: 0;
  }
}
.us .list-ab h3, .us .list-ab small {
  font-weight: 100;
}
.us .list-ab .btn {
  padding: 15px 20px;
  font-size: 1em;
}
.us .list-ab ul {
  margin: 40px 0;
}
.us .list-ab ul i {
  color: #FB4F14;
  margin-right: 20px;
}
.us .list-ab ul li {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 100;
}
.us .total-ab {
  padding: 100px 0;
}
@media (max-width: 800px) {
  .us .total-ab {
    padding: 100px 20px;
  }
}
.us .total-ab h3, .us .total-ab .light {
  font-weight: 100;
}
.us .tl-sep {
  display: inline-block;
  font-size: 1em;
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}
.us .tl-sep:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30%;
  height: 3px;
  background-color: #FB4F14;
}
.us .tl-sep:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 30%;
  width: 70%;
  height: 1px;
  background-color: #FB4F14;
}
.us .expert-ab .light {
  font-weight: 100;
}
.us .expert-ab .tl-sep {
  margin-bottom: 50px;
}
.us .expert-ab .tl-sep::after {
  width: 12%;
}
.us .expert-ab .tl-sep:before {
  left: 12%;
  width: 90%;
}
.us .expert-ab .btn {
  padding: 15px 20px;
}
.us .expert-ab h3 {
  font-weight: 100;
}
.us .expert-ab .team-bg {
  background: #F0F0F0;
  padding: 100px 0;
}
.us .expert-ab .team-bg .p-5 {
  padding-top: 10% !important;
}
.us .expert-ab .team {
  padding: 100px 0;
}
.us .expert-ab .team .p-5 {
  padding-top: 10% !important;
}
.us .video-ab {
  padding: 100px 0;
}
.us .video-ab ul {
  margin: 0 0 40px 0;
}

.resources .resources-tl {
  padding: 100px;
}
.resources .resources-tl h1 {
  font-weight: 100;
}
.resources .resources-tl .light {
  font-weight: 100;
}
.resources .filter {
  background: #F0F0F0;
  padding: 50px 0 100px 0;
}
.resources .filter .resource-post {
  background: white;
  display: inline-grid;
  margin: 0 0 20px 20px;
  padding: 40px;
  height: 300px;
  width: 30%;
}
.resources .filter .resource-post .orange {
  font-size: 0.6em;
}
.resources .filter .resource-post h3 {
  font-size: 1em;
  margin-top: 10px;
}
.resources .filter .resource-post p {
  color: #737373;
  font-size: 0.8em;
  margin-top: 10px;
}
.resources .filter .resource-post a {
  color: #737373;
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: none;
}
.resources .category-links ul {
  margin: 0 0 50px 0;
}
.resources .category-links li .active {
  color: #F0F0F0;
  background: #FB4F14;
}
.resources .category-links li a {
  font-size: 0.8em;
  padding: 10px 15px;
  border: 1px solid #FB4F14;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  color: #2d2d2d;
  font-weight: 100;
}
.resources .disclaimer {
  color: #737373;
  padding: 50px 0;
  font-size: 0.8em;
  font-weight: 100;
}

.experts .testimonials h2 {
  font-size: 100;
}
.experts .testimonials .masonry {
  column-count: 3;
  column-gap: 1rem;
  width: 100%;
}
.experts .testimonials .masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}
.experts .testimonials .masonry-item .card {
  background: #F0F0F0;
  border: 0;
  border-radius: 0;
  padding: 30px 10px;
}
.experts .testimonials .masonry-item .card h5 {
  font-size: 1em;
}
.experts .testimonials .masonry-item .card .card-text {
  color: #737373;
  font-weight: 100;
  font-size: 0.9em;
}
.experts .testimonials .masonry-item .card small {
  font-size: 0.8em;
}
.experts hr {
  background: none;
  opacity: 1;
}
.experts .tl-sep {
  display: inline-block;
  font-size: 1em;
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}
.experts .tl-sep:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 13%;
  height: 3px;
  background-color: #FB4F14;
}
.experts .tl-sep:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10%;
  width: 90%;
  height: 1px;
  background-color: #FB4F14;
}
.experts .media h3 {
  font-weight: 100;
}
.experts .media p {
  font-size: 0.8em;
  font-weight: 100;
}
.experts .past-p {
  background: #F0F0F0;
  padding: 80px 0;
  font-weight: 100;
}
.experts .past-p h3 {
  font-weight: 100;
}
.experts .past-p .profile-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.products-cat {
  margin-top: 140px;
}

.products h1 {
  color: #737373;
}
.products .cont-element {
  border: 2px solid #00A0AF;
  border-radius: 10px;
  width: 23%;
  float: left;
  margin-left: 20px;
  text-align: center;
}
@media (max-width: 800px) {
  .products .cont-element {
    margin-left: 10px;
    width: 45%;
  }
}
.products .cont-element img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 200px;
  object-fit: cover;
}
.products .cont-element h2 {
  background: #FD4A5C;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #F0F0F0;
  font-size: 1em;
  font-weight: bold;
  height: 60px;
  margin-bottom: 0;
  padding: 10px 5px;
}

.productos {
  margin-top: 100px;
}
.productos h1 {
  color: #737373;
}

table td, table th {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
}

table {
  border-radius: 3px;
  overflow: hidden;
}

.prod-gall .slide-for img {
  height: 400px;
  margin-bottom: 20px;
  object-fit: cover;
}
.prod-gall .slide-nav img {
  height: 100px;
  object-fit: cover;
  width: 100%;
}

.center-prod img {
  border-radius: 50px;
  height: 250px;
  width: 90%;
  object-fit: cover;
  opacity: 0.7;
}
.center-prod .slick-active img {
  opacity: 1;
}

.center-prod figure {
  position: relative;
}
.center-prod figcaption {
  color: #F0F0F0;
  font-size: 1.1em;
  font-weight: bold;
  position: absolute;
  top: 75%;
  right: 15%;
  text-transform: uppercase;
}

.nav-subtitle {
  background: #FD4A5C;
  color: #F0F0F0;
  font-weight: bold;
  font-size: 1.5em;
  width: 300px;
  margin: 0 auto;
  padding: 5px;
}

.nav-title {
  background: #00A0AF;
  color: #F0F0F0;
  font-weight: bold;
  font-size: 1.5em;
  width: 300px;
  margin: 0 auto;
  padding: 5px;
}

.contact h1 {
  color: #FD4A5C;
  font-size: 2em;
}
.contact .panel {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  width: 60%;
}
.contact .panel .panel-heading {
  background-color: #00A0AF;
  border: 0;
  border-radius: 0;
}
.contact .panel h3 {
  font-weight: bold;
}
.contact .panel .panel-body {
  background: white;
}
.contact .panel .panel-body a {
  color: #00A0AF;
  font-size: 1.5em;
}
.contact .panel-danger .panel-heading {
  background-color: #FD4A5C;
  color: #F0F0F0;
}

.wpcf7-form .wpcf7-spinner {
  display: block;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form label input {
  width: 100%;
}
.wpcf7-form .btn-yell {
  background: #F1B93F !important;
  border: none;
  border-radius: 50px;
  color: white;
  padding: 10px 30px;
}
.wpcf7-form .btn-yell:hover {
  background: #FD4A5C !important;
}

.tiendas h4 {
  margin: 0;
}
.tiendas h4:after {
  margin-bottom: 10px;
  margin-top: 5px;
  margin-left: 45%;
}

.whatsapp a {
  position: fixed;
  right: 20px;
  z-index: 99999;
  top: 60%;
  font-size: 20px;
  color: #00d674 !important;
}

.site-footer {
  color: #2d2d2d;
  padding: 20px 0 0 0;
}
.site-footer small {
  font-size: 1em;
  font-weight: 100;
}
.site-footer a {
  color: #FB4F14;
  font-weight: 100;
}
.site-footer a:hover {
  color: #3b5998 !important;
}
.site-footer i {
  color: #737373;
  font-size: 1.5em;
}

/*# sourceMappingURL=styles.css.map */
