html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--dark:#1A1A2E;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.img_bg::after {
 content: "";
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
 background: linear-gradient(to right, rgb(11, 26, 46), rgba(11, 26, 46, 0));
 }
.home_hero_banner {
 overflow: hidden;
 position: relative;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_hero_banner {
 padding: 10rem 0px 5rem;
 }}
@media screen and (max-width: 768px){
.home_hero_banner {
 padding: 50px 0px;
 min-height: auto;
 }}
img {
 max-width: 100%;
 display: block;
 }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
.home_hero_banner .content {
 position: relative;
 z-index: 2;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.home_hero_banner .flex {
 min-height: 79rem;
 padding: 0rem 0px 0px;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_hero_banner .flex {
 flex-direction: column-reverse;
 min-height: unset;
 }}
.home_hero_text {
 flex: 0 0 51%;
 max-width: 51%;
 padding-bottom: 4rem;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_hero_text {
 flex: 0 0 55%;
 max-width: 55%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_hero_text {
 flex: 0 0 58%;
 max-width: 58%;
 padding-right: 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_hero_text {
 flex: 0 0 60%;
 max-width: 60%;
 }}
@media screen and (max-width: 768px){
.home_hero_text {
 flex: 0 0 100%;
 max-width: 100%;
 padding-right: 0px;
 margin-bottom: 0px;
 padding-bottom: 0px;
 text-align: center;
 }}
.hero_badge {
 display: inline-block;
 font-size: 1.2rem;
 font-family: oswald, sans-serif;
 font-weight: 400;
 color: rgb(255, 255, 255);
 text-transform: uppercase;
 letter-spacing: 1px;
 background: var(--primary);
 padding: 0.5rem 1.2rem;
 border-radius: 2px;
 margin-bottom: 2.2rem;
 }
[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){
.hero_badge {
 margin-bottom: 1rem;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.home_hero_text h1 {
 font-size: 7.5rem;
 font-weight: 600;
 color: rgb(255, 255, 255);
 line-height: 9rem;
 text-transform: uppercase;
 margin: 0px 0px 3rem;
 }
[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 (min-width: 769px) and (max-width: 1220px){
.home_hero_text h1 {
 font-size: 3.8rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_hero_text h1 {
 font-size: 3.2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_hero_text h1 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 768px){
.home_hero_text h1 {
 font-size: 30px;
 line-height: 1.5;
 margin-bottom: 20px;
 }}
@media screen and (max-width: 576px){
.home_hero_text h1 {
 font-size: 25px;
 }}
.home_hero_text h1 .red {
 color: var(--primary);
 }
.home_hero_text > p {
 font-size: 1.8rem;
 font-weight: 300;
 color: rgb(206, 206, 206);
 max-width: 56rem;
 margin-bottom: 3rem;
 line-height: 2.8rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.home_hero_text > p {
 font-size: 14px;
 line-height: 1.5;
 }}
.hero_btns {
 display: flex;
 gap: 2.5rem;
 flex-wrap: wrap;
 }
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
@media screen and (max-width: 576px){
.hero_btns {
 flex-direction: column;
 gap: 1rem;
 }}
a {
 text-decoration: none;
 color: inherit;
 transition: color 0.3s;
 }
.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 1.3rem 2.4rem;
 font-family: Oswald, sans-serif;
 font-size: 1.6rem;
 font-weight: 400;
 border-radius: 4px;
 border: 1px solid var(--primary);
 cursor: pointer;
 transition: background 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 white-space: nowrap;
 }
.btn_primary {
 background: var(--primary);
 color: rgb(255, 255, 255);
 transition: 0.3s;
 }
.btn_primary:hover {
 background: rgb(196, 24, 32);
 color: rgb(255, 255, 255);
 filter: brightness(110%);
 }
.hero_btns .btn {
 min-width: 20rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 13px;
 line-height: 30px;
 padding: 5px 20px;
 min-width: 120px;
 }}
@media screen and (max-width: 576px){
.hero_btns .btn {
 width: 100%;
 justify-content: center;
 }}
.btn_outline {
 background: transparent;
 color: rgb(255, 255, 255);
 border: 1px solid rgba(255, 255, 255, 0.5);
 }
.btn_outline:hover {
 background: rgb(255, 255, 255);
 color: var(--dark);
 }
.home_hero_image {
 flex: 0 0 37.78%;
 display: flex;
 align-items: center;
 justify-content: center;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_hero_image {
 flex: 0 0 45%;
 max-width: 45%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_hero_image {
 flex: 0 0 42%;
 max-width: 42%;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_hero_image {
 flex: 0 0 40%;
 max-width: 40%;
 }}
@media screen and (max-width: 768px){
.home_hero_image {
 flex: 0 0 100%;
 max-width: 100%;
 }}
.home_hero_image .img {
 width: 100%;
 }
@media screen and (max-width: 768px){
.home_hero_image .img {
 display: flex;
 align-items: center;
 justify-content: center;
 }}
.home_hero_image .img img {
 width: 100%;
 height: auto;
 display: block;
 }
@media screen and (max-width: 768px){
.home_hero_image .img img {
 width: 80%;
 }}
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--border:#E0E0E0;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.home_stats_bar {
 background: rgb(251, 251, 251);
 padding: 0px;
 position: relative;
 z-index: 9;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_stats_bar {
 background-color: rgb(255, 255, 255);
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
.home_stats_bar .content {
 padding-top: 0px;
 padding-bottom: 0px;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.wrap {
 flex-wrap: wrap;
 }
.home_stats_bar .flex {
 min-height: 12rem;
 flex-wrap: nowrap;
 background-color: white;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
 border-radius: 8px;
 }
@media screen and (max-width: 768px){
.home_stats_bar .flex {
 min-height: unset;
 overflow-y: hidden;
 }}
.stat_item {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
 padding: 4.5rem 2rem;
 flex: 1 1 0%;
 }
[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){
.stat_item {
 flex: 0 0 50%;
 padding: 2rem 1rem;
 }}
@media screen and (max-width: 576px){
.stat_item {
 flex: 0 0 50%;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.stat_item strong {
 display: block;
 font-size: 3.8rem;
 font-weight: 600;
 color: rgb(26, 26, 26);
 line-height: 1.2;
 margin-bottom: 0.6rem;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.stat_item strong {
 font-size: 2.2rem;
 }}
@media screen and (max-width: 576px){
.stat_item strong {
 font-size: 2.2rem;
 }}
.stat_item strong span {
 font-size: inherit;
 font-weight: inherit;
 color: inherit;
 text-transform: inherit;
 letter-spacing: inherit;
 }
.stat_item span {
 font-size: 1.3rem;
 font-weight: 500;
 color: rgb(107, 110, 120);
 text-transform: uppercase;
 letter-spacing: 0.1em;
 }
@media screen and (max-width: 768px){
.stat_item span {
 font-size: 12px;
 }}
.stat_item strong span:nth-of-type(2) {
 color: var(--primary);
 }
.stat_divider {
 width: 1px;
 height: 5rem;
 background: var(--border);
 flex-shrink: 0;
 align-self: center;
 }
@media screen and (max-width: 768px){
.stat_divider {
 display: none;
 }}
[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][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.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 {
--primary:#CD0011;
--title:#111111;
--h, 56.25%:;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.home_applications {
 background: rgb(249, 249, 249);
 padding: 14.2rem 0px 17.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_applications {
 padding: 6rem 0px;
 }}
@media screen and (max-width: 768px){
.home_applications {
 padding: 40px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.home_applications_head {
 margin-bottom: 4rem;
 }
@media screen and (max-width: 768px){
.home_applications_head {
 margin-bottom: 20px;
 }}
.subtitle {
 font-family: Oswald, sans-serif;
 font-size: 1.4rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1rem;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.subtitle::after {
 content: "";
 width: 3rem;
 height: 2px;
 background-color: var(--primary);
 display: inline-block;
 transform: translateY(1px);
 }
.home_applications_head .subtitle {
 margin-bottom: 0.2rem;
 }
[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){
.subtitle {
 font-size: 12px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.wrap {
 flex-wrap: wrap;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_applications_head .flex {
 flex-direction: column;
 align-items: flex-start;
 }}
@media screen and (max-width: 768px){
.home_applications_head .flex {
 flex-direction: column;
 align-items: flex-start;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.home_applications_head h2 {
 font-size: 5rem;
 font-weight: 800;
 color: var(--title);
 text-transform: uppercase;
 margin: 0px;
 flex: 0 0 45%;
 }
[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 (min-width: 769px) and (max-width: 896px){
.home_applications_head h2 {
 flex: 0 0 100%;
 margin-bottom: 1.2rem;
 }}
@media screen and (max-width: 768px){
.home_applications_head h2 {
 flex: 0 0 100%;
 font-size: 2.4rem;
 margin-bottom: 1.2rem;
 }}
.home_applications_head .desc {
 font-size: 1.8rem;
 color: rgb(107, 110, 120);
 line-height: 2.6rem;
 max-width: 51.2rem;
 margin: 0px;
 flex: 0 0 50%;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_applications_head .desc {
 flex: 0 0 100%;
 }}
@media screen and (max-width: 768px){
.home_applications_head .desc {
 flex: 0 0 100%;
 }}
@media screen and (max-width: 768px){
.home_applications_head .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
.gap {
 gap: 3rem;
 }
.home_applications_grid {
 margin-top: 0px;
 flex-wrap: nowrap;
 gap: 2.1rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_applications_grid {
 gap: 20px;
 overflow: auto;
 }}
.app_card.active {
 flex: 2 1 0%;
 }
.app_card {
 flex: 1 1 0%;
 min-width: 0px;
 border-radius: 6px;
 overflow: hidden;
 position: relative;
 transition: 0.3s;
 }
.app_card::before {
 content: "";
 width: 100%;
 height: 80%;
 background: linear-gradient(to top, rgb(11, 26, 46), rgba(11, 26, 46, 0));
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: 9;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.app_card {
 flex: 0 0 calc(50% - 1.5rem);
 }}
@media screen and (max-width: 768px){
.app_card, .app_card.active {
 min-width: 250px;
 flex: unset !important;
 }}
@media screen and (max-width: 576px){
.app_card {
 flex: 0 0 100%;
 }}
.img_aba {
 position: relative;
 width: 100%;
 overflow: hidden;
 }
.img_aba::before {
 content: "";
 display: block;
 padding-top: var(--h, 56.25%);
 }
.app_card .img {
 width: 100%;
 position: relative;
 overflow: hidden;
 border-radius: 8px;
 height: 45.2rem;
 }
@media screen and (max-width: 768px){
.app_card .img {
 height: 300px;
 }}
img {
 max-width: 100%;
 display: block;
 }
.img_aba img {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.img_cv img {
 object-fit: cover;
 }
.app_card .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.5s;
 }
.app_card:hover .img img {
 transform: scale(1.06);
 }
.app_overlay {
 position: absolute;
 bottom: 0px;
 left: 0px;
 right: 0px;
 padding: 3.6rem 3.3rem;
 color: rgb(255, 255, 255);
 z-index: 15;
 }
@media screen and (max-width: 768px){
.app_overlay {
 padding: 20px;
 }}
.app_overlay h3 {
 font-size: 2.4rem;
 font-weight: 600;
 color: rgb(255, 255, 255);
 text-transform: uppercase;
 margin: 0px 0px 0.6rem;
 }
@media screen and (max-width: 768px){
.app_overlay h3 {
 font-size: 17px;
 }}
.active .app_overlay p {
 opacity: 1;
 position: relative;
 }
.app_overlay p {
 font-size: 1.6rem;
 font-weight: 300;
 color: rgba(255, 255, 255, 0.85);
 line-height: 1.5;
 margin: 0px;
 position: absolute;
 opacity: 0;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.app_overlay p {
 font-size: 13px;
 line-height: 1.5;
 }}
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--title:#111111;
--text2:#888888;
--h, 56.25%:;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.home_endurance {
 background: white;
 padding: 10.7rem 0px 13.7rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_endurance {
 padding: 50px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.home_endurance .head {
 margin-bottom: 5rem;
 }
@media screen and (max-width: 768px){
.home_endurance .head {
 margin-bottom: 20px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_endurance .flex {
 flex-direction: column;
 }}
@media screen and (max-width: 768px){
.home_endurance .flex {
 flex-direction: column;
 }}
.home_endurance .head .left {
 width: 36.23%;
 }
@media screen and (max-width: 768px){
.home_endurance .head .left {
 width: 100%;
 }}
.subtitle {
 font-family: Oswald, sans-serif;
 font-size: 1.4rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1rem;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.subtitle::after {
 content: "";
 width: 3rem;
 height: 2px;
 background-color: var(--primary);
 display: inline-block;
 transform: translateY(1px);
 }
[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){
.subtitle {
 font-size: 12px;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.syedittext h2 {
 font-size: 5rem;
 color: var(--title);
 text-transform: uppercase;
 line-height: 1.2;
 margin: 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;
 }
@media screen and (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 2.6rem;
 color: rgb(107, 110, 120);
 }
.home_endurance .head .left p {
 font-size: 2.6rem;
 line-height: 3.4rem;
 font-weight: 500;
 color: rgb(11, 26, 46);
 margin-top: 4.6rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_endurance .head .left p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 15px;
 }}
.home_endurance .head .right {
 width: 43.26%;
 padding-top: 13.5rem;
 }
@media screen and (max-width: 768px){
.home_endurance .head .right {
 width: 100%;
 padding-top: 15px;
 }}
.home_endurance .head .right p {
 margin-bottom: 3.3rem;
 }
@media screen and (max-width: 768px){
.home_endurance .head .right p {
 margin-bottom: 15px;
 }}
a {
 text-decoration: none;
 color: inherit;
 transition: color 0.3s;
 }
.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 1.3rem 2.4rem;
 font-family: Oswald, sans-serif;
 font-size: 1.6rem;
 font-weight: 400;
 border-radius: 4px;
 border: 1px solid var(--primary);
 cursor: pointer;
 transition: background 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 white-space: nowrap;
 }
.btn_primary {
 background: var(--primary);
 color: rgb(255, 255, 255);
 transition: 0.3s;
 }
.btn_primary:hover {
 background: rgb(196, 24, 32);
 color: rgb(255, 255, 255);
 filter: brightness(110%);
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 13px;
 line-height: 30px;
 padding: 5px 20px;
 min-width: 120px;
 }}
.flex_middle {
 align-items: center;
 }
.home_endurance_left {
 flex: 0 0 21.73%;
 max-width: 21.73%;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_endurance_left {
 flex: 0 0 48%;
 max-width: 48%;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_endurance_left, .home_endurance_right {
 flex: 0 0 100%;
 max-width: 100%;
 }}
@media screen and (max-width: 768px){
.home_endurance_left {
 flex: 0 0 100%;
 max-width: 100%;
 }}
.wrap {
 flex-wrap: wrap;
 }
.gap {
 gap: 3rem;
 }
.endurance_stats {
 margin: 3rem 0px;
 flex-flow: column;
 gap: 6.5rem;
 }
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 576px){
.endurance_stats {
 gap: 2rem;
 }}
@media screen and (max-width: 768px){
.endurance_stats {
 flex-wrap: wrap;
 gap: 2rem;
 }}
@media screen and (max-width: 768px){
.home_endurance .endurance_stats {
 white-space: nowrap;
 flex-flow: row;
 margin: 0px;
 overflow: auto;
 }}
.endurance_stat {
 display: flex;
 flex-direction: column;
 }
@media screen and (max-width: 576px){
.endurance_stat {
 flex: 0 0 calc(50% - 1rem);
 }}
@media screen and (max-width: 768px){
.endurance_stat {
 flex: unset;
 min-width: 120px;
 }}
.endurance_stat strong, .endurance_stat strong span {
 font-size: 4.4rem;
 font-weight: 500;
 color: var(--title);
 line-height: 1.2;
 margin-bottom: 0.6rem;
 letter-spacing: 0px;
 }
@media screen and (max-width: 768px){
.endurance_stat strong, .endurance_stat strong span {
 font-size: 25px;
 }}
.endurance_stat span {
 font-size: 1.5rem;
 font-weight: 500;
 color: var(--text2);
 text-transform: uppercase;
 letter-spacing: 0.08em;
 }
@media screen and (max-width: 768px){
.endurance_stat span {
 font-size: 12px;
 }}
.endurance_stat strong span:nth-of-type(2) {
 color: var(--primary);
 }
.flex1 {
 flex: 1 1 0%;
 }
.home_endurance_right {
 flex: 0 0 78.26%;
 max-width: 78.26%;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_endurance_right {
 flex: 0 0 48%;
 max-width: 48%;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_endurance_right {
 margin-top: 3rem;
 }}
@media screen and (max-width: 768px){
.home_endurance_right {
 width: 100%;
 flex: unset;
 margin: 20px 0px 0px;
 max-width: 100%;
 }}
.img_aba {
 position: relative;
 width: 100%;
 overflow: hidden;
 }
.img_aba::before {
 content: "";
 display: block;
 padding-top: var(--h, 56.25%);
 }
.home_endurance_right .img {
 width: 100%;
 border-radius: 11px;
 overflow: hidden;
 aspect-ratio: 1078 / 461;
 }
img {
 max-width: 100%;
 display: block;
 }
.img_aba img {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.img_cv img {
 object-fit: cover;
 }
.home_endurance_right .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--title:#111111;
--surface:#FFFFFF;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.home_why_choose {
 background: rgb(249, 249, 249);
 padding: 14rem 0px 10rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_why_choose {
 padding: 40px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.wrap {
 flex-wrap: wrap;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_why_choose .flex {
 flex-direction: column;
 }}
@media screen and (max-width: 768px){
.home_why_choose .flex {
 flex-direction: column;
 }}
.home_why_left {
 flex: 0 0 35%;
 max-width: 35%;
 padding-right: 4rem;
 padding-top: 7.2rem;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.home_why_left {
 flex: 0 0 38%;
 max-width: 38%;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.home_why_left {
 flex: 0 0 40%;
 max-width: 40%;
 padding-right: 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.home_why_left {
 flex: 0 0 100%;
 max-width: 100%;
 padding-right: 0px;
 margin-bottom: 3rem;
 }}
@media screen and (max-width: 768px){
.home_why_left {
 flex: 0 0 100%;
 max-width: 100%;
 padding-right: 0px;
 padding-top: 0px;
 margin-bottom: 0px;
 }}
.subtitle {
 font-family: Oswald, sans-serif;
 font-size: 1.4rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1rem;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.subtitle::after {
 content: "";
 width: 3rem;
 height: 2px;
 background-color: var(--primary);
 display: inline-block;
 transform: translateY(1px);
 }
.home_why_left .subtitle {
 margin-bottom: 1.2rem;
 }
[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){
.subtitle {
 font-size: 12px;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.syedittext h2 {
 font-size: 5rem;
 color: var(--title);
 text-transform: uppercase;
 line-height: 1.2;
 margin: 0px;
 }
.home_why_choose h2 {
 margin-bottom: 3.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 h2 {
 font-size: 22px;
 }}
@media screen and (max-width: 768px){
.home_why_left h2 {
 font-size: 2.4rem;
 margin-bottom: 20px;
 }}
@media screen and (max-width: 576px){
.home_endurance_left h2, .home_why_left h2, .home_cta_left h2, .home_process .head h2 {
 font-size: 2.2rem;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 2.6rem;
 color: rgb(107, 110, 120);
 }
.home_why_choose .head p {
 margin-bottom: 4rem;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (max-width: 768px){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_why_choose .head p {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 20px;
 }}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
a {
 text-decoration: none;
 color: inherit;
 transition: color 0.3s;
 }
.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 1.3rem 2.4rem;
 font-family: Oswald, sans-serif;
 font-size: 1.6rem;
 font-weight: 400;
 border-radius: 4px;
 border: 1px solid var(--primary);
 cursor: pointer;
 transition: background 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 white-space: nowrap;
 }
.btn_primary {
 background: var(--primary);
 color: rgb(255, 255, 255);
 transition: 0.3s;
 }
.btn_primary:hover {
 background: rgb(196, 24, 32);
 color: rgb(255, 255, 255);
 filter: brightness(110%);
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 13px;
 line-height: 30px;
 padding: 5px 20px;
 min-width: 120px;
 }}
.home_why_right {
 width: 57.68%;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_why_right {
 flex: 0 0 100%;
 }}
@media screen and (max-width: 768px){
.home_why_right {
 flex: 0 0 100%;
 width: 100%;
 }}
.why_grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 2rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.why_grid {
 grid-template-columns: 1fr 1fr;
 gap: 1.6rem;
 }}
@media screen and (max-width: 768px){
.why_grid {
 grid-template-columns: 1fr 1fr;
 gap: 1.6rem;
 }}
@media screen and (max-width: 576px){
.why_grid {
 display: flex;
 gap: 20px;
 overflow: auto;
 }}
.why_card {
 background: var(--surface);
 padding: 3.3rem 4rem;
 border-radius: 8px;
 transition: box-shadow 0.3s, transform 0.3s;
 border: 1px solid rgb(236, 237, 241);
 }
.why_card:hover {
 box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 24px;
 transform: translateY(-3px);
 }
@media screen and (max-width: 768px){
.why_card {
 padding: 20px;
 min-width: 250px;
 }}
.why_card .icon {
 width: 5rem;
 height: 5rem;
 margin-bottom: 4.4rem;
 display: flex;
 align-items: center;
 justify-content: center;
 }
@media screen and (max-width: 768px){
.why_card .icon {
 width: 4rem;
 height: 4rem;
 margin-bottom: 20px;
 }}
img {
 max-width: 100%;
 display: block;
 }
.why_card .icon img {
 width: 100%;
 height: 100%;
 }
.why_card h3 {
 font-size: 2.4rem;
 color: var(--title);
 text-transform: uppercase;
 margin: 0px 0px 1rem;
 line-height: 1.3;
 padding-right: 4rem;
 }
@media screen and (max-width: 768px){
.why_card h3 {
 font-size: 16px;
 }}
.why_card p {
 font-size: 1.6rem;
 color: rgb(107, 110, 120);
 line-height: 2.6rem;
 margin: 0px;
 }
@media screen and (max-width: 768px){
.why_card p {
 font-size: 13px;
 line-height: 1.5;
 }}
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--surface:#FFFFFF;
--swiper-wrapper-transition-timing-function,initial:;
--primary:#CD0011;
--title:#111111;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.home_certifications {
 background: var(--surface);
 padding: 5rem 0px;
 border-top: 1px solid var(--border);
 border-bottom: 1px solid var(--border);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_certifications {
 padding: 4rem 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.swiper_home_cer {
 overflow: hidden;
 padding: 0px 5%;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
.swiper-slide {
 height: auto;
 }
.cert_item.swiper-slide {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
 padding: 1rem 2rem;
 transition: opacity 0.3s;
 }
.cert_item:hover {
 opacity: 0.75;
 }
[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);
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.cert_item {
 flex: 0 0 calc(33.333% - 1.4rem);
 }}
@media screen and (max-width: 576px){
.cert_item {
 flex: 0 0 calc(50% - 1rem);
 }}
.cert_icon {
 width: 10rem;
 height: 10rem;
 border: 2px solid rgb(224, 226, 232);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 2rem;
 transition: border-color 0.3s;
 }
.cert_item:hover .cert_icon {
 border-color: var(--primary);
 }
@media screen and (max-width: 768px){
.cert_icon {
 width: 60px;
 height: 60px;
 margin-bottom: 15px;
 }}
img {
 max-width: 100%;
 display: block;
 }
.cert_icon img {
 width: 45%;
 height: 45%;
 }
.cert_item span {
 font-size: 2.2rem;
 font-weight: 600;
 color: var(--title);
 text-transform: uppercase;
 font-family: Oswald, sans-serif;
 }
@media screen and (max-width: 768px){
.cert_item span {
 font-size: 15px;
 }}
[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][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
 transition-delay: 0.3s;
 }
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
 transition-delay: 0.4s;
 }
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--title:#111111;
--swiper-wrapper-transition-timing-function,initial:;
--w:;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.home_process {
 background-color: rgb(11, 26, 47);
 padding: 10rem 0px 9.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_process {
 padding: 6rem 0px;
 }}
@media screen and (max-width: 768px){
.home_process {
 padding: 40px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.subtitle {
 font-family: Oswald, sans-serif;
 font-size: 1.4rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1rem;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.subtitle::after {
 content: "";
 width: 3rem;
 height: 2px;
 background-color: var(--primary);
 display: inline-block;
 transform: translateY(1px);
 }
@media screen and (max-width: 768px){
.subtitle {
 font-size: 12px;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.syedittext h2 {
 font-size: 5rem;
 color: var(--title);
 text-transform: uppercase;
 line-height: 1.2;
 margin: 0px;
 }
.home_process h2 {
 color: white;
 margin-bottom: 2.8rem;
 font-weight: 600;
 }
[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){
.syedittext h2 {
 font-size: 22px;
 }}
@media screen and (max-width: 768px){
.home_process .head h2 {
 font-size: 2.4rem;
 }}
@media screen and (max-width: 768px){
.home_process h2 {
 margin-bottom: 10px;
 }}
@media screen and (max-width: 576px){
.home_endurance_left h2, .home_why_left h2, .home_cta_left h2, .home_process .head h2 {
 font-size: 2.2rem;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 2.6rem;
 color: rgb(107, 110, 120);
 }
.home_process .head p {
 max-width: 62.5rem;
 color: rgb(255, 255, 255);
 opacity: 0.7;
 }
[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){
.syedittext p, .syedittext .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
.home_process .home_process_swiper {
 overflow: hidden;
 max-width: 141rem;
 margin: 6rem auto 0px;
 padding-top: 1rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_process .home_process_swiper {
 margin-top: 30px;
 }}
ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
.swiper-slide {
 height: auto;
 }
.home_process .home_process_swiper .swiper-slide {
 position: relative;
 --w: 5.4rem;
 padding: 0px 1rem;
 }
.home_process .home_process_swiper .swiper-slide::before, .home_process .home_process_swiper .swiper-slide::after {
 position: absolute;
 width: 100%;
 height: 2px;
 background-color: rgb(65, 77, 93);
 left: 50%;
 top: calc(var(--w) / 2 - 1px);
 content: "";
 }
.home_process .home_process_swiper .swiper-slide::after {
 background-color: var(--primary);
 width: 0px;
 }
.home_process .home_process_swiper .swiper-slide.active_line::after {
 width: 100%;
 transition: width 5s linear;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.home_process .home_process_swiper .swiper-slide {
 --w: 30px;
 }}
.home_process .home_process_swiper .swiper-slide.active .order::before {
 width: 120%;
 padding-bottom: 120%;
 opacity: 1;
 }
.home_process .home_process_swiper .order {
 position: relative;
 z-index: 2;
 display: block;
 font-size: 1.8rem;
 font-weight: 500;
 color: rgb(255, 255, 255);
 text-align: center;
 line-height: var(--w);
 min-width: var(--w);
 width: max-content;
 margin: 0px auto;
 }
.home_process .home_process_swiper .order::before, .home_process .home_process_swiper .order::after {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 content: "";
 pointer-events: none;
 z-index: -1;
 width: calc(100% - 14px);
 height: calc(100% - 14px);
 border-radius: 50%;
 border: 4px solid transparent;
 background-color: rgb(65, 77, 93);
 }
.home_process .home_process_swiper .order::before {
 background-color: rgb(11, 26, 47);
 border: 2px solid var(--primary);
 transition: 0.3s;
 opacity: 0;
 width: 100%;
 height: unset;
 padding-bottom: 100%;
 }
.home_process .home_process_swiper .active .order::after {
 background-color: var(--primary);
 }
@media screen and (max-width: 768px){
.home_process .home_process_swiper .order {
 font-size: 14px;
 }}
.home_process .home_process_swiper .info {
 text-align: center;
 margin-top: 2.5rem;
 }
.home_process .home_process_swiper .info h3 {
 font-size: 2rem;
 color: rgb(255, 255, 255);
 text-transform: uppercase;
 font-weight: 500;
 }
@media screen and (max-width: 768px){
.home_process .home_process_swiper .info h3 {
 font-size: 16px;
 }}
.home_process .home_process_swiper .info p {
 font-size: 1.6rem;
 line-height: 2.4rem;
 color: rgb(147, 147, 147);
 margin-top: 1.6rem;
 }
@media screen and (max-width: 768px){
.home_process .home_process_swiper .info p {
 font-size: 14px;
 line-height: 1.5;
 }}
.home_process .home_process_swiper .swiper-slide:last-child::before, .home_process .home_process_swiper .swiper-slide:last-child::after {
 display: none;
 }
.center {
 text-align: center;
 }
.home_process p.center:has(.btn) {
 max-width: unset;
 margin-top: 6.2rem;
 }
@media screen and (max-width: 768px){
.home_process p.center:has(.btn) {
 margin-top: 20px;
 }}
a {
 text-decoration: none;
 color: inherit;
 transition: color 0.3s;
 }
.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 1.3rem 2.4rem;
 font-family: Oswald, sans-serif;
 font-size: 1.6rem;
 font-weight: 400;
 border-radius: 4px;
 border: 1px solid var(--primary);
 cursor: pointer;
 transition: background 0.3s, color 0.3s, border-color 0.3s, opacity 0.3s;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 white-space: nowrap;
 }
.btn_primary {
 background: var(--primary);
 color: rgb(255, 255, 255);
 transition: 0.3s;
 }
.btn_primary:hover {
 background: rgb(196, 24, 32);
 color: rgb(255, 255, 255);
 filter: brightness(110%);
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 13px;
 line-height: 30px;
 padding: 5px 20px;
 min-width: 120px;
 }}
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.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;
}