@import url("https://fonts.googleapis.com/css2?family=Anton&amp;family=Poppins&amp;display=swap");

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

body {
  font-family: 'Poppins', sans-serif;
  /* background-image: linear-gradient(30deg, #ef008f, #6ec3f4, #7038ff, #ffba27); */
}



.btn-init {
  font-size: 22px;
  padding: 10px 32px;
  background-color: #00AA69;
  font-weight: bold;
}

.al-center {
  text-align: center;
}

.al-right {
  text-align: right;
}

.sm-heading {
  font-size: 16px;
  font-weight: bold;
}

.sm-heading-child {
  font-size: 14px;
}

.wid-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wid-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.wid-50 {
  width: 50%;
}

.bl-center {
  margin-left: auto;
  margin-right: auto;
}

.m-center {
  margin-left: auto;
  margin-right: auto;
}


.flex-center{
  display: flex;
  align-items: center;
}

.menu__container {
  box-shadow: inset 0px 0px 5px 1px lightgrey;
}

.tip {
  box-shadow: inset 0px 0px 5px 20px #1bd50c;
}

.initant_header nav ul {
  margin-bottom: 0px;
}

.initant_header .btn-success {
  font-size: 15px;
  color: white;
  text-decoration: none;
}

.initant_header header {
  height: 100px;
  display: flex;
  padding: 1.5rem 3rem;
  justify-content: space-around;
  align-items: center;
}

.initant_header .nav__links {
  display: flex;
  list-style: none;
  color: black;
  font-weight: 700;
}

.initant_header .nav--link {
  padding: 0 1rem;
  transition: opacity 100ms linear;
  cursor: pointer;
}

.initant_header .btn {
  border-radius: 2rem;
  font-weight: bold;
}

.initant_header .arrow {
  width: 20px;
  height: 10px;
  position: relative;
  transform: translateX(-4px);
}

.initant_header .line {
  position: absolute;
  top: 46%;
  right: 0;
  height: 2px;
  width: 7px;
  background-color: #fff;
  transform-origin: 100% 50%;
}

.initant_header .arrow--sideUp {
  transform: rotate(45deg);
}

.initant_header .arrow--sideDown {
  transform: rotate(-45deg);
}

.initant_header .arrow--hoverLine {
  width: 12px;
  transform: scale(0);
}

.initant_header .arrow,
.initant_header .line {
  transition: transform 100ms ease-in;
}

.initant_header .btn--primary:hover {
  background-color: #ffffff65;
}

.initant_header .btn:hover .arrow {
  transform: none;
}

.initant_header .btn:hover .arrow--hoverLine {
  transform: scale(1);
}

.tip {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  top: 4.15rem;
  left: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: transform 100ms linear;
  opacity: 0;
}

.initant_header .header__expandMenu {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  width: 95%;
  height: 90%;
  transform-origin: 0%;
  transform: translateX(-50%) rotate3d(1, 0, 0, -15deg);
  background-color: white;
  border-radius: 0.5rem;
  perspective: 100px;
  transition: width 250ms ease, height 250ms ease, opacity 150ms ease,
    transform 200ms ease-in;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.initant_header .menu__container {
  width: 100%;
  height: 100%;
  background-color: white;
}

.initant_header .menu__container>* {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 1.5rem;
  overflow: hidden;
  transform: translateX(-35%);
  transition: transform 250ms linear, opacity 250ms ease;
  opacity: 0;
}

.initant_header #products,
.initant_header #use-cases {
  display: grid;
  grid-template-columns: repeat(3, 300px);
}

.initant_header #developers,
.initant_header #company {
  display: grid;
  grid-template-columns: repeat(2, 225px);
  row-gap: 2rem;
}

.initant_header .item--one {
  grid-column: span 2;
}

.initant_header .nav--link a{
  text-decoration: none;
}
.initant_header .nav--link a:hover {
  border: 0px;
  text-decoration: none;
}

/* .initant_header #use-cases {
  width: 450px;
} */

.initant_header .subMenu__items {
  list-style: none;
}

.initant_header .title {
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
}

.initant_header .subMenu--item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.initant_header .label__container {
  margin-left: 0.75rem;
}

.initant_header .label {
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(0, 0, 73, 0.644);
  display: flex;
}

.initant_header .label--desc {
  font-size: 0.9rem;
  color: rgb(83, 83, 83);
  transform: translateY(-3px);
  transition: color 100ms ease;
}

.initant_header .subMenu--item+.subMenu--item {
  margin-top: 1.5rem;
}

.initant_header .icon--production {
  transform: translateY(-55%) scale(1.1);
}

.initant_header .right--arrow {
  width: 12px;
  transform: translateY(1px) scale(0, 1);
  transition: transform 150ms ease-in-out;
}

.initant_header .subMenu--item:hover .right--arrow {
  transform: translateY(1.75px) scale(1);
}

.initant_header .subMenu--item:hover .label--desc {
  color: black;
}

.initant_header .active {
  z-index: 1;
  opacity: 1;
  transform: translatex(-50%);
}

.initant_header .prev {
  transform: translateX(-65%);
}

.initant_header .expand {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) rotateX(0);
}

.initant_header .hover {
  opacity: 0.5;
}

.initant_header .new--expand {
  transition: opacity 150ms ease, transform 150ms ease-in;
}

.initant_header .first {
  transition: none;
}

.initant_header .sec--menu .subMenu--item+.subMenu--item {
  margin-top: 0.5rem;
}

.initant_header .sec__title {
  color: grey;
  margin-bottom: 0.65rem;
}

.initant_header .sec__links {
  list-style: none;
  padding: 0 0 0.2rem 0;
}

.initant_header .sec__links>li {
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 400;
}

.initant_header .sec__links--container {
  padding-left: 2rem;
}

.initant_header .more__info {
  grid-column: span 2;
}

.initant_header .more__links {
  padding-left: 1.5rem;
}

.initant_header a {
  text-decoration: none;
  display: block;
  color: rgb(0, 0, 73);
}

.initant_header a:hover {
  text-decoration: none;
}

.initant_header {
  position: relative;
  z-index: 500;
}

.mobileNav{
  margin-top: 30px;
}

.initant_header .m-drop a:hover {
  background-color: #00AA69!important;
}

.offering {
  padding: 150px 0px;
}

.offering .container {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.offer-Heading,
.company-history-Heading {
  font-family: 'Anton', sans-serif;
  font-size: 11vh;
  margin-bottom: 44px;
}
.web .company-history-Heading {
  text-align: center;
}

.offer-description {
  font-size: 2.6vh;
  line-height: 48px;
}

.offering-feature .offering-feature-box {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.offerBox {
  position: relative;
}

.offerBox .offerBoxImage {
  overflow: hidden;
  width: 100%;
  border-radius: 26px;
}

.offerBox .offerBoxImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s
}

.offerBox:hover>.offerBoxImage img {
  transform: scale(1.2)
}

.offerBox:hover>.offerBoxContent i {
  padding-left: 10px;
}

.offerBoxContent {
  position: absolute;
  left: 35px;
  bottom: 38px;

}

.offerBoxContent .card-title {
  font-family: 'Anton', sans-serif;
  font-size: 2.5rem;
}

.offerBoxContent i {
  color: #00AA69;
  font-weight: 5rem;
  font-size: 20px;
  margin-right: 30px;
}

.offerBoxContent a {
  text-decoration: none;
  color: white;
  font-weight: 900;
}

.company-history-Heading {
  width: 60%;
  margin: 0px auto 0px auto;
  font-size: 4.5rem;
  margin-bottom: 40px;
}

.company-history-description {
  font-size: 1.4rem;
  text-align: justify;
  margin-top: 90px;
  line-height: 40px;
}

.company-history .container {
  width: 70%;
}

.company-history {
  width: 100%;
  padding: 200px 0px;
}

footer .footer-body,
.con-client .con-client-body {
  width: 80%;
  margin: 0px auto;
}

footer .footer-body li a {
  text-decoration: none;
  color: #6e6e6e;
}

footer p {
  line-height: 25px;
  font-size: 13px;
}

.con-client {
  padding: 120px 0px;
}

.con-client .con-client-body .col {
  display: flex;
  justify-content: end;
}

.footerSocial {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 23px;
  max-width: 300px;
}

.footerSocial a {
  color: black;
}

.footerSocial li {
  margin-top: 25px;
  margin-right: 25px;
}

.contact-list {
  font-size: 16px;
  font-weight: 400;
}

.contact-list li a {
  text-decoration: none;
  color: #6e6e6e;
}

.contact-list li+li,
footer li+li {
  margin-top: 8px;
}

.con-client-header {
  display: flex;
}

.slider .carousel-caption {
  top: 50%;
  left: 0;
  /* transform: translate(50%, 50%); */
}

.slider .carousel-caption h1 {
  font-size: 7vh !important;
  font-family: 'Anton', sans-serif;
  position: absolute;
  top: -50%;
  left: 15%;
  text-align: left;
  width: 60%;
}

.meetInit {
  padding: 100px 0px;
}

.meetInit h1 {
  font-family: 'Anton', sans-serif;
  margin-bottom: 100px;
  font-size: 6rem;
}

.meetInit p {
  font-size: 1.7rem;
  width: 70%;
}

.missionBlock {
  background-color: #1F1F27;
  padding: 30px;
  color: white;
  border-radius: 10px;
}

.missionBlock h1 {
  font-family: 'Anton', sans-serif;
  font-size: 5rem;
  margin-bottom: 40px;
}

.missionBlock p {
  font-size: 1.4rem;
  line-height: 37px;
}

.facts {
  padding: 100px 0px;
}

.ourValues {
  padding: 50px 0px;
}

.ourValues h1,
.facts h1 {
  font-family: 'Anton', sans-serif;
  margin-bottom: 30px;
  font-size: 4rem;
}

.ourValues .ourValuesDescrip,
.facts .factsDescrip {
  font-size: 1.5rem;
  width: 70%;
}

.ourValues .card-title {
  font-family: 'Anton', sans-serif;
  display: flex;
}

.ourValues .card-title .titleText {
  font-size: 2rem;
}

.ourValues .card-title img {
  margin-right: 15px;
}

.ourValues .card-text {
  font-size: 1.1rem;
  line-height: 30px;
  margin-top: 28px;
}

.counter .counterDigit,
.counter .counterDescrip {
  text-align: center;
}

.counter .counterDigit {
  font-size: 6rem;
}

.counter .counterDescrip {
  font-size: 1.4rem;
}

.counterDigit {
  margin-bottom: 0px !important;
}

.faq-accord {
  position: relative;

}

.faq-accord:focus {
  box-shadow: none;
}

.faq-accord::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  background-color: green;
  border-radius: 2px;
  top: 50%;
  left: 60px;
  transform: translateY(-50%) rotate(45deg);
}

.faqPlus::after {
  content: "+";
  color: black;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.faqCol::after {
  content: "-";
  color: black;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.faq-accord span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  color: black;
  font-size: 1.3rem;
}

#faq {
  margin: 50px 0px;
}

#faq .card {
  border: 0px;
  box-shadow: 0px 0px 10px 0px lightgray;
  padding: 16px 0px;
  margin: 17px 0px;
}

#faq .card-header {
  background-color: white;
  border: 0px;
  text-decoration: none;

}

.faqBox {
  padding: 100px 0px;
}

.faqBox h1 {
  font-family: 'Anton', sans-serif;
  font-size: 4rem;
  margin-bottom: 50px;
  line-height: 81px;
}

.faqBox p {
  font-size: 1.5rem;
}

.faqBox .faqBoxContainer {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}


.heading {
  font-family: 'Anton', sans-serif;
  font-size: 6rem;
}

.md-heading {
  font-family: 'Anton', sans-serif;
  font-size: 4.5rem;
}

.webHeader {
  border-bottom: 1px solid white;
}

.webHeader h1 {
  margin-bottom: 10px !important;
}

.breadCrumbs {
  margin-bottom: 60px;
}

.breadCrumbs ul {
  display: flex;
  color: white;
}

.breadCrumbs ul li {
  margin-right: 15px;
}

.breadCrumbs ul li a {
  text-decoration: none;
  color: white;
}

.breadCrumbs ul .arrow {}

.reviewSection {
  padding: 150px 0px;
  height: 80vh;
}

.imgSide {
  display: flex;
}

.codeText {
  font-size: 13px;
  line-height: 23px;
}

.caseStudy {
  margin-top: -60px;
}

.stackTech {
  padding: 100px 100px;
}
.stackTech li {
  position: relative;
  padding: 8px 25px;
}

.stackTech li::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  background-color: green;
  border-radius: 2px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
}

.stackBox {
  display: flex;
  justify-content: space-between;
}

.stackBox h6 {
  font-size: 1rem;
  font-weight: bold;
}

.midBanner {
  margin-top: 150px!important;
}
.midBanner .containers {
  background-image: url('../jpg/midbanner.jpg');
  font-family: 'Anton', sans-serif;
  width: 80%;
  height: 450px;
  display: flex;
  align-items: center;
}

.midBanner h1 {}

.platform .content {
  width: 100%;
}

.platform .content h2 {
  font-weight: bold;
  margin-bottom: 40px;
}

.platform .content p {
  line-height: 35px;
  text-align: justify;
}

.platform .carousel {
  margin-top: 100px;
}

.caro-multiple_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.platform .numberPattren h1 {
  font-size: 10rem;
}

.platform .carousel-indicators li {
  background-color: lightgreen;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid green;
}

.platform .carousel-indicators{
  bottom: -16%;
}
.stackTech {
  margin: 100px 0px;
}

.mapSet{
  background-color: black;
  padding: 100px 0px;
}
.bgImage{
  height: 80vh;
  background-image: url('../png/contact-banner.png');
}



.bot {
  position: fixed;
  z-index: 600;
  bottom: 120px;
  left: -25px;
  background-color: #13a91b;
  cursor: pointer;
  transform: rotate(-90deg);
  padding: 5px 15px;
  color: white;
  font-size: 13px;
}

.botPannel {
  width: 400px;
  height: 100vh;
  position: fixed;
  top: 0px;
  bottom: 0px;
  background-color: black;
  z-index: 700;
  margin-left: -400px;
}


.botPannel .contactUs .c-grid{
  grid-column: 1 / 3;
}

.botPannel .contactUs .form-input{
  padding: 0.4rem;
}

.botPannel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.botPannel .contactUs {
  padding: 0px;
}

.botPannel .contactUs .btn-init {
    font-size: 15px;
    padding: 5px 0px;
}


.reviewSection h1{
  font-size: 5rem;
}

.closePanel {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}



.contactUs {
  background-color: black;
  padding: 100px 0px;
}

.contactUs h1 {
  color: white;
  text-align: center;
  font-family: 'Anton', sans-serif;
  font-size: 5rem;
}

.contactUs .contain {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}


.contactUs .contact-wrapper {
  margin: auto 0;
}

.contactUs .submit-btn {
  float: left;
}

.contactUs .reset-btn {
  float: right;
}

.contactUs .form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid #ec1c24;
}

.contactUs .highlight-text {
  color: #ec1c24;
}

.contactUs .hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.contactUs .highlight-text-grey {
  font-weight: 500;
}

.contactUs .email-info {
  margin-top: 20px;
}

.contactUs ::-webkit-input-placeholder {
  /* Chrome */
  font-family: 'Roboto', sans-serif;
}

.contactUs .required-input {
  color: black;
}

@media (min-width: 600px) {
  .contactUs .contain {
    padding: 0;
  }
}

.contactUs h3,
.contactUs ul {
  margin: 0;
}

.contactUs h3 {
  margin-bottom: 1rem;
}

.contactUs .form-input,
.contactUs textarea {
  width: 100%;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.contactUs .wrapper>* {
  padding: 1em;
}


.contactUs ul {
  list-style: none;
  padding: 0;
}

.contactUs .contacts {
  color: #212d31;
}

/* .contactUs .form {
  background: #fff;
} */

.contactUs form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.contactUs form label {
  display: block;
}

.contactUs form p {
  margin: 0;
}

.contactUs .full-width {
  grid-column: 1 / 3;
}

.contactUs button,
.contactUs .submit-btn,
.contactUs .form-input,
.contactUs textarea {
  padding: 1em;
}



.contact-descrip {
  color: white;
}

.contact-descrip h1 {
  font-size: 2.5rem;
}

.contact-descrip p {
  font-size: 1.3rem;
  text-align: justify;
  line-height: 40px;
}



.platform .slidestab {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.platform .slidestab .sTab .tabContent h1 {
  font-size: 1.7rem;
  margin-left: 50px;
}

.platform .slidestab .sTab {
  padding: 40px;
}

.platform .slidestab .sTab .tabContent {
  cursor: pointer;
  display: flex;
}

.tabOpacity {
  opacity: 0.3;
}

.tabBottomBorder {
  border-bottom: 5px solid #28A745;
}







.statistic-item .statistic-item-number {
  font-family: Roboto Condensed,sans-serif;
  font-size: 142px;
  font-weight: 700;
  letter-spacing: -3.55px;
  color: #54be57;
}

.statistic-item .statistic-item-text {
  font-family: Roboto Condensed,sans-serif;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: -.82px;
  line-height: 1.2;
  opacity: .3;
  color: #fff;
  margin-left: 65px;
}

.carousel-card {
  border-radius: 5px;
  background-color: #12131a;
  padding: 30px 30px;
}
.title--section{
  font-weight: bold;
}

.scale-up-top {
  -webkit-animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.bg-bl {
  background-color: black;
}

.cl-black {
  color: black!important;
}

.cl-green {
  color: #00AA69;
}

.cl-white {
  color: white;
}



/* ----------------------------------------------
 * Generated by Animista on 2022-11-11 17:15:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}

@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}












@media (max-width: 1100px) {
  .initant_header #products {
    grid-template-columns: repeat(2, 300px);
    row-gap: 2rem;
    height: 660px;
  }
}

@media (max-width: 1300px) {
  .faqBox .faqBoxContainer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}



@media screen and (max-width: 992px) {
  .initant_header {
    display: none;
  }

  .navbar {
    display: block !important;
  }

  .offering-feature-box .col-lg-4 {
    margin-bottom: 50px;
  }

  .company-history-Heading {
    width: 90%;
  }

  .removal {
    display: none;
  }

  .init-block {
    display: block;
  }

  .full-w {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .full-w .btn {
    display: inline-block;
  }

  .con-client-header {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .reviewSection h1{
    font-size: 4rem;
  }
  .midBanner .containers {
    width: 100%;
  } 
}

@media screen and (max-width: 768px) {
  footer .col-md-8 {
    margin-bottom: 100px;
  }

  .company-history .container {
    width: 90%;
  }
  .company-history{
    padding: 50px 0px;
  }

  .company-history h1 {
    font-size: 4rem;
    margin-bottom: 0px;
  }
  .company-history .company-history-description {
    margin-top: 30px;
    text-align: left;
  }

  .reviewSection .heading {
    font-size: 3rem;
  }

  footer .al-right {
    display: block !important;
    text-align: center;
    font-size: 20px;
  }

  .contactUs .contain {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
  }

  .contactUs .c-grid {
    grid-column: 1 / 3;
  }

  

  .webHeader h1{
    text-align: center;
  }
  .webHeader .breadCrumbs ul{
    justify-content: center;
  }
  .webHeader p{
    text-align: center;
    width: 100%;
  }
  .reviewSection .resp-set{
    margin-top: 50px;
  }

  .caseStudy{
    margin-top: 0px;
    width: 100%;
  }
  .caseStudy>div {
    width: 100%;
  }

  .platform .slidestab{
    flex-wrap: wrap;
  }

  .platform .carousel-indicators
  {
    bottom: -45px;
  } 
  .stackBox{
    flex-wrap: wrap;
    justify-content:space-between;
  }
  .reviewSection{
    height: auto;
  } 
  .platform .carousel h2{
    margin-top: 70px;
  }
  .aboutMeet h1 {
    text-align: center;
  }
  .aboutMeet p {
    text-align: center;
    width: 100%;
  }
  .ourValues h1 {
    text-align: center;
  }
  .ourValues .ourValuesDescrip {
    text-align: center;
    width: 100%;
  }

  .facts h1 {
    text-align: center;
  }
  .facts .factsDescrip {
    text-align: center;
    width: 100%;
  }
  .facts .counter {
    border: 0px!important;
  }
  .contact-descrip {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .faq-accord::before {
    top: 50%;
    left: 25px;
   
  }
  

  .faq-accord span {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50px;
      color: black;
      font-size: 1.3rem;
      width: 70%;
  }

  .offer-Heading {
    font-size: 4rem;
  }
  .offering .container {
    width: 90%!important;
  }
  .statistic-item .statistic-item-text{
    margin-left: 10px;
  }
  .statistic-item{
    justify-content: space-around;
  }
  .statistic-item .statistic-item-number {
    font-family: Roboto Condensed,sans-serif;
    font-size:  85px;
    font-weight: 700;
    letter-spacing: -3.55px;
    color: #54be57;
  }

  #faq .card {
    padding: 35px 0px;
  }

  .faqPlus::after {
    content: "+";
    color: black;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
  }
  .faqCol::after {
    content: "-";
    color: black;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
  }

}

@media screen and (max-width: 500px) {
  .webHeader {
    height: auto;
  }
  .reviewSection h1{
    font-size: 3rem;
  }
  .reviewSection {
    padding: 80px 0px;
  }
  
}