/*
Theme Name: TTC Child
Theme URL: #
Description: TTC Child Theme
Author: Creative Ideaz
Author URL: #
Template: ttc
Version: 1.0.0
Text Domain: ttc-child
*/ 
/* Custom CSS goes after this line */

/*$success: #12B453 !default;
$danger: #DC3545;
$warning: #FFC107;
$warning: #FFC107;
$info: #17A2B8;
$info: #17A2B8;
$dark: #222220;
*/
/*$h1-font-size:                40px !default;
$h2-font-size:                40px !default;
$h3-font-size:                28px !default;
$h4-font-size:                22px !default;
$h5-font-size:                20px !default;
$h6-font-size:                16px !default;
$h1-font-weight:                700 !default;
$h2-font-weight:                700 !default;
$h3-font-weight:                700 !default;
$h4-font-weight:                600 !default;
$h5-font-weight:                700 !default;
$h6-font-weight:                700 !default;
$display1-size:               56px !default;
$display2-size:               48px !default;
$display3-size:               40px !default;
$display4-size:               32px !default;
$display4-weight:             500 !default;
$theme-colors: () !default;
$theme-colors: map-merge((
  "primary":    $primary,
  "secondary":  $secondary,
  "light":      $light,
  "dark":       $dark,
), $theme-colors);
$btn-padding-y: 12px !default;
$btn-padding-x: 24px !default;
$font-size-base: 16 !default;
$btn-line-height: 30px !default;
$btn-border-radius: 4px !default;
$btn-font-weight: 600;

$btn-padding-y-lg: 20px !default;
$btn-padding-x-lg: 40px !default;
$font-size-lg: 16 !default;
$btn-line-height-lg: 30px !default;
$btn-padding-y-lg: 20px !default;


$btn-padding-x-lg: 40px !default;
$font-size-lg: 16 !default;
$btn-line-height-lg: 30px !default;

$btn-padding-y-sm: 4px !default;
$btn-padding-x-sm: 10px !default;
$font-size-sm: 14 !default;
$btn-line-height-sm: 21px !default;
$btn-border-radius-sm: 4px !default;
$table-dark-bg: $dark !default;*/
:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline: -moz-focus-ring-color auto 0px;
  box-shadow: none !important;
}

* {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  -o-scroll-behavior: smooth;
  font-family: europa, sans-serif;
}

body {
  font-family: europa, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(0, 33, 45, 0.8);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
}

p {
  margin-bottom: 0;
}

.header-container {
  max-width: 1530px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  background: #ffffff;
}
@media only screen and (max-width: 991px) {
  .header-container {
    padding: 0px;
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .header-container {
    padding: 0px;
    margin-left: 24px;
    margin-right: 24px;
  }
}

.t-container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .t-container {
    padding: 0px;
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .t-container {
    padding: 0px;
    margin-left: 24px;
    margin-right: 24px;
  }
}

.banner-container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .banner-container {
    margin-left: 42px;
    margin-right: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .banner-container {
    margin-left: 16px;
    margin-right: 16px;
  }
  .home .banner-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.navbar-brand {
  padding-right: 40px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .navbar-brand img {
    height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-brand {
    padding-right: 0px;
    margin-right: 0px;
  }
}
.navbar-brand::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
  height: 40px;
  top: 22%;
}
@media only screen and (max-width: 991px) {
  .navbar-brand::after {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .cust-navbar-menus {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .cust-navbar-menus li.nav-item {
    width: 100%;
  }
}
.cust-navbar-menus li.nav-item a.nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: #19226D;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .cust-navbar-menus li.nav-item a.nav-link {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
}
.cust-navbar-menus li.nav-item .dropdown-menu {
  border: 0;
  padding: 0px;
}
.cust-navbar-menus li.nav-item .dropdown-menu a {
  padding-left: 12px;
  padding-right: 12px;
}
.cust-navbar-menus li.about a.nav-link {
  color: rgba(0, 33, 45, 0.7) !important;
  font-weight: 400;
}

.madein-wrap {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  padding: 4px 10px;
  background: rgba(229, 233, 234, 0.3);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.9);
}
.madein-wrap .flag {
  margin-right: 8px;
}

.madein-wrap.dark {
  color: rgba(0, 33, 45, 0.9);
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-wrap {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #19226D;
}
.contact-wrap:hover, .contact-wrap:active, .contact-wrap:focus {
  text-decoration: none !important;
  color: #19226D !important;
}
.contact-wrap img {
  margin-right: 16px;
}

.btn {
  border-radius: 100px;
  height: 56px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 576px) {
  .btn {
    padding-left: 24px;
    padding-right: 24px;
    height: 48px;
  }
}

.t-btn {
  background-color: #FCEC6F;
  border-color: #FCEC6F;
  color: #19226D;
}

.t-btn:hover,
.t-btn:focus,
.t-btn:active {
  background-color: #b5ab0f !important;
  border-color: #b5ab0f !important;
  color: #19226D !important;
}

.btn-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-cont img {
  margin-left: 24px;
}

.cart-wrapper {
  position: relative;
  cursor: pointer;
}

.cart-label {
  font-size: 12px;
  font-weight: 700;
  width: 24px;
  height: 24px;
  background: #e5e9ea;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -4px; cursor: auto;
}

.cart {
  width: 56px;
  height: 56px;
  background-color: #19226D;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center; cursor: auto;
}
@media only screen and (max-width: 576px) {
  .cart {
    width: 48px;
    height: 48px;
  }
}
.home .banner-wrap, .home section.banner-wrap { padding-top: 145px; }
.banner-wrap {
  padding-top: 180px;
  padding-bottom: 250px;
  background-image: url("/wp-content/themes/ttc-child/images/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -150px;
}
.woocommerce-page .banner-wrap {
  padding-top: 190px;
  padding-bottom: 250px;
  background-image: url("/wp-content/themes/ttc-child/images/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -150px;
}
.banner-wrap.inner {
  background-image: none;
  background-color: #19226D;
  padding-bottom: 140px;
  margin-bottom: -130px;
}

.banner-cont {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 770px;
  margin: 0 auto;
}

.bnr-seo {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.banner-txt {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3px;
  text-align: center;
  line-height: 125%;
}
.entry-content p.banner-txt { line-height: 125%; }
@media only screen and (max-width: 991px) {
  .banner-txt {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1px;
  }
  .entry-content p.banner-txt { line-height: 64px; }
}
@media only screen and (max-width: 576px) {
  .banner-txt {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -1px;
  }
  .entry-content p.banner-txt { line-height: 44px; }
}

.bnr-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px !important;
  letter-spacing: 0.3px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .bnr-description {
    font-size: 18px;
    line-height: 28px !important;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .bnr-description {
    font-size: 14px;
    line-height: 24px !important;
    text-align: center;
    margin-bottom: 16px;
  }
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}
@media only screen and (max-width: 991px) {
  .mb-52 {
    margin-bottom: 32px !important;
  }
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.banner-container .usp-wrap {
  padding: 50px;
  background-color: #19226D;
}
li.usp-item { margin: 0px; }
@media only screen and (max-width: 991px) {
  .banner-container .usp-wrap {
    padding: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-container .usp-wrap {
    padding: 32px 32px 48px 32px;
  }
}
.banner-container .usps {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0px;
}
.banner-container .usps .usp-item {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
   padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .banner-container .usps .usp-item {
    flex: none;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.banner-container .usps .usp-item img {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .banner-container .usps .usp-item img {
    display: inline-block;
  }
}

.usp-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 16px;
  color: #ffffff;
}

.usp-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.8);
}

.industries-cover-wrap {
  padding-top: 56px;
}

.seo-title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(0, 33, 45, 0.6);
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .seo-title {
    font-size: 11px;
    margin-bottom: 8px;
    line-height: 125%;
  }
}
.seo-title .seo-divide {
  width: 62px;
  height: 1px;
  background-color: #FCEC6F;
  margin-left: 10px;
}

.main-title-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .main-title-wrap {
    align-items: flex-start;
  }
}

.main-title-wrap.left {
  align-items: flex-start;
}
.main-title-wrap.left .main-title {
  text-align: left;
}

.main-title-wrap.light .seo-title {
  color: rgba(255, 255, 255, 0.6);
}
.main-title-wrap.light .main-title {
  color: #fff;
}

.main-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #19226D;
}
@media only screen and (max-width: 576px) {
  .main-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.3 px;
  }
}

.industries-cover-cont {
  display: flex;
  align-items: center;
}

.industry {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .industry {
    height: 300px;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    padding: 32px;
  }
}
.industry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .industry:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,19226D+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 45, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 45, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 45, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc19226D",GradientType=0 );
    /* IE6-9 */
  }
}
.industry .industry-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.view-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: white;
  opacity: 0.6;
}
.view-btn img {
  margin-left: 24px;
}

.industry-1 {
  background-image: url("/wp-content/themes/ttc-child/images/off-shore-industry.jpg");
}

.industry-2 {
  background-image: url("/wp-content/themes/ttc-child/images/entertainment-sector.jpg");
}

.industry-3 {
  background-image: url("/wp-content/themes/ttc-child/images/maritime-industry.jpg");
}

.industry-4 {
  background-image: url("/wp-content/themes/ttc-child/images/energy-industry.jpg");
}

.industry-5 {
  background-image: url("/wp-content/themes/ttc-child/images/transport-sector.jpg");
}

.industry-cont {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .industry-cont {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
  }
}

.view-more-btn {
  display: none;
  position: relative;
  z-index: 1;
}

.industry:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
  .industry:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.industry:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  .industry:hover::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,19226D+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 45, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 45, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 45, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc19226D",GradientType=0 );
    /* IE6-9 */
  }
}
.industry:hover .view-more-btn {
  display: block;
}
@media only screen and (max-width: 991px) {
  .industry:hover .view-more-btn {
    display: none;
  }
}

.hide-overflow {
  overflow: hidden;
}

.pad {
  padding: 0 !important;
}

.product-range-wrap {
  background-color: #19226D;
}

.range-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .range-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.t-outline-primary {
  border-color: #FCEC6F;
  color: #ffffff;
  height: 48px !important;
}

.t-outline-primary:hover,
.t-outline-primary:focus,
.t-outline-primary:active {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: #FCEC6F !important;
  color: #ffffff !important;
}

.card-wrap {
  padding: 24px 24px 16px 24px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  height: 100%;
  border: 1px solid #c5cdd0;
}
@media only screen and (max-width: 576px) {
  .card-wrap {
    padding: 16px 16px 8px 16px;
  }
}

.card-wrap.dark {
  background-color: #E5E9EA;
  border: 0;
  padding: 32px 32px 20px 32px;
}
.card-wrap.dark .card-cont .card-title {
  font-size: 20px;
}

.prod-img-wrap {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .prod-img-wrap {
    margin-bottom: 24px;
    height: 160px;
  }
}
.single-product .prod-img-wrap img {
  display: inline-block; max-height: 350px;
}
.post-type-archive-product .prod-img-wrap img {
  display: inline-block; max-height: 245px;
}
.prod-img-wrap img {
  display: inline-block; max-height: auto;
}
.slide-img {
  height: auto !important;
}

.card-cont {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card-cont .card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0em;
  color: #19226D;
  flex-grow: 1;
}

.view-prod-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view-prod-wrap img {
  opacity: 0.6;
}

.view-prod-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.2px;
  color: rgba(0, 33, 45, 0.8);
}

.card-wrap-link {
  color: inherit;
  text-decoration: none;
  position: relative;
}
.card-wrap-link:hover {
  text-decoration: none;
}
.card-wrap-link:hover .card-wrap {
  text-decoration: none;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.range-cont-wrap {
  position: relative;
  top: 62px;
}
@media only screen and (max-width: 576px) {
  .range-cont-wrap {
    top: 0px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.reduced-spacing.missing-post-thumbnail .post-inner.sec-pad {
   padding-top: 100px;
  padding-bottom: 100px;   
}
.sec-pad.industry {   padding-top: 100px;
  padding-bottom: 100px; }
.sec-pad {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 991px) {
  .sec-pad {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sec-pad.industry {   padding-top: 80px;
  padding-bottom: 80px; }
}
@media only screen and (max-width: 991px) {
  .sec-pad {
    padding-top: 68px;
    padding-bottom: 68px;
  }
.reduced-spacing.missing-post-thumbnail .post-inner.sec-pad {
   padding-top: 60px;
  padding-bottom: 60px;   
}
}

.t-outline-secondary {
  border-color: rgba(0, 33, 45, 0.3);
  color: #19226D;
  height: 48px !important;
}
.t-outline-secondary:hover, .t-outline-secondary:focus, .t-outline-secondary:active {
  border-color: #19226D !important;
  color: #19226D !important;
  background-color: transparent !important;
}

.view-all {
  margin-bottom: 62px;
}
@media only screen and (max-width: 991px) {
  .view-all {
    margin-bottom: 24px;
  }
}

.body-copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 33, 45, 0.8);
}

.welcome-cont {
  padding-top: 40px;
  max-width: 80%;
}
@media only screen and (max-width: 991px) {
  .welcome-cont {
    max-width: 100%;
    padding-top: 0px;
  }
}

.welcome-section {
  padding-top: 180px;
}
@media only screen and (max-width: 991px) {
  .welcome-section {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 576px) {
  .welcome-section {
    padding-top: 68px;
  }
}

.consult-title {
  margin-bottom: 56px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .consult-title {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .consult-title::before {
    content: "";
    width: 64px;
    height: 2px;
    background-color: #19226D;
    opacity: 0.3;
    position: absolute;
    left: 42%;
    bottom: -19px;
  }
}

.heading-3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  color: #19226D;
  margin-bottom: 56px;
}

.consult-title-inner {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #19226D;
  margin-bottom: 16px;
}

.consult-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: rgba(0, 33, 45, 0.8);
}

.consult-title {
  margin-bottom: 56px;
}

.consultation-process {
  background-color: #E5E9EA;
}

.consult-process {
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .consult-process {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .consult-process {
    text-align: center;
  }
}
.consult-process img {
  margin-bottom: 24px;
  display: inline-block;
}

.get-in-touch {
  background-color: #19226D;
  background-image: url("/wp-content/themes/ttc-child/images/get-bg.png");
  background-repeat: repeat-y;
  background-position: top right;
  background-size: 42% 100%;
  border: 1px solid #0d2c37;
}
@media only screen and (max-width: 991px) {
  .get-in-touch {
    background-image: none;
  }
}
@media only screen and (max-width: 991px) {
  .get-in-touch .t-container {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .get-in-touch .t-container {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.get-in-wrap {
  background-color: #19226D;
  padding-right: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .get-in-wrap {
    padding-right: 0px;
  }
}

.get-in-ttl {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .get-in-ttl {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.8px;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .get-in-ttl {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .mob-center {
    align-items: center !important;
  }
}

.get-in-actions {
  display: flex;
}

.contact-wrap.white {
  color: #ffffff;
}

.welcome-contact {
  margin-right: 52px;
}
@media only screen and (max-width: 991px) {
  .welcome-contact {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .welcome-contact {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

.test-cont {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 576px) {
  .test-cont {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
}

.testi-ico {
  margin-bottom: 24px;
}

.testi-name {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .testi-name {
    justify-content: center;
  }
}
.testi-name .testi-divider {
  height: 1px;
  width: 46px;
  background-color: #FCEC6F;
  margin-right: 20px;
}
.testi-name .testi-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: #ffffff;
}

.footer-wrapper {
  background-color: #19226D;
}

.ftr-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 16px;
}

.ftr-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ftr-links li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.ftr-links li a:hover {
  color: white;
  text-decoration: none;
}

.ftr-view-all {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #ffffff;
  text-decoration: underline;
}
.ftr-view-all:hover, .ftr-view-all:focus {
  color: #ffffff;
}

.ftr-cont,
.ftr-cont a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.7);
}

.ftr-ico {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.footer-below {
  padding-bottom: 40px;
}

.cust-navbar {
  padding: 20px 0;
}
@media only screen and (max-width: 576px) {
  .cust-navbar {
    padding: 16px 0;
  }
}

.madein-bnr-top {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .madein-bnr-top {
    margin-bottom: 16px;
  }
}

.view-btn-wrap {
  position: relative;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 991px) {
  .view-btn-wrap {
    display: block;
  }
}

.navbar-light .navbar-toggler {
  color: #19226D;
  border: 0;
}

@media only screen and (max-width: 991px) {
  .get-in-col-right {
    background-color: rgba(255, 255, 255, 0.05);
  }
}

.testi-wrap {
  padding-left: 120px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .testi-wrap {
    padding-left: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .get-in-col {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media only screen and (max-width: 576px) {
  .get-in-col {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.usps .slick-dots li {
  margin: 0 0;
}
.usps .slick-dots li button:before {
  font-size: 24px;
  color: #ffffff;
  opacity: 0.3;
}
.usps .slick-dots li.slick-active {
  margin: 0 0;
}
.usps .slick-dots li.slick-active button:before {
  color: #FCEC6F;
  opacity: 1;
}

.consult-processes .slick-dots li {
  margin: 0 0;
}
.consult-processes .slick-dots li button:before {
  font-size: 24px;
  color: #19226D;
  opacity: 0.3;
}
.consult-processes .slick-dots li.slick-active {
  margin: 0 0;
}
.consult-processes .slick-dots li.slick-active button:before {
  color: #19226D;
  opacity: 1;
}

.prod-images .slick-dots li {
  margin: 0 0;
}
.prod-images .slick-dots li button:before {
  font-size: 24px;
  color: rgba(196, 196, 196, 0.3);
  opacity: 0.3;
}
.prod-images .slick-dots li.slick-active {
  margin: 0 0;
}
.prod-images .slick-dots li.slick-active button:before {
  color: #c4c4c4;
  opacity: 1;
}

.get-in-actions {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .get-in-actions {
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .get-in-actions {
    flex-direction: column;
  }
}

.ftr-accordion-ttl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #ffffff;
  justify-content: space-between;
}
.ftr-accordion-ttl .plus {
  display: none;
}
.ftr-accordion-ttl .minus {
  display: block;
}

.ftr-accordion-ttl.collapsed .minus {
  display: none;
}
.ftr-accordion-ttl.collapsed .plus {
  display: block;
}

.ftr-contact {
  display: flex;
  margin-bottom: 16px;
}
@media only screen and (max-width: 576px) {
  .ftr-contact {
    flex-direction: column;
  }
}
.ftr-contact li {
  margin-bottom: 8px;
  margin-right: 16px;
}
.ftr-contact li a {
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .ftr-contact li a {
    margin-bottom: 10px;
  }
}
.ftr-contact li:last-child {
  margin-bottom: 0;
}

.accordion-content {
  padding-top: 30px;
}

.ftr-accordion-wrap {
  margin-bottom: 32px;
}

.ftr-accordion-wrap:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .ftr-cont-below,
.ftr-cont-below a {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }
}

@media only screen and (max-width: 991px) {
  .menu-btn {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .menu-btn {
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 576px) {
  .menu-btn img {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 576px) {
  .navbar-toggler {
    padding: 0;
  }
}

.cust-modal-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #19226D;
  margin: 0;
  padding: 0;
}

.modal-header {
  padding-top: 24px;
  padding-bottom: 24px;
}

.emquiry-lists {
  padding-left: 0;
  margin-bottom: 16px;
}
.emquiry-lists li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 33, 45, 0.2);
  padding-top: 16px;
  padding-bottom: 16px;
}

.en-img {
  flex: none;
  width: 64px;
  height: 64px;
  margin-right: 16px;
}

.en-title-cont {
  flex-grow: 1;
}
.en-title-cont .en-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: rgba(0, 33, 45, 0.8);
  margin-bottom: 8px;
}
.en-title-cont .tag {
  padding: 4px 16px;
  display: inline-block;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 125%;
  border: 1px solid rgba(0, 33, 45, 0.2);
}

.remove-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: rgba(0, 33, 45, 0.8);
}

.need-help {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #19226D;
  opacity: 0.6;
  text-decoration: none;
}
.need-help:hover, .need-help:focus, .need-help:active {
  color: #19226D !important;
  opacity: 0.6 !important;
}

.modal-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-btns .need-help {
  margin-right: 20px;
}

.modal-dialog {
  max-width: 600px;
}

.left-cont-wrap {
  padding-right: 170px;
}
@media only screen and (max-width: 991px) {
  .left-cont-wrap {
    padding-right: 0px;
  }
}

.rotate-arr {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.need-help-main {
  background-color: #FCEC6F;
  padding: 84px 120px;
}
@media only screen and (max-width: 991px) {
  .need-help-main {
    padding: 48px 62px;
  }
}
@media only screen and (max-width: 576px) {
  .need-help-main {
    padding: 24px 12px;
  }
}

.need-right-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .need-right-content {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .need-right-content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 991px) {
  .need-help-left {
    margin-bottom: 24px;
  }
}
.need-help-left .seo-divide {
  background-color: #19226D;
}

.t-btn.dark {
  background-color: #19226D;
  color: #ffffff;
}

.t-btn.white {
  background-color: #ffffff;
  color: #19226D;
}

.need-help-wraper {
  position: relative;
  margin-bottom: -200px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .need-help-wraper {
    margin-bottom: -62px;
  }
}
@media only screen and (max-width: 576px) {
  .need-help-wraper {
    margin-bottom: -32px;
  }
}

.cust-search {
  background-color: rgba(229, 233, 234, 0.1) !important;
  background-image: url(/wp-content/themes/ttc-child/images/icons/search-ico.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
  border: 0 !important;
  border-radius: 100px !important;
  padding-left: 52px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  letter-spacing: 0em !important;
  color: rgba(255, 255, 255, 0.6) !important;
  height: 46px !important;
  min-width: 350px !important;
}
@media only screen and (max-width: 991px) {
  .cust-search {
    min-width: auto !important;
  }
}
@media only screen and (max-width: 576px) {
  .cust-search {
    margin-top: 32px !important;
  }
}
.cust-search::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.range-header.inner .seo-divide {
  background-color: rgba(255, 255, 255, 0.5);
}

.pagination-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .pagination-wrap {
    display: none;
  }
}

.pre-btn {
  margin-right: 24px;
  margin-left: 0 !important;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.round-btn {
  padding-left: 19px;
  padding-right: 19px;
}

.round-btn.active-btn {
  background-color: rgba(0, 33, 45, 0.3) !important;
  color: #19226D;
}

.returning-customer {
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .returning-customer {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.returning-customer-wrap {
  max-width: 500px;
  margin: 0 auto;
}

.returning-customer-txt {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0px;
  color: #19226D;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .returning-customer-txt {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .returning-customer-txt {
    font-size: 18px;
    line-height: 24px;
  }
}
.returning-customer-txt a {
  font-weight: 700 !important;
  font-weight: 300;
  letter-spacing: 0px;
  color: #19226D;
}

.ret-wrap {
  max-width: 385px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfceb;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #19226D;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}
.ret-wrap img {
  margin-right: 10px;
}
.ret-wrap a {
  font-weight: 400;
  color: #19226D;
  margin-left: 3px;
}

.fill-out-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  color: #19226D;
  margin-bottom: 40px;
}

.cust-input {
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 3px;
  height: 56px;
  color: #19226D;
}
.cust-input:focus {
  border-color: #FCEC6F;
}

.lbl-txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.87);
}

.cust-check {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #1a1f20;
}

.radio-check {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
}

.cust-check {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-check:checked ~ .cust-check {
  background-color: #19226D;
}
.radio-check:checked ~ .cust-check img {
  display: block;
}

.check-wrap {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.radio-label {
  color: #19226D;
  font-weight: 700;
}

.your-prod-wrap {
  background-color: #e5e9ea;
}

.your-prod-ttl {
  padding: 30px 40px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  color: #19226D;
  background-color: rgba(0, 33, 45, 0.1);
}
@media only screen and (max-width: 991px) {
  .your-prod-ttl {
    font-size: 20px;
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .your-prod-ttl {
    font-size: 16px;
  }
}

.enquiry-inner li {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #e5e9ea;
}
@media only screen and (max-width: 991px) {
  .enquiry-inner li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.enquiry-inner li:last-child {
  border-bottom: 0;
}

.tag.lift {
  background: #ffffff;
  color: rgba(0, 33, 45, 0.6);
  border: 0;
}

.contact-form {
  background: #fff;
}

.max-1024 {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-right {
  background-color: #f2f4f4;
  padding: 48px 62px;
}
@media only screen and (max-width: 991px) {
  .contact-right {
    padding: 32px 40px;
  }
}
@media only screen and (max-width: 576px) {
  .contact-right {
    padding: 16px 20px;
  }
}

.contact-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #19226D;
  margin-bottom: 4px;
}

.contact-cont {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  color: rgba(0, 33, 45, 0.8);
}

.contact-right-main {
  list-style: none;
  padding-left: 0;
}
.contact-right-main li:not(:last-child) {
  margin-bottom: 24px;
}

.max-800 {
  max-width: 800px;
  margin: 0 auto;
}

.thanks-contact-btn {
  background-color: rgba(239, 228, 59, 0.1) !important;
  padding: 12px 32px;
  display: inline-block;
}

.thanks-ttl {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  color: #19226D;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .thanks-ttl {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

.thanks-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.thanks-chek {
  margin-bottom: 32px;
}

.thanks-cont {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #19226D;
  margin-bottom: 56px;
}
@media only screen and (max-width: 991px) {
  .thanks-cont {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .thanks-cont {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 28px;
  }
}

.card-title.range {
  font-size: 16px;
}

.banner-wrap.about {
  padding-bottom: 118px;
  margin-bottom: 0px;
}

.year {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #19226D;
  position: relative;
}
.year::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 33, 45, 0.2);
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .year::before {
    display: none;
  }
}

.history-cont {
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .history-cont {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .history-cont {
    margin-bottom: 32px;
  }
}

.back-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  margin-right: 16px;
}

.tag-trans {
  border: 1px solid #FCEC6F;
  color: #FCEC6F;
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}

.tag-fill {
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  color: #19226D;
  padding: 8px 24px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  background-color: #ffffff;
}
.tag-fill .flag {
  margin-right: 8px;
}

.product-features {
  list-style: none;
  padding-left: 0;
}
.product-features li {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  color: rgba(0, 33, 45, 0.8);
  margin-bottom: 2px;
}
.product-features li img {
  margin-right: 16px;
  margin-top: 12px;
}

.left-cont-en-wrap {
  padding-top: 310px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .left-cont-en-wrap {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}

.slide-img {
  margin-bottom: 0;
}

.no-hover:hover .card-wrap {
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 45px;
}

.below-cont {
  margin-top: -290px;
}
@media only screen and (max-width: 991px) {
  .below-cont {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .prod-details-below {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .prod-details-below .card-wrap-link {
    margin-bottom: 40px;
  }
}

.prod-specs {
  margin-top: 48px;
}

.top-tbl-cont {
  background-color: #e5e9ea;
}

.specs-table {
  width: 100%;
}
.specs-table tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: #19226D;
  padding: 6px 0px;
}
.specs-table tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  color: rgba(0, 33, 45, 0.8);
  padding: 6px 0px;
}

.table-ttl {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #19226D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.top-tbl-cont {
  padding: 40px;
}

.related-prod-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #19226D;
}
.nav-link img {display: inline-block; }
ul.navbar-nav, ul.ftr-links { margin: 0px; }
ul.navbar-nav li.nav-item, ul.ftr-links li { margin: 0px; }
.header-container a, footer a, .product-category a {text-decoration: none; }
ul.emquiry-lists, ul.emquiry-lists li, ul.list-inline-items, ul.list-inline-items li { margin-left: 0px; }
a.t-btn { line-height: 43px; letter-spacing: 0.0333em; text-decoration: none; }
.footer-top { border: none !important; }
.ftr-cont-below a:hover { text-decoration: underline; }
section.banner-wrap, section.industries-cover-wrap, section.product-range-wrap, section.consultation-process, section.get-in-touch {width: calc(100% - 0rem) !important; max-width: 100% !important; }
.cust-navbar-menus li.nav-item .dropdown-menu a { padding-left: 12px; padding-right: 12px;font-size: 16px; line-height: 30px;}
.btn { text-transform: capitalize; }
section.industries-cover-wrap, section.product-range-wrap, section.get-in-touch  { padding-bottom: 0; }
section.consultation-process, section.industries-cover-wrap, section.get-in-touch, section.product-range-wrap, section.welcome-section { margin-bottom:0px;}
.entry-content > .alignfull.banner-container { margin-bottom: 0px;  margin-top: 0px;}
a.white:hover, a.white.contact-wrap:hover{ color: #FCEC6F !important; }
.widget_text p { font-family: inherit; letter-spacing: -1px; }
.get-in-touch .get-in-wrap.sec-pad, .get-in-touch .testi-wrap.sec-pad {padding-top: 40px;}
.entry-content p.body-copy { line-height:32px; }
.widget_text p.test-cont, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary { font-family: inherit; letter-spacing: 0.5px !important; }
.card-wrap h2.woocommerce-loop-category__title, .card-wrap h2.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0em;
    color: #19226D;
    flex-grow: 1;
    font-family: europa, sans-serif;
    margin-bottom: .95rem;
    margin-top: 1rem; margin-left: 0px; margin-right: 0px;
}
.card-wrap.dark h2.woocommerce-loop-category__title, .card-wrap.dark h2.woocommerce-loop-product__title {
    font-size: 20px;
}
.entry-content > .woocommerce.columns-4 { max-width: 120rem; }
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
    width: calc(100% - 4rem);
}
body:not(.singular) main > article:first-of-type { padding: 0rem 0 0; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { display: none !important; }
.woocommerce-pagination a.woocommerce-LoopProduct-link { color: transparent;}
.woocommerce-pagination a.page-numbers { padding-left: 19px;
    padding-right: 19px;     line-height: 24px;
    border-color: rgba(0, 33, 45, 0.3);
    color: #19226D;
    height: 45px !important;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #6c757d;
    padding: 8px 15px; text-decoration:none; }
.woocommerce-pagination a.page-numbers.next  {     float: right;
    margin-right: 6%; }
.woocommerce-pagination a.page-numbers.prev { float: left;
    margin-left: 6%; }
.woocommerce-pagination span.page-numbers.current  { padding-left: 19px;
    padding-right: 19px;
    border-color: rgba(0, 33, 45, 0.3);
    color: #19226D;
    height: 45px !important;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 33, 45, 0.3) !important;
    border: 1px solid #6c757d;
    padding: 8px 15px; }
    .woocommerce-pagination a:hover { border-color:#000; }
    .archive.paged .sec-pad { padding-bottom: 55px; }
    .woocommerce nav.woocommerce-pagination { margin-bottom: 60px; }
.term-description {
        font-family: europa, sans-serif;
    max-width: 120rem;
    margin: 0 auto;
    }
.term-description h3, .term-description h4{ text-align: left;
    font-size: 20px;
    letter-spacing: 0.5px;     margin-top: 15px;
    margin-bottom: 10px; }
.term-description h2 { text-align: left;
    font-size: 30px;
    letter-spacing: 0.5px;     margin-top: 15px;
    margin-bottom: 10px; }
.term-description p { text-align: left;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 300; }
.term-description a { font-weight: 600; color: #19226D; text-decoration: none; }
.term-description a:hover { font-weight: 600; color: #000; text-decoration: none; }
.alignfull .wp-block-columns, .wp-block-columns { max-width: 100% !important; }
.wp-block-group.alignfull { margin-top: 0px; }
.wpcf7-submit.t-btn {background-color: #FCEC6F !important;  border-color: #FCEC6F !important; border-radius: 100px; color: #19226D !important; }
.wpcf7-submit.t-btn:hover {background-color: #b5ab0f !important;border-color: #b5ab0f !important;  color: #19226D !important; }
.banner-cont h1.banner-txt, h1.banner-txt { margin-top: 0px; }
.seo-title a { color: #fff; text-decoration:none;}
.seo-title a:hover {color: #ddd;}
.woocommerce div.product div.summary {  margin-bottom: 1px; width: 100%; }
section.prod-specs { margin-top: 3px !important; padding: 4rem 0;}
.left-cont-en-wrap ul { margin-left:0px; }
.left-cont-en-wrap ul li {
    margin: 0.5rem 0 0 2rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: rgba(0, 33, 45, 0.8);
}
.product section.below-cont {padding-bottom: 2rem; padding-top: 0.5rem; }
.categoryUncategorized { display:none; }
ul.headSubMenu, ul.headSubMenu li {margin-left: 0px; padding-left: 0px; list-style: none; min-width: 200px;}
ul.headSubMenu li a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 35px; color: #19226D;
    border-bottom:1ps solid #f9f9f9;
}
ul.headSubMenu li.active, ul.headSubMenu li:active, ul.headSubMenu li:hover{
    background-color: #FCEC6F;
    color: #19226D;
}
ul.headSubMenu.expended li.active, ul.headSubMenu.expended li:active, ul.headSubMenu.expended li:hover{
    background-color: transparent;
    color: #19226D;
}
ul.headSubMenu li.current-menu-item {  background-color: #FCEC6F;  color: #19226D; }
@media only screen and (min-width: 800px) and (max-width: 990px) {
ul.headSubMenu.expended{ display: block; }
ul.headSubMenu.expended li{ width: 50%; float: left; }
}
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
.dropdown-menu.megamenu{ width: 1000px; left: -280%; margin: 1.125rem 0 0; }
ul.headSubMenu.expended{ display: block; }
ul.headSubMenu.expended li{ width: 50%; float: left; }
}
@media only screen and (min-width: 1151px) and (max-width: 1299px) {
.dropdown-menu.megamenu{ width: 1160px; left: -280%; margin: 1.125rem 0 0; }
ul.headSubMenu.expended{ display: block; }
ul.headSubMenu.expended li{ width: 33%; float: left; }
}
@media only screen and (min-width: 1300px) and (max-width: 2991px) {
.dropdown-menu.megamenu{ width: 1200px; left: -268%; margin: 3.125rem 0 0; }
ul.headSubMenu.expended{ display: block; }
ul.headSubMenu.expended li{ width: 25%; float: left; }
}
ul.headSubMenu.expended li a, ul.headSubMenu.expended li.menu-item-has-children a{ font-weight: 600;  font-size: 16px; }
ul.headSubMenu.expended li ul.sub-menu { margin-bottom:30px; float: left; }
ul.headSubMenu.expended li ul.sub-menu li { width: 100%; }
ul.headSubMenu.expended li ul.sub-menu li a { font-weight: 400;  font-size: 16px;}

ul.headSubMenu li ul.sub-menu li.active, ul.headSubMenu li ul.sub-menu li:active, ul.headSubMenu li ul.sub-menu li:hover{
    background-color: #FCEC6F;
    color: #19226D;
}
input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button {
    font-family: europa, sans-serif;
}
.footer-top .col-md-5 .col-6 ul.ftr-links li a { font-size: 18px; line-height: 28px; }
.footer-top .col-md-5 .col-6 ul.ftr-links li { margin-bottom: 8px; }
.footer-top .col-md-5 .col-6 ul.ftr-links li a .ftr-ico { width: 25px;  height: 25px; }
ul.contact-right-main li a {text-decoration: none; }
.tax-product_cat .category-cont.sec-pad { padding-bottom: 55px; }
ul.sub-menu, ul.sub-menu li {margin-left: 0px; margin-right: 5px; margin-top: 0px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
    font-family: europa, sans-serif;
}
@media only screen and (max-width: 1024px) {
    .iframe-wrapper, .iframe-wrapper > iframe, .iframe-wrapper .overlay { display: none !important; }
}
@media only screen and (min-width: 1025px) {
ul.headSubMenu.expended li ul.sub-menu { min-height: 125px; }
.home .banner-wrap, .home section.banner-wrap {max-height: 850px; }
.iframe-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
    
}

.iframe-wrapper > iframe{
    border: 0px;
    width: 100vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.iframe-wrapper .overlay {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0px;
    width: 100%; 
    background: rgba(0, 0, 0, 0.5);
}
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
   .iframe-wrapper{ min-height:70vw; }
   .iframe-wrapper > iframe{ height: 70vw; }
   .iframe-wrapper .overlay { height: 62.7vw; }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
   .iframe-wrapper{ min-height:59vw; }
   .iframe-wrapper > iframe{ height: 67vw; }
   .iframe-wrapper .overlay { height: 57.7vw; }
}
@media only screen and (min-width: 1501px) and (max-width: 1570px) {
   .iframe-wrapper{ min-height:53vw; }
   .iframe-wrapper > iframe{ height: 57vw; }
   .iframe-wrapper .overlay { height: 54.7vw; }
}
@media only screen and (min-width: 1571px) and (max-width: 1600px) {
   .iframe-wrapper{ min-height:52vw; }
   .iframe-wrapper > iframe{ height: 58vw; }
   .iframe-wrapper .overlay { height: 54vw; }
}
@media only screen and (min-width: 1601px) and (max-width: 1700px) {
   .iframe-wrapper{ min-height:47vw; }
   .iframe-wrapper > iframe{ height: 58vw; }
   .iframe-wrapper .overlay { height: 51.7vw; }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
   .iframe-wrapper{ min-height:41vw; }
   .iframe-wrapper > iframe{ height: 57vw; }
   .iframe-wrapper .overlay { height: 48.5vw; }
}
@media only screen and (min-width: 1801px) and (max-width: 1900px) {
   .iframe-wrapper{ min-height:36vw; }
   .iframe-wrapper > iframe{ height: 57vw; }
   .iframe-wrapper .overlay { height: 46vw; }
}
@media only screen and (min-width: 1901px) and (max-width: 1990px) {
   .iframe-wrapper{ min-height:31vw; }
   .iframe-wrapper > iframe{ height: 57vw; }
   .iframe-wrapper .overlay { height: 43.8vw; }
}
@media only screen and (min-width: 1991px) and (max-width: 9700px) {
   .iframe-wrapper{ min-height:22vw; }
   .iframe-wrapper > iframe{ height: 57vw; }
   .iframe-wrapper .overlay { height: 39.1vw; }
}
#site-header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.page-id-3128 .banner-wrap, .banner-wrap.Automotive {
  background-image: url("/wp-content/themes/ttc-child/images/automotive-min.jpg");
}
.page-id-3120 .banner-wrap, .banner-wrap.Off-Shore {
  background-image: url("/wp-content/themes/ttc-child/images/off-shore-min.jpg");
}
.page-id-3130 .banner-wrap, .banner-wrap.Maritime {
  background-image: url("/wp-content/themes/ttc-child/images/maritime-min.jpg");
}
.page-id-3132 .banner-wrap, .banner-wrap.Energy {
  background-image: url("/wp-content/themes/ttc-child/images/energy-min.jpg");
}
.page-id-3134 .banner-wrap, .banner-wrap.Nuclear {
  background-image: url("/wp-content/themes/ttc-child/images/nuclear-min.jpg");
}
.page-id-4478 .banner-wrap, .banner-wrap.Entertainment {
  background-image: url("/wp-content/themes/ttc-child/images/entertainment-banner-new.jpg");
}
.page-id-4475 .banner-wrap, .banner-wrap.Transport {
  background-image: url("/wp-content/themes/ttc-child/images/transport-banner-new.jpg");
}
@media only screen and (min-width: 900px) {
.need-help-main .need-right-content button.btn-primary { width: 280px; text-transform: none !important; }
}
#backgroundVideo {
  position: static;
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
/*# sourceMappingURL=style.css.map */
