.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#373B3F;--e-global-color-text:#1E1F23;--e-global-color-accent:#FF681F;--e-global-color-17b4f6b:#FFFFFF;--e-global-color-842a56c:#D95413;--e-global-color-7355c91:#FFFBF8;--e-global-color-6625f0c:#FDF8F4;--e-global-color-7c584ad:#F3F3F3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Noto Sans", Sans-serif;font-size:16px;font-weight:300;line-height:2.2em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Playfair Display", Sans-serif;font-size:24px;font-weight:500;text-transform:none;color:var( --e-global-color-17b4f6b );border-radius:0px 0px 0px 0px;padding:18px 35px 18px 35px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-17b4f6b );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Playfair Display", Sans-serif;font-size:80px;}.elementor-kit-7 h2{font-family:"Playfair Display", Sans-serif;font-size:40px;}.elementor-kit-7 h3{font-family:"Playfair Display", Sans-serif;font-size:22px;font-weight:500;text-transform:uppercase;letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 h1{font-size:40px;}.elementor-kit-7 h2{font-size:30px;}.elementor-kit-7 h3{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, html {overflow-x:hidden;}
p:last-child {margin:0;}


.repeater-item a:hover {
    text-decoration: underline;
}
.elementor-slideshow__title {
    display: none !important;
}
.swiper-wrapper {
    transition-timing-function: linear;
}
.repeater-item a {
    color: #000;
}
.elementor-location-footer a {
    color:#000!important;
}
.elementor-location-footer a:hover {
    color:#F58542!important;
}
body.elementor-editor-active .fadeInRight2,
body.elementor-editor-active .fadeInLeft2,
body.elementor-editor-active .fadeInUp2,
body.elementor-editor-active .fadeInDown2 {
  opacity: 1 !important;
  visibility: visible !important; 
  transform: none !important; 
  animation: none !important; 
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.opacity5 {opacity:0.05;}
.opacity10 {opacity:0.10;}
.opacity15 {opacity:0.15;}
.opacity20 {opacity:0.20;}
.opacity {opacity:0.05;}
.delay300 {
  animation-delay: 300ms; 
}
.loop {  -webkit-animation: rotate 25s normal linear infinite;
  animation: rotate 25s normal linear infinite;}
.delay600 {
  animation-delay: 600ms;
}

.delay900 {
  animation-delay: 900ms;
}
.makewhiteimg {filter:invert(1) brightness(1000);}
/* Ensure the delay works with animations */
.fadeInRight2.animated,
.fadeInLeft2.animated,
.fadeInUp2.animated,
.fadeInDown2.animated {
  animation-fill-mode: both; 
}

/* Default Hidden State */
.fadeInRight2,
.fadeInLeft2,
.fadeInUp2,
.fadeInDown2 {
  opacity: 0; 
  visibility: hidden; 
}

/* Fade-In Right Animation */
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0); /* Start 50px to the right */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* Final position */
  }
}

.fadeInRight2.animated {
  animation: fadeInRight2 0.7s ease-in-out forwards;
  visibility: visible; 
}

/* Fade-In Left Animation */
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0); /* Start 50px to the left */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* Final position */
  }
}

.fadeInLeft2.animated {
  animation: fadeInLeft2 0.7s ease-in-out forwards;
  visibility: visible;
}

/* Fade-In Up Animation */
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0); /* Start 50px below */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* Final position */
  }
}

.fadeInUp2.animated {
  animation: fadeInUp2 0.7s ease-in-out forwards;
  visibility: visible;
}

/* Fade-In Down Animation */
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0); /* Start 50px above */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* Final position */
  }
}

.fadeInDown2.animated {
  animation: fadeInDown2 0.7s ease-in-out forwards;
  visibility: visible;
}/* End custom CSS */