html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--secondary:#f76226;
--primary:#003c6d;
--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;
 }
[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;
 }}
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;
 }}
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/home_0/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);
 }
@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;
 }}
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;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--title:#161616;
--text:#424242;
--secondary:#f76226;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_solutions {
 padding-top: 10.5rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_solutions {
 padding-top: 50px;
 }}
.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;
 }}
.home_solutions .head {
 margin-bottom: 8.8rem;
 }
.home_solutions .head::after {
 content: "";
 width: 1px;
 height: 25.8rem;
 background-color: rgb(22, 22, 22);
 position: absolute;
 left: 28.8rem;
 top: 16.6rem;
 }
.home_solutions .head::before {
 content: "";
 width: 1px;
 height: 7rem;
 background-color: rgb(255, 255, 255);
 position: absolute;
 left: 28.8rem;
 top: 37rem;
 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){
.home_solutions .head {
 margin-bottom: 50px;
 }}
@media screen and (max-width: 768px){
.home_solutions .head::after {
 display: none;
 }}
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;
 }
.home_solutions .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 (max-width: 768px){
.home_solutions .head h2 {
 padding-left: 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;
 }
.home_solutions .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){
.home_solutions .head p {
 padding: 0px;
 }}
[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;
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
.home_solutions .item {
 position: relative;
 }
.img.img_cv {
 overflow: hidden;
 }
.home_solutions .item .img {
 aspect-ratio: 1920 / 578;
 }
@media screen and (max-width: 768px){
.home_solutions .item .img {
 aspect-ratio: 1 / 0.7;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_solutions .item .title {
 padding: 2.7rem 5.4rem;
 background: linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0) 80%, rgb(0, 0, 0));
 width: 49.5%;
 font-size: 4rem;
 font-weight: 400;
 margin-left: auto;
 color: white;
 margin-top: -8.2rem;
 position: relative;
 z-index: 9;
 text-transform: uppercase;
 letter-spacing: 3px;
 }
@media screen and (max-width: 768px){
.home_solutions .item .title {
 margin-left: 0px;
 width: 100%;
 padding: 20px;
 font-size: 25px;
 margin-top: -76px;
 }}
.home_solutions .item .content {
 max-width: 161.5rem;
 }
.flex {
 display: flex;
 }
@media screen and (max-width: 768px){
section .content > .flex {
 flex-flow: wrap;
 }}
@media screen and (max-width: 768px){
.home_solutions .item .content > .flex {
 flex-flow: wrap;
 }}
.home_solutions .item .flex .info {
 padding-top: 1.8rem;
 padding-left: 8.5rem;
 padding-bottom: 6rem;
 width: 79.5%;
 box-shadow: rgba(0, 0, 0, 0.1) -15px 0px 15px -15px inset;
 }
@media screen and (max-width: 768px){
section .content > .flex > * {
 width: 100%;
 }}
@media screen and (max-width: 768px){
.home_solutions .item .flex .info {
 width: 100%;
 padding: 30px 0px;
 box-shadow: none;
 }}
.home_solutions .item .flex .info span {
 font-size: 1.8rem;
 color: rgb(22, 22, 22);
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 450;
 display: inline-block;
 position: relative;
 }
.home_solutions .item .flex .info span::before {
 content: "";
 width: 6.6rem;
 height: 1px;
 background-color: rgb(22, 22, 22);
 position: absolute;
 top: 1.2rem;
 right: calc(100% + 2rem);
 }
@media screen and (max-width: 768px){
.home_solutions .item .flex .info span {
 font-size: 15px;
 }}
.home_solutions .item .flex .info h3 {
 margin-top: 4rem;
 font-size: 3.4rem;
 line-height: 4.4rem;
 font-weight: 300;
 max-width: 82.5rem;
 margin-bottom: 4rem;
 }
@media screen and (max-width: 768px){
.home_solutions .item .flex .info h3 {
 font-size: 16px;
 line-height: 1.4;
 margin: 10px 0px;
 }}
.home_solutions .item .flex .info p {
 font-size: 2rem;
 font-weight: 380;
 color: rgb(84, 84, 84);
 padding-top: 2.5rem;
 position: relative;
 transition: 0.3s;
 }
.home_solutions .item .flex .info p::before {
 content: "";
 width: 3.2rem;
 height: 1px;
 background-color: rgb(213, 213, 213);
 position: absolute;
 left: 0px;
 top: 0px;
 }
@media screen and (max-width: 768px){
.home_solutions .item .flex .info p {
 font-size: 14px;
 line-height: 1.5;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_solutions .item .flex .info p a:hover {
 color: var(--secondary);
 }
.home_solutions .item .flex .btns {
 flex: 1 1 0%;
 display: flex;
 align-items: center;
 justify-content: right;
 width: 100%;
 }
@media screen and (min-width: 769px) and (max-width: 1500px){
.home_solutions .item .flex .btns {
 padding-right: 5rem;
 }}
@media screen and (max-width: 768px){
.home_solutions .item .flex .btns {
 margin-bottom: 50px;
 }}
.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_square {
 color: rgb(22, 22, 22);
 font-size: 2rem;
 position: relative;
 background-color: white;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 transition: 0.3s;
 }
.btn.btn_square::before {
 content: "";
 width: 7.2rem;
 height: 7.2rem;
 position: absolute;
 left: 80%;
 top: 50%;
 transform: translateY(-50%);
 border: 1px solid rgba(22, 22, 22, 0.6);
 z-index: -1;
 transition: 0.3s;
 }
.btn.btn_square::after {
 content: "";
 display: inline-block;
 width: 2.2rem;
 height: 2.2rem;
 background: url("https://www.cnxzlf.com/wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/btn_arrow.svg") center center / contain no-repeat;
 transition: 0.3s;
 position: absolute;
 filter: contrast(0) brightness(0);
 left: calc(80% + 3.6rem);
 top: 50%;
 transform: translate(-50%, -50%);
 }
.btn.btn_square:hover::before {
 width: 100%;
 height: 100%;
 left: 0px;
 top: 50%;
 z-index: 9;
 transform: translateY(-50%);
 }
.btn.btn_square:hover::after {
 opacity: 0;
 }
@media screen and (max-width: 768px){
.btn.btn_square {
 font-size: 15px;
 padding: 0px 10px;
 }}
@media screen and (max-width: 768px){
.btn.btn_square::before {
 width: 40px;
 height: 40px;
 }}
@media screen and (max-width: 768px){
.btn.btn_square::after {
 width: 15px;
 height: 15px;
 left: calc(80% + 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;
--primary:#003c6d;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.page_services {
 padding: 7.8rem 0px 8.4rem;
 background-color: rgb(244, 245, 247);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_services {
 padding: 50px 0px;
 }}
.content {
 max-width: 158rem;
 margin: 0px auto;
 position: relative;
 }
.small_content {
 max-width: 144rem;
 }
@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_services .head {
 margin-bottom: 3rem;
 }
[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_services .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;
 }
.page_services h2 {
 font-size: 3.4rem;
 }
@media screen and (max-width: 768px){
.head h2 {
 font-size: 23px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.page_services h2 {
 font-size: 25px;
 }}
[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;
 }
.page_services .main ul {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 3.5rem;
 }
@media screen and (max-width: 768px){
.page_services .main ul {
 display: flex;
 overflow: auto;
 gap: 20px;
 }}
li {
 list-style: none;
 }
@media screen and (max-width: 768px){
.page_services .main ul li {
 min-width: 250px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.page_services .main ul .item {
 display: flex;
 align-items: center;
 gap: 2.4rem;
 padding: 3rem;
 background-color: rgb(249, 249, 249);
 border: 1px solid white;
 border-radius: 1.2rem;
 transition: 0.3s;
 }
.page_services .main ul .item:hover {
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
 }
@media screen and (max-width: 768px){
.page_services .main ul .item {
 padding: 20px;
 }}
.page_services .main ul .item .img {
 width: 8.1rem;
 height: 8.1rem;
 flex-shrink: 0;
 border-radius: 50%;
 background-color: var(--primary);
 display: flex;
 align-items: center;
 justify-content: center;
 }
@media screen and (max-width: 768px){
.page_services .main ul .item .img {
 width: 60px;
 height: 60px;
 }}
.page_services .main ul .item .item_text {
 flex: 1;
}
.img.img_ct img {
 object-fit: contain;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.page_services .main ul .item .img img {
 width: 50%;
 height: 50%;
}
.page_services .main ul .item p {
 font-size: 2.4rem;
 margin-bottom: 0.8rem;
 }
.page_services .main ul .item .item_text span {
 font-size: 1.6rem;
 line-height: 1.6;
 color: #666;
 display: block;
}
@media screen and (max-width: 768px){
.page_services .main ul .item p {
 font-size: 16px;
 }}
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){


}