html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Raleway";
}



.dropbtN {
	display: none;
	width: 0%;
	border: none;
	outline: none;
	color: white;
	background-color: inherit;
	margin: 0;
	float: left;
	overflow-x: hidden;
}

.nav {
	height: 105px;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px 0 25px;
	background-color: transparent;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.nav .logo img {
	float: left;
	width: 500px;
	height: auto;
	margin-right: 20px;
	margin-top: 1px;
	padding: 0px;
	background-color: transparent;
}

nav {
	position: absolute;
	width: 100%;
	line-height: 20px;
}

nav ul {
	line-height: 20px;
	list-style: none;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	color: rgb(0, 0, 0);
	padding: 0;
	text-align: right;
	margin: 0;
	padding-right: 40px;
}

nav.black ul {
	background: #000;
}

nav ul li {
	display: inline-block;
	padding: 15px 20px;


}

nav ul li a {
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-size: 19px;
	font-weight: lighter;
	
}

#menu-icon {
	line-height: 40px;
	width: 100%;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 24px;
	cursor: pointer;
	color: #fff;
	display: none;
}

nav a:hover {
	color: #068775;
}

#dropdown-contenT {
	display: none;
	position: fixed;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	line-height: 0px;
}

#dropdown-contenT a {
	float: none;
	color: #212f21;
	padding: 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	

}

#dropdown-contenT .active {
	padding: 10px 10px;
	background-color: #dcebe4;
	opacity: 75%;
	border-radius: 10px;
}

#dropdown-contenT a:hover {
	background-color: #212f21;
	color: white;
}


.scrolled{
	background-color: #ffffff;
	transition: background-color 50ms linear;
}

ul a:hover {
	color: #068775;
}

nav li {
	text-align: center;
	text-transform: uppercase;
}

.active {
	box-sizing: border-box;
	padding: 5px 5px;
	background-color: #dcebe4;
	opacity: 75%;
	border-radius: 10px;
}

@media only screen and (max-width: 821px) {
	.marquee {
		display: none;
	}

	.dropbtN {
		display: block;
	}

	#menu {
		display: none;
	}

	.nav .logo img {
		float: left;
		width: 250px;
		height: auto;
		margin-left: 0px;
		margin-top: 1px;
		padding: 0px;
		background-color: transparent;
}

.nav {
	height: 80px;
}


}

#back2Top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99;
	font-size: 34px;
	background-color: transparent;
	border: none;
	outline: none;
	color: #005a02;
	cursor: pointer;
	padding: 15px;
}

#back2Top:hover {
	color: #068775;
}

/* width */

html::-webkit-scrollbar {
	width: 8px;
}
html::-webkit-scrollbar-track {
	background: rgb(223, 216, 216);
}
html::-webkit-scrollbar-thumb {
	background: rgb(136, 136, 136);
}
html::-webkit-scrollbar-thumb:hover {
	background: rgb(100, 100, 100);
}
html::-webkit-scrollbar-thumb:active {
	background: rgb(68, 68, 68);
}
/** {
	text-decoration: none !important;
}*/
.content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.loader-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #242f3f;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #fff;
	animation: loader 20s infinite ease;
}
.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 20s infinite ease-in;
}
@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
	75% {
		transform: rotate(360deg);
	}
	50% {
		transform: rotate(180deg);
	}
	25% {
		transform: rotate(180deg);
	}
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
	75% {
		height: 100%;
	}
	50% {
		height: 100%;
	}
	25% {
		height: 0%;
	}
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

.bg {
	position: relative;
	background-image: url(about-us.png);
	height: 125vh;
	width: auto;
}
.art {
	position: relative;
	background-color: white;
	height: 150vh;
	width: auto;
}