.panel35_1
{
	/* background-color: red; */
	/* width: 100%; */
	/* height: 500px; */
	position: relative;
}

.p35mask
{
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-color: red; */
	background-image: linear-gradient(#003b21, #49845d, #0d7139);
	opacity: .5;
	display: none;
}

.p35image
{
	
}

.p35image img
{
	width: 100%;
	max-height: 500px;
	position: relative;
}

.p35lms
{
	position: absolute;
	top: 30px;
	left: 50px;
	width: calc(100% - 100px);
	/* background-color: red; */
	display: flex;
	flex-direction: row;
	min-height: 70px;
	align-items: center;
}

.p35logo
{
	flex-basis: 150px;
	/* background-color: green; */
	text-align: center;
}

.p35logo img
{
	max-width: 100px;
	max-height: 100px;
}

.p35menu
{
	flex-basis: calc(100% - 250px);
	/* background-color: yellow; */
	/* height: 50px; */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 7px;
}

.p35menu .p35Lan
{
	/* width: 38px; */
	/* height: 38px; */
	/* background-color: red; */
}

.p35menu .p35Lan img
{
	width: 25px;
	height: 25px;
}

.p35menuitem
{
	/* background-color: blue; */
	margin: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

.p35menuitem a
{
	font-size: 17px;
	font-family: 'Vazir';
	color: #ffffff;
}

.p35search
{
	flex-basis: 100px;
	background-color: #e8bf5d;
	/* height: 20px; */
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.p35search img
{
	max-width: 20px;
	/* background-color: red; */
}

.p35search .p35searchValue
{
	font-family: 'vazir';
	font-size: 15px;
}

.p35titr
{
	/* width: 150px; */
	/* height: 200px; */
	/* background-color: red; */
	position: absolute;
	top: 150px;
	right: 300px;
	/* border: 5px solid #e8bf5d; */
}

.p35titr img
{
	max-width: 300px;
}

/* .p35titrValue */
/* { */
	/* font-size: 25px; */
	/* font-family: 'vazir'; */
	/* color: #ffffff; */
	/* position: absolute; */
	/* left: -100px; */
	/* top: 50px; */
/* } */