/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 25 2025 | 14:41:59 */
.tci-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  font-size: 42px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.425px;
  display: none;
}

.tci-loading-overlay-loading--show {
  display: flex;
}

.tci_container--with-padding {
  padding: 0 10px;
}

.tci_container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1500px) {
  .tci_container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1400px) {
  .tci_container {
    max-width: 1100px;
  }
}

@media screen and (max-width: 1300px) {
  .tci_container {
    max-width: 1050px;
  }
}

@media screen and (max-width: 1200px) {
  .tci_container {
    max-width: 950px;
  }
}

@media screen and (max-width: 1100px) {
  .tci_container {
    max-width: 100%;
    padding: 0 16px;
	width: 90% !important;
  }
}

@media (max-width: 1200px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
	  max-width: 90% !important;		
	}
}

@media screen and (max-width: 1500px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1200px;
	}
}

.tci_section {
  padding: 70px 0;
}

@media screen and (min-width: 1100px) {
  .tci_section {
    padding: 140px 0;
  }
}

#breadcrumbs {
  letter-spacing: 0.425px;
  line-height: 1.86;
  margin-top: 30px;
}

#breadcrumbs span a {
  color: #0B0B0B;
}

#breadcrumbs .breadcrumb_last {
  color: #AA9767;
}