:root {
	--Background: #fff;
	--MainColor: #2F2F2F;
	--ListHoverBg: #eee;
	--boxColor: #fff;
	--SearchboxShadow: 0 10px 6px -6px #777;
	--SearchboxBorder: 1px solid #ddd;
	--SearchboxBg: #fff;
	--SearchboxTxt: #2f2f2f;
	--boxShadow: 0 8px 25px rgba(0, 0, 0, 0.1), 0 15px 30px rgba(28, 138, 219, 0.2);
	--boxHoverShadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(28, 138, 219, 0.2);
	--viewColor: #333;
	--InfoBoxColor: #fafafa;
	--InfoColor: #4d4d4d;
	--jobBg: aliceblue;
	--InfoLabel: #0060df;
	--LogoFilter: invert(100%);
	--BackBtnFilter: none;
	--NavBorderColor : #e7e7e7;
	--boxshadow2: 0px -2px 6px #ccc;
	--BtnBg: transparent;
	--BtnColor: #177ad2;
	--replyBoxBg: #f9f9f9;
	--linkColor: #4a85ee;
	--separatorColor: #e7e7e7;
	--mfooterItemColor: #178cf6;
	--mfooterIconColor: #2F2F2F;
	--modalBg: rgba(245, 245, 247, 0.9);
}

@media (prefers-color-scheme: dark) {
    :root {
    	--Background: #011e37;
    	--MainColor: #e4e4e4;
    	--ListHoverBg: #0d304f;
    	--boxColor: #0e3c64;
    	--SearchboxShadow: 0 2px 6px 0px #000;
    	--SearchboxBorder: 1px solid #0d2b46;
    	--SearchboxBg: #fff;
    	--SearchboxTxt: #2f2f2f;
    	--boxShadow: 0 8px 25px rgba(0, 0, 0, 0.7), 0 15px 30px rgba(28, 138, 219, 0.2);
	    --boxHoverShadow: 0 8px 25px rgba(0, 0, 0, 0.75), 0 15px 30px rgba(28, 138, 219, 0.2);
	    --viewColor: #f2f2f2;
    	--InfoBoxColor: #0e3c64;
    	--InfoColor: #f2f2f2;
    	--jobBg: #8babc8;
    	--InfoLabel: #6192c6;
    	--LogoFilter: none;
    	--BackBtnFilter: invert(100%);
    	--NavBorderColor : #777;
    	--boxshadow2: 0px -2px 6px #000;
    	--BtnBg: #0565bb;
    	--BtnColor: #fff;
    	--replyBoxBg: #28435b;
    	--linkColor: #ffd700;
    	--separatorColor: #011e37;
    	--mfooterItemColor: #e4e4e4;
    	--mfooterIconColor: #e4e4e4;
    	--modalBg: rgba(79, 79, 79, 0.9);
    }
}

.select2-dropdown {
    background-color: var(--Background);
    border-color: var(--boxColor);
    box-shadow: var(--boxShadow);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: var(--MainColor);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: var(--NavBorderColor);
    color: var(--MainColor);
}
.hide {
	display: none !important;
}

.badge_container {
	position: relative;
}

.badge {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	background-color: yellow;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 2px;
	font-family: 'vazir';
	font-size: 16px;
	color: #333;
}

.footer-inner {
	display: none;
}

.text-field {
	position: relative;
	width: 100%;
	font-family: 'Vazir';
}

.form__control {
	width: 100%;
	padding: 10px 10px;
	height: 50px;
	color: var(--InfoColor);
	letter-spacing: -.5px;
	font-family: 'Vazir';
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	display: block;
	background-color: var(--InfoBoxColor);
}

.field__label {
	color: #999;
	position: absolute;
	pointer-events: none;
	right: 15px;
	top: 15px;
	transition: 0.2s;
	font-size: 14px;
}

.form__control:focus ~ label, input:valid ~ label, textarea:valid ~ label, select:valid ~ label {
	top: -25px;
	right: -10px;
	font-size: 12px;
	color: var(--InfoLabel);
	padding: 0 12px 0 12px;
	width: fit-content;
}

.labelstar {
	color: red;
	font-size: 14px;
}

.ltr {
	direction: ltr;
}

.kbd-UL {
	list-style: disc;
}

.kbd-a--h9::-webkit-input-placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--h9::-moz-placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--h9:-ms-input-placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--h9::-ms-input-placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--h9::placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--t1::-webkit-input-placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--t1::-moz-placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--t1:-ms-input-placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--t1::-ms-input-placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--t1::placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--l8::-webkit-input-placeholder {
	font-size: 13px;
	color: #ddd;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--l8::-moz-placeholder {
	font-size: 13px;
	color: inherit;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--l8:-ms-input-placeholder {
	font-size: 13px;
	color: inherit;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--l8::-ms-input-placeholder {
	font-size: 13px;
	color: inherit;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--l8::placeholder {
	font-size: 13px;
	color: inherit;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--c5::-webkit-input-placeholder {
	font-size: 13px;
	color: inherit;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--c5::-moz-placeholder {
	font-size: 13px;
	color: inherit;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--c5:-ms-input-placeholder {
	font-size: 13px;
	color: inherit;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--c5::-ms-input-placeholder {
	font-size: 13px;
	color: inherit;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-a--c5::placeholder {
	font-size: 13px;
	color: inherit;
	letter-spacing: -1px;
	text-align: right;
	font-family: 'Vazir';
}

.kbd-b--j1::-webkit-input-placeholder {
	font-size: 20px;
	color: inherit;
	text-align: right;
	text-align: left;
}

.kbd-b--j1::-moz-placeholder {
	font-size: 20px;
	color: inherit;
	text-align: right;
	text-align: left;
}

.kbd-b--j1:-ms-input-placeholder {
	font-size: 20px;
	color: inherit;
	text-align: right;
	text-align: left;
}

.kbd-b--j1::-ms-input-placeholder {
	font-size: 20px;
	color: inherit;
	text-align: right;
	text-align: center;
}

.kbd-b--j1::placeholder {
	font-size: 23px;
	color: #bbb;
	text-align: right;
	font-family: 'Vazir';
	text-align: left;
}

.kbd-b--j2::-webkit-input-placeholder {
	font-size: 20px;
	color: inherit;
	text-align: right;
	font-family: 'Vazir';
	text-align: center;
}

.kbd-b--j2::-moz-placeholder {
	font-size: 20px;
	color: inherit;
	text-align: right;
	font-family: 'Vazir';
	text-align: center;
}

.kbd-b--j2:-ms-input-placeholder {
	font-size: 20px;
	color: inherit;
	text-align: right;
	font-family: 'Vazir';
	text-align: center;
}

.kbd-b--j2::-ms-input-placeholder {
	font-size: 20px;
	color: inherit;
	text-align: right;
	font-family: 'Vazir';
	text-align: center;
}

.kbd-b--j2::placeholder {
	font-size: 20px;
	color: inherit;
	text-align: right;
	font-family: 'Vazir';
	text-align: center;
}

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

html, body {
	margin: 0;
	padding: 0;
	background-color: var(--Background);
	color: var(--MainColor);
	width: 100%;
	height: 100%;
	direction: rtl;
	font-family: 'Vazir';
}

h1, h2, h3, h4, h5, h6, b, strong {
	margin: 0;
	margin-top: 30px;
	font-family: 'Vazir';
}

h3 {
	letter-spacing: -0.75px;
}

h4 {
	letter-spacing: -0.5px;
}

h5 {
	letter-spacing: -0.25px;
}

h6 {
	letter-spacing: -0.05px;
}

p {
	font-size: 16px;
	margin: 16px 0;
	line-height: 28px;
	letter-spacing: -0.5px;
}

strong {
	color: var(--InfoColor);
	font-family: 'Vazir';
}

a {
	text-decoration: none;
}

li {
	font-size: 16px;
	margin: 16px 0;
	line-height: 28px;
	letter-spacing: -0.5px;
	word-spacing: -1px;
}

option {
	font-family: 'tahoma';
}

option:first-child {
	color: #eee;
}

/*Start SPECIAL Mode*/
.flex {
	display: flex;
}

.fluid {
	width: 100%;
	min-width: 100%;
}

.lightGray {
	background: #eee !important;
}

.white {
	background: #fff !important;
}

/* Just Vazir  */
.boldFont {
	font-family: 'Vazir' !important;
}

/* Just Vazir  */
.regularFont {
	font-family: 'Vazir' !important;
}

.cursorPointer {
	cursor: pointer;
}

.enFont {
	font-family: 'ABeeZee';
}

.faFont {
	font-family: 'Vazir' !important;
}

.whiteBackground {
	background-color: var(--Background);
	color: var(--MainColor);
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--NavBorderColor)
}

.whiteBackground .kbd-b--g2 {
	filter: var(--LogoFilter);
}

.whiteBackground .backBtn {
	filter: var(--BackBtnFilter);
}

.kbd-profile {
	background-image: url(https://karbld.ir/includes/images/accessories/user-logo.png);
	width: 130px;
	height: 130px;
	background-size: contain;
	margin: 0 auto;
}

.kbd-a--i2 {
	font-size: 14px;
}

.kbd-a--i3 {
	font-size: 20px;
}

.kbd-a--i4 {
	text-align: left;
	direction: ltr;
}

.kbd-a--i5 {
	text-align: right;
	direction: rtl;
}

.kbd-a--j7 {
	text-align: center;
}

.kbd-a--i7 {
	margin: 10px 0;
}

.kbd-a--m3 {
	direction: ltr;
}

.kbd-a--m5 {
	width: 100%;
}

.kbd-a--m7 {
	position: relative;
}

.margin__tb-10 {
	margin: 10px 0;
}

.margin__tb-20 {
	margin: 20px 0;
}

.margin__tb-50 {
	margin: 50px 0 !important;
}

.margin__b-10 {
	margin-bottom: 10px;
}

.margin__t-10 {
	margin-top: 10px;
}

.margin__b-20 {
	margin-bottom: 20px;
}

.margin__t-20 {
	margin-top: 20px;
}

.padding__all-20 {
	padding: 20px;
}

.disable__menu {
	color: #ccc !important;
	cursor: pointer;
}

.show {
	display: block !important;
}

.temporarily__disabled {
	color: #8a8a8a !important;
}

.block {
	display: block !important;
}

.justify__content {
	text-align: justify;
}

/*End SPCIAL Mode*/

.kbd-a--c3 {
	width: 98%;
	margin: 70px auto 14px auto;
	background-color: var(--Background);
	border: 1px solid #dedede;
	padding: 60px 80px;
}

.kbd-a--c3 h1 {
	color: #DB5B33;
}

.kbd-a--c3 h2 {
	color: #4598B5;
}

.kbd-a--c4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
	border-radius: 5px;
}

.kbd-a--c5 {
	width: 100%;
	padding: 12px 10px;
	border-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border: none;
	border-left: none;
	text-align: left;
	direction: ltr;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	direction: ltr;
	font-size: 24px;
	color: #353535;
	font-family: 'ABeeZee';
	outline: none;
}

.kbd-a--c6 {
	width: 185px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border: none;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 2px;
	cursor: pointer;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	letter-spacing: -0.5px;
	font-size: 16px;
	background-color: #3b9bf6;
	color: #fff;
	font-family: 'Vazir';
	outline: none;
}

.kbd-a--c8 {
	padding: 12px 10px;
	margin: 12px 0;
	display: inline-block;
	background-color: #fff;
	border-radius: 6px;
	min-width: 230px;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: -0.5px;
	font-family: 'Vazir';
	border: none;
}

.kbd-a--c8:hover {
	background-color: #000;
	color: #fff;
	-webkit-box-shadow: 0 8px 6px -6px #808080;
	box-shadow: 0 8px 6px -6px #808080;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.kbd-a--c9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.kbd-a--d1 {
	margin-left: 10px;
}

.kbd-a--d2 {
	margin-bottom: -10px;
	font-size: 22px;
}

.kbd-a--d4 {
	position: relative;
	left: 0;
	padding: 6px 40px 6px 30px;
	background-color: var(--SearchboxBg);
	border-radius: 25px;
	-webkit-box-shadow: var(--SearchboxShadow);
	box-shadow: var(--SearchboxShadow);
	border: var(--SearchboxBorder);
	width: 100%;
	z-index: 2;
}

.kbd-a--d5 {
	border: none;
	width: 100%;
	line-height: 2.2;
	font-size: 15px;
	padding: 0 15px 0 10px;
	color: var(--SearchboxTxt);
	background-color: var(--SearchboxBg);
	letter-spacing: -0.5px;
	height: 34px;
	font-family: 'Vazir';
	outline: none;
}

.kbd-a--d6 {
	height: 18px;
	width: 18px;
	position: absolute;
	right: 17px;
	top: 15px;
	font-size: 16px;
	color: #999;
}

#kbd-a--d7 {
	display: none;
}

.kbd-a--d8 {
	display: none;
	border-top: 2px solid #e8eaed;
	margin: 8px auto;
	padding-bottom: 4px;
	width: 100%;
	background-color: #fff;
}

.kbd-a--e1 {
	padding: 12px 18px;
	margin: 20px 0 12px 0;
	display: inline-block;
	border-radius: 6px;
	min-width: 150px;
	text-align: center;
	color: #177ad2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: -0.5px;
	font-family: 'Vazir';
	border: none;
	outline: none;
	border: 1px solid #178cf6;
	background-color: var(--BtnBg);
    color: var(--BtnColor);
}

.kbd-a--e1:hover {
	background-color: #0565bb;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.kbd-a--e2 {
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--MainColor);
	letter-spacing: -1px;
	font-size: 14px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Vazir';
}

.kbd-a--e2:hover {
	background-color: var(--ListHoverBg);
}

.kbd-a--e3 {
	position: relative;
}

.kbd-a--e4 {
	position: absolute;
	right: -30px;
	font-weight: 100;
	font-size: 16px;
	color: #999;
}

.kbd-a--e5 {
	display: inline-block;
	padding-right: 6px;
}

.kbd-a--e6 {
	color: #888;
}

.kbd-a--e7 {
	font-family: 'Vazir';
	display: inline-block;
	margin-left: 5px;
}

.kbd-a--e8 {
	text-align: left;
}

.kbd-a--e9 {
	color: #777;
	letter-spacing: -1px;
	font-size: 14px;
	font-family: 'Vazir';
}

.kbd-a--f1 {
	margin: 0;
}

.kbd-a---f2 {
	background: #0052D4;
	background: -webkit-linear-gradient(to top, #6FB1FC, #4364F7, #0052D4);
	background: linear-gradient(to top, #01BFD9, #0099E9, #0087F1);
}

.kbd-a--f2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px;
	overflow: auto;
}

.kbd-a--f3 {
	width: 20%;
	text-align: center;
}

.kbd-a--f3 img {
	width: 25%;
}

.kbd-a--f3 span {
	font-size: 20px;
	text-align: center;
	color: #fff;
	display: block;
	font-family: 'Vazir';
	letter-spacing: -1px;
	margin: 10px 0;
}

.kbd-a--f4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.kbd-a--f5 {
    background-color: var(--boxColor);
    width: 290px;
    padding: 20px;
    border-radius: 20px;
    min-height: 320px;
    position: relative;
    margin-left: 20px;
    flex-shrink: 0;
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: var(--boxShadow);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.kbd-a--f5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(28, 138, 219, 0.4);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.kbd-a--f5:hover {
    transform: translateY(-8px);
    box-shadow: var(--boxHoverShadow);
}

.kbd-a--f5:hover::before {
    transform: scale(1);
}


.kbd-a--f5 h1, .kbd-a--f5 b {
	font-size: 18px;
	text-align: center;
	margin: 15px 0 0 0;
	color: var(--InfoColor);
	line-height: 28px;
	display: block;
	font-family: 'Vazir';
}

.kbd-a--f5 h2, .kbd-a--f5 strong {
	font-size: 16px;
	text-align: center;
	color: #A4A4A4;
	margin: 15px 0 20px 0;
	display: block;
	font-weight: 100;
}

.kbd-a--f6 {
	text-align: center;
}

.kbd-a--f6 img {
	width: 130px;
	border-radius: 50%;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
}

.kbd-a--f7 {
	position: absolute;
	right: 12px;
	bottom: 5px;
	font-size: 0px !important;
}

.kbd-a--f8 {
	position: absolute;
	left: 16px;
	bottom: 3px;
	font-size: 12px;
	letter-spacing: -0.2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	direction: ltr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--viewColor);
}


/* Footer Styles */
.kbd-a--f9 {
	width: 100%;
	padding: 80px 0 20px 0;
	background-color: var(--Background);
}

.kbd-a--g1 {
	width: 80%;
	margin: auto;
}

.kbd-a--g2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
	height: 180px;
}

.kbd-a--g3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
}

.kbd-a--g4 {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #3c3c3c;
	font-family: 'Vazir';
}

.kbd-a--g5 {
	font-size: 40px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	color: #fff;
}

.kbd-a--g6 {
	width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border: none;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 2px;
	cursor: pointer;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -0.5px;
	font-size: 16px;
	background-color: #178cf6;
	color: #fff;
	outline: none;
}

.kbd-a--g9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-a--g9 p {
	margin: 0;
	font-size: 14px;
	letter-spacing: -0.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-a--h1 {
	border: none;
	height: 2px;
	background-color: var(--NavBorderColor);
	margin: 12px 0;
}

.kbd-a--h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-a--h2 p {
	margin: 0;
	font-size: 12px;
	color: #6c6c6c;
}

.kbd-a--h3 {
	font-size: 12px;
	padding: 0 7px;
	padding-right: 7px;
	padding-right: 7px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: var(--NavBorderColor);
}

.kbd-a--h4 {
	padding-left: 0 !important;
	border-left: none !important;
}

.kbd-a--h8 {
	margin-bottom: -30px;
	width: 50%;
	text-align: left;
	display: flex;
	justify-content: end;
	padding: 20px;
}

.kbd-a--h8 img {
	width: 30%;
	border-radius: 10px;
}

.kbd-a--h9 {
	padding: 12px 10px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-size: 24px;
	color: #353535;
	margin: 10px 0;
	text-align: left;
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	width: 100%;
	direction: ltr;
}

.kbd-a--h9:focus {
	outline: 0;
	border-color: #777;
}

.kbd-a--i6 {
	font-family: 'Vazir';
	font-size: 12px;
	letter-spacing: -0.6px;
	text-align: left;
}

.kbd-a--i8 {
	padding: 25px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0;
	background-color: #f1f1f1;
}

.kbd-a--i8 {
	position: relative;
}

.kbd-a--i8:before, .kbd-a--i8:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.kbd-a--i8:after {
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.kbd-a--j1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-a--j2 {
	font-size: 50px;
	color: rgb(130, 130, 130);
	font-weight: 600;
	font-family: 'Vazir';
	letter-spacing: -4px;
}

.kbd-a--j3 {
	margin: 10px 0;
}

.kbd-a--j4 {
	font-family: 'ABeeZee';
	font-size: 180px;
	margin: 0;
	text-align: center;
	font-weight: 600;
	color: #8da6b0;
	line-height: normal;
	letter-spacing: -20px;
}

.kbd-a--j5 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 25px;
	letter-spacing: -1.5px;
	color: #6b7072;
	font-family: 'Vazir';
}

.kbd-a--j6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.kbd-a--j8 {
	margin-left: 10px;
	width: 300px;
	padding: 10px 20px;
	position: relative;
	color: #fff;
	border-radius: 1.5rem;
	min-height: 465px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.kbd-a--j8:last-child {
	margin: 0;
}

.kbd-a--j8 h6 {
	text-align: center;
	margin: 0;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: 'Vazir';
}

.kbd-a--j9 {
	font-size: 100px;
	text-align: center;
	position: relative;
	font-family: 'Vazir';
	font-weight: 600;
	letter-spacing: -10px;
	text-shadow: 2px 2px 1px rgba(51, 55, 69, 0.6);
	height: 105px;
	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-top: 10px;
}

.kbd-a--k1:after {
	content: 'هزار تومان';
	font-size: 15px;
	letter-spacing: 0;
	text-shadow: none;
	font-family: 'Vazir' !important;
}

.kbd-a--k2 {
	background: rgba(255,255,255,0);
	background: -webkit-gradient(left top, right top, color-stop(4%, rgba(255,255,255,0)), color-stop(39%, rgba(255,255,255,1)), color-stop(66%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 4%, rgba(255,255,255,1) 39%, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(255,255,255,0)), color-stop(39%, rgba(255,255,255,1)), color-stop(66%, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: linear-gradient(to right, rgba(255,255,255,0) 4%, rgba(255,255,255,1) 39%, rgba(255,255,255,1) 66%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	height: 1px;
	border: none;
	margin: 10px 0 20px 0;
}

.kbd-a--k4 {
	border: none;
	width: 100%;
	height: 50px;
	border-radius: 1.5rem;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	letter-spacing: -1px;
	font-family: 'Vazir';
	cursor: pointer;
}

.kbd-a--k5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 80px 0;
}

.kbd-a--k6 {
	background: #f953c6;
  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#b91d73), to(#f953c6));
	background: -o-linear-gradient(left, #b91d73, #f953c6);
	background: linear-gradient(to right, #b91d73, #f953c6);
 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

.kbd-a--k7 {
	background: #00B4DB;
  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#0083B0), to(#00B4DB));
	background: -o-linear-gradient(left, #0083B0, #00B4DB);
	background: linear-gradient(to right, #0083B0, #00B4DB);
 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

.kbd-a--k8 {
	background: #11998e;
  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, right top, left top, from(#38ef7d), to(#11998e));
	background: -o-linear-gradient(right, #38ef7d, #11998e);
	background: linear-gradient(to left, #38ef7d, #11998e);
 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

.kbd-a--k9 {
	background: #fc4a1a;
  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, right top, left top, from(#f7b733), to(#fc4a1a));
	background: -o-linear-gradient(right, #f7b733, #fc4a1a);
	background: linear-gradient(to left, #f7b733, #fc4a1a);
 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

.kbd-a--l1 {
	width: 100%;
	padding: 12px 20px;
	border-radius: 6px;
	border: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-size: 24px;
	color: #353535;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-family: 'ABeeZee';
	text-align: left;
	border: 2px solid #f0f0f0;
	display: block;
}

.kbd-a--l1:focus {
	outline: 0;
	border-color: #777;
}

.kbd-a--l2 {
	width: 100%;
}

.kbd-a--l3 {
	background-color: #ececec;
	font-size: 24px;
	color: #303239;
	border-radius: 5px;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'ABeeZee';
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	direction: ltr;
}

.kbd-a--l4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	width: 100%;
}

.kbd-a--l5 {
	margin-bottom: 5px;
	display: block;
	font-family: 'Vazir';
	letter-spacing: -1px;
}

.kbd-a--l6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 25px 0;
}

.kbd-a--l7 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
}

.kbd-a--l8 {
	width: 100%;
	padding: 10px 10px;
	font-size: 18px;
	height: 50px;
	color: var(--InfoColor);
	background-color: var(--InfoBoxColor);
	letter-spacing: -.5px;
	font-family: 'Vazir';
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	display: block;
	overflow: hidden;
}

.kbd-a--l8:focus {
	outline: 0;
	border-color: #777;
}

.kbd-a--l9 {
	margin-left: 10px;
}

.kbd-a--m1 {
	width: 100%;
	padding: 10px 10px;
	font-size: 14px;
	height: 50px;
	resize: vertical;
	min-height: 100px;
	max-height: 200px;
	letter-spacing: -0.5px;
	color: var(--InfoColor);
	line-height: 30px;
	font-family: 'Vazir';
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	display: block;
	background-color: var(--InfoBoxColor);
}

.kbd-a--m1:focus {
	outline: 0;
	border-color: #777;
}

.kbd-a--m2 {
	margin: 50px 0 0 0;
	display: block;
}

.kbd-a--m4 {
	padding: 5px 300px 40px 300px;
	background-color: #fbde52;
	height: 350px;
}

.kbd-a--m4 h3 {
	margin: 0;
}

.kbd-a--m4 h1 {
	color: #DB5B33;
}

.kbd-a--m4 h2 {
	color: #4598B5;
	margin: 0;
}

.kbd-a--m4 img {
	width: 100px;
	display: block;
	margin: 0 auto;
	-webkit-filter: grayscale(100%) brightness(0%);
	filter: grayscale(100%) brightness(0%);
}

.kbd-a--m6 {
	position: absolute;
	visibility: hidden;
	left: 0;
	right: 0;
	width: 850px;
}

.kbd-a--m8 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 80px 0 30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.kbd-a--m9 {
	max-width: 22%;
	background-color: var(--boxColor);
	padding: 16px;
	border: 1px solid #dedede;
	width: 22%;
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	z-index: 1;
}

.kbd-a--n1 {
	max-width: 75%;
	background-color: var(--Background);
	border: 1px solid #dedede;
	padding: 60px 80px;
	width: 75%;
	margin-right: 14px;
	z-index: 0;
}

.kbd-a--n2 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
	letter-spacing: -1px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.kbd-a--n2 img {
	width: 100%;
	max-width: 200px;
}

.kbd-a--n3 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 36px;
	color: #232933;
	margin-top: 8px;
}

.kbd-a--n4 {
	width: 180px;
	height: 135px;
}

.kbd-a--n5 {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-size: cover;
	margin: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.kbd-a--n6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0 20px 0;
}

.kbd-a--n7 {
	margin-right: 12px;
}

.kbd-a--n7 h2 {
	margin: 0;
	font-size: 18px;
}

.kbd-a--n8 {
	font-size: 12px;
}

.kbd-a--n9 {
	border-top: 1px solid #eee;
}

.kbd-a--o1 {
	width: 100%;
	padding: 0 0 8px 0;
	color: inherit;
	letter-spacing: -.5px;
	font-family: 'Vazir';
	border: none;
	background-color: transparent;
	font-size: 13px;
	margin-right: 12px;
	text-align: center;
	border-bottom-color: inherit;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	outline: none;
}

.kbd-a--o2 {
	margin: 0;
	width: 100%;
	background-color: var(--Background);
	padding: 20px;
}

.kbd-a--o3 {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 20px;
}

.kbd-a--o4 {
	width: 100%;
	margin-bottom: 10px;
}

.kbd-a--o5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
}

.kbd-a--o6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.kbd-a--o7 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	border: 1px solid #333;
}

.kbd-a--o8 {
	padding: 15px 10px 10px;
	font-size: 10px;
	color: var(----MainColor);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.kbd-a--o8 h1 {
	margin: 0 0 10px;
}

.kbd-a--o8 h2 {
	margin: 0;
	font-weight: 100;
}

.kbd-a--o9 {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 2px solid var(--NavBorderColor);
	margin-left: 70px;
}

.kbd-a--p1 {
	font-size: 90px;
	font-family: 'Vazir';
	font-weight: 600;
}

.kbd-a--p2 {
	margin-top: -10px;
	font-size: 20px;
	direction: ltr;
}

.kbd-a--p3 {
	position: relative;
	display: inline-block;
	color: #b1b1b1;
	overflow: hidden;
	direction: ltr;
	margin-bottom: -1px;
}

.kbd-a--p4::before {
	-webkit-text-stroke: 1px #848484;
}

.kbd-a--p4::before, .kbd-a--p5::before {
	content: "\2605\2605\2605\2605\2605";
	font-size: 15pt;
}

.kbd-a--p5 {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	color: gold;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

.kbd-a--p5::before {
	-webkit-text-stroke: 1px orange;
}

.kbd-a--p6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0;
}

.kbd-a--p7 {
	width: 60px;
	font-size: 14px;
}

.kbd-a--p8 {
	width: 100%;
	background-color: #ccc;
	border-radius: 10px;
}

.kbd-a--p9 {
	height: 8px;
	background-color: #7aa6f4;
	border-radius: 10px;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

.kbd-a--q1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    /* align-items: center; */
	margin: 80px 0 0 0;
}

.kbd-a--q2 {
	width: 80%;
}

.kbd-a--q3 {
	font-size: 20px;
	margin-right: 8px;
	margin-bottom: -4px;
}

.kbd-a--q4 {
	display: block;
	position: relative;
	width: 100%;
}

.kbd-a--q5 {
	margin-left: 18px;
}

.kbd-a--q4:last-child {
	margin-left: 0;
}

.kbd-a--q6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 14px;
}

.kbd-a--q7 {
	width: 15%;
	display: block;
	margin: 20px auto;
}

.kbd-a--q8 a {
	color: #666;
}

.kbd-a--q9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
	margin-bottom: 10px;
}

.kbd-a--r1 {
	position: relative;
	background: #9d9d9d;
	font-size: 20px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-family: 'Vazir';
	width: 28px;
	height: 28px;
}

.kbd-a--r1:before,
.kbd-a--r1:after {
	position: absolute;
	content: '';
	display: none;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.kbd-a--r1:before {
	border-width: 10px 8px 0 8px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	top: -15px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

.kbd-a--r1:after {
	content: attr(data-tooltip);
	background: #333;
	width: 230px;
	height: 60px;
	font-size: 14px;
	font-weight: 300;
	top: -75px;
	left: -10px;
	padding: 10px;
	border-radius: 5px;
	letter-spacing: -0.75px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	font-family: 'Vazir' !important;
	overflow: auto;
}

.kbd-a--r1:hover::before,
.kbd-a--r1:hover::after {
	display: block;
	opacity: 1;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	50% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes shake {
	0% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	50% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.kbd-a--r2 {
	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;
	position: absolute;
	left: 0px;
	top: -35px;
}

.kbd-a--r2:hover {
	-webkit-animation: shake 500ms ease-in-out;
	animation: shake 500ms ease-in-out;
}

.kbd-a--r6 {
	list-style: none;
	padding: 0;
	margin-bottom: 70px;
}

.kbd-a--r6 li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px -8px;
}

.kbd-a--r3 {
	left: 10px;
}

.kbd-a--r4 {
	-ms-flex: 0 0 22.2%;
	-webkit-box-flex: 0;
	flex: 0 0 30.2%;
	max-width: 30.2%;
	font-family: 'Vazir';
	letter-spacing: -1px;
	font-size: 14px;
}

.kbd-a--r5 {
	-ms-flex: 0 0 77.8%;
	-webkit-box-flex: 0;
	flex: 0 0 69.8%;
	max-width: 69.8%;
	font-family: 'ABeeZee';
}

.kbd-a--r4, .kbd-a--r5 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	-webkit-box-flex: 0;
}

.kbd-a--r4 .kbd-a--r7, .kbd-a--r5 .kbd-a--r7 {
	display: block;
	background: var(--InfoBoxColor);
	padding: 14px 18px 12px;
	line-height: 1.692;
	color: var(--InfoColor);
	min-height: 47px;
	position: relative;
	word-break: break-word;
}

.kbd-a--r7 img {
	margin: auto;
	display: block;
}

.kbd-a--r7 a {
	color: var(--linkColor);
}

.kbd-a--r8 {
	font-family: 'Vazir';
	font-size: 20px;
	border-bottom: 3px double #bbb;
	color: #000;
}

.kbd-a--r9 {
	font-family: 'Vazir';
	font-size: 17px;
	letter-spacing: -1px;
}

.kbd-a--s1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 49%;
	border-radius: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 24px;
	position: relative;
	margin-bottom: 1%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.kbd-a--s1:before {
	content: "";
	position: absolute;
	right: 24px;
	left: 24px;
	bottom: 0;
	border-bottom: 1px solid #dfdfdf;
}

.kbd-a--s1:last-child::before, .kbd-a--s1:nth-last-child(2):nth-child(2n+1)::before {
	border-bottom: none;
}

.kbd-a--s2 figure {
	width: 100px;
	height: 100px;
	background-size: contain;
	border-radius: 50%;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 15px;
}

.kbd-a--s3 {
	color: #b3b3b3;
	line-height: 24px;
}

.kbd-a--s4 h2 {
	font-size: 14px;
	font-weight: 100;
}

.kbd-a--s4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-a--s5::before {
	-webkit-text-stroke: 1px #848484;
}

.kbd-a--s5::before, .kbd-a--s6::before {
	content: "\2605\2605\2605\2605\2605";
	font-size: 18pt;
}

.kbd-a--s6 {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	color: gold;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	color: #ECBE24;
}

.kbd-a--s6::before {
	-webkit-text-stroke: 1px orange;
}

.kbd-a--s7 {
	width: 400px;
	margin: 46px auto;
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px 30px;
}

.kbd-a--s8 {
	width: 100px;
	display: block;
	margin: 0 auto;
	-webkit-filter: var(--LogoFilter);
	filter: var(--LogoFilter);
}

.kbd-a--s9 {
	font-size: 14px;
	letter-spacing: -0.5px;
}

.kbd-a--t1 {
	width: 100%;
	padding: 12px 10px;
	border-radius: 6px;
	border: none;
	text-align: left;
	direction: ltr;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	direction: ltr;
	font-size: 24px;
	color: #353535;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.kbd-a--t2 {
	display: none;
}

.kbd-a--t4 li {
	margin: 0 0 5px 0;
}

.kbd-a--t5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-a--t6 {
	margin-top: -50px;
	padding: 6px 9px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 4px;
}

.kbd-a--t7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-profile-list__item-card-title .c-ui-more__options {
	top: 24px;
	left: 0;
	padding: 12px 16px;
}

.c-ui-more__options {
	position: absolute;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.3);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.3);
	background-color: #fff;
	left: 10px;
	padding: 8px 16px;
	display: none;
	z-index: 1;
}

.c-profile-list__item-card-title .c-ui-more__option {
	padding: 5px 0;
	cursor: pointer;
}

.c-ui-more__option {
	font-size: 12px;
	font-family: 'Vazir';
	color: #424750;
	padding: 12px 0;
	width: auto;
	min-width: 80px;
	cursor: pointer;
	display: block;
}

.c-ui-more__option--red {
	color: #b2001a;
}

.kbd-a--t8 {
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 3px;
	border: 1px solid;
	border-color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
	color: var(--SearchboxTxt);
	background-color: var(--SearchboxBg);
}

.kbd-user::before {
	margin-left: 8px;
	font-size: 24px;
	font-size: 1.414rem;
	line-height: 24px;
}

.kbd-a--t9 {
	width: 500px;
	padding: 20px 40px;
	border-radius: 5px;
	margin: 40px 70px;
}

.kbd-a--t9 h1 {
	font-size: 26px;
	margin: 0;
}

.kbd-a--t9 p {
	text-align: justify;
	font-family: 'Vazir';
	line-height: 32px;
}

.kbd-a--t9 h1, .kbd-a--t9 h3 {
	text-align: center;
}

.kbd-a--u1 {
	text-align: center;
	margin: 20px 0 0 0;
}

.kbd-a--u2 {
	margin-bottom: 30px;
}

.kbd-a--u4 {
	display: none;
}

.kbd-a--u5 {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .375rem .75rem;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.kbd-a--u5:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.kbd-a--u6 {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	display: inline-block;
}

.kbd-a--u7 {
	padding: 5px 10px;
	margin: 12px 0;
	display: inline-block;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: -0.5px;
	font-family: 'Vazir';
	border: 2px solid #fff;
	width: 100px;
	margin-right: 10px;
}


/*  Quick Search  */
.kbd-a--v1 {
	position: relative;
	margin-top: -5px;
}

.kbd-a--v5 {
	color: #8e8e8e;
	font-size: 14px;
	padding: 15px;
	text-align: center;
}

#quick {
	display: none;
}

.kbd-a--u9 {
	height: 35px;
}

.kbd-a--u8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 125px;
	width: 215px;
	position: relative;
}

.kbd-a--v2 {
	background: #fff;
	border: solid 1px #dbdbdb;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.0975);
	box-shadow: 0 0 5px 1px rgba(0,0,0,.0975);
	content: ' ';
	height: 14px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
	z-index: 1;
	display: none;
}

.kbd-a--v3 {
	background: #fff;
	border: solid 1px #dbdbdb;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
	display: block;
	left: 50%;
	margin-left: -121px;
	position: absolute;
	right: -12px;
	top: 18px;
	width: 243px;
	z-index: 9;
	display: none;
}

.kbd-a--v3::after {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	content: ' ';
	height: 0;
	left: 110px;
	position: absolute;
	top: -9px;
	width: 0;
	z-index: 3;
}

.kbd-a--v4 {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	font-size: 14px;
}

.kbd-a--v6:last-child {
	border: 0;
}

.kbd-a--v6 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #dbdbdb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 50px;
	padding: 8px 14px;
	color: #777;
}

.kbd-a--v7 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: 0;
	white-space: nowrap;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 12px;
	letter-spacing: -0.5px;
	font-family: 'Vazir';
}

.kbd-a--v8 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.kbd-a--w1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 0;
}

/*  Small Menu  */
.kbd-a--w2 {
	padding: 0 12px;
	position: relative;
}

.kbd-a--w4 {
	border-radius: 5px;
}

.kbd-a--w7, .kbd-a--w3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-a--w3 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.kbd-a--w7 {
	position: relative;
	cursor: pointer;
	padding: 8px;
	color: inherit;
}

.kbd-a--w7, .kbd-a--w3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-a--w7::after {
	font-size: 8px;
}

.kbd-a--w7::after {
	content: "\f13e";
}

.kbd-a--y6 {
	display: none;
	position: absolute;
	top: calc(100% + 2px);
	left: 12px;
	width: 250px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.kbd-a--w8 {
	padding-top: 8px;
	padding-bottom: 12px;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

.kbd-a--y5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 12px;
	position: relative;
	z-index: 1;
}

.kbd-a--y1:hover::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	height: 1px;
	background: #f0f0f1;
	width: 100%;
}

.kbd-a--y1:hover::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	height: 1px;
	background: #f0f0f1;
	width: 100%;
}

.kbd-a--y4 {
	display: block;
	position: relative;
	padding-right: 52px;
	padding-left: 16px;
	padding-top: 12px;
}

.kbd-a--x9 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.kbd-a--w9 {
	width: 50px;
	height: 50px;
	border: 1px solid #424750;
	border-radius: 50%;
	background: #fff;
	background-size: auto;
	background-size: contain;
}

.kbd-a--w9 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.kbd-a--x1 {
	margin-right: 8px;
}

.kbd-a--x7, .kbd-a--x8 {
	z-index: 3;
	position: relative;
	color: #81858b;
}

.kbd-a--x7 {
	line-height: normal !important;
}

.kbd-a--x2 {
	color: #333;
	font-family: 'Vazir';
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.15;
}

.kbd-a--x3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #19bfd3;
	font-size: 10px;
	font-size: .714rem;
	line-height: 2.2;
}

.kbd-a--y4 {
	display: block;
	position: relative;
	padding-right: 52px;
	padding-left: 16px;
	padding-top: 12px;
}

.kbd-a--y4::before {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #c0c2c5;
	position: absolute;
	right: 28px;
	top: -18px;
}
/*
.kbd-a--y3:not(:last-child) {
    margin-bottom: 12px;
}
*/
.kbd-a--y3 {
	font-size: 10px;
	font-size: .714rem;
	line-height: 2.2;
	position: relative;
	color: #81858b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.kbd-a--y3::before {
	content: "";
	display: block;
	width: 1px;
	height: 33px;
	background: #c0c2c5;
	position: absolute;
	right: -24px;
	top: -23px;
}

.kbd-a--y3 {
	font-size: 10px;
	font-size: .714rem;
	line-height: 2.2;
	color: #81858b;
}

.kbd-a--x7 {
	line-height: normal !important;
}

.kbd-a--x7, .kbd-a--x8 {
	z-index: 3;
	position: relative;
	color: #81858b;
}

.kbd-a--x7 {
	line-height: normal !important;
}

.kbd-a--x5 {
	font-size: 12px;
	color: #424750;
}

.kbd-a--y3::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c0c2c5;
	position: absolute;
	right: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.kbd-a--y3 {
	font-size: 10px;
	font-size: .714rem;
	line-height: 2.2;
	position: relative;
	color: #81858b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.kbd-a--y3::before {
	content: "";
	display: block;
	width: 1px;
	height: 33px;
	background: #c0c2c5;
	position: absolute;
	right: -15px;
	top: -23px;
}

.kbd-a--x7 {
	line-height: normal !important;
}

.kbd-a--x7, .kbd-a--x8 {
	z-index: 3;
	position: relative;
	color: #81858b;
}

.kbd-a--x7 {
	line-height: normal !important;
}

.kbd-a--x5 {
	font-size: 12px;
	color: #424750;
}

.kbd-a--y3::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c0c2c5;
	position: absolute;
	right: -18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.kbd-a--x9 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.kbd-a--w8:hover {
	background: #f0f0f1;
	border-top: 1px solid #f0f0f1;
	border-bottom: 1px solid #f0f0f1;
}

.kbd-a--w8::after {
	content: "";
	width: calc(100% - 32px);
	height: 1px;
	background: #f0f0f1;
	position: absolute;
	left: 16px;
	bottom: -1px;
}

.kbd-a--y1 {
	position: relative;
}

.kbd-a--y1:hover {
	background: #f0f0f1;
}

.kbd-a--y2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.833;
	padding: 10px 20px;
	cursor: pointer;
	color: #17191e;
	letter-spacing: -0.5px;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 2.15;
}

.kbd-a--y2:before {
	font-size: 21px;
	line-height: 1.222;
	margin-left: 11px;
}

.kbd-a--y1:not(:last-child)::after {
	content: "";
	width: calc(100% - 32px);
	height: 1px;
	background: #f0f0f1;
	position: absolute;
	left: 16px;
	bottom: 0;
}

.kbd-a--y1:not(:last-child)::after {
	content: "";
	width: calc(100% - 32px);
	height: 1px;
	background: #f0f0f1;
	position: absolute;
	left: 16px;
	bottom: 0;
}

.kbd-a--y7 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.kbd-a--y8 {
	margin-bottom: 28px;
}

.kbd-a--y9 {
	display: block;
	position: relative;
	width: 32%;
}

.kbd-a--z2 {
	background-color: #efefef;
	display: block;
	width: 100%;
}

.kbd-a--z3 {
	display: block;
	overflow: hidden;
	padding-bottom: 100%;
}

.kbd-a--z4 {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.kbd-a--z5 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.kbd-a--z6 {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 0 solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.kbd-a--z7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.kbd-a--z8 {
	text-align: center;
	margin: 2px 16px;
}

.kbd-a--z9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.kbd-b--a1 {
	width: 100%;
}

.kbd-b--a2 label {
	display: block;
	font-size: 14px;
	margin: 20px 0 5px 0;
}

#p_result .cropper-view-box, #p_result .cropper-face {
	border-radius: 50%;
}

.kbd-b--a3 {
	background-color: var(--jobBg);
	padding: 10px;
	min-width: 100px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	font-family: 'Vazir';
	margin-left: 10px;
	margin-bottom: 10px;
}

.kbd-b--a4 {
	color: #2079ce !important;
	cursor: pointer;
}

.kbd-b--a5 {
	margin-right: 10px;
	font-size: 10px;
	padding: 10px 10px 10px 0;
	cursor: pointer;
}

.kbd-b--a6 {
	width: 90px;
	height: 90px;
	background-size: cover;
	border-radius: 50%;
	margin: 0;
}

.kbd-b--a7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	background-color: var(--boxColor);
}

.kbd-width-100 {
	width: 100% !important;
}

.kbd-b--a8 {
	margin-left: 10px;
}

.kbd-b--a9 h1 {
	margin: 0;
	font-size: 18px;
	color: #8c8c8c;
	display: inline-block;
}

.kbd-b--a9 h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #b3b3b3 !important;
	line-height: 24px;
	font-weight: 100;
}

.kbd-b--b1 {
	font-size: 13px;
	color: var(--viewColor);
	font-family: 'Vazir';
	display: inline-block;
	padding-right: 20px;
	position: relative;
	margin-top: 5px;
}

.kbd-b--b1:before {
	content: '\27A4';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-30%) rotate(180deg);
	color: #007bff;
}

.kbd-b--b2 {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: " ...";
	text-overflow: " ...";
	width: 160px;
	display: inline-block;
}

.kbd-b--b3 {
	width: 50%;
	border-radius: 5px;
	padding: 16px 24px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.kbd-b--b3:before {
	content: "";
	position: absolute;
	right: 24px;
	left: 24px;
	bottom: 0;
	border-bottom-color: var(--separatorColor);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.kbd-b--b3:last-child::before, .kbd-b--b3:nth-last-child(2):nth-child(2n+1)::before {
	border-bottom: none;
}

.kbd-b--b4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 60px auto 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: var(--Background);
	padding: 40px 20px;
}

.kbd-b--b5 {
	width: 19%;
	min-width: 180px;
	background-color: var(--boxColor);
	padding: 10px;
	margin-left: 10px;
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.kbd-b--b6 {
	margin-bottom: 15px;
	display: none;
}

.kbd-b--b7 {
	font-size: 14px;
	letter-spacing: -0.7px;
}

.kbd-b--b8 {
	margin: 5px 0 10px 0;
	border: 0;
	height: 1px;
	background-color: var(--NavBorderColor);
}

.kbd-b--b9 {
	float: right;
}

.kbd-b--c1 {
	margin: 6px 10px 0 0;
	max-width: 100%;
}

.kbd-b--c2 {
	border-radius: 10px;
	border: 1px solid #bdbdbd;
	color: #5a5a5a;
	letter-spacing: -0.3px;
	font-size: 11px;
	font-size: .786rem;
	line-height: 30px;
	padding: 0 10px 0 31px;
	position: relative;
	display: inline-block;
	border-color: #eee;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
}

.kbd-b--c3 {
	color: #7d7d7d;
	width: 32px;
	line-height: inherit;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	padding: 0;
	background: none;
	cursor: pointer;
	font-size: 9px;
}

.kbd-b--c4 {
	color: #5a5a5a;
	letter-spacing: -0.3px;
	font-size: 11px;
	line-height: 30px;
	font-family: 'Vazir';
}

.kbd-b--c5 {
	margin: 15px 0;
	height: 200px;
	overflow: auto;
}

.kbd-b--c6 {
	display: block;
	font-size: 13px;
	font-family: 'Vazir';
	padding: 8px;
	cursor: pointer;
}

.kbd-b--c6:hover {
	background: #f9f9f9;
}

.kbd-b--c7 {
	width: 80%;
	background-color: var(--Background);
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.kbd-b--c8 {
	margin-top: 15px;
}

.kbd-b--c9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 5px;
}

.kbd-b--d1 {
	width: 100%;
	padding: 24px;
}

.kbd-b--d2 {
	width: 100%;
}

.kbd-b--d3 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.kbd-b--d3 li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 8px -8px;
}

.kbd-b--d4, .kbd-b--d5 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-flex: 0;
	padding: 0;
}

.kbd-b--d4, .kbd-b--d5 {
	padding-right: 8px;
	padding-left: 8px;
}

.kbd-b--d5 {
	-ms-flex: 0 0 22.2%;
	-webkit-box-flex: 0;
	flex: 0 0 30.2%;
	max-width: 30.2%;
	font-family: 'Vazir';
	letter-spacing: -1px;
	font-size: 14px;
}

.kbd-b--d6 {
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	width: 200px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
	top: 0px;
	display: none;
	color: #333;
}

.kbd-b--d7 {
}

.kbd-b--d8 {
	width: 60%;
	margin-left: 30px;
}

.kbd-b--d9 {
	width: 100%;
}

.kbd-b--e1 {
	font-family: 'Vazir';
	font-size: 14px;
}

.kbd-b--e2 {
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 30px 0 30px 0;
}

.kbd-b--e3 {
	position: absolute;
	left: 50%;
	background-color: #fff;
	width: 100px;
	display: inline-block;
	text-align: center;
	top: -10px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.kbd-b--e4 {
	font-family: 'Vazir';
	letter-spacing: -1px;
	text-align: center;
	display: block;
	margin: 30px 0 40px;
	font-size: 14px;
	color: #5b5b5b;
}

.kbd-b--e5 {
	background-color: #fff;
	margin: 0 auto;
	adding: 15px;
}

.kbd-b--e6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.kbd-b--e7 {
	width: 352px;
	height: 352px;
	overflow: hidden;
}

.kbd-b--e7 img {
	width: 100%;
}

.kbd-b--e8 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.kbd-b--e9 {
	width: 300px;
	margin: 0 10px;
}

.kbd-b--e8 .kbd-b--f1 {
	width: 300px;
	display: table;
}

.kbd-b--f2 {
	font-size: 32px;
	margin: 15px 0;
	font-family: 'Vazir';
	letter-spacing: -1px;
}

.kbd-b--f3 {
	font-size: 4em;
}

.kbd-b--f4 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #000;
	border: none;
	border-radius: 5px;
	background: #fff;
	padding: 25px;
}

.kbd-b--f5 {
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}

.kbd-b--f5:first-child {
	margin-left: 40px;
}

.kbd-b--f6 {
	padding: 5px 10px;
	margin: 12px 0;
	display: inline-block;
	border-radius: 6px;
	text-align: center;
	color: #000;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	letter-spacing: -0.5px;
	font-family: 'Vazir';
	border: 2px solid #000;
	width: 100px;
	background: transparent;
	cursor: pointer;
	font-size: 16px;
}

.kbd-b--f7 {
	margin: 10px 0;
}

.kbd-b--f8 {
	margin: 20px 0 0;
}

.kbd-b--f9 {
	margin: 20px 0;
	color: #d94747;
	font-weight: 600;
	font-family: 'Vazir';
}

.kbd-b--g1 {
	width: 98%;
	margin: 14px auto;
	padding: 60px 80px;
}

.kbd-b--g2 {
	width: 40px;
	display: block;
	margin: 0 auto;
	transition: 0.5s cubic-bezier(1,0,0,1);
}

.kbd-b--g3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-b--g3 img {
	width: 200px;
}

.kbd-b--g4 p {
	margin: 0;
	font-family: 'Vazir';
}

.kbd-b--g5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--viewColor);
	min-width: 90px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0,-50%);
}

.kbd-b--g6 {
	font-size: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	direction: ltr;
	margin-left: 15px;
}

.kbd-b--g7 {
	font-size: 14px;
	margin-left: 5px;
}

.kbd-b--g8 {
	position: relative;
	cursor: pointer;
}

.kbd-b--g9 {
}

.kbd-b--h1 {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kbd-b--h2 {
	font-size: 13px;
	letter-spacing: -0.5px;
	color: var(--MainColor);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	cursor: pointer;
}

.kbd-b--h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.kbd-b--h4 {
	font-size: 13px;
	letter-spacing: -0.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.kbd-b--h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.kbd-zert:before {
	font-size: 18px;
}

.kbd-b--h3 .kbd-goal:before {
	margin-left: 0;
}

.kbd-b--h6 {
	display: inline-block;
	margin: 0 10px 0 0;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	font-size: 12px;
	color: #d95050;
}

.kbd-b--h7 {
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	position: absolute;
	background-color: var(--InfoBoxColor);
	padding: 10px;
	top: 10px;
	right: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
}

.kbd-b--h7.show {
	opacity: 1;
	visibility: visible;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.kbd-b--h8 {
	background-color: var(--MainColor);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 5px;
	-webkit-animation: bounce 0.5s ease-in infinite;
	animation: bounce 0.5s ease-in infinite;
}

.kbd-b--h9 {
	width: 40%;
	height: 400px;
}

.kbd-b--i1 {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
	border: 2px solid #f0f0f0;
}

.kbd-b--i2 {
	width: 100%;
	text-align: right;
	border-bottom: 1px solid var(--NavBorderColor);
	line-height: 0.1em;
	margin: 40px 0;
}

.kbd-b--i2 span {
	background: var(--Background);
	padding: 0 0 0 10px;
	letter-spacing: -1px;
}

.kbd-b--h8:nth-of-type(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.kbd-b--h8:nth-of-type(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.kbd-b--h8:nth-of-type(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.kbd-b--h8:nth-of-type(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.kbd-b--h8:nth-of-type(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.kbd-b--h9 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0px;
	padding-top: 0px;
}

.kbd-b--i3 {
	background-color: #fff;
	margin: 0 auto;
	padding: 25px;
}

.kbd-b--i4 {
	width: 352px;
	height: 352px;
	overflow: hidden;
}

.kbd-b--i4 img {
	width: 100%;
}

.kbd-b--i8 {
	display: flex;
	font-family: 'Vazir' !important;
	font-size: 12px;
	justify-content: flex-end;
	align-items: center;
}

.kbd-b--i9 {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	display: flex;
}

.kbd-b--i9-1 {
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	display: flex;
}

.kbd-b--i9 input:focus, .kbd-b--i9 input:active, .kbd-b--i9 input:visited {
	outline: none!important;
	border: none!important;
	box-shadow: none!important;
}

.kbd-b--j1 {
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	color: #646464;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	font-size: 23px;
}

.kbd-b--j1-1 {
	background-color: #fff;
	font-size: 24px;
	padding: 9px 8px 0 20px;
}

.kbd-b--j1-2 {
	background-color: #fff;
	font-size: 26px;
	padding: 3px 8px 0 20px;
}

.kbd-b--j2 {
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	letter-spacing: 0.55em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	color: #646464;
	overflow: hidden;
	text-align: center;
}

.kbd-b--j3 {
	width: 500px;
	margin: 60px auto;
}

.kbd-b--j4 {
	width: 185px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border: none;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 2px;
	cursor: pointer;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-color: transparent;
	border-right-style: none;
	border-right-width: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	letter-spacing: -0.5px;
	font-size: 16px;
	background-color: #010101;
	color: #fff;
	outline: none;
	font-family: 'Vazir';
}

.kbd-b--j5 {
	text-align: center;
	margin: 30px;
	color: blue;
}

.kbd-b--j6 {
	display: flex;
	justify-content: center;
}

.kbd-b--j7 {
	font-size: 1.7rem;
	margin-top: 40px;
	letter-spacing: -2px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	transition: none;
    background: linear-gradient(to right, #00bcd4 20%, #158be8 40%, #9b30e2 60%, #158be8 80%, #00bcd4 100%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 3s linear infinite textclip;
    font-weight: 700;
}

.kbd-b--j7:before {
	content: '';
	background: #fdb743;
	position: absolute;
	bottom: -26px;
	right: calc(50% - 25px);
	width: 60px;
	height: 6px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.kbd-b--j8 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 20px;
}

.kbd-b--j9 {
	width: 25%;
	padding: 10px;
}

.kbd-b--k1 {
	background-color: var(--boxColor);
	padding: 20px;
	height: 100%;
	box-shadow: 0 1px 10px rgba(0,0,0,0.19);
	display: flex;
	flex-direction: column;
	font-size: 15px;
	color: var(--MainColor);
	position: relative;
	overflow: hidden;
	user-select: none;
	transition: 0.2s;
}

.kbd-b--k2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.kbd-b--k3 {
	font-size: 17px;
	margin: 0 10px 0 0;
}

.kbd-b--k4 {
	background-color: var(--ListHoverBg);
	padding: 10px;
	border-radius: 4px;
	font-size: 28px;
	color: #999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kbd-b--k1 p {
	margin: 0;
}

.kbd-b--k1 span:last-child {
	line-height: 26px;
	letter-spacing: -0.5px;
	text-align: justify;
	font-family: 'Vazir';
}

.kbd-b--k5 {
	position: absolute;
	top: 10px;
	left: -25px;
	color: #fff;
	font-size: 15px;
	padding: 4px 16px;
	transform: rotate(-45deg);
	width: 100px;
	text-align: center;
}

.kbd-b--k6 {
	background-color: #ffd45b;
	color: #333;
}

.kbd-b--k7 {
	background-color: #36bb36;
}

.kbd-b--k8 {
	display: none;
	background-color: transparent;
	border: none;
	color: inherit;
	font-size: 22px;
	cursor: pointer;
}

.kbd-b--k9 {
	position: absolute;
	left: 1px;
	top: 6px;
	color: inherit;
	font-size: 15px;
	cursor: pointer;
}

.kbd-b--l4 {
	display: flex;
	align-items: center;
	width: 100%;
}

.kbd-b--l5 {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.kbd-b--l6 {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.kbd-b--l7 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	position: relative;
	top: 120px;
}

.kbd-b--l8 {
	margin-top: 60px;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.kbd-b--l9 {
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 48px;
	margin-top: 16px;
}

.kbd-b--m1 {
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 50px;
}

.kbd-b--m1 h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
	text-transform: capitalize;
	margin: 0;
	text-align: right;
	letter-spacing: -2px;
}

.kbd-b--m2 {
	width: 100%;
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.kbd-b--m3 {
	position: relative;
	display: inline-block;
	max-width: 21rem;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	margin-right: auto;
	margin-bottom: 4.5rem;
	margin-left: auto;
	padding: 3.25rem 2rem 2rem 2rem;
}

.kbd-b--m3:nth-child(3n+2) {
	margin-right: 2rem;
	margin-left: 2rem;
}

.kbd-b--m3 img {
	vertical-align: middle;
	border-style: none;
}

.kbd-b--m4 {
	padding-top: 8rem;
	padding-bottom: 3.625rem;
	text-align: center;
}

.kbd-b--m4 h2 {
	margin-bottom: 1rem;
}

.kbd-b--m5 {
	width: 100%;
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.kbd-b--m6 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.kbd-b--m7 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3.875rem;
}

.kbd-b--m8 {
	width: 6rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
}

.kbd-b--m9 {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0;
}

.kbd-b--m9 p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 14px;
}

.kbd-b--n1 {
	margin-bottom: 0.875rem;
}

.kbd-b--n2 {
	padding-top: 7.5rem;
	padding-bottom: 7rem;
	background: url('includes/images/accessories/testimonials-background.jpg') center center no-repeat;
	background-size: auto;
	background-size: cover;
}

.kbd-b--n3 {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.kbd-b--n4 {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.kbd-b--n5 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	position: relative;
	top: 120px;
}

.kbd-b--n6 {
	max-width: 50%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	font-family: 'Vazir';
}

.kbd-b--n7 {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 48px;
	margin-top: 16px;
}

.kbd-b--n8 {
	width: 100%;
	padding: 5px;
	border: 1px solid var(--NavBorderColor);
	overflow: hidden;
	font-family: 'Vazir' !important;
}

.kbd-b--n9 {
	margin: 15px auto;
	display: none;
	width: 90%;
}

.kbd-b--o1 .kbd-b--c2 {
	background-color: #fcff9b;
	border: none;
}

.kbd-b--o2 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.kbd-b--o2 li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 8px -8px;
}

.kbd-b--o3 {
	width: 100%;
	display: none;
	justify-content: center;
	padding: 10px;
}

.kbd-b--o4 {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	font-size: 17px;
	padding: 6px 10px;
	margin: 0 10px;
	cursor: pointer;
}

.kbd-b--o5 {
	border-bottom: 1px solid var(--NavBorderColor);
	padding: 10px;
	margin: 10px 0;
}

.kbd-b--o5 p {
	padding-right: 80px;
	font-family: 'Vazir';
	text-align: right;
	padding-left: 20px;
}

.kbd-b--o5::after {
	content: "";
	clear: both;
	display: table;
}

.kbd-b--o5 img {
	float: left;
	max-width: 60px;
	width: 100%;
	margin-right: 20px;
	border-radius: 50%;
}

.kbd-b--o5 img.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

.kbd-b--o6 {
	font-size: 17px;
	color: #888;
}

.kbd-b--o7 {
	font-size: 14px;
}

.kbd-b--o8 {
	color: #999;
	font-family: 'Vazir';
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: end;
}

.kbd-b--o9 {
	margin-top: 20px;
}

.kbd-b--p1 {
	flex-direction: column;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 80px;
}

.kbd-b--p2 {
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
	margin-top: 20px;
	font-family: 'Vazir';
}

.kbd-b--p3 {
	flex: 0 0 220px;
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
}

.kbd-b--p4 {
	font-size: 14px;
	color: #666;
	cursor: pointer;
	padding: 8px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
	margin: 0;
}

.kbd-b--p4:last-child {
	border-bottom-width: 1px;
}

.kbd-b--p5 {
	padding: 0 10px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 24px;
}

.kbd-b--p5 li {
	width: 16%;
	height: 75px;
	margin: 0.3%;
	text-align: center;
	min-width: 120px;
}

.kbd-b--p5 a {
	border-radius: 4px;
	font-size: 13px;
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #fff;
	color: #333;
	transition: 0.2s;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kbd-b--p5 a:hover {
	background-color: #5b85f4;
	color: #fff;
}

.kbd-b--p6 {
	background-color: #fff;
	color: #000;
	position: relative;
	border-right: 2px solid #000;
}

.kbd-b--p6:after {
	content: '\25c0';
	color: #000;
	font-size: 12px;
	margin-right: 5px;
}

.kbd-b--p7 {
	position: sticky;
	top: 100px;
}

.kbd-b--p8 {
	display: none;
	width: 100%;
	margin: 20px 0;
}

.kbd-b--p9 {
	display: flex;
	width: 100%;
	background-color: #f1f1f1;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.kbd-b--q1 {
	font-size: 14px;
	color: var(--MainColor);
	cursor: pointer;
	padding: 8px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
	margin: 0;
	position: relative;
	background-color: var(--boxColor);
}

.kbd-b--q1:after {
	content: '\002B';
	margin-right: 5px;
	position: absolute;
	top: 6px;
	left: 8px;
	font-size: 20px;
}

.kbd-b--q2 {
	background-color: #fff;
	color: #000;
	position: relative;
	border-color: #008aef;
	background-color: #008aef;
	color: #fff;
}

.kbd-b--q2:after {
	content: '\2212';
	color: #fff;
	font-size: 20px;
	margin-right: 5px;
}

.kbd-b--q3 {
	max-height: 0px;
	overflow: hidden;
	transition: cubic-bezier(.68,-0.55,.27,1.55) 0.3s;
	padding: 0;
	background-color: var(--Background);
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.kbd-b--q3:last-child {
	border-bottom: 1px solid #ddd;
}

.kbd-b--q3 li {
	margin: 0;
	padding: 8px;
}

.kbd-b--q3 a {
	font-size: 12px;
	color: var(--MainColor);
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
}

.kbd-b--q3 a span {
	color: #1872c3;
}

.kbd-b--q4 {
	margin: 0;
	font-size: 16px !important;
	font-weight: 600;
}

.kbd-b--q5 {
	margin: 0;
	font-size: 14px !important;
	font-weight: 100;
}

.kbd-b--q6 {
	width: 100%;
	padding: 20px 40px;
	border-radius: 5px;
	margin: 80px auto;
	text-align: center;
}

.kbd-b--q7 {
	margin: 0;
}

.kbd-b--q8 {
	padding: 20px 40px;
	margin: 50px auto;
}

.kbd-b--q9 {
	display: flex;
	padding: 10px;
	align-items: center;
	text-align: center;
	justify-content: space-between;
}

.kbd-b--r1 {
	width: 40%;
}

.kbd-b--r4 {
	margin-top: 100px;
	padding: 0 15px;
	text-align: center;
	font-size: 1rem;
}

.kbd-b--r5 {
	background-color: #202897;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.blue {
	color: #3b9bf6;
}

@-webkit-keyframes bounce {
	0%,
    100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0%,
    100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.leaflet-control-attribution, .leaflet-control {
	display: none;
}

.leaflet-popup-content-wrapper {
	direction: rtl;
}

.leaflet-bottom {
	display: none;
}

#mapid {
	width: 100%;
	height: 300px;
	z-index: 0;
	border: 2px solid #f0f0f0;
}

.leaflet-popup-content {
	text-align: center;
	font-family: 'Vazir';
	width: 170px;
	color: blue;
}

.step-title {
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
	width: 100px;
	font-family: 'Vazir';
}

.step-status {
	font-size: 12px;
	text-align: right;
	padding-right: 15px;
	width: 100px;
	font-family: 'Vazir';
	color: var(--InfoColor);
}

.main-wrap {
	background: var(--Background);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.step-progress {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.step-progress.dark {
	background: #555;
}

.step-progress.dark .step .point {
	border: 5px solid #eee;
	color: #eee;
}

.step-progress.dark .step .progress {
	background: #eee;
}

.step-progress .step {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: auto;
	align-self: auto;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.step-progress .step.active .point {
	background: #03a9f4;
	border: 5px solid transparent;
	color: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.step-progress .step.active .progress:after {
	width: 100%;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.step-progress .step .point {
	display: inline-block;
	border: 5px solid #aaa;
	border-radius: 35px;
	color: #aaa;
	cursor: pointer;
	font-weight: bold;
	height: 15px;
	line-height: 30px;
	width: 15px;
	text-align: center;
	z-index: 0;
}

.step-progress .step .progress {
	pointer-events: none;
	width: 125px;
	background: #aaa;
	height: 5px;
	margin: 0 -5px;
	position: relative;
	z-index: 0;
}

.step-progress .step .progress:after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	background: #03a9f4;
}

.select {
	position: relative;
	height: 47.5px;
	background: white;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	width: 100%;
}

.select:after {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #999 transparent transparent transparent;
	pointer-events: none;
}

.select:before {
	width: 30px;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: '';
	pointer-events: none;
}

.select select {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-align: right;
	width: 100%;
	padding: 10px 10px;
	font-size: 18px;
	height: 50px;
	color: #555;
	letter-spacing: -.5px;
	font-family: 'Vazir';
	border: 2px solid #f0f0f0;
	border-radius: 4px;
}

.select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.select select::-ms-expand {
	display: none;
}

.select select:focus {
	border-color: #777;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
	.select select {
		padding-right: 0;
	}

	.select:after, .select:before {
		display: none;
	}
}

.container {
	width: 420px;
	margin: auto;
	top: 50%;
	position: relative;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

/*Start Table*/
table {
	background: #f5f5f5;
	border-collapse: separate;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 20px 0;
	width: 100%;
}

th {
	background: url(https://jackrugile.com/images/misc/noise-diagonal.png), -webkit-gradient(linear, left top, left bottom, from(#777), to(#444));
	background: url(https://jackrugile.com/images/misc/noise-diagonal.png), -o-linear-gradient(#777, #444);
	background: url(https://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	-webkit-box-shadow: inset 0 1px 0 #999;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	font-family: 'Vazir';
	font-size: 16px;
}

th:after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,.08)));
	background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

th:first-child {
	border-left: 1px solid #777;
	-webkit-box-shadow: inset 1px 1px 0 #999;
	box-shadow: inset 1px 1px 0 #999;
}

th:last-child {
	-webkit-box-shadow: inset -1px 1px 0 #999;
	box-shadow: inset -1px 1px 0 #999;
}

td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	text-align: center;
	font-family: 'Vazir';
	font-size: 14px;
}

td:first-child {
	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
}

td:last-child {
	border-right: 1px solid #e8e8e8;
	-webkit-box-shadow: inset -1px 0 0 #fff;
	box-shadow: inset -1px 0 0 #fff;
}

tr {
	background: url(https://jackrugile.com/images/misc/noise-diagonal.png);
}

tr:nth-child(odd) td {
	background: #f1f1f1 url(https://jackrugile.com/images/misc/noise-diagonal.png);
}

tr:last-of-type td {
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	box-shadow: inset 0 -1px 0 #fff;
}

tr:last-of-type td:first-child {
	-webkit-box-shadow: inset 1px -1px 0 #fff;
	box-shadow: inset 1px -1px 0 #fff;
}

tr:last-of-type td:last-child {
	-webkit-box-shadow: inset -1px -1px 0 #fff;
	box-shadow: inset -1px -1px 0 #fff;
}

tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}
/*End Table*/

select option:disabled {
	color: #000;
	font-weight: bold;
}

.show-search {
	visibility: visible !important;
	width: 100% !important;
}

.kbd-gallery--list-img {
	width: 100%;
}

.kbd-gallery--list {
	flex-direction: column;
}

.backBtn {
	display: none;
	background: transparent;
	border: none;
	font-size: 22px;
	margin-left: 10px;
	cursor: pointer;
	filter: invert(100%);
}

.backBtn img {
	width: 20px;
	margin-top: 6px;
}

.commentWriter {
    font-weight: bold;
    display: inline-block;
    color: var(--MainColor);
}

.commentTxt{
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
}

.replyContainer{
    padding-right: 20px;
    border: 1px solid var(--NavBorderColor);
    border-right-width: 5px;
    margin-right: 30px;
    background-color: var(--replyBoxBg);
}

.replyBtn {
	margin-left: 20px;
	cursor: pointer;
	font-size: 13px;
	color: var(--MainColor);
}

.replyBtn:before {
	margin-left: 5px;
}

.notification {
	margin: 0 0 5px;
	padding: 10px 10px 30px;
	background-color: #fafafa;
	border-right: 4px solid #0fabc6;
	position: relative;
}

.note_time {
	margin-right: 10px;
	font-size: 12px;
	color: #777;
	position: absolute;
	bottom: 2px;
	left: 5px;
	font-family: 'Vazir';
}

.note_time:before {
	margin-right: 5px;
}

/* register page */

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slideInFromLeft {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slideInFromRight {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}


@keyframes textclip {
	100% {
        background-position: -200% center;
    }
}

.regContainer {
	max-width: 500px;
	margin: 50px auto;
}

#registrationForm {
	padding: 40px;
	animation: fadeIn 1s ease-in-out;
}

/*mobile footer styles*/
.mfooter_container {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    padding: 5px 0;
    background-color: var(--Background); 
    color: var(--MainColor); 
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 2;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--NavBorderColor);
}
.mfooter_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    color: var(--mfooterItemColor);
}
.mfooter_item_title {
    font-size: 11px;
}
.mfooter_icon {
    color: var(--mfooterIconColor);
    font-size: 20px;
    padding: 2px;
}
.mfooter_active {
    color: #178cf6;
}
.mfooter_active a {
    color: #178cf6;
}