* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;   
	font-family: 'Prompt', sans-serif;
	color: #45444A;
	}
.offset:before {
	display: block;
	content: "";
	height: 4rem;
	margin-top: -4rem;
	}

/*--- Navigation --*/

.navbar {
	align-items: center;
	display: flex;
	width: 100%;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: .1rem;
	background: rgba(69, 68, 74, 1)!important;
	}
.navbar-brand img{
	margin-left: 0;
	height: 2rem;
	}
 .navbar-nav li {
	 padding-right: .7rem;
	 }
.navbar-dark .navbar-nav .nav-link {
	color: white;
	padding-top: .8rem;
	}
	.navbar-dark .navbar-nav .nav-link.active,
	.navbar-dark .navbar-nav .nav-link:hover {
		color: #49DEB2;
		transform: scale(1.1);
		transition: 0.4s;
		transition-delay: 0s;
		}
	
/*--- Landing Page --*/


.landing {
	min-height: 400px;
	max-height: 800px;
}

.home-wrap {
	min-height: 400px;
	max-height: 800px;
}

.home-inner {
	background-image: url(img/home-bg.png);
	}
	.caption {
		width: 100%;
		max-width: 100%;
		position: absolute;
		top: 25%;
		z-index: 1;
		color: white;
		text-transform: uppercase;
		}
	.caption h1 {
		font-size: 2.7rem;
		font-weight: 500;
		letter-spacing: .3rem;
		text-shadow: .1rem .1rem .5rem #0f1e34;
		padding-bottom: 2rem;
		}
	.caption h2 {
		font-size: 2.3rem;
		font-weight: 300;
		letter-spacing: .2rem;
		text-shadow: .1rem .1rem .3rem #0f1e34;
		padding-bottom: 2rem;
		}
	.caption h3 {
		font-size: 1.3rem;
		font-weight: 150;
		letter-spacing: .2rem;
		text-shadow: .1rem .1rem .2rem #0f1e34;
		padding-bottom: .1rem;
		}

/*============= COURSE SECTION =============*/

.narrow {
	width: 75%;
	margin: 1.5rem auto;
	padding-top: 2rem;
  }
  .narrow h1 {
	  font-size: 2.4rem;
	}
  
	.btn-secondary {
		border-width: medium;
		border-radius: 50px;
		padding: .6rem 1.2rem;
		font-size: 1.2rem;
		text-transform: uppercase;
		margin: 1rem;
		border-color: none;
		border-radius: none;
		background-image: linear-gradient(45deg, #49BCF6 , #49DEB2);
		color: white;
		box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.2);
	  }
	  
	  .btn-secondary:hover {
		  background-image: linear-gradient(45deg, #FA897B , #FFDD94);
		  color: #252A36;
	  }
	  
	  .btn-secondary span {
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	  }
	  
	  .btn-secondary span:after {
		content: '\00bb';
		position: absolute;
		opacity: 0;
		top: 0;
		right: -20px;
		transition: 0.5s;
	  }
	  
	  .btn-secondary:hover span {
		padding-right: 30px;
	  }
	  
	  .btn-secondary:hover span:after {
		opacity: 1;
		right: 0;
	  }
	  
/*--- Course Section --*/
.narrow {
	width: 85%;
   margin: 1.5rem auto;
   padding-top: 2rem; 
}
.narrow h1 {
	font-size: 2.4rem;
	}

/*--- Features Section --*/
.jumbotron {
	margin-bottom: 1;
	padding: 2rem;
	border-radius: 0;
	background-color: #f6f6f6;
	}
	h3.heading {
		font-size: 2.1rem;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: .3rem;
		margin: 1.9rem;
		color: #38373C;
		}
	.heading-underline {
		width: 7rem;
		height: .2rem;
		background-color: #49DEB2;
		margin: 0 auto 2rem;
		}
   .feature h3 {
	   font-size: 1.5rem;
	   text-transform: uppercase;
	   padding-bottom: .4rem;
	   }
   .feature h4 {
	   align-content: flex-start;
	   font-size: 1.3rem;
	   text-transform: uppercase;
	   padding-bottom: .4rem;
}
   .features p {
	   font-size: 1.4rem;
	   color: white;
	   }
   a:hover {
		 color: #49DEB2;
   }

   .feature img{
   border-radius: none;
   margin-top: 2rem;
   }

.feature {
   background-color: white;
   padding: 1.5rem;
   }

.offset {
   border: white;
}

/*--- Resources Section --*/

.resources img {
		width: 70%;
		border-radius: 50%;
		}

.clients img {
	width: 60%;
	border-radius: 50%;
	}

blockquote .svg-inline--fa {
	color: #49DEB2;
	margin: 1rem;
	}
	
.cliants-hr {
	border-top: .05rem;
	border-color: #49DEB2;
	border-style: solid;
	}

.container{ 
	border-top: .05rem;
	border-color: #f6f6f6;
	}

.course {
	background-color: #f6f6f6;
	border-radius: none;
	position: relative;
	padding: 30px;
	}
	.text-head h1 {
		font-size: 2.5rem;
		margin-top: 2rem;
	}
	.text-head p {
		font-size: 1.8rem;
		margin-top: 1rem;
		margin-bottom: 2rem;
	}

	.course-1 img{
		height: 100%;
		position: relative;
		overflow: hidden;
		padding: 30px;
	}

	.course-2 {
		position: relative;
		margin-top: 30px;
		padding: 30px;
	}
	.course-2 h3 {
		margin: 1rem; 0;
	}
	.course-2 p {
		margin: 1rem; 0;
	}

.cliants {
	background-color: #ffffff;
	}

.information-link h3 {
	margin: 1rem;
	font-size: 2.5rem;
	color: #ffffff;
}
.photo img {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	padding: 25px;
	
}
	
/*--- Contact Section --*/

footer {
	background-color: #45444A;
	color: white;
	padding: 2rem 0 2rem;
	margin-top: 2rem;
	}
footer img {
	height: 3rem;
	margin: 1.5rem 0;
	}
	footer a {
		letter-spacing: 0.1rem;
		text-decoration: none;
		color: white;
			}
			a:hover {
				color: #49DEB2;
				transform: scale(1.05);
				transition: 0.5s;
				text-decoration: none;
			}
footer svg.svg-inline--fa {
	font-size: 1.6rem;
	margin: 1.2rem .5rem 0 0;
	}
footer svg.svg-inline--fa:hover {
	color: #49DEB2!important;
	}
hr.socket {
	width: 100%;
	border-top: .1rem;
	border-collapse: #49DEB2;
	border-style: solid;
}

aa {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 25px;
  }
  
  aa bb {
	position: relative;
	list-style: none;
	width: 50px;
	height: 50px;
	background: #49DEB2;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	border-radius: 60px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
  }
  
  aa bb::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50px;
	background: linear-gradient(45deg, var(--i), var(--j));
	opacity: 0;
	transition: 0.5s;
  }
  
  aa bb::after {
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: linear-gradient(45deg, var(--i), var(--j));
	transition: 0.5s;
	filter: blur(15px);
	z-index: -1;
	opacity: 0;
  }
  
  aa bb:hover {
	width: 180px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
  }
  
  aa bb:hover::before {
	opacity: 1;
  }
  
  aa bb:hover::after {
	opacity: 0.5;
  }
  
 aa bb ion-icon {
	color: white;
	padding-top: .5rem;
	font-size: 1.8em;
	text-align: center;
	transition: 0.5s;
	transition-delay: 0.25s;
  }
  
  aa bb:hover ion-icon {
	transform: scale(0);
	color: #fff;
	transition-delay: 0.1s;
  }
  
  aa bb span {
	position: absolute;
  }
  
  aa bb .title {
	color: #252A36;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transform: scale(0);
	transition: 0.5s;
	transition-delay: 0s;
  }
  
  aa bb:hover .title {
	transform: scale(1);
	transition-delay: 0.25s;
  }

  ff {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 25px;
  }
  
  ff ll {
	position: relative;
	list-style: none;
	width: 40px;
	height: 40px;
	background: none;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
  }
  
  ff ll::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 60px;
	background: linear-gradient(45deg, var(--i), var(--j));
	opacity: 0;
	transition: 0.5s;
  }
  
  ff ll::after {
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	background: linear-gradient(45deg, var(--i), var(--j));
	transition: 0.5s;
	filter: blur(15px);
	z-index: -1;
	opacity: 0;
  }
  
  ff ll:hover {
	width: 150px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
  }
  
  ff ll:hover::before {
	opacity: 1;
  }
  
  ff ll:hover::after {
	opacity: 0.5;
  }
  
 ff ll ion-icon {
	color: white;
	padding-top: .4rem;
	font-size: 2.0em;
	text-align: center;
	transition: 0.5s;
	transition-delay: 0.25s;
  }
  
  ff ll:hover ion-icon {
	transform: scale(0);
	color: #fff;
	transition-delay: 0.1s;
  }

  ff ll span {
	position: absolute;
  }
  
  ff ll .title {
	color: white;
	font-size: 1rem;
	letter-spacing: 0.1em;
	padding-top: 0.2rem;
	text-transform: lowercase;
	transform: scale(0);
	transition: 0.5s;
	transition-delay: 0s;
  }
  
  ff ll:hover .title {
	transform: scale(1);
	transition-delay: 0.25s;
  }

  ff buu {
	position: relative;
	list-style: none;
	width: 90px;
	height: 50px;
	background: none;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
  }
  
  ff buu::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 60px;
	background: linear-gradient(45deg, var(--i), var(--j));
	opacity: 0;
	transition: 0.5s;
  }
  
  ff buu::after {
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	background: linear-gradient(45deg, var(--i), var(--j));
	transition: 0.5s;
	filter: blur(15px);
	z-index: -1;
	opacity: 0;
  }
  
  ff buu:hover {
	width: 150px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
  }
  
  ff buu:hover::before {
	opacity: 1;
  }
  
  ff buu:hover::after {
	opacity: 0.5;
  }

  ff buu img {
	width: auto;
	height: 60px;
	text-align: center;
	transition: 0.5s;
	transition-delay: 0.25s;
  }
  
  ff buu:hover img {
	transform: scale(0);
	color: #fff;
	transition-delay: 0.1s;
  }
  
  ff buu span {
	position: absolute;
  }
  
  ff buu .title {
	color: white;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	padding-top: 0.2rem;
	text-transform: uppercase;
	transform: scale(0);
	transition: 0.5s;
	transition-delay: 0s;
  }
  
  ff buu:hover .title {
	transform: scale(1);
	transition-delay: 0.25s;
  }

  ff euu {
	position: relative;
	list-style: none;
	width: 30px;
	height: 30px;
	background: none;
	display: flex;
  }

  ss {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 25px;
  }
  
ss short {
	position: relative;
	list-style: none;
	width: 50px;
	height: 50px;
	background: #49DEB2;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	border-radius: 60px;
	border-color: white;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
  }
  
ss short::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 60px;
	background: linear-gradient(45deg, var(--i), var(--j));
	opacity: 0;
	transition: 0.5s;
  }
  
ss short::after {
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border-color: none;
	background: linear-gradient(45deg, var(--i), var(--j));
	transition: 0.5s;
	filter: blur(15px);
	z-index: -1;
	opacity: 0;
  }
  
ss short:hover {
	width: 180px;
	border-color: none;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
  }
  
ss short:hover::before {
	opacity: 1;
  }
  
ss short:hover::after {
	opacity: 0.5;
  }
  
ss short ion-icon {
	color: white;
	padding-top: 0.5rem;
	font-size: 1.8em;
	text-align: center;
	transition: 0.5s;
	transition-delay: 0.25s;
  }
  
ss short:hover ion-icon {
	transform: scale(0);
	color: #fff;
	transition-delay: 0.1s;
  }
  
ss short span {
	position: absolute;
  }
  
ss short .title {
	color: #252A36;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transform: scale(0);
	transition: 0.5s;
	transition-delay: 0s;
	text-decoration: none;
  }
  
ss short:hover .title {
	transform: scale(1);
	transition-delay: 0.25s;
	text-decoration: none;
  }
  
 
/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
