@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Pacifico&display=swap');
body{
margin: 0;
padding: 0;
font-family: Open Sans;
}
a{
color:  white;
text-decoration:  none;	
}
h1, h2,h3,h4,h5,h6,p{
margin-top: 10px;
margin-bottom: 10px;
}
h1{
 font-size: 45px; 
color: #5e5e5e;
} 
h2{
font-size: 35px; 
}
h3{
font-size: 25px;        
}
h4{
font-size: 20px; 
font-weight: 100;
}        
h5{
font-size: 18px; 
font-weight: 100;
}h6{
font-size: 16px;
font-weight: 100;
}
p{
font-size: 14px;
font-family: raleway;
}
a:hover, 
.navbar-a a:hover{
color:  #6262ff;
text-decoration:  none; 
}
.active{
 color:  #ff0000;   
}
.header{
width: 100%;
z-index: 5;
height: 50px; 
position: absolute;
}
.logof{
margin: 10px 20px;
float: left;
}
.logof img{
width: 180px;
height: 50px;
background-repeat: no-repeat;
}
.navbar{
padding-left: 25%;
}
.navbar-a{
float: left;
position: relative;
padding: 15px;
font-size: 16px;
color: white;
font-family: raleway;
}
.fa.fa-arrow-down{
font-size: 14px; 
font-weight: 00;
}
.mobile-menu {
display: none;
}
.front-image img{
width: 100%;
height: 600px;
}
.slide-container{
margin: 0 40px;
padding: 0;
display: flex;
justify-content: flex-start;
align-items: center;
min-height: 100vh;
font-family: Raleway, sans-serif;
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
position: absolute;
top: 0px;
width: 100%;
color: white;
}
.changebox{
   margin: 0 5px;
   color: #878787;
   overflow: hidden;
   transition: .50s;
   white-space: nowrap;
   text-shadow: 0px 1px 0px #4c4a4a;
}

.container-header {
padding: 10px 40px 10px;
font-weight: 700;
}
.page-message {
text-align: center;
width: 90%;
margin: 20px auto;
}
.content{
display: inline-block;
 height: 300px;
 width: 100%;
 position: relative;
 padding: 5px;
}
.content.it img, 
.content.iot img {
width:  50%;
object-fit: cover;
height: 300px;
}
.content.it img{
float: right;
}
.content.iot img {
float: left;
}
.caption{
position: absolute;
top: 70px;
}
.content.iot .caption{
left: 50%;
}
.content.it .caption{
left: 10%;
}
.caption h2{
font-weight: 600;
margin-top: 30px;
margin-bottom: -15px;
color: #686767;
}
.caption p{
text-align: center;
margin: 20px 0;
letter-spacing: 2px;
}

.btn a {
color: #5e5e5e;
margin: auto;
font-size: 15px;
border: none;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
position: relative;
top: 40px;
float: right;
right: 20px;
font-weight: 700;
font-family: roboto;
}
.btn a:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
color: red;
}
.btn a:hover:before, .btn a:focus:before, .btn a:active:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.expertise{
padding-bottom: 20px;
display: inline-block;
}
.expertise-container{
 width: 90%;
}
.expertise-block{
box-shadow: -1px 0px 8px 1px #d9d9d9;
width: 44%;
margin: 1%;
float: left;
height: 220px;
padding: 0 20px;
border-radius: 10px;
background: white;
}
.expertise-block i{
font-size: 40px;
width: 100%;
margin-top: 10px;
color: #565555;
text-align: center;
}
.expertise-block h2{
font-size: 25px;
margin: 10px;
color: #565555;
text-align: center;
}
.contact-container {
background:  white;
margin:  auto;
width:  100%;
padding-bottom: 30px;
padding-top: 50px;
display: inline-block;
}
.contact-message {
width: 35%;
height: 100vh;
float: left;
text-align: center;
}
.contact-field{
 display: flex;
 flex-wrap: nowrap;
 align-content: center;
 justify-content: flex-start;
 align-items: center;
}
.contact-message h2 {
margin: 2px 2px;
}
 .contact-message h3 {
margin: 2px 2px;
 }
.contact-form {
width:  60%;
float:  right;
padding-left: 20px;
}
.contact-form i{
 font-size: 34px;
 padding-right: 15px;
}
.contact-field i{
 font-size: 20px;
 padding-right: 15px;
 color: #172a55;
}
input {
width: 60%;
height: 35px;
margin-bottom: 20px;
border-radius: 5px;
border: 1px solid lightgrey;
}
textarea {
width: 550px;
height:  250px;
border-radius: 5px;
border: 1px solid lightgrey;
}
::placeholder{
 padding-left: 20px;
 font-weight: 600;
 font-family: raleway;
}
input:hover,
textarea:hover{
border: none;
border-bottom: 1px solid #172a55;
border-left: 4px solid #172a55;
box-shadow: none;
background: white;
}
#submit {
width: 200px;
height: 40px;
font-size: 16px;
border: none;
color: white;
background: #172a55;
position: relative;
left: 400px;
margin: 20px 0;
}
i.fa-paper-plane{
 position: relative;
 font-size: 20px;
  left: -70px;
  color: white
}
#submit:hover {
color:  maroon;
background:white;
border: 1px solid #172a55;
border-left: 1px solid #172a55;
}
#submit:hover i.fa-paper-plane{
color:  #172a55;
}
.social i {
font-size:  25px;
padding: 5px;
color: maroon
}
.envelope {
width: 100%;
text-align:center;
display: none;
}
.envelope img {
width: 200px;
}
.success_message{
display: none ;
text-align: center;
color: blue;
}

/* IT Page */
.page{
width: 100%;
}
.page-main img{
width: 100%;
height: 600px;
}
.page-main h1{
margin: 200px 5%;
animation:slide-it 2s;
color: white;
position: absolute;
top: 0;
z-index: 2;
}
.page-main h2,
.page-main h3{
margin: 200px 5%;
animation:slide-it 2s;
color: white;
position: absolute;
top: 80px;
z-index: 2;
}
@keyframes slide-it {
  from {margin: 200px 0%;}
  to {margin: 200px 5%;}
}
.it-content{
background-color: white;
z-index: 1;
}
.page-container{
display: inline-block;
padding: 50px 20px;
}
.page-container h2{
color: #172a55;
}
.page-right{
float: right;
width: 50%;
text-align: center;
}
.page-left{
float: left;
width: 50%;
}
.it-bottom{
width: 100%;
display: inline-block;
text-align: center;
}
.page-left img, .page-right img{
width: 100%;
}
#web{
height: 50px;
}

/* IOT */
/*
.iot{
display: inline-block;
width: 100%;
background-color: white;
}
*/
.iot-quote{
padding: 60px 0px;
text-align: center;
}
.iot-quote h3{
color: #424242;
font-family:Raleway ;
width: 80%;
margin: auto;
}
#iot{
width: 100%;
height: 500px;
}
.iot h2{
text-align:center
}

/* company */

.region-message{
width: 90%;
text-align: center;
margin: 40px auto;
}
.message{
font-size: 30px;
font-family:Shadows Into Light;
font-weight: 600;
}
.message-title{
font-size: 18px;
font-family: arial;
padding-top: 10px; 
}
.company-attributes-container{
width: 100%;
display: inline-block;
}
.company-attributes{
width: 24%;
float: left;
padding: 40px 3px;
    text-align: center;
}
.company-attributes img{
width: 100%;
height: fit-content;
}
.company-content {
color: black;
text-align: center;
font-size: 30px;
margin: 40px 0px;
}
.footer{
 width: 100%;
}
.footer-top{
 background: black;
 height: 210px;
 color: white;
}
.footer-top-item{
 width: 40%;
 float: left;
}
.footer-top-item.menu{
    padding-left: 96px;
}
.footer-top-item.social{
 padding: 50px 40px;
 text-align: center;
 color: white;
}
i.fa-facebook {
color: #3b5998 ;
}
i.fa-twitter {
color: #00acee ;
}
i.fa-instagram {
 color: #f09433; 
color: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
color: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
color: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.footer-top-item h3{
font-size: 18px;
}
.footer-top-item.menu a {
 display: block;
 list-style:disc;
 padding: 2px;
 font-size: 14px;
}
.footer-bottom{
 background: #111;
 height: 50px;
 color: #09f;
 font-size: 12px;
}
.footer-bottom-item{
width: 50%;
 float: left;
 text-align: center;
 padding-top: 20px
}





