a, a:link, a:visited {
  color: inherit; }

a:hover {
  color: #ce3234;
  text-decoration: none; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?18262253");
  src: url("../fonts/fontello.eot?18262253#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?18262253") format("woff"), url("../fonts/fontello.ttf?18262253") format("truetype"), url("../fonts/fontello.svg?18262253#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (min-width: 1260px) {
  .container {
    max-width: 1230px; } }

body {
  font-family: 'Open Sans', sans-serif;
  color: #777777;
  font-size: 18px;
  line-height: 1.5; }
  @media (max-width: 575px) {
    body {
      font-size: 14px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    body {
      font-size: 16px; } }

h1, h2, h3, h4 {
  font-family: 'Dosis', sans-serif; }

h1 {
  font-size: 45px;
  font-weight: 500; }
  @media (max-width: 575px) {
    h1 {
      font-size: 28px;
      padding-bottom: 20px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    h1 {
      padding-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 35px; } }

.header-cl {
  background: #f9fdfe;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2; }

.banner {
  padding: 20px 0 0 0; }
  .banner h1 span {
    color: #ce3234; }

.threebox {
  background: #f9fdfe;
  padding: 40px 0 0px 0; }
  .threebox p {
    margin-bottom: 35px; }
  .threebox .title {
    color: #ce3234;
    font-size: 20px;
    padding: 15px 0;
    font-weight: 700; }
  .threebox .know-more {
    width: 113px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: #ce3234;
    color: #fff;
    padding: 0; }
    .threebox .know-more:hover {
      background: #777777; }
    .threebox .know-more:focus {
      box-shadow: none; }

.feature {
  background: #edf5f8 url(../assets/feature-bg.png) repeat-x scroll 0 0;
  padding: 80px 0 30px 0; }
  .feature .icon {
    margin-bottom: 20px; }
  .feature p {
    margin-bottom: 60px; }
  .feature h2 {
    font-size: 53px;
    padding: 0 0 50px 0; }
    @media (max-width: 575px) {
      .feature h2 {
        font-size: 28px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .feature h2 {
        font-size: 34px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .feature h2 {
        font-size: 40px; } }
  .feature h3 {
    color: #ce3234;
    font-size: 19px;
    margin: 0 0 15px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .feature .mrg-10 {
    margin-bottom: 10px; }
  @media (max-width: 575px) {
    .feature .mrg-10 {
      margin-bottom: 25px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .feature .mrg-10 {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .feature {
      height: 100vh;
      padding: 15px 0;
      display: flex;
      align-items: center; }
      .feature .mb {
        margin-bottom: 0; } }

.integrate {
  padding: 80px 0; }
  .integrate h2 {
    margin-bottom: 50px;
    font-size: 53px; }
    @media (max-width: 575px) {
      .integrate h2 {
        font-size: 28px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .integrate h2 {
        font-size: 34px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .integrate h2 {
        font-size: 40px; } }

.links {
  display: block;
  margin-right: 10px; }
  .links a {
    margin-left: 2px;
    font-size: 15px; }
    .links a i {
      background: #919191;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 28px; }
      @media (max-width: 575px) {
        .links a i {
          background: none;
          width: auto;
          height: auto;
          font-size: 15px;
          color: #777;
          padding: 0 2px; } }
    .links a:hover i {
      background: #ce3234;
      color: #fff; }
      @media (max-width: 575px) {
        .links a:hover i {
          color: #ce3234;
          background: none; } }
  @media (max-width: 575px) {
    .links {
      margin-right: 0; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .links {
      margin-right: 0; } }

.footer {
  background: #f9fdfe;
  border-top: 5px solid #edf5f8;
  padding: 35px 0; }
  .footer .flogo {
    /*margin-bottom: 12px;*/
    max-width: 294px;
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .footer .flogo:hover {
      opacity: 1;
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  .footer p {
    font-size: 14px; }

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  margin-right: 5px; }

#contactForm {
  display: none;
  border: 4px solid #fff;
  padding: 30px 10px 10px 10px;
  width: 600px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 40px;
  right: 0%;
  z-index: 5555;
  font-size: 14px; }
  @media (max-width: 575px) {
    #contactForm {
      min-width: 300px;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #contactForm {
      width: 450px; } }
  #contactForm i {
    padding-right: 5px; }
  #contactForm .know-more {
    width: 113px;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    border: 0;
    background: #ce3234;
    color: #fff;
    padding: 0; }
    #contactForm .know-more:hover {
      background: #777777; }
    #contactForm .know-more:focus {
      box-shadow: none; }
  #contactForm h4 {
    color: #ce3234; }
  #contactForm .connect {
    margin-bottom: 10px; }
    #contactForm .connect li {
      margin-bottom: 5px; }
  #contactForm .form-control {
    font-size: 14px; }
  #contactForm .form-group {
    margin-bottom: 15px; }

#contactForm:after, #contactForm:before {
  bottom: 100%;
  right: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#contactForm:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px; }

#contactForm:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 18px;
  margin-left: -18px; }

#contact {
  position: relative;
  z-index: 5;
  display: inline-block;
  /*padding:0 0 5px 0;*/ }
  @media (max-width: 575px) {
    #contact {
      float: none !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #contact {
      float: none !important; } }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

.inside-banner {
  min-height: 300px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 66%;
  box-shadow: 0 15px 15px #eff2f3;
  -webkit-box-shadow: 0 15px 15px #eff2f3;
  -moz-box-shadow: 0 15px 15px #eff2f3;
  border-top: 2px solid #e2e2e2; }
  .inside-banner h2 {
    font-size: 47px;
    color: #ce3234;
    font-weight: 700; }
	
	  .inside-banner h1 {
    font-size: 47px;
    color: #ce3234;
    font-weight: 700; }

  .inside-banner.ekyc-bg {
    background-image: url(../assets/ekyc-banner.jpg); }
  .inside-banner .inner-b {
    height: 100%;
    min-height: 300px; }
    @media (max-width: 575px) {
      .inside-banner .inner-b {
        min-height: 250px; } }
  @media (max-width: 575px) {
    .inside-banner {
      min-height: 250px; } }

.inner-content {
  padding: 90px 0; }
  .inner-content h3 {
    font-size: 28px;
    padding-bottom: 50px;
    font-weight: 700;
    color: #777777;
    font-family: 'Open Sans', sans-serif; }

@mobile {
  .inner-content h3.sm-font {
    font-size: 23px; } }
    @media (max-width: 575px) {
      .inner-content h3 {
        padding-bottom: 20px; } }
  @media (max-width: 575px) {
    .inner-content {
      padding: 40px 0; } }
  .inner-content .ekyc-mrg {
    margin-top: 70px; }
    @media (max-width: 575px) {
      .inner-content .ekyc-mrg {
        margin-top: 30px; } }

.list-style {
  padding-bottom: 40px; }
  .list-style.nopd {
    padding-bottom: 0; }
  @media (max-width: 575px) {
    .list-style {
      padding-bottom: 20px; } }
  .list-style li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px; }
    .list-style li:before {
      content: '\f111';
      position: absolute;
      left: 0;
      top: 2px;
      color: #ce3234;
      font-family: 'FontAwesome';
      font-size: 16px; }
    .list-style li.nomrg {
      margin-bottom: 0; }

.pd-btm {
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .pd-btm {
      padding-bottom: 20px; } }

ul.number {
  margin: 0; }
  ul.number li {
    list-style: inherit;
    padding-left: 30px;
    position: relative; }
    ul.number li:before {
      color: #ce3234;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold; }
    ul.number li.one:before {
      content: '1.'; }
    ul.number li.two:before {
      content: '2.'; }
    ul.number li.three:before {
      content: '3.'; }
    ul.number li.four:before {
      content: '4.'; }
    ul.number li.five:before {
      content: '5.'; }
    ul.number li.six:before {
      content: '6.'; }
    ul.number li.seven:before {
      content: '7.'; }
    ul.number li.eight:before {
      content: '8.'; }
    ul.number li.nine:before {
      content: '9.'; }

ul.lowe-alpha li {
  position: relative; }
  ul.lowe-alpha li:before {
    color: #ce3234;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold; }
  ul.lowe-alpha li.a:before {
    content: 'a.'; }
  ul.lowe-alpha li.b:before {
    content: 'b.'; }
  ul.lowe-alpha li.c:before {
    content: 'c.'; }
  ul.lowe-alpha li.d:before {
    content: 'd.'; }
  ul.lowe-alpha li.e:before {
    content: 'e.'; }
  ul.lowe-alpha li.f:before {
    content: 'f.'; }
  ul.lowe-alpha li.g:before {
    content: 'g.'; }
  ul.lowe-alpha li.h:before {
    content: 'h.'; }
  ul.lowe-alpha li.eye:before {
    content: 'i.'; }

p.nomrg {
  margin-bottom: 0; }

.f-b-esign {
  padding: 20px 0;
  margin-bottom: 0; }

.pd-top-50 {
  padding-top: 50px; }

.pd-top-20 {
  padding-top: 20px; }
