body {
  color: #8c8c8c;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  overflow-x: hidden;
}

m-subtia, button { transition: all 0.3s ease; }
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h2 { font-size: 2.2rem; }
.tm-thin-font { font-weight: 300; }

.container-fluid {
  margin-top: 0;
  max-width:1280px;
  height:auto;
  text-align: center;
}

@media (max-width: 1390px) {
    .container-fluid {
	padding-left: 2%;
	padding-right: 2%;
    }
}

.tm-header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  background-color: white;
  z-index: 20;
}

.logo {
  margin-left: 2%;
  width:20%;
  min-width: 175px;
  max-width: 500px;
  background-color: white;
  z-index: 20;
}

.ctrdiv {
  justify-content: center;
  display: flex;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  max-width: 100%;
  z-index: 20;
  justify-content: center;
  display: flex
}

.tm-main-nav { font-size: 1.2rem; }

.navbar-nav .nav-link {
  border-radius: 3px;
  color: black;
  padding: 10px 40px;
}

.nav-item.active .nav-link,
.nav-link:hover,
.nav-link:focus {
  color: white;
  background-color: #6f8caa;
}

.tm-gold-text { 
  color: #735555;
  font-size: 1.7rem;
  text-align: center;
  margin-top: 0;
  width: 100%;
  padding-top: 15px;
}

.tm-team-text { color: white; 
	text-align: center;
	margin-top: 0;
	width: 100%;
	text-shadow: 2px 2px 4px#200103;
	font-size: 3vw;
}

@media(max-width: 543px){
	.tm-team-text {
	  font-size: 20px;
  }}

.solution-text { 
  color: white; 
  text-align: center;
  font-size: 30px;
  margin: 0 auto 0;
  width: 100%
}

.imgText { 
  color: black; 
  text-align: justify;
  position: absolute;
  top: 48%;
  left: 50%;
  width: 90%;
  padding: 1%;
  font-size: 1.5vw;
  transform: translate(-50%, -50%);
}

.imgText h3 { 
  color: white; 
  text-align: center;
  font-size: 2vw;
  margin: 0 auto 0;
  width: 100%
}

.imgTextHeader { 
  color: white; 
  font-size: 5rem;
  text-align: center;
  position: absolute;
  text-shadow: 2px 2px 4px#200103;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

@media (max-width: 543px) {
	.imgTextHeader h1{
	  font-size: 200px;
  }}

.tm-section {
  padding-bottom: 1%;
  padding-left: 2%;
  padding-right: 2%;
  z-index: -1;
  height:auto;
  overflow-x: hidden;
}

.tm-home-img-container {
  background-image: url('../img/banner/mtblancbanner.jpg');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  text-align: center;
  color: white;
  margin-bottom: 0;
}

.mont-blanc {
  margin-bottom: 0;
}

.headerSlide {
  position:absolute; 
  right: 0;
  top: 33%;
  width: 100%;
  max-width:100%;
}

@media (max-width: 600px){
	.headerSlide {
    width: 150%;
  }}

.tm-title {
  margin-bottom: 1rem;
  line-height: 1.4;
}

.tm-subtitle {
  font-size: 1.3rem;
  max-width: 100%;
  margin: 0 auto 0;
  text-align: justify;
}

.tm-content-box {
  max-width: 310px;
  margin: 0 auto;
  text-align: center;
}

h3 { 
  text-align: center;
  font-size: 2vw; 
}

.about-headers {
  text-align: left;
  font-size: 2vw; 
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(47, 45, 45);
}

h4 { 
  font-size: 2.5vw;
  line-height: 1.6;
}

.tm-btn {
  font-size: 1.5rem;
  color: white;
  background-color: #6f8caa;
  border: none;
  border-radius: 3px;
  display:inline-block; 
  padding: 10px 30px;
  text-align: center;
}

.submit-btn {
  color: white;
  background-color: #6f8caa;
  border: none;
  border-radius: 3px;
  display:inline-block; 
  padding: 10px 30px;
  text-align: center;
}

.btn-linkedIn, .btn-linkedIn:visited {
  color: white;
  background-color: #6f8caa;
  border: none;
  border-radius: 3px;
  display:inline-block; 
  padding: 15px;
  text-align: center;
}

.tm-btn:hover,
.tm-btn:focus {
  background-color: #b5babd;
  color: white;
  outline: none;
}

.submit-btn:hover,
.submit-btn:focus {
  background-color: #b5babd;
  color: white;
  outline: none;
}

.btn-linkedIn:hover {
  background-color: #b5babd;
  color: white;
  outline: none;
}

.tm-btn-gray { background-color: #666666; }
.tm-btn-gray:hover,
.tm-btn-gray:focus {
    background-color: #515050;	
}

/* text boxes on main page */
.text-box-left, .text-box-right {
  font-size: 1.3vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0;
  border-radius: 3px;	
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.text-box-left p {
  font-size: 1.3rem;
  text-align: justify;
  padding-left: 25px;
  padding-right: 25px;
}

.text-box-right p {
  font-size: 1.3rem;
  text-align: justify;
  padding-left: 25px;
  padding-right: 25px;
}

.text-box2 {
  justify-content: center;
  align-items: center;
  
  margin-left: 10px;
  margin-right: 10px;
}

.text-box2 p {
  font-size: 1.3rem;
  text-align: justify;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 543px) {
    .text-box2 p {
	font-size: 12px;
    }
    .list li{
	font-size: 12px;
    }
}

.list {
  font-size: 1.3rem;
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
}

/* text box meet the team */
.text-box3 {
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 5%;
  color: white;
  background-color: #6f8caa;
  border-radius: 3px;
}

.tm-margin-b-15 { margin-bottom: 15px; }
.tm-margin-b-20 { margin-bottom: 20px; }
.tm-margin-b-30 { 
  margin-bottom: 30px; 
  border: 1px solid rgb(76, 74, 74);}

.tm-margin-t-big { 
  text-align: center;
  margin-top: 20px; 
  margin-left: 10px;
  margin-right: 10px;
}

.tm-margin-t-mid { 
  margin-top: 0; 
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.tm-margin-t-mid2 { 
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5%;
    width:80%;
}
.tm-margin-t-small { margin-top: 30px; }

.tm-text-link { 
  color: #006699; 
  line-height: 2.8;
  text-decoration: underline;
}
.tm-overflow-auto { overflow: auto; }
.tm-small-font { font-size: 1rem; }
.tm-related-post { margin-bottom: 40px; }
.tm-related-post:last-child { margin-bottom: 0; }
.media-left { padding-right: 25px; }
.media-body {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}

.tm-media-description { margin-bottom: 0; }

.tm-2-col-right, .tm-2-col-left {
  margin: 0px 20px 0px 20px;
  height: calc(100% + 10px);
}

.tm-footer {
  color: white;
  background-color: #6f8caa;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.tm-footer-bg {
  background-color: white;
  border: 20px;
}

.tm-footer-links-container { padding-left: 10px; }

.tm-footer-link {
  font-size: 0.8rem;
  color: white;
  line-height: 2.8;
  text-decoration: underline;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #053851;
  text-decoration: none;
}

.tm-copyright-text {
  font-size: 1rem;
  color: white; 
  margin-bottom: 0;
  opacity: 0.6;
}

hr { border-top: 1px solid #CCCCCC; }
p { line-height: 1.4; }

.tm-gray-bg { 
  background-color: #CCCCCC; 
  color: black;
  padding: 30px 20px 20px;
}
.tm-footer-content-box-title { margin-bottom: 30px; }

.tm-img-post { 
  margin-bottom: 0; 
  width:100%;
  max-width: 100%;
  height:auto;
  opacity: 0.5;
  margin-right: 10px;
  margin-left: 10px;
}

.tm-aside-r { padding-left: 30px; }

.form-control {
  border-radius: 0;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
}

.form-control:focus { border-color: #b9000b; }

.tm-form-description { margin-top: 30px; 
	               text-align: center;}
.tm-contact-form { 
  padding-top: 20px; 
  width:50%;
  text-align: center;
  margin: 0 auto;}

@media (max-width: 543px) {
  .tm-contact-form {
    width: auto;
  }
}

.g-recaptcha {
  width: 304px;
  margin: 0 auto 1rem;
}

.invalid-feedback {
  color: red;
  margin-bottom: 1rem;
}

.tm-contact-right { padding-left: 30px; }
.tm-p-small { font-size: 1rem; }

@media (max-width: 1199px) {
  .tm-2-col-left { padding-right: 0; }
  .tm-2-col-right { padding-left: 0; }
  .tm-text-link {
		line-height: 2.2;
  }
  .container-fluid {
		padding-left: 2%;
		padding-right: 2%;
    }
}

@media (max-width: 991px){
  .tm-home-img-container {
		background:none;
		height: auto;
    }
    
  .tm-subtitle { margin-bottom: 30px; }
    
  #tmNavbar .navbar-nav .nav-link { padding: 10px 25px; }
  .media { max-width: 240px; }
  .media-left {
		display: block;
		margin-bottom: 20px;
  }
    
  .tm-content-box { margin-bottom: 50px; }
  .tm-text-link { line-height: 2.4; }
  
  .tm-section {
		padding-top: 50px;
		padding-bottom: 60px;
    }
    
  .tm-2-col-left, .tm-2-col-right { 
		margin: 10px auto;
		max-width: 660px; 
    }
    
  .tm-margin-t-big { margin-top: 30px; }
  .media { max-width: 100%; }
  .media-left {
		display: table-cell;
		margin-bottom: 0;
    }
    
  .tm-footer-content-box { margin-bottom: 40px; }
  
  .tm-2-rows-md-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
    }
    
  .tm-2-rows-md-down-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;		
    }
  .tm-2-rows-md-down-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
    }
    
  .tm-contact-right { 
		padding-left: 15px; 
		padding-top: 40px;
    }
}

@media (max-width: 897px) {
  .tm-btn {
		padding: 10px 15px;
		font-size: 1rem;
    }
}

@media (max-width: 767px) {
  .tm-main-nav {
		position: fixed;
		right: 0;
		top: 21px;
		z-index: 1000;
    }
  #tmNavbar .navbar-nav .nav-item { float: none; }
  #tmNavbar .navbar-nav .nav-link { padding: 10px 35px; }
  #tmNavbar {
		background: white; 
		border-radius: 3px;
    }
  #tmNavbar .navbar-nav .nav-item+.nav-item { margin-left: 0; }
  .navbar-toggler {
		background: white;
		border-color: #6f8caa;
		color: #6f8caa;
		display: block;
		margin-left: auto;
		margin-right: 0;
    }
  .navbar-toggler:focus { outline: none; }
  .tm-content-box { margin-bottom: 50px; }
  
  .tm-2-col-left {
		padding-right: 0;
		max-width: 660px;
    }
    
  .tm-2-col-right { padding-left: 0; }
  .tm-margin-b-40 { margin-bottom: 25px; }
  
  .tm-copyright-text { padding-top: 0; }
  .tm-gray-bg { padding: 20px 20px 10px; }
  .tm-footer { padding-bottom: 15px; }
  
  .tm-2-rows-sm-swap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
    }
    
  .tm-2-rows-sm-down-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;		
    }
  .tm-2-rows-sm-down-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0;
		margin-top: 30px;		
    }
    
  .tm-sm-m-b { margin-bottom: 20px; }
  .tm-aside-r { padding-left: 15px; }
  .tm-aside-container {
		max-width: 310px;
		margin: 0 auto;
  	}
    
  .tm-blog-post {	padding-bottom: 10px; }
  .tm-content-box-contact {
		margin-top: 40px;
		margin-bottom: 0;
    }
    
  .tm-contact-row-related-posts {	margin-top: 40px; }
}

@media (max-width: 543px) {
  .tm-footer-links-container { padding-left: 0; }
  .tm-xs-m-t { margin-top: 20px; }
  .tm-btn { 
		text-align: center;
		padding: 10px 30px; }
}

@media(max-width: 543px) {
  .media { max-width: 240px; }
  .media-left {
		display: block;
		margin-bottom: 20px;
    }
    
    /* text boxes on main page */
  .text-box-left p, .text-box-right p {
		font-size: 12px;
    }
    
    /* mobile headings */
  .tm-gold-text {
		font-size: 14px;
    }
    
  .tm-gold-text h1 {
		font-size: 20px;
    }
    
  .tm-section {
		padding-top: 5%;
		padding-bottom: 5%;
    }
    
  .tm-subtitle { margin-bottom: 5%;
	         font-size: 12px; }
  .tm-margin-b-40 { margin-bottom: 5%; }
  .tm-content-box { margin-bottom: 5%; }
  .tm-margin-t-mid { margin-top: 5%; }
  .tm-footer-content-box { margin-bottom: 5%; }
  .tm-footer-content-box-title { margin-bottom: 5%; }   
  .tm-contact-related-posts-container {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
    }
}

.img {
  height: 560px;
  width: 300px;
  float: left;
}

.img2 {
  height: 560px;
  width: 300px;
  float: right;
}

.text {
  font-size: 1.5vw;
  padding: 20px;
  float: left;
  text-align: justify;
}

.text2 {
  font-size: 1.5vw;
  padding: 20px;
  float: right;
  text-align: justify;
}

@media (max-width: 543px) {    
  .img {
		height: auto;
		width: 100%;
		float: none;
    }
    
  .text {
		font-size: 1.5vw;
		padding: 20px;
		text-align: justify;
    }
}

.products {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.products .section {
  width: 50%;
  height: 100%;
}

.products .section .video1 {
  width: 100%;
  height: 56.25%;
  padding: 20px;
}

.products .section .video2 {
  width: 100%;
  height: 56.25%;
  padding: 20px;
}

@media (max-width: 543px) {
	.products .section .video1 {
	    padding-right: 20px;
	    padding-bottom:0;
	    padding-top:20px}}
@media (max-width: 543px) {
	.products .section .video2 {					
	    padding-left: 20px;
	    padding-bottom: 20px;
	    padding-top:0}
}

body  {
  background-color: #F8F8F8;
}

footer {
  background-color: #F8F8F8;
}

.products .section p {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  font-size: 1.3rem;
  text-align: justify;
}

@media (max-width: 543px) {
  .products .section {
		width: 100%;
		height: 100%;
    }
  .products {
		display:block;
		align-items: center;}
  .products .section p {
		padding-bottom:10px;
		font-size: 12px;
    }
}

.aboutImages {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.aboutImages .section1 {
  width: 30%;
  height: 100%;
}

.aboutImages .section2 {
  width: 70%;
  height: 100%;
}

.aboutImages .section3 {
  width: 65%;
  height: 100%;
}

.aboutImages .section4 {
  width: 35%;
  height: 100%;
}

.aboutImages .section1 .image {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  filter: grayscale(80%);
}

.aboutImages .section4 .image {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  filter: grayscale(80%);
}

.aboutImages p {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  font-size: 1.3rem;
  text-align: justify;
}

@media (max-width: 543px) {
  .aboutImages p {
		font-size: 12px;
    }
}

.testImages {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.testImages .section1 {
  width: 30%;
  height: 100%;
}

.testImages .section2 {
  width: 70%;
  height: 100%;
}

.testImages .section3 {
  width: 60%;
  height: 100%;
}

.testImages .section4 {
  width: 40%;
  height: 100%;
}

.testImages .section5 {
  width: 30%;
  height: 100%;
  vertical-align: bottom;
}

.testImages .section6 {
  width: 70%;
  height: 100%;
}

@media (max-width: 750px)
{.testImages .section6 {
	margin-top: -5%;
  }}

@media (max-width: 543px)
{.testImages .section6 {
	margin-top: 0;
    }}

.testImages .section1 .image {
  width: 100%;
  height: 100%;
  padding-left: 20px;
}

.testImages .section4 .image {
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.testImages .section5 .image {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.testImages p {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  font-size: 1.3rem;
  text-align: justify;
}

@media (max-width: 543px) {
  .testImages p {
		font-size: 12px;
  }
}
