@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* desktop */

body {
    color: #212529;
    font-size: 16px !important;
    line-height: 1.75;
}

body br {
    display: none;
}

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;
}

/* menu */

.navbar_type8 {
    height: 125px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 1240px;
}

.navbar_type8 .logo {
    flex: auto;
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: auto;
    /*filter: brightness(10) invert(0) drop-shadow(0 2.5px 5px #212529);*/
}

.navbar_type8 .nav_tab {
    flex: 0 1 auto;
    padding-left: 0;
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    font-weight: 900;
    border-bottom: 2.5px solid transparent;
    margin-right: 15px;
    padding: 5px 15px;
    /*text-shadow: 0 2.5px 5px #212529;*/
    color: #212529;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #D3D3D3;
    border-bottom: 2.5px solid #D3D3D3;
}

.dark_nav {
    background-color: transparent !important;
    height: 100px;
}

.dark_nav:before {
    content: '';
    background-color: #24275e;
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dark_nav:after {
    content: '';
    background-color: #24275e;
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dark_nav .logo img {
    filter: brightness(10) invert(0);
}

.dark_nav .nav_tab .nav_item a {
    color: #ffffff;
}

/*
#main_index #top_spacing {
    height: 0 !important;
}
*/

/*
#top_spacing {
    background-color: #24275e;
}
*/

/* banner */

.slider_banner .slick-arrow {
    transform: translate(-50%, -50%);
}

.slider_banner .banner_content {
    overflow: hidden;
    background-color: rgba(33, 37, 41, 0.50);
}

.slider_banner .item {
    overflow: hidden;
}

.slider_banner .item img {
    animation: 7.5s linear zoomout infinite;
}

@keyframes zoomout {
    0% {
        transform: scale(105%);
    }
    
    100% {
        transform: scale(100%);
    }
}

.hp_table {
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    /*text-align: center;*/
    gap: 15px;
    padding: 15px;
    margin: 0 auto;
    height: 100%;
    max-width: 1240px;
}

.hp_table img {
    animation: inherit !important;
}

.hp_border {
    /*position: relative;*/
    /*padding: 50px 25px;*/
    /*max-width: 75%;*/
    color: #ffffff;
    text-shadow: 0 0 5px #212529;
}

.hp_border.janimate {
    animation-delay: 1.5s;
}

/*
.hp_border:before {
    content: '';
    border-top: 2.5px solid #ffffff;
    border-left: 2.5px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 50%;
    border-radius: 50%;
    filter: drop-shadow(0 2.5px 5px #212529);
}
*/

/*
.hp_border:after {
    content: '';
    border-bottom: 2.5px solid #ffffff;
    border-right: 2.5px solid #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 50%;
    border-radius: 50%;
    filter: drop-shadow(0 2.5px 5px #212529);
}
*/

.hp_banner {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: normal;
    color: #ffffff;
    text-shadow: 0 2.5px 5px #212529;
}

.hp_border p {
    font-size: 25px;
}

/* product */

.index_wrapper_3 {
    padding-top: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: normal;
    color: #24275e;
}

.index_wrapper_3 .hp_title {
    border-bottom: 2.5px solid #212529;
    border-radius: 100%;
    padding: 15px 25px;
    width: max-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*
.index_wrapper_3 .hp_title:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
*/

/* category */

.index_wrapper_4 {
    padding-top: 15px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_five {
    flex: 0 0 20%;
    max-width: 20%;
}

.hp_box {
    position: relative;
    overflow: hidden;
}

.hp_box img {
    transition: all 0.50s;
}

.hp_box:hover img {
    transform: scale(1.05);
    filter: blur(5px);
}

.hp_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 15px;
    transition: all 0.50s;
}

.hp_box:hover .hp_text {
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.hp_text h1 {
    font-size: 1.2vw;
    font-weight: 900;
    line-height: normal;
    text-shadow: 0 0 5px #212529;
}

.hp_text h1 a {
    color: #ffffff;
}

.hp_text h1 a:hover {
    color: #D3D3D3;
}

@media (max-width: 768px){
    .hp_text h1{
        font-size: 20px;
    }
}

/* about */

.index_wrapper_5 {
    background: url(https://cdn1.npcdn.net/userfiles/25769/image/new_about-1.png) center / cover no-repeat;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about {
    z-index: 0;
}

.hp_about_content {
    width: 45%;
}

.hp_about_content .hp_button {
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.hp_button a button {
    background-color: #1a65ae;
    color: #ffffff;
    border: 2.5px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.50s;
}

.hp_button a button:hover {
    border: 2.5px solid #ffffff;
    background-color: #ffffff;
    color: #1a65ae;
}

.hp_about_image div:first-child {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: -1;
    width: 80%;
}

.hp_about_image div:last-child {
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: -1;
    width: 80%;
}

[data-aos="hp-zoom"] {
    transform: scale(0);
}

[data-aos="hp-zoom"].aos-animate {
    animation: 1s hp-zoom forwards;
}

@keyframes hp-zoom {
    to {
        transform: scale(1);
    }
}

/* video */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/userfiles/25769/image/video1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_video {
    display: flex;
}

.hp_video iframe {
    width: 50%;
    margin: 0 auto;
}

/* why */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.index_wrapper_7:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/25769/image/tapetape1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 350px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_7 .hp_title {
    border-bottom: 2.5px solid #212529;
    border-radius: 100%;
    padding: 15px 25px;
    width: max-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.index_wrapper_7 .hp_title:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_why {
    background-color: #ffffff;
    padding: 15px;
}

.hp_icon img {
    max-width: 25%;
    margin: 0 auto;
    filter: grayscale(1);
}

.hp_why:hover .hp_icon img {
    animation: 1s bounceIn;
}

.hp_why_title {
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    color: #24275e;
    transition: all 0.50s;
}

.hp_why:hover .hp_why_title {
    color: #D3D3D3;
}

/* gallery */

.index_wrapper_8 {
    padding-bottom: 100px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_8 .hp_title {
    border-bottom: 2.5px solid #212529;
    border-radius: 100%;
    padding: 15px 25px;
    width: max-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.index_wrapper_8 .hp_title:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0 15px;
}

.hp_photoGallerySlider_type3 .col-12 {
    padding-right: 0;
    padding-left: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: auto;
    height: auto;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before,
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    opacity: 1;
    filter: invert(0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

/* gallery 2 */

.index_wrapper_9 {
    padding-bottom: 100px;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_9 .hp_title {
    border-bottom: 2.5px solid #212529;
    border-radius: 100%;
    padding: 15px 25px;
    width: max-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.index_wrapper_9 .hp_title:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* footer */

.footer_type10 {
    color: #212529;
    background-color: transparent;
    padding-top: 15px !important;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.footer_type10:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/25769/image/bottom2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*
.footer_type10:after {
    content: '';
    background: linear-gradient(#1a65ae, #24275e);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: -1;
}
*/

.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: #212529;
}

.footer_type10 .sub_title p {
    font-size: 20px;
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #212529;
}

.footer_type10 .logo {
    padding-top: 0;
    min-height: 75px;
}

.footer_type10 .logo img {
    max-height: 100%;
    /*filter: invert(10) brightness(10);*/
}

.footer_type10 .text {
    line-height: normal;
    font-size: 14px;
    color: #212529 !important;
}

.footer_type10 .d-inline-flex {
    align-items: center;
}

.footer_type10 .icon {
    padding: 2.5px 0 0;
}

.footer_type10 .icon i {
    color: #212529;
}

.footer_type10 .social_media {
    display: none;
}

.footer_type10 .hp_social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.footer_type10 .hp_social img {
    max-width: 25px;
}

.footer_type10 .list-unstyled {
    margin-bottom: 0;
}

.footer_type10 .list-unstyled li {
    margin-bottom: 15px;
}

.footer_type10 .list-unstyled li:last-child {
    margin-bottom: 0;
}

.footer_type10 .list-unstyled li a {
    text-transform: uppercase;
}

.footer_type10 .list-unstyled li a:hover {
    color: #1a65ae;
}

.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 .footer_map_class {
    height: 335px;
    display: flex;
}

.footer_type10 .text-light {
    color: #212529 !important;
}

.footer_type10 .text-light .line_top {
    border-color: #212529;
}

.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-size: 14px !important;
    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 {
    font-size: 14px;
    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;
}

.footer_type10 .col-12 .mb-1 small {
    font-size: 14px;
    font-weight: 900;
}

.footer_type10 .col-12 .mb-1 small strong {
    font-weight: 900;
    text-transform: uppercase;
}

.footer_type10 a {
    color: #212529;
}

/* page */

.page_title {
    margin: 100px auto 15px;
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    font-weight: 900;
    color: #212529;
    text-transform: uppercase;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.col-md-4.ws_contact {
    display: block;
    margin-bottom: 0 !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;
    padding: 30px 0 0;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner {
    font-size: 45px;
}

/* category */

.hp_text {
    height: 100px;
}

/* about */

.hp_title {
    font-size: 30px;
}

.hp_about_content .hp_button {
    bottom: 50px;
}

/* footer */

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
    flex: 0 0 25%;
    max-width: 25%;
}

.footer_type10 .footer_map_class {
    height: 325px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

#main_index #top_spacing {
    height: 100px !important;
}

#top_spacing {
    height: 105px !important;
}

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: none;
    height: 100px;
    display: flex;
    justify-content: center;
}

.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.text-center {
    order: 1;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: 2.5px solid transparent !important;
    padding: 15px;
    display: flex;
    line-height: normal;
    color: #ffffff;
    border-radius: 5px !important;
    background-color: #212529;
}

.navbar_mobile .btn-outline-light:hover {
    border: 2.5px solid #D3D3D3 !important;
    color: #212529;
    background-color: #D3D3D3;
}

.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: rgba(33, 37, 41, 0.75);
}

.side_menu.show {
    width: 75%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 0 !important;
}

.side_menu input {
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    color: #D3D3D3 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #212529 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
}

.side_menu .list-group .list-group-item {
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 0;
    padding: 15px 15px 15px 0;
}

.side_menu .list-group .list-group-item:first-child {
    border-top: 1px solid #ffffff;
}

.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: 900;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #D3D3D3;
}

.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: 550px !important;
    object-fit: cover;
}

.hp_table {
    flex-direction: column;
}

/*
.hp_border {
    padding: 50px 25px;
    max-width: 100%;
}
*/

.hp_banner {
    font-size: 20px;
}

.hp_border p {
    font-size: 12.5px;
    margin-bottom: 15px !important;
}

/* category */

.index_wrapper_3 {
    padding-top: 100px;
}

.hp_five {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px !important;
}

/* about */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hp_about {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hp_about_content {
    width: 100%;
}

.hp_title {
    font-size: 25px;
}

.hp_about_content .hp_button {
    bottom: 50px;
}

.hp_about_image div:first-child {
    position: static;
    width: 100%;
}

.hp_about_image div:last-child {
    position: static;
    width: 100%;
}

/* video */

.index_wrapper_6 {
    background-attachment: inherit;
}

.hp_video iframe {
    width: 100%;
}

/* why */

.index_wrapper_7:after {
    background-position: bottom right;
    top: auto;
    bottom: 0;
}

/* footer */

.footer_type10:before {
    background-position: bottom center;
    background-size: contain;
}

/* float */

.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: #D3D3D3;
}

}

/* */
