@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/* desktop */

body {
    color: #000000;
    font-size: 16px !important;
    line-height: normal;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-bottom: 100px !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

/* header */

.editor {
    border-bottom: 2.5px solid #0574bb;
    position: relative;
}

.editor:after {
    content: '';
    border-bottom: 2.5px solid #d9241b;
    position: absolute;
    bottom: -2.5px;
    right: 0;
    width: 50%;
}

.hp_logo {
    max-width: 100px;
    margin: 0 auto;
}

/* menu */

.navbar_type8 {
    height: auto;
}

.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item {
    padding: 15px 25px;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000000;
    font-weight: bold;
    padding: 0;
    border-bottom: 2.5px solid transparent;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #0574bb;
    border-bottom: 2.5px solid #d9241b;
}

.dark_nav {
    background-color: #ffffff !important;
    border-bottom: 2.5px solid #d9241b;
    animation: 1s slideInDown;
}

.dark_nav:after {
    content: '';
    border-bottom: 2.5px solid #0574bb;
    position: absolute;
    bottom: -2.5px;
    right: 0;
    width: 50%;
}

/* banner */

.index_wrapper_2 {
    margin-bottom: -0.25px;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    margin: 0 auto;
    height: 100%;
    max-width: 1240px;
    color: #ffffff;
}

.hp_table h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.hp_table h1 span {
    margin-left: 15px;
    font-weight: bold;
}

.hp_table p {
    font-size: 25px;
    border-left: 1px dashed #ffffff;
    padding-left: 15px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.hp_table p span {
    margin-left: 15px;
}

/* why */

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_box_1 {
    background-color: #A9A9A9;
    color: #ffffff;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.hp_box_2 {
    background-color: #d9241b;
    color: #ffffff;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.hp_icon {
    border: 1px dashed #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 25px;
}

.hp_text h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
}

/* category */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    color: #0574bb;
    border-bottom: 2.5px solid #d9241b;
    padding-bottom: 15px;
}

.hp_category {
    position: relative;
    overflow: hidden;
}

.hp_category img {
    transition: all 0.50s;
    transform: scale(1.05);
}

.hp_category:hover img {
    transform: scale(1);
}

.hp_text_category {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(5, 116, 187, 0.75);
    transition: all 0.50s;
}

.hp_category:hover .hp_text_category {
    background-color: rgba(217, 36, 27, 0.75);
}

.hp_text_category h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
}

.hp_text_category h1 a {
    color: #ffffff;
}

.hp_text_category h1 a:hover {
    color: #000000;
}

/* product */

.index_wrapper_5 {
    padding-bottom: 100px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.product_cat-10 .col-12.col-md-4.col-lg-4 {
    padding: 15px;
}

.product_cat-10 .wrapper_product_category {
    margin-bottom: 0;
    border: 1px dashed #000000;
    padding: 15px;
}

.product_cat-10 .wrapper_product_category .product_img {
    border-radius: 0;
}

.product_cat-10 .wrapper_product_category .product_img:hover img {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.05);
}

.product_cat-10 .wrapper_product_category h3 {
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 0;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.product_cat-10 .wrapper_product_category .view-btn {
    background-color: #0574bb;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 0;
    border: none;
    color: #ffffff;
    transition: all 0.50s;
    text-transform: uppercase;
}

.product_cat-10 .wrapper_product_category:hover .view-btn {
    transform: none;
    background-color: #d9241b;
}

/* side */

.index_wrapper_6 {
    padding-bottom: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_cover {
    position: relative;
    transition: all 0.50s;
}

.hp_cover:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.hp_cover img {
    transition: all 0.50s;
}

.hp_cover:hover img {
    filter: brightness(0.75);
}

.hp_text_cover_1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 15px 25px;
    background-color: #0574bb;
}

.hp_text_cover_2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 15px 25px;
    background-color: #d9241b;
}

.hp_text_cover_1 h1, .hp_text_cover_2 h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
}

.hp_text_cover_1 h1 a, .hp_text_cover_2 h1 a {
    color: #ffffff;
}

.hp_text_cover_1 h1 a:hover, .hp_text_cover_2 h1 a:hover {
    color: #000000;
}

/* about */

.index_wrapper_7 {
    padding-bottom: 100px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_button {
    display: inline-flex;
}

.hp_button a button {
    transition: all 0.50s;
    border: 1px dashed #0574bb;
    background-color: transparent;
    color: #d9241b;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.hp_button a button:hover {
    border-color: #d9241b;
    color: #0574bb;
}

/* map */

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_8 .contact_map {
    display: flex;
    margin-bottom: 0 !important;
}

.index_wrapper_8 .contact_map iframe {
    height: 500px;
}

/* footer */

.footer_type4 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000000;
    background-image: inherit;
    position: relative;
}

.footer_type4:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/25512/image/footer1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

.footer_type4 .container.pt-3 {
    padding: 0 15px !important;
}

.footer_type4 .left_line {
    border: none;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 {
    padding: 15px;
    margin-bottom: 0 !important;
}

.footer_type4 h6 {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer_type4 p {
    padding: 0 !important;
}

.footer_type4 ul {
    margin-bottom: 0;
}

.footer_type4 .social_media li {
    margin-bottom: 0;
}

.footer_type4 .social_media li a:hover {
    color: #0574bb;
}

.footer_type4 .footer_social_img img {
    padding: 0;
    display: flex;
}

.footer_type4 .form-control {
    border-radius: 0;
    font-size: 16px !important;
    margin: 15px auto;
    padding: 5px 15px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
}

.footer_type4 .btn.btn-primary.mt-3 {
    border: none !important;
    border-radius: 0;
    padding: 15px 25px;
    font-weight: bold;
    font-size: 16px !important;
    margin-top: 0 !important;
    line-height: normal;
    background-color: #0574bb !important;
    text-transform: uppercase;
}

.footer_type4 .btn.btn-primary.mt-3:hover {
    background-color: #d9241b !important;
}

.footer_type4 .col-12.mt-5 {
    border-top: none;
    margin-top: 15px !important;
}

.footer_type4 .col-12.mt-5 .copy_right.text-center {
    padding: 15px 0;
}

.footer_type4 small {
    font-size: 16px !important;
}

.footer_type4 small strong {
    font-weight: bold;
}

.footer_type4 .privacy_policy, .footer_type4 .footer_terms, .footer_type4 .footer_returns {
    font-size: 16px;
    padding: 0 !important;
}

.footer_type4 a:hover {
    color: #0574bb;
}

/* page */

#main_index #top_spacing {
    border-bottom: none;
}

#top_spacing {
    border-bottom: 2.5px solid #d9241b;
    position: relative;
}

#top_spacing:after {
    content: '';
    border-bottom: 2.5px solid #0574bb;
    position: absolute;
    bottom: -2.5px;
    right: 0;
    width: 50%;
}

.page_title {
    margin: 100px auto 15px;
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

#main_contactus {
    padding-bottom: 100px;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 15px !important;
}

#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) {

/* banner */

.hp_table h1 {
    font-size: 35px;
}

/* why */

.hp_text h1 {
    font-size: 16px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 2.5px solid #0574bb;
    height: 100px;
    display: flex;
    justify-content: center;
}

.navbar_mobile:before {
    content: '';
    border-bottom: 2.5px solid #d9241b;
    position: absolute;
    bottom: -2.5px;
    right: 0;
    width: 50%;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
}

.navbar_mobile .row_1 .col.pl-4, .navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 0 0 0 15px !important;
}

.navbar_mobile .row_1 .col.text-center {
    order: 1;
    text-align: left !important;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #0574bb;
    border-radius: 0 !important;
    background-color: transparent;
}

.navbar_mobile .btn-outline-light:hover {
    color: #d9241b;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

.navbar_mobile .logo_img {
    max-height: 75px;
}

.side_menu {
    background-color: #000000;
}

.side_menu.show {
    width: 75%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 0 !important;
}

.side_menu input {
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    color: #0574bb !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #d9241b !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: 2.5px solid #ffffff;
    padding: 15px 15px 15px 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    justify-content: center;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #0574bb;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: flex-start;
}

.side_menu .social_media a {
    margin: 0;
}

/* banner */

.slider_banner .item img {
    height: 200px !important;
    object-fit: cover;
    object-position: right;
}

.hp_table {
    justify-content: flex-end;
}

.hp_table h1 {
    font-size: 25px;
}

.hp_table p {
    font-size: 12.5px;
}

/* why */

.hp_text h1 {
    font-size: 20px;
}

/* map */

.index_wrapper_8 .contact_map iframe {
    height: 350px;
}

/* footer */

.footer_type4 {
    padding-bottom: 100px;
}

/* float */

#toTop {
    bottom: 50px !important;
}

.floating_btn_bottom_block {
    height: auto;
}

.floating_btn_bottom {
    background-color: #0574bb;
    height: auto;
    padding: 15px;
}

.floating_btn_bottom .col-12.text-center {
    padding: 0;
}

.floating_btn_bottom_wrapper {
    margin-bottom: 0;
}

.floating_btn_bottom_wrapper > li > a > i {
    font-size: 25px;
    line-height: normal;
    transition: all 0.50s;
}

.floating_btn_bottom_wrapper > li > a > i:hover {
    color: #d9241b;
}

}

/* */