:root {
  --primary-color: #045297;
  --secondary-color: #033f71;
  --blue-secondary: #006dcd;
  --heading-color: #1a1a1a;
  --box-bg: #0558a1;
  --white: #ffffff;
}

/*common */
.primary-text {
  color: var(--primary-color);
}
.white-text {
  color: var(--white) !important;
}
.heading-text {
  color: var(--heading-color);
}
.font-600 {
  font-weight: 600;
}
.line-height-heading {
  line-height: 1.2 !important;
}
.rounded-full {
  border-radius: 50px;
}

.primary-bg {
  background: var(--primary-color) !important;
}
.bg-box {
  background-color: var(--box-bg) !important;
}

.border-none {
  border: none !important;
}

.btn--new {
  background: linear-gradient(
    180deg,
    var(--blue-secondary),
    var(--secondary-color)
  ) !important;
  border: none !important;
}

.download-btn:hover {
  background: #045296 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.download-btn {
  border: 1px solid;
  transition: 0.3s;
}

.download-btn:hover img {
  filter: brightness(0) invert(1);
}

.video--map--container {
  overflow: hidden;
}

.video--map--container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background: transparent;
  border: 10px solid #ffffff;
}

/*end common */

/*header */
.main--header.style1 .header-bottom {
  background: transparent;
}

/*end header */

/*hero banner */
.hero--wrapper {
  margin-top: 0px;
  padding: 50px 0px;
  padding-top: 150px;
}

.hero--wrapper .hero--banner .hero-content > h1 {
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.2;
}

.hero--wrapper .hero--banner .hero-content .btn.style1 {
  border-radius: 50px;
}

.hero--wrapper .hero--banner .hero-content:after {
  display: none;
}

/*end hero banner */

/*who we are */
.who--we-are .wh-content .feature-item-wrap .feature-item .feature-icon {
  background: var(--primary-color);
  width: 60px;
  height: 60px;
  padding: 5px;
}

.who--we-are .wh-content .feature-item-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 10px;
}

.who--we-are .wh-content .feature-item-wrap .feature-item {
  margin: 0;
  display: block;
}

.who--we-are .wh-content .feature-item-wrap .feature-item .feature-text {
  margin-left: 0px;
  padding-top: 10px;
}

.who--we-are .wh-content .feature-item-wrap .feature-item .feature-icon > img {
  filter: brightness(0) invert(1);
}
/*end who we are */

/*what--we--offer */

.what--we--offer .feature-card:hover {
  transform: scale(1.07);
}

.what--we--offer .feature-card:after {
  background: var(--primary-color);
}

.what--we--offer .feature-card:hover .feature-info * {
  color: #fff;
  filter: brightness(0) invert(1);
}

/*end what--we--offer */

/*app download */

.app--download {
  background: var(--primary-color);
  color: #fff;
  border-radius: 0px;
  padding: 80px 20px !important;
}

.app--download .app-btn a > img:hover {
  transform: scale(1.05);
  -webkit-filter: drop-shadow(0px 5px 5px #07335a);
  filter: drop-shadow(0px 5px 5px #07335a);
}

.app--download .app-btn a > img {
  transition: 0.3s;
}

/*end app download */

/*footer business start */
.lets--started {
  background-image: url("../img/bg-business.jpg");
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.lets--started:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background: #000;
  opacity: 0.65;
}

.lets--started > .container {
  position: relative;
  z-index: 1;
}
/*end footer business start */

/* Financing Solutions */
.finacing--solutions--row {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.finacing--solutions .finacing--solutions--row > .finacing--solutions--item {
  border-radius: 20px;
  padding: 30px;
  flex: 1;
  transition: 0.3s;
  border: 2px solid #c6c6c6;

  flex-direction: column;
  gap: 10px;
  max-width: 400px;
}

.finacing--solutions
  .finacing--solutions--row
  > .finacing--solutions--item
  > img {
  width: 60px;
  object-fit: contain;
  height: 60px;
}

.finacing--solutions
  .finacing--solutions--row
  > .finacing--solutions--item:hover {
  transform: scale(1.1);
  background: #ffffff;
  -webkit-box-shadow: 0px 25px 41px 6px rgba(219, 219, 219, 1);
  -moz-box-shadow: 0px 25px 41px 6px rgba(219, 219, 219, 1);
  box-shadow: 0px 14px 22px 6px rgb(240 240 240);
  z-index: 1;
}

.finacing--solutions
  .finacing--solutions--row
  > .finacing--solutions--item
  > .col-10.ps-4 {
  padding-left: 0px !important;
}

/* end Financing Solutions*/

/* smart landing */
.smart--info--item {
  background: #054c8b;
  border-radius: 50px;
  padding: 20px 50px;
  max-width: 1100px;
  justify-content: space-between !important;
  margin: 0 auto;
  margin-bottom: 30px !important;
}
.smart--info--item > .smart--content--item {
  max-width: 500px;
  width: 100%;
  flex: 1;
}

.smart--info--item > .smart--img--item {
  max-width: 400px;
  width: 100%;
  flex: 1;
}

.smart--info--item > .smart--img--item > img {
  width: 100%;
}
/* end smart landing */

/* download app step */
.steps--flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.steps--flow > .steps--item > img {
  max-width: 190px;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}

.steps--flow > .steps--item > .content--step,
.steps--flow > .steps--item > .content--step > p {
  color: var(--white);
}

.steps--flow > .steps--item > .content--step {
  /* margin: 0 auto;
  border: 1px solid rgb(255 255 255 / 16%); */
  padding: 10px;
  /* min-height: 200px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px; */
}

/* .steps--flow > .steps--item:after {
  content: "";
  width: 110px;
  height: 35px;
  position: absolute;
  background-image: url("../img/arrow-next.png");
  top: 0px;
  right: -65px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleY(-1);
} */

.steps--flow > .steps--item:last-child:after {
  display: none;
}

.steps--flow > .steps--item {
  position: relative;
  text-align: center;
}

.steps--flow > .steps--item:before {
  content: "";
  font-size: 5rem;
  font-weight: 800;
  position: absolute;
  top: 1rem;
  left: -0.5rem;
  color: #034884;
  z-index: 1;
}

.steps--flow > .steps--item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 3rem;
  height: 14px;
  left: 50%;
  width: 100%;
  background: #ffffff;

  /* Masking */
  -webkit-mask-image: url("../img/arrow-right.svg");
  mask-image: url("../img/arrow-right.svg");
  /* Animation */
  -webkit-animation: moveArrows 1s linear infinite forwards;
  animation: moveArrows 1s linear infinite forwards;
}

/* Keyframes for animation */
@-webkit-keyframes moveArrows {
  to {
    -webkit-mask-position: 36px 0;
    mask-position: 36px 0;
  }
}

@keyframes moveArrows {
  to {
    -webkit-mask-position: 36px 0;
    mask-position: 36px 0;
  }
}

.steps--flow > .steps--item > img {
  max-width: 103px;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 15px;
  padding: 21px;
}

/* end download app step */

/*leading page*/
.our--leading .our--leading--row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.our--leading .our--leading--row > .our--leading--item {
    /* border-bottom: 1px solid #cecece; */
    border: 1px solid #cecece;
    padding: 40px 20px;
    text-align: left;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    min-height: 200px;
    border-radius: 15px;
}

.our--leading .our--leading--row > .our--leading--item .info--leading--item > p {
    margin: 0px;
    margin-bottom: 5px;
}

.our--leading .our--leading--row > .our--leading--item .info--leading--item > p > span {
    font-weight: 600;
    color: #000;
}

.our--leading .our--leading--row > .our--leading--item .info--leading--item > p > a {
  color: var(--primary-color);
  word-break: break-all;
}

.our--leading .our--leading--row > .our--leading--item .info--leading--item > p > a:hover {
  text-decoration: none;
}

.our--leading .our--leading--row > .our--leading--item:hover {
    background: #ffffff;
    transform: scale(1.1);
    border-color: #f3f3f3;
    box-shadow: 0px 5px 5px 1px #0000000d;
    z-index: 1;
}
/* 
.our--leading .our--leading--row > .our--leading--item:nth-child(3), .our--leading .our--leading--row > .our--leading--item:nth-child(6), .our--leading .our--leading--row > .our--leading--item:nth-child(9) {
    border-right: 0px;
}

.our--leading .our--leading--row > .our--leading--item:nth-child(9), .our--leading .our--leading--row > .our--leading--item:nth-child(8), .our--leading .our--leading--row > .our--leading--item:nth-child(7) {
    border-bottom: 0px;
} */

.our--leading .our--leading--row > .our--leading--item > img {
    max-width: 200px;
    margin-bottom: 15px;
    margin-right: auto;
}

.our--leading .our--leading--row > .our--leading--item h5 {
    color: var(--heading-color);
    margin-bottom: 0px;
}
/*end leading page*/

/* coming soon page */
.coming--soon--page {
  padding-top: 180px;
  background: #fff;
  height: 100vh;
  /* overflow: auto; */
  overflow: hidden;
  background-image: url("../img/hero-bg.jpg");
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming--soon--page:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  opacity: 0.9;
  background: linear-gradient(45deg, #dcefff, #ffffff);
}

.coming--soon--page > .container {
  position: relative;
}

.sub--head {
  display: flex;
  font-weight: 500;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
  font-size: 1.3rem;
  color: #045297;
  align-items: center;
  gap: 10px;
}

.sub--head:before {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background: #045297;
  border-radius: 50px;
}

.text--show {
  background: #045297;
  border-radius: 15px;
  padding: 10px 15px;
  width: fit-content;
  color: #fff;
}

.time-content {
  display: flex;
  gap: 20px;
  font-size: 25px;
  color: #333;
  margin-top: 20px;
}

.number {
  font-size: 2em;
  display: block;
  color: #2d3e50;
  line-height: 5rem;
}

.text {
  font-size: 0.8em;
  color: #777;
}

.days > .time--days {
  display: flex;
  align-items: flex-end;
      margin-left: -8px;
}

.days > .time--days > .number--count {
  font-size: 8rem;
  line-height: 7rem;
}

.days > .time--days > .text-day {
  background: #045297;
  min-height: 30px;
  display: block;
  width: auto;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  line-height: normal;
}

.hours, .minutes, .seconds {
  display: flex;
  align-items: flex-end;
  line-height: normal;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.hours > .number, .minutes > .number, .seconds > .number {
  line-height: 40px;
}

.hours > .text, .minutes > .text, .seconds > .text  {
  line-height: 17px;
}
/* end coming soon page */

/* page heading banner */
.about--bg {
  /*background-image: url("../img/about-us-bg.png");*/
  /* background: linear-gradient(124deg, var(--blue-secondary), var(--secondary-color)) !important; */
  background:var(--primary-color) !important;
}
.page--heading {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
}
.page--heading:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background: #000;
  opacity: 0.5;
}

.page--heading > .container {
  position: relative;
}

.page--heading h1 {
  color: var(--white);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
}

.page--heading p {
  color: var(--white);
}

.page--heading .breadcrumb-menu {
  display: flex;
  color: var(--white);
  gap: 10px;
}

.page--heading .breadcrumb-menu > li > a {
  color: var(--white);
}

.page--heading .breadcrumb-menu > li:not(:last-child):after {
  content: "❯";
  margin-left: 5px;
}

.page--heading > .container > .row {
  max-width: 800px;
  margin: 0;
}
/* end page heading banner */

/* about us */
.content-feature-list.style1 li span {
  background-color: rgb(4 83 149 / 10%);
}
.service-card.style1:after {
  background: var(--primary-color);
}

.service-card.style1:hover * {
  color: var(--white) !important;
  filter: brightness(0) invert(1);
}
.service-card.style1 .service-icon img {
  max-width: 50px;
}
.founder--section .heading--section--founder {
    max-width: 900px;
    margin: 0 auto;
}
.founder--lists {
    display: flex;
    align-items: flex-start;
    max-width: 800px;
    margin: 0 auto;
    gap: 20px;
    margin-top: 50px;
}

.founder--lists > .founder--item > .founder--thum > img {
    width: 100%;
    border-radius: 15px;
    transition: 0.3s;
}

.founder--lists > .founder--item:hover .founder--thum > img {
    transform: scale(1.1);
}

.founder--lists > .founder--item > .founder--thum {
    overflow: hidden;
    border-radius: 15px;
    position:relative;
}

.founder--lists > .founder--item > .founder--thum > .founder--social {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #045295;
    width: 40px;
    height: 40px;
    border-radius: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.founder--lists > .founder--item > .founder--thum > .founder--social > a {
    color: var(--white);
}

.founder--lists > .founder--item {
    flex: 1;
    border: 1px solid #ababab;
    padding: 15px;
    border-radius: 15px;
    background: #f7fbff;
    box-shadow: 0px 5px 21px 2px #00000017;
}

.founder--lists > .founder--item > .founder--info > .founder--name {
    margin-bottom: 0px;
    line-height: normal;
    color: #045297;
    font-size: 28px;
}

.founder--lists > .founder--item > .founder--info > .founder--designation {
    margin-top: 0;
    color: var(--heading-color);
}

.founder--lists > .founder--item > .founder--info {
    padding-top: 10px;
}
.about--info--section .shopping-img-wrap img {
    box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    padding: 10px;
    border-radius: .25rem;
    transform: rotate(-6deg);
}
/* end about us */

/* contact us */
.contact-item .contact-icon {
  background: var(--primary-color);
  padding: 6px;
}

.contact-item {
  border-radius: 15px;
  overflow: hidden;
}
.contact-item .contact-icon img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.contact-item:hover .contact-icon img {
  filter: none;
}
/* end contact us */

/* single post */
.post--thum {
  width: 100%;
  position: absolute;
  top: 0px;
  opacity: 0.3;
  height: 100%;
}

.post--thum > img {
  height: 100%;
  object-fit: cover;
    width: 100%;
    object-position: center;
}
/* end single post */

/* media queries */
@media (min-width: 992px) {
  .steps--flow > .steps--item:after {
    width: 80px;
    right: -50px;
  }
  
}

@media (min-width: 1200px) {
  .steps--flow > .steps--item:after {
    width: 110px;
    right: -65px;
  }
}

@media (max-width: 992px) {
  .steps--flow > .steps--item:not(:last-child):before,
  .steps--flow > .steps--item:not(:last-child):after {
    display: none;
  }
  .steps--flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .coming--soon--page > .container > .row {
    flex-direction: column;
    align-items: flex-start !important;
    row-gap: 30px;
	}
	.coming--soon--page{
		height: auto;
		overflow: hidden;
    padding-top: 200px;
	}
	.about--info--section .shopping-img-wrap img{
      transform:none;
      margin-bottom: 30px;
  }
  .our--leading .our--leading--row {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }

  .our--leading .our--leading--row > .our--leading--item {
    border: 1px solid #cecece !important;
  }
}

@media (max-width: 768px) {
  .page--heading h1{
    font-size: 30px;
  }
  .page--heading > .container > .row > .col-12 {
    padding: 0px;
  }
  .finacing--solutions--row {
    flex-direction: column;
  }
  .finacing--solutions .finacing--solutions--row > .finacing--solutions--item {
    max-width: 100%;
    margin: 0 !important;
  }
  .smart--info--item {
    margin-bottom: 15px !important;
  }
  .coming--soon--page{
    padding-top: 100px;
  }
  	.founder--lists {
    flex-direction: column;
	}
	
	.app--download{
	    padding:20px 15px !important;
	}

  .our--leading .our--leading--row {
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .steps--flow {
    grid-template-columns: repeat(1, 1fr);
  }
}
