@charset "UTF-8";
/* --------------------

--- Variables

-------------------- */
/*------------------------------------------
	1. Colors
------------------------------------------*/
/* --------------------

--- Mixins

-------------------- */
/*------------------------------------------
	1. Mixins --- Media Query Management
------------------------------------------*/
/*------------------------------------------
	2. center vertically and/or horizontally an absolute positioned element
------------------------------------------*/
/*------------------------------------------
    3. antialiasing mode font rendering
------------------------------------------*/
/* --------------------

--- Reset

-------------------- */
.gray-bkg {
  background-color: #f5f7fa; }

h2 {
  color: #FF8C00;
  margin-bottom: 1rem;
  font-size: 36px; }
  @media (min-width: 960px) {
    h2 {
      font-size: 40px; } }
  h2.color-2 {
    color: #2E0927; }

h3 {
  color: #FF8C00;
  margin-bottom: 25px; }
  @media (min-width: 960px) {
    h3 {
      font-size: 30px; } }

h4 {
  margin-bottom: 1rem; }
  h4.hightlight {
    font-size: 21px; }

p {
  font-size: 19px;
  color: #2E0927;
  margin-bottom: 1rem; }

strong {
  color: #FF8C00; }

ul {
  list-style: none; }
  ul.ty-list-context {
    list-style: circle; }

a {
  text-decoration: none; }

.align-center {
  text-align: center; }

.menu {
  margin: 0; }

/* --------------------

--- Layout

-------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  line-height: 1.6; }
  body .ty-site-parent {
    display: flex;
    justify-content: center;
    padding: 20px; }
    body .ty-site-parent .ty-site-child {
      width: 100%;
      max-width: 1170px; }
  body .ty-content-wrap {
    min-height: 100vh; }

.home-50 {
  padding: 10px !important; }
  .home-50 .ty-site-child {
    display: flex;
    flex-direction: column; }
    @media (min-width: 960px) {
      .home-50 .ty-site-child {
        flex-direction: row;
        gap: 1rem; } }
    .home-50 .ty-site-child div.home-50-child {
      padding: 20px; }
      @media (min-width: 960px) {
        .home-50 .ty-site-child div.home-50-child {
          width: 50%;
          padding: 20px 0; } }

.margin-30-120 {
  margin: 30px 0; }
  @media (min-width: 960px) {
    .margin-30-120 {
      margin: 120px 0; } }

/* --------------------

--- header

-------------------- */
header {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 777;
  top: 0;
  left: 0;
  padding: 0 1.5rem !important; }
  header .ty-logo {
    width: 160px;
    height: 80px;
    float: left;
    display: flex;
    align-items: center; }
    header .ty-logo img {
      width: 100%;
      height: auto; }
  .admin-bar header {
    top: 46px; }
    @media (min-width: 960px) {
      .admin-bar header {
        top: 32px; } }

/* --------------------

--- Headroom

-------------------- */
.headroom {
  transition: all .3s ease; }
  .headroom.headroom--not-top {
    background-color: #FF8C00;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

/* --------------------

--- Desktop Nav

-------------------- */
nav.ty-desktop-nav {
  float: right;
  display: none; }
  @media (min-width: 960px) {
    nav.ty-desktop-nav {
      display: block; } }
  nav.ty-desktop-nav ul li {
    display: inline-block;
    padding: 0 1.4em; }
    nav.ty-desktop-nav ul li a {
      color: #f5f7fa;
      line-height: 80px;
      transition: all .3s ease;
      position: relative; }
      nav.ty-desktop-nav ul li a:after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -10px;
        left: 0;
        background-color: white;
        opacity: 0; }
      nav.ty-desktop-nav ul li a:hover {
        opacity: .5; }
    nav.ty-desktop-nav ul li.current_page_item a:after {
      opacity: 1; }

/* --------------------

--- Off Canvas

-------------------- */
.ty-off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out; }
  @media (min-width: 960px) {
    .ty-off-canvas {
      display: none; } }
  .ty-off-canvas .ty-off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.2s ease-in-out; }
  .ty-off-canvas .ty-off-canvas-inner {
    width: 90%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: black;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .ty-off-canvas .ty-off-canvas-inner .ty-off-canvas-header {
      padding: 0 1.5em;
      display: flex;
      justify-content: flex-end; }
      .ty-off-canvas .ty-off-canvas-inner .ty-off-canvas-header button {
        border: none;
        color: #f5f7fa;
        padding: 0.6em 0.15em 0.6em 0.15em;
        font-size: 1.5rem;
        background: none; }
  .nav-open .ty-off-canvas {
    opacity: 1;
    visibility: visible; }
    .nav-open .ty-off-canvas .ty-off-canvas-inner {
      transform: translateX(0);
      opacity: 1; }

/* --------------------

--- Mobile Nav

-------------------- */
.ty-mobile-nav {
  padding: 1.5em;
  padding-top: 0; }
  .ty-mobile-nav ul li a {
    width: 100%;
    display: inline-block;
    padding: 1em;
    color: #f5f7fa;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

/* --------------------

--- Nav Trigger

-------------------- */
.ty-nav-trigger {
  float: right;
  height: 80px;
  padding: 0 .6em; }
  @media (min-width: 960px) {
    .ty-nav-trigger {
      display: none; } }
  .ty-nav-trigger button {
    background-color: transparent;
    border: none;
    line-height: 80px;
    padding: 0; }
    .ty-nav-trigger button i {
      color: white; }

/* --------------------

--- Btn

-------------------- */
.ty-btn {
  text-transform: uppercase;
  background-color: #FF8C00;
  padding: 20px 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  cursor: pointer; }
  @media (min-width: 768px) {
    .ty-btn {
      max-width: 325px; } }
  .ty-btn.outline-white {
    border: 1px solid white;
    background-color: transparent; }
  .ty-btn.white {
    border: 1px solid white;
    background-color: white;
    color: #FF8C00; }
  .ty-btn.secondary-btn {
    padding: 12px 24px;
    font-size: 15px; }

.ty-icon {
  width: 48px;
  height: 48px;
  display: inline-block; }
  .ty-icon svg {
    width: 100%;
    height: auto; }
    .ty-icon svg path {
      fill: #FF8C00; }

/* --------------------

--- Star Rating

-------------------- */
.ty-star-rating {
  margin-bottom: 1rem; }
  .ty-star-rating i {
    font-style: normal; }
    .ty-star-rating i:after {
      content: "★";
      color: #f0ad4e; }

/* --------------------

--- Info Block

-------------------- */
.ty-info-block {
  background-color: #f5f7fa;
  padding: 20px;
  border-radius: 6px; }
  .ty-info-block .ty-info-txt {
    margin-bottom: 1rem; }

/* --------------------

--- Info Profile

-------------------- */
.ty-info-profile {
  display: flex;
  margin-bottom: 1rem; }
  .ty-info-profile .ty-img-holder {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 1.2rem; }
    .ty-info-profile .ty-img-holder img {
      width: 100%;
      height: auto; }
  .ty-info-profile .ty-txt {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .ty-about-ceo .ty-info-profile .ty-img-holder {
    width: 150px;
    height: 150px; }
  .ty-about-ceo .ty-info-profile .ty-txt h4 {
    font-weight: bold;
    font-size: 2rem; }

/* --------------------

--- Job List

-------------------- */
ul.ty-job-list {
  padding: 1rem;
  margin: 0;
  margin-bottom: 1rem; }
  ul.ty-job-list li {
    display: inline-block;
    padding: 0 .5rem; }
    ul.ty-job-list li span i {
      color: #FF8C00;
      margin-right: .2rem; }
  ul.ty-job-list.ty-services-page-list {
    padding: 1rem 0;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      ul.ty-job-list.ty-services-page-list {
        flex-direction: row;
        flex-wrap: wrap; } }
    ul.ty-job-list.ty-services-page-list li {
      width: 100%;
      margin-bottom: 1rem;
      display: block; }
      @media (min-width: 768px) {
        ul.ty-job-list.ty-services-page-list li {
          width: 50%;
          padding: 0; } }
      @media (min-width: 960px) {
        ul.ty-job-list.ty-services-page-list li {
          width: 33.33%; } }

/* --------------------

--- Footer CTA

-------------------- */
.ty-footer-cta {
  margin-top: 90px;
  margin-bottom: 0px;
  padding: 120px 0px 120px 0px !important;
  background-color: #f5f7fa; }
  .ty-footer-cta div.ty-site-child {
    text-align: center; }
  .ty-footer-cta h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2em;
    color: #2E0927; }
  .ty-footer-cta p {
    text-align: center; }

/* --------------------

--- Footer

-------------------- */
footer {
  background-color: #2E0927;
  padding: 50px 10px; }
  @media (min-width: 960px) {
    footer .ty-footer-section-wrap {
      display: flex; } }
  footer .ty-footer-section {
    padding: 10px; }
    @media (min-width: 960px) {
      footer .ty-footer-section {
        width: 33.33%; } }
    footer .ty-footer-section h2 {
      margin-bottom: 20px;
      color: #f5f7fa;
      font-size: 16px;
      text-transform: uppercase; }
    footer .ty-footer-section p {
      margin: 1rem 0;
      color: #f5f7fa;
      font-size: 16px; }
    footer .ty-footer-section a {
      color: #FF8C00; }
  footer ul.ty-footer-menu {
    margin: 0; }
    footer ul.ty-footer-menu li a {
      color: #FF8C00; }

/* --------------------

--- Footer Logo

-------------------- */
.ty-footer-logo {
  padding: 10px; }
  .ty-footer-logo img {
    width: 150px;
    height: auto; }

/* --------------------

--- Footer Copyright

-------------------- */
.ty-footer-copyright {
  padding: 10px; }
  .ty-footer-copyright p {
    font-size: 11px;
    color: #f5f7fa;
    margin: 1rem 0;
    text-align: center; }
    @media (min-width: 960px) {
      .ty-footer-copyright p {
        width: 100%;
        display: inline-block;
        text-align: left; } }
    .ty-footer-copyright p a {
      color: #f5f7fa; }

/* --------------------

--- Home Landing

-------------------- */
.ty-home-landing {
  padding: 20px 30px !important;
  padding-top: calc( 80px + 40px ) !important;
  color: white;
  background-color: #FF8C00;
  position: relative;
  overflow: hidden; }
  .ty-home-landing #ty-home-landing-bkg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    z-index: 1;
    opacity: .8; }
    @media (min-width: 1140px) {
      .ty-home-landing #ty-home-landing-bkg {
        width: 100%;
        height: auto; } }
  .ty-home-landing .ty-home-landing-content {
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .ty-home-landing .ty-home-landing-content {
        max-width: 60%; } }
  .ty-home-landing h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    line-height: 1.2em; }
  .ty-home-landing p {
    margin-bottom: 2rem;
    font-size: 21px;
    color: white; }
  .ty-home-landing .ty-button-holder a {
    margin-bottom: 1rem; }
    @media (min-width: 960px) {
      .ty-home-landing .ty-button-holder a {
        margin-right: 1rem; } }

/* --------------------

--- Home Desc

-------------------- */
@media (min-width: 960px) {
  .ty-home-desc .home-50-child {
    padding: 50px !important; } }

/* --------------------

--- Home Mission Vission

-------------------- */
/* --------------------

--- Home Values

-------------------- */
.ty-home-values ul.ty-value-list {
  margin: 0;
  margin-bottom: 50px; }
  .ty-home-values ul.ty-value-list li {
    display: flex;
    align-items: center; }
    .ty-home-values ul.ty-value-list li span {
      font-size: 21px; }
    .ty-home-values ul.ty-value-list li span.ty-icon {
      margin-right: 1rem; }
.ty-home-values .ty-hope-txt {
  padding: 0 !important;
  width: 100% !important; }
  .ty-home-values .ty-hope-txt p {
    margin-bottom: 1rem; }
.ty-home-values .ty-img-holder {
  width: 100%; }
  .ty-home-values .ty-img-holder img {
    width: 100%;
    height: auto; }

/* --------------------

--- Careers Sect

-------------------- */
.ty-careers-sect .ty-site-child {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(46, 9, 39, 0.5); }
.ty-careers-sect ul.ty-job-list {
  padding: 0;
  margin-bottom: 1rem; }
  @media (min-width: 960px) {
    .ty-careers-sect ul.ty-job-list {
      padding: 2rem 0; } }

/* --------------------

--- Careers Contact

-------------------- */
.ty-careers-contact a {
  width: 100%;
  font-size: 21px;
  display: flex;
  align-items: center;
  color: #FF8C00;
  gap: 1rem;
  padding: 1rem 0; }
  @media (min-width: 960px) {
    .ty-careers-contact a {
      gap: 2rem; } }
  .ty-careers-contact a i {
    font-size: 2.5rem; }

/* --------------------

--- Contact info

-------------------- */
.ty-contact-info div {
  margin-bottom: 1rem; }
  .ty-contact-info div h2 {
    color: #2E0927;
    font-size: 18px;
    margin-bottom: .5rem; }
  .ty-contact-info div a {
    color: #FF8C00;
    font-weight: bold; }

/* --------------------

--- Page Header

-------------------- */
.ty-page-header {
  background-color: #FF8C00;
  padding: 120px 20px 30px 20px !important;
  position: relative;
  overflow: hidden; }
  .ty-page-header #ty-home-landing-bkg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    z-index: 1;
    opacity: .8; }
    @media (min-width: 1140px) {
      .ty-page-header #ty-home-landing-bkg {
        width: 100%;
        height: auto; } }
  .ty-page-header .ty-site-child {
    position: relative;
    z-index: 2; }
  .ty-page-header h1 {
    font-size: 45px;
    color: white; }
    @media (min-width: 960px) {
      .ty-page-header h1 {
        font-size: 80px; } }

/* --------------------

--- Reviews Sect

-------------------- */
.ty-reviews-sect .ty-reviews-wrap {
  background-color: #f5f7fa;
  padding: 30px; }
  .ty-reviews-sect .ty-reviews-wrap h5.ty-review-person {
    border-top: 1px solid black;
    display: block;
    padding: .5rem;
    font-size: 1.2rem; }

/* --------------------

--- Help Sect

-------------------- */
.ty-help-sect {
  padding: 10px; }
  .ty-help-sect p {
    margin-bottom: 1rem; }
    .ty-help-sect p a {
      color: #FF8C00; }

/* --------------------

--- Contact Form

-------------------- */
@media (min-width: 768px) {
  .ty-contact-form-wrap {
    display: flex;
    justify-content: center; } }
@media (min-width: 768px) {
  .ty-contact-form-wrap .ty-contact-form {
    width: 50%; } }
.ty-contact-form-wrap .ty-contact-form input,
.ty-contact-form-wrap .ty-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4); }
.ty-contact-form-wrap .ty-contact-form .wpcf7-submit {
  text-transform: uppercase;
  background-color: #FF8C00;
  padding: 20px 40px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  cursor: pointer; }

/*# sourceMappingURL=main.css.map */
