:root {
  --primary-color: #ff6a00;
  --secondary-color: #3a3a3a;
  --green: #0bcc7d;
  --blue: #45A2C0;
  --darkblue: #0f1da0;
  --gold: #fdb40a;
  --red: red;
  --lime: #CDDC39;
  --yellow: #FFEB3B;
  --orange: #FF9800;
  --purple: #7b04eb;
  --pink: #E91E63;
  --font-color: #333;
  --bg-primary: #fff;
  --bg-primary-dark: rgb(235 235 235);
  --bg-primary-darkest: rgb(210 210 210);
  --bg-secondary: #f7fafd;
  --bg-secondary-light: #f6f4f8;
  --bg-secondary-dark: #ccc207;
  --bg-dark: #010101;
  --hint-color: rgb(110, 110, 110);
  --border-color: #f0f0f0;
  --border-color-dark: #dddddd;
  --border-color-darkest: #a5a5a5;

}
.pinter{
  cursor: pointer;
}
.hint {
  color: var(--hint-color)
}

.bg-primary {
  background-color: var(--bg-primary) !important;
}

.bg-secondary-light {
  background-color: var(--bg-secondary-light) !important;
}

.bg-secondary-dark {
  background-color: var(--bg-primary-dark) !important;
}

.bg-secondary {
  background-color: var(--bg-secondary) !important;
}

.bg-dark {
  background-color: var(--bg-dark) !important;
}

.bg-gradient-dark {
  background: linear-gradient(135deg, #23bdb8, #43e794);
}

.bg-gradient-light {
  background: linear-gradient(90deg, #ff0a00, #ff6a00);
}

.color-white {
  color: #fff;
}

.color-primary {
  color: var(--primary-color);
}


@font-face {
  font-family: 'iran';
  src: url('fonts/iran.woff');
  font-weight: normal;
  font-style: normal
}


html {
  direction: rtl !important;
  text-align: right;
}

body {
  background-color: var(--bg-primary);
  text-align: justify;
  font-weight: normal;
  line-height: 2em;
  color: var(--font-color);
  font-family: iran;
  font-size: .84em;
}

* {
  text-decoration: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.t-small {
  font-size: .9em !important;
}

.t-smaller {
  font-size: .8em !important;
}

.t-smallest {
  font-size: .7em !important;
}

.t-big {
  font-size: 1.1em !important;
}

.t-bigger {
  font-size: 1.2em !important;
}

.t-biggest {
  font-size: 1.3em !important;
}

.t-verybig {
  font-size: 1.5em !important;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

select {
  text-align-last: center;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  text-decoration: none;
  font-size: inherit
}

.mybtn {
  background-color: #ff0a00;
  color: white;
  transition: .5s;
}

.mybtn:hover {
  background: #23bdb8;
  color: white;
}

.btn:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btm-radius {
  border-radius: 0 0 15px 15px;
}

.btm-border {
  border-bottom: 1px solid var(--border-color-darkest);
}

.top-border {
  border-top: 1px solid var(--border-color-darkest);
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.stretch {
  width: 100%;
}

a:hover {
  color: inherit;
  text-decoration: none;
  font-size: inherit
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.hint {
  color: var(--hint-color);
}

.green {
  color: var(--green) !important;
}

.blue {
  color: var(--blue) !important;
}

.darkblue {
  color: var(--darkblue) !important;
}

.purple {
  color: var(--purple);
}

.gold {
  color: var(--gold);
}

.red {
  color: var(--red) !important;
}

.yellow {
  color: var(--yellow) !important;
}

.orange {
  color: var(--orange);
}

.pink {
  color: var(--pink);
}

.lime {
  color: var(--lime);
}

.black {
  color: #000
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder
}

.primary-color {
  color: var(--primary-color);
}

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}

.padd0 {
  padding-left: 0;
  padding-right: 0;
}

.padd2 {
  padding-left: 2px;
  padding-right: 2px;
}

.padd5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padd7 {
  padding-left: 7px;
  padding-right: 7px;
}

.padd10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padd15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padd20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mbot5 {
  margin-bottom: 5px !important
}

.mbot10 {
  margin-bottom: 10px !important
}

.mbot15 {
  margin-bottom: 15px !important
}

.mbot20 {
  margin-bottom: 20px !important
}

.mbot25 {
  margin-bottom: 25px !important
}

.mbot30 {
  margin-bottom: 30px !important
}

.pbot5 {
  padding-bottom: 5px;
}

.pbot10 {
  padding-bottom: 10px;
}

.pbot15 {
  padding-bottom: 15px;
}

.pbot20 {
  padding-bottom: 20px;
}

.paddall5 {
  padding: 5px
}

.paddall10 {
  padding: 10px
}

.relative {
  position: relative;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.radius {
  border-radius: 5px;
}
.radius2 {
  border-radius: 20px !important
}
.radius3 {
  border-radius: 30px !important
}

.header {
  padding: 100px 0;
  background-image: url('../img/headerimg.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.header .main-banner-content {
  margin-top: -20px;
}

.header .main-banner-content {
  color: #fff;
}

.header .main-banner-content h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
}

.header .main-banner-content h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40;
}

.header .main-banner-content p {
  color: #fff;
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 40px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.featured-boxes-area {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.featured-boxes-inner {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.single-featured-box {
  text-align: center;
  position: relative;
  padding: 115px 25px 40px 25px;
  overflow: hidden;
}

.featured-boxes-inner .col-lg-3 {
  border-left: 1px solid #eee;
}

.featured-boxes-inner .col-lg-3:nth-child(4) {
  border-left: none;
}

.single-featured-box p {
  color: var(--hint-color);
  text-align: justify;
  transition: .4s;
  font-size: 11px;
  margin-top: 12px;
  margin-bottom: 0;
}

.single-featured-box .icon {
  transition: .4s;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  margin-top: -12px;
  font-size: 4em;
}

.single-featured-box h3 {
  transition: .4s;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
}

.single-featured-box .read-more-btn {
  background: linear-gradient(90deg, #ff0a00, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  font-size: 12px;
  font-weight: 400;
}

.single-featured-box:hover .read-more-btn {
  opacity: 1;
  visibility: visible;
  bottom: 23px;
}

.single-featured-box:hover .icon {
  top: 23px;
  -webkit-animation: iconTop .4s ease-in-out;
  animation: iconTop .4s ease-in-out;
}

.single-featured-box:hover h3,
.single-featured-box:hover p {
  transform: translateY(-20px);
}

@-webkit-keyframes iconTop {
  0% {
    transform: translate(-50%)
  }

  25% {
    opacity: 0;
    transform: translate(-50%, -70%)
  }

  50% {
    opacity: 0;
    transform: translate(-50%, -40%)
  }

  to {
    opacity: 1;
    transform: translate(-50%)
  }
}

@keyframes iconTop {
  0% {
    transform: translate(-50%)
  }

  25% {
    opacity: 0;
    transform: translate(-50%, -70%)
  }

  50% {
    opacity: 0;
    transform: translate(-50%, -40%)
  }

  to {
    opacity: 1;
    transform: translate(-50%)
  }
}

.navbar-area,
.navbar-area.is-sticky {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: .5s;
}

.navbar-area {
  position: absolute;
  height: auto;
  background-color: rgba(255, 255, 255, 0.3);
}

.navbar-area.is-sticky {
  position: fixed;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
  background-color: rgba(255, 255, 255, 0.9) !important;
  -webkit-animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
  animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
}

nav {
  direction: ltr;
}

nav ul {
  margin: 0;
  padding: 0;
  direction: rtl;
}

.navbar>ul>li {
  display: inline-block;
  color: white;
  padding: 10px 0;
  position: relative;
  text-shadow: 0 0 1px black;
}

.navbar-area.is-sticky nav ul>li::after {
  background-color: #ff0a00;
}

.navbar>ul>li::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: .3s;
}

nav ul>li:hover::after {
  width: 100%;
}

nav ul>li i {
  font-size: 20PX;
  position: relative;
  top: 1px;
  right: -5px;
}

.navbar-area.is-sticky .navbar>ul>li {
  color: black;
}

nav .logo img {
  width: 150px;
  /* filter: brightness(1) invert(1) hue-rotate(187deg) saturate(5.5) contrast(3.5); */
}

nav .nav-link {
  opacity: 1;
  transition: .3s;
  padding: 5px 10px;
}


.navbar-area.is-sticky nav .logo img {
  filter: brightness(1);
}

.navbar-area .innernav {
  position: fixed;
  width: 90%;
  background-color: white;
  color: black;
  right: 5%;
  border-radius: 0 0 6px 6px;
  padding: 25px 0;
  top: 58px;
  display: none;
  animation-duration: .2s;
  z-index: 2;
}

.navbar {
  padding: 0 10px;
}

.innernav ul {
  margin: 0;
  margin-bottom: 15px;
}

.innernav ul li {
  list-style: none;
  font-size: .8em;
  color: #777;
  padding-right: 2px;
  margin-bottom: 3px;
  transition: .3s;
  text-shadow: initial !important;
}

.innernav ul li:not(.title):hover {
  color: rgb(235, 92, 92);
}

.innernav ul li.title {
  list-style: none;
  font-size: 1em;
  color: var(--pink);
  margin-bottom: 4px;
  padding-right: 0;
}
.innernav .closenav{
  display: none;
  cursor: pointer;
}
.aparatbox {
  position: relative;
  padding-top: 57%;
}

.aparatbox iframe {
  position: absolute;
  top: 0;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 3px #6d6d6d;
}

.overview-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  direction: ltr;
}

.overview-box .overview-content {
  flex: 0 0 50%;
  max-width: 50%;
  direction: ltr;
}

.overview-box .overview-content .content.left-content {
  margin-left: auto;
  padding-right: 40px;
  padding-left: 0;
}

.overview-box .overview-content .content {
  max-width: 555px;
  padding-left: 40px;
  direction: rtl;
}

.overview-box .overview-image {
  flex: 0 0 50%;
  max-width: 45%;
  padding: 0 15px;
}

.overview-box .overview-content .content .services-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  padding-left: 0;
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: -5px;
}

.overview-box .overview-content .content .services-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.overview-box .overview-content .content .services-list li.full {
  flex: 0 0 100%;
  max-width: 100%;
}

.overview-box .overview-content .content .services-list li span {
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
  color: #6084a4;
  z-index: 1;
  border-radius: 5px;
  transition: .5s;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 35px;
  font-size: 11px;
}

.overview-box .overview-content .content .services-list li span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(-90deg, #ff0a00, #ff6a00);
  transition: .5s;
}

.overview-box .overview-content .content .services-list li span:hover,
.overview-box .overview-content .content .services-list li span:hover i {
  color: #fff;
}

.overview-box .overview-content .content .services-list li span:hover:before {
  width: 100%;
}

.overview-box .overview-content .content .services-list li span i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff0a00;
  transition: .5s;
  font-size: 18px;
}


.bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0 25px;
  position: relative;
  border-radius: 30px;
}

.bar:before {
  content: "";
  position: absolute;
  right: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #44ce6f;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-88px)
  }
}

@keyframes MOVE-BG {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-88px)
  }
}

.section-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 0px;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.section-title .bar {
  margin: 25px auto 30px;
}

.single-features-box {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
  transition: .5s;
  position: relative;
  z-index: 1;
  padding: 30px;
  height: 90%;
}

.single-features-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: linear-gradient(-90deg, #ff0a00, #ff6a00);
  border-radius: 5px;
  transition: .5s;
}

.single-features-box .icon {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background-color: rgba(231, 70, 69, .2);
  border-radius: 50%;
  color: #ff0a00;
  transition: .5s;
  margin-bottom: 18px;
}

.single-features-box .icon i {
  top: 12px;
  position: relative;
  font-size: 40px;
}

.single-features-box h3 {
  margin-bottom: 0;
  transition: .5s;
  font-size: 17px;
  font-weight: 600;
}

.single-features-box p {
  font-size: 12px;
  transition: .5s;
  margin-top: 10px;
  margin-bottom: 0;
}

.single-features-box:hover:before {
  width: 100%;
}

.single-features-box .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}

.single-features-box .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, .3);
}

.single-features-box .icon.bg-f78acb {
  background-color: rgba(247, 138, 203, .3);
  color: #f78acb;
}

.single-features-box .icon.bg-cdf1d8 {
  background-color: #cdf1d8;
  color: #44ce6f;
}

.single-features-box:hover .icon {
  transform: rotate(1turn);
  color: #ff0a00;
  background-color: #fff;
}

.single-features-box:hover h3,
.single-features-box:hover h3 a,
.single-features-box:hover p {
  color: #fff;
}

.overview-box .overview-image .image .circle-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.overview-box .overview-image .image .circle-img img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.overview-box .overview-image .image {
  text-align: center;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes rotateMe {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes rotateMe {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.sw1box {
  padding: 0 160px;
}

.sw1box img {
  border-radius: 50%;
  border: 2px solid #44ce6f;
  padding: 4px;
}

.sw1box .swiper-slide {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.sw1box .swiper-slide .name {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.sw1box .swiper-slide .text {
  font-size: .9em;
  color: #666
}

.sw1box .swiper-slide-active::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #fff;
  bottom: -30px;
  left: calc(50% - 40px);
}

.sw1box .swiper-container {
  padding-bottom: 40px;
}

.sw2box {
  padding: 0 160px;
}

.sw2box img {
  border-radius: 50%;
  border: 2px solid #44ce6f;
  padding: 4px;
width:100px
}

.sw2box .swiper-slide {
  text-align: center;
  opacity: .5;
  transition: .3;
}

.sw2box .swiper-slide-active {
  opacity: 1;
}

.sw2box .icofont-bubble-right {
  position: absolute;
  right: 0;
  top: calc(50% - 16px);
  font-size: 20px;
  border-radius: 50%;
  padding: 5px;
}

.sw2box .icofont-bubble-left {
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  font-size: 20px;
  border-radius: 50%;
  padding: 5px;
}

.sw2box .inner {
  padding: 0 30px;
  position: relative;
}

.sw2box i {
  color: #888;
  border: 1px solid #888;
  background-color: transparent;
  transition: .3s;
  cursor: pointer;
  user-select: none;
}

.sw2box i:hover {
  color: #fff;
  border: 1px solid #ff0a00;
  background-color: #ff0a00;
}

i:focus {
  outline: none;
}

.ready-to-talk {
  text-align: center;
  position: relative;
  background: linear-gradient(135deg, #23bdb8, #43e794);
  padding-top: 70px;
  padding-bottom: 125px;
  color: white;
}

.partner-area {
  text-align: center;
  position: relative;
  margin-top: -120px;
  background: transparent;
}

.partner-inner {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
  border-radius: 3px;
  margin-top: 20px;
  text-align: center;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.partner-inner a img {
  transition: .5s;
}

.partner-inner a img:nth-child(2) {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

.partner-inner a {
  display: block;
  margin-top: 25px;
  position: relative;
}

.partner-inner a img:first-child {
  filter: grayscale(1);
  opacity: .6;
}

.partner-inner a:hover img:first-child {
  opacity: 0;
  visibility: hidden;
}

.partner-inner a:hover img:nth-child(2) {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.app-download-area {
  padding-top: 95px;
  padding-bottom: 50px;
}

.app-image {
  position: relative;
  z-index: 1;
  text-align: left;
}

.app-image .main-image img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
}

.app-image .main-mobile-image {
  display: none;
}

.app-image .circle-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  z-index: -1;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.app-image .circle-img img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.account-create-area {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #27B86A 50%, #27B86A 50%);
  padding-top: 10px;
  padding-bottom: 10px;
}

.account-create-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .2;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg_lines.984e1e03.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 200%;
}

.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  background: rgb(0,0,0);
color: rgb(230, 230, 230);
}

.single-footer-widget h3 {
  margin-bottom: 24px;
  font-size: 14px;
}

.single-footer-widget .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .list li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
}

.single-footer-widget .list li a {
  color: #aaa;
  display: inline-block;
  transition: .5s;
  outline: none;
}

.single-footer-widget .list li a:hover {
  padding-right: 5px;
  color: #ddd;
}

.map-image {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  /* top: 0; */
  /* transform: translateY(-50%); */
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  overflow: hidden;
}

.map-image img {
  opacity: .4;
    filter: brightness(.4);
}

.copyright-area {
  border-top: 1px solid #68727b;
  text-align: center;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright-area p a {
  display: inline-block;
  color: #da6925;
  font-weight: 400;
}

.app-download-content .btn-box {
  margin-top: 25px
}

.app-download-content .btn-box .app-store-btn {
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 9px 20px 9px 50px;
  font-size: 12px
}

.app-download-content .btn-box .app-store-btn i {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%)
}

.app-download-content .btn-box .app-store-btn i:before {
  font-size: 35px
}

.app-download-content .btn-box .app-store-btn span {
  display: block;
  font-size: 18px;
  font-weight: 500
}

.app-download-content .btn-box .app-store-btn:before {
  background: linear-gradient(90deg, #ff0a00, #ff6a00)
}

.app-download-content .btn-box .app-store-btn:after,
.app-download-content .btn-box .app-store-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  transition: .5s
}

.app-download-content .btn-box .app-store-btn:after {
  background: linear-gradient(135deg, #23bdb8, #43e794);
  opacity: 0;
  visibility: hidden
}

.app-download-content .btn-box .app-store-btn:hover {
  color: #fff
}

.app-download-content .btn-box .app-store-btn:hover:after {
  opacity: 1;
  visibility: visible
}

.app-download-content .btn-box .app-store-btn:hover:before {
  opacity: 0;
  visibility: hidden
}

.app-download-content .btn-box .play-store-btn {
  margin-right: 12px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 9px 20px 9px 50px;
  font-size: 12px
}

.app-download-content .btn-box .play-store-btn i {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%)
}

.app-download-content .btn-box .play-store-btn i:before {
  font-size: 35px
}

.app-download-content .btn-box .play-store-btn span {
  display: block;
  font-size: 18px;
  font-weight: 500
}

.app-download-content .btn-box .play-store-btn:before {
  background: linear-gradient(90deg, #ff0a00, #ff6a00);
  opacity: 0;
  visibility: hidden
}

.app-download-content .btn-box .play-store-btn:after,
.app-download-content .btn-box .play-store-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -1;
  transition: .5s
}

.app-download-content .btn-box .play-store-btn:after {
  background: linear-gradient(135deg, #23bdb8, #43e794)
}

.app-download-content .btn-box .play-store-btn:hover {
  color: #fff
}

.app-download-content .btn-box .play-store-btn:hover:after {
  opacity: 0;
  visibility: hidden
}

.app-download-content .btn-box .play-store-btn:hover:before {
  opacity: 1;
  visibility: visible
}

.shaking {
  transform: translateX(0);
  animation: shake 3s ease-in-out 0s infinite;
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  z-index: 10000;
  direction: ltr
}

.loading .prgs {
  width: 40%;
  height: 3px;
  background-color: #d32f2f;
  box-shadow: 0 0 1px #b71c1c;
  transition: 1s;
}
.notification {
  position: fixed;
  top: 80px;
  right: 20px;
  max-width: calc(100% - 40px);
  z-index: 10000
}

.notification > div {
  min-width: 200px;
  padding: 10px 25px 10px 12px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  display: none;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.notification span {
  text-align: justify;
  line-height: 25px;
  display: block;
  text-indent: 10px;
}

.notification .danger {
  background-color: #ffcdd2;
  color: #d32f2f;
  border: 1px solid #ef9a9a
}

.notification .warning {
  background-color: #fff59d;
  color: #ee770e;
  border: 1px solid #fdd835
}

.notification .info {
  background-color: #81d4fa;
  color: #01579b;
  border: 1px solid #4fc3f7
}

.notification .success {
  background-color: #a5d6a7;
  color: #1b5e20;
  border: 1px solid #81c784
}

.notification i {
  position: absolute;
  right: 4px;
  top: 10px;
  font-size: 1.5em
}

.notification .icofont-close {
  left: 0px;
  top: 0px;
  font-size: 1em;
  right: unset;
}
#particles-js{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gttop{
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #ee093b;
  color: white;
  font-size: 2.5em;
  padding: 5px;
  cursor: pointer;
  display: none;
  transition: .3s;
z-index:2
}
#gttop:hover{
  background-color: #04ac95;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: -webkit-gradient(linear, left top, right top, from(#ff0a00), to(#ff6a00));
  background: linear-gradient( 90deg , #ff0a00 0%, #ff6a00 100%); top: 0; left: 0;
}
.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-43%);
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
  animation: shadow .5s linear infinite;
}
.preloader .box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-animation: animate .5s linear infinite;
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@-webkit-keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}
@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}
.qs{
  padding: 10px 0;
  border-bottom: 1px dashed #c0c0c059;
}
.qs img{
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 2px #00000099;
  max-width: 90px;
}
.ans{
  padding: 10px 0;
}
.ans img{
  max-width: 90px;
}
.qs .name,.ans .name{
  font-size: 1em;
  color: #000;
}
.qs .text,.ans .text{
  font-size: .9em;
  color: #444;
}
.bold-art{
  height: 260px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 15px;
}
.bold-art .title{
  color: white;
  padding: 7px 13px;
  position: absolute;
  bottom: 14px;
  right: 4%;
  width: 92%;
  border-radius: 12px;
}
.bold-art .ttl{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.2em;
}
.bold-art .date{
  font-size: .9em;
  margin-bottom: 3px;
  margin-right: 8px;
}
.bold-art .grd{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
}
.bold-art .t1{
  background: linear-gradient(90deg, rgb(185 1 1) 0%, rgb(255 0 0) 100%);
}
.bold-art .t2{
  background: linear-gradient(90deg, rgb(241 160 5) 0%, rgb(243 204 6) 100%);
}
.bold-art .t3{
  background: linear-gradient(90deg, rgb(241 160 5) 0%, rgb(243 204 6) 100%);
}
.bold-art .t4{
  background: linear-gradient(90deg, rgb(185 1 1) 0%, rgb(255 0 0) 100%);
}
.art-title-bg{
  background-color: red;
}
.art-title-bg span{
  font-size: 1.2em;
  background-color: #000;
  color: white;
  padding: 7px 28px 9px;
  border-radius: 30px;
}
#symbols .btm-border{
  border-color: #ddd;
}
.mltbtn{
  position: relative;
  height: 36px;
}
.mltbtn .btn{
  width: 55%;
  background-color: var(--bg-primary);
  position: absolute;
  color: white;
  top: 0;
  z-index: 1;
}
.mltbtn .btn.act{
  background-color: var(--bg-secondary);
  z-index: 2;
  color: black;
}
.sellbox .brd{
  border: 2px solid var(--green);
  border-radius: 60px;
}
.qsbox{
  margin-bottom: 12px;
  position: relative;
}
.qsbox .qs{
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2em;
  border-radius: 10px;
  cursor: pointer;

}
.qsbox.open1 .qs{
  background-color: red;
  color: white;
}
.qsbox.close1 .qs{
  background-color: white;
}
.qsbox.open1 .qs::before{
  content: '\ef9a';
  position: relative;
  right: -12px;
  top: 1px;
  color: white;
  font-family: 'icofont';
}
.qsbox.close1 .qs::before{
  content: '\efc2';
  position: relative;
  right: -12px;
  top: 1px;
  color: var(--bg-secondary);
  font-family: 'icofont';
}
.qsbox .ans{
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: .3s;
}
.qsbox.open1 .ans{
  height: initial;
  padding: 5px 25px;
  margin-bottom: 25px;
}
.title1{
  background-color: red;
  padding: 5px 30px;
  color:white;
  border-radius: 30px;
}
.article-box{
  background-color: #1d1d1d;
  padding:15px 15px 25px;
  color:#eee;
  cursor: pointer;
  position: relative;
  border-radius: 7px;
}
.article-box .a-img{
  padding-top: 100%;
  border-radius: 10px;
  background-position: center;
  background-size: 160%;
  background-repeat: no-repeat;
  transition: .3s;
}
.article-box:hover > div > div > .a-img{
  background-size: 200%;
}
.article-box::before{
  content: "";
  background-color: red;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 9px;
  right: 15px;
  border-radius: 50%;
}
.article-box::after{
  content: "";
  background-color: red;
  width: calc(100% - 45px);
  height: 2px;
  position: absolute;
  bottom: 12px;
  right: 30px;
}
.article-box-big{
  position: relative;
}
.article-box-big .a-img{
  padding-top: 65%;
  position: relative;
  background-position: center;
  background-size: cover;
  border: 4px solid #ffa000;
  border-radius: 15px;
}

.article-box-big p{
  line-height: 28px;
  font-size: .9em;
  padding: 10px;
  height: 95px;
  overflow: hidden;
}

.article-box-big .btm{
  box-shadow: 0 0 4px red;
  font-size: .82em;
  padding: 6px 0;
  text-align: center;
}
.article-box-big .btm i{
  color: red;
  display: inline-flex;
  margin-left: 5px;
  font-size: 1.2em;
}
.article-box-big .a-img .ttl{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 45px;
  background: #ffa000;
}
.article-box-big .a-img .ttl span{
  z-index: 1;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 13px 5px 5px;
  font-size: 1.1em;
  display: inline-block;
  color: white;
}
.article-box-big .a-img .author{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 45px;
  background: #ffa000;
  text-align: left;
}
.article-box-big .a-img .author > span{
  z-index: 1;
  position: relative;
  text-align: left;
  padding: 7px;
  line-height: 17px;
  direction: ltr;
  display: block;
  color: white;
  font-size: .85em;
}
.article-box2 .subtitle{
  position: relative;
  height: 50px;
}
.article-box2 .subtitle::before{
  content: "";
  background-color: var(--primary-color);
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  right: 15px;
  border-radius: 50%;
}
.article-box2 .subtitle::after{
  content: "";
  background-color: var(--primary-color);
  width: calc(100% - 32px);
  height: 3px;
  position: absolute;
  bottom: 2px;
  right: 30px;
}
.article-box2 .subtitle .ttl{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-box2 .subtitle .ttl span{
  z-index: 1;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 6px 1px 5px;
}
.article-box2 .subtitle .author{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 45px;
  text-align: left;
  font-size: .8em;
}
.article-box2 .subtitle .author > span{
  z-index: 1;
  position: relative;
  text-align: left;
  padding: 3px;
  line-height: 17px;
  direction: ltr;
}
.article-box2 .a-img .ttl {
  display: none;
}
.article-box2 .a-img .author {
  display: none;
}



.pagination .page-item{
  display: none;
}
.page-link {
  color: #ffd500 !important;
  background-color: #1d1d1d !important;
  border: 1px solid #302f2f !important;
}
.page-item:hover {
  cursor: pointer;
}
.page-item.act .page-link {
  color: #000 !important;
  background-color: #ffd500 !important;
  border: 1px solid #f3b200 !important;
}
.page-item.disabled{
  opacity: .7;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

  .featured-boxes-inner .col-lg-3:nth-child(2),
  .featured-boxes-inner .col-lg-3:nth-child(4),
  .featured-boxes-inner .col-lg-3:nth-child(6) {
    border-left: none;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .featured-boxes-inner .col-lg-3 {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}


.about-us-c {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #23bdb8 50%, #23bdb8 50%);
  padding-top: 10px;
  padding-bottom: 10px;
  color:#fff;
}

.about-us-c::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .2;
  height: 100%;
  z-index: -1;
  background-image: url('/new/img/bg_lines.984e1e03.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 200%;
}

    .navbar-area .innernav {
      top: 114px !important;
    }

    .navbar-area.is-sticky .innernav {
      top: 58 !important;
    }

    .navbar-area {
      top: 58px;
    }

    .mybtnx {
  background-color: #2A618D;
  color: white;
  transition: .5s;
}

.mybtnx:hover {
  background: #23bdb8;
  color: white;
}


    @media (max-width: 767px) {
      .navbar-area {
        top: 0;
      }

    .d-md-none {
        display: block !important;
    }
    .showmenu.d-md-none {
        display: block !important;
        position: fixed;
        left: 15px;
        top: 15px;
        z-index: 99999;
        font-size: 28px;
        color: white !important;
    }
    .navbar-area.is-sticky .showmenu.d-md-none {
        color: black !important;
    }
}


    .video-container {
  position: relative;
  width: 100%;
  height: 500px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.video-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-button {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.play-button:hover {
  background: white;
  transform: scale(1.05);
}

.play-icon {
  font-size: 24px;
}


@media all and (max-width: 767px) {
   
  .header {
  padding: 100px 0;
  background-image: url('../img/headerimg.jpg');
  background-size: cover;
  background-position: 76% center;
  height: 100vh;
}

  .luvion-nav {
    position: fixed;
    right: -300px;
    top: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.15);
    transition: right 0.35s ease-in-out;
    z-index: 9999;
    padding: 70px 20px 20px;
    overflow-y: auto;
  }

  .luvion-nav.open {
    right: 0 !important;
  }

  /* نمایش درست آیتم‌های منو در موبایل */
  .luvion-nav ul {
    display: block !important;
    margin-top: 20px;
  }

  .luvion-nav ul li {
    display: block !important;
    width: 100%;
    margin: 8px 0;
    text-align: right;
  }

  .luvion-nav ul li a,
  .luvion-nav ul li button {
    display: block;
    width: 100%;
    padding: 14px 16px;
    background: #f8f9fa;
    color: #333;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
  }

  .luvion-nav ul li button.mybtn,
  .luvion-nav ul li button.mybtnx {
    margin: 15px 0 5px !important;
    text-align: center;
    font-weight: bold;
  }

  .luvion-nav ul li a:hover,
  .luvion-nav ul li button:hover {
    background: #ff6a00;
    color: white !important;
  }

  /* آیکون همبرگری */
  .icofont-navigation-menu {
    font-size: 28px;
    cursor: pointer;
    z-index: 99999;
  }

  /* دکمه بستن (X) */
  .hidemenu {
    position: fixed;
    left: 15px;
    top: 15px;
    font-size: 28px;
    color: #333;
    z-index: 99999;
    cursor: pointer;
  }

 /* پس‌زمینه تیره وقتی منو بازه */
  .body.menu-open::before {
    content: "";
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    display: block;
  }

  body.menu-open {
    overflow: hidden;
  }

  /* لوگو و بقیه موارد دیگه که قبلاً داشتی رو نگه دار */
  .navbar .logo img {
    width: 130px;
    position: relative;
    right: auto;
    bottom: auto;
  }



  .navbar-area .container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar>ul {
    width: 100%;
    margin-top: 50px;
  }

  .navbar>ul>li>a {
    padding: 5px;
    font-size: 12px;
    color: #222;
  }
  .navbar>ul>li {
    padding: 0;
    display: block;
    margin: 5px;
  }

  .navbar-area .innernav {
    width: 100%;
    right: 0;
    border-radius: 0;
    padding: 25px 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
  }

  .account-create-area {
    background: linear-gradient(0deg, #27B86A 50%, #27B86A 50%);
  }

  .sw2box .inner {
    padding: 0 40px;
    position: relative;
  }

  .app-image {
    overflow: hidden;
  }

  .app-image .main-mobile-image {
    display: block;
  }

  .app-image .main-image {
    display: none;
  }

  .sw1box {
    padding: 0px;
  }

  .sw2box {
    padding: 0;
  }

  .features-area .col-lg-4.col-sm-6.col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }

  .section-title h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
  }

  .header .main-banner-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .header .main-banner-content h2 {
    font-size: 17px;
  }

  .header .main-banner-content p {
    font-size: 17px;
  }

  .overview-box .overview-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .overview-box .overview-content {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    padding-left: 15px;
    padding-right: 15px;
  }

  .overview-box .overview-content .content {
    padding-left: 0;
    max-width: 100%;
    text-align: center;
  }

  .overview-box .overview-content .content.left-content {
    margin-left: 0;
    padding-right: 0;
  }

  .overview-box .overview-content .content .services-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .featured-boxes-inner .col-lg-3 {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}


/* نمایش دکمه همبرگری فقط در موبایل */
.mobile-hamburger {
    display: none !important;
    position: fixed;
    left: 18px;
    top: 18px;
    z-index: 99999;
    font-size: 30px;
    cursor: pointer;
    color: white;
    background: rgba(0,0,0,0.2);
    padding: 8px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .mobile-hamburger {
        display: block !important;
    }
}

/* وقتی نوار استیکی شد، رنگ مشکی بشه */
.navbar-area.is-sticky .mobile-hamburger {
    color: #000 !important;
    background: rgba(255,255,255,0.8);
}

@media (min-width: 768px) {
  
  .container {
    max-width: 1140px;
  }
}