/*
2f81f5
d42ff5
site color
*/

/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

@font-face {
	font-family: "Poppins Light";
	src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
	font-family: "Poppins Italic";
	src: url("../fonts/Poppins-Italic.ttf");
}

@font-face {
	font-family: "Poppins Regular";
	src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
	font-family: "Poppins Medium";
	src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
	font-family: "Poppins SemiBold";
	src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
	font-family: "Poppins Bold";
	src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
	font-family: "Evil Empire";
	src: url("../fonts/EvilEmpire-4BBVK.ttf");
}

.light {
	font-family: "Poppins Light" !important;
}

.italic {
	font-family: "Poppins Italic" !important;
}

.regular {
	font-family: "Poppins Regular" !important;
}

.medium {
	font-family: "Poppins Medium" !important;
}

.semi {
	font-family: "Poppins SemiBold" !important;
}

.bold {
	font-family: "Poppins Bold" !important;
}

.fancy {
	font-family: "Evil Empire" !important;
}

.price {
	font-family: "Poppins Bold";
}

:root {
	--chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23b4b2d2" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
	--question: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23b4b2d2" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><path class="st0" d="M-5,265c-72.9016113,0-132,59.0983887-132,132S-77.9016113,529-5,529s132-59.0984497,132-132 S67.9016113,265-5,265z M-5.47052,468.3762817c-7.4328003,0-13.4794922-6.0470581-13.4794922-13.4790649 c0-7.4320679,6.0466919-13.479126,13.4794922-13.479126c7.432373,0,13.4794922,6.0470581,13.4794922,13.479126 C8.0089722,462.3292236,1.961853,468.3762817-5.47052,468.3762817z M34.1941528,371.9846802 c-2.6166992,12.1121216-11.4063721,21.4836426-19.1619263,29.7519531c-0.956665,1.0199585-1.8609619,1.9437866-2.7167969,2.8183594 c-3.1091309,3.1724243-4.4174805,4.5682983-5.5913696,7.2835083c-1.3748169,3.1787109-1.890686,6.8474121-1.5335083,10.9046021 c0.4846191,5.5038452-3.5842896,10.3590088-9.0881348,10.8435669c-0.298584,0.0258179-0.5952148,0.0391235-0.8890381,0.0391235 c-5.1287231,0-9.4957886-3.9219971-9.9542236-9.1272583c-0.6522217-7.40625,0.3908081-14.3372803,3.0997314-20.602417 c2.6948853-6.2315063,6.2381592-9.8479004,9.6646118-13.3450317c0.7612915-0.7765503,1.5654907-1.5960083,2.4151001-2.5018311 c6.2698364-6.6848755,12.7529907-13.5967407,14.1989136-20.2897949c1.2380371-5.7316895-0.3782959-13.9069824-5.8634033-18.4417114 c-6.9536743-5.7469482-18.0630493-4.09198-24.7865601,0.8272705c-10.0702515,7.3675537-8.9369507,21.3914185-8.9244385,21.5324707 c0.5568848,5.4968872-3.4495239,10.3880005-8.9467163,10.9448853c-5.5003662,0.5560913-10.406311-3.4647827-10.9631958-8.9619751 c-0.953125-9.4090576,1.5588379-28.3513794,17.0200195-39.6635132c13.0418091-9.5411377,34.1811523-12.6392822,49.3492432-0.1000366 C33.7728882,344.0241089,36.7139893,360.3235474,34.1941528,371.9846802z"/></svg>');
}

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	/* background-color: #f5f6f8; */
	background-color: #1e1d32;
	/* background-color: #000033; */
	color: #fff;
	font-size: 14px;
	font-family: "Poppins Regular";
	margin: 0;
	padding: 0;
	line-height: 1.6;
	word-break: break-word;
	transition: all ease 0.5s;
	overflow-x: hidden;
}

body {
	display: flex;
	flex-flow: column;
}

body.flow {
	overflow: hidden !important;
}

body > main {
	flex: 1;
	padding-top: 70px;
	overflow: hidden;
}

::selection {
	background: #2f81f5;
	color: #fff;
}

::-moz-selection {
	background: #2f81f5;
	color: #fff;
}

body a {
	color: #b4b2d2;
	word-break: break-word;
}

body a,
body span {
	display: inline-block;
	text-decoration: none;
}

body a:hover {
	color: #2f81f5;
}

body a:focus,
body a:hover {
	outline: none !important;
	text-decoration: none !important;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	display: inline-block;
}

ul li a {
	transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins SemiBold";
	line-height: 1.3;
	margin: 0 0 10px;
}

p {
	margin: 0 0 15px;
}

p:nth-last-child(1) {
	margin: 0;
}

p > a {
	color: #3c9cdb;
}

p > a:hover {
	color: #2115dc;
}

.relative {
	position: relative;
}

.tableDv {
	display: table;
	width: 100%;
	height: 100%;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
}

.toggle {
	position: absolute;
	top: 16px;
	right: 5px;
	display: none;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 10px;
	transition: all ease 0.5s;
	z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	border-radius: 50px;
	transition: all ease 0.5s;
}

.toggle span {
	position: relative;
	display: block;
	width: 22px;
	margin: 8px auto;
}

.toggle span:before {
	top: -7px;
}

.toggle span:after {
	bottom: -7px;
}

.toggle.active span {
	width: 22px;
	background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
	top: 0;
}

.toggle.active span:before {
	transform: rotate(405deg);
}

.toggle.active span:after {
	transform: rotate(-45deg);
}

.blockquote {
	background: #fafafa;
	color: #151d23;
	padding: 10px 10px 10px 20px;
	border: 1px solid #f0f5f9;
	border-left: 4px solid #2f81f5;
}

.heading {
	position: relative;
	font-family: "Evil Empire";
	margin-bottom: 25px;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 0 2px 15px rgb(0 0 0 / 50%);
}

.heading > em {
	color: #2f81f5;
}

.sub_heading {
	color: #2f81f5;
	font-size: 14px;
	font-family: "Poppins Medium";
	text-transform: uppercase;
}

p.pre {
	color: #b4b2d2;
	margin: -10px 0 30px;
}

.color {
	color: #2f81f5 !important;
}

.background {
	background: #2f81f5 !important;
}

/*
|----------------------------------------------------------------------
|       Body Main Button
|----------------------------------------------------------------------
*/

.webBtn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 46px;
	background: #2f81f5;
	color: #fff;
	font-size: 14px;
	font-family: "Poppins Medium";
	text-align: center;
	padding: 0 30px;
	white-space: nowrap;
	/* text-transform: uppercase; */
	border: 0;
	border-radius: 5px;
	outline: none !important;
	box-shadow: rgb(15 78 126 / 5%) 0 16px 48px 0;
}

.webBtn:hover {
	background: #31bdf2;
	color: #fff;
}

.xsBtn {
	min-width: 40px;
	height: 32px;
	padding: 0 20px;
}

.smBtn {
	min-width: 40px;
	height: 36px;
	padding: 0 20px;
}

.mdBtn {
	min-width: 80px;
	height: 40px;
}

.lgBtn {
	height: 54px;
	font-size: 16px;
	padding: 0 40px;
}

.fancyBtn {
	background: linear-gradient(45deg, #2f81f5, #d42ff5);
	font-size: 18px;
	font-family: "Evil Empire";
	padding-top: 4px;
	letter-spacing: 1px;
	text-shadow: 0 2px 5px rgb(0 0 0 / 40%);
	box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
}

.fancyBtn:hover {
	background: linear-gradient(45deg, #d42ff5, #2f81f5);
}

.colorBtn {
	background: #d42ff5;
}

.colorBtn:hover {
	/* background: #315e83; */
	background: #194b73;
}

.blankBtn {
	background: transparent;
	color: #2f81f5;
}

.blankBtn:hover {
	background: #c4ebfa;
	color: #2f81f5;
}

.lightBtn {
	background: #c4ebfa;
	color: #2f81f5;
}

.lightBtn:hover {
	background: #93dcf8;
	color: #2f81f5;
}

.labelBtn {
	min-width: initial;
	height: auto;
	background: transparent;
	color: #2f81f5;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.labelBtn:hover {
	background: transparent;
	color: #b4b2d2;
}

.labelBtn > i {
	font-size: 100%;
}

.simpleBtn {
	background: #fff;
	color: #b4b2d2;
	border: 1px solid #b5bcc0;
}

.simpleBtn:hover {
	background: #fff;
	color: #2f81f5;
	border-color: #2f81f5;
}

.grayBtn {
	background: #fff;
	color: #b4b2d2;
	border: 1px solid #eee;
}

.grayBtn:hover {
	background: #fafafa;
	color: #b4b2d2;
}

.borderBtn {
	border: 1px solid #2f81f5;
}

.arrowBtn {
	display: flex !important;
	width: 46px;
	min-width: 46px;
	padding: 0 5px;
}

.arrowBtn > i {
	font-weight: bold;
	margin: 0 !important;
}

.arrowBtn > img {
	width: 18px;
}

.roundBtn {
	border-radius: 50px;
}

.blockBtn {
	width: 100%;
}

.blockBtn em {
	flex: 1;
	text-align: left;
}

.webBtn i {
	font-size: 140%;
	margin-right: 10px;
}

.webBtn.smBtn i {
	font-size: 120%;
}

.webBtn i.fi-arrow-right {
	font-weight: bold;
	margin-left: 10px;
	margin-right: 0;
}

.webBtn i.fi-arrow-left {
	font-weight: bold;
	margin-left: 0;
	margin-right: 10px;
}

/*_____ webBtn spinner _____*/

.webBtn .spinner {
	width: auto;
	height: auto;
	background: inherit;
	border-radius: inherit;
	overflow: hidden;
}

.webBtn .spinner ~ i {
	visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
	content: "";
	width: 18px;
	height: 18px;
	border: 3px solid;
	animation: spinner 0.5s linear infinite;
	border-radius: 75%;
}

.webBtn .spinner:before {
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.webBtn .spinner:after {
	border-top-color: transparent;
	border-left-color: transparent;
	opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
	width: 14px;
	height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
	width: 20px;
	height: 20px;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

*[disabled] {
	cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
	opacity: 0.8;
}

.learnBtn {
	background: transparent;
	color: #2f81f5;
	font-family: "Poppins SemiBold";
	padding: 0;
	text-transform: capitalize;
	border: 0;
}

.learnBtn i {
	position: relative;
	top: 3px;
	font-weight: bold;
	margin-left: 5px;
	/* transform: scale(-1); */
	transition: padding ease 0.5s;
}

.learnBtn:hover i {
	padding-left: 10px;
}

/*
|----------------------------------------------------------------------
|       Body Inner Css
|----------------------------------------------------------------------
*/

h1 {
	font-size: 58px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

img {
	width: 100%;
	display: block;
}

em {
	font-style: normal;
}

strong {
	font-family: "Poppins SemiBold";
	font-weight: normal;
}

input,
button,
select,
textarea {
	text-decoration: none !important;
	outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
	transition: all ease 0.5s;
}

.contain,
.contain-fluid {
	position: relative;
	max-width: 1140px;
	padding: 0 15px;
	margin: auto;
	min-height: 1px;
	z-index: 3;
}

.contain-fluid {
	max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
	content: "";
	display: table;
}

.contain:after,
.contain-fluid:after {
	clear: both;
}

section {
	position: relative;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.formRow {
	display: flex;
	flex-wrap: wrap;
	margin: -7.5px -10px;
}

.formRow > [class*="col-"],
.formRow > [class^="col-"] {
	padding: 7.5px 10px;
}

.flexBox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flexDv {
	width: 100%;
}

.flexRow {
	margin: -10px;
}

.flexRow > .col {
	padding: 10px;
}

.bTn {
	display: flex;
	flex-flow: wrap;
	gap: 5px;
}

.bTn.formBtn {
	margin-top: 20px;
}

.text-left.bTn,
.text-left .bTn {
	justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
	justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
	justify-content: flex-end;
}

/*_____ upperlay _____*/

.upperlay {
	position: fixed;
	top: 0;
	left: 280px;
	right: 0;
	bottom: 0;
	background: rgb(10 33 48 / 0.9);
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(5px);
	transition: all ease 0.5s;
	z-index: 100;
}

.upperlay.active {
	opacity: 1;
	visibility: visible;
}

/*
|----------------------------------------------------------------------
|       Popup
|----------------------------------------------------------------------
*/

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(25, 33, 37, 0.95);
	padding: 20px 0;
	overflow: auto;
	z-index: 101;
}

.popup ._inner {
	position: relative;
	max-width: 600px;
	/*background: #f7f8f9;*/
	background: #fff;
	padding: 20px;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.popup.big-popup ._inner {
	max-width: 800px;
}

.popup.small-popup ._inner {
	max-width: 420px;
}

.popup ._inner h3 {
	padding-right: 25px;
	margin-bottom: 20px;
}

.popup ._inner h4 {
	padding-right: 25px;
	margin-bottom: 15px;
}

.popBtn {
	cursor: pointer;
}

.crosBtn {
	position: absolute;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 5px;
	width: 28px;
	height: 28px;
	color: #b4b2d2;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	z-index: 5;
}

.crosBtn:before {
	content: "\2715";
	line-height: 1;
}

.popup .list > li {
	display: flex;
	margin-bottom: 10px;
}

.popup .list > li > div:nth-child(1) {
	width: 120px;
	min-width: 120px;
	font-family: "Poppins Bold";
	margin-right: 10px;
}

.popup .list > li > div:nth-child(2) {
	width: 100%;
}

.popup .blockLst {
	margin: -15px;
}

/*
|----------------------------------------------------------------------
|       Dropdown
|----------------------------------------------------------------------
*/

.dropBtn {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.dropBtn > i.chevron {
	display: inline-block;
	width: 10px;
	min-width: 10px;
	height: 10px;
	background-image: var(--chevron);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	margin-left: 5px;
	transition: inherit;
}

.dropDown {
	position: relative;
	z-index: 1;
}

.dropCnt {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 160px;
	max-width: 260px;
	background: #fff;
	margin-top: 10px;
	visibility: hidden;
	opacity: 0;
	/* border: 1px solid #eee; */
	border-radius: 7px;
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
	transition: all ease 0.5s;
	overflow: hidden;
}

.dropCnt.right {
	left: initial;
	right: 0;
}

.dropCnt.active {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}

.dropLst {
	/* border: 1px solid #eee; */
	padding: 6px 0;
	/* border-radius: 7px; */
}

.dropLst > li,
.dropLst > li > * {
	display: block;
}

/* .dropLst > li:nth-child(1) > * {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.dropLst > li:nth-last-child(1) > * {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.dropLst > li:not(:nth-last-child(1)) {
    border-bottom: 1px solid #eee;
} */

.dropLst > li > * {
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
	/* color: #fff; */
	text-align: left;
	padding: 6px 15px;
	border: 0;
}

.dropLst > li > *:hover {
	background: #fafafa;
}

.dropLst > li > * > i {
	margin-right: 6px;
}

/*_____ more _____*/

.more {
	position: relative;
	width: 20px;
	min-width: 20px;
	height: 20px;
	/* padding-bottom: 10px; */
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.5s;
}

.more > span,
.more > span:before,
.more > span:after {
	width: 4px;
	height: 4px;
	border-radius: 75%;
	background: #aaa;
	transition: all ease 0.5s;
	z-index: 2;
}

.more > span:before,
.more > span:after {
	position: absolute;
	content: "";
}

.more > span:before {
	left: 0;
}

.more > span:after {
	right: 0;
}

.more:hover > span,
.more:hover > span:before,
.more:hover > span:after {
	background: #fff;
}

/*
|----------------------------------------------------------------------
|       Page Loader
|----------------------------------------------------------------------
*/

#pageloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #f5f6f8;
	z-index: 999999;
}

.loader {
	width: 40px;
	height: 40px;
	border: 4px solid #2f81f5;
	border-right: 4px solid #f0f5f9;
	border-radius: 75%;
	animation: spin 0.5s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

/*
|----------------------------------------------------------------------
|       Ico Css
|----------------------------------------------------------------------
*/

.ico,
.icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ico {
	background: #1e1d32;
	border-radius: 75%;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
	/* overflow: hidden; */
}

.ico a,
.icon a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.ico img,
.icon img {
	width: 100%;
	height: 100%;
	object-position: center;
}

.ico img {
	object-fit: cover;
	border-radius: inherit;
}

.icon img {
	object-fit: contain;
}

.ico > i.status {
	position: absolute;
	top: 0;
	right: -4px;
	display: block;
	width: 12px;
	height: 12px;
	/* background: #43b753; */
	background: #2f81f5;
	border: 2px solid #fff;
	border-radius: 75%;
}

.ico > i.status.active {
	background: #43b753;
	/* background: #2f81f5; */
}

.ico > i.status.away {
	background: #ffcb00;
}

.ico > i.status.busy {
	background: #5883ff;
}

.ico > i.status.offline {
	background: #ff5465;
}

.ico > .loading {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/* width: 50%; */
	min-width: 100%;
	height: 3px;
	background: #eee;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	overflow: hidden;
}

.ico > .loading:before {
	content: "";
	width: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2f81f5;
}

/*
|----------------------------------------------------------------------
|       RateYo
|----------------------------------------------------------------------
*/

.jq-ry-container {
	position: relative;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	line-height: 0;
	direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
	cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
	position: relative;
	width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
	position: relative;
	line-height: 0;
	white-space: nowrap;
	z-index: 1;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
	display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
	width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	z-index: 3;
}

/*
|----------------------------------------------------------------------
|       Editor
|----------------------------------------------------------------------
*/

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
	margin: 15px 0;
	clear: both;
}

.ckEditor ul:not([class]) > li > h1,
.ckEditor ol:not([class]) > li > h1,
.ckEditor ul:not([class]) > li > h2,
.ckEditor ol:not([class]) > li > h2,
.ckEditor ul:not([class]) > li > h3,
.ckEditor ol:not([class]) > li > h3,
.ckEditor ul:not([class]) > li > h4,
.ckEditor ol:not([class]) > li > h4,
.ckEditor ul:not([class]) > li > h5,
.ckEditor ol:not([class]) > li > h5,
.ckEditor ul:not([class]) > li > h6,
.ckEditor ol:not([class]) > li > h6,
.ckEditor ul:not([class]) > li > p,
.ckEditor ol:not([class]) > li > p {
	display: inline;
	margin: 0 !important;
	overflow: initial !important;
}

.ckEditor ul:not([class]),
.ckEditor ol:not([class]) {
	padding: 0;
	padding-right: 20px;
	margin: 0 0 10px;
	list-style-position: inside;
}

.ckEditor ul:not([class]) > li,
.ckEditor ol:not([class]) > li {
	display: list-item;
	margin-bottom: 5px;
}

.ckEditor ul:not([class]) > li ul,
.ckEditor ol:not([class]) > li ol {
	margin: 5px 0 7px;
}

.ckEditor ul:not([class]) {
	list-style-type: disc;
}

.ckEditor ul:not([class]) > li ul {
	list-style-type: circle;
}

.ckEditor blockquote {
	background: rgba(0, 0, 0, 0.04);
	margin: 0 0 20px;
	padding: 10px 20px;
	border-left: 5px solid;
}

.ckEditor img {
	width: 100% !important;
	height: auto !important;
}

.ckEditor figure,
.ckEditor p > img {
	width: auto !important;
	max-width: 100%;
	margin: 5px 0 15px;
}

.ckEditor p[style="text-align:left"] > img,
.ckEditor p[style="text-align:left;"] > img,
.ckEditor p[style="text-align: left"] > img,
.ckEditor p[style="text-align: left;"] > img {
	float: left;
}

.ckEditor p > a {
	display: inline !important;
}

.ckEditor i,
.ckEditor em {
	font-style: italic;
}

.ckEditor > *:nth-child(1) {
	margin-top: 0;
}

/*
|----------------------------------------------------------------------
|       Header
|----------------------------------------------------------------------
*/

header,
header:before {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 30;
}

header:before {
	content: '';
	transition: inherit;
	z-index: -1;
}

.logo {
	float: left;
	display: flex;
	align-items: center;
	width: 160px;
	height: 70px;
	/* filter: brightness(0) invert(1); */
}

.logo > a {
	display: block;
	height: 100%;
}

.logo > a > img {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	transition: inherit;
}

nav {
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}

#nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -20px;
}

#nav > li {
	position: relative;
	padding: 0 20px;
}

#nav > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	color: #fff;
	font-size: 16px;
	font-family: "Evil Empire";
	text-align: center;
	letter-spacing: 1.4px;
	text-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

#nav > li > a:hover,
#nav > li.active > a {
	color: #2f81f5;
}

#nav > li.btnLi > a:hover,
#nav > li.btnLi.active > a {
	color: #fff;
}

#nav > li.drop > a {
	position: relative;
}

#nav > li.drop > a:after {
	content: "\ea06";
	font-size: 12px;
	font-family: "font-icon";
	font-weight: bold;
	margin-left: 6px;
	line-height: 1;
}

#nav > li > .sub {
	position: absolute;
	top: 100%;
	left: 15px;
	width: 180px;
	background: #1e1d32;
	text-align: left;
	margin-top: 10px;
	visibility: hidden;
	opacity: 0;
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 7px;
	transition: none;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
	overflow: hidden;
}

#nav > li:hover > .sub {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	transition: all 0.2s ease-out;
}

#nav > li > .sub > li,
#nav > li > .sub > li > a {
	display: block;
}

#nav > li > .sub > li > a {
	background: #1e1d32;
	color: #fff;
	font-size: 16px;
	font-family: "Evil Empire";
	padding: 8px 15px;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	letter-spacing: 1px;
}

#nav > li > .sub > li > a:hover {
	color: #2f81f5;
}

/*_____ Fixed Header _____*/

header.fix:before {
	background: rgb(30 29 50 / 70%);
    backdrop-filter: saturate(180%) blur(20px);
}

/*_____ miniLbl _____*/

.miniLbl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	background: #2f81f5;
	color: #fff;
	font-size: 70%;
	font-family: "Poppins SemiBold";
	border-radius: 75%;
	white-space: nowrap;
}

.green {
	background: #43b753;
}

.green-color {
	color: #43b753;
}

.yellow {
	background: #ffcb00;
}

.yellow-color {
	color: #ffcb00;
}

.red {
	background: #ff5465;
}

.red-color {
	color: #ff5465;
}

.blue {
	background: #5883ff;
}

.blue-color {
	color: #5883ff;
}

.gray {
	background: #aaa;
}

.gray-color {
	color: #aaa;
}

.badge {
	font-size: inherit;
	font-weight: normal;
	padding: 4px 10px;
}

[index] > section {
	padding: 80px 0;
}

/*
|----------------------------------------------------------------------
|       Banner
|----------------------------------------------------------------------
*/

#banner {
	min-height: 660px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -70px;
	padding-top: 150px;
}

#banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: #000118; */
	opacity: 0.6;
	z-index: 1;
}

#banner .content {
	max-width: 700px;
	margin: 0 auto;
}

#banner .content > h1 {
	color: #fff;
	font-size: 40px;
	font-family: "Evil Empire";
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

#banner .content > h1 > span {
	font-size: 90px;
}

#banner .content > p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 25px;
	text-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

/*_____ slider _____*/

#slider,
#slider .item,
#slider .item > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#slider .item > img {
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transform: scale(1);
	transition-duration: 3s, 9s;
	transform-origin: center center;
	transition-property: opacity, transform;
	z-index: 0;
}

#slider .item.active > img {
	opacity: 1;
	transform: scale(1.15);
}

/*_____ owl-nav _____*/

.owl-carousel.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, #2f81f5, #d42ff5);
	color: #fff;
	font-size: 14px;
	padding-top: 1px;
	padding-left: 1px;
    margin: -40px 0 0;
    border-radius: 75%;
    -webkit-text-stroke: 1px;
    text-shadow: 0 2px 5px rgb(0 0 0 / 40%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
	background: linear-gradient(45deg, #d42ff5, #2f81f5);
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
	left: -20px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
	right: -20px;
}

/*_____ owl-dots _____*/

.owl-carousel.owl-theme .owl-dots {
	text-align: center;
	position: relative;
	margin-top: 20px;
	line-height: 0;
	z-index: 5;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	padding: 0 2px !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 4px;
	margin: auto;
	border: 2px solid #aaa;
	border-radius: 50px;
	transition: all ease 0.5s;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	width: 24px;
	height: 4px;
	margin: auto;
	border-color: #2f81f5;
}

/*
|----------------------------------------------------------------------
|       Projects
|----------------------------------------------------------------------
*/

#projects > img {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	opacity: 0.2;
	filter: drop-shadow(2px 4px 6px #2b2a46);
}

#projects .content {
	max-width: 600px;
	margin: 0 auto 50px;
}

#projects .flexRow {
	margin: -25px;
}

#projects .flexRow > .col {
	width: 50%;
	padding: 25px;
}

#projects .gameBlk .image {
	position: relative;
	background: #2b2a46;
	padding-bottom: 50%;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
	overflow: hidden;
}

#projects .gameBlk .image > a,
#projects .gameBlk .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	transition: all linear 0.5s;
}

#projects .gameBlk .image:hover > a {
	transform: scale(1.1);
}

#projects .gameBlk .txtBlk {
	position: relative;
	display: flex;
	padding: 25px;
	margin: -50px 25px 0;
	background: #2b2a46;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
}

#projects .gameBlk .ico {
	width: 70px;
	min-width: 70px;
	height: 70px;
	margin-right: 20px;
	border-radius: 10px;
}

#projects .gameBlk h2 {
	color: #fff;
	font-family: "Evil Empire";
	letter-spacing: 2px;
	text-shadow: 0 2px 15px rgb(0 0 0 / 50%);
}

#projects .gameBlk h2 > a:not(:hover) {
	color: #fff;
}

#projects .gameBlk p {
	color: #b4b2d2;
}

#projects .gameBlk .iconLst {
	color: #fff;
	font-size: 12px;
	margin: -10px 0 15px;
	gap: 10px;
}

/*
|----------------------------------------------------------------------
|       Intro
|----------------------------------------------------------------------
*/

#intro > img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	opacity: 0.2;
	filter: drop-shadow(2px 4px 6px #2b2a46);
}

#intro .flexRow {
	margin: -15px -25px;
	align-items: center;
}

#intro .flexRow > .col {
	width: 50%;
	padding: 15px 25px;
}

#intro .image {
	position: relative;
	padding-left: 80px;
	/* border-radius: 5px; */
	/* overflow: hidden; */
}

#intro .image > img {
	border-radius: 5px;
}

#intro .image:before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	width: 180px;
	height: 190px;
	background: #2b2a46;
	border-radius: 5px;
	opacity: 0.2;
	z-index: -1;
}

#intro .content p {
	color: #b4b2d2;
}

[about] #intro .flexRow {
	align-items: initial;
}

/*
|----------------------------------------------------------------------
|       Current
|----------------------------------------------------------------------
*/

#current .content,
#current .grpBlk {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/*_____ grpBlk _____*/

.grpBlk {
	position: relative;
	display: flex;
	align-items: center;
	background: #2b2a46;
	padding: 10px 15px;
	margin-bottom: 5px;
	border-radius: 6px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
	overflow: hidden;
}

.grpBlk > .ico {
	width: 56px;
	min-width: 56px;
	height: 56px;
}

.grpBlk > div:not(:nth-last-child(1)) {
	margin-right: 20px;
}

.grpBlk > .plyNed,
.grpBlk > .txt {
	flex: 1;
	color: #b4b2d2;
}

.grpBlk > .txt > h6,
.grpBlk > .plyNed > strong {
	display: block;
	color: #fff;
	margin-bottom: 5px;
}

.grpBlk > .plyNed > strong {
	margin-bottom: -2px;
}

.grpBlk > .bTn > .webBtn {
	position: static;
	font-size: 16px;
}

.grpBlk > .bTn > .webBtn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*
|----------------------------------------------------------------------
|       Form
|----------------------------------------------------------------------
*/

label {
	display: block;
	font-weight: normal;
	cursor: pointer;
}

label > a {
	color: #3c9cdb;
}

label > a:hover {
	color: #2f81f5;
}

.txtGrp {
	position: relative;
}

.txtGrp:not(:nth-last-child(1)) {
	margin-bottom: 15px;
}

.infoHead,
form h5 {
	margin-top: 40px;
	margin-bottom: 20px;
}

form h5 + p {
	margin: -10px 0 20px;
}

.txtBox {
	display: block;
	width: 100%;
	height: 46px;
	background: #1e1d32;
	text-align: left;
	padding: 6px 12px;
	border: 1px solid #373657;
	border-radius: 7px;
	outline: none !important;
	transition: all ease 0.5s;
}

.txtGrp label + .txtBox {
	padding: 16px 12px 6px;
}

.txtBox:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
	height: 120px;
	resize: none;
}

/* .txtGrp .txtBox {
    box-shadow: inset 1px 1px 4px #f2f3f7;
} */

.txtGrp .txtBox.uploadImg:not([data-upload]) {
	background: #fff;
	color: #2f81f5;
	text-align: center;
	border-color: #2f81f5;
	box-shadow: inset 1px 1px 4px #fcfcfc;
}

.txtGrp .txtBox.uploadImg[data-upload] {
	display: flex;
	align-items: center;
	color: #b4b2d2;
}

.txtGrp .txtBox.uploadImg[data-upload]:after {
	content: attr(data-text);
	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* .txtGrp .txtBox.uploadImg[data-upload]:after {
	content: "Hochladen";
	color: #2f81f5;
	margin-left: 5px;
}

.txtGrp .txtBox.uploadImg[data-upload].uploaded:after {
	content: "Entfernen";
} */

.txtGrp .txtBox.uploadImg[data-upload] > img {
	width: 14px;
	min-width: 14px;
	height: 14px;
	margin-right: 5px;
}

.txtGrp:not(.lblBtn) > label {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	min-height: 46px;
	color: #b4b2d2;
	line-height: 1;
	margin: 0;
	margin-left: 13px;
	pointer-events: none;
	transition: all ease 0.5s;
	z-index: 1;
}

.txtGrp:not(.lblBtn) > label.move {
	font-size: 10px;
	transform: translateY(-12px);
}

.txtBox:disabled {
	background: #e3e8ee;
	cursor: not-allowed;
	border-color: #d8dee6 !important;
}

.txtBox::placeholder {
	color: #b4b2d2;
}

.txtBox:focus::placeholder {
	opacity: 0.4;
}

.txtGrp .txtBox:focus::placeholder {
	opacity: 0;
}

.txtBox:hover,
.txtBox:focus {
	border-color: #2f81f5;
}

input[type="radio"],
input[type="checkbox"] {
	position: relative;
	width: 18px;
	min-width: 18px;
	height: 18px;
	color: #fff;
	margin-top: 0;
	cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline;
	appearance: initial;
}

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
	position: absolute;
	content: "";
	color: inherit;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
	transition: all linear 0.3s;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
	content: "";
	top: 8px;
	left: 6px;
	font-size: 12px;
	line-height: 0;
	transform: rotate(40deg);
	z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border: 1px solid #d9dade;
	border-radius: 4px;
	box-shadow: inset 1px 1px 4px #f2f3f7;
}

input[type="radio"]:after {
	border-radius: 75%;
}

input[type="checkbox"]:checked:before {
	content: "\02143";
}

input[type="radio"]:checked:after {
	border-color: #2f81f5;
	box-shadow: inset 0 0 0 4px #2f81f5, 0 0 7px rgb(14 158 236 / 40%);
}

input[type="checkbox"]:checked:after {
	background: #2f81f5;
	border-color: #2f81f5;
	box-shadow: 0 0 7px rgb(14 158 236 / 40%);
}

.lblBtn {
	display: flex;
	text-align: left;
}

.lblBtn > input[type="radio"],
.lblBtn > input[type="checkbox"] {
	margin-top: 2px;
}

.lblBtn label {
	align-self: center;
	/* font-family: 'Poppins SemiBold'; */
	line-height: 1.5;
	cursor: pointer;
	margin: 0 0 0 10px;
}

input[type="file"].uploadFile {
	display: none;
}

.uploadImg {
	position: relative;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

select.txtBox {
	background-image: var(--chevron);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px;
	padding-right: 24px !important;
	-webkit-appearance: none;
	appearance: none;
}

/*_____ info _____*/

.infoHead {
	display: flex;
	margin-bottom: 0;
}

.infoHead > *:not(.info) {
	margin-top: 0;
}

.info {
	position: relative;
	align-self: flex-start;
	color: #b4b2d2;
	line-height: 1;
	margin-left: auto;
}

.info > strong {
	display: flex;
	align-items: center;
	font-size: 90%;
	font-family: "Poppins SemiBold" !important;
	cursor: pointer;
}

.info > strong:after {
	content: "";
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-image: var(--question);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
	filter: brightness(0) invert(0.6);
}

.info .infoIn {
	position: absolute;
	top: 100%;
	right: 0;
	width: 240px;
	/* background: #fff; */
	background: rgb(255 255 255 / 0.7);
	padding: 20px;
	margin: 20px 0 0;
	line-height: 1.4;
	text-align: left;
	font-size: 90%;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
	backdrop-filter: blur(10px);
	box-shadow: 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
	transition: all ease 0.5s;
	z-index: 2;
}

.info:hover .infoIn {
	margin-top: 7px;
	opacity: 1;
	visibility: visible;
}

/*
|----------------------------------------------------------------------
|       Footer
|----------------------------------------------------------------------
*/

footer {
	position: relative;
	background-image: url("../images/footer.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Poppins Light";
	padding-top: 180px;
	margin-top: -40px;
	overflow: hidden;
}

footer .flexRow {
	margin: -15px;
}

footer .flexRow > .col {
	width: 25%;
	padding: 15px;
}

footer .footLogo {
	max-width: 80px;
	margin-bottom: 15px;
}

footer h3 {
	position: relative;
	font-family: "Evil Empire";
	margin-bottom: 25px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

footer h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #2f81f5;
}

footer .lst > li {
	display: block;
	margin-bottom: 10px;
}

footer .lst > li:nth-last-child(1) {
	margin-bottom: 0 !important;
}

footer a {
	color: inherit;
}

footer a:hover {
	color: #2f81f5;
}

footer .smLst {
	margin: -5px -10px;
}

footer .infoLst > li {
	display: flex;
	margin-bottom: 20px;
}

footer .infoLst > li > img {
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 10px;
}

footer .articleBlk .icon {
	margin-left: 30px;
}

footer .articleBlk .txt > h6 {
	font-size: inherit;
	font-family: "Poppins Light";
}

footer .articleBlk .txt > .date {
	font-family: inherit;
	opacity: 0.5;
}

footer .smLst > li {
	padding: 5px 10px;
}

footer .social {
	margin: 12px -3px -3px;
}

footer .social > li {
	padding: 3px;
}

footer .social > li > a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	min-width: 38px;
	height: 38px;
	background: #fff;
	padding: 11px;
	border-radius: 75%;
}

footer .social > li > a:hover {
	background: #2f81f5;
}

/* footer .social > li > a > img {
    filter: brightness(0) invert(0);
} */

/*_____ Copyright _____*/

.copyright {
	padding: 25px 0;
	margin-top: 60px;
	/* border-top: 1px solid #39424b; */
	z-index: 1;
}

.copyright .inner {
	display: flex;
	justify-content: center;
}

.copyright p {
	flex: 1;
	margin: 0;
}

.copyright p > a {
	color: #2f81f5;
}

.copyright p > a:hover {
	color: #fff;
}

/*
|----------------------------------------------------------------------
|       Block
|----------------------------------------------------------------------
*/

.blk {
	background: #2b2a46;
	padding: 25px;
	margin-bottom: 5px;
	border-radius: 6px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
}

.blk .blk {
	padding: 20px;
}

.blk ._header,
.blk ._footer {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
}

.blk ._header {
	margin-bottom: 20px;
}

.blk.collap > ._header {
	margin-bottom: 0;
}

.blk.collap > ._header > .downBtn,
.blk.collap > ._header > .closeBtn {
	display: block;
	font-family: "font-icon";
	font-weight: bold;
	line-height: 2;
	margin-left: 10px;
	cursor: pointer;
}

.blk.collap > ._header > .downBtn:before {
	content: "\e93d";
}

.blk.collap > ._header > .closeBtn:before {
	content: "\ea06";
	display: block;
	transform: rotate(45deg);
}

.blk.collap > ._header > .closeBtn:hover {
	color: #ff5465;
}

.blk.collap > ._content {
	display: none;
	padding-top: 20px;
}

.blk.collap.active > ._content {
	display: block;
}

.blk.collap > ._content > h5:nth-child(1) {
	margin-top: 20px;
}

.blk.head ._header {
	margin-bottom: -20px;
}

.blk ._footer {
	justify-content: flex-end;
}

.blk ._header h3,
.blk ._header h4,
.blk ._header h5,
.blk ._header h6 {
	margin-bottom: 0;
	/* margin-right: 30px; */
	flex: 1;
}

.blk ._header h3 > span {
	color: #b4b2d2;
}

.blk ._header + p {
	margin: -10px 0 20px;
}

.blk ._header .srch {
	width: 280px;
}

/*_____ scrollbar  _____*/

.scrollbar::-webkit-scrollbar-track {
	background: rgb(255 255 255 / 5%);
	border-radius: 50px;
}

.scrollbar::-webkit-scrollbar {
	width: 4px;
	background-color: rgb(255 255 255 / 10%);
	border-radius: 50px;
}

.scrollbar::-webkit-scrollbar-thumb {
	background: rgb(255 255 255 / 10%);
	border-radius: 50px;
}

/*
|----------------------------------------------------------------------
|       Formal - Common
|----------------------------------------------------------------------
*/

[formal] > section,
[common] > section {
	padding: 80px 0;
}

[formal] > section:nth-child(1) {
	padding-top: 20px;
}

/* [common] {
    font-size: 16px;
} */

/*_____ topHead _____*/

.topHead {
	display: flex;
	align-items: center;
}

.topHead .txtBox {
	width: auto;
	max-width: 120px;
	height: 36px;
}

.topHead .txtBox + .webBtn {
	margin-left: 15px;
}

/*
|----------------------------------------------------------------------
|       Sub Banner
|----------------------------------------------------------------------
*/

#sBanner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -70px;
	padding-top: 130px;
}

#sBanner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: #000118; */
	opacity: 0.6;
	z-index: 1;
}

#sBanner .content {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}

#sBanner .content h1 {
	color: #fff;
	font-size: 60px;
	font-family: "Evil Empire";
	line-height: 1;
	margin-bottom: 0;
	letter-spacing: 2px;
	text-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

/*
|----------------------------------------------------------------------
|       Terms
|----------------------------------------------------------------------
*/

#terms .outer {
	/* background: #fff; */
	padding: 20px;
	border-radius: 7px;
	box-shadow: rgb(15 78 126 / 5%) 0 16px 48px 0;
	overflow: hidden;
}

/*
|----------------------------------------------------------------------
|       Oops 404
|----------------------------------------------------------------------
*/

#oops {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fafafa;
	padding: 120px 0 60px;
	overflow: auto;
}

#oops .blk {
	max-width: 440px;
	margin: 0 auto;
}

#oops .logoDv {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 120px;
	margin: 0 auto 30px;
}

#oops .icon {
	color: #fff;
	font-size: 140px;
	font-family: "Poppins Bold";
	line-height: 0.8;
	margin-bottom: 25px;
	text-shadow: 0 0 2px #2f81f5, 1px 5px 24px rgba(68, 102, 242, 0.05);
}

/*
|----------------------------------------------------------------------
|       Videos
|----------------------------------------------------------------------
*/

.vidBlk {
	position: relative;
	display: block;
	background: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 56%;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.vidBlk:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 14%;
	min-width: 36px;
	max-width: 100px;
	background-image: url("../images/icon-play.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	opacity: 0.9;
	transition: all linear 0.5s;
}

.vidBlk:hover:before {
	opacity: 1;
}

.vidBlk video,
.vidBlk iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0 !important;
	margin: auto;
	/* -o-object-fit: cover; */
	object-fit: fill;
}

video[poster] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*
|----------------------------------------------------------------------
|       Frequently Asked Questions
|----------------------------------------------------------------------
*/

.faqBox {
	max-width: 800px;
	margin: 0 auto;
}

.faqBox > .faqLst:not(:nth-last-child(1)) {
	margin-bottom: 40px;
}

.faqLst > .faqBlk {
	position: relative;
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	border: 2px solid #e3e3e3;
	transition: all ease 0.5s;
}

.faqLst > .faqBlk:nth-last-child(1) {
	margin-bottom: 0;
}

.faqLst > .faqBlk h5 {
	position: relative;
	font-family: "Poppins Light";
	padding: 0 20px 0 0;
	margin: 0;
	cursor: pointer;
	transition: all ease 0.5s;
	z-index: 2;
}

.faqLst > .faqBlk h5:after {
	content: "\ea06";
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 70%;
	font-family: "font-icon";
	font-weight: bold;
}

.faqLst > .faqBlk.active h5:after {
	content: "\e9e0";
	color: #2f81f5;
}

.faqLst > .faqBlk h5:hover {
	color: #2f81f5;
}

.faqLst > .faqBlk .txt {
	display: none;
	color: #b4b2d2;
	margin: 0 0 -20px;
	padding: 20px 0;
}

.faqLst > .faqBlk:nth-child(1) .txt {
	display: block;
}

/*
|----------------------------------------------------------------------
|       Groups
|----------------------------------------------------------------------
*/

#groups .flexRow {
	margin: -15px;
}

#groups .flexRow > .col {
	padding: 15px;
}

#groups .flexRow > .col1 {
	width: 70%;
}

#groups .flexRow > .col2 {
	width: 30%;
}

#groups .usrLst > li {
	display: flex;
	align-items: center;
}

#groups .usrLst > li:not(:nth-last-child(1)) {
	margin-bottom: 15px;
}

#groups .usrLst > li .ico {
	width: 36px;
	min-width: 36px;
	height: 36px;
	margin-right: 15px;
}

#groups .content {
	flex: 1;
}

#groups .detailBlk .grpBlk {
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: initial;
}

#groups .detailBlk p {
	color: #b4b2d2;
}

#groups .detailBlk > hr {
	margin: 20px -25px;
	border-color: rgb(255 255 255 / 8%);
}

#create .logBlk {
	max-width: 480px;
}

/*
|----------------------------------------------------------------------
|       Contact us
|----------------------------------------------------------------------
*/

#contact .content {
	max-width: 620px;
	margin: 0 auto;
}

#contact form {
	max-width: 640px;
	background: #2b2a46;
	padding: 25px;
	margin: 40px auto 0;
	border-radius: 7px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
}

#contact .infoLst {
	margin: -10px;
}

#contact .infoLst > li {
	width: 33.3334%;
	padding: 10px;
}

#contact .infoLst > li .inner {
	height: 100%;
	background: #2b2a46;
	padding: 30px 20px;
	border-radius: 7px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
}

#contact .infoLst > li a:not(:hover) {
	color: inherit;
}

#contact .infoLst > li .icon {
	width: 36px;
	min-width: 36px;
	height: 36px;
	margin: 0 auto 15px;
}

/*
|----------------------------------------------------------------------
|       Logon
|----------------------------------------------------------------------
*/

/*_____ logBlk _____*/

.logBlk {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

.logBlk h2 {
	font-family: "Evil Empire";
}

.logBlk p {
	color: #b4b2d2;
}

.logBlk > form {
	background: #2b2a46;
	padding: 25px;
	margin-bottom: 5px;
	border-radius: 7px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
}

.logBlk .confirm {
	display: flex;
}

.logBlk .haveAccount {
	margin-top: 20px;
}

.logBlk .haveAccount a {
	color: #2f81f5;
}

.logBlk .haveAccount a:hover {
	color: #fff;
}

.logBlk #pass {
	margin-left: auto;
}

/*_____ oR Line _____*/

.or,
.oRLine {
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.or span,
.oRLine span {
	color: #b4b2d2;
	font-family: "Poppins SemiBold";
}

.oRLine {
	display: flex;
	align-items: center;
}

.oRLine:before,
.oRLine:after {
	content: "";
	flex: 1;
	height: 1px;
	background: #2b2a46;
}

.oRLine span {
	padding: 0 10px;
}

/*_____ pasDv _____*/

.txtGrp.pasDv {
	position: relative;
}

.txtGrp.pasDv > i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	display: flex;
	align-items: center;
	width: 18px;
	height: 100%;
	cursor: pointer;
	opacity: 0.7;
	filter: brightness(0.5) invert(0.4);
}

.txtGrp.pasDv > i {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.txtGrp.pasDv > i.icon-eye {
	background-image: url("../images/icon-eye.svg");
}

.txtGrp.pasDv > i.icon-eye-slash {
	background-image: url("../images/icon-eye-slash.svg");
}

.txtGrp.pasDv > i:hover {
	opacity: 1;
}

.txtGrp.pasDv > .txtBox {
	padding-right: 40px;
}

/*
|----------------------------------------------------------------------
|       Games
|----------------------------------------------------------------------
*/

#slides {
	padding-bottom: 0;
}

#owl-slider .owl-stage-outer {
    border-radius: 6px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
}

#owl-slider .image {
	height: 400px;
}

#owl-slider .image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#games .flexRow {
	margin: -15px;
}

#games .flexRow > .col {
	padding: 15px;
}

#games .flexRow > .col1 {
	width: 70%;
}

#games .flexRow > .col2 {
	width: 30%;
}

#games .usrLst > li {
	display: flex;
	align-items: center;
}

#games .usrLst > li:not(:nth-last-child(1)) {
	margin-bottom: 15px;
}

#games .usrLst > li > .ico {
	width: 36px;
	min-width: 36px;
	height: 36px;
	margin-right: 15px;
}

#games .content {
	flex: 1;
}

/*
|----------------------------------------------------------------------
|       Inbox
|----------------------------------------------------------------------
*/

#inbox {
    min-height: 500px;
}

#inbox .chatBlk {
	display: flex;
	height: 500px;
    background: #2b2a46;
    padding: 15px;
    flex-direction: column;
    border-radius: 6px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
    overflow: hidden;
}

#inbox .chatBlk .ico {
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin-right: 15px;
}

/*_____ barBlk _____*/

#inbox .time {
    color: #b4b2d2;
    font-size: 80%;
    font-family: 'Poppins Medium';
}

/*_____ chatPerson _____*/

#inbox .chatBlk .chat {
    max-height: 100%;
    padding: 15px 15px 0;
    margin: -15px -15px 0;
    flex: 1;
    flex-direction: column;
    overflow: auto;
}

#inbox .chatBlk .chat.active {
    display: block;
}

#inbox .buble {
    display: flex;
    margin-bottom: 25px;
    width: 70%;
}

#inbox .buble.me {
    flex-flow: row-reverse;
    margin-left: auto;
}

#inbox .buble.me .ico {
    margin-left: 15px;
    margin-right: 0;
}

#inbox .buble .cntnt {
    background: rgb(255 255 255 / 8%);
    color: #fff;
    padding: 8px 12px;
    line-height: 1.5;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

#inbox .buble.me .cntnt {
    background: #2f81f5;
}

#inbox .buble.me .time {
    text-align: right;
}

#inbox .chatPerson {
	display: flex;
    align-items: center;
	background: #24233c;
    margin: -15px -15px 15px;
    padding: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

#inbox .chatPerson h6 {
    flex: 1;
    margin: 0;
}

#inbox .chatPerson .ico {
    width: 28px;
    min-width: 28px;
    height: 28px;
}

#inbox .chatBlk .write {
    background: #24233c;
    padding: 10px 15px;
    margin: 0 -15px -15px;
    border-top: 1px solid rgb(255 255 255 / 8%);
}

#inbox .chatBlk .write form {
    display: flex;
    align-items: center;
}

#inbox .chatBlk .write textarea {
    height: 46px;
    max-height: 100px !important;
    background: #2b2a46;
    padding: 12px 20px;
    margin-right: 10px;
    border-radius: 25px;
    transition: none !important;
    overflow: hidden;
}

#inbox .chatBlk .write button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    color: #fff;
    padding: 7px;
    border: none !important;
    border-radius: 75%;
}

#inbox .chatBlk .write button[type="submit"]:not(:hover) {
    background: #2f81f5;
}

#inbox .chatBlk .write button > img {
    filter: brightness(0) invert(1);
}

#inbox .chatBlk .write button[type="submit"] > img {
    width: auto;
    height: 100%;
    margin-left: 4px;
}

#groups .usrBlk {
	margin: -10px;
	justify-content: center;
}

#groups .usrBlk > li {
	align-items: initial;
	width: 33.3334%;
	padding: 10px;
	margin: 0 !important;
}

#groups .usrBlk > li > .inBlk {
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#groups .usrBlk > li .ico {
	margin: 0 auto 5px;
}

#groups .usrBlk > li .txt {
	font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#groups .usrBlk.mainBlk > li {
	width: 100%;
}

#groups .usrBlk.mainBlk > li .ico {
	width: 100px;
	min-width: 100px;
	height: 100px;
	margin: 0 auto 15px;
}

#groups .usrBlk.mainBlk > li h5 {
	margin: 0;
}

