* {
  font-family: 'Exo 2';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  display: block;
}
P {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px 0;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2';
}
main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
}
main>* {
  padding: 45px 0;
}
.heading-area {
  width: 100%;
  margin: 0 0 15px 0;
}
.heading-area.white>* {
  color: #fff;
}
.heading-area.center>* {
  text-align: center;
  display: block;
  width: 100%;
}
.main_title {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  text-transform: uppercase;
}
.main_title strong {
  font-weight: 600;
}
.heading-area>p {
  margin: 5px 0 0 0;
}
img {
  max-width: 100%;
  border: 0;
}
.sub_title {
  color: #FF6E00;
  font-size: 25px;
  display: inline-flex;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin: -4px 0 15px 0;
  width: 100%;
  min-height: 25px;
  align-items: center;
}
.sub_title::before {
  content: '';
  background-image: url(../png/title.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 45px 9px;
  width: 45px;
  height: 9px;
  transform: translate(-15px, 0);
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  -o-transform: translate(-15px, 0);
}
.heading-area.white>.sub_title::before {
  background-image: url(../png/title-white.png);
}
.btn__div {
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 20px;
  display: flex;
}
.common-btn {
  border-radius: 7.175px;
  background: #FF6E00;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57.403px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  column-gap: 14px;
  padding: 11px 25px;
  z-index: 1;
}
.common-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 7.175px;
  -webkit-border-radius: 7.175px;
  -moz-border-radius: 7.175px;
  -ms-border-radius: 7.175px;
  -o-border-radius: 7.175px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border: 0.718px solid #FF6E00;
  left: 6px;
  top: 6px;
  z-index: -1;
}
.common-btn:hover {
  background-color: #9b4301;
  color: #fff;
}
.common-btn:hover::before {
  border-color: #9b4301;
}
.mb-0{
  margin-bottom: 0 !important;
}
/******top part*********/
.banner_inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.banner_left {
  width: 45%;
}
.banner_right {
  width: 52%;
}
.banner_left h1 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 15px 0;
}
.banner_left h1 span {
  color: #FF6E00;
  display: block;
}
/* ========================================== */
.features {
  background: url(../png/bg.png) no-repeat center top;
  background-size: cover;
}
.features_inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}
.features ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
.features ul li {
  width: 33.33%;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
.features ul li .fet-caption {
  display: flex;
  flex-direction: column;
  padding: 20px 15px 20px 15px;
  min-height: 100%;
  border-radius: 15px;
  background: #FF6E00;
  position: relative;
}
.features ul li .fet-caption::before {
  content: attr(data-num);
  position: absolute;
  left: 15px;
  top: 20px;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.features ul li strong {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin: 0 0 10px 0;
}
.features ul li .fet-caption p {
  color: #fff;
}
.features ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 0 10px auto;
}
.features ul li i img {
  height: 46px;
  width: 46px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
  font-size: 0;
}
.fet-caption span {
  display: block;
}
/* ====================================== */
.reach-out {
  background: #F6F6F6;
  padding: 50px 0;
  z-index: 1;
  position: relative;
}
.reach-out-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.reach-out-left {
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: -ms-calc(100% - 300px);
  width: -o-calc(100% - 300px);
}
.reach-out-inner .btn__div {
  width: 300px;
  justify-content: flex-end;
}
/* =================================== */
.why-choose-inner {
  max-width: 1310px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 110, 0, 0.09) 0%, rgba(255, 110, 0, 0.16) 100%);
  padding: 25px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-choose-left {
  width: calc(100% - 690px);
  width: -webkit-calc(100% - 690px);
  width: -moz-calc(100% - 690px);
  width: -ms-calc(100% - 690px);
  width: -o-calc(100% - 690px);
}
.why-choose-right {
  width: 680px;
}
.why-choose-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  background: url(../svg/pluse-4.svg) no-repeat center center;
}
.why-choose-right ul li {
  width: 50%;
  padding: 0 10px;
}
.why-choose-right ul li .why-choose-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.why-choose-right ul li .why-choose-item i {
  display: block;
  margin: 0 auto;
  margin: 0 0 15px 0;
}
.why-choose-right ul li .why-choose-item i img {
  width: 59px;
  height: 59px;
  font-size: 0;
  display: inline-block;
}
.why-choose-right ul li .why-choose-item span {
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin: 0 0 8px 0;
}
.why-choose-right ul li .why-choose-item b {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.1px;
  display: block;
}
/* ====================================== */
.solutions {
  background: url(../png/bg.png) no-repeat center top;
  background-size: cover;
  padding: 0;
}
.solutions-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.solutions-inner-left {
  width: 53%;
  padding: 40px 0;
}
.solutions-inner-left ul li {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 41px;
  /* 186.364% */
  position: relative;
  padding-left: 18px;
}
.solutions-inner-left ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 17.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
}
.solutions-inner-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  width: 36.4%;
}
.solutions-inner-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -66px;
  background-image: url(../svg/solutions-shape.svg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solutions-inner-right img {
  max-width: 45vw;
  vertical-align: top;
}
/* ====================================== */
.industry-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.industry-left {
  width: 39%;
}
.industry-right {
  width: 59%;
}
.industry-right .industry-title {
  margin: 0 0 40px 0;
}
.industry-right .industry-title strong {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 56px;
  display: block;
}
.industry-right .industry-title em {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: block;
}
.industry-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
}
.industry-right ul li {
  width: 50%;
  padding: 0 15px;
}
.industry-right ul li .industry-caption {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  padding: 30px 26px;
  position: relative;
}
.industry-right ul li .industry-caption span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: normal;
}
.industry-right ul li .industry-caption::after {
  content: attr(data-number);
  position: absolute;
  left: 26px;
  top: -25px;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  color: #fff;
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;
}
/* ====================================== */
.reviews-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

ul.reviews-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  row-gap: 20px;
}
ul.reviews-list li {
  width: 25%;
  padding: 0 10px;
}
ul.reviews-list li a {
  display: block;
  box-shadow:0 0 20px 0 rgba(0,0,0,0.20);
  min-height: 100%;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
ul.reviews-list li:not(:last-child) a:before {
  content: '';
  display: block;
  padding-top: 71%;
}
ul.reviews-list li a::after {
  content: '';
  background-image: url(../svg/play-video-40.svg);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: #FF6E00;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
ul.reviews-list li a img {
  max-width: 100%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
ul.reviews-list li.morereview a {
  min-height: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FF6E00;
  color: #fff;
  padding: 15px;
  text-align: center;
}
ul.reviews-list li.morereview a:hover {
  background-color: #a74b06;
}
ul.reviews-list li.morereview a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
}
ul.reviews-list li.morereview a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  background-image: none;
  background-color: transparent !important;
  box-shadow: none;
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
}
/* ====================================== */
@media (max-width:1400px) {
  .solutions-inner-right {
    width: 45%;
  }
}
@media (max-width:1199px) {
  .banner_left h1 {
    font-size: 50px;
    line-height: 50px;
}
.why-choose-left{
  width: 100%;
  margin: 0 0 30px 0;
}
.why-choose-right{
  width: 100%;
}
.why-choose-inner{
  padding: 40px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.solutions-inner{
  flex-direction: column-reverse;
}
.solutions-inner-left{
  width: 100%;
}
.solutions-inner-right{
  width: 100%;
  align-items: center;
}
.solutions-inner-right img{
  max-width: 100%;
}

.solutions-inner-right::before {
  background-position: center top;
}
ul.reviews-list li.morereview a {
  font-size: 2.5vw;
  line-height: 3.5vw;
}
}

@media (max-width:991.98px) {
  .banner_inner{
    flex-direction: column-reverse;
  }
  .banner_left{
    width: 100%;
  }
  .banner_right{
    width: 100%;
    margin: 0 0 40px 0;
  }
  .features ul li {
    width: 50%;
}
.reach-out-left .sub_title{
  justify-content: center;
}
.reach-out-left{
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
.reach-out-inner .btn__div{
  width: 100%;
  justify-content: center;
}
.industry-left{
  width: 100%;
  text-align: center;
  margin: 0 0 25px 0;
}
.industry-right{
  width: 100%;
}
ul.reviews-list li{
  width: 33.33%;
}
}
@media (max-width:630px) {
  .common-btn {
    min-height: 50px;
    padding: 11px 25px 12px 25px;
}
  .sub_title {
    font-size: 22px;
    line-height: 22px;
}
.banner_left h1 {
  font-size: 35px;
  line-height: 35px;
}
.main_title {
  font-size: 30px;
  line-height: 37px;
}
.features ul li{
  width: 100%;
  padding: 0;
}
.solutions-inner-left ul li {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 5px 0;
}
.solutions-inner-left ul li::before {
  top: 9px;
}
.why-choose-right ul li .why-choose-item span {
  font-size: 25px;
  line-height: 25px;
}
.industry-right ul li{
  width: 100%;
  padding: 0;
}
.why-choose-right ul{
  background-size: 12%;
}
.industry-right .industry-title strong {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 10px 0;
  letter-spacing: 0;
}
.why-choose-right ul li .why-choose-item b {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
ul.reviews-list li{
  width: 50%;
}
ul.reviews-list li a{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
ul.reviews-list li a img{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
ul.reviews-list li a::after {
  width: 35px;
  height: 35px;
  background-size: 29px;
}
ul.reviews-list li.morereview a:before {
  width: 40px;
  height: 40px;
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
}
ul.reviews-list li.morereview a:after {
  width: 40px;
  height: 40px;
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
}
ul.reviews-list li.morereview a {
  font-size: 4.2vw;
  line-height: 5vw;
}
}
@media (max-width:375px) {
  .sub_title {
    font-size: 20px;
    line-height: 20px;
}
.sub_title::before {
  background-size: 35px 9px;
  width: 35px;
}
.banner_left h1 {
  font-size: 30px;
  line-height: 30px;
}
.main_title {
  font-size: 28px;
  line-height: 35px;
}
ul.reviews-list li{
  padding: 0 5px;
}
}
@media (min-width:1199px) {
  .reach-out::after {
    content: '';
    background-image: url(../png/pattern.png);
    background-position: bottom left;
    background-size: 12%;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.2;
}
}