html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-size: 13px;
	font-family: Raleway, Helvetica, arial, sans-serif;
	font-weight: 500;
	margin: 0;
	scroll-behavior: smooth;
	line-height: 1.6;
}
nav {
	width: 100%;
	position: fixed;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border: 0;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3);

	text-align: right;
	font-size: 13px;
	z-index: 42;
	transition: 0.3s ease-in-out;
}
nav .col-1 img {
	width: 64px;
	height: 64px;
	height: auto;
	border-radius: 50%;
	margin-left: 10px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
nav a {
	color: #fff;
	padding: 22px 50px;
}
nav a:hover {
	background-color: #0091e6;
	color: #fff;
}
nav a:last-child {
	padding: 10px 30px;
	/*background-color: #0091e6;*/
	background: linear-gradient(to top right, #0091e6, #0081d6);
	color: #fff;
	border-radius: 20px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
nav a.active {
	/*color: */
}
nav.events a {
	color: #00e600;
}
nav.events a:hover {
	background-color: #00e600;
	color: #fff;
}
nav.events a:last-child {
	background-color: #00e600;
	color: #fff;
}
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-cluster {
	display: inline-block;
	position: relative;
	z-index: 5;
}
.nav-cluster a:first-child {
	position: relative;
}
.nav-cluster-elements {
	display: none;
}
.nav-cluster:hover .nav-cluster-elements {
	transition: 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 60px;
	width: 150%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.1);
	text-align: center;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
.nav-cluster .nav-cluster-elements a {
	display: inline-block;
	/*padding: 10px;*/
	line-height: 50px;
	margin-top: 0px;
	padding: 0 !important;
	width: 100%;
	height: 50px;
	font-size: 12px;
}
.nav-cluster .nav-cluster-elements a:last-child {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	box-shadow: unset !important;
	border-radius: unset !important;
}
.nav-cluster .nav-cluster-elements a:last-child:hover {
	background-color: #0091e6;
	color: #fff;
}
.nav-cluster .nav-cluster-elements a.clutter-1 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 180px;
	margin-top: 190px !important;
	background-color: #fff;
}
.nav-cluster .nav-cluster-elements a.clutter-2 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 180px;
	margin-top: 240px !important;
	background-color: #fff;
}
.nav-cluster .nav-cluster-elements a.clutter-1:hover {
	background-color: #0091e6;
}
.nav-cluster .nav-cluster-elements a.clutter-2:hover {
	background-color: #0091e6;
}
.mobile-link-cluster {
	display: none;
	transition: 0.3s ease-in-out;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.mobile-link-cluster a {
	animation: 0.4s trans-in linear;
	background-color: rgba(0, 0, 0, 0);
}
.mobile-link-cluster a:first-child {
	padding-top: 0!important;
	font-size: 13px !important;
	width: 100%;
	margin-bottom: 0% !important;
	margin-top: 0 !important;
}
.mobile-link-cluster a:last-child {
	position: relative !important;
	top: unset;
	left: unset;
	font-size: 13px !important;
	width: unset;
}
.naved {
	position: fixed;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border: 0;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.3);
}
.naved a {
	color: #0091e6;
}
.naved .nav-cluster-elements {
	background-color: #fff !important;
}
.naved .nav-cluster-elements a:last-child {
	background-color: #fff;
	color: #0091e6;
}
.naved span {
	color: #0091e6;
}
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: linear-gradient(to top right, #0091e6, #0081d6);
		border-radius: 4px;
	}
	::-moz-scrollbar {
		width: 5px;
		background-color: #fff;
	}
	::-moz-scrollbar-Thumb {
		background: linear-gradient(to top right, #0091e6, #0081d6);
		border-radius: 4px;
	}
	.righted:before {
		position: absolute;
		content: "";
		margin-top: 100px;
		height: 200px;
		border-left: 2px solid #0091e6;
	}
	.lg-lh-70 {
		line-height: 70px;
	}
	.lg-80top {
		top: 80px;
	}
	.lg-no-scroll {
		overflow: hidden;
	}
	.mobile-only {
		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-3-adjusted {
		width: 24%;
		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-11-adjusted {
		width: 95%;
		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-point-five {
		margin-left: 4.12%;
	}
	.off-p-3 {
		margin-left: 3%;
	}
	.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;
	}
	.lg-heighted {
		height: 80px;
	}
	.home-img-container {
		width: 100%;
		height: 250px;
		overflow: hidden;
		box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
	}
}
@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-60top {
		top: 60px;
	}
	.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-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;
	}
	.bg-landing {
		background-position: 50% -200px !important;
	}
	.rslides {
		height: 400px !important;
	}
	.blog-cards {
		width: 45vw !important;
		position: relative;
		float: left;
	}
}
@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.3%;
		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-down-2 {
		margin-top: 2%;
	}
	.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-px10 {
		font-size: 10px !important;
	}
	.xs-px13 {
		font-size: 13px !important;
	}
	.img-container-home {
	  height: 200px!important
	}
	.xs-container {
		width: 94%;
		position: relative;
		float: left;
		margin-left: 3%;
	}
	.xs-mother {
		width: 100%;
		position: relative;
		float: left;
	}
	.pull-up {
		margin-top: 0 !important;
	}
	table {
		font-size: 8px;
	}
	a {
		cursor: default;
	}
	.bg-landing {
		height: 600px !important;
		/*background-position: 50% -50px !important;*/
	}
	.p1, .p2, .p3 {
		background-size: cover !important;
		/*background-color: #333 !important;*/
	}
	.covering {
		margin-top: 20vh;
		background-color: #333 !important;
		background-position: 83% 100px !important;
	}
	.play-one:before {
		margin-top: 200px !important;
	}
	.play-one:after {
		margin-top: 240px !important;
	}
	.top-curved {
		border-radius: 50px 50px 0 0 !important;
	}
	.rslides {
		height: 400px !important;
		margin-top: 70px !important;
		background-color: #eee;
	}
	.callbacks img {
		height: 400px !important;
		width: auto !important;
	}
	.img-team-container {
		height: 200px !important;
	}
	.bg-three, .bg-two {
		height: 500px;
	}
	.xs-pull-up-50 {
		margin-top: -40%;
	}
	.blog-cards {
		width: 90vw !important;
		position: relative;
		float: left;
	}
	.card-container-inner {
		width: 550% !important;
	}
	.xs-lh-50 {
		line-height: 50px;
	}
}
.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 4px rgba(0, 0, 0, 0.1);
}
.white {
	color: #fff;
}
.whitish {
	color: #aaa;
}
.dark-text {
	color: #222;
}
.faded {
	color: #555;
}
.color-inherit {
	color: inherit;
	transition: inherit;
}
.code-3 {
	color: #0091e6;
}
.color-code-1 {
	color: #0091e6;
}
.bg-color-code-1 {
	background: linear-gradient(to top right, #0091e6, #0081d6);
}
.to-color-code-1:hover {
	background-color: #0091e6;
	color: #fff;
	transition: 0.3s ease-in-out;
}
.color-code-2 {
	color: #ffb84d;
}
.bg-color-code-2 {
	background: linear-gradient(to right, #ffb84d, #ca5200);
}
.to-color-code-2:hover {
	background-color: #ffb84d;
	color: #fff;
	transition: 0.3s ease-in-out;
}
.bg-white {
	background-color: #fff;
}
.bg-whitish {
	background-color: #f7f7f7;
}
.bg-dark {
	background-color: #333;
}
.bg-glassed {
	background-color: rgba(255, 255, 255, 0.3);
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px17 {
	font-size: 17px;
}
.px20 {
	font-size: 20px;
}
.px30 {
	font-size: 30px;
}
.px40 {
	font-size: 40px;
}
.px50 {
	font-size: 50px;
}
.px60 {
	font-size: 60px;
}
.px80 {
	font-size: 80px;
}
.px100 {
	font-size: 100px;
}
.px150 {
	font-size: 150px;
}
.px200 {
	font-size: 200px;
}
.l-sp-2 {
	letter-spacing: -1px;
}
.welcome-text {
	letter-spacing: -4px;
	word-spacing: 0;
	font-size: 70px;
}
.heading-web {
	letter-spacing: -7px;
	word-spacing: 0px;
}
.seo-heading {
	letter-spacing: -7px;
	word-spacing: -2px;
}
.bold {
	font-weight: bold;
}
.dark-underlay {
	width: 100%;
	height: 600px;
	background-color: #222;
}
.dark-half {
	width: 50%;
	height: 600px;
	background-color: #333;
	float: left;
	position: relative;
}
.bg-landing {
	width: 100%;
	height: 600px;
	position: relative;
	float: left;
	/*background: linear-gradient(to top right, rgba(0, 145, 230, 0.2), rgba(0, 145, 230, 0.2)), url(../images/myschool-365.jpg);*/
	/*background: linear-gradient(to top right, #0091e6, #0081d6);*/

	background-image: url(../images/myschool-365.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 2px;
	/*animation: slideshow 40s linear infinite;*/
	z-index: 10;
}
@keyframes slideshow {
    0% {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(../images/s1.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    20% {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(../images/s1.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    23% {
      opacity: 0
    }
    25% {
      opacity: 1;
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(../images/s2.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    45% {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(../images/s2.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    48% {
      opacity: 0
    }
    50% {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(../images/s3.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    70% {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(../images/s3.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    73% {
      opacity: 0
    }
    75% {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(../images/s4.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    95% {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(../images/s4.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
    98% {
      opacity: 0
    }
    100% {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0)), url(../images/s1.webp);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: 50%;
      opacity: 1
    }
}
.bg-two {
	width: 100%;
	height: 500px;
	/*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../images/edu2.jpg);*/
	background-image: url(../images/myschool-il-2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	position: relative;
	float: left;
}
.bg-consult {
	width: 100%;
	height: 350px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../images/bram.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
	position: relative;
	float: left;
}
.bg-four {
	width: 100%;
	height: 300px;
	/*background: linear-gradient(to top right, #fff, #0081d6);*/
	background: linear-gradient(to bottom left, rgba(255, 102, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../images/qmdci8.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-color: #fff;
	position: relative;
	float: left;
}
.bg-about {
	width: 100%;
	height: 400px;
	/*background: linear-gradient(to top right, #fff, #0081d6);*/
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../images/nfi4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-color: #fff;
	position: relative;
	float: left;
}
.bg-events {
	width: 100%;
	height: 400px;
	/*background: linear-gradient(to top right, #fff, #0081d6);*/
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../images/qmdci8.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-color: #fff;
	position: relative;
	float: left;
}
.bg-rental {
	width: 100%;
	height: 400px;
	/*background: linear-gradient(to top right, #fff, #0081d6);*/
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../images/qmdci8.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-color: #fff;
	position: relative;
	float: left;
}
.bg-culinary {
	width: 100%;
	height: 400px;
	/*background: linear-gradient(to top right, #fff, #0081d6);*/
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../images/qmdci8.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-color: #fff;
	position: relative;
	float: left;
}
.bg-hotel {
	width: 100%;
	height: 400px;
	/*background: linear-gradient(to top right, #fff, #0081d6);*/
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../images/qmdci8.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-color: #fff;
	position: relative;
	float: left;
}
.bg-indoor {
	width: 100%;
	height: 400px;
	/*background: linear-gradient(to top right, #fff, #0081d6);*/
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../images/qmdci8.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-color: #fff;
	position: relative;
	float: left;
}
.bg-three {
	width: 100%;
	height: 500px;
	/*background: linear-gradient(to top right, #fff, #0081d6);*/
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../images/nfi1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	background-color: #fff;
	position: relative;
	float: left;
}
.bg-footer {
	width: 100%;
	/*height: 350px;*/
	padding-bottom: 50px;
	background: linear-gradient(to top right, #000, #0091e6);
	position: relative;
	float: left;
}
.bg-login {
	width: 100%;
	height: 100vh;
	background: linear-gradient(to top right, rgba(255, 102, 0, 0.6) 60%, rgba(255, 255, 255, 0.7) 90%), url(../images/w4.jpg);
	/*background: linear-gradient(to top right, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.7) 90%), url(../images/blue.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	float: left;
}
/*.bg-about {
	width: 100%;
	height: 400px;
	background: linear-gradient(to top right, #0091e6, #0081d6);
	background: linear-gradient(to bottom left, rgba(255, 102, 0, 0.8), rgba(0, 0, 0, 0.7) 90%), url(../images/qmdci1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	position: relative;
	float: left;
}*/
.p1 {
	width: 100%;
	height: 450px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../images/webfala12.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	background-color: #0091e6;
	position: relative;
	float: left;
}
.p2 {
	width: 100%;
	height: 450px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../images/b1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	background-color: #0091e6;
	position: relative;
	float: left;
}
.p3 {
	width: 100%;
	height: 450px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../images/webfala8.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	background-color: #0091e6;
	position: relative;
	float: left;
}
.nav-logo {
	width: 64px;
	height: 64px;
	/*border-radius: 50%;*/
	overflow: hidden;
	margin-top: 10px;
	margin-left: 10px;
}
.nav-logo img {
	height: 100%;
	width: auto;
}
.dark-scarf {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.code-1-scarf {
	width: 100%;
	height: 100%;
	background: linear-gradient(to top right, rgba(0, 145, 230, 0.2), rgba(0, 145, 230, 0.2));
}
.btn-sm {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 30px;
	border-radius: 3px;
}
.btn-curved {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 30px;
	border-radius: 20px;
}
.btn-curved-2 {
	display: inline-block;
	margin-top: 10px;
	margin-left: 15px;
	padding: 10px 30px;
	border-radius: 20px;
}
.btn-sub {
	display: inline-block;
	border: 0;
	width: 70px;
	height: 40px;
	border-radius: 3px;
	font-size: 12px;
	margin-top: 10px;
}
.border-color-code-1 {
	border: 0.5px solid #0091e6;
}
.border-white {
	border: 0.5px solid #fff;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.sticky {
	position: sticky !important;
}
@keyframes bg-zoom {
	from {
		background-size: 160%;
	}
	to {
		background-size: 100%;
	}
}
.container {
	width: 92%;
	position: relative;
	float: left;
	margin-left: 4%;
}
.boxed {
	width: 94%;
	margin-left: 3%;
	position: relative;
	float: left;
	margin-top: 40px;
	height: 320px;
	border: 0.5px solid #888;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.1);
}
.mother {
	width: 100%;
	position: relative;
	float: left;
}
.z-4 {
	z-index: 4;
}
.full-screen-wait-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	/*background-image: url(../images/logo.png);*/
	background-size: 10% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 50;
	overflow-x: hidden;
	/*animation: bg-zoom 1s linear infinite;*/
}
.full-screen-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 80;
	overflow-x: hidden;
}
.full-screen-modal-message {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(255, 102, 0, 0.7);
	z-index: 30;
	overflow-x: hidden;
}
.full-screen-modal-mailed {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 30;
	overflow-x: hidden;
}
.full-screen-modal-dark {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 30;
	overflow-x: hidden;
}
.icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #0091e6;
	background-color: #fff;
	line-height: 40px;
	margin-top: 10px;
	margin-left: 5px;
	border: 0.5px solid #0091e6;
	text-align: center;
	text-indent: 0;
	border-radius: 50%;
}
.mobile-nav {
	width: 80%;
	height: 100vh;
	line-height: 70px;
	background-color: rgba(0, 0, 0, 0.8);
	/*background: linear-gradient(to top right, rgba(0, 145, 230, 0.2), rgba(0, 145, 230, 0.2)), url(../images/myschool-il-8.png);*/
	text-align: center;
	position: fixed;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	z-index: 44;
	padding-bottom: 100px;
	overflow-y: scroll;
	transition: 0.7s ease-in-out;
}
.mobile-nav a {
	display: inline-block;
	width: 100%;
	height: 70px;
	color: #fff;
	transition: 0.6s ease-in-out;
	margin-left: 0;
	font-size: 15px;
}
.mobile-nav a:last-child {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	width: unset;
	padding: 0px 20px;
	margin-top: -10px;
}
.mobile-nav a:first-child.faded {
	opacity: 0;
	width: 100% !important;
	margin-top: 10vh;
}
.mobile-nav.responsive {
	overflow: hidden !important;
	width: 100%;
	margin-left: 0%;
	min-height: unset;
	height: 70px;
	line-height: 70px;
	background: unset;
	padding: 0;
	transition: 0.7s ease-in-out;
	text-align: center;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 42;
	background-color: #fff;
}
.mobile-nav.responsive a:not(:first-child) {
	margin-left: -200%;
	display: block;
	z-index: 0;
}
.mobile-nav.responsive a:last-child {
	display: inline-block;
	margin-left: 0;
	opacity: 1;
	color: #0091e6;
}
.mobile-nav.responsive a:first-child {
	line-height: inherit;
	text-indent: 10px;
	margin-top: 0;
}
.mobile-logo {
	width: 70px;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	text-align: left;
	height: 70px;
	overflow: hidden;
	margin-left: 10px;
	border-radius: 50%;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
.mobile-logo img {
	width: 100%;
	height: auto;
	transform: scale(0.6);
	display: inline-block;
	margin-top: 10px;
}
.trans-in {
	animation: trans-in 0.4s linear;
}
@keyframes trans-in {
	from {
		opacity: 0;
		transform: scale(0.2) rotate(-30deg) perspective(10000px) rotate3d(0, 1, 0, 140deg);
		/*transform: scale(0.2);*/
	}
	to {
		opacity: 1;
		transform: perspective(800px) rotate3d(0, 1, 0, 0deg);
	}
}
.trans-out {
	animation: trans-out 0.4s linear;
}
@keyframes trans-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: scale(0.2);
	}
}
.footer-bottom {
	width: 100%;
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;
	background-color: #222;
	text-align: right;
}
.footer-bottom span {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
}
.form-text-input {
	width: 100%;
	margin-top: 10px;
	height: 40px;
	border: 0;
	border-radius: 4px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	text-indent: 6px;
	color: #222;
}
.form-textarea-input {
	width: 100%;
	margin-top: 5px;
	height: 100px;
	border: 0;
	border-radius: 4px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	text-indent: 6px;
	color: #222;
	resize: none;
}
.edge-curved-slightly {
	border-radius: 3px;
}
.curved {
	border-radius: 10px;
}
.top-curved {
	border-radius: 100px;
}
.bottom-50 {
	padding-bottom: 50px;
}
.bottom-100 {
	padding-bottom: 100px;
}
.fadeIn-top {
	animation: fadeIn-top 0.3s linear;
}
.fadeOut-bottom {
	animation: fadeOut-bottom 0.3s linear;
}
.fadeIn {
	animation: fadeIn 0.5s linear;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@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;
	}
}
::selection {
	background-color: #0091e6;
	color: #fff;
}
.LI-badge-container.horizontal.light {
	background-color: #fff;
}
.bg-ori {
	background-color: #333354;
}
.code-2-ori {
	color: #eea877;
}
.bg-code-2-ori {
	background-color: #eea877;
}
.pull-up {
	margin-top: -5%;
}
.home-img-container img {
	width: 100%;
	height: auto;
}
.why-img-container {
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	/*border-radius: 50%;*/
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.why-img-container img {
	height: 100%;
	width: auto;
	filter: saturate(-4);
}
.training-img-container {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.training-img-container img {
	width: 100%;
	height: auto;
}
.footer-img-container {
	display: inline-block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.footer-img-container img {
	width: 100%;
	height: auto;
}
.footer-links {
	display: inline-block;
	margin-left: 10px;
	color: #0091e6 !important;
	font-size: 14px;
	margin-top: 30px;
}
.hidden {
	display: none;
}
.client {
	display: inline-block;
}
.client:before {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: -40px;
	margin-top: 10px;
	content: "";
	border-bottom: 5px solid #0091e6;
	animation: plays 2s linear infinite;
}
@keyframes plays {
	0% {
		transform: perspective(400px) rotate3d(0, 1, 0, 00deg);
		border: 5px solid #0091e6;
	}
	20% {
		border: 5px solid #fff;
		transform: perspective(400px) rotate3d(0, 1, 1, 120deg);
	}
	40% {
		border: 5px solid #800000;
		transform: perspective(400px) rotate3d(0, 1, 0, 150deg);
	}
	60% {
		border: 5px solid #333;
		transform: perspective(400px) rotate3d(0, 1, 0, 120deg);
	}
	80% {
		border: 5px solid #e68a00;
		transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
	}
	0% {
		border: 5px solid #0091e6;
	}
}
.construction {
	display: inline-block;
}
.construction:before {
	position: absolute;
	width: 40px;
	height: 30px;
	margin-left: -10px;
	content: "";
	border-bottom: 5px solid #0091e6;
	animation: construction 2s linear infinite;
}
.construction:after {
	position: absolute;
	left: 0;
	width: 40px;
	height: 30px;
	margin-left: 20px;
	margin-top: 10px;
	content: "";
	border-bottom: 5px solid #0091e6;
	animation: construction 2s linear infinite;
	animation-delay: 1s;
}
@keyframes construction {
	0% {
		transform: perspective(400px) rotate3d(0, 1, 0, 00deg);
		border-bottom: 5px solid #0091e6;
	}
	20% {
		border-bottom: 5px solid #fff;
		transform: perspective(400px) rotate3d(0, 1, 1, 120deg);
	}
	40% {
		border-bottom: 5px solid #800000;
		transform: perspective(400px) rotate3d(0, 1, 0, 150deg);
	}
	60% {
		border-bottom: 5px solid #333;
		transform: perspective(400px) rotate3d(0, 1, 0, 120deg);
	}
	80% {
		border-bottom: 5px solid #e68a00;
		transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
	}
	0% {
		/*border-top: 5px solid #800000;*/
		border-bottom: 5px solid #0091e6;
	}
}
.img-container-home {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.img-container-home img {
  width: 100%;
  height: auto;
}
.img-container-gallery {
  width: 100%;
  /*height: 100px;*/
  /*overflow: hidden;*/
  background-color: #fff;
  border-radius: 3px;
  /*box-shadow: 0 2px 16px rgba(0, 0, 0, .1)*/
}
.img-container-gallery img {
  width: 94%;
  margin-left: 3%;
  height: auto;
  filter: saturate(1);
}
.img-container-top {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  /*box-shadow: 0 2px 16px rgba(0, 0, 0, .1)*/
}
.img-container-top img {
  width: 100%;
  height: auto;
}
.img-container-features {
  width: 100%;
  height: 550px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  /*box-shadow: 0 2px 16px rgba(0, 0, 0, .1)*/
}
.img-container-features img {
  width: 100%;
  height: auto;
}
.img-container-gallery-sm {
	position: relative;
	/*top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.4;*/
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  text-align: center;
  vertical-align: text-bottom;
}
.img-container-gallery-sm img {
  width: 100%;
  height: auto;
  margin-top: 40%;
  /*margin-left: 25%;*/
}
.img-container-small {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: #333;
  border-radius: 3px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1)
}
.img-container-small img {
  width: 100%;
  height: auto;
}
.img-team-container {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  /*box-shadow: 0 2px 16px rgba(0, 0, 0, .1)*/
}
.img-team-container img {
  width: 100%;
  height: auto;
}
.img-404 {
	width: 100%;
	height: auto;
}
.lh-25 {
	line-height: 25px;
}
.lh-30 {
	line-height: 30px;
}
.lh-50 {
	line-height: 50px;
}
.lh-80 {
	line-height: 80px;
}
.btn-slanted {
	display: inline-block;
	padding: 7px 30px;
	border-radius: 30px;
	margin-top: 10px;
}
.img-upload {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	/*padding: 10px 20px;*/
	border-radius: 4px;
	margin-top: 10px;
	font-size: 12px;
	text-indent: 6px;
}
.blog-heading {
	font-size: 50px;
}
.blog-heading:before {
	position: absolute;
	content: "";
	border-top: 3px solid #0091e6;
	width: 100px;
	height: 30px;
	display: inline-block;
}
.author-img-container {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 0.5px solid #ccc;
}
.author-img-container img {
	height: 100%;
	width: auto;
	transform: scale(1.4);
}
.profile-img-container {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -50px;
	border-width: 4px;
	border-style: solid;
	animation: play 4s linear infinite;
}
@keyframes play {
	from {
		border-top-color: #0091e6;
		border-left-color: #fff;
		border-bottom-color: #fff;
		border-right-color: #fff;
	}
	25% {
		border-top-color: #fff;
		border-left-color: #0091e6;
		border-bottom-color: #fff;
		border-right-color: #fff;
	}
	50% {
		border-top-color: #fff;
		border-left-color: #fff;
		border-bottom-color: #0091e6;
		border-right-color: #fff;
	}
	75% {
		border-top-color: #fff;
		border-left-color: #fff;
		border-bottom-color: #fff;
		border-right-color: #0091e6;
	}
	100% {
		border-top-color: #0091e6;
		border-left-color: #fff;
		border-bottom-color: #fff;
		border-right-color: #fff;
	}
}
.profile-img-container img {
	height: 100%;
	width: auto;
	transform: scale(1.5);
}
.post-details {
	position: absolute;
	top: 0;
	left: 60px;
}
.post-details div:first-child span{
	color: #0091e6;
	font-size: 16px;
}
.post-details div:last-child span{
	color: #333;
	font-size: 12px;
}
.post-content {
	white-space: pre-wrap;
}
.blog-searchbar {
	width: 100%;
	height: 30px;
	text-indent: 10px;
	border: 0.5px solid #aaa;
}
.blog-searchbar:focus {
	outline: 1px solid #0091e6;
}
.btn-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	margin-top: 2px;
	height: 29px;
	background-color: #fff;
	border: 0;
}
.recent {
	font-size: 20px;
}
.recent:before {
	position: absolute;
	content: "";
	margin-top: -10px;
	width: 60px;
	border-top: 3px solid #0091e6;
}
.recent-posts-container {
	display: block;
	width: 100%;
	position: relative;
	float: left;
	padding-bottom: 40px;
}
.recent-posts-container:after {
	position: absolute;
	content: "";
	width: 40px;
	border-top: 2px solid #0091e6;
	margin-top: 10px;
	margin-left: 5px;
	/*transform: rotate(10deg);*/
}
.recent-posts-container .title {
	position: absolute;
	top: 4px;
	left: 60px;
	color: #aaa;
	font-size: 12px;
}
.recent-posts-container .title div:first-child {
	color: #0091e6;
	font-size: 15px;
}
.social-icons {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #0091e6;
	background-color: #fff;
	/*border: 0.5px solid #0091e6;*/
	border-radius: 50%;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}
.card {
	width: 50%;
	position: relative;
	float: left;
	margin-left: 25%;
	background-color: #fff;
	height: 100px;
	line-height: 100px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	font-size: 17px;
	text-align: center;
	background-color: #0091e6;
	color: #fff;
}
.padded-card {
	width: 94%;
	position: relative;
	float: left;
	margin-left: 3%;
	background-color: #fff;
	padding-bottom: 20px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	color: #fff;
	border-radius: 5px;
}
.product-card {
	width: 94%;
	position: relative;
	float: left;
	margin-left: 3%;
	background-color: #fff;
	/*height: 100px;*/
	padding-bottom: 30px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	font-size: 13px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}
.product-card div:first-child {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 20px;
	border: 0;
}
.product-card.bg-white div:not(:last-child) {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 0.5px solid #f3f3f3;
}
.product-card.bg-color-code-1 div:not(:last-child) {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 0.5px solid #0081d6;
}
table {
	width: 100%;
	object-fit: contain;
	border-collapse: collapse;
	border-spacing: 0;
	color: #555;
	font-family: helvetica, arial, sans-serif;
	background-color: unset;
}
th {
	background: linear-gradient(to top right, #0091e6, #0081d6);
	font-weight: bold;
	color: #fff;
}
td, th {  
    border: 0.5px solid transparent;
    height: 40px; 
    font-weight: bold;
    transition: all 0.3s;  /* Simple transition for hover effect */
}
tr:nth-child(even) td {
	background-color: #f1f1f1;
}
tr:nth-child(odd) td {
	background-color: #f9f9f9;
}
td {
	text-align: center;
}
tr td:hover { background: #0091e6; color: #fff; }  
table:hover , table:focus , table:active {
	
}
input {
	border: 0;
}
.blog-post-title {
	width: 100%;
	height: 60px;
	font-size: 40px;
	color: #0091e6;
}
.vh100 {
	height: 100vh;
}
.covering {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 40;
	background-color: #0091e6;
	background: linear-gradient(to top right #0091e6, #0081d6);
	background-position: center;
	display: table;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.blog-post-content {
	white-space: pre-wrap;
	display: inline-block;
	padding: 20px 20px 100px;
	width: 90%;
	position: relative;
	float: left;
	border: 0.5px solid #aaa;
	border-radius: 3px;
}
.message-block {
	width: 94%;
	position: relative;
	float: left;
	margin-left: 3%;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: block;
	padding-bottom: 20px;
	background-color: #fff;
	margin-top: 10px;
}
.message-block div:first-child {
	width: 54px;
	height: 54px;
	/*border-radius: 50%;*/
	overflow: hidden;
}
.message-block div img {
	height: 100%;
	width: auto;
}
.message-block .name {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 80px;
	font-size: 17px;
	color: #0091e6;
}
.message-block .mail {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 80px;
	font-size: 14px;
	color: #777;
}
.message-block .date {
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 80px;
	font-size: 12px;
	color: #777;
}
.message-block div:last-child {	
	margin-top: 10px;
}
.no-scroll {
	overflow: hidden;
}
.bottom-30 {
	padding-bottom: 30px;
}
.bottom-50 {
	padding-bottom: 50px;
}
.iframe {
	width: 100%;
	height: 500px;
	border: 0;
}
.iframe .box-inner {
	/*background: #0091e6 !important;*/
	background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(255, 102, 0, 0.7)) !important;
}
#test-1, #test-2, #test-3 {
	animation: testify 5s linear infinite;
}
@keyframes testify {
	from {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.play-one {
	margin-top: 30px;
	display: inline-block;
	width: 20px;
	height: 20px;
	/*/*background-color: #0091e6;*/
}
.play-one:before {
	position: absolute;
	content: "";
	margin-top: 100px;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background-color: #0091e6;
}
.play-one:after {
	position: absolute;
	content: "";
	margin-top: 150px;
	margin-right: 30px;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	background-color: #0091e6;
	animation: boxxed 10s linear infinite;
	animation-delay: 4s;
}
.img-box {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 10px;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(to bottom right, #0091e6, #ffa366);
	color: #fff;
	font-size: 16px;
	text-align: center;
	animation: boxxed 10s linear infinite;
}
@keyframes boxxed {
	from {
		transform: rotate(0deg);
	}
	5% {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.welcome:after {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 60px;
	display: inline-block;
	content: "";
	width: 100px;
	height: 50px;
	border-bottom: 5px solid #0091e6;
}
.img-row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}
/* Create four equal columns that sits next to each other */
.img-column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0;
}
.img-column img {
    /*margin-top: 8px;*/
    vertical-align: middle;
    width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 899px) {
    .img-column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 760px) {
    .img-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
.rslides {
	/*height: 200px !important;*/
}
.caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
	color: #fff !important;
	text-align: center;
	font-size: 100px;
	/*background-color: rgba(221, 0, 82, 0.6) !important;*/
	background-color: rgba(0, 0, 0, 0) !important;
}
.caption-container {
	width: 94%;
	position: relative;
	float: left;
	/*margin-top: 15%;*/
	/*text-align: left;*/
	margin-left: 3%;
	line-height: 20px !important;
}
.callbacks_container {
	margin-bottom: 20px !important;
}
.mylivechat_inline {
	margin-bottom: 100px !important;
}
.mylivechat_collapsed {
	background-color: #0091e6 !important;
}
.mylivechat_expanded_text {
	background-color: #0091e6 !important;
}
.mylivechat_prechat_submit_button {
	background-color: #0091e6 !important;
}
.down-50vh {
	margin-top: 50vh;
}
.message-banner {
	position: fixed;
	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: #0091e6;
	color: #fff;
	z-index: 100;
	text-align: center;
	animation: 0.3s fadeIn linear;
	display: none;
}
.neumorphed {
	border: 0.5px solid #f7f7f7;
	box-shadow: -9px -9px 5px 0 rgba(255, 255, 255, 1),
							 9px 9px 9px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
}
.neumorphed:hover {
	border: 0.5px solid #f8f8f8;
	box-shadow: -4px -4px 5px 0 rgba(255, 255, 255, 1),
							 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.neumorphed-dark {
	border: 0.5px solid #444;
	box-shadow: -9px -9px 5px 0 rgba(60, 60, 60, 1),
							 9px 9px 9px 0 rgba(30, 30, 30, 0.3);
  transition: 0.3s ease-in-out;
}
.clip-polygon-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0091e6;
	clip-path: polygon(0 80%, 100% 100%, 0% 100%);
	z-index: 41;
}
.clip-polygon-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	clip-path: polygon(0 100%, 100% 90%, 100% 100%);
	z-index: 41;
}
.clip-polygon-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0091e6;
	clip-path: polygon(70% 100%, 100% 60%, 100% 100%);
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.8);
}
.clip-polygon-4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0081d6;
	clip-path: polygon(60% 100%, 100% 60%, 100% 100%);
}
.clip-polygon-5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0091e6;
	clip-path: polygon(0% 0%, 60% 0%, 0% 50%);
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.8);
}
.clip-polygon-6 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0081d6;
	clip-path: polygon(0% 0%, 60% 0%, 0% 60%);
}
.clip-circle-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	clip-path: circle(1% at 2% 5%);
}
.fa-close {
  display: inline-block;
  content: "";
  width: 36px;
  height: 30px;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin-top: -40px;
}
.fa-close:before {
  display: inline-block;
  content: "";
  width: 30px;
  margin-right: 12px;
  height: 30px;
  border-bottom: 2px solid #fff;
  position: absolute;
  transform: rotate(270deg);
  top: 0;
  right: 0;
  margin-top: 10px;
}
.fa-bars {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #0091e6;
  position: relative;
  margin-top: -10px;
}
.fa-bars:before {
  display: inline-block;
  content: "";
  width: 42px;
  height: 30px;
  border-bottom: 2px solid #0091e6;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}
.text-behind {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 5%;
	margin-left: 30%;
	opacity: 0.3;
	font-size: 200px;
	color: #aaa;
	z-index: 1;
}

/*Swipe viewer*/
.swipe-notification {
	position: absolute;
	right: 30px;
	bottom: 20px;
	color: #00a2ff;
	z-index: 3;
}
.card-container {
	width: 92%;
	overflow-x: scroll;
	position: relative;
	float: left;
	margin-left: 4%;
	padding-bottom: 50px;
	background-color: #fafafa;
}
.card-container::-webkit-scrollbar {
	width: 1px !important;
	background-color: rgba(0, 0, 0, 0.0);
}
.card-container::-webkit-scrollbar-Thumb {
	background-color: rgba(0, 0, 0, 0.0) !important;
	width: 1px !important;
	border-radius: 2px;
}
.card-container-inner {
	width: 150%;
}
.blog-img-container {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.blog-img-container img {
	min-width: 100%;
	/*height: auto;*/
	height: 100%;
	object-fit: cover;
}
.blog-cards {
	width: 25vw;
	position: relative;
	float: left;
}
.more-card {
	display: inline-block;
	margin-top: 150px;
	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%;
}