/* --------------------

--- Variables

-------------------- */
/*------------------------------------------
	1. Colors
------------------------------------------*/
/* --------------------

--- Mixins

-------------------- */
/*------------------------------------------
	1. Mixins --- Media Query Management
------------------------------------------*/
/*------------------------------------------
	2. center vertically and/or horizontally an absolute positioned element
------------------------------------------*/
/*------------------------------------------
    3. antialiasing mode font rendering
------------------------------------------*/
/*------------------------------------------
    3. Terias BKG Gradient
------------------------------------------*/
/*------------------------------------------
	  4. Click Effect
------------------------------------------*/
/* --------------------

--- Reset

-------------------- */
ul {
  list-style: none; }

a {
  text-decoration: none; }

.top-header-padding {
  padding-top: 80px !important; }
  .top-header-padding.ty-terias-content-page {
    padding-top: 100px !important; }

.main-sect {
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .main-sect {
      padding: 0; } }

.opacity-5 {
  opacity: .5; }

/* Font Classes */
.white-font {
  color: white; }

.red-font {
  color: #ba131a; }

/* Shadow */
.ty-shadow {
  box-shadow: 0 0.5rem 10px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1140px) {
    .ty-shadow {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } }

.ty-main-title {
  font-size: clamp(2rem, 3vw, 3rem) !important; }

.ty-sub-main-title {
  font-size: clamp(1rem, 2vw, 1.2rem) !important; }

.flex-direction-nav a:before {
  color: rgba(186, 19, 26, 0.6);
  color: rgba(0, 0, 0, 0.6); }

.ty-center {
  width: 100%;
  text-align: center; }

.flexslider ul {
  margin: 0; }

/* --------------------

--- Sect Title

-------------------- */
.ty-sect-title {
  text-align: center;
  font-size: xx-large;
  width: 100%;
  font-weight: 600;
  margin-bottom: 1rem; }

/* --------------------

--- Btn

-------------------- */
.ty-btn {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  border: none;
  background-color: #ba131a;
  color: white !important;
  padding: .8rem 1rem;
  text-align: center;
  font-weight: bold;
  transition: all .2s ease;
  outline: none !important; }
  .ty-btn:active {
    transform: scale(0.9); }
  .ty-btn:hover {
    background-color: #e71921;
    letter-spacing: 3px;
    color: white !important; }
  @media (min-width: 768px) {
    .ty-btn.fixed-width {
      max-width: 250px; } }
  .ty-btn.white-btn {
    background-color: white;
    color: #ba131a !important; }

/* --------------------

--- layout

-------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Nunito Sans', sans-serif;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2; }

html,
body {
  overflow-x: hidden; }

.preload * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

body {
  padding-top: 60px; }
  body.open-sub-menu {
    overflow-y: hidden; }
  body.open-modal {
    overflow: hidden; }
  body.admin-bar {
    padding-top: 60px; }
  body .ty-terias-content {
    min-height: 80vh; }
  body .ty-terias-content-page {
    padding-top: 1.5rem !important; }
    @media (min-width: 960px) {
      body .ty-terias-content-page {
        padding-top: 2rem !important; } }
  body .ty-container {
    padding: 0 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 1140px) {
      body .ty-container {
        margin-bottom: 2rem; } }
    body .ty-container .ty-container-child {
      margin: 0 auto; }
      @media (min-width: 768px) {
        body .ty-container .ty-container-child {
          max-width: 720px; } }
      @media (min-width: 960px) {
        body .ty-container .ty-container-child {
          max-width: 960px; } }
      @media (min-width: 1140px) {
        body .ty-container .ty-container-child {
          max-width: 1320px; } }

/* --------------------

--- Off Canvas

-------------------- */
.ty-off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 888;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  transition: all .3s ease-in; }
  @media (min-width: 960px) {
    .ty-off-canvas {
      display: none; } }
  .ty-off-canvas #off-canvas-logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: auto;
    height: 40px; }
  .ty-off-canvas .ty-off-canvas-menu {
    margin-top: 100px; }
    .ty-off-canvas .ty-off-canvas-menu ul {
      margin: 0; }
      .ty-off-canvas .ty-off-canvas-menu ul li a {
        padding: 1rem;
        color: #ba131a;
        display: inline-block;
        width: 100%;
        font-size: 2rem;
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
      .ty-off-canvas .ty-off-canvas-menu ul li:first-of-type a {
        border: none; }
      .ty-off-canvas .ty-off-canvas-menu ul li.menu-item-has-children a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .ty-off-canvas .ty-off-canvas-menu ul.sub-menu li {
        margin-bottom: 0; }
        .ty-off-canvas .ty-off-canvas-menu ul.sub-menu li a {
          padding-right: 1rem;
          position: relative;
          background-color: rgba(0, 0, 0, 0.025);
          font-size: 1.5rem;
          color: rgba(0, 0, 0, 0.8); }
          .ty-off-canvas .ty-off-canvas-menu ul.sub-menu li a:before {
            content: '';
            position: absolute;
            top: 50%;
            right: calc( 100% + 1rem );
            width: 100px;
            height: 1px;
            background-color: white; }
          .ty-off-canvas .ty-off-canvas-menu ul.sub-menu li a p {
            display: none; }
  .nav-open .ty-off-canvas {
    opacity: 1;
    visibility: visible; }

/* --------------------

--- header

-------------------- */
header {
  position: fixed;
  z-index: 777;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ba131a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .admin-bar header {
    top: 46px; }
    .admin-bar header.headroom--not-top {
      top: 0;
      transition: all .3s ease; }
    @media (min-width: 960px) {
      .admin-bar header {
        top: 32px !important; } }
  header a#ty-terias-logo {
    display: block;
    float: left;
    padding: 1rem 0; }
    @media (min-width: 960px) {
      header a#ty-terias-logo {
        padding-right: 1rem; } }
    header a#ty-terias-logo img {
      height: 40px;
      width: auto; }
      @media (min-width: 1140px) {
        header a#ty-terias-logo img {
          height: 50px; } }

/* --------------------

--- Header Menu

-------------------- */
nav.ty-header-menu {
  display: none; }
  @media (min-width: 960px) {
    nav.ty-header-menu {
      display: block;
      float: left;
      align-items: center; } }
  nav.ty-header-menu.ty-header-cta {
    float: right; }
    nav.ty-header-menu.ty-header-cta ul {
      padding: 0; }
      nav.ty-header-menu.ty-header-cta ul li {
        margin-right: 1rem; }
        nav.ty-header-menu.ty-header-cta ul li:last-of-type {
          margin-right: 0; }
        nav.ty-header-menu.ty-header-cta ul li a {
          padding: 0; }
  nav.ty-header-menu ul {
    padding: 0 1rem;
    margin: 0; }
    nav.ty-header-menu ul li {
      display: inline-block;
      position: relative; }
      nav.ty-header-menu ul li.open-sub-menu a {
        opacity: 1 !important;
        color: #ba131a;
        background-color: white; }
      nav.ty-header-menu ul li.open-sub-menu ul.sub-menu {
        opacity: 1;
        visibility: visible; }
      nav.ty-header-menu ul li ul.sub-menu {
        padding: 0;
        width: 400px;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: white;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease; }
        nav.ty-header-menu ul li ul.sub-menu li {
          padding: 0;
          display: block; }
          nav.ty-header-menu ul li ul.sub-menu li a {
            width: 100%;
            padding: 1rem;
            line-height: 1.2;
            transition: all .2s ease;
            border-bottom: 1px solid gray;
            background: white;
            color: #ba131a;
            font-weight: 400;
            font-size: 1.1rem; }
            nav.ty-header-menu ul li ul.sub-menu li a p {
              font-size: .9rem;
              font-weight: normal;
              color: black;
              display: inline-block;
              margin-bottom: 0;
              margin-top: .2rem; }
            nav.ty-header-menu ul li ul.sub-menu li a:hover {
              color: white;
              background-color: #ba131a;
              border-bottom: 1px solid #ba131a; }
              nav.ty-header-menu ul li ul.sub-menu li a:hover p {
                color: rgba(255, 255, 255, 0.6); }
      nav.ty-header-menu ul li a {
        color: white;
        font-weight: bold;
        padding: 0 1rem;
        line-height: 75px;
        display: inline-block; }
        @media (min-width: 1140px) {
          nav.ty-header-menu ul li a {
            line-height: 80px; } }
        nav.ty-header-menu ul li a:hover {
          opacity: 0.6; }
        nav.ty-header-menu ul li a i {
          margin-right: .5rem; }

/* ----------------------
    
---- Nav Trigger 

---------------------- */
.ty-nav-trigger {
  width: 40px;
  height: 60px;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 1.2rem;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap; }
  @media (min-width: 960px) {
    .ty-nav-trigger {
      display: none; } }
  .admin-bar .ty-nav-trigger {
    top: 46px; }
  .ty-nav-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: background-color 0.25s 0.25s;
    -moz-transition: background-color 0.25s 0.25s;
    -ms-transition: background-color 0.25s 0.25s;
    -o-transition: background-color 0.25s 0.25s;
    transition: background-color 0.25s 0.25s; }
    .ty-nav-trigger span:before, .ty-nav-trigger span:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    .ty-nav-trigger span:before {
      top: -0.5rem;
      -webkit-transition: top 0.25s 0.25s, transform 0.25s;
      -moz-transition: top 0.25s 0.25s, transform 0.25s;
      -ms-transition: top 0.25s 0.25s, transform 0.25s;
      -o-transition: top 0.25s 0.25s, transform 0.25s;
      transition: top 0.25s 0.25s, transform 0.25s; }
    .ty-nav-trigger span:after {
      bottom: -0.5rem;
      -webkit-transition: bottom 0.25s 0.25s, transform 0.25s;
      -moz-transition: bottom 0.25s 0.25s, transform 0.25s;
      -ms-transition: bottom 0.25s 0.25s, transform 0.25s;
      -o-transition: bottom 0.25s 0.25s, transform 0.25s;
      transition: bottom 0.25s 0.25s, transform 0.25s; }
  .ty-nav-trigger.open span {
    background-color: transparent;
    -webkit-transition: background-color 0.25s 0.25s;
    -moz-transition: background-color 0.25s 0.25s;
    -ms-transition: background-color 0.25s 0.25s;
    -o-transition: background-color 0.25s 0.25s;
    transition: background-color 0.25s 0.25s; }
    .ty-nav-trigger.open span:before {
      background-color: #ba131a;
      top: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: top 0.25s, transform 0.25s 0.3s;
      -moz-transition: top 0.25s, transform 0.25s 0.3s;
      -ms-transition: top 0.25s, transform 0.25s 0.3s;
      -o-transition: top 0.25s, transform 0.25s 0.3s;
      transition: top 0.25s, transform 0.25s 0.3s; }
    .ty-nav-trigger.open span:after {
      background-color: #ba131a;
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: bottom 0.25s, transform 0.25s 0.3s;
      -moz-transition: bottom 0.25s, transform 0.25s 0.3s;
      -ms-transition: bottom 0.25s, transform 0.25s 0.3s;
      -o-transition: bottom 0.25s, transform 0.25s 0.3s;
      transition: bottom 0.25s, transform 0.25s 0.3s; }

/* --------------------

--- Icon Holder Wrap

-------------------- */
.ty-icon-holder-wrap {
  padding: 2rem 1rem;
  text-align: center; }
  .ty-icon-holder-wrap .ty-icon {
    color: white;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ba131a;
    background: -moz-linear-gradient(180deg, #ba131a 0%, #da183b 100%);
    background: -webkit-linear-gradient(180deg, #ba131a 0%, #da183b 100%);
    background: linear-gradient(180deg, #ba131a 0%, #da183b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c30e2e",endColorstr="#da183b",GradientType=1);
    padding: 1rem; }
    .ty-icon-holder-wrap .ty-icon img {
      width: 100%;
      height: auto; }

/* --------------------

--- Word Editor

-------------------- */
.ty-word-editor h1,
.ty-word-editor h2,
.ty-word-editor h3,
.ty-word-editor h4,
.ty-word-editor h5 {
  margin-bottom: 1rem; }
.ty-word-editor ol li,
.ty-word-editor ul li {
  margin-bottom: .5rem; }
.ty-word-editor ul li {
  position: relative; }
  .ty-word-editor ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #ba131a;
    border-radius: 100%;
    position: absolute;
    top: .4rem;
    left: -1rem; }

/* --------------------

--- Terias Landing

-------------------- */
.ty-terias-landing {
  background-color: #ba131a;
  background-image: url("../imgs/landing-img.jpg");
  background-size: cover;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1; }
  .ty-terias-landing .ty-terias-landing-content {
    padding: 2rem 0;
    padding-bottom: 4rem; }
    @media (min-width: 768px) {
      .ty-terias-landing .ty-terias-landing-content.ty-home {
        padding: 3rem 0;
        padding-bottom: 7rem; } }
    @media (min-width: 1140px) {
      .ty-terias-landing .ty-terias-landing-content.ty-home {
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
  .ty-terias-landing h1,
  .ty-terias-landing h4 {
    margin-bottom: .5rem; }
  .ty-terias-landing h1 {
    font-weight: 600; }
  .ty-terias-landing h4 {
    font-weight: normal; }
  .ty-terias-landing .ty-img-holder {
    max-width: 200px; }
    .ty-terias-landing .ty-img-holder img {
      width: 100%;
      height: auto; }

/* --------------------

--- Home Services Sect

-------------------- */
.ty-home-services-sect {
  z-index: 2;
  position: relative; }
  @media (min-width: 768px) {
    .ty-home-services-sect {
      margin-top: -5rem; } }
  @media (min-width: 1140px) {
    .ty-home-services-sect {
      margin-top: -6rem; } }
  @media (min-width: 768px) {
    .ty-home-services-sect .ty-container-child {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px; } }
  .ty-home-services-sect .ty-home-services-slot {
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: white;
    margin-bottom: 1rem;
    height: 240px; }
    @media (min-width: 768px) {
      .ty-home-services-sect .ty-home-services-slot {
        width: calc( 50% - 5px ); } }
    @media (min-width: 960px) {
      .ty-home-services-sect .ty-home-services-slot {
        width: calc( 33.33% - 5px );
        height: 260px; } }
    @media (min-width: 1140px) {
      .ty-home-services-sect .ty-home-services-slot {
        width: calc( 20% - 5px );
        height: 300px; } }
    .ty-home-services-sect .ty-home-services-slot h2,
    .ty-home-services-sect .ty-home-services-slot p {
      margin-bottom: 1rem; }
    .ty-home-services-sect .ty-home-services-slot h2 {
      font-weight: normal; }
    .ty-home-services-sect .ty-home-services-slot .ty-btn {
      width: calc( 100% - 1.5rem );
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%); }

/* --------------------

--- Testi Slider

-------------------- */
.ty-testi-slider li.ty-testi-slide {
  text-align: center; }
  .ty-testi-slider li.ty-testi-slide .ty-testi-slide-content {
    padding: 1rem;
    display: inline-block; }
    @media (min-width: 960px) {
      .ty-testi-slider li.ty-testi-slide .ty-testi-slide-content {
        width: 80%; } }
  .ty-testi-slider li.ty-testi-slide h4 {
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 1.2rem; }
  .ty-testi-slider li.ty-testi-slide span {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600; }

/* --------------------

--- Map

-------------------- */
.ty-map {
  text-align: center; }
  .ty-map h4 {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 1.5rem;
    display: inline-block;
    width: 100%;
    max-width: 800px; }

/* --------------------

--- Modal

-------------------- */
.ty-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8); }
  .ty-modal .ty-modal-header {
    padding: .5rem;
    margin-bottom: 1rem; }
    .ty-modal .ty-modal-header h3 {
      text-align: center;
      font-size: 2rem; }
    .ty-modal .ty-modal-header span.ty-modal-close {
      background-color: #ba131a;
      padding: .2rem;
      color: white;
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      cursor: pointer; }
  .ty-modal .ty-modal-dialog {
    position: absolute;
    top: 1rem;
    left: 50%;
    padding: 1rem;
    width: 90%;
    max-height: 100%;
    overflow-y: auto;
    max-width: 800px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    transform: translate(-50%, 100px);
    transition: all .3s ease;
    margin: 0 auto;
    margin-top: 2rem;
    opacity: 0;
    visibility: hidden; }
    .ty-modal .ty-modal-dialog.show-modal {
      opacity: 1;
      visibility: visible; }
    @media (min-width: 768px) {
      .ty-modal .ty-modal-dialog {
        padding: 1rem 2rem;
        top: 1.5rem; } }
    @media (min-width: 960px) {
      .ty-modal .ty-modal-dialog {
        width: 80%;
        margin: 0; } }
  .ty-modal .ty-enquiry-form .ty-submit-holder {
    text-align: center; }
  .open-modal .ty-modal {
    opacity: 1;
    visibility: visible; }
    .open-modal .ty-modal .ty-modal-dialog {
      transform: translateX(-50%) translateY(0); }
      @media (min-width: 960px) {
        .open-modal .ty-modal .ty-modal-dialog {
          transform: translateX(-50%) translateY(0); } }

/* --------------------

--- Overlay

-------------------- */
.ty-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 666;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  cursor: pointer; }
  .open-sub-menu .ty-overlay {
    opacity: 1;
    visibility: visible; }

/* --------------------

--- Terias Content Page

-------------------- */
.ty-terias-content-page {
  padding-top: 5rem; }
  .ty-terias-content-page .ty-content-page-title {
    margin-bottom: 1rem; }
  .ty-terias-content-page h1 {
    font-weight: 600;
    margin-bottom: 1rem; }
  .ty-terias-content-page p {
    margin-bottom: 1rem; }

/* --------------------

--- No Content

-------------------- */
.ty-no-content p:before {
  content: '\f06a';
  font-family: 'FontAwesome';
  margin-right: .5rem;
  color: #ba131a; }

/* --------------------

--- Enquiry Form

-------------------- */
.ty-enquiry-form {
  padding: 1rem 0;
  padding-top: 0;
  position: relative; }
  .ty-enquiry-form.show-msg .ty-form-msg {
    display: block; }
  .ty-enquiry-form .ty-form-loader {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden; }
    .ty-enquiry-form .ty-form-loader i {
      width: 20%;
      margin-bottom: 5rem; }
      @media (min-width: 768px) {
        .ty-enquiry-form .ty-form-loader i {
          width: 10%; } }
      .ty-enquiry-form .ty-form-loader i img {
        width: 100%;
        height: auto;
        animation: spin 1s infinite linear;
        -webkit-animation: spin 1s infinite linear; }
  .ty-enquiry-form .ty-form-msg {
    width: 100%;
    display: none; }
    .ty-modal .ty-enquiry-form .ty-form-msg {
      text-align: center; }
    .ty-enquiry-form .ty-form-msg p {
      color: green;
      font-weight: bold; }
  @media (min-width: 960px) {
    .ty-enquiry-form .ty-form-block {
      display: flex;
      flex-wrap: wrap; } }
  .ty-enquiry-form .ty-half-block {
    width: 100%; }
    @media (min-width: 960px) {
      .ty-enquiry-form .ty-half-block {
        width: 50%;
        padding-right: .5rem; }
        .ty-enquiry-form .ty-half-block:nth-child(2) {
          padding-right: 0;
          padding-left: .5rem; } }
  .ty-enquiry-form .ty-input-holder {
    width: 100%;
    margin-bottom: 1rem;
    position: relative; }
    @media (min-width: 960px) {
      .ty-enquiry-form .ty-input-holder {
        margin-bottom: 30px; } }
    .ty-enquiry-form .ty-input-holder.ty-submit-holder {
      margin-bottom: 0; }
    .ty-enquiry-form .ty-input-holder::after {
      content: '\f00c';
      font-family: 'FontAwesome';
      color: green;
      position: absolute;
      right: .5rem;
      top: 39px;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s ease; }
    .ty-enquiry-form .ty-input-holder .ty-verify-text {
      color: #ba131a;
      font-size: .8rem;
      margin-bottom: 0; }
      @media (min-width: 960px) {
        .ty-enquiry-form .ty-input-holder .ty-verify-text {
          position: absolute;
          bottom: -20px;
          left: 0; } }
    .ty-enquiry-form .ty-input-holder label {
      display: inline-block;
      font-weight: bold;
      width: 100%;
      margin-bottom: 0.5rem; }
    .ty-enquiry-form .ty-input-holder input,
    .ty-enquiry-form .ty-input-holder textarea {
      width: 100%;
      padding: .5rem;
      padding-right: 1rem;
      border: 1px solid rgba(0, 0, 0, 0.5);
      resize: none; }
    .ty-enquiry-form .ty-input-holder.focus input,
    .ty-enquiry-form .ty-input-holder.focus textarea {
      border: 2px solid black; }
    .ty-enquiry-form .ty-input-holder.full::after {
      opacity: 1;
      visibility: visible; }
    .ty-enquiry-form .ty-input-holder.full label {
      color: #ba131a; }
    .ty-enquiry-form .ty-input-holder.full input,
    .ty-enquiry-form .ty-input-holder.full textarea {
      color: #ba131a;
      border: 2px solid #ba131a; }
    .ty-enquiry-form .ty-input-holder.verify::after {
      content: '\f12a';
      bottom: 25px;
      color: #ba131a; }
    .ty-enquiry-form .ty-input-holder.verify label {
      color: #ba131a; }
    .ty-enquiry-form .ty-input-holder.verify input,
    .ty-enquiry-form .ty-input-holder.verify textarea {
      border: 2px solid #ba131a; }
  .ty-enquiry-form.loading .ty-form-loader {
    opacity: 1;
    visibility: visible;
    z-index: 2; }
  .ty-enquiry-form.loading input {
    pointer-events: none !important; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
/* --------------------

--- Service Slot

-------------------- */
.ty-service-slot {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .ty-service-slot .ty-service-content-wrap {
      display: flex;
      flex-direction: row-reverse; }
      .ty-service-slot .ty-service-content-wrap.ty-reverse-slot {
        flex-direction: row; } }
  .ty-service-slot .ty-service-img-holder,
  .ty-service-slot .ty-service-content {
    padding: 1rem 0; }
    @media (min-width: 768px) {
      .ty-service-slot .ty-service-img-holder,
      .ty-service-slot .ty-service-content {
        padding: 1rem; } }
    @media (min-width: 960px) {
      .ty-service-slot .ty-service-img-holder,
      .ty-service-slot .ty-service-content {
        padding: 2rem; } }
  @media (min-width: 768px) {
    .ty-service-slot .ty-service-img-holder {
      width: 50%; } }
  .ty-service-slot .ty-service-img-holder img {
    width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .ty-service-slot .ty-service-content {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .ty-service-slot .ty-service-content h3 {
    font-weight: 600;
    font-size: x-large;
    margin-bottom: 1rem; }
  .ty-service-slot .ty-service-content ul {
    margin: 0;
    margin-bottom: 2rem; }
    .ty-service-slot .ty-service-content ul li {
      font-size: large;
      margin-bottom: 0.5rem;
      position: relative;
      padding-left: 25px; }
      .ty-service-slot .ty-service-content ul li:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        color: #ba131a;
        position: absolute;
        left: -2px; }

/* --------------------

--- Partners List

-------------------- */
ul.ty-partners-list {
  margin: 0; }
  @media (min-width: 768px) {
    ul.ty-partners-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  @media (min-width: 960px) {
    ul.ty-partners-list.ty-clients-list li {
      padding: 1rem; } }
  ul.ty-partners-list li {
    padding: 1rem; }
    @media (min-width: 960px) {
      ul.ty-partners-list li {
        width: 20%; } }
    ul.ty-partners-list li img {
      width: 100%; }

/* --------------------

--- Footer CTA

-------------------- */
.ty-footer-cta {
  margin-bottom: 0 !important;
  padding: 0 !important; }
  @media (min-width: 768px) {
    .ty-footer-cta {
      background: #ba131a;
      background: -moz-linear-gradient(180deg, #ba131a 0%, #da183b 100%);
      background: -webkit-linear-gradient(180deg, #ba131a 0%, #da183b 100%);
      background: linear-gradient(180deg, #ba131a 0%, #da183b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c30e2e",endColorstr="#da183b",GradientType=1); } }
  @media (min-width: 768px) {
    .ty-footer-cta .ty-container-child {
      display: flex; } }
  .ty-footer-cta .ty-footer-cta-block {
    padding: 3rem 1rem;
    border-bottom: 2px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ba131a;
    background: -moz-linear-gradient(180deg, #ba131a 0%, #da183b 100%);
    background: -webkit-linear-gradient(180deg, #ba131a 0%, #da183b 100%);
    background: linear-gradient(180deg, #ba131a 0%, #da183b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c30e2e",endColorstr="#da183b",GradientType=1); }
    .ty-footer-cta .ty-footer-cta-block:last-of-type {
      border: none; }
    @media (min-width: 768px) {
      .ty-footer-cta .ty-footer-cta-block {
        width: 50%;
        border-bottom: none;
        border-right: 2px solid white;
        background: none; } }
  .ty-footer-cta i,
  .ty-footer-cta h3,
  .ty-footer-cta p {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
    max-width: 60%; }
  .ty-footer-cta i,
  .ty-footer-cta h3 {
    font-size: xx-large; }

/* --------------------

--- footer

-------------------- */
footer {
  border-top: 5px solid #ba131a;
  padding-top: 2rem; }
  footer .ty-footer-sect-wrap .ty-container-child {
    display: flex;
    flex-direction: column; }
    @media (min-width: 960px) {
      footer .ty-footer-sect-wrap .ty-container-child {
        flex-direction: row; } }
  footer .ty-footer-sect-wrap .ty-footer-sect {
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center; }
    @media (min-width: 960px) {
      footer .ty-footer-sect-wrap .ty-footer-sect {
        width: 25%;
        text-align: left; } }
    footer .ty-footer-sect-wrap .ty-footer-sect.ty-footer-branding img {
      width: 250px;
      height: auto; }
    footer .ty-footer-sect-wrap .ty-footer-sect .ty-footer-title {
      margin-bottom: 1rem;
      color: #ba131a;
      font-weight: normal; }
    footer .ty-footer-sect-wrap .ty-footer-sect ul.ty-footer-links {
      margin: 0; }
      footer .ty-footer-sect-wrap .ty-footer-sect ul.ty-footer-links li {
        margin-bottom: .5rem; }
        footer .ty-footer-sect-wrap .ty-footer-sect ul.ty-footer-links li a {
          color: rgba(0, 0, 0, 0.9);
          transition: all .3s ease; }
          footer .ty-footer-sect-wrap .ty-footer-sect ul.ty-footer-links li a:hover {
            font-weight: bold; }
          footer .ty-footer-sect-wrap .ty-footer-sect ul.ty-footer-links li a i {
            color: #ba131a;
            margin-right: .5rem; }

/* --------------------

--- footer contact

-------------------- */
.ty-footer-contact ul.ty-footer-links li {
  padding-left: 1.5rem; }
  .ty-footer-contact ul.ty-footer-links li a {
    position: relative; }
    .ty-footer-contact ul.ty-footer-links li a i {
      position: absolute;
      top: 0;
      left: calc( 1.5rem * -1 ); }

/* --------------------

--- Copyright

-------------------- */
.ty-copyright {
  text-align: center;
  padding: .5rem;
  opacity: .6; }
  .ty-copyright p {
    margin-bottom: 0 !important; }

/*# sourceMappingURL=main.css.map */
