.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#6EC1E4;--e-global-color-text:#D8D8D8;--e-global-color-accent:#263767;--e-global-color-b8b5a1a:#FC5F45;--e-global-color-9079b68:#38C695;--e-global-color-289fbef:#B27CF5;--e-global-color-e164640:#FEB960;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:transparent;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;line-height:26px;background-image:linear-gradient(180deg, #000000 0%, #1B2D65 100%);}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Tahoma", Sans-serif;font-weight:200;font-style:normal;color:#FFFFFF;border-style:none;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#6EC1E4;color:#FFFFFF;border-style:none;}.elementor-kit-6 e-page-transition{background-color:#FFFFFF;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-6 h5{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-6 h6{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:800px;}.e-con{--container-max-width:800px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .header-inner{width:0px;max-width:100%;}.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 *//* keeps the button on top of the glow */
.galactic-button {
  z-index: 1;
}

/* css for the glowing effect */
.galactic-button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	border-radius: 50%;
	pointer-events: none;
	/* adjust the width and height keeping them both the same size */
  width: 200px;
  height: 200px;
	/* adjust the colors here */
  background: conic-gradient(from 0deg, #ff007f, #ffbf00, #00ffbf, #00d4ff, #ff007f);
	/* adjust the speed of the animation */
  animation: swirl 3s infinite linear;
	/* adjust the blur */
  filter: blur(50px);
	/* adjust the opacity */
  opacity: 0.5;
}


/* Swirl Animation */
@keyframes swirl {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Poppins-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Poppins-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Poppins-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Poppins-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Roboto-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.vrsmleadmag.com/wp-content/uploads/2024/11/Roboto-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */