﻿@charset "utf-8";
@font-face {
    font-family: 'BYekan';
    src:url('../Fonts/BYekan.eot?#') format('eot'),    
          url('../Fonts/BYekan.woff') format('woff'),
          url('../Fonts/BYekan.ttf') format('truetype'); 
}
@font-face {
  font-family: 'IRANSans-web';
  font-style: normal;
  font-weight: bold;
  src: url('../Fonts/IRANSansWeb_Bold.eot');
  src: url('../Fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
     url('../Fonts/IRANSansWeb_Bold.woff2') format('woff2'),
     url('../Fonts/IRANSansWeb_Bold.woff') format('woff'),
     url('../Fonts/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'IRANSans-web';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/IRANSansWeb_Medium.eot');
  src: url('../Fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
     url('../Fonts/IRANSansWeb_Medium.woff2') format('woff2'),
     url('../Fonts/IRANSansWeb_Medium.woff') format('woff'),
     url('../Fonts/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'IRANSans-web';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/IRANSansWeb_Light.eot');
  src: url('../Fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
     url('../Fonts/IRANSansWeb_Light.woff2') format('woff2'),
     url('../Fonts/IRANSansWeb_Light.woff') format('woff'),
     url('../Fonts/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
  font-family: 'IRANSans-web';
  font-style: normal;
  font-weight: 200;
  src: url('../Fonts/IRANSansWeb_UltraLight.eot');
  src: url('../Fonts/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
     url('../Fonts/IRANSansWeb_UltraLight.woff2') format('woff2'),
     url('../Fonts/IRANSansWeb_UltraLight.woff') format('woff'),
     url('../Fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'IRANSans-web';
  font-style: normal;
  font-weight: normal;
  src: url('../Fonts/IRANSansWeb.eot');
  src: url('../Fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
     url('../Fonts/IRANSansWeb.woff2') format('woff2'),
     url('../Fonts/IRANSansWeb.woff') format('woff'),
     url('../Fonts/IRANSansWeb.ttf') format('truetype');
}

.IRANSansBold {
  font-family: IRANSans-web;
  font-weight: bold;
}

.IRANSansMedium {
  font-family: IRANSans-web;
  font-weight: 500;
}


.IRANSansUltraLight {
  font-family: IRANSans-web;
  font-weight: 200;
}

.IRANSansLight {
  font-family: IRANSans-web;
  font-weight: 300;
}

.IRANSans {
  font-family: IRANSans-web;
  font-weight: normal;
}

/* Main
-------------------------------------------------- */
html,
body {
    width: 100%;
    height: 100%;
    font-family: IRANSans-web, BYekan, Tahoma;
    text-rendering: optimizeLegibility;
}

.l2r {
  text-align: left;
  direction: ltr;
}

.r2l {
  text-align: right;
  direction: rtl;
}

.modal-backdrop {
  z-index: -1;
}

::-moz-selection {
    background: #4F1054;
    color: #fff;
}

::selection {
    background: #4F1054;
    color: #fff;
}

/* Navbar
-------------------------------------------------- */
.navbar-default {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border: medium none;
  -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
}

.navbar-brand > img {
  display: block;
  max-height: 100%;
}

.navbar-brand {
  height: 80px;
}

.navbar-default .navbar-nav > li > a {
  color: #efefef;
  padding: 28px 10px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #efefef;
}

.top-nav-collapse {
  background: rgba(0, 0, 0, 0.5);
}

/* Brackets Effect */
.top-nav-menu a:hover,
.top-nav-menu a:focus {
  outline: none;
}

.top-nav-menu a::before,
.top-nav-menu a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.top-nav-menu a::before {
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.top-nav-menu a::after {
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.top-nav-menu a:hover::before,
.top-nav-menu a:hover::after,
.top-nav-menu a:focus::before,
.top-nav-menu a:focus::after {
  color: #fff;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

/* Header
-------------------------------------------------- */
header {
    width: 100%;
    min-height: 100%;
    text-align: right;
    color: #fff;
    background: #49134D;
    background-image: url(../Images/headBG.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}

#head {
  padding-top: 30px;
  margin-top:200px;
}

#head h1 {
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 38px;
}

#head p {
  font-family: IRANSans-web, BYekan, tahoma;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 35px;
  margin-top: 20px;
}

#fast-signup input {
  background: none;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  direction: ltr;
  height: 47px;
  margin-left: 10px;
  text-align: left;
}

#fast-signup .btn {
  background-color: rgba(0, 189, 189, 0.8);
  border: medium none;
  border-radius: 6px;
  color: #fff;
  height: 47px;
  font-family: IRANSans-web, BYekan, tahoma;
  text-align: center;
}

.register-box {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border-radius: 6px;
  padding: 34px 20px 31px;
  margin-bottom: 50px;
}

/* #Pages
-------------------------------------------------- */
#pages header {
  min-height: auto;
}

#pages #head {
  padding-top: 100px;
  padding-bottom: 70px;
}

#page-content {
  padding-top: 50px;
  padding-bottom: 60px;
}

#page-content h2 {
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 25px;
}

#page-content p {
  color: #7c888e;
  font-family: IRANSans-web, BYekan, tahoma;
  line-height: 28px;
  margin: 18px 0 10px;
}

#page-content li {
  color: #7c888e;
  line-height: 27px;
  font-family: IRANSans-web, BYekan, tahoma;
}

#page-content a {
  color: #4F1054;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 17px;
}

.rules p {
  list-style:circle inside none;
  display:list-item; 
  text-align: justify;
}

.rules strong {
}

/* #Forms
-------------------------------------------------- */
#forms {
  height: 100%;
  width: 100%;
}

#forms header {
    width: 100%;
    min-height: 100%;
    text-align: right;
    color: #fff;
    background: #6cab26;
    background-image: url(../img/bg_blur.jpg);
    background-image: url(../img/bg_blur.jpg), -webkit-linear-gradient(90deg, #43cea2 10%, #185a9d 90%); /* Chrome 10+, Saf5.1+ */
    background-image: url(../img/bg_blur.jpg),   -moz-linear-gradient(90deg, #43cea2 10%, #185a9d 90%); /* FF3.6+ */
    background-image: url(../img/bg_blur.jpg),    -ms-linear-gradient(90deg, #43cea2 10%, #185a9d 90%); /* IE10 */
    background-image: url(../img/bg_blur.jpg),     -o-linear-gradient(90deg, #43cea2 10%, #185a9d 90%); /* Opera 11.10+ */
    background-image: url(../img/bg_blur.jpg),        linear-gradient(90deg, #43cea2 10%, #185a9d 90%); /* W3C */
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

#forms #head {
  padding-top: 100px;
}

#login-form input {
  border: none;
  border-radius: 6px;
  height: 47px;
  margin-left: 10px;
  text-align: left;
}
#login-form input[type="radio"], #login-form input[type="checkbox"] {
  height: auto;
}
.radio label, .checkbox label {
  font-size: 12px;
}

#login-form .btn-theme {
  background-color: #4F1054;
  background-color: rgba(0, 189, 189, 0.8);
  border: medium none;
  border-radius: 6px;
  color: #fff;
  height: 47px;
  font-family: IRANSans-web, BYekan, tahoma;
  text-align: center;
  margin-bottom: 15px;
}

.login-links {
  padding-top: 15px;
}

.login-links a {
  color: #efefef;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 12px;
  padding: 8px;
}

#forms .chehrak {
  margin: 25px auto;
  width: 80px;
  background: url("../img/avatar.png") no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  display: block;
  height: 80px;
  width: 80px;
}

#login-form .checkbox a {
  color: #c4c4c4;
}

#forms .error-message {
  color: #ff8787;
  font-family: Tahoma;
  font-size: 13px;
  margin: 5px 6px;
  text-align: right;
}

#login-form #a-reload {
  color: #ccc;
  margin-right: 13px;
}

#login-form #img-captcha {
  border-radius: 4px;
  margin-bottom: 10px;
}

#activations-guide #head h3 {
  line-height: 40px;
}
#activations-guide #head i {
  font-size: 80px;
}
#activations-guide #head p {
  font-family: IRANSans-web, BYekan, tahoma;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: right;
}
#activations-guide #head a {
  color: #00e8e8;
  font-weight: bold;
  text-decoration: none;
}
.google-btn {
  background: #DD4B39;
  color: #fff;
  direction: ltr;
  overflow: hidden;
  padding-bottom: 12px;
  padding-top: 13px;
}
.google-btn:focus, .google-btn:hover {
  background: #e55647;
  color: #eee;
  text-decoration: none;
}

/* #Process
-------------------------------------------------- */

#process {
  background: #4F1054 none repeat scroll 0 0;
  font-family: IRANSans-web, BYekan, tahoma;
  padding-top: 80px;
  padding-bottom: 80px;
}

#process h2 {
  font-size: 19px;
  color: #fff;
  margin-bottom: 16px;
}

#process .container {
  position: relative;
}

.process::before {
  border-top: 1px solid #d0d0d0;
  content: "";
  height: auto;
  left: 13%;
  position: absolute;
  top: 33%;
  width: 75%;
}

.circle-box {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #d0d0d0;
  border-radius: 100%;
  display: inline-block;
  height: 125px;
  margin-bottom: 15px;
  padding: 4px;
  width: 125px;
  z-index: 1;
}

.horizontal-circles {
  border: 1px solid #d0d0d0;
  border-radius: 100%;
  display: inline-block;
  height: 115px;
  line-height: 105px;
  margin-bottom: 20px;
  transition: all 300ms ease 0s;
  width: 115px;
}

#process p {
  color: #fff;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 13px;
  font-weight: 300;
}

#process .section-number {
  background: #fff;
  border-radius: 50%;
  color: #4F1054;
  font-family: BYekan, IRANSans-web, tahoma;
  font-size: 18px;
  line-height: 0;
  padding: 0 9px;
}
/* Info
-------------------------------------------------- */
.info {
  overflow: hidden;
  padding: 60px 0;
}
.info h2 {
  font-family: IRANSans-web, BYekan, tahoma;
  color: #444;
}
.info p {
  color: #777;
  font-family: IRANSans-web, BYekan, tahoma;
  font-weight: 300;
  line-height: 28px;
  margin: 18px 0 10px;
}
.info a {
  color: #4F1054;
  font-family: BYekan, IRANSans-web, tahoma;
  font-size: 17px;
}

/* Feature
-------------------------------------------------- */
#feature {
  overflow: hidden;
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 50px 0;
}

#feature h2 {
  font-family: BYekan, IRANSans-web, tahoma;
  font-size: 30px;
}

#feature h5 {
  font-family: IRANSans-web, BYekan, tahoma;
  font-weight: 200;
  font-size: 13px;
}

.feature-box i {
  border: 1px solid;
  border-radius: 50%;
  color: #4F1054;
  font-size: 24px;
  padding: 11px;
}

#feature h4 {
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 20px;
  color: #000;
}

.feature-box {
  color: #7c888e;
  display: inline-block;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 13px;
  padding-top: 30px;
}

.feature-box p {
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

/* Reviews
-------------------------------------------------- */
#reviews {
  background: #4F1054 none repeat scroll 0 0;
  color: #fff;
  padding: 60px 0 50px;
}
.quotation {
  font-size: 15px;
  line-height: 29px;
}
.reviews-author {
  border: 2px solid #efefef;
  width: 70px;
}
.author-title {
  font-weight: 300;
}
#reviews .carousel-indicators {
  margin: 18px auto -18px;
  position: static;
}


/* Pricing
-------------------------------------------------- */
#Pricing {
  overflow: hidden;
  background: #4F1054 none repeat scroll 0 0;
  padding-top: 55px;
  padding-bottom: 60px;
}

#Pricing h2 {
  color: #fff;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 25px;
}

#Pricing small {
  color: #fff;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 13px;
}

#Pricing li {
  color: #fff;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 14px;
  line-height: 28px;
}

#Pricing .btn {
  border: 1px solid;
  color: #4F1054;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 12px;
  font-weight: bold;
  margin-top: 11px;
  padding: 7px 38px;
}

#Pricing .btn:hover {
  background: #4F1054;
  color: #fff;
}

.gift {
  width: 100px;
  margin-top: 7px;
}

#Pricing hr {
  width: 85%;
}

.free-plan h2 {
  margin-bottom: 21px;
  margin-top: 26px;
}

#per-invoice h2 {
  margin-top: 8px;
}

.price-des {
  color: #fff;
  margin: 25px 0 0;
}

.more-price {
  color: #efefef;
  display: block;
  padding-top: 45px;
}

.more-price, .more-price:hover, .more-price:active {
  color: #efefef;
  display: block;
  padding-top: 45px;
  text-decoration: none;
}

#Pricing .nav.nav-tabs {
  border: medium none;
}

#Pricing .nav-tabs li a {
  border: 1px solid #eee;
  border-radius: 4px;
  color: #fff;
  margin: 0 4px 38px;
  padding: 6px 22px;
  text-align: center;
}

#Pricing .nav-tabs li.active a {
  color: #4F1054;
}

#Pricing .nav > li > a:focus, #Pricing .nav > li > a:hover {
  background-color: #65146b;
  text-decoration: none;
}

#Pricing .nav > li.active > a:focus, #Pricing .nav > li.active > a:hover {
  background-color: #fff;
}

#Pricing .nav-tabs > li, #Pricing .nav-pills > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  zoom:1; /* hasLayout ie7 trigger */
}

#Pricing .nav-tabs, #Pricing .nav-pills {
    text-align:center;
}

#pakages hr {
  width: 70%;
}

#pages .Pricing h2 small {
  font-size: 12px;
  font-weight: 100;
  vertical-align: middle;
}

/* Feature
-------------------------------------------------- */

/* Newsletter
-------------------------------------------------- */
#newsletter {
  padding-bottom: 72px;
  padding-top: 48px;
}

#newsletter input {
  border-radius: 31px;
  height: 45px;
  width: 100%;
}

#newsletter .form-group {
  width: 75%;
}

#newsletter .btn {
  border-radius: 31px;
  height: 45px;
  width: 20%;
  background: #4F1054;
  color: #fff;
  font-family: IRANSans-web, BYekan, tahoma;
  border: none;
}

#newsletter h2 {
  font-family: BYekan, IRANSans-web, tahoma;
  font-size: 33px;
}

#newsletter p {
  font-family: IRANSans-web, BYekan, tahoma;
  padding-bottom: 22px;
}

/* Footer
-------------------------------------------------- */
#footer {
  background-color: #3b3b3b;
  padding-top: 50px;
  padding-bottom: 70px;
}
#footer hr {
  border-color: #aaa;
  margin: 40px 0;
}
#footer-links a {
  color: #efefef;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 13px;
  line-height: 25px;
}
#footer-links li {
  margin-bottom: 9px;
}
.footer-logo {
  background: url("../Images/BankLogo.png") no-repeat;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.bpm-logo {
  height: 76px;
  width: 78px;
}
.sep-logo {
  background-position: -96px 0;
  height: 79px;
  width: 123px;
}
.sina-logo {
  background-position: -229px 0;
  height: 79px;
  width: 88px;
}
.parsian-logo {
  background-position: -320px 0;
  height: 81px;
  width: 80px;
}
.zarinpal-logo {
  background-position: -412px 0;
  height: 81px;
  width: 88px;
}
#footer-about .logo {
  width: 153px;
}
#footer-about p {
  color: #efefef;
  font-family: IRANSans-web, BYekan, tahoma;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 300;
}
#footer-about .btn {
  background: #3b3b3b;
  color: #fff;
  font-weight: 300;
  margin-left: 10px;
  margin-top: 12px;
  padding: 6px 15px;
}
#footer-news a {
  color: #efefef;
}
#footer-news > ul {
  color: #efefef;
  padding: 0;
}
#footer-news li {
  margin-bottom: 13px;
}
#copyright p {
  color: #ccc;
  margin-top: 0;
}
#social a {
  color: #efefef;
  font-size: 16px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#social a:hover {
  color: #4F1054;
}

/* Contact
-------------------------------------------------- */
.contact #img-captcha {
  margin-bottom: 15px;
}
.contact .error-message {
  color: #db2b18;
  font-size: 12px;
  margin: 5px 0;
}
.contact .btn {
  background: #4F1054 none repeat scroll 0 0;
  color: #fff;
}


/* Oauth
-------------------------------------------------- */
.oauth-logo {
  border: 5px solid #ccc;
  border-radius: 50%;
  height: 72px;
  width: 72px;
}
#oauth2 .client-subtitle {
  font-size: 16px;
  margin: 0 0 25px;
}
#client-desc p {
  font-size: 13px;
  font-weight: 100;
  line-height: 23px;
  text-align: center;
}


/* Nprogress
-------------------------------------------------- */

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #4F1054;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #4F1054;
  border-left-color: #4F1054;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* NotificationFx
-------------------------------------------------- */
.ns-box {
  position: fixed;
  background: #4F1054;
  background: rgb(0,189,189);
  background: rgba(0,189,189,1);
  padding: 22px;
  line-height: 1.4;
  z-index: 2000;
  pointer-events: none;
  color: #fff;
  color: rgba(250,251,255,0.95);
  font-size: 85%;
  font-family: IRANSans-web, BYekan, tahoma, Arial, sans-serif;
  text-align: right;
}

.ns-type-error {
  background: #ED5565;
  background: rgb(237, 85, 101);
  background: rgba(237, 85, 101, 1);
}

.ns-type-warning {
  background: #967ADC;
  background: rgb(150, 122, 220);
  background: rgba(150, 122, 220, 1);
}

.ns-box.ns-show {
  pointer-events: auto;
}

.ns-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
  opacity: 1;
}

.ns-box p {
  margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto;
}

.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ns-close:hover, 
.ns-close:focus {
  outline: none;
}

.ns-close::before,
.ns-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  right: 50%;
  background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
  background: #fff;
}

.ns-close::before {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

.ns-box.ns-bar {
  top: 0;
  right: 0;
  width: 100%;
}

.ns-bar .ns-close {
  background: transparent;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
  background: #b7b5b3;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* Individual Effects */

/* Slide on top */
.ns-effect-slidetop {
  box-shadow: -5.5em 0 rgba(0, 0, 0, 0.2) inset;
}

.ns-effect-slidetop .glyphicon {
  position: absolute;
  display: block;
  font-size: 170%;
  top: 50%;
  right: 1.2em;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.ns-effect-slidetop p {
  padding: 0 4.2em;
  font-size: 1.2em;
  display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
  width: 2px;
  background: #fff;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
  background: #fff;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animScaleUp;
  animation-name: animScaleUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animFade;
  animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
  0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
  100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
  0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
  100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
  -webkit-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
  0% { -webkit-transform: translate3d(0,-100%,0); }
  100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
  0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
  100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* Expanding Loader */
.ns-effect-exploader {
  background: #fff;
  color: #7a7264;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ns-effect-exploader .icon {
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.ns-effect-exploader .ns-box-inner {
  position: relative;
}

.ns-effect-exploader p {
  padding: 0.25em 2em 0.25em 3em;
}

.ns-effect-exploader .ns-close:hover::before,
.ns-effect-exploader .ns-close:hover::after {
  background: #98815a;
}

.ns-effect-exploader.ns-show {
  -webkit-animation-name: animLoad;
  animation-name: animLoad;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes animLoad {
  0% { opacity: 1; -webkit-transform: scale3d(0,0.3,1); }
  33% { opacity: 1; -webkit-transform: scale3d(0.5,0.3,1); }
  50% { opacity: 1; -webkit-transform: scale3d(0.6,0.3,1); }
  80%, 85% { opacity: 1; -webkit-transform: scale3d(1,0.3,1); -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1); }
  100% { opacity: 1; -webkit-transform: scale3d(1,1,1); }
}

@keyframes animLoad {
  0% { opacity: 1; -webkit-transform: scale3d(0,0.3,1); transform: scale3d(0,0.3,1); }
  33% { opacity: 1; -webkit-transform: scale3d(0.5,0.3,1); transform: scale3d(0.5,0.3,1); }
  50% { opacity: 1; -webkit-transform: scale3d(0.6,0.3,1); transform: scale3d(0.6,0.3,1); }
  80%, 85% { opacity: 1; -webkit-transform: scale3d(1,0.3,1); transform: scale3d(1,0.3,1); -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1); animation-timing-function: cubic-bezier(0.7,0,0.3,1); }
  100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.ns-effect-exploader.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.ns-effect-exploader.ns-show .ns-box-inner,
.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-name: animFade;
  animation-name: animFade; 
}

.ns-effect-exploader.ns-show .ns-box-inner {
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-timing-function: ease-out; 
  animation-timing-function: ease-out;
}

@-webkit-keyframes animFadeMove {
  0% { opacity: 0; -webkit-transform: translate3d(0,10px,0); }
  100% { opacity: 1; -webkit-transform: translate3d(0,0,0); }
}

@keyframes animFadeMove {
  0% { opacity: 0; -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
  100% { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@-webkit-keyframes animFade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes animFade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* btn Effect
-------------------------------------------------- */
.btn {
    transition: all 0.4s ease 0s;
}
.btn:hover, .btn:focus {
    outline: 0 none;
}
.btn-bluegreen {
    background: #4F1054 none repeat scroll 0 0;
    color: #fff;
}
.btn-bluegreen:hover, .btn-bluegreen:focus {
    background: #65146b none repeat scroll 0 0;
    color: #fff;
}
.btn-bluegreen.btn-effect:hover, .btn-bluegreen.btn-effect:focus {
    background: #4F1054 none repeat scroll 0 0;
}
.btn-bluegreen.btn-effect::before {
    background: #65146b none repeat scroll 0 0;
}
.btn-effect {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.btn-effect::before {
    content: "";
    height: 103%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: -1;
}
.btn-effect:hover::before {
    width: 100%;
}
.wow {
   visibility: hidden;
}
#head p.form-head-title {
  color: #eee;
  font-size: 13px;
  font-weight: 400;
  line-height: unset;
  margin-bottom: 22px;
}
.help-title {
  margin-bottom: 28px;
  text-align: center;
}
#help-form {
  position: relative;
  width: 100%;
}
#help-form input {
  border: medium none;
  border-radius: 4px;
  color: #666;
  font-family: IRANSans-web, BYekan, tahoma;
  font-size: 13px;
  height: 41px;
  padding: 5px 10px 5px 45px;
  width: 100%;
}
#help-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4F1054;
  font-size: 18px;
  left: 9px;
  position: absolute;
  top: 11px;
}
.helps h3 {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 30px;
  padding-bottom: 20px;
}
.helps img {
  border: 1px solid #eee;
  margin: 15px auto 50px;
}
.helps p {
  margin: 0 0 10px;
}
#help-questions li {
  padding-bottom: 10px;
}
#faq .panel-heading {
  padding: 14px;
}
#faq .panel-title a {
  color: #666;
  font-size: 16px;
}
#faq .panel-body {
  color: #777;
  line-height: 29px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.about .ebps5 {
  float: left;
}

/* Blog Logo
-------------------------------------------------- */
.blog-logos {
  background: url('') no-repeat;
  display: inline-block;
  margin-left: 50px;
  height: 60px;
}
.blog-logos.webna {
  background-position: -315px -62px;
  width: 66px;
}
.blog-logos.webna:hover {
  background-position: -315px 0px;
  width: 66px;
}
.blog-logos.netstart {
  background-position: -397px -62px;
  width: 142px;
}
.blog-logos.netstart:hover {
  background-position: -397px 0px;
  width: 142px;
}
.blog-logos.bitlog {
  background-position: -552px -62px;
  width: 146px;
}
.blog-logos.bitlog:hover {
  background-position: -552px 0px;
  width: 146px;
}
.blog-logos.stshow {
  background-position: -164px -63px;
  width: 141px;
}
.blog-logos.stshow:hover {
  background-position: -164px 0px;
  width: 141px;
}
.blog-logos.digiato {
  background-position: 0 -62px;
  width: 154px;
}
.blog-logos.digiato:hover {
  background-position: 0px 0px;
  width: 154px;
}
.blog-logos.shanbemag {
  background-position: -707px -62px;
  width: 151px;
}
.blog-logos.shanbemag:hover {
  background-position: -707px 0px;
  width: 151px;
}
#image-source {
  padding-top: 50px;
}
#blogs-source {
  padding-bottom: 50px;
  padding-top: 60px;
}
#logo-source .btn-xs {
  font-size: 15px;
  font-weight: 300;
  padding: 3px 13px 2px;
}
#logo-source .btn-gr {
  border-color: #4F1054;
}


/* Responsive
-------------------------------------------------- */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #666;
}
.navbar-collapse.collapse.in {
  background: rgba(0, 0, 0, 0.6);
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #head {
    padding-top:20px;
    margin-top:100px;
  }
  #head h1 {
    line-height: 82px;
    text-align: center;
  }
  #pages #head p {
    text-align: center;
  }
  #social a img {
    margin: 0 auto;
  }
  #social {
    text-align: center;
  }
  #Pricing .btn {
    margin-bottom: 35px;
    margin-top: 0;
  }
  .footer-logo {
    margin: 0 20px 40px 40px;
  }
  #footer-links {
    margin-top: 30px;
  }
  #footer-news {
    margin-top: 30px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  #head {
    padding-top: 100px;
  }
  #head h1 {
    font-size: 35px;
    line-height: 63px;
    text-align: center;
  }
  #process {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  #process p {
    margin-bottom: 35px;
  }
  .info h2 {
    margin-top: 27px;
    text-align: center;
  }
  .info p {
    margin: 23px 0 17px;
    text-align: justify;
  }
  .feature-box p {
    text-align: justify;
  }
  .feature-box i {
    margin-top: 12px;
  }
  .info {
    padding: 40px 0;
  }
  #Pricing {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  #Pricing .btn {
    margin-bottom: 60px;
  }
  #newsletter {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  #newsletter .form-group {
    width: 100%;
  }
  #newsletter .btn {
    width: 100%;
  }
  .footer-logo {
    margin: 0 25px 30px 15px;
  }
  #footer hr {
    margin: 20px 0 50px;
  }
  #footer-about a img {
    margin: 0 auto;
  }
  #sms-number {
    text-align: center;
  }
  #sms-number h3 {
    font-size: 26px;
    margin-top: 35px;
  }
  #footer-links li {
    text-align: center;
  }
  #pages #head p {
    text-align: center;
  }
  #activations-guide #head p {
    text-align: justify;
  }
  .about .ebps5 {
    margin: 5px 25% 20px;
  }
  .info img {
    margin-right: auto;
    margin-left: auto;
  }
  #footer-about {
    text-align: center;
  }
  #footer-links {
    margin-top: 30px;
  }
  #footer-news {
    margin-top: 30px;
  }
  #copyright p {
    text-align: center;
  }
  #social ul {
    text-align: center;
  }
  #social a {
    font-size: 18px;
    padding: 0 3px;
  }
  .google-btn {
    padding-left: 3px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  #head {
    padding-top: 100px;
  }
  #head h1 {
    font-size: 35px;
    line-height: 63px;
    text-align: center;
  }
  #process {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  #process p {
    margin-bottom: 35px;
  }
  .info h2 {
    margin-top: 27px;
    text-align: center;
  }
  .info p {
    margin: 23px 0 17px;
    text-align: justify;
  }
  .feature-box p {
    text-align: justify;
  }
  .feature-box i {
    margin-top: 12px;
  }
  .info {
    padding: 40px 0;
  }
  #Pricing {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  #Pricing .btn {
    margin-bottom: 60px;
  }
  #newsletter {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  #newsletter .form-group {
    width: 100%;
  }
  #newsletter .btn {
    width: 100%;
  }
  .footer-logo {
    margin: 0 25px 30px 15px;
  }
  #footer hr {
    margin: 20px 0 50px;
  }
  #footer-about a img {
    margin: 0 auto;
  }
  #sms-number {
    text-align: center;
  }
  #sms-number h3 {
    font-size: 26px;
    margin-top: 35px;
  }
  #footer-links li {
    text-align: center;
  }
  #pages #head p {
    text-align: center;
  }
  .about .ebps5 {
    margin: 5px 25% 20px;
  }
  .info img {
    margin-right: auto;
    margin-left: auto;
  }
  #footer-about {
    text-align: center;
  }
  #footer-links {
    margin-top: 30px;
  }
  #footer-news {
    margin-top: 30px;
  }
  #copyright p {
    text-align: center;
  }
  #social ul {
    text-align: center;
  }
  #social a {
    font-size: 18px;
    padding: 0 3px;
  }
  .google-btn {
    padding-left: 3px;
  }
}
