@-webkit-keyframes fadeInUpMin {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpMin {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpMin {
  animation-name: fadeInUpMin;
}

@keyframes fadeInRightMin {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightMin {
  animation-name: fadeInRightMin;
}

@keyframes fadeInLeftMin {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftMin {
  animation-name: fadeInLeftMin;
}

/*=====  End of ANIMATION  ======*/
/*
Theme Name: asentus
Template: asentus
*/
.header .logo {
  width: 150px;
}
.header .logo-img {
  width: 150px;
}
.header .nav-item-hover:after {
  background: #FF700F;
}

h2:first-letter {
  color: #FF700F;
}

h3 {
  font-size: 30px;
  margin-bottom: 1em;
}

h4 {
  font-size: 18px;
  margin-top: 1em;
}

h4 span {
  font-size: 9px;
  color: #666;
}

p {
  color: #333;
  line-height: 1.8em;
  font-weight: 500;
}

.carousel-inner > .active {
  max-height: 400px;
}
@media screen and (min-width: 768px) {
  .carousel-inner > .active {
    max-height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-inner > .active {
    max-height: 900px;
  }
}

.carousel-title {
  font-size: 8vw;
}
@media screen and (min-width: 1200px) {
  .carousel-title {
    font-size: 80px;
  }
}

.carousel-title span {
  font-size: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (min-width: 414px) {
  .carousel-title span {
    font-size: 70%;
  }
}
@media screen and (min-width: 768px) {
  .carousel-title span {
    font-size: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-title span {
    font-size: 100%;
  }
}

.carousel-centered {
  top: 60%;
}
@media screen and (min-width: 1200px) {
  .carousel-centered {
    top: 52%;
  }
}

.intro_text {
  font-weight: bold;
  font-size: 3.6vw;
  line-height: 1.8em;
}
@media screen and (min-width: 992px) {
  .intro_text {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1200px) {
  .intro_text {
    font-size: 1.4em;
  }
}

.work {
  padding: 1em;
}
.work h4,
.work h6 {
  display: inline-block;
  margin-right: 10px;
}

.works_area {
  margin: 0;
  padding: 0 0 0 20px;
}
.works_area li {
  margin-bottom: 6px;
  line-height: 1.8em;
  font-size: 0.9em;
}

.service {
  padding: 2em 1em 1em;
  margin: 1em;
  border: 1px solid #eee;
  border-radius: 10px;
}
.service h3 {
  font-size: 16px;
}

.service-element {
  text-align: center;
}

.service-info p {
  font-size: 10px;
}

footer {
  padding: 0 5%;
}
footer p {
  color: #fff;
}
footer form {
  margin-top: 2em;
}
footer input[type=text]:focus,
footer input[type=email]:focus,
footer input[type=tel]:focus,
footer textarea:focus {
  color: #fff !important;
}
footer select {
  padding: 1em;
  color: #fff;
  background-color: #333;
}
footer .btn-base-bg, footer .btn-default-bg.focus, footer .btn-default-bg:focus, footer .btn-default-bg:hover {
  background: #FF700F;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

.footer {
  background-image: none;
  background-color: #333;
}

.col-lg-five-1, .col-md-five-1, .col-sm-five-1, .col-xs-five-1,
.col-lg-five-2, .col-md-five-2, .col-sm-five-2, .col-xs-five-2,
.col-lg-five-3, .col-md-five-3, .col-sm-five-3, .col-xs-five-3,
.col-lg-five-4, .col-md-five-4, .col-sm-five-4, .col-xs-five-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-five-1 {
  width: 20%;
  float: left;
}

.col-xs-five-2 {
  width: 40%;
  float: left;
}

.col-xs-five-3 {
  width: 60%;
  float: left;
}

.col-xs-five-4 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-five-1 {
    width: 20%;
    float: left;
  }
  .col-sm-five-2 {
    width: 40%;
    float: left;
  }
  .col-sm-five-3 {
    width: 60%;
    float: left;
  }
  .col-sm-five-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-five-1 {
    width: 20%;
    float: left;
  }
  .col-md-five-2 {
    width: 40%;
    float: left;
  }
  .col-md-five-3 {
    width: 60%;
    float: left;
  }
  .col-md-five-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-five-1 {
    width: 20%;
    float: left;
  }
  .col-lg-five-2 {
    width: 40%;
    float: left;
  }
  .col-lg-five-3 {
    width: 60%;
    float: left;
  }
  .col-lg-five-4 {
    width: 80%;
    float: left;
  }
}

/*# sourceMappingURL=custom.css.map */
