/********** FONTS **********/
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IranSansWeb.eot');
    src: url('fonts/IranSansWebeot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('fonts/IranSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('fonts/IranSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IranSansWeb.ttf') format('truetype');
}

@font-face {
	font-family: IranYekan;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/IranYekan.eot');
	src: url('fonts/IranYekan.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/IranYekan.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/IranYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/IranYekan.ttf') format('truetype');
}

@font-face {
	font-family: BYekan;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/IranYekan.eot');
	src: url('fonts/IranYekan.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/IranYekan.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/IranYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/IranYekan.ttf') format('truetype');
}

/********** DOURTAL ICONS **********/
@font-face {
	font-family: dourtal-icons;
	font-weight: normal;
	font-style: normal;
	src: url('fonts/dourtal-icons.eot');
	src: url('fonts/dourtal-icons.eot#iefix') format('embedded-opentype'),
		 url('fonts/dourtal-icons.woff2') format('woff2'),
		 url('fonts/dourtal-icons.woff') format('woff'),
		 url('fonts/dourtal-icons.ttf') format('truetype'),
		 url('fonts/dourtal-icons.svg#dourtal-icons') format('svg');
}
   
[class^="di-"]:before,
[class*=" di-"]:before {
	display: inline-block;
	text-align: center;
	font-family: "dourtal-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-transform: none;
	line-height: 1em;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.di-cog:before 			{content:'\e812'}
.di-eye:before 			{content:'\e80f'}
.di-gap:before 			{content:'\e806'}
.di-key:before 			{content:'\e822'}
.di-new:before 			{content:'\e821'}
.di-rss:before 			{content:'\e81f'}
.di-bale:before 		{content:'\e802'}
.di-eita:before 		{content:'\e803'}
.di-mail:before 		{content:'\e818'}
.di-star:before 		{content:'\e816'}
.di-find:before 		{content:'\e809'}
.di-news:before 		{content:'\e80e'}
.di-user:before 		{content:'\e815'}
.di-home:before 		{content:'\e804'}
.di-globe:before 		{content:'\e813'}
.di-login:before 		{content:'\e808'}
.di-phone:before 		{content:'\e824'}
.di-email:before 		{content:'\e820'}
.di-heart:before 		{content:'\e817'}
.di-users:before 		{content:'\e80c'}
.di-aparat:before 		{content:'\e800'}
.di-mobile:before 		{content:'\e81a'}
.di-search:before 		{content:'\e819'}
.di-bisphon:before 		{content:'\e805'}
.di-dourtal:before 		{content:'\e807'}
.di-refresh:before 		{content:'\e80a'}
.di-sitemap:before 		{content:'\e80b'}
.di-chev-up:before 		{content:'\e80d'}
.di-comment:before 		{content:'\e810'}
.di-soroush:before 		{content:'\e801'}
.di-network:before 		{content:'\e823'}
.di-location:before 	{content:'\e811'}
.di-calendar:before 	{content:'\e814'}
.di-question:before 	{content:'\e81e'}
.di-plus-circle:before 	{content:'\e81b'}
.di-cross-circle:before {content:'\e81d'}
.di-minus-circle:before {content:'\e81c'}

/*========== BODY ==========*/
body {direction: rtl }

a, a:link, a:visited, a:active, a:hover { color: #125292; text-decoration: none !important }
.Normal { font-family: IranYekan, Tahoma !important }
.bg-background {background: url("image/bg-body.jpg") repeat }

/********** PORTAL UI **********/
#eFormDependenciesRadTree input {
	display: inline-block !important;
}

input[type=text] ,
select ,
textarea {
	min-height: 26px !important;
	font-size: 12px;
	line-height: 2em;
	padding: 5px;
	border: 1px solid #cacaca;
	border-radius: 5px;
	box-sizing: border-box;
	vertical-align: middle;
}

#LinkErrorMessage ,
#NewsTitleErrorMessage {
	display: inline-block;
	color: #d00000;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ffbaba;
	border-radius: 5px;
	background: #ffdcdc;
}

input[type=radio]:not(.uk-input) {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: -4px;
	border-radius: 100px;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 2px solid #ccc !important;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-property: background-color,border;
	transition-property: background-color,border;
	outline: none;
}

input[type=radio]:not(.uk-input):checked {
    border: 6px solid #1e87f0 !important;
    outline: 0 none;
}

input[type=checkbox]:not(.uk-input) {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 4px !important;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #ccc !important;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transition-property: background-color,border;
	transition-property: background-color,border;
	outline: none;
}

.Normal #RdBtnRadio ,
.Normal #RdBtnCheck{
	padding: 0 !important;
	margin: 2px;
	border-radius: 99px !important;
	vertical-align: middle;
}

label[for] {
	cursor: pointer;
	vertical-align: middle;
}

input[disabled] + label[for] {
	color: #bbb;
	cursor: default;
}

input[type=checkbox]:not(.uk-input):disabled {
	background: #e8e8e8;
	cursor: not-allowed;
}

input[type=checkbox]:not(.uk-input):checked {
	background-color: #1e87f0;
}

input[type=checkbox]:not(.uk-input):disabled:checked {
	background-color: #cccccc;
}

input[type=checkbox]:not(.uk-input):after {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	border: 0px solid #fff;
	position:absolute;
	top: 0; left: 4px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;   
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);  
}

input[type=checkbox]:not(.uk-input):checked:after {
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);    
}

#btnSubmit ,
.commandbutton ,
.CommandButton {
	display: inline-block;
	min-width: 100px !important;
	min-height: 35px;
	color: #0080ff !important;
	text-align: center;
	font-size: 14px !important;
	line-height: 1.5em !important;
	padding: 5px 10px !important;
	margin: 5px !important;
	border: 2px solid #1e87f0 !important;
	border-radius: 2px !important;
	background: #fff !important;
	cursor: pointer !important;
	box-sizing: border-box;
	box-shadow: none !important;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	outline: 0;
}

#btnSubmit:hover ,
.commandbutton:hover ,
.CommandButton:hover {
	color: #fff !important;
	background: #1e87f0 !important;
	outline: 0;
}

/********** OK & CONTINUE BTN **********/
[id$=_btnOk] ,
[id$=_btnSubmit] ,
.CommandButton[id$=_SendButton] ,
.CommandButton[href*=ctl03] ,
.CommandButton[href*=ctl11] ,
.CommandButton[href*=ctl70] ,
#RelatedNewsSaveButton ,
#ImageSaveOrderButton {
	color: #00a500 !important;
	border: 2px solid #00a500 !important;
	background: #fff !important;
	outline: 0;
}

[id$=_btnOk]:hover ,
[id$=_btnSubmit]:hover ,
.CommandButton[id$=_SendButton]:hover ,
.CommandButton[href*=ctl03]:hover , 
.CommandButton[href*=ctl11]:hover ,
.CommandButton[href*=ctl70]:hover , 
#RelatedNewsSaveButton:hover ,
#ImageSaveOrderButton:hover {
	color: #fff !important;
	background: #00a500 !important;
}
 
/********** CANCEL BTN *********/
[id$=_btnCancel] ,
.CommandButton[id$=_ClearButton] ,
.CommandButton[href*=ctl05] ,
.CommandButton[href*=ctl10] ,
.CommandButton[href*=ctl12] ,
.CommandButton[href*=ctl72] ,
.CommandButton[href*=ctl63] ,
.CommandButton[id*=cancelButton] ,
#RelatedNewsReturnButton ,
#ImageReturnButton {
	color: #ff7800 !important;
	border: 2px solid #ff7800 !important;
	background: #fff !important;
	outline: 0;
}

[id$=_btnCancel]:hover ,
.CommandButton[id$=_ClearButton]:hover ,
.CommandButton[href*=ctl05]:hover ,
.CommandButton[href*=ctl10]:hover ,
.CommandButton[href*=ctl12]:hover ,
.CommandButton[href*=ctl63]:hover ,
.CommandButton[href*=ctl72]:hover ,
.CommandButton[id*=cancelButton]:hover ,
#RelatedNewsReturnButton:hover ,
#ImageReturnButton:hover {
	color: #fff !important;
	background: #ff7800 !important;
}

/********** DELETE BTN **********/
[id$=_btnSubmitDel] ,
.CommandButton[onclick*=confirmDelete] {
    color: red !important;
    border: 2px solid red !important;
}

[id$=_btnSubmitDel]:hover ,
.CommandButton[onclick*=confirmDelete]:hover {
	color: #fff !important;
    background: red !important;
}

/* #NewsCategoryDropDownIcon ,
#RNewsCategoryDropDownIcon {
	width: 20px;
	height: 36px;
	padding-left: 20px;
	border: 1px solid #cacaca;
	border-radius: 5px 0 0 5px;
	background: #fff url(/RadControls/Combobox/Skins/VSNET/DropArrow.gif) no-repeat 5px / 12px;
	cursor: pointer;
	position: relative;
	left: 5px;
} */

/* #NewsCategoryDropDownIcon:hover {
  background-color: #cae4ff;
} */

.PreTitle, .Title, .SubTitle {
    font-family: BYekan,regular,sans-serif !important;
    color: #464646;
    display: block;
    line-height: 30px;
}

.Title {
    font-size: 17px !important;
}
.ui-datepicker-trigger {
	position: relative;
	left: 22px;
	cursor: pointer;
}

#NewsCategoryDropDownItems ,
#RNewsCategoryDropDownItems {
	min-width: 126px;
	padding: 5px;
	border: 1px solid #cacaca;
	border-radius: 0px 0px 5px 5px;
	z-index: 999;
}

input[type=file] {
	min-height: 30px;
	color: #1e87f0 !important;
	font: inherit !important;
	padding: 5px !important;
	border: 1px solid #1e87f0 !important;
	border-radius: 3px !important;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	cursor: pointer;
}

input[type=file]:after {
	content: "Choose file";
	width: 96px;
	height: calc(100% - 4px);
	color: #fff;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	padding: 3px;
	margin: 2px;
	background: #1e87f0;
	position: absolute;
	top: 0; right: 0;
}

[id*=EditTable] {
	margin-bottom: 20px !important;
}

.ui-accordion-header ,
td.releasenote input {
	font-family: IranYekan, Tahoma;
}

.ui-accordion-header-icon {
	margin: 5px;
}

/********** module title edit icon **********/
[id$=paneheader] ~* .dp-module-title-text:before {
  content: "\f044";
  width: 11px;
  padding: 0 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  cursor: pointer;
}

[class^=icon-] *,
[class*=" icon-"] * {
  font-family: douran-font;
}

.sweet-alert.showSweetAlert,
.sweet-alert.showSweetAlert h2,
.sweet-alert .sa-button-container button {
	font-family: inherit;
}

.dp-cp-modules-box > h1 {
	color: #fc0;
	text-align: center;
	font-family: inherit;
	font-size: 16px;
}

.fa.fa-envelope ,
.uk-icon-envelope {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

/********** <<<<<<<<<< PORTAL UI <<<<<<<<<< **********/
main {background: linear-gradient(270deg, #CDCDCD -1.36%, #F0EFEF 51.05%, #CDCDCD 105.61%);}

/********** PORTAL NEWS **********/
.DPNewsItemTitle span {margin: 0;font-weight: normal !important }
.DPNewsWrap * {color: #777777 !important;}
.NewTextStyle {font: 11px IranYekan !important}

/********** PANES **********/
[type=pane] {
	max-width: 100%;
	margin: 0;
	box-sizing: border-box;
}

[type=pane] > br {
	display: none;
}

[type=pane]:empty {
	display: none;
}

[side-pane] {width: 280px;}

[pane-pad-parent] {
	margin-right: -10px !important;
	margin-left: -10px !important;
}

[pane-pad] {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.undernavpane {
	position: relative;
}

[admin="true"] .undernavpane {
	margin-top: 0 !important;
}

[id$=paneheader] {
	width: 100%;
	line-height: 24px;
	height: 25px;
	background-color: #efefef;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #dbd9d9;
	position: relative;
    z-index: 1;
}

.leftpane,
.rightpane,
.contentpane {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.leftpane > [id^=divMinMax_],
.rightpane > [id^=divMinMax_],
.contentpane > [id^=divMinMax_],
.leftpane > [id^=divMinMax_] > [id$=_MultiContentViewerContainer],
.rightpane > [id^=divMinMax_] > [id$=_MultiContentViewerContainer],
.contentpane > [id^=divMinMax_] > [id$=_MultiContentViewerContainer] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
}

.leftpane > [id^=divMinMax_] > [id$=_MultiContentViewerContainer] > .tabstrip,
.rightpane > [id^=divMinMax_] > [id$=_MultiContentViewerContainer] > .tabstrip,
.contentpane > [id^=divMinMax_] > [id$=_MultiContentViewerContainer] > .tabstrip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.leftpane > [id^=divMinMax_] > [id$=_MultiContentViewerContainer] > .tabstrip .panel-container,
.rightpane > [id^=divMinMax_] > [id$=_MultiContentViewerContainer] > .tabstrip .panel-container,
.contentpane > [id^=divMinMax_] > [id$=_MultiContentViewerContainer] > .tabstrip .panel-container {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

[id$=paneheader] ~* [id^=divMinMax_]:first-of-type { margin: 0 !important }
#footer-box [id$=_divHtmlHolder] a:link {color: #fff;}
@media (max-width: 768px) { [type=pane] { display: block; width: 100% }}

/* ========== portal-css: header ========== */
.bg-header { background: url("image/Website-Pattern-04.jpg") repeat }

/********** DATE **********/
.dp-date {
	color: #fff;
	text-align: left;
	font-size: 13px;
	line-height: 30px;
	border-radius: 5px;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

@media (max-width: 768px) {
	.dp-date {margin: -20px 30px 10px 0;}
}

/********** SEARCH **********/
.dp-search {
	display: flex;
	text-align: left;
	font-size: 0 !important;
	vertical-align: middle;
	margin-right: auto;
	border-radius: 0 100px 100px 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	position: absolute;
	bottom: 10px;
	left: 36px;
	z-index: -1;
	overflow: hidden;
}

.dp-search a:after {
	display: none;
}

.dp-search img#imgLoading {
	border-radius: 10px;
	position: absolute;
	top: 10px; left: 30px;
	visibility: hidden;
	z-index: 1;
}

.dp-search #SearchLoading {
	position: absolute !important;;
}

.dp-search .headerSearchTextBox {
	float: right;
	width: 210px;
	height: 35px;
	min-height: 22px !important;
	color: #0a378a !important;
	font-size: 12px !important;
	line-height: 10px;
	padding: 5px 15px;
	margin: 0;
	border-radius: 0;
	border: 0;
	box-sizing: border-box;
	outline: 0 none;
	background: none;
	position: relative;
	-webkit-transition: .4s;
	transition: .4s;
}

.dp-search .headerSearchTextBox:focus {}

.headerSearchTextBox::placeholder {
	color: #002f86;
	opacity: 1;
}

.dp-search [id$=_HeaderSearch_SearchButton] {
	float: right;
	width: 26px;
	height: 35px;
	color: #fff;
	margin-left: -26px;
	font-size: 12px !important;
	line-height: 8px;
	padding: 10px 0;
	border: 0;
	background: #01356a;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	cursor: pointer;
	outline: 0;
}

[id$=_HeaderSearch_SearchEditButton] {
	float: right;
	height: 38px;
	color: #fff;
	border: 0;
	background: #027412;
	cursor: pointer;
}

.dp-search .search-ico {
	float: left;
	display: inline-block;
	color: #002f86;
	font-size: 16px;
	line-height: 26px;
	padding: 7px 10px 0;
	transition: .5s;
}

.search-box .search-ico {
	pointer-events: none;
}

.dp-search .search-ico:hover {
	color: #002f86;
}

[id$=_HeaderSearch_SearchButton]:hover + .search-ico {
	color: #002f86;
}

/*---------------sticky menu style----------------*/
@keyframes fadeInDown {
	0% { opacity: 0; transform: translateY(-20px) }
    100% { opacity: 1; transform: translateY(0) } 
} 

#header-sticky.uk-active nav ul.dp-navigation-menu {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}    
    
#header-sticky.uk-active nav .res-nav{
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*========= portal-css: Structure - theme ==========*/
.dp_DefaultLayoutdiv,
.dp_defaultLayoutdiv { direction: rtl;margin: 0 auto}

.dp_AlternateLayoutDiv,
.dp_alternateLayoutDiv {width: 100%;margin: 0;padding: 0;border-collapse: collapse}

.dp_DefaultLayoutTable,
.dp_defaultLayoutTable {background: transparent;margin: 0 auto;width: 100%}

.dp_alternateLayoutTable,
.dp_AlternateLayoutTable {display: block;width: 100%;margin: 0 auto;}

.dp_alternatePortalHeader,
.dp_AlternatePortalHeader {width: 1024px;margin: 0 auto;background: #16853e;}

.dp_DefaultPortalHeader,
.dp_defaultPortalHeader {width: 100%;margin: 0;padding: 0;border-collapse: collapse; background: #393c39;}

.dp_DefaultPortalFooter,
.dp_defaultPortalFooter {
	width: 100%;
	color: #fff;
}

.dp_alternateLayoutTable > tbody , .dp_alternateLayoutTable > tbody > tr ,
.dp_alternateLayoutTable > tbody > tr > td , .dp_AlternateLayoutTable > tbody ,
.dp_AlternateLayoutTable > tbody > tr , .dp_AlternateLayoutTable > tbody > tr > td {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.dp_alternatePortalFooter,
.dp_AlternatePortalFooter {
	width:1024px;
	margin: 0 auto;
	color: #0077e1;
}

.dp_DefaultLayoutTableModule,
.dp_defaultLayoutTableModule { padding: 15px; max-width: 1024px !important; margin: 25px auto 5px auto;  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px }

.dp_alternateLayoutTableModule,
.dp_AlternateLayoutTableModule {width: 100%; padding: 15px; border-right: solid 1px #8f9092; border-left: solid 1px #8f9092; background: #DDD }

.margin-top {margin: 8px auto }

/*========== portal-css: admin Control Panel ==========*/
.ControlPanel { border: 1px solid}
.ControlPanel * {}
.ControlPanel #Table2 > tbody > tr > td.SubHead {background: url("image/Website-Pattern-04.jpg") repeat; padding: 5px }
.ControlPanel {border: #aDaDaD solid;border-width: 0 0 2px }
.ControlPanel img {margin: 10px}
.ControlPanel td td td td img {margin: 0}
.ControlPanel td td td {width: auto}
.ControlPanel div {width: 3px;font: normal 11px IranYekan }
.ControlPanel td.SubHead {background: url("image/Website-Pattern-04.jpg") repeat;font: bold 12px tahoma;color: #fff }
.ControlPanel td.subhead {background: url("image/Website-Pattern-04.jpg") repeat;font: bold 12px tahoma;color: #fff }
.ControlPanel td td .SubHead {background: transparent;border: 0;font: normal 11px IranYekan;color: #333 }
/* .ControlPanel td td td input {color: #000;padding-left: 4px;font: normal 11px IranYekan;border-radius: 5px } */
.ControlPanel td td td select {color: #333;cursor: pointer;border-radius: 5px }

/* .ControlPanel td td td input[type="submit"]
{background: #F8950F;border: 1px solid #006e74;color: #000;display: inline-block;font: 8pt IranYekan; margin: 3px 5px;padding: 1px 5px;text-align: center;text-decoration: none}
*/
.Head {color: #404040;letter-spacing: 0}
.SubHead {color: #404040; font:800 12px IranYekan, regular}
.SubSubHead {font-weight: bold;font: 11px Tahoma;color: #000 }
.TitleHead {  color: #fff;  font:  18px IranYekan, regular;  line-height: 32px;  padding-right: 8px !important;  vertical-align: top;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 }

.CommandButton,
a.CommandButton
{  background-color: #74C2E1;  border: medium none;color: #000000;display: inline-block;font: 8pt IranYekan; margin: 3px 5px;padding: 1px 5px;text-align: center;text-decoration: none; border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.75) }

.CommandButton,
a.CommandButton:hover {background-color:#336699; color: #ffffff; cursor: pointer }

/********** FOOTER MENU **********/
.dp-footer-container {
	padding: 10px 0;
	position: relative;
	background: #525252;

}

.dp-footer-nav table,
.dp-footer-nav tbody,
.dp-footer-nav tr { display: block }
.dp-footer-nav td { display: inline-block }

.dp-copyright-text {
	float: right;
	color: #fff;
	text-align: center;
	line-height: 2em;
	padding: 5px 10px;
}

/*........................icons........................*/
.dp_footer_icon { height: 35px;  width: 100% }
.dp_footer_icon ul {  content: "";  display: inline-block;  height: 35px; padding: 0; width:220px }
.dp_footer_icon ul li {  /*border-left: 1px solid #737373;*/  display: block;  float: left;margin: 5px 0; padding: 0 5px }

.Bloger {background: url("image/Bloger.png") no-repeat center }
.facebook {background: url("image/facebook.png") no-repeat center }
.googleplus {background: url("image/googleplus.png") no-repeat center }
.linkdin {background: url("image/linkdin.png") no-repeat center }
.towitter {background: url("image/towitter.png") no-repeat center }
.yahoo {background: url("image/yahoo.png") no-repeat center }

/*========== portal-css: admin - menu ***********/
.top-admin-menu {}

.SiteLink {  direction: rtl; color: #fff;  display: block;  padding: 4px;  position: relative;  z-index: 10 }
.SiteLink a {color: #fff; padding: 0 5px; border-left: 1px solid #000; font:normal 13px IranYekan }
.SiteLink a:hover {color: #336699 }

/*========== portal-css: ==========*/
input[type=text].NormalTextBox,
.NormalTextBox input[type=text],
.NormalTextBox { min-height: 25px; text-align: right }
input.NormalTextBox, .Normal input, .Normal select, select.NormalTextBox, .NormalTextBox input[type="text"] {
	border-radius: 4px;
	color: #555;
	font-weight: 400;
	margin: 2px 0;
	padding: 0 5px;
	border: 1px solid #bfbdbd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

select.NormalTextBox {padding: 3px 5px !important}
.NormalTextBox {color: #000 }
.NormalTextBox:focus {-moz-box-shadow: 0 0 3px #729CE0;-webkit-box-shadow: 0 0 3px #729CE0;box-shadow: 0 0 3px #729CE0 }
.NormalRed {color: #fc0;font: bold 11px regular }
.NormalBold { font-weight: bold }
.NormalItalic { font-style: italic }
#EditTable .NormalTextBox {font-family: inherit }

.CommandButton:hover,
a.CommandButton:hover {background-color: #74C2E1; color: #000 }

.Calendar {text-decoration: none;font: bold 10px Tahoma }
.SubModule {background: #CCC;font-weight: bold;line-height: 20px;padding:0 5px }
.SubSubModule {background: #DDD;color: #000}

div.edmenuback {background: #ccc; border:1px solid #929292; width: 100%}
td.edmenuStyle {width: 75px;padding-top: 2px;padding-left: 2px;text-align: right}
td.edmenuHTML {text-align: right;width: 35px}

.MessageTitle {font: normal 11px regular;color: darkblue}
.Messageauthor {font: normal 11px regular;color: darkgray}
.MessageBody{font: normal 11px regular;color: black}
.SurveyQuestion {color: darkred}
.SurveyPanel {color: silver;background: silver}
.SurveyOption {color: black}
.SurveyButton {color: darkred;font-weight: bold}
.bc_Row {padding-left: 57px;border-bottom: solid 2px Black;background: #fc0}
.bc_Text {font-size: 10px}
.bc_Link, .bc_Link:link, .bc_Link:visited {padding-left: 8px;font-size: 10px;text-decoration: none;color: #fff}
.bc_Link:hover {text-decoration: underline;color: #EC872C}
.FilterButton {border: black thin solid;padding: 2px 3px;font: 11px Tahoma;background: #999;overflow: visible;color: white;line-height: 12px;text-align: center }
a.FilterButton {color: white}
a.FilterButton:hover {color: white}
.alternateRow {background: #EEE}
.Message {background: #fc0}
.ItemDate, .ItemTitle {font: bold 11px Tahoma;color: #000 }
.dp_Gallery_alternative_ItemTitle , 
.dp_Gallery_alternative_ItemValue{font-weight: bold;background-color: #D7E7F2}
.dp_Gallery_Item_Image {border: thin }
.dp_Gallery_Item_Title {color: black;background: #83B7DE;text-align: center}
.dp_Gallery_Item_ItemTitle {font-weight: bold;background: #cadfee}
.dp_Gallery_Item_ItemValue {background: #CaDFEE}
.GridItemStyle {background: #F0F0F0}
.GridHeaderStyle {font-weight: bold;background: url(gridHeader_bg.gif);height: 20px }
.GridalternatingStyle {background: #F4F8FD;color: #325190 }
.GridalternatingStyle a {color: #325190}
.GridStyle {border:1px solid #EaE9E1; width: 100%}
.Category_treeView_Class {border: darkgray thin solid;vertical-align: top}
.Category_LoadModule_Class {border: darkgray thin solid;vertical-align: top}
.eForm_ControlSelector { direction: ltr;width: 400px}
.eForm_ControlToolBar 
{width: 100px;height: 100%;direction: ltr;vertical-align: top;border-left: #7c7c94 1px solid; border-right: #7c7c94 1px solid}
.eForm_ControlProperties { background: #f1f1f1;vertical-align: top;padding: 0;margin: 0;height: 0}
.eForm_FormToolBar 
{vertical-align: top;height: 100%;width: 15%;min-width: 220px;border-left: #7c7c94 1px solid;border-right: #7c7c94 1px solid; white-space: nowrap}
.eForm_ControlContainer {background: #d1d1d1;vertical-align: top;height: 100%}
.eForm_Edit {width: 100%;height: 100%;border: solid 0 black}
.eForm_DesignerContainer {width: 100%;height: 100%;border: solid 0 black;vertical-align: top;white-space: nowrap}
.eForm_Edit_Links_Left {text-align: left}
.eForm_Edit_Links_Right {text-align: right}
.eForm_Edit_Links {width: 100%;background-color: #e8e8e8}
.eForm_Grid_addButton {float: right}
.ItemDate {font-weight: normal}
.dp_Directorytree {font: 11px Tahoma }
.MenuCSS-MenuContainer {border-style: none;height: 24px;background: #6B6B6B}
.MenuCSS-MenuBar {border-style: none;height: 24px}
.MenuCSS-MenuItem {border-style: none;height: 24px;color: #FFF}
.MenuCSS-MenuIcon {border-style: none;height: 24px;background-color: #C0C0C0}
.MenuCSS-SubMenu {border-style: none;height: 24px;background-color: #6B6B6B}
.MenuCSS-MenuBreak {border-style: none; height: 24px;background-color: white}
.MenuCSS-MenuItemSel {border-style: none;height: 24px;color: black;background-color: #CCC}
.MenuCSS-Menuarrow {border-style: none;height: 24px}
.MenuCSS-MenuScroll {border-style: none; height: 24px}
.MenuCSS-RootMenuarrow {border-style: none;height: 24px }
.dp_Message_Error {color: Red }
.dp_Message_Confirm {color: Black;font-weight: bold}
.dp_Message_Success {color: Green}
.dp_Message_Normal { color: Black }
.MainMenu_MenuContainer {background: transparent}
.MainMenu_MenuBar {cursor: hand;height: 16px;background: transparent}
.MainMenu_MenuItem ,
.MainMenu_MenuIcon{border: 1px solid #cccccc; font: bold normal 9pt Tahoma;background:transparent;cursor:hand;color: black }
.MainMenu_SubMenu {z-index: 1000;cursor: hand;background-color: #ccc}
.MainMenu_MenuBreak {height: 1px}
.MainMenu_MenuItemSel {font: 9pt Tahoma;cursor: hand;color: black;background: #aaa}
.MainMenu_Menuarrow {border-right: #ccc 1px solid;border-top: #ccc 0 solid; font: 10pt webdings;cursor: hand;border-bottom: #ccc 1px solid }
.MainMenu_RootMenuarrow {font: 10pt webdings;cursor: hand }
.treeView, .TreeView {direction:rtl !important}
.TabStripTopGroup {z-index: 99;position: relative}
.TabStripDefaultTab {color: black;font: normal  9px regular;cursor: default}
.TabStripDefaultTabHover {color: black;font: normal  9px regular;cursor: default}
.TabStripSelectedTab {color: black;font: normal  9px regular;cursor: default}
.TabStripMultiPage {background: White; border: 1px solid #919B9C;width: 650px;height: 250px;position: relative;top: -3px; left: 1px;z-index: 98;padding: 12px}
.availableFieldsCssClass {background-color: #E0EEFF;font: normal  11px regular;color: Blue;direction: ltr}
.SelectedFieldsCssClass { background-color: #E0EEFF;font: normal  11px regular;color: #00F;direction: ltr}
.lnkCssClass {text-transform: uppercase;color: #2F517F}
.lnkCssClass:active {text-transform: uppercase;color: #09F}
.lnkCssClass:visited {text-transform: uppercase;color: #2F517F}
.lnkCssClass {text-transform: uppercase;color: #2F517F}
.lnkCssClass:hover {text-transform: uppercase;color: #09F}
.ComarttrvRelationsCssClass { background: #FFF; padding: 4px 0 0 1px; cursor: default}
.ComarttrvRelationsHoverNodeCssClass, 
.ComarttrvRelationsNodeCssClass, 
.comarttrvRelationsSelectedNodeCssClass{font: 11px tahoma ;padding: 2px 3px 1px;cursor: hand;background: #d7e9ff}

#ctl01_Banner_ctl00 {display: none }
#NewsContentLayout {
    border-collapse:  collapse;
}
#NewsContent table tr td {padding: 0 }
.MarqueeFont14601 {font: normal  14px IranYekan; display: table-cell; padding-right: 40px }
#tabel1 {  margin: 20px auto;  width: 500px !important }
#tabel1 ~ p {  margin: 0 auto;  width: 500px !important }

#lblDate span {color: #083453}
.Error {font: bold 11px Tahoma, Helvetica, sans-serif;color: red }
.HeadBg {background-color: #fff}

/*========== portal-css: custom - css ==========*/
#Table2 tr td {padding: 5px 0 }
#Table6 {padding: 5px 0 }

.contentpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.leftpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.rightpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.toppane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.toprightpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
.topleftpane .dp-module:nth-child(1) a[href^="/Admin"]{
	margin-top: 25px;
	display: inline-block;
}
/*................. slider ....................*/
/*
.slider-style {border-radius: 15px; overflow: hidden; border-left: 2px solid #336699; border-right: 2px solid #336699; margin:7px 0 }*/

/*-----------SLIDER STYLE------------*/
#sliderpack {
	min-height: 20px;
}

#sliderpack iframe {
	display: block !important;
	margin: 0 !important;
	width: 100% !important;
}

#wowslider-container_quiet {
	width: 100% !important;
}

.sliderpack.uk-clearfix {
	padding: 0px !important;
}

/* ==============================================================a=l=a=v=i========
   portal-css: slickNav - css
   ========================================================================== */
.slicknav_menu {display:none }

@media only screen and (max-width: 768px) {
	#navigation-style {display:none !important }
	.slicknav_menu {display:block }
}

.slicknav_btn {background-color: #d31002 !important;margin: 5px !important }
.slicknav_nav a {color: red !important }
.slicknav_nav a:hover , .slicknav_nav a:hover span { color: #fff !important; background-color: #006d5c !important }
.slicknav_menu { background-color: transparent !important }
.slicknav_nav {background: transparent !important }
.slicknav_arrow { -webkit-transform: scaleX(-1); transform: scaleX(-1) }

/* ==============================================================a=l=a=v=i========
   portal-css: registeration-form-style-custom
   ========================================================================== */

.register-uk-container {padding: 0 15px }
.register-padding-top {padding-top: 15px }
.register-style.custom-bg {background-color: #ffffff }

.register-style h3,
.register-style label,
.register-style dt,
.register-style button {color: #888 }

.register-style label {color: #666 }

.register-style input,
.register-style textarea,
.register-style select {background-color: #f5f5f5 !important;  border: 1px solid #ddd !important; border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 4px 0 rgba(238,238,238,1);
	-moz-box-shadow: inset 0 -1px 4px 0 rgba(238,238,238,1);
	box-shadow: inset 0 -1px 4px 0 rgba(238,238,238,1) }

.register-style textarea {color: #AAA }
.register-style select {color: #444 }

.register-style input:focus,
.register-style textarea:focus {background-color: #fff !important; border: 1px solid #AAA !important; color: #444;
	-webkit-box-shadow: inset 0 -1px 4px 0 rgba(204,204,204,1);
	-moz-box-shadow: inset 0 -1px 4px 0 rgba(204,204,204,1);
	box-shadow: inset 0 -1px 4px 0 rgba(204,204,204,1) }

.register-style .uk-form-row .custom-margin {margin: 4px 40px 4px 0 }

.register-style .register-accordion-title {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out }

.register-style .register-accordion-title.uk-active,
.register-style .register-accordion-title:hover {border: 1px solid #444; background-color: #444; color: #fff }

.register-style .uk-alert ul {padding-left: 30px }
.register-style .uk-alert ul li {position: relative; margin-top: 5px; padding-top: 5px }
.register-style span.custom-font-style {color: #666; padding: 0 25px; margin: 0 }
.register-style i.alert-icon {position: absolute; right: 0; top: 30% }

.register-style .uk-form-row .custom-pos {position: relative; padding:  4px 35px 4px 0 }

.register-style .uk-form-row span.userpro-field-icon {background-color: #f5f5f5;  border: 1px solid transparent;  border-radius: 999px;  color: #999999;  cursor: default;  font-size: 18px;  height: 32px;  right: 25px;  line-height: 32px;  position: absolute;  text-align: center;  top: 0;  width: 32px;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out }

.register-style .uk-form-row span.userpro-field-icon:hover {background-color: #444; color: #fff }
.register-style .uk-form-row span.userpro-field-icon-hover {background-color: #444; color: #fff }
.register-style .uk-form-row span.userpro-field-icon-green {background-color: #03A678; color: #fff }
.register-style .uk-button-success {background-color: #03A678; color: #fff; margin: 0 }
.register-style .uk-button-danger {color: #fff }
.register-style .uk-form-horizontal .uk-form-label {width: 100%; font-weight: normal }
.register-style .uk-form-row .register-important {border-left: 2px solid #e4354f !important }
.register-style .uk-form-row .register-position {position: relative }
.register-style .uk-form-row span.info {display: inline-block;  height: 15px;  position: absolute;  left: 10px;  top: 8px;  width: 15px }
.register-style .uk-form-row span.info::before {background-color: #666;  border-radius: 50%;  color: #fff;  content: attr(data-label);  cursor: help; font-size: 12px;  position: absolute;  text-align: center; height:15px; width: 15px }
/*.register-style .password-checker {background-color: #fafafa; border: 1px solid #cccccc; border-radius: 3px; margin: 6px 0 0; padding: 5px; position: relative; right: 0;width: 96%; z-index: 100 }*/
.register-style .uk-form-file button.register-button-upload {color: #8c8c8c }
.register-style .uk-form-row .pic-profile {border: 1px solid #eee;  border-radius: 5px }


.capture-code-style img {width: 180px; height: 80px; background-color: #ccc; display: block; border-radius: 4px; border: 1px solid #666666 !important;
	-webkit-box-shadow:  0 -1px 4px 0 rgba(204,204,204,1);
	-moz-box-shadow:  0 -1px 4px 0 rgba(204,204,204,1);
	box-shadow:  0 -1px 4px 0 rgba(204,204,204,1) }
.capture-code-style .insert-code-style {height: 26px;  margin: 3px 2px 0 0;  width: 75%; border: 1px solid #aaa !important }
.captcha-padding-bottom { padding-bottom: 35px }
.pic-profile {
	width: 64px;
	height: 64px;
}
.captcha-refresh-btn { width: 22%; border:1px solid #aaa !important; margin:4px 0 0 0 !important }
.register-custom-btn {}
.custom-icon-position {font-size: 20px !important; left: -30px; position: absolute; top: 5px }
.times-style {color: red }
.check-style {color: green }
.loading-style {}

@media screen and  (max-width: 480px) {
	.register-style .uk-form-row span.userpro-field-icon {
		margin:-9px 0;
	}
}
/*--------end--------------register-style----------------------------*/

/*---------- setting buttons styles  -----------------*/
.dp-module-title-btn {
	width:40px;
	height:30px;
	color:#666 !important;
	text-align:center;
	padding-top:5px;
	margin-right:4px;
	border-radius:4px;
	border:solid 1px rgba(0, 0, 0, 0.06);
	box-sizing:border-box;
	background:#f5f5f5;
	box-shadow:0 1px 0 #fff;
	position: relative;
}

.dp-module-title-btn.uk-open + .dp-modules-title-st-list {
	display: block !important
}

.sortable-placeholder {
	cursor:grab;
}

.dp-modules-title-st-btn {}

.dp-modules-title-st {
	display:inline-block;
}

.dp-modules-title-st-list {
	display: none;
	text-align: right;
	font: 13px Tahoma;
	width: 150px;
	background-color:#fff;
	box-shadow: 0 1px 3px 0 #333;
	top:30px;
    left: 0;
	z-index:99;
}

.dp-modules-title-st-list a {
	display: block;
	color: #666 !important;
	padding: 10px 15px !important;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.dp-modules-title-st-list i {
	display: inline-block;
	width: 21px;
	font-size: 16px;
	vertical-align: middle;
}

.dp-modules-title-st-list a:hover {
	color: #fff !important;
	border-right: 4px solid #fc0;
	background-color: #1C2529;
}

/********** RAD WINDOW **********/
td#RadWindowContentTDwindowManager_window,
td[id^=RadWindowContentTDRadWindow] {
	padding-top: 20px;
}

[id*=RadWindowWrapper] [width='1'] img { min-width: 16px }
/*******************************************************************/



























/********** THEME STYLE - DOURAN GROUP - by Mohammad Ali Abbasi **********/
body {direction: rtl !important; font-size: 12px;}
body,div,p,span,a,h1,h2,h3,h4,h5,h6,button,input,textarea,
select,option,label,table,tbody,th,tr,td { font-family: IranYekan, Tahoma }
body h1, body h2, body h3, body h4, body h5, body h6 { font-family: inherit }

.transall, .transall:before, .transall:after ,
.transall *, .transall *:before, .transall *:after ,
.trans, .transudo, .transudo:before, .transudo:after {
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.notrans {
	-webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

@media (min-width: 1500px) {
    body .uk-container {
        max-width: 1475px;
    }
}

* { outline: 0 none }
.ws_shadow { display: none }
tr td { white-space: normal !important }
.ImportanceRadioButtons { display: block }
[id*=eFormEditData] img { min-width: 20px }
img, video, table, marquee {max-width: 100%;}
#dp-cp-right-canvas { z-index: 990 !important }
.ComArtTrvRelationsCssClass img { min-width: 20px }
[id^=wowslider-container_] { z-index: 0 !important }
.slider-style { display: block; width: 100%; overflow: hidden }
.uk-container:before, .uk-container:after { border-spacing: 0 }
*, *:before, *:after {/* outline: 1px solid pink !important; */}
#eFormDependenciesRadTree input { display: inline-block !important }
[id^=grvTab_][id$=_editor_contentIframe] { height: auto !important }

.mod-calss { font-family: tahoma }
.ma\:0 [id^=divMinMax_] { margin: 0 }
[id*=divHtmlHolder] { clear: both }
[id^=divMinMax_]:empty { display: none }
[id^=divMinMax_] {/* margin-bottom: 20px */}
[id^=divMinMax_] > br { display: none }
[id^=divMinMax_] [id^=divMinMax_] { margin: 0 }
[id^=divMinMax_]:before { content: ''; display: table-cell }
[id^=divMinMax_]:after { content: ''; display: table; clear: both }
[id^=divMinMax_]:before, [id^=divMinMax_]:after, [id^=divMinMax_]:empty
{ border-collapse: collapse !important; border-spacing: 0 !important }

::-moz-selection { background: #16853e !important; color: #fff !important }
::selection { background: #16853e !important; color: #fff !important }

/********** SCROLLBAR **********/
::-webkit-scrollbar-track { background: #888 }
::-webkit-scrollbar { width: 8px; height: 8px; background: #f5f5f5 }
::-webkit-scrollbar-thumb { border-radius: 5px; background: #16853e }

:root, * {
	scrollbar-color: #16853e #f5f5f5;
	scrollbar-width: thin;
	--color-main: #FF7A00;
	--secondary_color: #162246;
}

/********** HEADER **********/
.site-logo {
	display: flex;
	align-items: center;
	padding: 10px 0;
	box-sizing: border-box;
	vertical-align: middle;
}

.site-logo span {
	color: var(--color-main);
	font-size: 20px;
	font-weight: bold;
}

.site-title a,
.site-title a:link {
	display: inline-block;
	color: #fff !important;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	vertical-align: middle;
}

[id$=_PortalTitle] {}

.portal-image {
    display: inline-block;
    width: 140px;
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.portal-image img {
    display: inline-block;
    height: auto;
}

@media (max-width: 768px) {
	.site-title {
		display: none;
	}
	.portal-image {
		width: 100px;
		padding-left: 10px;
	}
	.site-logo span {
		font-size: 16px;
	}
}

/********** ICONS **********/
.header-info {
	color: #fff;
}

.dp_header_icon {
	direction: ltr;
	height: auto;
	list-style: none;
	padding: 8px 16px;
	margin: 10px auto 20px 0;
	border-radius: 40px;
	background: #019185;
}

.dp_header_icon li {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: .5s;
	transition: .5s;
}

.dp_header_icon li a {
	display: block;
	width: 18px;
	height: 18px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0 2px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}

.dp_header_icon li a:hover {
	color: #eac610;
}

.contact-us {
	display: inline-block;
	color: #000 !important;
	padding: 0 5px;
	position: relative;
	z-index: 1;
}

.contact-us:hover {
	color: #d3010a !important;
}

.contact-us:before {
	content: '';
	width: 75%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0; left: 0;
	z-index: -1;
}

.contact-us svg {
	margin-left: -20px
}

.contact-us:hover svg path:nth-child(2) {
	-webkit-transform-origin: 52px 16px;
	transform-origin: 52px 16px;
	-webkit-animation: rotate-shake .3s .3s infinite;
	animation: rotate-shake .3s .3s infinite;
}

@-webkit-keyframes rotate-shake { 50% { -webkit-transform: rotate(-10deg) } }
@keyframes rotate-shake { 50% { transform: rotate(-10deg) } }

#header-sticky.uk-active .contact-us:before {
	display: none;
}

.lang-switch,
.lang-switch a {
	color: #7b7c7b
}

.lang-switch a:hover {
	color: #d3010a
}

.quick-access {
	display: inline-block;
	color: #fff;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 20px 0 0;
	vertical-align: middle;
}

.quick-access li {
	display: inline-block;
	vertical-align: middle;
}

.quick-access .language a {
	width: 90px !important;
}

.quick-access li a {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	padding: 5px;
	margin: 0 2px;
	box-sizing: border-box;
	position: relative;
}

.quick-access li .qa-toggle {
	border: 2px solid;
	border-radius: 50%;
	padding: 20px;
}

.quick-access.qa-small li a {
	height: 28px;
	font-size: 18px;
	line-height: 22px;
}

.quick-access li a:hover {
	color: #fff;
}

.quick-access li a.hidden {
	display: none
}

body.underfix .quick-access a.hidden {
	display: block;
}

.quick-access li a > * {
	position: absolute;
	top: 50%; right: 50%;
	-webkit-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
}

.quick-access li a.active .qa-open,
.quick-access li a:not(.active) .qa-close {
	-webkit-transform: translate(50%,-50%) rotate(180deg);
	transform: translate(50%,-50%) rotate(180deg);
	opacity: 0;
}

.quick-access li a .qa-close {
	-webkit-transform: translate(50%,-50%) scale(1.3);
	transform: translate(50%,-50%) scale(1.3);
}

.quick-access li span {
	display:inline-block;
	margin-top:4px;
}

@media (max-width: 400px) {
	.quick-access.qa-small {
		order: 9999
	}
	.logo-alt img {
        width: 30px;
	}
}

@media (max-width: 500px) {
	.quick-access li a {
		font-size: 18px;
		line-height: 22px;
	}
	.quick-access li .qa-toggle {
		padding: 17px;
	}
}

/********** NAVIGATION **********/
#header {
    /* background: #16853e; */
	background: #393c39;
    /* border-bottom: 1px solid #10b54b; */
	border-bottom: 1px solid #929994;
}

.dp-top-header {
	position: relative;
	z-index: 200;
}

#header-sticky {
	width: 100% !important;
	z-index: 200;
}

.header-bar {
	min-height: 80px;
	justify-content: space-between;
}

body.underfix #header-sticky {
	background: #111;
	border-bottom: 1px solid #262626;
}

#header-sticky.uk-active {
	background: rgba(0,0,0,.9);
	-webkit-animation: uk-fade-top .5s;
	animation: uk-fade-top .5s;
}

@media (max-width: 768px) {
	#header-sticky.uk-active .date-line {
		display: none;
	}
}

.header-menu {
	background: rgba(232,136,0,.9);
}

#menu {
    width: 260px;
    height: 100%;
    padding: 0px 0 20px;
    margin: 0;
    box-sizing: border-box;
    pointer-events: all;
    transform: translateY(60px);
}

.fix-nav:not(.active) #menu {
	pointer-events: none;
}

#menu.uk-active {
	-webkit-animation: uk-fade-top .5s;
	animation: uk-fade-top .5s;
}

/********** MAIN NAV **********/
.fix-nav {
	opacity: 0;
	/* width: 100%; */
	height: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	transition: .5s;
	pointer-events: none;
	z-index: -99;
	background: rgba(0,0,0,.85);
}

.fix-nav.active {
	opacity: 1;
	z-index: 300;
}

.fix-nav > * {
	opacity: 0;
	transition: .5s;
	transform: translateY(-100px);
}

.fix-nav.active > * {
	opacity: 1;
	transform: translateY(0);
}

body.underfix {
	height: 0;
	overflow: hidden;
}

#main-nav {
	height: 100%;
}

#main-nav > ul {
	color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-nav ul li > a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
	padding: 8px 5px;
	position: relative;
	transition: .5s;
}

#main-nav ul li > a:before {
	content: '';
	width: 20px;
	height: 1px;
	background: #717171;
	position: absolute;
	bottom: 0; right: 50%;
	transform: translateX(50%);
	transition: .5s;
}

#main-nav ul li.active > a:before,
#main-nav ul li > a:hover:before {
	width: 80px;
}

#main-nav ul .nav-parent > a:after {
	content: '\f104';
	color: #696969;
	font: 16px 'Font Awesome 5 Pro', FontAwesome;
	position: absolute;
	top: 50%; left: 10px;
	transform: translateY(-50%);
}

#main-nav ul li.active > a,
#main-nav ul li > a:hover {
	box-shadow: inset 3px 0 #fff;
}

#main-nav > div > ul > li > a {
	color: #fff;
	font-weight: bold;
	line-height: 2em;
}

#main-nav ul li.nav-parent > a:before {
	transition: .5s;
}

#main-nav ul li.nav-parent.active > a:before {}

#main-nav > ul ul {
	width: 260px;
	height: 100%;
	padding: 80px 0 20px;
	list-style: none;
	border-right: 1px solid #717171;
	box-sizing: border-box;
	background: rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	right: 100%;
	transform: translateX(100%);
	pointer-events: none;
	transition: .5s;
	z-index: -1;
	opacity: 0;
}

.fix-nav.active #main-nav .nav-parent.active > ul {
	transform: translateX(0);
	pointer-events: all;
	z-index: 1;
	opacity: 1;
	/* overflow: auto; */
}

#main-nav ul ul li {
	opacity: 0;
	transition: .5s;
}

#main-nav .nav-parent.active > ul > li {
	opacity: 1;
}

@media (max-width: 768px) {
	.fix-nav, #menu { width: 100% }
	#main-nav > ul ul {
		width: 100%;
		right: 0;
	}
}

.nav-close-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #fff !important;
	font-size: 20px;
	border-radius: 100%;
	border: 1px solid #fff;
	position: absolute;
	top: 15px; left: 15px;
	z-index: 100;
}

.nav-close-btn:hover {
	color: #000 !important;
	background: #fff;
}

.nav-prev-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #ccc !important;
	font-size: 20px;
	position: absolute !important;
	top: 15px; right: 15px;
}

/********* Menu-large-screen *********/
.menu-large-screen {
	width: 100%;
	height: 86px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background: linear-gradient(180deg, #3B3B3B -4.5%, #6D6D6D 200.81%);
	backdrop-filter: blur(20px);
	color: #fff;
	transform: translateY(-100%);
	transition: all 0.3s;
}

.menu-large-screen.active {
	transform: translateY(0);
}

.menu-large-screen .closed {
	position: absolute;
	top: 15px;
	left: 50px;
	font-size: 30px;
	cursor: pointer;
}

.menu-large-screen .closed i {
	font-weight: 300;
}

.menu-header {
	display: flex;
	align-items: center;
	height: 100%;
	cursor: pointer;
}

.menu-header img{
	display: inline-block;
	margin-left: 130px;
	width: 77px;
	height: 60px;
}

.content-menu > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	justify-content: center;
}

.content-menu > ul>:nth-child(1) {
	display: none;
}

.content-menu ul li a{
	color: #FFFFFF;
	font-size: 17px;
	font-family: IranSans;
	pointer-events: none;
}

.content-menu ul li ul {
	display: none;
}

@media (max-width: 1500px) {
	.content-menu > ul {
		gap: 50px;
	}
}

/********* complete-menu *********/
.complete-menu {
	width: 100%;
	height: 100vh;
	z-index: 200;
	position: fixed;
	top: 0;
	background: url(image/bg-complete.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-100%);
	transition: all 0.6s;
}

.complete-menu.active {
	transform: translateY(0%);
}

.closed-complete-menu {
	position: absolute;
	top: 20px;
	left: 30px;
	color: #fff;
	cursor: pointer;
}

.closed-complete-menu i {
	font-size: 30px;
	font-weight: 100;
}

.content-complete-menu {
	position: relative;
}

.content-complete-menu::before {
	width: 100%;
	height: 1px;
	position: absolute;
	background: linear-gradient(90deg, rgba(44, 44, 44, 0.45) 0%, rgba(255, 255, 255, 0.45) 54%, rgba(43, 43, 43, 0.45) 100%);
	border: 1px solid;
	top: 39px;
}

.content-complete-menu > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	justify-content: center;
	margin-top: 150px;
}

.content-complete-menu > ul>:nth-child(1) {
	display: none;
}

.content-complete-menu ul  li  a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
	font-family: IranSans;
}

.content-complete-menu .nav-sub  li:hover  a{
	color: var(--color-main); 
}

.content-complete-menu > ul > li > a {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 30px;
}

.content-complete-menu ul  li  a i {
	display: none;
}

@media (max-width: 1500px) {
	.content-complete-menu > ul {
		gap: 50px;
	}
}

@media (max-width: 1400px) {
	.menu-large-screen ,
	.complete-menu {
		display: none;
	}
}

/********* SEARCH *********/
.fix-search {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 0;
	padding: 15% 15%;
	background: #111;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	transition: .5s;
	pointer-events: none;
	opacity: 0;
	z-index: -100;
}

.fix-search.active {
	opacity: 1;
	pointer-events: all;
	z-index: 100;
}

.fix-search > * {
	opacity: 0;
	transition: .5s;
	transform: translateY(-100px)
}

.fix-search.active > * {
	opacity: 1;
	transform: translateY(0)
}

.fix-search .headerSearchTextBox {
	width: calc(100% - 120px);
	height: 80px;
	min-width: 300px;
	color: #736b6b !important;
	font-size: 32px;
	padding: 10px;
	border-radius: 0;
	box-sizing: border-box;
	border: 4px solid #262626;
	background: #111;
}

.fix-search .headerSearchTextBox::placeholder {
	color: #262626;
}

.fix-search .HeaderSearchButton {
	width: 120px;
	height: 80px;
	color: #adadad;
	font-size: 22px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #262626;
	box-sizing: border-box;
	cursor: pointer;
}

.fix-search .HeaderSearchButton:hover {
	background: #222;
}

.fix-search #imgLoading {
	color: #555;
	font-size: 50px;
	position: absolute;
	bottom: 6%;
	left: calc(50% - 30px);
	visibility: hidden;
	pointer-events: none;
	z-index: 100;
}

/********** SLIDER **********/
@media (min-width: 960px) {
	#wowslider-container_quiet,
	#wowslider-container_quiet .ws_images > *, 
	#wowslider-container_quiet .ws_images ul li img {
		height: calc(100vh + 2px ) !important;
	}
}

#wowslider-container_quiet .ws_bullets {
	width: 100%;
	padding: 0 !important;
	box-sizing: border-box;
	top: auto !important;
	bottom: 0 !important;
	right: 0 !important;
}

#wowslider-container_quiet .ws_bullets > div {
	width: 100%;
	top: auto !important;
	bottom: 0 !important;
}

#wowslider-container_quiet .ws_bullets > div > a {
	display: none;
}

#wowslider-container_quiet .ws_bulframe {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	position: absolute !important;
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	opacity: 1 !important;
	box-shadow: none !important;
}

#wowslider-container_quiet .ws_bulframe span {
	display: none !important;
}

#wowslider-container_quiet .ws_bulframe > div,
#wowslider-container_quiet .ws_bulframe > div > div {
	float: none !important;
	width: 100% !important;
	height: auto !important;
	text-align: center;
	position: static !important;
	left: 0 !important;
	right: 0 !important;
	background: none !important;
	overflow: visible !important;
}

#wowslider-container_quiet .ws_bulframe > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
	padding: 0 8%;
	box-sizing: border-box;
}

#wowslider-container_quiet .ws_bulframe img {
	width: 100% !important;
	height: auto !important;
	min-width: 0;
	max-height: 150px;
	max-width: 20vw !important;
	object-fit: cover;
	-webkit-filter: sepia(1) saturate(4) hue-rotate(-25deg);
	filter: sepia(1) saturate(4) hue-rotate(-25deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(.9);
	transform: scaleY(.9);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: .9;
}

#wowslider-container_quiet .ws_bulframe img:hover {
	opacity: 1;
}

#wowslider-container_quiet .ws_selbull:nth-child(01) ~* img:nth-child(01),
#wowslider-container_quiet .ws_selbull:nth-child(02) ~* img:nth-child(02),
#wowslider-container_quiet .ws_selbull:nth-child(03) ~* img:nth-child(03),
#wowslider-container_quiet .ws_selbull:nth-child(04) ~* img:nth-child(04),
#wowslider-container_quiet .ws_selbull:nth-child(05) ~* img:nth-child(05),
#wowslider-container_quiet .ws_selbull:nth-child(06) ~* img:nth-child(06),
#wowslider-container_quiet .ws_selbull:nth-child(07) ~* img:nth-child(07),
#wowslider-container_quiet .ws_selbull:nth-child(08) ~* img:nth-child(08),
#wowslider-container_quiet .ws_selbull:nth-child(09) ~* img:nth-child(09),
#wowslider-container_quiet .ws_selbull:nth-child(10) ~* img:nth-child(10),
#wowslider-container_quiet .ws_selbull:nth-child(11) ~* img:nth-child(11),
#wowslider-container_quiet .ws_selbull:nth-child(12) ~* img:nth-child(12),
#wowslider-container_quiet .ws_selbull:nth-child(13) ~* img:nth-child(13),
#wowslider-container_quiet .ws_selbull:nth-child(14) ~* img:nth-child(14),
#wowslider-container_quiet .ws_selbull:nth-child(15) ~* img:nth-child(15),
#wowslider-container_quiet .ws_selbull:nth-child(16) ~* img:nth-child(16),
#wowslider-container_quiet .ws_selbull:nth-child(17) ~* img:nth-child(17),
#wowslider-container_quiet .ws_selbull:nth-child(18) ~* img:nth-child(18),
#wowslider-container_quiet .ws_selbull:nth-child(19) ~* img:nth-child(19),
#wowslider-container_quiet .ws_selbull:nth-child(20) ~* img:nth-child(20) {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

@media(max-width: 500px) {
	#wowslider-container_quiet .ws_images img {
		height: 300px;
	}
}

/********** SHAREHOLDERS **********/
.fm-shareholders {
	display: flex;
	align-items: center;
	padding: 50px 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.fm-shareholders:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #02101d url(image/shareholders-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	pointer-events: none;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
}

.fm-shareholders.active:before {
	-webkit-animation: bg-grow 5s forwards;
	animation: bg-grow 5s forwards;
}

.fm-shareholders > * {
	width: 100%;
}

.fm-shareholders-title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.fm-shareholders-title:before,
.fm-shareholders-title:after {
	content: '';
	flex: 1;
	max-width: 80px;
	border-top: 1px solid #fff;
}

.fm-shareholders-title:before { margin-left: 20px }
.fm-shareholders-title:after  { margin-right: 20px }

.fm-shareholders-holder {
	direction: ltr;
	width: auto !important;
	padding: 80px 10%;
}

.fm-shareholders-holder > .uk-grid {
	direction: rtl;
}

.owl-dots {
	display: none;
}

.fm-shareholders-holder .owl-stage {
	direction: rtl;
	display: flex;
	padding: 1px 0;
}

@media (max-width: 768px) {
	.fm-shareholders-holder .owl-stage > .owl-item {
		padding: 3px;
	}
}

.fm-shareholders-list-title {
	color: #fcaf17;
	text-align: center;
	font-size: 17px;
}

.fm-shareholders-box {
	height: 100%;
	padding: 30px 25px;
	/*margin: -0.5px;*/
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px #fff;
}

.fm-shareholders-list {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #fff;
}

.fm-shareholders-list a {
	display: inline-block;
	color: #fff !important;
	font-size: 12px;
	line-height: 2em;
	padding: 5px 10px;
	background: #fff linear-gradient(45deg,#fcaf17,#fcaf17);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-position: right;
	background-size: 0 100%;
	transform-origin: right;
	transition: .5s;
}

.fm-shareholders-list a:hover {
	color: #fcaf17 !important;
	background-size: 100% 100%;
	-webkit-transform: scaleX(1.05);
	transform: scaleX(1.05);
}

.fm-shareholders-list a:before {
	content: '\f104';
	display: inline-block;
	width: 10px;
	color: #fcaf17 !important;
	font: 120% 'Font Awesome 5 Pro';
	background: #fff linear-gradient(45deg,#fcaf17,#fcaf17);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	vertical-align: middle;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.fm-shareholders-list a,
	.fm-shareholders-list a:before {
		background: none;
	}
}

.fm-shareholders-holder .owl-controls {
	width: 100%;
	text-align: center;
}

.fm-shareholders-holder .owl-prev,
.fm-shareholders-holder .owl-next {
	display: inline-block;
	color: #fcaf17;
	font-size: 30px;
	margin: 20px;
}


/********** LINKBOXS **********/
.fm-linkbox {
	direction: ltr;
	display: flex;
	align-items: center;
	padding: 80px 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.fm-linkbox .uk-grid {
    direction: rtl
}

.fm-linkbox-items .owl-stage {
	direction: rtl;
	display: flex;
}

.fm-linkbox-items .owl-stage .owl-item > li {
	height: 100%;
}

.fm-linkbox:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #134218 url(image/linkbox-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	pointer-events: none;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
}

.fm-linkbox.active:before {
	-webkit-animation: bg-grow 5s forwards;
	animation: bg-grow 5s forwards;
}

@-webkit-keyframes bg-grow { 100% { -webkit-transform: scale(1.1) } }
@keyframes bg-grow { 100% { transform: scale(1.1) } }

.fm-linkbox > * {
	width: 100%
}

.fm-linkbox-box {
	height: calc(100% - 10px);
	padding: 30px;
	margin: 5px 0;
	box-sizing: border-box;
	background: rgba(32,34,34,.6);
	transition: .5s;
}

.fm-linkbox-box:hover {
	background: rgba(32,34,34,.9);
	
}

.fm-linkbox-title {
	color: #fcaf17 !important;
	text-align: center;
}

.fm-linkbox-list {
	list-style: none;
    padding: 0;
    margin: 0;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #fcaf17;
}
.fm-linkbox-items {
    list-style: none;
    padding: 0;
    margin: 0;   
}
.fm-linkbox-list a {
	display: inline-block;
	color: #fff !important;
	font-size: 14px;
	line-height: 2em;
	padding: 5px 20px;
	background: #fff linear-gradient(45deg,#fcaf17,#fcaf17);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-position: right;
	background-size: 0 100%;
	transform-origin: right;
	transition: .5s;
}

.fm-linkbox-list a:hover {
	color: #fcaf17 !important;
	background-size: 100% 100%;
	-webkit-transform: scaleX(1.05);
	transform: translateX(-10px);
}

.fm-linkbox-list a:before {
	content: '\f104';
	display: inline-block;
	width: 0;
	color: #fcaf17 !important;
	font: 120% 'Font Awesome 5 Pro';
	background: #fff linear-gradient(45deg,#fcaf17,#fcaf17);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	vertical-align: middle;
	transition: .5s;
	opacity: 0;
}

.fm-linkbox-list a:hover:before {
	width: 15px;
	opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.fm-linkbox-list a,
	.fm-linkbox-list a:before {
		background: none;
	}
}

.fm-linkbox .owl-controls {
	text-align: center;
}

.fm-linkbox .owl-prev,
.fm-linkbox .owl-next {
	display: inline-block;
	color: #fcaf17;
	font-size: 30px;
	margin: 20px;
}

/********** MAP **********/
.fm-agency {
	display: flex;
	align-items: center;
	padding: 30px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.fm-agency > * {
	width: 100%
}

.fm-agency-map .fm-agency-state {
	stroke: #fff;
	stroke-width: 3px;
	cursor: pointer;
}

.fm-agency-map .fm-agency-state.active,
.fm-agency-map .fm-agency-state:hover {
	fill: #fff;
	stroke: #ccc;
}

.fm-agency-map use[*|href] {
	display: none;
	pointer-events: none;
}

.fm-agency-map use[*|href].active {
	display: block;
}

.fm-agency-tooltip {
	color: #fff;
	padding: 2px 10px;
	border-radius: 3px;
	background: #333;
	position: fixed;
	-webkit-transform: translate(-50%,calc(-50% - 25px));
	transform: translate(-50%,calc(-50% - 25px));
	pointer-events: none;
}

.fm-agency-tooltip:after {
	content: '';
	border-style: solid;
	border-width: 5px;
	border-color: transparent;
	border-top-color: #333;
	position: absolute;
	top: 100%; right: calc(50% - 5px);
}

.fm-agency-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.fm-agency-text {
	width: 100%;
	margin: 30px 0;
	text-align: justify;
	font-size: 14px;
	line-height: 2em;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none;
	position: absolute;
	opacity: 0;
}

.fm-agency-text.active {
	display: block;
	pointer-events: all;
	position: relative;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.fm-agency-text:after {
	content: '';
	width: 20px;
	height: calc(100% + 40px);
	border: 1px solid #ff8c2d;
	border-right: 0;
	position: absolute;
	top: -20px; left: -15px;
}

.fm-map-hr-line,
.fm-map-vr-line {
	margin: 0;
	border-color: #ff8c2d;
	position: absolute;
}

.fm-map-hr-line {
	top: 50%;
}

.fm-map-vr-line {
	border-left: 1px solid #ff8c2d;
}

@media (max-width: 768px) {
	.fm-map-hr-line,
	.fm-map-vr-line {
		display: none;
	}
}

/********** PAGE NAV **********/
.page-nav {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 50%; right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: drop-shadow(1px 1px rgba(0,0,0,.5))
			drop-shadow(-1px -1px rgba(0,0,0,.5));
	z-index: 99;
}

.page-nav a {
	display: block;
	width: 60px;
	pointer-events: none;
}

.page-nav a:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAANCAMAAACNWf6YAAADhGlUWHRYTUw6Y 29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmVjMTQ5NTM0LTc2OTItOTM0Zi05YmEwLTI4Y2NhNzlkNDllYiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOTMxQ0ExRkZGQTUxMUU5OEE3NjkwQkNFMEQ2N0QwMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOTMxQ0ExRUZGQTUxMUU5OEE3NjkwQkNFMEQ2N0QwMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzMwYTE4YS1kNGFkLTc3NDktYmNmMS0wNTg3MTI5MDRlNWYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5MmE4ZDFlYy1jYzNlLTgyNDUtODE1NS1jZGQ3MjQ5YTQzYWUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5SAoYPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhQTFRFR3BM////////////////////////////////////////////////////////////////////////////////////////////BXry+AAAABd0Uk5TAKIjQWBvsYET9+NOdu47kMHNuUYE3AgL8bJSAAAAvUlEQVQY01VPixLEEAwMJfGovmjz/396i7mb644hkn1ARMEziyUg7HvopxVmP6tTgbShXFUFx5Z65wS/XTpwg1lLydDfs3M12qDKC9SOWj2O3MhBtWSol16uRBmGgQc/iGoeEa4PDREaYqabkZFs+tAWVTZR9YhavE8aERENXIod+i/g71833JEdx5IvFXXyNBDqguSraBTBdiCt1kA/4EOyT7cdD9roHxXNpz9LzQNSfQ0ts4Pee2gcs53dD+D+ELlqfZ1jAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0;
	pointer-events: all;
}

.page-nav a.active:before {
	width: 28px;
	height: 13px;
	margin: 5px 15px;
	border: 0;
	border-radius: 0;
	background-size: 100%;
}

.page-nav li:not(:last-child) a:after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	margin: auto;
	background: #fff;
}

@media (max-width: 960px) {
	.page-nav { display: none }
}

#wrap\:\:auth .page-nav {
	display: none;
}

/********** FIXED QUICK ACCESS **********/
.fixed-qa {
	direction: ltr;
	list-style: none;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 50%; left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}

.fixed-qa a {
	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;
	text-align: center;
	width: 32px;
	height: 32px;
	color: #333 !important;
	font-size: 18px;
	background: #fcaf17;
	position: relative;
}

.fixed-qa a:hover {
	background: #fff;
}

.fixed-qa a span {
	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;
	text-align: center;
	height: 100%;
	white-space: nowrap;
	font-size: 12px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #fcaf17;
	position: absolute;
	top: 0; right: 0;
	z-index: -1;
}

.fixed-qa a:hover span {
	background: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.fixed-qa a span {
		display: block;
	}
}

/********** NEWS COLLECTOR TICKER **********/
[id$=_NewsCollectorTickerContent] {
	width: 100%;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	background: #fff !important;
	overflow: hidden;
	position: relative;
}

[id$=_NewsCollectorTickerContent]:before {
	content: '';
	width: 50%;
	height: 100%;
	background: #c80202;
	position: absolute;
	right: 0;
}

[id$=_NewsCollectorTickerContent] .ticker-wrapper {
	height: auto !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	padding: 0 !important;
	margin: auto;
	border-radius: 0 !important;
	background: #fff !important;
	position: relative;
}

[id$=_NewsCollectorTickerContent] .ticker-wrapper .ticker .ticker-content {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 20px;
	box-sizing: border-box;
	background: #fff !important;
	position: static !important;
	right: auto !important;
}

[id$=_NewsCollectorTickerContent] [id$=_NCTickerListItemContentLink] {
	color: #000 !important;
	font-size: 14px;
}

[id$=_NewsCollectorTickerContent] .ticker  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto !important;
	height: auto !important;
	min-width: 200px;
	background: #fff !important;
}

[id$=_NewsCollectorTickerContent] .ticker-swipe {
	display: none !important;
	padding: 0;
	background: #fff !important;
}

[id$=_NewsCollectorTickerContent] .ticker-swipe span {
	background: #fff !important;
	position: relative;
}

[id$=_NewsCollectorTickerContent] .ticker-title {
	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;
	color: #fff;
	font-size: 12px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #d3010a !important;
	position: relative;
	z-index: 1;
}

[id$=_NewsCollectorTickerContent] .ticker-controls {
	padding: 5px;
	margin-right: auto;
}

/********** AUTO HEIGHT PARALLAX **********/
.dp-parallaxPlace {
	height: auto !important;
}

.dp-parallaxPlace .dp-parallaxText {
	top: unset;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/********** SLIDESHOW PLUS **********/
[id$=_fakeDiv] .owl-item .item {
	display: block;
	margin: 0;
	cursor: pointer;
}

@media (max-width: 768px) {
	[id$=_fakeDiv] .owl-item .item img {
		width: auto;
		margin: auto;
	}
}

[id$=_fakeDiv] .owl-nav [class*=owl-] {
	line-height: 10px;
	border-radius: 0 !important;
	background: #017412 !important;
}

[id$=_fakeDiv] .owl-nav [class*=owl-]:hover {
	opacity: .5;
}

[id$=_fakeDiv] .owl-nav [class*=owl-] i {
	vertical-align: middle;
}

/******* services *******/
.services .owl-carousel  {
	position: relative;
}

.services .owl-item .item {
	display: block;
	margin: auto;
}

.services .owl-item .item .owl-user-image {
	width: 110px;
	height: 110px !important;
	object-fit: none;
	margin: auto;
}

.services .owl-item .item {
	position: relative;
}

.services .owl-item .item:after {
	content: '';
	width: 115px;
	height: 115px;
	display: inline-block;
	border-radius: 50%;
	border: 3px dotted var(--secondary_color);
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	transition: transform 0.7s , border 0.5s;
	margin: auto;
}

.services .owl-item:hover .item::after {
	border: 3px dashed var(--secondary_color);
	transform: rotate(80deg) translateX(9%) translateY(-49%);
	top: 0;
	right: 50%;
}

.services .owl-item .item>.owl-image-title {
	width: 80%;
	margin: auto;
}

.services .owl-item .item .owl-image-title {
	color: var(--secondary_color);
	font-size: 17px;
	margin-top: 20px;
	font-weight: 600;
	line-height: 30px;
	font-family: IranSans;
}

.services .owl-item .item p {
	color: #162246CC;
	font-weight: 300;
}

.services {
	margin: 70px 0 0;
}

.services .owl-theme .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.services .owl-theme .owl-controls [class*=owl-] {
	background: none !important;
	color: var(--secondary_color) !important;
	font-size: 20px !important;
}

.services .owl-theme .owl-controls .owl-prev {
	right: 0;
	position: absolute;
}

.services .owl-theme .owl-controls .owl-next {
	left: 0;
	position: absolute;
}

/********** GALLERY **********/
.gv_galleryWrap .gv_showOverlay {
	display: none;
}

/********** PICTURES GALLERY **********/
[id$=_RepeatColumnsHorizontal] ul {
	margin: 0;
}

.galleryContainer {
	height: auto !important;
}

.galleryContainer .gv_galleryWrap {
	height: auto !important;
	padding: 0 !important;
	background: none;
}

.galleryContainer .gv_galleryWrap .gv_gallery {
	height: auto !important;
}

.galleryContainer .gv_galleryWrap .gv_panelWrap {
	margin-bottom: 10px;
	position: static;
}

.galleryContainer .gv_galleryWrap .gv_panelWrap .gv_panel {
	position: static;
}

.galleryContainer .gv_galleryWrap .gv_overlay * {
	margin: 0;
}

.galleryContainer .gv_galleryWrap .gv_panel img {
	position: static;
}

.galleryContainer .gv_galleryWrap .gv_filmstripWrap {
	display: none;
}

.galleryContainer .gv_galleryWrap .gv_navWrap {
	width: 100% !important;
	height: auto !important;
	box-sizing: border-box;
	position: static;
}

.galleryContainer .gv_galleryWrap .gv_navWrap > * {
	display: inline-block;
	width: auto;
	height: auto;
	background: none;
	vertical-align: middle;
	opacity: 1;
}

.galleryContainer .gv_galleryWrap .gv_navWrap > :before {
	display: inline-block;
	color: #e8921b;
	margin: 5px;
	font: 16px FontAwesome;
	transition: .5s;
	-webkit-transform: scaleY(1.5);
	transform: scaleY(1.5);
}

.galleryContainer .gv_galleryWrap .gv_navWrap > :hover:before {
	color: #7c0201;
}

.galleryContainer .gv_galleryWrap .gv_navWrap .gv_navPrev:before  { content: '\f053' }
.galleryContainer .gv_galleryWrap .gv_navWrap .gv_navNext:before  { content: '\f054' }
.galleryContainer .gv_galleryWrap .gv_navWrap .gv_navPlay:before  { content: '\f04b' }
.galleryContainer .gv_galleryWrap .gv_navWrap .gv_navPause:before { content: '\f04c' }

.galleryContainer + [id$=_centerDiv],
.galleryContainer + [id$=_centerDiv] tbody,
.galleryContainer + [id$=_centerDiv] tr,
.galleryContainer + [id$=_centerDiv] td {
	display: block;
	padding: 0;
	border-spacing: 0;
}

/********** VIDEO GALLERY **********/
.video-box[class*=voverlay_] {
	width: 100%;
}

[id$=_dataContainer].uk-container {
	max-width: none;
	padding: 0;
}

[side-pane] [id$=_dataContainer].uk-container > .uk-grid.uk-flex {
	max-width: 250px;
	margin: 0;
}

[side-pane] [id$=_dataContainer].uk-container > .uk-grid.uk-flex {
	max-width: 250px;
}

[side-pane] [id$=_dataContainer] .video-box {
	width: 100%;
	padding: 0;
}

.dp-videogallery-deleteAll {
	margin: auto !important;
}

[id$=_videogallerycontainer].uk-container {
	max-width: none;
	padding: 0;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] {
	text-align: center;
	justify-content: center;
	margin: 0;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] .video-caption {
	-webkit-transition: .5s;
	transition: .5s;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] .video-box:hover .video-caption {
	pointer-events: none;
	opacity: 0;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] > * {
	width: 260px;
	max-width: 100%;
	padding: 0;
	margin: 10px !important;
	position: relative;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] .video-caption {
	width: 100%;
	padding: 5px 10px;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] .voverlay {
	color: #fff;
	display: inline-block;
}

[id$=_videogallerycontainer] [id^=rpShowVideo] .voverlay img {
	height: auto;
	padding: 0;
	border-radius: 0;
}

[id$=_videogallerycontainer] .video-box > .uk-overlay {
	position: relative;
}

.videogallery[class*=voverlay_] .voverlay:before,
[id$=_videogallerycontainer] .video-box > .uk-overlay:before {
	content: '\f01d';
	color: #fff;
	font: 80px FontAwesome;
	position: absolute;
	top: 50%; right: 50%;
	-webkit-transform: translate(50% , -50%);
	transform: translate(50% , -50%);
	pointer-events: none;
	z-index: 1;
}

[id$=_videogallerycontainer] .video-box > .uk-overlay .uk-overlay-panel {
	pointer-events: none;
}

#voverlay {
	padding: 0 !important;
}

#voverlay:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	right: 0;
	z-index: -2;
}

#voverlay .vcontainer {
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff !important;
}

#voverlay .close {
	z-index: 1
}

img[src*='VideoGallery/Images/white.png'] {
	display: none !important;
}


.videogallery[class*=voverlay_] .voverlay {
	width: 240px;
	max-width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 1;
	position: relative;
}

.videogallery[class*=voverlay_] .voverlay .description {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: 0;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.videogallery[class*=voverlay_] .voverlay div {
	min-height: auto !important;
}

/********** NEWS ROTATOR  ***********/
[id$=_NewsRotator] .rotatorBox {
	z-index: auto !important;
}

/********** NEWS **********/
#NewsContent table ,
#NewsContent tbody ,
#NewsContent tr ,
#NewsContent td {
	display: block;
}

#NewsContent [id$=_NewsContentList] {
	display: block;
	padding-top: 10px;
}

#NewsContent [id*=_NewsContentList] > tbody  {
	display: block;
}

#NewsContent [id*=_NewsContentList] > tbody > tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
/*	margin-right: -20px; */
}

#NewsContent [id*=_NewsContentList] > tbody > tr > td {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 200px;
	margin-right: 20px;
	margin-bottom: 10px;
	vertical-align: top;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 6px 2px rgba(0,0,0,.15);
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}

#NewsContent [id*=_NewsContentList] > tbody > tr > td:last-child {
	padding: 0
}

#NewsContent [id*=_NewsContentList] > tbody > tr > td:hover {
	box-shadow: 0 5px 5px 2px rgba(0,0,0,.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#NewsContent [id*=NewsContentList][id*=_NewsContentPanel] ,
#NewsContent #NewsContentLayout ,
#NewsContent #NewsContentLayout > tbody {
	height: 100%;
}

[id$=paneheader] ~* #NewsContent [id*=NewsContentList][id*=_NewsContentPanel] {
	height: auto;
}

#NewsContent [id*=_NewsContentList] td:empty {
	visibility: hidden;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(3) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	height: 100% !important;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(3) > td:first-child {
	display: block;
	width: 100%;
	border: 0;
}

#NewsContent .NewsItemStyle > tbody > tr:nth-child(3) > td:nth-child(2) {
	display: block;
	float: none;
	width: 100%;
	padding: 0 10px !important;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	transition: .5s;
	/* flex: 1; */
}

#NewsContent [id*=_NewsAbstract] {
	color: #787878;
	/* padding: 0 1px 8px 1px; */
	border: none;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 13px;
	line-height: 24px;
}

#NewsContent .BorderBackgroundPanel {
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
}

#NewsContent [id*=_NewsAbstractMorePanel] {
    text-align: right !important;
}

#NewsContent .AbstractMoreLink {
	display: inline-block;
	color: var(--color-main) !important;
	font-weight: normal !important;
	padding: 5px 0;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	bottom: -7px;
	left: 15px;
}

#NewsContent .AbstractMoreLink:hover {
	letter-spacing: .5px;
}

#NewsContent .PanelTitle {
	margin-top: 5px;
	padding-inline: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#NewsContent .PanelTitle {
	height: 100px;
}

#NewsContent .PanelTitle .DPNewsItemTitle {
	display: inline-block;
	height: min-content;
}

#NewsContent  .DPNewsItemTitle span {
	font-size: 15px;
	font-weight: normal !important;
	color: #162246;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#NewsContent .NewsPreTitleStyle {
	font-family: IranYekan, Tahoma;
	font-size: 12px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

#NewsContent [id$=_ContentTitle] {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

#NewsContent .DPNewsWrap * {
	color: #777;
	font-weight: normal;
}

#NewsContent .NewTextStyle {
	font-weight: normal !important;
}

#NewsContent [id$=_ContentRightImageLink] {
	display: block;
	text-align: center;
}

#NewsContent .DPNewsImageLink img {
	float: none;
	display: block;
	width: 100% !important;
	height: 200px !important;
	max-width: 370px;
	text-align: center;
	margin: auto;
	border: 0 !important;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 12px 12px 0;
	border-radius: 16px 16px 0 0;
}

#NewsContent [id$=_DetailsSubmitTime] {
	order: -1;
	position: absolute;
	top: 0;
	left: -85px;
	text-align: left;
}

.news-date {
	min-width: 30px;
	color: #fff;
	text-align: center;
	padding: 5px;
	background: #16853e;
	position: absolute;
	top: 0;
	left: 9px;
}

.news-date span {
	font-size: 16px;
}

@media (max-width: 768px) {
	#NewsContent [id$=_NewsContentList] > tbody > tr {display: block;margin: 0;}
	#NewsContent [id$=_NewsContentList] > tbody > tr { -ms-flex-wrap: wrap; flex-wrap: wrap }
	#NewsContent [id$=_NewsContentList] > tbody > tr > td {width: 100% !important;padding: 0;margin: 20px 0;}
}

.news-carousel {
	direction: ltr;
}

.news-carousel .owl-item > * {
	direction: rtl;
	display: block;
	width: 100% !important;
}

.news-carousel .owl-controls {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.news-carousel .owl-controls .owl-nav {
	display: flex;
	justify-content: space-between;
}

.news-carousel .owl-controls .owl-nav i {
	color: var(--color-main) !important;
	font-size: 35px;
}

.news-carousel .owl-controls .owl-nav {
	margin-inline: -55px;
}

.news-carousel .owl-prev,
.news-carousel .owl-next {
	display: inline-block !important;
	color: var(--color-main);
	font-size: 30px;
	margin: 0 20px;
}

.news-home [id$=_NewsFooterArchiveLink] ,
.news-home [id$=_NewsCategoryContainer] {
	display: none;
}

@media (max-width: 1200px) {
	.news-carousel .owl-controls {
		display: none;
    }
}

/********** NEWS ICONS *********/
[id*=DetailsNewsCodeImage] ,
[id*=DetailsSubmitDateImage] ,
[id*=DetailsVisitImage] ,
[id*=DetailsCommentCountImage] ,
[id*=DetailsNewsSourceImage] ,
[id*=DetailsCreatedByImage] {
    display: none !important;
}

[id*=ContentDetailsPanel] {
	display: flex;
	text-align: right;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	bottom: 15px;
	width: 100%;
	/* flex-direction: row-reverse; */
}

[id$=_DetailsSubmitTime] ,
[id*=ContentDetailsPanel] [id$=_DetailsVisitPanel] {
	width: 50%;
}

[id*=ContentDetailsPanel] [id$=_DetailsVisitPanel] {
	order: -1;
}

[id*=DetailsSubmitTime]:before ,
[id*=DetailsVisitPanel]:before {
	padding-left: 5px !important;
}

[id*=ContentDetailsPanel] [id$=_DetailsVisitPanel] b {
	display: none;
}

[id*=DetailsNewsCodePanel] ,
[id*=DetailsSubmitDateCaption] ,
[id*=DetailsSubmitTime] ,
[id*=DetailsVisitPanel] ,
[id*=DetailsCommentCountPanel] ,
[id*=DetailsNewsSourcePanel] ,
[id*=_DetailsDatePanel],
[id*=_DetailsDatePanel] b,
[id*=DetailsCreatedByPanel] {
	display: flex;
	align-items: center;
	line-height: 2;
}

[id*=_DetailsDatePanel] {
	width: 100%;
}

[id*=_DetailsDatePanel] b {
	display: none;
}

[id*=_DetailsDatePanel] span .DPNewsWrap {
	color: var(--color-main) !important;
	font-size: 12px;
}

[id*=DetailsNewsCodePanel] > span:last-child,
[id*=DetailsSubmitDateCaption] > span:last-child,
[id*=DetailsSubmitTime] > span:last-child,
[id*=_DetailsDatePanel] > span:last-child,
[id*=DetailsCommentCountPanel] > span:last-child,
[id*=DetailsNewsSourcePanel] > span:last-child,
[id*=DetailsCreatedByPanel] > span:last-child {
	display: none;
}

[id*=DetailsNewsCodePanel]:before ,
[id*=DetailsSubmitDateCaption]:before ,
[id*=DetailsSubmitTime]:before ,
[id*=DetailsVisitPanel]:before ,
[id*=DetailsCommentCountPanel]:before ,
[id*=DetailsNewsSourcePanel]:before ,
[id*=DetailsCreatedByPanel]:before {
	display: inline-block;
	width: 18px;
	color: #777;
	text-align: center;
	font: 14px FontAwesome;
	padding: 2px 0;
	vertical-align: middle;
}

[id*=DetailsNewsCodePanel]:before 		{ content: '\f1ea' } /* icon News Code */
[id*=DetailsSubmitDateCaption]:before 	{ content: '\f073' } /* icon News Date */
[id*=DetailsSubmitTime]:before 			{ content: '\f017' } /* icon News Time */
[id*=DetailsVisitPanel]:before 			{ content: '\f06e' } /* icon News Views */
[id*=DetailsCommentCountPanel]:before 	{ content: '\f086' } /* icon News Comment */
[id*=DetailsNewsSourcePanel]:before 	{ content: '\f09e' } /* icon News Source */
[id*=DetailsCreatedByPanel]:before		{ content: '\f007' } /* icon News User */

/********** NEWS PAGINATION **********/
[id*=_NewsPagingNumbers] {
	float: right;
	margin: 5px 0;
}

[id*=_NewsPagingNumbers] .pgNumbersCurrent {
	display: inline-block;
	margin: 5px !important;
	background: #16853e;
}

[id*=_NewsPagingNumbers] a,
[id*=_NewsPagingNumbers] span {
	float: none;
}

[id*=_NewsPagingNumbers] table tr td {
	display: inline !important;
}

[id$=_NewsPagingNumbers] font,
[id$=_NewsPagingNumbers] img {
	display: none;
}

/********** NEWS ARCHIVE **********/
[id*=NewsFooterArchiveLink] {
	float: left !important;
	clear: none !important;
	width: auto !important;
	color: #16853e;
	font-size: 0 !important;
	padding-left: 30px;
	margin: 10px 0 !important;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}

[id*=NewsFooterArchiveLink]:hover {
	letter-spacing: .5px
}

[id*=ArchiveLinkCaption] {
    display: inline-block;
    vertical-align: top;
    padding: 1px 0;
    font-size: 12px;
}

[id*=NewsFooterArchiveLink]:before {
    content: '\f1ea';
    font: 18px FontAwesome;
    position: absolute;
    top: 1px;
    left: 4px;
    pointer-events: none;
}

[id*=NewsFooterArchiveLink]:after {
	content: "";
	display: table;
	clear: both;
}

[id*=ArchiveLinkImage] {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    position: absolute;
    top: 0; right: 0;
    opacity: 0;
}

/********** NEWS PAGE **********/
#NVContentImageContainer {
	width: 100%;
	max-width: 400px;
	margin: 0 15px 5px 0 !important;
}

#NVContentHeader b ,
#NVContentHeader td ,
#NVContentHeader span {
	font: 12px IranYekan, Tahoma !important;
}

#VisitedCount {
	font-family: IranYekan, Tahoma !important;
}

#NVContentDescriptionContainer {
	display: block;
	font-size: 14px;
	line-height: 2em !important;
	margin-top: 10px;
}

[id$=_SliderImageItem] {
	width: 100%;
}

/********** NEWS LIGHTBOX **********/
#jquery-lightbox > table > tbody > tr:not(:nth-child(2)) ,
#jquery-lightbox > table > tbody > tr > .ml ,
#jquery-lightbox > table > tbody > tr > .mr {
	display: none;
}

#lightbox-nav ,
#lightbox-image ,
#lightbox-container-image ,
#lightbox-container-image-box ,
#lightbox-container-image-data-box {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

#jquery-lightbox > table > tbody > tr > .mc {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

[side-pane] [id$=_NewsList] .dp-normNewsClt[class*='-img'],
[side-pane] [id$=_NewsList] .dp-listNewsClt.affiliation,
[side-pane] [id$=_NewsList] .dp-listNewsClt.abstract,
[side-pane] [id$=_NewsList] [id$=_lblPreTitle] {
	display: none !important;
}

[side-pane] [id$=_NewsList] [id$=_tblCollectedNews] > div,
[side-pane] [id$=_NewsList] [id$=_tblCollectedNews] > div > div {
	margin: 0 !important;
}

[id$=_NewsList] div {
	box-sizing: border-box;
}

/********** NEWS CYCLE **********/
.news-section {
	overflow: hidden;
	background: url(image/bg-Technology.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pb-news-cycle {
	padding: 48px 0 28px;
	position: relative;
	z-index: 1;
}

.pb-news-paging {
	width: 38%;
	text-align: center;
	list-style: none;
	padding: 10px;
	margin: 0;
	box-sizing: border-box;
	position: absolute;
	z-index: 7;
}

.pb-news-paging li {
	display: inline-block;
	vertical-align: middle;
}

.pb-news-paging li a {
	display: block;
	color: #464646;
	font-size: 28px;
	padding: 10px 5px;
	margin: 5px 10px;
	border-bottom: 1px solid transparent;
}

.pb-news-paging li a:hover,
.pb-news-paging li.active a {
	color: #008720;
	border-color: #008720;
}

.pb-news-paging li.active {
	pointer-events: none;
}

.pb-news-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.pb-news-list:before {
	content: '';
	width: 38%;
	height: calc(100% - 60px);
	border: 5px solid #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.pb-news-list .pb-news-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 0; right: 0;
	pointer-events: none;
	opacity: 0;
}

.pb-news-list li.active .pb-news-item {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.pb-news-title {
	width: 34%;
	font-size: 24px;
	line-height: 1.8em;
	margin: -40px 6% 0 0;
	padding: 40px 0;
	box-sizing: border-box;
	background: #ccc;
	transform: skew(-15deg) translateX(50px);
}

.pb-news-list li.active .pb-news-title {
	pointer-events: auto;
	transform: skew(0) translateX(0);
}

.pb-news-title:hover {
	color: #16853e;	
} 

.pb-news-image {
	width: 55%;
	height: 400px;
	object-fit: cover;
	background: #fff;
	transform: translateX(-30px);
}

.pb-news-list li.active .pb-news-image {
	pointer-events: auto;
	transform: translateX(0);
}

.pb-news-nav {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 24px;
	right: 0;
	z-index: 1;
}

.pb-news-nav li {
	display: inline-block;
	vertical-align: middle;
}

[class*=pb-news-nav-] {
	display: block;
}

[class*=pb-news-nav-]:before {
	display: inline-block;
	color: #fff;
	margin-left: 5px;
	font: 42px 'Font Awesome 5 Pro';
}

[class*=pb-news-nav-]:hover:before {
	color: #008720;
}

.pb-news-nav-prev:before { content: '\f32b' }
.pb-news-nav-next:before { content: '\f32a' }

@media (max-width: 768px) {
	.pb-news-paging {
		width: 100%;
		position: static;
	}
	.pb-news-list .pb-news-item {
		display: block;	
	}
	.pb-news-title {
		width: 100%;
		max-height: none;
		font-size: 20px;
		margin: 0;
		padding: 10px;
	}
	.pb-news-image {
		width: 100%;
		height: auto;
	}
	.pb-news-nav {
		width: 100%;
		position: static;
	}
}

/********** TOP NEWS **********/
.dp-TNFull.news_thumb .dp-TNFull.title {
	color: #616161;
	font-family: inherit !important;
	font-size: 12px !important;
}

.dp-TNFull.box .main_news img {
	width: 100% !important;
	object-fit: cover;
}

.dp-TNFull.news_thumb div ul {
	margin-left: 10px;
	background: #efefef;
}

.dp-TNFull.news_thumb div ul li.active {
	background: #939393;
}

.dp-TNFull.news_thumb div ul li.active * {
	color: #fff !important;
}

/********** TOP NEWS PICTURE MODE **********/
[id^=divMinMax_] .TNContainer {
	margin: 0;
	border: 0;
	background: none;
}

.TNContainer .trcontent {
	position: relative;
}

.TNContainer .trcontent .dp-TNPicture.image {
	display: block;
	width: 100%;
}

.TNContainer .trcontent .dp-TNPicture.image img {
	display: block;
	width: 100% !important;
	height: 400px;
	min-height: 400px !important;
	object-fit: cover;
}

.TNContainer .main_news .desc .block {
	border: none;
}

.TNContainer .dp-TNPicture.toolbar {
	width: auto !important; 
	background: none;
	position: absolute;
	bottom: 0; left: 10px;
}

.TNContainer .dp-TNFull.player-btns ,
.TNContainer .dp-TNPicture.player-bullets {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	vertical-align: top;
}

.TNContainer .dp-TNPicture.player-bullets ul li.active {
	background: #2bb1f7;
}

.TNContainer .pagerbar {
	height: auto;
	display: block;
	float: right;
	clear: none;
}

.TNContainer .pagerbar ul{
	display: block !important;
}

/********** TOP NEWS PICTURE MODE **********/
.TNContainer .trcontent {
	position: relative;
}

.TNContainer .trcontent .dp-TNPicture.image {
	display: block;
	width: 100%;
}

.TNContainer .trcontent .dp-TNPicture.image img {
	display: block;
	width: 100% !important;
	height: 400px;
	min-height: 400px !important;
	object-fit: cover;
}

.TNContainer .main_news .desc .block {
	border: none;
}

.TNContainer .dp-TNPicture.toolbar {
	width: auto !important; 
	background: none;
	position: absolute;
	bottom: 0; left: 10px;
}

.TNContainer .dp-TNFull.player-btns ,
.TNContainer .dp-TNPicture.player-bullets {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	vertical-align: top;
}

.TNContainer .dp-TNPicture.player-bullets ul li.active {
	background: #2bb1f7;
}

.TNContainer .pagerbar {
	height: auto;
	display: block;
	float: right;
	clear: none;
}

.TNContainer .pagerbar ul{
	display: block !important;
}

/********** TOP NEWS TEXT MODE ***********/
.dp-TNText.news_thumb ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #cccccc;
	background: none !important;
}

.dp-TNText.box .dp-TNText.image {
	float: right !important;
	width: auto !important;
}

.dp-TNText.box .dp-TNText.image img {
	width: 114px;
	height: 78px;
	object-fit: cover;
	border: 1px solid grey !important;
}

.dp-TNText.box:hover .dp-TNText.image img {
	border-color: #ccc !important;
	box-shadow: 5px 5px 10px rgba(128,128,128,.4);
}

.dp-TNText.box .dp-TNText.detail {
	float: right !important;
	width: calc(100% - 120px);
	padding-right: 10px;
}

.dp-TNText.box .dp-TNText.abstract p {
	color: #6c6c6c;
	margin: 0;
}

.dp-TNText.box .dp-TNText.abstract span {
	display: none;
}

.dp-TNText.box .dp-TNText.title {
	color: #575757;
	font-family: inherit;
	font-size: 14px;
}

.dp-TNText.box .dp-TNText.date .main_news {
	color: #cc2229;
	background: none;
}

.dp-TNText.bottom-bar:before {
	display: none !important
}

.dp-TNText.bottom-bar .dp-TNText.pagerbar {
	background: transparent;
}

.dp-TNText.pagerbar span {
	display: inline-block;
	color: #464646 !important;
	vertical-align: middle;
}

.dp-TNText.pagerbar ul li {
	color: #464646;
	background: #d9d9da;
}

.dp-TNText.pagerbar ul li.active {
	color: #fff;
	background: #cc2229;
}

/********** POPULAR NEWS **********/
[id^=divMinMax_] .MPNContainer ,
.MPNContainer .MPNBulletContainer ,
.MPNContainer .MPNListNumbersContainer {
	padding: 0 !important;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.MPNContainer br { display: none }

.MPNContainer #categories.MPNListContainerContainer {
	border: 0;
	background: none;
}

.MPNContainer #categories .MPNListTextContainer a {
	display: inline-block;
	color: #3c3c3c;
}

.MPNContainer #categories .MPNListTextContainer a:hover {
	color: #ba0000;
}

.MPNContainer #categories .MPNListTextContainer a:before {
	content: '\f04d';
	display: inline-block;
	width: 10px;
	color: #ba0000;
	font: 6px FontAwesome;
	vertical-align: middle;
}

.MPNContainer .MPNListContainerContainer .MPNFooter {
	text-align: left;
	padding: 0;
	border: 0;
}

.MPNContainer .MPNListContainerContainer .MPNFooter img {
	display: none;
}

.MPNContainer .MPNListContainerContainer .MPNFooter a {
	color: #fff;
	padding: 5px 10px;
	background: #ba0000;
}

/********* POPULAR NEWS MODAL **********/
.ui-widget-overlay.ui-front {
	background: #000;
}

.mpnDialog > [role=dialog] {
	max-width: 100%;
	height: auto !important;
	padding: 10px !important;
	box-sizing: border-box;
	left: 50% !important;
	transform: translateX(-50%);
}


.mpnDialog > [role=dialog] > [id$=_dialog] {
	width: auto !important;
	height: auto !important;
	border-radius: 10px;
	box-shadow: 2px 2px 12px rgba(0,0,0,.3);
}

.MPNWindowTable ,
.MPNWindowTable tbody ,
.MPNWindowTable tbody tr ,
.MPNWindowTable tbody tr td {
	display: block;
	width: 100%;
}

.MPNWindowTable .MPNWtl, .MPNWindowTable .MPNWtc,
.MPNWindowTable .MPNWtr, .MPNWindowTable .MPNWml,
.MPNWindowTable .MPNWmr, .MPNWindowTable .MPNWbl,
.MPNWindowTable .MPNWbc, .MPNWindowTable .MPNWbr { display: none }

.MPNWindowTable .MPNWmc > iframe {
	height: 300px !important;
}

/********** NEWS COLLECTOR **********/
[side-pane] [id$=_NewsList],
[side-pane] [id$=_NewsList] > * {
	padding: 0;
	margin: 0;
}

[id$=_NewsList] [id*=_rptNewsList_][id$=_tblCollectedNews] {
	margin: 0 !important;
}

.newsCollectorImages img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dp-normNewsClt.content .dp-listNewsClt.title ,
.dp-normNewsClt.content .dp-listNewsClt.title a ,
.dp-normNewsClt.content .dp-listNewsClt.title .NormalFontNewsTitle {
	color: #464646;
	font-family: inherit;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

.dp-normNewsClt.content .dp-listNewsClt.title i {
		display: none;
}

[id$=_NewsList] [id$=_tblCollectedNews] > div {
	padding: 0 !important;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cccccc !important;
	background-color: #fff !important;
}

[id$=_NewsList] [id$=_tblCollectedNews] .newsCollectorImages {
	width: auto !important;
	height: auto !important;
	padding: 0;
	margin-left: 5px;
	border: 0;
}

[id$=_NewsList] [id$=_tblCollectedNews] .newsCollectorImages img {
	width: 110px !important;
	height: 80px !important;
	position: static;
	object-fit: cover;
	border: 1px solid #8d8d8d;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: .5s;
	transition: .5s;
}

[id$=_NewsList] [id$=_tblCollectedNews]:hover .newsCollectorImages img {
	border-color: #ccc !important;
	box-shadow: 5px 5px 10px rgba(128,128,128,.4);
}

[id$=_NewsList] [id$=_tblCollectedNews] .dp-normNewsClt.content {
	width: calc(100% - 115px);
	padding: 0;
}

[id$=_NewsContent] .dp-listNewsClt.abstract {
	background: none;
}

/********** DOCUMENT **********/
.dp-documents.box .dp-documents.title {
	font-size: 14px;
	font-family: inherit;
}

.dp-documents.box .dp-documents.details {
	padding: 0;
}

/********** TABS PLUS **********/
.tabs-bg {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: url(image/bg-news.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
}

.tabs-bg > * {
	width: 100%;
}

.tabs-bg.active:before {
	-webkit-animation: bg-grow 5s forwards;
	animation: bg-grow 5s forwards;
}

.tabs-bg [type=pane] > :first-child {margin-top: 30px;}
.tabs-bg [type=pane] > :last-child {margin-bottom: 30px;} 
 

[id$=_MultiContentViewerContainer] table[id$=_grvTab] {
	width: 100% !important;
	background: #fff;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs {
	text-align: center;
	padding: 0;
	background: none;
	margin: 10px -10px 0;
	position: relative;
	z-index: 1;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab {
	flex-grow: 1;
	float: none;
	display: inline-block !important;
	margin: 0 10px;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab > a {
	float: none;
	text-align: center;
	min-width: 70px !important;
	color: #333;
	font-family: inherit;
	font-size: 16px;
	line-height: 2em;
	background: #fcaf17;
	padding: 8px 25px !important;
	-webkit-transition: .5s;
	transition: .5s;
}

.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab.defaultTab > a {
	background:  rgba(255,255,255,.6);
}

.tabstrip[class*=RadTabStrip_Default] .panel-container {
	padding: 30px 10% 10px;
	margin: 0;
	border: 0;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;
	position: relative;
	overflow: auto;
}

@media (min-width: 768px) {
	.tabstrip[class*=RadTabStrip_Default] .panel-container {
		height: 445px !important;
	}
	.Technology .tabstrip[class*=RadTabStrip_Default] .panel-container {
		height: 570px !important;
	}
}

@media (max-width: 460px) {
	.tabstrip[class*=RadTabStrip_Default] > .tabs > .tab {
		display: block !important;
	}
}

/********** Technology **********/
.Technology {
	margin-top: 80px;	
}

.Technology .tabstrip[class*=RadTabStrip_Default] > .tabs > .tab > a {
	display: inline-block;
	height: 5px;
	width: 200px;
	background: #16224633;
	border-radius: 5px;
	padding: 0 !important;
	overflow: hidden;
}

.Technology .tabstrip[class*=RadTabStrip_Default] > .tabs > .tab.defaultTab {
	background: var(--color-main);
	border-radius: 5px;
	overflow: hidden;
	height: 5px;
	width: 200px;
}

.Technology .tabstrip[class*=RadTabStrip_Default] {
	display: flex;	
	flex-direction: column-reverse;
}

.Technology .tabstrip[class*=RadTabStrip_Default] .panel-container {
	padding: 0;
	background: none;
}

.content-technology img{
	width: 100%;
	height: 400px;
	border-radius: 64px;
}

.content-technology p {
	width: 80%;
	margin: auto;
	font-weight: 500;
	font-size: 26px;
	font-family: IranSans;
	line-height: 46px;
	color: #162246;
	margin-top: 40px;
}

.content-technology p span {font-size: 27px;}

@media (max-width: 1400px) {
	.content-technology p {
		font-size: 22px;
	}
	.content-technology p span {font-size: 24px;}
	.content-technology img{
		height: 350px;
	}
}

@media (max-width: 500px) {
	.Technology .tabstrip[class*=RadTabStrip_Default] > .tabs > .tab.defaultTab {
		margin: 10px auto;
	}
	.content-technology img{
		height: 200px;
		border-radius: 16px;
	}
	.content-technology p span {
		font-size: 22px;
	}
	.content-technology p {
		font-size: 18px;
	}
}

/********** LINK ICONS **********/
.fm-linkicon {
	direction: ltr;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.fm-linkicon:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #0c131c url(image/iconlinks-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	pointer-events: none;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
}

.fm-linkicon.active:before {
	-webkit-animation: bg-grow 5s forwards;
	animation: bg-grow 5s forwards;
}

.fm-linkicon:after {
	content: '';
	width: 50%;
	height: 100%;
	background: #111a27;
	position: absolute;
	top: 0; left: 0;
	z-index: -1;
	opacity: .7;
}

.fm-linkicon > * {
	width: 100%;
}

@media (max-width: 768px) {
	.fm-linkicon:before { width: 100% }
}

.fm-linkicon .uk-grid,
.fm-linkicon .owl-stage {
	direction: rtl
}

.fm-linkicon .fm-linkicon-img, 
.fm-linkicon .owl-item .fm-linkicon-img {
	display: block;
	width: 90px;
	margin: auto;
}

.fm-linkicon-list {
	display: block;
	width: 270px;
	text-align: center;
	list-style: none;
	padding: 15px 0 0;
	margin: 25px auto !important;
	border-top: 1px solid #fcaf17;
}

.fm-linkicon-list > li {
	display: block;
}

.fm-linkicon-list a {
	display: inline-block;
	color: #fff !important;
	padding: 10px;
	font-size: 20px;
	background: #fff linear-gradient(45deg,#fcaf17,#fcaf17);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0 100%;
	transition: .5s;
}

.fm-linkicon-list a:hover {
	color: #fcaf17 !important;
	background-size: 100% 100%;
	-webkit-transform: scaleX(1.05);
	transform: scaleX(1.05);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.fm-linkicon-list a {
		background: none;
	}
}

.fm-linkicon .owl-controls {
	width: 100%;
	text-align: center;
}

.fm-linkicon .owl-prev,
.fm-linkicon .owl-next {
	display: inline-block !important;
	color: #fcaf17;
	font-size: 30px;
	margin: 20px;
}

@media (min-width: 768px) {
	.fm-linkicon .owl-controls {
	    display: none
    }
}

/********** TABS PLUS VERTICAL - FLAT RED THEME **********/
.tabstrip[class*=RadTabStrip_FlatRed] > .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	border: 0;
	margin-top: 10px;
	background: none;
}

.tabstrip[class*=RadTabStrip_FlatRed] > .tabs .tab {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 100px;
}

.tabstrip[class*=RadTabStrip_FlatRed] > .tabs .tab a {
	display: block;
	float: none;
	min-width: 100px;
	color: #807f7f;
	text-align: center;
	font-family: inherit;
	font-size: 16px;
	line-height: 2em;
	padding: 5px 10px;
	margin: 0;
	background: #d2d2d2;
}

.tabstrip[class*=RadTabStrip_FlatRed] > .tabs .tab.defaultTab a {
	color: #fff;
	background: #cc2229;
}

.tabstrip[class*=RadTabStrip_FlatRed] > .panel-container {
	border: 1px solid #c1c1c1;
	border-top: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}

/********** TABS PLUS VERTICAL -  GLASSY ELECTRIC THEME **********/
.tabstrip[class*=RadTabStrip_GlassyElectric] {
	background: #eee;
	font-family: inherit;
}

.tabstrip[class*=RadTabStrip_GlassyElectric] > .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 10% 0;
	border-bottom: 1px solid #d7d7d7;
	box-sizing: border-box;
}

.tabstrip[class*=RadTabStrip_GlassyElectric] > .tabs > .tab {
	float: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 150px;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	margin: -1px;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1;

}

.tabstrip[class*=RadTabStrip_GlassyElectric] > .tabs > .tab.defaultTab {
	float: none;
	font-size: 14px;
	padding: 10px;
	border-top-color: #cc2229;
	border-bottom-color: #eeeeee;
	background: transparent;
	box-shadow: inset 0 3px #cc2229;
}

.tabstrip[class*=RadTabStrip_GlassyElectric] > .tabs > .tab > a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; right: 0;
	z-index: -1;
}

.tabstrip[class*=RadTabStrip_GlassyElectric] > .tabs > .tab > a {
	float: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #464646;
	position: static;
}

.tabstrip[class*=RadTabStrip_GlassyElectric] > .tabs > .tab.defaultTab > a {
	float: none;
	display: block;
	color: #575757;
}

.tabstrip[class*=RadTabStrip_GlassyElectric] > .panel-container {
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 10px 10%;
	background: url(image/tabs-bg1.png) no-repeat left bottom;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

@media (max-width: 768px) {
	.tabstrip[class*=RadTabStrip_GlassyElectric] > .tabs ,
	.tabstrip[class*=RadTabStrip_GlassyElectric] > .tabs > .tab {
		display: block;
		width: 100%;
	}
}

/********** SIMPLE MENU **********/
.menu-v li {
	position: relative;
}

.menu-v li ul {
	top: 0 !important;
	right: 100% !important;
}

/********** ADD MODULE ON PANE **********/
#mdl-modal .uk-modal-close:after {
    margin: 5px;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Font Awesome 5 Pro', FontAwesome;
}

.add-mdl-opt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.add-mdl-opt > * {
    margin: 5px;
}

.add-mdl-opt > :last-child {
    margin-right: auto;
}

#mdl-modal select,
#mdl-modal input[type=text] {
    height: 30px;
    border-radius: 0;
}

#mdl-modal select {
    padding: 0 10px 0 20px;
    box-sizing: border-box;
    background: #fff url("data:image/svg+xml,%3Csvg fill='%23bbb' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0l5,4.5L10,0V1.5L5,6,0,1.5V0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 10px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

#mdl-modal select:focus {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23f90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0l5,4.5L10,0V1.5L5,6,0,1.5V0Z'/%3E%3C/svg%3E");
}

#mdl-modal input:focus,
#mdl-modal select:focus {
    border-color: #fc0
}

#mdl-modal .uk-button {
    border-radius: 0;
}

.mdl-loading {
    display: none;
    color: #9400e6;
    font-size: 16px;
    padding: 0 10px;
}

.mdl-loading i {
    padding: 0 5px;
    font-size: 160%;
    vertical-align: middle;
}

.added-mdls {
    list-style: none;
    padding: 0;
    margin: 0;
}

.added-mdls .uk-panel-box {
    padding: 10px;
    margin: 10px 0;
    border-radius: 0;
}

.added-mdls li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.added-mdls li > * {
    margin: 0 5px;
}

#mdl-modal .mdl-lst-msg:not(:empty) {
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.3);
}

#mdl-modal .mdl-del-btn,
#mdl-modal .mdl-dup-btn {
    color: #fff !important;
    padding: 2px 5px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.2);
    background: #009dd8;
}

#mdl-modal .mdl-del-btn {
    background: #ee465a;
}

#mdl-modal .mdl-dup-btn {
    margin-right: auto;
    background: #009dd8;
}

.add-module-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.add-module-list li {
    display: flex;
    flex-direction: column;
    vertical-align: top;
    transition: .5s;
}

.add-module-list li:not(.active) {
    opacity: .3;
    order: 1;
    outline: 0;
}

.add-module-list li a {
    flex: 1;
    display: flex;
    align-items: center;
    width: 250px;
    color: #222d32;
    padding: 5px;
    margin: 5px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    position: relative;
}

.add-module-list li a.clicked {
    box-shadow: 0 0 0 1px #999;
    -webkit-animation: shadow-up .5s;
    animation: shadow-up .5s;
}

@keyframes shadow-up {
    100% {
        box-shadow: 0 -100px 0 -10px transparent;
    }
}

.add-module-list li a span {
    display: block;
    font-size: 8px;
    line-height: 1.5em;
    position: absolute;
    bottom: 0;
    left: 3px;
    opacity: 1;
}

.add-module-list li a:hover:after {
    content: '\f067';
    font: 20px 'Font Awesome 5 Pro', FontAwesome;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.add-module-list li a:hover {
    border-color: #ffca08;
    background: #ffca08;
}

.add-module-list li a i:before {
    display: inline-block;
    width: 40px;
    font-size: 30px;
}

.add-module-list li a p {
    margin: 0;
    word-break: break-word;
}

.add-module-btn {
    display: inline-block;
    color: #374850 !important;
    text-align: center;
    font-size: 16px;
    padding: 2px 4px;
    margin: 2px 5px;
    border-radius: 3px;
    vertical-align: middle;
    position: relative;
}

.add-module-btn:hover {
    background: #fff;
    box-shadow: 0 0 0 1px #a1acc5;
}

#mdl-modal > .uk-modal-dialog:before {
    /* content: ''; */
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#mdl-modal > .uk-modal-dialog:after {
    /* content: '\f1ce'; */
    font: 22px 'Font Awesome 5 Pro';
    position: absolute;
    top: 10%;
}

/********** STATS **********/
[id$=_DataListGeneral] fieldset {
	padding: 0;
	border: none;
}

[id$=_DataListGeneral] * {
	font-family: IranYekan, Tahoma;
	padding: 0;
}

/********** FOOTER LINKS **********/
[id$=_myDataList],
[id$=_myDataList] tbody,
[id$=_myDataList] tr,
[id$=_myDataList] td {
	display: block
}

[id$=_myDataList] [id$=_editLink]:not([href]),
[id$=_myDataList] br {
	display: none;
}

[id$=_myDataList] [id$=_editLink] img {
	display: none;
}

[id$=_myDataList] [id$=_editLink]:before {
	content: '\f14b';
	color: #16853e;
	font: 20px FontAwesome;
	vertical-align: middle;
}

[id$=_myDataList] td {
	padding: 0;
}

[id$=_myDataList] [id$=_HyperLink1] {
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	color: #606060 !important;
	padding: 0 0 0 5px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

[id$=_myDataList] [id$=_HyperLink1]:hover {
	color: #d3010a !important;
	padding: 0 5px 0 0;
}

#footer-box [id$=_myDataList] [id$=_HyperLink1] {
	color: #fff !important;
}

#footer-box [id$=_myDataList] [id$=_HyperLink1]:hover {
	color: #b7b7b7 !important;
}

.links-col2 [id$=_myDataList] tbody {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.links-col3 [id$=_myDataList] tbody {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}

.links-col4 [id$=_myDataList] tbody {
	-webkit-columns: 4;
	-moz-columns: 4;
	columns: 4;
}

.links-col5 [id$=_myDataList] tbody {
	-webkit-columns: 5;
	-moz-columns: 5;
	columns: 5;
}

.links-col6 [id$=_myDataList] tbody {
	-webkit-columns: 6;
	-moz-columns: 6;
	columns: 6;
}

/********** FOOTER **********/
#footer-box {
    padding: 100px 0 0;
    background: #3B3B3B;
}

#footer-box [id^=divMinMax_] {
	color: #fff;
	margin-bottom: 30px;
}

.year-slogan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 1px;
}

.year-slogan:before ,
.year-slogan:after {
	content: '';
	-webkit-box-flex: 1;
    -ms-flex: 1;
	flex: 1;
	border-top: 1px solid #fff;
}

.year-slogan img {
	margin: 0 20px;
	max-width: 150px;
}

@media (max-width: 768px) {
	.year-slogan { height: auto }
}

#LastUpdatePortalCtrl {
	display: inline-block;
	color: #ffff;
}

#HitCounter {
    float: left;
    font-size: 10px;
    min-width: 200px;
    text-align: left;
    color: #fff;
}

#HitCounter i {
	color: #fcaf17;
}

#LastUpdatePortal {
    float: left;
    font-size: 10px;
    min-width: 200px;
    margin-right: 15px;
    color: #fff;
}

#LastUpdatePortal i {
	color: #fcaf17;
}

.dp-footertext {
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	text-align: right;
}

.footer-logos {
	direction: ltr;
	list-style: none;
	padding: 0;
	margin: 0 auto 0 0;
}

.footer-logos li {
	display: inline-block;
	vertical-align: middle;
}

.footer-logos li img {
	width: 217px;
	opacity: .3
}

.footer-logos li img:hover {
	width: 217px;
	opacity: .5
}

.footer-curve {
	margin-bottom: 20px;
	position: relative;
}

.footer-curve:before { border-radius: 0 0 0 200px }
.footer-curve:after  { border-radius: 0 0 200px 0 }

.footer-curve > div { padding: 0 15px; }

/********** FOOTER ICONS **********/
.dp-footerlink {
	display: inline-block;
}

.dp-footerlink table ,
.dp-footerlink table tbody ,
.dp-footerlink table tbody tr {
	display: block;
}

.dp-footerlink table tbody tr td {
	display: inline-block;
}

.dp-footerlink a {
	display: block;
	color: #fff;
	padding: 5px;
	margin: 0 5px;
	border-radius: 20px;
}

.dp-footerlink a:hover {
	color: #f4931e !important;
}

.footer-icons {
	display: block;
	min-width: 200px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 auto;
}

.footer-icons li {
	display: inline-block;
	padding-left: 8px;
}

.footer-icons li a {
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	padding: 3px;
	box-sizing: border-box;
	position: relative;
	transition: .5s;
	z-index: 1;
	background: #FFFFFF33;
	border-radius: 8px;
}

.footer-icons li a em {
	color: #fff;
}

.footer-icons li a:hover {
	color: #333 !important;
	background: #fcaf17;
}

.rigth-box img {
	width: 166px;
	height: 71px;
}

.rigth-box p {
	font-size: 13px;
	font-weight: 400;
	font-family: IranSans;
	line-height: 30px;
}

.Contact-us > div {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.Contact-us > div em {
	font-size: 20px;
	color: #fff;
}

.phone em {
	transform: translateY(-15px);
}

.phone div p{
	margin: 0 0 10px 0;
}

/********** TOTOP BTN **********/
.totop-btn {
	display: block;
	width: 42px;
	height: 42px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
	padding: 4px;
	background: #16853e;
	box-sizing: border-box;
	position: fixed;
	bottom: 40px;
	right: 30px;
	-webkit-transform: translateY(100px) rotate(180deg);
	transform: translateY(100px) rotate(180deg);
	z-index: 100;
}

.totop-btn.active {
	border-radius: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.totop-btn:hover {
	color: #fff;
}

/********** DOURAN COPYRIGHT **********/
.dp-poweredby,
.dp-poweredby *,
.dp-poweredby :before,
.dp-poweredby :after {
	-webkit-transition: .3s;
	transition: .3s
}

[admin="false"] .dp-poweredby {
	position: relative;
	display: none;
}

#poweredbylink img {
	display: block;
	width: 13px;
	height: 18px;
	max-width: 60px !important;
	position: absolute;
	left: 3px;
}

.dp-poweredby:hover #poweredbylink img {
	width: 13px;
}

#poweredbylink {
	display: block;
	width: 22px;
	height: 26px;
	padding: 2px 3px;
	border: 2px solid #fc0;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	background: #fff;
	box-sizing: border-box;
/* 	box-shadow: inset 0 0 5px rgba(0,0,0,.1), 2px 2px 5px rgba(0,0,0,.2); */
	position: absolute;
	bottom: 5px;
	right: 0;
	overflow: hidden;
	z-index: 1;
}

.dp-poweredby:hover #poweredbylink {
/* 	width: 68px; */
	right: 50px
}

#poweredbylink:before {
	content: '';
	width: 4px;
	height: 14px;
	background: #fff;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
}

.dp-poweredby:hover #poweredbylink:before {
/* 	width: 0; */
}

.dp-poweredby .version {
	display: inline-block;
	height: 22px;
	color: #333;
	vertical-align: middle;
	padding: 0 5px;
	border-radius: 0;
	border: 2px solid #fc0;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	position: absolute;
	bottom: 5px; right: 0;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.dp-poweredby:hover .version {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* ----- custom css for article ----- */
#Table1 > [id$=_tdArchive] {
	display: inline-block;
	font-size: 15px;
	position: relative;
}

#Table1 > [id$=_tdArchive]:hover {
	color: #0b421f;
}

#Table1 > [id$=_tdArchive] > i {
	vertical-align: middle;
}

#Table1 > [id$=_tdArchive] > [id$=_imgArchives] {
	width: 100%;
	height: 100%;
	background: red;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
}



/********** MEDIA QUERY **********/
@media (max-width: 768px) {
	.display-block\@sm { display: block !important }
}

@media (max-width: 480px) {
	#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) { display: block }
	#NewsContent .NewsItemStyle > tbody > tr:nth-child(2) > td { display: block; width: 100% }
	[id*=pnlPagerContainer] .pager { display: none }
}

/* ===== itemView mode panes - n.ghelichkhani ===== */
.dp-itemViewMode {
    padding:0 25px !important;
}

.dp-itemViewMode .leftpane,
.dp-itemViewMode .rightpane {
    min-width: 280px;
}

.dp-itemViewMode .leftpane:empty ,
.dp-itemViewMode .rightpane:empty {
    min-width:0;
    padding:0;
}

@media only screen and (max-width : 768px) {
    .dp-itemViewMode div[type='pane'] {
        display: block !important;
    }
}
@media only screen and (max-width : 480px) {
	.dp-itemViewMode .leftpane,
	.dp-itemViewMode .rightpane {
        min-width: 100% !important;
    }
}

/*====== responsive modules layout ======*/
.dp_res_DesktopLayout {
    width: 100% !important;
    max-width:100% !important;
    padding: 15px;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dp_tableCls, .dp-tableCls {
    text-align: right;
    display: table;
    /*background: pink;*/
}
.dp_tableRowCls,
.dp-tableRowCls {
    text-align: right;
    display: table-row;
/*     background-color:aquamarine; */
}.dp_tableCellCls, .dp-tableCellCls {
    display: table-cell;
    width: auto;
    vertical-align: top;
}
.dp_tableCls, .dp_tableRowCls,
.dp-tableCls, .dp-tableRowCls {
    width: 100%;
}
.dp_tableCls, .dp_tableRowCls, .dp_tableCellCls,
.dp-tableCls, .dp-tableRowCls, .dp-tableCellCls {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.dp_tableCellCls > div{
    width:100px;
}*/
.dp-dInlineBlock{
    display:inline-block;
}
.dp-m-0{
    margin:0;
}
.dp-p-0{
	padding:0;
}
/*.dp-clearfix{
    float:none !important;
    clear:both !important;
}*/
.dp-clearfix::before ,
.dp-clearfix::after {
    content:'';
    display:block;
    width:100%;
    float:none;
    clear:both;
}
.register-style	input[type=checkbox]:after {
	border: 0px solid #16853e;
}

.dp-listArtcSmp.box {
	margin: 0 !important;
	background: #fff;
}

.dp-listArtcSmp.dp-imgHolder {
	margin: 0 !important;
}

.dp-listArtcSmp.dp-imgHolder a img {
	margin-left: 10px;
}
#NewsContent img {
	width: auto
}
#NewsContent .owl-stage {
	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;
	align-items: stretch;
	margin-bottom: 120px;
}

#NewsContent .owl-item {min-height: 265px;}

#NewsContent .owl-item > td {
	height: 100% !important;
	display: block;
}

#NewsContent .owl-item #NewsContentLayout,
#NewsContent .owl-item #NewsContentLayout > tbody {
	height: 100% !important;
}

#NewsContent .owl-item #NewsContentLayout > tbody {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background: #FFFFFF7D;
	box-shadow: 0px 4px 17px 0px #000B281A;
	border-radius: 16px;
	margin: 10px;
	backdrop-filter: blur(4px);
}

#NewsContent .owl-item #NewsContentLayout::before {
	content: '';
	width: 100px;
	height: 100px;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0 0 18px 0;
	background: linear-gradient(-45deg, var(--color-main), #ffffff00 45%);
	position: absolute;
	transition: .5s;
	bottom: -15px;
	right: 6px;
	opacity: 0;
	z-index: -41;
}

#NewsContent .owl-item #NewsContentLayout:hover::before {
	opacity: 1;
}

#NewsContent .owl-item #NewsInfoArea > td {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#NewsContent .owl-item #ContentBox {
	height: 100%;
	position: relative;
}

#NewsContent .owl-item #NewsInfoArea > td [id*=_ContentTitlePanel] [id$=_NewestNewsNewLabel] {
	display: none;
}

/* .uk-clearfix.dp-article.row { */
    /* display: grid; */
/* } */
#downloadBtn a{
	padding: 0;
    margin: 0;    
    background: #fdf0d8;
	width:auto;
}
#container{
	display: flex;
    justify-content: center;
    align-items: center;
	height:100%;
}
#container div i{
	padding: 0 5px 0 5px;
    color: white;
}
#divDownload{
	background: #fdf0d8;
	padding: 0 5px 0 5px;
	color: grey;
	font-size:13px;
	height:100%;
}
#downloadBtn:hover div:first-child{
	background:#464646 !important;
}
#downloadBtn:hover div:first-child i{
	color:#fdaf17 !important;
	transition:ease .2s;
}
#container div:first-child{
	background: #fdaf17;
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
	transition:ease .2s;
}

/* end */

/************ start owl ************/
.owl-main-news {
	margin: 50px 0;
}

.owl-main-news .advancedlistmode.colWidth .newitem .newitembox{
	background:#ffffff;
	padding: 12px;
	border-radius: 16px;
	height: 480px;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
[id].advancedlistmode[id*=NewsListAdvanced] .newitem .newitembox::before {
	content: '';
	width: 200px;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0 50% 18px 50%;
	background: linear-gradient(-45deg, var(--color-main), transparent 30%);
	position: absolute;
	transition: .5s;
	z-index: -1;
	bottom: -5px;
	right: -5px;
	opacity: 0;
}

[id].advancedlistmode[id*=NewsListAdvanced] .newitem:hover .newitembox::before {
	opacity: 1;
}
.owl-main-news .owl-next i,
.owl-main-news .owl-prev i{
	color: var(--color-main);
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.owl-main-news .owl-next i {
	padding: 4px 7px;
}
.owl-main-news .owl-prev i{
	padding: 3px 0 0 4px;
}
.owl-main-news .owl-controls .owl-next ,
.owl-main-news .owl-controls .owl-prev {
	/* background: linear-gradient(180deg, #62D5F1 0%, #3FC1E9 100%) !important; */
	color: var(--color-main) !important;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.owl-main-news .owl-next,
.owl-main-news .owl-prev{
	background:none !important;
	font-size:30px !important;
}

.owl-controls,
.owl-nav {
	width: 100%;
	height: 1px;
	margin: 0;
}

.owl-carousel.owl-theme .owl-controls .owl-nav > [class*=owl-] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	border-radius: 50% !important;
	position: absolute;
	right: auto;
	left: 100%;
	top: 45%;
}

.owl-nav .owl-next {
	left: auto;
    right: 100% !important;
}

.owl-carousel {
	max-width: 100%;
}

.owl-main-news .owl-carousel .owl-stage-outer{
	width:100%;
	max-width: 100%;
}
.owl-main-news .owl-stage-outer{
	padding:0;
}
.owl-main-news [id*=_NewsListAdvanced]{
	/* height: 400px; */
	padding: 0;
}
.owl-main-news .NewsItemStyle {
	width:100%;
	height: auto !important;
}
.owl-main-news .newsCollectorImages{
	border:none;
	
}
.owl-main-news .newsCollectorImages img{
	border-radius:16px;
}
.owl-main-news .bottombox{
	position:relative !important;
	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;
	padding: 0 15px;
	bottom: 9px !important;
}
.owl-main-news .NewsDateAreaBox,
.owl-main-news .NewsDateAreaBox .detailboxitem{
	background:none;
}
.owl-main-news [id*=_NewsEventTimeArea]{
	display:none !important;
}
.owl-main-news .dp-listNewsClt.date.detailboxitem{
	font-size:0;
}
.owl-main-news [id*=_NewsVisitedCountArea].dp-listNewsClt.date.detailboxitem {
	display: flex !important;
	position: absolute;
	top: -20px;
	/* right: 0; */
	flex-direction: row-reverse;
	width: fit-content !important;
	gap: 5px;
}
.owl-main-news [id*=_NewsEventTimeArea].dp-listNewsClt.date.detailboxitem {
	display: flex !important;
	position: absolute;
	top: -20px;
	left: 5%;
	flex-direction: row-reverse;
	width: fit-content !important;
	gap: 5px;
}
.owl-main-news [id*=_NewsEventTimeArea].dp-listNewsClt.date.detailboxitem .uk-icon-clock-o ,
.owl-main-news [id*=_lblEventTime],
.owl-main-news [id*=_NewsVisitedCountArea].dp-listNewsClt.date.detailboxitem .NewsDateStyle ,
.owl-main-news [id*=_NewsVisitedCountArea].dp-listNewsClt.date.detailboxitem .uk-icon-eye {
	font-size: 13px !important;
	color: #BFBFBF;
}
.owl-main-news  [id*=_lblEventDate]{
	font-size:14px !important;
	font-weight:400;
	color: var(--color-main);
	margin-right: -14px;
}
.owl-main-news .linkbox{
	background:transparent;
	padding:0;
	width:100%;
	margin-left: 14%;
}
.owl-main-news .source.linkbox {
	margin-top: 0;
}
.owl-main-news .linkbox a{
	color: #7A7A7A !important;
}
.owl-main-news [id*=_NewsAbstract]{
	padding:0 !important;
}
.owl-main-news .NewsAbstractbox span {
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.owl-main-news .dp-module-title-text{
	/* color:#ffffff !important; */
}
.owl-main-news .dp-module-title:before{
	width: calc(100% - 30px);
	height:1px;
	content: '';
	position:absolute;
	bottom:0px;
	background: #FFFFFF8C;
	left: 15px;
}

.owl-main-news [id*=ListItemContentEdit] img{
	width:auto !important;
}

.owl-main-news [id].advancedlistmode[id*=NewsListAdvanced] .newitem {
	height: 500px !important;
	margin: 25px auto 0;
	width: 280px;
}

[home="true"] .owl-main-news [id].advancedlistmode[id*=NewsListAdvanced] .newitem {
	width: 315px;
}

.owl-main-news .panel-container {
	width: 80%;
	margin: auto;
}

.owl-main-news  .owl-item .newitembox a  {
	margin: auto;
	width: auto !important;
	height: auto !important;
}

.owl-main-news  .owl-item .newitembox .newsCollectorImages img{
	width: 290px !important;
	height: 200px !important;
	border-radius: 16px 16px 0 0;
}

.owl-main-news  .owl-item .newitembox [id$=_lnkNCListItemContentEdit] img {
	width: 20px !important;
	height: 20px !important;
}

.owl-main-news .owl-item [id*=NewsEventDateArea] [id*=lblEventDate] {
	right: 7%;
}

.owl-main-news .advancedlistmode .newitembox .source.linkbox [id*=lnkContinueKey] {
	display: inline-block;
	color: var(--color-main) !important;
}

.owl-main-news .advancedlistmode .newitembox .dp-normNewsClt.content {
	padding: 0 15px;
}

.owl-main-news .advancedlistmode .newitembox .dp-normNewsClt.content .pre-title .NormalFontNewsPreTitle {
	display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.owl-main-news .advancedlistmode .newitembox .dp-listNewsClt.title :where([id*=lnkTitle], [id*=lblTitle]) {
	color: #3B396A;
	font-size: 16px;
	line-height: 27px;
	font-weight: bold;
	display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	height: 52px;
}

.owl-main-news .advancedlistmode .newitembox [id*=NewsAbstract] [id*=lblAbstract] {
	margin-top: 5px;
	color: #444444;
	font-size: 14px;
	line-height: 24px;
}

.owl-main-news  .owl-item a {
	cursor: pointer;
}

.owl-main-news [id].advancedlistmode[id*=NewsListAdvanced] .newitem .newitembox > .uk-clearfix {
	margin-top: 40px;
	margin-bottom: 20px;
}

@media (max-width: 500px) {
	.owl-main-news [id].advancedlistmode[id*=NewsListAdvanced] .newitem {
		width: 280px;
	}
	[home="true"] .owl-main-news [id].advancedlistmode[id*=NewsListAdvanced] .newitem {
		width: 280px;
	}
}
/********** MAP **********/
.fm-agency {
	display: flex;
	align-items: center;
	padding: 30px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.fm-agency > * {
	width: 100%
}

.fm-agency-map .fm-agency-state {
	stroke: #fff;
	stroke-width: 3px;
	cursor: pointer;
}

.fm-agency-map .fm-agency-state.active,
.fm-agency-map .fm-agency-state:hover {
	fill: #f00;
	stroke: #ccc;
}

.fm-agency-map use[*|href] {
	display: none;
	pointer-events: none;
}

.fm-agency-map use[*|href].active {
	display: block;
}

.fm-agency-tooltip {
	color: #fff;
	padding: 16px 20px;
	border-radius: 3px;
	background: #333;
	position: fixed;
	-webkit-transform: translate(-50%,calc(-50% - 25px));
	transform: translate(-50%,calc(-50% - 25px));
	pointer-events: none;
}

.fm-agency-tooltip:after {
	content: '';
	border-style: solid;
	border-width: 5px;
	border-color: transparent;
	border-top-color: #333;
	position: absolute;
	top: 100%; right: calc(50% - 5px);
}

.fm-agency-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.fm-agency-text {
	width: 100%;
	margin: 30px 0;
	text-align: justify;
	font-size: 14px;
	line-height: 2em;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none;
	position: absolute;
	opacity: 0;
	white-space: nowrap;
}

.fm-agency-text.active {
	display: block;
	pointer-events: all;
	position: relative;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.fm-map-hr-line,
.fm-map-vr-line {
	margin: 0;
	border-color: #ff8c2d;
	position: absolute;
}

.fm-map-hr-line {
	top: 50%;
}

.fm-map-vr-line {
	border-left: 1px solid #ff8c2d;
}

.fm-agency-sea {
	fill: blue;
}

.fm-agency-text td p {
	position: relative;
	padding-right: 25px
}

.fm-agency-text td p::before {
	position: absolute;
	top: 0;
	right: -10px;
	color: #000;
	font: normal 600 25px/normal 'Font Awesome 5 Pro'
}

.fm-agency-text td p:nth-child(1)::before {
	content: '\f3c5';
}

.fm-agency-text td p:nth-child(2)::before {
	content: '\f2a0';
	transform: scaleX(-1) rotate(-30deg);
}

.fm-agency-text td p:nth-child(3)::before {
	content: '\f813';
}

.fm-agency-text table {
	border: 0 !important;
}

@media (max-width: 768px) {
	.fm-map-hr-line,
	.fm-map-vr-line {
		display: none;
	}
}


.drt-forgotPass {
	display:none !important;
}

/*********** Logo Linke ***********/
[admin="true"] .content {
	margin-block: 0;
}
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: -150px;
}
.grid-container {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(8, 1fr);
	gap: 10px;
	transform: rotate(224deg);
	width: 70%;
	margin: auto;
}
.grid-item {
	background: white;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(0deg);
	overflow: hidden;
	transition: all 0.54s;
	aspect-ratio: 1;
}
.grid-item:hover {
	border: 1px solid #FF7A00;
	box-shadow: 0px 0px 14px 7px #FFEFAD;
}
.grid-item > img {
	max-width: 80%;
	max-height: 80%;
	transform: rotate(135deg);
}
.center {
	grid-column: 4 / 6;
	grid-row: 4 / 6;
	background: none;
	box-shadow: none;
}
.center:hover {
	border: 0;
	box-shadow: none;
}
.center img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #FF7A00;
	box-shadow: 0px 0px 14px 7px #FFEFAD;
}
  
.item1 {grid-column: 2;grid-row: 1;}
.item2 {grid-column: 3;grid-row: 1;}
.item3 {grid-column: 1;grid-row: 2;}
.item4 {grid-column: 2;grid-row: 2;}
.item5 {grid-column: 3;grid-row: 2;}
.item6 {grid-column: 4;grid-row: 2;}
.item7 {grid-column: 5;grid-row: 2;}
.item8 {grid-column: 1;grid-row: 3;}
.item9 {grid-column: 2;grid-row: 3;}
.item10 {grid-column: 3;grid-row: 3;}
.item11 {grid-column: 4;grid-row: 3;}
.item12 {grid-column: 5;grid-row: 3;}
.item13 {grid-column: 2;grid-row: 4;}
.item14 {grid-column: 3;grid-row: 4;}
.item15 {grid-column: 2;grid-row: 5;}
.item16 {grid-column: 3;grid-row: 5;}
.item17 {grid-column: 6;grid-row: 4;}
.item18 {grid-column: 7;grid-row: 4;}
.item19 {grid-column: 6;grid-row: 5;}
.item20 {grid-column: 7;grid-row: 5;}
.item21 {grid-column: 4;grid-row: 6;}
.item22 {grid-column: 5;grid-row: 6;}
.item23 {grid-column: 6;grid-row: 6;}
.item24 {grid-column: 7;grid-row: 6;}
.item25 {grid-column: 8;grid-row: 6;}
.item26 {grid-column: 4;grid-row: 7;}
.item27 {grid-column: 5;grid-row: 7;}
.item28 {grid-column: 6;grid-row: 7;}
.item29 {grid-column: 7;grid-row: 7;}
.item30 {grid-column: 8;grid-row: 7;}
.item31 {grid-column: 6;grid-row: 8;}
.item32 {grid-column: 7;grid-row: 8;}

@media (max-width: 950px) {
	.content {
		margin-block: -80px -120px;
	}
}

@media (max-width: 700px) {
	.content {
		margin-block: 40px 10px;
	}
	.grid-container {
		display: flex;
		justify-content: center;
		gap: 15px;
		transform: rotate(0);
		flex-wrap: wrap;
		width: 74%;
		margin: auto;
	}
	.grid-container .grid-item {
		width: calc(100% / 4);
	}
	.grid-item > img {
		transform: rotate(0);
	}
}

/******** sustainability ********/
.maxpane {
	background: url(image/bg-sustainability.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.content-sustainability {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.rigth-sustainability .item-sustainability {
	width: 400px;
	background: #FFFFFF5E;
	backdrop-filter: blur(8px);
	margin-bottom: 40px;
	padding: 11px 24px;
	border-radius: 32px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.rigth-sustainability .item-sustainability:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	border-radius: 32px;
	background: linear-gradient(90deg, #81AF1D 0%, #1E8100 100%);
	background-size: 100% 100%;
	transition: all 0.6s;
	background-position: 0% 50%;
	z-index: -1;
	opacity: 0;
}

.rigth-sustainability .item-sustainability:hover:before {
	width: 100%;
	opacity: 1;
}

.sustainability h5 {
	font-size: 30px;
	font-weight: bold;
	font-family: IranSans;
	text-align: center;
	transform: translateY(45px);
	
}

.left-sustainability img {
	animation: spin 300s linear infinite;
	width: 660px;
}

.sustainability p {
	font-size: 18px;
	font-family: IranSans;
	text-align: center;
	transform: translateY(60px);
}

.rigth-sustainability .item-sustainability span {
	font-size: 18px;
	color: #fff;
}

.rigth-sustainability .item-sustainability:nth-child(1) {
	transform: translateX(-10px);
}
.rigth-sustainability .item-sustainability:nth-child(2) {
	transform: translateX(-50px);
}
.rigth-sustainability .item-sustainability:nth-child(3) {
	transform: translateX(-90px);
}

@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
	}
}

@media (max-width: 1400px) {
	.left-sustainability img {
		width: 600px;
	}
}

@media (max-width: 1050px) {
	.content-sustainability {
		margin-top: 150px;
	}
	.maxpane {
		background-size: cover;
		background-position: right;
	}
	.sustainability h5 , 
	.sustainability p {
		color: #dbdbdb;
	}
}

@media (max-width: 750px) {
	.left-sustainability {
		width: 79%;
		margin: auto;
	}
	.rigth-sustainability .item-sustainability span {
		font-size: 15px;
		line-height: 30px;
	}
	.rigth-sustainability .item-sustainability {
		width: 300px;
	}
	.rigth-sustainability .item-sustainability:nth-child(1) {
		transform: translateX(0px);
	}
	.rigth-sustainability .item-sustainability:nth-child(2) {
		transform: translateX(0px);
	}
	.rigth-sustainability .item-sustainability:nth-child(3) {
		transform: translateX(0px);
	}
}

/********* product *********/
.product {
	background: url(image/product-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-block: 90px;
	background-position: center;
}

@media (max-width: 1400px) {
	.product {
		background-size: cover;
	}
}

/********* HitCounter *********/
.new-HitCounter ,
.online ,
.new-LastUpdatePortal {
	margin-bottom: 10px;
	font-size: 14px;
	font-family: IranSans;
}

.shoar {
	text-align: center;
}

.shoar img {
	display: inline-block;
	width: 130px;
	height: 40px;
	margin-top: 20px;
}

#LastUpdatePortal ,
#HitCounter ,
[admin="false"] .d-none {
	display: none;
}
li {
	list-style: none;
}

.Quick--access {
	width: 80px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 200;
	padding-block: 10px;
	border-radius: 44px;
	transition: all 0.5s;
}

.Quick--access.active {
	background-color: #FFFFFFBD;
	backdrop-filter: blur(4px);
	box-shadow: 0px 4px 9px 0px #00000040;
}

.Quick--access .links {
	transform: translateY(140%);
	opacity: 0;
	transition: transform 1.5s;
}

.Quick--access.active .links {
	transform: translateY(0%);
	opacity: 1;
}

.Quick--access .links li{
	text-align: center;
	padding-block: 10px;
}

.Quick--access .links li a {
	font-size: 13px;
	color: #282828;
	font-weight: 700;
}

.Quick--access .icons {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.Quick--access .icons [alt="logo-Quick2.png"] {
	display: none;
}

.Quick--access.active .icons img {
	width: 60px;
	height: 60px;
}

.Quick--access.active .icons [alt="logo-Quick2.png"] {
	display: block;
}

.Quick--access.active .icons [alt="logo-Quick.png"] {
	display: none;
}