/* ----------------------------------------------------------

   Author: Theme19
   Date Created: 02/10/2017

------------------------------------------------------------*/
/*-----------------------------------------------------------
[Table of contents]
-------------------------------------------------------------

1. Common styles
2. Header
3. Footer
4. Fonts
5. Configurator
6. Content
	6.1. Description / .description
	6.2. Features / .features
	6.3. Description with accordion / .description-accordion
	6.4. Section Video / .section-video
	6.5. Section with tabs / .section-tabs
	6.6. Section with carousel / .section-carousel
	6.7. Section Team / #team
	6.8. Section Statistic / .statistics
	6.9. Positioned boxes / .positioned-boxes
	6.10. Call to actions / .section-download
	6.11. Social Links / .section-social-links
	6.12. Reviews / .reviews
	6.13. Contact us / .contact-us
 
---------------------------------------------------------- */

/**/
/*-----------------------------------------------------------
[ 1. Common styles ]
-----------------------------------------------------------*/
/* General styles */
body {
  direction: rtl;
  background: #fff;
  overflow-x: hidden;
}

h1 {
  font-weight: 500;
  font-size: 48px;
}

h2 {
  margin: 26px 0;
  font-weight: 500;
  font-size: 2rem;
}

hr {
  margin: 0;
  border-color: #ececec;
}

a:focus {
  outline: none;
}

/* General classes */
.subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 2rem;
}

/* Buttons */
.btn {
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.btn-large {
  width: 210px;
  padding: 19px 0 17px;
}

.btn-medium {
  width: 110px;
  padding: 19px 0 17px;
}

.btn-full-width {
  display: block;
  padding: 14px 0 10px;
}

.btn-full-width i {
  padding-right: 15px;
  position: relative;
  top: -2px;
  font-size: 24px;
  vertical-align: middle;
}

.scroll-to-top .scroll-container {
  position: fixed;
  right: -45px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  padding: 9px 14px 5px;
  border-radius: 35px;
  z-index: 20;
  cursor: pointer;
  transition: 0.8s;
}

.scroll-to-top .scroll-container.active {
  right: 30px;
}

.scroll-to-top .scroll-container img {
  max-width: 100%;
}

/* Wipe placeholder on focus */
#subscription-input:focus::-webkit-input-placeholder {
  color: transparent;
}

#subscription-input:focus::-moz-placeholder {
  color: transparent;
}

#subscription-input:focus:-ms-input-placeholder {
  color: transparent;
}

#subscription-input:focus:-moz-placeholder {
  color: transparent;
}

/* Media Queries ------------------------------------- */
@media screen and (max-width: 991px) {
  .btn-medium {
    padding: 14px 0 13px;
  }
}

@media screen and (max-width: 767px) {

  h1,
  h2 {
    font-size: 38px;
  }

  .subtitle {
    font-size: 15px;
    line-height: 20px;
  }

  .scroll-to-top {
    display: none;
  }
}

@media screen and (max-width: 543px) {

  h1,
  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.8rem;
  }

  .subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-large {
    width: 190px;
    padding: 14px 0;
    margin: 5px 0 !important;
  }
}

/**/
/*-----------------------------------------------------------
[ 2. Header ]
-----------------------------------------------------------*/
.main-header {
  position: relative;
  background: url("../../img/ready-back-school_1134-12.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

.main-header .video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 3;
}

.main-header .video.opened {
  opacity: 1;
}

.main-header .video.over-height {
  width: auto;
  height: 100%;
}

.main-header .navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding-bottom: 22px;
  transition: 0.3s ease-in-out;
}

.main-header .navigation.top.fixed {
  position: fixed;
  background: white;
  transition: top 1s;
  top: 0;
  box-shadow: 0px 0px 16px -4px #000000;
  z-index: 99999;
}

.main-header .navigation img {
  filter: brightness(0) invert();
}

.main-header .navigation.top.fixed img {
  filter: none;
}

.main-header .navigation.top.fixed .main-nav a {
  color: #292b2c;
  transition: 0.3s;
}

.main-header .navigation.top.fixed .main-nav a:after {
  background: #292b2c;
}

.main-header .navigation.top {
  top: -200px;
}

.main-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.main-header>* {
  position: relative;
  z-index: 10;
}

.main-header .header-content {
  z-index: 9;
}

.main-header .site-logo {
  display: inline-block;
  margin-top: 14px;
  position: relative;
  z-index: 10;
  margin-right: 60px;
  margin-left: 15px;
}

.main-header .site-logo a {
  text-decoration: none;
}

.main-header .site-logo a:hover,
.main-header .site-logo a:focus {
  text-decoration: none;
}

.main-header .site-logo .text-logo {
  margin-top: -5px;
  font-size: 26px;
  color: #fff;
  width: 100px;
  height: auto;
}

.main-header .site-logo .text-logo img {
  display: inline-block;
  position: relative;
  top: 30px;
  width: 100%;
  height: 100%;
}

.main-header .menu-btn {
  display: none;
}

.main-header .main-nav {
  margin-top: -30px;
  text-align: center;
}

.main-header .main-nav ul {
  width: 100%;
  display: inline-block;
}

.main-header .main-nav ul li {
  display: inline-block;
  margin-left: 40px;
}

.main-header .main-nav ul li.spacer {
  width: 10%;
  margin-left: 0;
}

.main-header .main-nav ul li a {
  display: block;
  padding: 10px 0;
  position: relative;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #fff;
}

.main-header .main-nav ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 1px;
  transition: width 0.3s ease;
  background: #fff;
}

.main-header .main-nav ul li a:hover:after {
  width: 100%;
  color: #ffde00;
}

.main-header .header-inner {
  margin: 0px 0 50px;
  padding-top: 168px;
}

.main-header .header-inner h1 {
  margin: 30px 0 15px;
  color: #fff;
}

.main-header .header-inner .subtitle {
  margin-bottom: 32px;
  font-size: 25px;
  color: #fff;
}

.main-header .scroll-indicator {
  display: inline-block;
  margin: 339px 0 44px;
  position: relative;
  z-index: 10;
}

.main-header .scroll-indicator .img {
  display: inline-block;
  width: 20px;
  height: 38px;
  margin-bottom: 3px;
  border: 1px solid;
  border-radius: 9px;
  position: relative;
}

.main-header .scroll-indicator .img:after {
  content: "";
  display: block;
  width: 2px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 8px;
  -webkit-animation: scrollAnimation 1s linear infinite;
  animation: scrollAnimation 1s linear infinite;
}

.main-header .scroll-indicator a {
  display: block;
  font-size: 13px;
}

.main-header .scroll-indicator a:hover,
.main-header .scroll-indicator a:focus {
  text-decoration: none;
}

.main-header .phone-sketches {
  width: 788px;
  height: 389px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../../img/bgi/phones-sketch.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

@-webkit-keyframes scrollAnimation {
  0% {
    top: 6px;
  }

  50% {
    top: 18px;
  }

  100% {
    top: 6px;
  }
}

@keyframes scrollAnimation {
  0% {
    top: 6px;
  }

  50% {
    top: 18px;
  }

  100% {
    top: 6px;
  }
}

/* Media Queries -------------------------------------------- */
@media screen and (max-width: 1199px) {
  .main-header .main-nav ul li {
    margin: 0 22px;
  }

  .main-header .scroll-indicator {
    margin-top: 350px;
  }
}

@media screen and (max-width: 991px) {
  .main-header .main-nav ul li {
    margin: 0 13px;
  }

  .main-header .main-nav ul li.spacer {
    width: 20%;
  }

  .main-header .scroll-indicator {
    margin-top: 250px;
  }

  .main-header .phone-sketches {
    width: 720px;
    height: 355px;
  }
}

@media screen and (max-width: 768px) {
  .main-header .video {
    display: none;
  }

  .main-header .phone-sketches {
    width: 540px;
    height: 267px;
  }
}

@media screen and (max-width: 767px) {
  .main-header {
    position: relative;
    margin-top: 0;
  }

  .main-header .scroll-indicator {
    margin-top: 150px;
  }

  .main-header .menu-btn {
    display: block;
    width: 41px;
    height: 39px;
    padding: 6px;
    border-radius: 1px;
    position: absolute;
    top: 27px;
    right: 20px;
    transition: left 0.3s ease;
    cursor: pointer;
    z-index: 10;
    border-radius: 5px;
  }

  .main-header .menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 7px;
    background: #282828;
    transition: all 0.3s ease;
  }

  .main-header .menu-btn span:first-child {
    margin-top: 2px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
  }

  .main-header .menu-btn span:last-child {
    margin-bottom: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
  }

  .main-header .menu-btn.opened {
    right: 320px;
    transition: left 0.3s ease;
    background: #ffde00;
  }

  .main-header .menu-btn.opened span {
    width: 110%;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    position: relative;
  }

  .main-header .menu-btn.opened span:first-child {
    margin-top: -2px;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    top: 4px;
    left: 5px;
  }

  .main-header .menu-btn.opened span:nth-child(2) {
    opacity: 0;
  }

  .main-header .menu-btn.opened span:last-child {
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    left: 5px;
  }

  .main-header .main-nav {
    height: 100%;
    margin-top: 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: -200px;
    transition: all 0.3s ease;
    background: #ffde00;
    z-index: 10;
  }

  .main-header .main-nav.opened {
    right: 0;
  }

  .main-header .main-nav ul {
    display: block;
    width: 200px;
    padding: 10px 0;
    background: #ffde00;
  }

  .main-header .main-nav ul li {
    display: block;
    text-align: right;
  }

  .main-header .main-nav ul li.spacer {
    display: none;
  }

  .main-header .main-nav ul li a {
    font-size: 14px;
  }

  .main-header .header-inner {
    margin-top: 60px;
  }

  .main-header .header-inner .subtitle br {
    display: none;
  }

  .main-header .navigation {
    top: 0;
  }

  .main-header.header-inner-page .site-logo .text-logo img {
    top: 0 !important;
  }

  .main-header .navigation.fixed {
    padding-bottom: 0px;
    top: 70px;
  }

  .main-header .navigation.fixed .site-logo {
    margin-top: 0px;
    line-height: 4rem;
  }

  .main-header .navigation.fixed .menu-btn {
    top: 14px;
    border-radius: 5px;
  }

  .main-header .site-logo .text-logo {
    margin-top: 0;
    padding: 10px 0;
    width: 90px;
  }

  .main-header.header-inner-page .main-nav {
    margin-top: 0 !important;
  }

  .main-header .site-logo .text-logo img {
    top: -5px;
  }

  .pill-driver-form .nav-item {
    width: 33.33%;
  }

  .pill-driver-form .nav-item .nav-link {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .main-header .phone-sketches {
    width: calc(100% - 20px);
    height: 267px;
    background-position: center bottom;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-tabs .dl-group .dl-btn a {
    width: 316px;
    margin: 5px auto;
  }

  .section-tabs .tab-pane .img-holder {
    width: 680px !important;
  }
}

/**/
/*-----------------------------------------------------------
[ 3. Footer ]
-----------------------------------------------------------*/
.footer {
  background: #f4f4f4;
  padding: 18px 0;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #737a88;
}

.footer br {
  display: none;
}

/* Media Queries ------------------------------ */
@media screen and (max-width: 543px) {
  .footer br {
    display: block;
  }
}

/**/
/*-----------------------------------------------------------
[ 5. Configurator ]
-----------------------------------------------------------*/
.settings-icon {
  opacity: 1;
  background: #1e1c1c;
  padding: 10px;
  font-size: 24px;
  color: #272727;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 70px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  z-index: 999999;
  transition: 0.25s;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.settings-icon.open {
  left: 170px;
}

.settings-icon i {
  color: #fff;
}

.settings-pallete {
  position: fixed;
  z-index: 999999;
  top: 70px;
  left: -170px;
  background: #1e1c1c;
  width: 170px;
  text-align: left;
  padding: 20px;
  padding-top: 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  transition: 0.25s;
  overflow-y: auto;
}

.settings-pallete.open {
  left: 0;
}

.settings-pallete ul {
  margin: 15px 0 0;
  padding-left: 0;
}

.settings-pallete span {
  display: inline-block;
  padding-right: 21px;
  margin: 10px 0 5px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  position: relative;
  cursor: pointer;
}

.settings-pallete span:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: -2px;
  right: 0px;
}

.settings-pallete span.opened:after {
  content: "\f106";
}

.settings-pallete p {
  margin-left: -20px;
  margin-bottom: 5px;
  padding: 5px 0px;
  text-indent: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  background: #2d2e32;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2d2e32 0%, #1e1c1c 60%, #1e1c1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2e32', endColorstr='#1e1c1c', GradientType=1);
  /* IE6-9 */
}

.settings-pallete ul.colors li {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 5px;
  cursor: pointer;
  border-radius: 35px;
  position: relative;
}

.settings-pallete ul.colors li:nth-of-type(2n) {
  margin-left: 10px;
}

.settings-pallete ul.colors li.light-red {
  background: #f8395d;
}

.settings-pallete ul.colors li.turquoise {
  background: #1e9da8;
}

.settings-pallete ul.colors li.orange {
  background: #f14331;
}

.settings-pallete ul.colors li.blue {
  background: #022377;
}

.settings-pallete .header-video {
  margin-top: 15px;
  margin-bottom: 10px;
}

.settings-pallete .header-video label {
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}

.settings-pallete .header-video label:before,
.settings-pallete .header-video label:after {
  content: "";
  display: block;
  position: absolute;
}

.settings-pallete .header-video label:before {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  top: 6px;
  left: 0;
  background: #555;
}

.settings-pallete .header-video input[type="checkbox"] {
  display: none;
}

.settings-pallete .header-video input[type="checkbox"]:checked+label:after {
  width: 14px;
  height: 14px;
  top: 7px;
  left: 3px;
  background: url("../../img/icons/checked.svg") no-repeat;
  background-size: contain;
}

/* Media Queries ----------------------------- */
@media (max-width: 767px) {
  .settings-icon {
    display: none;
  }

  .settings-pallete {
    display: none;
  }
}

/**/
/*-----------------------------------------------------------
[ 4. Fonts ]
-----------------------------------------------------------*/
@font-face {
  font-family: "libre_franklinthin";
  src: url("../../fonts/librefranklin-thin-webfont.woff2") format("woff2"),
    url("../../fonts/librefranklin-thin-webfont.woff") format("woff"),
    url("../../fonts/LibreFranklin-Thin.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "libre_franklinlight";
  src: url("../../fonts/librefranklin-light-webfont.woff2") format("woff2"),
    url("../../fonts/librefranklin-light-webfont.woff") format("woff"),
    url("../../fonts/LibreFranklin-Light.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "libre_franklinregular";
  src: url("../../fonts/librefranklin-regular-webfont.woff2") format("woff2"),
    url("../../fonts/librefranklin-regular-webfont.woff") format("woff"),
    url("../../fonts/LibreFranklin-Regular.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "libre_franklinbold";
  src: url("../../fonts/librefranklin-bold-webfont.woff2") format("woff2"),
    url("../../fonts/librefranklin-bold-webfont.woff") format("woff"),
    url("../../fonts/LibreFranklin-Bold.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

/* Base styles */
body {
  font-family: IRANSans !important;
}

h1 {
  font-family: IRANSans !important;
}

h2 {
  font-family: IRANSans !important;
}

/* Genreal classes */
.subtitle {
  font-family: IRANSans !important;
}

/* Positioned boxes */
.positioned-boxes .box .price {
  font-family: IRANSans !important;
}

/* Call to action */
.section-download .subscription .subscription-invite {
  font-family: IRANSans !important;
}

.section-download .subscription .subscription-form input {
  font-family: IRANSans !important;
}

.section-download .subscription .subscription-form button {
  font-family: IRANSans !important;
}

/* Accordeon description */
.description-accordion .accordion li .header[aria-expanded="true"] span {
  font-family: IRANSans !important;
}

/* Reviews */
.single-review header .rating {
  font-family: IRANSans !important;
}

.single-review p {
  font-family: IRANSans !important;
}

/* Contact Us */
.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us textarea {
  font-family: IRANSans !important;
}

.contact-us .error-message {
  font-family: IRANSans !important;
}

/* Statistics */
.statistics .count {
  font-family: IRANSans !important;
}

.statistics .count:after {
  font-family: IRANSans !important;
}

.statistics .source {
  font-family: IRANSans !important;
}

/**/
/*-----------------------------------------------------------
[ 6.1. Description / .description ]
-----------------------------------------------------------*/
.description {
  text-align: center;
}

.description .subtitle strong {
  font-weight: 700;
}

.description .description-points {
  margin-top: 92px;
  margin-bottom: 78px;
}

.description .description-points .icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 3px;
}

.description .description-points .icon.icon-bootstrap {
  background-image: url("../../img/icons/icon-bootstrap.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.description .description-points .icon.icon-flexible {
  background-image: url("../../img/icons/icon-flexible.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.description .description-points .icon.icon-support {
  background-image: url("../../img/icons/icon-suport.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.description .description-points .icon .fa {
  font-size: 38px;
  line-height: 64px;
  color: #ffffff;
}

.description .description-points .title {
  margin: 18px 0 9px;
  font-weight: 700;
  font-size: 15px;
}

.description .description-points p {
  font-size: 15px;
  line-height: 24px;
}

/* Media Queries ----------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .description {
    padding-top: 48px;
  }

  .description .description-points {
    margin-bottom: 57px;
  }
}

@media screen and (max-width: 767px) {
  .description {
    padding-top: 30px;
  }

  .description .description-points {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 543px) {
  .description .subtitle br {
    display: none;
  }

  .description .description-points>div+div {
    margin-top: 35px;
  }

  .description .description-points p {
    font-size: 14px;
    line-height: 22px;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.2. Features / .features ]
-----------------------------------------------------------*/
.features {
  padding: 67px 0 0;
  text-align: center;
}

.features img {
  height: 55px;
}

.features .title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 15px;
  text-align: right;
}

.features p {
  font-size: 15px;
  line-height: 24px;
  text-align: right;
}

.features .inner-content {
  margin: 76px -15px 90px;
}

.features .inner-content .feature-boxes {
  margin-top: 31px;
}

.features .inner-content .feature-boxes .feature-box {
  margin: 11px 0;
}

.features .inner-content .feature-boxes .feature-box img {
  margin-top: 4px;
}

.features .inner-content .feature-boxes .feature-box .icon {
  margin-top: 4px;
}

.features .inner-content .feature-boxes .feature-box .icon .fa {
  font-size: 52px;
}

.features .img-wrapper {
  width: 220px;
  height: 453px;
  margin: 0 auto;
  background: url("") no-repeat center center;
  background-size: 100% 100%;
}

/* .features .img-wrapper .img-holder {
  padding: 52px 11px 0 12px;
} */
.features .img-wrapper .img-holder img {
  width: 100%;
}

/* Media Queries --------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .features {
    padding-top: 47px;
  }

  .features .inner-content {
    margin-bottom: 47px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .features .img-wrapper {
    width: 200px;
    height: 403px;
  }

  .features .img-wrapper .img-holder {
    padding: 41px 11px 0 11px;
  }
}

@media screen and (max-width: 991px) {
  .features .inner-content .feature-boxes {
    margin-top: -12px;
  }
}

@media screen and (max-width: 767px) {
  .features {
    padding-top: 30px;
  }

  .features .inner-content {
    margin: 55px 0 23px;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .features .img-wrapper {
    width: 183px;
    height: 376px;
  }

  .features .img-wrapper .img-holder {
    padding: 43px 10px 0 10px;
  }
}

@media screen and (max-width: 543px) {
  .features .subtitle br {
    display: none;
  }

  .features .inner-content .feature-boxes {
    margin-top: 40px;
  }

  .features .inner-content .feature-boxes .feature-box {
    margin: 15px 0;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.3. Description with accordion / .description-accordion ]
-----------------------------------------------------------*/
.description-accordion {
  padding-top: 96px;
  background-color: #e8e8e8;
}

.description-accordion .subtitle {
  font-size: 15px;
  letter-spacing: 0.1px;
}

.description-accordion .accordion {
  min-height: 371px;
  margin-top: 52px;
  padding: 0;
  list-style-type: none;
}

.description-accordion .accordion li {
  margin-bottom: 20px;
  background: #fff;
}

.description-accordion .accordion li .header {
  display: block;
  width: 100%;
  height: 60px;
  padding-left: 45px;
  padding-right: 40px;
  position: relative;
  color: #737a88;
}

.description-accordion .accordion li .header:hover,
.description-accordion .accordion li .header:focus {
  color: #737a88;
  text-decoration: none;
}

.description-accordion .accordion li .header[aria-expanded="true"]:after {
  content: "\f106";
}

.description-accordion .accordion li .header span {
  display: block;
  position: relative;
  top: 50%;
  font-size: 15px;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.description-accordion .accordion li .header:before {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
}

.description-accordion .accordion li .header:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 13px;
  left: 14px;
  font-size: 23px;
  color: #ccc;
}

.description-accordion .accordion li .content {
  font-size: 15px;
  color: #737a88;
}

.description-accordion .accordion li .content p {
  padding: 5px 20px 10px 45px;
  margin: 0;
}

.description-accordion .container {
  position: relative;
}

/* .description-accordion .container .img-wrapper {
  width: 371px;
  height: 542px;
  position: absolute;
  bottom: 0;
  left: -44px;
}

.description-accordion .container .img-wrapper .bg-image {
  width: 90%;
  height: 100%;
  background: url("../../img/phone-screen.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
} */

.description-accordion .container .img-wrapper img {
  width: 100%;
}

/* Media Queries ------------------------------------------------ */
@media screen and (max-width: 1280px) {
  .description-accordion .container .img-wrapper {
    left: 0;
  }
}

@media screen and (max-width: 991px) {
  .description-accordion {
    padding-top: 47px;
  }

  .description-accordion .container .img-wrapper {
    display: none;
  }

  .description-accordion .accordion {
    min-height: auto;
    min-height: initial;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .description-accordion {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .description-accordion .accordion {
    margin-bottom: 40px;
  }

  .description-accordion .accordion li .header {
    height: auto;
  }

  .description-accordion .accordion li .header:before,
  .description-accordion .accordion li .header:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .description-accordion .accordion li .header span {
    padding: 15px 0;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 543px) {
  .description-accordion .accordion li .content {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.4. Section Video / .section-video ]
-----------------------------------------------------------*/
.section-video {
  margin: 93px 0 92px;
  text-align: center;
}

.section-video .video-holder {
  margin-top: 44px;
}

.section-video iframe {
  width: 100%;
  height: 424px;
  border: none;
}

/* Media Queries ----------------------------- */
@media screen and (max-width: 1199px) {
  .section-video iframe {
    height: 345px;
  }
}

@media screen and (max-width: 992px) {
  .section-video iframe {
    height: 330px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-video {
    margin: 73px 0;
  }
}

@media screen and (max-width: 767px) {
  .section-video {
    margin: 55px 0;
  }

  .section-video iframe {
    height: 260px;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.5. Section with tabs / .section-tabs ]
-----------------------------------------------------------*/
.section-tabs {
  padding-top: 67px;
  background: #353a45;
  text-align: center;
}

.section-tabs .nav {
  padding-right: 0;
}

.section-tabs h2 {
  color: #fff;
}

.section-tabs .nav-pills {
  display: inline-block;
  margin-top: 14px;
  border-radius: 4px;
}

.section-tabs .nav-pills .nav-item {
  margin: 0;
  float: right;
}

.section-tabs .nav-pills .nav-item+.nav-item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.section-tabs .nav-pills .nav-item:first-child .nav-link {
  border-radius: 0 4px 4px 0;
}

.section-tabs .nav-pills .nav-item:last-child .nav-link {
  border-radius: 4px 0 0 4px;
}

.section-tabs .nav-pills .nav-item .nav-link {
  border-radius: 0;
  padding: 17px 40px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
}

.section-tabs .nav-pills .nav-item .nav-link.active {
  color: #ffde00;
  background: #282828;
}

.section-tabs .tab-pane.fade.in {
  opacity: 1;
}

.section-tabs .tab-pane p {
  margin-top: 37px;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 24px;
  color: #737a88;
}

.section-tabs .tab-pane .img-holder {
  width: 850px;
  margin: 0 auto;
  margin-top: 93px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.section-tabs .tab-pane .img-holder img {
  max-width: 100%;
  display: block;
  float: left;
}

.section-tabs .tab-pane .img-holder img.secondary {
  margin-top: 56px;
  opacity: 0.8;
  -webkit-filter: blur(7px);
  filter: blur(1px);
}

.section-tabs .dl-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section-tabs .dl-group .dl-btn {
  margin: 0 2rem;
}

.section-tabs .dl-group .dl-btn a {
  padding: 1rem 2rem;
}

.whyapp h2 {
  text-align: center;
  margin: 60px 0;
}

.whyapp .desc-why {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-align: justify;
  line-height: 2;
}

/* Media Queries ----------------------------- */
@media screen and (max-width: 991px) {
  .section-tabs {
    padding-top: 47px;
  }

  .section-tabs .tab-pane p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-tabs .tab-pane .img-holder {
    width: 100%;
  }

  .section-tabs .tab-pane .img-holder img.primary {
    width: 36.35%;
  }

  .section-tabs .tab-pane .img-holder img.secondary {
    width: 31.82%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 543px) {
  .section-tabs {
    padding-top: 30px;
  }

  .section-tabs .nav-pills .nav-item .nav-link {
    padding: 17px 25px;
  }

  .section-tabs .tab-pane p {
    margin-bottom: 40px;
  }

  .section-tabs .tab-pane .img-holder {
    margin-top: 60px;
    text-align: center;
  }

  .section-tabs .tab-pane .img-holder img {
    float: none;
  }

  .section-tabs .tab-pane .img-holder img.primary {
    display: inline-block;
    width: auto;
  }

  .section-tabs .tab-pane .img-holder img.secondary {
    display: none;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.6. Section with carousel / .section-carousel ]
-----------------------------------------------------------*/
.section-carousel {
  padding-top: 67px;
  padding-bottom: 64px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-carousel .subtitle {
  margin-bottom: 69px;
}

.carousel {
  width: 100%;
}

.carousel .slick-slide {
  text-align: center;
}

.carousel .slick-slide img {
  display: inline-block;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.1);
}

.carousel .slick-list {
  padding-bottom: 40px;
}

.carousel .slick-dots {
  display: inline-block;
  margin-top: 5px;
  padding: 0;
  list-style-type: none;
}

.carousel .slick-dots li {
  display: inline-block;
}

.carousel .slick-dots li button {
  display: block;
  height: 0;
  padding: 7px 7px;
  border: 0;
  position: relative;
  text-indent: -9999px;
  background: none;
}

.carousel .slick-dots li button:focus {
  outline: none;
}

.carousel .slick-dots li button:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 4px;
  left: 4px;
}

/* Media Queries ----------------------- */
@media screen and (max-width: 991px) {
  .section-carousel {
    padding-top: 47px;
    padding-bottom: 44px;
  }
}

@media screen and (max-width: 767px) {
  .section-carousel {
    padding: 30px 0 24px;
  }
}

@media screen and (max-width: 543px) {
  .section-carousel .subtitle {
    margin-bottom: 40px;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.7. Section Team / #team ]
-----------------------------------------------------------*/
/* Team */
#team {
  padding: 67px 0 95px;
  text-align: center;
  border-top: 1px solid #ececec;
  background: #fff;
}

#team header {
  margin-bottom: 66px;
}

#team .team-member figure {
  margin-bottom: 28px;
  position: relative;
}

#team .team-member figure img {
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

#team .team-member figure figcaption {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: 12px;
  z-index: 5;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

#team .team-member figure figcaption i {
  font-size: 22px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

#team .team-member .name {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

#team .team-member .role {
  font-weight: 300;
  font-size: 13px;
}

/* Media Queries ----------------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #team .team-member figure figcaption {
    right: 0;
  }

  #team .team-member .name {
    min-height: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #team {
    padding: 47px 0 26px;
  }

  #team .team-member {
    margin-bottom: 50px;
  }

  #team .team-member figure figcaption {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #team {
    padding: 28px 0 17px;
  }

  #team header {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #team .team-member {
    margin-bottom: 40px;
  }

  #team .team-member figure figcaption {
    right: 45px;
  }
}

@media screen and (max-width: 575px) {
  #team .team-member {
    margin-bottom: 40px;
  }

  #team .team-member figure {
    display: inline-block;
  }

  #team .team-member figure figcaption {
    right: 0;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.8. Section Statistic / .statistics ]
-----------------------------------------------------------*/
.statistics {
  padding: 67px 0 95px;
  position: relative;
  text-align: center;
  background: url("../../img/bgi/hand-pen.png") no-repeat left top;
  background-size: auto 81%;
  color: #fff;
}

.statistics>* {
  position: relative;
  z-index: 2;
}

.statistics:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.statistics .subtitle {
  margin-bottom: 93px;
}

.statistics figure {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 26px;
  border-radius: 3px;
  text-align: center;
}

.statistics figure img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.statistics figure i {
  position: relative;
  top: 50%;
  font-size: 33px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.statistics .count {
  display: inline-block;
  padding-right: 20px;
  font-size: 32px;
  line-height: 1.8;
  position: relative;
}

.statistics .count:after {
  content: "+";
  display: inline;
  position: absolute;
  right: -1px;
  top: 1px;
  z-index: 0;
}

.statistics .source {
  font-size: 15px;
}

/* Media Queries ------------------------------- */
@media screen and (max-width: 991px) {
  .statistics {
    padding: 50px 0 25px;
  }

  .statistics .subtitle {
    margin-bottom: 80px;
  }

  .statistics .single-count {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .statistics {
    padding: 32px 0 10px;
  }

  .statistics:after {
    background-size: auto 130px;
    background-position: bottom center;
  }

  .statistics .subtitle {
    margin-bottom: 60px;
  }

  .statistics .single-count {
    margin-bottom: 45px;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.9. Positioned boxes / .positioned-boxes ]
-----------------------------------------------------------*/
.positioned-boxes {
  padding: 69px 0 100px;
  position: relative;
  color: #fff;
  text-align: center;
}

.positioned-boxes:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../img/bgi/positioned-boxes-bg.png") no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.positioned-boxes>* {
  position: relative;
  z-index: 1;
}

.positioned-boxes .subtitle {
  margin-bottom: 48px;
}

.positioned-boxes .box {
  padding: 54px 20px 59px;
  background: #16181d;
  position: relative;
  overflow: hidden;
}

.positioned-boxes .box>* {
  position: relative;
  z-index: 5;
}

.positioned-boxes .box:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.positioned-boxes .box:after {
  content: "";
  display: block;
  width: 100%;
  height: 190px;
  position: absolute;
  left: 0;
  z-index: 0;
}

.positioned-boxes .box.secondary {
  margin-top: 30px;
  padding-top: 24px;
  padding-bottom: 30px;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}

.positioned-boxes .box.secondary.basic {
  right: -30px;
}

.positioned-boxes .box.secondary.premium {
  left: -30px;
}

.positioned-boxes .box .title {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 19px;
}

.positioned-boxes .box .price {
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 37px;
}

.positioned-boxes .box .price span {
  display: block;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  color: #716776;
}

.positioned-boxes .box ul {
  min-height: 275px;
  padding: 0;
  list-style-type: none;
}

.positioned-boxes .box ul li {
  padding: 15px 0 14px;
  border-top: 1px solid #2e3034;
  font-size: 15px;
}

.positioned-boxes .box.standard:before {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      #321c25 0%,
      #321c25 10%,
      #c2183a 24%,
      #d31a3e 50%,
      #c2183a 76%,
      #321c25 90%,
      #321c25 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#321c25', endColorstr='#321c25', GradientType=1);
  /* IE6-9 */
}

.positioned-boxes .box.standard:after {
  top: -125px;
  height: 315px;
}

.positioned-boxes .box.basic:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e96a0+0,9e96a0+100&0+0,0.4+10,0.8+25,1+50,1+75,0.4+90,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(158, 150, 160, 0) 0%,
      rgba(158, 150, 160, 0.4) 10%,
      rgba(158, 150, 160, 0.8) 25%,
      #9e96a0 50%,
      #9e96a0 75%,
      rgba(158, 150, 160, 0.4) 90%,
      rgba(158, 150, 160, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e96a0', endColorstr='#009e96a0', GradientType=1);
  /* IE6-9 */
}

.positioned-boxes .box.basic:after {
  width: 90%;
  top: -77px;
  left: 5%;
  height: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e96a0+0,9e96a0+100&0.6+0,0.2+46,0+70,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,
      rgba(158, 150, 160, 0.6) 0%,
      rgba(158, 150, 160, 0.2) 46%,
      rgba(158, 150, 160, 0) 70%,
      rgba(158, 150, 160, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999e96a0', endColorstr='#009e96a0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.positioned-boxes .box.premium:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e88a2+0,2e88a2+100&0+0,0+10,0.8+20,1+50,0.8+80,0+90,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      rgba(46, 136, 162, 0) 0%,
      rgba(46, 136, 162, 0) 10%,
      rgba(46, 136, 162, 0.8) 20%,
      #2e88a2 50%,
      rgba(46, 136, 162, 0.8) 80%,
      rgba(46, 136, 162, 0) 90%,
      rgba(46, 136, 162, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002e88a2', endColorstr='#002e88a2', GradientType=1);
  /* IE6-9 */
}

.positioned-boxes .box.premium:after {
  width: 90%;
  top: -105px;
  left: 5%;
  height: 190px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a4965+0,3a4965+100&0.8+0,0.6+22,0.4+47,0+75,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,
      rgba(58, 73, 101, 0.8) 0%,
      rgba(58, 73, 101, 0.6) 22%,
      rgba(58, 73, 101, 0.4) 47%,
      rgba(58, 73, 101, 0) 75%,
      rgba(58, 73, 101, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3a4965', endColorstr='#003a4965', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

/* Media Queries ------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .positioned-boxes {
    padding: 48px 0 80px;
  }

  .positioned-boxes .box {
    padding-top: 38px;
  }

  .positioned-boxes .box.secondary {
    margin-top: 21px;
    padding-top: 18px;
  }

  .positioned-boxes .box .title {
    margin-bottom: 20px;
  }

  .positioned-boxes .box .price {
    font-size: 40px;
  }

  .positioned-boxes .box ul {
    min-height: 235px;
  }

  .positioned-boxes .box ul li {
    padding: 13px 0;
  }
}

@media screen and (max-width: 767px) {
  .positioned-boxes {
    padding: 31px 0 60px;
  }

  .positioned-boxes .box {
    position: relative;
  }

  .positioned-boxes .box.secondary {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .positioned-boxes .box.secondary.basic {
    margin-top: 0;
    right: 0;
  }

  .positioned-boxes .box.secondary.premium {
    margin-top: 30px;
    left: 0;
  }

  .positioned-boxes .box.main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .positioned-boxes .box.main.standard {
    margin-top: 30px;
  }

  .positioned-boxes .box ul {
    min-height: auto;
    min-height: initial;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.10. Call to actions / .section-download ]
-----------------------------------------------------------*/
.section-download {
  padding: 67px 0 0;
  text-align: center;
  direction: ltr;
}

.section-download .subtitle {
  margin-bottom: 44px;
}

.section-download .smartphone-sketch {
  width: 100%;
  height: 191px;
  margin-top: 50px;
  background-position: 21px 0;
  background-image: url("../../img/bgi/smartphone-sketch.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.section-download .subscription {
  position: relative;
  z-index: 0;
}

.section-download .subscription>div {
  padding: 13px 0 40px;
  position: relative;
  z-index: 10;
  background: #fff;
}

.section-download .subscription:before {
  content: "";
  display: block;
  width: 200%;
  height: 100px;
  position: absolute;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1c1c1+0,ffffff+100&0.34+0,0+70,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,
      rgba(193, 193, 193, 0.34) 0%,
      rgba(236, 236, 236, 0) 70%,
      rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57c1c1c1', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  z-index: 5;
}

.section-download .subscription:before {
  top: -50px;
  left: -50%;
}

.section-download .subscription .mask-before,
.section-download .subscription .mask-after {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
}

.section-download .subscription .mask-before {
  left: -50%;
}

.section-download .subscription .mask-after {
  right: -50%;
}

.section-download .subscription .subscription-invite {
  padding: 22px 0;
  font-size: 18px;
}

.section-download .subscription .subscription-form {
  position: relative;
}

.section-download .subscription .subscription-form input {
  width: 100%;
  padding: 14px 100px 15px 19px;
  font-size: 15px;
  border: 1px solid #ddd;
}

.section-download .subscription .subscription-form input:focus {
  outline: none;
}

.section-download .subscription .subscription-form input::-webkit-input-placeholder {
  color: #737a88;
}

.section-download .subscription .subscription-form input::-moz-placeholder {
  color: #737a88;
}

.section-download .subscription .subscription-form input:-ms-input-placeholder {
  color: #737a88;
}

.section-download .subscription .subscription-form input:-moz-placeholder {
  color: #737a88;
}

.section-download .subscription .subscription-form button {
  padding: 13px 15px 11px;
  border: 0;
  border-radius: 3px;
  position: absolute;
  top: 6px;
  right: 5px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  background: #353a45;
  color: #fff;
}

.section-download .subscription .subscription-form button:hover {
  background: #1f2228;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .section-download .subscription .subscription-form button {
    top: 4px;
  }
}

/* Media Queries ------------------------------ */
@media screen and (max-width: 1199px) {
  .section-download .smartphone-sketch {
    height: 167px;
    background-position: 6px 0;
  }
}

@media screen and (max-width: 991px) {
  .section-download {
    padding: 47px 0 0;
  }

  .section-download .subscription:after,
  .section-download .subscription:before {
    width: 100%;
    left: 0px;
  }

  .section-download .subscription .mask-before,
  .section-download .subscription .mask-after {
    display: none;
  }

  .section-download .smartphone-sketch {
    height: 155px;
    background-position: 3px 0;
  }
}

@media screen and (max-width: 767px) {
  .section-download {
    padding-top: 30px;
  }

  .section-download .smartphone-sketch {
    width: calc(100% - 20px);
    height: 150px;
    background-position: center bottom;
  }
}

@media screen and (max-width: 543px) {
  .btn-full-width {
    margin-bottom: 15px;
  }

  .section-download {
    padding-top: 30px;
  }

  .section-download .subscription .subscription-form input {
    padding-left: 11px;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.11. Social Links / .section-social-links ]
-----------------------------------------------------------*/
.section-social-links {
  padding: 21px 0 93px;
  text-align: center;
  background: #f9f9f9;
}

.section-social-links h2 {
  font-weight: 700;
  font-size: 19px;
}

.section-social-links ul {
  display: inline-block;
  margin: 1px 0 0;
  padding: 0;
  list-style-type: none;
}

.section-social-links ul li {
  display: block;
  float: left;
}

.section-social-links ul li+li {
  margin-left: 10px;
}

.section-social-links ul li a {
  box-sizing: border-box;
  display: block;
  width: 44px;
  height: 44px;
  padding-top: 8px;
  border: 1px solid;
  font-size: 19px;
  transition: all 0.3s ease;
  background: transparent;
}

.section-social-links ul li a:hover {
  color: #fff;
}

/* Media Queries ------------------------------ */
@media screen and (max-width: 991px) {
  .section-social-links {
    padding: 32px 0 74px;
  }
}

@media screen and (max-width: 767px) {
  .section-social-links {
    padding: 12px 0 53px;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.12. Reviews / .reviews ]
-----------------------------------------------------------*/
.reviews {
  padding: 68px 0;
  background-color: #f9f9f9;
}

.reviews header {
  text-align: center;
}

.reviews header .subtitle {
  margin-bottom: 34px;
}

.reviews #reviews-slider .slick-list {
  padding: 30px 0 40px;
}

.reviews #reviews-slider .slick-dots {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

.reviews #reviews-slider .slick-dots li {
  display: inline-block;
}

.reviews #reviews-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  margin: 10px 6px 0;
  padding: 0;
  border: none;
  border-radius: 5px;
  text-indent: -9999px;
  background: #c0c0c0;
}

.reviews #reviews-slider .slick-dots li button:focus {
  outline: none;
}

.single-review {
  margin-left: 40px;
  padding: 28px 22px 42px 62px;
  background: #fff;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}

.single-review header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -102px;
  position: relative;
}

.single-review header .person-photo {
  width: 84px;
  margin-right: 18px;
  border-radius: 42px;
  overflow: hidden;
}

.single-review header .person-photo img {
  width: 100%;
  height: auto;
}

.single-review header .person-info {
  margin-top: 17px;
  text-align: left;
  position: relative;
  z-index: 10;
}

.single-review header .person-info .name {
  font-weight: 700;
  font-size: 16px;
}

.single-review header .person-info .role {
  margin-top: 4px;
  font-size: 13px;
}

.single-review header .rating {
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 65px;
  line-height: 72px;
  color: #eaebec;
}

.single-review p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

/* Media Queries
----------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .reviews {
    padding: 47px 0;
  }

  .single-review header .rating {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .reviews {
    padding: 29px 0 27px;
  }

  .single-review {
    padding: 20px 22px 30px 54px;
  }

  .single-review header {
    margin-left: -95px;
    position: relative;
  }

  .single-review header .person-photo {
    margin-right: 10px;
  }

  .single-review header .person-info {
    position: relative;
    z-index: 10;
  }

  .single-review header .rating {
    font-size: 60px;
    line-height: 82px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0.7;
  }
}

/**/
/*-----------------------------------------------------------
[ 6.13. Contact us / .contact-us ]
-----------------------------------------------------------*/
.contact-us {
  padding: 67px 0 30px;
  background: #f9f9f9;
  text-align: center;
}

.contact-us .subtitle {
  margin-bottom: 65px;
}

.contact-us .form-group {
  margin-bottom: 21px;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us textarea {
  padding: 0 15px;
  font-weight: 400;
  font-size: 13px;
  color: #737a88;
}

.contact-us .contact-box {
  display: inline-block;
  padding: 14px 0 10px;
}

.contact-us .contact-box a {
  display: block;
  padding: 1rem 2rem;
}

.contact-us input[type="text"],
.contact-us input[type="email"] {
  height: 49px;
  border: none;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.contact-us input[type="text"]:focus,
.contact-us input[type="email"]:focus,
.contact-us textarea:focus {
  outline: none;
  border-bottom: 1px solid #5cb3fd;
}

.contact-us input[type="text"].required.has-error,
.contact-us input[type="email"].required.has-error,
.contact-us textarea.required.has-error {
  border-bottom: 1px solid;
}

.contact-us input:focus::-webkit-input-placeholder,
.contact-us textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-us input:focus::-moz-placeholder,
.contact-us textarea:focus::-moz-placeholder {
  color: transparent;
}

.contact-us input:focus:-ms-input-placeholder,
.contact-us textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-us input:focus:-moz-placeholder,
.contact-us textarea:focus:-moz-placeholder {
  color: transparent;
}

.contact-us textarea {
  height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: vertical;
  border: none;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.contact-us .error-message {
  display: none;
  width: 100%;
  height: 47px;
  padding-top: 13px;
  border: 1px solid;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  vertical-align: middle;
}

.contact-us .error-message.invalid-email {
  margin-bottom: 15px;
}

.contact-us .text-holder {
  margin-top: 15px;
  text-align: left;
  color: #b5bbca;
}

.contact-us .text-holder br {
  display: none;
}

.contact-us .button-holder {
  text-align: right;
}

.contact-us .button-holder button {
  display: inline-block;
  width: 110px;
  height: 49px;
  cursor: pointer;
}

/**/
.main-header.header-inner-page {
  height: 100px;
}

.main-header.header-inner-page .site-logo {
  margin-top: 0;
}

.main-header.header-inner-page .site-logo .text-logo img {
  top: 15px;
}

.main-header.header-inner-page .main-nav {
  margin-top: -50px;
}

.section-form-hamrah {
  min-height: 500px;
  background-color: #e8e8e8;
}

.form-check-label {
  padding-right: 1.25rem;
  padding-left: 0;
}

.section-form-hamrah .inline-radio-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  min-height: 45px;
  padding: 10px;
}

.section-form-hamrah .inline-radio-box .form-check {
  position: static;
  margin: 5px 0;
}

.section-form-hamrah .inline-radio-box label.error {
  position: absolute;
  bottom: -23px;
  right: 0px;
  width: 100%;
}

.section-form-hamrah .alert-input {
  font-size: 12px;
}

.section-form-hamrah .lbl-form {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.section-form-hamrah .form-control {
  border: none;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #fff;
  height: 45px;
  font-family: IRANSans;
}
.section-form-hamrah .form-control:read-only{
  background-color: #f4f4f4;
}

.section-form-hamrah .form-control:focus {
  border-color: #000000;
}

.section-form-hamrah .form-control::placeholder {
  font-size: 12px;
}

.section-form-hamrah .title-row-form {
  display: inline-block;
  background-color: #ffde00;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 40px 0 20px;
}

.pill-driver-form {
  padding: 0;
  justify-content: center;
}

.pill-driver-form .nav-link {
  background-color: #fff;
  border-radius: 0;
  width: 150px;
  text-align: center;
  color: #000000;
}

.pill-driver-form .nav-link.active {
  background-color: #000000;
  color: #ffde00;
}

.section-form-hamrah .view-pelak {
  background-color: #f2bf12;
  border-radius: 9px;
  border: 2px solid #000;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  top: 0;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  direction: ltr;
  z-index: 10;
  margin-top: 0;
}

.section-form-hamrah .view-pelak.savaripelak {
  background-color: #e8e8e8;
}

.section-form-hamrah .view-pelak .taxi-text {
  position: absolute;
  left: 72px;
  top: 9px;
  font-size: 9px;
  font-weight: 500;
}

.section-form-hamrah .melipelak {
  width: 300px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
}

.section-form-hamrah .melipelak .nemad-pelak,
.section-form-hamrah .oldaraspelak .nemad-pelak,
.section-form-hamrah .newaraspelak .nemad-pelak {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.section-form-hamrah .melipelak .main-numbers {
  display: flex;
  align-items: center;
}

.section-form-hamrah .melipelak .main-numbers span {
  margin: 0 2px;
}

.section-form-hamrah .melipelak .unit-pelak {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  height: 100%;
  width: 100%;
  border-left: 2px solid #000;
  margin-left: 12px;
  padding-left: 0;
  padding-top: 15px;
}

.section-form-hamrah .melipelak .unit-pelak .iran {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 10px;
  right: 0;
  text-align: center;
}

.section-form-hamrah .melipelak .unit-pelak input {
  width: 45px;
  height: 45px;
  margin-right: 0;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.section-form-hamrah .melipelak .main-numbers input {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.section-form-hamrah .melipelak .main-numbers input:last-child {
  width: 70px;
  margin: 0;
}

.section-form-hamrah .melipelak .main-numbers select {
  width: 60px;
  height: 45px;
  background: #fff;
  border: none;
  border-radius: 4px;
  margin-right: 5px;
  font-family: IRANSans !important;
  font-size: 20px;
  padding: 0 6px;
  direction: rtl;
}

/*---------------------- File Upload ---------------------*/

.form-select-file .box-upload-file {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 0;
  border: 2px dashed rgba(176, 190, 197, 0.3);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin: 10px 0;
}

.form-select-file .box-upload-file.selected {
  border-color: #000;
}

.form-select-file .box-upload-file .text-upload .title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.form-select-file .box-upload-file .text-upload .desc {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.form-select-file .box-upload-file .btns-upload {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-select-file .box-upload-file .btn-file-upload {
  background-color: #000;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 88%;
  z-index: 10;
  margin: 0 auto;
  padding: 10px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #fff;
  color: #fff;
}

.form-select-file .box-upload-file .input-file-upload {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.form-select-file .box-upload-file .img-file-upload {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  z-index: 10;
}

.form-select-file .box-upload-file .btns-upload .btn-table {
  padding: 5px;
  background-color: #eaebec;
  color: #000;
  font-size: 12px;
  margin-right: 5px;
  text-decoration: none;
}

/*---------------------- /File Upload ---------------------*/
.section-form-hamrah .btn-confirm-form {
  cursor: pointer;
  display: inline-block;
  background-color: #3CCF4E;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 40px 0 20px;
  border: none;
  font-family: IRANSans;
}

.section-form-hamrah .box-rules-form {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  margin-top: 20px;
}

.section-form-hamrah .box-rules-form .desc-rules {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.section-form-hamrah .box-rules-form .desc-rules .item-form {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section-form-hamrah .box-rules-form .desc-rules .item-form>span {
  flex-shrink: 0;
}

.section-form-hamrah .box-rules-form .desc-rules .form-control {
  width: 100%;
  margin: 10px;
  border: 1px solid #000;
}

.section-form-hamrah .box-view-map {
  width: 100%;
  position: relative;
}

.section-form-hamrah .box-view-map .currentlocate {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #000;
  font-family: IRANSans;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
  border-radius: 0;
  cursor: pointer;
}

.section-form-hamrah .desc-label-form {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}

.section-form-hamrah .desc-label-form>strong {
  background-color: #ffde00;
  padding: 2px 6px;
  color: #000;
}

.section-form-hamrah .box-desc-form {
  background-color: #000;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  padding: 15px;
  text-align: justify;
}

.section-form-hamrah .box-desc-form strong {
  display: block;
  margin-top: 10px;
  color: #ffde00;
}

.section-form-hamrah .form-group select {
  border: none;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #fff;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  font-size: 14px;
  font-family: IRANSans;
}

.section-form-hamrah .btn-del-row {
  display: block;
  background-color: #f8395d;
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.section-form-hamrah .btn-add-row {
  display: inline-block;
  background-color: #000;
  height: 45px;
  font-size: 16px;
  font-weight: bold;
  color: #ffde00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

.section-form-hamrah .btn-add-row>i {
  display: inline-block;
  font-style: normal;
  font-size: 20px;
  margin-left: 5px;
}

.statistics-site {
  background-color: #ffde00;
  padding: 50px 0;
}

.statistics-site h3 {
  text-align: center;
}

.statistics-site .item-stat {
  text-align: center;
}

.statistics-site .item-stat .count-stat {
  font-size: 60px;
  font-weight: bold;
}

.statistics-site .item-stat .title-stat {
  font-size: 18px;
  font-weight: 500;
}

.whyapp .box-video-why {
  position: relative;
}

/* .whyapp .box-video-why::before {
  content: "";
  background: #000 url('../../img/logo.png') no-repeat center center / 250px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
} */

/* Steps Wizard ------------------------------ */

.steps-wizard {
  gap: 20px;
  margin: 30px 0;
}

.steps-wizard .item-step {
  background-color: #bbb;
  text-decoration: none;
  color: #fff;
  pointer-events: none;
  text-align: center;
  padding: 15px;
  margin: 0;
}

.steps-wizard .item-step.active {
  background-color: #ffde00;
  color: #000;
  pointer-events: all;
}

.content-wizard .item-cnt-wizard {
  display: none;
}

.content-wizard .item-cnt-wizard.active {
  display: block;
}

.content-wizard .item-cnt-wizard .btn-confirm-form {
  background-color: #0275d8;
  margin-top: 15px;
}

.content-wizard .item-cnt-wizard .btn-confirm-form.btn-final {
  background-color: #3CCF4E;
}

.content-wizard .item-cnt-wizard .btn-confirm-form.btn-prev-step {
  background-color: #000;
  margin-left: 15px;
}

/* Steps Wizard ------------------------------ */

.content-wizard .item-cnt-wizard .alert-input {
  font-size: 12px;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.item-service-select {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

.item-service-select .img-services {
  height: 300px;
}

.item-service-select .title-box {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin: 20px 0;
}

.item-service-select .desc-box {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}

.item-service-select .btn-confirm-form {
  background-color: #ffde00;
  color: #000;
  padding: 15px 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.item-service-select .btn-confirm-form:hover {
  background-color: #000;
  color: #ffde00;
}

/* Media Queries ------------------------------ */
@media screen and (max-width: 991px) {
  .contact-us {
    padding: 48px 0 0px;
  }

  .section-form-hamrah .box-rules-form .desc-rules .item-form {
    width: 100%;
    flex-direction: column;
    text-align: right;
    align-items: flex-start;
  }

  .section-form-hamrah .box-rules-form .desc-rules .form-control {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-us {
    padding: 29px 0 0px;
  }

  .contact-us .subtitle {
    margin-bottom: 56px;
  }

  .section-form-hamrah .box-rules-form .desc-rules .item-form {
    width: 100%;
    flex-direction: column;
    text-align: right;
    align-items: flex-start;
  }

  .section-form-hamrah .box-rules-form .desc-rules .form-control {
    margin: 10px 0;
  }

  .main-header .site-logo {
    margin-right: 15px;
  }

  .main-header .header-inner h1 {
    font-size: 20px;
  }

  .main-header .header-inner .subtitle {
    font-size: 18px;
    line-height: 1.8;
  }

  .whyapp h2 {
    margin: 20px 0 0;
    font-size: 20px;
  }

  .whyapp .desc-why {
    font-size: 12px;
  }

  .description-accordion h2 {
    font-size: 20px;
  }

  .description-accordion .subtitle {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }

  .description-accordion .accordion li .header[aria-expanded="true"] span {
    font-weight: bold;
  }

  .description-accordion .accordion li .content {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.8;
  }

  .features h2 {
    font-size: 20px;
  }

  .features .subtitle {
    font-size: 14px;
    line-height: 1.8;
  }

  .features .title {
    font-size: 14px;
  }

  .features p {
    font-size: 12px;
    line-height: 1.8;
  }

  .section-tabs h2 {
    font-size: 20px;
  }

  .section-tabs .dl-group .dl-btn {
    margin: 0;
    width: 100%;
  }

  .section-tabs .dl-group .dl-btn a {
    font-size: 12px;
    width: 100%;
  }

  .statistics-site h3 {
    font-size: 20px;
    line-height: 1.8;
  }

  .statistics-site .item-stat .count-stat {
    font-size: 40px;
  }

  .statistics-site .item-stat {
    margin-bottom: 20px;
  }

  .contact-us .subtitle {
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .footer {
    font-size: 12px;
    line-height: 1.8;
  }

  .steps-wizard {
    gap: 15px;
  }

  .steps-wizard .item-step {
    width: 45%;
    margin: 0;
    font-size: 14px;
    padding: 15px 10px;
  }

  .item-service-select {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .contact-us .form-group .col-12+.col-12 {
    margin-top: 20px;
  }

  .contact-us .text-holder {
    margin-top: 3px;
  }

  .contact-us .text-holder br {
    display: block;
  }
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #fff;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  font-size: 14px;
  font-family: IRANSans;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 26px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  text-align: right;
  line-height: 33px;
  padding-right: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  text-align: right;
}
.select2-container--default .select2-results__option{
  text-align: right;
  font-size: 14px;
  padding: 6px 15px;
}