@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: "IRANSans";
	src: url('../fonts/IRANSansFaNum_Light.woff');
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: "IRANSans";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #52d3aa;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #52d3aa;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "IRANSans";
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #fh5co-header .navbar-brand {
    color: #52d3aa !important;
  }
  #fh5co-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #52d3aa !important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    float: right;
    background: transparent;
    background: none;
    color: #52d3aa !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li a {
font-family: "IRANSans";
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 19px;
  font-weight: 300;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #fff;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-header #navbar li a {
  float: right;
}

#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  float: right;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #52d3aa;
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #52d3aa;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#fh5co-home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #52d3aa;
  color: #fff;
  overflow: hidden;
}
#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#fh5co-home, #fh5co-home .text-wrap {
  height: 500px;
}
#fh5co-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fh5co-home .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-home .text-inner a:hover, #fh5co-home .text-inner a:active, #fh5co-home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
#fh5co-home .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}
#fh5co-home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

#fh5co-intro {
  position: relative;
  bottom: 0;
  margin-top: -150px;
  z-index: 10;
  padding-bottom: 7em;
 // height: 600px;
}
@media screen and (max-width: 768px) {
  #fh5co-intro {
    padding-bottom: 3em;
  }
}
#fh5co-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-intro .fh5co-block {
  width: 33.33%;
  float: right;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  backgroun-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #fh5co-intro .fh5co-block {
    width: 100%;
  }
}
#fh5co-intro .fh5co-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fh5co-intro .fh5co-block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-intro .fh5co-block > .fh5co-text {
  position: relative;
  z-index: 10;
}
#fh5co-intro .fh5co-block > .fh5co-text .fh5co-intro-icon {
  font-size: 50px;
  color: #52d3aa;
  margin-bottom: 30px;
  display: block;
}
#fh5co-intro .fh5co-block h2 {
  font-size: 24px;
  font-weight: 400;
}
#fh5co-intro .fh5co-block:hover > .overlay, #fh5co-intro .fh5co-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text, #fh5co-intro .fh5co-block:focus > .fh5co-text {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover h2, #fh5co-intro .fh5co-block:focus h2 {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover .btn, #fh5co-intro .fh5co-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#fh5co-intro .fh5co-block:hover .btn:hover, #fh5co-intro .fh5co-block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}

.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #52d3aa;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
    padding: 2em 0;
  }
}

#fh5co-services, #fh5co-work, #fh5co-counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-work, #fh5co-counters {
    padding: 4em 0;
  }
}

#fh5co-services {
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-services:before, #fh5co-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-services:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-services .fh5co-service {
  padding-right: 30px;
}
#fh5co-services h3 {
  font-size: 24px;
  color: #fff;
}
#fh5co-services .icon {
  font-size: 70px;
  margin-bottom: 5px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-services .icon:before {
  color: #fff;
}
#fh5co-services .section-heading h2 {
  color: #fff;
}
#fh5co-services .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#fh5co-counters {
  background: #52d3aa;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-counters {
    padding: 4em 0;
  }
}
#fh5co-counters .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-counters:before, #fh5co-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-counters:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#fh5co-counters .section-heading h2 {
  color: #fff;
}
#fh5co-counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#fh5co-counters .fh5co-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #fh5co-counters .fh5co-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  display: block;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon {
  font-size: 40px;
  color: #52d3aa;
}
#fh5co-counters .fh5co-counter .fh5co-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#fh5co-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  background: #52d3aa;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 40px;
  border-top: 10px solid black;
  border-top-color: #fff;
  border-top-color: #52d3aa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;
}
#fh5co-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#fh5co-testimonials .box-testimony .author a {
  color: #52d3aa;
}
#fh5co-testimonials .box-testimony .author a:hover {
  text-decoration: underline;
}
#fh5co-testimonials .box-testimony .author > figure {
  float: right;
  margin-left: 10px;
}
#fh5co-testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonials .box-testimony .author p {
  float: right;
  margin-top: 10px;
}
#fh5co-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

#fh5co-work {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#fh5co-work a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#fh5co-work a:hover {
  color: white;
}
#fh5co-work:before, #fh5co-work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-work:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-work:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-work .section-heading h2 {
  color: #fff;
}
#fh5co-work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-work .fh5co-project-item {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-work .fh5co-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-work .fh5co-project-item .fh5co-text {
  padding: 10px 20px;
}
#fh5co-work .fh5co-project-item .fh5co-text h2, #fh5co-work .fh5co-project-item .fh5co-text span {
  text-decoration: none !important;
}
#fh5co-work .fh5co-project-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#fh5co-work .fh5co-project-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#fh5co-work .fh5co-project-item:hover, #fh5co-work .fh5co-project-item:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  top: -15px;
}
#fh5co-work .fh5co-project-item:hover img, #fh5co-work .fh5co-project-item:focus img {
  opacity: .7;
}
#fh5co-work .fh5co-project-item:hover h2, #fh5co-work .fh5co-project-item:hover span, #fh5co-work .fh5co-project-item:focus h2, #fh5co-work .fh5co-project-item:focus span {
  text-decoration: none !important;
}

.fh5co-person {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .fh5co-person {
    margin-bottom: 3.5em;
  }
}
.fh5co-person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.fh5co-person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-person h3 {
  margin-bottom: 0px;
}
.fh5co-person .fh5co-position {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

#fh5co-contact {
  padding-bottom: 0;
}
#fh5co-contact .fh5co-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#fh5co-contact .fh5co-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#fh5co-contact .fh5co-contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  right: 0%;
  margin-left: 0px;
  bottom: 0;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #52d3aa;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #52d3aa;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #52d3aa;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #52d3aa;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    #vision { width:400px !important; } 
  }
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
  position: relative;
}
#footer .gotop {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -40px;
  background: #fff;
  z-index: 8;
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #52d3aa;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #52d3aa;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #52d3aa;
  color: #fff;
}
.social li a.social-circle {
  background: #52d3aa;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #52d3aa;
  color: #fff;
}
.social.social-circle a {
  background: #52d3aa;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
 #vision { width:400px !important; } 
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
 #vision { width:400px !important; } 
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.margin-top{
  margin-top:1.5em;
}
@font-face{font-family:'icomoon';src:url('../fonts/icomoon3c88.eot?-n2bcf6');src:url('../fonts/icomoond41d.eot?#iefix-n2bcf6') format('embedded-opentype'),url('../fonts/icomoon3c88.woff?-n2bcf6') format('woff'),url('../fonts/icomoon3c88.ttf?-n2bcf6') format('truetype'),url('../fonts/icomoon3c88.svg?-n2bcf6#icomoon') format('svg');font-weight:normal;font-style:normal;}
[class^="icon-"],[class*=" icon-"]{font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.menu{right:40px;position:relative;float:right;z-index:0;}
.menu ul li a{height:37px;padding:0 10px;font:normal 15px Tahoma;color:#696969;-moz-transition:all 0.1s ease-in 0.1s;-webkit-transition:all 0.1s ease-in 0.1s;-o-transition:all 0.1s ease-in 0.1s;-ms-transition:all 0.1s ease-in 0.1s;transition:all 0.1s ease-in 0.1s;position:relative;z-index:10;}
.menu a:after{content:'';position:absolute;z-index:-1;bottom:0;right:0;width:100%;height:0;background:#fff;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;z-index:-1;}
.menu a:hover:after{height:100%;background:#fff;}
.menu ul{list-style:none;direction:rtl;overflow:hidden;margin:0px;}
.menu ul li{float:right;margin-left:4px;}
.menu ul li a{font-family: "IRANSans";font-size:16px;color:#FFF;padding:10px;margin:0px 0px;text-align:center;display:inline-block;height:50px;text-shadow:1px 2px rgba(0,0,0,0.08);border-top:solid 5px #464646;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;}
.menu ul li a:hover{border-top:5px #BE3434 solid;background:#fff;text-shadow:1px 2px rgba(0,0,0,0.08);color:#999;}
.fb,.go,.tw,.vi,.in{color:#fff;font:normal 30px icomoon;}
.face a{padding:3px;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out}
div.face{top:8px;margin-left:5px;overflow:hidden;position:absolute}
.face a:hover{-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);opacity:0.8;}
.icon-home::before{content:"\e6d3";}
.icon-home{font:normal 20px icomoon;color:#999;position:absolute;top:15px;margin-right:3px;z-index:20;}
.fb::before{content:"\e795";}
.go::before{content:"\e6a8";}
.tw::before{content:"\e6a9";}
.in::before{content:"\e79b";}
.vi::before{content:"\e6ac";}
.logo{width:342px;height:94px;position:absolute;background:url(../images/logo-tarhara.png);right:0px;top:64px;cursor:pointer;box-shadow:0 0 rgba(250,250,250,0.5) inset;-moz-box-shadow:0 0 rgba(250,250,250,0.5) inset;-webkit-box-shadow:0 0 rgba(250,250,250,0.5) inset;-o-box-shadow:0 0 rgba(250,250,250,0.5) inset;-ms-box-shadow:0 0 rgba(250,250,250,0.5) inset;-moz-transition:all 0s ease-in;-webkit-transition:all 0s ease-in;-o-transition:all 0s ease-in;-ms-transition:all 0s ease-in;z-index:1001;}
.logo:hover{box-shadow:520px 0px rgba(250,250,250,0) inset;-moz-box-shadow:520px 0px rgba(250,250,250,0) inset;-webkit-box-shadow:520px 0px rgba(250,250,250,0) inset;-o-box-shadow:520px 0px rgba(250,250,250,0) inset;-ms-box-shadow:520px 0px rgba(250,250,250,0) inset;-moz-transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;-ms-transition:all 0.3s ease-in;}
.news{height:auto;width:100%;background:#F7F7F7;color:#333;font-family: "IRANSans",candara;font-size:16px;border-top:1px solid #F3F3F3;box-shadow:0px 4px 0px rgba(0,0,0,0.02);overflow:hidden;direction:rtl;margin-top:-10px;padding-bottom:2px;}
.matn{line-height:2.4;margin-right:10px;color:#8D8D8D;text-shadow:1px 3px rgba(0,0,0,0.06);position:relative;right:35px;float:right;}
ul.slidee{color:#858585;list-style:none;float:right;text-shadow:1px 3px rgba(0,0,0,0.09);margin-top:6px;margin:0px;line-height:2.4;}
.icon-sound-alt::before{content:"\e7df";}
.icon-sound-alt{font:normal 25px icomoon;color:#999;top:8px;position:relative;text-shadow:1px 1px #fff;}
.buttons{float:left;width:200px;text-align:center;margin-top:64px;margin-left:10px;border-radius:5px;padding:8px 8px 4px 8px;border:dashed 1px rgba(0,0,0,0.17);z-index:1001;}
.green{background:#85be22;display:block;height:35px;margin-bottom:4px;color:#fff;font-size:16px;line-height:2;text-shadow:1px 1px rgba(0,0,0,0.16);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:inset 0 0 0 5px rgba(0,0,0,0.06);-moz-transition:all 0.1s ease-in 0.1s;-webkit-transition:all 0.1s ease-in 0.1s;-o-transition:all 0.1s ease-in 0.1s;-ms-transition:all 0.1s ease-in 0.1s;transition:all 0.1s ease-in 0.1s;position:relative;z-index:10;}
.green:after{content:'';position:absolute;z-index:-1;bottom:0;right:0;width:100%;height:0;background:#666;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;z-index:-1;}
.green:hover:after{height:100%;background:#707070;text-shadow:1px 1px rgba(0,0,0,0.16);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:inset 0 0 0 5px rgba(0,0,0,0.06);}
.red:after{content:'';position:absolute;z-index:-1;bottom:0;right:0;width:100%;height:0;background:#666;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;z-index:-1;}
.red:hover:after{height:100%;background:#707070;text-shadow:1px 1px rgba(0,0,0,0.16);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:inset 0 0 0 5px rgba(0,0,0,0.06);}
.red{background:#AC3C3C;display:block;height:35px;margin-bottom:4px;color:#fff;font-size:16px;line-height:2;text-shadow:1px 1px rgba(0,0,0,0.16);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:inset 0 0 0 5px rgba(0,0,0,0.06);-moz-transition:all 0.1s ease-in 0.1s;-webkit-transition:all 0.1s ease-in 0.1s;-o-transition:all 0.1s ease-in 0.1s;-ms-transition:all 0.1s ease-in 0.1s;transition:all 0.1s ease-in 0.1s;position:relative;z-index:10;}
.icon-lock::before{content:"\e640";}
.icon-user::before{content:"\e636";}
.icon-lock,.icon-user{font:normal 22px icomoon;color:rgba(0,0,0,0.18);top:6px;right:10px;float:right;position:relative;text-shadow:0px 0px 0px;}
.green:hover{background:#707070;}
.red:hover{background:#707070;}
#mask{position:absolute;z-index:9000;background-color:rgba(0,0,0,0.66);display:none;top:0px;left:0px}
#boxes .window{position:fixed;width:440px;height:200px;display:none;z-index:9999;padding:20px;}
#boxes #dialog{width:375px;height:203px;background:#F8F8F8;border-radius:10px;margin:auto;box-shadow:0px 0px 0px 5px rgba(0,0,0,0.21),inset #fff 0 0 3px;}
div.add_domain_title{width:100%;text-align:right;font-size:16px;text-shadow:1px 1px #fff;color:rgba(0,0,0,0.57);border-bottom:1px solid rgba(0,0,0,0.09);box-shadow:0 1px #fff;margin-top:-10px;padding-bottom:10px;line-height:1;}
.icon-locks{font:normal 24px icomoon;color:rgba(175,175,175,1);top:-5px;float:right;position:relative;text-shadow:1px 1px #fff;}
.icon-locks::before{content:"\e640";}
div.item{direction:rtl;margin-top:20px;font-family:BYekan,tahoma;font-size:14px;}
input#email{width:97%;height:30px;border:none;border-right:solid 5px #C0C0C0;box-shadow:0 0 2px 0px rgba(0,0,0,0.08);padding-right:5px;text-align:right;font-family:BYekan,tahoma;font-size:14px;margin-bottom:-8px;}
input#password{width:97%;height:30px;border:none;border-right:solid 5px #C0C0C0;box-shadow:0 0 2px 0px rgba(0,0,0,0.08);padding-right:5px;text-align:right;font-family:BYekan,tahoma;font-size:14px;margin-bottom:-8px;}
.vorod{background:#6FA300;height:35px;width:100%;color:#fff;font-family:BYekan,b yekan,byekan,tahoma,candara;font-size:16px;text-shadow:1px 1px rgba(0,0,0,0.3);border:0px;box-shadow:0 0 0 3px rgba(0,0,0,0.05) inset;border-radius:3px;cursor:pointer;}
.vorod:hover{background:#666;}
.baz{color:#fff;background:#B33C3C;font-weight:normal;padding:2px 10px;top:20px;position:relative;border-right:5px solid #923131;}
.close{color:#fff;background:#777777;font-weight:normal;padding:2px 10px;position:relative;border-left:5px solid #5A5A5A;}
div.main{width:960px;margin:20px auto;}
.pat{position:absolute;background:url(../images/pat.png);right:0px;width:845px;height:120px;top:50px;z-index:1;}
.pic{width:915px;height:258px;position:relative;margin:40px auto;background:url(../images/moni.html) no-repeat;border-bottom:dashed 1px rgba(0,0,0,0.17);padding:0px 0px 40px 40px;display:none;}
.onvan_slid{font-size:22px;color:#A2A2A2;text-shadow:1px 1px rgba(255,255,255,0.57);font-weight:normal;background:rgba(0,0,0,0.02);line-height:2;padding-right:5px;direction:rtl;border-right:solid 5px #BDBDBD;display:block;float:right;width:500px;margin-top:30px;margin-right:10px;}
.onvan_slid:before{content:"";float:left;width:0;height:0;border-color:transparent rgba(0,0,0,0.02) transparent transparent;border-style:solid;border-width:22px 22px 22px 0;transition:all 0.5s 0s ease-in;margin-left:-22px;}
.title,.titlew{position:relative;float:right;background:#7A7A7A;width:auto;direction:rtl;text-align:right;color:rgb(255,255,255);font:16px BYekan,B Yekan,tahoma;padding:5px;border-right:solid 5px #686868;height:25px;margin-bottom:5px;padding-right:30px;}
.title:before{content:"";float:left;width:0;height:0;border-color:transparent #7A7A7A transparent transparent;border-style:solid;border-width:18px 17px 17px 0;transition:all 0.5s 0s ease-in;margin-left:-22px;margin-top:-5px;}
.titlew:before{content:"";float:left;width:0;height:0;border-color:transparent #BD3E3E transparent transparent;border-style:solid;border-width:18px 17px 17px 0;transition:all 0.5s 0s ease-in;margin-left:-22px;margin-top:-5px;}
.bodyw{width:100%;margin:auto;padding:10px 0 10px 0;background:#fff;height:auto;border-right:5px solid #C9C9C9;position:relative;box-shadow:5px 5px 5px 0px rgba(0,0,0,0.01);float:right;z-index:2;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;margin-bottom:40px;}
.bodyw:hover{border-right:5px solid #B6B6B6;}
.bodyw:hover:after{width:100%;background:#f8f8f8;}
.bodyw:after{content:'';position:absolute;z-index:-1;top:0;right:0;width:0;height:100%;background:#dedede;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.icon-about::before{content:"\e61d";}
.icon-about{font:normal 22px icomoon;color:rgba(29,29,29,0.3);position:absolute;text-shadow:0px 0px 0px;margin-top:1px;right:3px;}
.icon-about_w::before{content:"\e756";}
.icon-about_w{font:normal 122px icomoon;color:rgba(0,0,0,0.1);text-shadow:0px 0px 0px;float:right;height:100%;margin-right:10px;padding-left:8px;webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;}
.bodyw:hover .icon-about_w{color:#999;}
.bodyw p{text-align:right;direction:rtl;color:#A3A3A3;font-size:15px;margin-right:10px;text-shadow:1px 3px rgba(0,0,0,0.05);}
a.link{position:absolute;left:5px;bottom:5px;background:#B4B4B4;padding:2px 10px;color:#fff;box-shadow:0 0 20px rgba(0,0,0,0.06) inset;border-left:solid 5px #9E9E9E;text-shadow:1px 1px rgba(0,0,0,0.18);font-family:candara,tahoma;}
a.link:hover{border-left:solid 5px #8B8B8B;background:#A3A3A3;}
.bodyc{height:inherit;position:relative;}
.ico::before{content:"\e76b";}
.ico.i2::before{content:"\e8c8";}
.ico.i3::before{content:"\e7c8";}
.box{width:300px;height:380px;float:right;background:#fff;box-shadow:5px 5px 5px 0px rgba(0,0,0,0.01);padding:10px 0px;border-top:solid 5px #D34F4F;z-index:2;position:relative;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;border-bottom:solid 5px #E0E0E0;margin:0px 0px 13px 30px;}
.b3{margin-left:0px;}
.box:hover{border-top:5px solid #B6B6B6;}
.box:hover:after{height:100%;background:#fbfbfb;color:#eee;}
.box:after{content:'';position:absolute;z-index:-1;bottom:0;right:0;width:100%;height:0;background:#d4d4d4;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;}
.box:hover .ico{background:#999;-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);}
.b3{border-top:solid 5px #9a5aac;}
.b2{border-top:solid 5px #289dc3;}
.ico.i2{background:#289dc3;}
.ico.i3{background:#9a5aac;}
.ico::before{content:"\e76b";}
.ico{font:normal 120px icomoon;color:rgba(255,255,255,1);text-shadow:0px 0px 0px;position:relative;margin:auto;background:#D34F4F;padding:10px;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;border:0px;border:solid 5px #eeeeee;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;display:table;top:-50px;}
span.box_title{float:right;width:300px;text-align:center;margin:auto;background:#A2A2A2;height:40px;color:#fff;font-size:22px;text-shadow:1px 1px rgba(0,0,0,0.15);direction:rtl;position:relative;top:-40px;}
.box_list ul{list-style:none;float:right;position:relative;top:55px;}
.box_list ul li{float:right;text-align:right;width:100%;background:rgba(51,51,51,0.02) url(../images/list.png) no-repeat center right;margin-bottom:1px;padding:0px;position:relative;padding:0px 20px 0px;font-family:Byekan,b yekan,tahoma,candara;font-size:15px;color:#9B9B9B;text-shadow:1px 1px rgba(255,255,255,0.51);height:30px;top:-110px;line-height:2;border-bottom:solid 1px rgba(0,0,0,0.03);cursor:pointer;}
.box_list li:hover{background:rgba(51,51,51,0.04) url(../images/list.png) no-repeat center right;}
a.more{position:absolute;bottom:0px;width:100%;text-align:center;background:#D34F4F;height:45px;color:#fff;font-size:22px;text-shadow:1px 1px rgba(0,0,0,0.25);line-height:1.7;box-shadow:0 0 rgba(250,250,250,0.5) inset;-moz-box-shadow:0 0 rgba(250,250,250,0.5) inset;-webkit-box-shadow:0 0 rgba(250,250,250,0.5) inset;-o-box-shadow:0 0 rgba(250,250,250,0.5) inset;-ms-box-shadow:0 0 rgba(250,250,250,0.5) inset;-moz-transition:all 0s ease-in;-webkit-transition:all 0s ease-in;-o-transition:all 0s ease-in;-ms-transition:all 0s ease-in;border-top:solid 5px rgba(0,0,0,0.08);}
a.more:hover{box-shadow:520px 0px rgba(250,250,250,0) inset;-moz-box-shadow:520px 0px rgba(250,250,250,0) inset;-webkit-box-shadow:520px 0px rgba(250,250,250,0) inset;-o-box-shadow:520px 0px rgba(250,250,250,0) inset;-ms-box-shadow:520px 0px rgba(250,250,250,0) inset;-moz-transition:all 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;-ms-transition:all 0.3s ease-in;}
div.sefaresh{float:right;width:100%;text-align:right;background:#FFF;height:40px;color:#8B8B8B;font-size:16px;line-height:2.4;direction:rtl;border-bottom:solid 4px #D6D6D6;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;position:relative;z-index:2;margin-bottom:50px;}
.sefaresh span{padding-right:8px;text-shadow:1px 3px rgba(0,0,0,0.06);}
.ico_sef::before{content:"\e8c7";}
.ico_sef{font:normal 25px icomoon;color:#ADADAD;position:relative;top:8px;}
.sefaresh:after{content:'';position:absolute;z-index:-1;top:0;right:0;width:0;height:100%;background:#dedede;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.sefaresh:hover:after{width:100%;background:#f8f8f8;}
a.sef{float:left;background:#2BAD83;height:100%;padding:0px 10px;color:#fff;text-shadow:1px 1px rgba(0,0,0,0.14);border-bottom:solid 4px rgba(0,0,0,0.13);z-index:2;position:relative;-webkit-transition:all 0.1s;-moz-transition:all 0.1s;transition:all 0.1s;}
.a_sef::before{content:"\e6f0";}
.a_sef{font:normal 22px icomoon;color:#fff;position:relative;float:right;top:8px;margin-right:-8px;margin-left:5px;}
a.sef:after{content:'';position:absolute;z-index:-1;top:0;right:0;width:0;height:100%;background:#6a6a6a;-webkit-transition:all 0.1s;-moz-transition:all 0.1s;transition:all 0.1s;}
a.sef:hover:after{width:100%;background:#888888;border-bottom:solid 4px rgba(0,0,0,0.13);}
.footer{width:100%;height:450px;bottom:0px;border-top:solid 5px rgba(0,0,0,0.10);clear:both;background:#fafafa;}
.top_footer{width:100%;height:60px;top:0px;background:#333;box-shadow:0 5px rgba(0,0,0,0.05);}
.body_top_footer{width:960px;margin:0 auto;}
.body_bottom_footer{width:960px;margin:0 auto;}
.menu_footer ul{list-style:none;margin:0px;padding:0px;}
.menu_footer ul li{position:relative;display:inline-block;margin:0px;float:left;}
.menu_footer ul li a{display:inline-block;color:#fff;font-family:candara,tahoma;font-size:18px;height:60px;padding:0px 10px;line-height:3.4;margin-right:1px;}
.menu_footer ul li a:hover{background:rgba(0,0,0,0.34);}
.right_top_footer{color:#fff;font-family:BYekan,b yekan,candara,tahoma;font-size:16px;height:60px;line-height:4;margin:0px;padding:0px;float:right;background:rgba(0,0,0,0.34);padding:0px 10px;}
.support::before{content:"\e60d";}
.support{font:normal 30px icomoon;position:relative;top:12px;color:#fff;padding-left:7px;float:right;}
.right_top_footer:hover{background:rgba(0,0,0,0.50);}
.right_top_footer:hover .support{color:#FF9E9E;}
.box_footer{float:right;text-align:right;direction:rtl;top:40px;position:relative;width:300px;margin:0px 10px 0px 10px;}
.box_footer ul{list-style:none;padding:0px;margin:0px;}
div.title_footer{font-size:16px;font-family:BYekan,yekan,b yekan,tahoma,candara;color:#8F8F8F;padding-bottom:5px;background:#ECECEC;height:30px;line-height:2.2;box-shadow:0 1px rgba(255,255,255,0.22) inset;position:relative;z-index:2;}
.box_footer:hover .title_footer{color:#f4f4f4;}
.box_footer:hover .d4{color:#f4f4f4;}
.box_footer:hover .title_footer:after{width:100%;background:#5A5A5A;}
.title_footer:after{content:'';position:absolute;z-index:-1;top:0;right:0;width:0;height:100%;background:#dedede;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.darbare::before{content:"\e61d";}
.d2::before{content:"\e76c";}
.d3::before{content:"\e710";}
.darbare{font:normal 24px icomoon;position:relative;color:##8F8F8F;padding-left:2px;float:right;width:30px;padding-right:7px;margin-top:5px;}
.box_footer ul li a{color:#7C7C7C;font-family:BYekan,byekan,b yekan,yekan,tahoma;font-size:15px;position:relative;display:block;top:5px;padding-right:5px;height:25px;text-shadow:1px 1px #fff;border-bottom:dashed 1px rgba(0,0,0,0.23);}
.list_style::before{content:"\e691";}
.list_style{font:normal 10px icomoon;position:relative;color:#8F8F8F;float:right;width:15px;padding-right:7px;margin-top:5px;}
.box_footer ul li a:hover{color:#bcbcbc;}
.box_footer ul li a:hover .list_style{color:#bf4949;}
.copy_right{height:40px;bottom:0px;background:#333;clear:both;position:relative;}
.body_cop{width:960px;margin:0 auto;}
div.tarhara{text-align:right;direction:rtl;float:right;color:#fff;font-size:15px;margin-top:10px;text-shadow:1px 1px rgba(0,0,0,0.24);}
.tarhara_ico::before{content:"\e878";}
.di2::before{content:"\e7c1";}
.tarhara_ico{font:normal 22px icomoon;position:relative;color:#fff;padding-left:7px;float:right;}
.cp{text-align:right;direction:rtl;float:left;color:#fff;font-size:15px;margin-top:10px;text-shadow:1px 1px rgba(0,0,0,0.24);}
.cp a:hover{color:#dbdbdb;}
.cp a{color:#FF9E9E;}
.box_footer.bf4{width:98%;top:60px;float:right;}
.bf4 a{float:right;margin:10px 0px 0px 8px;box-shadow:inset 0 0 0 5px #fff;border:solid 5px #E6E6E6;webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;line-height:0px;}
.bf4 a:hover{border:solid 5px #646464;}
.d4::before{content:"\e743";}
.d4{color:#C76767;}
}
@media (max-width:760px){.vi,.in{display:none;}
#mnu{ position:relative; top:-35px !impotant; right:150px !important; color:#615e6f !important; }
#vision { width:400px !important; } 
}
@media (max-width:780px){.buttons{position:absolute;}
#mnu{ position:relative; top:-35px; right:150px !important; color:#615e6f !important; }
#vision { width:400px !important; } 
}
@media (max-width:680px){.vi,.tw,.in{display:none;}
#mnu{ position:relative; top:-35px !important; right:150px !important; color:#615e6f !important; }
#vision { width:400px !important; } 
}
@media (max-width:640px){.fb,.go,.tw,.vi,.in{display:none;}
#mnu{ position:relative; top:-35px !important; right:150px !important; color:#615e6f !important; }
#vision { width:400px !important; } 
}
@media (max-width:570px){.logo{display:none;}
#mnu{ position:relative; top:-35px !important; right:150px !important; color:#615e6f !important; }
.buttons{width:90%;}
.menu_footer ul{overflow:hidden;}
#vision { width:400px !important; } 
}
@media (max-width:590px){.bf3{display:none;}
#mnu{ position:relative; top:-35px !important; right:150px !important; color:#615e6f !important; }
#vision { width:400px !important; } 
}
@media (max-width:380px){.bf2{display:none;}
#mnu{ position:relative; top:-35px !important; right:150px !important; color:#615e6f !important; }
#vision { width:400px !important; } 
}
@media (max-width:960px){div.main{width:95%;margin:20px auto;}

.box{width:100%;margin-bottom:40px;}
span.box_title{width:100%;}
.body_bottom_footer{width:90%}
.box_footer{width:200px;margin:0px 16px 0px 16px;}
div.title_footer{overflow:hidden;}
a.sef{padding:0px 0px;text-align:center;width:100%;}
.sefaresh span{display:none;}
.body_top_footer{width:90%;}
div.tarhara{display:none;}
.body_cop{width:90%;}
}
@media (max-width:850px){.box_footer{width:150px;margin:0px 10px 0px 10px;}
#mnu { position:relative; top:0px !important; right:150px !important; color:#615e6f !important; }
#vision { width:250px !important; } 
}
@media (max-width:725px){.right_top_footer{display:none;}
#mnu { position:relative; top:-35px !important; right:120px !important; color:#615e6f !important; }
#vision { width:400px; }
}
#mnu { position:relative; top:12px; right:50px; color:#615e6f !important; }
img.pic_des{float:right;margin:0 10px;border:3px solid rgba(255,255,255,1);box-shadow:0 0 2px rgba(0,0,0,0.17);}
.de{min-height:200px;}
.de h3{text-align:right;font-weight:normal;color:#C95454;text-shadow:1px 3px rgba(0,0,0,0.05);padding-bottom:5px;margin:0px;margin-right:10px;}
.de li{margin-top:10px;float:right;list-style:none;}
.slid2{background:#5A8DB4;border-right:solid 5px rgba(0,0,0,0.2);}
.slid2:before{content:"";float:left;width:0;height:0;border-color:transparent #5A8DB4 transparent transparent;border-style:solid;border-width:18px 17px 17px 0;transition:all 0.5s 0s ease-in;margin-left:-22px;margin-top:-5px;}
.slid3{background:#974FAD;border-right:solid 5px rgba(0,0,0,0.2);}
.slid3:before{content:"";float:left;width:0;height:0;border-color:transparent #974FAD transparent transparent;border-style:solid;border-width:18px 17px 17px 0;transition:all 0.5s 0s ease-in;margin-left:-22px;margin-top:-5px;}
.tab{margin-left:2px;margin:0px auto;position:relative;float:right;right:30px;}
.tab ul{margin:0px;padding:0px;direction:rtl;}
.tab ul li{background:#FAFAFA;padding:10px 10px;color:#AAAAAA;list-style:none;text-align:center;display:inline-block;cursor:pointer;font-size:16px;text-shadow:1px 1px #fff;border-top:solid 4px #59A3BB;margin-right:2px;box-shadow:inset 0 3px #F3F3F3;}
.gheymat,.ghavanin,.contact,.register{margin:0px auto;background:#FAFAFA;clear:both;border-bottom:solid 5px #E6E6E6;padding-bottom:20px;}
.ico_gheymat::before{content:"\e656";}
.ico_gh2::before{content:"\e649";}
.ico_gh3::before{content:"\e620";}
.ico_gh4::before{content:"\e6d7";}
.ico_con1::before{content:"\e61e";}
.ico_con2::before{content:"\e610";}
.ico_con3::before{content:"\e7d3";}
.ico_gheymat{font:normal 25px icomoon;top:0px;float:right;position:relative;margin-left:8px;}
.box1,.box2,.box3,.box4{}
.box1{}
.price_list{font-family: "IRANSans";font-weight:normal;color:#727272;direction:rtl;}
.price_list table{position:relative;margin:0 auto;width:100%;top:5px;}
.headtab{font-weight:normal;font-size:16px;text-align:center;padding:5px;text-shadow:1px 1px rgba(0,0,0,0.09);color:#FAFAFA;padding-right:10px;box-shadow:0px 0px 0px 3px rgba(0,0,0,0.05) inset,0 3px rgba(0,0,0,0.04);height:30px;}
.ico_he::before{content:"\e734";}
.icohe1::before{content:"\e731";}
.ico_he{font:normal 24px icomoon;top:0px;float:right;position:relative;margin-left:8px;}
.he1{background:rgba(122,122,122,1);}
.he2{background:#77AF00;}
.he3{background:#C24A4A;}
.he4{background:#4B80B1;}
.price_list tbody{font-size:15px;text-align:center;padding-right:0px;}
.left{text-align:right;text-align:right;padding-right:8px;}
.price_list table td{}
.price_list table td a{color:#E24848;}
.blue{display:table;margin:auto;background:#D54646;width:100%;text-align:center;color:#fff;font-size:16px;height:40px;line-height:2;box-shadow:0 0 0 4px rgba(0,0,0,0.05) inset;text-shadow:1px 1px rgba(0,0,0,0.28);}
.gren{display:table;margin:auto;background:#8AC000;width:100%;text-align:center;color:#fff;font-size:16px;height:40px;line-height:2;box-shadow:0 0 0 4px rgba(0,0,0,0.05) inset;text-shadow:1px 1px rgba(0,0,0,0.28);}
.oddd{background:#888;color:#fff;}
.even{background:rgba(243,243,243,1);}
.odd{background:rgba(255,255,255,0.68);}
.box2{}
.sale{display:table;margin:auto;background:#9360AC;width:100%;text-align:center;color:#fff;font-size:16px;height:40px;line-height:2;box-shadow:0 0 0 4px rgba(0,0,0,0.05) inset;text-shadow:1px 1px rgba(0,0,0,0.28);}
.sale:hover{background:#666;}
.price2 table td a{color:#fff;}
.box3{}
#carts{width:100%;border-spacing:10px 0px !important;position:relative;top:20px;}
#carts thead tr th{width:192px;height:30px;font-weight:normal;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;background:#777;font-size:16px;color:#F5F5F5;text-align:right;text-shadow:1px 1px rgba(0,0,0,0.18);box-shadow:inset 0 1px rgba(255,255,255,0.19);border:solid 1px rgba(0,0,0,0.17);border-bottom:0px;}
.cartsj th{background:#F0F0F0;font-weight:normal;direction:rtl;color:#7E7E7E;font-size:16px;height:30px;}
.hesab::before{content:"\e778";}
.hesab{font:normal 16px icomoon;top:4px;float:right;position:relative;margin-left:8px;margin-right:50px;}
.tab ul li:nth-child(1){border-top:solid 4px #AAAAAA;}
.sms{font-family: "IRANSans";font-size:20px;color:rgb(119,156,190);padding-right:15px;text-align:right;direction:rtl;}
form#sendcart{direction:rtl;text-align:right;right:15px;position:relative;font-family:BYekan;font-size:16px;}
select.input.text{width:100px;border:solid 1px #DDDDDD;height:30px;box-shadow:inset 0 1px #FFF;background:#F7F7F7;border-radius:3px;font-family:BYekan;padding-right:10px;font-size:16px;text-shadow:1px 1px #fff;}
input.input.text{width:200px;border:solid 1px #DDDDDD;height:30px;box-shadow:inset 0 1px #FFF;background:#F7F7F7;border-radius:3px;font-family:BYekan;padding-right:10px;font-size:16px;text-shadow:1px 1px #fff;}
input.submit{border:solid 1px #68A200;margin-top:5px;margin-right:0px;background:#78B100;box-shadow:inset 0 1px rgba(227,255,137,0.39);border-bottom:3px solid #68A200;font-family:BYekan,tahoma;width:100px;margin-bottom:20px;cursor:pointer;}
input.submit:hover{border:solid 1px #629900;background:#71A700;border-bottom:3px solid #629900;}
.paginator{margin-top:10px;}
.ghav{width:90%;direction:rtl;text-align:justify;margin:0 auto;top:20px;padding:20px;color:#868686;font-size:15px;text-shadow:1px 1px #fff;font-family:BYekan,candara,tahoma;}
.ghav b{font-weight:normal;font-size:16px;background:#8B8B8B;width:100%;display:block;padding-right:5px;height:30px;line-height:1.8;color:#F7F7F7;text-shadow:1px 1px rgba(0,0,0,0.11);border-right:solid 4px rgba(0,0,0,0.15);}
.table th,.table td{padding:8px;line-height:18px;text-align:right;vertical-align:top;font-weight:normal;}
table.table{width:100%;font-family:BYekan,candara,tahoma;}
table.table a{color:#BB4949;}
.mehr{color:#BB4949;}
.server tr th{font-weight:normal;}
table.server{background:#ECECEC;}
.ghav h2{font-weight:normal;}
tr.onvan_server{background:#686868;color:#FAFAFA;text-shadow:1px 1px rgba(0,0,0,0.12);}
.jadval tr:nth-child(odd){background:rgb(238,238,238);}
.jadval tr:nth-child(even){background:rgba(255,255,255,0.71);}
.jadval tr:hover{background:rgb(252,237,237);}
.mtitle{direction:rtl;text-align:right;font-weight:normal;font-size:16px;color:#757575;font-family:BYekan,candara,tahoma;padding:20px;background:rgba(255,255,255,0.81);margin:20px 20px;top:20px;position:relative;border-radius:10px;border:solid 1px #F1F1F1;text-shadow:1px 3px rgba(0,0,0,0.06);border-bottom:solid 3px #F1F1F1;}
.tam{color:#508FC0;width:100%;height:30px;border-bottom:solid 1px #ECECEC;box-shadow:0 1px #fff;}
.form{direction:rtl;text-align:right;font-weight:normal;font-size:16px;color:#757575;font-family:BYekan,candara,tahoma;padding:20px;background:rgba(255,255,255,0.81);margin:20px 20px;top:10px;position:relative;border-radius:10px;border:solid 1px #F1F1F1;text-shadow:1px 3px rgba(0,0,0,0.06);border-bottom:solid 3px #F1F1F1;}
.text_emali,.text_name,.sub_con,.textarea{background:#FFF;width:500px;height:30px;padding-right:5px;margin-bottom:5px;border-radius:5px 0px 0px 5px;color:#808080;border:solid 1px #C9C9C9;text-shadow:1px 1px #fff;border-right:0px;font-family:BYekan,candara;font-size:15px;}
.ico_mail::before{content:"\e61e";}
.ico_n::before{content:"\e636";}
.ico_s::before{content:"\e84e";}
.ico_mail::before{content:"\e847";}
.big_ico::before{content:"\e82c";}
.ico_m::before{content:"\e84a";}
.ico_mail,.ico_n,.ico_s,.ico_m{font:normal 20px icomoon;top:0px;float:right;position:relative;background:#5CA0B6;height:34px;line-height:1.5;width:40px;text-align:center;color:#fff;border-radius:0px 5px 5px 0px;}
.big_ico{font:normal 310px icomoon;top:-20px;color:#F8F8F8;position:absolute;left:20px;text-shadow:none;z-index:1;}
#message{height:100px;}
.ico_m{height:106px;line-height:5;background:#A7A7A7;}
input#captcha{background:#FFF;height:30px;padding-right:5px;margin-bottom:5px;border-radius:5PX;color:#808080;border:solid 1px #C9C9C9;text-shadow:1px 1px #fff;font-family:BYekan,candara;font-size:15px;}
.send_con{height:35px;border-radius:5px;padding:0px;margin:0px;color:#fff;font-size:16px;text-shadow:1px 1px rgba(0,0,0,0.34);}
.faq-title{text-align:right;}
.faq-title:hover{color:#b34e4e;}
.accordion-group{margin:10px auto;background:#F5F5F5;color:#818181;min-height:41px;width:90%;font-family:BYekan,b yekan,candara;position:relative;top:20px;font-size:16px;text-shadow:1px 1px #fff;border:solid 1px #E0E0E0;border-radius:5px;border-bottom:solid 2px #E0E0E0;box-shadow:inset 0 2px rgba(255,255,255,0.49);}
.accordion-heading{background:url("../images/box-header-bg.html") repeat-x scroll 0 0 transparent;border-radius:7px;height:35px;padding:3px 0;text-align:center;width:100%;cursor:pointer;}
.accordion-heading a,.faq-box .accordion-heading a:hover,.faq-box .accordion-heading a:focus{text-decoration:none;}
.accordion-inner{padding:9px 15px;border-top:0px solid rgb(229,229,229);text-align:right;font-size:15px;background:#FFF;}
.accordion-inner a{color:#b34e4e;}
.collapse{position:relative;overflow:hidden;display:none;}
.accordion-heading .accordion-toggle{display:block;padding:8px 15px;}
.accordion-body{font-size:11px;}
h3.danesh{margin:0px;direction:rtl;padding:0px;text-align:right;font-weight:normal;margin-right:50px;position:relative;font-size:20px;top:40px;color:#B95252;padding-right:5px;}
.accordion-inner ol{direction:rtl;}
.accordion-inner h3{font-weight:normal;}
h1.title_rej{float:right;font-weight:normal;color:#757575;height:44px;background:#FAFAFA;width:100%;text-align:right;font-size:21px;}
.ico_rej::before{content:"\e758";}
.ico_rej{font:normal 30px icomoon;color:#FFF;top:7px;position:relative;width:44px;height:44px;background:#3B63AA;text-align:center;padding:7px;margin-bottom:40px;}
.register{padding:50px 80px;}
.title_et{float:right;text-align:right;font-size:16px;color:#7E7E7E;border-bottom:solid 1px rgba(0,0,0,0.05);box-shadow:0 1px #fff;width:100%;padding-bottom:5px;text-shadow:1px 1px #fff;}
.ico_et::before{content:"\e753";}
.ico_et{font:normal 20px icomoon;color:#777;position:relative;text-align:center;top:2px;}
label.required,.optional{float:right;font-size:16px;color:#838383;}
.box_text_rej,#country{width:100%;height:28px;background:#fff;border:solid 1px rgba(0,0,0,0.06);border-radius:4px;border-bottom:solid 2px rgba(0,0,0,0.06);font-family:BYekan,tahoma;}
a.link_gh{color:#DB4A4A;font-size:16px;}
h2.features{color:#7E7E7E;border-bottom:solid 1px rgba(0,0,0,0.05);box-shadow:0 1px #fff;width:100%;padding-bottom:5px;text-shadow:1px 1px #fff;font-weight:normal;text-align:right;font-size:16px;}
.emkan{direction:rtl;font-weight:normal;text-align:center;color:#696969;}
th{font-weight:normal;}
tr.onvan_emkan{background:#727272;color:#F7F7F7;font-size:16px;}
.emkan tr:nth-child(odd){background:rgb(238,238,238);}
.emkan tr:nth-child(even){background:rgba(255,255,255,0.71);}
form#login-form{width:500px;margin:0px auto;background:rgba(255,255,255,0.81);padding:20px;border-bottom:4px solid rgba(0,0,0,0.18);margin-bottom:20px;}
h1.cl{margin:20px auto;position:relative;width:500px;text-align:right;font-weight:normal;color:#8F8F8F;}
a.bazy{color:#fff;background:#C24848;padding:6px 7px;text-shadow:1px 1px rgba(0,0,0,0.33);border:solid 1px rgba(0,0,0,0.28);box-shadow:inset 0 1px rgba(255,194,194,0.42);border-radius:3px;position:relative;float:left;bottom:50px;}
.errors li{list-style:none;color:#FF7676;font-size:16px;}
ul.errors{padding:0px;}
#saman{background-color:rgba(51,51,51,0.58);position:fixed;height:155px;z-index:1000;bottom:10px;right:10px;width:155px;box-shadow:0px 0px 7px #AA9797;border-radius:50%;}
#enama{background-color:rgba(51,51,51,0.58);position:fixed;height:155px;z-index:1000;bottom:10px;left:10px;width:155px;box-shadow:0px 0px 7px #AA9797;border-radius:50%;}

