/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #5A5A5A;
  color: #fff;
}

::selection {
  background-color: #5A5A5A;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

/**
 *  Typography
 *
 **/

h1,
h2,
h4 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1,
.h2,
.h4 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 18px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.mt-10 {
  margin-top: 10px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.text-white {
  color: #fff;
}

.contact-area {
  background: #c4c4c4;
}

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

.relative {
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


u {
  color: #5A5A5A;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h4 {
  font-size: 18px;
}

h1,
h2,
h4 {
  line-height: 1.5em;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 14px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(255, 255, 255, 0.8)
}

/* Disable header/nav transitions for instant page switches */
#header, .nav-menu, .nav-menu a, .navbar-menu { transition: none !important; }


#logo {
  width: 150px;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
    width: 80px;

  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #5A5A5A;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* overlay */
#mobile-body-overly {
    position: fixed;
    inset: 0; background: rgba(0,0,0,0.5);
    z-index: 1090;
    display: none;
}

/* mobile slide-in nav */
@media (max-width: 800px) {
  /* hide original desktop nav (if you want) */

  #nav-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    max-width: 80%;
    background: #fff;
    z-index: 1100;
    transform: translateX(-100%);
    transition: transform 300ms ease;
    box-shadow: 2px 0 12px rgba(0,0,0,0.12);
    overflow-y: auto;
  }

  /* visible state */
  #nav-menu-container.open { transform: translateX(0); }

  /* make sure menu content is visible and nicely padded */
  #nav-menu-container .navbar-menu { display: block; padding: 1rem; }

}



/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu { display: flex !important; gap: 20px; align-items: center; }

@media (max-width: 800px) {
  .nav-menu { flex-direction: column; gap: 0; }
  .nav-menu a { padding: 12px 16px; display: block; }
}

/* data-cloak attribute hides nav until JS removes it */
[data-cloak] { display: none !important; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

/*.nav-menu>li {
  float: left;
}*/

.nav-menu li:hover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  text-align: left;
}


/* Nav Menu Arrows */

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    /* left: -260px; */
    left: 0;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
    /* display: none; */
  }
}

.navbar-burger {
  position: fixed;
  border:none;
  top: 1rem;
  right: 1rem;
  width: 2.5em;
  height: 2.5em;
  background: transparent;
  color: #222222;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline:0;

  @media (min-width: 801px) {
      display: none;
  }
}

.navbar-burger svg {
    fill: currentColor;
}

.navbar-burger:focus {
    border:none;
    outline:0 !important;
}

.navbar-burger .open {
    display: block;
    transition: opacity 0.18s ease, transform 0.18s ease;
}
.navbar-burger .close {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.18s ease, transform 0.18s ease;
}
.navbar-burger.is-active .open {
    display: none;
    opacity: 0;
    transform: scale(0.9);
}
.navbar-burger.is-active .close {
    display: block;
    opacity: 1;
    transform: scale(1);
}


/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;

  @media (max-width: 768px) {
      color:#ffffff;
      padding: 10px 22px 10px 15px;
      font-weight: 700;
  }
}

.nav-menu > li {
    @media (max-width: 768px) {
      color:#ffffff;
      display: block;
      width: 100%;
  }
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a,
.nav-menu a.menu-active {
  color: #bc0c22;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 18px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: none;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #5A5A5A;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

@media (max-width: 800px) {

  /* #nav-menu-container {
    display: none;
  } */
}

/* Mobile Nav Styling */

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;

  @media (min-width: 801px) {
      display: none !important;
  }
}

/* Mobile Nav body classes */

.section-gap {
  padding: 120px 0;
}

.primary-btn,
.form-area button {
  background-color: #5A5A5A;
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.primary-btn:focus,
.form-area button:focus {
  outline: none;
}

.primary-btn:hover,
.form-area button:hover {
  color: #fff;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .banner-area .fullscreen {
    height: 700px !important;
  }
}

/* Ensure banner fills viewport height for parallax */
.banner-area {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: 100vh !important;
}

.banner-area .fullscreen {
  min-height: 100vh;
  height: 100vh !important;
}

/* Banner image and layering fixes */
.banner-bg,
.banner-area picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.banner-bg img,
.banner-area picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-area .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.banner-area .container,
.banner-area .banner-content {
  position: relative;
  z-index: 2;
}

.generic-banner .overlay,
.banner-area .overlay {
  background: #5A5A5A;
  opacity: .65;
}

.banner-area .primary-btn,
.banner-area .form-area button,
.form-area .banner-area button {
  padding-left: 30px;
  padding-right: 30px;
}

.banner-content {
  text-align: center;
}

.banner-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 414px) {
  .banner-content h1 {
    font-size: 40px;
  }
}

.banner-content h4 {
  font-weight: 400;
  letter-spacing: 3px;
}

.header-btn {
  background-color: #5A5A5A;
  border: 1px solid transparent;
  color: #fff;
}

.header-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.single-offered {
  background-color: #f9f9ff;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 100%;
}

.single-offered:hover {
  cursor: pointer;
  background-color: #5A5A5A;
}

.single-offered:hover p {
  color: #fff;
}

.single-offered:hover h4 {
  color: #fff;
}

@media (max-width: 800px) {
  .single-offered {
    text-align: center;
    margin-bottom: 30px;
  }

  .single-offered img {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}

.form-area input {
  padding: 15px;
}

.form-area input,
.form-area textarea {
  border-radius: 0;
  font-size: 12px;
}

.form-area textarea {
  height: 180px;
  margin-top: 0px;
}

.form-area button {
  padding-right: 30px;
}

.footer-area {
  background-color: #5A5A5A;
}

.footer-area h4 {
  padding-bottom: 30px;
}

.footer-area .number {
  color: #5A5A5A;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.footer-area a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.footer-area a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.footer-area .primary-btn,
.footer-area .form-area button,
.form-area .footer-area button {
  background-color: #5A5A5A;
}

.footer-text {
  color: #fff;
}

.footer-text a {
  color: #fff;
}

.single-footer-widget.small {
  font-size: 12px;
}

.generic-banner {
  background-color: #5A5A5A;
  text-align: center;
  background-size: cover;
}

.generic-banner .height {
  height: 400px;
}

@media (max-width: 767.98px) {
  /*.generic-banner .height {
    height: 300px;
  }*/
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

.generic-banner .generic-banner-content h1 {
  text-transform: uppercase
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}
