body {
  font-family: 'proxima_nova_altlight';
  color: #383838;
  font-size: 40px;
  color: #151515; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.h100 {
  height: 100%; }

.relative {
  position: relative; }

.full-height {
  width: 100%;
  height: 100vh; }

#fp-nav ul li .fp-tooltip {
  color: #ccc; }

#fp-nav ul li a span {
  background: #ddd; }

.btm-border {
  background: linear-gradient(to right, #d6213f 40%, #a33482 60%);
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0; }
  @media (max-width: 1024px) {
    .btm-border {
      display: none; } }
  @media (max-width: 767px) {
    .btm-border {
      display: none; } }
  @media (max-width: 576px) {
    .btm-border {
      display: none; } }

.section {
  padding: 0 50px; }
  @media (max-width: 991px) {
    .section {
      border-bottom: 2px solid #ccc; } }
  .section:last-child {
    border-bottom: none; }
  .section .header {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 50px;
    display: block; }
    @media (max-width: 567px) {
      .section .header {
        position: inherit;
        padding: 0 20px; } }
    .section .header .left {
      text-align: left;
      display: flex;
      align-items: center; }
      .section .header .left .logo {
        border-right: 1px solid #d1d1d1;
        display: inline-block;
        padding-right: 15px;
        width: 100px; }
        @media (max-width: 991px) {
          .section .header .left .logo {
            width: 35%; } }
        @media (max-width: 767px) {
          .section .header .left .logo {
            display: inline-block;
            justify-content: center;
            align-items: center; } }
        .section .header .left .logo img {
          max-width: 100%; }
          @media (max-width: 767px) {
            .section .header .left .logo img {
              margin-top: 0px; } }
      .section .header .left .title {
        display: inline-block;
        font-size: 30px;
        text-transform: capitalize;
        font-family: 'proxima_nova_altsemibold';
        padding-left: 15px;
        color: #303033; }
        @media (max-width: 991px) {
          .section .header .left .title {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .section .header .left .title {
            font-size: 15px; } }
        @media (max-width: 567px) {
          .section .header .left .title {
            font-size: 12px; } }
    .section .header .right {
      text-align: right;
      position: relative; }
      @media (max-width: 767px) {
        .section .header .right {
          text-align: center; } }
      .section .header .right img {
        max-width: 70%;
        margin-right: -55px;
        margin-top: 0px; }
        @media (min-width: 1600px) {
          .section .header .right img {
            max-width: 60%; } }
        @media (max-width: 991px) {
          .section .header .right img {
            position: absolute;
            top: 5px;
            right: -50px;
            margin-right: inherit;
            margin-top: inherit;
            max-width: 92%; } }
        @media (max-width: 768px) {
          .section .header .right img {
            position: absolute;
            top: 0px;
            right: -34px;
            margin-right: inherit;
            margin-top: inherit;
            max-width: 140%; } }
        @media (max-width: 576px) {
          .section .header .right img {
            position: absolute;
            top: 0px;
            right: -10px;
            margin-right: inherit;
            margin-top: inherit;
            max-width: 140%; } }
      @media (min-width: 992px) {
        .section .header .right .black {
          display: none; } }
      @media (max-width: 991px) {
        .section .header .right .white {
          display: none; } }

/*-------section1--------*/
#section1 {
  position: relative;
  background-image: url(../images/go2future/contact-bg1.svg), url(../images/go2future/contact-bg2.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 40%, 40%;
  background-color: #f3f6f8;
  margin: 0; }
  @media (max-width: 991px) {
    #section1 {
      padding: 50px 0;
      height: auto !important; } }
  #section1 .copyright {
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center; }
  #section1 .swing-live {
    display: flex;
    justify-content: center;
    align-items: center; }
    #section1 .swing-live .title h1 {
      padding: 0 0 40px 0;
      display: block;
      font-size: 50px;
      font-family: 'proxima_nova_altbold';
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        #section1 .swing-live .title h1 {
          font-size: 27px;
          padding-bottom: 20px; } }
    #section1 .swing-live .left-1 {
      background: #fff;
      padding: 55px 0px;
      border-right: 1px solid #f2f5f7;
      border-radius: 60px 0 0 60px;
      box-shadow: 0px 0px 20px #dddddd; }
      @media (max-width: 767px) {
        #section1 .swing-live .left-1 {
          padding: 35px;
          border-radius: 40px 40px 0 0;
          border-bottom: 3px solid #f2f5f7; } }
      #section1 .swing-live .left-1 span {
        text-align: center;
        display: block; }
        #section1 .swing-live .left-1 span p {
          font-size: 13px;
          text-transform: uppercase;
          color: #fff;
          background: #252627;
          border-radius: 10px;
          padding: 3.43px 10px 2px 10px;
          line-height: 11px;
          letter-spacing: 1px;
          display: inline-block;
          position: absolute;
          left: 42.5%;
          transform: translate(-50%, -50%);
          margin-bottom: 0;
          top: 36%; }
        @media (max-width: 991px) {
          #section1 .swing-live .left-1 span {
            border-radius: 0 70px 70px 0; } }
        #section1 .swing-live .left-1 span img {
          max-width: 33%;
          margin-top: 45px; }
    #section1 .swing-live .right-1 {
      background: #fff;
      padding: 66px 50px;
      border-radius: 0 60px  60px 0;
      box-shadow: 10px 0px 20px #dddddd; }
      @media (max-width: 1500px) {
        #section1 .swing-live .right-1 {
          padding: 65px 50px; } }
      @media (max-width: 767px) {
        #section1 .swing-live .right-1 {
          padding: 35px;
          border-radius: 0 0 40px 40px;
          box-shadow: 10px 10px 20px #dddddd; } }
      #section1 .swing-live .right-1 span {
        font-size: 17px;
        display: block;
        color: #000;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 767px) {
          #section1 .swing-live .right-1 span {
            padding-left: 0px;
            text-align: center; } }
        #section1 .swing-live .right-1 span img {
          max-width: 52%;
          display: block;
          margin-top: 10px;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            #section1 .swing-live .right-1 span img {
              max-width: 50%;
              margin: 10px auto; } }
  @media (max-width: 767px) {
    #section1 .row {
      margin: 0 15px; } }

/*-------section2--------*/
#section2 {
  position: relative;
  background-image: url(../images/go2future/bg2.png);
  background-position: 169% center;
  background-repeat: no-repeat;
  background-size: 120%;
  margin: 0; }
  @media only screen and (min-width: 1300px) and (max-width: 1400px) {
    #section2 {
      background-position: 88% bottom;
      background-size: 33%; } }
  @media only screen and (min-width: 1401px) and (max-width: 1500px) {
    #section2 {
      background-position: 90% bottom;
      background-size: 35%; } }
  @media only screen and (min-width: 1501px) and (max-width: 1700px) {
    #section2 {
      background-position: 85% bottom;
      background-size: 31%; } }
  @media (max-width: 991px) {
    #section2 {
      background: none; } }
  #section2 .header .logo {
    border: none; }
  #section2 .top-4 {
    margin-top: 0px; }
    @media (max-width: 991px) {
      #section2 .top-4 {
        margin-top: 50px; } }
  #section2 .left-4 span {
    display: block; }
  #section2 .left-4 h2 {
    padding: 20px 0 20px 0;
    display: block;
    font-size: 70px;
    font-family: 'proxima_nova_altsemibold';
    position: relative;
    color: #1d1d1d; }
    @media (max-width: 991px) {
      #section2 .left-4 h2 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      #section2 .left-4 h2 {
        font-size: 32px; } }
    @media (max-width: 576px) {
      #section2 .left-4 h2 {
        font-size: 26px; } }
    @media (max-width: 1024px) {
      #section2 .left-4 h2 br {
        display: none; } }
  #section2 .left-4 p {
    display: block; }
    #section2 .left-4 p span {
      font-size: 32px;
      line-height: 30px;
      color: #1d1d1d;
      border-bottom: 2px solid #43e4d1;
      padding-bottom: 15px;
      display: inline-block; }
      @media (max-width: 991px) {
        #section2 .left-4 p span {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 50px; } }

/*-------section3--------*/
#section3 {
  position: relative;
  padding: 0 55px;
  background-color: #fff;
  background-image: url(../images/go2future/retailautomation-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0; }
  #section3 .header {
    background: #fff;
    padding-bottom: 15px; }
    @media (max-width: 991px) {
      #section3 .header {
        position: absolute;
        top: 0;
        padding-bottom: 0px; } }
    #section3 .header .logo {
      border: none; }

/*-------section4--------*/
#section4 {
  position: relative;
  background: url(../images/go2future/bg3.jpg) no-repeat 76% bottom;
  background-size: 35% 100%; }
  @media (max-width: 991px) {
    #section4 {
      background: none; } }
  #section4 .header .logo {
    border: none; }
  @media (max-width: 991px) {
    #section4 .container-fluid {
      padding: 0; } }
  #section4 .left-2 {
    text-align: right; }
    @media (max-width: 991px) {
      #section4 .left-2 {
        text-align: center; } }
    #section4 .left-2 h2 {
      padding: 20px 0 10px 0;
      display: block;
      font-size: 30px;
      font-family: 'proxima_nova_altbold'; }
      @media (max-width: 991px) {
        #section4 .left-2 h2 {
          margin-top: 30px; } }
    #section4 .left-2 p {
      display: block;
      font-size: 20px;
      color: #303033;
      line-height: 30px; }
      @media (max-width: 767px) {
        #section4 .left-2 p {
          font-size: 18px;
          line-height: 27px; } }
    #section4 .left-2 img {
      width: 90%; }
  #section4 .right-2 {
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 991px) {
      #section4 .right-2 {
        padding-left: 20px;
        padding-bottom: 20px; } }
    #section4 .right-2 h2 {
      padding: 0px 0 10px 0;
      display: block;
      font-size: 30px;
      font-family: 'proxima_nova_altbold';
      color: #000;
      width: 100%; }
    #section4 .right-2 ul.points {
      display: block;
      width: 100%; }
      #section4 .right-2 ul.points li {
        font-size: 20px;
        line-height: 30px;
        list-style: none;
        padding: 12px 0 0 20px;
        background: url(../images/go2future/bullet2.svg) no-repeat 0px 25px;
        margin-bottom: 10px;
        color: #000; }

/*-------section5--------*/
#section5 {
  position: relative;
  background-image: url(../images/go2future/bg-5.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0; }
  #section5 .top-4 {
    margin-top: 50px; }
  #section5 .left-4 {
    margin-bottom: 20%; }
    #section5 .left-4 span {
      display: block; }
    #section5 .left-4 h2 {
      padding: 20px 0 20px 0;
      display: block;
      font-size: 30px;
      font-family: 'proxima_nova_altbold';
      position: relative; }
      #section5 .left-4 h2:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 5px;
        height: 3px;
        width: 70px;
        background: #3b4dc2; }
    #section5 .left-4 p {
      display: block;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 90px; }
      @media (max-width: 991px) {
        #section5 .left-4 p {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 50px; } }
  #section5 .right-4 h2 {
    position: relative;
    padding: 20px 0 20px 0;
    display: block;
    font-size: 30px;
    font-family: 'proxima_nova_altbold'; }
    #section5 .right-4 h2:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      height: 3px;
      width: 70px;
      background: #3b4dc2; }
  #section5 .right-4 p {
    display: block;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      #section5 .right-4 p {
        font-size: 20px;
        line-height: 30px; } }

/*-------section6--------*/
#section6 {
  position: relative;
  background-image: url(../images/go2future/bg-6.jpg);
  background-position: right 60%;
  background-repeat: no-repeat;
  background-size: 45%;
  margin: 0; }
  @media (max-width: 991px) {
    #section6 {
      background: none; } }
  #section6 .top-4 {
    margin-top: 0px; }
    @media (max-width: 991px) {
      #section6 .top-4 {
        margin-top: 50px; } }
  #section6 .left-4 span {
    display: block; }
  #section6 .left-4 h2 {
    padding: 20px 0 20px 0;
    display: block;
    font-size: 30px;
    font-family: 'proxima_nova_altbold';
    position: relative; }
    #section6 .left-4 h2:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      height: 3px;
      width: 70px;
      background: #3b4dc2; }
  #section6 .left-4 p {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 90px; }
    @media (max-width: 991px) {
      #section6 .left-4 p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 50px; } }
  #section6 .left-4 ul.points li {
    width: 95%;
    border: 1px solid #48e6de;
    font-size: 18px;
    line-height: 32px;
    list-style: none;
    padding: 10px 10px 10px 50px;
    background: url(../images/go2future/bullet.svg) no-repeat 20px 18px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 12px #e2e2e2;
    margin-top: 20px; }
    @media (max-width: 767px) {
      #section6 .left-4 ul.points li {
        font-size: 14px;
        line-height: 23px; } }
  #section6 .right-4 h2 {
    position: relative;
    padding: 20px 0 20px 0;
    display: block;
    font-size: 30px;
    font-family: 'proxima_nova_altbold'; }
    #section6 .right-4 h2:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      height: 3px;
      width: 70px;
      background: #3b4dc2; }
  #section6 .right-4 p {
    display: block;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      #section6 .right-4 p {
        font-size: 20px;
        line-height: 30px; } }

/*-------section7--------*/
#section7 {
  position: relative;
  overflow: hidden; }
  #section7 .screen {
    display: block;
    height: 100vh; }
    @media (max-width: 991px) {
      #section7 .screen {
        height: auto; } }
    #section7 .screen img {
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 91%;
      transform: translateX(-50%); }
      @media (max-width: 991px) {
        #section7 .screen img {
          position: inherit;
          bottom: 0px;
          margin-top: 40px; } }
      @media only screen and (min-width: 1300px) and (max-width: 1400px) {
        #section7 .screen img {
          width: 87%; } }
      @media only screen and (min-width: 1401px) and (max-width: 1500px) {
        #section7 .screen img {
          width: 100%; } }

/*-------section8--------*/
#section8 {
  position: relative; }
  #section8 .support {
    margin-top: 70px; }
    #section8 .support .df {
      display: flex; }
    #section8 .support .box {
      position: relative;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0px 0px 12px #e2e2e2;
      width: 100%;
      border: 1px solid #48e6de;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #section8 .support .box {
          margin-bottom: 50px; } }
      #section8 .support .box h2 {
        padding: 0;
        display: block;
        padding: 30px 30px 15px 30px;
        margin: 0;
        font-size: 22px;
        color: #000;
        font-family: 'proxima_nova_altbold'; }
      #section8 .support .box span {
        position: absolute;
        top: -40px;
        right: 40px; }
        #section8 .support .box span img {
          width: 80px; }
      #section8 .support .box ul {
        padding: 0px 30px 30px 30px; }
        #section8 .support .box ul li {
          font-size: 18px;
          line-height: 20px;
          list-style: none;
          padding: 15px 0px 15px 20px;
          background: url(../images/go2future/bullet2.svg) no-repeat 0px 23px;
          color: #000; }
          @media (max-width: 991px) {
            #section8 .support .box ul li {
              font-size: 14px; } }

/*-------section9--------*/
#section9 {
  position: relative;
  overflow: hidden; }
  #section9 .support {
    margin-top: 70px; }
    #section9 .support .df {
      display: flex; }
    #section9 .support .box {
      position: relative;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0px 0px 12px #e2e2e2;
      width: 100%;
      border: 1px solid #48e6de;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #section9 .support .box {
          margin-bottom: 50px; } }
      #section9 .support .box h2 {
        padding: 0;
        display: block;
        padding: 30px 30px 15px 60px;
        margin: 0;
        font-size: 22px;
        color: #000;
        font-family: 'proxima_nova_altbold'; }
        @media only screen and (min-width: 1401px) and (max-width: 1700px) {
          #section9 .support .box h2 {
            padding: 40px 30px 10px 60px; } }
      #section9 .support .box span {
        position: absolute;
        top: -40px;
        right: 40px; }
        #section9 .support .box span img {
          width: 80px; }
      #section9 .support .box ul {
        padding: 0px 30px 30px 60px; }
        @media only screen and (min-width: 1401px) and (max-width: 1700px) {
          #section9 .support .box ul {
            padding: 10px 30px 40px 60px; } }
        #section9 .support .box ul li {
          font-size: 18px;
          line-height: 20px;
          list-style: none;
          padding: 15px 0px 15px 20px;
          background: url(../images/go2future/bullet2.svg) no-repeat 0px 23px;
          color: #000; }
          @media (max-width: 991px) {
            #section9 .support .box ul li {
              font-size: 14px; } }

/*-------section10--------*/
#section10 {
  position: relative;
  overflow: hidden; }
  #section10 .support {
    margin-top: 70px; }
    #section10 .support .df {
      display: flex; }
    #section10 .support .box {
      position: relative;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0px 0px 12px #e2e2e2;
      width: 100%;
      border: 1px solid #48e6de;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #section10 .support .box {
          margin-bottom: 50px; } }
      #section10 .support .box h2 {
        padding: 0;
        display: block;
        padding: 30px 30px 15px 60px;
        margin: 0;
        font-size: 22px;
        color: #000;
        font-family: 'proxima_nova_altbold'; }
        @media only screen and (min-width: 1401px) and (max-width: 1700px) {
          #section10 .support .box h2 {
            padding: 40px 30px 10px 60px; } }
      #section10 .support .box span {
        position: absolute;
        top: -40px;
        right: 40px; }
        #section10 .support .box span img {
          width: 80px; }
      #section10 .support .box ul {
        padding: 0px 30px 30px 60px; }
        @media only screen and (min-width: 1401px) and (max-width: 1700px) {
          #section10 .support .box ul {
            padding: 10px 30px 40px 60px; } }
        #section10 .support .box ul li {
          font-size: 18px;
          line-height: 20px;
          list-style: none;
          padding: 15px 0px 15px 20px;
          background: url(../images/go2future/bullet2.svg) no-repeat 0px 23px;
          color: #000; }
          @media (max-width: 991px) {
            #section10 .support .box ul li {
              font-size: 14px; } }

/*-------section11--------*/
#section11 {
  position: relative;
  overflow: hidden; }
  #section11 .screen {
    display: block;
    height: 100vh; }
    @media (max-width: 991px) {
      #section11 .screen {
        height: auto; } }
    #section11 .screen img {
      position: absolute;
      bottom: 30px;
      left: 50%;
      width: 95%;
      transform: translateX(-50%); }
      @media (max-width: 991px) {
        #section11 .screen img {
          position: inherit;
          bottom: 0px;
          margin-top: 40px; } }
      @media only screen and (min-width: 1300px) and (max-width: 1400px) {
        #section11 .screen img {
          width: 88%; } }
      @media only screen and (min-width: 1401px) and (max-width: 1500px) {
        #section11 .screen img {
          width: 96%; } }
      @media only screen and (min-width: 1501px) and (max-width: 1700px) {
        #section11 .screen img {
          width: 92%; } }

/*-------section12--------*/
#section12 {
  position: relative;
  padding: 0 55px;
  background-color: #fff;
  background-image: url(../images/go2future/retailautomation-12.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0; }
  @media only screen and (min-width: 1600px) {
    #section12 {
      background-size: 85% 100%;
      background-position: left center; } }
  @media only screen and (max-width: 1366px) {
    #section12 {
      background-size: 88% 100%;
      background-position: left center; } }
  #section12 .header {
    background: #fff;
    padding-bottom: 15px; }
    @media (max-width: 991px) {
      #section12 .header {
        position: absolute;
        top: 0;
        padding-bottom: 0px; } }

/*-------section13--------*/
#section13 {
  position: relative;
  padding: 0 55px;
  background-color: #fff;
  background-image: url(../images/go2future/retailautomation-13.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0; }
  @media only screen and (min-width: 1600px) {
    #section13 {
      background-size: 100% 100%; } }
  #section13 .header {
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    top: 0; }
    @media (max-width: 991px) {
      #section13 .header {
        position: absolute;
        top: 0;
        padding-bottom: 0px; } }

/*-------section14--------*/
#section14 {
  position: relative;
  padding: 0 55px;
  background-color: #fff;
  background-image: url(../images/go2future/retailautomation-14.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0; }
  @media only screen and (min-width: 1600px) {
    #section14 {
      background-size: 100% 100%; } }
  @media only screen and (max-width: 1366px) {
    #section14 {
      background-size: 100% 100%;
      background-position: center center; } }
  #section14 .header {
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    top: 0; }
    @media (max-width: 991px) {
      #section14 .header {
        position: absolute;
        top: 0;
        padding-bottom: 0px; } }

/*-------section15--------*/
#section15 {
  position: relative;
  padding: 0 55px;
  background-color: #fff;
  background-image: url(../images/go2future/retailautomation-15.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0; }
  @media only screen and (min-width: 1600px) {
    #section15 {
      background-size: 100% 100%; } }
  @media only screen and (max-width: 1366px) {
    #section15 {
      background-size: 100% 100%;
      background-position: center center; } }
  #section15 .header {
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    top: 0; }
    @media (max-width: 991px) {
      #section15 .header {
        position: absolute;
        top: 0;
        padding-bottom: 0px; } }

/*-------section16--------*/
#section16 {
  position: relative;
  padding: 0 55px;
  background-color: #fff;
  background-image: url(../images/go2future/retailautomation-16.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0; }
  @media only screen and (min-width: 1600px) {
    #section16 {
      background-size: 100% 100%; } }
  @media only screen and (max-width: 1366px) {
    #section16 {
      background-size: cover;
      background-position: bottom center; } }
  #section16 .header {
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    top: 0; }
    @media (max-width: 991px) {
      #section16 .header {
        position: absolute;
        top: 0;
        padding-bottom: 0px; } }

/*-------section17--------*/
#section17 {
  position: relative;
  padding: 0 55px;
  background-color: #fff;
  background-image: url(../images/go2future/retailautomation-17.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0; }
  @media only screen and (min-width: 1600px) {
    #section17 {
      background-size: 100% 100%; } }
  @media only screen and (max-width: 1366px) {
    #section17 {
      background-size: cover;
      background-position: bottom center; } }
  #section17 .header {
    background: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    top: 0; }
    @media (max-width: 991px) {
      #section17 .header {
        position: absolute;
        top: 0;
        padding-bottom: 0px; } }

/*-------section18--------*/
#section18 {
  position: relative;
  background-image: url(../images/go2future/contact-bg1.svg), url(../images/go2future/contact-bg2.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 40%, 40%;
  margin: 0; }
  #section18 .thanks {
    width: 80%;
    padding: 25px 0;
    margin: 0 auto;
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'renogareregular';
    border-bottom: 4px solid red; }
    @media (max-width: 991px) {
      #section18 .thanks {
        width: 95%;
        font-size: 80px; } }
    @media (max-width: 767px) {
      #section18 .thanks {
        font-size: 60px; } }
    @media (max-width: 576px) {
      #section18 .thanks {
        font-size: 40px; } }
  #section18 .welcome-bottom-links {
    margin: 50px 0; }
    #section18 .welcome-bottom-links .bt-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      #section18 .welcome-bottom-links .bt-links .lists {
        margin: 10px; }
        #section18 .welcome-bottom-links .bt-links .lists p.border-line {
          border-right: 1px solid #707070;
          padding-right: 40px;
          padding-left: 20px;
          font-size: 25px; }
          @media (max-width: 991px) {
            #section18 .welcome-bottom-links .bt-links .lists p.border-line {
              font-size: 20px;
              border-right: 0PX; }
              #section18 .welcome-bottom-links .bt-links .lists p.border-line .bor-none {
                border: none; } }
          @media (max-width: 767px) {
            #section18 .welcome-bottom-links .bt-links .lists p.border-line {
              font-size: 17px; } }
          @media (max-width: 576px) {
            #section18 .welcome-bottom-links .bt-links .lists p.border-line {
              border: none; } }
          #section18 .welcome-bottom-links .bt-links .lists p.border-line img {
            margin-top: -7px; }
          @media (max-width: 991px) {
            #section18 .welcome-bottom-links .bt-links .lists p.border-line .web {
              width: 10%; }
            #section18 .welcome-bottom-links .bt-links .lists p.border-line .mail {
              width: 10%; }
            #section18 .welcome-bottom-links .bt-links .lists p.border-line .tel {
              width: 12%; } }
          @media (max-width: 767px) {
            #section18 .welcome-bottom-links .bt-links .lists p.border-line .web {
              width: 9%; }
            #section18 .welcome-bottom-links .bt-links .lists p.border-line .mail {
              width: 9%; }
            #section18 .welcome-bottom-links .bt-links .lists p.border-line .tel {
              width: 13%; } }
          #section18 .welcome-bottom-links .bt-links .lists p.border-line span {
            padding-left: 10px; }
            #section18 .welcome-bottom-links .bt-links .lists p.border-line span a {
              color: #333; }
              #section18 .welcome-bottom-links .bt-links .lists p.border-line span a:hover {
                color: #000;
                text-decoration: none; }
        #section18 .welcome-bottom-links .bt-links .lists .b-none {
          border-right: none !important; }
  #section18 .footer-logo {
    margin: 0 auto;
    text-align: center; }
    #section18 .footer-logo img {
      width: 220px; }

@media (max-width: 991px) {
  .fp-tableCell {
    height: auto !important; } }

#section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20 {
  font-size: 20px; }
  @media (max-width: 991px) {
    #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20 {
      height: auto !important;
      padding: 30px 20px !important; } }
  @media (max-width: 567px) {
    #section2 .container-fluid, #section3 .container-fluid, #section4 .container-fluid, #section5 .container-fluid, #section6 .container-fluid, #section7 .container-fluid, #section8 .container-fluid, #section9 .container-fluid, #section10 .container-fluid, #section11 .container-fluid, #section12 .container-fluid, #section13 .container-fluid, #section14 .container-fluid, #section15 .container-fluid, #section16 .container-fluid, #section17 .container-fluid, #section18 .container-fluid, #section19 .container-fluid, #section20 .container-fluid {
      padding: 0; } }

@media (max-width: 991px) {
  #section3, #section12, #section13, #section14, #section15, #section16, #section17 {
    height: auto !important;
    padding: 30px 20px !important; }
    #section3 h2, #section12 h2, #section13 h2, #section14 h2, #section15 h2, #section16 h2, #section17 h2 {
      font-size: 25px !important; } }
@media (max-width: 768px) {
  #section3 h2, #section12 h2, #section13 h2, #section14 h2, #section15 h2, #section16 h2, #section17 h2 {
    font-size: 20px !important; } }
@media (max-width: 567px) {
  #section3 .container-fluid, #section12 .container-fluid, #section13 .container-fluid, #section14 .container-fluid, #section15 .container-fluid, #section16 .container-fluid, #section17 .container-fluid {
    padding: 0; } }

/*# sourceMappingURL=go2future.css.map */
