@font-face {
  font-family: iransans;
  font-display: swap;
  font-style: normal;
  font-weight: 200;
  src: url(assets/fonts/iransans/eot/iransans-UltraLight.eot);
  src: url(assets/fonts/iransans/eot/iransans-UltraLight.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/iransans/woff2/iransans-UltraLight.woff2) format('woff2'),
    url(assets/fonts/iransans/woff/iransans-UltraLight.woff) format('woff'),
    url(assets/fonts/iransans/ttf/iransans-UltraLight.ttf) format('truetype');
}
@font-face {
  font-family: iransans;
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url(assets/fonts/iransans/eot/iransans-Light.eot);
  src: url(assets/fonts/iransans/eot/iransans-Light.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/iransans/woff2/iransans-Light.woff2) format('woff2'),
    url(assets/fonts/iransans/woff/iransans-Light.woff) format('woff'),
    url(assets/fonts/iransans/ttf/iransans-Light.ttf) format('truetype');
}
@font-face {
  font-family: iransans;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(assets/fonts/iransans/eot/IRANSansWeb(FaNum).eot);
  src: url(assets/fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/iransans/woff2/IRANSansWeb(FaNum).woff2) format('woff2'),
    url(assets/fonts/iransans/woff/IRANSansWeb(FaNum).woff) format('woff'),
    url(assets/fonts/iransans/ttf/IRANSansWeb(FaNum).ttf) format('truetype');
}
@font-face {
	font-family: peyda;
	font-style: normal;
	font-weight: bold;
	src: url(assets/fonts/peyda/eot/PeydaWeb-Bold.eot);
	src: url(assets/fonts/peyda/eot/PeydaWeb-Bold.eot?#iefix) format('embedded-opentype'),
		 url(assets/fonts/peyda/woff/PeydaWeb-Bold.woff) format('woff'),
		 url(assets/fonts/peyda/woff2/PeydaWeb-Bold.woff2) format('woff2');
}
@font-face {
	font-family: peyda;
	font-style: normal;
	font-weight: normal;
	src: url(assets/fonts/peyda/eot/PeydaWeb-Regular.eot);
	src: url(assets/fonts/peyda/eot/PeydaWeb-Regular.eot?#iefix) format('embedded-opentype'),
		 url(assets/fonts/peyda/woff/PeydaWeb-Regular.woff) format('woff'),
		 url(assets/fonts/peyda/woff2/PeydaWeb-Regular.woff2) format('woff2');
}
@font-face {
    font-family: vazir;
    src: url('assets/fonts/vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root {
  --bs-font-sans-serif:system-ui,
  -apple-system,
  "Segoe UI",
  Roboto,
  "Helvetica Neue",
  "Noto Sans",
  "Liberation Sans",
  Arial,
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,
  Menlo,
  Monaco,
  Consolas,
  "Liberation Mono",
  "Courier New",
  monospace;
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff;
  --bs-secondary-color:rgba(33,
  37,
  41,
  0.75);
  --bs-heading-color:inherit;
  --bs-link-color-rgb:13,
  110,
  253;
  --bs-link-hover-color-rgb:10,
  88,
  202;
  --bs-code-color:#d63384;
  --bs-border-width:1px;
  --bs-border-color:#dee2e6
}
*,
::after,
::before {
  box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior:smooth
  }
}
body {
  margin:0;
  font-family:var(--bs-body-font-family);
  font-size:var(--bs-body-font-size);
  font-weight:var(--bs-body-font-weight);
  line-height:var(--bs-body-line-height);
  color:var(--bs-body-color);
  text-align:var(--bs-body-text-align);
  background-color:var(--bs-body-bg);
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:transparent
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top:0;
  margin-bottom:.5rem;
  font-weight:500;
  line-height:1.2;
  color:var(--bs-heading-color);
  font-family: peyda, tahoma;
}
.ltr{direction: ltr;}
.h1,
h1 {
  font-size:calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size:2.5rem
  }
}
.h2,
h2 {
  font-size:calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size:2rem
  }
}
.h3,
h3 {
  font-size:calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size:1.75rem
  }
}
p {
   margin-top: 0;
            margin-bottom: 1rem;
            font-family: iransans,tahoma;
          line-height: 28px;
  font-weight: 100;
  font-size: 15px;
}
address {
  margin-bottom:1rem;
  font-style:normal;
  line-height:inherit;
     font-family: peyda,tahoma;
}
ul {
  padding-left:2rem
}
ul {
  margin-top:0;
  margin-bottom:1rem
}
ul ul {
  margin-bottom:0
}
strong {
  font-weight:bolder;
     font-family: peyda,tahoma;
}
.small,
small {
  font-size:.875em;
     font-family: peyda,tahoma;
}
sup {
  position:relative;
  font-size:.75em;
  line-height:0;
  vertical-align:baseline
}
sup {
  top:-.5em
}
a {
  color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration:underline
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb)
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color:inherit;
  text-decoration:none
}
code {
  font-family:var(--bs-font-monospace);
  font-size:1em
}
code {
  font-size:.875em;
  color:var(--bs-code-color);
  word-wrap:break-word
}
a>code {
  color:inherit
}
img,
svg {
  vertical-align:middle
}
caption {
  padding-top:.5rem;
  padding-bottom:.5rem;
  color:var(--bs-secondary-color);
  text-align:left
}
label {
  display:inline-block
}
button {
  border-radius:0
}
button:focus:not(:focus-visible) {
  outline:0
}
button,
input,
select {
  margin:0;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit
}
button,
select {
  text-transform:none
}
select {
  word-wrap:normal
}
select:disabled {
  opacity:1
}
[type=button],
[type=submit],
button {
  -webkit-appearance:button
}
[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor:pointer
}
::-moz-focus-inner {
  padding:0;
  border-style:none
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding:0
}
::-webkit-inner-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-color-swatch-wrapper {
  padding:0
}
::-webkit-file-upload-button {
  font:inherit;
  -webkit-appearance:button
}
::file-selector-button {
  font:inherit;
  -webkit-appearance:button
}
[hidden] {
  display:none!important
}
.img-fluid {
  max-width:100%;
  height:auto
}
.container,
.container-fluid,
.container-lg {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width:100%;
  padding-right:calc(var(--bs-gutter-x) * .5);
  padding-left:calc(var(--bs-gutter-x) * .5);
  margin-right:auto;
  margin-left:auto
}
@media (min-width:576px) {
  .container {
    max-width:540px
  }
}
@media (min-width:768px) {
  .container {
    max-width:720px
  }
}
@media (min-width:992px) {
  .container,
  .container-lg {
    max-width:960px
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg {
    max-width:1140px
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg {
    max-width:1320px
  }
}
:root {
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display:flex;
  flex-wrap:wrap;
  margin-top:calc(-1 * var(--bs-gutter-y));
  margin-right:calc(-.5 * var(--bs-gutter-x));
  margin-left:calc(-.5 * var(--bs-gutter-x))
}
.row>* {
  flex-shrink:0;
  width:100%;
  max-width:100%;
  padding-right:calc(var(--bs-gutter-x) * .5);
  padding-left:calc(var(--bs-gutter-x) * .5);
  margin-top:var(--bs-gutter-y)
}
.gy-4 {
  --bs-gutter-y:1.5rem
}
@media (min-width:768px) {
  .col-md-12 {
    flex:0 0 auto;
    width:100%
  }
  .gx-md-4 {
    --bs-gutter-x:1.5rem
  }
}
@media (min-width:992px) {
  .col-lg-4 {
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-lg-6 {
    flex:0 0 auto;
    width:50%
  }
  .col-lg-8 {
    flex:0 0 auto;
    width:66.66666667%
  }
}
@media (min-width:1200px) {
  .col-xl-2 {
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-xl-3 {
    flex:0 0 auto;
    width:25%
  }
  .col-xl-4 {
    flex:0 0 auto;
    width:33.33333333%
  }
  .col-xl-5 {
    flex:0 0 auto;
    width:41.66666667%
  }
}
@media (min-width:1400px) {
  .col-xxl-2 {
    flex:0 0 auto;
    width:16.66666667%
  }
  .col-xxl-6 {
    flex:0 0 auto;
    width:50%
  }
  .gx-xxl-5 {
    --bs-gutter-x:3rem
  }
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink:0;
  width:1em;
  height:1em;
  margin-top:.25em;
  vertical-align:top;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:var(--bs-form-check-bg);
  background-image:var(--bs-form-check-bg-image);
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  border:var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust:exact;
  color-adjust:exact;
  print-color-adjust:exact
}
.form-check-input[type=radio] {
  border-radius:50%
}
.form-check-input:active {
  filter:brightness(90%)
}
.form-check-input:focus {
  border-color:#86b7fe;
  outline:0;
  box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.form-check-input:checked {
  background-color:#0d6efd;
  border-color:#0d6efd
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}
.form-check-input:disabled {
  pointer-events:none;
  filter:none;
  opacity:.5
}
.nav {
  display:flex;
  flex-wrap:wrap;
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg {
  display:flex;
  flex-wrap:inherit;
  align-items:center;
  justify-content:space-between
}
.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  display:flex;
  flex-wrap:wrap;
  padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom:var(--bs-breadcrumb-margin-bottom);
  font-size:var(--bs-breadcrumb-font-size);
  list-style:none;
  background-color:var(--bs-breadcrumb-bg);
  border-radius:var(--bs-breadcrumb-border-radius)
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x:1rem
  }
}
@keyframes spinner-border {
  to {
    transform:rotate(360deg)
  }
}
@keyframes spinner-grow {
  0% {
    transform:scale(0)
  }
  50% {
    opacity:1;
    transform:none
  }
}
.placeholder {
  display:inline-block;
  min-height:1em;
  vertical-align:middle;
  cursor:wait;
  background-color:currentcolor;
  opacity:.5
}
@keyframes placeholder-glow {
  50% {
    opacity:.2
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position:-200% 0;
    mask-position:-200% 0
  }
}
.fixed-top {
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030
}
.d-block {
  display:block!important
}
.d-flex {
  display:flex!important
}
.d-none {
  display:none!important
}
.position-relative {
  position:relative!important
}
.justify-content-center {
  justify-content:center!important
}
.align-items-center {
  align-items:center!important
}
.mt-3 {
  margin-top:1rem!important
}
.me-auto {
margin-left: auto !important;
}
.mb-3 {
  margin-bottom:1rem!important
}
.pt-3 {
  padding-top:1rem!important
}
.text-center {
  text-align:center!important
}
@media (min-width:992px) {
  .order-lg-first {
    order:-1!important
  }
}
body {
  background:#fff;
  color:#444;
  iransans,tahoma;
}
a {
  color:#023b6d;
  transition:.3s;
  text-decoration:none
}
a:active,
a:focus,
a:hover {
  color:#009bd9;
  outline:0;
  text-decoration:none
}
h1,
h2,
h3 {
  color:#023b6d;
  font-family: peyda, tahoma;
}
.main {
  margin-top:60px
}
.icon {
  width:16px;
  height:16px
}
.scroll-top {
  display:flex;
  justify-content:center;
  align-items:center;
  position:fixed;
  right:15px;
  bottom:-15px;
  visibility:hidden;
  opacity:0;
  width:44px;
  height:44px;
  background:#009bd9;
  border-radius:4px;
  transition:.3s;
  z-index:11
}
.scroll-top:hover {
  background:#03b7ff;
  box-shadow:0 6px 15px 0 rgba(0,155,217,.3)
}
.scroll-top .icon {
  color:#fff;
  width:20px;
  height:20px
}
.scroll-top.active {
  visibility:visible;
  opacity:1;
  transition:.3s;
  bottom:15px
}
code {
  background:#e9e9e9;
  color:#444;
  border:1px solid #ddd;
  border-radius:2px;
  font-size:12px;
  padding:4px 8px 4px 8px
}
.header {
  background:#023b6d;
  height:60px;
  z-index:9999
}
.header .search-form {
  min-width:240px
}
.header .search-form input {
  border:1px solid rgba(255,255,255,.5);
  background-color:rgba(255,255,255,.05);
  color:#fff;
  border-radius:0
}
.header .search-form input:focus {
  border-color:rgba(255,255,255,.8)
}
.header .search-form .icon {
  color:rgba(255,255,255,.8)
}
@media (min-width:1280px) {
  .navbar {
    padding:0;
    position:static
  }
  .navbar ul {
    margin:0;
    padding:0;
    display:flex;
    list-style:none;
    align-items:center
  }
  .navbar>ul>li {
    white-space:nowrap;
    padding:10px 0 10px 25px
  }
  .navbar a,
  .navbar a:focus {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 3px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,.7);
    white-space:nowrap;
    transition:.3s;
    position:relative
  }
  .navbar a .icon,
  .navbar a:focus .icon {
    width:20px;
    height:20px;
    color:#009bd9
  }
  .navbar .active,
  .navbar .active:focus,
  .navbar a:hover,
  .navbar li:hover>a {
    color:#fff
  }
  .navbar .nav-categories ul {
    position:absolute;
    top:60px;
    left:12px;
    right:12px;
    padding:15px;
    height:auto;
    background:#fff;
    box-shadow:0 5px 15px 0 rgba(2,59,109,.1);
    opacity:0;
    visibility:hidden;
    transition:.2s;
    flex-wrap:wrap
  }
  .navbar .nav-categories ul li {
    display:flex;
    flex:0 20%;
    align-items:center;
    padding:8px 8px
  }
  .navbar .nav-categories ul a {
    padding:0;
    color:#023b6d;
    margin-right:5px;
    font-size:15px;
    font-weight:400
  }
  .navbar .nav-categories ul a:hover {
    color:#009bd9
  }
  .navbar .nav-categories ul a.active {
    font-weight:700;
    color:#009bd9
  }
  .navbar .nav-categories ul .icon {
    color:#009bd9;
    width:18px;
    height:18px
  }
  .navbar .nav-categories ul span {
    color:#999;
    font-size:13px;
    font-weight:400
  }
  .navbar .nav-categories:hover>ul {
    opacity:1;
    visibility:visible;
    transition:.2s
  }
  .navbar .memberarea .icon {
    margin:2px 5px 0 0
  }
  .mobile-nav-hide,
  .mobile-nav-show {
    display:none
  }
}
@media (max-width:1279px) {
  .navbar {
    position:fixed;
    top:60px;
    right:-100%;
    width:100%;
    max-width:400px;
    border-left:1px solid #666;
    bottom:0;
    transition:.3s;
    z-index:9997
  }
  .navbar>ul {
    position:absolute;
    inset:0;
    padding:15px 0;
    margin:0;
    background:rgba(255,255,255,.9);
    overflow-y:auto;
    transition:.3s;
    z-index:9998;
    list-style:none;
    display:flex;
    flex-direction:column
  }
  .navbar a,
  .navbar a:focus {
    display:flex;
    align-items:center;
    padding:10px 20px;
    font-size:18px;
    font-weight:400;
    color:#023b6d;
    white-space:nowrap;
    transition:.3s
  }
  .navbar a .icon,
  .navbar a:focus .icon {
    width:20px;
    height:20px;
    color:#009bd9;
    margin-left:4px
  }
  .navbar .active,
  .navbar .active:focus,
  .navbar a:hover,
  .navbar li:hover>a {
    color:#009bd9
  }
  .navbar .memberarea .icon {
    margin:2px 6px 0 0
  }
  .navbar .nav-search-form {
    display:none
  }
  .navbar .nav-categories {
    position:relative
  }
  .navbar .nav-categories ul {
    padding:0 15px 0 25px;
    background:#fff;
    transition:.2s;
    display:none
  }
  .navbar .nav-categories ul li {
    display:flex;
    align-items:center;
    padding:8px
  }
  .navbar .nav-categories ul a {
    padding:0;
    color:#023b6d;
    margin-right:5px;
    font-size:16px;
    font-weight:400
  }
  .navbar .nav-categories ul a:hover {
    color:#009bd9
  }
  .navbar .nav-categories ul a.active {
    font-weight:700;
    color:#009bd9
  }
  .navbar .nav-categories ul .icon {
    color:#009bd9;
    width:18px;
    height:18px
  }
  .navbar .nav-categories ul span {
    color:#999;
    font-size:13px;
    font-weight:400
  }
  .navbar .nav-categories .nav-categories-active {
    display:block
  }
  .mobile-nav-toggle {
    margin:-4px 15px 0 15px;
	  left: 9%;
position: absolute;	
  }
  .mobile-nav-toggle .icon {
    color:rgba(255,255,255,.7);
    transition:.5s;
    z-index:9999;
    width:24px;
    height:24px
  }
  .mobile-nav-active {
    overflow:hidden
  }
  .mobile-nav-active .navbar {
    right:0
  }
  .mobile-nav-active .navbar:before {
    content:"";
    position:fixed;
    inset:60px 0 0 0;
    background:rgba(255,255,255,.8);
    z-index:9996
  }
}
.single-template {
  padding-top:30px
}
.single-template h1 {
  font-size: 20px;
  padding: 8px;
  margin: 0 auto 15px;
  color: #023b6d;
  font-weight: 500;
  background: #c1f2f259;
  font-family: peyda,sans-serif;
  line-height: 35px;
  border: 1px solid #e2ebf5;
}
.responmob {
  display: none;
}
.responwin {
  display: block;
}	
.single-template picture img {
  border:1px solid #e2ebf5
}
.single-contnet {
  padding-top:20px
}
.single-buttons {
  padding:10px 0 0 0
}
.single-buttons a {
  padding:12px 5px;
  font-size:16px;
  border-radius:3px;
  font-weight:500;
  transition:.25s;
  background:#035195;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin:0 0 15px 0
}
.single-buttons a .icon {
  width:20px;
  height:20px;
  margin-right:4px
}
.single-buttons a:hover {
  background:#0364b8;
  box-shadow:0 6px 15px 0 rgba(2,59,109,.25)
}
.single-buttons a.template-demo {
  background-color:#ff8300;
  font-family: vazir,tahoma;
}
.single-buttons a.template-demo:hover {
  background:#ff6000
}
/******/
.single-buttons a.template-demo1 {
  background-color:#009bd9;
  font-family: vazir,tahoma;
}
.single-buttons a.template-demo1:hover {
  background:#109bd9
}
.single-buttons a.template-demo2 {
  background-color:#25d366;
  font-family: vazir,tahoma;
}
.single-buttons a.template-demo2:hover {
  background:#29d366
}
@media (max-width:575px) {
  .single-buttons {
    flex-direction:column
  }
  .single-buttons a,
  .single-buttons a.template-demo {
    margin:0 0 10px 0
  }
}
.center {
  text-align: center;
  padding: 5px;
}
.template-details ul {
  list-style:none;
  padding:0;
  margin:15px 0 0 0
}
.template-details li {
  display:flex;
  width:100%;
  justify-content:space-between;
  align-items:center;
  padding:7px 20px;
  border:1px solid #e2ebf5;
  background:#f9fbfd;
  margin:0 0 6px 0;
   font-family: vazir,tahoma;
}
.template-details strong {
  color:#023b6d;
  font-size:14px;
  font-weight:500;
  font-family: vazir,tahoma;
}
.template-details span {
  font-size:14px;
  font-family: vazir,tahoma;
}
.template-details a {
  color:#0364b8;
  font-family: vazir,tahoma;
}
.download-template {
  padding-top:80px
}
.download-template .licenses .license-item {
  background:#fff;
  border:1px solid #e3e9f0;
  border-radius:6px;
  box-shadow:0 10px 15px 0 rgba(0,0,0,.05);
  position:relative;
  padding-bottom: 26px;
}
.download-template .licenses .no-free-download {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255,255,255,.9);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  font-size:18px;
  font-weight:500;
  font-family: vazir,tahoma;
}
.download-template .licenses .premium-plan {
  border:2px solid #009bd9;
  position:relative;
  border-radius:0 0 6px 6px;
  box-shadow:0 10px 20px 0 rgba(0,0,0,.1)
}
.download-template .licenses .premium-plan .recommended-badge {
  position:absolute;
  height:36px;
  top:-36px;
  left:-2px;
  right:-2px;
  background:#009bd9;
  color:#fff;
  font-size:14px;
  font-weight:500;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px 6px 0 0
}
.download-template .licenses .title {
  padding:25px 25px 0 25px
}
.download-template .licenses .title h2 {
  margin:0 0 5px 0;
  padding:0;
  font-size:20px;
  font-weight:600;
  color:#023b6d; 
}
.download-template .licenses .title span {
  display:block;
  color:#555;
  font-size:14px;
  font-style:italic
}
.download-template .licenses .pricing {
  color:#023b6d;
  font-size:42px;
  font-family:var(--default-font);
  font-weight:500;
  padding:15px 25px 0 25px
}
.download-template .licenses .pricing sup {
  font-size:20px;
  top:-15px;
  left:-3px
}
.download-template .licenses .pricing span {
  color:#888;
  font-size:14px;
  font-weight:300
}
.download-template .licenses .features ul {
  list-style:none;
  padding:5px 10px 10px 10px;
  margin:0
}
.download-template .licenses .features li {
  padding:10px 10px 9px 10px;
  font-size:15px;
  font-weight:600;
  display:flex;
  align-items:flex-start;
  position:relative
}
.download-template .licenses .features li .help {
  position:absolute;
  top:0;
  transform:translate(0,-110%);
  left:10%;
  right:10%;
  background:#024681;
  color:#fff;
  border-radius:4px;
  padding:10px 15px;
  visibility:hidden;
  opacity:0;
  font-size:13px;
  font-weight:400
}
.download-template .licenses .features li .help::after {
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  transform:rotate(45deg);
  background-color:inherit;
  bottom:-4px;
  left:calc(10%)
}
.download-template .licenses .features li .feature-title {
  padding:0 0 2px 0;
  font-size:14px;
  font-weight:400;
  margin-left:5px;
  border-bottom:1px dashed #aab1bd
}
.download-template .licenses .features li .feature-title s {
  color:#999
}
.download-template .licenses .features li .feature-title:hover {
  cursor:help
}
.download-template .licenses .features li .feature-title:hover .help {
  transition:ease-in .2s;
  top:20%;
  visibility:visible;
  opacity:1
}
.download-template .licenses .features .icon {
  width:20px;
  height:20px;
  margin-top:1px
}
.download-template .licenses .features .icon-check {
  color:#00c560
}
.download-template .licenses .features .icon-close {
  color:red
}
.download-template .licenses .action {
  padding:15px 25px 25px 25px;
  text-align:left
}
.download-template .licenses .action .download-template-subscribe {
  display:flex;
  padding:12px 0;
  font-size:15px;
  border-radius:3px;
  transition:.3s;
  color:#fff;
  font-weight:500;
  justify-content:center;
  align-items:center;
  background:#035195;
  line-height:0
}
.download-template .licenses .action .download-template-subscribe .icon {
  width:20px;
  height:20px;
  margin-right:6px
}
.download-template .licenses .action .download-template-subscribe:hover {
  color:#fff;
  background:#0364b8;
  box-shadow:0 6px 15px 0 rgba(2,59,109,.25)
}
.downloading {
  padding:15px 5px 15px 10px;
  border:2px dashed #00a651;
  margin:0 0 12px 0;
  text-align:left;
  font-size:14px
}
.downloading a {
  font-weight:700
}
.downloading .spinner {
  border:3px solid #00c560;
  border-top-color:#eee;
  border-radius:50%;
  width:32px;
  height:32px;
  animation:animate-spinner 1s linear infinite;
  width:32px;
  height:32px;
  flex:0 0 32px;
  margin-right:20px
}
.downloading .downloading-frame {
  position:fixed;
  bottom:-999px;
  right:-999px
}
@keyframes animate-spinner {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}
.members label {
  padding:5px 0
}
.search-bar-toggle {
  color: rgba(255, 255, 255, .7);
  width: 24px;
  height: 24px;
  margin-right: 5px;
  cursor: pointer;
  transition: .3s;
  float: left;
  display: inline-table;
  position: absolute;
  left: 3%;
}
.search-bar-toggle:hover {
  color:#fff
}
@media (max-width:1279px) {
  .search-bar-toggle {
    display:block
  }
}
.search-bar {
  position:fixed;
  top:60px;
  left:0;
  right:0;
  padding:20px 0;
  box-shadow:0 0 15px 0 rgba(2,59,109,.1);
  background:#fff;
  z-index:9999
}
.search-form input {
  border:0;
  font-size:14px;
  color:#023b6d;
  border:1px solid rgba(2,59,109,.2);
  padding:7px 10px 7px 38px;
  border-radius:3px;
  transition:.3s;
  width:100%
}
.search-form input:focus,
.search-form input:hover {
  outline:0;
  box-shadow:0 0 10px 0 rgba(2,59,109,.15);
  border:1px solid rgba(2,59,109,.3)
}
.search-form button {
  border:0;
  padding:0;
  margin-right:-30px;
  background:0 0
}
.search-form button .icon {
  color:rgba(2,59,109,.6);
  width:20px;
  height:20px
}
.license-item img {
  width: 100%;
  border-radius: 5px;
}
.loading {
  display:none;
  background:#fff;
  text-align:center;
  padding:15px;
  margin:0 0 15px 0
}
.loading:before {
  content:"";
  display:inline-block;
  border-radius:50%;
  width:24px;
  height:24px;
  border:3px solid #18d26e;
  border-top-color:#eee;
  animation:animate-loading 1s linear infinite
}
@keyframes animate-loading {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}
.footer {
  margin-top:30px
}
.footer-newsletter {
  background:#f4faff
}
.newsletter-form {
  padding:50px 0;
  font-size:16px;
  background:#f4faff;
  text-align:center
}
.newsletter-form h3 {
  font-size:24px;
  margin:0 0 20px 0;
  padding:0;
  line-height:1;
  font-weight:600
}
.newsletter-form input[type=email] {
  border:1px solid #fff;
  padding:10px 12px;
  width:100%;
  box-shadow:0 2px 15px rgba(2,59,109,.12);
  display:block;
  transition:.3s
}
.newsletter-form input[type=email]:focus {
  outline:0;
  border-color:#009bd9
}
.newsletter-form input[type=submit] {
  font-size:16px;
  padding:12px 40px;
  border:0;
  background:#009bd9;
  color:#fff;
  transition:.3s;
  border-radius:3px;
  box-shadow:0 2px 15px rgba(2,59,109,.12)
}
.newsletter-form input[type=submit]:hover {
  background:#00a6e8;
  box-shadow:0 0 30px rgba(2,59,109,.2)
}
.newsletter-form .error-message {
  display:none;
  color:#fff;
  background:#ed3c0d;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin:15px 0 0 0
}
.newsletter-form .sent-message {
  display:none;
  color:#fff;
  background:#18d26e;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin:15px 0 0 0
}
.footer-top {
  padding:60px 0 30px 0;
  background:#023b6d;
  border-top:2px solid #f4faff
}
.footer-top h3 {
  font-size:16px;
  font-weight:600;
  position:relative;
  padding-bottom:12px;
  margin-bottom:0;
  color:#fff
}
.footer-about {
  margin-bottom:30px
}
.footer-about .description {
  font-size:14px;
  line-height:24px;
  margin:10px 0 0 0;
  color:#fff
}
.social-links a {
  background:rgba(255,255,255,.2);
  color:#fff;
  margin-right:5px;
  border-radius:50px;
  text-align:center;
  width:40px;
  height:40px;
  transition:.3s;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer
}
.social-links a:hover {
  background:#009bd9;
  color:#fff;
  text-decoration:none
}
.social-links .icon {
  width:18px;
  height:18px
}
.footer-nav {
  margin-bottom:30px
}
.footer-nav ul {
  list-style:none;
  padding:0;
  margin:0
}
.footer-nav .icon {
  color:#009bd9;
  width:18px;
  height:18px;
  margin:0 2px 0 7px
}
.footer-nav li {
  padding:6px 0;
  display:flex;
  align-items:center
}
.footer-nav li:first-child {
  padding-top:0
}
.footer-nav a {
  transition:.3s;
  font-size:15px;
  color:rgba(255,255,255,.7);
	font-family: iransans,tahoma;
}
.footer-nav a:hover {
  text-decoration:none;
  color:#fff
}
.copyright {
  font-size:15px;
  padding:25px 0
}
@media (max-width:1024px) {
.responmob {
  display: block;
}
.responwin {
  display: none;
}	
}
.init-payment .license-items {
  text-align:left
}
.init-payment .license-items ul {
  list-style:none;
  padding:0;
  margin:0
}
.init-payment .license-items li {
  padding:15px 12px;
  margin-bottom:15px;
  border:1px solid #dde1ea;
  transition:border ease-in-out .3s,color ease-in-out .3s,background ease-in-out .3s;
  background-color:#f7f9fc;
  border-radius:4px;
  position:relative
}
.init-payment .license-items li,
.init-payment .license-items li * {
  cursor:pointer
}
.init-payment .license-items .select-the-license {
  margin-right:10px;
  width:16px;
  height:16px;
  flex:0 0 16px
}
.init-payment .license-items .price {
  font-size:16px;
  font-weight:600;
  color:#009bd9;
  padding-right:2px;
  font-family:Poppins,sans-serif
}
.init-payment .license-items label {
  font-size:16px;
  font-weight:500;
  padding:0
}
.init-payment .license-items small {
  display:block;
  color:#777;
  font-weight:400
}
.init-payment .license-items li:hover {
  border-color:#009bd9
}
.init-payment .license-items .recommended {
  position:absolute;
  background-color:#e3e7ef;
  color:#545f75;
  border-radius:50px;
  font-size:12px;
  padding:2px 20px;
  top:-11px;
  left:50%;
  transform:translateX(-50%);
  text-wrap:nowrap;
  transition:.3s;
  font-family:Roboto,sans-serif
}
.init-payment .license-items .active {
  border-color:#009bd9;
  background-color:#fff
}
.init-payment .license-items .active .recommended {
  background-color:#009bd9;
  color:#fff
}
.init-payment .form-check-input:checked {
  background-color:#009bd9;
  border-color:#009bd9;
  box-shadow:0 0 0 .2rem rgba(0,155,217,.25)
}
.init-payment .payment-loading {
  display:none;
  padding-top:5px;
  margin-bottom:10px;
  position:relative;
  display:none;
  text-align:center
}
.init-payment .payment-loading:before {
  content:"";
  display:inline-block;
  border-radius:50%;
  width:24px;
  height:24px;
  border:3px solid #18d26e;
  border-top-color:transparent;
  animation:animate-loading 1s linear infinite
}
.init-payment .payment-error {
  display:none;
  text-align:left;
  background-color:red;
  color:#fff;
  font-size:14px;
  padding:15px;
  margin-bottom:10px
}
.init-payment button {
  display:flex;
  width:100%;
  border:0;
  padding:12px 0;
  font-size:15px;
  border-radius:3px;
  transition:.3s;
  color:#fff;
  font-weight:500;
  justify-content:center;
  align-items:center;
  background:#00c560;
  line-height:0
}
.init-payment button .icon {
  width:20px;
  height:20px;
  margin-right:6px
}
.init-payment button:hover {
  color:#fff;
  background:#00d96a;
  box-shadow:0 6px 15px 0 rgba(0,197,96,.25)
} 
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*width: 0;
	height: 0;*/
	padding: 22px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	left: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
