.elementor-kit-11{--e-global-color-primary:#303240;--e-global-color-secondary:#C76C0C;--e-global-color-text:#212121;--e-global-color-accent:#C74A1A;--e-global-color-6c2a41a4:#999999;--e-global-color-2ee562b2:#23A455;--e-global-color-5bef2f07:#000;--e-global-color-35f7c406:#FFF;--e-global-color-1cc03a9:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:1rem;font-weight:400;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-secondary );}.elementor-kit-11 a:hover{color:var( --e-global-color-accent );}.elementor-kit-11 h1{color:var( --e-global-color-primary );font-family:"Open Sans", Sans-serif;font-size:3rem;}.elementor-kit-11 h2{color:#333333;font-family:"Open Sans", Sans-serif;font-size:2rem;font-weight:500;text-transform:uppercase;}.elementor-kit-11 h3{color:var( --e-global-color-primary );font-family:"Open Sans", Sans-serif;}.elementor-kit-11 h4{color:var( --e-global-color-primary );font-family:"Open Sans", Sans-serif;font-size:1rem;font-weight:400;text-transform:uppercase;}.elementor-kit-11 label{color:var( --e-global-color-primary );font-family:"Open Sans", Sans-serif;font-weight:600;}.elementor-kit-11 input:not([type="button"]):not([type="submit"]),.elementor-kit-11 textarea,.elementor-kit-11 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-6c2a41a4 );border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* ----------------------------------
:: DARK THEME
---------------------------------- */

/* Headings ---------------- */
.theme-dark h1 { color: white; }
.theme-dark h2 { color: white; }
.theme-dark h3 { color: white; }
.theme-dark h4 { color: white; }
.theme-dark h5 { color: white; }


/* Paragraphs ---------------- */
.theme-dark .elementor-text-editor p {
  color: white;
}


/* Links ---------------- */
.theme-dark .elementor-text-editor a {
  color: white;
  border-bottom: 1px solid white;
}

.theme-dark .elementor-text-editor a:hover {
  color: gray;
}


/* Buttons ---------------- */
.theme-dark .elementor-button {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}

.theme-dark .elementor-button:hover {
  color: black;
  border: 1px solid white;
  background-color: white;
}




.star {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	box-shadow: 0px 0px 5px #fff;
}



.page-background-animation {
  position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -700px;
	margin-left: -700px;
	width: 1400px;
	height: 1400px;
	/*border: 1px solid red;*/
  -webkit-animation-name: starRotate;
  -webkit-animation-duration: 200s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: starRotate;
  -moz-animation-duration: 200s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: starRotate;
  -ms-animation-duration: 200s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}

/* Keyframes */
@-webkit-keyframes starRotate {
  from { -webkit-transform:rotate(0deg); }
  to { -webkit-transform:rotate(360deg); }
}

@-moz-keyframes starRotate {
  from { -moz-transform:rotate(0deg); }
  to { -moz-transform:rotate(360deg); }
}

@-ms-keyframes starRotate {
  from { -ms-transform:rotate(0deg); }
  to { -ms-transform:rotate(360deg); }
}/* End custom CSS */