/*
e6007c
site color
*/

/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

@font-face {
	src: url("../fonts/Rubik-Light.ttf");
	font-family: "Rubik";
	font-weight: 300;
}

@font-face {
	src: url("../fonts/Rubik-Regular.ttf");
	font-family: "Rubik";
	font-weight: 400;
}

@font-face {
	src: url("../fonts/Rubik-Medium.ttf");
	font-family: "Rubik";
	font-weight: 500;
}

@font-face {
	src: url("../fonts/Rubik-Bold.ttf");
	font-family: "Rubik";
	font-weight: 700;
}

@font-face {
	src: url("../fonts/Nunito-Regular.ttf");
	font-family: "Nunito";
	font-weight: 400;
}

@font-face {
	src: url("../fonts/Nunito-SemiBold.ttf");
	font-family: "Nunito";
	font-weight: 600;
}

@font-face {
	src: url("../fonts/Nunito-Bold.ttf");
	font-family: "Nunito";
	font-weight: 700;
}

@font-face {
	src: url("../fonts/Nunito-ExtraBold.ttf");
	font-family: "Nunito";
	font-weight: 800;
}

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	background: #fff;
	color: #0b0b0b;
	font-size: 14px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	padding-top: 70px;
	letter-spacing: 0.2px;
	word-break: break-word;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow-x: hidden;
}

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 {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

::-moz-selection {
	background: #e6007c;
	color: #fff;
}

::selection {
	background: #e6007c;
	color: #fff;
}

body a {
	word-break: break-word;
	text-decoration: none;
}

body a:hover,
body a:focus {
	color: #e6007c;
	outline: none !important;
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
}

.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

p {
	margin: 0 0 10px;
}

p > a {
	color: #e6007c;
}

p > a:hover {
	color: #3c9cdb;
}

.relative {
	position: relative;
}

.tableDv {
	display: table;
	width: 100%;
	height: 100%;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
}

.toggle {
	position: absolute;
	top: 17px;
	left: 20px;
	display: none;
	-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;
	background: #ddd;
	border-radius: 50px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.toggle span {
	position: relative;
	display: block;
	width: 22px;
	margin: 7px auto;
}

.toggle span:before {
	top: -7px;
}

.toggle span:after {
	bottom: -7px;
}

.toggle.active span {
	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);
}

.secHeading {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	/* margin-bottom: 20px; */
}

.secHeading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: #e6007c;
}

.secHeading > span {
	display: block;
}

.secHeading > em {
	color: #e6007c;
}

.secHeading.center:after {
	left: 0;
	right: 0;
	margin: auto;
}

.color {
	color: #e6007c !important;
}

.background {
	background: #e6007c !important;
}

/*
|----------------------------------------------------------------------
|       Body Main Button
|----------------------------------------------------------------------
*/

.webBtn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 46px;
	background: #e6007c;
	color: #fff;
	font-size: 14px;
	font-family: "Nunito", sans-serif;
	font-weight: 800;
	text-align: center;
	padding: 0 20px;
	letter-spacing: 1px;
	white-space: nowrap;
	line-height: 1;
	text-transform: uppercase;
	border: 0;
	border-radius: 8px;
	/* box-shadow: inset #e6007c 0 0 0 1px, 0 3px 6px 0 rgba(0, 0, 0, 0.07); */
	outline: none !important;
}

.webBtn:hover {
	background: #b80b78;
	color: #fff;
	-webkit-transform: translateY(-1.5px);
	-ms-transform: translateY(-1.5px);
	transform: translateY(-1.5px);
}

.blankBtn {
	background: transparent;
	color: #e6007c;
}

.blankBtn:hover {
	background: #e6007c;
	color: #fff;
}

.lightBtn {
	background: #fbe6f3;
	color: #e6007c;
}

.lightBtn:hover {
	background: #e6007c;
	color: #fff;
}

.whiteBtn {
	background: #fff;
	color: #e6007c;
}

.whiteBtn:hover {
	background: #e6007c;
	color: #fff;
}

.colorBtn {
	background: -webkit-gradient(linear, right top, left top, from(#eb6a74), to(#ed9e64));
	background: linear-gradient(to left, #eb6a74, #ed9e64);
	color: #fff;
}

.colorBtn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#ed9e64), to(#eb6a74));
	background: linear-gradient(to left, #ed9e64, #eb6a74);
	color: #fff;
}

.strokeBtn {
	border: 2px solid #e6007c;
}

.longBtn {
	min-width: 160px;
}

.smBtn {
	min-width: 40px;
	height: 34px;
}

.mdBtn {
	height: 42px;
}

.lgBtn {
	height: 60px;
	padding: 0 40px;
}

.cnclBtn {
	background: #111;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cnclBtn:hover {
	background: #222;
	color: #fff;
}

.webBtn.full {
	width: 100%;
}

.webBtn em {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.webBtn i {
	position: relative;
	font-size: 18px;
	line-height: inherit;
}

.webBtn i.fa-arrow-right {
	margin-left: 10px;
}

.webBtn i.fa-arrow-left {
	margin-right: 10px;
}

.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% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@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: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

img {
	width: 100%;
	display: block;
}

em {
	font-style: normal;
}

strong {
	font-weight: 600;
	/* 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: 760px; */
	max-width: 1160px;
	padding: 0 15px;
	margin: auto;
	min-height: 1px;
}

.contain-fluid {
	max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
	display: table;
	content: "";
}

.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;
	gap: 5px 10px;
}

.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: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: #0b0b0b;
	opacity: 0;
	z-index: 28;
}

.upperlay.active {
	display: block;
}

/*
|----------------------------------------------------------------------
|       Popup
|----------------------------------------------------------------------
*/

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(25, 33, 37, 0.95);
	color: #414141;
	padding: 20px 0;
	overflow: auto;
	z-index: 101;
}

.popup ._inner {
	position: relative;
	max-width: 600px;
	/*background: #f7f8f9;*/
	background: #fff;
	padding: 35px;
	margin: auto;
	border-radius: 10px;
	-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);
}

.popup.big-popup ._inner {
	max-width: 800px;
}

.popup.small-popup ._inner {
	max-width: 420px;
}

.popup ._inner > h1,
.popup ._inner > h2,
.popup ._inner > h3,
.popup ._inner > h4,
.popup ._inner > h5,
.popup ._inner > h6 {
	padding-right: 25px;
	margin-bottom: 15px;
}

.popBtn {
	cursor: pointer;
}

.popup .crosBtn {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 28px;
	height: 28px;
	color: #778ca3;
	font-size: 18px;
	text-align: center;
	padding: 2px 0 0;
	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: "Rubik", sans-serif;
	font-weight: 500;
	margin-right: 10px;
}

.popup .list > li > div:nth-child(2) {
	width: 100%;
}

.popup .blockLst {
	margin: -15px;
}

/*
|----------------------------------------------------------------------
|       Dropdown
|----------------------------------------------------------------------
*/

.dropdown .dropdown-toggle:after {
	display: none;
}

.dropdown .dropdown-toggle.chevron:after {
	content: "";
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="300px" height="300px" fill="%23040707" 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>');
	mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="300px" height="300px" fill="%23040707" 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>');
	display: block;
	width: 100%;
	height: 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background: currentColor;
	color: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}

.dropdown .dropdown-menu {
	font-size: inherit;
	margin: 0;
	padding: 7px 0;
	border-radius: 0;
}

.dropdown .dropdown-menu > li {
	display: block;
}

.dropdown .dropdown-menu > li > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	width: 100%;
	background: #fff;
	text-align: left;
	line-height: 1;
	padding: 7px 20px;
	border: 0;
}

.dropdown .dropdown-menu > li > *:hover {
	background: rgba(254, 102, 0, 0.05);
}

/*
|----------------------------------------------------------------------
|       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: #192125;
	z-index: 999999;
}

.loader {
	width: 40px;
	height: 40px;
	border: 4px solid #e6007c;
	border-right: 0;
	border-radius: 75%;
	-webkit-animation: spin 0.5s linear infinite;
	animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
	}
	100% {
	}
}

@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 {
	background: #e6007c;
	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: 75%;
}

.icon img {
	-o-object-fit: contain;
	object-fit: contain;
}

/*
|----------------------------------------------------------------------
|       Header
|----------------------------------------------------------------------
*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	background: #fff;
	-webkit-box-shadow: 0 7px 10px -5px rgb(0 0 0 / 5%);
	box-shadow: 0 7px 10px -5px rgb(0 0 0 / 5%);
	z-index: 30;
}

.logo {
	position: relative;
	float: left;
	width: 160px;
	height: 70px;
	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; */
	padding: 0;
	z-index: 1;
}

.logo > a {
	display: block;
}

.logo > a img {
	/* -webkit-filter: brightness(0) invert(1); */
	-webkit-filter: none;
	filter: none;
}

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: 18px;
}

nav {
	display: none;
}

nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}

#nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

nav > ul > li {
	position: relative;
}

nav > ul > li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	color: #fff;
	font-size: 14px;
	font-family: "Nunito Bold", sans-serif;
	text-align: center;
	padding: 0 18px;
	text-transform: uppercase;
}

nav > ul > li.active > a,
nav > ul > li > a:hover {
	color: #d9078c !important;
}

nav > ul > li.lang {
	display: none;
	border-bottom: 1px solid #eee;
}

nav > ul > li.lang > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0b0b0b;
	padding: 0;
}

nav > ul > li.lang > a img {
	position: relative;
	top: -1px;
	width: 22px;
	height: 22px;
	margin-right: 15px;
}

#lang {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	background: #fff;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	border-top: 0;
}

#lang img {
	width: 20px;
	min-width: 20px;
	height: 20px;
}

#lang .dropdown-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	background: transparent;
	padding: 0;
	border: 0;
}

#lang .dropdown-toggle:after {
	width: 12px;
	min-width: 12px;
	height: 12px;
	margin: 0;
}

#lang .dropdown-toggle img {
	width: 26px;
	min-width: 26px;
	height: 26px;
	margin-right: 10px;
}

#lang .dropdown-menu {
	min-width: 154px;
	padding: 0;
	margin-top: -2px !important;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

#lang .dropdown-menu > li {
	display: block;
	border-top: 1px solid #eee;
}

#lang .dropdown-menu > 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: #0b0b0b;
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	padding: 15px 20px;
	line-height: 1;
}

#lang .dropdown-menu > li span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#lang .dropdown-menu > li img {
	margin-left: 16px;
}

.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: -15px;
}

.flexRow > .col {
	padding: 15px;
}

/*
|----------------------------------------------------------------------
|       Banner
|----------------------------------------------------------------------
*/

#banner .fig > .mobile {
	display: none;
}

/*
|----------------------------------------------------------------------
|       Strip
|----------------------------------------------------------------------
*/

#strip {
	background: #050045;
	padding: 30px 0;
}

#strip .inside {
	color: #fff;
	margin: 0 auto;
}

body.en #strip .inside {
	max-width: 650px;
}

body.fr #strip .inside {
	max-width: 580px;
}

#strip .inside > .icon {
	width: 70px;
	min-width: 70px;
	margin-right: 30px;
}

#strip .inside > .txt h4 {
	font-size: 20px;
}

#strip .inside .bTn .webBtn {
	min-width: 230px;
}

/*
|----------------------------------------------------------------------
|       Operator
|----------------------------------------------------------------------
*/

#operator {
	background: -webkit-gradient(linear, left top, left bottom, from(#f2ffff), to(#fff));
	background: linear-gradient(#f2ffff, #fff);
	font-size: 16px;
	padding: 40px 0;
}

#operator .contain {
	max-width: 1040px;
}

#operator .content {
	margin: 0 auto 50px;
}

body.en #operator .content {
	max-width: 820px;
}

body.fr #operator .content {
	max-width: 700px;
}

#operator .content h3 {
	margin-left: auto;
	margin-right: auto;
}

body.en #operator .content h3 {
	max-width: 700px;
}

body.fr #operator .content h3 {
	max-width: 440px;
}

#operator .title {
	margin-left: 50px;
	margin-bottom: 20px;
}

#operator .title.green {
	color: #23ba00;
}

#operator .title.red {
	color: #db0000;
}

#operator .title span {
	display: inline-block;
	padding: 5px 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

#operator .in_blk > .fig {
	width: 26px;
	min-width: 26px;
	margin-right: 20px;
}

#operator .in_blk.red .fig {
	margin-bottom: 20px;
}

#operator .in_blk ul {
	position: relative;
	max-width: 400px;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}

#operator .in_blk ul > li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#operator .in_blk ul > li:not(:nth-last-child(1)) {
	padding-bottom: 30px;
}

#operator .in_blk.green ul > li {
	color: #23ba00;
}

#operator .in_blk.red ul > li {
	color: #db0000;
}

#operator .in_blk ul > li:not(:nth-last-child(1)):before {
	content: "";
}

#operator .in_blk ul > li:before {
	position: absolute;
	top: 10px;
	bottom: -10px;
	left: 13px;
	width: 1px;
	background-position: right;
	background-size: 1px 8px;
	background-repeat: repeat-y;
}

#operator .in_blk.green ul > li:before {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #23ba00), color-stop(0%, rgba(255, 255, 255, 0)));
	background-image: linear-gradient(#23ba00 33%, rgba(255, 255, 255, 0) 0%);
}

#operator .in_blk.red ul > li:before {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #db0000), color-stop(0%, rgba(255, 255, 255, 0)));
	background-image: linear-gradient(#db0000 33%, rgba(255, 255, 255, 0) 0%);
}

#operator .in_blk ul .num {
	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;
	width: 26px;
	min-width: 26px;
	height: 26px;
	color: #fff;
	font-size: 14px;
	margin-right: 25px;
	margin-top: 3px;
	border-radius: 75%;
}

#operator .in_blk.green ul .num {
	background: #23ba00;
}

#operator .in_blk.red ul .num {
	background: #db0000;
}

#operator .in_blk ul .num .arrow {
	position: absolute;
	right: 50%;
	width: 32px;
	z-index: -1;
}

#operator .in_blk ul .num .arrow.top {
	top: 2px;
}

#operator .in_blk ul .num .arrow.bottom {
	bottom: 4px;
}

#operator .in_blk ul .icon {
	width: 32px;
	min-width: 32px;
	height: 32px;
	margin-right: 20px;
}

#operator .in_blk ul .txt {
	-ms-flex-item-align: center;
	align-self: center;
}

#operator .in_blk ul p {
	margin-bottom: 0;
}

/*
|----------------------------------------------------------------------
|       Form
|----------------------------------------------------------------------
*/

label {
	display: block;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-weight: normal;
	cursor: pointer;
}

label > a {
	color: #3c9cdb;
}

label > a:hover {
	color: #e6007c;
}

.txtGrp {
	position: relative;
	margin-bottom: 15px;
}

.txtGrp h6 {
	margin-bottom: 5px;
}

.txtBox {
	display: block;
	width: 100%;
	height: 36px;
	background: none;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	text-align: left;
	padding: 5px 0;
	letter-spacing: 0.5px;
	border: 0;
	border-bottom: 1px solid #adadad;
	border-radius: 0;
	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 {
	background: #e3e8ee;
	cursor: not-allowed;
	border-color: #d8dee6 !important;
}

.txtBox::-webkit-input-placeholder {
	color: #5f5f5f;
	opacity: 0.8;
}

.txtBox::-moz-placeholder {
	color: #5f5f5f;
	opacity: 0.8;
}

.txtBox:-ms-input-placeholder {
	color: #5f5f5f;
	opacity: 0.8;
}

.txtBox::-ms-input-placeholder {
	color: #5f5f5f;
	opacity: 0.8;
}

.txtBox::placeholder {
	color: #5f5f5f;
	opacity: 0.8;
}

.txtBox:focus::-webkit-input-placeholder {
	opacity: 0.5;
}

.txtBox:focus::-moz-placeholder {
	opacity: 0.5;
}

.txtBox:focus:-ms-input-placeholder {
	opacity: 0.5;
}

.txtBox:focus::-ms-input-placeholder {
	opacity: 0.5;
}

.txtBox:focus::placeholder {
	opacity: 0.5;
}

.txtBox:hover,
.txtBox:focus {
	border-color: #e6007c;
}

input[type="checkbox"] {
	position: relative;
	top: 4px;
	width: 18px;
	height: 18px;
	margin-top: 0;
	cursor: pointer;
}

input[type="checkbox"] {
	display: inline;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
	position: absolute;
	content: "";
	color: inherit;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

input[type="checkbox"]:before {
	content: "";
	top: 8px;
	left: 6px;
	font-size: 12px;
	line-height: 0;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	z-index: 1;
}

input[type="checkbox"]:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
}

input[type="checkbox"]:checked {
	color: #e6007c;
}

input[type="checkbox"]:checked:before {
	content: "\02143";
}

input[type="checkbox"]:checked:after {
	border-color: #e6007c;
}

input[type="radio"] {
	position: relative;
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin-top: 0;
	cursor: pointer;
}

input[type="radio"] {
	display: inline;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	appearance: initial;
}

input[type="radio"]:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

input[type="radio"]:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px;
	z-index: 1;
}

input[type="radio"]:after {
	background: #ccc;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff;
}

input[type="radio"]:after {
	border-radius: 75%;
}

input[type="radio"]:checked:after {
	background: #e6007c;
	border-color: #e6007c;
}

.lblBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.lblBtn label {
	display: inline !important;
	position: relative;
	top: 0;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	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;
	background: #fff;
	/* background: #0b0b0b; */
	/* color: #fff; */
	z-index: 1;
}

footer a {
	color: #0b0b0b;
}

footer a:hover {
	color: #e6007c;
}

footer .footLst {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0 -15px;
	list-style: none;
}

footer .footLst > li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 35px;
}

footer .footLst > li:not(:nth-last-child(1)) {
	border-right: 1px solid #ddd;
}

footer .footLst > li > * {
	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;
}

footer .footLst > li img {
	width: 22px;
	min-width: 22px;
	height: 22px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 10px;
	-webkit-filter: brightness(0) invert(0.4);
	filter: brightness(0) invert(0.4);
}

footer .copyright {
	padding: 20px 0;
}

footer .copyright h4 {
	color: #c7c7c7;
	text-transform: uppercase;
	margin-bottom: 15px;
}
