@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,600&display=swap');


* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  margin-bottom: 60px;
}

input[type=submit] {
  margin: 20px auto;
  margin-bottom: 0px;
  background-color: #e14002;
  color: #ffffff;
  font-size: 16px;
  border: none;
  font-weight: bold;
  padding: 10px 80px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50px;
}

input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #e14002;
  color: #e14002;
}

.sliderImg {
  height: 380px;
}

.backImgWrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.445)), to(rgba(0, 0, 0, 0.568))), url("/img/bgImg.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.445), rgba(0, 0, 0, 0.568)), url("/img/bgImg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.backImgWrapper .containerWrapper .logo h1 {
  color: #e14002;
  font-size: 80px;
  text-transform: uppercase;
  font-style: italic;
  margin: 10px auto;
}

.backImgWrapper .containerWrapper .headingText {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
}

.backImgWrapper .containerWrapper .btn_main {
  margin: 20px auto;
  background-color: #e14002;
  color: #131313;
  font-size: 16px;
  border-radius: 25px;
}

.featureWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: rgba(0, 0, 0, 0.205) 0px 4px 9px;
  box-shadow: rgba(0, 0, 0, 0.205) 0px 4px 9px;
  height: 250px;
  padding: 20px;
  margin: 14px auto;
  border-radius: 10px;
}

.featureWrapper .featureImg i {
  font-size: 34px;
  color: #e14002;
  padding: 20px;
  border-radius: 50%;
}

.featureWrapper .featureText h6 {
  font-size: 26px;
  font-weight: bold;
  text-transform: capitalize;
}

.featureWrapper .featureText p {
  font-size: 18px;
  color: #383838;
}

.userQuoteWrapper .testimonailWrapper h2 {
  color: #e14002;
  font-weight: bold;
  text-transform: uppercase;
}

.userQuoteWrapper .testimonailWrapper p {
  font-size: 18px;
  color: #383838;
}

.userQuoteWrapper .quoteWrapper {
  padding: 20px 25px;
}

.userQuoteWrapper .quoteWrapper .quoteText {
  font-size: 20px;
  position: relative;
  margin: 30px auto;
  height: 150px;
  padding-left: 15px;
  text-align: justify;
}

.userQuoteWrapper .quoteWrapper .quoteText::before {
  content: "\0022";
  font-size: 50px;
  position: absolute;
  top: -20px;
  left: -5px;
  color: #e14002;
}

.userQuoteWrapper .quoteWrapper .userDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#0a0e64), color-stop(60%, #0a0e64), to(white));
  background: linear-gradient(90deg, #0a0e64 0%, #0a0e64 60%, white 100%);
  padding: 10px;
  border-radius: 6px;
}

.userQuoteWrapper .quoteWrapper .userDetails .userImg {
  width: 60px;
  height: 60px;
}

.userQuoteWrapper .quoteWrapper .userDetails .userImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.userQuoteWrapper .quoteWrapper .userDetails .userName h6 {
  margin: 2px 10px;
  font-size: 16px;
  color: #ffffff;
}

.userQuoteWrapper .quoteWrapper .userDetails .userName p {
  margin: 2px 10px;
  font-size: 16px;
  color: #ffffff;
}

.registraionFormWrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.445)), to(rgba(0, 0, 0, 0.568))), url("/img/regBG.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.445), rgba(0, 0, 0, 0.568)), url("/img/regBG.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.registraionFormWrapper .registrationForm {
  margin: 40px 140px;
  background-color: #ffffff;
  width: 30%;
  padding: 20px;
  border-radius: 10px;
  height: auto;
}

.registraionFormWrapper .registrationForm h3 {
  font-size: 24px;
  font-weight: 600;
}

.registraionFormWrapper .registrationForm h3 span {
  color: #e14002;
}

.registraionFormWrapper .registrationForm form {
  margin-top: 30px;
}

.registraionFormWrapper .registrationForm form input,
.registraionFormWrapper .registrationForm form select {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #18335e;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}

.registraionFormWrapper .registrationForm form input:focus {
  border: 1px solid #e14002;
}

.slide-buss {
  padding: 3rem;
}

.img-fluid {
  width: 100%;
  height: 100%;
}

.registraionFormWrapper .registrationForm form input[type="checkbox"] {
  width: 20px;
}

.registraionFormWrapper .registrationForm form input[type=submit] {
  margin: 20px auto;
  margin-bottom: 0px;
  background-color: #e14002;
  color: #ffffff;
  font-size: 16px;
  border: none;
  font-weight: bold;
  border-radius: 25px;
  -webkit-transition: .3s;
  transition: .3s;
}

.registraionFormWrapper .registrationForm form input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #e14002;
  color: #e14002;
}

.solutionHeadingWrapper {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.solutionHeadingWrapper h3 {
  font-size: 1.7rem;
  font-weight: bold;
}

.solutionHeadingWrapper h2 {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 0.6rem;
}

p.easily-p {
  font-weight: 400;
  font-size: 1.3rem;
}

.myFaqss .panel-group .panel {
  border-radius: 14px;
}

.myFaqss .panel-default>.panel-heading {
  padding: 1.3rem;
  background-color: #ededed8a;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.myFaqss .panel-body {
  font-size: 1rem; 
}

.panel-title a:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  margin-left: 15px;
}

.panel-title a.collapsed:after {
  content: "\e080";
}

.myFaqss h4.panel-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.solutionHeadingWrapper h3 span {
  color: #e14002;
}

.solutionHeadingWrapper p {
  margin: 1rem 0;
}

.box-Swe {
  margin: 1.8rem 0;
}

.solutionWrapper {
  background-color: #ffffff;
  text-align: center;
  height: 330px;
  border: 1px solid color-mix(in srgb, #444444, transparent 85%);
  padding: 0rem 2rem;
  margin: 0 1rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
}

.solutionWrapper:hover {
  background: #de3801;
  border-color: #de3801;
}

.solutionWrapper .solutionImg {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: 0.3s;
  transform-style: preserve-3d;
  border: 1px solid #d7d7d7;
}

.solutionWrapper .solutionImg::after {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background:
    color-mix(in srgb, #de3801, transparent 80%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.solutionWrapper .solutionText h4 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

.solutionWrapper:hover .solutionText h4 {
  color: #fff;
  transition: all 0.3s;
}

.solutionWrapper .solutionText p {
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s;
}

.solutionWrapper:hover .solutionText p {
  color: #fff;
}

.deliveryWrapper {
  margin: 20px auto;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.205) 0px 4px 9px;
  box-shadow: rgba(0, 0, 0, 0.205) 0px 4px 9px;
}

.deliveryWrapper .orangeColor {
  background-color: #e14002;
}

.deliveryWrapper .deliveryHeader {
  padding: 0px;
  border-radius: 10px 10px 0px 0px;
  height: 190px;
}

.deliveryWrapper .deliveryBody {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deliveryWrapper .deliveryBody .deliveryText h3 {
  font-size: 22px;
  font-weight: bold;
}

.deliveryWrapper .deliveryBody .deliveryText p {
  font-size: 13px;
}

.citySectionWrapper {
  background: linear-gradient(365deg, #020024 0%, #0e1490 100%);
  padding: 80px 0px;
}

.citySectionWrapper .cityWrapper {
  margin: 20px auto;
}

.citySectionWrapper .cityWrapper img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.citySectionWrapper .cityWrapper p {
  font-size: 16px;
  margin: 10px 0px;
  color: #ffffff;
}

.citySectionWrapper .cityCount {
  margin-top: 50px;
  padding: 20px;
  padding-bottom: 0px;
  border-top: 1px solid #ffffff6c;
  color: #F5D100;
}

.serviceWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto;
  padding: 30px;
}

.serviceWrapper .serviceText {
  margin-left: 20px;
}

.serviceWrapper .serviceText h5 {
  font-size: 24px;
  font-weight: bold;
}

.serviceWrapper .serviceText p {
  margin: 5px 0px;
}

.serviceWrapper .serviceText a {
  color: #e14002;
  font-weight: bold;
}

.startUpWrapper .satrtUpText {
  margin-top: 20px;
}

.startUpWrapper .satrtUpText p {
  margin-top: 14px !important;
}

.form-group .iti.iti--allow-dropdown {
  width: 100% !important;
}

.startUpWrapper .satrtUpText a {
  margin-top: 20px;
  background-color: #e14002;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.startUpWrapper .satrtUpText a:hover {
  background-color: transparent;
  border: 1px solid #e14002;
  color: #e14002;
}

.EntrepreneurialWrapper {
  padding: 40px 0;
}

.Entrepreneurial-ui {
  border-radius: 22px;
  height: 445px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  transition: all 350ms ease;
}

.Entrepreneurial-ui:hover {
  transform: scaleX(1.02) scaleY(1) translateY(-6px);
}

.Entrepreneurial-ui img {
  width: 150px;
  height: auto;
}

.Entrepreneurial-ui h1 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 800;
}

.Entrepreneurial-ui h2 {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}

.Journey-bg {
  background-color: #ffe979;
}

.Journey-bg a {
  background-color: #e2cb58;
}

.Kick-bg {
  background-color: #b7f598;
}

.Kick-bg a {
  background-color: #96e271;
}

.building-bg {
  background-color: #7ed5f0;
}

.building-bg a {
  background-color: #55abc5;
}


.EntrepreneurialWrapper a {
  color: #000;
  padding: 10px 40px;
  border-radius: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 1rem;
  margin-top: 1rem;
}



.Partners .PartnersWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #18335e;
  padding: 20px;
  border-radius: 20px;
  margin: 20px auto;
}

.Partners .PartnersWrapper .PartnersText h3 {
  margin-left: 30px;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .registraionFormWrapper .registrationForm {
    width: 100%;
    margin: 20px;
  }

  #fssai .modal-content,
  #partnermenu .modal-content,
  #BankAccount .modal-content {
    min-width: 100%;
  }

  .startUpWrapper .satrtUpText p,
  .Partners p {
    text-align: center;
    font-size: 16px;
  }

  .Partners .PartnersWrapper .PartnersText h3 {
    font-size: 16px;
  }
}

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

.slide-buss img.img-fluid {
  width: 100%;
  margin: 0 auto;
}

.bussiness-slider {
  margin-top: 81px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bussinesBecome {
  font-size: 4.4rem;
  font-weight: 900;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.bussines {
  padding: 30px;
  background-color: rgb(255 255 255 / .95);
  border: 1px solid #eee;
  margin: 20px 20px 0;
  border-radius: 3rem;
  /* box-shadow: 0 0px 10px 3px #00000021; */
}

.bussines-heading {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.bussines-p {
  margin-bottom: 2rem;
}

form.bussines_form input.form-control,
form.bussines_form select.form-control,
form.bussines_form button[type="button"] {
  height: 60px !important;
  border-radius: 15px;
  box-shadow: 0 22px 55px 0 rgb(103 103 103 / 5%);
  border: solid 1px #e8e8e8;
  
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: normal;
  color: #151517;
  outline: none !important;
}

form.bussines_form .btn[type="submit"] {
  padding: 0.7rem;
  width: 100%;
  border-radius: 10px;
  font-size: 1.5rem;
  margin-top: 1rem;
  background-color: #d90217
}

form.bussines_form .btn[type="submit"].focus,
form.bussines_form .btn[type="submit"]:focus,
form.bussines_form .btn[type="submit"]:hover {
  outline: none !important;
  border-color: transparent !important
}

.whySection {
  margin-top: 5rem;
}

.Whytoptext {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #d90217;
  text-align: center;
}

.WhyGrowth {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-align: center;
}

.Growthtitle {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}

.Leading-heading {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.Leading-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 5rem;
}

.Seamless-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}

.card-num {
  min-width: 120px;
  max-width: 120px;
  height: 136px;
  color: #fff;
  background-color: #d90016;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}

h3.num-heading {
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (max-width: 400px) {
  .bussinesBecome {
    font-size: 2.5rem !important;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .bussines {
    padding: 20px !important;
    margin: 0 !important;
    border-radius: 1rem !important;
  }

  .bussines-heading {
    font-size: 1.5rem !important;
  }

  .bussines-p {
    font-size: 1rem !important;
    margin-bottom: 1px !important;
  }

  .whySection {
    margin-top: 1rem !important;
  }

  .Whytoptext {
    font-size: 1.5rem !important;
  }

  .WhyGrowth {
    font-size: 2rem !important;
  }

  .Growthtitle {
    font-size: 1rem !important;
    margin-bottom: 0rem !important;
  }

  section {
    margin-bottom: 30px !important;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .Leading-heading {
    font-size: 1.5rem !important;
  }

  .Leading-title {
    font-size: 1rem !important;
  }

  .solutionHeadingWrapper h3 {
    font-size: 1.5rem !important;
  }

  .solutionHeadingWrapper p {
    margin-top: 0.5rem;
    font-size: 16px !important;
  }

  .myFaqss h4.panel-title {
    font-size: 1rem !important;
  }
}

.francBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 1rem 0.5rem;
  width: 100%;
  border-radius: 10px;
  font-size: 1.5rem;
  margin-top: 1rem;
  background: #f4f4f4 !important;
  cursor: pointer;
}

.francBtns:hover {
  background: #d90217 !important;
}

.francBtns i {
  font-size: 17px;
}

.form-group .francBtns:hover  {
  color: #ffffff;
  background-color: #d90217 !important;
}

.francBtns p {
  font-size: 16px;
  font-weight: bold;
}

.francBtns-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
}

#fssai .modal-dialog-centered,
#partnermenu .modal-dialog-centered,
#BankAccount .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

#fssai .modal-content,
#partnermenu .modal-content,
#BankAccount .modal-content {
  min-width: 600px;
}

.uploada {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.Upload_img {
  height: 180px;
  border: 1px dashed #d4d4d6;
  border-radius: 12px !important;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.Upload_img i.far.fa-file-image {
  font-size: 3rem;
}

.Upload_img p {
  font-size: 1.2rem;
  font-weight: 300;
}

.Upload_img {
  position: relative;
}

.Upload_img input.form-control {
  position: absolute;
  opacity: 0;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
}

.Upload_img p span {
  color: #d90217;
}

.Upload_img p._fileUploadHint_22il9_42 {
  font-size: 1rem;
  color: #878c9b;
  font-weight: 200 !important;
}

.francBtns-cancel {
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: 10px;
  font-size: 1.3rem;
  margin-top: 1rem;
  background-color: #f4f4f4;
}

.francBtns-danger {
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: 10px;
  font-size: 1.3rem;
  margin-top: 1rem;
  background-color: #d90217;
  color: #ffffff !important;
}