@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Quicksand:wght@300..700&display=swap');


.elementor-header-container {
  min-height: 200px;
  width: 100%;
  background-color: #efe5de;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-header-title { color: #f29933!important; }

.hero-slider {
    position: relative;
    height: 70vh;
    min-height: 580px;
    overflow: hidden;
    width: 100%;
}

/* Slider */
.slider {
    display: flex!important;
    height: 100%!important;
    transition: transform 0.8s ease!important;
}

.slide {
    min-width: 100%!important;
    width: 100%;
    height: 100%!important;
    background-size: cover!important;
    background-position: center!important;
}

/* Arrows */
.nav {
    position: absolute!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    font-size: 40px!important;
    background: rgba(0,0,0,0)!important;
    color: #fff!important;
    border: none!important;
    cursor: pointer!important;
    z-index: 10!important;
    padding: 5px 15px!important;
}

.prev { left: 20px!important; }
.next { right: 20px!important; }

/* Dots */
.dots {
    position: absolute!important;
    bottom: 25px!important;
    width: 100%!important;
    text-align: center!important;
    z-index: 10!important;
}

.dots span {
    display: inline-block!important;
    width: 12px!important;
    height: 12px!important;
    background: rgba(255,255,255,0.5)!important;
    border-radius: 50%!important;
    margin: 0 6px!important;
    cursor: pointer!important;
}

.dots span.active {
    background: #e63946!important;
}

/* Mobile */
@media (max-width: 768px) {
    .hero-slider {
        height: 55vh!important;
    }
    .nav {
        font-size: 32px!important;
    }
}


.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6!important;
  border-radius: 0.25rem!important;
  max-width: 100%;
  margin-bottom: 2em;
  display: block;
  height: auto; }

.elementor iframe { height: 350px;margin-bottom: 1em!important;  }


.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 280px;
  position: relative;
  display: block; }

@media (min-width: 768px) {
  .blog-entry {
    margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .blog-entry {
    margin-bottom: 30px; } }

.ftco-section {
  padding: 3em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 2em 0; } }



.sidebar-box {
  margin-bottom: 40px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 { line-height: 22px!important;
      margin-bottom: 10px!important;}
  .sidebar-box .meta {
    font-size: 12px;
    color: #a0a0a0!important;
    display: flex;
    gap: 10px;
  }
  .sidebar-box .meta div{
    border-right: 1px solid #ddd;
    margin: 0;
    line-height: 1;
    padding: 0 1em 0 0em;
  }
    .sidebar-box h3 a {
    font-size: 16px!important;
    color: #646464!important;
    line-height: 22px!important;
    font-weight: 500; }

    .sidebar-box h3 a:hover {
      color: #000000!important;}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block;
    color: #1a1a1a; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
    .categories li a:hover, .categories li a:focus, .sidelink li a:hover, .sidelink li a:focus {
      outline: none;
      color: #c5cf31; }
  .categories li.active a, .sidelink li.active a {
    color: #c5cf31; }
    .categories li.active a span, .sidelink li.active a span {
      color: #c5cf31; }

.blog-entry .text {
  position: relative;
  border-top: 0;
  padding: 0 1em;
  border-radius: 2px; }
  .blog-entry .text .tag {
    color: #b3b3b3; }

    .blog-entry p{ margin-bottom: 1em; line-height: 1.5; }
  .blog-entry .text h2, .blog-entry .text .heading {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 16px;
    font-weight: 600; }
    .blog-entry .text .heading a { font-size: 21px; }
    .blog-entry .text .heading a {
      color: #000000; }
      .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
        color: #f29933; }
  .blog-entry .text .meta-chat {
    color: #f29933; }
  .blog-entry .text .read {
    color: #000000;
    font-size: 14px; }

.blog-entry .meta > div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .blog-entry .meta > div a {
    color: #999999;
    font-weight: 500; }
    .blog-entry .meta > div a:hover {
      color: #333333; }

.blog-entry .btn-custom {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #9ea627; }

  
.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: gray;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #e6e6e6; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #f29933;
      color: #fff;
      border: 1px solid transparent; }

.contact-wrap {
  background: #fff; }

.contactForm .label {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1em;
  height: 45px; }

  .ma-cf form .btn, .ma-cf form [type=submit] {
    background: #000000!important;
    border: 1px solid #000000!important;
    border-radius: 5px;
    color: #fff;
}

  
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }


  
select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

    .gallerybx {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;      /* fixed thumbnail box */
  overflow: hidden;
  background: #f2f2f2;     /* visible space for portrait images */
  border-radius: 6px;
  border: 2px solid #ffffff;
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.gallerybx:hover {
      border: 2px solid #c0c0c0; 
      background-color: #ffffff;
      box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
      transform: scale(1.05);
      opacity: 0.95;
    }

/* Anchor fills box */
.gallerybx a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Image behavior */
.gallerybx img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;     /* IMPORTANT: no cropping */
  object-position: center;
}
