html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#e71425;
--title:#00162b;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.footer_contact {
 background-image: linear-gradient(to right, var(--primary), var(--secondary));
 }
.footer_contact::before {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to right, rgb(236, 46, 48) 11%, transparent 75%);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.large_content {
 max-width: 176.6rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1440px){
.large_content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content, .large_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content, .large_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content, .large_content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.head.white {
 color: rgb(255, 255, 255);
 }
.footer_contact .flex {
 max-width: 149.7rem;
 margin: 0px auto;
 min-height: 26.9rem;
 padding: 4rem 0px 4.4rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.footer_contact .flex {
 min-height: unset;
 padding: 40px 0px;
 }}
@media screen and (max-width: 576px){
.footer_contact .flex {
 flex-direction: column;
 text-align: center;
 }}
.footer_contact .syedittext {
 flex: 1 1 0%;
 width: 100%;
 }
@media screen and (max-width: 768px){
div.head.flex .syedittext {
 padding: 0px;
 }}
.head.white h1, .head.white h2 {
 color: rgb(255, 255, 255);
 }
.head h2, .head h1 {
 font-size: 5rem;
 line-height: 1.2;
 font-weight: 700;
 color: var(--title);
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1, .head h2 {
 font-size: 4rem;
 }}
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.footer_contact p {
 font-size: 2.4rem;
 line-height: 3rem;
 max-width: 87.9rem;
 margin-top: 1.7rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
div.head p, div.head .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 font-family: Bahnschrift, cursive;
 position: relative;
 z-index: 2;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 cursor: pointer;
 text-transform: uppercase;
 transition: 0.3s;
 border-radius: 0.5rem;
 background-image: linear-gradient(to right, var(--primary) -20%, var(--secondary) 70%);
 color: rgb(255, 255, 255);
 font-size: 2.4rem;
 font-weight: 400;
 line-height: 5.7rem;
 gap: 1.2rem;
 padding: 0px 3.2rem 0px 1.8rem;
 letter-spacing: 0.02rem;
 }
.btn::before {
 position: absolute;
 inset: 1px;
 content: "";
 border-radius: 0.4rem;
 z-index: -1;
 transition: 0.3s;
 opacity: 0;
 pointer-events: none;
 background-color: rgb(255, 255, 255);
 }
.btn::after {
 display: inline-block;
 content: "";
 width: 1.2rem;
 height: 1.2rem;
 flex-shrink: 0;
 background: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/about_12/assets/img/arrow-tr.png") center center / contain no-repeat;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.btn:hover {
 color: var(--primary);
 }
.btn:hover::before {
 opacity: 1;
 }
.btn:hover::after {
 transform: rotate(45deg);
 filter: unset;
 }
.Poppins {
 font-family: Poppins, sans-serif;
 }
.footer_contact .btn {
 background: rgb(255, 255, 255);
 border: 1px solid rgb(255, 255, 255);
 color: var(--primary);
 line-height: 8.1rem;
 border-radius: 100px;
 text-transform: unset;
 letter-spacing: unset;
 gap: 2rem;
 min-width: 26.7rem;
 font-weight: 600;
 margin-top: 1.4rem;
 }
.footer_contact .btn::before {
 display: none;
 }
.footer_contact .btn::after {
 filter: unset;
 width: 2.5rem;
 height: 2.5rem;
 background-image: url("https://liming.hyweb.tech//wp-content/plugins/sytech-fronteditor/sytpl/about_12/assets/img/arrow-r.png");
 }
.footer_contact .btn:hover {
 background-color: var(--primary);
 color: rgb(255, 255, 255);
 }
.footer_contact .btn:hover::after {
 transform: translateX(20%);
 filter: contrast(0) brightness(2);
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 padding: 0px 20px;
 letter-spacing: unset;
 min-width: unset;
 gap: 8px;
 line-height: 40px;
 }}
@media screen and (max-width: 768px){
.btn::after, .btn_line::after {
 width: 10px;
 height: 10px;
 }}
@media screen and (max-width: 768px){
.btn {
 line-height: 42px;
 }}
@media screen and (max-width: 768px){
div.head.flex .btn, div.head.flex .btn_line {
 margin: 0px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 font-size: 14px;
 padding: 0px 20px;
 letter-spacing: unset;
 min-width: unset;
 gap: 8px;
 line-height: 40px;
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn::after, div.head .btn_line::after {
 width: 10px;
 height: 10px;
 }}
@media screen and (max-width: 768px){
div.head .btn {
 line-height: 42px;
 }}
@media screen and (max-width: 768px){
.footer_contact .head .btn {
 line-height: 40px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 background-color: transparent;
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}