:root {
  --primary-color: #00c8e0 !important;
  --color-black: #000b16;
}

.bg_dark {
  background: var(--color-black);
}

.about_area {
  position: relative;
}
.about_area h2.big-title {
  font-size: 50px !important;
  text-align: center;
  width: 100%;
  margin: 0 0 1rem;
}
.about_area .about_para {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.about_area .core-feature-img {
  position: absolute;
  right: 0;
  top: -100px;
}

.vis_mis_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 3rem auto 0;
  max-width: 70%;
  gap: 30px;
}
.vis_mis_main .vis_mis {
  text-align: center;
  background: #00C8E0;
  padding: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.vis_mis_main .vis_mis figure {
  margin: 0 0 1rem;
  height: 60px;
  display: inline-flex;
  align-items: flex-end;
}
.vis_mis_main .vis_mis figure img {
  width: 60px;
}
.vis_mis_main .vis_mis article .head {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  margin: 0.5rem 0 1rem;
}
.vis_mis_main .vis_mis article p {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  max-width: 300px;
  margin: 0 auto;
}

.about_logo {
  width: 100%;
  text-align: center;
}
.about_logo img {
  width: 150px;
}

.products_card_sec {
  background: url(../img/products/products_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 110px 0 0;
  position: relative;
}

.bottom_logo {
  width: 80px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.bottom_logo img {
  width: 100%;
}

.products_robo {
  max-width: 75%;
  margin-right: -50px;
}

.prod_main {
  display: flex;
  justify-content: space-between;
}
.prod_main .prod_content_area {
  width: 60%;
}
.prod_main .prod_robo_area {
  width: 38%;
  display: inline-flex;
  justify-content: flex-end;
}

.snax_logo {
  width: 300px;
}
.snax_logo img {
  width: 100%;
}

.prod-title {
  margin: 5px 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #00c8e0 !important;
}

.prod-title-para {
  max-width: 540px;
  font-size: 15px;
}

.option_list_robo .options_list_main .options_list .work-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.option_list_robo .options_list_main .options_list .work-item .icon-box {
  width: 53px;
  height: 53px;
  background: var(--primary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 13px;
  line-height: 17px;
}
.option_list_robo .options_list_main .options_list .work-item .icon-box img {
  width: 100%;
}
.option_list_robo .options_list_main .options_list .work-item .prod_content .title {
  line-height: 22px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-color) !important;
}
.option_list_robo .options_list_main .options_list .work-item .prod_content p {
  font-size: 15px;
}

.perks-and-benefits.v1 .perks-and-benefits-item .perks-icon ~ .card-title {
  font-size: 24px;
  line-height: 32px;
}

.perks-and-benefits.v1 .perks-and-benefits-item .card-para, .perks-and-benefits.v2 .perks-and-benefits-item .card-para {
  font-size: 16px;
  line-height: 24px;
}

.perks-and-benefits.v1 .perks-and-benefits-item {
  text-align: center;
  margin-top: 0;
}

.flow_main {
  padding: 130px 0;
  position: relative;
  z-index: 2;
  background: url(../img/action-bg.jpg) center center no-repeat;
  background-size: cover;
}

.section_head_area {
  text-align: center;
  margin: 0 0 1rem;
}
.section_head_area .subtitle {
  font-size: 22px;
}
.section_head_area .mainTitle {
  font-size: 46px;
  font-weight: 700;
}
.section_head_area .mainTitle img {
  width: 290px;
  margin: -11px 0 0;
}

.howToItWork .howToItWork-left-cards li ~ li {
  margin-top: 42px;
  margin-bottom: 50px;
}

.media_article {
  border: 1px solid rgba(221, 221, 221, 0.2588235294);
  border-radius: 10px;
  padding: 20px 20px;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}
.media_article .media_logo {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 25px 0;
}
.media_article .media_logo img {
  object-fit: contain;
  width: 70%;
}
.media_article .media_heading {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 1rem;
  text-align: center;
  font-weight: 500;
}
.media_article .read_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px dashed rgba(255, 255, 255, 0.0901960784);
  padding: 7px 0 0;
  margin: 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  right: 0;
}
.media_article .read_more a {
  color: #fff;
}
.media_article .read_more a .more_icon {
  width: 5px;
  margin: -1px 0 0 6px;
}

.core-feature.v1 {
  background: #013F78;
}

.why-fincatch .why-fincatch-card {
  background: #013f78;
}

.interested-our-team,
.your-voice-area {
  background: #013f78;
}

.interested-our-team.v1 .interested-team-card {
  background: #0857a0;
}

.howToItWork .howToItWork-right-contant-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 1400px) {
  .banner.v1 .banner-img {
    width: 450px;
    bottom: 0;
  }
}
@media (max-width: 1400px) {
  .banner.v1 .banner-img {
    width: 400px;
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .products_robo {
    max-width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .media_article_main {
    margin: 0 0 2rem;
  }
}
@media (max-width: 991px) {
  .about_area h2.big-title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .vis_mis_main {
    max-width: 100%;
  }
  .option_list_robo {
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .banner.v1 .banner-content {
    padding: 110px 0px 60px 0px;
  }
  .banner.v1 .big-title ~ .title-para {
    margin-top: 8px;
  }
  .section-title ~ .all-btns {
    margin-top: 30px;
  }
  .link-anime.v1, .btn-anime.v1 {
    padding: 9px 20px;
    font-size: 13px;
  }
  .media_article .media_logo img {
    width: 60% !important;
  }
  .about_logo img {
    width: 90px;
  }
  .about_area h2.big-title {
    font-size: 26px !important;
    line-height: 38px !important;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  .title-left-right-center, .title-left-right-end {
    gap: 20px;
  }
  .vis_mis_main .vis_mis article .head {
    font-size: 20px;
  }
  .vis_mis_main .vis_mis article p {
    font-size: 14px;
    line-height: 18px;
  }
  .big-title {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
  .core-feature.v1 .core-list-card .title-para {
    font-size: 14px;
    line-height: 22px;
  }
  .snax_logo {
    width: 150px;
  }
  .products_card_sec {
    padding: 60px 0 0;
  }
  .prod-title {
    font-size: 28px;
    line-height: 30px;
    margin: 20px 0 20px;
  }
  .prod-title-para {
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .prod_main {
    flex-direction: column;
    position: relative;
  }
  .prod_main .prod_content_area {
    width: 100%;
  }
  .prod_main .prod_robo_area {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.2;
  }
  .why-fincatch .why-fincatch-card .card-icon ~ .card-title, .howToItWork .howToItWork-left-cards .card-head .head-title, .core-feature.v1 .core-list-card .big-title {
    font-size: 22px;
    line-height: 30px;
  }
  .why-fincatch .why-fincatch-card {
    padding: 30px 15px 20px 15px;
  }
  .why-fincatch .why-fincatch-card .card-para {
    font-size: 14px;
    line-height: 22px;
    max-width: 80%;
    margin: 0 auto;
  }
  .howToItWork .howToItWork-left-cards .content-text {
    margin-top: 0;
  }
  .howToItWork .howToItWork-left-cards .card-head .head-title ~ .title-para {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .howToItWork .howToItWork-right-contant-img {
    text-align: center;
  }
  .howToItWork .howToItWork-right-contant-img img {
    max-width: 60%;
    margin: 0 auto;
  }
  .flow_main {
    padding: 70px 0;
  }
  .section_head_area .subtitle {
    font-size: 16px;
  }
  .section_head_area .mainTitle img {
    width: 220px;
    margin: -11px 0 0;
  }
  .section_head_area .mainTitle {
    font-size: 34px;
    font-weight: 700;
  }
  .flow-img {
    margin-top: 20px;
  }
  .section_head_area {
    margin: 0 0 1.2rem !important;
  }
  .interested-our-team.v1 .interested-team-card .interested-team-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer-main-content h6.text {
    font-size: 13px !important;
  }
  .footer-section.v1 {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .vis_mis_main {
    flex-direction: column;
    display: flex;
    max-width: 400px;
  }
  .bottom_logo {
    bottom: 15px;
  }
}

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