* {
  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 svg {
  display: none;
}

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);
}

.main-banner {
  height: 600px;
  position: relative;
  top: 0;
}

.main-banner .main-banner-img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  overflow: hidden !important;
  height: 600px;
  position: absolute;
  top: 0;
}

.main-banner .wrap-text {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.main-banner .wrap-text h2 {
  width: 30%;
  position: absolute;
  top: 220px;
  left: 15%;
  line-height: 40px;
  color: #0e3583;
}

.main-banner .wrap-text span {
  background-color: #239323;
  padding: 8px;
  line-break: 14px;
  color: white;
}

.intro-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 40%;
      grid-template-columns: 400px 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 10%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #111117;
  color: white;
  height: 330px;
  color: var(--color-p4);
}

.intro-section p {
  margin-top: 40px;
}

.intro-section h3 {
  font-size: 25px;
  color: white;
}

.intro-section span {
  background-color: var(--color-primary);
  padding: 10px;
}

.intro-section .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}

.intro-section .right svg {
  width: 40px;
  height: auto;
  fill: var(--color-primary);
}

.intro-section .right p {
  margin-top: 20px;
}

.intro-section .right .part {
  height: 200px;
}

.intro-section .right .part .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 20px;
}

.intro-section .right .part p {
  font-size: 14px;
}

.intro2-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  height: auto;
  margin-top: 100px;
}

.intro2-section p {
  margin-top: 40px;
  color: var(--color-p4);
}

.intro2-section h3 {
  font-size: 30px;
}

.intro2-section h3 span {
  background-color: var(--color-primary);
  padding: 10px;
  color: white;
}

.intro2-section ul {
  margin-top: 40px;
  color: var(--color-p);
  list-style: square;
}

.intro2-section ul li {
  padding: 10px;
  margin-top: 10px;
  font-size: 15px;
}

.desc-pdg {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 800px;
      grid-template-columns: 140px 800px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  margin-bottom: 170px;
}

.desc-pdg .desc-text h5 {
  margin-top: 20px;
}

.desc-pdg .desc-text .desc-social-icon {
  width: 100px;
  height: 20px;
  margin-bottom: 14px;
  display: -ms-grid;
  display: grid;
  gap: 14px;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  margin-top: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.desc-pdg .desc-text .desc-social-icon i {
  color: black;
  font-size: 20px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.desc-pdg .desc-text .desc-social-icon i:hover {
  color: green;
}

.desc-pdg .desc-text p {
  margin-top: 40px;
}

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;
}
/*# sourceMappingURL=main.css.map */