.elementor-kit-4{--e-global-color-primary:#F28F16;--e-global-color-secondary:#704F62;--e-global-color-text:#382230;--e-global-color-accent:#EDAA00;--e-global-color-07313c2:#00F07C;--e-global-color-a5ab057:#00F5CC;--e-global-color-a70f460:#04070D;--e-global-color-f816f53:#0B010E;--e-global-color-a7d8aad:#DB5700;--e-global-color-96066a7:#110C2B;--e-global-color-94172bd:#696673;--e-global-color-c921f39:#FFFFFF;--e-global-color-2cc4590:#420118;--e-global-color-b1c47f7:#B80018;--e-global-color-8841004:#FF6696;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}@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 */a{
    color: #F28F16;
    border-bottom: none;
}

a:hover{
    color: #EDAA00;
}

a:active, a:visited{
    color:#F28F16;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #F1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F28F16;
  border-radius: 1rem;
  transition: .3s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #EDAA00;
  transition: .3s;
}


::-moz-selection { /* Code for Firefox */
  color: #382230;
  background: rgba(237,170,0,0.5);
}

::selection {
  color:#382230;
  background: rgba(237,170,0,0.5);
}/* End custom CSS */