html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--secondary:#f76226;
--title:#161616;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_banner {
 position: relative;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_banner .img_bg {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 158rem;
 margin: 0px auto;
 position: relative;
 }
.page_banner .content {
 position: relative;
 z-index: 9;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content, .account-content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .small_content, .account-content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.page_banner .head {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 min-height: 87.6rem;
 color: white;
 padding-top: 15rem;
 }
.contact_banner .head {
 justify-content: flex-end;
 padding-top: 0px;
 min-height: 96.4rem;
 padding-bottom: 17.6rem;
 }
[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 (max-width: 768px){
.page_banner .head {
 padding-top: 150px;
 min-height: unset;
 padding-bottom: 50px;
 }}
@media screen and (max-width: 768px){
.contact_banner .head {
 padding: 150px 0px 50px;
 min-height: unset;
 }}
h1, h2, h3, strong {
 font-weight: 400;
 }
.head h1 {
 font-size: 6rem;
 font-weight: 500;
 line-height: 7.4rem;
 }
.page_banner .head h1 {
 margin-bottom: 3.5rem;
 }
@media screen and (max-width: 768px){
.head h1 {
 font-size: 28px;
 line-height: 1.5;
 }}
.contact_banner .social {
 display: flex;
 gap: 0.9rem;
 }
li {
 list-style: none;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.contact_banner .social a {
 width: 6.1rem;
 height: 6.1rem;
 border-radius: 50%;
 display: inline-block;
 text-indent: -999999px;
 position: relative;
 transition: 0.3s;
 background-color: white;
 }
.contact_banner .social a:hover {
 background-color: var(--secondary);
 }
.contact_banner .social a:hover::after {
 filter: contrast(0) brightness(100);
 }
.contact_banner .social a::after {
 content: "";
 width: 35%;
 height: 35%;
 object-fit: contain;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 background: url("https://www.cnxzlf.com//wp-content/plugins/sytech-fronteditor/sytpl/contact_0/assets/img/facebook.svg") center center / contain no-repeat;
 filter: brightness(0);
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.contact_banner .social a {
 width: 40px;
 height: 40px;
 }}
.contact_banner .social .twitter a::after {
 background: url("https://www.cnxzlf.com//wp-content/plugins/sytech-fronteditor/sytpl/contact_0/assets/img/twitter.svg") center center / contain no-repeat;
 }
.contact_banner .social .youtube a::after {
 background: url("https://www.cnxzlf.com//wp-content/plugins/sytech-fronteditor/sytpl/contact_0/assets/img/youtube.svg") center center / contain no-repeat;
 }
.contact_banner .social .instagram a::after {
 background: url("https://www.cnxzlf.com//wp-content/plugins/sytech-fronteditor/sytpl/contact_0/assets/img/instagram.svg") center center / contain no-repeat;
 }
.contact_banner .social .linkedin a::after {
 background: url("https://www.cnxzlf.com//wp-content/plugins/sytech-fronteditor/sytpl/contact_0/assets/img/linkedin.svg") center center / contain no-repeat;
 }
.contact_banner .social .whatsapp a::after {
 background: url("https://www.cnxzlf.com//wp-content/plugins/sytech-fronteditor/sytpl/contact_0/assets/img/whatsapp.svg") center center / contain no-repeat;
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#161616;
--text:#424242;
--secondary:#f76226;
--primary:#003c6d;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.line_head {
 padding-top: 9.7rem;
 }
.line_head.bg {
 background-color: rgb(244, 245, 247);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.line_head {
 padding: 40px 0px;
 }}
.content {
 max-width: 158rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content, .account-content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .small_content, .account-content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.line_head .head {
 padding-bottom: 9.7rem;
 }
.line_head .head::after {
 content: "";
 width: 1px;
 height: 37rem;
 background-color: rgb(22, 22, 22);
 position: absolute;
 left: 28.8rem;
 bottom: -7rem;
 }
.line_head .head::before {
 content: "";
 width: 1px;
 height: 7rem;
 background-color: transparent;
 position: absolute;
 left: 28.8rem;
 top: 100%;
 z-index: 9;
 }
[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-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
.line_head .head::after {
 display: none;
 }}
@media screen and (max-width: 768px){
.line_head .head {
 padding-bottom: 0px;
 }}
h1, h2, h3, strong {
 font-weight: 400;
 }
.head h2 {
 font-size: 4.4rem;
 line-height: 1.477;
 color: var(--title);
 }
.syedittext h2 {
 font-size: 4.6rem;
 line-height: 6.5rem;
 }
.line_head .head h2 {
 margin-bottom: 7rem;
 padding-left: 10.3rem;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 23px;
 line-height: 1.5;
 }}
@media screen and (min-width: 769px) and (max-width: 1000px){
.line_head .head h2 {
 padding: 0px;
 }}
@media screen and (max-width: 768px){
.line_head .head h2 {
 padding: 0px;
 margin-bottom: 15px;
 }}
.syedittext p, .syedittext .desc {
 font-size: 1.8rem;
 line-height: 2.6rem;
 font-weight: 300;
 color: var(--text);
 }
.syedittext p {
 font-size: 2.4rem;
 line-height: 4rem;
 color: rgb(45, 45, 45);
 font-weight: 340;
 }
.line_head .head p {
 padding-left: 32%;
 padding-right: 14%;
 }
@media screen and (max-width: 768px){
.syedittext p {
 font-size: 15px;
 line-height: 1.6;
 }}
@media screen and (max-width: 768px){
.line_head .head p {
 padding: 0px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 border-radius: 0px;
 background-color: transparent;
 border: 1px solid rgba(255, 255, 255, 0.75);
 color: rgb(255, 255, 255);
 font-weight: 400;
 font-size: 1.6rem;
 line-height: 3rem;
 padding: 1rem 2.6rem;
 min-width: 15.8rem;
 text-transform: uppercase;
 }
.btn:hover {
 background-color: var(--secondary);
 border-color: var(--secondary);
 color: rgb(255, 255, 255);
 }
.btn.btn_arrow {
 display: flex;
 align-items: center;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
 border-radius: 0px;
 background-color: white;
 border: 1px solid white;
 color: rgb(22, 22, 22);
 font-size: 1.8rem;
 line-height: 3rem;
 padding: 1.8rem 3rem;
 min-width: 26.2rem;
 text-transform: uppercase;
 font-weight: 450;
 letter-spacing: 0.5px;
 max-width: max-content;
 justify-content: center;
 }
.btn.btn_arrow::after {
 content: "";
 width: 1.85rem;
 height: 1.85rem;
 display: inline-block;
 background: url("https://www.cnxzlf.com//wp-content/plugins/sytech-fronteditor/sytpl/contact_1/assets/img/button_arrow.svg") center center / contain no-repeat;
 margin-left: 0.7rem;
 }
.btn.btn_arrow:hover {
 background-color: var(--primary);
 color: white;
 border: 1px solid var(--primary);
 }
.btn.btn_arrow:hover::after {
 filter: contrast(0) brightness(100);
 }
.btn.btn_arrow.blue {
 background-color: var(--primary);
 color: white;
 }
.btn.btn_arrow.blue::after {
 filter: brightness(100);
 }
.btn.btn_arrow.blue:hover {
 background-color: var(--secondary);
 border-color: var(--secondary);
 }
.line_head .head .btn {
 margin-left: 32%;
 min-width: 24rem;
 margin-top: 3rem;
 background-color: rgb(0, 28, 60);
 font-weight: 350;
 }
@media screen and (max-width: 768px){
.btn.btn_arrow {
 min-width: unset;
 padding: 10px 20px;
 font-size: 13px;
 }}
@media screen and (max-width: 768px){
.btn.btn_arrow::after {
 width: 15px;
 height: 14px;
 }}
@media screen and (max-width: 768px){
.line_head .head .btn {
 margin-left: 0px;
 margin-top: 15px;
 padding: 10px 15px;
 font-size: 14px;
 min-width: unset;
 line-height: 20px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#161616;
--text:#424242;
--secondary:#f76226;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.contact_info {
 padding: 14.5rem 0px 17.5rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.contact_info {
 padding: 50px 0px;
 }}
.content {
 max-width: 158rem;
 margin: 0px auto;
 position: relative;
 }
.left_content {
 padding-left: 10.4rem;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content, .account-content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .small_content, .account-content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.left_content {
 padding: 0px 20px;
 }}
@media screen and (min-width: 769px) and (max-width: 1000px){
.left_content {
 padding: 0px 3rem;
 }}
.contact_info .head {
 margin-bottom: 5rem;
 }
[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 (max-width: 768px){
.contact_info .head {
 margin-bottom: 20px;
 }}
h1, h2, h3, strong {
 font-weight: 400;
 }
.head h2 {
 font-size: 4.4rem;
 line-height: 1.477;
 color: var(--title);
 }
.syedittext h2 {
 font-size: 4.6rem;
 line-height: 6.5rem;
 }
.contact_info h2 {
 max-width: 47rem;
 margin-bottom: 2.5rem;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 23px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.contact_info h2 {
 margin-bottom: 15px;
 }}
.syedittext p, .syedittext .desc {
 font-size: 1.8rem;
 line-height: 2.6rem;
 font-weight: 300;
 color: var(--text);
 }
.syedittext p {
 font-size: 2.4rem;
 line-height: 4rem;
 color: rgb(45, 45, 45);
 font-weight: 340;
 }
.contact_info .head p {
 font-size: 2rem;
 }
@media screen and (max-width: 768px){
.syedittext p {
 font-size: 15px;
 line-height: 1.6;
 }}
@media screen and (max-width: 768px){
.contact_info .head p {
 font-size: 14px;
 line-height: 1.5;
 }}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
@media screen and (max-width: 768px){
.contact_info .main > .flex {
 flex-flow: wrap;
 }}
.contact_info .left {
 width: 60.13%;
 padding: 4rem 3rem;
 border-radius: 1.2rem;
 background-color: white;
 box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
 }
[data-aos="fade-right"] {
 transform: translate3d(-100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
.contact_info .left {
 width: 100%;
 padding: 0px;
 }}
li {
 list-style: none;
 }
.contact_info .left li {
 background-color: rgb(244, 245, 247);
 border-radius: 0px 0px 1rem 1rem;
 }
.contact_info .left li.active {
 margin-bottom: 3.6rem;
 }
.contact_info .left li strong {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 2.1rem 4rem;
 border: 1px solid rgba(0, 28, 61, 0.34);
 border-radius: 1rem;
 font-size: 2.8rem;
 font-weight: 600;
 background-color: white;
 transition: 0.3s;
 cursor: pointer;
 }
.contact_info .left li strong::after {
 content: "";
 width: 2rem;
 height: 2rem;
 display: inline-block;
 transition: 0.3s;
 background: url("https://www.cnxzlf.com/wp-content/plugins/sytech-fronteditor/sytpl/contact_2/assets/img/arrow_bottom.svg") center center / contain no-repeat;
 }
.contact_info .left li.active strong {
 background-color: rgb(0, 28, 60);
 color: white;
 font-weight: 500;
 }
.contact_info .left li.active strong::after {
 filter: contrast(0) brightness(100);
 transform: rotate(180deg);
 }
@media screen and (max-width: 768px){
.contact_info .left li strong {
 padding: 10px 20px;
 font-size: 15px;
 font-weight: 400;
 }}
@media screen and (max-width: 768px){
.contact_info .left li strong::after {
 width: 15px;
 height: 15px;
 }}
.contact_info .left li .info {
 padding: 4.6rem 3rem;
 gap: 9rem;
 display: none;
 }
@media screen and (max-width: 768px){
.contact_info .left li .info {
 padding: 20px;
 }}
.contact_info .left li .info .flex {
 gap: 9rem;
 }
@media screen and (max-width: 768px){
.contact_info .left li .info .flex {
 gap: 15px;
 flex-direction: column;
 }}
.contact_info .left li img {
 max-width: 3.5rem;
 max-height: 3.7rem;
 object-fit: contain;
 display: inline-block;
 margin-bottom: 2.6rem;
 }
@media screen and (max-width: 768px){
.contact_info .left li img {
 width: 20px;
 height: 20px;
 margin-bottom: 10px;
 }}
.contact_info .left li p {
 font-size: 1.8rem;
 font-weight: 350;
 color: rgb(22, 22, 22);
 }
@media screen and (max-width: 768px){
.contact_info .left li p {
 font-size: 15px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.contact_info .left li a {
 display: block;
 font-size: 3rem;
 font-weight: 400;
 transition: 0.3s;
 }
.contact_info .left li a:hover {
 color: var(--secondary);
 }
@media screen and (max-width: 768px){
.contact_info .left li a {
 font-size: 15px;
 }}
.contact_info .left li + li {
 margin-top: 2rem;
 }
.contact_info .right {
 width: 33.54%;
 }
[data-aos="fade-left"] {
 transform: translate3d(100px, 0px, 0px);
 }
@media screen and (max-width: 768px){
.contact_info .right {
 width: 100%;
 padding-top: 30px;
 }}
.contact_info .right h3 {
 font-size: 3.4rem;
 color: rgb(22, 22, 22);
 padding-bottom: 0.7rem;
 margin-bottom: 5.8rem;
 border-bottom: 1px solid rgba(22, 22, 22, 0.24);
 }
@media screen and (max-width: 768px){
.contact_info .right h3 {
 font-size: 20px;
 margin-bottom: 20px;
 }}
.contact_info .right .item .flex {
 gap: 2.7rem;
 align-items: flex-start;
 }
@media screen and (max-width: 768px){
.contact_info .right .item .flex {
 gap: 15px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.contact_info .right img {
 width: 7.5rem;
 margin-top: 0.5rem;
 }
@media screen and (max-width: 768px){
.contact_info .right img {
 width: 40px;
 }}
.contact_info .right .item label {
 display: block;
 font-size: 1.8rem;
 margin-bottom: 0.2rem;
 opacity: 0.8;
 }
@media screen and (max-width: 768px){
.contact_info .right .item label {
 font-size: 14px;
 }}
.contact_info .right .item a, .contact_info .right .item p span {
 font-size: 2.4rem;
 display: block;
 transition: 0.3s;
 }
.contact_info .right .item a:hover {
 color: var(--secondary);
 }
@media screen and (max-width: 768px){
.contact_info .right .item a, .contact_info .right .item p span {
 font-size: 16px;
 }}
.contact_info .right .item div p + p {
 margin-top: 2.3rem;
 }
@media screen and (max-width: 768px){
.contact_info .right .item div p + p {
 margin-top: 10px;
 }}
.contact_info .right .item + .item {
 margin-top: 6.5rem;
 }
@media screen and (max-width: 768px){
.contact_info .right .item + .item {
 margin-top: 20px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.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;
}