.icon {
  margin-bottom: 10px;
}
.hero-wrap {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .hero-wrap {
    background-position: top center !important;
  }
}
.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  background: #000;
}

.test-dark {
  background-color: #202224 !important;
}

.test-dark p {
  border-left: 1px solid #4d4d4d;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  padding-left: 10px;
}

h2 span {
  color: #e95106;
  font-weight: bold;
}

/* start about team service portfolio contact */
#about,
#team,
#service,
#portfolio,
#contact {
  padding-top: 60px;
  padding-bottom: 40px;
}
/* end about team service portfolio contact */

/* start Contact Cards */
.card-custom {
  overflow: hidden;
  min-height: 450px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-body {
  margin: 10px;
}
.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 95px;
  left: 2rem;
  width: 100px;
  height: 100px;
}
/* End Contact Cards */

/* start portfolio */
#portfolio {
  padding-bottom: 80px;
  background: white;
}
#portfolio .col-md-3 {
  padding: 0px;
}
.portfolio-thumb,
.portfolio-overlay {
  max-width: 450px;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
.portfolio-thumb img {
  height: 100%;
  width: 100%;
}
#portfolio .portfolio-thumb .portfolio-overlay {
  background: #e95106;
  color: #fff;
  font-size: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  padding: 20px 10px 20px 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolio .portfolio-thumb:hover .portfolio-overlay {
  cursor: pointer;
  opacity: 0.8;
}
/* end portfolio */

/* start aliances */
#aliances {
  padding-top: 50px;
  padding-bottom: 50px;
  background: white;
  cursor: pointer;
}

#aliances a:hover {
  cursor: pointer;
}
/* end Aliances */

.circle {
  display: inline-block;
  background-color: #e95106;
  margin: 10px;
  border-radius: 50%;
}

.circle-inner {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 100px;
  width: 100px;
  font-size: 30px;
}

.shadow {
  -webkit-box-shadow: 0 0 1px 3px #000 inset;
  -moz-box-shadow: 0 0 1px 3px #000 inset;
  box-shadow: 0 0 1px 3px #000 inset;
  box-shadow: inset 0 0 10px #f8a100;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* IA Fix: */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hero-wrap {
  overflow-x: hidden;
}

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

