 
/*
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 { 
	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 (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%;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
:root {
--theme_color:#aa6e4c;
--title_color:#23120b;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1720px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1800px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1720px){
.content, .swiper_content {
 max-width: 1600px;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content, .swiper_content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .swiper_content {
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1024px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.center {
 text-align: center;
 }
.trouble_start .box {
 padding: 261px 0px 272px;
 min-height: 300px;
 border-radius: 41px;
 background: url("https://ez-homie.com//wp-content/plugins/sytech-fronteditor/sytpl/trouble_1/assets/img/trouble1.jpg") center center no-repeat;
 position: relative;
 overflow: hidden;
 z-index: 1;
 }
.trouble_start .box::after {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 border-radius: 20px;
 background-color: rgba(45, 24, 14, 0.44);
 z-index: 0;
 }
.trouble_start .title {
 font-size: 72px;
 line-height: 98px;
 font-weight: 700;
 color: rgb(255, 255, 255);
 margin-bottom: 22px;
 z-index: 2;
 position: relative;
 }
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.btn_trans {
 display: inline-block;
 vertical-align: top;
 border-radius: 100px;
 transition: 0.3s;
 cursor: pointer;
 text-align: center;
 color: var(--theme_color);
 font-size: 18px;
 font-weight: 500;
 line-height: 28px;
 background-color: transparent;
 border: 1px solid var(--theme_color);
 padding: 17px 57px;
 letter-spacing: 1px;
 min-width: 192px;
 }
.btn_trans:hover {
 color: rgb(255, 255, 255);
 border-color: var(--theme_color);
 background-color: var(--theme_color);
 }
.trouble_start .btn_trans {
 border-color: rgb(255, 255, 255);
 color: rgb(255, 255, 255);
 border-width: 2px;
 z-index: 2;
 position: relative;
 }
.trouble_start .btn_trans:hover {
 border-color: transparent;
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}
.trouble_about {
 padding: 79px 0px;
 }
.page_content {
 max-width: 1440px;
 margin: 0px auto;
 position: relative;
 }
.trouble_about .list {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 30px 2.1%;
 }
.trouble_about .list .item {
 border-radius: 30px;
 background-color: rgb(255, 255, 255);
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 17.5% 6%;
 font-size: 24px;
 line-height: 47px;
 transition: 0.3s;
 }
.trouble_about .list .item:hover {
 transform: translateY(-10px);
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px;
 }
.trouble_about .list .item .icon {
 display: block;
 content: "";
 width: 120px;
 aspect-ratio: 1 / 1;
 background: center center / cover no-repeat rgb(243, 239, 236);
 border-radius: 50%;
 }
.trouble_about .list .item .title {
 margin: 19px 0px 16px;
 }
.trouble_about .list .item .btn_trans {
 color: rgb(36, 36, 36);
 border-color: rgb(145, 145, 145);
 }
.trouble_about .list .item .btn_trans:hover {
 background-color: rgb(227, 128, 11);
 color: rgb(255, 255, 255);
 border-color: transparent;
 }
.trouble_about .list .item .btn_trans.active {
 background-color: rgb(227, 128, 11);
 color: rgb(255, 255, 255);
 border-color: transparent;
 }
 
@media screen and (max-width: 786px){


}
 
@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;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
} 

.tools_template_vendor .tools_template_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_template_vendor .tools_template_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid;
}

.tools_template_vendor .tools_template_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 (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;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
.trouble_register {
 padding: 173px 0px 220px;
 }
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 1.25rem;
 }
.trouble_register h2 {
 font-size: 42px;
 line-height: 65px;
 color: rgb(35, 18, 11);
 }
.btn {
 display: inline-block;
 vertical-align: top;
 border-radius: 100px;
 transition: 0.3s;
 cursor: pointer;
 text-align: center;
 color: rgb(255, 255, 255);
 font-size: 18px;
 line-height: 28px;
 background-color: var(--theme_color);
 padding: 18px 58px;
 letter-spacing: 1px;
 min-width: 192px;
 }
.btn:hover {
 background-color: var(--title_color);
 }
.trouble_register h2 ~ .btn {
 background-color: rgb(231, 130, 12);
 color: rgb(255, 255, 255);
 }
.trouble_register h2 ~ .btn:hover {
 background-color: var(--theme_color);
 }
.trouble_register .model {
 background-color: rgb(255, 255, 255);
 border-radius: 30px;
 padding: 1.7% 8.85% 5.9%;
 margin-top: 61px;
 }
.trouble_register .model .items {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-top: 74px;
 }
.model_item {
 flex: 1 1 0%;
 max-width: 227px;
 text-align: center;
 display: flex;
 flex-direction: column;
 align-items: center;
 transition: 0.3s;
 }
.model_item:hover {
 transform: translateY(-10px);
 }
.model_item .icon {
 display: block;
 content: "";
 width: 120px;
 aspect-ratio: 1 / 1;
 background-color: rgb(243, 239, 236);
 border-radius: 50%;
 }
i {
 font-style: normal;
 }
.model_item .icon i {
 display: block;
 content: "";
 width: 100%;
 height: 100%;
 background: center center / cover no-repeat;
 }
.model_item .title {
 font-size: 22px;
 line-height: 47px;
 font-weight: 700;
 margin: 20px 0px 10px;
 color: rgb(26, 26, 26);
 }
.model_item .intro {
 font-size: 18px;
 line-height: 32px;
 font-weight: 500;
 color: rgb(47, 34, 26);
 }
 
@media screen and (max-width: 786px){


}

 
@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;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
