@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
.full-height, html, body, .no-founded {
  height: 100%;
}

.full-width, section {
  width: 100%;
}

.absolute, .no-founded .container h1::after {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative, section, .no-founded .container h1 {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #FFFFFF;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}

a {
  outline: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none !important;
}

input, input:hover, input:focus,
button, button:hover, button:focus,
textarea, textarea:focus, textarea:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.fa-ul {
  margin: 0;
}
.fa-ul li {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.6rem;
  height: 54px;
  letter-spacing: 1px;
  line-height: normal;
  padding: 0 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-yellow {
  background: none;
  border: 1px solid #EEA338;
  color: #EEA338;
}
@media (min-width: 1024px) {
  .btn.btn-yellow:hover {
    background: #EEA338;
    color: #FFFFFF;
  }
}
.btn.btn-white-yellow {
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .btn.btn-white-yellow:hover {
    background: #FFFFFF;
    color: #EEA338;
  }
}
.btn.btn-white-orange {
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .btn.btn-white-orange:hover {
    background: #FFFFFF;
    color: #D25005;
  }
}

section {
  background-color: #FFFFFF;
}
section.section-yellow {
  background-color: #EEA338;
  color: #FFFFFF;
}
section.section-orange {
  background-color: #D25005;
  color: #FFFFFF;
}
section.section-gray {
  background-color: #242424;
  color: #FFFFFF;
}
section .container {
  padding-bottom: 100px;
  padding-top: 100px;
}
section .container.with-gallery {
  padding-bottom: 70px;
}
section .section-btn {
  margin-top: 50px;
}

.no-founded .container {
  padding-bottom: 0;
  padding-top: 0;
}
.no-founded .container i {
  color: #EEA338;
  font-size: 10rem;
}
@media (max-width: 992px) {
  .no-founded .container i {
    font-size: 7rem;
  }
}
.no-founded .container h1 {
  color: #242424;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4em;
  margin: 30px 0;
  padding-bottom: 20px;
}
.no-founded .container h1::after {
  background-color: #EEA338;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
}
@media (max-width: 992px) {
  .no-founded .container h1 {
    font-size: 3.4rem;
  }
}
.no-founded .container h2 {
  color: #797979;
  margin-bottom: 50px;
}
.no-founded .container a {
  background-color: #EEA338;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFFFFF;
  font-family: "Poppins", "Arial", sans-serif;
  font-size: 1.6rem;
  height: 54px;
  letter-spacing: 1px;
  padding: 0 40px;
}
@media (min-width: 1024px) {
  .no-founded .container a:hover {
    background-color: #242424;
  }
}
