@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*fonts*/

.font-30 {
  font-size: 1.8rem;
}

.font-25 {
  font-size: 1.6rem;
}

.font-20 {
  font-size: 1.3rem;
}

.font-15 {
  font-size: 1.2rem;
}

.font-10 {
  font-size: 1.1rem;
}

.font-8 {
  font-size: 0.8rem;
}

/*backgrounds*/

.bg-light {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #1c3241 !important;
}

.bg-yellow {
  background-color: #FF9B22;
}

.footer {
  padding: 1rem 0;
  margin-top: auto;
  text-align: center;
  color: #fff;
  bottom: 0;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-link {
  text-decoration: none;
}

/*home*/

.home__services {
  padding: 4rem 3rem;
  background-color: #2f4858;
  font-size: 1.5rem;
}

.home__description {
  border-left: 5px solid #FF9B22;
  padding-left: 0.5rem;
}

.home__referencesLogo {
  max-width: 9rem;
  max-height: 9rem;
  height: auto;
  width: auto;
}

.service__card {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}

.service__card:hover {
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  background-color: #eee;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html,
body {
  height: 100%;
}

a,
a:link {
  text-decoration: none;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.btn-yellow {
  color: #fff;
  background-color: #FF9B22 ;
  border-color: #FF9B22;
  text-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #ee8200 !important;
  border-color: #ee8200 !important;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.button__moreInfo {
  bottom: 0.5rem;
  position: absolute;
  right: 0.5rem;
}

.contact-form-box {
  -webkit-box-shadow: 1px 0 28px 18px #b7b7b7;
  box-shadow: 1px 0 28px 18px #b7b7b7;
}

.text-yellow {
  color: #FF9B22;
}

.fade-in {
  -webkit-animation: fadein 1.5s;
          animation: fadein 1.5s;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

#head {
  background: #181015 url(../images/bg_header.webp) no-repeat !important;
  background-size: cover !important;
  padding-top: 180px !important;
}

@media (max-width: 767px) {
  #head #head {
    padding-top: 80px !important;
  }
}

