/*
Theme Name: JKataria Theme
Theme URI: https://jkataria.com
Description: A custom WordPress theme created from an HTML template.
Author: JKataria
Author URI: https://jkataria.com
Version: 1.0
*/

:root {
    --primary-color: #AF0017;
    --secondary-color: #322D29;
    --third-color: #AAAAAA;
    --bs-breadcrumb-divider: ">";
}
body {
    /* font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; */
    font-family: 'Clash Display', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #000;
}
input, textarea {
    padding: 13px 20px;
    background-color: #EBEBEB;
    border: 0;
    font-size: 15px;
}
input::placeholder, textarea::placeholder {
    opacity: 0.4;
}
input:focus, textarea:focus {
    outline: 1px solid rgba(0, 0, 0, 0.15);
}
.jk_header_section {
    padding: 35px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1050;
    transition: background-color 0.25s ease, backdrop-filter 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, padding 0.5s ease;
}
.jk_header_section.jk_header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.jk_header_section ul li a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.jk_header_section ul li .nav-link.active,
.jk_header_section ul li .nav-link:hover,
.jk_mobile_nav li a.active,
.jk_mobile_nav li a:hover {
    color: var(--primary-color);
}
.jk_btn {
    position: relative;
    display: inline-block;
    padding: 14px 34px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: var(--primary-color);
    overflow: hidden;
    z-index: 1;
    border: 0;
}
.jk_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc( -100% + 5px );
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    transition: all 0.4s ease;
    z-index: -1;
}
.jk_btn:hover::before {
    left: 0;
}
.jk_btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    transition: all 0.4s ease;
    z-index: -1;
    opacity: 0;
}
.jk_btn:not(:hover)::after {
    right: 0;
    opacity: 0;
}
.jk_btn_2:hover {
    color: #000;
}
.jk_btn_2::before {
    background: #fff;
}
.jk_btn_3 {
    width: 100%;
    color: var(--primary-color);
    background: #F5F5F5;
    font-size: 16px;
    font-weight: 800;
    padding: 14px 0;
    border: 0;
    cursor: default !important;
}
.jk_hero_banner {
    padding: 140px 0 100px 0 !important;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.jk_hero_banner .col-sm-8 {
    margin: auto 0;
}
.jk_hero_banner h1 {
    font-size: 90px;
    font-weight: 800;
}
.jk_hero_banner h1 span {
    font-size: 60px;
    font-weight: 400;
}

.jk_hero_banner .jk_solution_text {
    font-size: 123px;
    font-weight: 800;
}
.jk_hero_banner .jk_hero_head_img:not(:first-child) {
    margin-left: -55px;
}
.jk_hero_banner .jk_hero_head_img div {
    width: 130px;
    height: 130px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 90px;
    overflow: hidden;
}
.jk_hero_banner .jk_hero_head_img img {
    width: 100%;
    height: 100%;
}
.jk_hero_banner ul li {
    font-size: 35px;
    font-weight: 500;
}
.jk_hover_card {
    width: 100%;
    border-radius: 16px;
}
.jk_img-wrapper {
    overflow: hidden !important;
    width: 555px !important;
    border-radius: 20px !important;
    padding: 0;
}
.jk_hero_banner .jk_hero_right_img img{
    width: 555px;
}
.jk_img-wrapper .jk_hero_right_img img{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1) rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.jk_img-wrapper:hover img {
    transform: scale(1.07) rotate(-3deg);
}
.jk_ul {
    list-style: none;
    padding-left: 0;
}
.jk_ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}
.jk_ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 35px;
    height: 35px;
    background-image: url("./assets/img/jk_ul_style.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.jk_ul2 li::before {
    background-image: url("./assets/img/jk_ul_style2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: -170px;
    top: 11px;
    width: 200px;
    height: 35px;
}
.jk_ul3 li::before {
    background-image: url("./assets/img/jk_ul_style3.svg");
    width: 18px;
    height: 18px;
    top: 4px;
}
.jk_ul.jk_ul3 li {
    padding-left: 28px;
    margin-bottom: 5px;
}
.jk_specialize-sec {
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    padding: 100px 0;
    border-radius: 50px;
    color: var(--third-color);
    background-position: center;
    background-size: contain;
}
.jk_specialize-sec .jk_specialize-text {
    font-size: 30px;
    padding-left: 80px;
}
.jk_specialize-sec .jk_specialize-text span {
    font-weight: 600;
}
.jk_specialize-sec .jk_specialize_year-count {
    font-size: 300px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #69320b -100%, rgba(231, 104, 12, 0) 75%);
    border-radius: 50%;
    z-index: 1;
    padding: 0 20px;
}
.jk_specialize-sec .jk_specialize_year_plus-icon {
    font-size: 100px;
    font-weight: 500;
    color: #fff;
    line-height: 70px;
}
.jk_specialize-sec .jk_specialize_year_plus-text {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}
.jk_text_red {
    color: var(--primary-color);
}
.jk_text_pink {
    color: #E60084;
}
.jk_text_blue {
    color: #0888C7;
}
.jk_text_yellow {
    color: #F7C510;
}
.jk_specialize_sub-heading {
    font-family: Clash Display;
	font-weight: 500;
	font-style: Medium;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;

}
.jk_theme_third-color {
    color: var(--third-color);
}
.jk_our_products-sec {
    margin: 100px 0;
    background-repeat: no-repeat;
}
.jk-heading2 {
    font-size: 80px;
    text-align: center;
}
.jk-heading2 span{ 
    font-weight: 800;
}
.jk-heading3 {
    font-size: 30px;
    text-align: center;
}
.jk-heading3 span{
    font-weight: 800;
}
.jk-heading4 {
    font-size: 20px;
    font-weight: 700;
}
.jk-heading5 {
    font-weight: 600;
}
.jk-heading6 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.jk-heading7 {
    font-size: 40px;
}
.jk-heading7 span {
    font-weight: 800;
}
.jk_product {
    background-color: #F5F5F5;
    height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}
.jk_product img {
    margin: auto;
    max-width: calc(100% - 24px);
    max-height: calc(100% - 24px);
}
.jk_product .jk_product-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #AF0017;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.jk_product:hover .jk_product-overlay {
    transform: translateY(0);
}
.jk_product-overlay p,
.jk_product-overlay .jk_product-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    padding: 20px;
}
.jk_product:hover .jk_product-overlay p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}
.jk_key_metrics-sec {
    padding: 50px 0;
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
}
.jk_key_metrics_box {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
}
.jk_key_metrics_box::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.jk_key_metrics_box:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
}
.jk_key_metrics_box > div,
.jk_key_metrics_box svg {
    position: relative;
    z-index: 2;
    transition: color 0.4s ease, fill 0.4s ease;
}
.jk_key_metrics_box:hover .jk_key_metrics-count,
.jk_key_metrics_box:hover p {
    color: #ffffff;
    transition-delay: 0.15s;
}
.jk_key_metrics_box:hover svg .active-part {
    fill: #fff;
}
.jk_key_metrics_box .jk_key_metrics-count {
    font-size: 30px;
    font-weight: 700;
}
.jk_key_metrics_box p {
    font-size: 18px;
}
.jk_wide_range_product-sec {
    padding: 100px 0;
}
.jk_wide_range_product-sec .jk_wide_range_img {
    background: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    padding: 20px;
}
.jk_wide_range_product-sec .jk_wide_range_img div {
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    overflow: hidden;
}
.jk_wide_range_product-sec .jk_wide_range_img img {
    width: 100%;
    transition: transform 0.6s ease;
    border-radius: 50%;
}
.jk_wide_range_product-sec .jk_wide_range_img img:hover {
    transform: scale(1.1);
}
.jk_wide_range_product-sec ul {
    font-size: 25px;
    font-weight: 600;
}
.jk_advance_machinery-sec {
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    border-radius: 50px;
}
.jk_advance_machinery-sec .jk_advance_machinery-img {
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    transition: background-color 0.5s ease;
}
.jk_advance_machinery-sec .jk_advance_machinery-img:hover {
    background-color: var(--primary-color);
}
.jk_advance_machinery-sec .jk_advance_machinery-img img {
    width: 100%;
    border-radius: 50%;
}
.jk_container {
    padding: 0 160px;
}
.jk_request_quote-sec {
    padding-top: 100px;
}
.jk_request_quote-sec .jk_request_quote-text {
    font-size: 22px;
    font-weight: 600;
    width: 87%;
}
.jk_request_quote-sec .jk_request_quote-img {
    width: 100%;
    max-width: 100%;
}
.jk_footer {
    background-image: url('./assets/img/footer-bg.svg');
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-size: contain;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #fff;
}
.jk_icon_with_bg {
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
}
.jk_footer_icon-details {
    width: calc(100% - 70px);
}
.jk_footer_icon-details p,
.jk_footer_icon-details a {
    font-weight: 600;
}
.jk_contact_address-sec .jk_footer_icon-details a {
    color: #000;
}
.jk_footer_bottom {
    padding: 0 20px;
}
.jk_footer_bottom .col-12 {
    text-align: center;
}
.jk_footer_bottom .col-12 span {
    font-weight: 500;
}
.jk_footer_menu {
    font-weight: 600;
    padding: 50px 0 30px 0;
    display: flex;
    justify-content: space-around;
    margin: 0 70px;
    list-style: none;
}
.jk_footer_menu a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.jk_footer_menu li a:hover {
    color: var(--primary-color);
}
.jk_newsletter {
    background-color: #fff;
    color: #000;
    padding: 35px 94px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.jk_newsletter form {
    width: calc(100% - 350px);
}
.jk_newsletter form input {
    width: calc(100% - 160px);
}
.jk_hero_other-page {
    padding-top: 140px;
    background-color: #FFF3F3;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.jk_hero_other-page h2 {
    padding: 40px 0;
}
.jk_breadcrumb li a {
    text-decoration: none;
    color: #A1A1A1;
}
.jk_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #A1A1A1;
}
.jk_breadcrumb li:last-child a {
    color: #000;
    font-weight: 600;
}
.jk_semibold {
    font-weight: 600;
}
.jk_bold {
    font-weight: 700;
}
.jk_about_our_story-sec, .jk_about_our_values-sec, .jk_why_choose-sec, .jk_our_team-sec, .jk_our_team-sec {
    padding: 50px 0;
}
.jk_about_our_story-sec .jk_about_our_story_first-p {
    font-size: 24px;
}
.jk_about_our_story-sec p {
    margin-bottom: 10px;
}
.jk_about_our_story-sec .jk_img_sec img {
    border-radius: 10px;
    width: 100%;
}
.jk_core_value_box {
    background-color: #AF0017;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.jk_core_value_box .jk_core_value_right_text {
    width: calc(100% - 100px);
	color: #ffffff;
}
.jk_text_18 {
    font-size: 18px;
}
.jk_about_our_values-sec .jk_icon_with_bg {
    width: 100px;
    height: 100px;
    background-color: #fff;
}
.jk_rounded_10 {
    border-radius: 10px;
}
.jk_our_team_right-sec {
    padding: 0 30px;
}
.jk_our_team_left-sec {
    border-right: 2px solid #D9D9D9;
    padding: 0 70px;
}
.jk_why_choose-sec img {
    max-width: 100%;
}
.jk_quotation_form-sec {
    margin: 100px 0;
}
.jk_quotation_form-sec form {
    box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}
.jk_quotation_form-sec form {
    padding: 10px 50px 50px 50px;
}
.jk_quotation_form-sec form label {
    margin-top: 40px;
    font-weight: 500;
}
.jk_quotation_form-sec form input, .jk_quotation_form-sec form textarea {
    background-color: #fff;
    width: 100%;
    border: 1px solid #E0E0E0;
}
.jk_contact_address-sec {
    padding-top: 100px;
    padding-bottom: 50px;
}
.jk_contact_map-sec {
    padding-top: 50px;
    padding-bottom: 100px;
}
.jk_contact_address-sec img {
    width: 100%;
}
.jk_contact_address_left-sec {
    padding-right: 100px;
}
.jk_contact_map-sec iframe {
    width: 100%;
    height: 600px;
}
/* mobile menu start */
.jk_mobile_menu {
    width: 320px;
    border-left: 0;
    z-index: 9999;
}
.jk_mobile_menu .offcanvas-header {
    justify-content: space-between;
}
.jk_mobile_nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.jk_mobile_nav li {
    margin-bottom: 15px;
}
.jk_mobile_nav a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.jk_contact_info h6,
.jk_location h6 {
    font-weight: 600;
    margin-bottom: 10px;
}
.jk_contact_info p,
.jk_location p {
    font-size: 14px;
    margin-bottom: 6px;
}
.offcanvas {
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
/* mobile menu end */
#jk_newsletter_form {
    position: relative;
}
.jk_newsletter_error, .jk_newsletter_success {
    position: absolute;
    top: 50px;
    font-size: 16px;
}
.offcanvas-backdrop {
    z-index: 9998;
}

@media (max-width: 1600px) {
    .jk_img-wrapper {
        max-width: 100% !important;
    }
}
@media (max-width: 1400px) {
    .jk_hero_banner h1 span {
        font-size: 100px;
    }
    .jk_hero_banner .jk_solution_text {
        font-size: 70px;
    }
    .jk_wide_range_product-sec ul {
        font-size: 22px;
    }
    .jk_specialize-sec .jk_specialize_year-count {
        font-size: 200px;
        height: 320px;
    }
    .jk_specialize-sec .jk_specialize_year_plus-icon {
        font-size: 90px;
    }
    .jk_specialize-sec .jk_specialize_year_plus-text {
        font-size: 35px;
    }
}
@media (max-width: 1199.98px) {
    .jk_container {
        padding: 0 60px;
    }
    .jk_hero_banner h1 {
        font-size: 74px;
    }
    .jk_hero_banner h1 span {
        font-size: 52px;
    }
    .jk_hero_banner .jk_solution_text {
        font-size: 96px;
    }
    .jk_hero_banner .jk_img-wrapper {
        width: 300px !important;
        margin: auto !important;
    }
    .jk_hero_banner .jk_hero_right_img img{
        height: auto;
        width: 300px;
    }
    .jk_newsletter {
        padding: 30px 40px;
    }
    .jk_newsletter form {
        width: calc(100% - 260px);
    }
    .jk_key_metrics_box {
        min-height: 140px;
    }
    .jk_wide_range_product-sec ul {
        overflow: hidden;
    }
    .jk_core_value_box {
        min-height: 210px;
    }
}

@media (max-width: 991.98px) {
    .jk_header_section {
        padding: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .navbar-brand svg {
        max-width: 160px;
        height: auto;
    }
    .jk_hero_banner {
        padding: 120px 0 70px 0;
    }
    .jk_hero_banner h1 {
        font-size: 64px;
    }
    .jk_hero_banner h1 span {
        font-size: 44px;
    }
    .jk_hero_banner .jk_solution_text {
        font-size: 72px;
    }
    .jk_hero_banner .jk_hero_head_img div {
        width: 110px;
        height: 110px;
    }
    .jk_hero_banner .jk_hero_head_img:not(:first-child) {
        margin-left: -40px;
    }
    .jk_specialize_sub-heading {
        font-size: 34px;
    }
    .jk_specialize-sec .jk_specialize-text {
        font-size: 16px;
        padding-left: 0;
    }
    .jk_specialize-sec .jk_specialize_year-count {
        font-size: 120px;
        height: 190px;
        width: 190px;
    }
    .jk_specialize-sec .jk_specialize_year_plus-icon {
        font-size: 48px;
        line-height: 1;
    }
    .jk_specialize-sec .jk_specialize_year_plus-text {
        font-size: 22px;
    }
    .jk-heading2 {
        font-size: 60px;
    }
    .jk_wide_range_product-sec ul {
        font-size: 20px;
    }
    .jk_container {
        padding: 0 24px;
    }
    .jk_request_quote-sec .jk_request_quote-text {
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
    }
    .jk_newsletter {
        padding: 24px;
        gap: 16px;
    }
    .jk_newsletter form {
        width: calc(100% - 220px);
    }
    .jk_btn_3 {
        margin-top: 20px;
    }
    .jk_product img {
        width: auto;
        height: 170px;
    }
    .jk_hero_banner {
        background-image: none !important;
    }
    .jk_wide_range_product-sec, .jk_advance_machinery-sec, .jk_specialize-sec {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    body, .jk_btn {
        font-size: 14px;
    }
    .jk_hero_banner {
        padding: 110px 0 60px 0;
        background-size: cover;
    }
    .jk_hero_banner h1 {
        font-size: 48px;
    }
    .jk_hero_banner h1 span {
        font-size: 36px;
    }
    .jk_hero_banner .jk_solution_text {
        font-size: 52px;
    }
    .jk_hero_banner ul li {
        font-size: 24px;
    }
    .jk_hero_banner .jk_hero_right_img img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .jk_hero_banner .jk_hero_head_img div {
        width: 90px;
        height: 90px;
        border-width: 4px;
    }
    .jk_hero_banner .jk_hero_head_img:not(:first-child) {
        margin-left: -25px;
    }
    .jk_ul li {
        padding-left: 40px;
    }
    .jk_ul li::before {
        width: 26px;
        height: 26px;
        top: 6px;
    }
    .jk_ul2 li::before {
        width: 200px;
        height: 35px;
        top: 9px;
    }
    .jk_ul3 li::before {
        width: 16px;
        height: 16px;
    }
    .jk_specialize-sec {
        border-radius: 24px;
    }
    .jk_specialize_sub-heading {
        font-size: 24px;
    }
    .jk_specialize-sec .jk_specialize_year-count {
        font-size: 130px;
        height: 220px;
        width: 260px;
    }
    .jk_specialize-sec .jk_specialize_year_plus-icon {
        font-size: 52px;
    }
    .jk_specialize-sec .jk_specialize_year_plus-text {
        font-size: 22px;
    }
    .jk_our_products-sec, .jk_quotation_form-sec {
        margin: 60px 0;
    }
    .jk_newsletter {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }
    .jk_newsletter form {
        width: 100%;
        gap: 9px !important;
    }
    .jk_newsletter form input {
        width: 100%;
    }
    .jk_newsletter form button {
        width: 70%;
    }
    .jk_footer_menu .jk_menu {
        text-align: left !important;
    }
    .jk_wide_range_product-sec, .jk_request_quote-sec, .jk_advance_machinery-sec, .jk_specialize-sec {
        padding: 60px 0;
    }
    .jk_contact_address-sec, .jk_contact_map-sec {
        padding: 30px 0;
    }
    .jk_contact_address-sec {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .jk_contact_map-sec {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .jk_icon_with_bg {
        width: 40px;
        height: 40px;
    }
    .jk_icon_with_bg svg {
        width: 16px;
    }
    .jk_core_value_box {
        padding: 20px;
    }
    .jk_about_our_values-sec .jk_icon_with_bg svg {
        width: 60px;
    }
    .jk_key_metrics_box p {
        font-size: 16px;
    }
    .jk_hero_banner, .jk_specialize-sec, .jk_key_metrics-sec, .jk_footer, .jk_advance_machinery-sec, .jk_our_products-sec, .jk_hero_other-page {
        background-image: none !important;
    }
    .jk_specialize-sec, .jk_footer, .jk_key_metrics-sec, .jk_advance_machinery-sec {
        border-radius: 0;
    }
    .jk_request_quote-sec .jk_request_quote-img {
        width: 500px;
    }
    .jk_our_team_left-sec {
        border: 0;
    }
    .jk_about_our_story-sec, .jk_about_our_values-sec, .jk_why_choose-sec, .jk_our_team-sec, .jk_our_team-sec {
        padding: 25px 0;
    }
    .jk_our_team_left-sec, .jk_our_team_right-sec {
        padding: 0 20px;
    }
    .jk_about_our_story-sec .jk_about_our_story_first-p {
        font-size: 18px;
    }
    .jk_contact_map-sec iframe {
        height: 300px;
    }
    .jk_contact_address_left-sec {
        padding-right: 24px;
    }
    .jk_newsletter_error, .jk_newsletter_success {
        top: 45px;
    }
}

@media (max-width: 575.98px) {
    .jk_btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    .jk-heading2 {
        font-size: 30px;
    }
    .jk-heading3 {
        font-size: 22px;
    }
    .jk_product {
        height: 240px;
    }
    .jk_product-overlay p {
        font-size: 18px;
        padding: 16px;
    }
    .jk_key_metrics_box {
        gap: 10px;
    }
    .jk_container {
        padding: 0 16px;
    }
    .jk_hero_banner h1 {
        font-size: 38px;
    }
    .jk_hero_banner h1 span {
        font-size: 31px;
    }
    .jk_hero_banner .jk_hero_head_img div {
        width: 60px;
        height: 60px;
        border-width: 3px;
    }
    .jk_hero_banner .jk_solution_text {
        font-size: 52px;
    }
    .jk_hero_banner .jk_img-wrapper {
        width: 555px !important;
        margin: auto !important;
    }
    .jk_hero_banner .jk_hero_right_img img{
        height: auto;
        width: 555px;
    }
    .jk_footer_menu {
        display: block;
        margin: 0;
        padding: 10px 0 10px 0;
    }
}


