/* desktop */

:root {
    --primary: #ed0400;
    --secondary: #050505;
    --font-primary: "Montserrat", sans-serif;
}

body {
    color: #050505;
    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;
}

/* header */

.hp_header {
    background-color: var(--secondary);
}

.hp_header:after {
    content: '';
    border-bottom: 2.5px solid transparent;
    border-image: linear-gradient(to right, #ed0400, #8f0200) 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.hp_header_logo a {
    display: flex;
}

.hp_header_logo a img {
    max-width: 13.5vw;
}

.hp_header_detail {
    gap: 3.25vw;
    font-size: 1vw;
}

.hp_header_box {
    gap: 1vw;
}

.hp_header_icon {
    flex: none;
    width: 3.25vw;
    height: 3.25vw;
    padding: 0.65vw;
    border: 2.5px solid transparent;
    border-radius: 50%;
    background: linear-gradient(#050505, #050505) padding-box,
                linear-gradient(to right, #8f0200, #ed0400) border-box;
}

.hp_header_box_content {
    flex: none;
}

.hp_header_box_content h3 {
    font-size: 1vw;
    line-height: normal;
    color: var(--primary);
    font-family: var(--font-primary);
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 5.5vw;
    right: 0;
    z-index: 1;
    width: calc(100% - 40%);
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    display: none;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: center;
    background: linear-gradient(to right, #ed0400, #8f0200, #050505);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 3.25vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #050505;
}

/* banner */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_image img {
    max-width: 50%;
}

.hp_banner_title:after {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/0/image/c_title_deco1.png)
                left bottom / contain no-repeat;
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 125px;
    height: 100%;
    z-index: -1;
}

.hp_banner_title h2 {
    font-size: 60px;
    line-height: normal;
    font-family: var(--font-primary);
    background: -webkit-linear-gradient(left, #b3b3b3, #ffffff, #b3b3b3, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hp_banner_button {
    gap: 25px;
}

.hp_banner_button p a {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp_banner_button p a:hover {
    color: var(--primary);
}

.hp_banner_button p a span {
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_banner_button p a:hover span {
    background-color: var(--primary);
    color: #ffffff;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 0;
    padding: 15px;
    max-width: 1240px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.slider_banner .slick-dots li button:before {
    opacity: 0.50;
}

.slider_banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ed0400;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #020202;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.index_wrapper_3:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/23857/image/c_bg.jpg)
                center / cover no-repeat;
    position: absolute;
    inset: 0;
    transform: scale(var(--bg-scale, 1));
    will-change: transform;
    z-index: -1;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_title {
    max-width: fit-content;
    z-index: 0;
}

.hp_title:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/0/image/c_title_deco1.png)
                left top / contain no-repeat;
    position: absolute;
    top: 25px;
    left: -25px;
    width: 75px;
    height: 100%;
    z-index: -1;
}

.hp_title h1 {
    font-size: 35px;
    line-height: normal;
    font-family: var(--font-primary);
}

.hp_about_content p.mb-0.mx-auto {
    max-width: calc(100% - 25%);
}

.hp_button {
    flex: none;
}

.hp_button p a {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp_button p a:hover {
    color: var(--primary);
}

.hp_button p a span {
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_button p a:hover span {
    background-color: var(--primary);
    color: #ffffff;
}

/* service */

.index_wrapper_4 {
    padding-bottom: 50px;
    background: url(https://cdn1.npcdn.net/userfiles/23857/image/d_bg.jpg)
                center / cover no-repeat;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 15px;
}

.hp_title h2 {
    font-size: 35px;
    line-height: normal;
    font-family: var(--font-primary);
}

.hp_service_content .hp_title:before {
    top: 15px;
}

.hp_service_box {
    gap: 15px;
    padding: 25px;
    border-radius: 15px;
    z-index: 1;
}

.hp_service_content_left .hp_service_box:first-child {
    top: 0;
    left: 0;
}

.hp_service_content_left .hp_service_box:last-child {
    bottom: 0;
    left: -100px;
}

.hp_service_content_left .hp_service_box.active:first-child,
.hp_service_content_left .hp_service_box.active:last-child {
    background: linear-gradient(to right, rgba(242, 242, 242, 0.25), rgba(51, 51, 51, 0.25));
}

.hp_service_content_right .hp_service_box:first-child {
    top: 75px;
    right: 50px;
}

.hp_service_content_right .hp_service_box:last-child {
    bottom: -25px;
    right: 25px;
}

.hp_service_content_right .hp_service_box.active:first-child,
.hp_service_content_right .hp_service_box.active:last-child {
    background: linear-gradient(to left, rgba(242, 242, 242, 0.25), rgba(51, 51, 51, 0.25));
}

.hp_service_header {
    gap: 15px;
    cursor: pointer;
}

.hp_service_box.active .hp_service_header {
    justify-content: space-between !important;
}

.hp_service_header h3 {
    font-size: 20px;
    line-height: normal;
    font-family: var(--font-primary);
    transition: all 0.50s;
}

.hp_service_header h3:hover {
    color: var(--primary);
}

.hp_service_header h3 strong {
    font-weight: 600;
}

.hp_service_header button {
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 15px;
    border-radius: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_service_header:hover button {
    background-color: var(--primary);
    color: #ffffff;
}

.hp_service_bottom {
    gap: 15px;
    opacity: 0;
    transition: all 0.50s;
}

.hp_service_box.active .hp_service_bottom {
    opacity: 1;
}

.hp_service_bottom ul li {
    gap: 5px;
}

.hp_service_bottom ul li i {
    font-size: 7.5px;
    color: var(--primary);
}

.hp_service_bottom ul li p {
    text-shadow: 0 2.5px 2.5px #050505;
}

.hp_button_2 a button {
    font-size: 10px;
    font-family: var(--font-primary);
    transition: all 0.50s;
    background-color: #941e1c;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 100px;
    border: 0;
}

.hp_button_2 a:hover button {
    background-color: #ffffff;
    color: #941e1c;
}

.hp_service_image {
    max-width: calc(100% - 15%);
    pointer-events: none;
}

.hp_service_car {
    transform: translate3d(40vw, 0, 0);
    will-change: transform;
}

/* why */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--secondary);
    position: relative;
    z-index: 0;
}

.index_wrapper_5:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/23857/image/e_bg.png)
                top left / contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    border-bottom: 2.5px solid transparent;
    border-image: linear-gradient(to left, #8f0200, #ed0400) 1;
    padding-bottom: 50px;
    margin-bottom: 50px;
    gap: 30px;
}

.hp_why_content {
    gap: 25px;
}

.hp_why_content .hp_title:before {
    display: none;
}

.hp_why_content h3 {
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-primary);
    color: var(--primary);
}

.hp_why_running {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.hp_why_box {
    gap: 5px;
}

.hp_counter {
    font-size: 75px;
    line-height: 1;
    font-weight: bold;
    font-family: var(--font-primary);
}

.hp_why_box div p {
    font-size: 50px;
    line-height: 1;
    font-family: var(--font-primary);
}

.hp_why_box_bottom {
    color: var(--primary);
    font-family: var(--font-primary);
}

.hp_why_bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hp_why_list {
    padding: 25px 50px;
    gap: 15px;
    z-index: 0;
}

.hp_why_list:before {
    content: '';
    box-shadow: 0 5px 15px rgba(237, 4, 0, 0.25);
    background-color: #1e1e1c;
    border-radius: 15px;
    transition: all 0.50s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 25%);
    z-index: -1;
}

.hp_why_list:hover:before {
    background-color: #50504e;
    box-shadow: 0 5px 15px rgba(237, 4, 0, 0.50);
}

.hp_why_list div {
    background: linear-gradient(#ed0400, #8f0200);
    border-radius: 100%;
    padding: 15px;
    width: 75px;
    height: 75px;
}

.hp_why_list:hover div {
    animation: 1s linear swing infinite;
}

.hp_why_list h3 {
    font-size: 20px;
    line-height: normal;
    font-family: var(--font-primary);
}

.hp_why_list h3 strong {
    font-weight: 600;
}

/* client */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/23857/image/f_bg.jpg)
                center / cover no-repeat fixed;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_client_content {
    gap: 25px;
}

.hp_subtitle {
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-primary);
    color: var(--primary);
}

.hp_subtitle strong {
    font-weight: 500;
}

.hp_client_content .hp_title:before {
    top: 20px;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    display: none !important;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-slide {
    min-height: auto;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    opacity: 1 !important;
    transform: none !important;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    height: auto;
    padding-top: 0;
    background-color: transparent;
    aspect-ratio: 1 / 1;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
}

/* faq */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/23857/image/g_bg.jpg)
                center / cover no-repeat fixed;
}

.index_wrapper_7 .row.outerRow_7 {
    align-items: center;
}

.index_wrapper_7 #index_7 {
    padding-right: 50px !important;
    padding-left: 0;
}

#main_index #main_faq {
    padding: 0 !important;
}

#main_index #main_faq .row:first-child {
    display: none;
}

#main_index #main_faq .col-md-3.mb-5 {
    display: none;
}

#main_index #main_faq .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

#main_index #main_faq .faq_section {
    min-height: auto;
}

#main_index #main_faq .faq_section .faq_category_item {
    margin-bottom: 0;
}

#main_index #main_faq .faq_section .faq_category_title {
    display: none;
}

#main_index #main_faq .faq_section .faq_details .card {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    transition: all 0.50s;
}

#main_index #main_faq .faq_section .faq_details .card:last-child {
    border-bottom: 0;
}

#main_index #main_faq .faq_section .faq_details .card:hover {
    background-color: rgba(255, 255, 255, 0.10);
    border-bottom: 0;
    margin-top: 15px;
    border-radius: 15px;
}

#main_index #main_faq .faq_section .faq_details .card:first-child:hover {
    margin-top: 0;
}

#main_index #main_faq .faq_section .faq_details .card .card-header {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0;
}

#main_index #main_faq .faq_section .faq_details .card .card-header:first-child {
    border-radius: 0;
}

#main_index #main_faq .faq_section .faq_details .card .card-header h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

#main_index #main_faq .faq_section .faq_details .card .card-header h5 .btn {
    font-size: 16px !important;
    color: #ffffff;
    text-align: left;
    border: 0;
    padding: 15px 25px;
    line-height: normal;
    border-radius: 0;
    width: 100%;
}

#main_index #main_faq .faq_section .faq_details .card .card-header h5 .btn .faq_question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 15px;
}

#main_index #main_faq .faq_section .faq_details .card .card-header h5 .btn .faq_question i {
    margin-right: 0 !important;
    transition: all 0.50s;
}

#main_index #main_faq .faq_section .faq_details .card:hover .card-header h5 .btn .faq_question i {
    transform: rotate(45deg);
}

#main_index #main_faq .faq_section .faq_details .card .card-header h5 .btn .faq_question i:before {
    content: '\f067';
}

#main_index #main_faq .faq_section .faq_details .card .card-body {
    line-height: 1.75;
    margin-left: 0;
    padding: 15px 25px;
    color: #ffffff;
}

.index_wrapper_7 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_faq_content {
    gap: 25px;
}

.hp_faq_content .hp_title:before {
    display: none;
}

/* branch */

.index_wrapper_9 {
    padding-top: 50px;
    background-color: var(--secondary);
}

.index_wrapper_9 .container.outerContainer_9 {
    border-bottom: 2.5px solid transparent;
    border-image: linear-gradient(to left, #8f0200, #ed0400) 1;
    padding-bottom: 50px;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_branch {
    gap: 30px;
}

.hp_branch_content {
    gap: 25px;
}

.hp_title_main {
    font-size: 50px;
    line-height: normal;
    font-family: var(--font-primary);
}

.hp_title_main span {
    color: var(--primary);
}

/* footer */

.footer_type9 {
    background: url(https://cdn1.npcdn.net/userfiles/23857/image/h_bg.jpg)
                top left / cover no-repeat fixed;
    color: #ffffff;
    padding-top: 100px;
}

.footer_type9 .container.p-0 .row {
    justify-content: space-between;
}

.footer_type9 .col-12.col-md-6.mb-md-0 {
    padding: 15px;
    flex: 0 0 60%;
    max-width: 60%;
}

.footer_type9 .line {
    border-right: 0;
}

.footer_type9 .logo {
    height: 65px;
    padding-top: 0;
}

.footer_type9 .title {
    min-height: auto;
}

.footer_type9 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type9 .text {
    color: #ffffff !important;
}

.footer_type9 .sub_title {
    margin-top: 0 !important;
}

.footer_type9 .sub_title p {
    font-weight: bold !important;
    text-transform: uppercase;
    color: var(--primary);
    font-family: var(--font-primary);
    letter-spacing: 2.5px;
}

.footer_type9 .nav_item li {
    padding-right: 35px;
}

.footer_type9 .nav_item li:last-child {
    padding-right: 0;
}

.footer_type9 .nav_item li a {
    text-transform: capitalize;
}

.footer_type9 a {
    color: var(--primary);
}

.footer_type9 a:hover {
    color: #ffffff;
}

.footer_type9 .nav_item li a::after {
    color: var(--primary);
}

.footer_type9 .nav_item li a p {
    margin-bottom: 0 !important;
}

.footer_type9 .social_media {
    padding-right: 0 !important;
    margin-top: 0 !important;
    gap: 15px;
}

.footer_type9 .social_media a {
    margin-right: 0;
}

.footer_type9 .social_media a .icon_s {
    border-color: #ffffff;
    margin-bottom: 0 !important;
    transition: all 0.50s;
}

.footer_type9 .social_media a:hover .icon_s {
    background-color: var(--primary);
    border-color: var(--primary);
}

.footer_type9 .social_media a .icon_s i {
    color: #ffffff;
    transition: all 0.50s;
}

.footer_type9 .social_media a:hover .icon_s i {
    color: var(--secondary);
}

.footer_type9 .social_mediaImg {
    margin-bottom: 0;
}

.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 {
    padding: 15px !important;
    flex: 0 0 30%;
    max-width: 30%;
}

.footer_type9 .icon {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.footer_type9 .icon i {
    color: var(--primary);
}

.footer_type9 div.d-inline-flex {
    color: var(--primary);
    font-family: var(--font-primary);
}

.footer_type9 .text_contact .w-100 a i {
    color: var(--primary);
}

.footer_type9 .bg_dark {
    background-color: transparent;
    margin-top: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
}

.footer_type9 .col-12.mb-3.mb-md-0 {
    padding: 15px ;
}

.footer_type9 .copy_right p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type9 .copy_right div.my-1 {
    margin: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    font-family: var(--font-primary);
    font-style: italic;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_category, #main_ourproducts, #main_showproducts, #main_photoalbum, #main_faq {
    background-color: #050505;
    color: #ffffff;
}

#main_category a, #main_ourproducts a, #main_showproducts a, #main_photoalbum a {
    color: #ffffff;
}

#main_category a:hover, #main_ourproducts a:hover, #main_showproducts a:hover, #main_photoalbum a:hover {
    color: #ed0400;
}

.product_detail .category_tag a {
    background-color: transparent;
}

.nextprev_product .nextprev_product_title a {
    color: #ffffff !important;
}

.nextprev_product .previous_btn {
    color: #ed0400 !important;
}

.product_nav_pill .nav_pill > a:hover {
    color: #050505 !important;
}

#pills-enquiry .card {
    background-color: transparent;
    border-color: #ffffff;
}

.list-group-item.active {
    color: #ffffff !important;
    background-color: #ed0400 !important;
}

.related_product_wrapper .related_badge {
    color: #050505 !important;
}

.faq_details .card-body {
    color: #050505;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
    background-color: #050505;
    color: #ffffff;
}

#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;
}

.ws_contact p {
    color: #ffffff !important;
}

.ws_contact h6 strong {
    color: #ffffff;
}

.ws_contact .social_btn {
    border: 1px solid #ffffff;
}

#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 (min-width:768px) and (max-width:1140px) {

/* banner */

.hp_banner_title h2 {
    font-size: 45px;
}

.hp_banner_content p {
    max-width: calc(100% - 50%);
}

/* service */

.hp_service_content_left .hp_service_box:last-child {
    bottom: -75px;
    left: 0;
}

.hp_service_content_right .hp_service_box:first-child {
    top: 0;
    right: 0;
}

.hp_service_content_right .hp_service_box:last-child {
    bottom: -75px;
    right: 0;
}

/* why */

.hp_counter {
    font-size: 50px;
}

.hp_why_box div p {
    font-size: 25px;
}

.hp_why_bottom {
    grid-template-columns: repeat(2, 1fr);
}

}

/* */

/* mobile */

@media (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #050505;
    border-bottom: 0;
    height: auto;
}

.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: #ffffff;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

/*
.navbar_mobile .logo_img {
    max-height: 35px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #050505;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #050505;
}

.side_menu input::placeholder {
    color: #050505 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #050505 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #ed0400 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    font-weight: bold;
}

.side_menu .list-group .list-group-item a:hover {
    color: #ed0400;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #ed0400;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #ed0400;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
    object-position: 80%;
}

.hp_table {
    align-items: flex-start !important;
    position: relative;
}

.hp_table:before {
    content: '';
    background-color: #050505;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_banner_content h2 {
    font-size: 35px;
}

.hp_banner_button {
    flex-direction: column;
}

/* about */

.hp_title h1 {
    font-size: 30px;
}

.hp_about_content p.mb-0.mx-auto {
    max-width: calc(100% - 0%);
}

/* service */

.hp_title h2 {
    font-size: 30px;
}

.hp_service {
    flex-direction: column;
}

.hp_service_content_left, .hp_service_content_right {
    width: 100%;
}

.hp_service_box {
    position: sticky !important;
    height: 100px;
    transition: all 0.50s;
}

.hp_service_box.active {
    height: auto;
}

.hp_service_content_right .hp_service_box .hp_service_header {
    flex-direction: row-reverse;
}

.hp_service_content_right .hp_service_box .hp_service_bottom ul li {
    flex-direction: row !important;
}

.hp_service_content_right .hp_service_box .hp_service_bottom .hp_button_2 {
    margin-left: 0 !important;
}

.hp_service_car {
    transform: translate3d(25vw, 0, 0);
}

.hp_service_image {
    max-width: calc(100% - 0%);
    order: 1;
    transform: scale(1.5);
}

/* why */

.index_wrapper_5:before {
    width: 100%;
}

.hp_why {
    flex-direction: column;
}

.hp_why_content {
    width: 100% !important;
}

.hp_counter {
    font-size: 50px;
}

.hp_why_box div p {
    font-size: 25px;
}

.hp_why_bottom {
    grid-template-columns: auto;
}

/* client */

.index_wrapper_6 {
    background-attachment: scroll;
}

/* faq */

.index_wrapper_7 {
    background-attachment: scroll;
}

.index_wrapper_7 .row.outerRow_7 {
    gap: 15px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0 !important;
}

/* branch */

.hp_branch {
    flex-direction: column;
}

.hp_branch .hp_button {
    margin-right: auto;
}

/* footer */

.footer_type9 {
    padding-bottom: 50px;
    background-attachment: scroll;
}

.footer_type9 .col-12.col-md-6.mb-md-0, .footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type9 .social_media a {
    margin-bottom: 0;
}

}

/* */