.elementor-kit-140{--e-global-color-primary:#FFEFEF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#6C0000;--e-global-color-5e6ec957:#4054B2;--e-global-color-26713542:#23A455;--e-global-color-7780bd1b:#000;--e-global-color-594b303e:#FFF;--e-global-color-5d88b540:#FFEFEF;--e-global-color-6f005aaa:RGBA(54, 1, 1, 0.75);--e-global-color-41b98202:#4B0000;--e-global-color-32c907aa:#6C0000;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-140 e-page-transition{background-color:#FFBC7D;}.elementor-kit-140 a{color:var( --e-global-color-5d88b540 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */#bgcardgradient1 {
	background: linear-gradient(90deg, #1A0107, #86230E, #1A0107, #1F0400);
	background-size:400% 400%;
	-webkit-animation: Gradient 18s ease infinite;
	-moz-animation: Gradient 18s ease infinite;
	animation: Gradient 18s ease infinite;
	height:450px;
}

@-webkit-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

@-moz-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

@keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

.blink_me {
    color:#c63517;
  animation: blinker 1s infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}/* End custom CSS */