/* 
Theme Name: Annalucia Fernandes
Theme URI: https://github.com/elementor/hello-theme/
Description: 
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
/* half circle mixin */
/* Gradient mixin */
.bg-gradient-rev-slider-top {
  background: linear-gradient(180deg, rgba(0, 15, 15, 0.3) 0%, rgba(0, 15, 15, 0) 100%);
}

.bg-gradient-rev-slider-left {
  background: linear-gradient(107deg, rgba(193, 45, 44, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.bg-gradient-intro-overlay {
  background: linear-gradient(107deg, rgba(25, 164, 163, 0.7987570028) 27%, rgba(7, 83, 105, 0.8015581232) 100%);
}

.bg-gradient-statistic-overlay {
  background: linear-gradient(107deg, rgba(2, 31, 33, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

.bg-gradient-products-bg {
  background: linear-gradient(to bottom, #1AA79C 70%, #fff 30%);
}

.bg-gradient-parliamentary {
  background: linear-gradient(107deg, rgba(2, 31, 33, 0.8771883754) 0%, rgba(1, 54, 62, 0.8267682073) 100%);
}

/*=========================
    1. Start COMMON css 
==========================*/

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #000000;
  color: #FFFFFF;
  font-family: "Lorin", "Poppins", sans-serif;
}
 
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

i,
span,
a {
  display: inline-block;
}

a {
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  text-decoration: none !important;
}

.elementor-kit-6 {
  --e-global-typography-primary-font-family: "Lorin", "Poppins", "sans-serif";
  --e-global-color-primary: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lorin", "Poppins", sans-serif;
  color: #FFFFFF;
}

h1 {
  font-size: 70px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
@media (max-width: 1619.98px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 50px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
@media (max-width: 1619.98px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 35px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p, div, ul, ol, ul > li, ol > li {
  font-family: "Lorin", "Poppins", sans-serif;
  color: #FFFFFF;
}

p {
  line-height: 1.5em;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  p {
    font-size: 16px;
  }
}

a {
  color: #FFFFFF;
}
a:hover {
  opacity: 0.9;
  color: #FFFFFF;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  background: #FFFFFF;
  color: #000000;
}

.fancybox-button:hover {
  color: #000000 !important;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.container {
  max-width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

/* .home.hero-baner {
    height: 100vh;
} */
body.loaded .site-header img,
body.loaded .site-header .site-nav,
body.loaded .hero-items-wrapper .scroll-down-icon {
  opacity: 1;
  transform: translateX(0px);
}
body.loaded .hero-items-wrapper h1,
body.loaded .hero-items-wrapper nav ul > li {
  opacity: 1;
  transform: translateY(0px);
}
body.loaded .page-content.inside-page > * {
  opacity: 1;
  transform: translateY(0px);
}

/* HEADER */
.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  padding-top: 60px;
  padding-left: 3%;
  padding-right: 3%;
}
@media (max-width: 1619.98px) {
  .site-header {
    padding-top: 50px;
  }
}
@media (max-width: 1399.98px) {
  .site-header {
    padding-top: 4Opx;
  }
}
@media (max-width: 1399.98px) {
  .site-header {
    padding-top: 30px;
  }
}
.site-header img {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 1399.98px) {
  .site-header img {
    max-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .site-header img {
    max-width: 90px;
  }
}
@media (max-width: 480px) {
  .site-header img {
    max-width: 70px;
  }
}
.site-header .site-nav {
  align-self: start;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 1399.98px) {
  .site-header .site-nav {
    align-self: center;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-nav {
    align-self: end;
  }
}
.site-header .site-nav nav ul li a {
  font-size: 24px;
}
@media (max-width: 1399.98px) {
  .site-header .site-nav nav ul li a {
    font-size: 24px;
  }
}
@media (max-width: 1399.98px) {
  .site-header .site-nav nav ul li a {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .site-header .site-nav nav ul li a {
    font-size: 18px;
  }
}
.site-header .site-nav nav ul li.current-menu-item a:after {
  width: 100%;
}
.site-header.inside-header {
  padding-bottom: 50px;
  display: block;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6993391106) 100%);
}

nav ul {
  text-align: center;
}
nav ul li {
  display: inline-block;
  margin-right: 100px;
}
@media (max-width: 991.98px) {
  nav ul li {
    margin-right: 70px;
  }
}
@media (max-width: 767.98px) {
  nav ul li {
    margin-right: 60px;
  }
}
@media (max-width: 575.98px) {
  nav ul li {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  nav ul li {
    margin-right: 15px;
  }
}
nav ul li a {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  overflow: visible;
}
@media (max-width: 1619.98px) {
  nav ul li a {
    font-size: 28px;
  }
}
@media (max-width: 1399.98px) {
  nav ul li a {
    font-size: 26px;
  }
}
@media (max-width: 1399.98px) {
  nav ul li a {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  nav ul li a {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  nav ul li a {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  nav ul li a {
    font-size: 16px;
  }
}
nav ul li a:after {
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  content: "";
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
nav ul li a:hover:after {
  width: 100%;
}
nav ul li:last-child {
  margin-right: 0;
}

/* HAMBURGER MENU */
.hamburger-menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  width: 50px;
  height: 50px;
}
.hamburger-menu:before, .hamburger-menu:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-color: #FFF;
  height: 3px;
  width: 30px;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}
.hamburger-menu:before {
  margin-top: -8px;
}
.hamburger-menu:after {
  margin-top: 4px;
}
.hamburger-menu-active:before, .hamburger-menu-active:after {
  background-color: #e3e3e3;
  margin-left: -15px !important;
  margin-top: -2px !important;
}
.hamburger-menu-active:before {
  transform: rotate(45deg) !important;
}
.hamburger-menu-active:after {
  transform: rotate(-45deg) !important;
}

/* MOBILE MENU */
.mobile-menu-wrapper {
  background: #333;
  padding: 20px 10px;
  margin-top: 10px;
  display: none;
}
.mobile-menu-wrapper nav ul > li {
  margin-right: 30px;
}
@media (max-width: 480px) {
  .mobile-menu-wrapper nav ul > li {
    margin-right: 30px;
  }
}
@media (max-width: 380px) {
  .mobile-menu-wrapper nav ul > li {
    margin-right: 20px;
  }
}
.mobile-menu-wrapper nav ul > li:last-child {
  margin-right: 0;
}
.mobile-menu-wrapper nav ul > li > a {
  font-size: 16px;
}
@media (max-width: 380px) {
  .mobile-menu-wrapper nav ul > li > a {
    font-size: 14px;
  }
}

.hero-items-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}
.hero-items-wrapper .hero-items {
  align-self: center;
}
@media (max-width: 575.98px) {
  .hero-items-wrapper .hero-items {
    align-self: end;
    margin-bottom: 30%;
  }
}
.hero-items-wrapper .hero-items h1 {
  text-transform: uppercase;
  font-size: 120px;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1em;
  opacity: 0;
  transform: translateY(-50px);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  margin-bottom: 1rem;
}
@media (max-width: 1619.98px) {
  .hero-items-wrapper .hero-items h1 {
    font-size: 100px;
  }
}
@media (max-width: 1399.98px) {
  .hero-items-wrapper .hero-items h1 {
    font-size: 90px;
  }
}
@media (max-width: 1399.98px) {
  .hero-items-wrapper .hero-items h1 {
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .hero-items-wrapper .hero-items h1 {
    font-size: 60px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 480px) {
  .hero-items-wrapper .hero-items h1 {
    font-size: 50px;
  }
}
@media (max-width: 380px) {
  .hero-items-wrapper .hero-items h1 {
    font-size: 45px;
  }
}
.hero-items-wrapper nav ul li {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.hero-items-wrapper .scroll-down-icon {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  bottom: 8%;
  text-align: center;
  opacity: 0;
  transform: translateY(-50px);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
@media (max-width: 575.98px) {
  .hero-items-wrapper .scroll-down-icon {
    bottom: 4.5%;
  }
}
.hero-items-wrapper .scroll-down-icon > a {
  color: #FFFFFF;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .hero-items-wrapper .scroll-down-icon > a {
    font-size: 12px;
  }
}
.hero-items-wrapper .scroll-down-icon > a span {
  animation: bounce 5s infinite;
}

/* VISUAL PORTFOLIO */
.vp-portfolio__layout-elements-align-center,
.vp-portfolio__layout-elements-align-center .vp-filter__style-minimal {
  justify-content: start !important;
}

body.home .vp-portfolio__layout-elements-align-center,
body.home .vp-portfolio__layout-elements-align-center .vp-filter__style-minimal {
  justify-content: center !important;
}

.vp-portfolio__layout-elements-bottom.vp-portfolio__layout-elements-align-center {
  justify-content: center !important;
}

.vp-pagination__load-more-no-more {
  font-size: 14px;
  opacity: 0.3;
}
@media (max-width: 575.98px) {
  .vp-pagination__load-more-no-more {
    font-size: 12px;
  }
}

.vp-portfolio__item-meta {
  display: none;
}

.vp-filter__style-minimal .vp-filter__item {
  padding: 0 10px 10px;
}

.vp-filter__style-minimal .vp-filter__item a {
  color: #666;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.vp-filter__style-minimal .vp-filter__item a:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0;
  height: 1px;
  background: #FFF;
  content: "";
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.vp-filter__style-minimal .vp-filter__item a:hover {
  color: #FFF !important;
}
.vp-filter__style-minimal .vp-filter__item a:hover:after {
  width: 100%;
}

.vp-filter__item.vp-filter__item-active > a {
  color: #FFF !important;
}
.vp-filter__item.vp-filter__item-active > a:after {
  width: 100%;
}

.vp-pagination__no-more {
  display: none !important;
}

/* FOOTER */
.site-footer {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 575.98px) {
  .site-footer {
    margin-top: 70px;
  }
}
@media (max-width: 1399.98px) {
  .site-footer .site-branding img {
    max-width: 120px;
  }
}
@media (max-width: 1199.98px) {
  .site-footer .site-branding img {
    max-width: 110px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .site-branding img {
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .site-footer .site-branding img {
    max-width: 90px;
  }
}
@media (max-width: 480px) {
  .site-footer .site-branding img {
    max-width: 70px;
  }
}
.site-footer .email-address {
  margin-top: 2rem;
  font-size: 30px;
  letter-spacing: 1.1px;
}
@media (max-width: 1399.98px) {
  .site-footer .email-address {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .site-footer .email-address {
    margin-top: 1.5rem;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .site-footer .email-address {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .site-footer .email-address {
    font-size: 18px;
  }
}
.site-footer .email-address a {
  position: relative;
  overflow: visible;
}
.site-footer .email-address a:after {
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  content: "";
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.site-footer .email-address a:hover:after {
  width: 100%;
}
.site-footer .social-icons {
  margin-top: 2rem;
}
@media (max-width: 575.98px) {
  .site-footer .social-icons {
    margin-top: 1.5rem;
  }
}
.site-footer .social-icons a {
  display: inline-block;
  margin-right: 20px;
  font-size: 30px;
}
.site-footer .social-icons a:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  .site-footer .social-icons a {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .site-footer .social-icons a {
    font-size: 25px;
  }
}

/* scrollToTopBtn */
.scrollToTopBtn {
  background-color: transparent;
  border: 1px solid #FFFFFF90;
  border-radius: 50%;
  color: #000000;
  cursor: pointer;
  width: 43px;
  height: 43px;
  position: fixed;
  bottom: 30px;
  right: 4%;
  z-index: 100;
  opacity: 0;
  transform: scaleY(-1) translateY(100px);
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
}
.scrollToTopBtn span {
  color: #FFFFFF;
  font-size: 10px;
  transition: all 0.5s ease;
  transform: scaleY(-1);
  align-self: center;
}
.scrollToTopBtn:hover, .scrollToTopBtn:focus, .scrollToTopBtn:active {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.scrollToTopBtn:hover span, .scrollToTopBtn:focus span, .scrollToTopBtn:active span {
  color: #000000;
  transform: scaleY(-1) translateY(2px);
}

.showBtn {
  opacity: 1;
  transform: translateY(0px);
}

/* INSIDE PAGE */
.page-content.inside-page {
  padding-top: 200px;
}
@media (max-width: 1619.98px) {
  .page-content.inside-page {
    padding-top: 180px;
  }
}
@media (max-width: 1399.98px) {
  .page-content.inside-page {
    padding-top: 160px;
  }
}
@media (max-width: 1399.98px) {
  .page-content.inside-page {
    padding-top: 140px;
  }
}
.page-content.inside-page > * {
  opacity: 0;
  transform: translateY(-50px);
  -webkit-transition: all 0.5s ease 0s !important;
  -moz-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}

/* CONTACT FORM:FORMIDABLE */
.grecaptcha-badge {
  display: none !important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  padding-left: 0;
  font-size: 20px;
  color: #FFF;
  height: 50px;
}

.with_frm_style textarea {
  height: 200px;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  background-color: transparent;
  border-bottom: 1px solid #FFF;
  outline: none;
  box-shadow: none;
  color: #FFF;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid red;
  outline: none;
  color: red;
}

.with_frm_style .frm_inside_container > label {
  padding-left: 0;
  font-size: 20px;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  border-radius: 0;
  background: black;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  padding: 15px 30px;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_form_submit_style:hover, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  background: #FFF;
  border: 1px solid #ccc;
  color: #000;
}

.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page, .frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:hover, .frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:active, .frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:focus, .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit, .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover, .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active, .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus {
  background: #FFF;
  border: 1px solid #ccc;
  color: #000;
}

.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:before, .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {
  border-bottom-color: #000;
  border-right-color: #000;
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
  border-radius: 0;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error {
  margin-top: 5px;
}

.frm_error_style {
  background-color: #B94A48 !important;
  border: none !important;
}
.frm_error_style p {
  margin-bottom: 0;
  font-size: 16px;
}

.with_frm_style .frm_message, .frm_success_style {
  border-radius: 0 !important;
  border: 1px solid green !important;
  background: transparent !important;
}

.with_frm_style .frm_message p {
  color: #FFF !important;
  margin-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */

@media only screen and (min-device-width: 768px){

	h1.elementor-slide-heading {
		font-size: 75px !important;
		letter-spacing: 1.3px;
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 567px) {
    .homepage-nav {
    padding: 24px !important;
}
}

.elementor-swiper-button.elementor-lightbox-prevent-close {
  position: absolute;
  top: 0;
  z-index: 10;
}

.has-value label.gfield_label.gform-field-label {
  top: 0;
  left: 0;
  padding: 0;
  font-size: 12px;
}

.gform_wrapper.gravity-theme input[type=email] {
  padding: 26px 0 0 0;
}