@font-face {
  font-family: "MavenPro-Regular";
  src: url("../css/webFonts/MavenPro-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "MavenPro-Medium";
  src: url("../css/webFonts/MavenPro-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "MavenPro-Bold";
  src: url("../css/webFonts/MavenPro-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "MavenPro-SemiBold";
  src: url("../css/webFonts/MavenPro-SemiBold.ttf") format("opentype");
}
@font-face {
  font-family: "MavenPro-ExtraBold";
  src: url("../css/webFonts/MavenPro-ExtraBold.ttf") format("opentype");
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .text-extrabold {
  font-family: "MavenPro-Regular";
}

.btn {
  font-family: "MavenPro-Regular";
}

li, span, a, p, select, .txt {
  font-family: "MavenPro-Regular";
}

.title {
  color: #FF6000 !important;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "MavenPro-ExtraBold";
}

.lead {
  color: #333333 !important;
  font-size: 1rem;
  font-weight: 400;
}
.lead.fw-SemiBold {
  font-family: "MavenPro-SemiBold";
}
.lead.fw-Bold {
  font-family: "MavenPro-ExtraBold";
}

.title-icons-black {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #333232 !important;
  font-family: "MavenPro-Bold";
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #434343 !important;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #FF6000 !important;
  opacity: 0.8;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #FFFFFF !important;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: transparent;
}

.header .cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.calltoaction.cover2 {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.btn {
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  border-radius: 15px;
}

.btn-primary {
  color: #FFFFFF !important;
  background-color: #FF6000 !important;
  border-color: #FF6000 !important;
  padding: 0.5rem 2rem;
  font-family: "MavenPro-Bold";
}
.btn-primary:hover {
  color: #FF6000 !important;
  background-color: transparent !important;
  border-color: #FF6000 !important;
}

.btn-outline-primary {
  color: #FF6000 !important;
  background-color: transparent;
  border: 2px solid #FF6000 !important;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: "MavenPro-Bold";
}
.btn-outline-primary:hover {
  color: #FFFFFF !important;
  background-color: #FF6000 !important;
  border-color: #FF6000 !important;
}

footer .text-muted {
  color: #333333 !important;
  font-size: 0.75rem;
}
footer .btn {
  font-size: 0.875rem;
}
footer .fa-brands {
  font-size: 1.25rem;
  color: #AAAAAA;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
footer .fa-brands:hover {
  color: #FF6000 !important;
}
footer .btn-link {
  font-weight: 400;
  color: #ffffff !important;
  text-decoration: underline;
}
footer .btn-link:hover {
  color: #FF6000 !important;
}

.modal .modal-title {
  font-size: 1.25rem;
  color: #434343 !important;
}

.modal-xl {
  max-width: 960px !important;
}

.modal-content {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}

.height-10 {
  height: 10vh;
}

.height-20 {
  height: 20vh;
}

.height-30 {
  height: 30vh;
}

.height-40 {
  height: 40vh;
}

.height-50 {
  height: 90vh;
}

.height-60 {
  height: 60vh;
}

.height-70 {
  height: 70vh;
}

.height-80 {
  height: 80vh;
}

.height-90 {
  height: 90vh;
}

.height-100 {
  height: 100vh;
}

.cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.absolute-top {
  position: absolute;
  width: 100%;
}

.fs-20 {
  font-size: 1.25rem;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #F5F5F5 !important;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: #F2F2F2 !important;
}

.bg-purple {
  --bs-bg-opacity: 1;
  background-color: #FF6000 !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.text-gray {
  color: #333333 !important;
}

.text-white {
  color: white !important;
}

.text-orange {
  color: #FF6000 !important;
}

.text-yellow {
  color: #FFB400 !important;
}

.fa-youtube {
  position: absolute;
  font-size: 40px;
  top: 41%;
  left: 43%;
}

.btn-video-thumbnail {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #D0D0D0;
}
.btn-video-thumbnail:hover {
  color: white !important;
}

.icon {
  background: rgb(30, 196, 107);
  background: linear-gradient(45deg, rgb(30, 196, 107) 0%, rgb(7, 221, 135) 100%);
  border-radius: 1.375rem;
  padding: 1.25rem;
  width: 6rem;
}
.icon svg {
  width: 3.5rem;
  fill: #FFFFFF !important;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 6px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #8C58FF;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1 !important;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.6;
  transition: opacity 0.15s ease;
  background: #FFB400 !important;
}

button.carousel-control-prev {
  right: 0 !important;
  left: auto !important;
  margin-right: 60px;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.h-89 {
  height: 89px;
}

ol, ul {
  padding-left: 1.5rem;
}

.ms-100 {
  margin-left: 100px;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.title-orange-cta {
  font-size: 1.875rem;
  color: #FF8800 !important;
  font-family: "MavenPro-Medium";
  margin-bottom: 0;
}

.li-cta {
  margin-bottom: 0;
}
.li-cta li {
  font-size: 1rem;
}
.li-cta ::marker {
  color: #FF6000 !important;
}

.box-white {
  background-color: #FFFFFF !important;
  border-radius: 1.25rem;
  padding: 3.125rem 1.25rem;
  position: relative;
  top: -145px;
}

.bg-dark {
  background-color: #15191B !important;
}

.mt-98 {
  margin-top: -98px;
}

.place {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 60px;
  padding: 0 24px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  padding-left: 0px;
  font-size: 20px;
}
.place img {
  margin-top: 1px;
}

.carousel-wrapper {
  position: relative;
  top: 95px;
}

.mt--95 {
  margin-top: -95px;
}

.mt-95 {
  margin-top: 95px;
}

.intro .card {
  border-radius: 0.375rem;
}
.intro .card .card-title {
  font-size: 1.25rem;
  color: #FF6000 !important;
}
.intro .card .card-text {
  color: #333333 !important;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.tab .nav-pills .nav-link {
  padding: 0.675rem 1.75rem;
  font-size: 1.4rem;
  border-radius: 0;
  width: 100%;
  height: 70px;
  color: #FFB400 !important;
}
.tab .nav-pills .nav-link:hover {
  color: #FF6000 !important;
}
.tab .nav-pills .nav-link.active, .tab .nav-pills .show > .nav-link {
  color: #FFFFFF !important;
  background-color: #FFB400 !important;
}
.tab .nav-pills .nav-link.active:hover, .tab .nav-pills .show > .nav-link:hover {
  color: #FFFFFF !important;
  background-color: #FFB400 !important;
  border-color: #FFB400 !important;
}
.tab .nav-pills .nav-link.active:after, .tab .nav-pills .show > .nav-link:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFB400 !important;
  position: relative;
  top: 63px;
  left: -25px;
}
.tab .tab-pane .date img {
  top: -2px;
  margin-left: 32px;
  right: 2px;
}
.tab li.nav-item {
  width: 33.33333%;
}

.testimonials blockquote {
  font-family: "Nexa-Regular";
  font-size: 1rem;
}
.testimonials blockquote .blockquote-footer {
  color: #FFFFFF !important;
}
.testimonials blockquote .btn-link {
  color: #FFFFFF !important;
}
.testimonials blockquote .btn-link:hover {
  color: #FF6000 !important;
}

.collaterals .card {
  border-radius: 0;
}
.collaterals .card .card-title {
  font-size: 1.25rem;
  font-family: "MavenPro-ExtraBold";
  margin-bottom: 0.25rem;
  color: #FF6000 !important;
}
.collaterals .card .card-text {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #FFFFFF !important;
}
.collaterals .card hr {
  opacity: 0.1;
}
.collaterals .card-body {
  padding: 2rem 1.5rem;
  min-height: 140px;
  background-color: #15191B !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.calltoaction .card {
  border-radius: 20px;
}
.calltoaction .card .card-title {
  font-size: 24px;
  color: #FFFFFF !important;
}
.calltoaction .card .card-text {
  color: #FFFFFF !important;
  font-size: 12px;
}
.calltoaction .card hr {
  opacity: 0.1;
}

.card-body.bg-gray {
  min-height: 225px;
}

.card-body.bg-light {
  min-height: 112px;
}

table {
  width: 100%;
}

table th, table td {
  width: 100px;
}

.card {
  border: 0;
}

.look-back .card {
  border-radius: 20px;
}
.look-back .card .card-body {
  border-radius: 20px;
  padding: 25px;
  min-height: 248px;
}
.look-back .card .card-body .card-title {
  font-size: 22px;
  color: #15191B;
  font-family: "MavenPro-Bold";
}

@media (max-width: 680px) {
  .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: #696969 !important;
  }
  .navbar .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 1rem;
  }
  .testimonials .media {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
  .videos .accordion-button {
    padding: 1rem 0;
    color: #434343 !important;
  }
  .videos .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
  }
  .videos .accordion-button:not(.collapsed) {
    color: #FF6000 !important;
    background-color: white;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
  }
  .videos .accordion-button:not(.collapsed)::after {
    background-image: url("../images/arrow-down.svg");
    transform: rotate(-180deg);
  }
  .videos .accordion-body {
    padding: 1rem 0;
  }
  .card-body {
    padding: 1rem !important;
    min-height: 168px !important;
  }
  .card-body .card-text {
    font-size: 12px;
  }
  .max-w {
    max-width: 159px;
  }
  .text-sm-center-footer {
    text-align: center !important;
    margin-top: 15px;
  }
  .calltoaction .card .card-body {
    height: auto !important;
  }
  .container-fluid.py-4.cover {
    height: 50vh;
  }
  .vh-100 {
    height: 45vh !important;
  }
  .h-video {
    height: 250px;
  }
  .card-body.bg-orange {
    min-height: 120px;
  }
  .look-back .card {
    min-height: 192px !important;
  }
  .look-back .card .card-body .card-title {
    font-size: 18px !important;
  }
  .place {
    font-size: 18px !important;
  }
  .box-white {
    top: -45px;
  }
  .mt-98 {
    margin-top: 0px;
  }
  .logo-ln {
    width: 250px !important;
  }
}
@media (max-width: 1410px) {
  .calltoaction .card .card-body {
    height: 155px;
  }
}
@media (max-width: 1200px) {
  .jobtitle {
    margin-bottom: 10px;
  }
  .calltoaction .card .card-body {
    height: 170px;
  }
}
@media (max-width: 996px) {
  .jobtitle {
    margin-bottom: 5px;
  }
  .calltoaction .card .card-body {
    height: 200px;
  }
  .calltoaction.cover2 {
    background-size: cover !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1395px) and (max-width: 1535px) {
  .card-body.bg-orange {
    min-height: 154px;
  }
  .li-cta li {
    font-size: 14px !important;
  }
}

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