html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-size: 13px;
	line-height: 1.5;
	font-family: Helvetica, arial, sans-serif;
	margin: 0;
	scroll-behavior: smooth;
	background-color: #efecfa;
}
nav {
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.1);
	text-align: right;
	line-height: 100px;
	font-size: 14px;
	/*box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);*/
	z-index: 21;
	transition: 0.3s ease-in-out;
	text-transform: uppercase;
}
nav .col-1 img, .q-nav img {
	height: 80px;
	width: auto;
	margin-top: 2px;
	/*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);*/
}
nav a {
	color: #fff;
	padding: 22px 30px;
}
nav a:hover {
	/*background-color: #fff;*/
	color: #888;
}
.force-last {
  background-color: #fff!important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
  color: #fff!important;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%!important;
  border: .5px solid #808000;
  background-color: #808000!important;
  padding: 0!important
}
.prompt {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #001a33!important;
  margin-top: 60px;
  margin-right: 30px;
  z-index: 3;
  padding: 10px 30px!important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
  background-color: #fff;
  line-height: 1.3;
  animation: fadeIn .3s linear;
  display: none
}
.nav-cluster {
	display: inline-block;
	position: relative;
	z-index: 30;
}
.nav-cluster a:first-child {
	position: relative;
}
.nav-cluster-elements {
	display: none;
}
.nav-cluster:hover .nav-cluster-elements {
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	transition: 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 60px;
	display: inline-block;
	background-color: #808000;
	text-align: center;
}
.nav-cluster .nav-cluster-elements a {
	display: inline-block;
	/*padding: 10px;*/
	color: #fff;
	font-size: 11px;
	line-height: 50px;
	margin-top: 0px;
	padding: 0 !important;
	width: 100%;
	height: 50px;
}
.nav-cluster .nav-cluster-elements a:last-child {
	background-color: #808000;
	color: #fff;
	box-shadow: unset;
	border-radius: unset;
}
.nav-cluster .nav-cluster-elements a:hover {
	background-color: #fff;
	color: #808000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: unset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	font-size: initial;
	display: initial;
}
nav {
	position: fixed;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	z-index: 30;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
}
nav a {
	color: #808000;
	font-size: 14px;
}
.naved span {
	color: #808000;
}
a {
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
*:focus {
	outline: 0;
}
@media (min-width: 900px){
	::-webkit-scrollbar {
		width: 5px;
		background-color: #fff;
	}
	::-webkit-scrollbar-Thumb {
		background-color: #222;
		border-radius: 4px;
	}
	::-moz-scrollbar {
		width: 5px;
		background-color: #fff;
	}
	::-moz-scrollbar-Thumb {
		background-color: #222;
		border-radius: 4px;
	}
	.lg-no-scroll {
		overflow: hidden;
	}
	.mobile-only, .hidden-lg {
		display: none;
	}
	.col-1 {
		width: 8.3%;
		position: relative;
		float: left;
	}
	.col-2 {
		width: 16.667%;
		position: relative;
		float: left;
	}
	.col-3 {
		width: 25%;
		position: relative;
		float: left;
	}
	.col-4 {
		width: 33.3%;
		position: relative;
		float: left;
	}
	.col-5 {
		width: 41.5%;
		position: relative;
		float: left;
	}
	.col-6 {
		width: 50%;
		position: relative;
		float: left;
	}
	.col-7 {
		width: 58.3%;
		position: relative;
		float: left;
	}
	.col-8 {
		width: 66.67%;
		position: relative;
		float: left;
	}
	.col-9 {
		width: 75%;
		position: relative;
		float: left;
	}
	.col-10 {
		width: 83.33%;
		position: relative;
		float: left;
	}
	.col-11 {
		width: 91.667%;
		position: relative;
		float: left;
	}
	.col-12 {
		width: 100%;
		position: relative;
		float: left;
	}
	.down-1 {
		margin-top: 1%;
	}
	.down-2 {
		margin-top: 2%;
	}
	.down-3 {
		margin-top: 3%;
	}
	.down-4 {
		margin-top: 4%;
	}
	.down-5 {
		margin-top: 5%;
	}
	.down-7 {
		margin-top: 7%;
	}
	.down-10 {
		margin-top: 10%;
	}
	.down-12 {
		margin-top: 12%;
	}
	.down-15 {
		margin-top: 15%;
	}
	.down-20 {
		margin-top: 20%;
	}
	.down-23 {
		margin-top: 23%;
	}
	.down-25 {
		margin-top: 25%;
	}
	.down-30 {
		margin-top: 30%;
	}
	.down-35 {
		margin-top: 35%;
	}
	.down-50 {
		margin-top: 50%;
	}
	.down-70 {
		margin-top: 70%;
	}
	.down-90 {
		margin-top: 90%;
	}
	.off-1 {
		margin-left: 8.33%;
	}
	.off-2 {
		margin-left: 16.667%;
	}
	.off-3 {
		margin-left: 25%;
	}
	.off-4 {
		margin-left: 33.33%;
	}
	.off-5 {
		margin-left: 41.67%;
	}
	.off-6 {
		margin-left: 50%;
	}
	.off-7 {
		margin-left: 58.33%;
	}
	.off-8 {
		margin-left: 66.67%;
	}
	.off-10 {
		margin-left: 83.3%;
	}
	.bottom-padded {
		padding-bottom: 100px;
	}
	.bottom-padded-medium {
		padding-bottom: 50px;
	}
	.bottom-padded-light {
		padding-bottom: 30px;
	}
	.fl-right-lg {
		float: right;
	}
	.slide-out-lg {
		transition: 0.3s ease-in-out;
		width: 0;
	}
	.heighted {
		height: 330px !important;
	}
	.lg-magic {
		transition: 0.3s ease-in-out;
		height: 400px;
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		background: linear-gradient(to right, rgba(51, 153, 102, 0.7), rgba(51, 153, 102, 0.4)), url(../images/teapot-4.jpg);
		background-size: cover;
		background-position: center;
	}
}
@media (min-width: 760px) and (max-width: 899px){
	::-webkit-scrollbar {
		width: 2px;
		background-color: #fff;
	}
	::-webkit-scrollbar-Thumb {
		background-color: #222;
		border-radius: 1px;
	}
	.hidden-md {
		display: none;
	}
	.md-1 {
		width: 8.3%;
		position: relative;
		float: left;
	}
	.md-2 {
		width: 16.667%;
		position: relative;
		float: left;
	}
	.md-3 {
		width: 25%;
		position: relative;
		float: left;
	}
	.md-4 {
		width: 33.3%;
		position: relative;
		float: left;
	}
	.md-5 {
		width: 41.5%;
		position: relative;
		float: left;
	}
	.md-6 {
		width: 50%;
		position: relative;
		float: left;
	}
	.md-7 {
		width: 58.3%;
		position: relative;
		float: left;
	}
	.md-8 {
		width: 66.67%;
		position: relative;
		float: left;
	}
	.md-9 {
		width: 75%;
		position: relative;
		float: left;
	}
	.md-10 {
		width: 83.33%;
		position: relative;
		float: left;
	}
	.md-11 {
		width: 91.667%;
		position: relative;
		float: left;
	}
	.md-12 {
		width: 100%;
		position: relative;
		float: left;
	}
	.md-off-1 {
		margin-left: 8.33%;
	}
	.md-off-2 {
		margin-left: 16.667%;
	}
	.md-off-3 {
		margin-left: 25%;
	}
	.md-off-4 {
		margin-left: 33.33%;
	}
	.md-off-5 {
		margin-left: 41.67%;
	}
	.md-off-6 {
		margin-left: 50%;
	}
	.md-down-3 {
		margin-top: 3%;
	}
	.md-down-4 {
		margin-top: 4%;
	}
	.md-down-5 {
		margin-top: 5%;
	}
	.md-off-8 {
		margin-left: 66.67%;
	}
	.md-down-10 {
		margin-top: 10%;
	}
	.md-down-15 {
		margin-top: 15%;
	}
	.md-down-20 {
		margin-top: 20%;
	}
	.md-down-30 {
		margin-top: 30%;
	}
	.md-down-40 {
		margin-top: 40%;
	}
	.md-down-50 {
		margin-top: 50%;
	}
	.md-down-55 {
		margin-top: 55%;
	}
	.md-down-80 {
		margin-top: 80%;
	}
	.md-bottom-padded {
		padding-bottom: 100px;
	}
	.md-bottom-padded-medium {
		padding-bottom: 50px;
	}
	.md-bottom-padded-light {
		padding-bottom: 30px;
	}
	.md-inline {
		display: inline-block !important;
	}
	.md-centered {
		text-align: center;
	}
	.md-right {
		text-align: right;
	}
	.md-left {
		text-align: left !important;
	}
	.md-px50 {
		font-size: 50px !important;
	}
	.md-px40 {
		font-size: 40px !important;
	}
	.md-px30 {
		font-size: 30px !important;
	}
	.md-px20 {
		font-size: 20px !important;
	}
	.md-px15 {
		font-size: 15px !important;
	}
	.md-px10 {
		font-size: 10px !important;
	}
	a {
		cursor: default;
	}
	.img-container {
		height: 250px !important;
	}
	.md-closed {
		margin-left: -100%;
	}
	.md-opened {
		margin-left: 0;
	}
	table {
		font-size: 9px !important;
	}
	.card-container-inner {
		width: 400% !important;
	}
	.blog-cards {
		width: 60vw !important;
		position: relative;
		float: left;
	}
	.user-id {
		left: 0;
		margin-left: 70px;
	}
	.name-mobile {
		display: inline-block;
		margin-left: 70px;
	}
	.lg-magic {
		transition: 0.3s ease-in-out;
		height: 400px;
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		background: linear-gradient(to right, rgba(51, 153, 102, 0.7), rgba(51, 153, 102, 0.4)), url(../images/teapot-4.jpg);
		background-size: cover;
		background-position: center;
	}
	.testimonials-img-container {
		height: 150px !important;
		background-color: #fff !important;
	}
}
@media (max-width: 759px){
	::-webkit-scrollbar {
		width: 2px;
		background-color: #fff;
	}
	::-webkit-scrollbar-Thumb {
		background-color: #222;
		border-radius: 1px;
	}
	.hidden-xs {
		display: none;
	}
	.xs-1 {
		width: 8.3%;
		position: relative;
		float: left;
	}
	.xs-2 {
		width: 16.667%;
		position: relative;
		float: left;
	}
	.xs-3 {
		width: 25%;
		position: relative;
		float: left;
	}
	.xs-4 {
		width: 33.33%;
		position: relative;
		float: left;
	}
	.xs-5 {
		width: 41.5%;
		position: relative;
		float: left;
	}
	.xs-6 {
		width: 50%;
		position: relative;
		float: left;
	}
	.xs-7 {
		width: 58.3%;
		position: relative;
		float: left;
	}
	.xs-8 {
		width: 66.67%;
		position: relative;
		float: left;
	}
	.xs-9 {
		width: 75%;
		position: relative;
		float: left;
	}
	.xs-10 {
		width: 83.33%;
		position: relative;
		float: left;
	}
	.xs-11 {
		width: 91.667%;
		position: relative;
		float: left;
	}
	.xs-12 {
		width: 100%;
		position: relative;
		float: left;
	}
	.xs-off-1 {
		margin-left: 8.33%;
	}
	.xs-off-2 {
		margin-left: 16.667%;
	}
	.xs-off-3 {
		margin-left: 25%;
	}
	.xs-off-4 {
		margin-left: 33.33%;
	}
	.xs-off-5 {
		margin-left: 41.67%;
	}
	.xs-off-6 {
		margin-left: 50%;
	}
	.xs-down-3 {
		margin-top: 3%;
	}
	.xs-down-4 {
		margin-top: 4%;
	}
	.xs-down-5 {
		margin-top: 5%;
	}
	.xs-off-8 {
		margin-left: 66.67%;
	}
	.xs-down-10 {
		margin-top: 10%;
	}
	.xs-down-15 {
		margin-top: 15%;
	}
	.xs-down-20 {
		margin-top: 20%;
	}
	.xs-down-30 {
		margin-top: 30%;
	}
	.xs-down-40 {
		margin-top: 40%;
	}
	.xs-down-50 {
		margin-top: 50%;
	}
	.xs-down-55 {
		margin-top: 55%;
	}
	.xs-down-80 {
		margin-top: 80%;
	}
	.xs-bottom-padded {
		padding-bottom: 100px;
	}
	.xs-bottom-padded-medium {
		padding-bottom: 50px;
	}
	.xs-bottom-padded-light {
		padding-bottom: 30px;
	}
	.xs-inline {
		display: inline-block !important;
	}
	.xs-centered {
		text-align: center;
	}
	.xs-right {
		text-align: right;
	}
	.xs-left {
		text-align: left !important;
	}
	.xs-px40 {
		font-size: 40px !important;
	}
	.xs-px30 {
		font-size: 30px !important;
	}
	.xs-px20 {
		font-size: 20px !important;
	}
	.xs-px15 {
		font-size: 15px !important;
	}
	.xs-px12 {
		font-size: 12px !important;
	}
	.xs-px10 {
		font-size: 10px !important;
	}
	.turn-tea {
		width: 50px !important;
		height: auto;
	}
	.xs-up-10 {
		margin-top: -12px !important;
	}
	a {
		cursor: default;
	}
	.bg-landing {
		height: 450px !important;
		background-size: 250% !important;
	}
	.bg-two {
		background-size: 300% !important;
	}
	.bg-about {
		height: 250px !important;
	}
	.img-container {
		height: 200px !important;
	}
	.xs-closed {
		margin-left: -100%;
	}
	.xs-opened {
		margin-left: 0;
	}
	table {
		font-size: 8px !important;
		overflow: scroll !important;
		display: block !important;
	}
	table th {
		padding: 0px 5px;
	}
	.card-container-inner {
		width: 700% !important;
	}
	.blog-cards {
		width: 90vw !important;
		position: relative;
		float: left;
	}
	.user-id {
		left: 0;
		margin-left: 70px;
	}
	.name-mobile {
		display: inline-block;
		margin-left: 70px;
	}
	.lg-magic {
		transition: 0.3s ease-in-out;
		height: 100px;
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		background: linear-gradient(to right, rgba(51, 153, 102, 0.7), rgba(51, 153, 102, 0.4)), url(../images/teapot-4.jpg);
		background-size: cover;
		background-position: center;
	}
	input[type='range'] {
	  width: 60% !important;
	}
	.form-slider-value {
		width: 38% !important;
		margin-left: 20px !important;
	}
	.xs-container {
		width: 92%;
		position: relative;
		float: left;
		margin-left: 4%;
	}
}
.left {
	text-align: left;
}
.centered {
	text-align: center;
}
.right {
	text-align: right;
}
.justified {
	text-align: justify;
}
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}
.inline {
	display: inline-block;
}
.block {
	display: block;
}
.box-shadowed {
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
.white {
	color: #fff;
}
.whitish {
	color: #aaa;
}
.dark-text {
	color: #222;
}
.faded {
	color: #555;
}
.color-code-1 {
	color: #808000;
}
.bg-color-code-1 {
	background-color: #808000;
}
.color-code-3 {
	color: #339966;
}
.bg-color-code-3 {
	background-color: #339966;
}
.color-code-2 {
	color: #333;
}
.t-shadowed {
	text-shadow: 0px 2px 2px #333;
}
.bg-color-code-2 {
	background-color: #333;
}
.bg-grad {
	background: linear-gradient(105deg, rgba(0, 0, 0, 0.9), rgba(180, 180, 180, 0.7)), url(../images/teapot-3.jpg);
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.bg-white {
	background-color: #fff;
}
.bg-whitish {
	background-color: #efecfa;
}
.bg-dark {
	background-color: #333;
}
.bg-plat {
	background-color: #999966;
}
.bg-play {
	background: linear-gradient(to right, #808000, #fff);
}
.px10 {
	font-size: 10px;
}
.px12 {
	font-size: 12px;
}
.px14 {
	font-size: 14px;
}
.px16 {
	font-size: 16px;
}
.px17 {
	font-size: 17px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.px30 {
	font-size: 30px;
}
.px40 {
	font-size: 40px;
}
.px60 {
	font-size: 60px;
}
.px80 {
	font-size: 80px;
}
.px100 {
	font-size: 100px;
}
.px150 {
	font-size: 150px;
}
.px200 {
	font-size: 200px;
}
.bold {
	font-weight: bold;
}
.lighter {
	font-weight: lighter;
}
.italics {
	font-style: italic;
}
.dark-underlay {
	width: 100%;
	height: 600px;
	background-color: #222;
}
.bg-landing {
	width: 100%;
	height: 550px;
	background-image: url(../images/teapot-6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 70% 0px;
}
.bg-about {
	width: 100%;
	height: 300px;
	background-image: url(../images/teapot-9.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 70% -170px;
}
.bg-careers {
	width: 100%;
	height: 400px;
	background-image: url(../images/teapot-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 70% -170px;
}
.bg-two {
	width: 100%;
	height: 350px;
	background-image: url(../images/teapot-8.jpg);
	background-size: cover;
	display: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0px;
	position: relative;
	float: left;
}
.dark-scarf {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.white-scarf {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
}
.color-code-1-scarf {
	width: 100%;
	height: 100%;
	background-color: rgba(128, 128, 0, 0.6);
}
.team-img-container {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.team-img-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.img-container {
	width: 100%;
	height: 350px;
	overflow: hidden;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
.img-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.card-home-img-container {
	width: 100%;
	height: 300px;
	overflow: hidden;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
.card-home-img-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.card-home-img-container-sm {
	width: 100%;
	height: 250px;
	overflow: hidden;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
.card-home-img-container-sm img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.recent-container {
	width: 100%;
	height: 200px;
	overflow: hidden;
	/*box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);*/
}
.recent-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.frame-container {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.iframe-card iframe {
	width: 100%;
	height: 200px;
	border: none;
	/*box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);*/
	z-index: 4;
	border-radius: 3px;
	background-color: #eee;
}
.testimonials-img-container {
	width: 100%;
	height: 200px;
	border: none;
	border-radius: 3px;
	background-color: #eee;
	overflow: hidden;
}
.testimonials-img-container img {
	width: 100%;
	height: auto;
}
.padded-card img {
	width: 100%;
	height: auto;
}
.img-container iframe {
	width: 100%;
	height: 100%;
	border: none;
	/*box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);*/
	z-index: 4;
	border-radius: 3px;
	background-color: #eee;
}
.footer-logo-container {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -30px;
	margin-left: 10px;
	background-color: #eee;
	overflow: hidden;
}
.footer-logo-container img {
	width: 100%;
	height: auto;
	/*width: auto;*/
	object-fit: contain;
	/*transform: scale(1.2);*/
}
.hidden {
	display: none;
}
.btn-curved {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 40px;
	transition: 0.3s ease-in-out;
	margin-top: 10px;
}
.btn-sm {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 30px;
	border-radius: 3px;
}
.btn-apply {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	padding: 10px 0px;
	border-radius: 3px;
}
.btn-sharp-sm {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 30px;
}
.btn-sub {
	display: inline-block;
	border: 0;
	width: 70px;
	height: 40px;
	border-radius: 3px;
	font-size: 12px;
	margin-top: 10px;
}
.btn-sub-sm {
	display: inline-block;
	border: 0;
	width: 30px;
	height: 20px;
	line-height: 20px;
	border-radius: 3px;
	font-size: 8px;
	/*margin-top: 10px;*/
}
.btn-ref {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 11px;
}
.border-color-code-1 {
	border: 1px solid #808000;
}
.border-color-code-2 {
	border: 1px solid #333;
}
.border-color-code-3 {
	border: 1px solid #339966;
}
.white-bordered {
	border: 1px solid #fff;
}
.color-to-code-1:hover {
	color: #808000;
}
.to-color-code-1:hover {
	background-color: #808000;
	color: #fff;
}
.to-color-code-2:hover {
	background-color: #333;
	color: #fff;
}
.to-white:hover {
	color: #808000;
	background-color: #fff;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.static {
	position: static;
}
.sticky {
	position: sticky;
}
@keyframes bg-zoom {
	from {
		background-size: 160%;
	}
	to {
		background-size: 100%;
	}
}
.container {
	width: 92%;
	position: relative;
	float: left;
	margin-left: 4%;
}
.mother {
	width: 100%;
	position: relative;
	float: left;
}
.z-4 {
	z-index: 4;
}
.full-screen-wait-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	background-size: 10% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 50;
	top: 0;
	overflow-x: hidden;
}
.full-screen-wait-modal-top {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1000;
	overflow-x: hidden;
	top: 0;
}
.full-screen-modal {
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 30;
	overflow-x: hidden;
}
.full-screen-modal-white {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 30;
	overflow-x: hidden;
}
.full-screen-modal-team {
	width: 100%;
	height: 100%;
	position: fixed;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(51, 153, 102, 0.4));
	z-index: 30;
	overflow-x: hidden;
}
.team-underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0);
	/*z-index: 30;*/
	overflow-x: hidden;
}
.fake-overlay {
	width: 50%;
	height: 100%;
	z-index: 30;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	border-right: 2px solid #fff;
}
.loader-overlay {
	width: 100%;
	height: 100%;
	line-height: 200px;
	text-align: center;
	z-index: 1;
	background-color: rgba(128, 128, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	border-right: 2px solid #fff;
}
.icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 14px;
	background-color: #333;
	color: #808000;
	line-height: 40px;
	margin-top: 10px;
	margin-left: 5px;
	border: 0.5px solid #808000;
	/*border-radius: 50%;*/
	text-align: center;
	text-indent: 0;
}
.mobile-nav {
	width: 100%;
	height: 60px;
	background-color: #fff;
	line-height: 60px;
	position: fixed;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	z-index: 22;
	top: 0;
}
.mobile-nav .mobile-logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 10px;
	width: 60px;
	height: 60px;
	border-bottom: 0.3px solid #eee;
	overflow: hidden;
}
.mobile-nav .mobile-logo img {
	width: 100%;
	height: auto;
}
.mobile-nav a:first-child {
	margin-left: 100px;
	display: block;
	color: #808000;
	font-size: 20px;
}
.mobile-nav a:last-child {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px 20px;
	font-size: 20px;
	color: #808000;
}
.mobile-nav-full {
	position: fixed;
	width: 80%;
	margin-left: 20%;
	margin-top: 58px;
	height: 100vh;
	overflow-x: scroll;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 255, 255, 1);
	/*background: linear-gradient(rgba(255, 255, 255, 1), rgba(128, 128, 0, 0.8));*/
	z-index: 40;
}
.mobile-nav-full a {
	display: block;
	color: #333;
	font-size: 16px;
	/*font-weight: bold;*/
	text-indent: 10px;
	line-height: 60px;
	border-bottom: 0.5px solid #ccc;
	transition: 0.3s ease-in-out;
}
.mobile-nav-full a:hover {
	background-color: #808000;
	color: #fff;
}
.mobile-nav-full a:last-child {
	background-color: #808000;
	color: #fff;
	font-size: 14px;
	padding: 15px 30px !important;
	line-height: unset;
	margin-top: 20px;
	display: inline-block;
	border-radius: 3px;
}
.fun-open {
	display: inline-block;
	content: "";
	width: 32px;
	height: 30px;
	border-bottom: 0.5px solid #808000;
	position: relative;
}
.fun-open:before {
	display: inline-block;
	content: "";
	width: 20px;
	margin-right: 12px;
	height: 30px;
	border-bottom: 0.5px solid #808000;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -8px;
}
.fun-close {
	display: inline-block;
	content: "";
	width: 36px;
	height: 30px;
	border-bottom: 0.5px solid #808000;
	transform: rotate(45deg);
	position: relative;
}
.fun-close:before {
	display: inline-block;
	content: "";
	width: 30px;
	margin-right: 12px;
	height: 30px;
	border-bottom: 0.5px solid #808000;
	position: absolute;
	transform: rotate(270deg);
	top: 0;
	right: 0;
	margin-top: 10px;
}
.icon-close {
	animation: icon-animate-close 0.3s linear;
}
.icon-close:before {
	animation: icon-animate-close-before 0.3s linear;
}
.icon-open {
	animation: icon-animate-open 0.3s linear;
}
.icon-open:before {
	animation: icon-animate-open-before 0.3s linear;
}
@keyframes icon-animate-close {
	from {
		display: inline-block;
		content: "";
		width: 32px;
		height: 30px;
		border-bottom: 0.5px solid #808000;
		transform: rotate(0deg);
		position: relative;
	}
	to {
		display: inline-block;
		content: "";
		width: 36px;
		height: 30px;
		border-bottom: 0.5px solid #808000;
		transform: rotate(45deg);
		position: relative;
	}
}
@keyframes icon-animate-close-before {
	from {
		display: inline-block;
		content: "";
		width: 20px;
		margin-right: 12px;
		height: 30px;
		border-bottom: 0.5px solid #808000;
		position: absolute;
		transform: rotate(0deg);
		top: 0;
		right: 0;
		margin-top: -8px;
	} 
	to {
		display: inline-block;
		content: "";
		width: 30px;
		margin-right: 12px;
		height: 30px;
		border-bottom: 0.5px solid #808000;
		position: absolute;
		transform: rotate(270deg);
		top: 0;
		right: 0;
		margin-top: 10px;
	}
}
@keyframes icon-animate-open {
	to {
		display: inline-block;
		content: "";
		width: 32px;
		height: 30px;
		border-bottom: 0.5px solid #808000;
		transform: rotate(0deg);
		position: relative;
	}
	from {
		display: inline-block;
		content: "";
		width: 36px;
		height: 30px;
		border-bottom: 0.5px solid #808000;
		transform: rotate(45deg);
		position: relative;
	}
}
@keyframes icon-animate-open-before {
	to {
		display: inline-block;
		content: "";
		width: 20px;
		margin-right: 12px;
		height: 30px;
		border-bottom: 0.5px solid #808000;
		transform: rotate(0deg);
		position: absolute;
		top: 0;
		right: 0;
		margin-top: -8px;
	} 
	from {
		display: inline-block;
		content: "";
		width: 30px;
		margin-right: 12px;
		height: 30px;
		border-bottom: 0.5px solid #808000;
		position: absolute;
		transform: rotate(270deg);
		top: 0;
		right: 0;
		margin-top: 10px;
	}
}
a.m-link {
  display: inline-block!important;
  position: absolute!important;
  top: 0!important;
  right: 0!important;
  margin-right: 40px;
  padding: 10px;
  color: #808000;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fafafa;
}
.edge-curved-slightly {
	border-radius: 3px;
}
.curved {
	border-radius: 10px;
}
.bottom-30 {
	padding-bottom: 30px;
}
.bottom-50 {
	padding-bottom: 50px;
}
.bottom-100 {
	padding-bottom: 100px;
}
.fadeIn {
	animation: fadeIn 0.3s linear;
}
.fadeIn-Left {
	animation: fadeIn-left 0.3s linear;
}
.fadeOut-Left {
	animation: fadeOut-left 0.3s linear;
}
.fadeOut {
	animation: fadeOut 0.3s linear;
}
.fadeIn-top {
	animation: fadeIn-top 0.3s linear;
}
.fadeOut-bottom {
	animation: fadeOut-bottom 0.3s linear;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeIn-top {
	from {
		margin-top: -500px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes fadeOut-bottom {
	from {
		margin-top: 0;
		opacity: 1;
	}
	to {
		margin-top: 500px;
		opacity: 0;
	}
}
@keyframes fadeIn-left {
	from {
		margin-left: 500px;
		opacity: 0;
	}
	to {
		margin-left: 20%;
		opacity: 1;
	}
}
@keyframes fadeOut-left {
	from {
		margin-left: 20%;
		opacity: 1;
	}
	to {
		margin-left: 500px;
		opacity: 0;
	}
}
::selection {
	background-color: #808000;
	color: #fff;
}
.LI-badge-container.horizontal.light {
	background-color: #fff;
}
.ov-bounce {
	display: inline-block;
	animation: 2s bounce linear infinite;
}
@keyframes bounce {
	from {
		margin-top: 5px;
	}
	50% {
		margin-top: 25px;
	}
	to {
		margin-top: 5px;
	}

}
.rate-card {
	width: 92%;
	margin-left: 4%;
	margin-top: 5%;
	position: relative;
	float: left;
	background-color: #fff;
	padding-bottom: 30px;
	border-radius: 3px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.card-head {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
}
.card-item {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-bottom: 0.5px solid #eee;
	color: #333;
}
/*.card-content span:nth-child(odd) {
	background-color: #f6f6f6;
	color: #808000;
}*/
.rate-container {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f1f1f1;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	z-index: 5;
	margin-top: -20px;
}
.price {
	right: 0;
}
.form-text-input {
	width: 100%;
	height: 35px;
	border-radius: 3px;
	border: 0.5px solid #ccc;
	text-indent: 6px;
	color: #555;
	background-color: #fff;
	margin-bottom: 10px;
}
.form-slider-value {
	width: 20%;
	height: 35px;
	border-radius: 3px;
	border: 0.5px solid #ccc;
	/*color: #808000;*/
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 6px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
.form-textarea-input {
	width: 100%;
	height: 150px;
	border-radius: 3px;
	border: 0.5px solid #ccc;
	text-indent: 6px;
	color: #555;
	background-color: #fff;
	margin-bottom: 10px;
}
.form-select-input {
	width: 100%;
	height: 35px;
	border-radius: 3px;
	border: 0.5px solid #ccc;
	text-indent: 6px;
	color: #555;
	margin-bottom: 10px;
}
.short-select {
	width: 100px;
	height: 35px;
	border-radius: 3px;
	border: 0.5px solid #ccc;
	text-indent: 6px;
	color: #555;
	margin-bottom: 10px;
}
.heighted {
	height: 350px;
}
.heighted-half {
	height: 200px;
}
.heighted-half-two {
	height: 150px;
}
.padded-10 {
	padding: 10px;
}
.btc-container {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -120px;
}
.dollar-container {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -120px;
}
.eth-container {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 40px;
}
.doge-container {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 40px;
}
.btc {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	animation: rotate 4s linear infinite;
	animation-delay: 1.5s
}
.dollar {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	animation: rotate-inverse 3s linear infinite;
	animation-delay: 2s
}
.eth {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	animation: rotate 4s linear infinite;
	animation-delay: 2s
}
.doge {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	animation: rotate-inverse 3s linear infinite;
	animation-delay: 1.5s
}
.rt1 {
	animation: rotate 5s linear infinite;
	animation-delay: 2s;
	display: inline-block;
}
.rt2 {
	animation: rotate-inverse 6s linear infinite;
	animation-delay: 2s;
	display: inline-block;
}
.rt3 {
	animation: rotate 5.2s linear infinite;
	animation-delay: 2s;
	display: inline-block;
}
.rt4 {
	animation: rotate-inverse 4s linear infinite;
	animation-delay: 2.3s;
	display: inline-block;
}
@keyframes rotate {
	from {
		transform: 0;
		margin: 0;
	}
	25% {
		margin-top: -30px;
		margin-left: 100px;
	}
	50% {
		margin-top: 0px;
		margin-left: 150px;
	}
	75% {
		margin: 0;
	}
	to {

	}
}
@keyframes rotate-inverse {
	from {
		transform: 0;
		margin: 0;
	}
	25% {
		margin-top: -30px;
		margin-left: -100px;
	}
	50% {
		margin-top: 0px;
		margin-left: -150px;
	}
	75% {
		margin: 0;
	}
	to {

	}
}
/*Dashboard CSS*/
.message-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin-top: 50px;
	line-height: 40px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background-color: #808000;
	color: #fff;
	text-align: center;
	animation: 0.3s fadeIn linear;
	display: none;
	z-index: 20;
}
.slide-in:hover {
	animation: slide-in 2s;
}

.top-bar.admin {
	background-color: #fff;
	/*box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);*/
}
.top-bar {
	height: 60px;
	line-height: 60px;
	/*box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);*/
	text-indent: 10px;
	position: fixed;
	z-index: 15;
	margin-top: 80px;
	width: inherit;

}
.a-side-bar {
	height: 100vh;
	/*padding-bottom: 200px;*/
	position: fixed;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(51, 153, 102, 0.7)), url(../images/teapot-3.jpg);
	z-index: 10;
	border-top-right-radius: 3px;
	overflow-y: scroll;
	background-position: center;
	margin-top: 80px;
	background-size: cover;
	transition: 0.1s ease-in-out;
}
.a-side-bar .side-bar-item {
	color: #fff !important;
}
.a-side-bar .side-bar-item:hover {
	background-color: #f8f8f8;
	color: #339966 !important;
}
.a-side-bar .side-bar-item i {
	color: #339966 !important;
}
.a-side-bar .side-bar-item-switch {
	background-color: #339966 !important;
	color: #333 !important;
}
.a-side-bar .side-bar-top {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

.p-side-bar {
	height: 100vh;
	position: fixed;
	background: linear-gradient(to right, #111, #333);
	/*background-color: #333;*/
	z-index: 10;
	border-top-right-radius: 3px;
	background-position: center;
	background-size: cover;
	overflow-y: scroll;
	transition: 0.1s ease-in-out;
}
.p-side-bar .side-bar-item {
	color: #fff !important;
}
.p-side-bar .side-bar-item:hover {
	background-color: #fff;
	color: #333 !important;
}
.p-side-bar .side-bar-item i {
	color: #fff !important;
}
.p-side-bar .side-bar-item:hover .side-bar-item i {
	color: #333 !important;
}
.p-side-bar .side-bar-item-switch {
	background-color: #fff !important;
	color: #333 !important;
}
.p-side-bar .side-bar-top {
	background-color: rgba(0, 0, 0, 0.1) !important;
}
.side-bar {
	height: 100vh;
	position: fixed;
	background-color: #333;
	z-index: 10;
	border-top-right-radius: 3px;
	/*overflow-y: scroll;*/
	transition: 0.1s ease-in-out;
}
.tap-close {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	content: "";
	z-index: 5;
	display: none;
}
.side-bar-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #333;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3);
}
.side-bar-item {
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	color: #ddd;
	font-size: 11px;
	/*border-bottom: 1px solid #aaa;*/
	transition: 0.3s ease-in-out;
	border-radius: 3px;
	text-transform: uppercase;
}
.side-bar-item:hover {
	background-color: #222;
	color: #339966;
}
.side-bar-item i {
	margin-left: -20px;
	padding-right: 10px;
}
.side-bar-item-switch {
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	color: #ddd;
	font-size: 13px;
	background-color: #111;
	/*border-bottom: 1px solid #aaa;*/
	transition: 0.3s ease-in-out;
	border-radius: 3px;
}
.side-bar-item-switch:hover {
	background-color: #fff;
	color: #339966;
}
.side-bar-item-switch i {
	margin-left: -20px;
	padding-right: 10px;
}
.admin-side-bar {
	height: 100vh;
	position: fixed;
	background-color: #fff;
	z-index: 33;
	border-top-right-radius: 3px;
	overflow-y: scroll;
	transition: 0.1s ease-in-out;
}
.admin-side-bar-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
}
.admin-side-bar-item {
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	color: #808000;
	font-size: 13px;
	border-bottom: 1px solid #eee;
	transition: 0.3s ease-in-out;
	border-radius: 3px;
}
.admin-side-bar-item:hover {
	background-color: #808000;
	color: #fff;
}
.link-container:hover .side-bar-item-min {
	display: block;
	animation: fadeIn 0.5s linear;
}
.side-bar-item-min {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	border-bottom: 1px transparent;
	transition: all 0.3s;
	color: #808000;
	text-indent: 15px;
	display: none;
}
.side-bar-item-min:hover {
	color: #eee;
}
.profile-footer {
	width: 100%;
	height: 6vh;
	line-height: 6vh;
	position: fixed;
	margin-top: 94vh;
	background-color: #333;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #eee;
	z-index: 50;
}
.admin-profile-footer {
	width: 100%;
	height: 6vh;
	line-height: 6vh;
	position: fixed;
	margin-top: 94vh;
	background-color: #fff;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #eee;
	z-index: 50;
}
.profile-img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	overflow: hidden;
	margin: 5px;
	background-color: #fff;
}
.profile-pic-container {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	border: 10px solid #f5f5f5;
	box-shadow: 0px -4px 2px rgba(0, 0, 0, 0.2);
}
.profile-pic {
	width: 100%;
	height: auto;
	transform: scale(1.1);
}
#main-window {
	transition: 0.1s ease-in-out;
}
#main-window-2 {
	padding-bottom: 100px;
}
.icon-mobile {
	position: relative;
	float: right;
	padding-left: 20px;
	font-size: 15px;
	color: #fff;
}
.a-icon-mobile {
	position: relative;
	float: right;
	padding-left: 20px;
	font-size: 15px;
	color: #808000;
}
.profile-item {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #aaa;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #fff;
	color: #333;
	text-indent: 6px;
	margin-top: 5px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}
.profile-item:hover {
	color: #fff;
	background-color: #333;
}
/*Dashboard Pages css*/
.currency-container {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 37px;
	height: 37px;
	background-color: #f1f1f1;
	border-radius: 3px;
	color: #333;
	line-height: 37px;
	text-align: center;
	font-size: 10px;
}
.table-container {
	overflow-x: auto;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	border: 2px solid #f8f8f8;
	border-radius: 4px;
	/*max-height: 600px;*/
	overflow-y: scroll;
}
.t-2 {
	max-height: 1000px;
}
.table-container::-webkit-scrollbar {
	background-color: #fff;
	width: 2px !important;
	color: #f9f9f9;
}
.table-container::-webkit-scrollbar-Thumb {
	/*background-color: rgba(51, 153, 102, 0.2);*/
	background-color: #fff;
	width: 2px !important;
	border-radius: 4px;
}
table {
	width: 100%;
	position: relative;
	float: left;
	display: table;
	object-fit: cover;
	border-collapse: collapse;
	border-spacing: 0;
	color: #555;
	font-family: helvetica, arial, sans-serif;
	background-color: unset;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
th {
	background-color: #333;
	/*font-weight: bold;*/
	color: #fff;
}
td, th {  
  border: 0.5px solid transparent;
  height: 60px; 
  /*font-weight: bold;*/
  font-size: 13px;
  transition: all 0.3s;  /* Simple transition for hover effect */
  white-space: nowrap;
  padding: 0px 10px;
}
tr:nth-child(even) td {
	background-color: #eee;
	color: #666;
}
tr:nth-child(odd) td {
	background-color: #f9f9f9;
	color: #333;
}
td {
	text-align: center;
}
tr td:hover { background: #333; color: #fff; }  
table:hover , table:focus , table:active {
	
}
.profile-card {
	width: 90%;
	position: relative;
	float: left;
	height: 100px;
	background-color: #fff;
	text-align: center;
	margin-left: 5%;
	line-height: 100px;
	margin-top: 20px;
	display: inline-block;
	box-shadow: 0px 2px 16px rgba(200, 200, 200, 0.4);
}
.cover-btn {
	width: 300px;
	height: 50px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	text-align: center;
	margin-left: -100px;
}
.down-50vh {
	margin-top: 50vh;
}
.wallet-addr {
	background-color: #eee;
	color: #808000;
	padding: 10px;
	border-radius: 3px;
	font-size: 11px;
}
.transparent {
	opacity: 0;
}
.down-31px {
	margin-top: 31px;
}
#overlay {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 50px;
	content: "";
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.0);
}
#err {
	display: none;
	animation: fadeIn-top 0.3s linear;
}
.block-head {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	margin-top: 10px;
}
.block-head span {
	padding-left: 10px;
}
.block-body {
	width: 100%;
	position: relative;
	float: left;
	background-color: #eee;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-bottom: 50px;
}
.u-card {
	width: 90%;
	position: relative;
	float: left;
	padding-bottom: 50px;
	background-color: #808000;
	margin-left: 5%;
	margin-top: 20px;
	display: inline-block;
	box-shadow: 0px 2px 16px rgba(200, 200, 200, 0.4);
}
.turn-tea {
	width: 100px;
	height: auto;
}
#test-1, #test-2, #test-3, #fest-1, #fest-2, #fest-3, #sest-1, #sest-2, #sest-3 {
	animation: testify 5s linear infinite;
}
@keyframes testify {
	from {
		opacity: 0;
	}
	3% {
		opacity: 1;
	}
	97% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.note-card {
	position: absolute;
	top: 0;
	margin-top: 30px;
	margin-right: 30px;
	line-height: 100px;
	font-size: 20px;
	right: 0;
	z-index: 31;
	width: 100px;
	height: 100px;
	background-color: #808000;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.bg-logo {
	background-image: url(../images/teapot-logo-small.jpg);
	background-size: cover;
	background-position: center;
}
.bg-logo img {
	width: 100%;
	height: auto;
}
.padded-card {
	width: 92%;
	margin-left: 4%;
	margin-top: 10px;
	position: relative;
	float: left;
	background-color: #fff;
	padding-bottom: 15px;
	border-radius: 10px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.iframe-card {
	width: 92%;
	margin-left: 4%;
	margin-top: 10px;
	position: relative;
	float: left;
	background-color: #fff;
	/*padding-bottom: 15px;*/
	border-radius: 10px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.settings-card {
	width: 92%;
	margin-left: 4%;
	margin-top: 5%;
	position: relative;
	float: left;
	background-color: #fff;
	/*height: 460px;*/
	padding-bottom: 30px;
	border-radius: 4px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	/*border-radius: 3px;*/
}
.about-card {
	width: 92%;
	margin-left: 4%;
	margin-top: 5%;
	position: relative;
	float: left;
	background-color: #fff;
	height: 200px;
	/*padding-bo/ttom: 30px;*/
	border-radius: 4px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	/*border-radius: 3px;*/
}
.a-settings-card {
	width: 92%;
	margin-left: 4%;
	margin-top: 5%;
	position: relative;
	float: left;
	background-color: #fff;
	height: 540px;
	/*padding-bottom: 30px;*/
	border-radius: 4px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	/*border-radius: 3px;*/
}
.card-head {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	text-indent: 10px;
	border-radius: 10px 10px 0px 0px;
}
.card-item {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-bottom: 0.5px solid #eee;
	color: #333;
}
.card-content {
	width: 100%;
	height: 150px;
	overflow-y: scroll;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.card-content::-webkit-scrollbar-Thumb {
	background-color: rgba(0, 0, 0, 0.0);
	border-radius: 2px;
}
.blog-card-content {
	width: 94%;
	position: relative;
	float: left;
	margin-left: 3%;
	height: 30px;
	overflow-y: scroll;
	margin-top: 10px !important;
	/*margin-bottom: 5px !important;*/
}
.blog-card-content::-webkit-scrollbar-Thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}
/*.card-content span:nth-child(odd) {
	background-color: #f6f6f6;
	color: #339966;
}*/
.team-card {
	width: 92%;
	margin-left: 4%;
	margin-top: 10px;
	position: relative;
	float: left;
	background-color: #fff;
	padding-bottom: 15px;
	border-radius: 10px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.swipe-notification {
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #339966;
	z-index: 2;
}
.card-container {
	width: 92%;
	overflow-x: scroll;
	position: relative;
	float: left;
	margin-left: 4%;
	padding-bottom: 50px;
	/*background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(51, 153, 102, 0.4)), url('../images/producedinnigeria9.jpg');*/
	/*background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(51, 153, 102, 0.7)), url(../images/teapot-4.jpg);*/
	/*background-color: #fafafa;*/
}
.card-container::-webkit-scrollbar {
	width: 1px;
	background-color: rgba(0, 0, 0, 0.0);
}
.card-container::-webkit-scrollbar-Thumb {
	background-color: rgba(0, 0, 0, 0.0);
	border-radius: 2px;
}
.card-container-inner {
	width: 150%;
}
.more-card {
	display: inline-block;
	margin-top: 50px;
	width: 150px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: relative;
	float: left;
}
.more-card-inner {
	width: 92%;
	/*background-color: rgba(0, 162, 255, 0.5);*/
	background-color: #fff;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	color: #fff;
	position: relative;
	float: left;
	margin-left: 4%;
}
.blog-cards {
	width: 25vw;
	position: relative;
	float: left;
}
.ytp-icon-large-play-button-hover {
	background: unset !important;
	background-color: #808000 !important;
}
.user-id {
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 14px;
}
.pre {
	white-space: pre-wrap;
}
.img-upload {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	margin-top: 10px;
	font-size: 10px;
}
.card-contact {
	width: 94%;
	position: relative;
	float: left;
	margin-left: 3%;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
.chat-float {
	width: 250px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: rgba(128, 128, 0, 0.6);
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	z-index: 10;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	text-align: center;
	cursor: pointer;
	display: none;
}
.chat-menu {
	width: 250px;
	padding-bottom: 30px;
	/*line-height: 40px;*/
	border-radius: 3px;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 10px;
	margin-bottom: 31px;
	z-index: 10;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	animation: fadeIn .3 linear;
}
.chat-item {
	position: relative;
	/*font-weight: bold;*/
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	background-color: #fff;
	border-bottom: 0.5px solid #f7f7f7;
	margin-top: 5px;
}
.chat-item img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.chat-name {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 40px;
}
.viewer {
	display: inline-block;
	position: absolute;
	width: 35px;
	height: 35px;
	background-color: #fff;
	top: 0;
	right: 0;
	margin-top: 2px;
	line-height: 35px;
	color: #808000;
}
/*Range Css*/
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type='range'] {
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
    width: 75%;
    height: 5px;
    -webkit-appearance: none;
    background-color: #eee;
  }
  
  input[type='range']::-webkit-slider-runnable-track {
    height: 30px;
    -webkit-appearance: none;
    color: #808000;
    margin-top: -1px;
  }
  
  input[type='range']::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    z-index: 3;
    cursor: ew-resize;
    border-radius: 50%;
    margin-top: 10px;
    background: #808000;
    /*box-shadow: 1000px 0 0 100px #808000;*/
  }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #808000; 
}
input[type="range"]::-moz-range-track {  
  background-color: #808000;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #808000; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #808000;
}
.bell {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-indent: 0;
	border-radius: 50%;
}
.ringer {
	animation: ring 0.5s linear infinite;
}
@keyframes ring {
	from {
		transform: rotate(20deg);
	}
	50% {
		transform: rotate(-20deg);
	}
	to {
		transform: rotate(0deg);
	}
}
/*Blog Css*/
.card-profile-video-container {
  width: 100%;
  height: 300px;
  /*min-height: 200px;*/
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  padding: 10px 0 20px 0;
}
.card-profile-video-container img {
  width: auto;
  height: 100%;
}
.side-img-container {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.side-img-container img {
    width: auto;
    height: 100%;
    transform: scale(1.3)
}
.fake-overlay {
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
}
.social-icons {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    background-color: #fff;
    color: #808000;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 5px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    text-align: center;
    text-indent: 0
}
.comments-block {
	width: 96%;
	position: relative;
	float: left;
	padding-bottom: 30px;
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: 2%;
	border: 0.5px solid #888;
}
.comment {
	width: 98%;
	position: relative;
	float: left;
	padding: 1%;
	background-color: #f8f8f8;
	border-radius: 3px;
	margin-top: 10px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
.comment-img-container {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
}
.comment-img-container img {
	width: auto;
	height: 100%;
	transform: scale(1.5);
}
.comment span.Salsa.white {
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 70px;
	margin-top: 20px;
}
.comment div {
	color: #333;
	font-size: 12px;
}
.btn-comment {
	width: 80px;
	height: 38px;
	border-radius: 3px;
	font-size: 12px;
	background-color: #808000;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border: 0.5px solid #eee;
}
.form-text-input-short {
	width: 50%;
	height: 35px;
	border-radius: 3px;
	border: 0.5px solid #eee;
	text-indent: 6px;
	color: #555;
	margin-bottom: 10px;
}
.img-section {
    width: 50px;
    height: 50px;
    position: relative;
    float: left
}
.data-section {
    width: 90%;
    height: 50px;
    position: relative;
    float: left;
    margin-left: 60px;
    position: absolute;
    margin-top: 5px;
    top: 0;
    left: 0;
    overflow: scroll
}
.data-section::-webkit-scrollbar {
    background-color: #fff;
    color: #fff
}
.data-section::-webkit-scrollbar-Thumb {
    background-color: #fff
}
.no-scroll {
    overflow: hidden
}
.side-courses {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 2%;
    border-bottom: .5px solid #f9f9f9;
    border-top: .5px solid #f9f9f9
}
.reg-card {
	width: 90%;
	position: relative;
	float: left;
	height: 100px;
	background-color: #fff;
	text-align: center;
	margin-left: 5%;
	line-height: 100px;
	margin-top: 20px;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0px 2px 16px rgba(200, 200, 200, 0.4);
}
.admin-comment {
	width: 100%;
	height: 100px;
	overflow-y: scroll;
}
.admin-comment::-webkit-scrollbar {
	/*background-color: rgba(51, 153, 102, 0.2);*/
	background-color: #fff;
	width: 2px !important;
	border-radius: 4px;
}
.admin-comment::-webkit-scrollbar-Thumb {
	/*background-color: rgba(51, 153, 102, 0.2);*/
	background-color: #339966;
	width: 2px !important;
	border-radius: 4px;
}
.form-text-search {
	width: 100%;
	height: 35px;
	border-radius: 3px;
	border: 0.5px solid #ccc;
	text-indent: 6px;
	color: #555;
	background-color: #fff;
	margin-bottom: 10px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-page-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 35px;
	border-radius: 3px;
	text-align: center;
	background-color: #808000;
	color: #fff;
	border: 0;
	margin-top: 22px;
	margin-left: 80px;
}
.q-nav {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 30050;
	background-color: #fff;
	height: 80px;
	line-height: 80px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.q-nav a {
	padding: 10px 20px;
}
.q-nav .col-1 a {
	padding: 0;
	line-height: unset;
	display: inline-block;
}