/* Theme Name: tayasa
 *  * Theme URI: https://tayasa.ir/
 * 
 * * Description: tayasa.ir Theme Exclusive to Specialist tayasa.ir Website Version: 1.0.0 */

* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
@font-face {
	font-family: 'iransans';
	src: url('fonts/IRANSansWeb.eot');
	src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('fonts/IRANSansWeb.woff') format('woff'), url('fonts/IRANSansWeb.woff2') format('woff2');
	font-weight: normal
}
html {
	margin: 0;
	padding: 0;
}
body {
	background: #fafafa;
	color: #4d4d4d;
	direction: rtl;
	font-family: tahoma;
	font-size: 12px;
}
li {
	list-style-position: inside;
	list-style: none;
}
a {
	text-decoration: none;
	color: #777;
	outline: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
a:hover {
	color: coral;
	text-decoration: none;
}
.center {
	text-align: center
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'iransans', tahoma, arial;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 36px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
}
h3 {
	font-size: 17px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	font-weight: normal;
}
h6 {
	font-size: 11px;
	font-weight: normal;
}
input[type="password"],
input[type="text"],
input[type="email"],
textarea,
select {
	display: block;
	padding: 4px 12px;
	font-size: 12px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
	outline: none;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 3px 0 rgba(0, 0, 0, 0.02);
}
input[type="submit"] {
	min-width:150px;
	min-height:36px;
	cursor:pointer;
	font-family: iransans, arial;
	font-size:14px;
	font-weight:500;
	text-align:center;
	line-height:36px;
	background: #1D89E8;
	color: #fff;
	border-radius: 33px;
}
input[type="submit"]:hover,
input[type="submit"].current {
	background-color: #1877CA;
	color: #fff;
}
input[type="submit"]:focus {
	outline: none
}
input,
select {
	margin: 1px;
	padding: 3px 5px;
}
input,
select,
textarea {
	font-size: 14px;
	border-radius: 0px;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,
textarea {
	box-sizing: border-box
}
article dl dt {
	padding: 6px
}
article dl dd {
	padding: 3px 3px 3px 20px
}
article table {
	margin-bottom: 25px
}
article table th,
article table td {
	padding: 8px;
	border: 1px solid #E2E2E9;
	vertical-align: top;
}
article address {
	border-left: 7px solid #dedede;
	background-color: #ededed;
	padding: 15px;
	margin: 0 20px 25px;
}
article label {
	color: #c8c9d0;
	font-size: 12px;
	font-family: iransans;
	text-align: right;
	margin-bottom: 18px;
	display: block;
}
/** navigationMenu **/

#navigationMenu {
	right: 0;
	top: 100px;
	position: fixed;
	z-index: 9999;
}
#navigationMenu li {
	list-style: none;
	height: 39px;
	padding: 2px;
	width: 40px;
}
#navigationMenu span {
	/* Container properties */
	width: 0;
	right: 38px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	/* Text properties */
	font-family: 'iransans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.6px;
	white-space: nowrap;
	line-height: 39px;
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}
#navigationMenu a {
	background: url('images/navigation.jpg') no-repeat;
	height: 39px;
	width: 38px;
	display: block;
	position: relative;
}
/* General hover styles */

#navigationMenu a:hover span {
	width: auto;
	padding: 0 20px;
	overflow: visible;
}
#navigationMenu a:hover {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
/* Green Button */

#navigationMenu .home {
	background-position: 0 0;
}
#navigationMenu .home:hover {
	background-position: 0 -39px;
}
#navigationMenu .home span {
	background-color: #D221E9;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}
/* Blue Button */

#navigationMenu .about {
	background-position: -38px 0;
}
#navigationMenu .about:hover {
	background-position: -38px -39px;
}
#navigationMenu .about span {
	background-color: #F76102;
	margin: -10px auto;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}
/* Orange Button */

#navigationMenu .services {
	background-position: -76px 0;
}
#navigationMenu .services:hover {
	background-position: -76px -39px;
}
#navigationMenu .services span {
	background-color: #3201FB;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}
/* Yellow Button */

#navigationMenu .portfolio {
	background-position: -114px 0;
}
#navigationMenu .portfolio:hover {
	background-position: -114px -39px;
}
#navigationMenu .portfolio span {
	background-color: #A641FF;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}
/* Purple Button */

#navigationMenu .contact {
	background-position: -152px 0;
}
#navigationMenu .contact:hover {
	background-position: -152px -39px;
}
#navigationMenu .contact span {
	background-color: #33D9CF;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}
/** Header **/

.header-top {
	background: rgba(255,255,255,0.2);
	display: block;
	color: #fff;
	padding: 10px;
}
.header-top ul {
	padding: 0;
	margin: 0;
	display: initial;
}
.header-top ul li {
	display: initial;
	padding-left: 10px;
	font-family: "iransans";
}
.header-top ul li a {
	color: #fff;
}
.header {
	background: #1d89e8 url(images/bggg.png);
	font-family: iransans;
	height: 200px;
}
.header h1,
.header h2 {
	display: none;
}
.header .header-logo {
	margin-top: 25px;
}
.header .header-date {
	background: #fff;
	padding: 5px 10px;
	display: inline-table;
	color: #333;
	text-shadow: none;
	font-size: 12px;
	float: left;
	margin: 15px 0 0 -15px!important;
	text-align: center
}
/** Main Nav **/

.navbar-default {
	background: transparent;
	font: 13px/2'iransans', tahoma;
	border-radius: 0;
	box-shadow: 0 2px 9px rgba(0,0,0,.1);
}
.navbar-default ul li {
	margin: 5px 0px;
}
.navbar-default ul li a {
	padding: 10px 10px 10px;
}
.navbar-default ul li a:hover {
	box-shadow: inset 0 -46px 0 #1d89e8;
	color: #fff !important;
}
.navbar-default ul li:hover > a {
	color: #fff
}
@media (min-width: 992px) {
	.header .date {
		left: 100px;
	}
	.navbar-default ul li:hover > ul {
		display: block
	}
	.navbar-nav > li > .dropdown-menu li a {
		color: #333!important;
	}
}
.navbar-default ul li a:focus {
	outline: none
}
.navbar-default ul li ul li {
	float: none
}
.navbar-default ul li ul li a {
	display: block;
}
.navbar-nav > li > .dropdown-menu {
	width: 250px;
	border: none
}
.navbar-nav > li > .dropdown-menu li a:hover {
	color: #fff!important;
}
.navbar-form .form-control {
	width: 200px;
	float: left;
	background: #1d89e8;
	color: #fff;
	border: none;
}
.btn-default{
	color:#fafafa;
	background-color:#1d89e8;
	border: none;
}
.navbar-form input,
.navbar-form .btn-default {
	border: 0;
	border-radius: 0
}
.navbar-default .navbar-form input {
	background: #fff;
	width: 200px;
	color: #999;
	text-align: right;
	border: 0;
	font-size: 12px;
	height: 36px;
	border: 1px solid #ccc;
}
.navbar-default .navbar-form button {
	background: #fcd120;
	border: 0;
	cursor: pointer;
	color: #333;
	font-size: 12px;
	height: 34px
}
.navbar-default .navbar-form button:hover {
	background: #333;
	color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #fcd120;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fcd120;
}
.navbar-default .navbar-brand .navbar-form {
	width: 250px;
	margin: -20px -20px;
}
.navbar-default .navbar-brand input {
	width: 150px;
	margin-top: 3px;
}
#breadcrumb {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 12px;
	font-family: iransans, tahoma;
	color: #333;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15)
}
.breadcrumb {
	display: inline
}
.breadcrumb a {
	color: #333;
}
.fixed {
	position: fixed;
	top: 0px;
	width: 80%;
}
#content {
	background: #FFF;
	position: relative;
}
.release {
	background: #84576A;
	border-bottom: 3px solid #70384F;
	padding: 4px 10px 4px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font: 14px iransans;
	text-align: center;
	margin-bottom: 10px;
}
#main-content {
	margin: 0 auto;
}
#main-content article h1,
#main-content article h2,
#main-content article h3,
#main-content article h4 {
	line-height: 2
}
/** slider**/

.slider-index {
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	padding: 10px;
	margin-bottom: 25px;
}
.slider-index .carousel-control span {
	padding-top: 220px;
	font-size: 80px;
	text-shadow: none;
}
/** shortcuts**/

.padding-lr5 {
	padding-right: 5px;
	padding-left: 5px;
}
.row10 {
	margin-right: -10px;
	margin-left: -10px;
}
.shortcuts {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 2px 0 rgba(35,35,35,.2);
	padding: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}
.shortcuts h3 {
	font-family: iransans;
	color: #1877ca;
	height: 60px;
	font-size: initial;
	padding: 5px;
	line-height: 2;
}
.shortcuts:hover {
	background: #1d89e8;
	color: #fff;
}
.shortcuts:hover h3 {
	color: #fff
}
.shortcut {
	margin: 0 auto;
}
.shortcut a {
	display: block;
	border-radius: 4px;
	position: relative;
}
.shortcut .over {
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, .7) url("images/zoom-ico.png") no-repeat center;
	text-align: center;
	line-height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 100%;
	color: #fff;
	font-family: 'iransans', Arial;
	transition: all 0.4s ease-out 0s;
}
.shortcut:hover .over {
	visibility: visible;
	opacity: 1;
	transition: opacity .2s linear;
}
.shortcut:hover h3 {
	color: #fff;
}
.shortcut a img {
	width: 100%;
	height: 250px;
	vertical-align: middle;
}
/** Articles **/

article {
	background: #fff;
  border:1px solid #eee;
  box-shadow:0 0 2px 0 rgba(35,35,35,.1);
	border-radius: 4px;
	border-image: none;
	margin-bottom: 15px;
	color: #555;
	padding-bottom: 10px;
}
article header {
	font: 12px/2'iransans', tahoma;
	color: #888;
	margin: 0;
}
article header h1,
article header h2,
article header h3,
article header h4,
article header h5 {
	background: #1d89e8;
	padding: 10px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	color: #fff;
	font-size: 14px;
  line-height: 2;
}
article header h2 a {
	color: #fff
}
article header h2 a:hover {
	color: #fff
}
article header .view {
	background: url(images/statistics.png) no-repeat right;
	padding: 0px 22px 0px 0px;
	float: right;
	margin: 0px 0px 0px 15px;
}
article header .commented {
	background: url(images/comment.png) no-repeat right;
	padding: 0px 22px 0px 0px;
	float: right;
	margin: 0px 0px 0px 15px;
}
article header .time {
	background: url(images/calendar.png) no-repeat right;
	padding: 0px 22px 0px 0px;
	float: right;
	margin: 0px 0px 0px 15px;
}
article header .meta {
	background: linear-gradient(90deg, #fff 0, #f5f5f5 100%);
	border-bottom: 1px solid #f9f9f9;
	border-top: 1px solid #f9f9f9;
	padding: 5px 15px;
	float: right;
	width: 100%;
}
article header .cat {
	background: url(images/category.png) no-repeat right;
	padding: 0px 22px 0px 0px;
	float: right;
	margin: 0px 0px 0px 15px;
}
.tag {
	background: #fa0;
	padding: 3px 7px;
	font: 13px calibri;
	color: #fff;
	float: left;
}
.new {
	background: #c84040
}
.readmore {
	background: #2980b9;
	padding: 2px 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 12px iransans, tahoma;
	color: #fff;
	margin: 5px 10px 10px 10px;
}
.readmore:hover {
	background: #74A830;
	padding-right: 22px;
	color: #fff;
}
/** Sidebar **/

#sidebar {
	margin: 0 auto 20px;
	padding-right: 5px;
}
.block {
	background: #fff;
	margin-bottom: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.block h4 {
	background: #1d89e8;
	padding: 10px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	color: #fff;
	font-size: 14px;
  line-height: 2;
}
.block .nav-tabs {
	text-align: center;
}
.block .nav-tabs li {
	float: none;
	display: inline-block;
	text-align: center;
}
.block .nav-tabs li a {
	border-top: 0;
	border-radius: 0;
}
.block .nav-tabs li.active > a:focus,
.block .nav-tabs li.active > a:hover {
	border-top: 0;
	border-radius: 0;
}
/** Sidebar Tabs **/

.sidebar-tabs {
	margin-bottom: 25px
}
.sidebar-tabs a {
	border-left: 1px solid #E1E3E7;
	display: block;
	background: url(images/star3.gif) #F3F3F3 no-repeat center 0px;
	float: right;
	color: #7A8089;
	width: 33.333%;
	padding: 4px 0;
	font-family: iransans;
	text-align: center;
}
.sidebar-tabs a:hover {
	background: #fff
}
.sidebar-tabs .last {
	border-left: 1px solid #F3F3F3
}
.sidebar-tabs .last:hover {
	border-left: 1px solid #fff
}
.sidebar-tabs .active {
	background: #283593;
	border-color: #780B89;
	color: #fff;
}
.sidebar-tabs .active:hover {
	background: #283593;
	border-color: #283593;
	color: #fff;
}
.content {
	padding: 10px 0
}
.content-1 {
	padding: 0 10px
}
.content-2 {
	font-family: tahoma;
	font-size: 12px;
	line-height: 2;
	padding: 20px;
}
.content-2 img {
	background: #fff;
	border: 1px solid #ddd;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 5px;
}
article .post-footer {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px 40px 65px;
	margin-top: 20px;
	box-sizing: border-box;
	text-align: center;
}
.post-footer .social-icons,
.post-footer .rating-stars {
	width: 50%;
	height: 50px;
	float: right;
}
.post-footer .social-icons ul li {
	display: inline-block;
	background: rgba(0, 0, 0, 0.2);
	width: 30px;
	height: 30px;
	margin: 5px;
	border-radius: 3px;
	line-height: 30px;
	box-sizing: border-box;
	vertical-align: middle;
}
.post-footer .social-icons ul li a {
	display: block;
}
.post-footer .social-icons ul li i {
	color: #fff;
	font-size: 16px;
	padding-top: 6px;
}
.post-footer .social-icons ul li:hover {
	background: #39579a;
}
.post-footer .social-icons ul li:nth-child(2):hover {
	background: #01aced;
}
.post-footer .social-icons ul li:nth-child(3):hover {
	background: #cb1f26;
}
.post-footer .social-icons ul li:nth-child(4):hover {
	background: #1aaf65;
}
.post-footer .social-icons ul li:nth-child(5):hover {
	background: #01aced;
}
.post-tags a {
	background: #eee;
	color: #333;
	padding: 5px;
	line-height: 2.4;
	border-radius: 3px;
}
.post-tags a:hover {
	background: #249b48;
	color: #fff;
}
#related-posts-via-categories-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
#related-posts-via-categories-list li {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
}
#related-posts-via-categories-list li:hover {
	background: #eee;
}
ul.content li a {
	background: url(images/arrow.png) no-repeat right 12px;
	padding: 8px 15px 8px 10px;
	color: #71767B;
	display: block;
	font: normal 12px tahoma;
}
ul.content li a:hover {
	background: #d6a247 url(images/arrowhvr.png) no-repeat right 12px;
	color: white;
}
.similar ul li a {
	background: url(images/arrow.gif) no-repeat right 14px;
	padding: 8px 18px 8px 10px;
	color: #71767B;
	display: block;
	font: normal 12px tahoma;
}
.similar ul li a:hover {
	background: #249b48 url(images/arrow.gif) no-repeat right 14px;
	color: white;
}
/** about **/

.about {
	margin: 0;
	padding: 10px;
}
.about img {
	width: 50%;
}
.about p {
	font: normal 12px iransans, tahoma;
	text-align: justify;
}
/** Slider **/

ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	position: absolute
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: -20px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
	width: 0;
	height: 0;
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: -20px;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ol.bjqs-markers.h-centered {
	text-align: center
}
ol.bjqs-markers li {
	display: inline
}
ol.bjqs-markers li a {
	display: inline-block
}
p.bjqs-caption {
	display: block;
	width: 100%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}
ul.bjqs-controls.v-centered li a {
	display: block;
	color: transparent;
	text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover {
	color: transparent
}
ol.bjqs-markers li a {
	padding: 5px 10px;
	background: #000;
	color: #fff;
	margin: 5px;
	text-decoration: none;
	display: none;
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
	background: #999
}
p.bjqs-caption {
	display: none;
	background: rgba(5, 5, 5, 0.4);
	font-family: iransans;
	color: #fff;
	text-shadow: 0 1px 1px #2980B9;
}
/* Notification -----------------------------------------------------------------------------------*/

p .icon-remove {
	float: right;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	top: 11px;
	right: 15px;
}
p.info {
	border: 1px solid #bbe7f2;
	background-color: #d9f5fc;
	color: #38b6d7;
	padding: 10px 20px;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 300;
	font-family: iransans, tahoma;
	position: relative;
}
p.tip {
	border: 1px solid #d5cb61;
	background-color: #f1e884;
	color: #6b6631;
	padding: 10px 20px;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 300;
	font-family: iransans, tahoma;
	position: relative;
}
p.success {
	border: 1px solid #6bb53e;
	background-color: #87d05b;
	color: #284b13;
	padding: 10px 20px;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 300;
	font-family: iransans, tahoma;
	position: relative;
}
p.error {
	border: 1px solid #c22b26;
	background-color: #d74c47;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 300;
	font-family: iransans, tahoma;
	position: relative;
}
/** Comments **/

#send-comment {
	font-size: 12px;
	clear: both;
}
#send-comment h5 {
	background: #4CAF50;
	border-color: rgba(0,0,0,0.2);
}
#send-comment footer {
	line-height: 21px;
	color: #555;
	background: #fea;
	padding: 10px;
	font-family: iransans, tahoma;
	margin-bottom: 10px;
}
#send-comment span {
	color: red
}
#send-comment input,
textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	margin-bottom: 5px!important;
	font-family: iransans, tahoma;
	width: 100%;
}
#send-comment input:focus {
	outline: none;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 3px 0 rgba(0, 0, 0, 0.02);
}
.comment {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	box-shadow: 0 3px 0 #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.chalt {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	box-shadow: 0 3px 0 #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.comment .comment {
	margin: 5px 20px
}
.cm-top {
	background: #c4c4c4;
	border-right: 5px solid #b9b9b9;
	padding: 4px 6px;
	color: #333;
	float: right;
	font-family: iransans, tahoma;
	font-size: 12px;
}
.cm-top b {
	color: #888;
	padding: 3px;
}
.cm-meta {
	background: #efefef;
	padding: 2px 5px;
	color: #a0a0a0;
	float: right;
}
.cm-meta b {
	color: red
}
.reply {
	background: #1D89E8;
	margin: 5px 0 0 -1px;
	padding: 2px 8px;
	font-size: 12px;
	color: #fff;
	float: left;
	font-family: iransans, tahoma;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.reply:hover {
	background: #379;
	color: #eee;
}
.cm-content {
	padding: 10px;
	color: #555;
}
.comment-author-admin.comment,
.bypostauthor.comment {
	background: #fffafa;
	border-color: #f4d2d2;
	box-shadow: 0 3px 0 #f5f5f5;
}
.comment-author-admin .cm-top,
.bypostauthor .cm-top {
	background: #f4d2d2;
	border-color: #f1c4c4;
	color: #933;
}
.comment-author-admin .cm-meta,
.bypostauthor .cm-meta {
	background: #fee;
	color: #c77;
}
.comment-author-admin .cm-top b,
.bypostauthor .cm-top b {
	color: #e44
}
.comment-author-admin .reply,
.bypostauthor .reply {
	background: #c33
}

.wp-pagenavi {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	background: #ddd;
	padding: 10px 14px;
	margin-left: 2px;
	color: #333;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background: #2980b9;
	color: #fff;
}
.wp-pagenavi span.current {
	background: #2980b9;
	font-weight: bold;
	color: #fff;
}
/**footer**/

#footer-wrapper {
	margin: 0 auto
}
.footer {
	width: 100%;
	height: auto;
	background: #1d89e8;
	font-family: iransans, tahoma;
	font-size: 11px;
	float: right;
	padding: 20px 0;
}
.copyright-wrapper {
	background: #1877ca;
	font-family: iransans, tahoma;
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}
.footer-tag {
	color: #268a6b;
	margin-bottom: 10px;
	text-align: justify
}
.footer-tag a {
	background: rgba(0, 0, 0, 0.2);
	font-family: iransans;
	padding: 5px 5px 5px 5px;
	margin: 2px;
	color: #268a6b;
	font-size: 12px;
	display: inline-block;
}
.footer-tag a:hover {
	background: #268a6b;
	color: #fff;
}
.footer-widget {
	color: #fff;
	min-height: 100px;
}
.footer-widget .footer-widget h2 {
	font-family: iransans, arial;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	float: right;
	color: #e0e0e0;
	font-size: 12px;
	font-weight: lighter;
	text-align: justify;
}
.footer-widget .footer-title {
	border-bottom: #333 1px solid;
	font-family: iransans, arial;
	font-size: 16px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footer-widget .footer-bottom-left {
	float: left;
	margin: -5px 10px;
}
.footer-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-widget ul li {
	font-size: 12px
}
.footer-widget a {
	color: #fff;
	font-size: 13px;
	line-height: 2;
}
.footer-widget a:hover {
	color: yellow;
}
.copyright-wrapper .list-inline li,
.footer-widget .social li {
	margin-bottom: 15px;
}
.copyright-wrapper .list-inline li a,
.footer-widget .social li a {
	color: #fff;
	transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	background: rgba(0, 0, 0, 0.1);
	padding: 5px;
}
.copyright-wrapper .list-inline li i,
.footer-widget .social li i {
	font-size: 12px;
	padding: 5px;
}
.copyright-wrapper .list-inline li a:hover,
.footer-widget .social li a:hover {
	background: #fff;
	color: #333;
}
.designer {
	padding: 2px 4px;
	color: #fff;
}
.designer:hover {
	background: #fff;
	color: #9412A9;
	padding: 2px 10px;
}
.back-to-top {
	background: #1d89e8;
	cursor: pointer;
	position: fixed;
	bottom: 12px;
	right: 12px;
	color: #fff;
	padding: 10px;
	display: none;
	border-radius: 20px;
}
.back-to-top:hover,
.back-to-top:focus {
	background: #1877ca;
	color: #fff;
}
.wws-popup__open-btn {
	font-family: 'iransans';
	font-size: 12px;
}
.wws-popup__close-btn {
	line-height: 2;
	padding-top: 7px;
}
.wp-caption-dd {
	font-size: 14px;
	padding-top: 0.5em;
	margin: 0; /* browser reset */
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

/** colors **/

.blue {
	background: #00A1FF!important;
	border-color: #0493E5!important;
}
.red {
	background: #52a353!important;
	border-color: rgb(0,0,0,0.2)!important;
	color: #fff!important;
}
.green {
	background: #58C400!important;
	border-color: #4DAA01!important;
}
.Violet {
	background: #B300EA!important;
	border-color: #A008D3!important;
}
.orange {
	background: #FFAA22!important;
	border-color: #ED9A1E!important;
}
.pink {
	background: #ff2c72!important;
	border-color: #E21657!important;
}
.post-ratings img {
  padding: 10px;
  background: #eee;
  margin-left: 2px;
}
.similar .similars {
  margin-top: 10px;
}
.similar .similars h3 {
  font-size: 13px;
}
.similar .similars .col-xs-6 img {
  width: 100%;
}
@media (max-width: 767px) {
	.header {
		height: auto;
		padding-bottom: 10px;
	}
	.header-top {
		height: auto;
		padding-bottom: 25px;
		line-height: 2;
	}
	.header-top ul {
		display: block;
		margin-bottom: 5px;
	}
	.navbar-default {
		background: #fff;
	}
	.navbar-default .navbar-brand .navbar-form {
		border: none;
	}
	.menu-item-has-children:after {
		content:"\f078";
		font-family:'FontAwesome';
		position: absolute;
		left: 0;
		top: 0;
		background: #ddd;
		padding: 7px 15px;
	}
	.menu-item-has-children:hover > ul {
		display: block;
		position: relative;
		width: 100%;
		border: 1px solid #ddd;
		box-shadow: none;
		margin-bottom: 10px;
	}
	.navbar-default ul li {
		margin: 0;
	}
	.carousel-control.right span,.carousel-control.left span {
        margin-top: 50px;
    }
	.shortcut a img {
		height: 150px;
	}
	.shortcut .over {
		height: 150px;
		line-height: 250px;
	}
	.copyright-wrapper {
		text-align: center;
	}
	.copyright-wrapper ul {
		width: 100%;
		margin: 10px auto!important;
	}
	#send-comment input ,#send-comment textarea {
		width: 100%!important;
	}
	.post-footer {
		padding: 10px 0!important;
	}
	.post-footer .social-icons, .post-footer .rating-stars {
		width: 100%;
		float: none;
		height: auto;
		margin-bottom: 10px;
	}
	.post-footer .social-icons {
		border-bottom: 1px solid #ddd;
	}
}
.tayasa-logo-text {
  display: inline-block;
  font-family: 'Vazirmatn', 'Yekan Bakh', 'Tahoma', sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tayasa-logo-text:hover {
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255,215,0,0.6);
}
.counter-section {
   background: #f9f9f9;
   padding: 50px 0;
   border-bottom: 1px solid #eee;
}

.counter-box {
   background: #fff;
   padding: 20px;
   margin: 15px 0;
   border-radius: 10px;
   box-shadow: 0 4px 10px rgba(0,0,0,0.1);
   transition: transform 0.3s ease;
}

.counter-box:hover {
   transform: translateY(-5px);
}

.counter-box .counter {
   font-size: 36px;
   font-weight: bold;
   color: #0073e6;
   display: block;
}

.counter-box h3 {
   margin-top: 10px;
   font-size: 16px;
   color: #333;
}
.section-header {
   text-align: center;
   margin-bottom: 30px;
}

.section-header h2 {
   display: inline-block;
   background: #0073e6;
   color: #fff;
   padding: 10px 25px;
   border-radius: 8px;
   font-size: 20px;
   font-weight: bold;
   box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.about-section {
   padding: 60px 0;
   background: #fff;
   border-bottom: 1px solid #eee;
}

.about-img {
   max-width: 100%;
   height: auto;
   border-radius: 10px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.about-content p {
   font-size: 16px;
   color: #444;
   line-height: 1.9;
   margin-bottom: 15px;
   text-align: justify;
}

.about-content .btn {
   padding: 10px 25px;
   font-size: 16px;
   border-radius: 6px;
   background-color: #0073e6;
   color: #fff;
   text-decoration: none;
   transition: background 0.3s ease;
}

.about-content .btn:hover {
   background-color: #005bb5;
}
.about-content p {
   font-size: 16px;
   color: #444;
   line-height: 1.9;
   margin-bottom: 15px;
   text-align: justify; /* متن مرتب و منظم */
   word-break: break-word; /* جلوگیری از بیرون زدن کلمات خیلی بلند */
}
.testimonials-section {
   padding: 60px 0;
   background: #f9f9f9;
   border-top: 1px solid #eee;
}

.testimonial-box {
   background: #fff;
   padding: 25px;
   margin-bottom: 30px;
   border-radius: 10px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.1);
   text-align: center;
   transition: transform 0.3s ease;
}

.testimonial-box:hover {
   transform: translateY(-5px);
}

.testimonial-img {
   width: 80px;
   height: 80px;
   border-radius: 50%;
   margin-bottom: 15px;
   object-fit: cover;
   box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.testimonial-text {
   font-size: 15px;
   color: #555;
   line-height: 1.8;
   margin-bottom: 15px;
}

.testimonial-name {
   font-size: 16px;
   font-weight: bold;
   color: #0073e6;
}
.brands-section {
   padding: 60px 0;
   background: #fff;
   border-top: 1px solid #eee;
}

.brand-box {
   background: #f9f9f9;
   padding: 20px;
   margin-bottom: 30px;
   border-radius: 10px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.1);
   transition: transform 0.3s ease;
}

.brand-box:hover {
   transform: translateY(-5px);
}

.brand-img {
   max-width: 100%;
   height: auto;
   margin-bottom: 10px;
}

.brand-name {
   font-size: 14px;
   font-weight: bold;
   color: #0073e6;
}
.faq-section { padding: 48px 0; background: #f9f9f9; }
.faq-box { max-width: 820px; margin: 0 auto; }

.faq-item { border: 1px solid #e5e5e5; border-radius: 10px; margin-bottom: 12px; background: #fff; overflow: hidden; }

.faq-question {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between; /* متن یک طرف، آیکون طرف دیگر */
  gap: 12px;
  text-align: right;
  padding: 14px 16px;
  background: #0b74de;
  color: #fff;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}

.faq-text { flex: 1 1 auto; }
.faq-toggle {
  flex: 0 0 auto;
  width: 24px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.faq-answer {
  display: none;
  padding: 14px 16px;
  color: #333;
  line-height: 1.8;
  background: #fff;
}

.faq-item.active .faq-answer { display: block; }

/* حالت‌های دسترسی و Hover */
.faq-question:hover { background: #0a66c2; }
.faq-question:focus { outline: 2px solid #94c6ff; outline-offset: 2px; }
.custom-grid-section {
   padding: 60px 0;
   background: #f9f9f9;
}

.custom-grid-section {
   padding: 60px 0;
   background: #f9f9f9;
}

.grid-box {
   background: #fff;
   border: 1px solid #eee;
   border-radius: 10px;
   padding: 20px;
   margin-bottom: 30px;
   text-align: center;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
}

.grid-box:hover {
   transform: translateY(-5px);
   box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

/* عکس وسط‌چین */
.grid-img-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 180px; /* ارتفاع ثابت */
   overflow: hidden;
}
.grid-img {
   max-width: 100%;
   max-height: 100%;
   height: auto;
   width: auto;
   border-radius: 6px;
}

/* متن وسط‌چین */
.grid-text-wrapper {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   min-height: 120px; /* ارتفاع ثابت برای متن */
}

.grid-title {
   font-size: 16px;
   font-weight: bold;
   color: #0073e6;
   margin-bottom: 8px;
   text-align: center;
}

.grid-lead {
   font-size: 14px;
   color: #555;
   line-height: 1.6;
   text-align: center;
}
.hero-section {
  background: linear-gradient(135deg, #0077b6 0%, #0096c7 100%);
  padding: 100px 20px;
  color: #fff;
}

.hero-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 28px;
  opacity: 0.95;
}

/* کادرهای خوشگل */
.hero-boxes {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero-box {
  background: #fff;
  color: #0077b6;
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 16px; /* گوشه گرد */
  min-width: 180px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

/* دکمه */
.btn-hero {
  display: inline-block;
  background: #023e8a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(2,62,138,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
}

.btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(2,62,138,0.35);
  background: #001f54;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .hero-title { font-size: 24px; }
  .hero-subtitle { font-size: 16px; }
  .hero-box { min-width: 140px; padding: 16px 20px; }
}
.footer {
   background: #023e8a;
   color: #fff;
   padding: 50px 20px;
}

.footer-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 30px;
}

.footer-column {
   flex: 1 1 220px;
   min-width: 220px;
}

.footer-column h4 {
   margin-bottom: 15px;
   font-size: 18px;
   border-bottom: 2px solid #00b4d8;
   display: inline-block;
   padding-bottom: 5px;
}

.footer-column p,
.footer-column a {
   font-size: 14px;
   color: #fff;
   text-decoration: none;
   line-height: 1.8;
}

.footer-column a:hover {
   color: #00b4d8;
}

.footer-posts {
   list-style: none;
   padding: 0;
}

.footer-posts li {
   margin-bottom: 8px;
}

.footer-posts li a {
   color: #fff;
   transition: color 0.3s ease;
}

.footer-posts li a:hover {
   color: #00b4d8;
}

/* دکمه‌های تماس */
.btn-footer {
   display: inline-block;
   background: #00b4d8;
   color: #fff;
   padding: 8px 16px;
   border-radius: 8px;
   margin-top: 8px;
   font-weight: 600;
   transition: background 0.3s ease;
}

.btn-footer:hover {
   background: #0096c7;
}

/* کپی‌رایت */
.copyright-wrapper {
   background: #001f54;
   color: #fff;
   text-align: center;
   padding: 15px;
   font-size: 13px;
   border-top: 1px solid rgba(255,255,255,0.2);
}

/* ریسپانسیو */
@media (max-width: 768px) {
   .footer-container {
      flex-direction: column;
      align-items: flex-start;
   }
}