@charset "UTF-8";
@import url("https://use.typekit.net/buk8ukm.css");

@import url('https://fonts.googleapis.com/css2?family=Jost:ital@1&family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url(https://use.typekit.net/atw5xbv.css);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap);

@import url(https://fonts.googleapis.com/css?family=Raleway:300);
@import url(https://fonts.googleapis.com/css?family=Lusitana:400,700);



@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('GTWalsheimPro-Bold.eot');
    src: local('GT Walsheim Pro Bold'), local('GTWalsheimPro-Bold'),
        url('GTWalsheimPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('GTWalsheimPro-Bold.woff2') format('woff2'),
        url('GTWalsheimPro-Bold.woff') format('woff'),
        url('GTWalsheimPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('GTWalsheimPro-Light.eot');
    src: local('GT Walsheim Pro Light'), local('GTWalsheimPro-Light'),
        url('GTWalsheimPro-Light.eot?#iefix') format('embedded-opentype'),
        url('GTWalsheimPro-Light.woff2') format('woff2'),
        url('GTWalsheimPro-Light.woff') format('woff'),
        url('GTWalsheimPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('GTWalsheimPro-Thin.eot');
    src: local('GT Walsheim Pro Thin'), local('GTWalsheimPro-Thin'),
        url('GTWalsheimPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('GTWalsheimPro-Thin.woff2') format('woff2'),
        url('GTWalsheimPro-Thin.woff') format('woff'),
        url('GTWalsheimPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

:root {
--highlight-color: #2FB8F7;
  --black: oklch(17.7% 0.105 262.48);
  --purple: oklch(60% 0.37 294.7);
  --orange: oklch(60% 0.37 64.65);
  --yellow: oklch(60% 0.37 109.08);
  --blue: oklch(60% 0.37 237.06);
  --black-alpha-50: color-mix(in oklch, var(--black), transparent);
}



html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

* {
	
/*	border: 1px solid red;*/
box-sizing: border-box;
	
}


.reviews {
	background-color: #7f36e8;
/*	padding: 20px 0px 20px 0px;*/
	display: flex;
    justify-content: center;
    align-items: center;
    max-height: 500px;
    margin: 0;
	padding: 15px 0;
}



::selection {
  background: #75fb91;
}

#creative:target {
  display: block;
  position: relative;
  top: -85px; 
  visibility: hidden;
}

body {
margin: 0px;
	
scroll-behavior: smooth;
/*	background-color: #f4f4f4;*/
	overflow-x: hidden;
}


	a {
	color:#001C54;
	text-decoration: none;	
	}

footer a {
	color: white;
}


#page_greeting {
	
	text-align: center;
	font-size: 25px;
	letter-spacing: 1px;
	font-family: 'GT Walsheim Pro', sans-serif;
	font-weight: 500;
	color: #30019b;

}


.navigation li {
  padding: 20px;
    font-family: 'GT Walsheim Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
	letter-spacing: 1.2px;
	}

.navigation li::after {
	content: '';
	width: 0%;
	height: 2.5px;
	background: #ba00ff;
	display: block;
	margin: 2px auto 0;
	transition: 0.5s;
}

.navigation li:hover::after {
	width: 100%;
}


/*Client Reviews Slider Start*/

.swiper-container {
    width: 1076px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
	/* z-index: 0; */
}


.review {
    font-size: 20px;
    color: #333;
    text-align: center;
  	padding: 10px 60px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
/*     height: calc(100% - 60px); */
  height: auto;
    display: flex; /* Added Flex */
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Horizontally centers content */
  overflow-y: auto;
  padding-bottom: 40px;
  
}

.review p {
	color: rgb(0, 28, 84);
    text-align: justify !important;
    max-width: 90% !important;
  font-family: 'Jost', sans-serif;
}


.review-content {
    display: flex;
    flex-direction: column;
    align-items: center;

}


.review cite {
    display: block;
    color: rgb(0, 28, 84);
}

/* Adjusting arrow positions */
.swiper-button-next, .swiper-button-prev {
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    background-size: 27px 44px;
    cursor: pointer;
}

.swiper-button-next {
    right: -10px;
}

.swiper-button-prev {
    left: -10px;
}

/* Adjusting pagination dots */
.swiper-pagination {
    bottom: -15px; /* Slightly adjusted for more space */
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
bottom: -30px;
    /* Making sure pointer events are active */
    pointer-events: auto;
}

/* Making individual pagination bullets more accessible */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #000;
    opacity: 0.4;
    transition: opacity 0.3s;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination, .swiper-pagination-bullet {
    pointer-events: all;
}

.swiper-slide {
    height: auto;
}

.swiper-slide, .review {
    min-height: 300px; /* Adjust this value based on the height you believe most quotes will fit into */
}




/*Client Reviews Slider End*/


/*beginning styles for a contact form*/

.align-center {
  text-align: center;
}

.row {
  margin: -20px 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}
.row .col.x-50 {
  width: 50%;
}
.row .col.x-100 {
  width: 100%;
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.buy-button {
	margin: 0 auto;
}

.get-in-touch {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-10%);
}
.get-in-touch .title {
  text-align: center;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
  transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}
.note .link {
  color: #888;
  text-decoration: none;
}
.note .link:hover {
  text-decoration: underline;
}


/*end styles for a contact form*/

.hero-video {
	width: 60%;
	
	
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.6);
	border-radius: 20px;
}

/*
.hero-video:before {
	content: "";
	display: block;
	border: solid hsla(266,100%,5%,1.00) 18px;
	height: 10px;
	z-index: 10;
	width: 700px;
	height: 700px;
}
*/




/*OLD CAR BUTTONS CODE*/

/*
.select-color div {
	background: #333;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.3s;
}

.red-outline {
	outline: 3px solid #d52f00;
	outline-offset: 3px;
	
}

.select-color {
	display: flex;
	margin-top: 30px;
	justify-content: center;
	
	}

.select-color #red {
background: #d52f00; 	
}

.select-color #red:hover {

	outline: 3px solid #d52f00;
	outline-offset: 3px;
}






.blue-outline {
	outline: 3px solid #0073cf;
	outline-offset: 3px;
}


.purple-outline {
	outline: 3px solid #ba31b8;
	outline-offset: 3px;
}


.green-outline {
	outline: 3px solid #3a8a30;
	outline-offset: 3px;
}

.select-color #purple {
background:	#ba31b8;
}

.select-color #purple:hover {

	outline: 3px solid #ba31b8;
	outline-offset: 3px;
}

.select-color #blue {
background:	#0073cf;	
}

.select-color #blue:hover {

	outline: 3px solid #0073cf;
	outline-offset: 3px;
}

.select-color #green {
background:	#3a8a30;	
}

.select-color #green:hover {

	outline: 3px solid #3a8a30;
	outline-offset: 3px;
}
*/

/*BEGINNING OF THE NEW CAR BUTTONS CODE*/

.select-color div.outline::before {
  box-shadow: 0 0 0 3px currentColor;
}

.select-color div {
  background: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
}

.select-color {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

/* Set the initial color for the red button */
.select-color #red {
  background: #d52f00;
  color: #d52f00;
}

.select-color #purple {
  background: #ba31b8;
  color: #ba31b8;
}

.select-color #blue {
  background: #0073cf;
  color: #0073cf;
}

.select-color #green {
  background: #3a8a30;
  color: #3a8a30;
}

/* Remove the initial hover class styles */
.select-color div.hover::before {
  box-shadow: 0 0 0 5px currentColor;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
/* Apply the initial outline for the red button with the same distance as other buttons */
.select-color #red.outline::before {
  box-shadow: 0 0 0 3px #d52f00;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}


.select-color div {
 background: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  position: relative; /* Add this line */
}

/* Add the ::before pseudo-element */
.select-color div::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  transition: box-shadow 0.3s, top 0.3s, left 0.3s, right 0.3s, bottom 0.3s;
  z-index: -1;
  box-shadow: 0 0 0 0 currentColor;
}

/* Update hover styles to target the ::before pseudo-element */
.select-color #red:hover::before {
  box-shadow: 0 0 0 3px #d52f00;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.select-color #purple:hover::before {
  box-shadow: 0 0 0 3px #ba31b8;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.select-color #blue:hover::before {
  box-shadow: 0 0 0 3px #0073cf;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.select-color #green:hover::before {
  box-shadow: 0 0 0 3px #3a8a30;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}



/*END OF THE NEW CAR BUTTONS CODE*/


/* .inline-photo {
	opacity: 0;
  transform: translateX(-6em);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  max-width: 600px;
  width: 90%;
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(0deg);
} */


/*beginning - interactive course containers*/




.first_p {
  font-size: 1.3em;
  width: 100%;
  text-align: justify;
  hyphens: auto;
	 -webkit-hyphens: auto;
  -ms-hyphens: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
line-height: 1.4em;
	/* font-family: 'GT Walsheim Pro'; */
	/* font-weight: 300; */
	font-family: "Urbanist", sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	background-color:hsla(0,0%,94%,1.00);
	padding: 0 20px 20px 20px;
	/* color: #001C54; */
	box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 24px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
/*	border-radius: 20px;*/
}

.our_services_section {
/*  font-family: 'Poppins', sans-serif;*/
	font-family: 'GT Walsheim Pro';
	font-weight: 300;
  font-size: 16px;
	line-height: 22px;
  color: #aeaeae;
  background-color:#272E3D;
/*	background-color:#202838;*/
/*	background-color:#002333;*/
  padding-top: 10px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}



.contact-email {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 20px;
	position: relative;
	right: 40px;
	margin-top: -30px;
}

.contact-email img {
/*	display: block;*/
	width: 130px;
	height: 130px;
	align-items: center;
	margin-right: -20px;
	margin-top: 5px;
}

.wrapper {
  
 display: flex;
 flex-wrap: wrap;
 margin: 20px;
 justify-content: center;
 max-width: 1500px;
 margin-right: auto;
 margin-left: auto;
}

.container_header {
/*font-family: Libre Baskerville, sans-serif;*/
	font-family: 'GT Walsheim Pro';
	font-weight: 600;
color: black;
/*font-weight: 700;*/
font-style: normal;
font-size: 1.2em;
text-align: center;
	
	
}

.rectangular_container p {
text-align: justify;
	overflow: auto;

	hyphens: auto;
/*	word-break: break-all;*/
/*	word-wrap: break-word;*/
	 -webkit-hyphens: auto;
  -ms-hyphens: auto;
  font-size: 16px;
	line-height: 25px;
	font-family: 'Urbanist';
	letter-spacing: .9px;
	text-align-last: left;
}

.top-background {
	position: absolute;
	top: 0;
	background: green;
	height: 200px;
	width: 300px;
	margin: 0 auto;
	
}

/* rectangular container original code start */
/* 
.rectangular_container {
	flex-basis: 285px;
	flex-grow: 1;
	flex-shrink: 0;
	margin: 15px;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-right: 2.5em;
	padding-left: 2.5em;
	background-color: #404d58;
	border-radius: 20px;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
	position: relative;
	top: 0;
	transition: top ease 0.4s, background ease .7s;
background-image: -webkit-linear-gradient(270deg,rgba(70,85,98,1.00) 0%,rgba(42,51,58,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(70,85,98,1.00) 0%,rgba(42,51,58,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(70,85,98,1.00) 0%,rgba(42,51,58,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(70,85,98,1.00) 0%,rgba(42,51,58,1.00) 100%);
}

.rectangular_container:hover {
	top: -10px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(96,116,134,1.00) 0%,rgba(42,51,58,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(96,116,134,1.00) 0%,rgba(42,51,58,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(96,116,134,1.00) 0%,rgba(42,51,58,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(96,116,134,1.00) 0%,rgba(42,51,58,1.00) 100%);
} */

/* rectangular container original code end */

/* new rectangular container effect start */


:root {
	--black: oklch(17.7% 0.105 262.48);
	--purple: oklch(60% 0.37 294.7);
	--orange: oklch(60% 0.37 64.65);
	--yellow: oklch(60% 0.37 109.08);
	--blue: oklch(60% 0.37 237.06);
	--gray-gradient: linear-gradient(
		180deg,
		rgba(70, 85, 98, 1) 0%,
		rgba(42, 51, 58, 1) 100%
	);
}

@property --gradient-angle {
	inherits: false;
	initial-value: 0deg;
	syntax: "<angle>";
}

@keyframes spin {
	to {
		--gradient-angle: 360deg;
	}
}


/* Update the default state of the container to have the colorful outline */
.rectangular_container {
	background: var(--gray-gradient) padding-box, conic-gradient(
		in oklch from var(--gradient-angle),
		var(--purple),
		var(--orange),
		var(--yellow),
		var(--blue),
		var(--purple)
	) border-box; /* Always show colorful gradients outline */
	border: 4px solid transparent;
	border-radius: 20px;
	position: relative;
	width: 300px;
	height: auto;
	padding: 2em 2.5em 1em 2.5em;
	z-index: 5;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
	transition: transform ease 0.4s, background ease 0.7s;

	flex-basis: 285px;
	flex-grow: 1;
	flex-shrink: 0;
	margin: 15px;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-right: 2.5em;
	padding-left: 2.5em;
}

/* The base color and gradient for the pseudo-element */
.rectangular_container::before {
	background-color: #404d58; /* Base color */
	background-image: var(--gray-gradient); /* Initially gray gradient */
	border-radius: 15px;
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	transition: background ease 0.7s;
}

/* Animation to show only on hover */
.rectangular_container:hover {
	transform: translateY(-10px); /* Move the container up */
}

.rectangular_container:hover::before {
	background-image: linear-gradient(
		180deg,
		rgba(96, 116, 134, 1) 0%,
		rgba(42, 51, 58, 1) 100%
	); /* Gray gradient change on hover */
	cursor: pointer;
}

.rectangular_container::after {
	background: none; /* Initially no background effect */
	border-radius: 15px;
	content: "";
	position: absolute;
	inset: 0;
	filter: blur(50px);
	z-index: -2;
	transition: background ease 0.7s;
}

/* Colorful animation only on hover */
.rectangular_container:hover::after {
	background: conic-gradient(
		in oklch from var(--gradient-angle),
		var(--purple),
		var(--orange),
		var(--yellow),
		var(--blue),
		var(--purple)
	); /* Show colorful blur on hover */
	animation: spin 2s linear infinite;  /* Start the spin animation on hover */
}

.container_icon {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto 1em;
}

.container_icon_code {
	width: 120px;
	height: auto;
	display: block;
	margin: 0 auto 1em;
}

.container_header {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1em;
}

/* p {
	font-size: 1em;
	text-align: center;
	line-height: 1.5;
} */


/* new rectangular container effect end */


.container_icon {
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
/*  min-width: 18%;*/
  display: block;
}

.container_icon_nursing {
   margin-left: auto;
  margin-right: auto;
  max-width: 15%;
  min-width: 12%;
  display: block;
}

.container_icon_cdpap {
   margin-left: auto;
  margin-right: auto;
  max-width: 18%;
  min-width: 12%;
  display: block;
  padding-top: 8px;
}




.section_heading {
font-family: century-gothic, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 3em;
text-align: center; 
color: #952e1d;
}




footer p {
	font-size: 16px;
	font-weight: 200;
}


/*end - interactive course containers*/


.text-effect {
  overflow: hidden;
  position: relative;
  filter: contrast(110%) brightness(190%);
}

.neon {
  position: relative;
  background: black;
  color: transparent;
}
.neon::before, .neon::after {
  content: attr(data-text);
  color: white;
  filter: blur(0.02em);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.neon::after {
  mix-blend-mode: difference;
}

.gradient,
.spotlight {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 10;
}

.gradient {
  background: linear-gradient(45deg, red, blue);
  mix-blend-mode: multiply;
}

.spotlight {
  -webkit-animation: light 5s infinite linear;
          animation: light 5s infinite linear;
  background: radial-gradient(circle, white, transparent 25%) 0 0/25% 25%, radial-gradient(circle, white, black 25%) 50% 50%/12.5% 12.5%;
  top: -100%;
  left: -100%;
  mix-blend-mode: color-dodge;
}

@-webkit-keyframes light {
  100% {
    transform: translate3d(50%, 50%, 0);
  }
}

@keyframes light {
  100% {
    transform: translate3d(50%, 50%, 0);
  }
}
.neon {
  font: 700 200px "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.neon:focus {
  outline: none;
  border: 1px dotted white;
}

.neon-animation {
  background: black;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}




h1 {
	font-family: montserrat, sans-serif;
	font-weight: 600;
    font-style: normal;
	font-size: 50px;
}

.nav-header {
	
	width: 100%;
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 50px 20px 50px;
	position: absolute;
	background-color: white;
	z-index: 10;
}

.navigation ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	
	
}


#corporate_training {
	font-family: 'GT Walsheim Pro';
	font-weight: bold;
	font-style: normal;
	color: #001C54;
	font-size: 60px;
	/*margin: 50px 0 50px 0;*/
	text-align: center;
	padding: 50px 0;
	margin: 0;
	background-size: 2285px auto;
	background-image: url(Images/graph_paper_pattern_poster_u76153.png);
}

.hamburger {
	display: none;
position: absolute;
	top: 76px;
	right: 40px;
font-size: 30px;
	cursor: pointer;
}

.behind-nav {
	height: 190px;
/*	background-color: red;*/
}

.header_title h1{
    color: #FFFFFF;
    /*	height: 50px;*/
    width: 100%;
    font-family: 'GT Walsheim Pro';
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
    text-align: center;
    line-height: 50px;
	padding-top: 0px;
    padding-bottom: 0px;
	letter-spacing: 2px;
	
/*
	animation: typing 3s steps(14),
           blinking 0.5s steps(1) infinite;
	
	overflow: hidden; 
  border-right: .15em solid #CE2D4F; 

  white-space: nowrap;
	
	margin: 0 auto; 
  letter-spacing: .15em;
*/
}

/*
@keyframes typing {
  0% {
    width:0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes blinking {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: #CE2D4F;
    }
}
*/
	
#creative_services {
	font-family: 'GT Walsheim Pro';
margin: 50px 0;
	text-align: center;
	font-size: clamp(2.5rem, 4vw, 3.8rem); /* Minimum 1.5rem, preferred 4vw, maximum 3rem */
	color: #001C54;
}

.contactus {
  
/* clear: both;*/
}

.course-wrapper {
display: flex;
 flex-wrap: wrap;
/* margin: 20px;*/
 max-width: 1500px;
	margin: 0 auto;

}


.car-color {
    /* width: 100%; */
    /* Limits the width to 1000px */
	max-width: 1000px; 
    height: auto; /* Let the height adjust automatically */
    aspect-ratio: 1000/669; /* Maintain a specific aspect ratio */
    background-image: url("Images/red-car.jpg");
    background-repeat: no-repeat;
    background-size: contain; /* Adjust to ensure no white space, but image fits in the container */
    background-position: center;
    margin: 0 auto; /* Centers the container */
    padding: 0;
    box-sizing: border-box;
    transition: 0.5s;
	/* border: solid red 1px; */
	margin-top: -50px;
}


#car {

 -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;	
}


.header_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*    height: 230px;*/
/*
    width: 100%;
    height : 100%;
*/
    padding-top: 13px;
    padding-bottom: 15px;
	padding-right: 80px;
	padding-left: 80px;
  }
.whitetext {
    text-align: center;
    color: #FFFFFF;
   
}


.training-image-background {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	background-image: url("Images/svg-background.svg");
	height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	
}

.training-image-background-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -100px;
  margin-bottom: -60px;
}

.responsive-lottie {
  width: 100%;
  height: auto;
  max-width: 600px;
  max-height: 100%;
  aspect-ratio: 1 / 1; /* Maintain aspect ratio */
}


#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  /* This ensures the particles cover the entire section */
    /* The rest of your particles-js styles */
/*     background-color: rgba(2, 2, 2, 0.5); */
    /* background-image: url(""); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    mix-blend-mode: color-dodge;
    /* opacity: 75%; */
	z-index: 10;
/*	background-color: rgba(255, 0, 0, 1); */
}

dotlottie-player {
        position: relative; /* Keeps it above the particles */
        z-index: 2; /* Ensures it displays above particles */
      }


.training-image {
	max-height: 500px;
	display: block;  /* Ensures the image takes up the full width and removes any unwanted space below the image */
    width: auto;
	padding: 40px;
	box-sizing: border-box;
}

.course-wrapper {
	
}

body {
	margin:0;
}
.header_items {
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 154px;
    height: 154px;
}
.header_title {
    color: #FFFFFF;
    /*	height: 50px;*/
    width: 100%;
    font-family: 'GT Walsheim Pro';
    font-size: 60px;
    text-align: center;
/*    line-height: 50px;*/
	letter-spacing: 2px;
	
	
}


.header_title2 {
    color: #FFFFFF;
    /*	height: 50px;*/
    width: 50%;
    font-family: 'GT Walsheim Pro';
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    line-height: 46px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 2px;
	margin: 0 auto;
}
.thin_underline {
    width: 59%;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    position: relative;
    bottom: 8px;
}
/*The blow code expands the flex container as the felx items wrap around and makes the container bigger*/
/*
.container {
    display:inline-flex;
    flex-flow : column wrap;
    align-content : flex-start;
    height : 100%;
}
*/
.buttons {
    display: inline-flex;
	justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.short_width {
    width: 54%;
}

.logo-container {
	width: 100%;
	display: flex;
	align-items: center;
/*	border: 1px red solid;*/
}
.logo-container img {

	width: 250px;
	height: auto;
}
/*
.logo_position2 {
    display: flex;
    width: 311px;
    margin-top: -92px;
    margin-left: 282px;
    margin-bottom: -36px;
}
*/
.contactus .contactus_margin {
    margin-left: 54px;
    letter-spacing: 1px;
    font-size: 25px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
}

.course_selection {
	background-attachment: scroll;
	background-clip: border-box;
	background-repeat: no-repeat;
	border-top: solid #001C54 1.5px;
	padding-top: 40px;
	padding-bottom: 50px;
	margin-top: 15px;
	background-image: url(Images/graph_paper_pattern.png);
}

.section_heading {
	display: flex;
/*	justify-content: center;*/
	text-align: center;
	border: medium solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	bottom: -87px;
	background-color: #FFFFFF;
	font-size: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 50px;
	padding-left: 50px;
	letter-spacing: 1px;
	font-size: 30px;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
}
.section_heading_creative {
	display: inline-block;
color: #001C54;
	border: 1.5px solid #001C54;

	position: relative;
	top: -52px;
	background-color: #FFFFFF;
	font-size: 30px;
	padding: 6px 50px;
	letter-spacing: 1px;
	font-size: 30px;
	font-family: 'GT Walsheim Pro';
    font-weight: 100;
    font-style: normal;
} 




form {
text-align: center;	
}




.training-heading-container {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	
}


.section_heading_training {
	display: inline-block;
position: absolute;
	border: 1.5px solid #001C54;

	top: -32px;
	
	background-color: #FFFFFF;
	font-size: 30px;
	padding: 6px 50px;
	letter-spacing: 1px;
	font-size: 30px;
	font-family: 'GT Walsheim Pro';
	font-weight: 100;
	font-style: normal;
	color: #001C54;
}






.heading_black_bg {
	display: inline-block;
	
	background-color: #001C54;
	padding: 6px 50px;
	letter-spacing: 1.5px;
	font-size: 18px;
	font-family: 'GT Walsheim Pro';
	color: white;
	font-weight: 600;

}



.container_black_bg {
	position: relative;
	top: -92px;
	text-align: center;
}

.course-container {
	flex: 1;
	min-width: 350px;

	display: flex;
	flex-direction: column;
	margin: 15px;
	text-align: justify;
	transition: top ease 0.4s, background ease .7s;
	
}

.course-price {
	text-align: center;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	line-height: 0px;
}

.chapters_container {
	flex: 1;
	background-color: #F0F0F0;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 45px;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	line-height: 25px;
	border-radius: 0px 0px 20px 20px;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
/*	color: #001C54;*/
}

.course-header {
background-color: #00ff84;
/*	width: inherit;*/
	padding: 20px 10px;
	letter-spacing: 1px;
    font-size: 24px;
    font-family: 'GT Walsheim Pro';
    font-weight: 500;
/*    color: #001C54;*/
    text-align: center;
	border-radius: 20px 20px 0px 0px;
	box-sizing: border-box;
	margin: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.course_catalog {
/*	margin-top: -58px;*/
}
.horizontal-rule {
	border-top: solid #001C54 1.5px;
	text-align: center;
	
}



.section_heading_black {
	display: flex;
	margin-top: -60px;
	margin-bottom: 0px;
}


.section_heading_container_course {
	display: flex;
	
	margin-top: -30px;
	margin-bottom: 60px;
}

.section_wrapper {
	display: block;
	position: relative;
	top: -65px;
	margin: 0 auto;
	max-width: 1024px;
	height: auto;
	
}

.section_wrapper_object {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; /* To allow absolute positioning of child */
  padding-top: 71.8%; /* Aspect ratio: height / width * 100% */
  height: 0; /* Makes height controlled by padding */
  overflow: hidden; /* Ensures no overflow */
}

#EdgeID {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; /* Optional: remove border if any */
}

.section_wrapper2 {
  display: flex; /* Use flexbox to center content */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically, if needed */
  margin: 0 auto;
  max-width: 100%; /* Allows it to be fully responsive */
  height: auto;
  position: relative;
}

.section_wrapper_object2 {
  width: 65%;
  max-width: 885px; /* Set this to the object's width for max size */
  margin: 0 auto;
  position: relative;
  padding-top: 71.86%; /* Aspect ratio (636px / 885px * 100) */
  height: 0; /* Height controlled by padding */
  overflow: hidden;
}

#EdgeID2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0; /* Ensure no margin */
  padding: 0; /* Ensure no padding */
  /* transform: translateX(95px); Adjust this value to shift left; */
}






	.section_wrapper img {
		width: 100%;
		height: auto;
	}



.section_content {
	width: 65%;
	height: auto;
}

.section_wrapper_websites {
	display: flex;
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.section_wrapper_vertical {
/*	display: block;*/
	width: 70%;
	height: 70%;
/*	margin: 0 auto;*/
}
.section_wrapper_retouching {
display: inline-flex;
	width: 35%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.section_wrapper_3d {
display: flex;
	width: 78%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: -2;
}


#product-component-1596750387399 {

margin-right: auto;
margin-left: auto;
}

#product-component-1596750460665 {

margin-right: auto;
margin-left: auto;
}

#product-component-1596750508285 {

margin-right: auto;
margin-left: auto;
}

#product-component-1596771951741 {

margin-right: auto;
margin-left: auto;
}

#product-component-1596752336329 {
margin-right: auto;
margin-left: auto;
}

#product-component-1596752742476 {

margin-right: auto;
margin-left: auto;
}

#product-component-1596753272480 {
margin-right: auto;
margin-left: auto;
}

#product-component-1596751392957 {
margin-right: auto;
margin-left: auto;
}

.edge_animation {
width: 885px;
margin-right: auto;
margin-left: auto;
}

.stopwatch_animation {
width: 723px;
margin-right: auto;
margin-left: auto;
}

h1#contact {
	font-family: 'GT Walsheim Pro';
	font-size: 35px;
	margin: 0;
	font-weight: 500;
/*
	background-image: -webkit-linear-gradient(0deg,rgba(5,122,177,1.00) 0%,rgba(50,0,164,1.00) 28.89%,rgba(26,0,82,1.00) 53.09%,rgba(63,0,132,1.00) 77.54%,rgba(127,0,203,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(5,122,177,1.00) 0%,rgba(50,0,164,1.00) 28.89%,rgba(26,0,82,1.00) 53.09%,rgba(63,0,132,1.00) 77.54%,rgba(127,0,203,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(5,122,177,1.00) 0%,rgba(50,0,164,1.00) 28.89%,rgba(26,0,82,1.00) 53.09%,rgba(63,0,132,1.00) 77.54%,rgba(127,0,203,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(5,122,177,1.00) 0%,rgba(50,0,164,1.00) 28.89%,rgba(26,0,82,1.00) 53.09%,rgba(63,0,132,1.00) 77.54%,rgba(127,0,203,1.00) 100%);
	-webkit-background-clip: text;
	color: transparent;
*/
	background-size: 1800%;
	animation: bg-animation 3s infinite alternate;
	animation-timing-function: ease-in-out;
	color: #00ff84;
}

footer {
	position: relative;
	background-color: #272E3D;
	text-align: center;
	padding: 50px 20px;
	color: #FFFFFF;
	font-size: 55px;
	font-family: montserrat, sans-serif;
    font-weight: 500;
	overflow-y:hidden;
	width: 100%;
}

/*
.footer_style {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFFFFF;
	font-size: 55px;
	font-family: montserrat, sans-serif;
    font-weight: 500; 
}

.footer_number {
    font-size: 30px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFFFFF;
	
	font-family: montserrat, sans-serif;
    font-weight: 400;
	}
*/

.block_element {
	display: flex;
}

.top_header {
	/*	border-top: 10px solid #00afff;*/
	padding: 15px 0 30px 0;
	background-image: -webkit-linear-gradient(0deg,rgba(77,0,134,1.00) 7.78%,rgba(117,0,204,1.00) 53.17%,rgba(152,0,183,1.00) 94.56%);
	background-image: -moz-linear-gradient(0deg,rgba(77,0,134,1.00) 7.78%,rgba(117,0,204,1.00) 53.17%,rgba(152,0,183,1.00) 94.56%);
	background-image: -o-linear-gradient(0deg,rgba(77,0,134,1.00) 7.78%,rgba(117,0,204,1.00) 53.17%,rgba(152,0,183,1.00) 94.56%);
	background-image: linear-gradient(90deg,rgba(77,0,134,1.00) 7.78%,rgba(117,0,204,1.00) 53.17%,rgba(152,0,183,1.00) 94.56%);
	background-size: 1000%;
	animation: bg-animation 2.5s infinite alternate;
	animation-timing-function: ease-in-out;
	margin-top: -40px;
}

@keyframes bg-animation {
	0% {background-position: left}
	100% {background-position: right;}
}

	footer h1 {
	
	font-family: 'GT Walsheim Pro';
	font-weight: 500;
	letter-spacing: 1px;
    font-style: normal;
	font-size: 20px;

	}

@media (min-width: 900px) {
.mobile-character {
		display: none;
	}	
}

@media (max-width: 900px) {
	


	.container_header {
		font-size: 1rem;
	}
	
	.our_services_section {
		font-size: 14px;
	}
	
	.review p {
	color: rgb(0, 28, 84);
    text-align: justify !important;
    max-width: 95% !important;
  font-family: 'Jost', sans-serif;
		font-size: 15px;
}
	
	.desktop-character {
		display: none;
	}
	
	
	.hero-video {
	width: 100%;
}
	
	
	footer h1 {
	
	font-family: 'GT Walsheim Pro';
	font-weight: 600;
		letter-spacing: 1px;
    font-style: normal;
	font-size: 15px;

	}	
	
	.contact-email {
		flex-direction: row;
		position: static;
		line-height: 25px;
		margin-top: -30px;
		margin-left: -50px;
		justify-content: center;
		align-items: center;
	}
	
	.contact-email img {

		margin-left: 0px;
		width: 120px;

	}
	
	/* #creative_services {
	font-size: 35px;
margin: 25px 0 50px 0;
	text-align: center;
} */
	
	.neon {
		font-size: 68px;
		
	}
	
.menu-btn {
  position: absolute;
	top: 8px;
	right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all .5s ease-in-out;
   
}

.menu-btn_burger {
  width: 30px;
  height: 2.5px;
  background: black;
/*  border-radius: 5px;*/
  box-shadow: 0 2px 5px rgba(47,184,247,.6);
  transition: all .5s ease-in-out;
z-index: 2000;
}

.menu-btn_burger::before,
.menu-btn_burger::after {
 content: '';
  position: absolute;
  width: 30px;
  height: 2.5px;
  background: black;
/*  border-radius: 5px;*/
  box-shadow: 0 2px 5px rgba(47,184,247,.6);
  transition: all .5s ease-in-out;
z-index: 2000;

}

.menu-btn_burger::before {
  transform: translateY(-10px);
z-index: 2000;
}

.menu-btn_burger::after {
  transform: translateY(10px);
z-index: 2000;
}

/* Animation */

.menu-btn.open .menu-btn_burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

.menu-btn.open .menu-btn_burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn_burger::after {
 transform: rotate(-45deg) translate(35px, 35px); 
}
	
	
	
	
/*end of animated button*/
	
	
	.header_title h1 {
		font-size: 35px;
	}
	
	#EdgeID {
		/* width: 375px;
		height: 277px; */
		
/*		width="885" height="636"*/
	}
	
	.header_title2 {
		font-size: 18px;
		 font-family: 'GT Walsheim Pro';
    font-weight: 200;
		width: 60%;
		padding-bottom: 3px;
	}
	
	
	
	
	.section_wrapper {
		width: 100%;
text-align: center; 
	}
	
	.behind-nav {
		width: 100%;
		height: 85px;
		transition: 700ms height ease-in-out;
	}
	
	.logo-container img {
		width: 125px;
		height: auto;
/*		margin-top: 5px;*/
		position: absolute;
		top: 18px;
	}
	
	.hamburger {
		display: block;
		top: 44px;
		position: fixed;
	}
	
	.nav-header {
	display: flex;
	flex-direction: column;
	padding: 0px 25px 30px 25px;
	position: fixed;
		top: 0;
		width: 100%;
		z-index: 10;
		background-color: rgba(255,255,255,0.90);
		box-shadow: 0px 5px 25px rgba(0, 0, 0, .12);

}
	

	
	.navigation {
		height: 0;
		width: 100%;
		overflow: hidden;
        transition: 700ms height ease-in-out;
		
	}
	
	.navigation ul {
	display: flex;
	flex-direction:column;
	list-style-type: none;
	padding: 0;
	align-items: center;
	margin-top: 75px;
}
	
	.open-nav {
	height: 340px;
}
	

	.close-nav {
		max-height: 20px;
	}

	

	.open-nav-behind {
	height: 380px;
}



	.section_heading_training {
	font-size: 22px;
	padding: 6px 25px;
	}
	
	
	.section_heading_creative {
		display: inline-block;
		font-size: 20px;
	padding: 6px 25px;
		top: -50px;
/*		width: max-content;*/
		max-width: 280px;
	}
	
	.container_black_bg {
	
	top: -80px;
}
	
	
	.heading_black_bg {
	
	
	
	padding: 6px 20px;
	
	font-size: 15px;
	

}
	

	


.stopwatch_animation {
display: none;
}

.edge_animation {
display: none;
}





section_heading {
	display: flex;
/*	justify-content: center;*/
	text-align: center;
	border: medium solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	bottom: -87px;
	background-color: #FFFFFF;
	font-size: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-family: montserrat, sans-serif;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
}

.header_items {
    
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 85px;
    height: 85px;
}

.header_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*    height: 230px;*/
/*
    width: 100%;
    height : 100%;
*/
    padding-top: 0px;
    padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
  }
  


.heading_creative_service {
	display: inline-block;
/*	justify-content: center;*/
	text-align: center;
	border: medium solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	bottom: 30px;
	background-color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 1px;
	font-size: 15px;
	font-family: montserrat, sans-serif;
	color: white;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: montserrat, sans-serif;
	font-weight: 600;
    font-style: normal;
	font-size: 25px;
}

#product-component-1596750387399, #product-component-1596750460665, #product-component-1596750508285, #product-component-1596752336329, #product-component-1596771951741, #product-component-1596752742476{
margin-right: auto;
margin-left: auto;
}

	h1#contact {
		font-size: 30px;
	}


.top_header {
padding-top: 10px;
}

#EdgeID2 {
/*	display: inline-block;*/
	/* width: 380px;
	height: 430px; */
/*	border: 1px solid red;*/
}





#corporate_training {
	font-size: 40px;
}

@media (max-width: 700px) {
				.section_wrapper_object2 {
    width: 65%; /* Increase width for small screens */
    padding-top: 71.86%; /* Maintain aspect ratio */
    margin: 0 auto; /* Ensure it remains centered */
	transform: scale(1.5); /* Increase size on smaller screens */
	margin-top: 16%; 
    margin-bottom: 14%;
  }
	
	@media (max-width: 600px) {


	
	.training-image-background {
		max-height: 330px;
		position: relative;
	}
		
		.header_title2 {
		color: #FFFFFF;
    /*	height: 50px;*/
    width: 90%;
    font-family: 'GT Walsheim Pro';
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 46px;
    padding-bottom: 3px;
		}
	
}


	
	






