.elementor-kit-7{--e-global-color-primary:#332F2C;--e-global-color-secondary:#30373E;--e-global-color-text:#535353;--e-global-color-accent:#DAA14C;--e-global-color-e718100:#FFFFFF;--e-global-color-2461455:#FAFAFA;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;--e-global-typography-791442c-font-family:"Poppins";--e-global-typography-791442c-font-weight:600;--e-global-typography-5deff9c-font-family:"Poppins";--e-global-typography-5deff9c-font-size:22px;--e-global-typography-5deff9c-line-height:36px;--e-global-typography-5cfb7ba-font-family:"Poppins";--e-global-typography-5cfb7ba-font-size:16px;--e-global-typography-5cfb7ba-line-height:28px;--e-global-typography-5dbd320-font-family:"Poppins";--e-global-typography-5dbd320-font-size:14px;--e-global-typography-5dbd320-line-height:24px;--e-global-typography-4ec6e7a-font-family:"Poppins";--e-global-typography-4ec6e7a-font-size:18px;--e-global-typography-4ec6e7a-font-weight:600;--e-global-typography-4ec6e7a-text-transform:uppercase;--e-global-typography-4ec6e7a-line-height:24px;--e-global-typography-4ec6e7a-letter-spacing:5px;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;line-height:30px;--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:600ms;}.elementor-kit-7 e-page-transition{background-color:#FFFFFF;}.elementor-kit-7 h1{font-size:56px;text-transform:uppercase;line-height:66px;}.elementor-kit-7 h2{font-size:44px;text-transform:uppercase;line-height:54px;}.elementor-kit-7 h3{font-size:36px;text-transform:uppercase;line-height:46px;}.elementor-kit-7 h4{font-size:24px;text-transform:uppercase;line-height:34px;}.elementor-kit-7 h5{font-size:22px;text-transform:uppercase;line-height:28px;}.elementor-kit-7 h6{font-size:18px;text-transform:uppercase;line-height:24px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Raleway", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;line-height:28px;border-radius:100px 100px 100px 100px;padding:12px 24px 12px 24px;}.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-7{--e-global-typography-5deff9c-font-size:20px;--e-global-typography-5deff9c-line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-5deff9c-font-size:20px;}.elementor-kit-7 h1{font-size:44px;line-height:54px;}.elementor-kit-7 h2{font-size:35px;line-height:45px;}.elementor-kit-7 h3{font-size:30px;line-height:40px;}.elementor-kit-7 h4{font-size:24px;line-height:34px;}.elementor-kit-7 h5{font-size:22px;line-height:28px;}.elementor-kit-7 h6{font-size:18px;line-height:24px;}.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 {
    opacity: 0.9;
}

@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.5s ease 0s; 
}

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

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

.customfadeinright {
    opacity: 0;
    transform:translate3d(100px,0,0);
    transition: all 1.5s 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.25s ease 0s;
}

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

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

.entrancefadeinright {
    animation: entrancefadeinright 1.25s 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 */