.fifleftimg img, .fifrightimg img, .proimg img, .pointimg img, .enterimg img, .bitmap img, .proswiperimg img, .mobpointimg img, .insimg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.alinkact a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

/* home-start */

.partners {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
}

.partitle {
  font-size: 48px;
  color: #100D4F;
  font-weight: bold;
  margin: 6rem 0 6.5rem;
  display: inline-block;
  position: relative;
}

.partitle::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 7px;
  bottom: 0;
  left: calc((100% - 70px)/2);
  border-radius: 20px;
  background: linear-gradient(to right, #FF9124, #F52454);
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}



.parlist {
  width: 100%;
  height: 200px;
  margin-bottom: 10.4rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.parlist img {
  height: 200px;
  margin: 0 5px;
}

.str_wrap {
  background-color: #ffffff;
}

.about {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 7% 0 13%;
  background-size: cover;
}

.captions {
  text-align: center;
}

.captitle {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-bottom: 5.9rem;
}

.captitle::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 7px;
  bottom: 0;
  left: calc((100% - 70px)/2);
  border-radius: 20px;
  background: linear-gradient(to right, #FF9124, #F52454);
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.capcant {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
}

.captions p:nth-child(2) {
  margin-bottom: 30px;
}

.captions p:nth-child(3) {
  margin-bottom: 5rem;
}

.capbtn {
  text-align: center;
  display: inline-block;
}

.contact {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: 130% 110%;
  padding: 16% 0 4%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact:hover {
  background-size: 135% 115%;
}

.contacttext p {
  font-size: 36px;
  color: #48347E;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.contacttext p:nth-child(2) {
  margin-bottom: 4rem;
}

.swiper-container {
  width: 100%;
  height: 700px;
  position: relative;
}

.swiper-slide {
  background-size: cover !important;
}

.iconleft, .iconright {
  background-color: #ffffff;
  z-index: 101;
  font-size: 20px;
  color: #2B254A;
  padding: 23px;
  float: left;
}

.iconleft:hover, .iconright:hover {
  background-color: #f3f3f3;
}

.swiperbtn {
  position: absolute;
  bottom: 0;
  left: 120px;
  z-index: 101;
}

.swipertitle {
  color: #ffffff;
  font-size: 48px;
  position: absolute;
  top: 76px;
  left: 121px;
  z-index: 101;
  font-weight: 600;
}

.swipertitle::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 7px;
  bottom: -6px;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(to right, #FF9124, #F52454);
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.baninfo {
  position: absolute;
  z-index: 101;
  bottom: 0;
  right: 0;
  background-color: #2B254A;
  padding: 55px 63px 40px;
  width: 625px;
  height: 400px;
}

.baninfo .grabtn {
  position: absolute;
  bottom: 8%;
  right: 10%;
}

.infocontblo {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.baninfo p {
  color: #ffffff;
  text-align: left;
}

.infotitle {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.baninfo .infotitle:nth-child(2) {
  margin-bottom: 3.1rem;
}

.infocont {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

.solutions {
  width: 85%;
  margin: 0 auto;
}

.soltitle {
  font-size: 48px;
  color: #100D4F;
  font-weight: bold;
  position: relative;
  margin: 6rem 0 4.6rem;
}

.soltitle::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 7px;
  bottom: -1px;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(to right, #FF9124, #F52454);
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.solitem {
  display: flex;
  padding-right: 8.3rem;
  margin-bottom: 4.6rem;
}

.solicon {
  margin-right: 2.3rem;
}

.solicon img {
  width: 45px;
}

.itemcontt {
  width: 100%;
}

.solitem-title {
  font-size: 18px;
  color: #100D4F;
  font-weight: bold;
  margin: .6rem 0 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.solitem-text {
  font-size: 14px;
  color: #67549A;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.solbanner {
  background: url(../img/home/hover1.png) no-repeat;
  background-size: cover !important;
  display: inline-block;
  padding: 43% 53%;
  margin-top: -22px;
}

.projects {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 18rem 0 7.7rem;
  color: #ffffff;
  text-align: center;
}

.protitle {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-bottom: 9.3rem
}

.protitle::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 7px;
  bottom: -8px;
  left: calc((100% - 70px)/2);
  border-radius: 20px;
  background: linear-gradient(to right, #FF9124, #F52454);
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.prolist {
  color: #ffffff;
  width: 100%;
}

.proimg {
  width: 34%;
  position: relative;
  padding-bottom: 34%;
  overflow: hidden;
  display: inline-block;
}

.proname {
  font-size: 22px;
  font-weight: 600;
  margin-top: 3.3rem;
}

.para {
  font-size: 18px;
  margin-bottom: 3.3rem;
}

.para2 {
  font-size: 14px;
  line-height: 16px;
}

.proitem {
  padding: 0 20px;
  margin-bottom: 7.2rem;
}

.addcolor {
  background: linear-gradient(to right, #FF9124, #F52454) !important;
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454) !important;
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454) !important;
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454) !important;
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

/* home-end */

/* solutions-start */

.solutionimg {
  width: 100%;
  display: inline-block;
}

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

.solutionimg img {
  width: 100%;
}

.solutioninfo {
  text-align: center;
  padding: 0 12rem;
}

.project-img img{
	width: 120px !important;
	height: 120px;
}

.solutioninfo-title {
  font-size: 48px;
  color: #100D4F;
  font-weight: bold;
  position: relative;
}

.solutioninfo-title::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 7px;
  bottom: -5px;
  left: calc((100% - 70px)/2);
  border-radius: 20px;
  background: linear-gradient(to right, #FF9124, #F52454);
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.solutioninfo-subtitle {
  font-size: 24px;
  color: #100D4F;
  font-weight: 600;
  margin: 3rem 0;
}

.solutioninfo-text {
  font-size: 18px;
  color: #100D4F;
  line-height: 25px;
}

.solutioninfo .solutioninfo-text:nth-child(4) {
  margin-bottom: 30px;
}

.nmt {
  margin-top: -120px;
}

/* solutions-end */

/* projects-start */

.mt50 {
  margin-top: 50px;
}

.project-firstblo {
  width: 100%;
  position: relative;
  margin-top: -8.3%;
}

.project-firstblo img {
  width: 100%;
}

.wherearlog img {
  width: 172px;
  margin-bottom: 25px;
}

.pointapp {
  position: absolute;
  left: 3%;
  top: 30%;
  width: 25%;
  text-align: center;
}

.pointimg {
  width: 25%;
  position: relative;
  padding-bottom: 28%;
  overflow: hidden;
  display: inline-block;
}

.pointname {
  color: #100D4F;
  font-size: 48px;
  font-weight: bold;
  line-height: 55px;
  margin: 2rem 0 3.7rem;
  position: relative;
}

.pointname::after {
  position: absolute;
  content: '';
  width: 66px;
  height: 7px;
  bottom: -18px;
  left: calc((100% - 66px)/2);
  border-radius: 20px;
  background: linear-gradient(to right, #FF9124, #F52454);
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.pointsubname {
  color: #100D4F;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.alfred {
  color: #5F2883;
  font-size: 26px;
  margin: 8.3rem 0 9.4rem;
  font-weight: bold;
}

.project-mobfirstblo {
  width: 100%;
  text-align: center;
  display: none;
}

.mobfirstbloimg {
  margin-top: -12%;
  width: 100%;
}

.mobpointapp {
  text-align: center;
}

.mobpointimg {
  width: 10%;
  position: relative;
  padding-bottom: 10%;
  overflow: hidden;
  display: inline-block;
}

.modalfred {
  color: #5F2883;
  font-size: 20px;
  margin: 5rem 0;
  font-weight: bold;
}

.project-secondblo {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 10% 0 12%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.swiper-procontainer {
  width: 90%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  z-index: -1;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slidename {
  font-size: 26px;
  color: #5F2883;
  position: absolute;
  top: 0;
  left: 1%;
  font-weight: bold;
}

.proswiperimg {
  height: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 38%;
  overflow: hidden;
  display: inline-block;
}

.swiper-pagination-bullet-active {
  width: 25px;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #FF9124, #F52454);
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.swiper-pagination-bullet {
  margin-right: 14px;
  background: linear-gradient(to right, #FF9124, #F52454);
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.project-pagebtn {
  width: 10%;
  outline: none !important;
  border: none !important;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
}

.pagebtn-left, .pagebtn-right {
  color: #2B254A;
  background-color: #ffffff;
  width: 50%;
  padding: 23px 0;
  float: left;
  font-size: 25px;
  text-align: center;
}

.pagebtn-left:hover, .pagebtn-right:hover {
  color: #ffffff;
  background-color: #2B254A;
}

.project-thirdblo {
  width: 100%;
}

.bitmap {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.bitmapmask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 101;
  text-align: center;
  color: #100D4F;
  font-size: 32px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: none;
}

.bitmap:hover>.bitmapmask {
  display: flex;
}

.augment {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 7rem 8rem;
  background: linear-gradient(to bottom, #2C1A4E, #5F2883);
  /* firefox */
  background: -moz-linear-gradient(to bottom, #2C1A4E, #5F2883);
  /* chrome */
  background: -webkit-linear-gradient(to bottom, #2C1A4E, #5F2883);
  /* opera */
  background: -o-linear-gradient(to bottom, #2C1A4E, #5F2883);
  /* IE */
  background: -ms-linear-gradient(bottom, #2C1A4E, #5F2883);
}

.subnamecolor {
  color: #DEDCE5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.augname {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  margin: 2.5rem 0 3.7rem;
  position: relative;
}

.augname::after {
  position: absolute;
  content: '';
  width: 66px;
  height: 7px;
  bottom: -18px;
  left: calc((100% - 66px)/2);
  border-radius: 20px;
  background: linear-gradient(to right, #FF9124, #F52454);
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.wid {
  width: 16%;
}

.wherearinfo {
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(to bottom, #2C1A4E, #5F2883);
  /* firefox */
  background: -moz-linear-gradient(to bottom, #2C1A4E, #5F2883);
  /* chrome */
  background: -webkit-linear-gradient(to bottom, #2C1A4E, #5F2883);
  /* opera */
  background: -o-linear-gradient(to bottom, #2C1A4E, #5F2883);
  /* IE */
  background: -ms-linear-gradient(bottom, #2C1A4E, #5F2883);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wherearinfo p {
  color: #ffffff;
  line-height: 36px;
  font-size: 18px;
}

.wherearinfo p a {
  font-weight: 600;
  text-decoration: underline;
}

.project-fourthblo {
  width: 100%;
  padding: 15.9rem 0 14.9rem;
  display: flex;
  justify-content: center;
}

.enterinfo {
  width: 460px;
  text-align: center;
  margin-right: 16.6rem;
}

.enterimg {
  width: 46%;
  height: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 26%;
  overflow: hidden;
  display: inline-block;
}

.fifleft {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FAF8F6;
  padding-top: 9.4rem;
}

.fifright {
  background-color: #F3F8FA;
  padding-top: 9.4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fifleftname {
  color: #5F2883;
  font-size: 26px;
  margin-bottom: 5.8rem;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.fifleftimg {
  width: 80%;
  height: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  display: inline-block;
}

.fifr {
  margin-bottom: 10rem;
}

.fifrightimg {
  width: 73%;
  position: relative;
  padding-bottom: 45%;
  overflow: hidden;
  display: inline-block;
}

.project-sixth {
  height: 730px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.rectangle {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  padding: 15px 50px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.proswiperimg img {
  padding-top: 60px;
}

/* projects-end */

/* Insights-start */

.insightslist {
  margin-bottom: 17rem;
}

.insights-item {
  text-align: center;
  width: 100%;
  box-shadow: 0px 5px 17px 0px rgba(16, 13, 79, 0.1);
  border-radius: 4px;
  padding: 2rem 2rem 5rem;
}

.insights-item:hover {
  margin-top: -10px;
}

.insimg {
  width: 100%;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
  display: inline-block;
}

.institle {
  color: #100D4F;
  font-size: 18px;
  font-weight: 600;
  margin: 1.5rem 0 1.1rem;
  text-align: left;
}

.instext {
  font-size: 14px;
  color: #67549A;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: left;
}

.insbtn {
  margin-top: 4rem;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  padding: 11px 55px;
  border-radius: 20px;
  background: linear-gradient(to right, #FF9124, #F52454);
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

/* Insights-end */

/* conclusion-start */

.conclu {
  margin-bottom: 100px;
}

.conclubanner {
  background: url(../img/conclusion/img1.png) no-repeat;
  background-size: cover;
  display: inline-block;
  padding: 38% 50%;
}

.conclutext {
  color: #100D4F;
  font-size: 18px;
  line-height: 32px;
  padding-right: 80px;
  margin-bottom: 69px;
}

/* conclusion-end */

/* aboutus-start */

.aboutbaner {
  background: url(../img/aboutus/abimg.png) no-repeat;
  background-size: cover;
  display: inline-block;
  padding: 38% 50%;
}

.abt p:nth-child(2) {
  margin-bottom: 35px;
}

.abt p:nth-child(3) {
  margin-bottom: 0;
}

.about-clients {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.clientslist {
  width: 100%;
  margin-bottom: 120px;
}

.clientslist img {
  width: 180px;
}

/* aboutus-end */

/* contactus-start */

.contactus {
  margin-bottom: 100px;
}

.form-title {
  font-size: 16px;
  color: #100D4F;
  font-weight: 600;
}

.form-style {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 43px;
  height: 43px;
  border-radius: 3px;
  border: 1px solid #D3CFDA;
  font-size: 14px;
  outline: none;
  padding-left: 15px;
}

.form-areastyle {
  width: 100%;
  height: 222px;
  border-radius: 3px;
  border: 1px solid #D3CFDA;
  outline: none;
  padding: 15px;
  font-size: 14px;
}

.btn-primary:hover {
  color: #ffffff;
}

.modeitem {
  margin-bottom: 45px;
}

.modelist {
  margin-left: 125px;
}

.modeico {
  display: inline-block;
  float: left;
  width: 40px;
  height: 100%;
}

.modeico img {
  width: 23px;
  height: 23px;
  vertical-align: -12px;
}

.modeinfo {
  /* padding: 0 110px 0 38px; */
  display: inline-block;
  width: 80%;
}

.modename {
  color: #100D4F;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.modetext {
  font-size: 14px;
  color: #67549A;
  margin-bottom: 0;
}

.mtb {
  margin-bottom: 20px;
}

.successmask {
  width: 100%;
  height: 100%;
  background-color: rgba(8, 7, 23, 0.35);
  position: fixed;
  z-index: 101;
  display: none;
}

.successinfo {
  position: absolute;
  padding: 62px 25px 34px;
  width: 324px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mesico {
  position: absolute;
  top: -10%;
  left: 50%;
  background-color: #2C1A4E;
  border-radius: 50%;
  padding: 20px 17px;
  transform: translate(-50%, -10%);
}

.mesico img {
  width: 36px;
}

.statustitle {
  font-size: 18px;
  color: #100D4F;
  font-weight: bold;
  position: relative;
}

.statustitle::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1001;
  background-color: #D3CFDA;
}

.statustext {
  color: #100D4F;
  font-size: 14px;
  line-height: 22px;
  margin: 35px 0 0;
}

.okbtn {
  display: inline-block;
  color: #2C1A4E;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #2C1A4E;
  width: 100%;
  margin-top: 25px;
  cursor: pointer;
}

.okbtn:hover {
  color: #ffffff;
  background-color: #2C1A4E;
}

/* contactus-end */

/* 宽度小于1640px  */

@media screen and (max-width: 1640px) {
  /* projects-start */
  .augname {
    font-size: 40px;
  }
  /* projects-end */
}

/* 宽度小于1450px  */

@media screen and (max-width: 1450px) {
  /* projects-start */
  .augname {
    font-size: 32px;
    line-height: 35px;
  }
  /* projects-end */
}

/* 宽度小于1400px  */

@media screen and (max-width: 1400px) {
  /* projects-start */
  .project-firstblo {
    display: none;
  }
  .project-mobfirstblo {
    display: block;
  }
  /* projects-end */
}

/* 宽度小于1300px  */

@media screen and (max-width: 1300px) {
  /* solutions-start */
  .nmt {
    margin-top: 0;
  }
  /* solutions-end */
}

/* 宽度在1200-1400之间  */

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .abt p:nth-child(2), .abt p:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

/* 宽度小于1200px  */

@media screen and (max-width: 1200px) {
  /* home-start */
  .baninfo {
    width: 550px;
    height: 325px;
  }
  .infocontblo {
    -webkit-line-clamp: 3;
  }
  .swiper-container {
    height: 600px;
  }
  .soltitle {
    margin: 30px 0 50px;
  }
  .solitem {
    margin-bottom: 6rem;
  }
  /* home-end */
  /* solutions-start */
  .solutioninfo-title {
    font-size: 35px
  }
  .solutioninfo-subtitle {
    font-size: 20px;
  }
  .solutioninfo {
    padding: 4px 23px 10px;
  }
  /* solutions-end */
  /*projects-start*/
  .augment {
    padding: 14rem 8rem;
  }
  .enterinfo .pointname {
    font-size: 40px;
  }
  .project-sixth {
    height: 550px;
  }
  /*projects-end*/
}

/* 宽度小于1023px  */

@media screen and (max-width: 1023px) {
  /* home-start */
  .partitle, .captitle, .swipertitle, .soltitle, .protitle {
    font-size: 27px;
  }
  .partitle::after, .captitle::after, .protitle::after, .solutioninfo-title::after, .pointname::after {
    width: 60px;
    height: 5px;
    left: calc((100% - 60px)/2);
    bottom: -10px;
  }
  .swipertitle::after {
    width: 60px;
    height: 5px;
    bottom: -10px;
  }
  .capbtn {
    padding: 10px 20px;
  }
  .captions p:nth-child(3) {
    margin-bottom: 30px;
  }
  .contact {
    padding: 80px 0 50px;
    background-size: 200% 100%;
  }
  .contact:hover {
    background-size: 210% 105%;
  }
  .contacttext p {
    font-size: 30px;
  }
  .swipertitle {
    top: 30px;
    left: 40px;
  }
  .swiperbtn {
    left: 40px;
  }
  .infotitle {
    font-size: 31px;
  }
  .baninfo {
    padding: 40px 30px 30px;
  }
  .soltitle {
    margin: 20px 0 50px;
  }
  .soltitle::after {
    width: 60px;
    height: 5px;
    left: 0;
    bottom: -8px;
  }
  .solitem {
    margin-bottom: 35px;
    padding-right: 16px;
  }
  .projects {
    padding: 30rem 0 10rem;
  }
  .solutioninfo {
    margin: 50px 0;
  }
  .solutioninfo-title {
    font-size: 30px
  }
  .solutioninfo-subtitle {
    margin: 20px 0;
  }
  .partitle {
    margin: 24px 0 26px;
  }
  .parlist {
    margin-bottom: 41px;
  }
  /* home-end */
  /* projects-start */
  .pointname {
    font-size: 35px;
    margin: 15px 0 30px;
  }
  .mobfirstbloimg {
    margin-top: -10%;
  }
  .pagebtn-left, .pagebtn-right {
    padding: 10px 0;
  }
  .project-fourthblo {
    flex-direction: column;
    align-items: center;
  }
  .enterinfo .pointname {
    font-size: 35px;
  }
  .enterinfo {
    width: 60%;
    margin-right: 0;
  }
  .project-fourthblo {
    padding: 50px 0 100px;
  }
  .enterimg {
    margin-top: 20px;
    width: 60%;
    padding-bottom: 40%;
  }
  .project-sixth {
    height: 450px;
  }
  /* projects-end */
  /* contactus-start */
  .modelist {
    margin: 60px 0 0;
  }
  /* contactus-end */
  /* about-start */
  .clientslist img {
    width: 100%;
  }
  /* about-end */
}

/* 宽度小于767px  */

@media screen and (max-width: 767px) {
  /* home-start */
  .parlist {
    margin-bottom: 50px;
    height: 40px;
  }
  .parlist img {
    height: 120px;
    /* margin: 0 10px; */
  }
  .partitle {
    margin: 18px 0 28px;
  }
  .partners {
    width: 90%;
    margin-bottom: 23px;
  }
  .about {
    padding: 10% 0 35%;
  }
  .captitle {
    margin-bottom: 30px;
  }
  .contacttext p:nth-child(2) {
    margin-bottom: 10px;
  }
  .contacttext p {
    font-size: 17px;
  }
  .swiper-container {
    height: 400px;
  }
  .iconleft, .iconright {
    font-size: 15px;
    padding: 11.5px;
  }
  .swiperbtn {
    left: 0;
  }
  .baninfo {
    padding: 30px 20px;
    width: 77%;
    height: 65%;
  }
  .infotitle {
    font-size: 21px;
    line-height: 25px;
  }
  .infocont {
    line-height: 20px;
  }
  .baninfo .grabtn {
    font-size: 12px;
  }
  .infocontblo {
    margin: 20px 0;
    /* -webkit-line-clamp: 2; */
  }
  .soltitle {
    margin: -10px 0 42px;
  }
  .solicon {
    margin-right: 15px;
  }
  .solbanner {
    margin-bottom: 30px;
	margin-top: 0;
  }
  .projects {
    padding: 170px 0 49px;
  }
  .protitle {
    margin-bottom: 50px;
  }
  .proname {
    margin-top: 20px;
  }
  .para {
    margin-bottom: 25px;
  }
  .proitem {
    margin-bottom: 50px;
  }
  .solutioninfo-title {
    font-size: 25px;
  }
  .ml {
    margin-left: 15px;
  }
  /* home-end */
  /* projects-start */
  .mobpointimg {
    width: 15%;
    padding-bottom: 15%;
  }
  .pointname {
    font-size: 22px;
    line-height: 40px;
    margin: 15px 0;
  }
  .pointsubname {
    font-size: 20px;
  }
  .proswiperimg img {
    padding-top: 46px;
  }
  .mobfirstbloimg {
    margin-top: -5%;
  }
  .swiper-procontainer {
    width: 95%;
    margin: 0 auto;
  }
  .project-pagebtn {
    position: absolute;
    bottom: 9%;
    left: calc((100% - 30%)/2);
    width: 30%;
  }
  .swiper-pagination {
    bottom: 27%;
  }
  .project-secondblo {
    padding: 10% 0 40%
  }
  .proswiperimg {
    padding-bottom: 75%;
  }
  .augment {
    padding: 48px 15px;
  }
  .augname {
    margin: 20px 0 35px;
  }
  .wherearinfo {
    padding: 15% 0;
  }
  .enterinfo .pointname {
    font-size: 27px;
    margin: 15px 0 30px;
  }
  .enterinfo {
    width: 80%;
  }
  .pointname::after {
    bottom: -8px;
  }
  .enterimg {
    width: 80%;
    padding-bottom: 45%;
  }
  .fifleft, .fifright {
    padding-top: 40px;
  }
  .fifright {
    padding-bottom: 40px;
  }
  .fifleftname {
    margin-bottom: 25px !important;
    font-size: 20px;
  }
  .rectangle {
    padding: 15px 35px;
    font-size: 15px;
  }
  .project-sixth {
    height: 300px;
  }
  .slidename {
    font-size: 22px;
  }
  .alfred {
    margin: 16px 0 18px;
  }
  /* projects-end */
  /* Insights-start */
  .insights-title {
    margin-top: 30px;
  }
  .insights-item {
    padding: 17px 17px 30px;
    margin-bottom: 40px;
  }
  .institle {
    margin: 10px 0;
  }
  .insbtn {
    margin-top: 20px;
  }
  /* Insights-end */
  /* conclusion-start */
  .conclutext {
    padding-right: 0;
    margin-bottom: 38px;
  }
  .conclubanner, .aboutbaner {
    margin-bottom: 40px;
  }
  .conclu {
    margin-bottom: 52px;
  }
  /* conclusion-end */
  /* contactus-start */
  .contactus {
    padding: 0 25px;
    margin-bottom: 40px;
  }
  /* contactus-end */
  /* aboutus-start */
  .about-clients {
    width: 90%;
    margin: 19px auto 0;
  }
  .clientslist {
    margin: 17px 0 50px;
  }
  /* aboutus-end */
  /* solutions-start */
  .modalfred {
    margin: 10px 0;
  }
  /* solutions-end */
}