/* desktop */

body {
    color: #000000;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.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 */

.navbar_ecommerceDropdown {
    padding: 0;
    background: linear-gradient(to right, #000000, #2249aa);
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 80vw;
}

.navbar_ecommerceDropdown .nav_logo {
    padding: 1vw;
}

.navbar_ecommerceDropdown .nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .container.p-0 {
    max-width: 100vw;
}

.nav_bottom .menu {
    gap: 1.25vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1vw;
}

/*
.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}
*/

.hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 10;
}

/* banner video */

/*
.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}
*/

.index_wrapper_2 .row.innerRow_2 {
    position: relative;
}

.index_wrapper_2 #index_2 #index_2_2 {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.video_banner {
    height: 100%;
    padding-top: 0;
    display: flex;
}

.video_banner:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_banner video {
    position: static;
    transform: none;
    height: 650px;
    object-fit: cover;
}

.hp_video_content {
    gap: 15px;
}

.hp_banner_border:before {
    content: '';
    background-color: #2249aa;
    position: absolute;
    top: 0;
    left: -25px;
    width: 5px;
    height: 100%;
}

.hp_video_content h2 {
    font-size: 35px;
    line-height: normal;
    font-family: "Orbitron", sans-serif;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #2249aa;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a button:hover {
    background-color: #ffffff;
    color: #000000;
}

.hp_banner_button a button img {
    max-width: 25px;
    transition: all 0.50s;
}

.hp_banner_button a button:hover img {
    filter: brightness(0);
}

/* about */

.index_wrapper_3 {
    margin-top: -100px;
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27963/image/about-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
}

.hp_about_border {
    padding: 25px 50px 50px;
}

.hp_about_border:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27963/image/about-line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 100%;
}

.hp_middle {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2.5px;
}

.hp_border {
    padding-left: 25px;
}

.hp_border:before {
    content: '';
    background-color: #2249aa;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 70%;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: "Orbitron", sans-serif;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #2249aa;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a button:hover {
    background-color: #ffffff;
    color: #000000;
}

.hp_button a button img {
    max-width: 25px;
    transition: all 0.50s;
}

.hp_button a button:hover img {
    filter: brightness(0);
}

.hp_about_button {
    gap: 15px;
    top: 0;
}

.hp_about_button img {
    max-width: 50px;
}

/* count */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000;
    background-image: url(https://cdn1.npcdn.net/userfiles/27963/image/statistic-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_count_content {
    gap: 15px;
}

.hp_count_content .hp_border:before {
    height: 75px;
}

.hp_count_box {
    gap: 15px;
}

.hp_count_box div.d-flex.align-items-center.justify-content-center {
    line-height: 1;
}

.hp_counter {
    font-size: 75px;
    font-weight: bold;
    font-family: "Orbitron", sans-serif;
}

.hp_count_box div div:last-child {
    font-size: 50px;
    font-weight: bold;
    font-family: "Orbitron", sans-serif;
}

.hp_count_box h3 {
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Orbitron", sans-serif;
}

/* service */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(#000000, #2249aa, #000000);
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_slider .slick-arrow {
    display: none !important;
}

.hp_service_slider .slick-list {
    overflow: visible !important;
}

.hp_service_slider_item {
    padding: 15px;
}

.hp_service_slider_item_box_image img {
    filter: brightness(0.75);
}

.hp_service_slider_item_box_content {
    bottom: 0;
    left: 0;
    gap: 15px;
    padding: 50px;
}

.hp_no {
    top: -50px;
    left: 40px;
}

.hp_no h4 {
    font-size: 150px;
    line-height: 1;
    color: #2249aa;
    font-family: "Orbitron", sans-serif;
    opacity: 0.25;
}

.hp_service_slider_item_box_content .hp_middle {
    z-index: 1;
}

.hp_service_slider_item_box_content .hp_border:before {
    height: 100%;
}

.hp_service_slider_item_box_content .hp_title {
    text-transform: uppercase;
}

.hp_service_slider_bottom {
    gap: 15px;
}

.hp_service_slider_bottom_button {
    gap: 15px;
    cursor: pointer;
}

.hp_progress_bar {
    height: 2.5px;
    border-bottom: 1px solid #ffffff;
}

.hp_progress_fill {
    height: 100%;
    background-color: #ffffff;
    width: 0;
    transition: width 0.50s linear;
}

.hp_service_slider_bottom_button img {
    max-width: 50px;
}

/* why */

.index_wrapper_6 {
    margin-bottom: -100px;
    padding-bottom: 200px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27963/image/wcu-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_content .hp_border:before {
    height: 100%;
}

.hp_why_content p {
    width: 75%;
    padding-left: 25px;
}

.hp_why_content_box_right {
    top: 0;
    right: -100px;
    width: 50%;
}

.hp_why_content_box_left {
    bottom: 0;
    left: -150px;
    width: 50%;
}

.hp_why_content_box_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 15px;
    padding: 15px 25px;
}

.hp_why_content_box_text h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Orbitron", sans-serif;
}

/* gallery */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(#2249aa, #000000);
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_gallery_content {
    gap: 15px;
}

.hp_gallery_content .hp_border:before {
    height: 75px;
}

.hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-right: -100px;
    margin-left: 100px;
    margin-top: 50px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow {
    width: auto;
    height: auto;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: -50px;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: -15px;
    transform: translate(50%, -50%);
    display: none;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    filter: none;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/27963/image/arrow-left.png);
}

.hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    opacity: 1 !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    background-color: transparent;
    height: 100%;
    padding-top: 0;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    position: static;
    transform: none;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    color: #ffffff;
    margin-bottom: 0;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    text-align: left !important;
    font-weight: bold;
}

/* brand */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27963/image/brands-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_brand_content {
    gap: 15px;
}

.hp_brand_content .hp_border:before {
    height: 75px;
}

.hp_brand_item {
    padding: 15px;
}

/* location */

.index_wrapper_9 {
    background-color: #000000;
}

.index_wrapper_9 .row.outerRow_9 {
    align-items: center;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_9 #index_10 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.hp_location {
    gap: 50px;
}

.hp_location_content_top {
    gap: 25px;
}

.hp_location_content_top .hp_border {
    padding-left: 0;
}

.hp_location_content_top .hp_border:before {
    left: -25px;
    height: 75px;
}

.hp_location_content_bottom {
    gap: 50px;
}

.hp_location_content_bottom_text {
    gap: 15px;
}

.hp_location_content_bottom_text:first-child {
    width: 60%;
}

.hp_location_content_bottom_text:last-child {
    width: 40%;
}

.hp_location_content_bottom_text h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Orbitron", sans-serif;
}

.hp_location_content_bottom_text div.d-flex.flex-column {
    gap: 15px;
}

.hp_location_content_bottom_text div.d-flex.flex-column div.d-flex.align-items-center {
    gap: 15px;
}

.hp_location_content_bottom_text h4 {
    font-size: 16px;
    line-height: normal;
}

.hp_location_content_bottom_text div.d-flex.flex-column p {
    padding-left: 25px;
}

/* contact */

.index_wrapper_11 {
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.index_wrapper_11:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27963/image/contact-obj-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_11 .container.outerContainer_11 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_11 .row.outerRow_11 {
    background-image: url(https://cdn1.npcdn.net/userfiles/27963/image/contact-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    color: #ffffff;
    align-items: center;
    padding: 50px;
    margin: 0 15px;
}

.index_wrapper_11 #index_11 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    gap: 15px;
}

.hp_contact .hp_border:before {
    height: 100px;
}

.hp_contact p, .hp_contact .hp_button {
    padding-left: 25px;
}

.ex_hpcontact_formonly {
    margin: 15px 0;
}

.ex_hpcontact_formonly .contact_us_form .hp_contactform_header {
    display: none;
}

.ex_hpcontact_formonly .contact_us_form form .form-group .form-control {
    font-size: 16px !important;
    height: 100%;
    padding: 15px;
    font-weight: normal;
    line-height: normal;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
}

.ex_hpcontact_formonly .contact_us_form form .form-group .form-control::placeholder {
    color: #ffffff;
}

.ex_hpcontact_formonly .contact_us_form form .form-group label {
    margin-bottom: 15px;
}

.ex_hpcontact_formonly .contact_us_form form button {
    font-size: 16px !important;
    background-color: #2249aa !important;
    border-color: #2249aa !important;
    padding: 15px !important;
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 100px;
}

.ex_hpcontact_formonly .contact_us_form form button:hover {
    background-color: #ffffff !important;
    color: #000000;
}

/* footer */

.footer_type7 {
    background-color: transparent;
    background: linear-gradient(#000000 ,#2249aa);
    padding-bottom: 15px !important;
    padding-top: 100px !important;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.footer_type7 .logo {
    padding-top: 0;
    min-height: 50px !important;
}

.footer_type7 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type7 p {
    margin-bottom: 0;
}

.footer_type7 .title {
    min-height: 0;
}

.footer_type7 .title h5 {
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.footer_type7 .list-unstyled {
    margin-bottom: 0;
}

.footer_type7 a:hover {
    color: #2249aa;
}

.footer_type7 .list-unstyled li a p {
    margin-bottom: 0 !important;
}

.footer_type7 .location {
    margin-bottom: 0 !important;
}

.footer_type7 .location .d-flex {
    align-items: baseline;
    gap: 25px;
}

.footer_type7 .location i {
    margin-top: 0;
    margin-right: 0;
}

.footer_type7 .list-unstyled li.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 .list-unstyled li.mb-1 a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    padding: 15px;
    position: relative;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 1px;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 1px;
}

.footer_type7 .copy_right.text-center.text-md-left p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    padding: 15px !important;
    position: relative;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 1px;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 1px;
}

.footer_type7 .social_media {
    padding-right: 0 !important;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer_type7 .social_media a {
    margin-left: 0;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    font-family: "Orbitron", sans-serif;
}

.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;
}

#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 */

.video_banner video {
    height: 450px;
}

.hp_video_content h2 {
    font-size: 30px;
}

/* about */

.hp_title {
    font-size: 30px;
}

/* why */

.hp_why_content_box_right {
    right: 0;
}

.hp_why_content_box_left {
    left: -100px;
}

.hp_why_content_box_text {
    padding: 15px;
}

.hp_why_content_box_text h3 {
    font-size: 16px;
}

.hp_why_content_box_text p {
    font-size: 12px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: transparent;
    background: linear-gradient(to right, #000000, #2249aa);
    border-bottom: none;
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000 !important;
}

.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;
    padding: 0 !important;
    flex: auto;
    width: auto;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
    order: 1;
    flex: auto;
    width: auto;
    text-align: left !important;
}

.navbar_mobile .row_1 .col:last-child {
    display: none;
}

.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: #ffffff;
    border-radius: 0 !important;
    background-color: transparent;
    height: 75px;
}

.navbar_mobile .btn-outline-light:hover {
    color: #000000;
    background-color: transparent;
    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: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 75px !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: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #2249aa !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    gap: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #2249aa;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: center;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #2249aa;
}

.npnavbar_languagebar {
    text-align: center;
}

/* banner */

/*
.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}
*/

.video_banner video {
    height: 650px;
}

.hp_video_content {
    width: 100% !important;
}

.hp_video_content h2 {
    font-size: 30px;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    background-position: top right;
}

.hp_title {
    font-size: 30px;
}

/* service */

.hp_service_slider_item_box_image img {
    height: 350px !important;
    object-fit: cover;
}

.hp_service_slider_item_box_content {
    width: 100% !important;
    padding: 15px;
}

/* why */

.hp_why_content_box_right {
    right: 0;
}

.hp_why_content_box_left {
    left: 0;
}

.hp_why_content_box_text {
    padding: 5px 15px;
}

.hp_why_content_box_text h3 {
    font-size: 12px;
}

.hp_why_content_box_text p {
    font-size: 10px;
}

/* location */

.hp_location_content_bottom {
    flex-direction: column;
}

.hp_location_content_bottom_text:first-child, .hp_location_content_bottom_text:last-child {
    width: 100%;
}

/* contact */

.index_wrapper_11 .row.outerRow_11 {
    padding: 50px 0;
}

/* footer */

.footer_type7 {
    padding-bottom: 50px !important;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0:before, .footer_type7 .col-12.col-md-6.pb-5.pb-md-0:after {
    display: none;
}

.footer_type7 .social_media {
    justify-content: center;
}

}

/* */