
@font-face {
  font-family: "fontawesome";
  src: url("fonts/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "roboto-medium";
  src: url("fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: "roboto-regular";
  src: url("fonts/Roboto-Regular.ttf");
}


body{
  display: flex;
  flex-direction: column;
  margin:auto;
  width: 100%;
}


  header {
    height : auto;
    box-shadow: 0px 0px 30px 2px #d2d2d280;
    position: relative;
  }

  .navbar {
    height: 15%;
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    position:fixed;
    z-index:5;
  }
  .navbar-logo{
    margin-left: 15%;
  }
  nav ul {
    font-family: "roboto-regular", sans-serif;
    font-size: 1.05em;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 5%;
  }
  nav a {
    text-decoration: none;
    color : #686868 ;
    padding: 15px;
  }
  nav a:hover {
    color: #474747;
    padding-top: 15px;
    border-top: 3px solid #5cadd3;
  }


  #slideshow-container {
    overflow: hidden;
    position: relative;
    z-index: -1;
  }

  .slides {
    margin-top: 5%;
    margin-left: 0%;
    position: relative;
    width:500%;
    animation:  10s slide infinite;
  }
  .slides img{
    float:left;
    width: 20%;
    height: auto;
  }

  @keyframes slide {
    0% {left :0%;}
    25% { left:0%;}
    50% {left:-100%;}
    75% {left:-100%;}
    100% {left:0%;}
  }


  .slideshow-icon-left {
    margin-left : 5px;
    margin-top: -18%;
    padding: 15px 22px 15px 22px;
    border-radius: 50%;
    background-color: #00000042;
    color:#ffffff;
    text-align: center;
    float:left;
    position:absolute;
    font-size: 1.3em;
    cursor: pointer;
    z-index: 2;
  }
  .slideshow-icon-right {
    margin-right: 5px;
    margin-top: -18%;
    padding: 15px 22px 15px 22px;
    border-radius: 50%;
    background-color: #00000042;
    color:#ffffff;
    float:right;
    position:relative;
    font-size: 1.3em;
    cursor:pointer;
    z-index: 2;
  }


  .slideshow-texts {
    margin-top: -25%;
    margin-left: 15%;
    position: relative;
    z-index:2;
  }

  header h1 {
    font-family: "roboto-medium", sans-serif;
    font-size: 1.8em;
    width:38%;
    color: #ffffff;
  }
  header span {
    color :#5cadd3;
  }
  header em {
    font-style: normal;
    font-size: 1.2em;
    color: #ffffff;
  }
  header p {
    font-family: "fontawesome", sans-serif;
    color: #ffffff;
    font-size: 0.95em;
  }
  #myButton{
    color: white;
    margin-top: 30px;
    height: 40px;
    padding: 8px;
    width: 100px;
    background-color: #5dadd3;
    border-style: hidden;
    border-radius: 3px;
    border-bottom: 3px solid rgb(68,148,187);
    font-family: "roboto-medium", sans-serif;
    font-size: 0.95em;
    cursor: pointer;
    text-decoration: none;
  }

  header button a{
    text-decoration:none;
    color : #ffffff;
  }


  #services-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 700px;
  }

  .services-head {
    width:50%;
    margin: auto;
    position: relative;
  }
  .services-head h2 {
    margin-top: 70px;
    margin-bottom: 15px;
    font-family: "roboto-medium", sans-serif;
    font-weight: bold;
    font-size: 2.5em;
  }
  .services-head p {
    font-family: "fontawesome", sans-serif;
    font-size: 1em;
    color : #64686d;
    padding-top: 15px;
  }

  .services-graphic-items {
    width: 50%;
    margin: auto;
  }
  hr{
   width: 60%;
   position: relative;
   border-style: none;
   height: 1px;
   background-color: #c5c5c5;
   z-index: 1;
  }
  .services-blue-circle{
    width: 15px;
    height: 15px;
    border : 2px solid #ffffff;
    border-radius:50%;
    background-color: #5cadd3;
    position:absolute;
    top : 62%;
    right: 49%;
    z-index: 2;
  }

  .services-content{
    display: flex;
    flex-direction: row;
    margin-left: 10%;
    text-align: justify;
  }

  .services-list {
    flex-direction: column;
    margin-right: 5%;
  }

  .services-icons i {
    color : #5cadd3;
    border: 1px solid #c5c5c5 ;
    border-radius: 50%;
    padding : 15px 15px 15px 15px;
    float: left;
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
    z-index: -1;
  }

  .fa-chart-line{
    font-size: 1.6em;
    margin-bottom: 18px;
    margin-right: 25px;
  }
  .fa-cubes{
    font-size: 1.6em;
    margin-right: 25px;
    margin-bottom: 18px;
  }
  .fa-chart-pie{
    font-size: 1.5em;
    margin-right: 25px;
    margin-bottom: 18px;
  }

  .services-blue-chips{
    width: 10px;
    height: 10px;
    border : 2px solid #FFFFFF;
    border-radius:50%;
    background-color:#5cadd3;
    float:right;
    position: absolute;
    align-self: center;
    margin-left: 75px;
    margin-top: 22px;
    z-index: 1;
  }

  .services-descr {
    margin-bottom: 40px;
    position: relative;
  }
  .services-descr h3 {
    font-family: "roboto-medium", sans-serif;
    font-weight: bold;
    margin-bottom: 3px;
    justify-content: center;
    align-items: baseline;
  }
  .services-descr p {
    font-family: "roboto-regular", sans-serif;
    font-size: 0.95em;
    color: #64686d;
    margin-top: 2px;
    line-height: 1.4em;
  }

    #projects-container {
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
      background-color: #f5f5f5;
      height: auto;
    }

    .projects-head {
      width:50%;
      margin: auto;
      position: relative;
    }

    .projects-head h2 {
      margin-top: 100px;
      margin-bottom: 20px;
      font-family: "roboto-medium", sans-serif;
      font-weight: bold;
      font-size: 2.5em;
    }
    .projects-head p {
      font-family: "fontawesome", sans-serif;
      font-size: 1em;
      color : #64686d;
      padding-top: 15px;
      margin-bottom: 40px;
    }
    .projects-graphic-items {
      width: 50%;
      margin: auto;
    }

    .projects-blue-circle{
      width: 15px;
      height: 15px;
      border : 5px solid #ffffff;
      border-radius:50%;
      background-color: #5cadd3;
      position: absolute;
      top:60%;
      right : 49%;
      z-index: 2;
    }

    .projects-button-bar{
      display: flex;
      width: 350px;
      margin:auto;
      position: relative;
    }

    .projects-button-bar input{
      display: none;
    }
    .projects-button-bar input[type=radio] + label {
      font-family: "roboto-medium", sans-serif;
      text-align: center;
      width: auto;
      background-color:#e5e5e5;
      font-size: 0.9em;
      color:#818488;
      position: relative;
      cursor:pointer;
    }
    .projects-button-bar input[type=radio]:checked + label {
      color: #ffffff;
      border-bottom: 3px solid #4494bb;
      background-color: #5dadd3;
      text-align: center;
    }
    .projects-button-bar input:checked+label .blue-triangle{
      opacity:1;
    }

    .projects-button-bar label {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 0.93em;
    }
    label .blue-triangle{
      border-style: solid;
      border-width: 8px;
      border-color: #4494bb transparent transparent transparent;
      position:absolute;
      margin-top: 30px;
      margin-left: -40%;
      opacity: 0;
    }

    .first-label {
      border-radius: 5px 0 0 5px;
    }
    .fourth-label{
      border-radius: 0px 5px 5px 0px;
    }
    .first-label, .second-label, .third-label, .fourth-label {
       padding :5% 5% 5% 5%;
       white-space: nowrap;
     }

    .projects-gallery{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
      margin-bottom: 50px;
    }
    .projects-gallery img {
      width: 300px;
      height: auto;
      position: relative;
      z-index: 1;
    }

    .projects-images {
        margin : 10px;
      }
    .projects-images .projects-texts:hover{
      opacity: 1;
      cursor: pointer;
      }

    .projects-texts {
      background-color: rgba(0,0,0,0.5);
      text-align: left;
      color: #ffffff;
      width: 300px;
      margin-top: 132px;
      position: absolute;
      z-index: 2;
      opacity:0;
    }
    .projects-texts h4 {
      font-family: "roboto-medium", sans-serif;
      padding-left: 10px;
      margin-bottom: 6px;
      margin-top: 10px;
    }
    .projects-texts p{
      font-family: "fontawesome",sans-serif;
      font-weight: bold;
      font-size: 0.9em;
      padding-left: 10px;
      margin-bottom: 15px;
      margin-top: 0;
    }

    .projects-icons{
      color : #ffffff;
      font-size: 0.8em;
      border: 2px solid #ffffff ;
      border-radius: 50%;
      padding : 13px 13px 13px 13px;
      float: right;
      position: absolute;
      margin-left: 80%;
      margin-top: -85px;
      background-color: #5cadd3;
      z-index: 3;
    }

  footer{
    position: relative;
  }

  iframe {
    width: 100%;
    height:700px;
    border:none;
    position: absolute;
  }

  .blue-filter {
    background-color: rgba(92, 173, 211, 0.2);
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: 1;
  }

  .contact h2 {
    font-family: "roboto-medium", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .address{
    font-style: normal;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .address strong{
     margin-bottom: 5px;
    font-family: "fontawesome", sans-serif;
    font-size: 0.9em;
    color : #64686d;
  }
  .address p {
    margin:3px;
    font-size: 0.9em;
    font-family: "roboto-regular", sans-serif;
    color: #64686d;
  }
  .address em {
    border-bottom: 1px dotted #8c8c8c ;
    font-style: normal;
  }

  fieldset{
    background-color: #ffffffc7;
    width: 300px;
    border: none;
    margin-top:70px;
    float: right;
    margin-right: 130px;
    position: relative;
    z-index: 2;
  }
  fieldset input[type=text],fieldset input[type=email], fieldset textarea {
    font-family: "roboto-regular", sans-serif;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    width : 300px;
    padding: 8px 8px 8px 8px;
  }

  fieldset input[type=submit] {
    font-family: "roboto-medium", sans-serif ;
    height: 30px;
    width:110px;
    margin-left: 10px;
    margin-bottom: 15px;
    background-color: #5dadd3;
    border-style: hidden;
    border-radius: 5px;
    border-bottom: 3px solid #4494bb;
    Color: #ffffff;
    font-weight: bold;
  }
