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){


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