.industrySec {
  margin-bottom: 40px;
}

.industrySec .indusText {
  margin-bottom: 32px;
  text-align: center;
}

.industrySec .indusText .head2 {
  font-weight: bold;
  font-size: calc(32px + 32*(100vw - 360px)/1440);
  line-height: calc(48px + 38*(100vw - 360px)/1440);
  font-family: var(--rubik);
  color: #333333;
  margin-bottom: 24px;
}

.industrySec .indusText .para {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #666666;
}

.industrySec .indusText .primaryBtn {
  margin: 0 auto;
}

.industrySec .indusListOuter {
  margin-bottom: 28px;
}

.industrySec .indusListOuter ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.industrySec .indusListOuter ul .indusListItem {
  margin-right: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #6B8EF5;
}

.industrySec .indusListOuter ul .indusListItem:last-child {
  margin-right: 0px;
}

.industrySec .indusRightSec {
  margin-top: 40px;
  border-radius: 24px;
  margin-bottom: 50px;
}

.industrySec .indusRightInner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.industrySec .indusRightInner::before {
  content: '';
  background: #F7F9FF;
  border-radius: 24px;
  width: 80%;
  height: 110%;
  position: absolute;
  margin: 0 auto;
  left: 35px;
}

.industrySec .indusRightInner .IndVideo {
  width: 100%;
  position: relative;
}

.industrySec .indusRightInner .IndVideo .playImg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.productOffer {
  text-align: center;
  background: #F9F9F9;
  padding: 32px 0px 46px;
  margin-bottom: 40px;
}

.productOffer .proHead {
  margin-bottom: 36px;
}

.productOffer .proHead .head2 {
  font-weight: bold;
  font-size: calc(32px + 16*(100vw - 360px)/1440);
  line-height: calc(38px + 26*(100vw - 360px)/1440);
  font-family: var(--rubik);
  color: #333333;
  margin-bottom: 12px;
}

.productOffer .proHead .para {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.productOffer .proDesign {
  margin-bottom: 40px;
}

.productOffer .proDesign:last-child {
  margin-bottom: 46px;
}

.productOffer .proDesign .designIconSec {
  margin-bottom: 8px;
}

.productOffer .proDesign .designIconSec .designIcon {
  max-width: 48px;
}

.productOffer .proDesign .designContent .head5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #333333;
}

.productOffer .proDesign .designContent .para {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.productOffer .proDesign .designContent ul {
  padding-left: 15px;
}

.productOffer .proDesign .designContent ul li {
  list-style-type: disc !important;
}

.productOffer .offerImgSec {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 24px;
}

.productOffer .offerImgSec .offerImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ourPro {
  margin-bottom: 60px;
}

.ourPro .proDeatilSec {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-bottom: 32px;
}

.ourPro .proDeatilSec .proDetail {
  position: relative;
  background: rgba(30, 134, 255, 0.45);
}

.ourPro .proDeatilSec .proDetail .proTxt {
  position: absolute;
  top: 25px;
  left: 20px;
}

.ourPro .proDeatilSec .proDetail .proTxt .head5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.ourPro .proDeatilSec .proDetail .proTxt .head2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.ourPro .proDeatilSec .proDetail .proTxt .proLink {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: underline;
  display: none;
}

.ourPro .proDeatilSec .proDetail .proImgSec .proImg {
  width: 100%;
  height: 100%;
}

.ourPro .proDeatilSec .proDetail:hover .proImg {
  opacity: 0.5;
}

.ourPro .proDeatilSec .proDetail:hover .proLink {
  display: block;
}

.ourPro .primaryBtn {
  background: #3371F2;
  border-radius: 8px;
  max-width: 160px;
  margin: 0 auto;
}

.productWithUs {
  margin-bottom: 40px;
}

.productWithUs .withUsHead {
  text-align: center;
  margin-bottom: 24px;
  padding: 0 30px;
}

.productWithUs .withUsHead .head2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 16px;
}

.productWithUs .withUsHead .para {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 24px;
}

.productWithUs .withPagination {
  padding: 0 0px 30px;
  text-align: left;
}

.productWithUs .withPagination .paginationPara {
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  color: #333333;
}

.productWithUs .withPagination .paginationSpan {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #CCCCCC;
}

.productWithUs .withCarouselSec {
  padding-left: 30px;
}

.productWithUs .withCarouselSec .caroselImgSec {
  width: 100%;
  height: 300px;
}

.productWithUs .withCarouselSec .caroselImgSec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productWithUs .withCarouselSec .caroselTxtSec {
  width: 100%;
}

.productWithUs .withCarouselSec .caroselTxtSec .head5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #333333;
}

.productWithUs .withCarouselSec .caroselTxtSec .caroSpan {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 20px;
}

.productWithUs .withCarouselSec .caroselTxtSec .para {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.productWithUs .withCarouselSec .slick-arrow {
  top: -80px;
  border: 1px solid #ECF2FE;
  width: 50px;
  height: 50px;
}

.productWithUs .withCarouselSec .slick-arrow:focus {
  background: #547FF3;
}

.productWithUs .withCarouselSec .slick-next {
  left: 240px;
  background: #ECF2FE;
}

.productWithUs .withCarouselSec .slick-next:focus::before {
  color: #fff;
}

.productWithUs .withCarouselSec .slick-prev {
  left: 180px;
  background: #ECF2FE;
}

.productWithUs .withCarouselSec .slick-prev:focus::before {
  color: #fff;
}

.productWithUs .withCarouselSec .slick-prev:before, .productWithUs .withCarouselSec .slick-next:before {
  font-family: unset;
  font-size: 40px;
  opacity: 1;
  position: absolute;
  left: 5px;
  bottom: 7px;
  color: #3371F2;
}

.productWithUs .with-Carousel .slick-slide {
  margin-right: 16px;
  max-width: 300px;
}

.productWithUs .with-Carousel .slick-dots {
  display: none !important;
}

.questionSec {
  margin-bottom: 40px;
}

.questionSec .quesHead {
  margin-bottom: 24px;
  text-align: center;
}

.questionSec .quesHead .head2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 16px;
  color: #333333;
}

.questionSec .quesHead .para {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.quesWrap {
  width: 100%;
}

.quesWrap .quesCard {
  background: #ECF2FE;
  border-radius: 8px;
  padding: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.quesWrap .quesCard .cardHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.quesWrap .quesInnerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.quesWrap .quesInnerWrap:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .productWithUs .withCarouselSec .slick-prev {
    left: 130px;
  }
  .productWithUs .withCarouselSec .slick-next {
    left: 200px;
  }
  .withPagination .primaryBtn {
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .industrySec {
    margin-bottom: 90px;
    margin-top: 100px;
  }
  .industrySec .indusText {
    margin-bottom: 64px;
    text-align: left;
    max-width: 560px;
  }
  .industrySec .indusText .para {
    margin-bottom: 24px;
  }
  .industrySec .indusText .primaryBtn {
    margin: 0;
  }
  .industrySec .indusRightSec {
    margin-top: 0px;
  }
  .industrySec .indusListOuter ul .indusListItem {
    max-width: 90px;
  }
  .industrySec .indusRightInner::before {
    width: 80%;
    height: 125%;
    margin: -45px 0 0 120px;
    right: 40px;
  }
  .industrySec .indusRightInner::after {
    content: "";
    position: absolute;
    width: 64%;
    height: 125%;
    margin: -45px 0 0px 0px;
    background: #F7F9FF;
    border-radius: 24px;
    left: 95px;
    z-index: -1;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
  .productWithUs {
    margin-bottom: 90px;
  }
  .productWithUs .withCarouselSec {
    padding-left: 40px;
  }
  .productWithUs .withCarouselSec .slick-slide {
    max-width: 500px;
  }
  .productWithUs .withCarouselSec .slick-next {
    left: -195px;
  }
  .productWithUs .withCarouselSec .slick-prev {
    left: -253px;
  }
  .productWithUs .withCarouselSec .slick-arrow {
    bottom: 0;
    top: 300px;
  }
  .productWithUs .withCarouselSec .caroselImgSec {
    margin-bottom: 24px;
  }
  .productWithUs .withUsHead {
    width: 40%;
    text-align: left;
  }
  .productWithUs .withCarouselSec {
    width: 60%;
  }
  .productWithUs .withPagination {
    padding: 0;
  }
  .productWithUs .withPagination .primaryBtn {
    margin: inherit;
  }
  .questionSec {
    margin-bottom: 90px;
  }
  .quesWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 16px;
  }
  .quesWrap .quesInnerWrap:first-child {
    margin-bottom: 0px;
  }
  .indusOutMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .indusContentOuter {
    padding-right: 20px;
  }
  .InnerWithmain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .productWithUs .withCarouselSec .slick-arrow {
    top: 330px;
  }
  .productOffer {
    padding: 100px 0px;
    margin-bottom: 90px;
  }
  .productOffer .container {
    width: 85%;
  }
  .productOffer .offerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .productOffer .productOfferLeft {
    text-align: left;
    padding-right: 140px;
    width: 55%;
  }
  .productOffer .proHead {
    margin-bottom: 72px;
  }
  .productOffer .proHead .head2 {
    margin-bottom: 24px;
  }
  .productOffer .proDesign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 48px;
  }
  .productOffer .proDesign:last-child {
    margin-bottom: 0px;
  }
  .productOffer .proDesign .designIconSec {
    margin-bottom: 0px;
    margin-right: 24px;
  }
  .productOffer .offerImgSec {
    margin-bottom: 0px;
    width: 45%;
  }
}

@media screen and (min-width: 1440px) {
  .industrySec .indusText .head2 {
    font-size: 64px;
    line-height: 86px;
  }
  .productOffer .proHead .head2 {
    font-size: 48px;
    line-height: 64px;
  }
}
/*# sourceMappingURL=aboutUs.css.map */