#header{
  padding:16px 0px;
}

#header.header-scrolled{
  padding:6px 0px;
}

#header .logo img {
  max-height: 65px;
  margin-right:8px;
}
#header .logo a{
    text-transform:none !important;
    width:240px !important;
    float:left;
}

#header .logo a span.brand-name{
    font-size:18px;
    display:block;
    margin-top:18px;
    opacity:94%;
}

#header .logo a span.tagline{
    font-size:14px;
    display:block;
    font-weight:normal;
    margin-top:3px;
    opacity:80%;
}

#footer .footer-top .footer-info h3{
	color:#fff !important;
}

#footer .credits{
	opacity:30%;
}

#footer .footer-top .footer-newsletter form{
	margin-top:6px !important;
}

#footer div.copyright a{
  color:white;
}

#footer div.copyright span{
  opacity: 30%;
}

#hero {
  height: 100vh;
}

#hero .carousel-container {
  align-items:end !important;
}

#hero .carousel-container p{
  font-size:18px !important;
  line-height:25px !important;
  font-style:italic;
  text-align: justify;
}

.tools {
  padding: 15px 0;
  text-align: center;
}

.tools img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.tools img:hover {
  filter: none;
  transform: scale(1.15);
}

.breadcrumbs {
    padding: 18px 0 !important;
}

.breadcrumbs *.h2{
  font-size:24px;
  font-weight:normal;
  margin:0px;
  padding:0px;
}

div.invalid-feedback {
    float: left;
    display: inline-block;
    font-size: 13px;
}

@media (max-width: 768px) {
  .tools img {
    max-width: 40%;
  }
}

section {
    padding: 110px 0 50px 0;
    overflow: hidden;
}

section.reset-margin{
    padding: 60px 0 !important;
}

section.breadcrumbs{
  margin-top: 98px !important;
}

a.btn-action{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    /*display: inline-block;*/
    padding: 12px 24px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #d9232d;
}

@media (max-width: 575.98px) { 
  section {
      padding-bottom: 0px!important;
  }

  section.mobile-reset-margin{
      padding: 0px!important;
  }

  div.contact-form, div.contact-form > div.mt-5{
    margin-top:0px !important;
  }
}

@media (min-width: 576px) { 
  section {
      padding-bottom: 0px!important;
  }

  section.mobile-reset-margin{
      padding: 0px!important;  
  }

  div.contact-form, div.contact-form > div.mt-5{
    margin-top:0px !important;
  }
}