/*
Theme Name: My Temp
Theme URI: https://mrkhi.ir
Author: Mojtaba Ramezankhani
Author URI: https://mrkhi.ir


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*comment box*/
.comment_box{
	width: 100%;
	height: fit-content;
	border: 1px solid rgba(128, 128, 128, 0.096);
	float: right;
	display: block;
	border-radius: 5px;
	padding: 0px 10px 3px 10px;
	margin: 10px 0;
	text-align: right;
	position: relative;
}
.comment_box .fa-comment{
	display:none;
}

.comment_box a{
	text-decoration:none;
}

.comment_box a:hover{

}

#title_comment h3 {
	width: max-content;
	text-align: center;
	margin-top: -49px;
	color: white;
	background-color: #75c971;
	border-radius: 5px;
	padding: 0 10px 2px;
	position: relative;
	left: -20px;
	font-size: 17px;
}

#title_comment a{
	margin left:2px;
	color:white;
}

#title_comment a:hover{
	color:#444;
	transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-webkit-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
}

.comment_box ol{
	list-style-type: none;
}
#comment-1{
	background-color: #e8eee752;
	border: 1px dashed #bdb0b0;
	border-radius: 4px;
	margin: -40px -38px 0 0;
	padding: 10px 10px 10px;
}

#comment-1 a:hover{
	color:#444;
}

.avatar{
	border-radius:50px;
	shadow: 0px 0px 1px 1px rgba(138, 138, 138, 0.62);
	box-shadow: 0px 0px 1px 1px rgba(138, 138, 138, 0.62);
	-moz-box-shadow: 0px 0px 1px 1px rgba(138, 138, 138, 0.62);
	-webkit-box-shadow:0px 0px 1px 1px rgba(138, 138, 138, 0.62);
	-khtml-box-shadow: 0px 0px 1px 1px rgba(138, 138, 138, 0.62);
	padding: 3px;
	height:70px;
	width:70px;
}

.comment-author{

}

.fn{
	position: relative;
	margin: 0 5px 0 0;
	color: gray;
	background-color: #fff;
	padding: 0 10px 2px 10px;
	border-radius: 5px 18px;
	height: 67px;
	top: -46px;
	font-size: 14px;
}
.fn a{
	color: gray;
	top: -2px;
	position: relative;
}
.comment-body p{
	font-size:15px;
	color:gray;
}

.commentmetadata {
	top: -20px;
	margin: -30px 70px 0 0;
}

.commentmetadata a{
	color: gray;
	background-color: #fff;
	border-radius: 18px 5px;
	padding: 0px 10px 0px;
	top: -13px;
	position: relative;
	left: -8px;
	font-size: 14px;
}

.says{
	display:none;
}

.reply a{
	color: #fff;
	background-color: #ff000073;
	padding: 0px 5px 5px 5px;
	border-radius: 15px;
}

.reply a:hover{
	background-color:red;
	transition:0.5s ease 0s;
	-moz-transition:0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
}

.comment-body{
	margin-right: -40px;
}

#div-comment-3,
#div-comment-5,
#div-comment-7,
#div-comment-9
{
	background-color: #d0ffd3;
	border-radius: 10px;
	padding: 13px;
	margin-bottom: 10px;
}

#div-comment-1{
	background-color: #d0ffd3;
	border-radius: 4px;
	padding: 25px 13px 13px;
	margin-bottom: 10px;
}

#div-comment-2,
#div-comment-4,
#div-comment-6,
#div-comment-8,
#div-comment-10
{
	background-color: #c6ff5f5e;
	border-radius: 10px;
	padding: 13px;
	margin-bottom: 10px;
}

#respond{
	nargin-top:-40px;
}

#respond h3{
	background-color: #64b788;
	width: max-content;
	padding: 0 10px 2px;
	border-radius: 5px;
	color: white;
	top: -14px;
	position: relative;
	left: -20px;
	font-size: 17px;
}

#commentform{
	background-color: #e8eee752;
	border: 1px dashed #bdb0b0;
	border-radius: 4px;
	padding: 10px;
	margin-top:-50px;
	height: 560px;
}

.postcomment a{
	color:white;
}

#cancel-comment-reply-link{
	display:none;
}

.comment{
	margin-bottom: 40px;
}

.more-link{
	display:none;
}

/* BetweenLines */

.border-line-v1::after {
	content: '';
	position: absolute;
	display: block;
	left: 10px;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to bottom, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	top:-17px;
}
.border-line-v2::after {
	content: '';
	position: absolute;
	display: block;
	left: 10px;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to bottom, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	top:-17px;
}
.border-line-v3::after {
	content: '';
	position: absolute;
	display: none;
	left: 10px;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to bottom, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	top:-17px;
}

.border-line-v4::after {
	content: '';
	position: absolute;
	display: block;
	left: 10px;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to bottom, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	top:-10px;
}

.border-line-v5::after {
	content: '';
	position: absolute;
	display: block;
	left: -1px;
	width: 1px;
	height: 100%;
	background: -moz-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(top, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to bottom, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	top:-17px;
}

.border-line-v6::after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	margin-right: 60px;
	top: 0px;
	background: -moz-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at center, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

.border-line-h:after {
	content: '';
	position: absolute;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	background: -moz-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at center, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

.border-line-h10:after {
	content: '';
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	background: -moz-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: radial-gradient(ellipse at center, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
}

.border-line-h2::after {
	content: '';
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	right: -20px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dddddd 100%);
	display: block;
}

.border-line-h3::after {
	content: '';
	position: relative;
	margin-top: 160px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	right: -20px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dddddd 100%);
	display: block;
}
.border-line-h4::after {
	content: '';
	position: relative;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	right: -20px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dddddd 100%);
	display: none;
}
.border-line-h5::after {
	content: '';
	position: relative;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	right: -20px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dddddd 100%);
	display: none;
}
.border-line-h6::after {
	content: '';
	position: relative;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	right: -20px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dddddd 100%);
	display: none;
}
.border-line-h7::after {
	content: '';
	position: relative;
	display: block;
	margin-top: 140px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	right: -20px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dddddd 100%);

}
.border-line-h8::after {
	content: '';
	position: relative;
	display: none;
	margin-top: 130px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	right: -20px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dddddd 100%);
}
.border-line-h9::after {
	content: '';
	position: relative;
	display: none;
	margin-top: 120px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	right: -20px;
	background: -moz-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: -webkit-radial-gradient(right, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dddddd 100%);
}

/* ScrollBar */


html {
	margin-right: 0!important;
	height: 100%;
	direction: rtl;
}

body {
	direction: rtl;
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-size: 16px;
	color: #646464;
	background: rgb(27, 184, 171);
	letter-spacing: 0em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: transparent;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/*  Background Animation */


.background.gradient {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.1);
	bottom: -320px;
	-webkit-animation: square 50s infinite;
	animation: square 50s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	z-index: -10;
}

.bg-bubbles li:nth-child(1) {
	left: 10%;
}

.bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 34s;
	animation-duration: 34s;
}

.bg-bubbles li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
	left: 40%;
	width: 120px;
	height: 120px;
	-webkit-animation-duration: 44s;
	animation-duration: 44s;
}

.bg-bubbles li:nth-child(5) {
	left: 70%;
}

.bg-bubbles li:nth-child(6) {
	left: 80%;
	width: 240px;
	height: 240px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 320px;
	height: 320px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 40px;
	height: 40px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 80s;
	animation-duration: 80s;
}

.bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 80s;
	animation-duration: 80s;
}

.bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 320px;
	height: 320px;
	-webkit-animation-delay: 22s;
	animation-delay: 22s;
}


@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		border-radius: 4%;
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-1500px) rotate(600deg);
		transform: translateY(-1500px) rotate(600deg);
		border-radius: 4%;
		opacity: 1;
	}
}

@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		border-radius: 4%;
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-1500px) rotate(600deg);
		transform: translateY(-1500px) rotate(600deg);
		border-radius: 4%;
		opacity: 1;
	}
}


/*  Background Color  Start */
body {
		background-color: #50a3a2;
	}

	.background.gradient {
        background: #50a3a2;
        background: -moz-linear-gradient(top left, #50a3a2 0%, #78cc6d 100%);
		background: -webkit-linear-gradient(top left, #50a3a2 0%, #78cc6d 100%);
		background: linear-gradient(to bottom right, #50a3a2 0%, #78cc6d 100%);
	}

	/*  Background Color  Start */
	.page-box {
		margin: 12vh auto auto auto;
		max-width: 1440px;
		display: block;
		height: fit-content;
		overflow: auto;
		position: relative;
	}

	.Right-menu {
		background-color: transparent;
		width: 70px;
		height: 450px;
		border-radius: 3px;
		margin: 20px 0px 0px 10px;
		padding-top: 10px;
		float: right;
		z-index: 1;
		position: relative;
		display: block;
	}

	.Center-menu {
		display: none;
	}

	.Menu-box {
		background-color: #fff;
		width: 100%;
		height: 380px;
		border-radius: 3px;
		margin: 0px 0px 0px 10px;
		float: right;
		z-index: 1;
		position: relative;
	}

	.Home-box {
		width: 100%;
		height: 65px;
		background-color: #fff;
		border-radius: 3px;
		margin-bottom: 10px;
		padding-top: 1px;
	}


	.Menu-Ul {
		list-style: none;
		padding: 0;
	}

	.Menu-Li {
		margin: 16px 0 26px 0;
	}

	.Menu-Li,
	.Menu-Li a {
		text-align: center;
		color: rgba(39, 39, 39, 0.884);
		text-decoration: none;
		font-size: 10pt;
	}

	.Menu-Li a:hover {
		color: #08ff00;
		transition: color 0.5s ease 0s;
		-moz-transition: color 0.5s ease 0s;
		-webkit-transition: color 0.5s ease 0s;
		-o-transition: color 0.5s ease 0s;
	}
	.Menu-Li a:active{
		color:red;
	}

	.Items {
		font-size: 18pt;
		margin-bottom: 0;
		display: block;
		text-align: center;
		margin: auto;
	}

	.Itemsplus {
		font-size: 16pt;
		display: block;
		text-align: center;
		margin: auto;
		padding: 0px;
	}

	.Profile-box {
		background-color: #fff;
		width: 530px;
		height: 690px;
		border-radius: 5px;
		margin: 20px 0px 0px 0px;
		float: right;
		box-shadow: 15px -15px 2px rgba(120, 204, 109, 0.377);
		-moz-box-shadow: 15px -15px 2px rgba(120, 204, 109, 0.377);
		-webkit-box-shadow: 15px -15px 2px rgba(120, 204, 109, 0.377);
		-khtml-box-shadow: 15px -15px 2px rgba(120, 204, 109, 0.377);
		z-index: 0;
		position: relative;
		display: inline;
	}

	.Profile-Pic-box {
		background-position: center;
		background-size: cover;
		border-radius: 5px 5px 0px 0px;
		background-repeat: no-repeat;
		display: block;
		width: 100%;
		max-width: 100%;
		height: 65%;
		background-image: url(mypic.png);
	}

	.Profile-Data-box {
		max-width: 100%;
		max-height: 35%;
	}

	.Myname {
		font-size: 18pt;
		color: rgb(77, 76, 76);
		font-weight: bold;
		text-align: center;
		margin-bottom: 0;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.Profile-type {
		text-align: center;
		color: #31ae1f;
	}

	.Social-box {
		width: auto;
		text-align: center;
	}

	.Social-box a {
		width: auto;
		text-align: center;
		text-decoration: none;
		color: rgb(63, 63, 63);
		font-size: 13pt;
		margin: 0 5px 0 5px;
	}

	.Social-box a:hover {
		text-decoration: none;
		color: rgba(4, 100, 138, 0.795);
	}

	.Myfriendslinks a {
		width: 50%;
		text-align: center;
		text-decoration: none;
		color: rgb(63, 63, 63);
		display: block;
		float: right;
		font-size: 13pt;
		margin-top: 35px;
		position: relative;
	}

	.Adslinks a {
		margin-top: 35px;
		float: right;
		display: block;
		width: 50%;
		text-align: center;
		text-decoration: none;
		color: rgb(63, 63, 63);
		font-size: 13pt;
		position: relative;
	}

	.Myfriendslinks a:hover,
	.Adslinks a:hover {
		font-size: 14pt;
		color: chocolate;
		transition: color 0.5s ease 0s;
		-moz-transition: color 0.5s ease 0s;
		-webkit-transition: color 0.5s ease 0s;
		-o-transition: color 0.5s ease 0s;
	}

	.Slide-box {
		float: right;
		overflow-y: auto;
		overflow-x: hidden;
		margin: 20px 0 0 0;
	}

	.Slide-box::-webkit-scrollbar {
		width: 0px;
		background: transparent;
	}


	.Slide-Items {
		color: red;
		font-size: 30pt;
		margin: auto;
	}

	.Slide {
		padding: 0px 15px 0px 15px;
		background-color: #fff;
		width: 800px;
		height: 670px;
		border-radius: 5px 0px 0px 5px;
		margin: 12px 0px 0px 0px;
		float: right;
		box-shadow: inset -10px 0px 8px 0px rgba(177, 177, 177, 0.09);
		-moz-box-shadow: -10px 0px 8px 0px inset rgba(177, 177, 177, 0.1);
		-webkit-box-shadow: -10px 0px 8px 0px inset rgba(177, 177, 177, 0.1);
		-khtml-box-shadow: -10px 0px 8px 0px inset rgba(177, 177, 177, 0.1);
		position: relative;
		display: block;
		overflow: hidden;
	}

	h2 span {
		padding: 0px 5px 0px 0px;
		color: rgb(8, 145, 224);
	}
	
	.slide1 h4{
		clear: both;
		float: right;
	}

	#slide1 span {
		display: block;
		float: right;
	}

	.input{
		width: 350px;
		float: right;
	}

	input,
    textarea,
    select {
      display: block;
      margin: 2px 2px 8px 2px;
      width: 230px;
      border:1px solid rgb(196 196 196 / 58%);
      padding: 2px 10px;
	  outline: none;
	  font-family: yekan;
	  font-size: 12pt;
	  border-radius: 20px;
    }

    textarea {
      width: 100%;
      height: 200px;
      resize: vertical;
    }

    input[type="submit"],input[type="reset"]{
	border: none;
	border-radius: 15px;
	background-color:#50989f;
	text-decoration: none;
	cursor: pointer;
	color: white;
	padding: 1px 0px 5px;
	font-size: 13pt;
	margin-right: 10px;
	}

	input[type="submit"]{
		float: right;
		margin-left: 10px;
		width: 60px;
	}
	
	input[type="reset"]{
		margin: 10px 0 0 0;
		width: 80px;
	}

	input[type="submit"]:hover, input[type="reset"]:hover{
		background-color: #009fff;
		transition: 0.5s ease-in-out;
		-webkit-transition: 0.5s ease-in-out;
	}

   textarea:focus, input[type="text"]:focus {
      border: 1px solid rgba(4, 240, 102, 0.219);
	  width: 90%;
	  background-color: rgba(8, 145, 224, 0.041);
	  box-shadow: 0 0 4px rgb(4, 240, 102);
	  transition: 0.4s ease-in-out;
	  -webkit-transition: 0.4s ease-in-out;
	}
	
	textarea:focus{
		width: 100%;
	}
  
    label {
     	margin: 15px;
	color: #50989f;
	}

	select, option{
		color: #111;
		outline: none;
		opacity: 0.6;
	}

	select:focus{
		border: 1px solid rgba(4, 240, 102, 0.219);
		background-color: rgba(8, 145, 224, 0.041);
		box-shadow: 0 0 4px rgb(4, 240, 102);
		transition: 0.4s ease-in-out;
		-webkit-transition: 0.4s ease-in-out;
	}

	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		opacity: 0.6;
	}

	::-moz-placeholder { /* Firefox 19+ */
		opacity: 0.6;
	}

	:-ms-input-placeholder { /* IE 10+ */
		opacity: 0.6;
	}

	:-moz-placeholder { /* Firefox 18- */
		opacity: 0.6;
	}

	.Title-box {
		height: auto;
		width: auto;
		border: 1px;
		position: relative;
		
		margin-right: 8x;
		padding-left: 10px;
	}

	.contactform{
		width: 100%;
		height: auto;
		border: 1px solid rgba(128, 128, 128, 0.096);
		border-radius: 5px;
		padding: 5px 10px;
		margin-bottom: 10px;
	}

	.contactform2 label{
		float: right;
		background-color: #009fff;
		border-radius: 4px;
		color: white;
		margin: 2px 0 0 5px;
		padding: 0 8px;
	}

	.contactform2 P{
		Font-size:13pt;
		letter-spacing:2px;
		margin:6px 0;
	}

	.contactform2{
		width: 100%;
		height: auto;
		border: 1px solid rgba(128, 128, 128, 0.096);
		border-radius: 5px;
		padding: 5px 10px;
		margin-bottom: 10px;
	}

	.Title-box-right {
		height: auto;
		width: 55%;
		border: 1px;
		position: relative;
		float: right;
		text-align: justify;
		padding: 0 0 0 10px;
	}

	.Title-box-left {
		height: auto;
		width: 45%;
		border: 1px;
		position: relative;
		float: right;
		padding-right: 10px;
	}

	.Title-data {
		background-color: rgb(8, 224, 152);
		color: white;
		padding: 2px 7px 2px 7px;
		border-radius: 3px;
		margin-left: 10px;
		letter-spacing: 1px;
	}

	.Title-number {
		font-size: 13pt;
		font-weight: normal;
		letter-spacing: 1px;
	}

	.Title-number2 {
		font-size: 13pt;
		font-weight: bolder;
		letter-spacing: 3px;
		font-family: OperatorLightRegular;
	}

	.Works {
		height: auto;
		width: auto;
		border: 1px;
		position: relative;
		float: right;
		margin-right: 0x;
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}

	.Works h5 {
		background-color: rgba(7, 212, 39, 0.66);
		border-radius: 12px;
		color: white;
		padding: 0 10px 2px 10px;
		margin-bottom: -10px;
		position: relative;
		right: -12px;
		margin-top: 2px;
	}

	.Works h6 {
		font-size: 9pt;
		color: #737373;
		border-radius: 4px;
		width: max-content;
		display: block;
		text-align: center;
		padding: 2px 10px 0;
		background-color: beige;
	}

	.Works p {
		margin-bottom: -20px;
	}

	.Padding {
		padding: 0px 25px;
	}

	.Services {
		width: 230px;
		height: 280px;
		border: 1px solid rgba(128, 128, 128, 0.096);
		border-radius: 10px;
		text-align: center;
		padding: 15px 5px 13px 5px;
		margin: 0px 20px 20px 0px;
		float: right;
		display: block;
	}

	#Slide3 li::before {
		content: '';
		position: relative;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
		height: 1px;
		background: -moz-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
		background: radial-gradient(ellipse at center, #dddddd 0%, rgba(255, 255, 255, 0) 70%);
	}

	#Slide3 ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#Slide3 ul li {
		background-image: url(flesh2.png);
		background-position: right top;
		background-repeat: no-repeat;
		margin: 5px;
	}

	#Slide3 h4 {
		margin: 10px 0 -5px 0;
		color: rgb(46, 46, 46);
	}

	#Slide3 p {
		font-size: 10pt;
		margin: -6px 10% -6px 0;
		text-align: right;
	}

	.map-icon {
		font-size: 52pt;
		color:white;
		background-color:rgba(217, 8, 224, 0.5);
		padding: 10px;
		border-radius: 50%;
		text-align: center;
	}

	.map-icon2 {
		font-size: 39pt;
		color:white;
		background-color:rgba(217, 8, 224, 0.5);
		padding: 10px;
		border-radius: 50%;
		text-align: center;
	}

	.Post-title {
		width: max-content;
		display: block;
		border-radius: 5px;
		padding: 0px 10px 3px 10px;
		text-align: right;
		margin: -2px 0 -17px 0;
		color: white;
		background-color: #00c3ff;
		position: relative;
		top: -21px;
	}

	.Post {
		width: 100%;
		height: fit-content;
		border: 1px solid rgba(128, 128, 128, 0.096);
		float: right;
		display: block;
		border-radius: 5px;
		padding: 5px 10px 3px 10px;
		margin: 10px 0 20px;
		text-align: right;
		position: relative;
	}

	.Pages-box{
		width: max-content;
		border: 1px solid rgba(68, 68, 68, 0.096);
		display: block;
		border-radius: 5px;
		padding: 10px;
		margin:auto;
		text-align: center;
		clear:both;
		min-height: 62px;
		margin-bottom:10px;
	}

	.Pages-box a{
		text-decoration: none;
		color: rgb(123, 104, 104);
		background-color: #cde1ff;
		border-radius: 15px;
		display: block;
		width: max-content;
		float: right;
		padding: 0 10px 5px 10px;
		margin-left: 5px;	
		border: 2px solid #f1f2ff;
	}

	.Pages-box a:hover{
		color: rgba(77, 76, 76, 0.774);
		border-radius:10px;
	}

	.wp-pagenavi span{
		padding: 2px 10px 3px;
		margin-left: 5px;
	}


	.pages{
		background-color: #8af7ba;
		border-radius: 15px;
		display: block;
		width: max-content;
		float: right;
		border: 2px solid aliceblue;
	}

	.current{
		background-color: #8af7ba;
		border-radius: 15px;
		display: block;
		width: max-content;
		float: right;
		border: 2px solid aliceblue;
	}
	
	.previouspostslink,
	.nextpostslink{
		background-color: #fffccd;
		border-radius: 15px;
		display: block;
		width: max-content;
		float: right;
	}

	.postinfo{
		width: 100%;
		height: fit-content;
		float: right;
		border-radius: 5px;
		background-color: #c6fd0033;
		padding: 0px 10px;
		text-align: right;
		position: relative;
		float: right;
		color:rgba(120, 204, 109, 0.777);
		margin: 25px 0 5px 0;
		font-family: yekan;!important;
	}

	.postinfo a{
		color: rgba(120, 204, 109, 0.777);
		text-decoration: none;
	}

	.postinfo a:hover{
		color:chocolate;
		transition: color 0.5s ease 0s;
		-moz-transition: color 0.5s ease 0s;
		-webkit-transition: color 0.5s ease 0s;
		-o-transition: color 0.5s ease 0s;
	}

	.postinfo span{
		margin-left: 5px;
	}

	.posttitle{
		color:rgba(77, 76, 76, 0.94);
	}



	#Slide5 a {
		text-decoration: none;
		color: #646464;
		padding: 0px 5px 0 5px;
	}

	#Slide5 a:hover {
		text-decoration: none;
		color: #646464;
		background-color: rgba(128, 128, 128, 0.096);
		border-radius: 5px;
		padding: 0px 5px 0 5px;
		transition: background-color 0.5s ease 0s;
		-moz-transition: background-color 0.5s ease 0s;
		-webkit-transition: background-color 0.5s ease 0s;
		-o-transition: background-color 0.5s ease 0s;
	}

	#Slide5 a:visited {
		color: rgb(255, 0, 212);
	}

	#Slide5 h3 {
		text-align: center;
		color: rgba(120, 204, 109, 0.777);
	}

	.Ads-link {
		width: 100%;
		height: auto;
		max-height: 150px;
		border: 1px solid rgba(128, 128, 128, 0.096);
		border-radius: 5px;
		margin: auto;
	}

	.Ads-link ul{
		list-style-type: none;
		padding: 0;
		margin:3px;
		padding-right: 5px;
	}

	.Ads-pic {
		width: 100%;
		height: auto;
		max-height: 280px;
		border: 1px solid rgba(128, 128, 128, 0.096);
		border-radius: 5px;
		margin: auto;
		text-align: center;
	}

	#Slide1,
	#Slide2,
	#Slide3,
	#Slide5 {
		display: none;
	}


	#Slide3::-webkit-scrollbar {
		width: 6px;
	}

	.Slide::-webkit-scrollbar-thumb {
		background-color: rgba(217, 8, 224, 0.5);
	}

	.Slide::-webkit-scrollbar-button {
		height: 50px;
	}

	.Slide::-webkit-scrollbar-corner {
		background-color: transparent;
	}

	.Slide {
		overflow-y: auto;
		scrollbar-width: 100px;
		scroll-behavior: smooth;
		scrollbar-track-color: transparent;
		scrollbar-face-color: rgba(217, 8, 224, 0.5);
		scrollbar-arrow-color: white;
	}


	.friendslinks {
		width: 100%;
		height: 40px;
		border: 1px solid rgba(128, 128, 128, 0.096);
		float: right;
		display: block;
		border-radius: 5px;
		padding: 2px 10px 0px 10px;
		margin: auto;
		text-align: right;
		position: relative;
		align-self: center;
	}

	::selection {
		color: rgba(0, 255, 0, 0.548);
	}

	::-moz-selection {
		color: rgba(0, 255, 0, 0.548);
	}

	.Slide h2 {
		font-size: 15pt;
	}

	h2{
		background-image: url(FLB3.png);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	body{
		font-family: OperatorLightRegular;
		height: fit-content;
	}

	.posticon{
		margin-bottom: -3px;
		margin-left: 2px;
		font-size: 13pt;
	}

	.posticon1{
		margin-bottom: -1px;
		font-size: 11pt;
		margin-left: 4px;	
	}

	.posticon2{
		margin-bottom: -2px;
		margin-left: 4px;
		font-size: 12pt;
	}

	.posticon3{
		margin-bottom: -2px;
		font-size: 13pt;
		margin-left: 3px;
	}
	

	.wp_pagenavi a{
		background-color: #fffccd;
		border-radius: 24px;
		display: block;
		width: max-content;
		float: right;
	}

	@media (max-width: 1450px) {
		.space{
			background-position: right;
		}

		.page-box {
			margin: 12vh auto 0px auto;
			width: 1130px;
		}

		.Profile-box {
			width: 420px;
			height: 580px;
		}

		.Myfriendslinks a,
		.Adslinks a {
			font-size: 11pt;
			margin-top: 25px;
		}

		.Myfriendslinks a:hover,
		.Adslinks a:hover {
			font-size: 12pt;
		}

		.Slide-box {
			height: auto;
			width: 610px;
		}

		.Slide {
			width: 600px;
			height: 560px;
		}

		.Slide h2 {
			font-size: 13pt;
		}

		.Myname {
			font-size: 15pt;
		}

		.Profile-type p {
			font-size: 9pt;
		}

	
		#Slide5 a {
			text-decoration: none;
		}

		#Slide2 p {
			font-size: 10pt;
		}

		.Title-number,
		.Title-data {
			font-size: 9pt;
		}

		.border-line-h2::after {
			margin-top: 5px;
		}

		.border-line-v1::after {
			top: -15px;
		}

		.border-line-v2::after {
			display:none;
		}

		.border-line-v3::after {
			display: block;
			top:-10px;
		}

		.border-line-v4::after {
			display: none;
		}
		.border-line-v5::after {
			top:-15px;
		}

		.Services {
			margin: 0 20px 10px 0;
			width: 45%;
			padding: 10px 5px 10px 5px;
		}

		.border-line-h3::after{
			display: block;
			margin-top: 156px;
		}

		.border-line-h4::after{
			display: block;
			margin-top: 120px;
		}

		.input{
			width: 270px;
		}

		#space2{
		clear:both;
		}

		.border-line-h7::after{
			display:none;
		}

		.border-line-h8::after{
			display:block;
		}

	}

	@media (max-width: 1110px) {

		.page-box {
			margin: 0 auto;
			width: 560px;
			display: block;
		}

		.Right-menu {
			display: none;
		}

		.Center-menu {
			display: block;
			width: 540px;
			height: 75px;
			margin: 5px 20px 0px 0px;
		}

		.Home-box {
			width: 70px;
			height: 75px;
			border-radius: 5px;
			margin: 0 0px 10px 10px;
			padding-top: 0px;
			float: right;
		}

		.Profile-Data-box {
			max-height: 30%;
		}

		.Menu-box {
			width: 450px;
			height: 75px;
			border-radius: 5px;
			margin: 0px;
			padding-top: 0;
		}

		.Menu-Li {
			margin: 0px 32px 0px 25px;
			float: right;
		}

		.Menu-Li2 {
			margin: 0px 23px 0px 0;
		}

		.Items{
			margin-top: -8px;
			margin-bottom: -6px;
		}

		.Itemsplus{
			margin-top: 0px;
		}

		.Profile-box {
			float: right;
			width: 530px;
			height: 615px;
			margin-right: 20px;
		}

		.Slide-box {
			height: max-content;
			width: 530px;
			float: right;
			margin: 20px 20px 20px 20px;
			position: relative;
		}

		.Slide {
			width: 530px;
			margin: 0px 0px 0px 0px;
			border-radius: 5px;
			display: block;
			height: max-content;
			overflow-x: hidden;
			box-shadow: inset 0px 0px 0px 0px rgba(177, 177, 177, 0.09);
			-moz-box-shadow: 0px 0px 0px 0px inset rgba(177, 177, 177, 0.1);
			-webkit-box-shadow: 0px 0px 0px 0px inset rgba(177, 177, 177, 0.1);
			-khtml-box-shadow: 0px 0px 0px 0px inset rgba(177, 177, 177, 0.1);
		}

		.border-line-v::after {
			display: none;
		}

		.border-line-v2::after {
			display: none;
		}

		.Adslinks a,
		.Myfriendslinks a {
			margin-top: 20px;
			font-size: 13pt;
		}

		.Myfriendslinks a:hover,
		.Adslinks a:hover {
			font-size: 14pt;
		}

		.Services {
			text-align: center;
		}

		.border-line-h3::after{
			display: block;
			margin-top: 158px;
		}

		.border-line-h4::after{
			display:block;
		}

		.border-line-h5::after{
			display: block;
			margin-top: 130px;
		}

		.Myname {
			font-size: 18pt;
		}

		.Profile-type p {
			font-size: 12pt;
		}

		.border-line-h5:after{
			display: none;
		}

		.border-line-v3::after{
			
		}

		.border-line-v4::after{
			display: none;
		}

		.border-line-v5::after {
			top:-16px;
		}

		.border-line-h2::after{
			margin-top: 2px;
		}

		.input{
			width: 100%;
		}		
	}

	@media (max-width: 565px) {

		.page-box {
			margin: 0 auto;
			width: 470px;
			display: block;
		}

		.Profile-box {
			float: right;
			width: 430px;
			height: 570px;
		}

		.Slide-box {
			height: max-content;
			width: 430px;
			float: right;
			position: relative;
		}
		
		.Center-menu {
			display: block;
			width: 430px;
			height: 75px;
			margin: 5px 20px 0px 0px;
		}

		.Home-box{
			height: 75px;
		}

		.Menu-box {
			width: 350px;
			height: 75px;
			border-radius: 5px;
			margin: 0px;
		}

		.Menu-Li {
			margin: 0px 24px 0px 13px;
			float: right;
		}

		.Slide {
			width: 430px;
			margin: 0px 0px 0px 0px;
			border-radius: 5px;
			display: block;
		}

		.Services {
			width: 88%;
			height: auto;
		}

		.border-line-v4::after {
			display: none;
			top: 6px;
		}

		#Slide2 p {
			font-size: 9pt;
		}

		body {
			overflow-x: hidden;
		}

		.border-line-h4::after{
			display: block;
			position:relative;
			top:-30px;
		}

		.border-line-h5::after{
			display: block;
			position:relative;
			top:-25px;
		}

		.border-line-h3::after{
			position:relative;
			top:-10px;
		}

		.Myname {
			font-size: 15pt;
		}

		.Profile-type p {
			font-size: 9pt;
		}


		.border-line-h6:after{
			display: none;
		}

		.border-line-h2::after{
			margin-top: 4px;
		}

		.Title-number2 {
			font-size: 12pt;
		}
		.border-line-v1::after {
			display:none;
		}

		.border-line-v2::after {
			display:block;
			top:-10px;
		}

		.border-line-v3::after {
			display:none;
		}
		.border-line-v6::after{
			margin:0 50px 0 0px;
			
		}
		.border-line-h9::after{
			display:block;
		}

		.border-line-h8::after{
			display:none;
		}

		.border-line-h4::after{
			top:-8px;
		}
	}