/*===========================
    4.FEATURES css 
===========================*/
.features-area {
  position: relative;
  z-index: 11; }
  .features-area .features-btn .nav li a {
    color: #000;
    text-align: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .features-area .features-btn .nav li a {
        padding: 0 !important; } }
    .features-area .features-btn .nav li a.active {
      background-color: transparent; }
    .features-area .features-btn .nav li a span {
      font-size: 20px;
      font-weight: 700;
      color: #252c41;
      text-transform: capitalize;
      display: block; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .features-area .features-btn .nav li a span {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .features-area .features-btn .nav li a span {
          font-size: 14px; } }
    .features-area .features-btn .nav li a i {
      border-radius: 50%;
      background-image: -moz-linear-gradient(0deg, #32b46a 0%, #f0f247 100%);
      background-image: -webkit-linear-gradient(0deg, #32b46a 0%, #f0f247 100%);
      background-image: -ms-linear-gradient(0deg, #32b46a 0%, #f0f247 100%);
      height: 150px;
      width: 150px;
      text-align: center;
      line-height: 150px;
      font-size: 60px;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .features-area .features-btn .nav li a i {
          height: 100px;
          width: 100px;
          font-size: 45px;
          line-height: 100px; } }
      @media (max-width: 767px) {
        .features-area .features-btn .nav li a i {
          height: 60px;
          width: 60px;
          line-height: 60px;
          font-size: 28px; } }
      .features-area .features-btn .nav li a i img {
        position: absolute;
        right: -5px;
        bottom: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        width: 100%; }
      .features-area .features-btn .nav li a i:hover img {
        padding-bottom: 70px; }
  .features-area .features-btn .nav li:nth-child(2) a i {
    background-image: -moz-linear-gradient(0deg, #fdb046 0%, #feee51 100%);
    background-image: -webkit-linear-gradient(0deg, #fdb046 0%, #feee51 100%);
    background-image: -ms-linear-gradient(0deg, #fdb046 0%, #feee51 100%); }
  .features-area .features-btn .nav li:nth-child(3) a i {
    background-image: -moz-linear-gradient(0deg, #ff48d6 0%, #fed853 100%);
    background-image: -webkit-linear-gradient(0deg, #ff48d6 0%, #fed853 100%);
    background-image: -ms-linear-gradient(0deg, #ff48d6 0%, #fed853 100%); }
  .features-area .features-btn .nav li:nth-child(4) a i {
    background-image: -moz-linear-gradient(0deg, #4eaffe 0%, #5df5ff 100%);
    background-image: -webkit-linear-gradient(0deg, #4eaffe 0%, #5df5ff 100%);
    background-image: -ms-linear-gradient(0deg, #4eaffe 0%, #5df5ff 100%); }
  .features-area .features-btn .nav li:nth-child(5) a i {
    background-image: -moz-linear-gradient(0deg, #5a84fa 0%, #aedcfe 100%);
    background-image: -webkit-linear-gradient(0deg, #5a84fa 0%, #aedcfe 100%);
    background-image: -ms-linear-gradient(0deg, #5a84fa 0%, #aedcfe 100%); }
  .features-area .features-btn .tab-content {
    margin-top: 56px; }
    .features-area .features-btn .tab-content .tab-pane {
      box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
      border: 1px solid #dce0e8;
      /*padding: 55px 70px 55px 174px;*/
      position: relative;
      border-radius: 8px;
      position: relative;
      background: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .features-area .features-btn .tab-content .tab-pane {
          padding: 30px 70px 30px 174px; } }
      @media (max-width: 767px) {
        .features-area .features-btn .tab-content .tab-pane {
          padding: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .features-area .features-btn .tab-content .tab-pane {
          padding: 30px 30px 30px 120px; } }
      .features-area .features-btn .tab-content .tab-pane::before {
        position: absolute;
        content: '';
        left: 70px;
        top: -13px;
        height: 26px;
        width: 26px;
        border: 1px solid #dce0e8;
        border-right: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        background: #fff;
        border-radius: 5px 0 0 0; }
        @media (max-width: 767px) {
          .features-area .features-btn .tab-content .tab-pane::before {
            left: 20px; } }
      .features-area .features-btn .tab-content .tab-pane i {
        position: absolute;
        left: 60px;
        top: 44px;
        font-size: 60px;
        color: #32b46a; }
        @media (max-width: 767px) {
          .features-area .features-btn .tab-content .tab-pane i {
            position: static; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .features-area .features-btn .tab-content .tab-pane i {
            left: 30px;
            top: 20px;
            position: absolute; } }
      .features-area .features-btn .tab-content .tab-pane .title {
        font-size: 26px; }
      .features-area .features-btn .tab-content .tab-pane p {
        font-size: 18px;
        font-weight: 300;
        line-height: 36px;
        padding-top: 27px; }
        @media (max-width: 767px) {
          .features-area .features-btn .tab-content .tab-pane p {
            font-size: 16px; } }
      .features-area .features-btn .tab-content .tab-pane:nth-child(2)::before {
        left: 28%; }
        @media (max-width: 767px) {
          .features-area .features-btn .tab-content .tab-pane:nth-child(2)::before {
            left: 24%; } }
      .features-area .features-btn .tab-content .tab-pane:nth-child(2) i {
        color: #fdb046; }
      .features-area .features-btn .tab-content .tab-pane:nth-child(3)::before {
        left: 49%; }
        @media (max-width: 767px) {
          .features-area .features-btn .tab-content .tab-pane:nth-child(3)::before {
            left: 45%; } }
      .features-area .features-btn .tab-content .tab-pane:nth-child(3) i {
        color: #ff48d6; }
      .features-area .features-btn .tab-content .tab-pane:nth-child(4)::before {
        left: 70%; }
        @media (max-width: 767px) {
          .features-area .features-btn .tab-content .tab-pane:nth-child(4)::before {
            left: 67%; } }
      .features-area .features-btn .tab-content .tab-pane:nth-child(4) i {
        color: #4eaffe; }
      .features-area .features-btn .tab-content .tab-pane:nth-child(5)::before {
        left: 91%; }
        @media (max-width: 767px) {
          .features-area .features-btn .tab-content .tab-pane:nth-child(5)::before {
            left: 89%; } }
      .features-area .features-btn .tab-content .tab-pane:nth-child(5) i {
        color: #5a84fa; }
