html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.about_hero {
 position: relative;
 min-height: 70rem;
 display: flex;
 overflow: hidden;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_hero {
 min-height: unset;
 padding-top: 0px;
 }}
@media screen and (max-width: 576px){
.about_hero {
 min-height: 36rem;
 }}
.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));
 }
.about_hero .img_bg {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 z-index: 0;
 }
.about_hero .img_bg::after {
 content: "";
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: linear-gradient(to right, rgb(11, 26, 46), rgba(11, 26, 46, 0.89), rgba(11, 26, 46, 0));
 z-index: 1;
 }
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;
 }
.about_hero .img_bg img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
.about_hero .content {
 position: relative;
 z-index: 2;
 width: 100%;
 }
@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;
 }}
.about_hero_inner {
 max-width: 79.3rem;
 padding: 12rem 0px 6rem;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.about_hero_inner {
 padding: 6rem 0px 5rem;
 }}
@media screen and (max-width: 768px){
.about_hero_inner {
 padding: 50px 0px;
 }}
.about_hero .tag {
 font-family: Oswald, sans-serif;
 display: inline-block;
 font-size: 1.2rem;
 font-weight: 400;
 color: rgb(255, 255, 255);
 text-transform: uppercase;
 background-color: var(--primary);
 padding: 0.5rem 1.5rem 0.7rem;
 letter-spacing: 0.08em;
 margin-bottom: 1.5rem;
 border-radius: 2px;
 }
[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: 576px){
.about_hero .tag {
 font-size: 1rem;
 padding: 0.4rem 1.2rem;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.about_hero h1 {
 font-size: 7.5rem;
 font-weight: 600;
 color: rgb(255, 255, 255);
 line-height: 9rem;
 margin-bottom: 3rem;
 letter-spacing: -0.01em;
 }
[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){
.about_hero h1 {
 font-size: 3.8rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.about_hero h1 {
 font-size: 3.4rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.about_hero h1 {
 font-size: 3rem;
 }}
@media screen and (max-width: 768px){
.about_hero h1 {
 font-size: 25px;
 line-height: 1.5;
 margin-bottom: 20px;
 }}
@media screen and (max-width: 576px){
.about_hero h1 {
 font-size: 2.4rem;
 }}
.about_hero h1 span {
 color: var(--primary);
 }
.about_hero .desc {
 font-size: 1.8rem;
 font-weight: 300;
 color: rgb(204, 204, 204);
 line-height: 2.8rem;
 max-width: 55.2rem;
 }
[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){
.about_hero .desc {
 font-size: 13px;
 line-height: 1.5;
 }}
.about_hero .breadcrumbs {
 position: absolute;
 bottom: 1.5rem;
 left: 0px;
 }
@media screen and (max-width: 768px){
.about_hero .breadcrumbs {
 left: 20px;
 }}
.about_hero .breadcrumbs > span {
 display: flex;
 align-items: center;
 }
.about_hero .breadcrumbs span {
 font-size: 1.2rem;
 color: rgb(119, 119, 119);
 margin: 0px;
 letter-spacing: 1px;
 }
a {
 text-decoration: none;
 color: inherit;
 transition: color 0.3s;
 }
.about_hero .breadcrumbs a {
 font-size: 1.2rem;
 font-weight: 400;
 color: rgb(119, 119, 119);
 transition: color 0.3s;
 letter-spacing: 1px;
 display: flex;
 align-items: center;
 }
.about_hero .breadcrumbs a::after {
 content: "";
 width: 1.5rem;
 height: 1.5rem;
 background: url("https://jianhangoutboards.com//wp-content/plugins/sytech-fronteditor/sytpl/about_0/assets/img/breadcrumbs_icon.svg") center center / contain no-repeat;
 display: inline-block;
 margin-left: 0.7rem;
 margin-right: 0.7rem;
 }
.about_hero .breadcrumbs a:hover {
 color: rgb(255, 255, 255);
 }
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;
--primary:#CD0011;
--title:#111111;
--text:#555555;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.about_story {
 padding: 13.8rem 0px 14.6rem;
 background-color: var(--surface);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_story {
 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;
 }}
.about_story .head {
 margin-bottom: 5rem;
 }
@media screen and (max-width: 768px){
.about_story .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);
 }
[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;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 768px){
.about_story h2 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 576px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.4rem;
 }}
.flex {
 display: flex;
 }
.gap {
 gap: 3rem;
 }
.about_story_wrap {
 align-items: flex-start;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_story_wrap {
 flex-direction: column;
 }}
.about_story_img {
 flex: 0 0 50.14%;
 position: relative;
 border-radius: 0.8rem;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.about_story_img {
 flex: 0 0 100%;
 width: 100%;
 }}
.about_story_img .img {
 border-radius: 1.2rem;
 overflow: hidden;
 aspect-ratio: 690 / 474;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.about_story_img .img {
 height: 30rem;
 }}
@media screen and (max-width: 768px){
.about_story_img .img {
 height: 28rem;
 }}
img {
 max-width: 100%;
 display: block;
 }
.img_cv img {
 object-fit: cover;
 }
.about_story_img .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.years_badge {
 font-family: Oswald, sans-serif;
 position: absolute;
 bottom: 2rem;
 left: 2rem;
 background-color: var(--primary);
 color: rgb(255, 255, 255);
 font-size: 1.9rem;
 font-weight: 600;
 padding: 0.8rem 2.5rem;
 border-radius: 0.4rem;
 letter-spacing: 0.05em;
 z-index: 2;
 }
@media screen and (max-width: 768px){
.years_badge {
 font-size: 14px;
 padding: 5px 15px 8px;
 }}
.about_story_text {
 flex: 1 1 0%;
 padding-left: 3rem;
 }
[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){
.about_story_text {
 padding-left: 0px;
 margin-top: 2rem;
 }}
.about_story_text h3 {
 font-size: 3.4rem;
 font-weight: 600;
 color: var(--title);
 line-height: 4.2rem;
 margin-bottom: 3rem;
 }
@media screen and (max-width: 768px){
.about_story_text h3 {
 font-size: 18px;
 line-height: 1.5;
 margin-bottom: 15px;
 }}
.about_story_text p {
 font-size: 1.8rem;
 font-weight: 400;
 color: var(--text);
 line-height: 2.6rem;
 margin-bottom: 2rem;
 }
@media screen and (max-width: 768px){
.about_story_text p {
 font-size: 14px;
 line-height: 1.5;
 margin-bottom: 15px;
 }}
.about_story_text p:last-child {
 margin-bottom: 0px;
 }
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;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.home_stats_bar {
 background: rgb(251, 251, 251);
 padding: 0px;
 position: relative;
 z-index: 9;
 }
.home_stats_bar.bg {
 background-color: rgb(11, 26, 47);
 }
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;
 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: 5.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: 20px;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.stat_item strong {
 display: block;
 font-size: 3.8rem;
 font-weight: 500;
 color: rgb(26, 26, 26);
 line-height: 1.2;
 margin-bottom: 0.6rem;
 }
@media screen and (max-width: 768px){
.stat_item strong {
 font-size: 2.2rem;
 }}
.home_stats_bar.bg .stat_item strong span {
 color: white;
 }
.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: rgba(255, 255, 255, 0.54);
 text-transform: uppercase;
 letter-spacing: 0.1em;
 }
@media screen and (max-width: 768px){
.stat_item span {
 font-size: 12px;
 }}
.home_stats_bar.bg .stat_item strong span:nth-of-type(2) {
 color: var(--primary);
 }
.stat_item strong span:nth-of-type(2) {
 color: var(--primary);
 }
.stat_divider {
 width: 1px;
 height: 10rem;
 background: rgba(236, 237, 241, 0.14);
 flex-shrink: 0;
 align-self: center;
 }
[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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--title:#111111;
--surface:#FFFFFF;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.about_whychoose {
 padding: 14rem 0px 14.5rem;
 background-color: rgb(249, 249, 249);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_whychoose {
 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;
 }}
.center {
 text-align: center;
 }
.about_whychoose .head {
 margin-bottom: 5rem;
 }
@media screen and (max-width: 768px){
.about_whychoose .head {
 margin-bottom: 30px;
 }}
.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);
 }
.about_whychoose .subtitle {
 justify-content: center;
 }
[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;
 }
.about_whychoose h2 {
 margin-bottom: 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 (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 768px){
.about_whychoose h2 {
 font-size: 2.8rem;
 margin-bottom: 20px;
 }}
@media screen and (max-width: 576px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.4rem;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 2.6rem;
 color: rgb(107, 110, 120);
 }
.about_whychoose .desc {
 max-width: 73rem;
 margin: 0px auto;
 }
[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;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.gap {
 gap: 3rem;
 }
.about_whychoose_grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 3.9rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_whychoose_grid {
 display: flex;
 gap: 20px;
 overflow-y: hidden;
 flex-flow: row;
 }}
.about_whychoose_card {
 flex: 0 0 calc(33.333% - 2rem);
 background: var(--surface);
 padding: 4rem 4rem 5.8rem;
 border-radius: 0.8rem;
 transition: 0.4s;
 border: 1px solid rgb(236, 237, 241);
 }
.about_whychoose_card:hover {
 transform: translateY(-0.5rem);
 box-shadow: rgba(0, 0, 0, 0.08) 0px 1rem 4rem;
 border-color: var(--primary);
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.about_whychoose_card {
 flex: 0 0 calc(33.333% - 2rem);
 padding: 2.4rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.about_whychoose_card {
 flex: 0 0 calc(50% - 1.5rem);
 }}
@media screen and (max-width: 768px){
.about_whychoose_card {
 flex: 0 0 100%;
 }}
@media screen and (max-width: 768px){
.about_whychoose_card {
 padding: 20px;
 }}
@media screen and (max-width: 768px){
.about_whychoose_card {
 min-width: 250px;
 flex: unset;
 }}
.about_whychoose_card .card_icon {
 margin-bottom: 2.3rem;
 }
@media screen and (max-width: 768px){
.about_whychoose_card .card_icon {
 margin-bottom: 10px;
 }}
.about_whychoose_card .card_icon .icon {
 width: 6.2rem;
 height: 6.2rem;
 background: linear-gradient(135deg, rgb(255, 240, 242) 0%, rgb(255, 224, 229) 100%);
 display: flex;
 align-items: center;
 justify-content: center;
 }
@media screen and (max-width: 768px){
.about_whychoose_card .card_icon .icon {
 width: 40px;
 height: 40px;
 }}
img {
 max-width: 100%;
 display: block;
 }
.about_whychoose_card .card_icon .icon img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.about_whychoose_card h3 {
 font-size: 2.4rem;
 font-weight: 700;
 line-height: 3.2rem;
 color: rgb(17, 17, 17);
 margin-bottom: 2.4rem;
 letter-spacing: 0px;
 max-width: 60%;
 }
@media screen and (max-width: 768px){
.about_whychoose_card h3 {
 font-size: 16px;
 line-height: 1.5;
 max-width: 100%;
 margin-bottom: 10px;
 }}
.about_whychoose_card p {
 font-size: 1.6rem;
 font-weight: 400;
 color: rgb(107, 110, 120);
 line-height: 2.6rem;
 }
@media screen and (max-width: 768px){
.about_whychoose_card p {
 font-size: 14px;
 line-height: 1.5;
 }}
[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){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--surface:#FFFFFF;
--primary:#CD0011;
--title:#111111;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.about_quality {
 padding: 14rem 0px;
 background-color: var(--surface);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_quality {
 padding: 6rem 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;
 }}
.center {
 text-align: center;
 }
.about_quality .head {
 margin-bottom: 5rem;
 }
@media screen and (max-width: 768px){
.about_quality .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);
 }
.about_quality .subtitle {
 justify-content: center;
 }
[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;
 }
.about_quality h2 {
 margin-bottom: 2.8rem;
 }
[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 (min-width: 769px) and (max-width: 1024px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 768px){
.about_quality h2 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 768px){
.about_quality h2 {
 margin-bottom: 20px;
 }}
@media screen and (max-width: 576px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.4rem;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 2.6rem;
 color: rgb(107, 110, 120);
 }
.about_quality .desc {
 max-width: 75rem;
 margin: 0px auto;
 }
[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;
 }}
.flex {
 display: flex;
 }
.gap {
 gap: 3rem;
 }
.about_quality_wrap {
 align-items: flex-start;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_quality_wrap {
 flex-direction: column;
 }}
.about_quality_images {
 gap: 1.6rem;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 width: 45.5%;
 }
@media screen and (max-width: 768px){
.about_quality_images {
 flex: 0 0 100%;
 width: 100%;
 }}
.about_quality_images .img:nth-of-type(1) {
 grid-column: span 2;
 }
.about_quality_images .img {
 height: 31.8rem;
 border-radius: 1.2rem;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.about_quality_images .img {
 height: 160px;
 }}
img {
 max-width: 100%;
 display: block;
 }
.img_cv img {
 object-fit: cover;
 }
.about_quality_images .img:hover img {
 transform: scale(1.1);
 }
.about_quality_images .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.3s;
 }
.about_quality_steps {
 flex: 1 1 0%;
 padding-left: 3rem;
 position: relative;
 }
.about_quality_steps::before {
 content: "";
 width: 2px;
 height: 100%;
 background-color: rgb(242, 242, 242);
 position: absolute;
 left: 3.5rem;
 top: 1.5rem;
 }
@media screen and (max-width: 768px){
.about_quality_steps {
 padding-left: 0px;
 margin-top: 2rem;
 }}
@media screen and (max-width: 768px){
.about_quality_steps::before {
 left: 2px;
 }}
.about_quality_step {
 position: relative;
 }
.about_quality_step:first-child {
 padding-top: 0px;
 }
.about_quality_step .dot {
 width: 1.4rem;
 height: 1.4rem;
 display: inline-block;
 border-radius: 50%;
 background-color: var(--primary);
 outline: rgba(204, 0, 17, 0.24) solid 5px;
 position: absolute;
 left: 0px;
 top: 1.5rem;
 }
@media screen and (max-width: 768px){
.about_quality_step .dot {
 width: 6px;
 height: 6px;
 top: 1rem;
 }}
.step_header {
 display: flex;
 align-items: flex-end;
 margin-bottom: 1rem;
 padding-left: 6.4rem;
 gap: 0.7rem;
 margin-top: -0.5rem;
 }
@media screen and (max-width: 768px){
.step_header {
 padding-left: 2.4rem;
 }}
.about_quality_step .step_number {
 font-size: 2.4rem;
 font-weight: 700;
 color: var(--primary);
 font-family: Oswald, sans-serif;
 }
@media screen and (max-width: 768px){
.about_quality_step .step_number {
 font-size: 16px;
 }}
.step_header h3 {
 font-size: 2rem;
 font-weight: 700;
 color: rgb(17, 17, 17);
 letter-spacing: 0.03em;
 }
@media screen and (max-width: 768px){
.step_header h3 {
 font-size: 16px;
 }}
.about_quality_step p {
 font-size: 1.7rem;
 font-weight: 400;
 color: rgb(119, 119, 119);
 line-height: 3rem;
 padding-left: 6.4rem;
 padding-right: 8rem;
 }
@media screen and (max-width: 768px){
.about_quality_step p {
 padding-left: 0px;
 }}
@media screen and (max-width: 768px){
.about_quality_step p {
 padding-right: 0px;
 padding-left: 2.4rem;
 font-size: 14px;
 line-height: 1.5;
 }}
.about_quality_step + .about_quality_step {
 margin-top: 3.7rem;
 }
@media screen and (max-width: 768px){
.about_quality_step + .about_quality_step {
 margin-top: 15px;
 }}
.about_quality_step:last-child {
 border-bottom-width: medium;
 border-bottom-style: none;
 border-bottom-color: currentcolor;
 }
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;
--border:#E0E0E0;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.about_factory {
 padding: 14.3rem 0px 14rem;
 background-color: rgb(249, 249, 249);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_factory {
 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;
 }}
.about_factory .head {
 margin-bottom: 5rem;
 }
@media screen and (max-width: 768px){
.about_factory .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);
 }
.about_factory .subtitle {
 }
[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;
 }
.about_factory h2 {
 }
[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 (min-width: 769px) and (max-width: 1024px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 768px){
.about_factory h2 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 576px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.4rem;
 }}
.flex {
 display: flex;
 }
.gap {
 gap: 3rem;
 }
.about_factory_wrap {
 align-items: flex-start;
 gap: 8rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.about_factory_wrap {
 flex-direction: column;
 }}
@media screen and (max-width: 768px){
.about_factory_wrap {
 gap: 20px;
 }}
.about_factory_img {
 flex: 0 0 50%;
 }
@media screen and (max-width: 768px){
.about_factory_img {
 flex: 0 0 100%;
 width: 100%;
 }}
.about_factory_img .img {
 overflow: hidden;
 aspect-ratio: 690 / 550;
 border-radius: 11px;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.about_factory_img .img {
 height: 36rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.about_factory_img .img {
 height: 30rem;
 }}
@media screen and (max-width: 768px){
.about_factory_img .img {
 height: 26rem;
 }}
@media screen and (max-width: 768px){
.about_factory_img .img {
 height: auto;
 aspect-ratio: 690 / 400;
 }}
img {
 max-width: 100%;
 display: block;
 }
.img_cv img {
 object-fit: cover;
 }
.about_factory_img .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.about_factory_stats {
 flex: 1 1 0%;
 }
[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){
.about_factory_stats {
 padding-left: 0px;
 margin-top: 0px;
 }}
.about_factory_stat {
 display: flex;
 align-items: flex-start;
 gap: 0px;
 padding: 2.4rem 0px;
 border-bottom: 1px solid var(--border);
 }
.about_factory_stat:first-child {
 padding-top: 0px;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.about_factory_stat {
 gap: 1.4rem;
 }}
@media screen and (max-width: 768px){
.about_factory_stat {
 flex-direction: column;
 gap: 0.8rem;
 padding: 20px 0px;
 }}
.stat_left {
 flex: 0 0 auto;
 min-width: 14.5rem;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.stat_left {
 min-width: 8rem;
 }}
@media screen and (max-width: 768px){
.stat_left {
 min-width: auto;
 }}
.stat_big {
 font-size: 4rem;
 font-weight: 600;
 color: var(--primary);
 line-height: 1;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.stat_big {
 font-size: 3.2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.stat_big {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 768px){
.stat_big {
 font-size: 22px;
 }}
.stat_right h3 {
 font-size: 2rem;
 font-weight: 600;
 color: rgb(17, 17, 17);
 margin-bottom: 1rem;
 letter-spacing: 0.03em;
 margin-top: -0.5rem;
 }
@media screen and (max-width: 768px){
.stat_right h3 {
 font-size: 18px;
 }}
.stat_right p {
 font-size: 1.6rem;
 font-weight: 400;
 color: rgb(119, 119, 119);
 line-height: 1.7;
 padding-right: 4rem;
 }
@media screen and (max-width: 768px){
.stat_right p {
 font-size: 14px;
 line-height: 1.5;
 }}
.about_factory_stat:last-child {
 border-bottom-width: medium;
 border-bottom-style: none;
 border-bottom-color: currentcolor;
 }
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:;
--surface:#FFFFFF;
--h, 56.25%:;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.about_certifications {
 padding: 14rem 0px;
 background-color: rgb(255, 255, 255);
 position: relative;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_certifications {
 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;
 }}
.center {
 text-align: center;
 }
.about_certifications .head {
 margin-bottom: 5rem;
 }
@media screen and (max-width: 768px){
.about_certifications .head {
 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);
 }
.about_certifications .subtitle {
 justify-content: center;
 }
[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;
 }
.about_certifications h2 {
 margin-bottom: 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 (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 768px){
.about_certifications h2 {
 font-size: 2.8rem;
 margin-bottom: 15px;
 }}
@media screen and (max-width: 576px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.4rem;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 2.6rem;
 color: rgb(107, 110, 120);
 }
.about_certifications .desc {
 max-width: 72.3rem;
 margin: 0px auto;
 }
[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;
 }}
.swiper_content {
 }
.about_certifications .swiper_content {
 position: relative;
 }
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 20px;
 }}
.swiper_btns {
 gap: 3rem;
 display: flex;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 171.7rem;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 justify-content: space-between;
 }
.about_certifications .swiper_btns {
 max-width: 165.6rem;
 width: 120%;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.swiper_btns.middle:not(:has(.swiper-button-lock)) {
 position: static;
 width: 100%;
 max-width: unset;
 justify-content: flex-end;
 transform: translateX(0px);
 margin-top: 30px;
 }}
@media screen and (max-width: 768px){
.swiper_btns.middle:not(:has(.swiper-button-lock)) {
 margin-top: 20px;
 margin-bottom: 20px;
 }}
.swiper_btns div {
 width: 5.6rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 3px;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://jianhangoutboards.com//wp-content/plugins/sytech-fronteditor/sytpl/about_6/assets/img/swiper_right.svg") center center / 33.8% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns div:hover {
 border-color: var(--primary);
 background-color: var(--primary);
 filter: brightness(110%);
 }
.swiper_btns .btn_prev::after {
 transform: rotate(180deg);
 }
.swiper_btns.middle div {
 pointer-events: all;
 }
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 height: 40px;
 }}
@media screen and (max-width: 768px){
.swiper_content .content {
 padding-left: 0px;
 padding-right: 0px;
 }}
.about_certifications_slider {
 position: relative;
 overflow: hidden;
 padding-top: 4rem;
 padding-bottom: 1rem;
 }
[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){
.about_certifications_slider {
 padding: 0px;
 }}
.about_certifications_swiper {
 overflow: visible;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
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;
 }
.about_certifications .swiper-slide {
 transition: z-index 0.2s;
 }
.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;
 }
.cert_card {
 background: var(--surface);
 text-align: center;
 transition: 0.4s;
 }
.cert_card:hover {
 transform: translateY(-0.3rem);
 }
.img_aba {
 position: relative;
 width: 100%;
 overflow: hidden;
 }
.img_aba::before {
 content: "";
 display: block;
 padding-top: var(--h, 56.25%);
 }
.cert_card .img {
 margin-bottom: 3rem;
 background: rgb(249, 249, 249);
 border-radius: 0.4rem;
 overflow: hidden;
 aspect-ratio: 200 / 285;
 }
@media screen and (max-width: 768px){
.cert_card .img {
 margin-bottom: 15px;
 }}
img {
 max-width: 100%;
 display: block;
 }
.img_aba img {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.cert_card .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.cert_card h5 {
 font-size: 1.9rem;
 font-weight: 600;
 color: var(--title);
 letter-spacing: 0px;
 padding: 0.5rem 0px;
 white-space: nowrap;
 }
@media screen and (max-width: 768px){
.cert_card h5 {
 font-size: 15px;
 }}
.about_certifications .swiper-slide-active {
 z-index: 2;
 }
.swiper-slide-active .cert_card {
 transform: scale(1.15);
 }
.swiper-slide-active .cert_card:hover {
 transform: scale(1.15) translateY(-0.3rem);
 }
@media screen and (max-width: 768px){
.swiper-slide-active .cert_card {
 transform: scale(1);
 }}
.swiper-slide-active .cert_card .img {
 margin-top: -1.5rem;
 }
@media screen and (max-width: 768px){
.swiper-slide-active .cert_card .img {
 margin-top: 0px;
 }}
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;
--h, 56.25%:;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.about_partnerships {
 padding: 13.5rem 0px;
 background-color: rgb(249, 249, 249);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.about_partnerships {
 padding: 40px 0px;
 }}
@media screen and (max-width: 768px){
.about_partnerships {
 padding: 6rem 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;
 }}
.center {
 text-align: center;
 }
.about_partnerships .head {
 margin-bottom: 5rem;
 }
.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);
 }
.about_partnerships .subtitle {
 justify-content: center;
 }
[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;
 }
.about_partnerships h2 {
 margin-bottom: 3.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 (max-width: 768px){
.syedittext h2 {
 font-size: 22px;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.8rem;
 }}
@media screen and (max-width: 768px){
.about_partnerships h2 {
 margin-bottom: 15px;
 }}
@media screen and (max-width: 768px){
.about_partnerships h2 {
 font-size: 2.4rem;
 }}
@media screen and (max-width: 576px){
.about_story h2, .about_whychoose h2, .about_quality h2, .about_factory h2, .about_certifications h2, .about_partnerships h2 {
 font-size: 2.4rem;
 }}
.syedittext p {
 font-size: 1.8rem;
 line-height: 2.6rem;
 color: rgb(107, 110, 120);
 }
.about_partnerships .desc {
 max-width: 71.5rem;
 margin: 0px auto;
 }
[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;
 }}
.flex {
 display: flex;
 }
.gap {
 gap: 3rem;
 }
.about_partnerships_grid {
 display: flex;
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (min-width: 769px) and (max-width: 1220px){
.about_partnerships_grid {
 gap: 2rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.about_partnerships_grid {
 flex-wrap: wrap;
 }}
@media screen and (max-width: 768px){
.about_partnerships_grid {
 flex-wrap: wrap;
 }}
@media screen and (max-width: 768px){
.about_partnerships_grid {
 flex-flow: row;
 gap: 20px;
 overflow: auto;
 }}
.about_partnerships_card {
 flex: 1 1 0%;
 border-radius: 0.8rem;
 overflow: hidden;
 transition: 0.4s;
 border-bottom: 3px solid transparent;
 }
.about_partnerships_card:hover {
 transform: translateY(-0.5rem);
 box-shadow: rgba(0, 0, 0, 0.1) 0px 1rem 3rem;
 border-bottom-color: var(--primary);
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.about_partnerships_card {
 flex: 0 0 calc(50% - 1.5rem);
 }}
@media screen and (max-width: 768px){
.about_partnerships_card {
 flex: 0 0 calc(50% - 1.5rem);
 }}
@media screen and (max-width: 768px){
.about_partnerships_grid .about_partnerships_card {
 min-width: 200px;
 flex: unset;
 }}
@media screen and (max-width: 576px){
.about_partnerships_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%);
 }
.about_partnerships .about_partnerships_card .img {
 aspect-ratio: 1 / 1;
 border-radius: 0.8rem;
 }
@media screen and (max-width: 768px){
.about_partnerships .about_partnerships_card .img {
 aspect-ratio: 1 / 0.7;
 }}
img {
 max-width: 100%;
 display: block;
 }
.img_aba img {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.about_partnerships_card .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.about_partnerships_card .card_info {
 padding: 2rem;
 text-align: center;
 }
@media screen and (max-width: 768px){
.about_partnerships_card .card_info {
 padding: 15px;
 }}
.about_partnerships_card .card_info h3 {
 font-size: 2.2rem;
 font-weight: 700;
 color: var(--title);
 margin-bottom: 0.4rem;
 letter-spacing: 0.03em;
 }
@media screen and (max-width: 768px){
.about_partnerships_card .card_info h3 {
 font-size: 16px;
 }}
.about_partnerships_card .card_info p {
 font-size: 1.6rem;
 font-weight: 500;
 color: var(--primary);
 margin-top: 1rem;
 }
@media screen and (max-width: 768px){
.about_partnerships_card .card_info p {
 font-size: 14px;
 }}
[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){


}