﻿/*!
Theme Name: FacyltyTEST
Theme URI: http://hsu.ac.ir
Author: ghalehnoey
Author URI: http://hsu.ac.ir
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hakim
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	  text-decoration: none !important;
}
a:link {
  
    text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
  color :#a20c0c !important;
}

a:active {
  text-decoration: none;
   color :#c23616 !important;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	
	font-family: vazir !important;
    font-size: 14px !important;
    line-height: 2em !important;
    text-align: justify;
    font-weight: normal;
    line-height: 2.2 !important;
    color: #393737;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
 	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
 	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: vazir;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
margin-bottom: 1em;
font-size: 13px;
line-height: 2.3;
font-family: vazir;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	/*margin: 0 0 1.5em 3em;*/
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	/*margin-left: 1.5em;*/
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

@font-face {
	font-family: 'irsan_bold';
	src: url('fonts/IRANSans-Bold.eot?#') format('eot'),  /* IE6–8 */ url('fonts/IRANSans-Bold.woff2') format('woff2'),  /* Chrome36+, Opera24+*/ url('fonts/IRANSans-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-weight: bold;
}
@font-face {
	font-family: 'yekan';
	src: url('fonts/iranyekanweblight.eot?#') format('eot'),  /* IE6–8 */ url('fonts/iranyekanweblight.woff2') format('woff2'),  /* Chrome36+, Opera24+*/ url('fonts/iranyekanweblight.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-weight: bold;
}
@font-face {
	font-family: 'irsan';
	src: url('fonts/IRANSANSExpanded.eot?#') format('eot'),  /* IE6–8 */ url('fonts/IRANSANSExpanded.woff2') format('woff2'),  /* Chrome36+, Opera24+*/ url('fonts/IRANSANSExpanded.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	font-weight: normal;
}
@font-face {
	font-family:'Vazir';
	font-style:normal;
	font-weight:normal;
	src:url("fonts/Vazir-FD.eot");
	src:url("fonts/Vazir-FD.eot?#iefix") format('embedded-opentype'), url("fonts/Vazir-FD.woff") format('woff'), url("fonts/Vazir-FD.ttf") format('truetype')
}

@font-face {
	font-family:'Vazir_bold';
	font-style:normal;
	font-weight:normal;
	src:url("fonts/Vazir-Bold.eot");
	src:url("fonts/Vazir-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/Vazir-Bold.woff") format('woff'), url("fonts/Vazir-Bold.ttf") format('truetype')
}

@font-face {
	font-family:'Vazir_light';
	font-style:normal;
	font-weight:normal;
	src:url("fonts/Vazir-light.eot");
	src:url("fonts/Vazir-light.eot?#iefix") format('embedded-opentype'), url("fonts/Vazir-light.woff") format('woff'), url("fonts/Vazir-light.ttf") format('truetype')
}

@font-face {
	font-family:'Vazir_medium';
	font-style:normal;
	font-weight:normal;
	src:url("fonts/Vazir-medium.eot");
	src:url("fonts/Vazir-medium.eot?#iefix") format('embedded-opentype'), url("fonts/Vazir-medium.woff") format('woff'), url("fonts/Vazir-medium.ttf") format('truetype')
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: royalblue ;
}

a:hover, a:focus, a:active {
	color: dark-blue !important;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
	
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
	line-height: 2.5;
	/*box-shadow: 0 0 4px 2px #ccc;*/
	padding-right: 3%;
	padding-left: 3%;
	min-height: 400px;
	color: #404040;
	font-size: 14px;
	text-align:justify;

}
.entry-content li a{
	color:#3c6382;
}



/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	color: #333;
	font-size: 16px;
	font-family: vazir,irsan,tahoma;
	line-height: 1.42857142;
}

a,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}
/*top header*/

.head-wrap {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	display:grid;
	grid-template-columns: 0.70fr 0.10fr 0.10fr 0.10fr;

}
@media screen and (max-width: 1200px) {
		.head-contact-item {
		padding-right:10px;
	}
}
@media screen and (max-width: 600px) {
	.head-wrap
	{
		display:grid;
		grid-template-columns: 0.75fr 0.15fr 0.10fr;
		height:42px
	}
	.head-contact-item {
		padding-right:10px;
	}
	.head-contact-item a{
		font-size: 11px !important;
		
	}
	
	.head-contact-item1 a{
		font-size: 11px !important;
		
	}
	
	.head-contact-item2 a{
	display:none;
		
	}
	.head-contact-item-not{
		display:none;
	}
	.head-contact-item3 a{
	   display:none;
	}

}
@media screen and (max-width: 1000px){
	.head-contact-item2 a{
	font-size:8px;
		
	}
}

@media screen and (max-width: 400px) {
 .head-social{
  


 }

}

.header-top {
         background-color: #003E78;
	/*background-image: linear-gradient(135deg, #2C90E4 0%, #0C5977 100%);*/
	height: 40px;
	color: #fff;
	line-height: 40px;
}

.head-contact {
	font-size: 13px;
	vertical-align: middle;
	line-height: 40px;
	display: inline-block;

}

.head-contact-list {
	margin: 0 -10px;
}

.head-contact-item {
	margin: 0px 5px;
	vertical-align: top;
	display: inline-block;
	white-space: nowrap;
}
.head-contact-item a{
	color: #D4CECE;
	font-family: Vazir;
	font-size: 14px;
}
.head-contact-item a:hover{
	color: #fff !important;
	
}
.head-contact-item1 a{
	float:left;
	color: #D4CECE;
	text-align: left;
}
.head-contact-item1 a:hover{
	color: #fff !important;
}
.head-contact-item2 a{
	float: left;
/*background-color: #50a850 !important;*/
text-align: left;
color: #D4CECE;
padding: 0 10px;
}
.head-contact-item2 a:hover{
	color: #63D2B1 !important;
}
.head-contact-item3 a{
	float:left;
   color: #D4CECE;
	text-align: left;
}
.head-contact-item3 a:hover{
	color: #fff !important;
}
/*
.head-contact-item a:after {
	content:" |";
	padding-right: 0.5em;
	color: #fff;
}
.head-contact-item a:last-child:after{
	content: "";
}*/

.head-social  a{
	color: #b3b2b2;
	padding-right: 15px;
	font-family:sans-serif;
	font-size: 11px;
	float: left;
}
.time{
	float: left;
	padding-right: 25px;
	font-family:  irsan, Tahoma, sans-serif;
	font-size: 10px;
	color: #b3b2b2;

}

/*END TOP HEADEER*/
/*nav&logo*/

.header-fixed {
	background-color:#002147;
	box-shadow:0 1px 1px #ccc;
	padding: 10px 10px;
	height: 100px;
	color: #ffffff;
	box-sizing: border-box;
	top:-100px;
	-webkit-transition:top 0.3s;
	transition:top 0.3s;
	background-image: url(images/slash.png);
	background-repeat: repeat-x;
	background-position: bottom right;
	
}
.header-fixed .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}
/*	The header placeholder. It is displayed when the header is fixed to the top of the
	browser window, in order to prevent the content of the page from jumping up. */

.header-fixed-placeholder{
	height: 80px;
  /*	display: none; */
}

/* Logo */

.header-fixed .header-limiter h1 {
	float: right;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}

.header-fixed .header-limiter h1 span {
	color: #5383d3;
}

/* The navigation links */

.header-fixed .header-limiter a {
	color: #b3b2b2;
	text-decoration: none;
}

.header-fixed .header-limiter nav {
	font:16px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: left;

}
.header-fixed .header-limiter nav-mobile{
   /*	display: none; */
}
.header-fixed .header-limiter nav a{
	display: inline-block;
	padding: 0 5px;
	text-decoration:none;
	color: #ffffff;
	opacity: 0.9;
}

.header-fixed .header-limiter nav a:hover{
	opacity: 1;
}

.header-fixed .header-limiter nav a.selected {
	color: #608bd2;
	pointer-events: none;
	opacity: 1;
}

/* Fixed version of the header */

body.fixed .header-fixed {
	padding: 10px 40px;
	height: 70px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

body.fixed .header-fixed-placeholder {
	display: block;
}

body.fixed .header-fixed .header-limiter h1 {
	font-size: 24px;
	line-height: 30px;
}
body.fixed .header-fixed .header-limiter nav {
	line-height: 28px;
	font-size: 13px;
}
body.fixed .header-fixed .header-limiter h1 img {
	height: 50px;
	margin-top: 5px;

}
body.fixed .header-fixed .header-limiter #item1 {
	display:none;
}
body.fixed .header-fixed{
	background-image:none;
}

body.fixed .header-fixed .header-limiter #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	margin-top:  13px;
}
#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column, #mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link
{
	font-family:vazir !important;
	font-size:12px;
}
/* Making the header responsive */

@media all and (max-width: 700px) {

	.header-fixed .header-limiter nav-mobile{
		display: inline;

	}
	.header-fixed .header-limiter nav-mobile a{
		font-family: Vazir;
		margin-right: 6px;
		font-size: 12px;

	}
	.header-fixed {
		padding: 20px 0;
		height: 134px;
	}

	.header-fixed .header-limiter h1 {
		float: none;
		margin:0px 0px -10px 0px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}

	.header-fixed .header-limiter nav {
		line-height: 1;
		float:none;
	}

	.header-fixed .header-limiter nav a {
		font-size: 13px;
	}

	body.fixed .header-fixed {
		/*display: none;    */
	}
	.time{
	   /*	display: none;    */
	}

	.header-fixed .header-limiter img{
		width: auto !important;
		margin-top: 0% !important;
	}

}
@media all and (max-width: 620px){
		.flag{
	   /*	display: none;    */
	}
	.head-social{
  
   /* display: none;    */
	}
	.time{
	   /*	display: none;     */
	}
	
	.head-contact-item-not{
		/*display: none;  */
	}
}

	/*
         We are clearing the body's margin and padding, so that the header fits properly.
         We are also adding a height to demonstrate the scrolling behavior. You can remove
         these styles.
     */

body {
	margin: 0;
	padding: 0;
	/*height: 1500px;*/
}
/*ENDnav&logo*/
/** Push menu onto new line **/
/*custom mega menu*/
/** Push menu onto new line **/
#{$wrap} {
	clear: both;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link
{
	font-family:irsan !important;
	margin-top: 20px;
	font-size: 13px !important;
}
@media screen and (max-width: 950px) 
{
 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link
 {
	 font-size: 11px;
 }
}

@media screen and (max-width: 840px)
{
 .mega-menu-wrap
 {
	 font-size: 10px;
 }
	.header-fixed .header-limiter img{
		width: 70%;
		margin-top: 3%;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		padding: 0px 10px 0px 0px;
	}
 #item1 {

   /* display:none */
  }
}
@media screen and (max-width: 760px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link
	{
		font-size: 9px;
	}
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	 background: #002A5C !important;
	 color: #ffcb0b !important;
 }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {

	font-family: irsan;
	font-size:12px;
}
/*END custom mega menu*/
.background_desk{
	background-color: #f2f2f2;
}
.boxing-Desk{
	margin: 0 auto;
	padding: 0;
	max-width: 1260px;
	background-color:#fdfdfd;
}

.boxing-Desk2{
	margin: 0 auto;
	padding: 0;
	max-width: 1260px;

}

.boxing-Desk1{
	margin: 0 auto;
	padding: 0;
	box-shadow: 0 0 3px 1px #ccc;
	overflow-x: hidden;

}
.container {
	display: grid;
	grid-template-columns: 0.75fr 0.24fr ;
	grid-gap: 1em;
	padding-bottom: 10px;
}
.container_all_page {
	display: grid;
	grid-template-columns: 1fr ;
	
	padding-bottom: 10px;
}


.right-half {
	grid-column:1;
	background:#fcfdfe
}
/*event rss widget*/

.news-title a{
	font: normal 14px irsan_bold, Tahoma, sans-serif;
	color: #222222;

	text-decoration: none;

	/*border-bottom: solid 1px #2089cb;*/
}
.news-title a:hover{
	color:#2089cb;
}
.news-title{
	
	border-bottom: solid 1px #ebe9ec;
	padding-bottom:8px ;
	font-size:15px;
	font-family:vazir_bold;

}
.rss-widget-icon{
	display: none;
}
.newswidget ul{

}
.newswidget ul li{
	float: right;
	text-align: justify;	
	line-height: 1.5;
     padding-top: 15px;
	 list-style-type: none;
	
}
.newswidget ul li a {
	font: normal 11px/1.1rem irsan, Tahoma, sans-serif;
	color: #2089D0;
	text-decoration: none !important;
	
}
.newswidget ul li a:hover{
	color: #a20c0c !important;
}

ul {
	list-style-type: none;
}

.button {
	font-size: 14px !important;
	text-decoration: none;
	color: #d63031;
	padding: 5px 13px 5px 13px !important;
	border-radius:4px;
	float: left;
	margin-bottom: 6px;
	width:110px;
	margin-top: 17px;
	font-family: vazir;

}

/*END event rss widget*/
/*style for news*/
.left-half {
	grid-column: 2;
}

@media only screen and (max-width: 1150px) {

	.right-half{
		display: inline-block;

	}

	.container{
		display: block;
	}



}
@media (min-width: 400px) and (max-width: 800px) {


}
@media only screen and (max-width: 400px) {
	.grid {
		min-height: 100%;
		display: block !important;

	}


}
@media only screen and (max-width: 600px) {
	.wrapper{
		display: block !important;
		/*box-shadow: 0 0 3px 1px #ccc;*/
     	text-align: center;
		/*margin: 0px 20px 0px 20px;*/
		max-height: 320px;

	}
	.news-first-content{
		display: none;
	}
	.news-first-img{
		width: 100%;
		display: block;
		border-left: none !important;
		
	}
	.news-first-img img{
		margin-right: 0px !important;
	}
	.news-first-title h4{
		font: normal 12px irsan_bold, Tahoma, sans-serif !important;
		border-bottom: none !important;
		padding: 0px 20px 0px 20px;
	}
}
@media all and (max-width: 600px) and (min-width: 300px){

	.grid > div {
		display: flex;
		flex-basis: calc(50% - 14px);
		flex-direction: column;
		box-shadow: 0 0 3px 1px #ccc;
		height:650px;
		text-align:center;
		margin: 5px 10px 0px 0px;
	}

}

.first-post{
	margin-top: 10px;
	margin-bottom: 42px;

}
.news-first-img{
	border-left: 1px solid #ebe9ec;

	margin-left: 6px;
}
.news-first-img img{
	margin-right: 10px;
	border-radius: 2% !important;
	opacity:0.9;
}
.news-first-img img:hover{
	opacity:1;
}
.content-title{
	margin-top: 0px;

margin-bottom: 8px;
}
.content-title a {
	font: normal 16px irsan_bold, Tahoma, sans-serif;
	color: #222222;
    text-decoration: none;
	border-bottom: solid 1px #222222;

}
.content-title a:hover{
	color:#2089cb;
}
/*style for news*/
.wrapper {
	display: grid;
	grid-template-columns: 0.47fr 0.48fr;
}
.news-first{
	display: grid;
	grid-template-rows: 0.4fr 0.6fr;

}
.news-first-title h4{
	font: normal 16px vazir_bold, Tahoma, sans-serif;
    color: #40739e;
	text-align: justify;
	padding-bottom: 16px;
	text-indent:8px;
}
.news-first-title h4:hover{
	color:#a20c0c;
	
}
.news-first-content p{
	font: normal 14px vazir, Tahoma, sans-serif;
	text-align: justify;
	color: #79797E;
	text-indent: 3%;
	margin-right: 1%;
	line-height:2.2;
}
.secondary-post{

}
.newswidget ul li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #afafc8;
	border-radius: 10px;
	margin-left: 8px;
/*	font-family: "Font Awesome 5 Free";
	content: "\f095";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;*/
}

.grid {
	display: flex;
	flex-flow: nowrap;
	border-bottom: solid 1px #ebe9ec;
	padding-bottom: 9px;
	margin-right: 30px;

}
.grid > div {
	display: flex;
	flex-basis: calc(31.2% - 14px);
	flex-direction: column;
	box-shadow: 0 0 3px 1px #ccc;
	height:650px;
	text-align:center;
	margin: 0px 0px 20px 31px;
border-radius: 5px;
 /*margin-right:not(:first) {
	margin-right: 10px;*/
}

.grid > div > div {
	display: flex;
	flex-direction: row;
	padding-top: 10px;

}

.news-row img {
	margin-right:10px;
	width: 89px;
	height: 68px;
	margin-left: 15px;
	border: 1px solid #fffabf;
}
.news-row img:hover{
	opacity:0.65;
}

.news-row {
	display: flex;
	flex-direction: row;
	padding: 10px 0;
    line-height: 2;
	border-radius:3px;
	transition: all 0.30s ease 0s;
	margin-top: 10px;
	font-family:vazir_bold;
	font-size: 13px;
	overflow:hidden;
	color: #40739e;
}
.news-row:hover{
	color: #a20c0c;
}

.news-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: justify;
}
/*
.col-md-4{
	margin-top:15px;
	float: right;
}
.service_box{
	text-align: center;
	border-radius:3px;
	transition: all 0.30s ease 0s;
	height: 300px;
	background: #FFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	font-family:vazir;
	overflow:hidden;
}
.service_box:hover{
	background:#788695;
}
.service_box .service_icon{
	
	margin: 0 auto;
	font-size:35px;
	line-height:70px;
	border-radius:50px;
	transform: translateY(0);
	transition: all 0.30s ease 0s;
}
.service_box:hover .service_icon{
	display: none;
	transform: translateY(-80%);
	border-radius: 50%;
}

.service_box .service_icon i{
	color:#333;
}
.service_box h3{
	position: relative;
	top:10px;
	margin:0;
	overflow: hidden;
	font-size:14px;
	line-height: 1.8;
	text-transform:uppercase;
	transform: translateY(0%);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	padding: 0px 10px 10px 10px;
    text-align: justify;
	color: #5B5B5D;
    line-height: 2.2;
}
.service_box:hover h3{
	top:10px;
	border-bottom: 1px solid #585555;
    padding-bottom: 12px;
	color:#fff;
}
.service_box  p{
	color:#fff;
	margin:10px;
	opacity:0;
	transition: all 0.60s linear 0s;

    text-align: justify;

}
.service_box:hover p{
		margin-top: 20px;
	opacity:1;
	overflow: hidden;
	    font-size: 13px;
		    font-weight: normal;
    font-family: vazir;
}
.service_icon img{
	height: 150px;
	width: 300px;
}
*/

.clear{
	clear: both;
}
/*  start row*/
.home-box-fifth {
  float: left;
  width: 19%;
  margin: 0 0.5%;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  min-height: 520px;
  padding: 0 0 60px 0;
  position: relative;
}

.home-box-fifth-wrap {
  margin: 50px auto;
}

.home-box-fifth-top-bg {
  height: 146px;
  background: #CCC;
  padding-top: 24px;
}

.icon-circle:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 30px rgba(0, 0, 0, 0.6);
}

.icon-circle {
  height: 91px;
  width: 91px;
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.icon-dark-blue:hover {
  background: rgba(0, 43, 81, 0.72);
}

.icon-dark-blue,
.icon-002B51 {
  background: #002B51;
}

.icon-light-blue {
  background: #7ab3d1;
}

.icon-hands {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2035%202.png") center no-repeat;
}

.icon-paper {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2002%202.png") center no-repeat;
}

.icon-case {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2068%202.png") center no-repeat;
}

.icon-logo {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2046%202.png") center no-repeat;
}

.icon-tag {
  height: 81px;
  width: 81px;
  background: url("http://iconizer.net/files/Arzo/orig/Arzo%20Icons%20Icon%2012%202.png") center no-repeat;
}

.bg-one {
  background: #444;
}

.bg-two {
  background: #444;
}

.bg-three {
  background: #444;
}

.bg-four {
  background: #444;
}

.bg-five {
  background: #444;
}

.bg-six {
  background: #444;
  opacity: 0.2
}

.hbf-lower-content {
  text-align: center;
}

.hbf-title {
  color: #002c51;
  text-transform: uppercase;
  margin: 30px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}

.hbf-lblue .hbf-title {
  color: #7ab3d1;
}

.hbf-text {
  color: #81848b;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.6;
}

.hbf-more a {
  display: inline-block;
  background: #002B51;
  color: #FFF;
  border-radius: 3px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.hbf-lblue .hbf-more a {
  background: #7ab3d1;
}

.hbf-more {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  height: 40px;
}

.hbf-3 .icon-3-bg {
  background: #00ac9f;
}

.hbf-3 .hbf-title {
  color: #00ac9f;
}

.hbf-3 .hbf-more a {
  background: #00ac9f;
}

.hbf-4 .icon-4-bg {
  background: #7eabae;
}

.hbf-4 .hbf-title {
  color: #7eabae;
}

.hbf-4 .hbf-more a {
  background: #7eabae;
}

.hbf-5 .icon-5-bg {
  background: #306fb7;
}

.hbf-5 .hbf-title {
  color: #306fb7;
}

.hbf-5 .hbf-more a {
  background: #306fb7;
}

.large-title {
  color: #00ac9f;
  font-size: 60px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 20px;
}

.hbf-text i {
  line-height: 1.8;
}

.hbf-more a:hover {
  opacity: 0.9;
}

@media (max-width:860px) {
  .home-box-fifth {
    float: none;
    width: 222px;
    max-width: 222px;
    margin-bottom: 10px;
  }
  .home-box-fifth-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/*END according*/

/*parallax*/

.parallax {
	background-image: url("http://www.hsu.ac.ir/wp-content/uploads/2019/03/2.webp");
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.parallax-content {
	width:100%;
	margin:0 auto;
	color:#FFF;
	padding-top:50px;
	padding-bottom: 50px;
}


.social .link {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
}

.social .link span {
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#dfe6e9;
}
.social .link h4{
	/*display: none;
    font-family: vazir;
	line-height: 1.5;*/
	display: inline-block;
		padding-top: 70px;
		font-size: 10px;
		z-index: auto;
		color: #fff;
		  font-family: vazir_bold;
		  font-size:13px;
	line-height: 1.5;


}
@media only screen and (max-width: 950px) {
	.social .link h4{
		display: inline-block;
		padding-top: 70px;
		font-size: 10px;
		z-index: auto;
		color: #fff;

	}
}
.social .link:hover>h4{
	display: inline-block;
	padding-top: 70px;
	font-size: 14px;
	z-index: auto;
	color: #e1f0dd  !important;
}
.social-networks {
	margin: 0 0 35px;
	padding: 0;
	font-size: 0;
	text-align: center;
}
.social-networks li {
	display: inline-block;
}
.social-networks a {
	display: block;
	position: relative;
	margin: 0 7px;
	width: 68px;
	height: 68px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	text-decoration: none;
	margin: 0 60px 0 60px;
}
.social-networks a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	margin-top: -50%;
	margin-left: -50%;
	border-radius: 100px;
	background-color: #3C6382;
	transition: all 400ms;
}
.social-networks a:after {
	position: relative;
	display: block;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #ecf0f1;
	font-size: 26px;
	line-height: 66px;
}
.social-networks a:hover, .social-networks a:focus {
	text-decoration: none;
        color:#95a5a6;
}

.social-networks.spin-icon a:hover:after, .social-networks.spin-icon a:focus:after {
	transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.social-networks.square a:hover:before, .social-networks.square a:focus:before {
	border-radius: 10px;
}
.social-networks.bounce a:hover, .social-networks.bounce a:focus {
	-webkit-animation: bounce 1s;
	animation: bounce 1s;
}
/*END parallax*/
/*footer*/

.site-footer {
	padding: 2em;
	font-family: 'lato';
	font-size: 10px;
	font-size: 1rem;
	color: #ffffff;
	background: #003E78 !important;
/* 	background-color: #003E78;
		background-image: url(images/footer1.jpg);
    background-color: red; */
	opacity: 1.7;
	border-top: 2px solid rgba(48,49,62,.98);
	padding-top: 30px;
	/* background-color: white; */
	/* background-image: url(/wp-content/themes/mw/images/footer.png); */
	background-size: cover;
	box-shadow: inset 0 1px 20px 0 rgba(46,61,73,.2);

}
.widget-footertitle{
	font: normal 15px/1.5rem irsan, Tahoma, sans-serif;
	color: #E4E4E4;
	font-weight:bold ;
	border-bottom: solid 1px #ebe9ec;
	padding-bottom:4px ;
	text-decoration: none;
	margin-top: -20px;
	margin-top:5px;
}
.footer-widgets .widget {
	float: right;
	width: 320px;
	margin: 0 4rem 8rem 4rem;
}

.textwidget {
	font: normal 12px/1.2rem vazir,irsan, Tahoma, sans-serif;
	line-height: 1.2rem;
	color: #D4CECE;
	text-align: justify;
	line-height: 2.2;
}
.textwidget li a {
	font: normal 12px/1.2rem vazir,irsan, Tahoma, sans-serif;
	line-height: 1.2rem;
	color: #D4CECE;
	text-align: justify;
	line-height: 2.2;
}
textwidget li{
	padding-right: 10px;
}
.textwidget a{
	color:#d63031;
	float:left;
}

.widget {
	margin: 0 0rem 0rem 3rem;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	float: right;
	text-align:right;
	padding-right: 10px;
	width:20%;
}

.widget-footertitle{
	font: normal 15px/1.5rem vazir,irsan, Tahoma, sans-serif;
	color: #E4E4E4;
	font-weight:bold ;
	border-bottom: solid 1px #ebe9ec;
	padding-bottom:8px ;
	text-decoration: none;
	margin-top: -20px;
	margin-top:5px;
}

.widget a {
	color: #D4CECE;
	text-decoration: none;
	font-family: vazir;
	font-size: 12px;
	line-height: 2.5;
}
.widget a:hover{
	color: #fff !important;
}


.footer-widgets { margin: 0 auto; }

.footer-widgets .widget-title,
.footer-widgets .widget a:hover,
.footer-widgets .widget a:focus {
	color: #fff !important;
	border-color: #fff;
	border-color: hsl(0, 0%, 100%);
}

.footer-widgets .widget {
	float: left;
	width: 320px;
	margin: 0 4rem 8rem 4rem;
}

/* Footer widgets responsive */
@media screen and (max-width: 879px) {
	#footer-widgets { width: 100%!important; }

	.footer-widgets .widget {
		float: none;
		
		margin: 0 0 8rem;
	}
	.widget{
		width: 100% !important;
	}
}
/*END FOOTER*/

/*START POSTS*/


.post-category{
	margin-top: 10px;

	margin-right: -030px !important;
	font-size: 14px;

}
.post-category li {
	list-style-type:none ;
}
.post-category li a{
	text-decoration: none;
	color: #8a1414;
	font-size: 18px;
	font-family: vazir;
}
.post-category li a:hover{
	color: #0a3d62;
}
.post-title{
	
	text-align: justify;
	padding-top: 1%;
	padding-bottom: 1%;
	   
	padding-left: 3%;
    line-height: 2;
	font-size: 18px;
padding-top: 2px;
color: #a20c0c;
font-family: vazir_bold;

}
.post-content{
	font-weight: normal;
	font-size: 12px;
	padding-right: 2%;
	padding-left: 2%;
	text-align: justify;
	line-height: 2.2;
	min-height: 400px;
	/*box-shadow: 0 0 4px 2px #ccc;
	background-color: #fefefe;*/
	font-family: vazir;
	padding-top: 4px;
	
	color: #404040;
	border-bottom: 1px solid #c3bbbb;
	padding-bottom: 5px;
}
.post-content img{
	padding-bottom: 10px;
	border-radius:2%;
}
.post-thumbnail img {
	float: right;
	padding: 4px;
	opacity: 1;
}
.post-thumbnail:hover {
	
	
	opacity: 0.8;
}

@media only screen and (max-width: 500px) {
	.post-thumbnail img {
		float:none;
	}
}
.site{



}
.postmetas, .postmetas a {
    color: #79797E;
    text-decoration: none;
    font-size: 11px;
    padding-top: 5px;
 /*  background-color: #CECECE;  padding-right: 16px;*/
    border-radius: 2px;
    padding-bottom: 12px;
	font-family:yekan;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.postmetas i {
    margin: 0 5px 0 0;
}
/*END POST*/


.page-title{
	font-size: 16px;
	padding-top: 12px;
	color: #5a5555;
	border-bottom: 1px solid #95a5a6;
	padding-bottom: 4px;
	
}
.page-content p{
	color: #000;
}

.entry-title {
	font-size: 14px;
	padding-top: 2px;
	color: #a20c0c;
	font-family: vazir;
}
/*END footer*/


#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background: rgb(0, 0, 0);
	background: rgba(45, 45, 48, 0.4);
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
}

#myBtn:hover {
	background-color: #555;
	background: rgba(0, 0, 255, 0.7);
}


h1 {
	color: #FFF;
	font-size: 24px;
/*	font-weight: 400;
	text-align: center;
	margin-top: 80px;*/
}

h1 a {
	color: #c12c42;
	font-size: 16px;
}

.accordion {
	width: 100%;
	max-width: 360px;
	margin: 30px auto 20px;
	background: #dfe6e9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 10px;
	font-family: vazir;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #3c6382;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;

}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.submenu {
	display: none;
background:#e6e6e6;
	font-size: 14px;
}

.submenu li { border-bottom: 1px solid #dfdee7; }
.sub-menu li > ul, .sub-menu li > ol
{
	margin-left:0 !important;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	color: #204820 !important;
}

.submenu a:hover {
	opacity:0.5;
	color: #204820 !important;
}



#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background: rgb(0, 0, 0);
	background: rgba(45, 45, 48, 0.4);
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
}

#myBtn:hover {
	background-color: #555;
	background: rgba(0, 0, 255, 0.7);

}

.greenbutton {
background-color: #4CAF50;
border: none;
color: white;
padding: 5px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
float: left;
border-radius: 9px;
}

#grid {

	display: grid;

}

#item1 {

	text-align: right;
}

#item2 {

	grid-row: 2 / 4;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	width:0;
}
.thumbnail {
 float:right;
 margin-left: 8px;
}
.nivo-caption{
	font-family: vazir !important;
	font-size:12px;
}
.info{
	font-size: 12px;
float:right;
	
}
.entry-content ul{
list-style-type: disclosure-closed;}
td{
border: 1px solid #928585;}
.wpb-js-composer .vc_tta-container
{
	float:right;
	z-index:-25;
}
.wpb-js-composer .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container, .wpb-js-composer .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container{
		z-index:0;
}
.yourcustomclass{
		float:right;
}
.tag{
	padding-top:10px;
/*	border:1px solid #c8c4c4*/
}


/***grid***/


.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 226px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
        min-width:100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 90.5%;
	left: 0;
	width: 100%;
	color: #fffdfd;
    background: rgba(89, 89, 89, 0.96);
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	font-family: vazir;
	padding: 7px;
	font-size: 17px;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	background: none;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
.cat-title{
	font-size: 14px;
	font-weight: bolder;
	margin: 18px 43px 19px 10px;
	border-bottom: 1px solid #e0e6eb;
	padding-bottom: 10px ;
}
.container-archive {
    display: grid;
    grid-template-columns: 0.16fr 0.80fr ;
    margin-right: 5%;
    border-bottom: 1px solid #e0e6eb;
    border-bottom-left-radius: 5px;
    margin-top: 5px;
}
.left-half-archive {
    grid-column: 1;
}
.right-half-archive {
    grid-column:2;
padding-right: 10px;
}
.right-half-archive a {
    text-decoration: none;
    color: #3f3a9b;
    font: normal 12.5px/1.25rem irsan, Tahoma, sans-serif;
}
.right-half-archive a:hover{
    text-decoration: underline;
}
.news-text-container-arch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: justify;
	margin: 10px;
}
.news-text-container-arch a{
	color:#00579C !important;
}
.news-text-container-arch a > h5{
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.8;
	margin-bottom: 1px;
}
.news-text-container-arch p{
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 1px;
}
.arch_search
{
	float: left;
}
.head-green a{
	color:#e3e611;
}