#hero-area {
  padding: 20px 0 70px;
}

#hero-area .contents .header-button .btn {
  border: 1px solid transparent !important;
}
#hero-area .contents .header-button .btn:hover {
  border: 1px dotted !important;
}

@media (max-width: 767px) {
  #hero-area {
    padding: 30px 0 0px !important;
  }
}
@media only screen and (min-width: 50px) and (max-width: 768px) {
  .contents {
    position: relative;
    top: 0;
    padding: 20px;
  }
}
.new-word p {
  max-width: 550px;
  margin: 0 auto;
  display: block;
}

.logo-wrap {
  padding: 30px 0 0;
  text-align: center;
}

.logo-wrap .navbar-brand {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.header-button a {
  margin: 30px 0 0 0;
}

.section_features_nw {
  padding: 70px 0;
  background-color: #FAFAFA;
}
.section_features_nw .block_features_list .box_item_feature:nth-child(odd) {
  background-color: transparent;
}
.section_features_nw .ftur_txt {
  text-align: center;
  padding: 15px 0;
}
.section_features_nw .ftur_txt img {
  margin-bottom: 15px;
  max-width: 100px;
  height: 100px;
}
.section_features_nw .ftur_txt h3 {
  font-size: 19px;
}
.section_features_nw .ftur_txt p {
  font-size: 15px;
  white-space: inherit;
  line-height: 28px;
}

.section_why-to-start {
  padding: 70px 0;
}
.section_why-to-start .start-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}
.section_why-to-start .start-item .icon {
  background-color: #ECEDFF;
  border: 1px solid #6264BD;
  border-radius: 10px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  line-height: 53px;
}
.section_why-to-start .start-item .content p {
  font-size: 15px;
  white-space: inherit;
  line-height: 25px;
  padding: 0 15px;
  margin-bottom: 0;
}
.section_why-to-start .start-item .content p b {
  font-size: 20px;
}
.section_why-to-start .start-mockup img {
  display: block;
  margin: 0 auto;
}

.section_clients_reviews {
  background-color: #F8F8F8;
  padding: 70px 0;
  position: relative;
}
.section_clients_reviews.transparent {
  background-color: transparent;
}
.section_clients_reviews .video-review {
  overflow: hidden;
  display: block;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}
.section_clients_reviews .video-review .plyr--video {
  border-radius: 10px;
}
.section_clients_reviews .clients_review_slides {
  margin-top: 6rem;
}
.section_clients_reviews .clients_review_slides .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 1.5rem;
  max-width: 900px;
  margin: 20px auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05);
  box-shadow: 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05);
}
.section_clients_reviews .clients_review_slides .item .image img {
  max-width: 160px;
  border-radius: 10px;
}
.section_clients_reviews .clients_review_slides .item .content {
  padding: 0 20px;
}
.section_clients_reviews .clients_review_slides .item .content h3 {
  font-size: 22px;
  color: #000000;
}
.section_clients_reviews .clients_review_slides .item .content h5 {
  color: #727272;
  font-size: 14px;
}
.section_clients_reviews .clients_review_slides .item .content p {
  color: #000000;
  margin-bottom: 0;
}
.section_clients_reviews .clients_review_slides .owl-nav {
  display: none;
}
.section_clients_reviews .clients_review_slides .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #B1B2E4;
}
.section_clients_reviews .clients_review_slides .owl-dots .owl-dot.active span {
  background-color: #6264BD;
}

.section_trusted_clients {
  padding: 70px 0;
}
.section_trusted_clients .item {
  width: 132px;
  height: 132px;
  display: inline-block;
  margin: 10px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 0px 3px 30px 5px rgba(89, 91, 181, 0.02);
          box-shadow: 0px 3px 30px 5px rgba(89, 91, 181, 0.02);
}
.section_trusted_clients .item img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .section_trusted_clients {
    text-align: center;
  }
}
.section_trusted_clients.media .item {
  width: auto;
  height: auto;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.08);
  box-shadow: 0px 6px 30px 0px rgba(89, 91, 181, 0.08);
}
.section_trusted_clients.media .item img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
          
}

.section_trusted_clients.media .item img.spc{
  max-width: 200px;
}

.contact-with-us {
  padding: 3rem 0;
  background-color: #5B5DBA;
}
.contact-with-us p {
  font-size: 36px;
  text-align: center;
  color: #FFFFFF;
}
.contact-with-us ul {
  max-width: 500px;
  display: block;
  margin: 3rem auto 0;
  text-align: left;
}
.contact-with-us ul li {
  width: 48%;
  display: inline-block;
  direction: ltr;
  color: #fff;
  margin-bottom: .5rem;
}
.contact-with-us ul li img {
  margin: 0 5px;
}
.contact-with-us ul li a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .contact-with-us ul li {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.geeks-reviews {
  padding: 70px 0;
  background-color: #FAFAFA;
}
.geeks-reviews .section-header {
  margin-bottom: 60px;
}
.geeks-reviews .plyr--video {
  border-radius: 15px;
  -webkit-box-shadow: 0px 6px 30px 5px rgba(89, 91, 181, 0.09);
  box-shadow: 0px 6px 30px 5px rgba(89, 91, 181, 0.09);
}
.geeks-reviews .video-review {
  margin-bottom: 1.5rem;
  position: relative;
}
.geeks-reviews .video-review .plyr__controls {
  display: none;
}
.geeks-reviews .video-review .openVideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}

.videoReviewModal .modal-header {
  border: 0;
}

.steps-mockup img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.steps-mockup .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px auto;
  position: relative;
  direction: ltr;
}
.steps-mockup .timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 50vw;
}
.steps-mockup .timeline__event:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.steps-mockup .timeline__event:nth-child(2n + 1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.steps-mockup .timeline__event:nth-child(2n + 1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.steps-mockup .timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #5153a6;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.steps-mockup .timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #5153a6;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
          animation: fillLeft 2s forwards 4s ease-in-out;
}
.steps-mockup .timeline__event__title {
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'SST Arabic';
  text-transform: uppercase;
  color: #5153a6;
  letter-spacing: normal;
}
.steps-mockup .timeline__event__content {
  padding: 20px;
  -webkit-box-shadow: 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05);
          box-shadow: 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.steps-mockup .timeline__event__date {
  color: #5153a6;
  font-size: 1.5rem;
  font-weight: 600;
  background: #5153a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.steps-mockup .timeline__event__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 20px;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 20px;
  background: #5153a6;
  font-size: 1.3rem;
  border-radius: 100%;
  width: 40px;
  -webkit-box-shadow: 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05);
          box-shadow: 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05), 0px 6px 30px 5px rgba(89, 91, 181, 0.05);
  padding: 40px;
  height: 40px;
  position: relative;
}
.steps-mockup .timeline__event__icon i {
  font-size: 32px;
}
.steps-mockup .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #5153a6;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.steps-mockup .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #5153a6;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
          animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.steps-mockup .timeline__event__description {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.steps-mockup .timeline__event__description p {
  margin-top: 10px;
  margin-bottom: 0;
}
.steps-mockup .timeline__event--type2:after {
  background: #5153a6;
}
.steps-mockup .timeline__event--type2 .timeline__event__date {
  color: #5153a6;
  background: #5153a6;
}
.steps-mockup .timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before, .steps-mockup .timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
  background: #5153a6;
}
.steps-mockup .timeline__event--type2 .timeline__event__icon {
  background: #5153a6;
  color: #fff;
}
.steps-mockup .timeline__event--type2 .timeline__event__icon:before, .steps-mockup .timeline__event--type2 .timeline__event__icon:after {
  background: #5153a6;
}
.steps-mockup .timeline__event--type2 .timeline__event__title {
  color: #5153a6;
}
.steps-mockup .timeline__event--type3:after {
  background: #5153a6;
}
.steps-mockup .timeline__event--type3 .timeline__event__date {
  color: #fff;
  background-color: #5153a6;
}
.steps-mockup .timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before, .steps-mockup .timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
  background: #5153a6;
}
.steps-mockup .timeline__event--type3 .timeline__event__icon {
  background: #5153a6;
  color: #fff;
}
.steps-mockup .timeline__event--type3 .timeline__event__icon:before, .steps-mockup .timeline__event--type3 .timeline__event__icon:after {
  background: #5153a6;
}
.steps-mockup .timeline__event--type3 .timeline__event__title {
  color: #5153a6;
}
.steps-mockup .timeline__event:last-child .timeline__event__icon:before {
  content: none;
}
@media (max-width: 786px) {
  .steps-mockup .timeline__event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    width: 90vw;
  }
  .steps-mockup img {
    margin-top: 5px;
  }
  .steps-mockup .timeline__event__content {
    width: 100%;
  }
  .steps-mockup .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .steps-mockup .timeline__event__icon:before, .steps-mockup .timeline__event__icon:after {
    display: none;
  }
  .steps-mockup .timeline__event__date {
    border-radius: 0;
    padding: 20px;
    flex-flow: column-reverse;
  }
  .steps-mockup .timeline__event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .steps-mockup .timeline__event:nth-child(2n + 1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .steps-mockup .timeline__event .timeline__event__icon {
    display: none;
  }
  .steps-mockup .timeline__event:nth-child(2n + 1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
    
  }

  .steps-mockup .timeline__event:nth-child(1) .timeline__event__date::after {
    content: '1';
    color: #fff;
  }
  .steps-mockup .timeline__event:nth-child(2) .timeline__event__date::after {
    content: '2';
    color: #fff;
  }
  .steps-mockup .timeline__event:nth-child(3) .timeline__event__date::after {
    content: '3';
    color: #fff;
    
  }
  .steps-mockup .timeline__event:nth-child(4) .timeline__event__date::after {
    content: '4';
    color: #fff;
 
  }
  .steps-mockup .timeline__event:nth-child(5) .timeline__event__date::after {
    content: '5';
    color: #fff;
    
  }

}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@media only screen and (min-width: 50px) and (max-width: 768px) {
  .onle-way-h2 h2 {
    font-size: 28px;
  }
}
.plyr__control--overlaid {
  background: #3a3897;
}

.plyr--full-ui input[type=range] {
  color: #3a3897;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #3a3897;
}


.btn {
  border: 1px solid transparent !important;
}