
#team .teams-holder {
  margin: 65px 0 0 0;
}
#team .team-item {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#team .team-item .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  right: 0;
}
#team .team-item .image .name {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  width: 110px;
  height: 110px;
  padding: 40px 0 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;
}
#team .team-item .image .name .title{
  position: relative;
  z-index: 10;
  text-align: center;
  display: block;
font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;
  font-size:12px; color:#fff;
  padding-top:20px;
}
#team .team-item .image .name .title {
  font-size: 12px;
  line-height: 15px;
  font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;
}
#team .team-item .image .name .position {
  font-size: 11px;
  line-height: 12px;
  font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;
}
#team .team-item .image .name:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
 font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;direction:rtl;color:#269cd6;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;

background-image:url(../images/bgg-name.png);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc744c93', endColorstr='#cc744c93');
}
#team .team-item .image .name:before:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
#team .team-item .hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #0072bc;
  position: absolute;
  top: 0;
  padding: 15px;
  left: -100%;
  width: 120px;
  height: 100%;
  color: #ffffff;
  font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;direction:rtl;color:#269cd6;
}
#team .team-item .hover .title {
  font-size: 12px;
  line-height: 2em;
  color:#fbb837;
  text-align:right;
  font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;
  margin-top:20px;}
#team .team-item .hover .position {
  font-style: italic;
  font-size: 12px;
}
#team .team-item .hover .excerpt {
  font-size: 12px;
  margin: 18px 0;
}
#team .team-item .hover .social-icons {
  position: absolute;
  bottom: 10px;
}
#team .team-item .hover .social-icons li {
  margin-right: 2px;
}
#team .team-item .hover .social-icons li a {
  background-color: #a685c0;
  padding: 5px;
  width: 26px;
  height: 26px;
  font-size: 17px;
  text-align: center;
}
#team .team-item .hover .social-icons li a:hover {
  color: #ffffff;
  background-color: #8e63af;
}
#team .team-item:hover .name {
  right: -100% !important;
}
#team .team-item:hover .image {
  right: -150px;
}
#team .team-item:hover .hover {
  left: 0;
}




#team .team-item .image .name-bg {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
width: 100px;
height: 100px;
  padding: 15px 0 0 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;
  z-index:999 !important;


background-repeat:no-repeat
}
#team .team-item:hover .name-bg {
  right: -100% !important;
}
.products{direction:rtl; list-style:none; margin-right:5px; line-height:1.7em;font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;direction:rtl;color:#269cd6;}
.products a{font-size:12px; color:#fff; line-height:40px;font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;direction:rtl;color:#269cd6;color:#61c7f9; }

/*end box4*/
/*start box4 next previous*/
#box1 { width: 990px; margin: 0 auto; }
img { vertical-align: middle }
.text-right { text-align: right }
.row { margin-left: -15px; margin-right: -15px; direction:ltr; }
.fade { opacity: 0; -webkit-transition: opacity .15s linear; transition: opacity .15s linear }
.fade.in { opacity: 1 }


.alignnone {
  text-align: center;
}
.alignnone img {
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .alignnone img{
    float: none !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {

  .alignnone:before,
  .alignnone:after {
    content: " ";
    display: table;
  }
  .alignleft:after,
  .alignright:after,
  .alignnone:after,
  .aligncenter:after {
    clear: both;
  }
}

.alignnone img {
  margin: 0 0 20px 0;
}
.project-item {
margin-bottom: 30px;
background: url("../images/product-bg.jpg") no-repeat scroll 0% 0% transparent;
width: 200px;
height: 200px;
padding: 5px;
float: right;
margin-right: 22px;
  
}
@media (min-width: 406px) and (max-width: 767px) {
  .project-feed__4cols .project-item,
  .project-feed__3cols .project-item,
  .project-feed__2cols .project-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .project-feed__4cols .project-item,
  .project-feed__3cols .project-item,
  .project-feed__2cols .project-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.project-item .project-item-inner {
  background: #f7f7f7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-dark .project-item .project-item-inner {
  background: rgba(255, 255, 255, 0.08);
}
.project-item .project-img {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.project-item .project-img > img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.section-dark .project-item .project-img > img {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
}
.project-item .overlay {
  position: absolute;
  top: 7px;
  left: 7px;
  overflow: hidden;
  right: 7px;
  bottom: 7px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project-item .dlink,
.project-item .zoom {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  color: #dc2a0b;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 38px;
  font-family: BYekan,"B Yekan",Yekan,Tahoma,Geneva,sans-serif;direction:rtl;color:#269cd6;
  text-align: center;
  z-index: 2;
}
.project-item .dlink:hover,
.project-item .zoom:hover {
  background: #dc2a0b;
  color: #fff;
}
.project-item .dlink .fa,
.project-item .zoom .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
}
.project-item .dlink {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.project-item .zoom {
  right: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.project-item .project-img:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.project-item .project-img:hover .dlink,
.project-item .project-img:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.owl-theme .owl-item .project-item {
	margin: 0 15px;
}

/* prev/next */
.prev-next-holder {
	position: relative;
	padding-bottom: 15px;
}
	.next-btn {
		width:28px; height:28px;
		background:url(../images/product-arrow.html) right bottom no-repeat;
		display: inline-block;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		cursor: pointer;
		position:absolute; right:-30px; top:120px;
	}
	.prev-btn{
		background:url(../images/product-arrow.html) left bottom no-repeat;
		width:28px; height:28px;
		display: inline-block;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		cursor: pointer;
		position:absolute; left:-30px; top:120px;
	}
	.prev-btn:hover{
		 background-position:left top;
	}
	.next-btn:hover {
background-position:right top;
	}

/*end box4 next previous*/
/*start certificate*/
#page { font-family: Arial,yekan; color:#333; margin: 0 auto; width: 226px; height:311px; float:left;border-bottom:3px #008ae3 solid;}
#page1 { font-family: Arial,yekan; color:#333; margin: 0 auto; width: 226px; height:311px; float:right; border-bottom:3px #008ae3 solid;}
.box_skitter {
	position: relative;
	width: 226px;
	height: 311px;
}

.box_skitter img {
	max-width: none;
}
.box_skitter ul {
	display: none;
}

.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}

.box_skitter .image {
	overflow: hidden;
}

.box_skitter .image img {
	display: none;
}

.title a{color:#5eb9e5;}
.title a:hover{color:#FFF;}
