/*
fe6600
site color
*/

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

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

@font-face {
	font-family: "italic";
	src: url("../fonts/Myriad-Pro-Light-Italic.ttf");
}

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

@font-face {
	font-family: "semi";
	src: url("../fonts/Myriad-Pro-Semibold.ttf");
}

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

/*@font-face {
    font-family: 'lite';
    src: url('../fonts/segoeuil.ttf');
}

@font-face {
    font-family: 'italic';
    src: url('../fonts/segoeuii.ttf');
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/segoeui.ttf');
}

@font-face {
    font-family: 'semi';
    src: url('../fonts/segoeuisb.ttf');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/segoeuib.ttf');
}

@font-face {
    font-family: 'black';
    src: url('../fonts/segoeuibl.ttf');
}*/

@font-face {
	font-family: "price";
	src: url("../fonts/century-gothic-regular.ttf");
}

.lite {
	font-family: "lite" !important;
}

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

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

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

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

.black {
	font-family: "black" !important;
}

.price {
	font-family: "price" !important;
}

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	/* background-color: #f5f6f8; */
	font-size: 13px;
	font-family: "regular";
	margin: 0;
	padding: 0;
	padding-top: 74px;
	/* letter-spacing: 0.2px; */
	word-break: break-word;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow-x: hidden;
	counter-reset: demoCounter;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

body.flow {
	overflow: hidden !important;
}

body > main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

::-moz-selection {
	background: var(--secondary-color);
	color: #fff;
}

::selection {
	background: var(--secondary-color);
	color: #fff;
}

::-moz-selection {
	background: var(--secondary-color);
	color: #fff;
}

body a {
	word-break: break-word;
}

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

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

ul {
	margin: 0;
	padding: 0;
}

ul li {
	display: inline-block;
}

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

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

p {
	margin: 0 0 10px;
}

p > a {
	color: #3c9cdb;
}

p > a:hover {
	color: var(--secondary-color);
}

.relative {
	position: relative;
}

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

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

.toggle {
	position: absolute;
	top: 20px;
	right: 10px;
	display: none;
	/* display: flex; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	padding: 10px;
	-webkit-transition: all ease 0.5s;
	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;
	border-radius: 50px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

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

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

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

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

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

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

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

.blockquote {
	font-size: 14px;
	padding: 10px 10px 10px 20px;
}

.secHeading {
	position: relative;
	font-size: 32px;
	font-family: "bold";
	/* text-transform: uppercase; */
	margin-bottom: 25px;
}

.secHeading > em {
	color: var(--secondary-color);
}

p.pre {
	font-size: 18px;
	font-family: "regular";
	margin: -15px 0 25px;
}

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

.webBtn {
	position: relative;
	min-width: 100px;
	height: 46px;
	font-size: 13px;
	font-family: "semi";
	text-align: center;
	padding: 14px 20px 0;
	padding-bottom: 20px !important;
	letter-spacing: 1px;
	white-space: nowrap;
	/* text-transform: uppercase; */
	border: 0;
	border-radius: 5px;
	outline: none !important;
}

.smBtn {
	min-width: 40px;
	height: 34px;
	font-size: 12px;
	padding: 9px 12px 0;
	text-transform: none;
}

.lgBtn {
	height: 60px;
	font-size: 18px;
	padding: 18px 40px 0;
	/* text-transform: uppercase; */
}

.colorBtn {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cnclBtn {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blockBtn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.webBtn i {
	position: relative;
	top: 3px;
	font-size: 18px;
	line-height: 0;
	/* transition: all ease 0.5s; */
}

.blockBtn i {
	top: 0;
	-ms-flex-item-align: center;
	align-self: center;
}

.webBtn i.fi-arrow-right {
	margin-left: 10px;
}

.webBtn i.fi-arrow-left {
	margin-right: 10px;
}

.webBtn:focus,
.webBtn:hover {
	-webkit-transform: translateY(-1.5px);
	-ms-transform: translateY(-1.5px);
	transform: translateY(-1.5px);
	-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
	content: "";
	width: 18px;
	height: 18px;
	border: 3px solid;
	-webkit-animation: spinner 0.5s linear infinite;
	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;
}

@-webkit-keyframes spinner {
	0% {
	}
	100% {
	}
}

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

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

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

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

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 16px;
}

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

em {
	font-style: normal;
}

strong {
	font-family: "semi";
	font-weight: normal;
}

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

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

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

.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.formRow {
	margin: 0 -5px;
}

.formRow [class*="col-"],
.formRow [class^="col-"] {
	padding: 0 5px;
}

.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flexDv {
	width: 100%;
}

.flexRow {
	margin: 0 -10px;
}

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

.bTn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: 0 -2px;
}

.bTn > * {
	margin: 2px;
}

.text-left.bTn,
.text-left .bTn {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/*_____ upperlay _____*/

.upperlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 2;
}

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

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

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 0;
	overflow: auto;
	z-index: 101;
}

.popup ._inner {
	position: relative;
	max-width: 600px;
	padding: 15px;
	margin: auto;
	border-radius: 4px;
}

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

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

.popup ._inner h3 {
	background: var(--secondary-color);
	color: #fff;
	font-size: 16px;
	margin: -15px -15px 15px;
	padding: 15px 15px 14px;
	padding-right: 30px;
	border-radius: 4px 4px 0 0;
}

.popBtn {
	cursor: pointer;
}

.popup .crosBtn {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 32px;
	height: 32px;
	background: var(--secondary-color);
	text-align: center;
	padding: 4px 0 0;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
}

.popup .crosBtn:before {
	content: "\2715";
}

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

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

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

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

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

.dropBtn {
	cursor: pointer;
}

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

.dropCnt {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

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

.dropLst {
	top: 20px;
	left: 0;
	z-index: 50;
	min-width: 160px;
	max-width: 260px;
}

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

.dropLst > li > a {
	padding: 5px 12px 4px;
}

/*_____ more _____*/

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

.more > span,
.more > span:before,
.more > span:after {
	width: 3px;
	height: 3px;
	border-radius: 75%;
	-webkit-transition: all ease 0.5s;
	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;
}

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

#pageloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #f5f6f8;
	z-index: 999999;
}

.loader {
	width: 40px;
	height: 40px;
	border: 4px solid var(--secondary-color);
	border-right: 4px solid #f0f5f9;
	border-radius: 75%;
	-webkit-animation: spin 0.5s linear infinite;
	animation: spin 0.5s linear infinite;
}

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

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

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

.ico,
.icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.ico {
	border-radius: 75%;
	/*overflow: hidden;*/
}

.ico a,
.icon a {
	width: 100%;
	height: 100%;
	display: block;
}

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

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

.icon img {
	-o-object-fit: contain;
	object-fit: contain;
}

.ico > i.dot {
	bottom: 12px;
	left: initial;
	right: -3px;
	width: 10px;
	height: 20px;
	background-image: url("../images/medal.svg");
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: normal;
	text-align: center;
	border: 0;
	border-radius: 0;
	z-index: 5;
}

.ico > i.dot:before {
	/*content: '\e96a';*/
	display: block;
	font-size: 8px;
	font-family: "font-icon";
	line-height: 0;
}

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

.jq-ry-container {
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	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 {
	/* Font */
	/* Emoji fonts are added to visualise them nicely in Internet Explorer. */
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 12px;

	/* Text color */
	/*color: #333;*/
}

.ckEditor .cke_editable {
	font-size: 13px;
	line-height: 1.6;

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}

.ckEditor blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 10px 20px;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	border-left-width: 5px;
}

.ckEditor .cke_contents_ltr blockquote {
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.ckEditor .cke_contents_rtl blockquote {
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

.ckEditor a {
	display: inline;
	color: #0782c1;
}

.ckEditor ol,
.ckEditor ul,
.ckEditor dl {
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
	padding: 0 40px;
}

.ckEditor ul,
.ckEditor ol {
	padding: 0;
	padding-left: 20px;
	margin: 0 0 10px;
	list-style-position: inside;
}

.ckEditor ul > li,
.ckEditor ol > li {
	display: list-item;
	margin-bottom: 5px;
}

.ckEditor ul > li ul,
.ckEditor ol > li ol {
	margin: 5px 0 7px;
}

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
	font-weight: normal;
	line-height: 1.2;
}

.ckEditor hr {
	border: 0px;
	border-top: 1px solid #ccc;
}

.ckEditor img.right {
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

.ckEditor img.left {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.ckEditor pre {
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

.ckEditor .marker {
	background-color: Yellow;
}

.ckEditor span[lang] {
	font-style: italic;
}

.ckEditor figure {
	text-align: center;
	outline: solid 1px #ccc;
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

.ckEditor figure > figcaption {
	text-align: center;
	display: block; /* For IE8 */
}

.ckEditor a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782c1;
}

/* Widget Styles */
.ckEditor .code-featured {
	border: 5px solid red;
}

.ckEditor .math-featured {
	padding: 20px;
	-webkit-box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.ckEditor .image-clean {
	border: 0;
	background: none;
	padding: 0;
}

.ckEditor .image-clean > figcaption {
	font-size: 0.9em;
	text-align: right;
}

.ckEditor .image-grayscale {
	background-color: white;
	color: #666;
}

.ckEditor .image-grayscale img,
.ckEditor img.image-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.ckEditor .embed-240p {
	max-width: 426px;
	max-height: 240px;
	margin: 0 auto;
}

.ckEditor .embed-360p {
	max-width: 640px;
	max-height: 360px;
	margin: 0 auto;
}

.ckEditor .embed-480p {
	max-width: 854px;
	max-height: 480px;
	margin: 0 auto;
}

.ckEditor .embed-720p {
	max-width: 1280px;
	max-height: 720px;
	margin: 0 auto;
}

.ckEditor .embed-1080p {
	max-width: 1920px;
	max-height: 1080px;
	margin: 0 auto;
}

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

.ckEditor b,
.ckEditor strong {
	font-weight: bold;
}

.ckEditor u {
	text-decoration: underline;
}

.ckEditor span {
	display: initial;
	text-decoration: inherit;
}

*:not(.ckEditor table) {
	border-spacing: 0;
	border-collapse: collapse;
}
/**:not(.ckEditor table td):not(.ckEditor table th) {
    padding:0
}*/
/*
.ckEditor table {
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 2px;
}*/

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

.ckEditor h1 {
    font-size: 26px;
}

.ckEditor h2 {
    font-size: 22px;
}

.ckEditor h3 {
    font-size: 18px;
}

.ckEditor h4 {
    font-size: 14px;
}

.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-left: 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 {
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid;
}

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

.ckEditor figure,
.ckEditor p > img {
    float: right;
    width: 260px !important;
    margin: 5px 0 15px;
    margin-left: 15px;
}

.ckEditor figure:nth-of-type(odd) {
    float: left;
}

.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 strong {
    font-family: 'semi';
}*/

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

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

.logo {
	float: left;
	width: 140px;
	height: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	/* justify-content: center; */
	z-index: 1;
}

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

.logo > a img {
	/* filter: brightness(0) invert(1); */
    height: 100%;
	object-fit: contain;
	object-position: left center;
}

nav {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-top: 17px;
}

nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

nav > ul > li {
	position: relative;
}

nav > ul > li > a {
	height: 40px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 18px 0;
	padding-bottom: 20px !important;
	/* text-transform: uppercase; */
}

nav > ul > li.active > a {
	/* font-family: 'semi'; */
}

nav > ul > li.btnLi {
	margin-left: 18px;
}

nav > ul > li.btnLi > a {
	/*padding-left: 18px;*/
	/*padding-right: 18px;*/
	border-radius: 50px;
}

nav > ul > li.drop > a {
	position: relative;
	/*padding-right: 12px;*/
	/*margin-right: 8px;*/
}

nav > ul > li.drop > a > i {
	margin-left: 5px;
	font-weight: bold;
	font-size: 75%;
}

nav > ul > li.drop > a:after {
	/* position: absolute; */
	/*content: '\ea06';*/
	top: 50%;
	/* right: -4px; */
	font-size: 10px;
	font-family: "font-icon";
	font-weight: bold;
	margin-top: -4px;
	margin-left: 6px;
	line-height: 1;
}

nav > ul > li.btnLi.active > a {
	border-radius: 50px;
}

#nav > li > .sub {
	position: absolute;
	top: 100%;
	left: 15px;
	width: 170px;
	text-align: left;
	margin-top: 10px;
	visibility: hidden;
	opacity: 0;
	border-radius: 4px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
}

#nav > li:hover > .sub {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

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

#nav > li > .sub > li > a {
	font-size: 13px;
	padding: 8px 15px;
	text-transform: uppercase;
}

/*_____ dot _____*/

.dot {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 5px;
	height: 5px;
	background: #43b753;
	margin: auto;
	border-radius: 75%;
}

.miniLbl {
	color: #fff;
	font-size: 8px;
	font-family: "semi";
	padding: 3px 8px 3px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 50px;
	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;
}

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

#banner {
	/* min-height: 600px; */
	/* margin-top: -74px; */
}

#banner:before {
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0a181d;
	opacity: 0.2;
	z-index: 2;
}

#banner .contain {
	z-index: 3;
}

#banner .content {
	max-width: 500px;
	margin: 0 auto;
	padding: 60px 0;
}

#banner .content h1 {
	font-size: 48px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

#banner .content p {
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 6px;
	text-transform: uppercase;
	word-spacing: 10px;
}

#banner .content .webBtn {
	/* background: transparent; */
	/* color: #fff !important; */
	/* box-shadow: inset #fff 0 0 0 1px, 0 3px 6px 0 rgba(0, 0, 0, 0.07); */
}

/*_____ slider _____*/

#slider .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	z-index: 2;
}

#slider .item .flexBox {
	min-height: inherit;
}

#slider .carousel-inner,
#slider .item {
	height: 100%;
}

#slider .item {
	min-height: 540px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

#slider,
#slider .item {
	/* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
}

#slider .carousel-inner,
#slider .item {
	/* height: 100%; */
}

#slider .item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

#slider .carousel-indicators li {
	width: 10px;
	height: 4px;
	margin: auto;
	border-width: 2px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#slider .carousel-indicators li.active {
	width: 24px;
	height: 4px;
	margin: auto;
}

.carousel-fade .carousel-inner .item {
	opacity: 0.5;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0.5;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

/*_____ slider button _____*/

#slider .lBtn,
#slider .rBtn {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 15;
}

#slider .lBtn {
	left: 0;
}

#slider .rBtn {
	right: 0;
}

#banner:hover .lBtn,
#banner:hover .rBtn {
	visibility: visible;
	opacity: 1;
}

#banner:hover .lBtn {
	left: 15px;
}

#banner:hover .rBtn {
	right: 15px;
}

#slider .lBtn .prev,
#slider .rBtn .next {
	position: static !important;
	width: 38px;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding: 2px;
	border-radius: 75%;
	overflow: hidden;
}

/*
|----------------------------------------------------------------------
|       Project
|----------------------------------------------------------------------
*/

#project {
	padding-top: 70px;
	/* padding-bottom: 25px; */
}

#project .content {
	max-width: 680px;
	margin: 0 auto;
}

#project .lst {
	margin: -25px -15px 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#project .lst > li {
	width: 33.3334%;
	padding: 25px 15px;
}

#project .lst > li .inner {
	position: relative;
	height: 380px;
	background: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 20px 0;
	border-radius: 4px;
}

#project .lst > li .inner > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#project .lst > li .txt {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: -25px;
	line-height: 1;
}

#project .lst > li .txt em {
	min-width: 58px;
	font-size: 50px;
	font-weight: bold;
	margin-right: 10px;
}

#project .lst > li .txt span {
	font-size: 13px;
	margin-bottom: 5px;
}

#project .lst > li .txt strong {
	display: block;
	font-size: 16px;
	font-family: "bold";
	margin-bottom: 7px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

/*
|----------------------------------------------------------------------
|       Who we are
|----------------------------------------------------------------------
*/

#who-we-are {
	padding: 70px 0;
	margin-top: 70px;
}

#who-we-are .flexRow {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -15px;
}

#who-we-are .flexRow > .col {
	padding: 15px;
}

#who-we-are .flexRow > .col1 {
	width: 46%;
}

#who-we-are .flexRow > .col2 {
	width: 54%;
	padding-left: 80px;
}

#who-we-are .content p {
	font-size: 18px;
	margin-bottom: 25px;
}

#who-we-are .image {
	border-radius: 10px;
	-webkit-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);
	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);
	overflow: hidden;
}

#who-we-are .image img {
	max-height: 400px;
	-o-object-fit: contain;
	object-fit: contain;
}

/*
|----------------------------------------------------------------------
|       Work
|----------------------------------------------------------------------
*/

#work {
	padding: 80px 0;
}

#work #galleryLst,
#work #lightGallery {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -5px;
}

#work #galleryLst > li,
#work #lightGallery > li {
	position: relative;
	width: 33.3334%;
	padding: 5px;
}

#work #galleryLst > li > a,
#work #lightGallery > li > a {
	position: relative;
	display: block;
	color: #fff;
}
#work #galleryLst > li > a:hover,
#work #lightGallery > li > a:hover {
	color: var(--secondary-color);
}

#work #galleryLst > li img,
#work #lightGallery > li img {
	cursor: pointer;
	border-radius: 4px;
	-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
}

#work #galleryLst > li img:hover,
#work #lightGallery > li img:hover {
	opacity: 0.8;
}

#work #galleryLst > li > a span,
#work #lightGallery > li > a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(17 17 17 / 0.7);
	font-size: 15px;
	padding: 15px;
	border-radius: 0 0 4px 4px;
}

.lg-outer #lg-share,
.lg-outer .lg-autoplay-button {
	display: none !important;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #e22a6f !important;
}

/*
|----------------------------------------------------------------------
|       Folio
|----------------------------------------------------------------------
*/

#folio {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#folio:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0a181d;
	opacity: 0.9;
	z-index: 2;
}

#folio .contain {
	z-index: 3;
}

#folio .content {
	max-width: 720px;
	margin: 0 auto;
	padding: 100px 0;
}

#folio .ico {
	width: 80px;
	height: 80px;
	-webkit-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);
	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);
	margin: 0 auto -20px;
}

#folio .txt {
	position: relative;
	padding-top: 30px;
}

#folio .txt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background-image: url("../images/comma.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	opacity: 0.2;
	z-index: -1;
}

#folio .txt p {
	font-size: 24px;
}

#folio .txt h4 {
	font-size: 16px;
	font-family: "bold";
	margin: 20px 0;
	text-transform: uppercase;
}

/*
|----------------------------------------------------------------------
|       Blocks
|----------------------------------------------------------------------
*/

#blocks {
	padding-top: 70px;
	overflow: hidden;
}

#blocks .flexRow {
	margin: -20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#blocks .flexRow > .col {
	width: 33.3334%;
	padding: 20px;
}

#blocks .txt h3 {
	font-size: 22px;
	font-family: "bold";
	margin-bottom: 20px;
}

#blocks .txt h3 > span {
	display: block;
	font-size: 16px;
	font-family: "regular";
}

#blocks .image {
	position: relative;
	padding-bottom: 30%;
	margin-bottom: 15px;
	border-radius: 4px;
	overflow: hidden;
}

#blocks .image > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#blocks .txt p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
}

#blocks .txt .bTn > a {
	font-family: "semi";
}

#blocks .txt .bTn > a i {
	position: relative;
	top: 2px;
	margin-left: 4px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#blocks .txt .bTn > a:hover i {
	margin-left: 10px;
}

/*
|----------------------------------------------------------------------
|       Connect
|----------------------------------------------------------------------
*/

#connect {
	padding-top: 70px;
	margin-bottom: 40px;
}

#connect .inside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
}

#connect .inside > p {
	margin: 0;
	margin-right: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 20px;
}

#connect .inside > .bTn > button {
	text-transform: uppercase;
}

#connect .inside > .bTn > button.mapBtn:before {
	content: "Toon locatie";
}

#connect .inside > .bTn > button.mapBtn.active:before {
	content: "Verberg locatie";
}

#connect .popup ._inner {
	max-width: 320px;
	padding: 20px;
}

#connect .popup ._inner .crosBtn {
	width: 28px;
	height: 28px;
	background: transparent;
	color: #778ca3;
}

#connect .popup ._inner h2 {
	font-size: 20px;
	font-family: "bold";
	text-align: center;
	margin: 15px 0 20px;
}

/*
|----------------------------------------------------------------------
|       Partner
|----------------------------------------------------------------------
*/

#partner {
	padding: 70px 0;
	overflow: hidden;
}

#partner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1;
}

#partner .contain {
	z-index: 3;
}

#partner .content {
	/* max-width: 800px; */
	margin: 0 auto;
}

#partner .lst {
	margin: -20px -30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#partner .lst > li {
	padding: 20px 30px;
}

#partner .icon {
	min-width: 40px;
	max-width: 160px;
	height: 50px;
	opacity: 0.8;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#partner .icon:hover {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}

#partner .owl-prev,
#partner .owl-next {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*_____ owl-nav _____*/

.owl-prev,
.owl-next {
	position: absolute;
	top: 35%;
	width: initial;
	height: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	font-size: 32px;
	padding-top: 1px;
	padding-left: 1px;
	margin-top: -10px;
}

.owl-prev {
	left: -220px;
}

.owl-next {
	right: -220px;
}

/*_____ owl-dots _____*/

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

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

.owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 4px;
	margin: auto;
	border-radius: 50px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.owl-dots .owl-dot.active span {
	width: 24px;
	height: 4px;
	margin: auto;
}

/*
|----------------------------------------------------------------------
|       Camps
|----------------------------------------------------------------------
*/

#camps {
	padding-top: 70px;
}

#camps .inner {
	margin: 10px;
}

#camps .inner .ico {
	position: relative;
	padding-bottom: 100%;
	border-radius: 4px;
	-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

#camps .inner .ico > a,
#camps .inner .ico > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#camps .inner h4 {
	font-size: 15px;
	margin: 10px 0 0;
	text-transform: uppercase;
}

#owl-camps .owl-stage-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

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

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

label > a {
	color: #3c9cdb;
}

label > a:hover {
	color: var(--secondary-color);
}

.txtGrp {
	position: relative;
	margin-bottom: 15px;
}

.txtGrp h4 {
	font-size: 14px;
	margin-bottom: 5px;
}

.txtBox {
	display: block;
	width: 100%;
	height: 46px;
	font-size: 13px;
	text-align: left;
	padding: 5px 16px 6px;
	letter-spacing: 0.5px;
	border-radius: 5px;
	outline: none !important;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

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

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

.txtBox:disabled {
	cursor: not-allowed;
}

.txtBox:focus::-webkit-input-placeholder {
	opacity: 0.4;
}

.txtBox:focus:-ms-input-placeholder {
	opacity: 0.4;
}

.txtBox:focus::-ms-input-placeholder {
	opacity: 0.4;
}

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

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

.txtBox:hover,
.txtBox:focus {
	border-color: var(--secondary-color);
}

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

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

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
	position: absolute;
	content: "";
	color: inherit;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

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

input[type="radio"]:after,
input[type="checkbox"]:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 2px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
	color: var(--secondary-color);
}

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

input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
	border-color: var(--secondary-color);
}

.lblBtn {
	text-align: left;
}

.lblBtn label {
	display: inline !important;
	position: relative;
	top: 0;
	/* font-size: 15px; */
	font-family: "regular";
	cursor: pointer;
	line-height: 20px;
	padding-left: 5px;
}

.lblBtn label:nth-child(1) {
	padding-left: 0;
}

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

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

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

footer {
	position: relative;
	padding-top: 70px;
	/*margin-top: 40px;*/
}

footer .contain {
	z-index: 3;
}

footer .flexRow {
	-ms-flex-flow: nowrap;
	flex-flow: nowrap;
	margin: -15px;
}

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

footer h4 {
	font-size: 18px;
	font-family: "bold";
	margin-bottom: 25px;
}

footer p.pre {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

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

footer .lst > li > a {
	line-height: 1.2;
}

footer .infoLst > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*font-size: 16px;*/
	margin-bottom: 20px;
}

footer .infoLst > li > i {
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*font-size: 16px;*/
	margin-right: 10px;
	border-radius: 75%;
}

footer .infoLst > li > span {
	/*font-size: 13px;*/
}

footer .infoLst > li strong {
	display: block;
}

footer .qLst {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: 0 -5px;
}

footer .qLst > li {
	width: 50%;
	padding: 0 5px;
}

footer a:hover {
	color: var(--secondary-color) !important;
}

footer .social {
	margin: -3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .social li {
	font-size: 11px;
	padding: 3px;
}

footer .social li a {
	font-size: 22px;
	line-height: 0;
}

footer .social li a.youtube {
	color: #c3181e;
}

footer .social li a.facebook {
	color: #3b5998;
}

footer .social li a.twitter {
	color: #1da1f2;
}

footer .social li a.linkedin {
	color: #0177b5;
}

footer .social li a.pinterest {
	color: #bd081c;
}

footer .social li a.google {
	color: #d14639;
}

footer .social li a.dribbble {
	color: #ea4c89;
}

footer .social li a.instagram {
	color: #bd3381;
}

footer form .inside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

footer form .txtBox,
footer form .webBtn {
	height: 40px;
}

footer form .txtBox {
	width: 100%;
	border: 1px solid var(--secondary-color);
	border-right: 0;
	border-radius: 5px 0 0 5px;
}

footer form .webBtn {
	min-width: 100px;
	font-size: 14px;
	padding: 10px 10px 0;
	border-radius: 0 5px 5px 0;
}

footer form label {
	font-size: 12px;
	margin-bottom: 7px;
}

/*_____ Copyright _____*/

.copyright {
	/* background: #e3e7ec; */
	font-size: 12px;
	margin-top: 40px;
	padding: 30px 0 25px;
}

.copyright .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.copyright p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	margin-right: 15px;
}

.copyright p > a {
	color: var(--secondary-color);
	/*text-decoration: underline;*/
}

.copyright .list {
	margin: -2px -5px;
}

.copyright .list > li {
	font-size: 12px;
	padding: 2px 5px;
}

/*_____ googleMap _____*/

#googleMap {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: initial;
	height: initial;
	margin: 0;
	border: 0;
	border-radius: 2px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	overflow: hidden;
	z-index: 5;
}

#googleMap.active {
	opacity: 1;
	visibility: visible;
}

.map-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

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

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

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

#contact .flexRow > .col1 {
	width: 35%;
}

#contact .flexRow > .col2 {
	width: 65%;
}

#contact h3 {
	color: var(--secondary-color);
	font-size: 18px;
}

#contact .content h4 {
	font-size: 16px;
	margin-top: 20px;
}

#contact .content .inFo > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#contact .content .inFo > li i {
	width: 20px;
	text-align: center;
	margin-right: 5px;
}

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

#terms .blk {
	max-width: 1000px;
	margin: auto;
}

#terms .blk > ._header > h3 {
	font-size: 18px !important;
	margin: 0 !important;
}

/*
|----------------------------------------------------------------------
|       Help Desk
|----------------------------------------------------------------------
*/

#help h2 {
	color: var(--secondary-color);
	font-size: 22px;
	margin-bottom: 15px;
}

#help .flexRow > .col1 {
	width: 30%;
}

#help .flexRow > .col2 {
	width: 70%;
}

#help .nav-tabs {
	border: none;
}

#help .nav-tabs > li {
	display: block;
	float: none;
	margin: 0 0 15px;
}

#help .nav-tabs > li > a {
	display: inline-block;
	background: none;
	padding: 0;
	border: none;
	border-radius: 0 !important;
}

#help .nav-tabs > li.active > a,
#help .nav-tabs > li a:hover {
	color: var(--secondary-color);
}

#help .btnBlk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
}

#help .btnBlk > p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	margin: 0;
	margin-right: 15px;
}

#help .inBlk {
	margin-top: 20px;
	padding-top: 20px;
}

#help .inBlk > h3 {
	color: var(--secondary-color);
	font-size: 20px;
	font-family: "regular";
	margin-bottom: 15px;
}

#help .lst > li {
	margin-bottom: 10px;
}

#help .lst > li:nth-last-child(1) {
	margin-bottom: 0;
}

#help .lst > li ol,
#help .lst > li ul {
	margin-bottom: 10px;
}

#help .lst > li ol > li,
#help .lst > li ul > li {
	display: list-item;
	list-style: circle;
}

#help .lst h4 {
	font-size: 15px;
}

#typing {
	font-size: 18px;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}

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

.blk {
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.blk ._header,
.blk ._footer {
	position: relative;
	padding: 20px 20px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blk ._header {
	margin: -20px -20px 20px;
	border-radius: 4px 4px 0 0;
}

.blk ._footer {
	margin: 15px -20px -20px;
	border-radius: 0 0 4px 4px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.blk ._header h3 {
	font-size: 16px;
	/*font-family: 'regular';*/
	margin-bottom: 0;
	margin-right: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blk ._header h3 > span {
	color: var(--secondary-color);
}

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

/*_____ Pagination _____*/

ul.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px auto 0 !important;
	border-radius: 0;
}

ul.pagination > li {
	display: block;
}

ul.pagination > li > a {
	position: relative;
	float: none;
	min-width: 36px;
	height: 36px;
	display: block;
	background: transparent;
	font-family: "semi";
	text-align: center;
	padding: 8px 8px 0;
	margin: 0 -5px;
	border: 0;
	border-radius: 4px !important;
}

ul.pagination > li > a > i {
	margin: 0 -10px;
}

ul.pagination > li > a:hover {
	z-index: 1;
}

ul.pagination > li > a.active {
	margin: 0 5px;
	z-index: 2;
}

/*_____ scrollbar  _____*/

.scrollbar::-webkit-scrollbar-track {
	border-radius: 50px;
}

.scrollbar::-webkit-scrollbar {
	width: 4px;
	border-radius: 50px;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 50px;
}

/*
|----------------------------------------------------------------------
|       404 Not Found
|----------------------------------------------------------------------
*/

#not404 {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0;
	margin-top: -70px;
}

#not404 .contain {
	z-index: 3;
}

#not404 .inside {
	max-width: 460px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto;
}

#not404 .inside .icon {
	background: transparent;
	color: #fff02a;
	font-size: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	border-radius: 0;
	line-height: 0;
	overflow: initial;
}

#not404 .inside .icon span {
	display: block;
	/* background: -webkit-linear-gradient(left, #e22a6f, #fe6666);
    background: -o-linear-gradient(left, #e22a6f, #fe6666);
    background: linear-gradient(to right, #e22a6f, #fe6666); */
	color: #e22a6f;
	line-height: 1;
}

#not404 .inside h2 {
	font-size: 20px;
}

#not404 .inside p {
	margin-bottom: 0;
}

#not404 .inside p > span {
	display: block;
}

#not404 .inside p a {
	color: var(--secondary-color);
	text-decoration: underline;
}

/*===========================contact us*/

.cmnBanner {
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cmnBanner .content {
	max-width: 500px;
	margin: 0 auto;
	padding: 50px 0;
	z-index: 2;
	position: relative;
}
.cmnBanner .content h1 {
	font-size: 48px;
	margin-bottom: 20px;
	/* text-transform: capitalize; */
}
.cmnBanner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	z-index: 2;
}

#contact {
	padding: 60px 0px;
	position: relative;
}
#contact .content .pre {
	font-size: 16px;
	margin-top: 10px;
}
#contact .content h4 {
	font-size: 16px;
	margin: 25px 0 15px;
}
#contact .infoLst > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contact .infoLst > li > i {
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	margin-right: 10px;
	border-radius: 75%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 0 10px 0;
	box-shadow: rgba(0, 0, 0, 0.04) 0 0 10px 0;
}
#contact form {
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

/*==========================abtInfo==============*/
#abtInfo {
	padding: 60px 0px 20px;
}
#abtInfo .flexRow > .col1 {
	width: 35%;
}
#abtInfo .flexRow > .col {
	padding: 15px;
}
#abtInfo .flexRow > .col1 .content {
	border-radius: 10px;
	-webkit-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);
	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);
	overflow: hidden;
	padding: 20px;
}
#abtInfo .flexRow > .col2 {
	width: 65%;
	padding-left: 20px;
}
#abtInfo .content p {
	font-size: 16px;
}
.cmnLst {
	margin-top: 30px;
}
.cmnLst li h3 {
	font-size: 22px;
	font-family: "bold";
	margin-bottom: 10px;
}
.cmnLst li h3 > span {
	display: block;
	font-size: 16px;
	font-family: "regular";
}
.cmnLst li {
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 20px;
	overflow: hidden;
}
.cmnLst li p {
	font-size: 15px;
}

/*=========================stafInfo*/
#stafInfo {
	padding: 60px 0px 20px;
	position: relative;
}
#stafInfo h1 {
	text-align: center;
}
#stafInfo .col {
	width: calc(100% / 3);
	padding: 10px;
}
#stafInfo .col .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
}
.cmnAnimation {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#stafInfo .col .inner .image {
	max-height: 220px;
	overflow: hidden;
	width: 40%;
	height: 180px;
}
#stafInfo .col .inner .image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
#stafInfo .col .inner .innerCntnt {
	overflow: hidden;
	padding: 20px;
	width: 60%;
	max-height: 220px;
	position: relative;
}
#stafInfo .col .inner .innerCntnt h4 {
	font-size: 17px;
	/*height: 25px;*/
	overflow: hidden;
	margin-bottom: 5px;
}
#stafInfo .col .inner .innerCntnt h5 {
	color: #e5bb44;
}
#stafInfo .col .inner .innerCntnt p {
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 90px;
}
#stafInfo .col .inner .innerCntnt a {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.cmnAnimation:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*==============================stafDetail==============*/
#stafDetail {
	padding: 60px 0px 20px;
	position: relative;
}
#stafDetail .ico {
	margin: 0px auto;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-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);
	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);
}
.cardStaf {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 370px;
	width: 265px;
	padding: 20px;
	border-radius: 5px;
	-webkit-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);
	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);
}
#stafDetail .name {
	text-align: center;
	margin-top: 10px;
}
#stafDetail .name h5 {
	font-family: "regular";
}
#stafDetail .name h5 span {
	display: block;
	font-size: 15px;
	margin-bottom: 6px;
	color: var(--secondary-color);
}
.staff_Detl {
	margin-left: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.staff_Detl p {
	font-size: 15px;
}

/*===================================galleryBx=========*/
#galleryBx {
	padding: 60px 0px 20px;
	position: relative;
}
#galleryBx #lightGallery > li,
#galleryBx #lstGallery > li {
	position: relative;
	width: 33.3334%;
	padding: 5px;
	padding-bottom: 10px;
}
#galleryBx #lightGallery,
#galleryBx #lstGallery {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -5px;
}
#galleryBx #lightGallery > li img,
#galleryBx #lstGallery > li img {
	height: 250px;
	cursor: pointer;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
}

#galleryBx #lstGallery > li .image {
	position: relative;
	display: block;
}

#galleryBx #lstGallery > li .image:after {
	content: "\ea06";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	font-family: "font-icon";
	font-weight: bold;
	padding: 15px;
	border-radius: 4px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 2;
}

#galleryBx #lstGallery > li h4 {
	text-align: center;
	margin: 5px 0 5px;
}

/*========================video blocks*/
#videoGallery .col {
	width: calc(100% / 3);
	padding: 10px;
}
#videoGallery a {
	position: relative;
	-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
	border-radius: 5px;
}
#videoGallery {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -5px;
}
#videoGallery a .image {
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	/*-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    transition: all ease 0.5s;
    overflow: hidden;*/
	height: 200px;
}
#videoGallery a .image img {
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}
#videoGallery a .image:before {
	position: absolute;
	content: "\ea04";
	font-family: "font-icon";
	font-style: normal;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 41%;
	left: 41%;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 27px;
	padding-left: 6px;
}
#videoGallery a .cntnt {
	padding: 10px;
}
#videoGallery a .cntnt h3 {
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	/* line-height: 16px; */
	max-height: 90px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#videoGallery a .cntnt p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 90px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*======================videoDetail================*/
#videoDetail {
	padding: 60px 0px 20px;
	position: relative;
}
#videoDetail h2 {
	margin-top: 20px;
}
#videoDetail p {
	font-size: 16px;
}
#videoDetail .imgBlk {
	border-radius: 4px;
	-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.videoBlk {
	position: relative;
	display: block;
	padding-bottom: 56%;
	border-radius: 4px;
	-webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
	overflow: hidden;
}
video[poster] {
	height: 100%;
	width: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}
.videoBlk video,
.videoBlk iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	border: 0 !important;
	margin: auto;
	/* -o-object-fit: cover; */
	-o-object-fit: fill;
	object-fit: fill;
}
.posts .videoBtn {
	top: 50%;
}
.videoBtn {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: -20px auto 0px;
	background: rgba(6, 6, 6, 0.81);
	color: var(--secondary-color);
	font-size: 35px;
	/* border: 5px solid #54566d; */
	border-radius: 75%;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;
	z-index: 5;
}
.videoBtn.fa-play:before {
	padding-left: 7px;
}

.videoBtn.fa-pause:before {
	padding-left: 0px;
}

.videoBtn.fa-pause {
	opacity: 0;
}
.videoBox:hover .videoBtn.fa-pause {
	opacity: 1;
}

.videoBlk:hover .videoBtn.fa-pause {
	opacity: 1;
}

/*========================================faq's==========*/
#faq {
	padding: 60px 0px 20px;
	position: relative;
}
#faq .colL {
	width: 70%;
	padding-right: 10px;
}
#faq .colR {
	width: 30%;
	padding-left: 10px;
}
.ques .top-ques {
	background: #f7f8fa;
	padding: 1px 10px;
	border-radius: 5px;
	border-left: 2px solid var(--secondary-color);
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ques .top-ques:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-left: 2px solid var(--secondary-color);
}
.ques .top-ques h3 {
	font-size: 16px !important;
}
.ques .ans {
	padding: 10px;
	display: none;
}
.ques .ans p {
	font-size: 16px;
}
.askques {
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}
.askques h3 {
	margin-bottom: 20px;
}
.askques .webBtn {
	width: 100%;
	margin-top: 10px;
}

/*=========================blog page========*/

#blgLst {
	padding: 60px 0px 20px;
	position: relative;
}
#blgLst .colL {
	width: 75%;
	padding-right: 10px;
}
#blgLst .colR {
	width: 25%;
	padding-left: 10px;
}
#blgLst .colR .inner {
	padding: 10px 10px 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}
#blgLst .colR .inner h4 {
	margin-bottom: 15px;
}

.sideCat li {
	width: 100%;
	display: list-item;
	list-style-position: inside;
	line-height: 1.2;
	margin-bottom: 8px;
}
.sideCat li a {
	width: 100%;
}
.sideCat li a {
	display: inline;
}
.blogList li {
	width: calc(100% / 4);
	padding: 5px;
	position: relative;
	list-style-type: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blogList li:nth-child(7n + 1) {
	width: 50%;
}

.blogList li .image {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 270px;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
	box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}
.beforeShadow:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
	background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
}
.blogList li .image img {
	width: 100% !important;
	height: 100% !important;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}
.blogList li .cntnt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.blogList li .cntnt .category span {
	font-size: 12px;
	padding: 3px 10px;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 2;
	border-radius: 25px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.blogList li .cntnt h3 {
	font-size: 20px;
	padding: 5px 0;
	font-weight: 500;
	margin: 2px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	/* line-height: 16px; */
	max-height: 90px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blogList li:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*=====================socials=================*/
ul.social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2px;
}
.social-icons li {
	float: left;
	/*width: calc(100% / 3)!important;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2px;
	/*margin: 4px 0 0;*/
	display: block !important;
}
.social-icons li a {
	float: left;
	width: 100%;
	height: 32px;
	font-size: 15px;
	text-align: center;
	line-height: 33px;
	padding: 0;
	border-radius: 2px;
}

.social-color .facebook a,
.social-color .facebook-f a,
.social-hover-color .facebook a:hover,
.social-hover-color .facebook-f a:hover {
	background-color: #3b5999;
}
.social .facebook-f a:before {
	content: "\e980";
}
.social-icons li a:before {
	float: left;
	width: 32px;
	background-color: rgba(255, 255, 255, 0.05);
}
.social a:before {
	display: inline-block;
	font-family: "font-icon";
	font-style: normal;
	font-weight: 400;
}
.social-icons li a span {
	float: right;
	font-size: 14px;
	padding: 0 13px;
}
.social-icons li.link-0,
.social-icons li.link-1,
.social-icons li.link-2 {
	margin: 0;
}
.social-color .twitter a,
.social-hover-color .twitter a:hover {
	background-color: #00acee;
}
.social .twitter a:before {
	content: "\ea6b";
}

.social-color .instagram a,
.social-hover-color .instagram a:hover {
	background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
}
.social .instagram a:before {
	content: "\e9bc";
}
.social-color .youtube a,
.social-hover-color .youtube a:hover {
	background-color: #f50000;
}
.social .youtube a:before {
	content: "\ea93";
}
.social-color .linkedin a,
.social-hover-color .linkedin a:hover {
	background-color: #0077b5;
}
.social .linkedin a:before {
	content: "\e9cd";
}
.social-color .twitch a,
.social-hover-color .twitch a:hover {
	background-color: #6441a5;
}
.social .twitch a:before {
	content: "\e977";
}
/*===============popular article===============*/
.articleLst {
	margin: -10px;
}
.articleLst > li {
	width: 100%;
	padding: 10px;
	display: block !important;
	margin-bottom: 0px !important;
}
.articleBlk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.articleBlk .icon {
	width: 80px;
	min-width: 80px;
	height: 80px;
	margin-left: 10px;
	border-radius: 4px;
	overflow: hidden;
}
.articleBlk .icon img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.articleBlk .cntnt {
	position: relative;
	width: 100%;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.articleBlk .cntnt .date {
	font-size: 12px;
	font-family: "semi";
}
.articleBlk .cntnt h4 {
	max-height: 32px;
	font-size: 14px;
	font-family: "regular";
	margin: 5px 0 0;
	overflow: hidden;
}
/*======================blog detal*/
.cmnFlex .imageDetail {
	position: relative;
	border-radius: 5px;
	height: 400px;
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
	box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}
.detailCntntArticle h2 {
	font-size: 26px !important;
	padding-left: 0px !important;
}
.catSmLst span,
.tagLst span {
	padding: 3px 10px;
	border-radius: 4px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.hstry {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.hstryLst {
	list-style-type: none;
}
.hstryLst li:first-child {
	border-left: none;
	padding-left: 0px;
}
.hstryLst li {
	padding: 0px 10px;
}
.hstryLst li i {
	font-size: 15px;
	font-style: normal;
}
.hstryLst li span {
	font-size: 11px;
}
.detailCntntArticle p {
	font-size: 16px;
}

/*=================================camps==============*/
#camps {
	padding: 60px 0px 20px;
	position: relative;
}
#camps li {
	position: relative;
	/*border-radius: 5px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 10px;
	/*-webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);*/
	/*box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);*/
}
#camps li .image {
	position: relative;
	border-radius: 5px;
	counter-increment: demoCounter;
	width: 40%;
	height: 250px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
	box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
}

#camps li .image > a {
	display: block;
	width: 100%;
	height: 100%;
}

#camps li .image img {
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}
#camps li .cntnt {
	width: 60%;
	padding: 10px;
	padding-left: 20px;
}
#camps li .cntnt p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 180px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*#camps li .image:before {
    position: absolute;
    content: counter(demoCounter);
    top: 0px;
    right: 0;
    width: 43px;
    height: 50px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

#dtlPage .inner {
	margin-top: 20px;
}

#dtlPage .inner {
	padding: 20px;
	border-radius: 4px;
}

#dtlPage .inner .image {
	margin: -20px -20px 30px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	height: 500px;
}

#siteMap {
	padding: 60px 0 0;
}

#siteMap .lst {
	margin: -5px -10px;
}

#siteMap .lst > li {
	width: 50%;
	padding: 5px 10px;
}

#testimonial {
	padding-top: 50px;
}

#testimonial .contain {
	max-width: 1000px;
}

#testimonial .flexRox {
	margin: -5px;
}

#testimonial .flexRox > .col {
	width: 100%;
	padding: 5px;
}

#testimonial .inner {
	position: relative;
	/* background: #232729; */
	padding: 15px 15px 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	overflow: hidden;
}

#testimonial .inner .icoBlk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}

#testimonial .inner .ico {
	width: 40px;
	min-width: 40px;
	height: 40px;
	/* background: #232729; */
	margin-right: 10px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

#testimonial .inner .icoTxt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	align-self: center;
}

#testimonial .inner .name {
	font-family: "semi";
}

#testimonial .inner .time {
	color: #999;
	font-size: 12px;
	font-family: "semi";
}

/*_____ tableBlk _____*/

.tableBlk table {
	width: 100% !important;
	word-break: keep-all;
}

.tableBlk table tr td {
	padding: 10px !important;
}

.tableBlk table tr th {
	font-size: 11px;
	font-family: "semi";
	font-weight: normal !important;
	padding: 8px 10px 6px !important;
}

table.dataTable {
	border-collapse: collapse !important;
}

.dataTables_wrapper .dataTables_filter input {
	font-family: "regular";
}

.tableBlk label {
	font-family: "regular" !important;
}

table tr[data-link] {
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

table tr[data-link]:hover {
	background: #f5f5f5 !important;
}

.tableBlk tr th {
	text-align: inherit;
	/* white-space: nowrap; */
}

.tableBlk tr th > input[type="checkbox"],
.tableBlk tr td > input[type="checkbox"] {
	top: 0;
	display: block;
	margin: auto;
}

.tableBlk tr td > .txtBox {
	min-width: 46px;
	height: 34px;
	font-size: 11px;
}

.tableBlk tr .groupBtn .webBtn {
	width: auto;
	min-width: 40px;
	height: 26px;
	background: #fff;
	color: #415aea !important;
	font-size: 12px;
	padding: 4px 8px 0;
}

.tableBlk tr .groupBtn .txtBox.bootstrap-select {
	width: 26px;
	min-width: 26px;
	height: 26px;
	font-size: 12px;
	padding: 0 !important;
}

.tableBlk tr .groupBtn .txtBox.bootstrap-select .caret {
	right: 50%;
	margin-right: -4px;
}

.blk .tableBlk {
	font-family: "medium";
	margin: -20px;
	/* padding-bottom: 20px; */
	/* overflow: auto; */
}

.blk .tableBlk table {
	font-size: 12px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blk .tableBlk table tr > *:nth-child(1) {
	padding-left: 20px !important;
}

.blk .tableBlk table tr > *:nth-last-child(1) {
	padding-right: 20px !important;
}

.blk .tableBlk .dataTables_info,
.blk .tableBlk .dataTables_filter {
	margin-left: 20px;
}

.blk .tableBlk .dataTables_length,
.blk .tableBlk .dataTables_paginate {
	margin-right: 20px;
}

.blk .tableBlk .dataTables_length,
.blk .tableBlk .dataTables_filter {
	display: none !important;
}

.tableBlk.noAttrs {
	margin: -20px !important;
}

.tableBlk.noAttrs table tr > *:nth-last-child(1) {
	padding-right: 10px !important;
}

.tableBlk.noAttrs .dataTables_wrapper .dataTables_length,
.tableBlk.noAttrs .dataTables_wrapper .dataTables_filter,
.tableBlk.noAttrs .dataTables_wrapper .dataTables_info,
.tableBlk.noAttrs .dataTables_wrapper .dataTables_paginate {
	display: none !important;
}

/* .tableBlk .dataTables_length,
.tableBlk .dataTables_filter {
    height: 0;
    float: none !important;
    margin-bottom: -26px;
    opacity: 0 !important;
    visibility: hidden;
    overflow: hidden;
} */

.tableBlk .icoLst {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -3px;
}

.tableBlk .icoLst > li {
	padding: 3px;
}

.tableBlk .icoLst > li > a {
	display: block;
}

.tableBlk .icoLst > li img {
	width: 14px;
	min-width: 14px;
	height: 14px;
	-webkit-filter: brightness(0) invert(0.5);
	filter: brightness(0) invert(0.5);
}

/*_____ tableHead _____*/

.tableHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f7fafc;
	padding: 5px 20px;
	margin: -20px -20px 20px;
}

.tableHead .icoLst {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: -3px -5px;
}

.tableHead .icoLst > li {
	padding: 3px 5px;
}

.tableHead .icoLst > li > a {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #808080;
	font-size: 11px;
	font-family: "medium";
	line-height: 1;
}

.tableHead .icoLst > li img {
	width: 14px;
	min-width: 14px;
	height: 14px;
	/* filter: brightness(0) invert(0.4); */
}

.tableHead > .txtBox {
	width: auto;
	min-width: 200px;
	height: 32px;
	font-size: 11px;
	margin-right: 10px;
}

#camps form {
	margin: -10px -5px 40px;
}

#camps form .txtGrp {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: 25%;
	padding: 10px 5px;
	margin-bottom: 0;
}

#partnerLst {
	margin: -10px;
	margin-bottom: 35px;
}

#partnerLst > .col {
	width: 33.3334%;
	padding: 10px;
	padding-bottom: 20px;
}

#partnerLst > .col > a {
	display: block;
}

#partnerLst .image {
	position: relative;
	height: 100px;
	max-width: 200px;
	margin: 0 auto;
}

#partnerLst .image img {
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: contain;
	object-fit: contain;
}

#blgLst .inner.blk {
	-webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

#blgLst .colR .inner.blk {
	background: #fbfbfb;
	padding: 20px;
	-webkit-box-shadow: 0 3px 10px -5px rgb(50 50 93 / 40%);
	box-shadow: 0 3px 10px -5px rgb(50 50 93 / 40%);
}
