/*----------------------------------------------------
@Template Name: Rahnama
@Developed By: Mahdi Saeidi
@Developer URL: https://github.com/wwwdeveloper
---------------------------------------------------- */
/*=========== Base ==============*/
a, .btn, button {
  text-decoration: none;
  outline: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*=========== Variables ==============*/
/*=========== font ==============*/
.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-13 {
  font-size: 13px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-15 {
  font-size: 15px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-20 {
  font-size: 20px;
}

.f-size-22 {
  font-size: 22px;
}

.f-size-24 {
  font-size: 24px;
}

.f-size-26 {
  font-size: 26px;
}

.f-size-28 {
  font-size: 28px;
}

.f-size-30 {
  font-size: 30px;
}

.f-size-50 {
  font-size: 50px;
}

.f-size-40 {
  font-size: 40px;
}

/*=========== font-weight ==============*/
.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-900 {
  font-weight: 900;
}

/*=========== line-height ==============*/
.l-height-default {
  line-height: 1.8rem;
}

.l-height-50 {
  line-height: 50px;
}

.l-height-45 {
  line-height: 45px;
}

.l-height-40 {
  line-height: 40px;
}

.l-height-30 {
  line-height: 30px;
}

.l-height-34 {
  line-height: 34px;
}

.l-height-28 {
  line-height: 28px;
}

.l-height-23 {
  line-height: 23px;
}

/*=========== Colors ==============*/
.color-.white {
  color: #ffffff;
}

.color-.black {
  color: #000000;
}

/*=========== Utility ==============*/
.row.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

@-webkit-keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/**
* pulsate
 */
@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}

@keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}

/**
* Clients
 */
@-webkit-keyframes slideInnew2 {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
    transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
  }
  100% {
    -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
    transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
  }
}

@keyframes slideInnew2 {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
    transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(-10px, 80px);
  }
  100% {
    -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
    transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0) translate(0px, 0px);
  }
}

.rahnama-accordion .card {
  position: relative;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
  margin: 15px auto;
}

.rahnama-accordion .card .card-header {
  border-bottom: none !important;
  background: transparent;
}

.rahnama-accordion .card .card-header button {
  color: #494949;
}

.rahnama-accordion .card .card-header button i.accordion-open {
  display: none;
}

.rahnama-accordion .card .card-header button i.accordion-close {
  top: 31px !important;
  display: block;
}

.rahnama-accordion .card .card-header button.collapsed i.accordion-open {
  display: block;
}

.rahnama-accordion .card .card-header button.collapsed i.accordion-close {
  display: none;
}

.rahnama-accordion .card .card-header button i {
  position: absolute;
  left: 2rem;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ababab;
  opacity: 1;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.rahnama-accordion .card .card-body {
  font-size: 13px;
}

.rahnama-alert .alert {
  position: absolute;
  width: 350px;
  bottom: 15px;
  left: 15px;
  right: auto;
  z-index: 999;
}

.rahnama-alert .close {
  float: left !important;
}

#widget-post-load-manually-js {
  padding: 10px 45px;
}

body {
  margin: 0;
  padding: 0;
  font-family: IRANSans;
  overflow-x: hidden;
  z-index: 0;
}

.body-wrapper {
  z-index: 20;
  overflow: hidden;
}

.navbar-brand img.logo {
  width: 75%;
  height: auto;
}

.shape-split {
  background: #c7c7c7;
  width: 100%;
  height: 250px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.section-pad {
  padding: 100px 0;
}

.upper-title {
  color: #7f7f7f;
}

.owl-carousel {
  direction: ltr;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.shap {
  position: absolute;
  opacity: 0.8;
  -webkit-transform: rotate(132deg);
  transform: rotate(132deg);
  border-radius: 135px;
  left: 0;
  z-index: -1;
}

.shap.header {
  background-image: -ms-linear-gradient(140deg, #ffffff 0%, #0cb6e7 100%);
  width: 100%;
  height: 100vh;
  top: -155%;
}

.shap.two {
  background-image: -ms-linear-gradient(40deg, #ffffff 0%, #e4eaf7 100%);
  width: 100%;
  height: 100vh;
  top: -155%;
}

.feature-wrapper {
  /* ------------------------
      Featured Box
  ------------------------*/
}

.feature-wrapper .v1 .featured-item:hover .featured-title h5 {
  color: #c882f0;
}

.feature-wrapper .v2 .featured-item:hover .featured-title h5 {
  color: #9f80ff;
}

.feature-wrapper .v3 .featured-item:hover .featured-title h5 {
  color: #ffb381;
}

.feature-wrapper .v4 .featured-item:hover .featured-title h5 {
  color: #80c2ff;
}

.feature-wrapper .featured-item {
  height: auto;
  min-height: 205px;
  padding: 60px 30px;
  position: relative;
  border-radius: 0.7rem;
  text-align: center;
  overflow: hidden;
  z-index: 9;
}

.feature-wrapper .text-gradient-instagram {
  background: #d6249f;
  background: -webkit-radial-gradient(50px 220px, #ffda75 18%, #ff3a49 43%, #ff3a49 50%, #e518a1 70%, #515ECF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-wrapper .text-gradient-twitter {
  background: #5bc1f1;
  background: linear-gradient(45deg, #66757f, #00ACEE, #36D8FF, #91e8fd, #d8f7fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-wrapper .owl-carousel .featured-item {
  margin: 20px;
}

.feature-wrapper .featured-item .featured-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}

.feature-wrapper .featured-desc p {
  margin-bottom: 0;
}

.feature-wrapper .featured-title h5 {
  margin: 30px 0 20px;
  text-transform: capitalize;
  font-size: 20px;
}

.feature-wrapper .featured-desc {
  font-size: 18px;
}

.feature-wrapper .dark-bg .featured-title h5,
.feature-wrapper .dark-bg .featured-desc,
.feature-wrapper .theme-bg .featured-title h5,
.feature-wrapper .theme-bg .featured-desc,
.feature-wrapper .theme-bg .featured-icon i {
  color: #ffffff;
}

.feature-wrapper .featured-item .featured-icon i {
  color: #a4adb2;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
}

.feature-wrapper .featured-item.style-2 {
  padding: 50px;
  background: #ffffff;
}

.feature-wrapper .bd-color-1 {
  stroke: #03d665;
}

.feature-wrapper .bd-color-2 {
  stroke: #7329c2;
}

.feature-wrapper .featured-item.style-3 {
  padding-left: 90px;
  background: #ffffff;
}

.feature-wrapper .featured-item.style-3 .featured-icon {
  position: absolute;
  left: 30px;
  top: 40px;
}

.feature-wrapper .featured-item.style-3 .featured-title h5 {
  margin-top: 0;
}

.feature-wrapper .featured-item.style-3:hover {
  background: #7329c2;
}

.feature-wrapper .featured-item.style-3:hover h5,
.feature-wrapper .featured-item.style-3:hover,
.feature-wrapper .featured-item.style-3:hover i {
  color: #ffffff;
}

.feature-wrapper .featured-item.style-3::before,
.feature-wrapper .featured-item.style-3::after {
  content: '';
  position: absolute;
  top: 50px;
  left: -5px;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 190px solid rgba(255, 255, 255, 0.05);
  z-index: 1;
}

.feature-wrapper .featured-item.style-3::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.feature-wrapper .featured-item.style-3:hover::before {
  opacity: 1;
  -webkit-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

.feature-wrapper .featured-item.style-3:hover::after {
  opacity: 1;
  -webkit-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.feature-wrapper .dark-bg .featured-item.style-3 {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.feature-wrapper .dark-bg .featured-item.style-3:hover {
  background: #7329c2;
}

.feature-wrapper .featured-item.style-4 {
  background: #ffffff;
}

.feature-wrapper .featured-item.style-4 {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
}

.feature-wrapper .featured-item.twitter.style-4:hover {
  background: #5bc1f1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.feature-wrapper .featured-item.twitter.style-4:hover .featured-icon i {
  color: #ffffff;
}

.feature-wrapper .featured-item.twitter.style-4:hover .featured-title h1 {
  color: #ffffff;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.feature-wrapper .featured-item.twitter.style-4:hover .featured-desc p {
  color: #ffffff;
}

.feature-wrapper .featured-item.instagram.style-4:hover {
  background: #d6249f;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.feature-wrapper .featured-item.instagram.style-4:hover .featured-icon i {
  color: #ffffff;
}

.feature-wrapper .featured-item.instagram.style-4:hover .featured-title h1 {
  color: #ffffff;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.feature-wrapper .featured-item.instagram.style-4:hover .featured-desc p {
  color: #ffffff;
}

.feature-wrapper .featured-item.style-5 {
  overflow: inherit;
  padding-top: 50px;
  background: #ffffff;
  margin-top: 50px;
  text-align: center;
}

.feature-wrapper .featured-item.style-5 .featured-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: -50px;
  margin-left: -50px;
  line-height: 130px;
  text-align: center;
}

.feature-wrapper .featured-item.style-5 .featured-icon i {
  color: #ffffff;
}

.feature-wrapper .featured-item.style-5 .featured-icon:before {
  width: 100%;
  height: 100%;
  background: #03d665;
  background: linear-gradient(58deg, #03d665 15%, #7329c2 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-animation: morphing 10s infinite;
          animation: morphing 10s infinite;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.login-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: IRANSans, serif;
}

.login-area, .signup-area {
  width: 50%;
}

.error-msg > p.help-block:not(:empty) {
  margin-bottom: 0;
  padding: 20px 30px;
  color: #f1556a;
  border-radius: 25px;
  text-align: center;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /*your box-shadow*/
  -webkit-text-fill-color: #333;
}

.frm-login, .frm-signup {
  width: 100%;
}

.frm-login input, .frm-signup input {
  direction: ltr;
  height: 40px;
  margin: 0;
  font-size: 20px;
}

.frm-login .btn-login, .frm-login .btn-signup, .frm-signup .btn-login, .frm-signup .btn-signup {
  background: #f1556a;
  border-color: #f1556a;
  color: #ffffff;
  outline: none;
  border-radius: 25px;
}

.login-poster {
  width: 100%;
  height: 100vh;
  background: url("../img/003.jpg") no-repeat top right;
  background-size: contain;
}

.intro-text {
  color: #ffffff;
}

.input-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.6rem;
  text-align: center;
}

.placeholder {
  position: absolute;
  bottom: 1.4rem;
  right: 0;
  color: #bbb;
  -webkit-transition: color .2s ease, -webkit-transform .2s ease;
  transition: color .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, color .2s ease;
  transition: transform .2s ease, color .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  z-index: 0;
}

.placeholder span {
  margin-right: 10px;
}

.placeholder i {
  width: 13px;
}

.line {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 3;
}

.line:before, .line:after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 0;
  height: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: 0 2px 0 #f1556a;
          box-shadow: 0 2px 0 #f1556a;
  width: 50%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.line:before {
  right: 50%;
  -webkit-transform-origin: 0;
          transform-origin: 0;
}

.line:after {
  left: 50%;
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}

input.fancy {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  padding: 3px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #bbb;
  z-index: 1;
}

input.fancy:focus, input.fancy.used, input.fancy:valid {
  outline: 0;
}

input.fancy:focus ~ .line:before, input.fancy:focus ~ .line:after, input.fancy.used ~ .line:before, input.fancy.used ~ .line:after, input.fancy:valid ~ .line:before, input.fancy:valid ~ .line:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

input.fancy:focus ~ .placeholder, input.fancy.used ~ .placeholder, input.fancy:valid ~ .placeholder {
  -webkit-transform: translateY(-1.4em) scale(0.9);
          transform: translateY(-1.4em) scale(0.9);
}

.bg-bubbles {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
  left: 10%;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
}

.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
  }
}

.page .header-area .navbar-search .search-box {
  background: rgba(255, 169, 196, 0.1) !important;
  border: 1px solid #e85582 !important;
}

.page .header-area .navbar-search .search-box::-webkit-input-placeholder {
  color: #333333 !important;
}

.page .header-area .navbar-search .search-box:-ms-input-placeholder {
  color: #333333 !important;
}

.page .header-area .navbar-search .search-box::-ms-input-placeholder {
  color: #333333 !important;
}

.page .header-area .navbar-search .search-box::placeholder {
  color: #333333 !important;
}

.page .header-area .navbar-search .btn i {
  color: #e85582 !important;
}

.page .header-area .menu-default .btn-signup {
  background: #e64577 !important;
  color: #fff;
}

.page .header-area .navbar-brand .logo {
  display: none !important;
}

.page .header-area .navbar-brand .logo-mini {
  display: block !important;
}

.page .header-area nav.bg-transparent {
  background: rgba(255, 255, 255, 0.9) !important;
}

.page .header-area nav .menu .nav-item .nav-link {
  color: #051441;
}

.page .page-wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 260px auto 60px auto;
}

.page .page-wrapper .page-content {
  height: auto;
  min-height: 500px;
  background: #ffffff;
  padding: 45px 30px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(38, 59, 94, 0.1);
  box-shadow: 0 3px 10px 0 rgba(38, 59, 94, 0.1);
}

.page .page-wrapper .page-content p {
  font-size: 13px;
  line-height: 1.8rem;
}

.breadcrumb-area {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  height: 326px;
  padding: 160px 15px;
  /*background: url("../img/breadcrumb_bg.jpg") no-repeat scroll top center;*/
  background-color: rgb(23, 16, 67) !important;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 20%, transparent 20%) 0 0,
  radial-gradient(circle, rgba(255, 255, 255, 0.15) 20%, transparent 20%) 10px 10px;
  background-size: 20px 20px;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-content h3 {
  color: #ffffff;
}

/**
*
 */
.introduction-wrapper {
  /* ------------------------
      Featured Box
  ------------------------*/
}

.introduction-wrapper .v1 .introduction-item:hover .introduction-title h5 {
  color: #c882f0;
}

.introduction-wrapper .v2 .introduction-item:hover .introduction-title h5 {
  color: #9f80ff;
}

.introduction-wrapper .v3 .introduction-item:hover .introduction-title h5 {
  color: #ffb381;
}

.introduction-wrapper .v4 .introduction-item:hover .introduction-title h5 {
  color: #80c2ff;
}

.introduction-wrapper .introduction-item {
  height: auto;
  min-height: 205px;
  padding: 60px 30px;
  position: relative;
  border-radius: 0.7rem;
  text-align: center;
  overflow: hidden;
  z-index: 9;
}

.introduction-wrapper .text-gradient-instagram {
  background: #d6249f;
  background: -webkit-radial-gradient(50px 220px, #ffda75 18%, #ff3a49 43%, #ff3a49 50%, #e518a1 70%, #515ECF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.introduction-wrapper .text-gradient-twitter {
  background: #5bc1f1;
  background: linear-gradient(45deg, #66757f, #00ACEE, #36D8FF, #91e8fd, #d8f7fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.introduction-wrapper .owl-carousel .introduction-item {
  margin: 20px;
}

.introduction-wrapper .introduction-item .introduction-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}

.introduction-wrapper .introduction-desc p {
  margin-bottom: 0;
}

.introduction-wrapper .introduction-title h5 {
  margin: 30px 0 20px;
  text-transform: capitalize;
  font-size: 20px;
}

.introduction-wrapper .introduction-desc {
  font-size: 18px;
}

.introduction-wrapper .dark-bg .introduction-title h5,
.introduction-wrapper .dark-bg .introduction-desc,
.introduction-wrapper .theme-bg .introduction-title h5,
.introduction-wrapper .theme-bg .introduction-desc,
.introduction-wrapper .theme-bg .introduction-icon i {
  color: #ffffff;
}

.introduction-wrapper .introduction-item .introduction-icon i {
  color: #a4adb2;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
}

.introduction-wrapper .introduction-item.style-2 {
  padding: 50px;
  background: #ffffff;
}

.introduction-wrapper .bd-color-1 {
  stroke: #03d665;
}

.introduction-wrapper .bd-color-2 {
  stroke: #7329c2;
}

.introduction-wrapper .introduction-item.style-3 {
  padding-left: 90px;
  background: #ffffff;
}

.introduction-wrapper .introduction-item.style-3 .introduction-icon {
  position: absolute;
  left: 30px;
  top: 40px;
}

.introduction-wrapper .introduction-item.style-3 .introduction-title h5 {
  margin-top: 0;
}

.introduction-wrapper .introduction-item.style-3:hover {
  background: #7329c2;
}

.introduction-wrapper .introduction-item.style-3:hover h5,
.introduction-wrapper .introduction-item.style-3:hover,
.introduction-wrapper .introduction-item.style-3:hover i {
  color: #ffffff;
}

.introduction-wrapper .introduction-item.style-3::before,
.introduction-wrapper .introduction-item.style-3::after {
  content: '';
  position: absolute;
  top: 50px;
  left: -5px;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 190px solid rgba(255, 255, 255, 0.05);
  z-index: 1;
}

.introduction-wrapper .introduction-item.style-3::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.introduction-wrapper .introduction-item.style-3:hover::before {
  opacity: 1;
  -webkit-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

.introduction-wrapper .introduction-item.style-3:hover::after {
  opacity: 1;
  -webkit-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.introduction-wrapper .dark-bg .introduction-item.style-3 {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.introduction-wrapper .dark-bg .introduction-item.style-3:hover {
  background: #7329c2;
}

.introduction-wrapper .introduction-item.style-4 {
  background: #ffffff;
}

.introduction-wrapper .introduction-item.style-4 {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
}

.introduction-wrapper .introduction-item.twitter.style-4:hover {
  background: #5bc1f1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.introduction-wrapper .introduction-item.twitter.style-4:hover .introduction-icon i {
  color: #ffffff;
}

.introduction-wrapper .introduction-item.twitter.style-4:hover .introduction-title h1 {
  color: #ffffff;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.introduction-wrapper .introduction-item.twitter.style-4:hover .introduction-desc p {
  color: #ffffff;
}

.introduction-wrapper .introduction-item.instagram.style-4:hover {
  background: #d6249f;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.introduction-wrapper .introduction-item.instagram.style-4:hover .introduction-icon i {
  color: #ffffff;
}

.introduction-wrapper .introduction-item.instagram.style-4:hover .introduction-title h1 {
  color: #ffffff;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.introduction-wrapper .introduction-item.instagram.style-4:hover .introduction-desc p {
  color: #ffffff;
}

.introduction-wrapper .introduction-item.style-5 {
  overflow: inherit;
  padding-top: 50px;
  background: #ffffff;
  margin-top: 50px;
  text-align: center;
}

.introduction-wrapper .introduction-item.style-5 .introduction-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: -50px;
  margin-left: -50px;
  line-height: 130px;
  text-align: center;
}

.introduction-wrapper .introduction-item.style-5 .introduction-icon i {
  color: #ffffff;
}

.introduction-wrapper .introduction-item.style-5 .introduction-icon:before {
  width: 100%;
  height: 100%;
  background: #03d665;
  background: linear-gradient(58deg, #03d665 15%, #7329c2 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-animation: morphing 10s infinite;
          animation: morphing 10s infinite;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.features-wrapper .features-wrapper-item {
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  padding: 30px 15px;
}

.features-wrapper .features-wrapper-item p.text {
  min-height: 177px;
  height: auto;
}

.services-wrapper {
  position: relative;
  min-height: 700px;
  height: auto;
}

.services-wrapper .circle-items {
  position: relative;
  width: 700px;
  height: 700px;
  margin: 0 auto;
}

.services-wrapper .circle-items .services-icon {
  position: absolute;
  width: 115px;
  height: 115px;
  padding: 12px;
  font-size: 40px;
  border-radius: 50%;
}

.services-wrapper .circle-items .services-icon .inner-text {
  position: absolute;
  width: auto;
  min-width: 230px;
  padding: 15px;
  font-size: 15px;
  color: #8b949b;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 2px rgba(29, 7, 90, 0.08);
  box-shadow: 0 0 15px 2px rgba(29, 7, 90, 0.08);
}

.services-wrapper .circle-items .services-icon .inner-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.services-wrapper .circle-items .services-icon .inner-circle img {
  padding: 25px;
}

.services-wrapper .circle-items .services-icon.icon-1 {
  top: 13px;
  right: 217px;
  background: rgba(254, 136, 122, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-1 .inner-circle {
  background: #fe887a;
}

.services-wrapper .circle-items .services-icon.icon-1 .inner-text {
  right: -260px;
  border-radius: 15px 15px 15px 0;
}

.services-wrapper .circle-items .services-icon.icon-2 {
  top: 88px;
  right: 88px;
  background: rgba(255, 105, 130, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-2 .inner-circle {
  background: #ff6982;
}

.services-wrapper .circle-items .services-icon.icon-2 .inner-text {
  top: 50px;
  right: -260px;
  border-radius: 15px 15px 15px 0;
}

.services-wrapper .circle-items .services-icon.icon-3 {
  top: 223px;
  right: 15px;
  background: rgba(253, 108, 173, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-3 .inner-circle {
  background: #fd6cad;
}

.services-wrapper .circle-items .services-icon.icon-3 .inner-text {
  top: 44px;
  right: -260px;
  border-radius: 15px 15px 15px 0;
}

.services-wrapper .circle-items .services-icon.icon-4 {
  top: 370px;
  right: 15px;
  background: rgba(253, 183, 134, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-4 .inner-circle {
  background: #fdb786;
}

.services-wrapper .circle-items .services-icon.icon-4 .inner-text {
  top: 20px;
  right: -260px;
  border-radius: 15px 15px 15px 0;
}

.services-wrapper .circle-items .services-icon.icon-5 {
  top: 505px;
  right: 85px;
  background: rgba(251, 204, 116, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-5 .inner-circle {
  background: #fbcc74;
}

.services-wrapper .circle-items .services-icon.icon-5 .inner-text {
  top: 10px;
  right: -260px;
  border-radius: 15px 15px 15px 0;
}

.services-wrapper .circle-items .services-icon.icon-6 {
  bottom: 8px;
  right: 221px;
  background: rgba(255, 193, 40, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-6 .inner-circle {
  background: #ffc128;
}

.services-wrapper .circle-items .services-icon.icon-6 .inner-text {
  right: -260px;
  bottom: 5px;
  border-radius: 15px 15px 15px 0;
}

.services-wrapper .circle-items .services-icon.icon-7 {
  bottom: 8px;
  left: 216px;
  background: rgba(254, 136, 122, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-7 .inner-circle {
  background: #fe887a;
}

.services-wrapper .circle-items .services-icon.icon-7 .inner-text {
  left: -260px;
  bottom: 5px;
  border-radius: 15px 15px 0 15px;
}

.services-wrapper .circle-items .services-icon.icon-8 {
  bottom: 80px;
  left: 80px;
  background: rgba(255, 105, 130, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-8 .inner-circle {
  background: #ff6982;
}

.services-wrapper .circle-items .services-icon.icon-8 .inner-text {
  top: 10px;
  left: -260px;
  border-radius: 15px 15px 0 15px;
}

.services-wrapper .circle-items .services-icon.icon-9 {
  top: 370px;
  left: 12px;
  background: rgba(253, 108, 173, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-9 .inner-circle {
  background: #fd6cad;
}

.services-wrapper .circle-items .services-icon.icon-9 .inner-text {
  top: 20px;
  left: -260px;
  border-radius: 15px 15px 0 15px;
}

.services-wrapper .circle-items .services-icon.icon-10 {
  top: 210px;
  left: 10px;
  background: rgba(253, 183, 134, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-10 .inner-circle {
  background: #fdb786;
}

.services-wrapper .circle-items .services-icon.icon-10 .inner-text {
  top: 44px;
  left: -260px;
  border-radius: 15px 15px 0 15px;
}

.services-wrapper .circle-items .services-icon.icon-11 {
  top: 90px;
  left: 85px;
  background: rgba(251, 203, 118, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-11 .inner-circle {
  background: #fbcb76;
}

.services-wrapper .circle-items .services-icon.icon-11 .inner-text {
  top: 47px;
  left: -260px;
  border-radius: 15px 15px 0 15px;
}

.services-wrapper .circle-items .services-icon.icon-12 {
  top: 13px;
  left: 215px;
  background: rgba(255, 193, 40, 0.4);
}

.services-wrapper .circle-items .services-icon.icon-12 .inner-circle {
  background: #ffc128;
}

.services-wrapper .circle-items .services-icon.icon-12 .inner-text {
  left: -260px;
  border-radius: 15px 15px 0 15px;
}

.services-wrapper .symbols-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.services-wrapper .symbols-pulse div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23rem;
  height: 23rem;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 221, 246, 0.1)), color-stop(65%, rgba(227, 221, 246, 0.2)), to(rgba(227, 221, 246, 0.1)));
  background-image: linear-gradient(-180deg, rgba(227, 221, 246, 0.1) 0%, rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  z-index: -1;
}

.services-wrapper .symbols-pulse p.text {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  z-index: 5;
}

.services-wrapper .symbols-pulse .pulse-1 {
  background: #f3f2f9;
  -webkit-transform: translate(-50%, -50%) scale(0.67);
  transform: translate(-50%, -50%) scale(0.67);
  z-index: 3;
}

.services-wrapper .symbols-pulse .pulse-2 {
  border: 25px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 4;
}

.services-wrapper .symbols-pulse .pulse-3 {
  background: #f7f8fa;
  border: 2px solid #e4e4e4;
  -webkit-transform: translate(-50%, -50%) scale(1.63);
  transform: translate(-50%, -50%) scale(1.63);
}

.services-wrapper .symbols-pulse .pulse-x {
  will-change: transform;
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
}

.charts-system-area .chart-item-bg:nth-child(even) > div {
  background: #f4f9fc;
}

.charts-system-area .chart-item-content h3 {
  color: #e15927;
}

.charts-system-area .chart-item-content p {
  color: #72707d;
}

.about-area {
  background-image: -ms-linear-gradient(140deg, #dce3f5 0%, #f0f3fa 100%);
  padding: 150px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-area .shape {
  position: absolute;
  opacity: 0.02;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 45px;
  left: 90px;
  z-index: -1;
}

.about-area .shape.left {
  top: 7%;
  left: -19%;
  width: 450px;
  height: 310px;
  background: #e8d8d9;
  opacity: 1;
}

.charts-system-area {
  position: relative;
}

.charts-system-area .shape-right {
  width: 550px;
  height: 700px;
  background-image: -ms-linear-gradient(140deg, #b23a9b 0%, #f25b64 100%);
  -webkit-box-shadow: 0px 0px 59px 0px rgba(91, 82, 254, 0.05);
  box-shadow: 0px 0px 59px 0px rgba(91, 82, 254, 0.05);
  position: absolute;
  right: -27%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  border-radius: 40px;
  bottom: -400px;
  z-index: 5;
}

.charts-system-area .shape-left {
  width: 450px;
  height: 350px;
  background-color: #51c3f5;
  -webkit-box-shadow: 0px 0px 59px 0px rgba(91, 82, 254, 0.05);
  box-shadow: 0px 0px 59px 0px rgba(91, 82, 254, 0.05);
  position: absolute;
  right: -18%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  border-radius: 40px;
  bottom: -500px;
  z-index: 4;
}

.slider-wrapper .owl-carousel .item img {
  border-radius: 7px;
}

.slider-wrapper .owl-prev {
  position: absolute;
  top: 50%;
  right: -8%;
  width: 56px;
  height: 56px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f8f9fd;
  -webkit-box-shadow: 0 2px 20px 2px rgba(12, 0, 46, 0.06);
  box-shadow: 0 2px 20px 2px rgba(12, 0, 46, 0.06);
  font-size: 16px;
  color: #c0c0c2;
  line-height: 56px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slider-wrapper .owl-prev i {
  color: #c0c0c2;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  padding-left: 5px;
}

.slider-wrapper .owl-next {
  position: absolute;
  top: 50%;
  left: -8%;
  width: 56px;
  height: 56px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f8f9fd;
  -webkit-box-shadow: 0 2px 20px 2px rgba(12, 0, 46, 0.06);
  box-shadow: 0 2px 20px 2px rgba(12, 0, 46, 0.06);
  font-size: 16px;
  color: #c0c0c2;
  line-height: 56px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slider-wrapper .owl-next i {
  color: #c0c0c2;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  padding-left: 5px;
}

.customer-area .slideInnew2 {
  -webkit-animation-name: slideInnew2;
  animation-name: slideInnew2;
}

.customer-area .animation-inner {
  height: 370px;
  position: relative;
}

.customer-area .animation-inner li {
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(2, 45, 79, 0.1);
  box-shadow: 0 2px 4px 0 rgba(2, 45, 79, 0.1);
  position: absolute;
  -webkit-transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
  transform: matrix(0.97029, 0.34192, -0.84486, 0.9425, 0, 0);
}

.customer-area .animation-inner li img {
  border-radius: 10px;
}

.customer-area .animation-inner li:nth-child(1) {
  top: 0;
  left: 35px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(2, 45, 79, 0.1);
  box-shadow: 0 30px 30px 0 rgba(2, 45, 79, 0.1);
}

.customer-area .animation-inner li:nth-child(2) {
  top: 55px;
  left: 170px;
}

.customer-area .animation-inner li:nth-child(3) {
  top: 130px;
  left: 270px;
}

.customer-area .animation-inner li:nth-child(4) {
  top: 35px;
  left: 410px;
}

.customer-area .animation-inner li:nth-child(5) {
  top: 109px;
  left: 495px;
}

.customer-area .animation-inner li:nth-child(6) {
  top: 40px;
  left: 700px;
}

.customer-area .animation-inner li:nth-child(7) {
  top: 0;
  left: 890px;
}

.customer-area .animation-inner li:nth-child(8) {
  top: 40%;
  left: 35px;
}

.customer-area .animation-inner li:nth-child(9) {
  top: 182px;
  left: 585px;
  -webkit-box-shadow: 10px 30px 30px 0 rgba(2, 45, 79, 0.15);
  box-shadow: 10px 30px 30px 0 rgba(2, 45, 79, 0.15);
}

.customer-area .animation-inner li:nth-child(10) {
  top: 130px;
  left: 780px;
}

.customer-area .animation-inner li:nth-child(11) {
  top: 128px;
  left: 950px;
}

.customer-area .animation-inner li:nth-child(12) {
  top: 55px;
  left: 95%;
}

.customer-area .animation-inner li:nth-child(13) {
  bottom: 0;
  left: -35px;
}

.customer-area .animation-inner li:nth-child(14) {
  bottom: 30px;
  left: 150px;
  -webkit-box-shadow: 10px 30px 30px 0 rgba(2, 45, 79, 0.15);
  box-shadow: 10px 30px 30px 0 rgba(2, 45, 79, 0.15);
}

.customer-area .animation-inner li:nth-child(15) {
  bottom: 20px;
  left: 310px;
}

.customer-area .animation-inner li:nth-child(16) {
  bottom: -25px;
  left: 460px;
}

.customer-area .animation-inner li:nth-child(17) {
  bottom: 35px;
  left: 690px;
}

.customer-area .animation-inner li:nth-child(18) {
  bottom: -30px;
  left: 800px;
}

.customer-area .animation-inner li:nth-child(19) {
  bottom: 45px;
  left: 940px;
}

.customer-area .animation-inner li:nth-child(20) {
  bottom: 0;
  right: 0;
}

.customer-area .more-btn {
  border: 2px solid #ef506d;
  font-size: 16px;
  font-weight: 500;
  color: #ef506d;
  border-radius: 45px;
  line-height: 26px;
  padding: 8px 27px;
  display: inline-block;
  margin-top: 60px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*=========== Menu ==============*/
/*========= hamburger menu css ========*/
.navbar-toggler {
  padding: 0;
  margin-left: 20px;
}

.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}

.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #e64577;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .125s;
  transition-delay: .125s;
}

.menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

.menu_toggle .hamburger-cross span {
  display: block;
  background: #e64577;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/** ***/
.header-area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header-area.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.header-area.navbar-fixed .menu-default .navbar-brand .logo {
  display: none;
}

.header-area.navbar-fixed .menu-default .navbar-brand .logo-mini {
  display: block;
}

.header-area.navbar-fixed .menu-default .menu .nav-item .nav-link {
  color: #051441;
}

.header-area.navbar-fixed .menu-default .btn-signup {
  background: #e64577 !important;
  color: #fff;
}

.header-area.navbar-fixed .navbar-search .search-box {
  background: rgba(255, 169, 196, 0.1) !important;
  border: 1px solid #e85582 !important;
}

.header-area.navbar-fixed .navbar-search .search-box::-webkit-input-placeholder {
  color: #333333 !important;
}

.header-area.navbar-fixed .navbar-search .search-box:-ms-input-placeholder {
  color: #333333 !important;
}

.header-area.navbar-fixed .navbar-search .search-box::-ms-input-placeholder {
  color: #333333 !important;
}

.header-area.navbar-fixed .navbar-search .search-box::placeholder {
  color: #333333 !important;
}

.header-area.navbar-fixed .navbar-search .btn i {
  color: #e85582 !important;
}

.header-area .menu-default .navbar-brand .logo {
  display: block;
}

.header-area .menu-default .navbar-brand .logo-mini {
  display: none;
}

.header-area .menu-default .menu > .nav-item {
  padding-bottom: 15px;
  padding-top: 15px;
}

.header-area .menu-default .menu > .nav-item + .nav-item {
  margin-right: 30px;
}

.header-area .menu-default .menu > .nav-item .nav-link {
  color: #fff;
}

.header-area .menu-default .navbar-search input.search-box {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 20px;
}

.header-area .menu-default .navbar-search input.search-box::-webkit-input-placeholder {
  color: #ffffff;
  font-family: IRANSans, 'iranyekan', sans-serif;
  font-size: 13px;
}

.header-area .menu-default .navbar-search input.search-box:-ms-input-placeholder {
  color: #ffffff;
  font-family: IRANSans, 'iranyekan', sans-serif;
  font-size: 13px;
}

.header-area .menu-default .navbar-search input.search-box::-ms-input-placeholder {
  color: #ffffff;
  font-family: IRANSans, 'iranyekan', sans-serif;
  font-size: 13px;
}

.header-area .menu-default .navbar-search input.search-box::placeholder {
  color: #ffffff;
  font-family: IRANSans, 'iranyekan', sans-serif;
  font-size: 13px;
}

.header-area .menu-default .navbar-search .btn {
  position: absolute;
  left: 0;
  padding-top: 4px;
}

.header-area .menu-default .navbar-search .btn > i {
  color: #ffffff;
  vertical-align: middle;
}

.header-area .menu-default .btn-signup {
  margin-right: 25px;
  padding: 0 30px;
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
  line-height: 36px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 20px;
}

/*=========== Header ==============*/
.header-banner-area {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background: url("../elements/header/header-bg.png") no-repeat scroll top center;
  background-size: contain;
  overflow: hidden;
}

.header-banner-area .header-banner-content {
  padding-top: 170px;
}

.header-banner-area .header-banner-content h3, .header-banner-area .header-banner-content h2, .header-banner-area .header-banner-content p {
  color: #ffffff;
}

.header-banner-area .header-banner-content .banner-text {
  padding-left: 120px;
}

.header-banner-area .header-banner-content .type-wrap span.typed {
  color: #ffffff;
}

.header-banner-area .header-banner-content .type-wrap span.typed-cursor {
  padding: 0 1px;
  font-size: 45px;
  color: #ffffff;
  vertical-align: sub;
}

.header-banner-area .social-network .app-social-network {
  position: absolute;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.header-banner-area .social-network .twitter {
  position: relative;
  display: inline-block;
  margin: 210px 0 0 0;
  padding-right: 170px;
  z-index: 0;
}

.header-banner-area .social-network .twitter img.icon-overly-twitter {
  position: absolute;
  margin: 10px 50px 0 0;
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.header-banner-area .social-network .instagram {
  position: relative;
  display: inline-block;
  padding: 70px 60px 0 0;
  z-index: 0;
}

.header-banner-area .social-network .instagram img.icon-overly-instagram-one {
  position: absolute;
  margin: -122px 232px 0 0;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.header-banner-area .social-network .instagram img.icon-overly-instagram-two {
  position: absolute;
  margin: -35px 110px 0 0;
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}

.header-banner-area .app_img .app_screen {
  position: absolute;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: animateUpDown;
  animation-name: animateUpDown;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*=========== Footer ==============*/
.footer-area {
  position: relative;
}

.footer-area.footer-bg {
  background: #eff2f9;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
  box-shadow: 0px -1px 0px 0px rgba(231, 236, 246, 0.004);
}

.footer-area.footer-bg .footer-top {
  border-bottom: 1px solid #e9ecf3;
  padding: 70px 0 70px;
}

.footer-area .footer-shap {
  position: absolute;
  opacity: 0.02;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 45px;
  left: 90px;
  z-index: -1;
}

.footer-area .footer-shap.one {
  background-image: -ms-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  width: 650px;
  height: 510px;
  bottom: -400%;
}

.footer-area .footer-shap.two {
  background-image: -ms-linear-gradient(140deg, #7d0df0 0%, #0cb6e7 100%);
  width: 666px;
  height: 330px;
  bottom: -210px;
  left: 290px;
}

.footer-area .footer-bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 15px 0;
}

.footer-area .footer-bottom .footer-menu {
  margin-bottom: 0;
}

.footer-area .footer-bottom .footer-menu li {
  display: inline-block;
  position: relative;
}

.footer-area .footer-bottom .footer-menu li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  vertical-align: middle;
}

.footer-area .footer-widget.last-article-widget ul li {
  border-bottom: 1px solid #cfd2e3;
}

.footer-area .footer-widget.last-article-widget ul li .item {
  margin: 15px auto;
}

.footer-area .footer-widget.last-article-widget ul li .item .image-box img {
  width: 64px;
  height: 64px;
  border-radius: 7px;
}

.footer-area .footer-widget.last-article-widget ul li .item .text P {
  display: table-cell;
  height: 64px;
  vertical-align: middle;
}

.footer-area .footer-widget.last-article-widget ul li:last-child {
  border-bottom: none;
}

.footer-area .footer-widget.list-text-widget ul.list-only-text li {
  line-height: 35px;
  border-bottom: 1px solid #cfd2e3;
}

.footer-area .footer-widget.list-text-widget ul.list-only-text li a {
  color: #ddd;
}
/*# sourceMappingURL=main.css.map */