

@font-face {
    font-family: 'Helvetica';
    src: url('css/.././font/Helvetica.eot');
    src: url('css/.././font/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('css/.././font/Helvetica.woff2') format('woff2'),
        url('css/.././font/Helvetica.woff') format('woff'),
        url('css/.././font/Helvetica.ttf') format('truetype'),
        url('css/.././font/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('css/.././font/Helvetica-Light.eot');
    src: url('css/.././font/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('css/.././font/Helvetica-Light.woff2') format('woff2'),
        url('css/.././font/Helvetica-Light.woff') format('woff'),
        url('css/.././font/Helvetica-Light.ttf') format('truetype'),
        url('css/.././font/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}






body {
  font-family: sans-serif;
  font-style: normal;position: relative;
    min-height: 100%;
    padding-bottom: 4rem;
}

html {
    height: 89%;
    box-sizing: border-box;
}

.bg-light {
  background-color: #FFF8F0 !important;
}

.navbar {
  background: white;
}

.navbar .nav-item {
  margin: 15px;
}

.navbar .nav-item .nav-link {
  font-weight: 500;
  color: #414141;
}

.navbar .nav-item .nav-link:hover {
  color: black;
}

.navbar .active {
  font-weight: 700 !important;
  color: black !important;
}

#hero {
  margin-top: 100px !important;
}

#hero h2 {
  font-size: 40px;
  font-weight: 700;
}
.about-page h2.about_heading {
    font-size: 36px !important;
}
#hero p {
  color: #777777;
  margin: 20px 0;
  font-size: 24px;
}

#hero .btn-primary {
  color: white;
  background-color: #FB8005;
  border: none;
  border-radius: 100px;
}

#hero .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991px) {
  #hero h2 {
    margin-top: 30px;
  }
  #hero p {
    font-size: 18px;
  }
  #hero .img-fluid {
    margin-top: 20px;
    padding: 30px;
  }
}

#investment h2 {
  font-weight: 700;
  font-size: 36px;
  position: relative;
}

#investment h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #fb8005;
  border-radius: 100px;
  top: 50px;
  margin: 10px 200px;
}

#investment p {
  color: #777777;
  font-weight: 400;
  font-size: 24px;
  margin-top: 40px;
}

#investment .investment-box {
  background-color: #FFF8F0;
  margin-top: 50px;
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
  height: 400px;
}

#investment .investment-box .img-fluid {
  margin-top: -60px;
}

#investment .investment-box h3 {
  font-weight: 600;
  margin: 10px 0 !important;
}

#investment .investment-box p {
  font-size: 18px;
  color: #777777;
  margin: 30px 0;
}

@media (max-width: 479px) {
  #investment h2 {
    font-size: 20px;
  }
  #investment h2::before {
    margin: -10px 80px;
  }
  #investment p {
    font-size: 18px;
  }
}

@media (max-width: 352px) {
  #investment .investment-box {
    height: 450px !important;
  }
}

@media (max-width: 1199px) {
  #investment .investment-box {
    height: 480px;
  }
}

@media (max-width: 991px) {
  #investment .investment-box {
    height: 350px;
  }
}

@media (max-width: 513px) {
  #investment .investment-box {
    height: 400px;
  }
}

.consumer {
  margin-top: 100px !important;
}

.consumer h2 {
  font-size: 36px;
  font-weight: 700;
}

.consumer p {
  margin: 20px 0;
  color: #777777;
  font-size: 20px;
}

.consumer h3 {
  color: #FB8005;
  font-weight: 600;
}

.consumer .consumer-p {
  font-size: 18px;
}

.consumer .email {
  font-size: 18px;
  margin-left: 16px;
  color: gray;
}

@media (max-width: 479px) {
  .consumer h2,#hero h2 {
    font-size: 20px !important;
  }
  .consumer p {
    font-size: 18px;
  }
  .consumer h3 {
    margin: 10px 0;
  }
  .consumer .email {
    font-size: 12px;
  }
  .about_heading {
    font-size: 20px !important;
  }
  .b2b_section {
    margin-top: 20px  !important;
  }
}

#b2b_section {
  margin-top: 100px !important;
}

#b2b_section h2 {
  font-size: 36px;
  font-weight: 700;
}

#b2b_section p {
  margin: 20px 0;
  color: #777777;
  font-size: 20px;
}

#b2b_section h3 {
  color: #FB8005;
  font-weight: 600;
}

#b2b_section .consumer-p {
  font-size: 18px;
}

#b2b_section .email {
  font-size: 18px;
  margin-left: 16px;
  color: gray;
}

@media (max-width: 767px) {
  #b2b_section {
    margin-top: 0px !important;
  }
}

@media (max-width: 479px) {
  #b2b_section h2 {
    font-size: 20px;
  }
  #b2b_section p {
    font-size: 18px;
  }
  #b2b_section h3 {
    margin: 10px 0;
  }
  #b2b_section .email {
    font-size: 12px;
  }
  .about_heading {
    font-size: 20px !important;
  }
}

.about-page p {
  font-size: 20px !important;
}

@media (max-width: 767px) {
  .consumer .col-md-9 {
    position: relative;
  }
  .consumer .col-md-9 h3 {
    position: absolute;
    top: -40px;
    font-size: 18px;
    left: 80px;
  }
}

@media (max-width: 479px) {
  .consumer .col-md-9 {
    position: relative;
  }
  .consumer .col-md-9 h3 {
    position: absolute;
    top: -50px;
    font-size: 18px;
    left: 80px;
  }
}
/*# sourceMappingURL=style.css.map */



/*start-footer*/
.footer-main{position: absolute; right: 0; bottom: 0; left: 0; padding: 25px 0; background-color: #fff; text-align: center; font-size: 12px; font-weight: 600; color: #aba7a7;}
.footer-main p{font-family:Helvetica;}


@media (max-width: 991px) {
  .footer-main{padding: 25px 0;}
}
/*end-footer*/

