@keyframes fadeOut {
  0% {opacity:0;}
  80% {opacity:0}
  100% {opacity:1;}
}
@-moz-keyframes fadeOut {
  0% {opacity:0;}
  80% {opacity:0}
  100% {opacity:1;}
}
@-webkit-keyframes fadeOut {
  0% {opacity:0;}
  80% {opacity:0}
  100% {opacity:1;}
}
@-o-keyframes fadeOut {
  0% {opacity:0;}
  80% {opacity:0}
  100% {opacity:1;}
}
@-ms-keyframes fadeOut {
  0% {opacity:0;}
  80% {opacity:0}
  100% {opacity:1;}
}

@font-face {
    font-family: Infinite Justice Straight;
    src: url(/InfinitS.ttf) format("truetype"); 
    font-display: block;
}

@font-face {
    font-family: Montserrat Regular;
    src: url(/Montserrat-Regular.ttf) format("truetype"); 
    font-display: block;
}

@font-face {
    font-family: Montserrat Bold;
    src: url(/Montserrat-Bold.ttf) format("truetype"); 
    font-display: block;
}


* {
  box-sizing: border-box;
}



html {
	-webkit-font-smoothing:antialiased !important;
	scroll-behavior: smooth;
}
body {
  	margin: 0;
  	height: 100%;
  	width: 100%;
  	font-family: "Montserrat Regular";
  	text-align: center;
  	-webkit-font-smoothing:antialiased !important;
  	-webkit-overflow-scrolling: touch;
}

.masterDiv {
	overflow-x: hidden;
}

.loadingPage1 {
background-color:;
	animation: fadeOut 1.5s;
	-webkit-animation: fadeOut 1.5s;
	-moz-animation: fadeOut 1.5s;
	-o-animation: fadeOut 1.5s;
	-ms-animation: fadeOut 1.5s;
}

.loadingPage2 {
	animation: fadeOut 1s;
	-webkit-animation: fadeOut 1s;
	-moz-animation: fadeOut 1s;
	-o-animation: fadeOut 1s;
	-ms-animation: fadeOut 1s;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensures full height */
}

.content {
  flex: 1; /* Pushes footer down */
}

.header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: white;
	  border-bottom: 1px solid grey; 
    }

    .nav-buttons {
      display: flex;
    }

    .nav-buttons a {
		align-items: center;
		justify-content: center;
		color: white;
		text-decoration: none;
		border-radius: 8px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.35);
		transition: all 0.2s ease;
		-webkit-tap-highlight-color: transparent;
		outline: none;
  		background-color: transparent;
    }

	.nav-buttons a:hover {
		outline: none;
		background-color: inherit;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.35);
	}
			
	.nav-buttons a:active{
		transform: scale(0.85);
		outline: none;
		background-color: inherit;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.35);
	}

.contact {
		background: linear-gradient(#69A0D5, #2A6095);
	}



.topContainer {
	border-bottom: 1px solid grey; 
	width: 100%;  
	padding-left: 5%; 
	padding-right: 5%;
}

.menuMargin1 {
	margin-left: 55%;
	
}

.menuMargin2 {
	margin-left: 3%;
}

.flexContainer2divs {
  display: flex;
  align-items: center;
  vertical-align: middle;
}


.textImage {
	width: 55%; 
	position: absolute; 
	top: 38%; 
	left: 3%; 
	text-align: left;
	
}

.textNextImage {
	display: inline-block; 
	vertical-align: middle;
	padding-left: 1%;
}

.flexContainerProjects {
  display: flex; 
  margin-left: 6%; 
  margin-right: 6%; 
  margin-bottom: 5%;
}

.flexContainerProjects > div {
  width: 50%;
}

.flexContainerReview {
	display: flex; 
	margin-left: 10%; 
	margin-right: 10%;
	margin-bottom: 3%;
	line-height: 1.4;
}

.flexContainerReview > div {
  width: 50%;
}

.reviewLeft {
	border: 1px solid #DEDEDE; 
	border-radius: 7px;
	padding: 2.5%; 
	margin-right: 3%; 
	text-align: justify
}

.reviewRight {
	border: 1px solid #DEDEDE;
	border-radius: 7px;
	padding: 2.5%; 
	margin-left: 3%; 
	text-align: justify
}
	
.imagesystems {
	width: 85%; 
	margin-bottom: 1%;
  	border-radius: 7px;
}

.imageprojects {
	width: 85%; 
	margin-bottom: 1%;
	border-radius: 10px;
}

.sectiondivider {
	 width: 100%; 
	 padding-top: 2%; 
	 padding-bottom: 2%; 
	 background-color: #7e8eaf; 

}

.foot {
	position: relative;
	width:100%;
	border-top: 1px solid grey;
	padding-top: 1%;
	padding-bottom: 1%;
}

.footer {
	position: absolute;
	width:100%;
	bottom: 0;
	border-top: 1px solid grey;
	padding-top: 1%;
	padding-bottom: 1%;

}

/*------------------------------------------------------------------------------------*/

.fontFamily {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.fontMontserratRegular {
	font-family: "Montserrat Regular";
}

.fontMontserratBold {
	font-family: "Montserrat Bold";
}

.fontInfiniteS {
	font-family: Infinite Justice Straight;
}

.fontBlack {
	color: black;
}

.fontWhite {
	color: white;
}

.fontBlue {
	color: #345ea0;
}

.fontGrey {
	color: #545454;
}

.fontSizeTextImage {
	font-size: 2.4vw;
}

.contactText {
	text-align: left;
	color: white;
}

input[type=number] {
  border: 5px;
  border-radius: 4px;
}

input[type=number]:focus {
  border: 3px solid #555;
}

.reviewFooter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%; /* make sure container can resize */
}


@media only screen and (max-width: 3840px) and (min-width: 1281px){
.header {
  padding: 0.55% 5%;
}

.nav-buttons {
		height: 5%;
    }
	
	.nav-buttons a:not(:last-child) {
	  margin-right: 30px;
	}

    .nav-buttons a {
		font-size: 1.3vw;
		padding: 12px;
		height: 100%; 
    }
	
	.nav-buttons i {
		font-size: 1.5vw;
		
    }

.fontSizeLogo {
	font-size: 2.9vw;
}

.fontSizeMenuHeader {
	font-size: 1.5vw;
}

.fontSizeLanguage {
	font-size: 1vw;
}

.fontSizeMenuFooter {
	font-size: 1.2vw;
}

.menuMargin1 {
	margin-left: 55%;
}

.fontSizeAboutus {
	font-size: 1.2vw;
}

.fontSizeServices {
	font-size: 1.5vw;
}

.sectionPadding {
	padding-top: 3%; 
	padding-bottom: 4%; 
	padding-left: 7%;
	padding-right: 7%;
}
	
.sectionTitle {
	position: relative;
	padding-bottom: 2%;
	text-align: left;
}

.sectionTitleServices {
	position: relative;
	text-align: left;
}
	
.aboutUs { 
	text-align: justify;
	padding-right: 1%;
	flex-basis: 75%;
	line-height: 1.4;
}
	
.whatWeDo { 
	text-align: justify;
	padding-right: 1%;
	flex-basis: 75%;
	line-height: 1.4;
}

.servicesStyle {
	width: 50%; 
	text-align: left; 
	margin-left: 5%; 
	padding: 2%; 
	border-radius: 20px; 
	background-color: #E6E6E6	
}
	
.servicesPadding { 
	padding-bottom: 4%
}

.iconGIF {
	width: 10%;
}
	
.engineeringImage {
	width: 90%; 
	margin-bottom: 1%; 
	border-radius: 10px;
}

.fontSizeSectionTitle {
	font-size: 2.4vw;
}

.fontSizeSectionDivider {
	font-size: 2vw;
}

.fontSizeFlexContainer {
	font-size: 1.7vw;
}

.flexContainerSystems {
  display: flex;
	flex-direction: row;
  margin-left: 7%; 
  margin-right: 7%; 
  margin-bottom: 5%;
	
}

.fontSizeFlexContainerSystems {
	font-size: 1.7vw;
}

.fontSizeFlexContainerReview {
	font-size: 1.2vw;
}

.fontSizeContact {
	font-size: 1.7vw;
}
.flexContainerEngineering {
  display: flex;
  margin-left: 7%;
  margin-right: 7%;
  align-items: center;
  vertical-align: middle;
}

.contactMargin1 {
	margin-bottom: 2%;
}
	
.contactMargin2 {
	margin-bottom: 0.3%;
}

.contactMargin3 {
	margin-bottom: 3%;
}
	
.instagramSize {
	height: 2.2vw;
	margin-top: 0.2%;
	margin-right: 0.8%;
}
	
.arrowUpStyle {
	height: 3vw;
}

.stars {
	color: gold;
	font-size: 2.5vw;
	white-space: nowrap;
	vertical-align: middle;
}
	
}


@media only screen and (max-width: 1280px) and (min-width: 621px) {
.header {
  padding: 1% 5%;
}

.nav-buttons {
		height: 8%;
    }
	
	.nav-buttons a:not(:last-child) {
	  margin-right: 20px;
	}

    .nav-buttons a {
		font-size: 2.2vw;
		padding: 9px;
		height: 100%; 
    }
	
	.nav-buttons i {
		font-size: 3vw;
    }
	
.fontSizeLogo {
	font-size: 6vw;
}

.fontSizeLanguage {
	font-size: 1.5vw;
}

.fontSizeMenuHeader {
	font-size: 2.5vw;
}

.fontSizeMenuFooter {
	font-size: 2vw;
}

.menuMargin1 {
	margin-left: 40%;
}

.menuMargin2 {
	margin-left: 3%;
}

.sectionPadding {
	padding-top: 4%; 
	padding-bottom: 5%; 
	padding-left: 7%;
	padding-right: 7%;
}
	
.sectionTitle {
	position: relative;
	padding-bottom: 2%;
	text-align: left;
}
	
.sectionTitleServices {
	position: relative;
	padding-bottom: 2%;
	text-align: left;
}

.aboutUs { 
	text-align: justify;
	padding-right: 1.5%;
	flex-basis: 60%;
	line-height: 1.4;
}

.whatWeDo { 
	text-align: justify;
	flex-basis: 50%;
	line-height: 1.4;
}

.servicesStyle {
	width: 50%; 
	text-align: left; 
	margin-left: 5%; 
	padding: 2%; 
	border-radius: 20px; 
	background-color: #E6E6E6	
}
	
.servicesPadding { 
	padding-bottom: 5%
}

.iconGIF {
	width: 15%;
}
	
.fontSizeAboutus {
	font-size: 2vw;
}

.fontSizeSectionTitle {
	font-size: 3vw;
}
	
.fontSizeServices {
	font-size: 2vw;
}

.fontSizeSectionDivider {
	font-size: 2.5vw;
}

.fontSizeFlexContainer {
	font-size: 2.3vw;
}

.flexContainerSystems {
  display: flex;
	flex-direction: row;
  margin-left: 5%; 
  margin-right: 5%; 
  margin-bottom: 5%;
}

.flexContainerReview {
	display: flex; 
	margin-left: 5%; 
	margin-right: 5%;
	margin-bottom: 3%;
	line-height: 1.4;
}
	
.fontSizeFlexContainerSystems {
	font-size: 2vw;
}

.fontSizeFlexContainerReview {
	font-size: 1.8vw;
}

.fontSizeContact {
	font-size: 2vw;
}

.contactMargin1 {
	margin-bottom: 2.5%;
}
	
.contactMargin2 {
	margin-bottom: 0.5%;
}

.contactMargin3 {
	margin-bottom: 4%;
}

.instagramSize {
	height: 2.9vw;
	margin-top: 0.2%;
	margin-right: 1%;
}

.arrowUpStyle {
	height: 4vw;
}
	
.flexContainerEngineering {
  display: flex;
  margin-left: 3%;
  margin-right: 3%;
  align-items: center;
  vertical-align: middle;
}

.engineeringImage {
	width: 90%; 
	margin-bottom: 1%; 
	border-radius: 10px;
}

.stars {
	color: gold;
	font-size: 2.7vw;
	white-space: nowrap;
	vertical-align: middle;
}
	
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
.header {
  padding: 3% 5%;
}

.nav-buttons {
		height: 5%;
    }
	
	.nav-buttons a:not(:last-child) {
	  margin-right: 15px;
	}

    .nav-buttons a {
		font-size: 3.5vw;
		padding: 9px;
		height: 100%; 
    }
	
	.nav-buttons i {
		font-size: 4.5vw;
    }
	
	.nav-buttons span {
		padding: 19px 9px;
    }
	
.fontSizeLogo {
	font-size: 7.5vw;
}

.imageHidden {
	display: none; 
}

.fontSizeSectionTitle {
	font-size: 5vw;
	font-weight: bold;
}

.fontSizeMenuHeader {
	font-size: 4vw;
}

.fontSizeLanguage {
	font-size: 3vw;
}

.fontSizeMenuFooter {
	font-size: 3vw;
}

.fontSizeTextImage {
	font-size: 2.5vw;
}

.fontSizeSectionDivider {
	font-size: 3vw;
}

.fontSizeFlexContainer {
	font-size: 3.8vw;
}

.fontSizeServices {
	font-size: 4vw;
}
	
.flexContainer2divs {
	display: flex;
    flex-flow: row wrap;
	align-items: center;
	vertical-align: middle;
}
	
.sectionPadding {
	padding-top: 6%; 
	padding-bottom: 7%; 
	padding-left: 7%;
	padding-right: 7%;
}
	
.sectionTitle {
	position: relative;
	padding-bottom: 5%;
	text-align: left;
}

.sectionTitleServices {
	position: relative;
	padding-bottom: 4%;
	text-align: left;
}
	
.aboutUs { 
	text-align: justify;
	line-height: 1.4;
}
	
.whatWeDo { 
	text-align: justify;
	line-height: 1.4;
	padding-bottom: 7%;
}

.servicesStyle {
	width: 100%; 
	text-align: left; 
	padding: 4%; 
	border-radius: 20px; 
	background-color: #E6E6E6	
}
	
.servicesPadding { 
	padding-bottom: 4%
}
	
.iconGIF {
	width: 12%;
	padding-right: 1%;
}
	
.flexContainerSystems {
 	display: flex;
	flex-direction: column;
}

.fontSizeFlexContainerSystems {
	font-size: 3.8vw;
}

.imageprojects {
	width: 90%; 
	margin-bottom: 1%;
	border-radius: 10px;
}
	
.fontSizeFlexContainerReview {
	font-size: 3.8vw;
}

.engineeringImage {
	width: 90%; 
	border-radius: 10px;
}

.engineeringDivPadding {
		margin-bottom: 7%;
}

.fontSizeAboutus {
	font-size: 3.8vw;
}

.fontSizeContact {
	font-size: 4vw;
}

.contactMargin1 {
	margin-bottom: 3%;
}
	
.contactMargin2 {
	margin-bottom: 1%;
}

.contactMargin3 {
	margin-bottom: 6%;
}

.instagramSize {
	height: 6vw;
	margin-top: 0.6%;
	margin-right: 1.5%
}

.arrowUpStyle {
	height: 7vw;
}
	
.menuMargin1 {
	margin-left: 10%;
}

.menuMargin2 {
	margin-left: 4%;
}

.imagesystems {
	width: 75%; 
	margin-bottom: 1%;
  	border-radius: 7px;
}
.paddingSystems {
	margin-bottom: 7%;
}
	
.flexContainerProjects {
 	display: flex; 
	margin-left: 0;
	margin-right: 0;
}

.flexContainerReview {
  display: block;
	margin-left: 0; 
	margin-right: 0;
	margin-bottom: 5%;
	line-height: 1.4;
}

.flexContainerReview > div {
  width: 100%;
}

.reviewLeft {
	border: 1px solid #DEDEDE; 
	border-radius: 7px;
	padding: 2.5%;  
	margin-right: 0;
	margin-bottom: 5%;
	text-align: justify
}

.reviewRight {
	border: 1px solid #DEDEDE;
	border-radius: 7px;
	padding: 2.5%;  
	margin-left: 0;
	margin-bottom: 5%;
	text-align: justify
}
	
.foot {
	position: relative;
	width:100%;
	border-top: 1px solid grey;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}

.sectiondivider {
	 width: 100%; 
	 padding-top: 4%; 
	 padding-bottom: 4%; 
	 background-color: #7e8eaf; 
	 font-weight: bold;
}

.flexContainerEngineering {
  margin-left: 3%;
  margin-right: 3%;
  align-items: center;
  vertical-align: middle;
}

.stars {
	color: gold;
	font-size: 6vw;
	white-space: nowrap;
	vertical-align: middle;
}
	
}

