
body
{
    font-family: Segoe UI Light;
}
html {
			scroll-behavior: smooth;
    overflow-x: hidden;
		}
a {
	color: #2980b9;


}

#header a {
	color: ;
	transition: 0.5s;
}

#header a:hover,
#header a:active,
#header a:focus {
	color: #2980b9;

	font-weight: bolder;
}

a:hover,
a:active,
a:focus {
	color: ;
	outline: none;
	text-decoration: none;
}

img {


	transition: all .5s ease;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
	filter: none !important;
}


#home img {
	width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;

}

.section-header {
	background-color: white;
}

.section-header h3 {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: bolder;
	position: relative;
	padding-bottom: 15px;


}

.section-header h3::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

.section-header h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #2980b9;
	bottom: 0;
	left: calc(50% - 20px);
}


.typewriter p {
	font-size: 90px;
	color: #fff;
	
	font-family: monospace;
	overflow: hidden;
	/* Ensures the content is not revealed until the animation */
	border-right: .15em solid orange;
	/* The typwriter cursor */
	white-space: nowrap;
	/* Keeps the content on a single line */
	margin: 0 auto;
	/* Gives that scrolling effect as the typing happens */
	letter-spacing: .15em;
	/* Adjust as needed */
	animation:
		typing 10s steps(30, end),
		blink-caret 2s step-end infinite;
}

/* The typing effect */
@keyframes typing {
	0% {
		width: 0
	}

	50% {
		width: 100%;
	}


}

/* The typewriter cursor effect */
@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}

	50% {
		border-color: white
	}
}

.btn-get-started {

	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background-color: #2980b9;

}

.btn-get-started {

	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background-color: #2980b9;

}

.btn-get-started:hover {
	background: #fff;
	color: #2980b9;
}

.btn-get-started1 {

	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background-color: #2980b9;

}

.btn-get-started1:hover {
	background: #fff;
	color: #2980b9;
}


.sidenav a:hover {
	color: #f1f1f1;
}



@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}







#menu_logo
{
    width: 3%;
}
#menu {
			z-index: 122;
			position: fixed;
			right: 0;
			margin: 4%;
			padding: 5px;
			color: white;
			background-color: black;
			font-size: 20px;
			border-radius: 10px;
		}
#menu1 {


			float: right;
			padding: 5px;
			color: white;
            background-color: black;
			font-size: 20px;
			border-radius: 10px;
			margin-right: 30px;
			font-weight: bolder;
			margin-top: 5%;
		}