﻿@charset "UTF-8";
/*
Name: Naive
Description: Naive Responsive App landing Template
Version:1.0.1
Author:Theme-valley
Author url: https://themeforest.net/user/theme-valley
*/
/*

//Table Of Content

 1. Global
 2. Intro
 3. Nav
 4. About
 5. Features
 6. WhyChoose
 7. How-Work
 8. Screenshot
 9. Fun-Fact
10. Unlimited Possibilities
11. Team
12. Pricing
13. Reviews
14. Download-app
15. News
16. Newsletter
17. Contact
18. Footer

*/
/*===============================> START GLOBAL CSS <===============================*/
body {
  font-family: 'Poppins', sans-serif;
  color: #7d7d7d;
  overflow-x: hidden;
  font-weight: 500; }

.no-padding {
  padding: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

img {
  max-width: 100%; }

p {
  line-height: 26px; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none; }

.section-count {
  height: 120px;
  overflow: hidden;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100; }

.section-count > span {
  color: #e6e9f4;
  display: block;
  font-size: 220px;
  line-height: 0.7em; }

.section-title {
  color: #3e6edf;
  font-size: 48px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 20px; }

.section-text > p {
  margin-bottom: 15px; }

.scroll-top {
  background: #3e6edf none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 20px;
  color: #fff;
  font-size: 24px;
  height: 40px;
  position: fixed;
  right: -100px;
  text-align: center;
  width: 40px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.scroll-top.active {
  right: 20px; }

@media screen and (max-width: 767px) {
  .section-count > span {
    font-size: 180px;
    line-height: .9em; }
  .section-title {
    font-size: 38px; } }

/*===============================> END GLOBAL CSS <===============================*/
/*===============================> START INTRO CSS <===============================*/
.hero-download-link.top-download-link-fixed {
  min-height: 70px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 100%;
  z-index: 10; }

.hero-download-link > a {
  background: #445681 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin: 10px 7px;
  padding: 7px;
  position: relative;
  text-align: center;
  width: 40px; }
  .hero-download-link > a:after {
    border: 1px solid #3a445c;
    border-radius: 50%;
    content: "";
    height: 50px;
    left: -5px;
    opacity: 0;
    position: absolute;
    top: -5px;
    width: 50px; }
  .hero-download-link > a:hover {
    background: #3e6edf; }
    .hero-download-link > a:hover:after {
      opacity: 1; }

.slide-item {
  position: relative;
  z-index: 1; }
  .slide-item::after {
    background: rgba(51, 56, 72, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.slide-text {
  padding: 90px 0; }
  .slide-text > .hero-title {
    color: #fff;
    font-size: 80px; }
    .slide-text > .hero-title > span {
      color: #3e6edf; }
  .slide-text > .hero-subtitle {
    color: #8996b4;
    font-size: 40px;
    font-weight: 300;
    margin: 20px 0;
    line-height: 30px; }

.slide-buttons {
  margin: 40px 0 10px; }
  .slide-buttons > a {
    border: 2px solid #e1e1e1;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    text-decoration: none;
    width: 160px; }
    .slide-buttons > a:hover {
      background: #3e6edf none repeat scroll 0 0;
      border-color: #3e6edf; }
    .slide-buttons > a.btn-active {
      background: #3e6edf none repeat scroll 0 0;
      border-color: #3e6edf; }

.hero-screen > img {
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 991px) {
  #intro-hero .slide-text > .hero-title {
    font-size: 48px; }
  #intro-hero .slide-text > .hero-subtitle {
    font-size: 24px; } }

@media screen and (max-width: 767px) {
  #intro-hero .slide-text {
    padding: 60px 0; }
    #intro-hero .slide-text > .hero-title {
      font-size: 38px !important; }
    #intro-hero .slide-text .slide-buttons a {
      margin-bottom: 20px; } }

/*===============================> END INTRO CSS <===============================*/
/*===============================> START NAV CSS <===============================*/
#nav {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  margin: -20px auto 0;
  padding: 15px;
  position: relative;
  width: 1170px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  #nav .logo {
    color: #3e6edf;
    font-size: 30px; }
  #nav.navbar-fixed-top {
    border-radius: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20; }
  #nav .section-scroll-arrow {
    background: #3e6edf none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -20px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    height: 40px;
    left: 50%;
    margin: 0 auto;
    padding: 12px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px; }

.main-menu {
  list-style: outside none none;
  margin-top: 15px;
  padding: 0; }
  .main-menu > li {
    display: inline-block; }
    .main-menu > li > a {
      border: 1px solid transparent;
      border-radius: 20px;
      color: #7d7d7d;
      font-size: 13px;
      padding: 5px 20px;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block; }
      .main-menu > li > a:hover {
        border: 1px solid #ebebeb; }
    .main-menu > li.current a {
      border: 1px solid #ebebeb; }

@media only screen and (max-width: 1200px) {
  #nav {
    border-radius: 0;
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  ul.main-menu > li {
    display: block;
    padding: 3px 0;
    text-align: center; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px; }
  .navbar-toggle {
    background-color: #3e6edf; }
  .main-menu.pull-right {
    float: none !important; } }

/*===============================> END NAV CSS <===============================*/
/*===============================> START ABOUT NAIVE CSS <===============================*/
#about {
  padding: 120px 0; }

.available-on {
  padding-top: 40px; }
  .available-on > a {
    color: #dedede;
    font-size: 24px;
    padding: 10px; }
    .available-on > a:hover {
      color: #3e6edf; }
  .available-on > span {
    color: #3a3a3a;
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    vertical-align: 3px; }

.app-screen > img {
  margin: 0 auto;
  display: block; }

@media screen and (max-width: 991px) {
  #about {
    padding: 90px 0; } }

@media screen and (max-width: 767px) {
  #about {
    padding: 60px 0; }
    #about .app-screen {
      margin-bottom: 30px; }
    #about .available-on {
      padding-top: 20px; } }

/*===============================> END ABOUT NAIVE CSS <===============================*/
/*===============================> START FEATURES CSS <===============================*/
.features-brief {
  background: #f6f7fe none repeat scroll 0 0;
  height: 800px;
  padding: 120px 110px; }
  .features-brief .features-text {
    margin-left: auto;
    max-width: 600px; }

.feature-screen {
  background: #3e6edf none repeat scroll 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .feature-screen > img {
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .feature-screen > img:nth-child(1) {
      right: 50%; }
    .feature-screen > img:nth-child(2) {
      right: 28%; }

.features-tab-list {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }
  .features-tab-list .nav-tabs {
    border-bottom: none; }
    .features-tab-list .nav-tabs > li {
      float: none;
      margin-bottom: 0; }
      .features-tab-list .nav-tabs > li > a {
        background: #fff none repeat scroll 0 0;
        border: 1px solid transparent;
        border-radius: 50%;
        -webkit-box-shadow: 0 6px 20px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 20px 6px rgba(0, 0, 0, 0.15);
        color: #9ec1ff;
        font-size: 36px;
        height: 80px;
        margin: 30px -40px 30px 0;
        padding: 15px;
        position: relative;
        text-align: center;
        width: 80px;
        z-index: 999; }
        .features-tab-list .nav-tabs > li > a::after {
          background: transparent none repeat scroll 0 0;
          border: 3px solid #c8dffd;
          border-radius: 50%;
          content: "";
          height: 100px;
          left: -10px;
          position: absolute;
          top: -10px;
          width: 100px; }
    .features-tab-list .nav-tabs li.active > a {
      background: #3e6edf;
      background: rgba(62, 110, 223, 0.8);
      border: 1px solid transparent;
      color: #fff;
      cursor: default; }
      .features-tab-list .nav-tabs li.active > a::focus {
        background: #5684fb;
        border: 1px solid transparent;
        color: #fff;
        cursor: default; }
      .features-tab-list .nav-tabs li.active > a::hover {
        background: #5684fb;
        border: 1px solid transparent;
        color: #fff;
        cursor: default; }

.features-tab-content .tab-pane > h4 {
  color: #3a3a3a;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 50px;
  text-transform: capitalize; }

.features-tab-content .tab-pane p {
  margin-bottom: 20px; }

.features-tab-content .tab-pane ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  .features-tab-content .tab-pane ul > li {
    margin-bottom: 5px; }
    .features-tab-content .tab-pane ul > li .fa.fa-check-circle {
      float: right;
      margin-left: 10px;
      margin-top: 3px;
      color: #3e6edf; }

@media screen and (max-width: 1200px) {
  .features-brief {
    height: 850px;
    padding: 90px 80px; }
  .feature-screen {
    height: 850px; } }

@media only screen and (max-width: 991px) {
  .features-brief {
    background: #f6f7fe none repeat scroll 0 0;
    height: auto;
    padding: 120px 110px; }
  .features-tab-list {
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
    text-align: center; }
    .features-tab-list .nav-tabs > li {
      display: inline-block;
      position: relative; }
      .features-tab-list .nav-tabs > li > a {
        margin: -60px 15px 30px;
        z-index: 100; }
  .feature-screen {
    padding: 120px 0; } }

@media only screen and (max-width: 767px) {
  .features-brief {
    background: #f6f7fe none repeat scroll 0 0;
    height: auto;
    padding: 60px 15px; }
  .features-tab-list .nav-tabs > li > a {
    font-size: 22px;
    height: 45px;
    margin: 30px -40px 30px 0;
    padding: 8px;
    width: 45px;
    margin: -30px 5px 0 !important;
    z-index: 100; }
    .features-tab-list .nav-tabs > li > a::after {
      border: 2px solid #c8dffd;
      height: 55px;
      left: -6px;
      top: -6px;
      width: 55px; }
  .feature-screen {
    padding: 60px 0; }
    .feature-screen > img {
      max-width: auto; } }

/*===============================> END FEATURES CSS <===============================*/
/*===============================> START WHY CHOOSE CSS <===============================*/
#why-choose {
  padding: 150px 0; }

.why-choose-reason-blocks {
  margin-top: 30px; }
  .why-choose-reason-blocks .reason-block {
    border-left: 1px solid #dfe7fa;
    position: relative; }
    .why-choose-reason-blocks .reason-block:last-child {
      border-left: none; }
    .why-choose-reason-blocks .reason-block::after {
      background: #fff none repeat scroll 0 0;
      border: 5px solid;
      border-color: #3e6edf;
      border-color: rgba(62, 110, 223, 0.3);
      border-radius: 50%;
      content: "";
      height: 20px;
      left: -10px;
      position: absolute;
      top: 0;
      width: 20px; }
    .why-choose-reason-blocks .reason-block .reason-inner {
      padding-bottom: 10px;
      padding-left: 30px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .why-choose-reason-blocks .reason-block .reason-inner > h4 {
        margin-top: 0;
        color: #3a3a3a;
        position: relative;
        cursor: pointer;
        font-weight: 500;
        line-height: 30px; }
      .why-choose-reason-blocks .reason-block .reason-inner > p {
        height: 0;
        opacity: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .why-choose-reason-blocks .reason-block .reason-inner.active > p {
        opacity: 1;
        height: auto;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        margin-bottom: 0; }
      .why-choose-reason-blocks .reason-block .reason-inner.active {
        background: #fff none repeat scroll 0 0;
        border-left: 3px solid #3e6edf;
        -webkit-box-shadow: 0 0 2px 2px #ccc;
        box-shadow: 0 0 2px 2px #ccc;
        margin-bottom: 20px;
        margin-left: -110px;
        padding: 30px 20px 30px 100px;
        position: relative;
        z-index: 2; }
        .why-choose-reason-blocks .reason-block .reason-inner.active h4::before {
          background: #fff none repeat scroll 0 0;
          border: 5px solid #3e6edf;
          border-radius: 50%;
          content: "";
          height: 20px;
          margin-right: 40px;
          position: absolute;
          right: 100%;
          top: 5px;
          width: 20px; }

@media screen and (max-width: 1200px) {
  .app-screen {
    margin-top: 150px; } }

@media screen and (max-width: 991px) {
  #why-choose {
    padding: 90px 0; }
    #why-choose .app-screen {
      margin-top: 0;
      margin-bottom: 70px; }
    #why-choose .why-choose-reason-blocks {
      padding-left: 110px;
      margin-top: 50px; } }

@media screen and (max-width: 767px) {
  #why-choose {
    padding: 60px 0; }
  .app-screen {
    margin-bottom: 30px;
    margin-top: 0; }
  .why-choose-reason-blocks {
    padding-left: 70px; }
    .why-choose-reason-blocks .reason-block .reason-inner > h4 {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px; }
    .why-choose-reason-blocks .reason-block .reason-inner > p {
      height: 0;
      opacity: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    .why-choose-reason-blocks .reason-block .reason-inner.active > p {
      opacity: 1;
      height: auto;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      margin-bottom: 0; }
    .why-choose-reason-blocks .reason-block .reason-inner.active {
      margin-bottom: 20px;
      margin-left: -70px;
      padding: 30px 20px 30px 70px; } }

/*===============================> START WHY CHOOSE CSS <===============================*/
/*===============================> START FOR HOW WORK CSS <===============================*/
#how-work {
  background: #3e6edf;
  color: #fff; }
  #how-work .section-title {
    color: #fff; }

.how-work-video {
  position: absolute;
  top: -100px; }

.how-work-text {
  padding: 150px 0; }
  .how-work-text p {
    margin-bottom: 20px; }
  .how-work-text > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .how-work-text > ul > li {
      padding: 5px 0; }
      .how-work-text > ul > li .fa {
        float: right;
        margin-left: 20px; }

@media screen and (max-width: 991px) {
  .how-work-video {
    position: relative;
    top: -50px; }
  .how-work-text {
    padding: 20px 0; } }

@media screen and (max-width: 767px) {
  .how-work-video {
    position: relative;
    top: -50px; }
  .how-work-text {
    padding: 0 0 60px; } }

/*===============================> END FOR HOW WORK CSS <===============================*/
/*===============================> START SCREENSHOTS CSS <===============================*/
#screenshots {
  padding: 250px 0 150px; }

.screenshots-text-content {
  display: table-cell;
  min-height: 450px;
  vertical-align: middle; }

.rotateslider-container {
  margin-left: auto;
  margin-right: auto;
  min-height: 450px;
  position: relative;
  width: 90%; }

.rotateslider-container .rotateslider-item {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0.6);
  transform: translateY(-50%) translateX(-50%) scale(0.6);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .rotateslider-container .rotateslider-item img {
    width: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); }

.rotateslider-container .rotateslider-item.next {
  left: 75%;
  opacity: 1;
  width: 75%; }

.rotateslider-container .rotateslider-item.prev {
  left: 25%;
  opacity: 1; }

.rotateslider-container .rotateslider-item.now {
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  z-index: 10; }
  .rotateslider-container .rotateslider-item.now > img {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    width: 100%; }

.rotateslider-container .arrow {
  color: #3e6edf;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin-top: -25px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px; }

.rotateslider-container .arrow.left {
  right: 100%; }

.rotateslider-container .arrow.right {
  left: 100%; }

@media screen and (max-width: 991px) {
  #screenshots {
    padding: 120px 0 170px; }
    #screenshots .screenshots-text-content {
      min-height: 400px;
      display: block; } }

@media screen and (max-width: 767px) {
  #screenshots {
    padding: 60px 0; }
    #screenshots .rotateslider-container {
      margin-left: auto;
      margin-right: auto;
      min-height: 350px;
      position: relative;
      width: 480px; }
    #screenshots .screenshots-text-content {
      display: block;
      min-height: 360px; }
    #screenshots .rotateslider-container .arrow.right {
      right: -30px;
      left: auto; }
    #screenshots .rotateslider-container .arrow.left {
      left: -30px;
      right: auto; } }

@media screen and (max-width: 480px) {
  #screenshots {
    padding: 60px 0; }
    #screenshots .rotateslider-container {
      width: 90%; } }

/*===============================> END SCREENSHOTS CSS <===============================*/
/*===============================> START FUN FACT CSS <===============================*/
#fun-fact {
  background: #f6f7fe none repeat scroll 0 0; }

.fun-fact-block {
  padding: 130px 15px;
  text-align: center; }
  .fun-fact-block > h4 {
    color: #3e6edf;
    font-size: 36px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300; }
  .fun-fact-block > p {
    font-weight: 300;
    text-transform: uppercase; }

.fun-fact-screen > img {
  padding: 20px;
  position: absolute; }

@media screen and (max-width: 1200px) {
  .fun-fact-block {
    padding: 90px 15px;
    text-align: center; }
  .fun-fact-block {
    padding: 20px 15px;
    text-align: center; }
  .fun-fact-screen > img {
    display: block;
    margin: 0 auto;
    position: inherit; } }

@media screen and (max-width: 991px) {
  #fun-fact {
    padding: 20px 0; } }

@media screen and (max-width: 767px) {
  #fun-fact .fun-fact-block {
    padding: 10px 15px;
    text-align: center; } }

/*===============================> END FUN FACT CSS <===============================*/
/*===============================> START UNLIMITED POSSIBILITIES CSS <===============================*/
#unlimited-possibilities {
  padding: 200px 0 150px; }
  #unlimited-possibilities .section-top-text > p {
    font-size: 16px; }

.ul-pos-block {
  border-bottom: 1px solid #a1b7eb;
  margin-top: 60px;
  padding: 50px 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .ul-pos-block > h4 {
    color: #3a3a3a;
    font-size: 30px;
    margin: 20px 0;
    font-family: 'Josefin Sans', sans-serif; }
  .ul-pos-block > span.icon {
    color: #3e6edf;
    font-size: 40px; }

.ul-pos-block.active {
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1200px) {
  #unlimited-possibilities {
    padding: 120px 0; } }

@media screen and (max-width: 991px) {
  #unlimited-possibilities {
    padding: 90px 0; }
  .ul-pos-block {
    padding: 50px 10px; }
  .ul-pos-block > h4 {
    font-size: 28px; } }

@media screen and (max-width: 767px) {
  #unlimited-possibilities {
    padding: 60px 0; }
  .ul-pos-block {
    padding: 40px 10px; } }

/*===============================> END UNLIMITED POSSIBILITIES CSS <===============================*/
/*===============================> START TEAM CSS <===============================*/
#team {
  background: #f6f7fe;
  padding: 150px 0; }

.team-section-text {
  padding-top: 70px; }

.team-single {
  border: 8px solid #e6e9f4;
  margin: 0 auto;
  padding: 15px;
  width: 320px;
  display: none; }

.team-single.active {
  display: block; }

.team-list > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  .team-list > ul > li {
    position: relative;
    margin: 15px 0; }
    .team-list > ul > li:first-child {
      margin-top: 0; }
    .team-list > ul > li:last-child {
      margin-bottom: 0; }
    .team-list > ul > li.active > a > figure:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(131, 158, 226, 0.7); }
    .team-list > ul > li.active::after {
      color: #3e6edf;
      content: "";
      font-family: fontawesome;
      margin-top: -10px;
      position: absolute;
      right: 0;
      top: 50%; }
    .team-list > ul > li > a > figure {
      border-radius: 50%;
      height: 100px;
      overflow: hidden;
      width: 100px;
      position: relative; }

.team-info > h4 {
  color: #3a3a3a;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-align: center; }

.team-img {
  position: relative; }
  .team-img > img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.team-social > ul {
  bottom: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 20px; }
  .team-social > ul > li > a {
    border-radius: 50%;
    color: #3e6edf;
    display: block;
    font-size: 18px;
    height: 40px;
    margin: 15px 5px;
    padding: 8px;
    position: relative;
    text-align: center;
    width: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .team-social > ul > li > a:hover {
    background: #3e6edf;
    color: #fff; }
  .team-social > ul > li > a::after {
    border: 1px solid #dee3f4;
    border-radius: 50%;
    content: "";
    height: 50px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 50px; }

.team-single:hover .team-img > img {
  margin-left: -70px; }

.team-single:hover .team-social > ul {
  opacity: 1;
  right: 0; }

@media screen and (max-width: 1200px) {
  #team {
    padding: 120px 0; } }

@media screen and (max-width: 991px) {
  #team {
    padding: 90px 0; }
    #team .col-md-5.col-sm-12.pull-right {
      float: none !important; }
    #team .team-section-text {
      padding-bottom: 50px;
      padding-top: 0; } }

@media screen and (max-width: 767px) {
  #team {
    padding: 60px 0; }
    #team .team-section-text {
      padding-bottom: 30px;
      padding-top: 0; }
    #team .team-single {
      margin: 30px auto 0;
      overflow: hidden;
      padding: 10px;
      width: 100%; }
    #team .team-list {
      text-align: center; }
    #team .team-list > ul > li {
      display: inline-block;
      margin: 15px 0;
      position: relative; }
    #team .team-list > ul > li > a > figure {
      height: 65px;
      position: relative;
      width: 65px; }
    #team .team-list > ul > li.active::after {
      margin-top: 10px;
      position: absolute;
      right: 30px !important;
      top: 100%;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    #team .team-list > ul > li {
      display: inline-block;
      margin: 15px 0; } }

/*===============================> END TEAM CSS <===============================*/
/*===============================> START pricing CSS <===============================*/
#pricing {
  padding: 150px 0; }
  #pricing .section-text > p {
    padding-right: 20px; }

.pricing-plan {
  text-align: center;
  border-bottom: 2px solid #3e6edf;
  padding: 30px 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 33.33%;
  float: left;
  min-height: 375px; }
  .pricing-plan .plan-name > h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .pricing-plan .plan-price > p {
    font-size: 15px;
    margin: 20px 0; }
    .pricing-plan .plan-price > p > span {
      font-size: 54px;
      font-family: "Josefin Sans", sans-serif;
      color: #3e6edf;
      font-weight: 300; }
    .pricing-plan .plan-price > p span.sign {
      font-size: 36px; }

.pricing-plan.active {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid transparent; }

.plan-details > ul {
  list-style: outside none none;
  margin: 20px 0;
  padding: 0; }
  .plan-details > ul > li {
    padding: 5px 0; }

.choose-plan > a {
  border: 1px solid #777;
  border-radius: 20px;
  color: inherit;
  display: inline-block;
  margin: 10px 0;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.pricing-plan.active .choose-plan > a {
  background: #3e6edf;
  border: 1px solid transparent;
  color: #fff; }

@media screen and (max-width: 1200px) {
  #pricing {
    padding: 120px 0; } }

@media screen and (max-width: 991px) {
  #pricing {
    padding: 90px 0; }
    #pricing .pricing-plan {
      width: 33.3333%; }
    #pricing .pricing-section-text {
      padding-bottom: 50px; } }

@media screen and (max-width: 767px) {
  #pricing .pricing-plan {
    margin-bottom: 30px;
    width: 100%; } }

/*===============================> END pricing CSS <===============================*/
/*===============================> START reviews CSS <===============================*/
#reviews {
  background: #F6F7FE;
  padding: 150px 0; }
  #reviews .section-title {
    font-size: 36px;
    margin: 0; }

.reviewer-list {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
  margin-top: -30px; }
  .reviewer-list::after {
    background: #3e6edf none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px 2px #cccccc;
    box-shadow: 0 1px 2px 2px #cccccc;
    color: #ffffff;
    content: "";
    cursor: pointer;
    font: 14px/1 FontAwesome;
    height: 40px;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    padding: 13px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px; }
  .reviewer-list > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .reviewer-list > ul > li.active > a .reviewer-thumb::after {
      background: rgba(131, 158, 226, 0.7) none repeat scroll 0 0;
      border: 8px solid rgba(217, 226, 249, 0.6);
      border-radius: 50%;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .reviewer-list > ul > li.active > a .name {
      color: #3e6edf; }
    .reviewer-list > ul > li {
      margin-bottom: 20px;
      overflow: hidden; }
      .reviewer-list > ul > li > a .name {
        color: #3a3a3a;
        display: block;
        font-size: 16px; }
      .reviewer-list > ul > li > a .reviewer-info {
        float: left;
        margin-left: 20px;
        margin-top: 20px; }

.reviewer-thumb {
  border-radius: 50%;
  float: left;
  height: 90px;
  overflow: hidden;
  width: 90px;
  position: relative; }

.review-single {
  display: none; }

.review-single.active {
  display: block; }

.rating {
  display: inline-block;
  text-align: center;
  padding: 60px 15px 35px; }
  .rating > span {
    display: inline-block;
    margin: 0 15px; }
  .rating .rating-title {
    color: #3a3a3a;
    font-size: 15px;
    font-weight: normal; }
  .rating .rating-stars i {
    color: #3e6edf;
    display: inline-block; }

.review-text {
  padding: 0 50px; }

.reviewer-img {
  border: 8px solid #d1dcf8;
  border-radius: 50%;
  height: 100px;
  margin: 45px auto;
  overflow: hidden;
  width: 100px; }

.reviewer-name > h4 {
  color: #3e6edf;
  font-size: 16px;
  font-weight: normal;
  font-weight: normal; }

@media screen and (max-width: 1200px) {
  #reviews {
    padding: 120px 0; } }

@media screen and (max-width: 991px) {
  #reviews {
    padding: 90px 0; }
    #reviews .reviewer-list {
      margin-top: 40px; }
    #reviews .reviewer-info {
      display: none; } }

@media screen and (max-width: 767px) {
  .reviewer-thumb {
    height: 60px;
    width: 60px; }
  .reviewer-list {
    padding: 15px; }
    .reviewer-list > ul {
      text-align: center; }
      .reviewer-list > ul > li {
        display: inline-block;
        margin: 20px 0;
        overflow: hidden; }
    .reviewer-list::after {
      left: 50%;
      right: auto;
      top: 100%;
      -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg);
      margin-top: -20px; }
  .review-text {
    padding: 0; } }

/*===============================> END reviews CSS <===============================*/
/*===============================> START DOWNLOAD APP CSS <===============================*/
#download-app {
  padding-top: 150px; }

.downlaod-text-content {
  padding-left: 18%; }

.section-text > p {
  margin: 30px 0; }

.download-app-from > h4 {
  color: #3a3a3a;
  font-size: 16px;
  margin: 30px 0; }

.download-app-from > a {
  background: #dce9fd none repeat scroll 0 0;
  border-radius: 50px;
  color: #676767;
  display: inline-block;
  max-width: 200px;
  padding: 8px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .download-app-from > a:hover {
    background: #3e6edf;
    color: #fff; }

.download-app-from > a.active {
  background: #3e6edf;
  color: #fff;
  margin-left: 30px; }

.download-app-from figure {
  display: inline-block;
  float: left;
  padding: 5px 10px; }

.download-app-screen {
  padding-top: 90px; }

@media screen and (max-width: 991px) {
  padding-top: 120px;
  .no-padding {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 767px) {
  #download-app {
    padding-top: 90px; }
  .downlaod-text-content {
    padding: 15px; }
  .download-app-from {
    text-align: center; }
    .download-app-from > a {
      padding: 8px;
      text-align: left;
      margin: 10px 0; }
      .download-app-from > a.active {
        margin-left: 0; }
  .download-app-screen {
    padding-top: 30px; } }

/*===============================> END DOWNLOAD APP CSS <===============================*/
/*===============================> START NEWS CSS <===============================*/
#news {
  background: #f6f7fe none repeat scroll 0 0;
  padding: 150px 0; }

.news-section-text {
  margin-top: 90px; }

.news-block {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 30px 40px;
  text-align: right;
  border-right: 2px solid transparent;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .news-block .news-title > h2 {
    margin-top: 0;
    font-size: 18px; }
  .news-block .news-title > a {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none; }
  .news-block .news-meta > ul {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0; }
  .news-block .news-meta > li {
    border-right: 2px solid #a2a2a2;
    color: #a2a2a2;
    display: inline-block;
    padding: 0 10px; }
    .news-block .news-meta > li:last-child {
      border-right: none; }
  .news-block.active {
    border-color: #3e6edf;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15); }

.news-block.active .news-title > h2 > a {
  color: #3e6edf; }

.news-text {
  height: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.news-block.active .news-text {
  height: auto;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

@media screen and (max-width: 1200px) {
  #news {
    padding: 120px 0; } }

@media screen and (max-width: 991px) {
  #news {
    padding: 90px 0; }
    #news .col-md-4.col-md-offset-1.pull-right {
      float: none !important;
      padding-bottom: 50px; }
    #news .news-section-text {
      margin-top: 0; } }

/*===============================> END NEWS CSS <===============================*/
/*===============================> START NEWSLETTER CSS <===============================*/
#newsletter {
  background: #3e6edf none repeat scroll 0 0;
  padding: 30px 0; }
  #newsletter h2.section-title {
    color: #fff;
    font-size: 30px;
    margin: 0; }
  #newsletter .newsletter-subscribe .input-group-addon {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0; }
  #newsletter .newsletter-subscribe .form-control {
    border: medium none;
    height: 50px;
    padding-right: 60px; }
  #newsletter .newsletter-subscribe .btn {
    background: #3e6edf none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    margin-left: -50px;
    width: 40px;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    #newsletter .newsletter-subscribe .btn:hover {
      border-radius: 3px; }
  #newsletter .newsletter-subscribe .subscribe-message {
    font-weight: normal;
    left: 0;
    margin-top: 3px;
    position: absolute;
    top: 100%;
    width: 100%; }
    #newsletter .newsletter-subscribe .subscribe-message.fa.fa-warning {
      color: red !important; }

@media screen and (max-width: 991px) {
  #newsletter .col-md-4.col-sm-5.text-right {
    text-align: center; } }

@media screen and (max-width: 767px) {
  #newsletter h2.section-title {
    color: #fff;
    font-size: 30px;
    margin: 0 0 20px; } }

/*===============================> END NEWSLETTER CSS <===============================*/
/*===============================> START CONTACT CSS <===============================*/
.contact-wrap {
  background: url(../img/contact-bg.jpg) no-repeat scroll 0 0;
  background-size: cover;
  min-height: 650px; }

.row-naive-contact {
  margin-left: -90px;
  margin-top: 120px; }

.address-block {
  background: #f6f7fe none repeat scroll 0 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 8px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 8px 4px rgba(0, 0, 0, 0.15);
  height: 120px;
  padding-bottom: 40px;
  padding-left: 20%;
  padding-top: 40px;
  position: relative; }
  .address-block .address-icon {
    background: #3e6edf none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    left: -25px;
    padding: 8px;
    position: absolute;
    text-align: center;
    width: 40px; }
    .address-block .address-icon::after {
      border: 1px solid #d2d8f0;
      border-radius: 50%;
      content: "";
      height: 50px;
      left: -5px;
      position: absolute;
      top: -5px;
      width: 50px; }

.naive-contact-form {
  background: #f6f7fe none repeat scroll 0 0;
  -webkit-box-shadow: 0 6px 8px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 8px 4px rgba(0, 0, 0, 0.15);
  height: 400px;
  max-width: 370px; }
  .naive-contact-form > h4 {
    border-bottom: 1px solid #dadada;
    color: #3a3a3a;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    text-transform: capitalize; }
  .naive-contact-form .contact-form {
    padding: 0 30px;
    position: relative; }
    .naive-contact-form .contact-form > input, .naive-contact-form .contact-form > textarea {
      background: transparent none repeat scroll 0 0;
      -webkit-border-image: none;
      -o-border-image: none;
      border-image: none;
      border-style: none none solid;
      border-width: medium medium 1px;
      margin-top: 15px;
      padding: 10px 0;
      width: 100%; }
      .naive-contact-form .contact-form > input.error, .naive-contact-form .contact-form > textarea.error {
        border-bottom-color: red; }
      .naive-contact-form .contact-form > input:focus, .naive-contact-form .contact-form > textarea:focus {
        outline: none; }
    .naive-contact-form .contact-form .submit {
      background: #3e6edf none repeat scroll 0 0;
      border: medium none;
      border-radius: 50%;
      color: #ffffff;
      float: right;
      height: 40px;
      margin-top: 15px;
      text-align: center;
      width: 40px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .naive-contact-form .contact-form .submit:hover {
        width: 100px;
        border-radius: 4px; }
    .naive-contact-form .contact-form .contact-message {
      font-size: 10px;
      font-weight: 600;
      position: absolute;
      top: 5px; }

@media screen and (max-width: 991px) {
  .row-naive-contact {
    margin: 0;
    padding: 90px 0; } }

@media screen and (max-width: 767px) {
  .no-padding.contact-wrap {
    padding: 0 15px; }
  .naive-contact-form {
    max-width: 100%; } }

/*===============================> END CONTACT CSS <===============================*/
/*===============================> START FOOTER CSS <===============================*/
#naive-footer {
  background: #2c3344 none repeat scroll 0 0;
  color: #8591ad;
  padding: 60px 0; }
  #naive-footer .col-sm-6.pull-right {
    text-align: right; }

.social > ul > li > a {
  background: #434d65 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 40px;
  padding: 10px;
  text-align: center;
  width: 40px;
  color: #f6f7fe;
  position: relative; }
  .social > ul > li > a:hover {
    background: #3e6edf;
    color: #fff; }
  .social > ul > li > a:hover::after {
    border: 1px solid #404a61;
    border-radius: 50%;
    content: "";
    height: 50px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 50px; }

@media screen and (max-width: 767px) {
  #naive-footer .col-sm-6.pull-right {
    float: none !important;
    text-align: center; }
  #naive-footer .social > ul > li {
    margin-bottom: 10px; } }

#page-loader {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999; }

.loader-icon {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-right: 2px solid #3e6edf !important;
  border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
  height: 50px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px; }

.colored-border {
  border-color: #fff; }

.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/*===============================> END FOOTER CSS <===============================*/
