.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(244,249,2);
  background-color: blue;
  font-weight: bold;
}

#section-what-we-offer {
  background-color: rgb(244,249,2,0.75);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /*background-color: #fff;*/
  /*background-clip: border-box;*/
  /*border: 1px solid rgba(0,0,0,.125);*/
  /*border-radius: .25rem;*/
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.col-md-6.oval-office {
  margin-top: 30px;
  margin-bottom: 30px;
}

.card-body {
  height: 315px;
  background-color: transparent;
}

.card {
  background-color: transparent;
  border-color: transparent;
}

.card.card-3 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .card.card-3 {
    margin-top: 0px;
  }
}

.fas.fa-users {
  font-size: 44px;
  color: rgb(51,102,255);
}

.fas.fa-building {
  font-size: 44px;
  color: rgb(51,102,255);
}

.fas.fa-tasks {
  font-size: 44px;
  color: rgb(51,102,255);
}

#section-professional .section-professional {
  background-color: rgb(235,232,227);
}

#section-professional .container, .container-lg, .container-md, .container-sm, .container-xl {
  background-color: rgb(235,232,227);
  padding-top: 50px;
  padding-bottom: 50px;
}

#section-what-we-offer .text-uppercase {
  padding-top: 30px;
}

.h5, #section-professional .heading-professional {
  margin-top: 10px;
}

#section-about-us .text-uppercase.text-center {
  margin-top: -80px;
  padding-top: 120px;
  color: rgb(30,26,239);
}

#section-about-us hr {
  color: rgba(232,197,12,0);
  font-size: 23px;
  width: 235px;
  filter: brightness(70%);
  opacity: 1;
  background-color: #e8c50c;
}

#section-about-us .row {
  margin-top: 100px;
}

#section-about-us .text-justify {
  margin-top: 20px;
}

#carousel-1 .h2, h2 {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 400px;
}

.img-fluid.w-100.d-block {
  position: relative;
  z-index: 1;
  top: 0px;
}

#filtr-gallery {
  margin-top: 50px;
}

#our-client .h1, h1 {
  margin-top: 50px;
  text-align: center;
}

@media (min-width:992px) {
  .col-lg-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  overflow-y: scroll;
}

.container.project-detail {
  height: 500px;
}

.thead-project {
  background-color: rgb(30,33,123);
  color: white;
}

.card-body.project-detail {
  overflow-y: scroll;
}

#career {
  height: 800px;
  margin-top: 129px;
}

@media (min-width: 576px) {
  #career {
    height: 800px;
    margin-top: 85px;
  }
}

.paragraf-footer {
  font-size: 10px;
}

.col.footer-image {
  text-align: center;
  align-items: center;
}

.image-footer {
  height: 80px;
  width: auto;
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
}

#contact {
  height: 800px;
  margin-top: 129px;
}

@media (min-width: 576px) {
  #contact-us {
    margin-top: 100px;
  }
}

#contact-us {
  margin-top: 130px;
}

@media (min-width: 576px) {
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#contact-us {
  padding-bottom: 50px;
}

