@media (max-width:1399px){
    section.product_detail_section{
        background-size: 580px;
    }
}
@media (max-width:1300px){
    .navbar-toggle {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--white);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
    }
    nav.nav-bar{
        position: fixed;
        right: 0;
        display: block;
        z-index: 99;
        top: 0;
        bottom: 0;
        width: 350px;
        min-height: 100dvh;
        padding: 20px 25px;
        transform: translatex(100%);
        transition: all 0.4s;
        background: var(--primary);
        color: var(--light);
    }
    header .nav-bar > ul {
        display: block !important;
    }
    .menu-show nav.nav-bar {
        transform: translatex(0%);
        overflow-y: auto;
    }
    li.menu-parent {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    nav.nav-bar .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    header ul > li.menu-parent .submenu-toggle {
        height: 20px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s;
    }
    .submenu-toggle:after {
        content: "";
        display: block;
        border-right: 2px solid var(--white);
        border-bottom: 2px solid var(--white);
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
        vertical-align: top;
        margin-top: -3px;
    }
    header ul > li.menu-parent.submenu_active > .submenu-toggle {
        transform: rotate(180deg);
    }
    header .nav-bar > ul > li.menu-parent > a:after{
        display: none;
    }
    .sub-menu .col-md-6 {
        width: 100%;
    }
    .sub-menu {
        padding: 16px;
        border-radius: 12px;
        opacity: 1;
        transform: translatey(0px);
        visibility: visible;
        display: none;
        position: static;
        min-width: 100%;
    }
    li.menu-parent.submenu_active > .sub-menu{
        display: block;
    }
    .sub-menu ul li a {
        font-size: 15px;
    }
    .sub-menu ul li {
        margin-bottom: 6px;
    }
    .sub-menu.sub-menu-sm {
        min-width: 100%;
    }
    .our_prdct_sec .title h2 {
        font-size: 50px;
    }
}
@media (max-width:1199px) {
    .contact_us_banner_wrap h3 {
        font-size: 70px;
    }
    .inner_banner_wrap .title h2 {
        font-size: 55px;
    }
    .price_sec .title h2 {
        font-size: 40px;
        margin-bottom: 12px;
    }
    .mission_vision_box .content p {
        max-width: 400px;
    }
    ul.our-usp-ul li {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .our_usp_wrap .exptext {
        padding: 0px 20px;
        bottom: 30px;
        left: -52px;
    }
    .exptext h3 {
        font-size: 120px;
    }
    .exptext h3:before {
        right: 31px;
    }
    .exptext span {
        font-size: 17px;
    }
    .mp_box .icon_box h3 {
        font-size: 30px;
    }
    .mp_wrap {
        padding: 0px 20px;
    }
    ul.social-media {
        flex-wrap: wrap;
    }
    footer .bg-image img {
        top: -80px;
        max-width: 180px;
    }
    .product-title h2 {
        font-size: 43px;
        margin-bottom: 40px;
    }
    .product-gallery {
        padding-right: 24px;
    }
    section.product_detail_section {
        background-size: 500px;
    }
    .product_g_thumbs .item {
        height: 85px;
        padding: 10px;
    }
    .product_g_thumbs .owl-item .item:after {
        width: 54px;
        height: 54px;
    }
    .breadcrumb-item+.breadcrumb-item,.breadcrumb a {
        font-size: 13px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        margin-right: 8px;
        margin-left: 2px;
    }
    .product-title h2 {
        font-size: 38px;
        margin-bottom: 40px;
    }
    .mp_box .icon_box h3 {
        font-size: 30px;
    }
    .mp_wrap {
        padding: 0px 20px;
    }
    .qa_sec {
        padding-bottom: 100px;
    }
    .qa-carousel .owl-nav button.owl-next {
        right: 28%;
    }
}
@media (max-width:1024px){
    .our_prdct_sec .title {
        padding-left: 0;
    }
    .our_prdct_sec .title h2 {
        font-size: 44px;
        margin-bottom: 22px;
    }
    .product_box .prdct-img a {
        margin: 0px;
    }
    .footer_top .container {
        padding-left: 20px;
    }
    .hero-banner-carousel .item h2 {
        font-size: 30px;
        padding-left: 0;
        margin-bottom: 50px;
    }
    .hero-banner-carousel .item p {
        font-size: 14px;
        padding-right: 40px;
    }
    .hero-banner-carousel .item .btn {
        height: 120px;
        width: 120px;
        font-size: 15px;
        gap: 6px;
    }
    .hero-banner-carousel .item {
        padding-top: 150px;
        padding-bottom: 60px;
    }
    .hero-banner-carousel .item:after {
        top: 134px;
        transform: scale(0.5);
        transform-origin: top left;
    }
    .social_media_wrap {
        right: 8px;
        gap: 14px;
        top: 60px;
    }
    .social_media_wrap a {
        font-size: 11px;
    }
    .hero-banner-carousel .owl-dots {
        bottom: 40px;
        left: 20px;
    }
    html .our_experience h2.count {
        font-size: 90px;
        margin: 0;
    }
    html .our_experience span {
        font-size: 30px;
        top: 1px;
        left: 8px;
        height: 12px;
        width: 12px;
    }
    .our_experience {
        height: 250px;
        width: 250px;
        margin-top: 60px;
    }
    .aboutus_section .content {
        padding: 60px 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .aboutus_section .content h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }
    body {
        font-size: 14px;
    }
    .aboutus_section .image {
        height: 300px;
    }
    div#counter .wrp span, h2.count {
        margin-bottom: 10px;
        font-size: 22px;
    }
    div#counter p {
        font-size: 13px;
    }
    section.our_prdct_sec:before{
        display: none;
    }
    section.our_prdct_sec {
        padding-top: 70px;
        padding-bottom: 150px;
    }
    html .btn {
        line-height: 38px;
        padding: 0px 18px;
        font-size: 14px;
        letter-spacing: 0.04em;
        gap: 12px;
    }
    html .btn-outline {
        line-height: 42px;
    }
    .our_prdct_sec .prdct {
        width: 350px;
        margin: 30px auto 30px;
    }
    .product_box {
        border-radius: 20px;
        padding-top: 8px;
    }
    .product_box .image {
        height: 80px;
        width: 80px;
        border-bottom-right-radius: 14px;
        padding: 14px;
    }
    .product_box h3 {
        font-size: 20px;
        border-bottom-left-radius: 14px;
        padding-left: 20px;
    }
    .product_box p {
        padding: 20px;
        padding-top: 10px;
        font-size: 14px;
    }
    .map_box div#counter span {
        font-size: 34px;
    }
    .map_box div#counter h2.count, .map_box div#counter span {
        font-size: 34px;
    }
    .map_box div#counter p {
        font-size: 14px;
    }
    .map_box div#counter {
        width: 240px;
        margin: 28px;
    }
    header {
        padding: 22px 0px;
    }
    html.sticky header {
        padding: 16px 0;
    }
    .logo-image a {
        max-width: 220px;
    }
    html.sticky .logo-image a {
        max-width: 180px;
    }
    html .tooltip-inner {
        font-size: 14px;
        padding: 6px 14px;
        border-radius: 6px;
        min-width: 83px;
    }
    section.loaction_section .bg-image {
        width: 130px;
    }
    .price_sec .title h2 {
        font-size: 30px;
        margin-bottom: 14px;
    }
    .footer_banner_wrap h3 {
        font-size: 55px;
    }
    footer .footer-logo a {
        width: 200px;
    }
    .footer_top {
        padding-top: 40px;
    }
    ul.social-media a {
        height: 32px;
        width: 32px;
    }
    .footer_top ul.links {
        grid-template-columns: unset;
        gap: 10px 0px;
    }
    .footer_top h4 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    footer .bg-image img {
        top: -60px;
        max-width: 140px;
    }
    .footer_top .social-media-wrap {
        padding-top: 20px;
    }
    footer .footer-logo {
        padding-bottom: 20px;
    }
    ul.contact-info li .icon {
        width: 34px;
        height: 34px;
        padding: 7px;
    }
    .footer_top ul.contact-info li a {
        font-size: 13px;
    }
    ul.contact-info li {
        margin-bottom: 10px;
        padding-left: 44px;
        min-height: 36px;
    }
    .metal_procesing  .machine {
        width: 150px;
    }
    .manufacture_wrp .roller {
        bottom: -56px;
        left: 10px;
        gap: 40px;
        border: 2px solid #8E929A4D;
        padding: 9px;
    }
    .manufacture_wrp .roller .circle {
        height: 30px;
        width: 30px;
        min-width: 30px;
    }
    .footer_bottom p {
        font-size: 14px;
        margin: 12px 0px 12px;
    }
    .our_prdct_sec .col-lg-8 > .row > .col-lg-6:nth-child(2n + 2) {
        transform: translateY(0px);
    }
    .speakers_box {
        min-height: 0;
        padding: 16px;
    }
    .speakers_box .image {
        margin-bottom: 16px;
    }
    .speakers_box h6 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .speakers_box p {
        font-size: 13px;
    }
    .our_team_sec .row .col-6:nth-last-child(-n + 5) .speakers_box {
        border-bottom: 0;
    }
    .our_team_sec .row .col-6:nth-last-child(-n + 4) .speakers_box {
        border-bottom: 1px solid #B5B5C180;
    }
    .our_team_sec .row .col-6:last-child .speakers_box {
        border-right: 1px solid #B5B5C180;
    }
    body:has(.our_team_sec) .inner_banner_sec {
        background-size: contain;
    }
    body:not(.home) {
        padding-top: 84px;
    }
    #google_translate_element select {
        width: 114px;
        margin: 6px 0  0;
    }
}
@media (max-width:991px) {
    section {
        padding-top: 50px;
        /* padding-bottom: 50px; */
    }
    .contact_detail_wrap .contact_form {
        padding: 30px;
    }
    .contact_detail_wrap h4 {
        font-size: 26px;
    }
    .contact_detail h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    ul.contact-info li a {
        font-size: 15px;
    }
    .contact_detail hr {
        margin: 25px 0px;
    }
    .inner_banner_wrap .title h2 {
        font-size: 38px;
    }
    .inner_banner_wrap .title h2:before {
        width: 70px;
        right: -85px;
    }
    .product_ul li a {
        font-size: 16px;
    }
    .product_list_box .image a {
        aspect-ratio: 8/4;
        padding: 0px 10px;
    }
    .product_list_box .content h4 {
        font-size: 15px;
    }
    .product_list_wrap .product_name_wrap {
        top: 30px;
    }
    .product_list_box .content a.km-btn {
        height: 35px;
        font-size: 12px;
       padding: 0px 12px;
    }
    ul.social-media {
        justify-content: center;
    }
    .price_sec .title h2 {
        font-size: 30px;
    }
    .price_box h3 {
        font-size: 18px;
    }
    .mission_vision_box {
        margin-bottom: 25px;
    }
    .mission_vision_box .content p {
        max-width: 100%;
        margin-left: 25px;
    }
    .mission_vision_sec {
        padding-top: 0px;
    }
    .our_usp_sec {
        padding-top: 30px;
    }
    ul.our-usp-ul li {
        font-size: 14px;
        line-height: 145%;
    }
    .our_usp_wrap .image::before {
        height: 180px;
        top: -91px;
        background-size: 100% 100%;
    }
    .our_usp_wrap .exptext {
        left: -36px;
    }
    .exptext h3 {
        font-size: 90px;
    }
    .exptext span {
        font-size: 14px;
    }
    .exptext h3:before {
        height: 15px;
        width: 15px;
        right: 25px;
    }
    .mp_box .icon_box h3 {
        font-size: 25px;
        margin-left: 50px;
    }
    section.product_detail_section .btn-wrap .btn {
        width: 100%;
    }
    .product-title h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .product-detail {
        padding-top: 10px;
        font-size: 14px;
        line-height: 160%;
    }
    .product-detail table tr > * {
        padding: 9.5px 14px;
        font-size: 13px;
        line-height: 140%;
    }
    .product-detail ul li {
        font-size: 13px;
    }
    .alloy_table ul li {
        font-size: 13px;
    }
    section.product_detail_section {
        padding-bottom: 100px;
        background-size: 327px;
    }
    .product-gallery {
        padding-right: 0px;
    }
    .product_g_thumbs .item {
        height: 63px;
        padding: 5px;
    }
    .product_g_big {
        padding: 80px 28px;
    }
    section.product_detail_section .btn-wrap .btn {
        margin-bottom: 15px;
    }
    .product-detail h3 {
        font-size: 20px;
    }
    .wight_calc_wrp {
        margin: 0 15px;
    }
    .mp_box .icon_box h3 {
        font-size: 25px;
        margin-left: 50px;
    }
    .mp_box .icon_box h3 {
        font-size: 20px;
    }
    .mp_wrap .mp_box:before {
        font-size: 65px;
    }
    .mp_box .icon_box .icon {
        height: 115px;
        width: 115px;
        margin-left: -57px;
    }
    .mp_box .icon_box {
        padding: 24px 0px;
    }
    .mp_box .icon_box .icon svg {
        width: 65px;
    }
    .speakers_box .image:after {
        clip-path: polygon(100% 30%, 30% 100%, 100% 100%);
    }
    .ap_box h3 a{
        font-size: 18px;
    }
    .ap_box h3 {
        padding: 22px 20px 25px;
    }
    .qa-carousel .owl-nav button.owl-next {
        right: 29%
    }
    .ap_wrap .ap_box {
        min-height: 315px;
    }
    .ap_box .image {
        height: 215px;
    }
	.alloy_table table tr > * {
		padding: 9.5px 14px;
		font-size: 13px;
		line-height: 140%;
	}
	.alloy_table h3 {
		font-size: 18px;
	}
}
@media (max-width:767px) {
    .contact_us_banner_wrap h3 {
        font-size: 35px;
        text-align: center;
    }
    section {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    html .container {
        padding: 0 15px;
    }
    .inner_banner_sec {
        min-height: 185px;
    }
    .contact_detail_sec{
        padding-bottom: 70px;
    }
    .contact_detail_wrap .contact_form {
        padding: 22px;
    }
    .contact_detail_wrap h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .contact_form input.form-control, textarea.form-control {
        padding: 0px 12px;
        line-height: 40px;
        margin-bottom: 12px;
    }
    .contact_detail h3 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .contact_detail h3:before {
        right: 0;
        margin: auto;
    }
    .contact_detail hr {
        margin: 15px 0px;
    }
    ul.contact-info li a {
        font-size: 15px;
    }
    .contact_detail h5 {
        text-align: center;
    }
    ul.social-media {
        justify-content: center;
    }
    .our_product_banner_sec{
        padding: 0px;
    }
    .inner_banner_wrap .title h2 {
        font-size: 30px;
        /* width: 100%; */
    }
    .inner_banner_wrap .title h2 br{
        display: none;
    }
    .inner_banner_wrap .title h2:before {
        left: 0;
        right: 0;
        margin: auto;
        bottom: -15px;
    }
    .product_list_sec {
        padding-top: 15px;
    }
    .price_box h3 {
        font-size: 15px;
    }
    .price_sec .title p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .price_sec .title h2 {
        font-size: 22px;
    }
    .inner_banner_wrap .title h2:after {
        display: block;
        transform: unset;
        margin: 10px auto 0px;
    }
    .mission_vision_box h3 {
        font-size: 22px;
    }
    .mission_vision_wrap .content p {
        font-size: 14px;
    }
    .mission_vision_box .content p {
        font-size: 13px;
        margin-left: 15px;
    }
    .our_usp_sec {
        padding-top: 0px;
    }
    ul.our-usp-ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .our_usp_wrap .exptext {
        position: static;
        width: fit-content;
        margin: 20px auto 0px;
    }
    .footer_top {
        padding-top: 35px;
    }
    .footer_top ul.contact-info li a,
    .footer_bottom p {
        font-size: 14px;
    }
    footer .bg-image img {
        top: -53px;
        max-width: 120px;
        width: 100%;
    }
    .footer_top ul.links {
        gap: 10px 0px;
    }
    html .container {
        padding: 0 20px;
    }
    .logo-image a {
        max-width: 140px;
    }
    html.sticky .logo-image a {
        max-width: 130px;
    }
    .navbar-toggle {
        width: 32px;
        height: 32px;
        margin-left: 10px;
    }
    html header .btn {
        line-height: 32px;
        padding: 0px 12px;
        font-size: 11px;
        letter-spacing: 0;
        gap: 0;
    }
    header {
        padding: 14px 0px;
    }
    html.sticky header {
        padding: 12px 0;
    }
    nav.nav-bar {
        width: 100%;
    }
    .social_media_wrap {
        display: none;
    }
    .hero-banner-carousel .item {
        padding-top: 120px;
        padding-bottom: 90px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .hero-banner-carousel .owl-dots {
        bottom: 25px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        justify-content: center;
    }
    .hero-banner-carousel .item h2 {
        font-size: 24px;
        padding-left: 0;
        margin-bottom: 20px;
        font-weight: 500;
        text-align: center;
    }
    .hero-banner-carousel .item p {
        padding-right: 0;
        text-align: center;
        font-weight: 400;
    }
    .hero-banner-carousel .item .btn {
        margin: 0 auto;
    }
    .hero-banner-carousel .item:after {
        top: 100px;
        transform: scale(0.3);
    }
    .hero-banner-carousel .item:before {
        background: #121212bd;
    }
    .aboutus_section {
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .aboutus_section .content {
        padding: 30px 0;
        padding-left: 0;
        padding-right: 0;
        border: 0;
        text-align: center;
    }
    .product_box .prdct-img a {
        aspect-ratio: 7 / 4;
    }
    .aboutus_section .content h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    div#counter .wrp span, h2.count {
        margin-bottom: 8px;
        font-size: 20px;
        text-align: center;
    }
    div#counter p {
        font-size: 12px;
        text-align: center;
    }
    div#counter .wrp {
        justify-content: center;
    }
    .col_sticky {
        position: relative;
        top: 0px;
    }
    section.our_prdct_sec {
        padding-top: 110px;
        padding-bottom: 90px;
        overflow: hidden;
    }
    .our_prdct_sec .prdct {
        width: 250px;
        margin: 40px auto 20px 0;
    }
    .our_prdct_sec .title h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    section.loaction_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .map_box div#counter {
        width: 180px;
        margin: 10px;
    }
    div#counter .wrp span, h2.count,
    .map_box div#counter h2.count, .map_box div#counter span {
        font-size: 22px;
    }
    section.loaction_section .map_box .wrp{
        justify-content: start !important;
    }
    .map_box div#counter p {
        font-size: 10px;
        text-align: left;
    }
    section.loaction_section .bg-image {
        width: 70px;
        bottom: 34px;
    }
    .location .pin {
        height: 12px;
        width: 16px;
    }
    .location .pin:before {
        height: 3px;
        width: 3px;
        top: 3px;
    }
    html .tooltip-inner {
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 4px;
        min-width: auto;
    }
    .price_wrap .price_box {
        border-radius: 14px;
        padding: 16px;
    }
    .price_box h3 {
        margin: 0;
    }
    .price_sec:after {
        right: 70px;
        height: 100px;
        background-size: contain;
    }
    footer .bg-image img {
        top: -43px;
        max-width: 100px;
        width: 100%;
    }
    .footer_top .social-media-wrap {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footer_top h5 {
        font-size: 16px;
        text-align: center;
    }
    footer .footer-logo a {
        margin: 0 auto;
    }
    .footer_top h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .metal_procesing  .machine {
        width: 90px;
    }
    .manufacture_wrp .roller {
        bottom: -48px;
        left: 0;
        gap: 20px;
        padding: 8px;
    }
    .manufacture_wrp .roller .circle {
        height: 24px;
        width: 24px;
        min-width: 24px;
    }
    .manufacture_wrp .metal_stick {
        height: 10px;
        animation:marquee 20s linear(0 0%, 0.31 30.06%) infinite;
    }
    .manufacture_wrp .roller .circle {
        animation: roller-rotate 9s linear infinite;
    }
    .footer_bottom p {
        font-size: 13px;
        width: 100%;
        text-align: center;
        margin: 3px 0;
        line-height: 140%;
    }
    .footer_bottom {
        padding: 30px 0;
    }
    .our_experience {
        height: 200px;
        width: 200px;
        margin: 40px auto 0;
    }
    html .our_experience span {
        font-size: 26px;
        top: 2px;
        left: 10px;
        height: 10px;
        width: 10px;
    }
    .product_box .image {
        height: 60px;
        width: 60px;
        padding: 10px;
    }
    .product_box h3 {
        font-size: 18px;
    }
    .price_sec:before {
        top: 50px;
        background-size: contain;
    }
    .hero-banner-carousel .item .btn svg {
        width: 30px;
    }
    .product_box p {
        padding: 18px;
        font-size: 13px;
        padding-top: 4px;
    }
    .btn-lg {
        height: 42px;
    }
    .product-title ol.breadcrumb {
        justify-content: center;
    }
    .product-title h2 {
        font-size: 28px;
        margin-bottom: 32px;
        text-align: center;
    }
    .product-title h2:after {
        display: block;
        text-align: center;
        margin: 10px auto 0;
        transform: translateY(0px);
    }
    .product_g_thumbs .item {
        height: 77px;
        padding: 5px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        margin-right: 5px;
        margin-left: 1px;
    }
    .breadcrumb-item+.breadcrumb-item, .breadcrumb a {
        font-size: 12px;
    }
    .product-detail table tr > * {
        padding: 4.5px 14px;
        font-size: 13px;
        text-align: left;
    }
    .product-detail ul{
        text-align: left;
    }
    .product-detail{
        text-align: center;
    }
    .product-detail h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .product_slider_col {
        position: static;
        padding-bottom: 30px;
    }
    section.product_detail_section {
        padding-top: 30px;
    }
    .inquery-modal .modal-content {
        padding: 37px 20px;
    }
    .wight_calc_wrp {
        padding: 27px 22px;
        margin:0;
    }
    .wight_calc_wrp h2 {
        font-size: 22px;
        margin-bottom: 18px;
        text-align: center;
    }
    .form-label {
        margin-bottom: 3px;
        font-size: 14px;
        margin-top: 9px;
    }
    .result_wrp h4 {
        margin-bottom: 10px;
    }
    .wight_calc_wrp h3.box-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .result_wrp .table-responsive td {
        font-size: 13px;
        line-height: 140%;
    }
    .mp_wrap .mp_box {
        margin-bottom: 15px;
    }
    .mp_box .icon_box h3 {
        font-size: 16px;
        margin-left: 28px;
    }
    .mp_wrap .mp_box:before {
        font-size: 35px;
        bottom: 5px;
    }
    .mp_box .icon_box .icon {
        height: 80px;
        width: 80px;
        margin-left: -40px;
    }
    .mp_box .icon_box .icon svg {
        width: 45px;
    }
    .mp_box .icon_box {
        margin-left: 40px;
        padding: 16px 0px;
    }
    .speakers_box h6 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .our_team_sec .row .col-6:nth-last-child(-n + 4) .speakers_box {
        border-bottom:0;
    }
    .our_team_sec .row .col-6:nth-last-child(-n + 2) .speakers_box {
        border-bottom:1px solid #B5B5C180;
    }
    .our_team_sec .row .col-6:last-child .speakers_box {
        border-bottom:0;
    }
    .our_team_sec .row {
        border-bottom:1px solid #B5B5C180;
    }
    .ap_sec{
        padding-top: 0px;
    }
    .qa-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 40px;
        right: 35%;
        box-shadow: 0px 2px 5px -2px #000;
    }
    .qa_sec {
        padding-bottom: 70px;
    }
    .qa_wrap .content p {
        margin-bottom: 25px;
    }
    body:not(.home) {
        padding-top : 62px;
    }
    .scrollToTop {
        width: 38px;
        height: 38px;
        padding: 14px;
    }
	.alloy_table table tr > * {
		padding: 4.5px 9px;
		font-size: 13px;
		text-align: left;
	  }
	   .alloy_table h3 {
		font-size: 18px;
		margin-bottom: 12px;
	  }
		.certificate-list .item {
			width: 50%;
			padding: 0 20px 0 10px;
			margin-bottom: 20px;
		}
		.certificate-list .img {
			/*height: 180px;*/
			height: auto;
		}
		.certificate-list .item::before {
			margin: 10px 12px -8px 20px;
		}
		.certificate-list .img a::after {
			background-size: 26px auto;
		}
        .product_list_box .image a {
            aspect-ratio: 7/4;
        }
		
		.pro-imgs {
			flex-direction: column;
		}
        .aboutus_section .content a.btn {
            font-size: 11px;
        }
}
@media (max-width:360px){
    .manufacture_wrp .metal_stick {
        animation: marquee 6s linear(0 0%, 0.31 30.06%) infinite;
    }
}