.elementor-kit-6{--e-global-color-primary:#072429;--e-global-color-secondary:#072429;--e-global-color-text:#111111;--e-global-color-accent:#D7C5A3;--e-global-color-32f44e8:#FFFFFF;--e-global-color-7f89f9c:#F9F8F6;--e-global-color-ede61e8:#FADEBE;--e-global-color-aa9936a:#D7C5A3;--e-global-color-a860514:#B08556;--e-global-color-e855a28:#A0DCD6;--e-global-color-77412c7:#C8DF90;--e-global-color-78128bc:#3F5357;--e-global-color-f57f762:#072429;--e-global-color-e5f73df:#02090A;--e-global-color-8555057:#BDB8B4;--e-global-typography-primary-font-family:"tiller";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:none;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#D7C5A3;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color:var( --e-global-color-aa9936a );--lightbox-ui-color-hover:var( --e-global-color-aa9936a );--lightbox-text-color:var( --e-global-color-32f44e8 );--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:20px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x:hidden !important;
}
*, *:hover, *:focus, *:visited{
    outline:none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}
a, a:hover, a:focus, a:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}
button, button:hover, button:focus, button:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}

h1:before, h2:before {
    display: none !important;
}
p {
    margin-block-end: 0;
}
svg{
    height:inherit;
}
.noTitle{
	pointer-events: none;
}
.elementor-kit-6 input:focus, .elementor-kit-6 textarea:focus{
    box-shadow:none !important;
}
.limited{
    max-width:100vw;
    overflow:hidden;
}
.icon{
    line-height:1;
}
.linkBox{
    scale:1;
    transition:0.4s;
}
.linkBox:hover{
    scale:1.02;
    transition:0.4s;
}
.linkBox .arrow svg{
    transform:rotate(0deg);
    transition:0.3s;
}
.linkBox:hover .arrow svg{
    transform:rotate(20deg);
}

/*Fancybox */
.fancybox-image{
    border-radius:8px;
}
.fancybox-button{
    background-color:#4b4b4b !important;
    padding:0 !important;
    border-radius:4px !important;
}
.fancybox-button:hover{
    background-color:#9f7c41;
}

/*Custom Scrollbar*/
/* width */
 ::-webkit-scrollbar {
     width:4px;
 }
 /* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey; 
     border-radius: 0px;
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
     background: linear-gradient(#232527, #434547);
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #ee76445; 
 }/* End custom CSS */