*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: 0;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
hr,
blockquote,
fieldset,
input {
	margin: 0;
	padding: 0;
	border: none;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: normal;
	font-weight: bold;
}

.hide-h {
	line-height: 0;
	text-indent: 10000px;
	color: transparent;
}

a {
	color: rgb(69, 214, 240);
	text-decoration: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

p {
	margin: 0;
	padding: 0;
	line-height: 30px;
}

b {
	font-weight: bold;
}

i {
	font-style: normal;
	font-family: ficon;
	font-size: 24px;
	vertical-align: middle;
}

i:before {
	margin: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input,
button,
textarea {
	font-family: YekanBakh;
}

button {
	border: none;
	cursor: pointer
}

input {
	background: transparent;
}

input[type="radio"],
input[type="checkbox"] {
	width: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 100px;
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	border: 2px solid #6850A0;
	-webkit-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
	margin-left: 5px;
	position: relative;
	cursor: pointer;
	text-align: center;
	line-height: 21px;
	vertical-align: middle
}

input[type="checkbox"] {
	border-radius: 7px;
}

input[type=radio]:active,
input[type=radio]:checked,
input[type="checkbox"]:active,
input[type="checkbox"]:checked {
	background-color:transparent;
	color: #fff;
	border-color: #3C359C;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
	content: "";
	height: 10px;
	width: 10px;
	background: #3C359C;
	display: block;
	margin: 2px auto;
	border-radius: 3px
}
input[type="radio"]:checked:before {
	border-radius: 100px;
}
.checkboxs label {
	margin-left: 15px;
}
input[type="checkbox"].error , input[type="radio"] ~ span.error {
	border-color: #ff613c;
}
input[type="checkbox"] ~ span.error , input[type="radio"] ~ span.error {
	display: none !important;
}
/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}

input,
select {
	font-size: inherit;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/

/* Fix Input Zoom on devices older than iPhone 5: */

@media screen and (device-aspect-ratio: 2/3) {

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40/71) {

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"] {
		font-size: 16px;
	}
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7 */

@media screen and (device-aspect-ratio: 375/667) {

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	input[type="url"] {
		font-size: 16px;
	}
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max */

@media screen and (device-aspect-ratio: 9/16) {

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	input[type="url"] {
		font-size: 16px;
	}
}

::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 1em
}

::-moz-placeholder {
	color: #9c9c9c;
	font-size: 1em
}

:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 1em
}

::-ms-input-placeholder {
	color: #9c9c9c;
	font-size:1em
}

::placeholder {
	color: #9c9c9c;
	font-size: 1em
}
img {
	max-width: 100%;
	height: auto;
}
img[src=""],
img:not([src]) {
	visibility: hidden;
}
i {
	font-size: 22px;
}

input[type="text"] , textarea {
	color: #444
}
.green {
	color: #039572 !important;
}
.red {
	color: #d70025 !important;
}
.orange {
	color: #E8A700 !important;
}
.blue {
	color: #45D6F0 !important;
}
/* body */

body {

	background:radial-gradient(at 200px 0%, rgba(104, 43, 236, 0.32) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) right top /200px 200px no-repeat, radial-gradient(at center center, rgba(255, 215, 0, 0.23) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 100px 200px /300px 300px no-repeat , #fff;
	direction: rtl;
	font: 13px/24px YekanBakh, ficon, Tahoma, Arial, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	color: #1D1721;
	min-height: 100vh;
	letter-spacing: -1px;
	position: relative;
}

.color-green {
	color: #00be91
}
.color-red {
	color: #d74343;
}
.color-orange {
	color: #ffb443;
}
.main {
	position: relative;
	z-index: 1;
}

.center {
	margin: 0 auto;
	width: 100%;
	max-width: 1250px;
	padding: 15px;
}
.btn , button.btn {
	height: 48px;
	display: inline-block;
	padding: 0 20px;
	border-radius:10px;
	color: #444;
	line-height: 48px;
	overflow: hidden;
	position: relative;
	cursor: pointer
}
.btn:before {
	content:"";
	height:80px;
	width:190px;
	position:absolute;
	background-image:linear-gradient(rgba(228,235,255,.37),rgba(216,227,255,0));
	display:block;
	transform:rotate(45deg) translateY(-35px);
	left:-220px;
	transition:1s;
}
.btn:hover:before {
	left:calc(90%)
}
.btn i {
	display: inline-block;
	vertical-align: middle
}
.btn.btn-violet {
	background: #766FDE;
	color: #fff;
}
.btn.btn-black {
	background: #1D1721;
	color: #fff;
}
.btn.btn-white {
	background: #fff;
	color: #1D1721;
}
.btn.btn-border {
	border: 1px solid #D8D8D8
}
.btns {
	margin: 0 -10px;
}
.btns .btn {
	margin: 5px
}
.btn-radius {
	border-radius: 100px !important;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
}
.section-title span {
	color: #999;
}
.section-title h2 {
	letter-spacing: -2px;
	font-size: 1.8em;
}
.after-bg-v , .after-bg-w {
	position: relative;
	z-index: 1
}
.after-bg-v:after {
	content: "";
	z-index: 0;
	background: url(../images/after-bg-v.svg);
	height: 36px;
	width: 79px;
	top: 100%;
	left: 20%;
	position: absolute;
}
.after-bg-w:after {
	content: "";
	z-index: 0;
	background: url(../images/after-bg-w.svg);
	height: 36px;
	width: 79px;
	top: 100%;
	right: 20%;
	position: absolute;
}
.topfix {
	height: 85px;
}
.topmenu {
	z-index: 10;
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	transition: all 0.5s;
	/*! display: none; */
}
.topmenu .center {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 10px;
	height: 85px;
	transition: all 0.5s
}
.topmenu .logo {
	width: 100px;
	margin-left: 40px;

}
.topmenu .logo img {
	width: 100%;
	display: block;
}
@media (max-width: 600px) {
	.topmenu .logo {
		max-width: 80px;
	}
	.topfix {
		height: 60px;
	}
}
.menu-actions {
	margin-right: auto;
	display: flex;
}
@media (max-width: 600px) {
	.menu-actions .btn span {
		display: none
	}
	.menu-actions .btn{
		height: 40px;
		width: 40px;
		padding: 0;
		text-align: center;
		line-height: 40px;
		border-radius: 10px;
	}
}
.menu-actions a i {
	font-size: 16px;
	vertical-align: middle
}
.menu > ul > li {
	display: inline-block;
}
/* .menu > ul > li > a {
	padding: 30px 10px !important;
} */
.menu > ul > li a {
	padding: 10px;
	display: block;
	color: #444;
}
.menu > ul > li a:hover {
	opacity: 0.3
}
.menu li a i {
	vertical-align: middle;
	font-size: 16px;
}
.menu li a i:nth-of-type(1) {
	margin-left: 10px;
	font-size: 22px;
}
.menu li a i:nth-of-type(2) {
	margin-right: auto
}
.submenu {
	position: absolute;
	right: 0;
	top: 60px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
}
.topmenu .menu .sub:hover .submenu {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
	padding-top: 25px
}
.submenu .submenu-box {
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	background: #F8F9FF;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 50px 50px rgba(0,0,0,0.3);
	overflow: hidden
}
.submenu-box .sub-services {
	flex-basis: 300px;
	flex-grow: 1;
	padding: 40px 30px;
	background: #fff;
}
.submenu-box .sub-services .sub-services-list {
	display: flex;
	flex-wrap: wrap;
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
}
.sub-services-list .service-item {
	margin: 5px;
	flex-basis: 190px;
	background: #f3f3f3;
	cursor: pointer;
	padding: 10px;
	display: flex;
}
.submenu-box .sub-state {
	flex-basis: 300px;
	flex-grow: 1;
	padding: 40px 20px;
}
.submenu-box .sub-state b {
	margin-right: 10px
}
.sub-state-list {
	height: 100%
}
.sub-state-list ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: flex-start;
}
.sub-state-list ul li {
	flex-basis: 140px;
	white-space: nowrap;
}

/* open menu */
.openmenu {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	margin-left: 15px;
	border-left: 1px solid #e6e6e6;
	padding-left: 15px;
	height: 30px;

}

.openmenu.active {
	padding-top: 3px
}

.openmenu .line {
	height: 4px;
	width: 30px;
	background: #766fde;
	margin-bottom: 8px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 10px
}

.openmenu .line:last-child {
	margin-bottom: 0
}

.openmenu .line-2 {
	width: 25px;
	background: #d6c3ff;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.openmenu.active .line-2 {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: ease-out !important;
	-o-transition: ease-out !important;
	transition: ease-out !important
}

.openmenu.active .line-1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 1px 0%;
	-ms-transform-origin: 1px 0%;
	transform-origin: 1px 0%;
	height: 4px;
}
.openmenu.active .line-3 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: -5px 0%;
	-ms-transform-origin: -5px 0%;
	transform-origin: -5px 0%;
	height: 4px
}
@media (max-width:950px) {
	.openmenu {
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.topmenu .center {
		position: unset;
	}
	.menu {
		height: calc(100vh - 85px);
		position: absolute;
		right: -400px;
		top: 85px;
		background: #fff;
		width:400px;
		border-top: 1px solid #eee;
		overflow: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding-bottom: 50px;
		transition: all 0.5s
	}
	.menu::-webkit-scrollbar {
		display: none;
	}
	.menu.active {
		right: 0;
		box-shadow: rgba(0, 0, 0, 0.05) -10px 30px 30px;
	}
	.menu > ul > li {
		display: block !important;
		margin: 0;
	}
	.menu > ul > li > a {
		padding: 10px !important;
		display: flex;
		/*! justify-content: space-between; */
	}
	.submenu {
		position: relative;
		visibility: visible;
		opacity: 1;
		top: unset;
		display: none;
		transition: unset
	}
	.submenu .submenu-box {
		border-radius: 0;
		box-shadow: unset;
		border-bottom: 1px solid #eee
	}
	.submenu .submenu-box .sub-services , .submenu .submenu-box .sub-state {
		padding: 20px;
	}
	.submenu-box .sub-services .sub-services-list {
		display: flex;
	}
	.submenu-box .sub-services .sub-services-list .service-item {
		flex-basis: 130px;
	}
}
@media (max-width: 600px) {
	.menu {
		width: 100%;
		border-left: unset;
		right: -100%;
	}
	.menu.active {
		right: 0;
	}
	.topmenu .center {
		height: 60px;
	}
	.menu {
		top: 60px;
		height: calc(100vh - 60px);
	}
}
.header {
	position: relative;
	margin-top: 30px;
}
.header .imge {
	position: relative;
	display: block;
	margin: 0 auto;
	max-height: 500px;
	width: 100%;
	max-width: 887px;
	overflow: hidden;
}
.header .imge:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -100px;
	height: 100%;
	width: 100%;
	background: rgba(2,0,36,0.1) ;
	background: radial-gradient(circle, rgba(2,0,36,0.05) 50%, transparent 0%);
	display: block;
	filter: blur(40px);
	z-index: 0;

}
.header .imge img {
	display: block;
	margin: 25px auto 0;
	width: 95%;
	height: 95%;
	object-fit: cover;
	-webkit-animation: rotate-center 30s linear infinite both;
	animation: rotate-center 30s linear infinite both;
	position: relative;
	z-index: 1;
}
@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.header-info {
	text-align: center;
	background: #fff;
	/*! padding: 50px 0; */
	position: relative;
	z-index: 1;
}
.header-info:before {
	content: "";
	background: url(../images/mobile.png);
	height: 260px;
	width: 100%;
	max-width: 274px;
	background-size: 100%;
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.header-info .info {
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 50px 0 20px;
	box-shadow:  0px -25px 10px -20px rgba(0, 0, 0, 0.08);
}
.header-info h2 {
	font-size: 2.6em;
	font-weight: 800;
	letter-spacing: -2px;
	margin-top: 10px
}
.header-info h2 span {
	color: #3C359C
}
.header-info p {
	margin-top: 30px;
}
.header-info .btns {
	margin-top: 40px;
}
.bg-form {
	background: linear-gradient(0deg , #3C359C 98% , #fff 0);
	position: relative;
}
.bg-form:before {
	content: "";
	z-index: 0;
	background: #fff;
	height: 240px;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.floatimg {
	position: absolute;
}
.floatimg img {
	width: 100%;
	display: block;
}

.productbox {
	position: relative;
	z-index: 2;
}
.productbox .floatimg:nth-of-type(1) {
	right: -100px;
	top: 45%
}
.productbox .floatimg:nth-of-type(2) {
	left: -70px;
	top: 25%
}
.productbox .floatimg:nth-of-type(3) {
	left: -70px;
	top: 60%
}
.productbox .floatimg:nth-of-type(4) {
	right: -60px;
	top: 20%
}
.productbox .floatimg:nth-of-type(5) {
	right: -45px;
	top: 85%
}
.productbox > .title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	color: #C5C5C5;
	font-size: 1.2em;
	position: relative;
	z-index: 1;
}
.productbox > .title .img {
	display: block;
	margin-right: 5px;
}
.productbox > .title img {
	display: block;
}
.form-tabs {
	display: flex;
	align-items: center;
	justify-content: space-around;
	max-width: 85%;
	margin: 0 auto;
	background: #E3E5F2;
	padding: 0;
	border-radius: 30px 30px 0 0;
	position: relative;
	z-index: 1;
}
.form-tabs .form-tab-item {
	margin: 0 10px;
	padding: 10px;
	position: relative;
	cursor: pointer
}
.form-tabs .form-tab-item.active {
	color: #3B3499;
}
.form-tabs .form-tab-item.active:before {
	content: "";
	width: 70%;
	height: 4px;
	border-radius: 10px;
	background: #3B3499;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.formbox {
	padding: 20px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1
}
.steps {
	display: flex;
	justify-content: space-around;
	position: relative;
}
.steps:before {
	content: "";
	height: 2px;
	width: 82%;
	position: absolute;
	top: 25px;
	border-bottom: 2px dashed #E3E5F2;
	display: block;
}
.step-num {
	text-align: center;
	color: #999;
}
.step-num .icon {
	height: 50px;
	width: 50px;
	background: #E3E5F2;
	border-radius: 100px;
	text-align: center;
	line-height: 50px;
	position: relative;
	color: #667182;
	z-index: 1;
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;

}

@media (max-width: 450px) {
	.step-num > span {
		font-size: 0.8em
	}
	.step-num .icon {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
}
.step-num .icon span {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0;
	left: -5px;
	background: #C1C4DB;
	text-align: center;
	line-height: 23px;
	border-radius: 100px;
}
.step-num.active {
	color: #1D1721;
}
.step-num.active .icon {
	background: #1D1721;
	color: #fff
}
.step-num.active .icon span {
	color: #1D1721
}
.step-num.done .icon {
	background: #2EB733;
	color: #fff;
}
.step-num.done .icon span , .step-num.done {
	color: #1D1721
}
.form-content {
	padding: 20px;
	background: #F1F2F9;
	border-radius: 20px;
	margin-top: 20px
}
.section-search .service-search {
	box-shadow: 0 0 0 1px #eee , 0 0 20px rgba(0,0,0,0.05);
}
.service-search {
	display: flex;
	background: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	align-items: center
}
.service-search .icon i {
	color: #999
}
.service-search input {
	width: 0;
	flex-grow: 1;
	padding: 0 10px;
	height: 100%;
	line-height: 30px;
	font-size: 1.2em;
}
.scrollhide {
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.scrollhide::-webkit-scrollbar {
	display: none;
}
.service-list {
	display: flex;
	flex-wrap: wrap;
	height: 300px;
	overflow-y: scroll;
	align-items: flex-start;
	align-content: flex-start
}
@media (max-width: 600px) {
	.service-list {
		height: 460px;
	}
}
.service-list label {
	flex-basis: 140px;
	margin: 5px;
	flex-grow: 1;
	position: relative;
}
@media (max-width: 430px) {
	.service-list label {
		flex-basis: 120px;
	}
}
.service-item {
	background: #fff;
	flex-basis: 140px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 10px;
	flex-grow: 1;
	position: relative;
}

.service-item > div {
	pointer-events: none
}
.service-item .icon {
	margin-left: 10px;
	width: 20px;
	height: 20px;
}
.service-item .icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.step-content h3 {
	margin-bottom: 10px;
	display: block;
}
.service-item .info {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	white-space: nowrap;
	align-items: center;
	position: relative;
	z-index: 1;
	co
}
.service-item .info .en {
	color: #999;
	font-size: 0.8em;
	margin-right: 5px;
}
.service-list input[type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: transparent;
	right: 0;
	top: 0;
	border: none;
	z-index:1;
}
.service-list input[type="radio"]:before {
	display: none;
}
.service-list input[type="radio"].error {
	box-shadow: 0 0 0 2px #ffacac;
}
.service-list input[type="radio"] ~ .error {
	display: none !important;
}
.service-item.active {
	background: #1D1721;
	color: #fff;
	z-index: 0;
}
.service-list input[type="radio"]:checked ~.service-item {
	background: #1D1721;
	color: #fff;
	z-index: 0;
}
.service-list input[type=radio]:checked ~ .info  {
	color: #fff !important;
	z-index: 1
}
.service-list input[type="radio"]:checked ~ .service-item.active .icon img , .service-item.active img {
	filter: invert(100%);
}
.step-footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.step-footer .btn:last-child {
	margin-right: 10px;
}
.step-tab-panel {
	display: none;
}
.step-tab-panel.active {
	display: block;
}
.state-list {
	height: 310px;
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
	align-items: flex-start;
	align-content: flex-start;
}
.state-list .state-item {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-basis: 240px;
	flex-grow: 1;
	margin: 5px;
	position: relative;
}
.state-list .state-item input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border-color: transparent;
}
.state-list .state-item input:before {
	display: none;
}
.state-list .state-item input:checked {
	border-color: #2db432;
}
.state-list .state-item input.error {
	border-color: #ffacac;
}
.state-list .state-item .info {
	display: flex;
	align-items: center;
	margin-left: auto
}
@media (max-width: 480px) {
	.state-list .state-item .info {
		/*! width: 100%; */
		/*! margin-bottom: 10px */
	}
}
.state-list .state-item .info .icon {
	height: 35px;
	width: 35px;
	margin-left: 10px;

}
.state-list .state-item .info .icon img {
	display: block;
	width: 100%;
}
.state-list .state-item .info span {
	display: block;
	line-height: 20px
}
.state-list .state-item .info span:nth-of-type(2) {
	color: #999;
}
.state-list .state-item .item {
	padding: 10px;
	background: #F8F9FF;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.state-list .state-item .item.pric{
	margin-right:10px;
}
.statebox {
	height: auto;
}
.statebox .state-item {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	transition: all 0.5s;
	flex-basis: 100%
}
.statebox .state-item:hover {
	box-shadow: 0 0 0 1px #CAD1DC ,0 0 30px rgba(0,0,0,0.2);
}
.statebox .state-item .item {
	display: flex;
}
.statebox .state-item .item b {
	padding: 0 8px
}
.statebox .state-item .info {
	flex-basis: 200px;
	flex-grow: 1;
}
.statebox .state-item .item-list {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}
.statebox .state-item .item-list .item , .statebox .state-item .item-list .btn {
	flex-grow: 1;
	margin: 5px;
}

@media (max-width: 747px) {
	.statebox .state-item .info {
		margin-bottom: 10px;
	}
	.statebox .state-item .item-list {
		flex-grow: 1
	}
}
@media (max-width: 430px) {
	.statebox .state-item .item {
		width: 100%;
	}
	.statebox .state-item .item.pric{
		margin: 5px !important;
	}
}
@media (max-width: 380px) {
	.state-list .state-item .item {
		/*! width: 100%; */
	}
	.state-list .state-item .item.pric{
		margin-right: 10px;
	}
}

.state-list .state-item .pric {
	display: flex;
	align-items: center;
}
.state-list .state-item .pric .img {
	height: 25px;
	width: 25px;
	margin-right: 5px;
}
.state-list .state-item .pric .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.state-list .state-item .numinput input {
	width: 45px;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	flex-grow: 1;
	font-size: 1.2em
}
.state-list .state-item .add-btns {
	display: flex;
	flex-direction: column;
}
.state-list .state-item .add-btn {
	padding: 0;
	height: 14px;
	width: 20px;
	text-align: center;
	line-height: 15px;
	border-radius: 10px;
	background: transparent;
}
.state-list .state-item .add-btn:disabled {
	opacity: 0.3
}
.state-list .state-item .add-btn i {
	font-size: 15px
}
.factorform .item {
	display: flex;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
	flex-wrap: wrap;
	overflow: hidden;
}
.factorform .item .title {
	flex-basis: 140px;
	flex-grow: 1;
	padding: 5px;
	border-left: 1px dashed #c2c2c2;
}
@media (max-width: 569px) {
	.factorform .item .title {
		border-left: unset;
		font-weight: bold
	}
}
.factorform .item .info {
	flex-basis: 300px;
	flex-grow: 4;
	display: flex;
	align-items: center;
	padding: 5px 10px 5px 5px;
}
.factorform .item .info .icon {
	height: 20px;
	width: 20px;
	margin-left: -15px;
	position: relative;
	z-index: 1;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #f4f4f4;

}
.factorform .item .info .icon img {
	width: 20px;
	display: block;
	border-radius: 100%;
}
.factorform .item .info .falg {
	height: 30px;
	width: 30px;
}
.factorform .item .info .falg img {
	width: 100%;
	display: block;
}
.factorform .item .info > span span {
	color: #2eb733;
	font-size: 1.2em;
}
.factorform .item .info .pric {
	margin-right: auto;
	font-size: 1.2em;
}
.factorform .item .info label {
	margin-left: 10px;
	cursor: pointer;
	flex-grow: 1
}
.factorform .f-service {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow-y: scroll;
	max-height: 373px;
}

.factorform .f-service .icons {
	display: flex;
}
.factorform .f-service span span {
	color: #2eb733;
	font-size: 1.2em;
	padding: 0 5px
}
@media (max-width: 450px ) {
	.factorform .f-service span {
		text-align: center;
		width: 100%;
		order: 1;
		margin-top: 10px;
	}
}
.alarm {
	background: #FFF5E7;
	padding: 20px;
	border-radius: 15px;
	color: #F0B255;
	border: 1px solid #FFE6C0;
}
.delivery {
	text-align: center;
}
.delivery > .title {
	padding: 10px 20px 20px;
	border-bottom: 1px solid #D0D3E7;
	margin-bottom: 10px;
	display: block;
}
.delivery-products {
	height: 300px;
}
.delivery-item > span {
	margin-bottom: 10px;
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 5px;
}
.numlist-item .icons {
	display: flex;
	/*! flex-direction: column; */
	justify-content: center;
	margin-bottom: 10px;
}
.numlist-item .icons .icon {
	height: 50px;
	width: 50px;
	background: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.numlist-item .icons .icon:nth-of-type(2) {
	margin-right: -10px;
	box-shadow: 0 0 0 1px #ddd;
}
.numlist-item .icons .icon  img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.delivery-item .numlist {
	margin-top: 10px;
}
.numlist-item {
	flex-basis: 140px;
	flex-grow: 1;
	/*! background: #fff; */
	/*! margin-bottom: 15px; */
	/*! border-radius: 5px; */
	display: flex;
	flex-direction: column;
}
.numlist-item .title {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px
}
.numlist-item .info {
	flex-grow: 1;
}
.delivery-item .numlist .item {
	flex-grow: 1;
	margin: 0 5px;
	padding: 15px;
	font-size: 1em;
	flex-basis: 140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	direction: ltr;
	background: #fff;
	border-radius: 10px;
	font-size: 1.2em

}
.delivery-item .numlist .item:nth-of-type(2){
	margin-top: 10px;
}
.delivery-item .numlist .codetimer {
	direction: ltr;
}
.delivery-item .numlist .codetimer span {
	margin-left: 10px
}
.delivery-item .numlist .item i {
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}
.delivery-item .numlist .item .hidenum {
	display: none;
}
.start-timer {
	cursor: pointer;
	background: #766fde;
	color: #fff;
	padding: 2px 10px;
	border-radius: 20px;
	font-size: 13px
}
.numlist-item .btns {
	margin: 5px 0 0;
}
.cancel-num {
	background: #FF5E5E ;
	color: #fff;
	margin: 5px;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	border-radius: 10px;
	display: none;
}
.property-box {
	color: #fff;
	padding: 50px 0
}
.property-box table {
	white-space: unset;

}
.property-box .titlebox {
	text-align: center;
	margin-bottom: 40px;
}
.property-box .titlebox h3 {
	font-size: 1.4em;
}
.property-box .titlebox span {
	color: #A4A1C9
}
.property-box .item {
	padding: 20px;
	flex-basis: 180px;
	flex-grow: 1;
	text-align: right;
	align-items: flex-start
}
.property-box .item .icon {
	position: relative;
	margin-bottom: 10px;
}
.property-box .item .icon:before {
	content: "";
	height: 45px;
	width: 45px;
	background: #362F8C;
	border-radius: 100px;
	display: block;
	position: absolute;
	z-index: 0;
	top:0;
	right: 0;
	transition: all 0.5s
}
.property-box .item:hover .icon:before {
	top: -6px;
	right: 5px;
}
.property-box .item .icon i {
	position: relative;
	z-index: 1;
	font-size: 32px;
	display: block;
	transition: all 0.5s;
	position: relative
}
.property-box .item:hover .icon i {
	transform: scale(0.90)
}
.property-box .item b {
	display: block;
	margin: 20px 0 5px;
}
.property-box .item span {
	color: #A4A1C9
}

.property-section .property-box .item .icon:before{
	background: #CAD1DC;
}
.property-section .property-box {
	color: #1D1721
}
.property-section .property-box .item .icon i {
	color: #3C359C
}
.property-section .property-box .item span {
	color: #999
}
.support-bg {
	background: url(../images/support-bg1.svg), url(../images/support-bg2.svg), #1D1721;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center , 0 center;
	position: relative;
}

.support-box {
	color: #fff;
}
.support-box .title {
	flex-basis: 300px;
	margin: 10px;
}
.support-box .title b {
	font-size: 1.2em
}
.support-box .title span {
	display: block;
	color: #D2D0DB
}
.support-box .call-item {
	border: 1px solid #fff;
	padding: 10px 10px;
	border-radius: 10px;
	flex-basis: 150px;
	text-align: center;
	margin: 10px;
}
.support-box .call-item i {
	margin-right: 10px;
}
.support-box .logo {
	max-width: 150px;
	flex-grow: 1;
	margin: 10px;
}
.support-box .logo img {
	filter: brightness(500%);
	width: 100%;
	display: block;
}

.aboutbox {
	max-width: 1130px;
	display: block;
	margin: 0 auto
}
.aboutbox .img {
	flex-basis: 400px;
}
.aboutbox .img img {
	width: 100%;
	display: block;
	transition: all 0.5s;
}
.aboutbox:hover .img img {
	transform: rotate(4deg)
}
.aboutbox:nth-of-type(odd):hover .img img {
	transform: rotate(-4deg)
}
.aboutbox .info-box {
	flex-basis: 400px;
	padding: 30px 50px;
	flex-grow: 1;
	flex-grow: 1
}
@media (max-width: 450px) {
	.aboutbox .info-box {
		padding: 30px 20px 0;
	}
	.aboutbox:last-child .info-box {
		padding: 0 20px 30px;
	}
}
.aboutbox .info-box h3 {
	font-size: 2em;
	letter-spacing: -2px
}
.aboutbox .info-box h3 span {
	color: #3c359c
}
.aboutbox .info-box p {
	padding: 20px 0 0;
	color: #555
}
.aboutbox .info-box ul {
	list-style: none;
	margin: 20px 0;
	color: #555;
	line-height: 30px
}
.aboutbox .info-box li:before {
	content: "\f223";
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
.world-bg {
	background: url(../images/world.svg);
	background-repeat: no-repeat;
	background-position: center top 50px;
	background-size: 65%
}
.comment-bg {
	background: url(../images/world.svg) , #F8F8FD;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65%
}
.comment-slider {
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}
.comment-slider .swiper-slide-shadow {
	background: rgba(47, 33, 215, 0.38);
}
.comment-slider .swiper-slide {
	background: #fff;
	padding: 40px 30px;
	border-radius: 20px;
}
.comment-slider .swiper-slide.swiper-slide-active {

}
.comment-slider .swiper-slide .user {
	text-align: center;
}
.comment-slider .swiper-slide .user .img {
	height: 60px;
	width: 60px;
	margin: 0 auto 20px;
	border-radius: 100px;
	box-shadow: 0 0 0 4px #fff, 0 0 30px rgba(0,0,0, 0.4);
}
.comment-slider .swiper-slide p {
	color: #667182;
	margin: 40px 0;
	position: relative;
	z-index: 1;
}
.comment-slider .swiper-slide .item {
	position: relative;
}
.comment-slider .swiper-slide .item:before {
	content: "\ed60";
	position: absolute;
	left: 0;
	right: 0;
	height: 50px;
	width: 50px;
	top: -20px;
	margin: 0 auto;
	display: inline-block;
	justify-content: center;
	font-size: 50px;
	z-index: 0;
	background: linear-gradient(180deg , #E4E7EE 0% , transparent 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 50px
}
.comment-slider .swiper-slide .user .img img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.comment-slider .swiper-slide .user b {
	display: block;
	font-size: 1.2em
}
.comment-slider .swiper-slide .user span {
	color: #999
}
.pags-slider {
	text-align: center;
	display: block;
	margin-top: 30px;
}
.pags-slider .swiper-pagination-bullet {
	border-radius: 10px;
	background: -o-radial-gradient(89.6% 7.93%, 92.07% 92.07%, #F5739A 0%, #E44C7A 100%);
	background: radial-gradient(92.07% 92.07% at 89.6% 7.93%, #A6A0FF 0%, #4235FF 100%);
	-webkit-box-shadow: 0px 10.42px 50px rgba(224, 16, 156, 0.5);
	box-shadow: 0px 10.42px 50px rgba(224, 16, 156, 0.5);
	transition: all 0.5s
}
.pags-slider .swiper-pagination-bullet-active {
	width: 30px;
}
.blog-section-hd .title h2 {
	letter-spacing: -1px;
}
.blog-slider {
	overflow: hidden;
}
.blog-content {
	display: flex;
	flex-wrap: wrap;
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(311px,1fr));
	margin: -10px;
}
.blog-content .blog-item {
	flex-grow: 1;
	margin: 10px;
}
.blog-content .blog-item .img {
	height: 250px;
}
.blog-item .img {
	border-radius: 10px;
	overflow: hidden;
	height: 200px;
	width: 100%;
}
.blog-item .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.5s;
}
.blog-item:hover img {
	transform: rotate(5deg)scale(1.2)
}
.blog-item span {
	color: #999;
	margin-top: 10px;
	display: block;
}
.blog-item {
	color: #1D1721
}
.blog-item h3 , .blog-item h2 {
	letter-spacing: -1px;
	font-size: 1.2em
}
.blog-item h3 a , .blog-item h2 a {
	color: #1D1721
}
.slidebtns .next , .slidebtns .prev {
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	background: #E3E5F2;
	border-radius: 100px;
	margin: 5px;
	color: #707070;
	cursor: pointer
}
.slidebtns .next.swiper-button-disabled , .slidebtns .prev.swiper-button-disabled {
	opacity: 0.3
}
.footer {
	background: #F4F5FB
}
.section-ft {
	background: #E3E5F2
}
.state-ft {
	padding-bottom: 10px;
	border-bottom: 1px solid #CED0DC
}
.state-ft .item {
	margin: 10px;
	color: #1D1721
}
.state-ft .item .falg {
	height: 40px;
	width: 40px;
	margin-left: 10px;
	box-shadow: 0 0 0 4px #fff, 0 10px 20px rgba(0,0,0,0.2);
	border-radius: 100%;
}
.state-ft .item .falg img {
	width: 100%;
	height: 10;
	display: block;
}
.state-ft .item .info span {
	color: #999
}
.section-ft .link-list {
	flex-grow: 1;
}
.section-ft .link-list ul {
	flex-grow: 1;
	list-style: square;
	padding: 10px;
	line-height: 35px;
}
.section-ft .link-list ul li a {
	color: #667182
}
.section-ft .link-list ul li a:hover {
	opacity: 0.3;
}
.footer-info {
	text-align: center;
}
.footer-info .logo {
	max-width: 150px;
	display: block;
	margin: 0 auto 20px
}
.footer-info .logo img {
	width: 100%;
	display: block
}
.footer-info ul {
	list-style: none;
}
.footer-info a {
	color: #343D4A;
	margin: 5px;
}
.footer-info a:hover {
	opacity: 0.3
}
.footer-info p {
	font-size: 1.2em;
}
.namades .item {
	flex-basis: 100px;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.namades .item img {
	width: 55px;
	display: block;
}
.namades .item.enamad img {
	width:90px;
}
.social-box span {
	font-size: 1.2em
}
@media (max-width: 485px) {
	.footer-info .socila-list {
		width: 100%;
	}
}

.socila-list a {
	height: 35px;
	width: 35px;
	border-radius: 100px;
	border: 1px solid #343D4A;
	text-align: center;
	line-height: 35px;
	color: #343D4A;
	margin: 5px;
}
.socila-list a:hover {
	opacity: 0.3
}
.socila-list a i {
	font-size: 18px
}

/* single */
.single-hd-section {
	background: #E3E5F2
}
.single-hd-section.after-bg-w:after {
	top: 0 ;
}
.single-hd-info {
	flex-basis: 400px;
	flex-grow: 1;
	display: flex;
	padding: 40px
}
.single-hd-info .info {
	flex-grow: 1;
	max-width: 400px;
}
.single-hd-info .info h2 {
	color: #3C359C;
	font-size: 2.4em;
	letter-spacing: -2px
}
.single-hd-img {
	flex-basis: 400px;
	position: relative;
	flex-grow: 1;
	max-width: 593px
}
.single-hd-img .floatimg:nth-of-type(1) {
	right: -10px
}
.single-hd-img .floatimg:nth-of-type(2) {
	left: 0;
	bottom: 10px
}
.single-hd-img .floatimg:nth-of-type(3) {
	left: 100px;
	bottom: -30px
}
.single-hd-img > img {
	width: 100%;
}
.violet-bg {
	background: #3C359C
}
.searchnum-box {
	text-align: center;
}
.searchnum-box h2 {
	margin-bottom: 30px;
	color: #fff
}

@media (max-width: 450px) {
	.searchnum-box .search-filter .btn {
		flex-grow: 1
	}
}
.search-selects {
	flex-grow: 1;
}
.select-box {
	position: relative;
	margin: 5px;
	flex-basis: 200px;
	flex-grow: 1;
	cursor: pointer
}
.select {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	height: 48px;
}
.select .img {
	height: 24px;
	width: 24px;
	min-width: 24px;
	overflow: hidden;
	margin-left: 5px;
}
.select .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover
}
.select-input {
	width: 100%;
	cursor: pointer;
	text-align: right;
}
.select .icon i {
	font-size: 18px;
}
.select-list {
	position: absolute;
	z-index: 1;
	border-radius: 15px;
	background: #fff;
	width: 100%;
	top: calc(100% + 10px);
	overflow: hidden;
	display: none;
	max-height: 50vh;
	box-shadow: 0 0 30px rgba(0,0,0,0.1)
}
.select-option {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	cursor: pointer
}
.select-option.active {
	background: #f3f3f3;
	font-weight: bold'
}
.select-option:hover {
	background: #f3f3f3
}
.select-option .img {
	height: 24px;
	width: 24px;
	display: block;
	overflow: hidden;
	border-radius: 100px;
	margin-left: 5px;
}
.select-option .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.drop-toggle {
	cursor: pointer;
}
.drop-slide {
	display: none;
}

.faqbox {
	border-radius: 10px;
	border: 1px solid #eee
}
.faq-item {
	padding: 15px 15px;
	border-bottom: 1px solid #eee;
}
.faq-hd {
	display: flex;
	align-items: flex-start
}
.faq-hd .icon {
	height: 100%;
	border-left: 1px solid #eee;
	padding-left: 10px
}
.faq-hd h3 {
	padding: 0 10px;
}
.faq-hd > i {
	display: inline-block;
	font-size: 18px;
	transition: all 0.5s;
	margin-right: auto;
}
.faq-hd.active > i {
	transform: rotate(90deg)
}
.faq-text {
	padding-top: 20px;
	color: #666;
}
.faq-item:last-child {
	border: none;
}
.video-box {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
}
.video {
	max-width:100%;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.video .h_iframe-aparat_embed_frame {
	border: none !important;
	transform: scale(1.02)
}
.speedbar {
	color: #999;
}
.speedbar a {
	color: #766fde;
}
.speedbar span {
	color: #1d1721;
}
.faq-hd-img {
	max-width: 400px;
}
.static-page .sidebar {
	flex-basis: 200px;
	flex-grow: 1;
	padding: 20px;
	border-left: 1px solid #eee;
	margin-left: 20px;
}
.static-page .sidebar ul {
	list-style: none;
	position: sticky;
	top: 100px;
}
.static-page .sidebar li  {
	color: #343D4A;
	padding: 10px;
	display: block;
	border-radius: 8px;
	margin-bottom: 5px;
	font-size: 1.1em;
	cursor: pointer;
}
.static-page .sidebar li.active {
	background: #EAECF4;
	color: #3C359C
}
.static-page .contents-box {
	flex-basis: 400px;
	flex-grow: 10;
}
.block-border {
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 20px;
	padding: 20px;
	margin: 20px 0;
}
.block-border ul {
	padding-right: 15px
}
.list-input {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	align-items: center;
	flex-grow: 1;
}
.list-input > .btn {
	margin: 10px;
}
.input-text {
	display: flex;
	align-items: center;
	height: 48px;
	background: #fff;
	border-radius: 10px;
	margin: 10px;
	padding: 0 15px;
	flex-grow: 1;
	flex-basis: 200px;
	position: relative;
}
.input-text input {
	width: 0;
	height: 100%;
	flex-grow: 1;
	padding-left: 15px;
}
.input-text .icon {
	width: 28px;
	color: #999;
	border-right: 1px solid #eee;
	padding-right: 8px;
}
.input-text .img {
	height: 30px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 100px;
	direction: ltr;;
	padding-right: 2px
}
.input-text .img img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	margin-right: 5px;
}
span.error {
	position: absolute;
	top: calc(100% + 2px);
	color: #ff613c;
	right: 10px
}
.textarea {
	margin:0  -10px;
	display: flex;
	position: relative;
}
.textarea span.error {
	right: 20px;
}
.textarea textarea {
	width: 0;
	margin: 10px;
	flex-grow: 1;
	resize: none;
	border-radius: 10px;
	border: none;
	padding: 15px;
	min-height: 150px;
}

.input-file {
	position: relative;
	background: #f3f3f3;
	height: 48px;
	border-radius: 10px;
	padding-left: 6px;
	flex-grow: 1;
	max-width: 400px;
	flex-basis: 300px;
	margin-left: 20px;
}
@media (max-width: 515px) {
	.input-file {
		margin-bottom: 10px;
		margin-left: unset;
		min-width: 100%;
	}
}
.input-file label {
	flex-grow: 1;
	display: flex;
	align-items: center;
	height: 100%;
}
.input-file .fileinput {
	height: 100%;
	flex-grow: 1;
	right: 0;
	top: 0;
	opacity: 0;
	width: 0;;
	line-height: 42px;
}
.input-file .filenameinput {
	position: absolute;
	right: 0;
	padding: 0 10px;
	max-width: 100%;
	overflow: hidden;
	color: #9c9c9c;
	white-space: nowrap;
	flex-grow: 1;
	text-align: right;
	text-overflow: ellipsis;
	height: 100%;
	top: 12px;
}
.input-file .btn {
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border-radius: 10px;
	font-size: 12px;
}
.contact-bg {
	position: relative;
}
.contact-bg:before {
	content: "";
	height: 120px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 0;
	background: #e3e5f2;
}
.contact-box {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	position: relative;
}
.contact-box h2 {
	text-align: center;
	margin-bottom: 20px;
}
.contact-form {
	background: #F1F2F9;
	padding: 20px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
}
.contact-form .btn {
	align-self: flex-end;
	width: 50%;
	min-width: 110px;
	margin-top: 10px
}
.contact-info {
	color: #fff;
	text-align: center;
}
.contact-info h3 {
	font-size: 1.5em;
}
.contact-info p {
	color: #DCDAF1
}
.contact-info ul {
	display: flex;
	flex-wrap: wrap;

}
.contact-info ul li {
	display: inline-block;
	list-style: none;
	padding: 10px 15px;
	margin: 5px;
	border-radius: 10px;
	background: #362F8C;
	flex-basis: 170px;
	flex-grow: 1;
}
.gray-bg {
	background: #F8F8FD
}
.comment-box {
	display: flex;
	margin-bottom: 20px;
}
.comment-box .comment {
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	flex-grow: 1;
	flex-basis: 300px;
}
.cooment-hd .username span {
	margin-right: 5px;
	color: #999;
}
.comment-box .comment .comment-text {
	line-height: 30px;
}
.comment-ft {
	margin-top: 20px;
}
.comment-ft .time {
	color: #999;
}
.comment-box .userinfo {
	margin-left: 15px;
	padding-top: 10px;
}
.comment-box .userinfo .img {
	height: 50px;
	width: 50px;
	border-radius: 100px;
	box-shadow: 0 0 0 3px #fff, 0 0 20px rgba(0,0,0,0.1);
	overflow: hidden;
	margin: 0 auto 5px;
}
.comment-box .userinfo .img img {
	height: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.comment-box b {
	white-space: nowrap;

}
.comment-box .userinfo span {
	display: block;
	line-height: 15px;
	color: #999;
}
.black-bg {
	background-color: #1D1721;
	color: #fff;
}
.dashboard-header {
	padding: 30px 0 30px;
	border-bottom: 1px solid #2F2933;
}
.dashboard-page .topmenu {
	background-color: #1D1721 !important;
	border-bottom: 1px solid #2F2933;
}
.dashboard-page .topmenu  .logo img {
	filter: brightness(20)
}
@media (max-width: 800px) {
	.dashboard-page .menu {
		background-color: #1D1721;
		border-color: #2F2933

	}
	.dashboard-page .submenu-box {
		border-color: #2F2933
	}
	.dashboard-page .topmenu .sub:hover .submenu {
		top: unset !important;
	}
}
.dashboard-page .topmenu a {
	color: #fff;
}

.dashboard-page .topmenu .submenu-box {
	background: #242126;
	border-top: 1px solid #2F2933
}
.dashboard-page .submenu-box .sub-state b {
	color: #fff;
}
.dashboard-header .userinfo {
	display: flex;
}
.dashboard-header .userinfo .img {
	height: 50px;
	width: 50px;
	overflow: hidden;
	border-radius: 100px;
	margin-left: 10px;
}
.dashboard-header .userinfo .img img {
	width: 100%;
	height: 100%
}
.dashboard-header .userinfo .info span {
	display: block;
	color: #667182
}
.dashboard-header .userinfo .info b {
	font-size: 1.4em;
	font-weight: normal;
}
.user-status {
	position: relative;
	z-index: 1;
	margin: -10px;
}
.user-status .item {
	padding: 20px ;
	border-radius: 20px;
	box-shadow:  0 0 30px rgba(0,0,0,0.1);
	margin: 10px;
	flex-basis: 180px;
	flex-grow: 1;
	background: #fff;
}
.user-status .item .hd .icon {
	height: 40px;
	width: 40px;
	border-radius: 100px;
	background: #CFCDEE;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
}
.user-status .item > b {
	display: block;
	font-size: 1.4em;
	padding: 10px 0;
	text-align: right
}
.user-status .item a {
	color: #3C359C;

}
.black-before {
	position: relative;
}
.black-before:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 170px;
	background: #1d1721;
	z-index: 0;
}
.title-dash {
	color: #fff;
	position: relative;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.title-dash h3 {
	font-weight: normal;
}
.order-table .orderst {
	padding: 0 20px 20px;
	border: 1px solid #eee;
	border-radius: 15px;
}
table {
	border-radius: 15px;
	width: 100%;
	white-space: nowrap;
}
table tr {
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}
table tr:nth-of-type(even) {
	background: #F8F9FF;
}
table .thead {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	border-radius: unset;
	background: transparent;
}
table td , table th {
	padding: 15px 15px;
	flex-grow: 1;
	flex-basis: 140px;
	min-width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
table td.title , table th.title {
	white-space: normal;
	flex-grow: 20;
	min-width: 300px
}
table td .img {
	height: 24px;
	width: 24px;
	overflow: hidden;
	display: inline-block;
	margin-left: 10px;
}
table td .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.order-table .title {
	margin-bottom: 20px;
	display: block;
	font-size: 1.4em;

}
.copy {
	cursor: pointer
}
.numtd {
	direction: ltr
}
.numtd i {
	margin-right: 10px
}
.wallet-box {
	position: relative;
	margin: -10px;
}
.wallet-state {
	background: #fff;
	display: block;
	position: relative;
	padding: 20px;
	padding-top: 30px;
	border-radius: 15px;
	border: 1px solid #eee;
	flex-basis: 300px;
	margin: 10px;
	flex-grow: 1;
	white-space: nowrap
}
.wallet-state-info {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 15px
}
.wallet-state-info .hd {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.wallet-state-info .hd span:first-child {
	color: #999;
	margin-left: 5px;
}
.wallet-state-info .hd span:first-child:before {
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
	background: #00BE91;
	border-radius: 100px;
	margin-left: 5px;
}
.wallet-state-info .hd span:last-child {
	color: #999;
	margin-right: 5px;
}
#Bigprogress {
	border-radius: 200px;
	box-shadow: 0 0 0 8px #fff, 0 0 40px rgba(0,0,0,0.1);
	background: #f8f8f8;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
}
#Bigprogress .info {
	text-align: center;

}
#Bigprogress .info span {
	color: #999;
}
#Bigprogress .info .balance {
	font-size: 1.2em
}
.wallet-progressbox {
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.wallet-progressbox .item {
	display: flex;
	align-items:center;
	margin: 10px;
}
.wallet-progressbox .item .info {
	text-align: right;
	margin-right: 10px;
	line-height: 20px
}
.wallet-progressbox .item .info span {
	color: #999
}
#progress1 {
	color: #00BE91
}
#progress2 {
	color: #FFB443
}
#progress1 , #progress2 {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
#progress1 i , #progress2 i {
	font-size: 16px;
}
.wallet-chargebox {
	padding: 20px;
	background: #fff;
	flex-grow: 10;
	margin: 10px;
	border-radius: 15px;
	border: 1px solid #eee;
	overflow: hidden;
	flex-basis: 400px;
}
.wallet-chargebox .title {
	margin-bottom: 20px
}
.wallet-chargebox .wallet-charge {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px
}
.wallet-chargebox .wallet-charge .input-text {
	background: #f3f3f3
}
.wallet-payments table {
	padding: 20px;
	border: 1px solid #eee;
	padding: 0 20px 20px;
}
#buttons {
	direction: ltr;
	padding-top: 20px;
	padding-bottom: 2px;
	display: flex;
	flex-wrap: wrap;
}
#buttons button {
	height: 40px;
	width: 40px;
	border-radius: 10px;
	margin: 4px;
	box-shadow: 0 0 0 1px #eee;
	background: transparent;
}
#buttons button.active {
	box-shadow: 0 0 0 1px #00be91;
	color: #00be91;
}
#buttons button:disabled {
	opacity: 0.5;
	cursor: not-allowed
}
.ticket-list-box , .ticket-box {
	position: relative;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #eee;
	padding: 30px;
}
.ticket-side {
	flex-basis: 300px;
	flex-grow: 1;
	padding: 20px;
	border: 2px dashed #eee;
	border-radius: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
}
@media (max-width: 811px) {
	.ticket-side {
		margin-left: 0;
		min-width: 100%;
	}
}
.ticket-side .side-item {
	margin-bottom: 30px;
}
.ticket-side .side-item > div {
	font-size: 1.2em
}
.ticket-side .side-item .title {
	margin-bottom: 10px;
	font-size: 13px;
}
.ticket-content {
	flex-basis: 400px;
	flex-grow: 5;
}
.ticket-content .ticket {
	background: #F8F9FF;
	margin-top: 20px;
	padding: 20px 20px 30px;
	border-radius: 15px;
}
.ticket-content .ticket.ticket-reply {
	background: #F5F5F5;
}
.ticket-content .ticket .hd {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}
.ticket-content .ticket .hd .userinfo {
	display: flex;
	align-items: center;
}
.ticket-content .ticket .hd .userinfo .img {
	height: 40px;
	width: 40px;
	overflow: hidden;
	border-radius: 100px;
	margin-left: 10px;
}
.ticket-content .ticket .hd .userinfo .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ticket-content .ticket .hd .time {
	color: #999;
}
.addticket {
	margin-top: 20px;
}
.addticket-form .input-text ,.addticket-form .textarea textarea {
	background: #f3f3f3
}
.new-ticket {
	padding: 20px;
	background: #fff;
	position: relative;
	border-radius: 15px;
	border: 1px solid #eee;
}
.new-ticket .addticket {
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 15px;
	flex-grow: 10;
	flex-basis: 400px;
	margin-top: unset;
	margin: 10px;
}
.new-ticket .addticket .select {
	background: #f3f3f3;
	margin: 5px;
	position: relative;
}
.new-ticket .addfile {
	border: 1px solid #eee;
	border-radius: 15px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-basis: 250px;
	flex-grow: 1;
	position: relative;
	padding: 30px;

}
.new-ticket .addfile .fileinput {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer
}
.new-ticket .addfile .info {
	text-align: center;
	color: #999;
}
.new-ticket .addfile .info i {
	font-size: 4em;
}
.new-ticket .addfile .info span {
	display: block;
}
.new-ticket .addfile .imgfile {
	max-width: 200px;
	max-height: 200px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.new-ticket .addfile .imgfile img {
	width: 100%;
	display: block;
	max-height: 100%;
	object-fit: cover;
}
.notifi .icon {
	color: #fff;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.notifi .icon span {
	position: absolute;
	top: 12px;
	right: 12px;
	height: 12px;
	width: 12px;
	background: #ff4141;
	border-radius: 100px;
	line-height: 18px;
	text-align: center;
}
.notifi .notifi-menu {
	position: absolute;
	background: #fff;
	left: 0;
	top: calc(100% + -10px);
	width: 100%;
	max-width: 400px;
	border-radius: 15px;
	color: #1D1721;
	padding: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	max-height: 310px;
	display: none
}
@media (max-width: 450px) {
	.notifi .notifi-menu {
		max-width: unset;
		border-radius: 0;
		top: 100%
	}
}
.notifi .notifi-menu .item {
	padding: 10px;border-radius: 10px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.notifi .notifi-menu .item:last-child {
	margin-bottom: 0;
}
.notifi .notifi-menu .hd {
	padding-bottom: 10px;
	color: #999
}
.notifi .notifi-menu .item .text {
	line-height: 24px
}

.login-pages {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	background: url(../images/loginbg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.login-pages .login-form {
	width: 100%;
	max-width: 430px;
	position: relative;
	z-index: 1;
	margin: 0 auto
}
.login-pages .login-form .block {
	padding: 30px 20px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.login-pages .login-form a {
	color: #766FDE;
}
@media (max-width: 1024px) {
	.login-form {
		margin: 0 auto;
		display: block
	}
}
.login-pages .center {
	position: relative;
}

.login-box {
	background: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.login-box .login-hd {
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
}
.login-box .login-hd .img {
	max-width: 130px;
}
.login-box .login-hd .img img {
	width: 100%;
	display: block;
}
.login-box .login-hd a , .login-box .login-main .rules a {
	color: #766FDE;
}
.login-box .login-hd a i {
	vertical-align: middle;
	font-size: 18px;
}
.login-main {
	padding: 20px 30px 30px;
}
.login-main {
	font-size: 0.9em;
	text-align: center;
	color: #444
}
.login-main .info > span {
	direction: ltr;
	margin-right: 10px;
	color: #766fde
}
.login-main .input-text {
	border: 1px solid #eee;
	margin: 25px 0;
}
.login-main .btn {
	margin-top: 10px
}
.btn:disabled {
	opacity: 0.3;
	cursor: not-allowed
}
.login-main .rules {
	font-size: 1em;
	margin-top: 10px;
	padding-bottom: 0;
	display: inline-block;
}
.pinlogin {
	display: flex;
	justify-content: space-around;
	direction: ltr;
	margin-bottom: 20px
}
.pinlogin .pinlogin-field {
	width: 0;
	color: #766fde;
	border-bottom:  1px solid #ddd;
	text-align: center;
	font-size: 24px;
	height: 30px;
	flex-basis: 30px;
	flex-grow: 1;
	margin: 10px 5px;
	max-width: 40px;
}
.resendcode {
	margin-top: 20px
}
.resendcode .timer {
	margin: 0 5px;
	color: #766fde;
}
#resendCode {
	background: transparent;
	color: #766fde;
	display: none;
	margin-top: 20px;
	font-size: 0.9em;
}
.loginback {
	background: transparent;
	color: #766fde;
	font-size: 0.9em;
	display: block;
	margin: 10px auto 0;
}
.loginback i {
	vertical-align: middle;
	font-size: 16px
}
.blog-content-box {
	flex-basis: 500px;
	flex-grow: 10;
	margin: 15px;
}
.news-content {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 30px;
}
.news-info h2 {
	font-size: 2em;
	letter-spacing: -2px
}
.news-info-list {
	display: flex;
	color: #999;
	margin:10px 0;
}
.news-info-list .item {
	margin-left: 10px;
}
.news-info-list .item i {
	color: #766fde;
}
.news-text {
	margin-top: 20px;
}
.news-text img {
	width: 100% !important;
	max-width: 800px;
	display: block;
	margin: 10px auto;
	border-radius: 10px;
}
.tagsbox {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}
.tagsbox .icon {
	height: 36px;
	width: 36px;
	line-height: 36px;
	border-radius: 100px;
	text-align: center;
	margin-left: 10px;
	background: #766fde;
	color: #fff;
}
.tagsbox .icon i {
	font-size: 18px;
}
.tag-list span {
	display: inline-block;
	margin-left: 10px;
}
.tag-list a {
	display: block;
	padding: 6px 15px;
	box-shadow: 0 0 0 1px #e6e4ff;
	border-radius: 100px;
	color: #1D1721;
	position: relative;
	overflow: hidden;
}
.tag-list a:before {
	content: "";
	height: 100%;
	width: 100%;
	background: #e6e4ff;
	top: 100%;
	left: 0;
	position: absolute;
	z-index: -1;
	transition: all 0.5s
}
.tag-list a:hover {
	color: #766fde;
}
.tag-list a:hover:before {
	top: 0;
}
.blog-sidebar {
	flex-basis: 300px;
	flex-grow: 1;
	margin: 15px;
	position: sticky;
	top: 110px
}
.side-buy {
	background: url(../images/ccchaos.svg) , #766fde ;
}
.side-buy.side-item .side-title {
	color: #fff;
	border-color: #918af2;
	border: none
}
.side-buy.side-item {
	box-shadow: none;
}
.side-item {
	padding: 20px;
	/* 	border: 1px solid #eee; */
	box-shadow: 0 0 0 1px #eee;
	border-radius: 10px;
	margin-bottom: 30px;
}
.side-item .side-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.side-more {
	font-size: 12px;
	color: #766fde
}
.side-more i {
	font-size: 16px;
}
.side-list {
	position: relative;
	padding: 10px 0;
}
.side-list:before {
	content: "";
	height: 100%;
	position: absolute;
	width: 2px;
	background: #f0f0f0;
	right: 0;
	top: 0;
}
.side-list li {
	list-style: none;
	display: flex;
	align-items: center;
}
.side-list li:hover span , .side-list li.active span {
	opacity: 0.3
}
.side-list li:before {
	content: "";
	vertical-align: middle;
	height: 12px;
	width: 12px;
	min-width: 12px;
	background: #766fde;
	display: inline-block;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: -5px;
	z-index: 1;
	transition: all 0.5s
}
.side-list li:hover:before ,.side-list li.active:before {
	transform: scale(1.3)
}
.side-list li a {
	display: flex;
	align-items: center;
	color: #1d1721;
	padding: 10px 0;
}
.side-list li a span {
	transition: all 0.5s
}
.side-list li a:hover span {
	margin-right:5px;
}
.side-list li a .img {
	margin-left: 5px;
}
.side-list li a img {
	display: block;
}
.side-buybox .select-box {
	margin: 0;
	margin-bottom: 15px;
}
.side-buybox .select-box .select {
	border: 1px solid #918af2;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.side-buybox .select-box .select input {
	color: #fff;
}
.comment {
	box-shadow: 0 0 0 1px #eee;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.comment-reply {
	margin-right: 20px;
	box-shadow: unset;
	background: #f6f6f6;
}
.comment .hd .time {
	color: #999;
}
.comment .user-info {
	display: flex;
	align-items: center;
}
.comment .user-info .img {
	height: 40px;
	width: 40px;
	overflow: hidden;
	border-radius: 100px;
	margin-left: 10px;
}
.comment .user-info .img img {
	width: 100%;
}
.comment .text {
	color: #666;
	padding: 20px 0;
}
.btn-reply {
	padding: 6px 15px;
	border-radius: 100px;
	background: transparent;
	box-shadow: 0 0 0 1px #ddd;
	margin-right: auto;
}
.add-comment .contact-form {
	border-radius: 10px;
}
.adsbox {
	background: url(../images/ccchaos.svg) , linear-gradient(30deg , #3C359C 0% , #0f0f0f 100%);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 600px , 100%;
	padding: 30px;
	border-radius: 20px;
	color: #fff;
}
.adsbox .img {
	flex-basis: 200px
}
.adsbox .img img {
	display: block;
	width: 100%;
}
.adsbox .info {
	display: flex;
	flex-direction: column;
	padding: 30px
}
.adsbox .info .btn {
	margin-left: auto;
	margin-top: 20px
}

.modalbox {
	position: fixed;
	background: rgba(41, 39, 79, 0.9);
	top: 0;
	left: 0;
	z-index: 12;
	height: 100vh;
	width: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	display: none;
}
.modal {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
}
.modal-hd {
	padding: 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.modal-hd strong {
	font-size: 1.2em;
}
.modal-hd i {
	display: inline-block;
	transform: rotate(45deg);
	font-size: 30px;
	color: #6b5797;
	cursor: pointer
}
.modal-hd i:hover {
	opacity: 0.5
}
.modal-main {
	padding: 20px;
	max-height: 400px
}
.modal-ft{
	border-top: 1px solid #eee;
	padding: 20px;
}
.modal-main .login-main {
	padding: 10px
}
.userimg {
	height: 80px;
	width: 80px;
	overflow: hidden;
	border-radius: 100px;
	margin: 0 auto;
}
.userimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.profileimgadd {
	position: relative;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	margin: 5px auto 0;
	color: #766fde;
}
.profileimgadd .fileinput {
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}
.description {
	text-align: justify;
	position: relative;
}
.description h2 {
	text-align: right;
}
.description .dcr-text {
	position: relative;
	overflow: hidden;
}
.description .dcr-text img {
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
.description .dcr-text:after {
	content: "";
	height: 100px;
	width: 100%;
	background: linear-gradient(0deg , #fff 0% , transparent 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	transition: all 0.5s;
	opacity: 1;
}
.dcr-ft {
	display: block;
	margin-top: 10px;
	overflow: hidden;
}
.text-hide {
	max-height: 180px;
}
.text-hide.open:after {
	opacity: 0;
}
.country-box {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
}
.country-item {
	flex-basis: 200px;
	flex-grow: 1;
	margin: 10px;
	text-align: center;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	color: #1D1721;
	cursor: pointer;
}

.country-item h2 {
	font-size: 14px;
}
.country-item .img {
	height: 100px;
	width: 100px;
	margin: 0 auto 10px;
	padding: 10px;
	box-shadow: 0 0 0 1px #eee;
	border-radius: 200px;
	display: block;
	transition: all 2s;
	display: flex;
	align-items: center;
}
.country-item:hover .img {
	transform: rotateY(360deg);
	filter: grayscale(100%)
}
.country-item img {
	width: 100%;
	display: block;
	border-radius: 200px;
}
.service-box .country-item img {
	border-radius: unset;
	max-width: 60px;
	margin: 0 auto
}
.country-item span {
	font-size: 12px;
	color: #999
}
.tab-content {
	display:none
}
.modal-tabs {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.modal-tabs .tab-item {
	flex-grow: 1;
	cursor: pointer;
	padding: 20px;
	border-bottom: 3px solid #eee;
	flex-basis: 120px;
}
.modal-tabs .tab-item.active {
	border-color: #766fde;
	color: #766fde;
}


nav.flex {
	display: flex;
	margin: 20px -2px;
	direction: ltr;
	align-items: flex-start;
	flex-wrap: wrap;
}
nav .flex-1 {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	order: 2;
	text-align: right;
}
nav .flex-1 .duration-150 {
	flex-basis: 70px;
	margin: 2px 3px;
}
nav .duration-150 , nav .leading-5 {
	margin: 2px;
	height: 40px;
	min-width: 40px;
	padding: 0 8px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	display: inline-block;
	color: #444;
	border: none;
	box-shadow: 0 0 0 1px #eee;
	white-space: nowrap
}
nav span.leading-5 {
	opacity: 0.4;
}
nav .duration-150:hover {
	background: #766fde;
	color: #fff;
	box-shadow: none;
}
@media (max-width: 400px) {
	nav div {
		text-align: right;
		width: 100%
	}
}