.elementor-kit-6{--e-global-color-primary:#633888;--e-global-color-secondary:#F9A619;--e-global-color-text:#2F3640;--e-global-color-accent:#BF7DF9;--e-global-color-2b69c8f:#FFFFFF;--e-global-color-136a41d:#FFFFFFA8;--e-global-color-4cda5b5:#DDDDDDDD;--e-global-color-b9de0a3:#575757;--e-global-typography-primary-font-family:"Gotham";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Gotham";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gotham";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gotham";--e-global-typography-accent-font-weight:500;--e-global-typography-8c1f39f-font-family:"Gotham";--e-global-typography-8c1f39f-font-size:1.5em;--e-global-typography-8c1f39f-font-weight:400;--e-global-typography-8c1f39f-line-height:1.5em;--e-global-typography-8c1f39f-letter-spacing:1.2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-container{--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-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS */.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.cover img {
    object-fit: cover;
}

#main-menu {
    background-color: rgba(255,255,255,.5);
    transition: background-color 1s ease;
}

#main-menu.smaller {
    background-color: #fff;
        transition: background-color 1s ease;
}

#main-menu.fixed > .elementor-container {
     transition: min-height 1s ease;
}

#main-menu img {
    max-width: 200px !important;
    transition: max-width 1s ease;
    
}


#main-menu.fixed.smaller > .elementor-container {
    min-height: 80px;
    transition: min-height 1s ease;
}

#main-menu.fixed.smaller img {
    max-width: 150px !important;
    transition: max-width 1s ease;
}

body {
    margin: 0 !important;
}

h2 {
    font-size: 4.5em;
}

h3 {
    font-size: 3.5em;
}

h4 {
    font-size: 2.5em;
}

strong {
    color: #F9A619;
}

.gradient {
      background: -webkit-linear-gradient(#633888, #F9A619);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}

.no-margin p {
    margin: 0 !important;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


@media only screen and (max-width: 768px) {
    .white-space {
        min-height:300px;
    }
}/* End custom CSS */