/* desktop */

body {
    color: #231f20;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
}

#main_index .navbar_ecommerceDropdown:before {
    display: none;
}

.navbar_ecommerceDropdown {
    padding: 0;
    z-index: 0;
}

.navbar_ecommerceDropdown:before {
    content: '';
    background-color: #c61a18;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.5vw;
    z-index: -1;
    transition: all 0.50s;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    background-color: #231f20;
    border-radius: 100px;
    margin-top: 5vw;
    transition: all 0.50s;
}

.nav_logo {
    display: none;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: space-between;
}

.nav_bottom {
    background-color: transparent;
    width: 100%;
}

.nav_bottom .container.p-0 {
    max-width: 100%;
}

.nav_bottom .menu {
    justify-content: space-between;
    width: 100%;
}

.nav_bottom .menu .nav_item {
    transition: all 0.50s;
    border-radius: 100px;
}

.nav_bottom .menu .nav_item:hover {
    background-color: #c61a18;
}

.nav_bottom .menu .nav_item:nth-child(5) {
    order: 4;
}

.nav_bottom .menu .nav_item:nth-child(6) {
    order: 5;
}

.nav_bottom .menu .nav_item:nth-child(7) {
    order: 6;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0.65vw 1vw;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    /*width: 10vw;*/
    font-size: 1vw;
    font-family: "Nunito", sans-serif;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
    animation: hp-glow 0.25s ease-in-out infinite alternate;
}

@keyframes hp-glow {
    from {
        text-shadow: 0 0 5px #ffd700, 0 0 10px #ffd700, 0 0 15px #ffd700;
    }
    
    to {
        text-shadow: 0 0 10px #ffd700, 0 0 25px #ffd700, 0 0 50px #ffd700,
        0 0 75px #ffb300;
    }
}

.hp_logo {
    margin: -3.25vw 0;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 20px;
    overflow: hidden;
    border: 5px solid #231f20;
}

.hp_logo a {
    display: flex;
}

.hp_logo a img {
    max-width: 5vw;
}

.hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 10 !important;
}

.hp_sticky:before {
    height: 0;
}

.hp_sticky .container.d-flex.justify-content-between {
    margin-top: 3.25vw;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table {
    height: 115%;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content p {
    font-size: 20px;
}

.hp_banner_button a button {
    border: 0;
    border-radius: 100px;
    transition: all 0.50s;
    background-color: #c61a18;
    color: #ffffff;
    padding: 10px 10px 10px 25px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.hp_banner_button a:hover button {
    background-color: #231f20;
    color: #c61a18;
}

.hp_banner_button a button img {
    transition: all 0.50s;
    max-width: 35px;
}

.hp_banner_button a:hover button img {
    transform: scaleX(-1);
}

.hp_banner_image {
    transform: scale(1.5) translate(15px, -25px);
    pointer-events: none;
}

.hp_banner_image img {
    animation: 5s linear hp-swing infinite;
}

@keyframes hp-swing {
    0%, 50%, 100% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(1deg);
    }
    
    75% {
        transform: rotate(-1deg);
    }
}

#flame-canvas {
    bottom: 0;
    left: 0;
    pointer-events: none;
}

/* category */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/B_Background.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_content {
    gap: 15px;
}

.hp_subtitle {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2.5px;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: "Nunito", sans-serif;
}

.hp_title strong {
    font-weight: 900;
}

.hp_title strong span {
    color: #c61a18;
}

.hp_category_box {
    z-index: 0;
}

.hp_category_box:before {
    content: '';
    background-color: #c61a18;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 75px);
    border-radius: 15px;
    z-index: -1;
}

.hp_category_box img {
    transition: all 0.50s;
}

.hp_category_box:hover img {
    animation: 1s linear hp-swing;
}

.hp_category_box_content h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Nunito", sans-serif;
}

.hp_category_box_content h3 strong {
    font-weight: 600;
}

.hp_button a {
    background-color: #fab208;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}

.hp_button a:hover {
    background-color: #231f20;
    border-radius: 0;
}

.hp_button a button {
    border: 0;
    background-color: transparent;
    color: #c61a18;
    transition: all 0.50s;
}

.hp_button a:hover button {
    color: #ffffff;
}

/* about */

.index_wrapper_4 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/C_Background-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
}

.hp_button_2 a button {
    border: 0;
    border-radius: 100px;
    transition: all 0.50s;
    background-color: #fab208;
    color: #c61a18;
    padding: 10px 10px 10px 25px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.hp_button_2 a:hover button {
    background-color: #231f20;
    color: #ffffff;
}

.hp_button_2 a button img {
    transition: all 0.50s;
    max-width: 35px;
}

.hp_button_2 a:hover button img {
    transform: scaleX(-1);
}

.hp_about_image {
    transform: scale(1.5) translate(50px, -50px);
}

.hp_about_image img {
    animation: 15s linear hp-updown infinite;
}

@keyframes hp-updown {
    0%, 50%, 100% {
        transform: translateY(0);
    }
    
    25% {
        transform: translateY(5px);
    }
    
    75% {
        transform: translateY(-5px);
    }
}

/* product */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/D_Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 15px;
}

.productSlider-1 .product_img .slick-slider {
    margin-bottom: 0 !important;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    content: '';
    padding: 15px;
    text-shadow: none;
    font-size: 0;
    line-height: normal;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.productSlider-1 .product_img .slick-prev {
    left: -10px;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-prev:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/D_Button1.png);
    background-position: left;
}

.productSlider-1 .product_img .slick-next {
    right: -10px;
    transform: translate(50%, -50%);
}

.productSlider-1 .product_img .slick-next:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/D_Button2.png);
    background-position: right;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 5px;
    box-shadow: none;
    min-height: auto;
    padding: 15px;
    transition: all 0.50s;
}

.productSlider-1 .slick-track .slick-slide:hover {
    box-shadow: 0 0 15px rgba(35, 31, 32, 0.15);
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 15px;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: 600 !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    font-family: "Nunito", sans-serif;
    color: #231f20;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #c61a18;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #c61a18;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #231f20;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

.productSlider-1 .product_img .slick-dots {
    padding: 15px;
    bottom: 0;
}

.productSlider-1 .product_img .slick-dots li button:before {
    color: #231f20;
}

.productSlider-1 .product_img .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c61a18;
}

/* running */

.index_wrapper_6 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #c61a18;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_running {
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/D_RunningWOrd.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    animation: 25s linear hp-running infinite;
}

@keyframes hp-running {
    100% {
        background-position-x: -4725px;
    }
}

/* why */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/E_Background-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    gap: 25px;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_list ul {
    gap: 25px;
}

.hp_why_list ul li {
    gap: 25px;
}

.hp_why_list h4 {
    font-size: 25px;
    line-height: normal;
    color: #c61a18;
    width: calc(100% - 95%);
}

.hp_why_list h3 {
    font-size: 16px;
    line-height: normal;
    font-family: "Nunito", sans-serif;
}

.hp_why_list h3 strong {
    font-weight: 500;
}

/* review */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/F_Background.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_review_content {
    gap: 15px;
}

.hp_testimonial_type4 {
    opacity: 1 !important;
    transform: none !important;
    padding: 0;
}

.hp_testimonial_type4 .slick-arrow {
    width: auto;
    height: auto;
    font-size: 0 !important;
    cursor: pointer;
}

.hp_testimonial_type4 .slick-arrow::before {
    content: '';
    padding: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
}

.hp_testimonial_type4 .fas.fa-chevron-left.slick-arrow {
    left: -10px !important;
    transform: translate(-50%, -50%) !important;
}

.hp_testimonial_type4 .fas.fa-chevron-left.slick-arrow:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/D_Button1.png);
    background-position: left;
}

.hp_testimonial_type4 .fas.fa-chevron-right.slick-arrow {
    right: -10px !important;
    transform: translate(50%, -50%) !important;
}

.hp_testimonial_type4 .fas.fa-chevron-right.slick-arrow:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/D_Button2.png);
    background-position: right;
}

.hp_testimonial_type4 .slick-slider {
    margin-bottom: 0;
    margin-top: 0 !important;
}

.hp_testimonial_type4 .slick-slide {
    min-height: auto;
}

.hp_testimonial_type4 .testimonial_box {
    margin-top: 0 !important;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card {
    padding: 15px;
    gap: 15px;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    padding-top: calc(100% - 75%);
    box-shadow: none;
    border: 0;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    object-fit: contain;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
    margin-top: 0;
    gap: 15px;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area div {
    padding: 0;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area div p {
    margin-bottom: 0;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: normal;
    font-family: "Nunito", sans-serif;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name p {
    font-size: 16px !important;
    color: #c61a18;
    margin-bottom: 0;
}

.hp_testimonial_type4 .slick-dots {
    display: none !important;
}

/* gallery */

.index_wrapper_9 {
    padding-top: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/G_Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_gallery_content {
    gap: 15px;
}

/* location */

.index_wrapper_10 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/H_Background1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    position: relative;
}

.index_wrapper_10:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/H_Element2.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: -350px;
    width: 50%;
    height: 50%;
    animation: 15s linear swing infinite;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_location_content {
    gap: 15px;
}

.hp_location_box img {
    border-radius: 15px;
}

.hp_location_box_content {
    background-color: #c61a18;
    border-radius: 15px;
    padding: 25px 50px;
    gap: 25px;
    max-width: calc(100% - 50px);
    margin: -50px auto 0;
    height: 175px;
}

.hp_location_box_content i {
    font-size: 50px;
}

.hp_location_box_content h3 {
    font-size: 25px;
    line-height: normal;
    font-family: "Nunito", sans-serif;
}

.hp_location_box_content h3 strong {
    font-weight: 500;
}

/* footer */

.footer_type10 {
    padding-top: 100px !important;
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/userfiles/28539/image/I_Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type10 .sub_title {
    border-color: rgba(255, 255, 255, 1);
}

.footer_type10 .sub_title p {
    font-weight: bold !important;
    font-family: "Nunito", sans-serif;
}

.footer_type10 .logo {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 100%;
    border: 5px solid #c61a18;
    justify-content: center;
}

.footer_type10 .title {
    min-height: auto;
}

.footer_type10 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type10 .d-inline-flex {
    align-items: center;
}

.footer_type10 .icon {
    padding: 0;
}

.footer_type10 .social_media {
    padding: 0 !important;
    align-items: center;
    gap: 15px;
}

.footer_type10 .social_media a {
    display: flex;
    margin-right: 0;
}

.footer_type10 .social_media a .icon_s {
    padding: 0;
    width: auto;
    height: auto;
}

.footer_type10 .social_media a .icon_s i {
    transition: all 0.50s;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #231f20;
}

/*
.footer_type10 .social_media a .icon_s img {
    height: 25px;
    transition: all 0.50s;
}
*/

.footer_type10 .list-unstyled {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_type10 a:hover {
    color: #231f20;
}

.footer_type10 .list-unstyled li a p {
    margin-bottom: 0 !important;
}

/*
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .d-inline-flex {
    margin-top: 15px;
}
*/

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p {
    margin-left: -5px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p a i {
    display: none;
}

.footer_type10 .footer_map_class {
    display: flex;
}

.footer_type10 .text-light {
    color: #ffffff !important;
}

.footer_type10 .text-light .line_top {
    border-color: rgba(255, 255, 255, 1);
}

.footer_type10 .text-light .line_top .col-12.d-flex p {
    margin-bottom: 0 !important;
}

.footer_type10 .text-light .line_top .col-12.d-flex p small {
    font-weight: normal;
}

.footer_type10 .text-light .line_top .text-left {
    margin-bottom: 0 !important;
}

.footer_type10 .privacy_policy, .footer_type10 .footer_terms, .footer_type10 .footer_returns {
    padding: 0 !important;
}

.footer_type10 .col-12.col-md-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12 .mb-1 {
    margin-bottom: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #231f20;
    font-weight: bold;
    text-transform: uppercase;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
    display: block;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* location */

.hp_location_box_content {
    height: 225px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

#top_spacing {
    height: 0 !important;
}

.navbar_mobile {
    background-color: #231f20;
    border-bottom: 0;
    height: auto;
    margin: 55px 15px 15px;
    border-radius: 100px;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #ffffff;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 100%;
    max-width: fit-content;
    margin: -45px auto;
    border: 5px solid #231f20;
    display: flex;
    align-items: center;
}

.navbar_mobile .logo_img {
    max-height: 75px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #231f20;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #231f20;
}

.side_menu input::placeholder {
    color: #231f20 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #231f20 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #c61a18 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
    transition: all 0.50s;
}

.side_menu .list-group .list-group-item:hover {
    background-color: #c61a18;
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #ffffff;
    animation: hp-glow 0.25s ease-in-out infinite alternate;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #c61a18;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #c61a18;
}

/* banner */

.slider_banner .item img {
    height: 800px !important;
    object-fit: cover;
}

.hp_table {
    flex-direction: column;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_image {
    width: 100% !important;
    transform: scale(1) translate(15px, 0);
    margin-left: auto;
    margin-top: -125px;
}

/* catgeory */

.hp_title strong br {
    display: none;
}

/* about */

.index_wrapper_4 {
    margin-bottom: -150px;
}

.hp_about_image {
    transform: scale(1) translate(30px, 0);
}

/* product */

.productSlider-1 {
    margin: auto 40px;
}

/* why */

.index_wrapper_7 {
    background-position: left;
}

/* review */

.hp_testimonial_type4 .slick-list {
    padding: 0 !important;
}

/* location */

.index_wrapper_10:before {
    top: 0;
    left: -100px;
}

.hp_location_box_content {
    height: auto;
    flex-direction: column;
}

/* footer */

.footer_type10 .social_media a, .footer_type10 .social_media a .icon_s {
    margin-bottom: 0 !important;
}

}

/* */