/*
	Theme Name: Unik | یونیک
	Theme URI: http://terapico.ir
	Author: PremiumLayers | فارسی سازی از تراپیکو
	Author URI: http://terapico.ir
	Description: قالب وردپرس حرفه ای با قابلیت شخصی سازی بسیار بالا. 
	Version: 1.8.5
	License: GNU General Public License
	License URI: license.txt
	Tags: بهترین قالب وردپرس٬ تراپیکو٬ تیم تراپیکو٬ دانلود٬ راست چین٬ طراحی اختصاصی٬ فارسی سازی٬ قالب unik٬ قالب حرفه ای وردپرس٬ قالب فارسی یونیک٬ قالب منحصر بفرد وردپرس٬ قالب وردپرس٬ قالب وردپرس unik٬ قالب وردپرس یونیک٬ قالب یونیک٬ پوسته فارسی٬ یونیک
	Text Domain: unik
*/

/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.Sidebar Header
 3.content - home all modules
 4.Home - Photography
 5.portfolio 2col, 3col
 6.About page
 7.blog 1col
 8.Contact
 12.Single Post
 13.Dark version
 14.Footer
 15.Responsive Part

-------------------------------------------------*/
@import url('css/TP-fonts.css');
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-------------------------------------------------*/
/* =  Sidebar - header
/*-------------------------------------------------*/
html {
  height: 100%;
}
body {
  min-height: 100%;
  background: #d9dcd7;
}
img{max-width:100%; height:auto}
#container {
  padding-top: 40px;
}
#container.fullscreen {
  padding-top: 0px;
}
#sidebar {
  width: 270px;
  float: left;
}
#sidebar .sidebar-section {
  margin-bottom: 20px;
}
#sidebar .sidebar-section.white-box {
  background: #ffffff;
  padding: 20px;
}
#sidebar .sidebar-section.white-box h2 {
  font-size: 18px;
  font-family: 'BYekan',BYekan,tahoma;
  color: #444444;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 20px;
}
.right-menu-sidebar #sidebar {
  float: right;
}
.fullscreen #sidebar {
  float: left;
}
.fullscreen #sidebar .sidebar-section {
  margin-bottom: 0px;
}
header {
  position: relative;
  z-index: 999;
}
header .header-logo {
  padding: 42px 10px;
  background: #fff;
  text-align: center;
}
header .main-menu {
  margin: 0;
  padding: 0;
}
header .main-menu > li {
  display: block;
  position: relative;
}
header .main-menu > li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  display: block;
  background: #8ab928;
  color: #ffffff;
  font-size: 18px;
  font-family: 'BYekan',BYekan,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 14px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid transparent;
  -webkit-backface-visibility: hidden;
  position: relative;
}
header .main-menu > li a i {
  font-size: 18px;
  margin-right: 12px;
}
header .main-menu > li > a.active,
header .main-menu > li a:hover {
  background: #555555;
  border-left: 2px solid #8ab928;
}
header .main-menu > li > a.active:after,
header .main-menu > li > a:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid #8ab928;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin-top: -4px;
}
header .main-menu li.drop {position:relative}
header .main-menu li.drop ul.drop-down {
  margin: 0;
  padding: 0;
  margin-left: 1px;
  position: absolute;
  top: 0;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  left: 100%;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 100% 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-backface-visibility: hidden;
}
header .main-menu li.drop ul.drop-down li {
  display: block;
  position: relative;
}
header .main-menu li.drop:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.right-menu-sidebar header li.drop ul.drop-down {
  margin-left: 0px;
  margin-right: 1px;
  left: inherit;
  right: 100%;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.social-box ul {
  margin: 0;
  padding: 0;
}
.social-box ul li {
  display: inline-block;
  margin-left: 8px;
  width:32px;
  height:32px;
}
.social-box ul li a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 32px;
	height: 32px;
	background:transparent !important
}

.social-box ul li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.social-box ul li:first-child {
  margin-left: 0;
}

.social-box .fa {
	width: 32px;
	height: 32px;
	line-height:32px;
	text-align: center;
	 border-radius: 50%;
	color: #FFF;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}

.social-box.icon-circle .fa{ 
	border-radius: 50%;
}
.social-box.icon-rounded .fa{
	border-radius:5px;
}
.social-box.icon-flat .fa{
	border-radius: 0;
}

.social-box .fa:hover, .social-box .fa:active {
	
}
.social-box.icon-zoom .fa:hover, .social-box.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-box.icon-rotate .fa:hover, .social-box.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-box .fa-adn{background-color:#504e54;} 
.social-box .fa-digg{background-color:#000;} 
.social-box .fa-apple{background-color:#aeb5c5;} 
.social-box .fa-android{background-color:#A5C63B;}  
.social-box .fa-bitbucket,.social-box .fa-bitbucket-square{background-color:#003366;} 
.social-box .fa-bitcoin,.social-box .fa-btc{background-color:#F7931A;} 
.social-box .fa-css3{background-color:#1572B7;} 
.social-box .fa-dribbble{background-color:#F46899;}  
.social-box .fa-dropbox{background-color:#018BD3;}
.social-box .fa-facebook,.social-box .fa-facebook-square{background-color:#3C599F;}  
.social-box .fa-flickr{background-color:#FF0084;}
.social-box .fa-foursquare{background-color:#0086BE;}
.social-box .fa-behance{color:#000;}
.social-box .fa-github,.social-box .fa-github-alt,.social-box .fa-github-square{background-color:#070709;} 
.social-box .fa-google-plus,.social-box .fa-google-plus-square{background-color:#CF3D2E;} 
.social-box .fa-html5{background-color:#E54D26;}
.social-box .fa-instagram{background-color:#A1755C;}
.social-box .fa-linkedin,.social-box .fa-linkedin-square{background-color:#0085AE;} 
.social-box .fa-linux{background-color:#FBC002;color:#333;}
.social-box .fa-maxcdn{background-color:#F6AE1C;}
.social-box .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-box .fa-pinterest,.social-box .fa-pinterest-square{background-color:#CC2127;} 
.social-box .fa-renren{background-color:#025DAC;}
.social-box .fa-skype{background-color:#01AEF2;}
.social-box .fa-stack-exchange{background-color:#245590;}
.social-box .fa-stack-overflow{background-color:#FF7300;}
.social-box .fa-trello{background-color:#265A7F;}
.social-box .fa-tumblr,.social-box .fa-tumblr-square{background-color:#314E6C;} 
.social-box .fa-twitter,.social-box .fa-twitter-square{background-color:#32CCFE;} 
.social-box .fa-vimeo-square{background-color:#229ACC;}
.social-box .fa-vk{background-color:#375474;}
.social-box .fa-weibo{background-color:#D72B2B;}
.social-box .fa-windows{background-color:#12B6F3;}
.social-box .fa-xing,.social-box .fa-xing-square{background-color:#00555C;} 
.social-box .fa-youtube,.social-box .fa-youtube-play,.social-box .fa-youtube-square{background-color:#C52F30;}




.recent-post-box ul {
  margin: 0;
  padding: 0;
}
.recent-post-box ul li {
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  overflow: hidden;
}
.recent-post-box ul li img {
  float: left;
}
.recent-post-box ul li p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px 64px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 14px;
  margin-bottom: 0;
}
.recent-post-box ul li p a {
  display: inline-block;
  color: #919191;
}
.recent-post-box ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.contact-info-box ul {
  margin: 0;
  padding: 0;
}
.contact-info-box ul li {
  list-style: none;
  color: #797979;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
}
.contact-info-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  color: #797979;
}
.contact-info-box ul li i {
  font-size: 16px;
  color: #8ab928;
  margin-right: 12px;
}
.contact-info-box ul li:first-child {
  margin-top: 0;
}
#status .label {display:inline-block; margin-bottom:10px; font-size:13px; padding:6px 10px}
.text-box p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  color: #aeaeae;
  font-size: 16px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
}
.text-box p:last-child {
  margin-bottom: 0;
}
a.elemadded {
  display: none;
  background: #8ab928;
  color: #ffffff;
  font-size: 16px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 14px 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  position: relative;
  border-top: 1px solid rgba(56, 56, 56, 0.2);
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
a.elemadded:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  content - home all modules
/*-------------------------------------------------*/
#content {
  float: right;
  width: 850px;
}
.right-menu-sidebar #content {
  float: left;
}
.fullscreen #content {
  width: auto;
  float: none;
  padding: 20px;
  margin-left: 270px;
}
#slider {
  background: #fff;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  background: #8ab928;
}
p.flex-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 15px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  font-size: 18px;
  color: #ffffff;
  padding: 27px 152px 26px 30px;
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  width: 100%;
  z-index: 3;
}
.box-section {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}
.box-section h1 {
  color: #8ab928;
  font-size: 29px;
  font-family: 'BYekan',BYekan,tahoma;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
}
.box-section h2 {
  font-size: 16px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
}
.services-section.box-section {
  background: url('upload/banners/1.jpg');
  text-align: center;
}
.services-section.box-section h1 {
  color: #ffffff;
  font-weight: 300;
}
.services-section .services-post {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px;
}
.services-section .services-post .inner-services-post {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  padding: 40px 10px;
}
.services-section .services-post .inner-services-post span {
  display: inline-block;
  margin-bottom: 15px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section .services-post .inner-services-post span i {
  font-size: 40px;
  color: #8ab928;
}
.services-section .services-post .inner-services-post p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 15px;
}
.services-section .services-post .inner-services-post a {
  color: #8ab928;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  padding: 9px 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #8ab928;
}
.services-section .services-post .inner-services-post a:hover {
  background: #8ab928;
  border: 1px solid #8ab928;
  color: #fff;
}
.services-section .services-post:hover .inner-services-post span {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.unik-section .image-place img {
  max-width: 100%;
  margin-bottom: -20px;
}
.unik-section ul.feature-list, ul.feature-list {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.unik-section ul.feature-list li, ul.feature-list li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 18px;
}
.unik-section ul.feature-list li a, ul.feature-list li a  {
  float: left;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  margin-right: 16px;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #8ab928;
  text-align: center;
}
.unik-section ul.feature-list li a i, ul.feature-list li a i {
  color: #ffffff;
  font-size: 22px;
  line-height: 52px;
}
.unik-section ul.feature-list li h3, ul.feature-list li h3 {
  font-size: 16px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  margin-top: 4px;
}
.unik-section ul.feature-list li p, ul.feature-list li p {
  font-size: 12px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
}
.vertical-tabs-box .nav-tabs,
.horizontal-tabs-box .nav-tabs {
  float: left;
  width: 234px;
  border: none;
}
.vertical-tabs-box .nav-tabs li,
.horizontal-tabs-box .nav-tabs li {
  display: block;
  float: none;
  border: 1px solid #eeeeee;
  border-top: none;
  margin: 0;
  border-left: none;
}
.vertical-tabs-box .nav-tabs li a,
.horizontal-tabs-box .nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
  display: block;
  border: none !important;
  margin: 0;
  padding: 25px 25px;
  color: #797979;
  font-size: 15px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  overflow: hidden;
}
.vertical-tabs-box .nav-tabs li a i,
.horizontal-tabs-box .nav-tabs li a i {
  color: #b6b6b6;
  font-size: 24px;
  margin-right: 18px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  float: left;
  line-height: 24px;
}
.vertical-tabs-box .nav-tabs li:first-child,
.horizontal-tabs-box .nav-tabs li:first-child {
  border-top: 1px solid #dedede;
}
.vertical-tabs-box .nav-tabs li.active a,
.horizontal-tabs-box .nav-tabs li.active a {
  color: #ffffff;
  background: #8ab928;
}
.vertical-tabs-box .nav-tabs li.active a i,
.horizontal-tabs-box .nav-tabs li.active a i {
  color: #ffffff;
}
.vertical-tabs-box .tab-content,
.horizontal-tabs-box .tab-content {
  margin-left: 233px;
  border: 1px solid #eeeeee;
}
.vertical-tabs-box .tab-content .tab-pane,
.horizontal-tabs-box .tab-content .tab-pane {
  padding: 15px 20px 20px;
  overflow: hidden;
}
.vertical-tabs-box .tab-content .tab-pane p,
.horizontal-tabs-box .tab-content .tab-pane p,
.vertical-tabs-box .tab-content .tab-pane,
.horizontal-tabs-box .tab-content .tab-pane {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  margin: 0 0 20px;
}
.pow-section {
  text-align: center;
}
.pow-section h1 {
  color: #8ab928;
  font-size: 20px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  margin-bottom: 15px;
}
.pow-section p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 0;
}
.pow-section img {
  max-width: 100%;
}
.skills-section p {
  font-size: 15px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 10px 0 0;
}
.video-section iframe {
  width: 100%;
  height: 250px;
}
.services-section2 {
  
  text-align: center;
}
.services-section2 h1 {
  color: #919191;
  font-weight: 300;
}
.services-section2 .services-post span {
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #8ab928;
  margin-bottom: 15px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section2 .services-post span i {
  color: #ffffff;
  font-size: 28px;
  line-height: 80px;
}
.services-section2 .services-post h2 {
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 17px;
  font-weight: 700;
  text-transform: inherit;
  color: #919191;
  margin: 0 0 5px;
}
.services-section2 .services-post p {
  font-size: 12px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 15px;
}
.services-section2 .services-post a {
  color:  #8ab928;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  padding: 9px 16px;
  border: 1px solid #8ab928;
  margin-bottom: 5px;
}
.services-section2 .services-post a:hover {
  background: #8ab928;
  border: 1px solid #8ab928;
  color:#fff;
}
.services-section2 .services-post:hover span {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.float-image-section .float-box {
  overflow: hidden;
}
.float-image-section .float-box img {
  float: right;
  margin-left: 4px;
}
.float-image-section .float-box p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
}
.float-image-section .float-box a {
  color: #ffffff;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #8ab928;
  padding: 9px 16px;
}
.float-image-section .float-box a:hover {
  opacity: 0.8;
}
.float-image-section .image-box img {
  width: 100%;
}
.float-image-section .cont-box h2 {
  color: #000000;
  margin-bottom: 8px;
}
.float-image-section .cont-box p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
}
.float-image-section .cont-box p:last-child {
  margin: 0;
}
.pricing-section ul.pricing-table {
  margin: 0;
  padding: 0;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 100%;
}
.pricing-section ul.pricing-table li {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #dbdbdb;
  border-top: none;
  background: #fff;
}
.pricing-section ul.pricing-table li p {
  font-size: 15px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  font-size: 13px;
  margin: 0;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
}
.pricing-section ul.pricing-table li a {
  color: #ffffff;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #8ab928;
  padding: 9px 16px;
  font-weight: 700;
  font-size: 13px;
  padding: 13px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.pricing-section ul.pricing-table li a:hover {
  opacity: 0.8;
}
.pricing-section ul.pricing-table li:first-child {
  padding: 20px 0;
  border: none;
  background: #8ab928;
}
.pricing-section ul.pricing-table li:first-child p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.pricing-section ul.pricing-table li:first-child span {
  color: #ffffff;
  font-size: 16px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
}
.pricing-section ul.pricing-table:hover {
  box-shadow: 0 0 20px #c6c6c6;
}
.team-post {
  overflow: hidden;
  margin-bottom: 35px;
}
 .team-post .left-part {
  width: 45%;
  float: left;
  padding-right: 20px;
}
 .team-post .left-part img {
  padding: 8px;
  border: 1px solid #ededed;
  max-width: 100%;
  margin-bottom: 13px;
}
 .team-post .left-part ul.social-team {
  margin: 0;
  padding: 0;
}
 .team-post .left-part ul.social-team li {
  display: inline-block;
  margin-left: 5px;
}
 .team-post .left-part ul.social-team li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #8ab928;
  width: 28px;
  height: 28px;
  text-align: center;
}
 .team-post .left-part ul.social-team li a i {
  font-size: 15px;
  color: #ffffff;
  line-height: 28px;
}
 .team-post .left-part ul.social-team li a:hover {
  opacity: 0.7;
}
 .team-post .left-part ul.social-team li a.google-plus {
  background: #cb401f;
}
 .team-post .left-part ul.social-team li a.twitter {
  background: #48cced;
}
 .team-post .left-part ul.social-team li a.dribbble {
  background: #ff82cc;
}
 .team-post .left-part ul.social-team li a.facebook {
  background: #476bb0;
}
 .team-post .left-part ul.social-team li:first-child {
  margin-left: 0;
}
 .team-post .right-part {
  width: 55%;
  float: right;
}
 .team-post .right-part h3 {
  font-size: 19px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}
 .team-post .right-part ul.contact-info {
  margin: 0;
  padding: 0;
}
 .team-post .right-part ul.contact-info li {
  list-style: none;
  color: #797979;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'BYekan',BYekan,tahoma;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
}
 .team-post .right-part ul.contact-info li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  color: #797979;
}
 .team-post .right-part ul.contact-info li i {
  font-size: 16px;
  color: #b7b7b7;
  margin-right: 8px;
}
 .team-post .right-part ul.contact-info li:first-child {
  margin-top: 0;
}
 .team-post .right-part > a {
  color: #ffffff;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #8ab928;
  padding: 9px 16px;
  margin-top: 20px;
}
 .team-post .right-part > a:hover {
  opacity: 0.8;
}
 .features-post {
  overflow: hidden;
}
 .features-post img {
  float: left;
  max-width: 100%;
  margin-right: 20px;
}
 .features-post h4 {
  color: #8ab928;
  font-size: 15px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  margin: 10px 0 5px;
}
 .features-post p {
  font-size: 12px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 10px;
}
 .features-post a {
  color: #ffffff;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #8ab928;
  padding: 9px 16px;
}
 .features-post a:hover {
  opacity: 0.7;
}
.features-section2 {
  padding: 50px;
}
.features-section2 img {
  max-width: 100%;
}
.features-section2 ul.feat-list {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.features-section2 ul.feat-list li {
  list-style: none;
  position: relative;
  margin-bottom: 25px;
  padding-top: 25px;
}
.features-section2 ul.feat-list li div {
  overflow: hidden;
}
.features-section2 ul.feat-list li div span {
  float: left;
  display: inline-block;
  margin-right: 20px;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-left: 1px solid #d9dcd7;
  border-top: 1px solid #d9dcd7;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.features-section2 ul.feat-list li div span i {
  color: #8ab928;
  font-size: 22px;
  line-height: 65px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.features-section2 ul.feat-list li div h3 {
  font-size: 19px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-weight: 100;
  font-size: 20px;
  margin: 20px 0 0;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.features-section2 ul.feat-list li:hover div span {
  border: 1px solid #8ab928;
  background: #8ab928;
}
.features-section2 ul.feat-list li:hover div span i {
  color: #ffffff;
}
.features-section2 ul.feat-list li:hover div h3 {
  color: #8ab928;
}
.features-section2 ul.feat-list li:before {
  position: absolute;
  top: 0;
  left: 34px;
  content: '';
  height: 1px;
  width: 100%;
  background: #d9dcd7;
  background: -moz-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #d9dcd7), color-stop(100%, rgba(217, 220, 215, 0)));
  background: -webkit-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  background: -o-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  background: -ms-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  background: linear-gradient(to right, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dcd7', endColorstr='#d9dcd7', GradientType=1);
}
.features-section2 ul.feat-list li:after {
  position: absolute;
  top: -4px;
  left: 29px;
  content: '';
  height: 9px;
  width: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #d9dcd7;
}
.features-section2 ul.feat-list li:last-child {
  margin-bottom: 0;
}
.accord-elem {
  margin-top: 20px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  padding: 24px 30px;
  background: #8ab928;
  position: relative;
}
.accord-title h3 {
  padding-right: 64px;
  font-size: 15px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 15px;
  color: #ffffff;
  display:inline-block;
}
i.acctitleicon {color:#fff; font-size:22px; position:absolute; top:24px; left:20px}
.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  position: absolute;
  width: 64px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  border-left: 1px solid #ffffff;
}
.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f055';
  font-size: 37px;
  color: #fff;
  line-height: 64px;
  opacity: 0.5;
}
.accord-elem.active a.accord-link:after {
  content: '\f056';
  opacity: 1;
}
.accord-content {
  display: none;
  padding: 20px 0 0;
  overflow: hidden;
}
.accord-content img {
  float: left;
  margin-right: 20px;
}
p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
  margin: 0 0 20px;
  margin: 0;
}
.accord-elem.active .accord-content {
  display: block;
}
.skills-progress p {
  font-size: 13px;
  color: #919191;
  font-family: 'BYekan',BYekan,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  font-size: 13px;
  color: #8ab928;
  margin-bottom: 8px;
}
.skills-progress p span {
  display: inline-block;
  float: right;
  font-weight: 400;
}
.meter {
  height: 20px;
  /* Can be anything */
  position: relative;
  background: transparent;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.meter > span {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #8ab928;
}
.fontawesome-section ul.icon-list {
  margin: 0;
  padding: 0;
}
.fontawesome-section ul.icon-list li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.fontawesome-section ul.icon-list li i {
  color: #8ab928;
  font-size: 20px;
  display: inline-block;
  margin-right: 14px;
  line-height: 22px;
}
.fontawesome-section ul.icon-list li p {
  font-size: 15px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
}
.fontawesome-section ul.icon-list li:first-child {
  border-top: 1px solid #eeeeee;
}
.features-section3 {
  text-align: center;
}
.features-section3 ul {
  margin:10px 0 20px 0;
  padding: 0;
}
.features-section3 ul li {
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 6px;
}
.features-section3 ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 80px;
  height: 80px;
  border: 1px solid #8ab928;
}
.features-section3 ul li a i {
  color: #8ab928;
  line-height: 80px;
  font-size: 26px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.features-section3 ul li a:hover {
  background: #8ab928;
}
.features-section3 ul li a:hover i {
  color: #ffffff;
}
.features-section3 h1 {
  color: #8ab928;
  font-size: 20px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  margin-bottom: 7px;
}
.features-section3 p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
}
.services-section3 .services-post {
  border: 1px solid #eeeeee;
  text-align: center;
}
.services-section3 .services-post .up-part {
  background: #f4f4f4;
  padding: 24px 15px;
  position: relative;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post .up-part h2 {
  font-size: 15px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  margin-bottom: 16px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post .up-part span {
  display: inline-block;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.services-section3 .services-post .up-part span i {
  font-size: 32px;
  color: #474747;
  line-height: 80px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post .up-part:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -37px;
  width: 74px;
  height: 3px;
  background: #8ab928;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.services-section3 .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  display: block;
  color: #0b0b0b;
  font-size: 12px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  padding: 12px;
  border-top: 1px solid #eeeeee;
}
.services-section3 .services-post:hover .up-part {
  background: #ffffff;
}
.services-section3 .services-post:hover .up-part h2 {
  color: #8ab928;
}
.services-section3 .services-post:hover .up-part span {
  border: 1px solid #8ab928;
}
.services-section3 .services-post:hover .up-part span i {
  color: #8ab928;
}
.services-section3 .services-post:hover .up-part:after {
  top: 0;
}
.services-section3 .services-post:hover a {
  color: #ffffff;
  background: #8ab928;
}
.table-section .table-responsive {
  text-align: center;
}
.table-section .table-responsive th {
  font-size: 19px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-align: center;
  padding: 14px !important;
  background: #8ab928;
  color: #ffffff;
  font-size: 17px;
  border: 1px solid #7ca624 !important;
}
.table-section .table-responsive td {
  padding: 14px !important;
  font-size: 15px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #dedede !important;
}
.table-section .table-responsive tr:nth-child(2n+1) td {
  background: #f5f5f5;
}
.testimonial-section img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #eeeeee;
  float: left;
}
.testimonial-section ul {
  margin: 0;
  padding: 0;
}
.testimonial-section ul li {
  overflow: hidden;
}
.testimonial-section .message-content {
  margin-left: 180px;
  padding-top: 25px;
  padding-right: 65px;
}
.testimonial-section .message-content p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 34px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 34px;
  margin: 0;
}
.testimonial-section .message-content h6 {
  font-size: 13px;
  color: #000000;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  position: relative;
  margin: 20px 0 0;
}
.testimonial-section .message-content h6 span {
  font-weight: 600;
}
.testimonial-section .message-content h6:before {
  content: '';
  width: 110px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  top: -10px;
}
.testimonial-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonial-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #8ab928;
  border: 1px solid #8ab928;
}
.project-post {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.project-post img {
  width: 100%;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.project-post .hover-box {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.project-post .hover-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 40px;
  height: 40px;
  background: #8ab928;
}
.project-post .hover-box a i {
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
}
.project-post .hover-box a.zoom {
  margin-left: 40px;
}
.project-post .hover-box a.page {
  margin-right: 40px;
}
.project-post:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.project-post:hover .hover-box {
  opacity: 1;
  visibility: visible;
}
.project-post:hover .hover-box a.zoom {
  margin-left: 0px;
}
.project-post:hover .hover-box a.page {
  margin-right: 0px;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
.carousel-control .glyphicon {
  display: none;
}
.carousel-control {
  width: 47px;
  height: 47px;
  background: none;
  text-align: center;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  opacity: 1;
  top: 50%;
  margin-top: -23px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.carousel-control.left {
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-control.left:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 19px;
  line-height: 47px;
  color: #fff;
  top: -1px;
  left: 8px;
}
.carousel-control.right {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-control.right:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 19px;
  line-height: 47px;
  color: #fff;
  top: -1px;
  left: 10px;
}
.carousel-control.left:hover {
  background: #000000;
}
.carousel-control.right:hover {
  background: #000000;
}
.horizontal-tabs-box .nav-tabs {
  float: none;
  width: auto;
  border: none;
}
.horizontal-tabs-box .nav-tabs li {
  float: left;
  border: 1px solid #eeeeee;
  border-bottom: none;
  margin: 0;
  margin-right: 10px;
}
.horizontal-tabs-box .nav-tabs li a {
  padding: 20px;
}
.horizontal-tabs-box .nav-tabs li a i {
  margin-right: 8px;
}
.horizontal-tabs-box .nav-tabs li.active a {
  color: #ffffff;
  background: #8ab928;
}
.horizontal-tabs-box .nav-tabs li.active a i {
  color: #ffffff;
}
.horizontal-tabs-box .tab-content {
  margin-left: 0px;
}
.unik-line-section {
  background: #8ab928;
  overflow: hidden;
}
.unik-line-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  float: right;
  padding: 15px 36px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  color: #444444;
  font-size: 14px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 700;
  text-transform: uppercase;
}
.unik-line-section a:hover {
  opacity: 0.7;
}
.unik-line-section p {
  font-size: 15px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  margin: 15px 0 0;
}
.unik-line-section p span {
  font-weight: 600;
}
ul.clients {
  padding: 0;
  overflow: hidden;
  margin: 0 -10px;
}
ul.clients li {
  float: left;
  width: 33.333333%;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
ul.clients li a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  background: #c9c9c9;
}
ul.clients li a img {
  width: 100%;
}
ul.clients li a:hover {
  opacity: 0.7;
}
.blog-section .blog-post {
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
}
.blog-section .blog-post .post-box {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.blog-section .blog-post .post-box ul.post-tags {
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  width: 85px;
}
.blog-section .blog-post .post-box ul.post-tags li {
  list-style: none;
  padding: 8px 0;
}
.blog-section .blog-post .post-box ul.post-tags li i {
  display: block;
  font-size: 20px;
  color: #b6b6b6;
  margin-bottom: 4px;
}
.blog-section .blog-post .post-box ul.post-tags li span {
  display: inline-block;
  color: #a1a1a1;
  font-size: 12px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  margin: 0;
}
.blog-section .blog-post .post-box ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  color: #a1a1a1;
  font-size: 12px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
}
.blog-section .blog-post .post-box ul.post-tags li a:hover {
  color: #8ab928;
}
.blog-section .blog-post .post-gal {
  float: right;
  position: relative;
  width: 310px;
}
.blog-section .blog-post .post-gal img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.blog-section .blog-post .post-gal .hover-post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.blog-section .blog-post .post-gal .hover-post a {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  margin-top: -19px;
  color: #ffffff;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #8ab928;
  padding: 9px 16px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
.blog-section .blog-post .post-gal .hover-post a:hover {
  opacity: 0.7;
}
.blog-section .blog-post h2 {
  font-size: 15px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: inherit;
  color: #40434c;
  padding: 14px 18px;
  font-weight: 300;
  line-height: 24px;
}
.blog-section .blog-post h2 a {
  color: #40434c;
}
.blog-section .blog-post:hover .post-gal .hover-post {
  opacity: 1;
  visibility: visible;
}
.blog-section .blog-post:hover .post-gal .hover-post a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
/*-------------------------------------------------*/
/* =  home - photography
/*-------------------------------------------------*/
.inner-fullscreen {
  padding: 10px;
  background: #fff;
}
.portfolio-box.fullscreen-masonry .project-post {
  padding: 10px;
  width: 24.98%;
  margin: 0;
}
.portfolio-box.fullscreen-masonry .project-post:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
/*-------------------------------------------------*/
/* =  portfolio 2col, 3col
/*-------------------------------------------------*/
.banner {
  position: relative;
  margin-bottom: 15px;
}
#banner .bx-controls {display:none !Important}
.banner img {
  width: 100%; height:inherit;
}
.banner h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -25px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  text-transform: inherit;
}
.banner h1 span {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.6);
}
.pager-line {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.pager-line a.prev {
  float: left;
}
.pager-line a.next {
  float: right;
  margin-right: 1px;
}
.pager-line > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  padding: 1px 5px;
  border: 1px solid #ebebeb;
  color: #666666;
  font-size: 12px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  background: #ffffff;
  margin-top: 4px;
}
.pager-line > a i {
  font-size: 14px;
  margin-right: 3px;
}
.pager-line > a:hover {
  border: 1px solid #8ab928;
  color: #ffffff;
  background: #8ab928;
}
.pager-line ul {
  margin: 0;
  padding: 0;
}
.pager-line ul li {
  display: inline-block;
  margin-right: -4px;
  padding: 5px 0px 5px 10px;
  background: #8ab928;
}
.pager-line ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #ffffff;
}
.pager-line ul li a:hover {
  opacity: 0.7;
}
.pager-line ul li:before {
  content: '\f01d';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 12px;
  margin-right: 10px;
}
.pager-line ul li:first-child:before {
  content: '';
  margin-right: 0;
}
.pager-line ul li:last-child {
  padding-right: 10px;
}
.pager-line:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 15px;
  background: #ebebeb;
  z-index: -1;
}
.portfolio {
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.portfolio-box.col2 .project-post {
  padding: 10px;
  width: 50%;
  margin: 0;
}
.portfolio-box.col2 .project-post img {
  width: 100%;
}
.portfolio-box.col2 .project-post:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.portfolio-box.col3 .project-post {
  padding: 10px;
  width: 33.3%;
  margin: 0;
}
.portfolio-box.col3 .project-post img {
  width: 100%;
}
.portfolio-box.col3 .project-post:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
ul.pagination-list li {
  display: inline-block;
}
ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  line-height: 35px;
}
ul.pagination-list li a:hover,
ul.pagination-list li a.active,
ul.pagination-list li.current a{
  background: #555555;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  About page
/*-------------------------------------------------*/
.statistic-post {
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
span.icon-stat {
  display: inline-block;
  margin-bottom: 20px;
}
span.icon-stat i {
  color: #8ab928;
  font-size: 32px;
}
.statistic-post p span.timer {
  display: inline-block;
  color: #060606;
  font-size: 31px;
  font-family: 'BYekan',BYekan,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 36px;
  margin: 0 0 12px;
}
.statistic-post p {
  color: #c7c7c7;
  font-size: 13px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  blog 1col
/*-------------------------------------------------*/
.blog-section.col1 .blog-post .post-box {
  border-bottom: none;
}
.blog-section.col1 .blog-post .post-box .post-gal {
  float: left;
}
.blog-section.col1 .blog-post .post-box .post-content {
  float: left;
  width: 440px;
  padding: 18px 20px;
}
.blog-isotope .post-content{padding: 18px 20px;}
.blog-section .post-content h2 {
  font-size: 18px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  font-weight: 300;
  margin-bottom: 6px;
  color: #40434c;
  padding: 0;
  text-transform: inherit;
}
.blog-section .post-content h2 a {
  color: #40434c;
}
.blog-section .post-content p, .blog-section .post-content {
  font-size: 15px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 0;
}
/*-------------------------------------------------*/
/* =  contact
/*-------------------------------------------------*/
.map {
  height: 517px;
}
.map img {max-width:initial}
#contact-form {
  overflow: hidden;
}
.text-fields {
  float: left;
  width: 230px;
  padding-right: 10px;
}
.comment-area {
  float: left;
  width: 400px;
  padding-right: 10px;
}
.submit-area {
  width: 180px;
  float: left;
}
.float-input {
  position: relative;
  padding-left: 58px;
}
.float-input span {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 1px solid #eaeaea;
  top: 0px;
  left: 0px;
  z-index: 2;
  text-align: center;
}
.float-input span i {
  line-height: 32px;
  font-size: 12px;
  color: #b4b4b4;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #b4b4b4;
  margin-top: 13px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  color: #848484;
  font-size: 14px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  border: 1px solid #eeeeee;
  border-left: none;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  width: 100%;
  padding: 18px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
#contact-form input[type="text"]:focus + span i,
.comment-form input[type="text"]:focus + span i {
  color: #fff;
  background: #8ab928;
  border: 1px solid #8ab928;
}
#contact-form textarea,
.comment-form textarea {
  height: 194px;
  border: 1px solid #eaeaea;
}
#contact-form button,
.comment-form button {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  padding: 65px 20px;
  background: #8ab928;
  border: none;
  outline: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
#contact-form button i,
.comment-form button i {
  display: block;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 8px;
}
#contact-form button:hover,
.comment-form button:hover {
  opacity: 0.8;
}
#contact-form .message,
.comment-form .message {
  height: 20px;
  font-size: 13px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  float: none;
  margin-top: 5px;
}
#contact-form .message.error,
.comment-form .message.error {
  color: #eb2c06;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #1e9397;
}
/*-------------------------------------------------*/
/* =  single-post
/*-------------------------------------------------*/
.single-post-container {
  background: #ffffff;
  margin-bottom: 20px;
}
.single-post .banner, .single-portfolio .banner {display:none}
.single-post .box-section.banner-section, .single-portfolio .box-section.banner-section{margin:0; padding:0; background:#8ab928}
.single-post-container a.blog-image img {
  width: 100%;
}
.single-post-container .single-post-content {
  padding: 14px 20px;
}
.single-post-container .single-post-content a.buttonStyle {
  text-decoration: none;
  color: #ffffff;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #8ab928;
  padding: 9px 16px;
}
.single-post-container .single-post-content a.buttonStyle:hover {
  opacity: 0.7;
  color: #ffffff;
}
.single-post-container h1 {
	color: #8ab928;
	font-size: 20px;
	font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
	text-transform: uppercase;
	font-weight: 700;
	margin: 20px 0 20px;
	text-transform: inherit;
	color: #000000;
	font-size: 23px;
	margin-bottom: 12px;
	font-weight: 300;
}
.single-post-container .post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.single-post-container .post-tags li {
  display: inline-block;
  margin-right: 15px;
}
.single-post-container .post-tags li a,
.single-post-container .post-tags li span {
  display: inline-block;
  font-size: 15px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 0;
  font-size: 12px;
  color: #a1a1a1;
  margin-top: -4px;
}
.single-post-container .post-tags li i {
  font-size: 20px;
  color: #b6b6b6;
  margin-right: 10px;
}
.single-post-container p {
  font-size: 13px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
}
.comment-section {
  margin-bottom: 20px;
  overflow: hidden;
}
.comment-section ul {
  margin: 0;
  padding: 0;
}
.comment-section ul li {
  list-style: none;
}
.comment-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.comment-box>img {
  float: left;
  max-width: 80px;
}
ul.depth {
  margin-left: 100px;
}
ul.depth li {
  position: relative;
}
ul.depth li:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  top: 0;
  left: -60px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.comment-content {
  padding-left: 100px;
}
.comment-content h6 {
  color: #3c3c3c;
  font-size: 14px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  margin: -4px 0 7px;
  padding-bottom: 4px;
}
.comment-content h6 span {
  color: #d1d1d1;
  font-style: normal;
}
.comment-content p {
  color: #a3a3a3;
  font-size: 18px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  line-height: 26px;
}
.comment-form {
  overflow: hidden;
}
.comment-form .text-fields,
.comment-form .submit-area {
  width: 50%;
}
.comment-form textarea {
  height: 126px;
}
.comment-form input[type="submit"] {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  text-transform: uppercase;
  font-weight: 300;
  padding: 18px 5px 19px;
  background: #8ab928;
  border: none;
  outline: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  dark version
/*-------------------------------------------------*/
.dark {
  background: url('images/black-pattern.png');
}
.dark .team-post .right-part ul.contact-info li {color:#eee}
.dark .team-post .right-part ul.contact-info li a,
.dark .box-section h2,
.dark #sidebar .sidebar-section.white-box h2,
.dark .unik-section ul.feature-list li h3,
.dark  .team-post .right-part h3,
.dark .features-section2 ul.feat-list li div h3,
.dark .fontawesome-section ul.icon-list li,
.dark .services-section3 .services-post a,
.dark .testimonial-section .message-content h6 {
  color: #ffffff;
}
.dark .features-section2 ul.feat-list li:hover div h3 {
  color: #8ab928;
}
.dark #sidebar .sidebar-section.white-box,
.dark header .header-logo,
.dark #slider,
.dark .box-section,
.dark .blog-section .blog-post,
.dark footer .footer-line {
  background: rgba(0, 0, 0, 0.5);
}
.dark .recent-post-box ul li,
.dark  .team-post .right-part h3,
.dark .fontawesome-section ul.icon-list li,
.dark .blog-section .blog-post .post-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .recent-post-box ul li:last-child {
  border-bottom: none;
}
.dark .vertical-tabs-box .tab-content,
.dark .horizontal-tabs-box .tab-content,
.dark  .team-post .left-part img,
.dark .meter,
.dark .services-section3 .services-post,
.dark .testimonial-section img {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .vertical-tabs-box .nav-tabs li,
.dark .horizontal-tabs-box .nav-tabs li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .vertical-tabs-box .nav-tabs li,
.dark .horizontal-tabs-box .nav-tabs li:first-child,
.dark .fontawesome-section ul.icon-list li:first-child,
.dark .services-section3 .services-post a,
.dark .horizontal-tabs-box .nav-tabs li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .testimonial-section .message-content h6:before {
  background: #ffffff;
}
.dark .horizontal-tabs-box .nav-tabs li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.dark .blog-section .blog-post h2 a,
.dark footer .footer-line p {
  color: #d8d8d8;
}
.dark .unik-line-section {
  background: #8ab928;
}
.dark ul.clients li a,
.dark footer .footer-line a {
  background: #000000;
}
.dark .carousel-control.left,
.dark .carousel-control.right {
  background: rgba(255, 255, 255, 0.22);
}
.dark .carousel-control.right {
  margin-right: 1px;
}
.dark .vertical-tabs-box .nav-tabs li a,
.dark .horizontal-tabs-box .nav-tabs li a {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.dark .vertical-tabs-box .nav-tabs li.active a,
.dark .horizontal-tabs-box .nav-tabs li.active a {
  background: #8ab928;
}
.dark .vertical-tabs-box .tab-content .tab-pane,
.dark .horizontal-tabs-box .tab-content .tab-pane {
  background: rgba(0, 0, 0, 0.2);
}
.dark .vertical-tabs-box .tab-content .tab-pane p,
.dark .horizontal-tabs-box .tab-content .tab-pane p {
  color: #d8d8d8;
}
/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
footer {
  margin-bottom: 40px;
  clear:both
}
footer .up-footer {
  background: #8ab928;
  padding: 20px;
}
footer .up-footer h2 {
  font-size: 15px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: inherit;
}
footer .up-footer .footer-widgets {
  margin-bottom: 30px;
}
footer .up-footer .footer-widgets ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .up-footer .footer-widgets ul.tag-list li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}
footer .up-footer .footer-widgets ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 4px 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
}
footer .up-footer .footer-widgets ul.tag-list li a:hover {
  background: #ffffff;
  color: #8ab928;
}
footer .up-footer .footer-widgets ul.tweet-list {
  margin: 0;
  padding: 0;
}
footer .up-footer .footer-widgets ul.tweet-list li {
  list-style: none;
  margin-bottom: 8px;
}
footer .up-footer .footer-widgets ul.tweet-list li p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  margin: 0;
  line-height: 20px;
}
 ul.tweet-list li i {margin-right:4px}
footer .up-footer .footer-widgets ul.tweet-list li p a {
  text-decoration: underline;
  color: #ffffff;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
footer .up-footer .footer-widgets ul.tweet-list li p a.autor {
  font-weight: 700;
  text-decoration: none;
}
footer .up-footer .footer-widgets ul.tweet-list li p a:hover {
  opacity: 0.6;
}
footer .up-footer .footer-widgets ul.tweet-list li p span {
  display: block;
}
footer .up-footer .footer-widgets ul.flickr-list {
  margin: 0;
  padding: 0;
}
footer .up-footer .footer-widgets ul.flickr-list li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 8px;
}
footer .up-footer .footer-widgets ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
footer .up-footer .footer-widgets ul.flickr-list li a img {
  max-width: 45px;
}
footer .up-footer .footer-widgets ul.flickr-list li a:hover {
  opacity: 0.7;
}
footer .up-footer .footer-widgets ul.flickr-list li:nth-child(4n) {
  margin-right: 0;
}
footer .footer-line {
  overflow: hidden;
  padding: 20px;
  background: #ffffff;
}
footer .up-footer .footer-widgets ul.tweet-list li p a {
font-weight: bold;
}
footer .footer-line p {
  float: left;
  font-size: 12px;
  color: #919191;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 10px 0;
}
footer .footer-line a.go-top {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  float: right;
  width: 42px;
  height: 42px;
  background: #8ab928;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
footer .footer-line a.go-top i {
  font-size: 26px;
  color: #ffffff;
  line-height: 42px;
}
footer .footer-line a:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  Responsive part
/*-------------------------------------------------*/

@media (max-width: 1199px) {
  #sidebar {
    width: 230px;
  }
  #content {
    width: 690px;
  }
  .social-box ul li {
    margin-left: 0;
  }
  p.flex-caption {
    font-size: 15px;
    padding: 27px 140px 26px 20px;
  }
   .team-post .left-part ul.social-team li {
    margin-left: -2px;
  }
  .services-section3 .services-post .up-part h2 {
    font-size: 16px;
  }
  .blog-section .blog-post .post-gal {
    width: 240px;
  }
  .blog-section .blog-post .post-box ul.post-tags {
    width: 90px;
  }
  .blog-section .blog-post .post-box ul.post-tags li {
    padding: 0;
  }
  .comment-area {
    width: 285px;
  }
  .submit-area {
    width: 135px;
  }
  .portfolio-box.fullscreen-masonry .project-post {
    width: 33.3%;
  }
  .blog-section.col1 .blog-post .post-box .post-content {
    width: 360px;
  }
}
@media (max-width: 991px) {
  #sidebar {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #sidebar .sidebar-section.white-box {
  /*  display: none;*/
  }
  #content {
    width: 100%;
  }
  header .main-menu {
    text-align: center;
  }
  a.elemadded {
    display: block;
	color:#fff !important
  }
  .navbar-vertical {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
    max-height: 320px;
    overflow-y: scroll !important;
  }
  
  .navbar-vertical.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
  }
  .navbar-wrapper{position:relative}
  li.drop ul.drop-down {
    position: relative !important;
    text-align: center !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: rotateY(0deg) !important;
    -moz-transform: rotateY(0deg) !important;
    -ms-transform: rotateY(0deg) !important;
    -o-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    -moz-transform: rotateX(0deg) !important;
    -ms-transform: rotateX(0deg) !important;
    -o-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
  }
  .services-post {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .unik-section .image-place img {
    margin-bottom: 20px;
  }
  .vertical-tabs-box .tab-content {
    margin-left: 234px;
  }
  .skills-section {
    text-align: center;
  }
  .skills-section p {
    margin-bottom: 20px;
  }
  .pricing-section ul.pricing-table {
    margin-top: 30px;
  }
   .team-post .left-part {
    max-width: 160px;
  }
   .team-post .right-part {
    width: auto;
    float: none;
    margin-left: 160px;
  }
  .float-image-section .image-box img {
    margin-bottom: 20px;
  }
.features-post {
    margin-bottom: 20px;
  }
  .blog-section .blog-post .post-gal {
    width: 580px;
  }
  .blog-section .blog-post .post-box ul.post-tags {
    width: 140px;
  }
  .blog-section .blog-post .post-box ul.post-tags li {
    padding: 15px 0;
  }
  .statistic-post {
    margin-bottom: 20px;
  }
  .comment-area {
    width: 315px;
  }
  .fullscreen #sidebar {
    float: none;
  }
  .fullscreen #content {
    margin-left: 0;
    padding: 0 20px;
  }
  .blog-section.col1 .blog-post .post-box .post-content {
    width: 100%;
    float: none;
    clear: both;
  }
  .services-section.box-section,
  .services-section2 {
    background: #737572;
  }
}
@media (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
  p.flex-caption {
    padding: 15px;
  }
  .vertical-tabs-box .nav-tabs {
    float: none;
    width: 100%;
    border-right: 1px solid #eeeeee;
  }
  .vertical-tabs-box .tab-content {
    margin-left: 0;
  }
  .testimonial-section img {
    float: none;
    margin-bottom: 10px;
  }
  .testimonial-section .message-content {
    margin-left: 0;
  }
  .project-post {
    margin-bottom: 20px;
  }
  .horizontal-tabs-box .nav-tabs li {
    float: none;
    display: block;
  }
  .blog-section .blog-post .post-gal {
    width: 100%;
    float: none;
  }
  .blog-section .blog-post .post-box ul.post-tags {
    width: 100%;
    float: none;
  }
  .blog-section .blog-post .post-box ul.post-tags li {
    display: inline-block;
    padding: 15px;
  }
  .text-fields,
  .comment-area,
  .submit-area {
    float: none;
    width: 100%;
    padding: 0;
  }
  #contact-form button {
    padding: 20px;
  }
  .portfolio-box.fullscreen-masonry .project-post {
    width: 49.9%;
  }
  .portfolio-box.col2 .project-post {
    width: 49.9%;
  }
  .portfolio-box.col3 .project-post {
    width: 49.9%;
  }
  ul.depth {
    margin-left: 0;
  }
  .comment-form .text-fields,
  .comment-form .submit-area {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pager-line ul {
    display: none;
  }
  .portfolio-box.fullscreen-masonry .project-post {
    width: 100%;
  }
  .portfolio-box.col2 .project-post,
  .portfolio-box.col3 .project-post {
    width: 100%;
  }
 
.team-post .right-part, .team-post .left-part{float:none !important; width:100% !Important; margin-left:0 !important}
}
@media (min-width: 1200px) {
  .isotope .isotope-item{
    transform: translate3d(440px, 0px, 0px);
   /* transform: translate3d(440px, 0px, 0px) !important; */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .isotope .isotope-item{
    /*transform: translate3d(360px, 0px, 0px) !important;*/
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
 .services-section .services-post .inner-services-post {
    padding: 18%;
  }
  .isotope .isotope-item{
    /*transform: translate3d(99px, 0px, 0px) !important;*/
  }
}
@media (max-width: 767px) {
  .isotope .isotope-item{
    /*transform: translate3d(0px, 87px, 0px) !important;*/
  }
}

/************************************************************/
/******************MENU*****************/
ul.main-menu li.active>a, ul.main-menu ul li.current-menu-parent>a{
	background: #555555;
	border-left: 2px solid #8ab928;
}
ul.main-menu li.active>a:after, ul.main-menu li.current-menu-parent>a:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border: 4px solid #8ab928;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	margin-top: -4px;
}
/*************BLOG****************/
.pager-line ul li{
	margin-right: 0;
	color: #fff;
}
.blog-section.col1 .post-content{
	font-size: 15px;
color: #919191;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
font-weight: 300;
-webkit-font-smoothing: antialiased;
line-height: 22px;
margin-bottom: 0;
}
.single-post-content{
	font-size: 15px;
color: #919191;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
font-weight: 300;
-webkit-font-smoothing: antialiased;
line-height: 22px;
}
.comment-section h1{
	margin-top: 20px;
	font-size:22px;
}
.comment-section ul.children {
  margin-left: 100px;
}
.comment-section ul.children li {
  position: relative;
}
.comment-section ul.children li:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  top: 0;
  left: -60px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#contact-form input[type="text"] {
	height: 58px;
}
.comment-content a.comment-reply-link {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
    background: #8ab928;
    text-decoration: none;
    padding: 3px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.comment-content a.comment-reply-link:hover {
    opacity: 0.8;
}
.user-com-text{width: 50%}

/*************PORTFOLIO**************/
.single-project>img{
	width: 100%;
}
ul.pagination-list li{
	margin-right: 4px;
}
ul.filter {
	margin-bottom: 11px;
	overflow: hidden;
	padding-left: 11px;
	margin-top: 17px;
}

ul.filter li {
    display: inline-block;
}

ul.filter li a {
    position: relative;
    display: inline-block;
    color: #6e6e6e;
    font-size: 14px;
    font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

ul.filter li a.active,
ul.filter li a:hover {
    color: #fff;
    background: #8ab928;
}
/********************404************************/
.notfound {background:url('images/404.png') no-repeat top center; height:119px; margin-top: 40px;}
.lost {background:url('images/404_text.png') no-repeat top center; height:40px}
.notfound_description{margin:10px 0px; text-align:center}
.notfound_text a {
    display: table;
    color: #fff;
    background: #8ab928;
    font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 6px;
    font-size: 15px;
    margin:0 auto}
.error-content {text-align:center}
.notfound_text{padding-bottom: 20px;}
.notfound_text a i{margin-right: 5px;}

/***************************under construction************/
.under-box {
padding: 40px 0 0;
border-bottom: 1px solid #e9e9e9;
background: #2b2f32;
color: #fff;
}
.fullwidth-box {
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
margin-left: -36%;
padding: 40px 36% !important;
width: 100%;
position: relative;
z-index: 0;
}

.under-box h1{color: #fff; font-size: 20px;}
#uc-content{text-align:center; padding:100px 0px; font-family:'IRANSansWeb',IRANSansWeb,tahoma}
.uc-text{ font-family:'IRANSansWeb',IRANSansWeb,tahoma; font-size:15px; color:#fff; display:inline-block; padding:10px; }
.uc-maintitle {color:#1b1b1b; font-size:30px; text-align:center; font-family:'IRANSansWeb',IRANSansWeb,tahoma }
div.clock{margin-left: 8.333333333333332%; margin-bottom: 40px;}
div.clock div.col-md-2{margin-right: 17px;}
div.clock p {padding:10px; border:1px solid #333; border-radius:5px; font-family:'IRANSansWeb',IRANSansWeb,tahoma;  background: #8ab928; color:#fff;}
div.clock p span { display: block; font-size: 40px; font-weight:700; letter-spacing:-1px; padding: 5px 0 0; margin:20px 0 30px 0px  }
#uc-content .progress {height:40px; background:#333;  background: rgba(0,0,0,0.5);}
#uc-content .progress-unik{background-color: #8ab928; }
#uc-content .progress i{font-size:20px; display:block; margin:10px 0 0 10px; text-align:left}

/*********************Contact***************************/
label.error{color: #ff0000; font-family: 'IRANSansWeb',IRANSansWeb,tahoma; font-size: 11px;}
#status div.success{font-family: 'IRANSansWeb',IRANSansWeb,tahoma; font-size: 14px; color: #8ab928}

/**************SEARCH******************/
.search-widget input[type="search"] {
    color: #716565;
    font-size: 13px;
    font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    width: 100%;
    outline: none;
}

.search-widget input[type="search"]:focus {
    border: 1px solid #54babb;
}

.search-widget button {
    background: #fff;
    border: none;
    float: right;
    margin-top: -40px;
    margin-right: 12px;
    position: relative;
    z-index: 2;
}
mark{
	background: #8ab928;
	color: #fff;
}
/***************WIDGETS*************/
/* Contact Us Widget */
#contactFormWidget .row{margin-left: 0}
#contactFormWidget input[type="text"],
#contactFormWidget textarea {
  float: left;
  font-size: 0.846em;
  padding: 10px 4%;
  background: #f5f5f5;
  color: #000;
  width: 92%;
  margin-bottom: 11px;
  border: none;
}
#contactFormWidget .col-md-6, #contactFormWidget .col-md-12 {padding:0}
#contactFormWidget input[type="text"] {
  float: right;
}


#contactFormWidget input[type="text"]:first-child {
  float: left;
}

#contactFormWidget textarea {
  width: 96%;
  height: 80px;
  min-height: 80px;
  float:none;
}

#contactFormWidget input[type="submit"] {
  float: right;
  position: relative;
  margin: 0 4% 0 0 ;
  background:#8ab928;
  color: #fff;
}
.footer-widgets #contactFormWidget input[type="submit"]{
	background: #fff;
	color: #1abcb6;
}

#contactFormWidget input[type="submit"]:hover {
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter:alpha(opacity=80);
   
}
.widgetinfo {color:#8ab928; font-size:12px; text-transform:uppercase;  margin-top:-24px}
.widgetinfo i{color:#8ab928; margin-right:6px}
.footer-widgets .widgetinfo,  .footer-widgets .widgetinfo i{color: #fff;}
.sidebar .accord-content{
color: #9a9a9a;
font-size: 13px;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
font-weight: 300;
-webkit-font-smoothing: antialiased;
margin: 0;
line-height: 18px;
}
/*flickr widget*/
ul.flickr-list{
	margin: 0;
	padding: 0;
}
ul.flickr-list li{
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}
 ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #8ab928;
}
 ul.flickr-list li a img {
  max-width: 56px;
}
 ul.flickr-list li a:hover {
  opacity: 0.7;
}
/********Latest post widget***/
.latest-post-widget ul.post-list a.post-th img{
	margin-left: 14px!important;
}
.latest-post-widget ul.post-list h5 a{
	color: #919191;
	text-decoration: none;
}
.footer-widgets .latest-post-widget ul.post-list h5 a, .footer-widgets ul.recent-list  li p{
	color: #fff;
}
/***3 IN 1 widget***/

.alc-tabs-widget ul.tab-widget-links  li{
float: none;
display: table-cell;
width: 1%;
}
.alc-tabs-widget ul.tab-widget-links  li a{
padding: 7px;
}
.post-popular, .post-recent, .post-comments{
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-popular li, .post-recent li, .post-comments li{
	list-style: none;
padding-bottom: 20px;
border-bottom: 1px solid #eeeeee;
margin-bottom: 20px;
overflow: hidden;
}
.post-popular li:last-child, .post-recent li:last-child, .post-comments li:last-child{
	border-bottom: none;
}

.alc-tabs-widget .tab-content ul li a img{
	margin-right: 6px
}
.alc-tabs-widget .tab-content ul li h6 a{
	color: #919191;
	text-decoration: none;
}
.footer-widgets .alc-tabs-widget .tab-content ul li h6 a, .footer-widgets .alc-tabs-widget .tab-content ul li p{
	color: #fff;
}
/******************************/
.footer-widgets ul.social-icons a{
	background: #fff;
}
.footer-widgets ul.social-icons a i{
	color: #8ab928;
}
/***Twitter widget**/
ul.tweet-list{
	margin: 0;
	padding: 0
}
ul.tweet-list li{
	list-style: none;
	margin-bottom: 8px;
}
ul.tweet-list li p{
	color: #8ab928;
font-size: 13px;
font-weight: 100;
-webkit-font-smoothing: antialiased;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
margin: 0;
line-height: 17px;
}
ul.tweet-list li p a.autor{
	font-weight: 700;
	text-decoration: none
}
ul.tweet-list li p a{
	text-decoration: underline;
color:#8ab928;
transition: all 0.23s ease-in-out;
-moz-transition: all 0.23s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-o-transition: all 0.23s ease-in-out;
}
ul.tweet-list li p span{
	display: block;
}
ul.tweet-list li p a:hover {
  opacity: 0.6;
}

header a.logo{font-size:2em}
/************wordpress widgets****/
#wp-calendar{border:solid 1px #dfdfdf; width:100%}
#wp-calendar td {padding:8px  !important; border-bottom:solid 1px #ededed}
#wp-calendar tbody td {border-left:solid 1px #ededed; text-align:center; color: #8ab928;}
#wp-calendar th{padding:4px !important; background:#333; color:#fff}
#wp-calendar caption {background:#8ab928; padding:4px; color:#fff}
.footer-widgets #wp-calendar caption{background: #fff; color: #8ab928;}
.footer-widgets #wp-calendar tbody td{color: #fff}

.footer-widgets ul{
	margin: 0;
	padding: 0
}
.no-results .post-content{padding:20px}
.sidebar-section ul{padding-left:10px}
.sidebar-section ul.wp-tag-cloud, .sidebar-section ul.flickr-list, .sidebar-section .main-menu, 
.sidebar-section .post-list, .sidebar-section .alc-tabs-widget ul{padding-left:0}
.main-menu ul {list-style:none}
.sidebar-section ul li {
	color: #919191;
	font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
}
.footer-widgets ul li{
	list-style: none;
	color: #fff;
	font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
}
.sidebar-section  a{
	color: #919191;
	font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
	text-decoration: none;
}
.footer-widgets  a {
	color: #fff;
	font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
	text-decoration: none;
}
.sidebar-section p, .sidebar-section{
font-size: 12px;
color: #919191;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
font-weight: 300;
-webkit-font-smoothing: antialiased;
line-height: 26px;
margin: 0 0 20px;
color: #aeaeae;
font-size: 12px;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
}
.footer-widgets p, .footer-widgets{
	color: #fff;
	font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
	font-weight: 300;
}
.sidebar-section img, .sidebar-section select{
	max-width: 100%;
	height: auto;
}
footer .up-footer .footer-widgets ul.tag-list {
  margin: 0;
  padding: 0;
}
 .tagcloud ul.wp-tag-cloud li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}
.tagcloud ul.wp-tag-cloud li a{
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 4px 10px;
  border: 1px solid #8ab928;
  color: #8ab928;
  font-size: 12px !important;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
}
.tagcloud ul.wp-tag-cloud li a:hover{
	background: #8ab928;
	color: #ffffff;
}
.footer-widgets .tagcloud ul.wp-tag-cloud li a {
  border: 1px solid #ffffff;
  color: #ffffff;

}
 .footer-widgets .tagcloud ul.wp-tag-cloud li a:hover {
  background: #ffffff;
  color: #8ab928;
}
/*****************Head option*****************************/
/*promo text*/
#banner {
	padding: 40px 0;
	background: #8ab928;
	height: 150px;
	text-align: center
}
#banner .container{height: 100%;}

#banner .bx-wrapper .bx-pager .bx-pager-item{
	margin-right: 10px;
}
#banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	width: auto;
	position: relative;
	top: -5px;
}
#banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#banner .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
}
ul.headpromo{
	padding-left: 0;
}
#banner p {
	color: #fff;
	font-size: 29px;
	font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
	font-weight: 300;
	line-height: 33px;
	padding: 10px 130px;
	max-height: 70px;
	overflow: hidden;
}

#banner p span {
	font-weight: 600;
	background: none;
}
/************************************************


.page-section [class*="col"]:last-child{
	padding-right: 0
}
.page-section [class*="col"]:first-child{
	padding-left: 0
}
/*************************SHORTCODES************/

.side-div .sidebar-section.white-box {
  background: #ffffff;
  padding: 20px;
}
.side-div .sidebar-section.white-box h2 {
  font-size: 19px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  color: #444444;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 20px;
}
/*************button************/
.btn-default{background: #8ab928; color: #fff}
.btn-default:hover{background: #8ab928; opacity: 0.8; color: #fff;}
.btn i{ margin-right:  5px;}
/*******icon box**********/
a.iconbox{
display: inline-block;
text-align: center;
text-decoration: none;
transition: all 0.23s ease-in-out;
-moz-transition: all 0.23s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-o-transition: all 0.23s ease-in-out;
width: 80px;
height: 80px;
border: 1px solid #8ab928;
margin-left: 6px;
}
a.iconbox:hover{
	background: #8ab928;
}
a.iconbox i{
	color: #8ab928;
line-height: 80px;
font-size: 26px;
transition: all 0.23s ease-in-out;
-moz-transition: all 0.23s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-o-transition: all 0.23s ease-in-out;
}
a.iconbox:hover i{
	color: #fff;
}
/***************tables*****************/
table{
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
table th{
	font-size: 19px;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
color: #000000;
font-weight: 300;
-webkit-font-smoothing: antialiased;
margin: 0;
text-align: center;
padding: 14px !important;
background: #8ab928;
color: #ffffff;
font-size: 14px;
border: 1px solid #7ca624;
border-bottom:0;
}
table td{
	padding: 14px ;
font-size: 12px;
color: #919191;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
font-weight: 300;
-webkit-font-smoothing: antialiased;
line-height: 22px;
margin: 0 0 20px;
margin: 0;
background: #ffffff;
border: 1px solid #dedede ;
border-bottom:none
}
table tr:nth-child(2n+1) td {
background: #f5f5f5;
}
table th a {color:#fff}
table th a:hover {color:#eee}
.blog-section .blog-post .post-gal img {hieght:auto}
/**************featured block type3*******/
.fblock3-short{
	overflow: hidden;
	padding-top: 25px;
}
.fblock3-short:before {
position: absolute;
top: 0;
left: 34px;
content: '';
height: 1px;
width: 100%;
background: #d9dcd7;
background: -moz-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #d9dcd7), color-stop(100%, rgba(217, 220, 215, 0)));
background: -webkit-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
background: -o-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
background: -ms-linear-gradient(left, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
background: linear-gradient(to right, #d9dcd7 0%, rgba(217, 220, 215, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dcd7', endColorstr='#d9dcd7', GradientType=1);
}
.fblock3-short span{
	float: left;
display: inline-block;
margin-right: 20px;
width: 65px;
height: 65px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border-left: 1px solid #d9dcd7;
border-top: 1px solid #d9dcd7;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
text-align: center;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all 0.23s ease-in-out;
-moz-transition: all 0.23s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-o-transition: all 0.23s ease-in-out;
}
.fblock3-short span i{
	color: #8ab928;
font-size: 22px;
line-height: 65px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
transition: all 0.23s ease-in-out;
-moz-transition: all 0.23s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-o-transition: all 0.23s ease-in-out;
}
.fblock3-short h3{
	font-size: 19px;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
color: #000000;
font-weight: 300;
-webkit-font-smoothing: antialiased;
margin: 0;
font-weight: 100;
font-size: 16px;
margin: 20px 0 0;
transition: all 0.23s ease-in-out;
-moz-transition: all 0.23s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-o-transition: all 0.23s ease-in-out;
}
.dark .fblock3-short h3{
	color:#fff;
}
.fblock3-short:hover  span {
  border: 1px solid #8ab928;
  background: #8ab928;
}
.fblock3-short:hover  span i {
  color: #ffffff;
}
.fblock3-short:hover h3 {
  color: #8ab928;
}
.fblock3-short:after {
  position: absolute;
  top: -4px;
  left: 29px;
  content: '';
  height: 9px;
  width: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #d9dcd7;
}	
/********************************************/
.wp-caption{max-width:100%; height:auto}
.wp-caption-text{}
.alignright {float: right; margin-left: 10px;}
.alignleft {float: left; margin-right: 10px;}
.aligncenter {margin:0px auto}
.sticky{border-top:2px solid #8ab928; border-bottom:2px solid #8ab928; }
.gallery-caption{list-style:none;}
.bypostauthor{list-style:none;}  
.commentsectionwrap {margin-top:20px}
.banner{min-height:140px}


/**********************/
.single-project>image {
	max-width: 100%;
}
.pager-line ul li a{color:#fff !important}
.contact-info-box  ul, .social-icons {padding-left:0 !Important}
.blog-section .row .col-md-6:nth-child(3n+3) {  
  clear: both;
}
.feature-list br {display:none}
ul.submenu-languages, ul.feature-list{padding-left:0 !Important}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{
	background-image:url('images/price-range/png') !important;
}
.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, 
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button,
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img{
	background:#8ab928 !Important; color:#fff !important; box-shadow:none !Important; border:none !Important; text-shadow:none !Important;
}
.shop-section h1.page-title{display:none}
.woocommerce-pagination {margin:20px 0px; background:#fff; padding:8px 0px 2px 0}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span{	padding:10px 12px !Important;}
.woocommerce-pagination ul li span.current {border-color: #20A5E8 !important; background-color:#20A5E8 !important; color:#fff !important}
.woocommerce-pagination a.next,.woocommerce-pagination a.prev {padding:10px 8px !Important}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{box-shadow:none !Important; -moz-box-shadow:none !Important; -webkit-box-shadow:none !Important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{background:#fff; padding:12px !Important; }
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select{padding:4px; border:solid 1px #ccc}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{float:none !important; width:100% !Important}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th{width:50% !important; font-size:14px !Important; border-color:#fff !important; border-bottom:none !important}
.woocommerce .cart-collaterals .cart_totals table td{ border-bottom:none !important}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea{padding:4px}
.woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text{height:32px; border:solid 1px #eee} 
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale{color:#fff}
#order_comments_field{padding:0 16px 16px 16px}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-page form.checkout_coupon, .woocommerce-page form.login, .woocommerce-page form.register{background:#fff}
#single-product-tab .tab-content {background:#fff; padding:20px; border:solid 1px #eee; border-top:none}
#single-product-tab .nav-tabs > li > a{background:#eee}
#single-product-tab .nav-tabs > li.active > a {background:#fff}
.single-product-content{padding:20px; background:#fff}
#single-product-tab .nav-tabs i {margin-right:4px}
.related.products h2{font-size:1.2em; border-bottom:dotted 1px #eee; padding-bottom:10px}

@media screen and (min-width:991px) and (max-width:1200px){
.services-section .services-post{padding:0}
}
.post-box{position:relative}
.post-format{
	background:#8ab928;
	padding:10px;
	position: absolute;
	right: 20px;
	top: 0px;
}
.post-format i {color:#fff; font-size:24px}
.format-quote .post-content, .format-status .post-content{float:none !Important; width:auto !important}
.format-quote .post-content{font-style:italic; padding-right:60px !important}
.post-format-video iframe{min-height:223px}
.format-video .post-content h2{ padding-right:60px !important}
.blog-section .full-content{margin:0px 15px}
​.blog-section .blog-post .post-gal .hover-post a, .services-post:hover a{color:#fff !important}
.navbar-vertical{z-index:999; margin-bottom:20px; }

@media screen and (max-width:768px){
	#banner p {padding:10px 20px}
}

@media screen and (max-width:480px){
	.woocommerce-page ul.products li.product, .woocommerce ul.products li.product{width:100% !important}
}
@media screen and (min-width:480px) and (max-width:767px){
	.woocommerce-page ul.products li.product, .woocommerce ul.products li.product{width:45% !important}
}

.post-format-video iframe{max-width:100%}
header .sidebar-section:first-child{margin-top:20px}
iframe {max-width:100%}

@media screen and (max-width:960px){
header .sidebar-section {display:none}
}
.wpcf7-form input, .wpcf7-form textarea{
 color: #848484;
  font-size: 14px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  border: 1px solid #eeeeee;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  width: 100%;
  padding: 8px 10px;
  display: block;
  
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.wpcf7-form textarea {height:156px}
.wpcf7-form  input[type="submit"]{
 width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 300;
  padding: 65px 20px;
  background: #003366;
  border: none;
  outline: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden; 
font-family: 'FontAwesome', 'IRANSansWeb',IRANSansWeb,tahoma; font-size:16px;}
.hover-box h4{color:#fff; padding:0px 10px; margin-top:-35px}
/*.project-post:hover .hover-box {background:rgba(0,0,0,0.6); height:100%; left:0; top:0; padding-top:30%; margin-top:0px}*/
.page-section header {position:relative !Important}

.blog-section .blog-post .post-gal img {height:auto}
td.label {color:#333; display:inline-block; line-height:44px; padding: .2em 2em .3em 2em !important; font-size:80% !Important}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th{background:#8ab928}
.woocommerce table.shop_attributes .alt td{background:rgba(0,0,0,.025)}
#shipping_method label {display:block}
/***** EXPERIMENTING ****/
/*
.main-menu  .fa,
.main-menu  .fa:before {
    font-size: 72px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0c8), to(#333));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}

.icon-gradient:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#ccc));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/

/*********************SHORTCODES***********************/
/*navigations*/
.navbar-fixed-top {
	position: relative;
	/*z-index: 9999999;*/
}


.navbar-fixed-top .navbar-inner {
	background: #02ab68;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	min-height:90px;
}

.navbar  a.navbar-brand {
	margin: 0;
	font-size:20px; 
	font-family:'Raleway';
        border-right: 1px solid #ccc;
}

.navbar-shortcode .navbar-inner{ min-height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar-shortcode ul.nav{margin: 0}

/************SLIDER***************/
.flex-direction-nav a:before  { font-family: "FontAwesome" !important;; font-size: 24px !important;; display: inline-block; content: '\f054' !important;; line-height:1.8 !important;; }
.flex-direction-nav a.flex-next:before  { content: '\f053' !important; }


/***********accordion**************/
.accord-content, .tab-content .tab-pane{
font-size: 15px;
color: #919191;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
font-weight: 300;
-webkit-font-smoothing: antialiased;
margin: 0 0 20px;
margin: 0;
}
/**********slider*************/
.flexslidershort ul.slides li{
	position: relative;
}
/***************panel*************/
.panelshort{
	padding: 20px;
	font-size: 15px !important;
color: #919191;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma !important;
font-weight: 300 !important;
-webkit-font-smoothing: antialiased !important;
line-height: 22px;
margin: 0 0 20px;
color: #ffffff !important;
font-size: 21px !important;
font-family: 'Open Sans', sans-serif !important;
margin: 15px 0;
}
/**********Service block************/
.services-section{
	text-align: center;
}
/*********Carousel**************/
.carshort .bx-wrapper .bx-controls-direction a{
display: inline;
border: none;
border-radius: 0;
	width: 47px;
  height: 47px;
  text-align: center;
text-indent: 0;
  opacity: 1;
  top: 50%;
  margin-top: -23px;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
.carshort .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.carshort .bx-wrapper .bx-controls-direction a.bx-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 19px;
  line-height: 47px;
  color: #fff;
  top: -1px;
  left: 8px;
}
.carshort .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.carshort .bx-wrapper .bx-controls-direction a.bx-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 19px;
  line-height: 47px;
  color: #fff;
  top: -1px;
  left: 10px;
}
.carshort .bx-wrapper .bx-controls-direction a.bx-prev:hover {
  background: #000000;
}
.carshort .bx-wrapper .bx-controls-direction a.bx-next:hover {
  background: #000000;
}
.carshort .latest-work li{width: auto}
/************video***************/

.videoshort iframe{width: 100%}
/*************Video Local*******/
ul.jp-toggles{overflow: visible !important}
/***************************************/
.fblock3-main{position: relative; margin: 25px 0;}
/******************box text**********/
.box-section{
	font-size: 13px;
color: #919191;
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
/******************/
iframe{border: none;}
.bx-controls-direction a:hover{text-decoration:none}
.inner-services-post a:hover, .services-section2 .services-post a:hover{border-color: transparent !important;}
a.iconbox{margin: 10px 8px 20px 0;}

.fullwidth-page#content{float:none; width:100%}
.bx-wrapper .bx-viewport{box-shadow:none !Important; border:none !Important}
.pager-line ul li a, .pager-line ul li:empty:before{content:""; margin-right:0}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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. */
}

header .main-menu li.drop:hover>ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* - Comment Area */
/*.comments-area {*/
/*	display: inline-block;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*	margin-top: 15px;*/
/*    background-color: #ffffff;*/
/*    padding: 20px;*/
/*}*/
/*.comments-title {*/
/*	color: #3a3e40;*/
/*	font-size: 17px;*/
/*	font-weight: 700;*/
/*	line-height: 28px;*/
/*	margin-top: 0;*/
/*	text-transform: uppercase;*/
/*	border-bottom: 1px solid #e2e2e2;*/
/*	padding-bottom: 15px;*/
/*	margin-bottom: 0;*/
/*}*/
/*.comment-list {*/
/*    display: inline-block;*/
/*	width: 100%;*/
/*    list-style: none;*/
/*	padding-left: 0;*/
/*	margin-top: 10px;*/
/*}*/
/*.comment-list > li.depth-1 {*/
/*	padding-left: 0;*/
/*}*/
/*.comment-body {*/
/*	padding: 22px 25px 22px 120px;*/
/*	position: relative;*/
/*	z-index: 1;*/
/*}*/
/*.comment-body a.url {*/
/*	color: #777;*/
/*	text-decoration: none;*/
/*}*/
/*.bypostauthor  {}*/

/*.comment-author { */
/*	display: inline-block;*/
/*	font-weight: 600;*/
/*	text-transform: uppercase;*/
/*}*/
/*.comment-author .avatar {*/
/*	position: absolute;*/
/*	left: 0px;*/
/*	display: inline-block;*/
/*}*/
/*.comment-author .fn {*/
/*	color: #333;*/
/*    display: inline-block;*/
/*    font-size: 13px;*/
/*    letter-spacing: 0.52px;*/
/*    line-height: 26px;*/
/*    margin-bottom: 0;*/
/*    text-transform: capitalize;*/
/*}*/
/*.comment-author .says{*/
/*	text-transform: capitalize;*/
/*}*/
/*.comment-author .fn  a.url {	*/
/*	color: #153143;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    letter-spacing: 0.48px;*/
/*    margin-bottom: 15px;*/
/*    margin-top: 0;*/
/*	text-transform: uppercase;*/
/*}*/
/*.comment-meta {*/
/*	border-bottom: 1px solid #d0d0d0;*/
/*	display: inline-block;*/
/*	font-weight: 600;*/
/*	letter-spacing: 0.65px;*/
/*	line-height: 28px;*/
/*	padding-bottom: 6px;*/
/*	text-transform: uppercase;*/
/*	width: 100%;*/
/*}*/
/*.comment-metadata {	*/
/*	color: #777;*/
/*    font-size: 15px;*/
/*    line-height: 26px;*/
/*    margin-bottom: 5px;*/
/*	display: inline-block;*/
/*	margin-left: 15px;*/
/*	position: relative;*/
/*}*/
/*.comment-metadata a {*/
/*	color: #737373;*/
/*    font-size: 14px;*/
/*    font-weight: normal;*/
/*	letter-spacing: 0.56px;*/
/*	text-decoration: none;*/
/*	text-transform: capitalize;*/
/*}*/
/*.comments-area .comment-content p {*/
/*	hyphens: auto;*/
/*	color: #737373;*/
/*    font-size: 14px;*/
/*    letter-spacing: 0.56px;*/
/*    line-height: 26px;*/
/*    margin-bottom: 0;*/
/*    margin-top: 10px;*/
/*}*/
/*.comments-area .comment .comment-awaiting-moderation {*/
/*	color: #222;*/
/*	font-size: 13px;*/
/*	font-style: italic;*/
/*	margin-bottom: 5px;*/
/*}*/
/*.comment-list .reply a {*/
/*	color: #737373;*/
/*    font-size: 14px;*/
/*    letter-spacing: 0.56px;*/
/*    text-decoration: none;*/
/*    -webkit-transition: all 1s ease 0s;*/
/*	-moz-transition: all 1s ease 0s;*/
/*	-o-transition: all 1s ease 0s;*/
/*	transition: all 1s ease 0s;*/
/*	position: relative;*/
/*}*/
/*.comment-list .reply a::before {*/
/*	position: relative;*/
/*	content: "";*/
/*	left: 0;*/
/*	top: 0;*/
/*	content: "\f112";*/
/*	font-family: "FontAwesome";*/
/*	margin-right: 10px;*/
/*}*/
/*.comment-list .reply a:hover {*/
/*	color: #333;*/
/*}*/
/*.comment-list .children {*/
/*	list-style: none;*/
/*	margin: 0 0 0 5px;*/
/*	padding-left: 5px;*/
/*}*/
/*.comment-list .children > li {*/
/*    padding-left: 0.5em;*/
/*}*/
/*.comment-content a {*/
/*	text-decoration: none;*/
/*	color: #000;*/
/*}*/
/*.comment-form {*/
/*    margin-top: 10px;*/
/*	display: inline-block;*/
/*	width: 100%;*/
/*}*/

/* - Comment Reply Form */
/*.comment-respond {*/
/*	display: inline-block;*/
/*	width: 100%;*/
/*	margin-bottom: 0;*/
/*}*/
/*.comment-reply-title {*/
/*	border-bottom: 1px solid #ececec;*/
/*	color: #333;*/
/*	font-family: "Montserrat",'IRANSansWeb',IRANSansWeb,tahoma;*/
/*	font-size: 13px;*/
/*	letter-spacing: 0.64px;*/
/*	line-height: 28px;*/
/*	margin-bottom: 0;*/
/*	margin-top: 0;*/
/*	padding-bottom: 10px;*/
/*	padding-top: 10px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.required {*/
/*    color: #c0392b;*/
/*}*/
/*.comment-reply-title small a {*/
/*    border: none;*/
/*    float: right;*/
/*    height: 17px;*/
/*    overflow: hidden;*/
/*    width: 15px;*/
/*	text-decoration: none;*/
/*	display: none;*/
/*}*/
/*.comment-reply-title small a:before {*/
/*    content: "\f112";*/
/*    font-size: 14px;*/
/*    position: relative;*/
/*    top: 0;*/
/*	font-family: "FontAwesome";*/
/*	color: #000;*/
/*}*/
/*.comment-respond .logged-in-as  a {*/
/*	color: #777777;*/
/*	font-size: 14px;*/
/*	letter-spacing: 0.28px;*/
/*	line-height: 24px;*/
/*	text-decoration: none;*/
/*}*/
/*.comment-notes,*/
/*.comment-awaiting-moderation,*/
/*.logged-in-as,*/
/*.form-allowed-tags {*/
/*    color: #707070;*/
/*    font-size: 13px;*/
/*    line-height: 20px;*/
/*}*/
/*.comment-form label {*/
/*    color: #777;*/
/*    font-size: 13px;*/
/*    font-weight: 600;*/
/*    display: block;*/
/*    line-height: 24px;*/
/*    text-transform: uppercase;*/
/*	min-width: 100px;	*/
/*}*/

/*.comment-form input[type="text"],*/
/*.comment-form input[type="email"],*/
/*.comment-form input[type="url"],*/
/*.comment-form textarea {*/
/*	padding: 5px 20px;*/
/*	letter-spacing: 0.42px;*/
/*	outline: none;*/
/*	border-radius: 0;*/
/*	border: 1px solid #b8c1c6;*/
/*	background-color: transparent;*/
/*	position: relative;*/
/*	z-index: 1;*/
/*	font-size: 15px;*/
/*	color: #737373;*/
/*	font-weight: 400;*/
/*	width: 100%;*/
/*	-webkit-box-shadow: none;*/
/*	-webkit-appearance: none;*/
/*	box-shadow: none;*/
/*	outline: transparent auto 0px !important;*/
/*}*/
/*.comment-form textarea {*/
/*	padding: 15px;*/
/*	-webkit-box-shadow: none;*/
/*	-webkit-appearance: none;*/
/*	box-shadow: none;*/
/*	outline: transparent auto 0px !important;*/
/*}*/
/*.comment-form input::-webkit-input-placeholder,*/
/*.comment-form textarea::-webkit-input-placeholder {*/
/*	color: #737373;*/
/*	text-transform: capitalize;*/
/*}*/
/*.comment-form input:-moz-placeholder,*/
/*.comment-form textarea:-moz-placeholder {*/
/*	color: #737373;*/
/*	text-transform: capitalize;*/
/*}*/
/*.comment-form input::-moz-placeholder,*/
/*.comment-form textarea::-moz-placeholder {*/
/*	color: #737373;*/
/*	text-transform: capitalize;*/
/*}*/
/*.comment-form input:-ms-input-placeholder,*/
/*.comment-form textarea:-ms-input-placeholder {  */
/*	color: #737373;*/
/*	text-transform: capitalize;*/
/*}*/

/*.comments-area .comment-form-author,*/
/*.comments-area .comment-form-email,*/
/*.comments-area .comment-form-url {*/
/*    float: left;*/
/*    margin-right: 15px;*/
/*    width: 100%;*/
/*}*/
/*.form-submit {*/
/*	display: inline-block;*/
/*	margin-bottom: 30px;*/
/*	width: 100%;*/
/*}*/
/*.comment-form input[type="submit"]{*/
/*	background-color: #9bc03c;*/
/*    border: 1px solid #9bc03c;*/
/*    border-radius: 0;*/
/*    color: #fff;   */
/*    font-weight: 700;*/
/*    font-size: 17px;*/
/*	line-height: 30px;*/
/*    letter-spacing: 0.51px;*/
/*    margin: 15px 0 0;*/
/*    padding: 8px 30px;*/
/*    text-decoration: none;*/
/*    text-transform: uppercase;*/
/*	transition: all 1s ease 0s;*/
/*	-webkit-transition: all 1s ease 0s;*/
/*	-moz-transition: all 1s ease 0s;*/
/*}*/
/*.comment-form input[type="submit"]:active, */
/*.comment-form input[type="submit"]:focus, */
/*.comment-form input[type="submit"]:hover {*/
/*	background-color: transparent;*/
/*	color: #9bc03c;*/
/*	outline: none;*/
/*	box-shadow: none;*/
/*	-webkit-box-shadow: none;*/
/*	-webkit-appearance: none;*/
/*} */
/*.no-comments {*/
/*    color: #707070;*/
/*    font-weight: 700;*/
/*    padding-top: 1.6em;*/
/*}*/
/*.comment-navigation + .no-comments {*/
/*    border-top: 0;*/
/*}*/
/*.form-allowed-tags code {*/
/*    white-space: normal;*/
/*}*/
/*.comments-area .comment-form-url {*/
/*    margin-right: 0;*/
/*}*/
/*.comments-area h3 {*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 400;*/
/*    color: #4c4c4c;*/
/*}*/
/*.comments-area .comments-line {*/
/*    width: 100%;*/
/*    border: 1px solid #c7c7c7;*/
/*    padding: 15px;*/
/*    font-size: 14px;*/
/*    font-style: italic;*/
/*    outline: none;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.comments-area .comments-area {*/
/*    width: 100%;*/
/*    border: 1px solid #c7c7c7;*/
/*    padding: 15px;*/
/*    font-size: 14px;*/
/*    outline: none;*/
/*    margin-bottom: 20px;*/
/*    font-style: italic;*/
/*    resize: none;*/
/*    height: 202px;*/
/*}*/
/*.comments-area p.form-submit .button-1 {*/
/*	background-color: #bfa682;*/
/*	border-color: #bfa682;*/
/*	color: #fff;*/
/*	line-height: normal;*/
/*	margin-left: 19px;*/
/*	padding: 0.618em 1em;*/
/*	font-size: 13px;*/
/*	border: 0 none;*/
/*	text-transform: uppercase;*/
/*}*/
/*.comments-area .comment .comment-image {*/
/*    float: left;*/
/*    margin-left: -100px;*/
/*}*/
/*.comments-area .comment .comment-image img {*/
/*    border-radius: 150px;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border: 3px solid #e8e8e8;*/
/*}*/
/*.comments-area .commentlist ul {*/
/*    margin-left: 70px;*/
/*}*/
/*.comments-area .commentlist li {*/
/*    list-style: none;*/
/*}*/
/*.comments-area .comment .comment-info {*/
/*    display: block;*/
/*    margin-bottom: 10px;*/
/*    font-size: 16px;*/
/*}*/
/*.comments-area .comment .comment-info span {*/
/*    float: right;*/
/*    font-size: 13px;*/
/*    color: #a3a2a2;*/
/*}*/
/*.comments-area .commentlist {*/
/*    margin-bottom: 60px;*/
/*    padding: 0;*/
/*}*/
/*article[class*="type-"].tag-edge-case .entry-content p,*/
/*article[class*="type-"].format-chat .entry-content p {*/
/*	margin-top: 0;*/
/*	margin-bottom: 8px;*/
/*}*/

/* - Comment List Pingback */
/*.comment-list .trackback {*/
/*	border-bottom: 1px solid #e2e2e2;*/
/*	margin-bottom: 40px;*/
/*	padding-bottom: 40px;*/
/*}*/
/*.pingback .edit-link {*/
/*    display: inline-block;*/
/*    font-size: 13px;*/
/*    line-height: 1.5;*/
/*    padding-left: 0;*/
/*    text-align: left;*/
/*    width: 100%;*/
/*}*/
/*.pingback .edit-link a {*/
/*	border: 1px solid #9bc03c;*/
/*	color: #9bc03c;*/
/*	display: inline-block;*/
/*	font-size: 14px;*/
/*	font-weight: 500;*/
/*	margin-left: 0;*/
/*	margin-top: 15px;*/
/*	padding: 5px 19px;*/
/*	text-decoration: none;*/
/*	text-transform: capitalize;*/
/*}*/
/*.comment-metadata a:hover,*/
/*.comment-metadata a:focus,*/
/*.pingback .edit-link a:hover,*/
/*.pingback .edit-link a:focus {*/
/*    color: #333;*/
/*}*/
/*.pingback .edit-link:before {*/
/*    top: 5px;*/
/*}*/
/*.comment-content li > ul,*/
/*.comment-content li > ol {*/
/*    margin-bottom: 0;*/
/*}*/
/*.comment-content > :last-child {*/
/*    margin-bottom: 0;*/
/*}*/
/*.comments-area .comment-list .children .depth-4 .comment-form-author,*/
/*.comments-area .comment-list .children .depth-4 .comment-form-email,*/
/*.comments-area .comment-list .children .depth-4 .comment-form-url {*/
/*	width: 100%;*/
/*	padding: 5px 0;*/
/*}*/

/*.unik_pageinner {*/
/*	background-color: #fff;*/
/*	padding: 25px;*/
/*}*/

/*.no_pageinner {*/
/*	background-color: transparent;*/
/*	padding: 0;*/
/*}*/

/*.blog-section > [class*="col-"]:nth-child(2n+1) {*/
/*	clear: both;*/
/*}*/







/* added */

.comment-section {
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px dashed #BDBDBD;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}

.comment-section {}
.comment-section ul {
  margin: 0;
  padding: 0;
}
.comment-section ul li {
  list-style: none;
}
.comment-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.comment-box>img {
  float: left;
  max-width: 80px;
}
ul.depth {
  margin-left: 100px;
}
ul.depth li {
  position: relative;
}
ul.depth li:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  top: 0;
  left: -60px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.comment-content {
  padding-left: 100px;
}
.comment-content h6 {
  color: #3c3c3c;
  font-size: 13px;
  font-family: tahoma;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  margin: -4px 0 7px;
  padding-bottom: 4px;
}
.comment-content h6 span {
  color: #d1d1d1;
  font-style: normal;
}
.comment-content p {
  color: #a3a3a3;
  font-size: 18px;
  font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
  /*font-weight: 300;*/
  line-height: 26px;
}
.comment-form {
  overflow: hidden;
}
.comment-form .text-fields,
.comment-form .submit-area {
  width: 50%;
}
.comment-form textarea {
  height: 126px;
}
.comment-form input[type="submit"] {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: BYekan;
  text-transform: uppercase;
  /*font-weight: 300;*/
  padding: 10px 5px 10px;
  background: #8ab928;
  border: none;
  border-radius: 4px;
  outline: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
}
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
  /*background: white;*/
}

.tml label {
	text-align:right;
}

.tml input[type="submit"] {
	background: #FFF;
	color: #000;
	width: 100%;
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.428571429;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	border:1px solid #000;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none
}


.single-post-container .tp-tags {
	
list-style: none;
	
padding: 0;
	
margin: 20px 0;
	
font-family: 'IRANSansWeb',IRANSansWeb,tahoma;
	
font-size: 12px;
}

.single-post-container .tp-tags  li {
	display:inline;
	margin-left: 10px;
	font-family: 'IRANSansWeb',IRANSansWeb,tahoma;;
	font-size: 12px;
	background: aliceblue;
	padding: 4px 10px;
	border-radius: 4px;
	  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}

.single-post-container .tp-tags  li:hover {
	background: #D9EBFB;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}