.modal-demo.modal {
  left: auto;
  padding-right: 0 !important; }
  .modal-demo.modal .form-control {
    border-radius: 0;
    background: none;
    background: #eee;
    border: 0; }
  .modal-demo.modal .modal-dialog {
    margin: 0; }
  .modal-demo.modal .modal-content {
    border: 0;
    height: 100vh;
    background: transparent;
    border-radius: 0 !important; }
    .modal-demo.modal .modal-content .modal-header {
      position: relative;
      margin-top: 0px;
      border: 0;
      padding: 0 !important;
      color: #fff;
      padding: 30px;
      border-radius: 0;
      background-color: rgba(255, 0, 126, 0.8);
      background: rgba(255, 0, 126, 0.8); }
      .modal-demo.modal .modal-content .modal-header .modal-title {
        width: 100%; }
      .modal-demo.modal .modal-content .modal-header h3 {
        font-size: 34px;
        line-height: 36px;
        margin: 30px; }
        .modal-demo.modal .modal-content .modal-header h3 span {
          display: block;
          font-size: 15px; }
      .modal-demo.modal .modal-content .modal-header .close {
        color: #fff;
        font-size: 44px;
        right: 50px;
        position: relative;
        top: 30px; }
      .modal-demo.modal .modal-content .modal-header .video {
        position: absolute;
        max-width: 280px;
        margin: 0 auto;
        display: block;
        right: 30px;
        bottom: 0; }
    .modal-demo.modal .modal-content .modal-body {
      padding: 30px;
      background-color: white;
      background: white; }
      .modal-demo.modal .modal-content .modal-body label {
        color: #555; }
      .modal-demo.modal .modal-content .modal-body .mdl-textfield {
        width: 100%; }
    .modal-demo.modal .modal-content .modal-footer {
      background: #412771; }
      .modal-demo.modal .modal-content .modal-footer .btn {
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px;
        font-size: 20px;
        background: #412771; }

.btn {
  border-radius: 0;
  border: 0; }

body {
  font-family: 'Roboto', sans-serif !important;
  background: #eee;
  /*---------------------------------------------------HEADER START---------------------------------------------------------*/
  /*---------------------------------------------------HEADER START---------------------------------------------------------*/
  /*---------------------------------------------------MAIN START---------------------------------------------------------*/
  /*---------------------------------------------------MAIN START---------------------------------------------------------*/
  /*---------------------------------------------------FOOTER START---------------------------------------------------------*/
  /*---------------------------------------------------FOOTER START---------------------------------------------------------*/ }
  body header {
    z-index: 99;
    position: relative;
    color: #333333;
    background: #fff;
    padding: 20px 0;
    border-bottom: solid thin #ddd; }
    body header .logo {
      max-width: 120px;
      display: inline-block; }
    body header .contact-info {
      font-weight: 500;
      font-size: 16px;
      margin-top: 5px; }
      @media screen and (max-width: 991px) {
        body header .contact-info {
          float: left !important;
          margin-left: 60px; } }
      @media screen and (max-width: 767px) {
        body header .contact-info {
          margin: 20px 0; } }
      body header .contact-info li {
        margin-right: 30px !important; }
      body header .contact-info i {
        color: #4d4d4d;
        opacity: 0.3;
        display: inline-block;
        position: relative;
        top: 7px;
        margin-right: 10px; }
    @media screen and (max-width: 767px) {
      body header nav.navbar {
        top: 15px;
        right: 20px !important; } }
    @media screen and (max-width: 991px) {
      body header nav.navbar .navbar-toggler {
        width: 100%;
        text-align: right; } }
    @media screen and (max-width: 991px) {
      body header nav.navbar ul {
        -webkit-box-shadow: 0px 3px 5px 0px rgba(12, 12, 12, 0.25);
        -moz-box-shadow: 0px 3px 5px 0px rgba(12, 12, 12, 0.25);
        box-shadow: 0px 3px 5px 0px rgba(12, 12, 12, 0.25);
        border-radius: 0px 0px 10px 10px; } }
    body header nav.navbar .navbar-nav li:last-child a {
      border: 0 !important; }
    @media screen and (max-width: 991px) {
      body header nav.navbar {
        padding: 0; } }
    @media screen and (max-width: 991px) {
      body header nav.navbar .navbar-nav .nav-link {
        text-align: left;
        padding: 15px;
        border-bottom: solid thin #ddd;
        color: #e4127c; } }
    @media screen and (max-width: 991px) {
      body header nav.navbar {
        position: absolute !important;
        right: 0 !important;
        background: #fff; } }
    body header nav.navbar li {
      margin-right: 10px; }
      @media screen and (max-width: 991px) {
        body header nav.navbar li {
          margin-right: 0; } }
    body header nav.navbar a {
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.32;
      letter-spacing: 0.3px;
      text-align: center;
      color: #333333; }
      body header nav.navbar a :hover {
        color: #412771; }
  @media only screen and (min-width: 1199px) and (max-width: 2000px) {
    body .fixed-header {
      position: fixed;
      left: 0;
      right: 0;
      -webkit-box-shadow: 0 1px 2px 0px rgba(200, 200, 200, 0.3);
      -moz-box-shadow: 0 1px 2px 0px rgba(200, 200, 200, 0.3);
      box-shadow: 0 1px 2px 0px rgba(200, 200, 200, 0.3); } }
  body main section {
    padding: 100px 0; }
    @media screen and (max-width: 767px) {
      body main section {
        padding: 40px 0; } }
  body main section.banner {
    position: relative;
    z-index: 10;
    background: url(../img/banner-main.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 991px) {
      body main section.banner {
        padding: 100px 0; } }
    @media screen and (max-width: 767px) {
      body main section.banner {
        text-align: center; } }
    body main section.banner h1 {
      font-weight: bold;
      font-size: 46px;
      color: #412771;
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        body main section.banner h1 {
          font-size: 30px;
          margin-top: 0; } }
      @media screen and (max-width: 991px) {
        body main section.banner h1 {
          font-size: 30px;
          margin-top: 0; } }
    body main section.banner p {
      font-size: 20px;
      color: #412771;
      max-width: 450px;
      line-height: 35px; }
    body main section.banner .video {
      position: absolute;
      bottom: 0;
      right: 20px;
      max-width: 550px; }
      @media screen and (max-width: 991px) {
        body main section.banner .video {
          max-width: 400px;
          width: 100%; } }
      @media screen and (max-width: 767px) {
        body main section.banner .video {
          position: relative;
          margin: 0 auto;
          margin-top: 30px;
          display: block;
          right: 0;
          max-width: 80%; } }
    @media screen and (max-width: 991px) {
      body main section.banner .btn {
        margin-top: 10px;
        height: 50px !important;
        line-height: 35px;
        min-width: 220px; } }
    @media screen and (max-width: 767px) {
      body main section.banner p {
        max-width: 300px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      body main section.banner p {
        font-size: 16px;
        line-height: 24px;
        max-width: none !important; } }
  body main section.advantages {
    position: relative;
    z-index: 10;
    background: #412771;
    color: #fff;
    padding: 100px 0 40px 0; }
    body main section.advantages ul {
      margin-top: 100px; }
      @media screen and (max-width: 991px) {
        body main section.advantages ul {
          margin-top: 0 !important; } }
      body main section.advantages ul li {
        margin-bottom: 60px; }
        body main section.advantages ul li p {
          color: #fff;
          font-size: 14px;
          line-height: 24px;
          opacity: .5;
          transition: opacity .5s ease-out;
          -moz-transition: opacity .5s ease-out;
          -webkit-transition: opacity .5s ease-out;
          -o-transition: opacity .5s ease-out; }
        body main section.advantages ul li p:hover {
          opacity: 1; }
        body main section.advantages ul li .icon {
          width: 60px;
          height: 60px; }
          body main section.advantages ul li .icon img {
            width: 100%; }
          @media screen and (max-width: 767px) {
            body main section.advantages ul li .icon {
              margin: 0 auto;
              float: none !important; } }
        body main section.advantages ul li .description {
          margin-left: 40px;
          max-width: 340px;
          position: relative; }
          body main section.advantages ul li .description h4 {
            margin-top: 0; }
          @media screen and (max-width: 767px) {
            body main section.advantages ul li .description {
              text-align: center;
              margin: 30px 0 0 0; } }
          @media screen and (max-width: 767px) {
            body main section.advantages ul li .description {
              margin: 0 auto !important;
              float: none !important;
              margin-top: 40px !important; } }
    body main section.advantages h2 {
      line-height: 53px;
      font-size: 40px;
      margin: 0px 0 0 0; }
      @media screen and (max-width: 991px) {
        body main section.advantages h2 {
          margin-bottom: 100px !important; } }
      @media screen and (max-width: 767px) {
        body main section.advantages h2 {
          margin-bottom: 70px !important;
          font-size: 30px;
          line-height: 40px;
          text-align: center;
          margin: 50px 0 0 0; } }
      body main section.advantages h2 span {
        color: #e4127c; }
    body main section.advantages p {
      color: #412771;
      font-size: 20px;
      max-width: 450px;
      line-height: 32px; }
    body main section.advantages .video {
      position: absolute;
      top: -305px;
      max-width: 57%;
      right: 20px; }
      @media screen and (max-width: 991px) {
        body main section.advantages .video {
          top: -110px;
          max-width: 60%; } }
      @media screen and (max-width: 767px) {
        body main section.advantages .video {
          position: relative;
          top: auto;
          margin-top: -100px;
          max-width: 100%; } }
  body main section.about {
    z-index: 10;
    position: relative;
    padding: 30px 0;
    background: #e4127c;
    color: #fff; }
  body main section.features {
    padding: 0;
    position: relative;
    background: #fff; }
    body main section.features .baloon-right {
      position: fixed;
      z-index: 4;
      top: 100px;
      right: -120px; }
    body main section.features .baloon-left {
      position: fixed;
      z-index: 6;
      top: 150px;
      left: -80px; }
      @media screen and (max-width: 991px) {
        body main section.features .baloon-left {
          display: none; } }
    body main section.features small.order-no {
      width: 80px;
      height: 80px;
      border-radius: 100%;
      display: block;
      text-align: center;
      font-size: 30px;
      color: #fff;
      padding-top: 28px;
      font-weight: bold; }
      @media screen and (max-width: 991px) {
        body main section.features small.order-no {
          float: left !important; } }
    body main section.features h3 {
      font-size: 40px;
      margin: 50px 0;
      color: #333; }
    body main section.features p {
      color: #888888;
      font-size: 20px;
      line-height: 30px;
      max-width: 500px; }
      @media screen and (max-width: 991px) {
        body main section.features p {
          text-align: left !important; } }
    body main section.features ul {
      margin: 40px 0; }
      body main section.features ul li {
        color: #888888;
        font-size: 20px;
        margin-bottom: 20px; }
        body main section.features ul li i {
          display: inline-block;
          margin-right: 20px;
          position: relative;
          top: 5px;
          color: red; }
    body main section.features .fea {
      margin-bottom: 100px;
      position: relative; }
    body main section.features .fea-1 {
      z-index: 3;
      min-height: 700px;
      margin-bottom: 0;
      background: #fff url("../img/graphic-daily-operation.svg") no-repeat 110% 142px;
      background-size: 70%; }
      @media screen and (max-width: 991px) {
        body main section.features .fea-1 {
          background-size: 100%;
          background-position: bottom;
          min-height: 1000px; } }
      body main section.features .fea-1 .description {
        margin-left: 100px;
        margin-top: 100px; }
        @media screen and (max-width: 991px) {
          body main section.features .fea-1 .description {
            padding: 60px 0;
            text-align: left;
            margin: 0 auto;
            max-width: 450px !important;
            float: none !important; } }
      body main section.features .fea-1 small {
        background: #6F00CB; }
      body main section.features .fea-1 i {
        color: #6F00CB; }
    body main section.features .fea-2 {
      z-index: 5;
      min-height: 900px;
      background: #fff url("../img/graphic-inventory-ordering.svg") no-repeat -80% bottom;
      background-size: 90%; }
      @media screen and (max-width: 991px) {
        body main section.features .fea-2 {
          background-size: 100%;
          background-position: bottom;
          min-height: 1000px; } }
      body main section.features .fea-2 .description {
        margin-right: 100px;
        margin-top: 100px; }
        @media screen and (max-width: 991px) {
          body main section.features .fea-2 .description {
            padding: 60px 0;
            text-align: left;
            margin: 0 auto;
            max-width: 450px !important;
            float: none !important; } }
      body main section.features .fea-2 small {
        background: #e4127c; }
      body main section.features .fea-2 i {
        color: #e4127c; }
    body main section.features .fea-3 {
      z-index: 3;
      min-height: 700px;
      background: #fff url("../img/graphic-financial-reporting-and-analysis.svg") no-repeat 150% bottom;
      background-size: 80%; }
      @media screen and (max-width: 991px) {
        body main section.features .fea-3 {
          background-size: 100%;
          background-position: bottom;
          min-height: 1000px; } }
      body main section.features .fea-3 .description {
        margin-left: 100px;
        margin-top: 100px; }
        @media screen and (max-width: 991px) {
          body main section.features .fea-3 .description {
            padding: 60px 0;
            text-align: left;
            margin: 0 auto;
            max-width: 450px !important;
            float: none !important; } }
      body main section.features .fea-3 small {
        background: #412771; }
      body main section.features .fea-3 i {
        color: #412771; }
    body main section.features .fea-4 {
      z-index: 5;
      background: #fff url("../img/graphic-employee-records.svg") no-repeat -550px bottom;
      background-size: 100%; }
      @media screen and (max-width: 991px) {
        body main section.features .fea-4 {
          background-size: 100%;
          background-position: bottom;
          min-height: 1000px; } }
      body main section.features .fea-4 .description {
        margin-right: 100px;
        margin-top: 100px; }
        @media screen and (max-width: 991px) {
          body main section.features .fea-4 .description {
            padding: 60px 0;
            text-align: left;
            margin: 0 auto;
            max-width: 450px !important;
            float: none !important; } }
      body main section.features .fea-4 small {
        background: #4195E9; }
      body main section.features .fea-4 i {
        color: #4195E9; }
      body main section.features .fea-4 ul {
        margin-left: 150px; }
        @media screen and (max-width: 991px) {
          body main section.features .fea-4 ul {
            margin-left: 0px; } }
  body main section.different-properties {
    background: #412771;
    z-index: 10;
    position: relative;
    color: #fff; }
    body main section.different-properties h3 {
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        body main section.different-properties h3 {
          font-size: 24px; } }
    body main section.different-properties ul {
      margin: 0 auto;
      text-align: center;
      margin-top: 80px; }
      body main section.different-properties ul li {
        margin: 0 40px !important; }
        @media screen and (max-width: 767px) {
          body main section.different-properties ul li {
            margin-bottom: 60px !important; } }
        body main section.different-properties ul li img {
          max-width: 100px; }
        body main section.different-properties ul li p {
          font-size: 18px;
          margin-top: 30px; }
  body main section.testimonials {
    z-index: 6;
    background: #EFEFEF;
    position: relative;
    color: #412771; }
    body main section.testimonials p {
      margin: 30px auto;
      font-size: 20px;
      line-height: 35px;
      color: #6c5d89;
      max-width: 991px;
      width: 100%; }
    body main section.testimonials small {
      font-size: 18px;
      color: #6c5d89; }
    body main section.testimonials .carousel-indicators {
      bottom: 0;
      position: relative !important;
      margin-top: 80px; }
    body main section.testimonials .carousel-indicators .active {
      background-color: #e4127c; }
    body main section.testimonials .carousel-indicators li {
      width: 60px;
      height: 4px;
      background: rgba(183, 183, 183, 0.5); }
  body main section.mobile-app {
    padding: 50px 0;
    position: relative;
    z-index: 6;
    background: #fff url("../img/mobile-app.svg") no-repeat 95% -80%;
    background-size: 500px; }
    @media screen and (max-width: 991px) {
      body main section.mobile-app {
        background: #fff url("../img/mobile-app.svg") no-repeat 80% 300px;
        background-size: 350px; } }
    body main section.mobile-app .mobile-app-bottom {
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      body main section.mobile-app {
        background: #fff;
        background-size: 90%;
        padding: 30px; } }
    body main section.mobile-app h3 {
      line-height: 50px;
      font-size: 40px;
      color: #e4127c; }
      @media screen and (max-width: 767px) {
        body main section.mobile-app h3 {
          font-size: 30px;
          line-height: 40px; } }
      body main section.mobile-app h3 span {
        color: #412771;
        display: block;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          body main section.mobile-app h3 span {
            line-height: 30px;
            margin-bottom: 20px; } }
      body main section.mobile-app h3 span.secondary {
        color: #412771;
        display: inline-block;
        font-size: 45px; }
        @media screen and (max-width: 767px) {
          body main section.mobile-app h3 span.secondary {
            font-size: 30px; } }
        @media screen and (max-width: 767px) {
          body main section.mobile-app h3 span.secondary {
            line-height: 40px;
            margin-bottom: 0px; } }
    body main section.mobile-app ul {
      margin: 60px 0; }
      body main section.mobile-app ul li {
        margin-bottom: 30px;
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          body main section.mobile-app ul li {
            font-size: 13px;
            margin-bottom: 12px; } }
        body main section.mobile-app ul li img {
          max-width: 24px;
          margin-right: 25px;
          position: relative;
          top: -3px; }
          @media screen and (max-width: 767px) {
            body main section.mobile-app ul li img {
              max-width: 15px;
              margin-right: 10px; } }
    body main section.mobile-app a img {
      max-width: 100px;
      display: inline-block;
      margin: 10px 0 50px 0;
      margin-right: 10px; }
  body main section.request-demo {
    position: relative;
    z-index: 7;
    background: #412771;
    padding: 60px 0;
    color: #fff; }
    @media screen and (max-width: 767px) {
      body main section.request-demo {
        text-align: center; } }
    body main section.request-demo h3 {
      margin: 0; }
    body main section.request-demo p {
      margin-top: 10px;
      font-size: 18px; }
    body main section.request-demo a {
      margin: 15px 0; }
      @media screen and (max-width: 991px) {
        body main section.request-demo a {
          float: none !important;
          max-width: 350px;
          margin: 0 auto;
          margin-top: 20px; } }
  body main section.hom-advantages {
    color: #412771;
    position: relative;
    z-index: 7;
    background: #fff; }
    body main section.hom-advantages p {
      color: #6D6D6D; }
      @media screen and (max-width: 991px) {
        body main section.hom-advantages p {
          max-width: 500px;
          width: 90%;
          margin: 0 auto;
          margin-bottom: 100px; } }
    body main section.hom-advantages h3 {
      margin-bottom: 100px; }
    body main section.hom-advantages img {
      max-width: 80px;
      margin-bottom: 10px; }
  body main section.pdf-download {
    color: #412771;
    position: relative;
    z-index: 7;
    background: #D2D2D2 url("../img/brochure-cover.svg") no-repeat 120% 18%;
    background-size: 66%; }
    body main section.pdf-download a {
      background: #412771; }
      @media screen and (max-width: 767px) {
        body main section.pdf-download a {
          margin-top: 0;
          height: 40px !important;
          line-height: 24px;
          min-width: 153px;
          font-size: 12px; } }
    body main section.pdf-download a:hover, body main section.pdf-download a:active {
      background: #2a1451 !important; }
    body main section.pdf-download h3 {
      margin-top: 0 !important; }
      @media screen and (max-width: 767px) {
        body main section.pdf-download h3 {
          font-size: 20px;
          line-height: 26px;
          max-width: 50%; } }
  body main .btn {
    border-radius: 0;
    background: #e4127c;
    height: 60px !important;
    line-height: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    min-width: 260px;
    margin: 40px 0 0 0; }
    @media screen and (max-width: 767px) {
      body main .btn {
        height: 50px !important;
        line-height: 37px;
        min-width: 200px;
        font-size: 13px; } }
  body main .btn:hover, body main .btn:focus {
    background: #f90881 !important; }
  body main.inner-page section.about {
    background: #fff url("../img/why-hom.svg") no-repeat top right;
    background-size: 70% !important;
    text-align: left; }
    body main.inner-page section.about .inner {
      padding: 40px 0; }
      body main.inner-page section.about .inner p {
        color: #666;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        max-width: 50%;
        width: 100%; }
        @media screen and (max-width: 767px) {
          body main.inner-page section.about .inner p {
            max-width: 100%; } }
      body main.inner-page section.about .inner h2 {
        color: #e4127c;
        margin: 0 0 30px 0; }
      body main.inner-page section.about .inner ul {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 60px; }
        body main.inner-page section.about .inner ul li {
          color: #888888;
          font-size: 20px;
          margin-bottom: 20px; }
          body main.inner-page section.about .inner ul li i {
            display: inline-block;
            margin-right: 20px;
            position: relative;
            top: 5px;
            color: #e4127c; }
        body main.inner-page section.about .inner ul li:nth-of-type(2n+1) i {
          color: #412771; }
    @media screen and (max-width: 767px) {
      body main.inner-page section.about {
        background-position: top right !important; } }
    body main.inner-page section.about .testimonials {
      text-align: center;
      max-width: 100%;
      height: 500px;
      background-size: 100%;
      margin-top: 80px; }
      body main.inner-page section.about .testimonials .top {
        background: #fff url("../img/quote-top.svg") no-repeat bottom center;
        height: 160px;
        background-size: 100%; }
        body main.inner-page section.about .testimonials .top .photo {
          width: 100px;
          height: 100px;
          background: #E8EAFF;
          margin: 0 auto;
          border-radius: 100%;
          border: solid 3px #412771;
          position: relative;
          top: -5px; }
          @media screen and (max-width: 991px) {
            body main.inner-page section.about .testimonials .top .photo {
              top: 30px;
              border: solid 2px #412771; } }
          @media screen and (max-width: 767px) {
            body main.inner-page section.about .testimonials .top .photo {
              top: 80px;
              height: 60px;
              width: 60px;
              display: none; } }
          body main.inner-page section.about .testimonials .top .photo img {
            max-width: 45px;
            margin-top: 20px; }
            @media screen and (max-width: 767px) {
              body main.inner-page section.about .testimonials .top .photo img {
                max-width: 30px;
                margin-top: 10px; } }
        @media screen and (max-width: 767px) {
          body main.inner-page section.about .testimonials .top {
            height: 70px; } }
      body main.inner-page section.about .testimonials .center {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f2ff+0,ffffff+53,f1f2ff+100 */
        background: #f1f2ff;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f1f2ff 0%, #ffffff 53%, #f1f2ff 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f1f2ff 0%, #ffffff 53%, #f1f2ff 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f1f2ff 0%, #ffffff 53%, #f1f2ff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2ff', endColorstr='#f1f2ff',GradientType=0 );
        /* IE6-9 */
        border-right: solid 3px #412771;
        border-left: solid 3px #412771; }
        @media screen and (max-width: 991px) {
          body main.inner-page section.about .testimonials .center {
            border-right: solid 1px #412771 !important;
            border-left: solid 1px #412771 !important; } }
        @media screen and (max-width: 767px) {
          body main.inner-page section.about .testimonials .center {
            border-right: solid 1px #412771 !important;
            border-left: solid 1px #412771 !important; } }
        body main.inner-page section.about .testimonials .center h3 {
          margin: 0;
          color: #412771;
          font-size: 22px;
          margin-bottom: 20px; }
        body main.inner-page section.about .testimonials .center p {
          color: #412771;
          font-size: 18px;
          line-height: 28px;
          margin: 0;
          max-width: 80%;
          margin: 0 auto;
          padding: 0 0 60px 0;
          background: url("../img/quote-right.svg") no-repeat right bottom;
          background-size: 60px; }
      body main.inner-page section.about .testimonials .bottom {
        background: #fff url("../img/quote-bottom.svg") no-repeat bottom center;
        height: 50px;
        background-size: 100%; }
      @media screen and (max-width: 991px) {
        body main.inner-page section.about .testimonials {
          height: auto;
          margin-top: 0; } }
    body main.inner-page section.about .carousel-indicators li {
      background-color: #ddd !important; }
    body main.inner-page section.about .carousel-indicators .active {
      background-color: #412771 !important; }
  body main.inner-page section.contact {
    padding: 70px 0 150px 0;
    background: #fff url("../img/contact-bg.svg") no-repeat 0px -140px;
    background-size: 100% !important;
    text-align: left; }
    @media screen and (max-width: 767px) {
      body main.inner-page section.contact {
        padding: 30px 0; } }
    body main.inner-page section.contact input {
      border-radius: 0;
      border: 0;
      background: #EDEDED; }
    body main.inner-page section.contact label {
      color: #412771; }
    body main.inner-page section.contact h2 {
      color: #e4127c;
      margin: 0 0 30px 0; }
    body main.inner-page section.contact .contact-form {
      border: solid thin #ddd;
      padding: 20px;
      max-width: 600px;
      margin: 0 auto;
      margin-top: 60px;
      background: #fff; }
      body main.inner-page section.contact .contact-form .btn {
        margin: 0;
        min-width: 100% !important;
        background: #412771; }
      body main.inner-page section.contact .contact-form .btn:hover, body main.inner-page section.contact .contact-form .btn:focus {
        background: #2a1451 !important; }
    body main.inner-page section.contact .top {
      text-align: center;
      max-width: 600px; }
      body main.inner-page section.contact .top h2 {
        font-size: 74px;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          body main.inner-page section.contact .top h2 {
            font-size: 40px; } }
      body main.inner-page section.contact .top h4 {
        font-size: 35px;
        margin-top: 0;
        color: #412771; }
      body main.inner-page section.contact .top h5 {
        color: #412771;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 0px;
        width: 100%;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 32px;
        margin-top: 50px !important; }
        @media screen and (max-width: 767px) {
          body main.inner-page section.contact .top h5 {
            font-size: 14px !important;
            line-height: 22px;
            margin-top: 20px !important; } }
      @media screen and (max-width: 767px) {
        body main.inner-page section.contact .top {
          text-align: left !important; } }
    body main.inner-page section.contact ul {
      position: absolute;
      bottom: 0px;
      right: 150px; }
      body main.inner-page section.contact ul li {
        margin-bottom: 25px;
        font-size: 18px; }
        body main.inner-page section.contact ul li img {
          max-width: 30px;
          margin-right: 30px; }
      @media screen and (max-width: 767px) {
        body main.inner-page section.contact ul {
          position: relative;
          right: 0;
          margin-top: 60px; } }
  body main.inner-page .demo-form {
    background: #412771;
    margin-top: 20px;
    color: #412771;
    padding: 20px; }
    body main.inner-page .demo-form h3 {
      font-size: 18px;
      margin-bottom: 30px;
      color: #fff; }
    body main.inner-page .demo-form .btn {
      min-width: 100%;
      margin: 0;
      height: 45px !important;
      line-height: 35px;
      background: #412771; }
    body main.inner-page .demo-form .btn:hover, body main.inner-page .demo-form .btn:focus {
      background: #341e5c !important; }
    body main.inner-page .demo-form label {
      color: #fff;
      opacity: 0.7; }
    body main.inner-page .demo-form .form-control {
      background: #3b2269;
      border-radius: 0;
      border: solid thin #4b2f7e;
      color: #8484ff; }
  body footer {
    z-index: 6;
    background: #EFEFEF;
    position: relative;
    color: #333333; }
    body footer p {
      color: #6B6B6B; }
    body footer section {
      padding: 100px 0; }
      @media screen and (max-width: 767px) {
        body footer section {
          padding: 30px 0; } }
    body footer .bottom {
      background: #262627; }
      body footer .bottom small {
        text-align: right;
        color: #fff;
        font-size: 17px;
        display: block;
        margin: 40px 0;
        color: #999; }
        @media screen and (max-width: 767px) {
          body footer .bottom small {
            text-align: left;
            margin: 40px 0 20px 0; } }
      body footer .bottom .form-group {
        margin-bottom: 0;
        position: relative; }
        body footer .bottom .form-group label {
          color: #CCCCCC;
          font-size: 20px;
          margin-bottom: 20px; }
        body footer .bottom .form-group input[type="email"] {
          border-radius: 0;
          border: 0;
          background-color: rgba(255, 255, 255, 0.2);
          background: rgba(255, 255, 255, 0.2);
          color: rgba(255, 255, 255, 0.9); }
        body footer .bottom .form-group .btn {
          position: absolute;
          top: 46px;
          right: 0;
          background: none;
          border: 0; }
          body footer .bottom .form-group .btn i {
            font-size: 18px !important; }
          body footer .bottom .form-group .btn :hover,
          body footer .bottom .form-group .btn :focus {
            background: none !important; }
        body footer .bottom .form-group .form-control {
          height: calc(2.25rem + 10px);
          padding: 0.375rem 1.2rem;
          padding-right: 50px; }
    body footer .middle h4 {
      margin: 0 0 30px 0; }
      @media screen and (max-width: 767px) {
        body footer .middle h4 {
          margin: 0 0 30px 0; } }
    body footer .middle p {
      max-width: 500px;
      width: 100%; }
    body footer .middle ul {
      margin-right: 40px; }
      body footer .middle ul li {
        margin-bottom: 10px; }
        body footer .middle ul li a {
          color: #6B6B6B;
          font-weight: 400; }
    body footer .top {
      padding: 50px 0;
      color: #fff;
      background: #e4127c; }
      @media screen and (max-width: 767px) {
        body footer .top {
          padding: 20px 0; } }
      body footer .top h3 {
        margin: 0;
        font-weight: bold; }
        body footer .top h3 span {
          display: block;
          opacity: 0.7;
          font-weight: normal;
          font-size: 12px; }
        @media screen and (max-width: 767px) {
          body footer .top h3 {
            margin: 0;
            font-weight: bold;
            font-size: 24px;
            line-height: 27px; } }
      body footer .top ul {
        margin: 15px 0; }
        body footer .top ul li {
          font-size: 25px;
          margin-right: 60px !important; }
          body footer .top ul li i {
            margin-right: 20px;
            font-size: 32px;
            position: relative;
            top: 7px; }
          @media screen and (max-width: 767px) {
            body footer .top ul li {
              margin-bottom: 0px;
              line-height: 35px; } }
