.elementor-kit-15{--e-global-color-primary:#332F2C;--e-global-color-secondary:#332F2C;--e-global-color-text:#535353;--e-global-color-accent:#D9AE79;--e-global-color-1068d5d:#F4F8F3;--e-global-color-852989a:#FAFAFA;--e-global-color-38506b5:#FFFFFF;--e-global-typography-primary-font-family:"Abhaya Libre";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Abhaya Libre";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Abhaya Libre";--e-global-typography-accent-font-weight:700;--e-global-typography-f031728-font-size:16px;--e-global-typography-f031728-line-height:24px;--e-global-typography-caba0c1-font-size:14px;--e-global-typography-caba0c1-line-height:20px;font-size:18px;line-height:26px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:800ms;}.elementor-kit-15 e-page-transition{background-color:#FFFFFF;}.elementor-kit-15 h1{font-size:56px;line-height:66px;}.elementor-kit-15 h2{font-size:44px;line-height:48px;}.elementor-kit-15 h3{font-size:36px;line-height:40px;}.elementor-kit-15 h4{font-size:24px;line-height:30px;}.elementor-kit-15 h5{font-size:22px;text-transform:uppercase;line-height:28px;}.elementor-kit-15 h6{font-size:18px;text-transform:uppercase;line-height:24px;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{font-size:16px;text-transform:uppercase;line-height:24px;color:var( --e-global-color-primary );padding:12px 24px 12px 24px;}.elementor-kit-15 img{border-radius:5px 5px 5px 5px;}.elementor-kit-15 input:not([type="button"]):not([type="submit"]),.elementor-kit-15 textarea,.elementor-kit-15 .elementor-field-textual{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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-15 h1{font-size:50px;line-height:40px;}.elementor-kit-15 h2{font-size:40px;line-height:50px;}.elementor-kit-15 h3{font-size:32px;line-height:42px;}.elementor-kit-15 h4{font-size:24px;line-height:30px;}.elementor-kit-15 h5{font-size:22px;line-height:28px;}.elementor-kit-15 h6{font-size:18px;line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15 h1{font-size:45px;line-height:48px;}.elementor-kit-15 h2{font-size:40px;line-height:45px;}.elementor-kit-15 h3{font-size:32px;line-height:38px;}.elementor-kit-15 h4{font-size:24px;line-height:30px;}.elementor-kit-15 h5{font-size:22px;line-height:28px;}.elementor-kit-15 h6{font-size:18px;line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
    outline: none !important;
}

.elementor-button:hover {
    transform: translateX(10px);
}

@media(max-width:767px) {
.elementor-lightbox .elementor-lightbox-item {
    padding-left: 20px !important;
    padding-right: 20px !important;
}}

.customfadeinup {
    opacity: 0;
    transform:translate3d(0,100px,0);
    transition: all 1.6s ease 0s; 
}

.customfadeindown {
    opacity: 0;
    transform:translate3d(0,-100px,0);
    transition: all 1.6s ease 0s; 
}

.customfadeinleft {
    opacity: 0;
    transform:translate3d(-100px,0,0);
    transition: all 1.6s ease 0s; 
}

.customfadeinright {
    opacity: 0;
    transform:translate3d(100px,0,0);
    transition: all 1.6s ease 0s; 
}

.customfadeinup.visible {
    opacity: 1;
    transform:translate3d(0,0,0);
}

.customfadeindown.visible {
    opacity: 1;
    transform:translate3d(0,0,0);
}

.customfadeinleft.visible {
    opacity: 1;
    transform:translate3d(0,0,0);
}

.customfadeinright.visible {
    opacity: 1;
    transform:translate3d(0,0,0);
}

.entrancefadeinup {
    animation: entrancefadeinup 1.6s ease 0s;
}

.entrancefadeindown {
    animation: entrancefadeindown 1.6s ease 0s;
}

.entrancefadeinleft {
    animation: entrancefadeinleft 1.6s ease 0s;
}

.entrancefadeinright {
    animation: entrancefadeinright 1.6s ease 0s;
}

@keyframes entrancefadeinup {
    0% { opacity: 0; transform:translate3d(0,100px,0); }
    100% { opacity: 1; transform:translate3d(0,0px,0); }
}

@keyframes entrancefadeindown {
    0% { opacity: 0; transform:translate3d(0,-100px,0); }
    100% { opacity: 1; transform:translate3d(0,0px,0); }
}

@keyframes entrancefadeinleft {
    0% { opacity: 0; transform:translate3d(-100px,0,0); }
    100% { opacity: 1; transform:translate3d(0px,0,0); }
}

@keyframes entrancefadeinright {
    0% { opacity: 0; transform:translate3d(100px,0,0); }
    100% { opacity: 1; transform:translate3d(0px,0,0); }
}/* End custom CSS */