@charset "UTF-8";
@font-face {
  font-family: "robotoblack";
  src: url("../fonts/roboto-black-webfont.eot");
  src: url("../fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-black-webfont.woff2") format("woff2"), url("../fonts/roboto-black-webfont.woff") format("woff"), url("../fonts/roboto-black-webfont.ttf") format("truetype"), url("../fonts/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold-webfont.eot");
  src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light-webfont.eot");
  src: url("../fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("../fonts/roboto-medium-webfont.eot");
  src: url("../fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.ttf") format("truetype"), url("../fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nexaregular";
  src: url("../fonts/nexa-regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexabold";
  src: url("../fonts/nexa-bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexalight";
  src: url("../fonts/nexa-light.otf");
  font-weight: normal;
  font-style: normal;
}

ul {
  margin: 0px;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /* font-family: robotoregular; */
  font-family: nexalight;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: robotobold; */
  font-family: nexalight;
}

figure {
  margin: 0px;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

.white {
  color: #fff;
}

input[type=button],
input[type=submit],
button {
  width: auto;
  outline: none;
  cursor: pointer;
}
input[type=button]:hover, input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.style-2 {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 11px 42px;
  font-size: 15px;
}

.style-1 {
  /* background-color: #2F5BC7; */
  background-color: #137f08;
  color: #fff;
  border-radius: 30px;
  padding: 11px 42px;
  font-size: 15px;
}

/*=================================================
  01 Navigation 
=================================================*/
nav {
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.06);
}
nav .navbar-brand img {
  max-width: 25px;
}
nav .menu .nav-item .nav-link {
  font-size: 14px;
  color: #fff;
  padding: 0px 10px;
  position: relative;
}
nav .menu .nav-item .nav-link:before {
  content: ".";
  position: absolute;
  right: 0;
  top: -8px;
  font-size: 20px;
}
nav .menu .nav-item:last-child .nav-link:before {
  display: none;
}
@media (max-width: 991px) {
  nav .menu {
    margin-left: 0px;
    border-radius: 0;
    /* background-color: #3187d7; */
		background-color: #44d731;
  }
  nav .menu .nav-item .nav-link {
    padding: 5px 15px !important;
  }
  nav .menu .nav-item .nav-link:before {
    display: none;
  }
  nav .menu .nav-item:last-child .nav-link:before {
    display: none;
  }
}
nav.sticky {
  /* background-color: #137f08 !important; */
  background-color: #137f08 !important;
}
@media (max-width: 1024px) {
  nav .menu ul li a {
    padding: 0px 8px !important;
  }
}

.navbar-toggler {
  padding: 20px 0px;
  width: 35px;
  border: none;
  position: relative;
  float: right;
  top: 1px;
}
.navbar-toggler span {
  position: relative;
  display: block;
  background: #fff;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background: #fff;
  height: 2px;
  width: 70%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler span:after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  background: #fff;
  height: 2px;
  width: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler.i-change span {
  background-color: transparent;
  background-image: none;
}
.navbar-toggler.i-change span:before {
  top: 0;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.i-change span:after {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*=================================================
  02 header 
=================================================*/
header {
  padding-top: 150px;
  padding-bottom: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f48c0+0,0abd0f+100 */
  /* background: #2f48c0; */
  background: #137f08;
  /* Old browsers */
  background: -moz-linear-gradient(top, #137f08 0%, #0abd0f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #137f08 0%, #0abd0f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #137f08 0%, #0abd0f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#137f08", endColorstr="#0abd0f", GradientType=0);
  /* IE6-9 */
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .intro-text {
  color: #fff;
}
header .intro-text h1 {
  font-size: 3.5rem;
}
header .intro-text h1 span {
  font-size: 2.5rem;
  display: block;
}
header .intro-text h2 {
  font-size: 25px;
}
header .intro-text p {
  font-size: 18px;
  font-weight: 600;
}
header .shape-bottom {
  height: 389px;
  position: absolute;
  bottom: -124px;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/banner-top.svg);
  background-position: bottom;
}
@media (max-width: 1440px) {
  header {
    padding-bottom: 48rem;
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  header .intro-text h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  header {
    padding-bottom: 207px;
    height: 70vh;
  }
  header .shape-bottom {
    background-position: center;
    height: 200px;
  }
}
@media (max-width: 583px) {
  header {
    padding-bottom: 160px;
    height: 120vh;
  }
  header .intro-text h1 {
    font-size: 2rem;
  }
  header .intro-text h1 span {
    font-size: 1.8rem;
  }
}

/*=================================================
  03 ratings 
=================================================*/
.howitWork {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2fafe+0,ffffff+100 */
  background: #f2fafe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2fafe 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2fafe 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2fafe 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2fafe", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
  position: relative;
  z-index: 2;
  padding-top: 72px;
}

.workTop h6 {
  margin: 1.5rem 0;
  font-size: 24px;
}

/*=================================================
  11 Advantages
=================================================*/
.advantages {
  position: relative;
  padding-top: 250px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c6e5f2+0,ffffff+100 */
  /* background: #c6e5f2; */
  background: #c6f2cd;
  /* Old browsers */
  /* background: -moz-linear-gradient(top, #c6e5f2 0%, white 100%); */
  background: -moz-linear-gradient(top, #c6f2cd 0%, white 100%);
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #c6e5f2 0%, white 100%); */
  background: -webkit-linear-gradient(top, #c6f2cd 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #c6e5f2 0%, white 100%); */
  background: linear-gradient(to bottom, #c6f2cd 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c6f2cd", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}
.advantages .advantagBox {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c6e5f2+0,ffffff+100 */
  /* background: #c6e5f2; */
  background: #c6f2cd;
  /* Old browsers */
  /* background: -moz-linear-gradient(top, #c6e5f2 0%, white 100%); */
  background: -moz-linear-gradient(top, #c6f2cd 0%, white 100%);
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #c6e5f2 0%, white 100%); */
  background: -webkit-linear-gradient(top, #c6f2cd 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #c6e5f2 0%, white 100%); */
  background: linear-gradient(to bottom, #c6f2cd 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c6f2cd", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
  margin-bottom: 30px;
}
.advantages .advantagBox ul strong {
  font-size: 20px;
}
.advantages .adTop p {
  /* color: #2F5BC7; */
  color: #137f08;
  font-size: 30px;
  padding: 2rem;
  font-weight: 700;
}
.advantages .adTop .adbg {
  background-image: url(../images/adBox-bg.svg);
  padding: 55px 33px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
.advantages .adTop .adbg img {
  max-height: 163px;
}
.advantages::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background-image: url(../images/advanteg-top.svg);
  height: 160px;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
@media (max-width: 768px) {
  .advantages .adTop p {
    font-size: 20px;
  }
}

/*=================================================
  11 Digital Register
=================================================*/
.digitalRegister {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f48c0+0,0abd0f+100 */
  background: #137f08;
  /* Old browsers */
  background: -moz-linear-gradient(top, #137f08 0%, #0abd0f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #137f08 0%, #0abd0f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #137f08 0%, #0abd0f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#137f08", endColorstr="#0abd0f", GradientType=0);
  /* IE6-9 */
  padding-top: 250px;
  position: relative;
}
.digitalRegister::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background-image: url(../images/advanteg-bottom.svg);
  height: 159px;
  background-size: cover;
  background-position: top center;
}
.digitalRegister .bg-light {
  padding-top: 150px;
  border-radius: 100px 100px 0 0;
  margin-top: -100px;
}
@media (max-width: 583px) {
  .digitalRegister {
    padding-top: 100px;
  }
  .digitalRegister::before {
    height: 33px;
  }
  .digitalRegister .bg-light {
    padding-top: 50px;
    margin-top: 0px;
    border-radius: 50px 50px 0 0;
  }
}

.DR-heading {
  color: #fff;
}
.DR-heading h2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .DR-heading h2 {
    font-size: 2.5rem;
  }
}

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

.DRinfotitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.DRinfotitle img {
  margin-right: 15px;
  max-height: 45px;
}

.title {
  font-size: 35px;
  font-family: "montserratextrabold";
  color: #333333;
}

/*=================================================
  05 download 
=================================================*/
.download {
  background-color: #F4FAFE;
}
.download .guestRegister {
  padding: 1rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f48c0+0,0abd0f+100 */
  background: #137f08;
  /* Old browsers */
  background: -moz-linear-gradient(top, #137f08 0%, #0abd0f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #137f08 0%, #0abd0f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #137f08 0%, #0abd0f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#137f08", endColorstr="#0abd0f", GradientType=0);
  /* IE6-9 */
  text-align: center;
  border-radius: 100px 100px 0 0;
  color: #fff;
  position: relative;
}
.download .guestRegister .guestTOP {
  position: relative;
  top: -50px;
}
.download .guestRegister::after {
  content: "";
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.guestBox {
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.18);
}
.guestBox img {
  max-height: 70px;
  margin-bottom: 1rem;
}

.downloadApp a {
  margin-top: 50px;
  display: inline-block;
}
.downloadApp a img {
  max-width: 195px;
}
@media (max-width: 583px) {
  .downloadApp a {
    margin-top: 15px;
  }
  .downloadApp a img {
    max-width: 136px;
  }
}

/*=================================================
  11 Download Futcher
=================================================*/
.download-futcher .heading {
  font-size: 2.5rem;
}
.download-futcher ul {
  margin-top: 2rem;
}
.download-futcher ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 2.5rem;
}
.download-futcher ul li p {
  margin-bottom: 0px;
}
.download-futcher ul li span {
  border: 1px solid #68A5CB;
  position: absolute;
  left: 0;
  border-radius: 50px;
}

/*=================================================
  11 Multi Platform 
=================================================*/
.multi-platform {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f48c0+0,0abd0f+100 */
  background: #137f08;
  /* Old browsers */
  background: -moz-linear-gradient(top, #137f08 0%, #0abd0f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #137f08 0%, #0abd0f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #137f08 0%, #0abd0f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#137f08", endColorstr="#0abd0f", GradientType=0);
  /* IE6-9 */
  color: #fff;
  padding: 5rem 0 2rem;
}

/*=================================================
  11 User By Sector
=================================================*/
.userBySector {
  padding: 7rem 0 18rem;
  background: #F3FAFE url(../images/sector-gap.svg) no-repeat;
  text-align: center;
  background-position: center -176px;
}
.userBySector .USsector img {
  border: 1px solid #68A5CB;
  border-radius: 50px;
  padding: 10px;
  max-width: 70px;
  background-color: #fff;
}
.userBySector .USsector p {
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .userBySector {
    background-position: center 0px;
  }
}
@media (max-width: 583px) {
  .userBySector {
    padding: 2rem 0 12rem;
    background-position: center 79px;
  }
}

/*=================================================
  11 Screen shots
=================================================*/
.screenshots {
  background-color: #F3FAFE;
  padding-bottom: 5rem;
}
.screenshots .owl-item.medium {
  -ms-transform: scale(1.2);
  /* IE 9 */
  transform: scale(1.2);
  /* Standard syntax */
}
.screenshots .owl-item.center {
  -ms-transform: scale(1.5);
  /* IE 9 */
  transform: scale(1.5);
  /* Standard syntax */
}

/*=================================================
  11 App features
=================================================*/
.App_features {
  background-color: #f3fef4;
}
.App_features .bg-light {
  border-radius: 100px 100px 0 0;
  /* box-shadow: 0 15px 80px #b2deef; */
  box-shadow: 0 15px 80px #b2efc8;
}
.App_features h2 {
  /* color: #2F5BC7; */
  color: #137f08;
  margin-bottom: 3rem;
}
.App_features h6 {
  font-size: 30px;
}
.App_features ul li {
  margin-bottom: 2rem;
}
.App_features ul li p {
  margin-bottom: 0px;
}
.App_features ul li strong {
  font-size: 20px;
}
.App_features ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 583px) {
  .App_features .futcherHeading {
    margin-top: 2rem;
  }
  .App_features ul li strong {
    margin-top: 2rem;
    display: block;
  }
}

/*=================================================
  11 FAQ
=================================================*/
.faqs {
  background-color: #f3fafe;
}
.faqs .bg-light {
  border-radius: 100px 100px 0 0;
}
.faqs .card {
  border: none;
  border-bottom: 1px solid #ededed;
}
.faqs .card-header {
  background-color: transparent !important;
  border: none;
  font-weight: 700;
}
.faqs .accordion-title:before {
  float: right !important;
  font-family: FontAwesome;
  content: "";
  padding-right: 5px;
  /* background-color: #2f5bc7; */
  background-color: #137f08;
  color: #fff;
  padding: 2px 7px;
  border-radius: 30px;
  font-weight: normal;
}
.faqs .accordion-title.collapsed:before {
  float: right !important;
  content: "";
}
@media (max-width: 1024px) {
  .faqs .bg-light {
    border-radius: 50px 50px 0 0;
  }
}

.heading {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 583px) {
  .heading {
    font-size: 2rem;
  }
}

/*=================================================
  11 footer
=================================================*/
footer {
  background-image: url(../images/f-bg.svg);
  background-repeat: no-repeat;
  color: #fff;
  padding: 15rem 0 5rem;
  background-size: cover;
  background-position: top center;
}
footer p {
  font-size: 35px;
  text-transform: uppercase;
}
@media (max-width: 583px) {
  footer {
    background-position: left center;
    padding: 12rem 0 5rem;
  }
}

#button {
  display: inline-block;
  background-color: #137f08;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 46px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#LogInModel .form-control {
  background-color: #ededed;
}

/*# sourceMappingURL=style.css.map */
