@charset "UTF-8";
.navigation {
  height: 70px;
  background:no-color;
  margin-top: 50px;
}

.brand {
  position: absolute;
  padding-left: 1px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-family:"B Nazanin","B Nasim", "B Roya";
  font-size: 25px;
  font-weight: bold;
}
.brand a,
.brand a:visited {
  color:#000000;
  text-decoration: none;
}

.nav-container {
  max-width: 90%;
  margin: 0 auto;
}

nav {
  float: right;
  font-size: 13.5px;
  font-family: 'B Traffic','B Nazanin','Arial';
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  direction: rtl;
}
nav ul li {
  float: right;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 10px;
  line-height: 70px;
  background: none;
  color:#000000;
  text-decoration: none; 
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: no-color;
  color:#3A3A3A;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 170px; 
}
nav ul li ul li a {
  padding: 15px;
  line-height: 0px;
  font-family:  'B Nazanin';
  font-weight: bold;
}

nav ul .nav-dropdown {
  background: white;
}

.nav-dropdown {
  position:absolute;
  display: none;
  z-index: 1000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  text-align: right;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  background:none;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 820px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
	background: #EBEBEB;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 10px;
	margin-right: 20px;
  }
  nav ul li ul li a {
    padding-right: 30px;
	 line-height: 15px;
  }

  .nav-dropdown {
    position: static;
  }
  .brand {
    padding-left: 7px;
	font-size: 1.3em;
	}
}
@media screen and (min-width: 821px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 73px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  background: #000000;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -5px;
}
#nav-toggle span:after {
  bottom: -5px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.social{
	display: flex;
	justify-content: flex-end;
	color: #fff; 
	width: 100%;
	margin: 0 auto;
	max-width: 90%;
	margin-top: 0;
}

.inner-social .fab{
	margin: 0 7px;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.5s ease;
	color: #000000; 
}

.inner-social .fa{
	margin: 0 7px;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.5s ease;
	color: #000000; 
}

.fab:hover{
	color:#7A7A7A;
}

.fa:hover{
	color:#7A7A7A;
}
/* Slider */
* {padding:0; margin:0}
	body {font-family: sans-seif;}
	img {max-width: 100%}
	/* cycle-slideshow */
	.cycle-slideshow {
		width: 90%;
		max-width: 1750px;
		display: block;
		position: relative;
		margin: auto;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.cycle-prev,.cycle-next{
		font-size: 180%;
		color:#DDDDDD;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -16px;
		z-index: 999;
		cursor: pointer;
	}
	.cycle-prev {left: 5%;}
	.cycle-next {right: 5%;}
	.cycle-pager {
		width: 100%;
		position: absolute;
		bottom: 10px;
		text-align: center;
		z-index: 9999;
		cursor: pointer;
		color: transparent;
	}
	.cycle-pager span {
		text-indent: 100%;
		white-space:nowrap;
		width: 6px;
		height: 6px;
		display: inline-block;
        border: none;
		border-radius: 50%;
		margin: 0 5px;
		background-color:#D1D1D1;
	}
	.cycle-pager .cycle-pager-active {
		background: #3F3F3F;
	}
		@media only screen and (max-width: 920px) {
		.cycle-pager span {
		text-indent: 100%;
		white-space:nowrap;
		width: 4px;
		height: 4px;
		display: inline-block;
        border: none;
		border-radius: 50%;
		margin: 0 3px;
		background-color:#D1D1D1;
	}
		.cycle-pager {
			bottom: -5px;}
	}
/* End Slider */