html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text_w:rgba(255, 255, 255, 0.8);
--title:#1c1c1c;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_banner {
 z-index: 3;
 }
.page_banner::after, .page_banner::before {
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 100%;
 height: 33.8295%;
 background-image: linear-gradient(to top, rgb(20, 88, 168) -8%, transparent);
 content: "";
 z-index: 2;
 pointer-events: none;
 opacity: 0.74;
 }
.page_banner::before {
 height: 44.655%;
 opacity: 1;
 background-image: linear-gradient(to top, rgb(0, 4, 12) -25.4545%, transparent);
 z-index: 1;
 }
body{
color: #fff;
}
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_banner::before, .page_banner::after {
 height: 100%;
 z-index: -1;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.page_banner .bn_mask {
 height: 107.7%;
 pointer-events: none;
 z-index: 3;
 }
@media screen and (max-width: 768px){
.page_banner .bn_mask {
 display: none;
 }}
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
.page_banner .flex {
 min-height: 73.9rem;
 padding: 12rem 0px 8.4rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.page_banner .flex {
 min-height: unset;
 padding: 100px 0px 50px;
 }}
.page_banner .head {
 position: relative;
 z-index: 3;
 flex: 1 1 0%;
 width: 100%;
 padding-bottom: 3.2%;
 }
@media screen and (max-width: 768px){
.page_banner .flex .head {
 padding: 0px;
 }}
.head h1 {
 font-size: 5.8rem;
 line-height: 1.18966;
 font-weight: 700;
 letter-spacing: 0.04rem;
 }
[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: 1024px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 }}
.syedittext p, .syedittext .desc {
 font-size: 1.8rem;
 line-height: 3rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.012rem;
 }
.head.bn p {
 font-size: 2.2rem;
 line-height: 3.2rem;
 letter-spacing: 0.018rem;
 }
.head p {
 font-size: 1.8rem;
 line-height: 3rem;
 color: var(--text_w);
 font-weight: 300;
 letter-spacing: 0.015rem;
 }
.page_banner p {
 margin-top: 2.5rem;
 }
[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;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head.bn p {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 word-spacing: unset;
 margin-top: 12px;
 }}
i, em {
 font-style: normal;
 }
.page_banner .bn_arrow {
 position: absolute;
 bottom: 12.2rem;
 right: 2.75%;
 z-index: 2;
 width: 1rem;
 background: url("https://grandcnc.net//wp-content/plugins/sytech-fronteditor/sytpl/contact_0/assets/img/bn-line.svg") center center / contain no-repeat;
 }
.page_banner .bn_arrow::after {
 padding-bottom: 1920%;
 content: "";
 display: block;
 }
@media screen and (max-width: 768px){
.page_banner .bn_arrow {
 bottom: 20px;
 width: 5px;
 right: 10px;
 }}
input, button, textarea {
 border: none;
 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 {
--border:#3e82c0;
--tertiary:#1b84c8;
--primary:#1b85c9;
--bg_w:#f2f4f6;
--title:#1c1c1c;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.contact_infos {
 padding: 14.1rem 0px 7.3rem;
 }
body{
color: #fff;
}
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.contact_infos {
 padding: 50px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 pointer-events: none;
 }
.content {
 max-width: 144rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 30px;
 }}
@media screen and (max-width: 576px){
.content {
 padding: 0px 20px;
 }}
.contact_infos .items ul {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
 gap: 3rem 1.99074%;
 }
@media screen and (max-width: 768px){
.contact_infos .items ul {
 grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr));
 gap: 20px;
 }}
li {
 list-style: none;
 }
[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);
 }
.contact_infos .item {
 border-radius: 1.9rem;
 border: 1px solid var(--border);
 background-color: var(--bg2);
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 height: 100%;
 transition: 0.3s;
 gap: 1.9rem;
 padding: 11.521% 8.863% 12.703%;
 }
@media screen and (max-width: 768px){
.contact_infos .item {
 border-radius: 10px;
 padding: 20px;
 gap: 10px;
 }}
.contact_infos .item .icon {
 width: 6.8rem;
 height: 6.8rem;
 border-radius: 50%;
 background-color: var(--tertiary);
 }
@media screen and (max-width: 768px){
.contact_infos .item .icon {
 width: 50px;
 height: 50px;
 }}
.icon img {
 display: block;
 object-fit: contain;
 width: 100%;
 height: 100%;
 transition: 0.3s;
 }
.contact_infos .item .label {
 font-size: 2.6rem;
 font-weight: 600;
 transition: 0.3s;
 margin-top: 1.2rem;
 }
@media screen and (max-width: 768px){
.contact_infos .item .label {
 font-size: 18px;
 margin-top: 10px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.contact_infos .item p, .contact_infos .item a {
 font-size: 1.8rem;
 line-height: 2.765rem;
 opacity: 0.85;
 transition: 0.3s;
 font-weight: 300;
 letter-spacing: 0.015rem;
 }
.contact_infos .item a {
 vertical-align: top;
 }
.contact_infos .item a:hover {
 color: var(--primary);
 text-decoration: underline;
 opacity: 1;
 }
@media screen and (max-width: 768px){
.contact_infos .item p, .contact_infos .item a {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 }}
.contact_infos .items .active .item {
 border-color: var(--bg_w);
 background-color: var(--bg_w);
 }
.contact_infos .items .active .label {
 color: rgb(35, 35, 35);
 }
.contact_infos .items .active a, .contact_infos .items .active p {
 color: rgb(71, 71, 71);
 opacity: 1;
 font-weight: 400;
 letter-spacing: unset;
 }
input, button, textarea {
 border: none;
 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;
}