body {
  font-family: Anteb, sans-serif;
  color: #1a1818;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.header {
  overflow: hidden;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.container {
  width: 95%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-menu-a:hover {
  border-top-color: #fff;
}

.navbar-menu-a.w--current {
  color: #fff;
}

.hero {
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.hero-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-arrow {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Feather, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  text-decoration: none;
}

.hero-h1 {
  font-size: 5em;
  line-height: 1em;
  font-weight: 200;
  text-transform: uppercase;
}

.about-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.about-slide {
  width: 100%;
  padding-bottom: 60px;
}

.about-h3 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 4em;
  line-height: 1em;
  font-weight: 200;
  text-transform: uppercase;
}

.about-content {
  padding-left: 5vw;
}

.global-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  width: 30px;
  height: 5px;
  background-color: #84bc53;
}

.global-title-h2 {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.featured {
  background-image: url('../images/Featured.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.featured-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.featured-col2 {
  width: 40%;
  padding-right: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.featured-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.featured-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.service-header {
  padding-bottom: 150px;
  background-color: #f2f2f2;
  background-image: url('../images/service.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.service-tabs {
  margin-top: -8%;
}

.service-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-col2 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-h3 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #84bc53;
  font-size: 3em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.service-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #84bc53;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
}

.service-a:hover {
  color: #30926f;
}

.service-content-icon {
  margin-right: 10px;
  font-family: Feather, sans-serif;
}

.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #efeff0;
}

.partners {
  background-color: #efeff0;
  background-image: url('../images/service.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.partners-flex {
  padding-top: 50px;
  padding-bottom: 50px;
}

.partners-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contato {
  background-color: #efeff0;
  background-image: url('../images/service.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.social-flex {
  padding-top: 50px;
  padding-bottom: 50px;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #84bc53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Social, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1em;
  text-decoration: none;
}

.social-a:hover {
  background-color: #30926f;
}

.base {
  border-top: 1px solid #efeff0;
}

.base-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.base-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-fone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #84bc53;
  text-decoration: none;
}

.base-fone-icon {
  margin-right: 20px;
  font-family: Feather, sans-serif;
  font-size: 1.6em;
  line-height: 1em;
}

.base-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1a1818;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-a:hover {
  color: #84bc53;
}

.span-green {
  color: #84bc53;
}

.hide {
  display: none;
}

.service-menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  min-width: 120px;
  margin-right: -1vw;
  margin-left: -1vw;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.service-menu-a:hover {
  color: #84bc53;
}

.service-menu-a.w--current {
  background-color: transparent;
  color: #30926f;
}

.service-menu-icon {
  position: absolute;
  font-family: Icomoon, sans-serif;
  font-size: 5em;
  line-height: 1em;
}

.service-col2-title {
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.service-menu-text {
  position: absolute;
  bottom: 0px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.partners-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.field {
  height: 60px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 500;
}

.field:hover {
  border-color: #84bc53;
}

.field:focus {
  border-color: #84bc53;
}

.field::-webkit-input-placeholder {
  color: #84bc53;
}

.field:-ms-input-placeholder {
  color: #84bc53;
}

.field::-ms-input-placeholder {
  color: #84bc53;
}

.field::placeholder {
  color: #84bc53;
}

.textarea {
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 500;
}

.textarea:hover {
  border-color: #84bc53;
}

.textarea:focus {
  border-color: #84bc53;
}

.textarea::-webkit-input-placeholder {
  color: #84bc53;
}

.textarea:-ms-input-placeholder {
  color: #84bc53;
}

.textarea::-ms-input-placeholder {
  color: #84bc53;
}

.textarea::placeholder {
  color: #84bc53;
}

.submit {
  height: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  background-color: #84bc53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.submit:hover {
  background-color: #30926f;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-fone-text {
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 500;
}

.service-content-text {
  font-weight: 500;
  text-transform: uppercase;
}

.about-img {
  width: 100%;
  max-width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.base-arrow {
  position: absolute;
  left: auto;
  top: -25px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #efeff0;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Feather, sans-serif;
  color: #84bc53;
  font-size: 1.6em;
  text-decoration: none;
}

.base-arrow:hover {
  background-color: #efeff0;
}

.dropdown {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 10;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #30926f;
  font-family: Feather, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1em;
}

.dropdown-a {
  border-bottom: 1px solid #efeff0;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1a1818;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdown-a:hover {
  color: #84bc53;
}

.dropdown-a.w--current {
  color: #84bc53;
}

.dropdown-list {
  right: 0px;
  border: 1px solid #efeff0;
  border-radius: 10px;
  background-color: #fff;
}

.close-icon {
  position: absolute;
  opacity: 0;
}

.error {
  border-radius: 10px;
}

.success {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #84bc53;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 500;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 991px) {
  .navbar-menu {
    display: none;
  }
  .hero-col1 {
    width: 60%;
  }
  .hero-col2 {
    width: 40%;
  }
  .hero-h1 {
    font-size: 4em;
  }
  .about-flex {
    padding-bottom: 30px;
  }
  .about-h3 {
    font-size: 3em;
  }
  .global-title {
    padding-top: 30px;
  }
  .featured-col1 {
    width: 40%;
  }
  .featured-col2 {
    width: 60%;
  }
  .featured-flex {
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .featured-h2 {
    font-size: 3em;
  }
  .service-header {
    padding-bottom: 100px;
  }
  .service-tabs {
    margin-top: -78px;
  }
  .service-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .service-h3 {
    font-size: 2em;
  }
  .service-item {
    width: 33.333%;
    padding: 10px;
  }
  .partners-flex {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .social-flex {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .social-a {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
  .base-flex {
    padding-top: 30px;
  }
  .service-menu-icon {
    font-size: 3.5em;
  }
  .partners-item {
    width: 20%;
    padding: 10px;
  }
  .field {
    height: 50px;
  }
  .submit {
    height: 50px;
  }
  .form-flex {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .base-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 200px;
  }
  .hero-col1 {
    width: 100%;
  }
  .hero-col2 {
    display: none;
  }
  .hero-h1 {
    text-align: center;
  }
  .about-col1 {
    width: 100%;
    margin-top: 30px;
    padding-right: 0vw;
  }
  .about-col2 {
    display: none;
  }
  .about-h3 {
    text-align: center;
  }
  .about-content {
    padding-left: 0vw;
    text-align: center;
  }
  .featured-col1 {
    width: 100%;
  }
  .featured-col2 {
    width: 100%;
    padding-right: 0vw;
  }
  .featured-flex {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .service-content {
    padding-left: 0vw;
  }
  .service-col1 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .service-col2 {
    width: 100%;
    margin-top: 30px;
  }
  .service-h3 {
    margin-bottom: 20px;
  }
  .service-a {
    margin-right: auto;
    margin-left: auto;
  }
  .service-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .base-col1 {
    width: 100%;
    padding-right: 0vw;
  }
  .base-col2 {
    padding-left: 0vw;
  }
  .base-fone {
    margin-top: 30px;
  }
  .base-brand {
    width: 200px;
  }
  .menu-a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .service-menu-icon {
    font-size: 3em;
  }
  .service-col2-title {
    text-align: center;
  }
  .partners-item {
    width: 33.333%;
  }
  .field {
    height: 40px;
    margin-bottom: 10px;
  }
  .textarea {
    margin-bottom: 10px;
  }
  .submit {
    height: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .hero-h1 {
    font-size: 3em;
  }
  .about-h3 {
    font-size: 2em;
  }
  .featured-h2 {
    font-size: 2em;
  }
  .service-item {
    padding: 0px;
  }
  .base-col1 {
    padding-right: 0vw;
  }
  .base-col2 {
    padding-left: 0vw;
  }
  .menu-a {
    width: 100%;
  }
}

@font-face {
  font-family: 'Feather';
  src: url('../fonts/feather.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Social';
  src: url('../fonts/social.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Anteb';
  src: url('../fonts/Anteb-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Anteb';
  src: url('../fonts/Anteb-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Anteb';
  src: url('../fonts/Anteb-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Anteb';
  src: url('../fonts/Anteb-SemiLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}