
body {
  background-image: url('../../includes/img/metuys-technologies-pressure-safety-valve-testing.png');
  background-attachment: fixed;
  background-size: cover;
}
ul {
  padding-left: 15px;
}
.title h1 {
  font-size: 42px;
  font-weight: normal;
}
.title h1 .text-primary {
  font-weight: bold;
}
.sub-title h2 {
  font-size: 16px;
}
.container-fluid {
  padding: 0
}
section {
  padding-top: 40vh;
  padding-bottom: 40vh;
  padding-left: 7%;
  padding-right: 7%;
}
/* LOGO */
#sideNav .navbar-brand .img-profile {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}
#sideNav .navbar-brand:hover .img-profile {
  transform: rotateX(25deg);
  box-shadow: 0px 15px 15px 5px rgba(0,0,0,0.5);
}
.d-lg-block {
  display: block !important;
  border: .5rem solid rgba(255,255,255,.2);
  border-radius: 50%;
  max-width: 190px;
  max-height: 190px;
  width: 190px;
  height: 190px;
  padding: 10px;
  transition: all 0.5s linear;
}
.d-lg-block:hover {
  padding: 5px;
}
.d-lg-block:hover {
  border: .5rem solid rgba(255,255,255,0.9);
}

/* HOME SECTION */
/* HEADER STYLING */
header.section-home .row {
  z-index: 99;
  position: relative;
}
header#Home {
  padding-top: 40vh;
  padding-bottom: 40vh;
  padding-left: 7%;
  padding-right: 7%;
  margin-top: -30px;
}
.logo-main h1 {
  margin: 0;
  line-height: 0.8;
  font-size: 95px;
  font-weight: normal;
  color: #FFFFFF;
}
.logo-main h1 .text-primary {
  font-weight: bold;
}
.logo-main h2 {
  line-height: 1;
  font-size: 50.2px;
  margin-left: 8px;
  font-weight: normal;
  color: #0065A8;
}
span.sub-heading {
  margin-left: 0;
  color: rgba(255,255,255,0.8);
}
header {
  position: relative;
  background-color: rgba(0,0,0,0.7);
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header 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%);
  z-index: 0;
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 1;
}
.social-media a {
  margin-right: 10px;
}
.social-media i.fa-instagram {
  color: #3f729b;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50%;
  padding: 7px 6.5px;
  width: 37px;
  height: 37px;
  transition: all 0.2s ease;
  margin-top: 25px;
}
.social-media i.fa-instagram:hover {
  padding: 6.5px 5.5px 0;
  width: 32px;
  height: 32px;  
  font-size: 20px;
}
.social-media i.fa-linkedin {
  color: #0077B5;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50%;
  padding: 7px 6.5px;
  width: 37px;
  height: 37px;
  transition: all 0.2s ease;
}
.social-media i.fa-linkedin:hover {
  padding: 6.5px 5.5px 0;
  width: 32px;
  height: 32px;  
  font-size: 20px;
}
.social-media i.fa-facebook {
  color: #3b5998;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50%;
  padding: 7px 6.5px;
  width: 37px;
  height: 37px;
  transition: all 0.2s ease;
}
.social-media i.fa-facebook:hover {
  padding: 6.5px 5.5px 0;
  width: 32px;
  height: 32px;  
  font-size: 20px;
}

@media (pointer: coarse) and (hover: none) {
  header {
/*     background: url('vid/background-video-metuys-technologies-pressure-safety-valve-testing.mp4') black no-repeat center center scroll; */
  }
  header video {
    display: none;
  }
}

/* SERVICES SECTION */
img.thumbnail {
  max-width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 5px solid
}
section.section-services {
  padding: 7vh 7% 15vh;
  background-color: rgba(0,0,0,0.7);
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
section.section-services hr {
  margin-bottom: 30px;
}
section.section-services h1, section.section-services h2 {
  color: #FFFFFF;
}
section.section-services-page {
  padding: 7vh 7% 15vh;
  background-color: rgba(0,0,0,0.7);
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
section.section-services-page h1 {
  color: #FFFFFF;
  font-size: 32px;
}
section.section-services-page h2 {
  color: #FFFFFF;
  font-size: 22px;
}
section.section-services-page h3 {
  color: #FFFFFF;
  font-size: 18px;
}
section.section-services-page h2 .text-primary {
  color: #FFFFFF !important;
}
section.section-services-page .description {
  /*! padding-top: 20px; */
}
section.section-services-page ul, section.section-services-page p {
  color: #FFFFFF;
  font-size: 14px;
}
section.section-services-page .description p {
  text-align: justify;
}
section.section-services-page .description.highlight {
  padding: 17px 25px;
  line-height: 1.4;
}
section.section-services-page .description.highlight p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.53;
}
img.thumbnail.gallery {
  max-height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.icon i {
  font-size: 52px;
  /*margin-top: 50%;*/
  text-align: center;
  width: 100%;
}
.matterport-img {
  width: 100%;
}
.matterport-img img{
  max-width: 80%;
  position: absolute;
  top: -100%;
  right: 0;
}
ul.steps {
  margin: 0;
 padding: 0;
  list-style-type: none;
}
.description table {
  color: #FFFFFF;
}
table i.fa-check-circle {
  color: lightgreen;
  text-align: center;
  width: 100%;
}
table i.fa-times-circle {
  color: grey;
  text-align: center;
  width: 100%;
}
table i.fa-tachometer-alt {
  color: lightblue;
  text-align: center;
  width: 100%;
}
.description.benefits i {
  margin: 0;
  padding: 30px;
}
.compressed-air-img-1 img {
  max-width: 100%;
  border-radius: 3px;
}
.description h4 {
  font-size: 16px;
  color: #FFFFFF;
}
.benefits h3 {
  font-size: 16px !important;
  text-align: center;
}
/*.description.compressed-air {*/
/*  margin-top: 25px;*/
/*}*/
img.easy-programming {
  width: 250px;
  /*margin-top: 17px;*/
}
img.airdrive {
  width: 133px;
}

/* SITE NAVIGATION STYLING */
.back-button button {
  border: 0px;
  border-radius: 3px;;
  padding: 4px 10px;
  background-color: rgba(0,0,0,0.3);
  color: rgba(255,255,255,0.3);
  margin-bottom: 30px;
  transition: all 0.5 ease-in-out;
}
.back-button button:hover {
  border: 0px;
  border-radius: 3px;;
  padding: 4px 10px;
  background-color: rgba(255,255,255,0.7);
  color: rgba(0,0,0,0.7);
}
.back-button-bottom button {
    border: 0px;
    border-radius: 3px;
    padding: 4px 10px;
    background-color: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.3);
    margin-bottom: 0px;
    margin-top: 30px;
    transition: all 0.5 ease-in-out;
}
.back-button-bottom button:hover {
  border: 0px;
  border-radius: 3px;;
  padding: 4px 10px;
  background-color: rgba(255,255,255,0.7);
  color: rgba(0,0,0,0.7);
  margin-bottom: 0px;
}
/* ABOUT US SECTION */
.section-about-us {
  padding: 12vh 7% 19vh;
  background-color: rgba(0,0,0,0.7);
  position: relative;
}
.section-about-us h1 {
  color: #FFFFFF;
}
.team-member img {
  transition: all 0.5s linear;
}
.team-member:hover img {
/*   transform: rotateY(180deg); */
  box-shadow: 5px 0px 15px 5px rgba(0,0,0,0.5);
}
.team-member h2 {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.team-member h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.team-member .d-lg-block {
    max-width: 175px;
    max-height: 175px;
  margin-left: auto;
  margin-right: auto;
}
.sub-title-about {
  margin-bottom: 50px;
  color: #FFFFFF;
}
.team-icons {
  text-align: center;
}
.team-icons a {
  color: rgba(255,255,255,0.5);
}
.team-icons a:hover {
  text-align: center;
  color: rgba(255,255,255,1);
}

/* STATISTICS SECTION */
.section-stats {
  padding: 30vh 7% 50vh;
  background-color: rgba(0,0,0,0.7);
  position: relative;
}
.c-no {
  height:150px;
}
.grey-bg {
  background:#ebebeb;
}
.counter-Txt {
  text-align:center; 
  font-size:20px; 
  font-weight:bold; 
  text-transform:uppercase; 
  margin-top:20px;
}
.counter-Txt span {
  display:block; 
  font-size:50px;
/*   color: rgba(255,255,255,0.9); */
  color: #0065A8;
  line-height: 1.0;
}
#counter .counter-Txt {
  border: 8px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  max-width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 0 0;
  animation: colorchange 3s;
  animation-iteration-count:infinite;
}
#counter .counter-Txt-1 {
  animation: colorchange 1.5s;
  animation-iteration-count:infinite;
}
#counter .counter-Txt-3 {
  animation: colorchange 1.7s;
  animation-iteration-count:infinite;
}
#counter .counter-Txt-1:hover {
  border: 8px solid rgba(255,255,255,1) !important;
}
#counter .counter-Txt-2:hover {
  border: 8px solid rgba(255,255,255,1) !important;
}
#counter .counter-Txt-3:hover {
  border: 8px solid rgba(255,255,255,1) !important;
}
@keyframes colorchange
{
  0%   {border:8px solid rgba(255,255,255,0.5);}
  50%   {border:8px solid rgba(255,255,255,1);}
  100% {border:8px solid rgba(255,255,255,0.5);}
}
@media(min-width:320px) and (max-width:767px) { 
  .c-no { 
    height:100%;
  }
  .counter-Txt {
    margin-top:35px;
  }
  .margin-bot-35 {
    margin-bottom:35px;
  }
}

/* CLIENTS SECTION */
.section-clients img {
  background-color: #FFFFFF;
  max-width: 100px;
  border-radius: 3px;
  border: thin solid #e6e6e6;
}
section.section-clients {
  padding: 7vh 7% 15vh;
  background-color: rgba(0,0,0,0.7);
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  max-width: 100%;
}
section.section-clients h1 {
  color: #FFFFFF;
}

#all {
  margin: 90px auto;
  width: 100%;
  height: 20vh;
  -webkit-animation: grow 4s;
/*   animation-timing-function: ease-in; */
    -webkit-animation-delay:0.5s;
  animation-fill-mode: forwards;
  /*Safari and Chrome*/
}

.script {
  color: #fff;
  font-size: 40px;
  display: block;
  position: relative;
  /*   text-align: left; */
}

.java {
  color: #fff;
  font-size: 40px;
  display: block;
  position: relative;
}

.java:before {
  content: "";
  display: block;
  position: absolute;
  left: 85px;
  width: 20px;
  height: 100%;
  background-color: red;
  -webkit-animation-delay: 2s ;
  -webkit-animation: grow 4s;
/*   animation-timing-function: ease-in; */
   -webkit-animation-delay:0.5s;
  animation-fill-mode: forwards;
  /*Safari and Chrome*/
}

@-webkit-keyframes grow
/*Safari and Chrome*/

{
  from {
    width: 0px;
  }
  to {
    width: 480px;
  }
}

#div1 {
  position: relative;
  width: 100%;
  height: 450px;
  margin: -250px auto 0;
}

#div1 a {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 6px;
}

/* CONTACT US */
#Contact i {
  min-width: 20px;
  text-align: center
}
img.instagram {
  width: 100% !important;
  max-width: 100%;
}
.section-services {
  transition: all 1s linear;
}
.section-services .sub-title .description {
  display: none;
  transition: all 1s linear;
}
.section-services .sub-title:hover .description {
  display: block;
  position: absolute;
  top: 0%;
  padding: 15px;
  background-color: rgba(255,255,255,0.9);
  height: 100%;
  width: 91%;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.3;
}
.section-services .sub-title .description h2 {
  color: #1a1a1a;
}
.sub-title:hover h2 {
  color: transparent  
}
.sub-title .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 0px;
  background-color: #0065A8;
  color: #FFFFFF;
  padding: 9px;
  transition: all .0.5s linear;
}
.sub-title .read-more:hover {
  background-color: #1a1a1a;
}
.video-background video.background-video {
  position: fixed;
  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%);
  z-index: 0;
}
.description video {
  border: 5px solid;
  border-radius: 3px;
}

@media (pointer: coarse) and (hover: none) {
  .video-background {
/*     background: url('vid/background-video-metuys-technologies-pressure-safety-valve-testing.mp4') black no-repeat center center scroll; */
  }
  .video-background video {
    display: none;
  }
}

/* CONTACT US */
#Contact.section {
  border-radius: 0;
  background-color: rgba(0,0,0,0.7);
  color: #FFFFFF;
}
#Contact h1, #Contact h4 {
  color: #FFFFFF;
}
#Contact iframe {
  border-radius: 5px;
}

/* FOOTER STYLING */
footer {
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  display: block;
  padding: 5px 10px;
  border-top-left-radius: 3px;
  background-color: rgba(0,0,0,0.9);
  width: 79.8%;
}
footer p {
    margin: 0;
}

.img img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p, li, ol { 
  /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
}

@media (max-width: 768px) {  
  body {
    padding: 0;
  }
  .d-lg-block {
    display: block !important;
    border: .5rem solid rgba(255,255,255,.2);
    border-radius: 50%;
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
  }
  .fixed-top {
    position: relative;
    /*top: 15px;*/
    right: 0;
    left: 0;
    z-index: 1030;
    /*height: 0px;*/
    padding: 10px 5%;
  }
  .navbar-collapse {
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    border-radius: 3px;
    margin-top: 15px;
  }
}
#pixlee_container a {
  opacity: 0;
}

.product-range img {
  max-width: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 5px;
  max-height: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.product-range p {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-range button {
    border: 0px;
    border-radius: 3px;
    padding: 4px 10px;
    background-color: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.3);
    margin-bottom: 30px;
    transition: all 0.5 ease-in-out;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.service-provider img {
  /*max-width: 100%;*/
/*   border-radius: 3px; */
/*   border: 5px solid rgba(255,255,255,0.4); */
  margin-top: -100px;
  max-width: 100%;
  margin-left: auto;
  display: block;
}
.matterport-model-img img {
  max-width: 100%;
}
iframe {
  border-radius: 3px;
}