 
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --theme_color: #05c660;
  --subtheme_color: #057ed1;
  --title_color: #232323;
  --content_color: #808080;
  --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color));
}
.home_banner {
  overflow: hidden;
}

body>section {
  position: relative;
}

body>section:hover {}

.home_banner .home_banner_swiper {
  position: relative;
}

.home_banner .home_banner_btns {
  width: 98%;
  max-width: 1650px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.home_banner .home_banner_btns div {
  width: 12px;
  height: 22px;
  background: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/left-w.svg") center center / contain no-repeat;
  cursor: pointer;
}

.home_banner .home_banner_btns div.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.home_banner .home_banner_btns .btn_next {
  background-image: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/right-w.svg");
}

.home_banner .home_banner_swiper .swiper-pagination {
  bottom: 130px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0px;
  width: 100%;
}



.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0px;
  height: 0px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding-right: 38px;
  transition: all 0.3s ease 0s;
  position: relative;
  opacity: 0.6;
}

.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 5px;
  top: 10px;
  transition: all 0.3s ease 0s;
}

.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 73px;
  opacity: 1;
}

.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 40px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 4px;
}



ul {
  list-style: none;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.home_banner .swiper-slide {
  background: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/home-banner-bg.jpg") center center / cover no-repeat;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}


.content {
  max-width: 1220px;
  margin: 0px auto;
  position: relative;
}





.flex {
  display: flex;
}

.between {
  justify-content: space-between;
}

.flex_middle {
  align-items: center;
}

.home_banner .swiper-slide .flex {
  min-height: 100vh;
  max-height: 1080px;
  padding: 20px 0px 70px;
}



.home_banner .head {
  min-width: 42.13%;
}

.head span {
  font-size: 19px;
  font-weight: 500;
  color: var(--theme_color);
  text-transform: uppercase;
}



.head h1 {
  color: rgb(255, 255, 255);
  font-size: 58px;
  font-weight: 700;
  line-height: 74px;
}

.home_banner .head h1, .home_banner .head h2 {
  margin: 15px 0px 20px;
}
.home_banner .head h2{
  color: rgb(255, 255, 255);
    font-size: 58px;
    font-weight: 700;
    line-height: 74px;
}


.home_banner .head p {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.8;
  margin-bottom: 35px;
}



a {
  color: rgb(28, 35, 47);
  text-decoration: none;
  font-size: 1rem;
}

.button {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 5px;
  background-image: var(--bg_color);
  transition: all 0.3s ease 0s;
  padding: 18px 51px;
}

.button:hover {
  filter: brightness(1.2);
}



.home_banner .img {
  min-width: 61.066%;
  height: auto;
  max-height: 464px;
  position: relative;
  right: -25px;
  top: 65px;
}





.home_banner .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}



div.sytech_tools_bar {
  position: absolute;
  right: 0%;
  top: 0px;
  padding: 0.8rem;
  transition: all 0.3s ease 0s;
  z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
  right: 0%;
}



button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}

input[type="submit"],
button {
  cursor: pointer;
}

div.sytech_tools_bar button {
  outline: none;
  border: none;
  font-family: unset;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  background-color: rgb(51, 189, 233);
  color: rgb(255, 255, 255);
}

.home_banner {
  overflow: hidden;
}
.home_banner .home_banner_swiper {
  position: relative;
  background-color: #000e21;
}
.home_banner .home_banner_swiper .swiper-pagination {
  bottom: 130px;
}
.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0;
  height: 0;
  color: #fff;
  font-size: 18px;
  padding-right: 38px;
  transition: all 0.3s;
  position: relative;
  opacity: 0.6;
}
.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 5px;
  top: 10px;
  transition: all 0.3s;
}
.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 73px;
  opacity: 1;
}
.home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 40px;
}
.home_banner .swiper-slide {
  background: url(https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/home-banner-bg.jpg) no-repeat bottom center / cover;
}
.home_banner .swiper-slide .flex {
  min-height: 100vh;
  max-height: 1080px;
  padding: 20px 0 70px;
}
.home_banner .swiper-slide.no_pd {
  background-image: url(https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/home-banner3.jpg);
}
.home_banner .swiper-slide.no_pd .head {
  width: 100%;
  max-width: 514px;
}
.home_banner .swiper-slide.center {
  background-image: url(https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/home-banner2.jpg);
}
.home_banner .swiper-slide.center .content > .flex {
  justify-content: center;
}
.home_banner .swiper-slide.center .head {
  width: 100%;
  max-width: 698px;
  text-align: center;
}
.home_banner .swiper-slide.center .head p {
  max-width: 514px;
  margin: 0 auto 35px;
}
.home_banner .head {
  min-width: 42.13%;
  width: 42.13%;
}
.home_banner .head h1,
.home_banner .head h2 {
  margin: 15px 0 20px;
}
.home_banner .head h2 {
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 74px;
}
.home_banner .head p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.8;
  margin-bottom: 35px;
}
.home_banner .img {
  min-width: 61.066%;
  height: auto;
  max-height: 464px;
  position: relative;
  right: -25px;
  top: 65px;
}
.home_banner .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.home_banner .home_banner_btns {
  width: 98%;
  max-width: 1650px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.home_banner .home_banner_btns div {
  width: 12px;
  height: 22px;
  background: url(https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/left-w.svg) no-repeat center / contain;
  cursor: pointer;
}
.home_banner .home_banner_btns div.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.home_banner .home_banner_btns .btn_next {
  background-image: url(https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_banner/assets/img/right-w.svg);
}
 
@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .img img {
    height: 100%;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .img {
    width: 100%;
    position: static;
    margin-top: 30px;
    max-height: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 786px) {
  .button {
    font-size: 14px;
    padding: 11px 20px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .head h1, .home_banner .head h2{
    font-size: 25px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .head h1, .home_banner .head h2{
    margin: 0.5rem 0px;
  }
}

@media screen and (max-width: 786px) {
  .head span {
    font-size: 14px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .swiper-slide .flex {
    min-height: unset;
    max-height: unset;
    display: block;
    padding: 0px;
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .swiper-slide {
    padding: 5rem 0px 50px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet::after {
    top: 7px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
    padding-right: 60px;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_banner .home_banner_swiper .swiper-pagination {
    bottom: 2rem;
  }

  .home_banner .swiper-slide {
    padding: 5rem 0 50px;
  }
  .home_banner .swiper-slide .flex {
    min-height: unset;
    max-height: unset;
    display: block;
    padding: 0;
  }
  .home_banner .home_banner_btns {
    display: none;
  }
  .home_banner .head {
    width: 100%;
  }
  .home_banner .head h1,
  .home_banner .head h2 {
    font-size: 25px;
    line-height: 1.5;
    margin: 0.5rem 0;
  }
  .home_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .home_banner .img {
    width: 100%;
    position: static;
    margin-top: 30px;
    max-height: 240px;
    height: 240px;
  }
  .home_banner .img img {
    height: 100%;
  }
  .home_banner .home_banner_swiper .swiper-pagination {
    bottom: 2rem;
  }
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
    padding-right: 30px;
  }
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet::after {
    top: 7px;
  }
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
    padding-right: 60px;
  }
  .home_banner .home_banner_swiper .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 2rem;
  }
}
 
@media screen and (min-width: 786px) and (max-width: 1400px) {
  .home_banner .img {
    right: 0px;
  }
}@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --theme_color: #05c660;
  --subtheme_color: #057ed1;
  --title_color: #232323;
  --content_color: #808080;
  --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color));
}
.home_step {
  padding: 190px 0px 0px;
  background: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_step/assets/img/home-step-bg.jpg") center top / cover no-repeat;
}

body>section {
  position: relative;
}

body>section:hover {}



.content {
  max-width: 1220px;
  margin: 0px auto;
  position: relative;
}





.center {
  text-align: center;
}

.head h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: var(--title_color);
}

.home_step .head h2 {
  color: rgb(255, 255, 255);
}



.home_step .head p {
  max-width: 736px;
  margin: 0px auto;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  opacity: 0.8;
  padding-top: 25px;
}



.home_step .home_step_swiper_box {
  overflow: hidden;
  margin: 140px auto 0px;
  max-width: 1740px;
  position: relative;
}

.home_step .home_step_swiper_box::before {
  content: "";
  display: block;
  max-width: 1634px;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 132px;
}



i {
  font-style: normal;
}

.home_step .home_step_swiper_box .rocket {
  display: block;
  width: 172px;
  height: 172px;
  background: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_step/assets/img/rocket.png") center center / contain no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 47px;
  z-index: 2;
  transition: all 1s ease 0s;
}



.home_step .home_step_swiper {
  margin: 0px auto;
  max-width: 347px;
  height: 525px;
  padding-bottom: 190px;
  position: relative;
}

.home_step .home_step_swiper::before {
  content: "";
  display: block;
  width: 300%;
  max-width: 817px;
  height: 3px;
  background-image: var(--bg_color);
  position: absolute;
  right: 50%;
  top: 132px;
}



ul {
  list-style: none;
}

.home_step .home_step_swiper .swiper-wrapper {
  transition: all 0s linear 0s;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.home_step .swiper-slide {
  text-align: center;
  transition: all 0.3s ease 0s;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}

.home_step .swiper-slide strong {
  font-size: 24px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  opacity: 0.3;
  transition: all 0.3s ease 0s;
  transform: scale(0.8);
}

.home_step .swiper-slide-prev strong,
.home_step .swiper-slide-next strong {
  opacity: 0.7;
  transform: scale(0.86);
}



.home_step .swiper-slide span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  margin: 100px auto 78px;
  cursor: pointer;
}



.home_step .swiper-slide h3 {
  font-size: 28px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  opacity: 0.3;
  transition: all 0.3s ease 0s;
  transform: scale(0.8);
}

.home_step .swiper-slide-prev h3,
.home_step .swiper-slide-next h3 {
  opacity: 0.7;
  transform: scale(0.86);
}


.home_step .swiper-slide p {
  font-size: 24px;
  line-height: 34px;
  color: rgb(255, 255, 255);
  padding-top: 1rem;
  opacity: 0.3;
  transition: all 0.3s ease 0s;
  transform: scale(0.8);
}

.home_step .swiper-slide-prev p,
.home_step .swiper-slide-next p {
  opacity: 0.7;
  transform: scale(0.86);
}



.home_step .swiper-slide-active strong {
  opacity: 1;
  transform: scale(1);
}

.home_step .swiper-slide-active h3 {
  opacity: 1;
  transform: scale(1);
}

.home_step .swiper-slide-active p {
  opacity: 1;
  transform: scale(1);
}

div.sytech_tools_bar {
  position: absolute;
  right: 0%;
  top: 0px;
  padding: 0.8rem;
  transition: all 0.3s ease 0s;
  z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
  right: 0%;
}



button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}

input[type="submit"],
button {
  cursor: pointer;
}

div.sytech_tools_bar button {
  outline: none;
  border: none;
  font-family: unset;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  background-color: rgb(51, 189, 233);
  color: rgb(255, 255, 255);
}
 
@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }
}

@media screen and (max-width: 786px) {
  .home_step .home_step_swiper_box p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 786px) {
  .home_step .home_step_swiper_box h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  .home_step .home_step_swiper_box span {
    margin-top: 84px;
  }
}

@media screen and (max-width: 786px) {
  .home_step .home_step_swiper_box strong {
    font-size: 1rem;
  }
}

@media screen and (max-width: 786px) {
  .home_step .home_step_swiper {
    height: 350px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 786px) {
  .home_step .home_step_swiper::before {
    top: 106px;
  }
}

@media screen and (max-width: 786px) {
  .home_step .home_step_swiper_box .rocket {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 786px) {
  .home_step .home_step_swiper_box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 786px) {
  .home_step .home_step_swiper_box::before {
    top: 106px;
  }
}

@media screen and (max-width: 786px) {
  .home_step .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 786px) {
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_step {
    padding: 5rem 0px 50px;
  }
}
 
@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --theme_color: #05c660;
  --subtheme_color: #057ed1;
  --title_color: #232323;
  --content_color: #808080;
  --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color));
}
.home_brand {
  overflow: hidden;
  padding: 88px 0px 70px;
}

body>section {
  position: relative;
}

body>section:hover {}



.content {
  max-width: 1220px;
  margin: 0px auto;
  position: relative;
}





.flex {
  display: flex;
}

.between {
  justify-content: space-between;
}

.head h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: var(--title_color);
}



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

.home_brand .head .home_brand_btns {
  gap: 25px;
  padding-top: 8px;
}



.btn_full div {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-image: var(--bg_color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn_full div::after {
  content: "";
  display: block;
  width: 32%;
  height: 32%;
  background: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_brand/assets/img/left-b.svg") center center / contain no-repeat;
  filter: brightness(20);
}



.btn_full .btn_next::after {
  background-image: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_brand/assets/img/right-b.svg");
}

.home_brand .home_brand_swiper {
  padding: 65px 0px 85px;
}



ul {
  list-style: none;
}

.home_brand .home_brand_swiper .swiper-wrapper {
  transition: all 0s linear 0s;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}

.home_brand .img {
  height: 468px;
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  position: relative;
  top: 0px;
}

.home_brand .img:hover {
  top: -10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 25px;
}





.home_brand .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_brand h3 {
  font-size: 24px;
  color: var(--title_color);
  font-weight: 500;
  text-align: center;
  padding-top: 25px;
}



.center {
  text-align: center;
}

a {
  color: rgb(28, 35, 47);
  text-decoration: none;
  font-size: 1rem;
}

.button_more {
  display: inline-block;
  color: rgb(36, 36, 36);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  transition: all 0.3s ease 0s;
  padding: 17px 63px;
}

.button_more:hover {
  color: rgb(255, 255, 255);
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}



div.sytech_tools_bar {
  position: absolute;
  right: 0%;
  top: 0px;
  padding: 0.8rem;
  transition: all 0.3s ease 0s;
  z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
  right: 0%;
}



button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}

input[type="submit"],
button {
  cursor: pointer;
}

div.sytech_tools_bar button {
  outline: none;
  border: none;
  font-family: unset;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  background-color: rgb(51, 189, 233);
  color: rgb(255, 255, 255);
}
 
@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }
}

@media screen and (max-width: 786px) {
  .button_more {
    font-size: 14px;
    padding: 11px 20px;
  }
}

@media screen and (max-width: 786px) {
  .home_brand h3 {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 786px) {
  .home_brand .img {
    height: 310px;
  }
}

@media screen and (max-width: 786px) {
  .home_brand .home_brand_swiper {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 786px) {
  .btn_full div {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_brand .head .home_brand_btns {
    padding-top: 0px;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 786px) {
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_brand {
    padding: 5rem 0px 50px;
  }
}
 
@media screen and (min-width: 786px) and (max-width: 1200px) {
  .home_brand .img {
    height: 370px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .home_brand .img {
    height: 280px;
  }
}@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
/*

Theme Name: Sytech Web

Author: The Sytech Team

Author URI:  https://sytech-web.cn

Description: A Beautiful, Fast Loading and SEO Ready Website

Version: 2.0.0

*/



* {

	margin:0;

	padding: 0;

	box-sizing: border-box;

}

.content {

	max-width: 1220px;

	margin: 0 auto;

	position: relative;

}



html {

	scroll-behavior: smooth;

}

.flex {

	display: flex;

}

.wrap {

	flex-wrap: wrap;

}

.flex1 {

	flex:1;

}

.flex2 {

	flex:2;

}

.flex3 {

	flex:3;

}

.between {

	justify-content: space-between;

}

.center {

	text-align: center;

}

.boxshadow {

	box-shadow: 0 0 15px rgba(0,0,0,0.1);

	background: white;

}





.tools_part_vendor .tools_part_box{

  padding: 4rem 0px;

  text-align: center;

}



.tools_part_vendor .tools_part_box input{

  padding: .8rem 1rem;

  border-radius: 5px;

  min-width: 300px;

  border: 1px #ddd solid ;

}

.tools_part_vendor .tools_part_box button{

  background: white;

  border: 1px solid #f8f8f8;

  color: #4c4c4c;

  padding: 0.8rem 1.5rem;

  display: inline-block;

  font-weight: 500;

  border: none;

  font-size: 16px;

  cursor: pointer;

  border-radius: 10px;

  background-color: #33bde9;

  border: 1px solid #33bde9;

  color: white;

  padding: 0.8rem 1.5rem;

}
 
@media screen and (max-width: 786px) {

  .content {

    padding: 0 1.2rem;

  }

}


 
@media screen and (min-width: 786px)  and (max-width: 1600px) {

  

}

@media screen and (min-width: 786px)  and (max-width: 1400px) {

  .content {

    padding: 0 1.2rem;

  }

}

@media screen and (min-width: 786px)  and (max-width: 1200px) {

  .content {

    max-width: 1000px;

  }

  .swiper_content {

    max-width: 1020px;

  }

  .solution_strength .head p {

    width: 70%;

  }

}

@media screen and (min-width: 786px)  and (max-width: 1000px) {

  .content {

    max-width: 786px;

  }

  .swiper_content {

    max-width: 806px;

  }

  .solution_strength .head p {

    width: 90%;

  }

}
 
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --theme_color: #05c660;
  --subtheme_color: #057ed1;
  --title_color: #232323;
  --content_color: #808080;
  --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color));
}
.home_lead {
  background: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_lead/assets/img/home-lead-bg.svg") center center / cover no-repeat;
  border-bottom: 6px solid var(--theme_color);
}

body>section {
  position: relative;
}

body>section:hover {}


.content {
  max-width: 1220px;
  margin: 0px auto;
  position: relative;
}




.flex {
  display: flex;
}

.flex_end {
  justify-content: flex-end;
}

.flex_middle {
  align-items: center;
}

.home_lead .content>.flex {
  padding-top: 37px;
}



.home_lead .img {
  min-width: 74.67%;
  height: auto;
  max-height: 790px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.8s ease 0s;
  position: relative;
  top: 75px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
}



.home_lead .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.home_lead .head {
  min-width: 46%;
  margin-left: 8.2%;
  padding: 40px 0px 20px;
}



.head h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: var(--title_color);
}

.home_lead .head h2 {
  color: rgb(255, 255, 255);
}


.home_lead .head p {
  color: rgb(255, 255, 255);
  opacity: 0.8;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  padding-top: 2rem;
}



ul {
  list-style: none;
}

.home_lead .head ul {
  padding-top: 36px;
}



.home_lead .head ul li {
  flex: 1 1 0%;
}

.head span {
  font-size: 19px;
  font-weight: 500;
  color: var(--theme_color);
  text-transform: uppercase;
}

.home_lead .head ul span {
  font-size: 45px;
  font-weight: 500;
  color: var(--theme_color);
}


.home_lead .head ul p {
  padding-top: 10px;
}


a {
  color: rgb(28, 35, 47);
  text-decoration: none;
  font-size: 1rem;
}

.button {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 5px;
  background-image: var(--bg_color);
  transition: all 0.3s ease 0s;
  padding: 18px 51px;
}

.button:hover {
  filter: brightness(1.2);
}

.home_lead .head .button {
  margin-top: 55px;
}



div.sytech_tools_bar {
  position: absolute;
  right: 0%;
  top: 0px;
  padding: 0.8rem;
  transition: all 0.3s ease 0s;
  z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
  right: 0%;
}

button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}

input[type="submit"],
button {
  cursor: pointer;
}

div.sytech_tools_bar button {
  outline: none;
  border: none;
  font-family: unset;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  background-color: rgb(51, 189, 233);
  color: rgb(255, 255, 255);
}
 
@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }
}

@media screen and (max-width: 786px) {
  .button {
    font-size: 14px;
    padding: 11px 20px;
  }
}

@media screen and (max-width: 786px) {
  .home_lead .head .button {
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_lead .head ul p {
    font-size: 13px;
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 786px) {
  .head span {
    font-size: 14px;
  }
}

@media screen and (max-width: 786px) {
  .home_lead .head ul span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_lead .head ul {
    padding-top: 1.2rem;
    gap: .5rem;
  }
}

@media screen and (max-width: 786px) {
  .home_lead .head p {
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding-top: 0.8rem;
  }
}

@media screen and (max-width: 786px) {
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  .home_lead .head {
    padding: 2rem 0px 0px;
    margin: 0px;
  }
}

@media screen and (max-width: 786px) {
  .home_lead .img {
    top: 0px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 786px) {
  .home_lead .content>.flex {
    padding: 0px;
    display: block;
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_lead {
    padding: 30px 0px 50px;
  }
}
 
@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --theme_color: #05c660;
  --subtheme_color: #057ed1;
  --title_color: #232323;
  --content_color: #808080;
  --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color));
}

body>section {
  position: relative;
}

body>section:hover {}


.content {
  max-width: 1220px;
  margin: 0px auto;
  position: relative;
}




.center {
  text-align: center;
}

.head h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: var(--title_color);
}



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







.btn_full div {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-image: var(--bg_color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn_full div::after {
  content: "";
  display: block;
  width: 32%;
  height: 32%;
  background: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/left-b.svg") center center / contain no-repeat;
  filter: brightness(20);
}

.btn_full div.swiper-button-disabled {
  cursor: default;
  background-image: none;
  border: 1px solid rgb(155, 155, 155);
}

.btn_full div.swiper-button-disabled::after {
  filter: none;
}



.btn_full .btn_next::after {
  background-image: url("https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/right-b.svg");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  z-index: 10;
}



.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
}



.swiper_content {
  max-width: 1240px;
  margin: 0px auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}





ul {
  list-style: none;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}



.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}

a {
  color: rgb(28, 35, 47);
  text-decoration: none;
  font-size: 1rem;
}





div.sytech_tools_bar {
  position: absolute;
  right: 0%;
  top: 0px;
  padding: 0.8rem;
  transition: all 0.3s ease 0s;
  z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
  right: 0%;
}



button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}

input[type="submit"],
button {
  cursor: pointer;
}

div.sytech_tools_bar button {
  outline: none;
  border: none;
  font-family: unset;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  background-color: rgb(51, 189, 233);
  color: rgb(255, 255, 255);
}





.home_different {
  background: url(https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/home-diff-bg.svg) no-repeat center / cover;
  padding: 260px 0;
}
.home_different .home_different_swiper_box {
  position: relative;
  margin-top: 72px;
}
.home_different .home_different_swiper_box .home_different_btns {
  max-width: 1492px;
  width: 98%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home_different .home_different_swiper_box .swiper-pagination {
  height: 19px;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.home_different .home_different_swiper_box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #1b1b1b;
  width: 9px;
  height: 9px;
  transition: all 0.3s;
}
.home_different .home_different_swiper_box .swiper-pagination .swiper-pagination-bullet-active {
  width: 19px;
  height: 19px;
  background-color: transparent;
  border: 1px solid #1b1b1b;
}
.home_different .swiper-slide {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: url(https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/home-diff-item-bg.jpg) no-repeat center / cover;
}
.home_different .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-image: var(--bg_color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_different .swiper-slide:hover a {
  background-color: transparent;
}
.home_different .swiper-slide:hover h3,
.home_different .swiper-slide:hover p {
  color: #fff;
}
.home_different .swiper-slide:hover strong::after {
  right: -33px;
}
.home_different .swiper-slide a {
  display: block;
  width: 101%;
  margin: 0 -0.5%;
  padding: 70px 35px 50px;
  background-color: #fff;
  transition: all 0.3s;
}
.home_different .swiper-slide .img {
  width: 60px;
  height: 60px;
}
.home_different .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_different .swiper-slide h3 {
  color: var(--title_color);
  font-size: 24px;
  font-weight: 500;
  margin: 37px 0 20px;
  transition: all 0.3s;
}
.home_different .swiper-slide p {
  color: var(--content_color);
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.home_different .swiper-slide strong {
  font-size: 17px;
  font-weight: 500;
  color: var(--theme_color);
  position: relative;
}
.home_different .swiper-slide strong::after {
  content: '';
  display: block;
  width: 15px;
  height: 8px;
  background: url(https://topfastplc.com/wp-content/plugins/sytech-fronteditor/sytpl/home_different/assets/img/right-line.svg) no-repeat center / contain;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-40%);
  transition: all 0.3s;
}
 
@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }
}

@media screen and (max-width: 786px) {
  .home_different .swiper-slide strong {
    font-size: 14px;
  }
}

@media screen and (max-width: 786px) {
  .home_different .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 786px) {
  .home_different .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0px 0.5rem;
  }
}

@media screen and (max-width: 786px) {
  .home_different .swiper-slide .img {
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width: 786px) {
  .home_different .swiper-slide a {
    padding: 2rem 1.2rem 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .swiper_content {
    padding: 10px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_different .home_different_swiper_box .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 786px) {
  .home_different .home_different_swiper_box .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 786px) {
  .home_different .home_different_swiper_box .swiper-pagination {
    bottom: -2rem;
    gap: 0.5rem;
    height: 10px;
  }
}

@media screen and (max-width: 786px) {
  .btn_full div {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_different .home_different_swiper_box .home_different_btns {
    z-index: 2;
  }
}

@media screen and (max-width: 786px) {
  .home_different .home_different_swiper_box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 786px) {
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_different {
    padding: 5rem 0px;
  }
}
 
@media screen and (min-width: 786px) and (max-width: 1000px) {
  .home_different .swiper-slide a {
    padding: 50px 20px 30px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .swiper_content {
    padding: 10px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .swiper_content {
    max-width: 1020px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .swiper_content {
    max-width: 806px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .home_different .home_different_swiper_box .home_different_btns {
    display: none;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --theme_color: #05c660;
  --subtheme_color: #057ed1;
  --title_color: #232323;
  --content_color: #808080;
  --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color));
}
.home_say {
  padding: 120px 0px 55px;
  background: url("https://topfastplc.com//wp-content/plugins/sytech-fronteditor/sytpl/home_say/assets/img/home-just-bg.jpg") center center / cover no-repeat;
  overflow: hidden;
}

body>section {
  position: relative;
}

body>section:hover {}



.content {
  max-width: 1220px;
  margin: 0px auto;
  position: relative;
}




.flex {
  display: flex;
}

.between {
  justify-content: space-between;
}

.head h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: var(--title_color);
}

.home_say .head h2 {
  color: rgb(255, 255, 255);
}

.fadeInUp {
  animation-name: fadeInUp;
}



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

.home_say .head .home_say_btns {
  gap: 25px;
}



.btn_full div {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-image: var(--bg_color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn_full div::after {
  content: "";
  display: block;
  width: 32%;
  height: 32%;
  background: url("https://topfastplc.com//wp-content/plugins/sytech-fronteditor/sytpl/home_say/assets/img/left-b.svg") center center / contain no-repeat;
  filter: brightness(20);
}

.btn_full div.swiper-button-disabled {
  cursor: default;
  background-image: none;
  border: 1px solid rgb(155, 155, 155);
}

.btn_full div.swiper-button-disabled::after {
  filter: none;
}

.home_say .head .home_say_btns .swiper-button-disabled::after {
  filter: brightness(20);
}



.btn_full .btn_next::after {
  background-image: url("https://topfastplc.com//wp-content/plugins/sytech-fronteditor/sytpl/home_say/assets/img/right-b.svg");
}

.home_say .home_say_swiper {
  max-width: 870px;
  padding: 94px 0px 1rem;
  position: relative;
}



ul {
  list-style: none;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}

.home_say .home_say_swiper .swiper-slide {
  background-color: rgb(220, 221, 225);
  height: 500px;
  padding: 95px 48px 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease 0s;
  border-radius: 0px 0px 80px;
}

.home_say .home_say_swiper .swiper-slide::after {
  content: "‘‘";
  font-size: 106px;
  color: rgb(255, 255, 255);
  width: 78px;
  height: 78px;
  background-image: var(--bg_color);
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 0px;
  transform: translateY(-50%);
  padding-left: 20px;
  padding-top: 10px;
  box-sizing: border-box;
  letter-spacing: 0px;
  line-height: 115px;
}

.home_say .home_say_swiper .swiper-slide-active {
  background-color: rgb(255, 255, 255);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}



.home_say .home_say_swiper p {
  color: rgb(56, 56, 56);
  font-size: 24px;
  line-height: 45px;
}



.flex_middle {
  align-items: center;
}

.home_say .home_say_swiper .img img {
  width: 170px;
  height: auto;
}



.home_say .home_say_swiper .text {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
  padding-left: 28px;
  gap: 10px;
}



.home_say .home_say_swiper strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: rgb(36, 36, 36);
}



.home_say .home_say_swiper span {
  color: rgb(151, 151, 151);
  display: block;
  font-size: 1rem;
}



.home_say .home_say_partner_swiper {
  margin-top: 60px;
}



.home_say .home_say_partner_swiper .swiper-wrapper {
  transition: all 0s linear 0s;
}

.home_say .home_say_partner_swiper img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

div.sytech_tools_bar {
  position: absolute;
  right: 0%;
  top: 0px;
  padding: 0.8rem;
  transition: all 0.3s ease 0s;
  z-index: 2147483647;
}

body>section:hover div.sytech_tools_bar {
  right: 0%;
}



button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}

input[type="submit"],
button {
  cursor: pointer;
}

div.sytech_tools_bar button {
  outline: none;
  border: none;
  font-family: unset;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  background-color: rgb(51, 189, 233);
  color: rgb(255, 255, 255);
}
 
@media screen and (max-width: 786px) {
  div.sytech_tools_bar {
    right: 0%;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_partner_swiper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide .info .text span {
    font-size: 13px;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide .info .text strong {
    font-size: 1rem;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide .info .text {
    padding-left: 1rem;
    margin-left: 1rem;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide .info .img img {
    width: 100px;
    height: auto;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide {
    height: auto;
    padding: 2rem 1.2rem;
    gap: 2rem;
    border-radius: 0px 0px 20px;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper .swiper-slide::after {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 3rem;
    padding-top: 10px;
    padding-left: 15px;
    letter-spacing: 0px;
    left: 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_say .home_say_swiper {
    padding: 50px 0px 30px;
  }
}

@media screen and (max-width: 786px) {
  .btn_full div {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_say .head .home_say_btns {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 786px) {
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (max-width: 786px) {
  .home_say {
    padding: 5rem 0px 50px;
  }
}
 
@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}

 
/*

Theme Name: Sytech Web

Author: The Sytech Team

Author URI:  https://sytech-web.cn

Description: A Beautiful, Fast Loading and SEO Ready Website

Version: 2.0.0

*/



* {

	margin:0;

	padding: 0;

	box-sizing: border-box;

}

.content {

	max-width: 1220px;

	margin: 0 auto;

	position: relative;

}



html {

	scroll-behavior: smooth;

}

.flex {

	display: flex;

}

.wrap {

	flex-wrap: wrap;

}

.flex1 {

	flex:1;

}

.flex2 {

	flex:2;

}

.flex3 {

	flex:3;

}

.between {

	justify-content: space-between;

}

.center {

	text-align: center;

}

.boxshadow {

	box-shadow: 0 0 15px rgba(0,0,0,0.1);

	background: white;

}





.tools_part_vendor .tools_part_box{

  padding: 4rem 0px;

  text-align: center;

}



.tools_part_vendor .tools_part_box input{

  padding: .8rem 1rem;

  border-radius: 5px;

  min-width: 300px;

  border: 1px #ddd solid ;

}

.tools_part_vendor .tools_part_box button{

  background: white;

  border: 1px solid #f8f8f8;

  color: #4c4c4c;

  padding: 0.8rem 1.5rem;

  display: inline-block;

  font-weight: 500;

  border: none;

  font-size: 16px;

  cursor: pointer;

  border-radius: 10px;

  background-color: #33bde9;

  border: 1px solid #33bde9;

  color: white;

  padding: 0.8rem 1.5rem;

}
 
@media screen and (max-width: 786px) {

  .content {

    padding: 0 1.2rem;

  }

}


 
@media screen and (min-width: 786px)  and (max-width: 1600px) {

  

}

@media screen and (min-width: 786px)  and (max-width: 1400px) {

  .content {

    padding: 0 1.2rem;

  }

}

@media screen and (min-width: 786px)  and (max-width: 1200px) {

  .content {

    max-width: 1000px;

  }

  .swiper_content {

    max-width: 1020px;

  }

  .solution_strength .head p {

    width: 70%;

  }

}

@media screen and (min-width: 786px)  and (max-width: 1000px) {

  .content {

    max-width: 786px;

  }

  .swiper_content {

    max-width: 806px;

  }

  .solution_strength .head p {

    width: 90%;

  }

}