.ftco-section {
    padding: 7em 0;
    position: relative; }
    .ftco-section.ftco-section-2 {
      position: relative;
      padding: 3em 0 !important; }
    .ftco-section .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f89fc', endColorstr='#00dc94', GradientType=1 ); }
    @media (max-width: 767.98px) {
      .ftco-section {
        padding: 6em 0; } }
  
  .ftco-bg-dark {
    background: #3c312e; }
  
  .ftco-footer {
    font-size: 16px;
    background: #233142;
    padding: 3em 0; }
    .ftco-footer .ftco-footer-logo {
      text-transform: uppercase;
      letter-spacing: .1em; }
    .ftco-footer .ftco-footer-widget h2 {
      font-weight: normal;
      color: #fff;
      margin-bottom: 40px;
      font-size: 18px;
      font-weight: 400; }
    .ftco-footer .ftco-footer-widget ul li a span {
      color: #fff; }
    .ftco-footer .ftco-footer-widget .btn-primary {
      background: #fff !important;
      border: 2px solid #fff !important; }
      .ftco-footer .ftco-footer-widget .btn-primary:hover {
        background: #fff;
        border: 2px solid #fff !important; }
    .ftco-footer p {
      color: rgba(255, 255, 255, 0.7); }
    .ftco-footer a {
      color: rgba(255, 255, 255, 0.7); 
      text-decoration: none !important;}
    .ftco-footer .ftco-heading-2 {
      font-size: 17px;
      font-weight: 400;
      color: #000; }
    .ftco-footer .block-21 .text .heading {
      font-size: 16px;
      font-weight: 300; }
      .ftco-footer .block-21 .text .heading a {
        color: rgba(255, 255, 255, 0.9); }
        .ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus {
          color: #fff; }
    .ftco-footer .block-21 .text .meta > div {
      display: inline-block;
      font-size: 12px;
      margin-right: 5px; }
      .ftco-footer .block-21 .text .meta > div a {
        color: rgba(255, 255, 255, 0.5); }
  
  .ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block; }
    .ftco-footer-social li a {
      height: 50px;
      width: 50px;
      display: block;
      float: left;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      position: relative; }
      .ftco-footer-social li a span {
        position: absolute;
        font-size: 26px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .ftco-footer-social li a:hover {
        color: #fff; }
  
  .ftco-section {
    position: relative;
    width: 100%;
    display: block; }
    .ftco-section .nav-pills p {
      margin-bottom: 0; }
    .ftco-section .nav-pills .nav-link {
      border-radius: 0;
      margin-bottom: 0;
      color: #2f89fc;
      font-size: 18px;
      font-weight: 400;
      position: relative;
      display: inline-block;
      bordeR: 1px solid #2f89fc;
      margin-left: 5px;
      margin-right: 5px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
      .ftco-section .nav-pills .nav-link.active, .ftco-section .nav-pills .nav-link:hover {
        color: #fff;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #2f89fc;
        bordeR: 1px solid #2f89fc; }
        .ftco-section .nav-pills .nav-link.active:after, .ftco-section .nav-pills .nav-link:hover:after {
          opacity: 1; }
        @media (max-width: 767.98px) {
          .ftco-section .nav-pills .nav-link.active:after, .ftco-section .nav-pills .nav-link:hover:after {
            opacity: 0; } }
      @media (max-width: 767.98px) {
        .ftco-section .nav-pills .nav-link {
          display: block;
          width: 100%;
          margin-bottom: 5px; } }
    .ftco-section .tab-content .tab-pane h2 {
      font-size: 24px; }
    .ftco-section .tab-content .tab-pane .one-forth {
      width: 50%; }
      .ftco-section .tab-content .tab-pane .one-forth img {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03); }
        @media (max-width: 767.98px) {
          .ftco-section .tab-content .tab-pane .one-forth img {
            margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        .ftco-section .tab-content .tab-pane .one-forth {
          width: 100%; } }
    .ftco-section .tab-content .tab-pane .one-half {
      width: 50%; }
      @media (max-width: 767.98px) {
        .ftco-section .tab-content .tab-pane .one-half {
          width: 100%; } }
