* {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
}

:root {
  --color-primary: #0e3583;
  --color-p: rgb(68, 68, 68);
  --color-p1: #2e2e2e;
  --color-p2: #999;
  --color-p3: rgb(17, 17, 23);
  --color-p4: rgb(192, 195, 208);
}

header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 12;
  background-color: white;
}

header .nav-items {
  width: 90%;
  height: 95px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

header .nav-items .nav-items-img {
  width: 20%;
  height: auto;
  position: absolute;
  top: 20px;
}

header .nav-items ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: auto !important;
  margin-bottom: auto !important;
  height: 100px;
  list-style: none;
}

header .nav-items ul li {
  border: 0px solid var(--color-primary);
  border-radius: 40px;
  width: auto40px;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

header .nav-items ul li a {
  text-decoration: none;
  color: black;
  font-size: 15px;
}

header .nav-items ul .contact-icon {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}

header .nav-items ul .contact-icon a {
  color: white;
}

header .nav-items ul li:hover {
  border: 1px solid var(--color-primary);
  border-radius: 15px;
  cursor: pointer;
}

header .nav-items ul li:hover a:hover {
  color: var(--color-primary);
}

footer {
  height: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--color-p3);
}

footer .social-linkedin {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .social-linkedin:hover {
  opacity: 60%;
  font-size: 47px;
}

footer .footer-mentions {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background-color: var(--color-p1);
  gap: 20px;
}

footer .footer-mentions h5, footer .footer-mentions a {
  margin-top: auto;
  margin-bottom: auto;
  color: var(--color-p2);
}

footer .footer-mentions a {
  text-decoration: none;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

footer .footer-mentions a:hover {
  opacity: 60%;
}

footer .footer-up {
  padding: 70px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20% 20% 20%;
      grid-template-columns: 20% 20% 20% 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  color: var(--color-p2);
  font-size: 14px;
  list-style: symbols("-");
}

footer .footer-up h3 {
  color: #fff;
  font-size: 15px;
}

footer .footer-up .footer-about p {
  margin-top: 30px;
}

footer .footer-up .footer-about ul {
  margin-top: 15px;
}

footer .footer-up .footer-about li {
  margin-top: 15px;
}

footer .footer-up .footer-pages ul {
  margin-top: 30px;
}

footer .footer-up .footer-pages li {
  margin-top: 15px;
}

footer .footer-up .footer-tags .tags {
  margin-top: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-up .footer-tags .tags h6 {
  font-size: 11px;
  width: auto;
  padding: 12px 10px;
  float: left;
  background-color: var(--color-p3);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .footer-up .footer-tags .tags h6:hover {
  color: white;
  background-color: green;
  cursor: none;
}

footer .footer-up .footer-contact p {
  margin-top: 30px;
}

footer .footer-up a {
  -webkit-text-decoration-color: none;
          text-decoration-color: none;
  text-decoration: none;
  color: var(--color-p2);
  -webkit-transition: color .5s;
  transition: color .5s;
}

footer .footer-up a:hover {
  color: white;
}

main {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-bottom: 100px;
}

main h1 {
  margin-top: -190px;
  margin-bottom: 100px;
  text-align: right;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  right: 20%;
}

main .contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 600px 340px;
      grid-template-columns: 600px 340px;
  gap: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .contact-grid a {
  text-decoration: none;
  color: white;
}

main .contact-grid .left h4 {
  margin-bottom: 10%;
}

main .contact-grid .left button {
  width: 150px;
  height: 40px;
  background-color: green;
  color: white;
  border: none;
  -webkit-box-shadow: 4px 8px 25px black;
          box-shadow: 4px 8px 25px black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

main .contact-grid .left button:hover {
  background-color: blue;
  -webkit-box-shadow: 10px 0px 30px gray;
          box-shadow: 10px 0px 30px gray;
  color: white;
}

main .contact-grid ul {
  margin-top: 20px;
}

main .contact-grid ul li {
  padding: 4px;
  font-size: 14px;
}
/*# sourceMappingURL=contact.css.map */