/* -------------------------------- 

Primary style

Darker Blue #0a71b2
Lighter Blue #009cde


-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #3d3536;
  background-color: white;
}

a {
  color: #b4d7a8;
  text-decoration: none;
}

h1,
.row h1 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

h2,
.row h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight:400;
}

h3,
.row h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight:400;
    text-transform: uppercase;
}

p {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.small-p {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

.small-p a {
  color:#ffffff;    
}

.small-p a:hover {
  color:#009cde;  
  text-decoration: none;    
}

@media only screen and (max-width: 550px) {
h3,
.row h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight:400;
    text-transform: uppercase;
} 
.mob-hide {
    display:none;
}
}

@media only screen and (min-width: 551px) {
.desk-hide {
    display:none;
}
}

.hero-tt,
.row .hero-tt {
    font-size: 40px;
    font-weight:700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 50%;
}

/* -------------------------------- 

Layout

-------------------------------- */
.head-contact {
    position: relative;
    width:100%;
    height:40px;
    color:#fff;
    background: rgb(17,17,17);
    background: linear-gradient(10deg, rgba(17,17,17,1) 0%, rgba(0,76,153,1) 58%);
    padding-top:10px;
}

.tvt-main-header {
  position: fixed;
  top: 0;
  left: 0;    
  width: 100%;
  height: 100px;
  background-color: #ffffff;    
/*background: rgb(21,41,61);
background: linear-gradient(0deg, rgba(21,41,61,0) 0%, rgba(21,41,61,0.7987570028011204) 70%, rgba(21,41,61,1) 100%);*/
  z-index: 3;
  box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);    
}

.tvt-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.tvt-main-header__logo {
  float: left;
  margin: 5px 0 0 5%;
  width:180px;
  position:relative;
  z-index:999;
}

.tvt-main-header__logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .tvt-main-header {
    height: 110px;
  }
  .tvt-main-header__logo {
    margin: 10px 0 0 5%;
    width:180px;  
  }
}

.tvt-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 60%;
  background: url("../img/tvt-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}

.tvt-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin:0;  
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.tvt-main-nav__list.tvt-main-nav__list--is-visible {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  width: 100%;
height:100vh;    
  margin:0;  
background: rgb(17,17,17);
background: linear-gradient(10deg, rgba(17,17,17,1) 0%, rgba(0,76,153,1) 58%);    
}

.tvt-main-nav__list a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding-left: 0;
  color: #ffffff;
  text-align: center; 
  font-weight:400;
  font-size:16px;  
  font-family: 'Montserrat', sans-serif;    
}

.tvt-main-nav__list a:hover {
    color: #009cde;
    text-decoration: none;       
}

@media only screen and (min-width: 1260px) {
  .tvt-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .tvt-main-nav__list {
    /* reset style */
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 70px;
  }
  .tvt-main-nav__list.tvt-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .tvt-main-nav__list li {
    display: inline-block;
    margin-left: 1em;
  }
  .tvt-main-nav__list a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #111111;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
  }
  .tvt-main-nav__list a:hover {
    color: #009cde;
    text-decoration: none;       
  }
}

.tvt-fixed-bg {
  position: relative;
  min-height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}

.tvt-fixed-bg2 {
  position: relative;
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.tvt-fixed-bg__content, .tvt-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 90%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;       
}

.tvt-fixed-bg h1, .tvt-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
  font-family: 'Montserrat', sans-serif;      
  font-size: 3.8rem;
  font-weight: 600;    
}

.tvt-fixed-bg.tvt-fixed-bg--1 {
  background-image: url("../img/IMG_4953.JPG");    
}

.tvt-fixed-bg.tvt-fixed-bg--2 {
  background-image: url("../img/road-tyres.png");
}

.tvt-fixed-bg.tvt-fixed-bg--3 {
  background-image: url("../img/gallery/tvt-image-_0003_4.jpg");
}

.tvt-fixed-bg.tvt-fixed-bg--4 {
  background-image: url("../img/gallery/tvt-image-_0005_6.jpg");
}

.tvt-fixed-bg.tvt-fixed-bg--10 {
  background-image: url("../img/satellites.jpg");
}

@media only screen and (min-width: 768px) {
  .tvt-fixed-bg h1, .tvt-fixed-bg h2 {
    font-size: 3rem;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif; 
      text-transform: uppercase;
  }
}

@media only screen and (min-width: 1170px) {
  .tvt-fixed-bg h1, .tvt-fixed-bg h2 {
    font-family: 'Montserrat', sans-serif;      
    font-size: 4.8rem;
    font-weight: 600;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .tvt-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.tvt-fixed-bg.tvt-fixed-bg--1:before,
.tvt-fixed-bg.tvt-fixed-bg--2:before,
.tvt-fixed-bg.tvt-fixed-bg--3:before,
.tvt-fixed-bg.tvt-fixed-bg--4:before,
.tvt-fixed-bg.tvt-fixed-bg--10:before {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
        height:100%;
background: rgb(17,17,17);
background: linear-gradient(10deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 58%);
		opacity: 1;
}

.tvt-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  z-index: 2;
}

.tvt-scrolling-bg.tvt-scrolling-bg--color-1 {
  background-color: #15293d;
  color: #ffffff;
}

.tvt-scrolling-bg.tvt-scrolling-bg--color-2 {
background: rgb(17,17,17);
background: linear-gradient(10deg, rgba(17,17,17,1) 0%, rgba(0,76,153,1) 58%);
  color: #ffffff;
}

.tvt-scrolling-bg.tvt-scrolling-bg--color-3 {
  background-color: #111111;
  color: #ffffff;
}

.tvt-scrolling-bg.tvt-scrolling-bg--color-4 {
background: rgb(241,241,241);
background: -moz-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
  color: #15293d;
}

.tvt-scrolling-bg.tvt-scrolling-bg--color-5 {
background-color: #ededed;
  color: #111111;
}

.tvt-scrolling-bg__content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height:100%;    
}

.tvt-scrolling-bg__content_full {
  width: 90%;
  max-width: ;
  margin: 0 auto;
  overflow: hidden;
height:100%;    
}

@media only screen and (min-width: 768px) {
  .tvt-scrolling-bg {
    padding: 4em 0;
    font-size: 2rem;
    font-weight: 300;
  }
}

.dash {
    width:180px;
    border-bottom: 1px solid #fff;
    margin-bottom:20px;
    margin-top:20px;
    margin-left:0;
}

.dash img {
    width:10px;
}    
    
.service-icon {
    background-color: #ffffff;
    padding:20px;
}

.btn-link {
    font-size:14px;
    color:#ffffff!important;
    padding:14px 24px;

    margin-bottom:50px;
    font-weight: 400; 
    border-radius: 50px;    
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    background-color: #004c99;    
}

.btn-link:hover {
    color:#ffffff!important;
    
    text-decoration: none!important; 
    background-color: #009fe3;    
}

li .menu-btn {
    font-size:14px;
    color:#ffffff!important;
    padding:6px 24px;
    line-height: 40px;
    font-weight: 400;
    border-radius: 50px;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-color: #004c99;    
}

li .menu-btn:hover {
    color:#ffffff!important;
    text-decoration: none!important; 
    background-color: #009fe3;    
}

@media only screen and (max-width: 1260px) {
li .menu-btn {
    font-size:14px;
    color:#ffffff!important;
    padding:6px 24px;
    line-height: 40px;
    font-weight: 400;
    border-radius: 50px;
    background-color: inherit;    
}
}

.accordion-item {
    background-color: #15293d;
    
}
.accordion-item h2 {
    color:#fff;
    font-weight:300;
}
.accordion-body {
    background-color: #15293d;
}

.accordion-body p {
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #0b1529!important;
}

.accordion-button::after svg {
    fill:#ffffff;
}

.process {
    width:100px;
}


    .icon-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin:10px 0;
      width:100%;}
      .icon-block img {
        -ms-flex-item-align: start;
            align-self: flex-start;
          max-width:20px;
        padding-top: 7px; }
      .icon-block p {
        font-size: 18px;
        font-weight: 300;
        width: 100%;
        margin-left: 7px;
        margin-top: 3px;
        margin-bottom: 0px;
        line-height: 150%; }

        /*HERO VIDEO*/

.hero-video {
  position: relative;
  background-color: #ffffff;
  height: 65vh;
  width: 100%;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-video .container {
  position: relative;
  z-index: 1;
}

.hero-video .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;    
background: rgb(24,29,53);
background: -moz-linear-gradient(0deg, rgba(24,29,53,1) 0%, rgba(24,29,53,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(24,29,53,1) 0%, rgba(24,29,53,0) 100%);
background: linear-gradient(0deg, rgba(24,29,53,1) 0%, rgba(24,29,53,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181d35",endColorstr="#181d35",GradientType=1);    
  z-index: 1;
}

@media only screen and (max-width: 450px) {
.hero-video {
  position: relative;
  background-color: #ffffff;
  height: 60vh;
  width: 100%;
  overflow: hidden;
  margin-top:50px;    
}
.hero-video video {
  height: 300px;
}    
}
