@charset "UTF-8";
/*
Theme Name: Kesler-Theme
Theme URI: https://aciwebs.com/
Author: ACI
Author URI: https://aciwebs.com/
Description: A simple WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Kesler
*/
/* Add basic styling here or in a separate style.css file */
body {
  margin: 0;
  padding: 0;
  font-family: "Georgia", "Times New Roman", Cambria, "Hoefler Text", "Liberation Serif", Times, "serif";
  font-size: 15pt;
  line-height: 2rem;
  background-position: center;
  background-repeat: repeat-y; }

.elementor-button {
  background-color: #fff;
  color: #0048AA;
  border: 1px solid #0048AA;
  transition: background-color 4s ease-in-out 1s; }

.content-area {
  margin-top: 0; }

.kc-contact-form7 {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 0;
}

.note {
  margin-left: 25px;
  font-size: smaller; }

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0; }

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a:hover {
  text-decoration: none; }

#pageHeader #headerIntro {
  background-color: rgba(0, 0, 0, 0.4); }

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%; }
  header div {
    align-items: center; }

nav {
  max-height: 90vh; }

#siteName {
  flex: 1; }
  #siteName p {
    padding: 0;
    margin: 0; }
    #siteName p a {
      color: #fff;
      text-decoration: none; }

#mainMenu {
  flex: 3; }

#menuButton {
  flex: 1;
  text-align: right; }
  #menuButton .container {
    justify-content: right; }
    #menuButton .container img {
      height: 30px;
      width: auto;
      margin-right: 5px; }
      #menuButton .container img.open {
        transform: rotate(45deg);
        transition-duration: 500ms;
        transition-property: transform; }
      #menuButton .container img.close {
        transform: rotate(0deg);
        transition-duration: 500ms;
        transition-property: transform; }

main section div {
  padding-right: 0;
  padding-left: 0; }
  main section div div {
    padding-right: 15px;
    padding-left: 15px; }
    main section div div.contactField {
      padding-right: 0;
      padding-left: 0; }
    main section div div.input_renda {
      padding-right: 0;
      padding-left: 0; }
main section.homepage-hero div.homepage-slideshow {
  padding: 0; }
main section#callToAction {
  padding-right: 0;
  padding-left: 0; }
  main section#callToAction div {
    padding-right: 0;
    padding-left: 0; }
main h1, main h2 {
	display: block;
  font-family: "industry", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000 !important;
  border-bottom: 1px solid #bca100;
  width: fit-content;
  padding-bottom: 10px;
  margin-left: auto !important;
  margin-right: auto !important; }
main h3, main h4, main h5, main h6, main .elementor-heading-title {
  font-family: "industry", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000 !important;
  text-align: center; }

#showcase {
  padding-top: 60px; }
  #showcase #showcaseHeader {
    position: relative; }

#intro {
  position: absolute;
  top: 0;
  width: 100%; }
  #intro .container {
    justify-content: center;
    align-items: center; }
    #intro .container div {
      color: #fff;
      padding: 15px; }
    #intro .container #introSpacer, #intro .container #introLogo {
      flex: 1; }
    #intro .container #introText {
      flex: 2; }

#foundation {
  text-align: center; }
  #foundation div {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }

#caseIntro .container div, #testimonial .container div {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }

.centerAlign {
  text-align: center; }

#services .container img {
  display: block;
  margin-left: auto;
  margin-right: auto; }
#services .container div {
  flex: 1;
  padding: 25px; }

#callToAction .container {
  margin-right: 0;
  margin-left: 0; }
  #callToAction .container h2 {
    color: #fff;
    margin: 0;
    padding: 0; }
  #callToAction .container .btn {
    font-size: 1.5em; }
  #callToAction .container .textArea {
    flex: 2; }
  #callToAction .container .buttonArea {
    flex: 1; }

#clients .container {
  flex-wrap: wrap;
  justify-content: center; }
  #clients .container div {
    padding: 25px;
    flex-basis: 22.5%; }

#footer {
  background-color: #000;
  color: #fff;
  padding: 10 25px; }

.copyright {
  background-color: #000;
  color: #fff;
  padding: 10 25px; }
  .copyright div {
    flex: 1; }
  .copyright #links {
    text-align: right; }
  .copyright a {
    display: block;
    color: #fff; }
    .copyright a:hover {
      text-decoration: none; }

.sectionPadding {
  padding-top: 100px;
  padding-bottom: 100px; }

.altBackground {
  background-color: rgba(121, 161, 213, 0.1); }

.cover {
  background-color: rgba(0, 0, 0, 0.5); }

.parallax {
  /* The image used */
  background-image: url("patternBG.webp");
  /* Set a specific height */
  min-height: 100px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.divButton {
  transition-duration: 350ms;
  transition-property: background; }
  .divButton:hover {
    background-color: #EBC149;
    color: #fff; }
    .divButton:hover h3 {
      color: #fff; }

.btn {
  background-color: #EBC149;
  border: 1px solid #EBC149;
  transition-property: background;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px;
  transition-duration: 350ms; }
  .btn:hover {
    border: 1px solid #EBC149;
    color: #EBC149;
    background-color: #fff; }

div.animate {
  opacity: 0.25;
  transition-duration: 250ms;
  transition-delay: 500ms; }
div.in-view {
  opacity: 100; }

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  font-size: inherit;
  background-color: #EBC149;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #fff;
  color: #EBC149;
  border: 1px solid #EBC149; }

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out; }

.accordion:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: inherit;
  color: #fff !important;
  float: right;
  margin-left: 5px; }

.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
  color: #EBC149 !important; }

.caseStudy {
  text-align: center; }
  .caseStudy .btn {
    margin-left: 5px;
    margin-right: 5px; }
  .caseStudy p {
    min-height: 75px; }
  .caseStudy .container {
    margin-bottom: 25px; }

#footer_logo {
  text-align: center; }

.footer-padding {
  padding: 50px; }

@media (min-width: 988px) {
  .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex; }

  .article-full {
    margin: 0; }

  #intro {
    height: 300px; }
    #intro .container {
      height: 300px; }

  .footer-widgets {
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .footer-widgets .footer-widget-column {
      flex: 1;
      padding: 50px; }

  .copyright {
    background-color: #000; }
    .copyright .footer-widgets {
      display: flex; }
      .copyright .footer-widgets .footer-widget-column {
        flex: 1;
        padding: 0; } }
@media (max-width: 987px) {
  #titleBar {
    display: flex;
    padding-right: 10px;
    padding-left: 10px; }

  #introSpacer {
    display: none; }

  #showcase canvas {
    display: none; }

  #siteName {
    flex: 2;
    padding-right: 15px;
    padding-left: 15px; }

  #menuButton {
    max-width: 100%; }
    #menuButton .container {
      display: flex; }

  nav {
    overflow: scroll; }

  #intro {
    position: relative;
    background-image: url("patternBG.webp"); }
    #intro .container {
      background-color: rgba(0, 0, 0, 0.5); }
      #intro .container div {
        padding: 15px; }
        #intro .container div p {
          paddin-top: 15px;
          paddin-bottom: 15px;
          margin: 0; }
    #intro .mobileCover {
      padding: 0 15px; }

  #introLogo {
    text-align: center; }

  main {
    /*a {
    	white-space: pre-wrap;    
    	white-space: -moz-pre-wrap; 
    	white-space: -pre-wrap; 
    	white-space: -o-pre-wrap;   
    	word-wrap: break-word; 
    }*/ }
    main section {
      padding-right: 15px;
      padding-left: 15px; }
    main ul {
      margin-left: 0; }

  #callToAction .textArea {
    margin-bottom: 50px; }
  #callToAction .buttonArea {
    text-align: center; }

  #clients {
    text-align: center; }

  #copyright {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center; }

  .caseStudy .btn {
    display: block;
    margin-bottom: 15px; } }
@media (prefers-reduced-motion: reduce) {
  .divButton {
    transition-duration: 0;
    transition-property: none; }

  div.animate {
    opacity: 100;
    transition-duration: 0;
    transition-delay: 0; }
  div.in-view {
    opacity: 100; } }
nav ul {
  list-style: none; }
  nav ul li {
    display: inline-block;
    margin: 0 15px; }
    nav ul li a {
      font-family: "industry", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      text-decoration: none; }
      nav ul li a:hover {
        font-weight: 700; }

#titleBar {
  background: transparent;
  transition: background 0.3s ease;
  width: 100%;
  z-index: 1000; }

/* Add background after scrolling */
#titleBar.scrolled {
  background: black;
  /* change color/opacity as needed */ }

/* Default desktop menu */
#menuItems {
  display: flex;
  justify-content: flex-end; }

/* Hamburger button hidden on desktop */
#menuToggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff; }

/* Mobile menu */
@media screen and (max-width: 768px) {
  #titleBar {
    background-color: #000; }
    #titleBar .container {
      width: 100%; }
      #titleBar .container nav button {
        float: right;
        border: 1px solid #fff;
        border-radius: 5px;
        margin-right: 25px;
        font-size: 2rem; }
        #titleBar .container nav button:before {
          content: "menu"; }

  #menuToggle {
    display: block; }

  #menuItems {
    display: none;
    /* Hidden by default */
    flex-direction: column;
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000; }

  #menuItems.open {
    display: flex; }

  #menuItems ul {
    flex-direction: column;
    padding: 0;
    margin: 0; }

  #menuItems li {
    width: 100%;
    text-align: center;
    margin: 10px 0; }

  #menuItems a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block; } }
/*.homepage-hero {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.homepage-slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}
*/
.homepage-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  color: white; }

.homepage-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: none;
  /* JS will show the first slide */ }

.homepage-hero-overlay {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: self-end;
  text-align: center;
  padding: 20px;
  z-index: 10;
  /* Stays above slides */
  pointer-events: none;
  /* Overlay doesn’t block clicks if needed */ }

#gradientCover {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.94) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.94) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.94) 100%);
  padding: 5 15px; }

.hero-text {
  background-color: rgba(0, 0, 0, 0.6);
  width: 45%;
  padding: 25px; }

.hero-text h1 {
  font-family: "industry", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff !important;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
  border-bottom: none; }

.hero-logo img {
  max-width: 200px;
  /* Adjust logo size */
  height: auto;
  margin-bottom: 20px; }

.hero-text p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.hero-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff6f61;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease; }

.hero-button:hover {
  background-color: #e85c50; }

/* Optional: Responsive adjustments */
@media (max-width: 768px) {
  .homepage-hero {
    padding-top: 100px;
    min-height: 400px; }

  .hero-text {
    width: 100%; }

  .hero-text h1 {
    font-size: 2rem; }

  .hero-text p {
    font-size: 1rem; }

  .hero-logo img {
    max-width: 150px; } }
/*.homepage-hero {
position: relative;
height: 600px;
overflow: hidden;
}

.homepage-slideshow {
position: absolute;
width: 100%;
height: 100%;
}

.slide {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
opacity: 1;
transition: opacity 1s ease-in-out;
}

.slide.active {
opacity: 1;
}

.homepage-hero-overlay {
position: relative;
z-index: 2;
color: white;
text-align: center;
padding-top: 150px;
}

.homepage-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-logo img {
  max-height: 100%;
  max-width: auto;
}

.hero-button:hover {
  background-color: #ffffff;
	color: #000;
}

@media (min-width: 988px) {
	.homepage-hero {
	  //position: relative;
	  overflow: hidden;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 80vh;
	  color: white;
	}
	
	.homepage-hero-overlay {
		
		position: relative;
		z-index: 1;
		display: flex;
		width: 100%;
		max-width: 100%;
		height: 100%;
		padding: 8rem 6rem;
		justify-content: right;
		align-items: center;
	}
	
	.hero-text {
		background-color: rgba(0,0,0,0.6);
	}
	
	.hero-text h1 {
		color: #fff !important;
	  font-size: 2rem;
		line-height: 2.5rem;
	  margin-bottom: 0.5rem;
	}

	.hero-text p {
	  font-size: 1.1rem;
	  margin-bottom: 1rem;
	}
	
	.hero-button {
	  display: inline-block;
	  padding: 0.75rem 1.5rem;
	  background-color: $primary-color;
		border: 1px solid #fff;
	  color: #fff;
	  text-decoration: none;
	  border-radius: 0;
	  font-weight: bold;
	}
	.hero-text {
	  max-width: 600px;
	  text-align: center;
	}
}

@media (max-width: 987px) {
	.homepage-hero {
	  position: relative;
	  overflow: hidden;
	  display: block;
	  align-items: center;
	  justify-content: center;
	  height: 280px;
	  color: white;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 0;
		padding-right: 0;
	}
	.homepage-hero-overlay {
		background-color: rgba(0,0,0,0.6);
		position: relative;
		z-index: 1;
		display: block;
		width: 100%;
		max-width: 100%;
		height: 100%;
		padding: 15px;
		justify-content: space-between;
		align-items: center;
	}
	
	.hero-text{
		padding: 25px;
	}
	
	.hero-text h1 {
		color: #fff !important;
	  font-size: 1.5rem;
	  margin-bottom: 15px;
	}

	.hero-text p {
	  font-size: 1rem;
	  margin-bottom: 15px;
	}
	
	.hero-button {
	  display: block;
	  padding: 10px;
	  background-color: $primary-color;
		border: 1px solid #fff;
	  color: #fff;
	  text-decoration: none;
	  border-radius: 0;
	  font-weight: bold;
		white-space: normal;
	}
	.hero-text {
	  max-width: 100%;
	  text-align: center;
	}
}
*/
