/* desktop */

body {
    color: #212529;
    line-height: 1.5;
}

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 */

.navbar_ecommerceDropdown {
    padding: 0;
    box-shadow: 0 0 25px rgba(33, 37, 41, 0.25);
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 0.325vw 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 6.5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom .menu {
    gap: 3.25vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0 2.5px;
    color: #212529;
    text-transform: uppercase;
    font-size: 1vw;
    position: relative;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #0072bc;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    transition: all 0.50s;
    opacity: 0;
}

.nav_bottom .menu .nav_item:hover .dropdown a:after {
    opacity: 1;
    bottom: -5px;
}

/* dropdown */

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    border-top: 0;
    max-width: 100%;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    box-shadow: none;
    padding: 15px;
    border: 1px solid #212529;
    border-top: 2.5px solid #0072bc;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a {
    padding-bottom: 0 !important;
    font-weight: bold;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
    margin-top: 50px;
    margin-bottom: -25px;
    position: relative;
}

.hp_banner_content h2 {
    font-size: 40px;
    line-height: normal;
}

.hp_banner_content h2 em {
    font-size: 50px;
}

.hp_banner_content p {
    font-family: "Open Sans", sans-serif;
}

.hp_banner_content p b {
    font-weight: 300;
}

.hp_banner_button {
    gap: 15px;
    font-family: "Open Sans", sans-serif;
}

.hp_banner_button div a button {
    transition: all 0.50s;
}

.hp_banner_button div:first-child a button {
    background-color: #ffffff;
    color: #0072bc;
    padding: 5px 15px 5px 5px;
    border: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button div:first-child a:hover button {
    background-color: #0072bc;
    color: #ffffff;
}

.hp_banner_button div:first-child a button i {
    background-color: #0072bc;
    color: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: all 0.50s;
}

.hp_banner_button div:first-child a:hover button i {
    background-color: #ffffff;
    color: #0072bc;
    transform: scaleX(-1);
}

.hp_banner_button div:last-child a button {
    background-color: transparent;
    color: #ffffff;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button div:last-child a:hover button {
    color: #0072bc;
}

.hp_banner_button div:last-child a button i {
    background-color: #ffffff;
    color: #0072bc;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: all 0.50s;
}

.hp_banner_button div:last-child a:hover button i {
    background-color: #0072bc;
    color: #ffffff;
    transform: scaleX(-1);
}

.hp_banner_image {
    pointer-events: none;
}

.hp_banner_image img {
    max-width: 65%;
    margin: auto;
}

/* why */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.hp_why_box {
    background-color: #0072bc;
    padding: 50px 25px;
    border-radius: 15px;
    gap: 15px;
    box-shadow: 15px 15px 15px rgba(33, 37, 41, 0.50);
    transition: all 0.50s;
}

.hp_why_box:nth-child(even) {
    transform: translateY(50px);
}

.hp_why_box:hover {
    background-color: #e9f8ff;
    box-shadow: none;
}

.hp_why_box img {
    max-width: 75px;
    max-height: 75px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    transition: all 0.50s;
}

.hp_why_box:hover img {
    background-color: #0072bc;
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.hp_why_box:hover h3 {
    color: #0072bc;
}

.hp_why_box:hover p {
    color: #0072bc;
    transition: all 0.50s;
}

.hp_why_content {
    gap: 15px;
    margin-top: 150px;
}

.hp_title {
    font-size: 50px;
    line-height: normal;
}

.hp_why_content .hp_title {
    color: #0072bc;
    margin-left: 25px;
}

.hp_why_content .hp_title strong em {
    color: #00a651;
}

.hp_why_content p.mb-0.text-muted {
    margin-left: 25px;
}

.hp_why_content div img {
    border-radius: 15px;
}

.hp_why_running {
    background-color: #0072bc;
    border-radius: 15px;
    padding: 25px;
    top: -50px;
    left: 25px;
    width: calc(100% - 25px);
    margin-left: auto;
}

.hp_counter {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.hp_why_running_content div p {
    font-size: 25px;
}

.hp_line {
    width: 50px;
    height: 5px;
}

/* product */

.index_wrapper_4 {
    padding-top: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/22339/image/C_Background.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 15px;
}

.hp_button a button {
    font-family: "Open Sans", sans-serif;
    transition: all 0.50s;
    background-color: #ffffff;
    color: #0072bc;
    padding: 5px 15px 5px 5px;
    border: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background-color: #0072bc;
    color: #ffffff;
}

.hp_button a button i {
    background-color: #0072bc;
    color: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: all 0.50s;
}

.hp_button a:hover button i {
    background-color: #ffffff;
    color: #0072bc;
    transform: scaleX(-1);
}

.product_cat-4 .slick-slider {
    margin-right: -300px;
}

.product_cat-4 .slick-slide {
    min-height: auto;
}

.product_cat-4 .cat_outter_box {
    padding: 15px;
}

.product_cat-4 .cat_box {
    height: 100%;
    opacity: 1 !important;
    transform: none !important;
}

.product_cat-4 .cat_box a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_cat-4 .cat_box img {
    border-radius: 15px;
    height: 300px;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

.product_cat-4 .cat_box .content {
    position: static;
    background-color: #0072bc;
    border-radius: 15px;
}

.product_cat-4 .cat_box:hover .content {
    background-color: #212529;
}

.product_cat-4 .cat_box .content .content_box {
    padding: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.product_cat-4 .cat_box .content .content_box h3 {
    display: none;
}

.product_cat-4 .cat_box .content .content_box h4 {
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    transition: all 0.50s;
}

.product_cat-4 .cat_box:hover .content .content_box h4 {
    color: #0072bc;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    font-size: 0 !important;
    border: 0;
    padding: 0;
    line-height: normal;
    border-radius: 0;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover {
    background-color: inherit;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:before {
    content: '\f061';
    font-size: 16px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    transition: all 0.50s;
}

.product_cat-4 .cat_box:hover .content .content_box .btn-outline-primary:before {
    color: #0072bc;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

/* about */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_5 .row.outerRow_5 {
    align-items: center;
}

.index_wrapper_5 #index_5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_5 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
}

.hp_about_content .hp_title strong em {
    color: #00a651;
}

.hp_about_content .hp_button a button {
    background-color: #0072bc;
    color: #ffffff;
}

.hp_about_content .hp_button a:hover button {
    background-color: #212529;
    color: #0072bc;
}

.hp_about_content .hp_button a button i {
    background-color: #ffffff;
    color: #0072bc;
}

.hp_about_content .hp_button a:hover button i {
    background-color: #0072bc;
    color: #212529;
}

/* c n a */

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_cna_content .hp_title {
    color: #00a651;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0 20px;
}

.hp_photoGallerySlider_type3 .col-12 {
    padding-right: 0;
    padding-left: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    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-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 15px;
    height: 15px;
    filter: invert(0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    opacity: 1 !important;
    transform: none !important;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
    height: 100%;
    padding-top: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    position: static;
    transform: none;
}

/* contact */

.index_wrapper_8 {
    padding-top: 100px;
    background: linear-gradient(#ffffff, #e9f8ff);
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    background-image: url(https://cdn1.npcdn.net/userfiles/22339/image/F_Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px;
    border-radius: 15px;
    margin: 15px;
}

.hp_contact_content {
    gap: 15px;
}

.hp_contact_content p {
    max-width: 75%;
}

/* footer */

.footer_type4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e9f8ff;
    background-image: inherit;
    color: #58595b;
}

.footer_type4 .container.pt-3 {
    padding-top: 0 !important;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 {
    padding: 15px;
}

.footer_type4 h6 {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: normal;
    color: #0072bc;
    text-transform: uppercase;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(3) h6 {
    font-size: 0 !important;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0:nth-child(3) h6:before {
    content: 'Discover';
    font-size: 20px;
}

.footer_type4 ul {
    margin-bottom: 0;
}

.footer_type4 a {
    color: #58595b;
}

.footer_type4 a:hover {
    color: #0072bc;
}

.footer_type4 .social_media li {
    margin-bottom: 0;
}

.footer_type4 .social_media li a {
    color: #0072bc;
}

.footer_type4 .social_media li a .fa-inverse {
    color: #ffffff;
}

.footer_type4 .footer_social_img img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(1295%)
    hue-rotate(181deg) brightness(101%) contrast(101%);
}

.footer_type4 .form-control {
    border: 0;
}

.footer_type4 .col-12.mt-5 {
    margin-top: 15px !important;
    padding: 15px;
}

.footer_type4 .copy_right.text-center p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type4 .copy_right.text-center .text-center.py-1 {
    padding: 0 !important;
}

.footer_type4 .copy_right.text-center .text-center.py-1 a {
    padding-left: 0 !important;
}

.footer_type4 .text-center.mt-1 {
    margin-top: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: bold;
}

.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 */

.hp_banner_image img {
    max-width: 50%;
}

/* why */

.hp_title {
    font-size: 35px;
}

.hp_why_box {
    padding: 25px 15px;
}

.hp_counter {
    font-size: 30px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
    box-shadow: 0 0 25px rgba(33, 37, 41, 0.25);
}

.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: #212529;
    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: 15px;
}

.navbar_mobile .logo_img {
    max-height: 75px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #212529;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #0072bc !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #212529 !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;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #0072bc;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #0072bc;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #0072bc;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_banner_content {
    margin-top: 0;
    margin-bottom: 0;
}

/* why */

.hp_title {
    font-size: 35px;
}

.hp_why {
    grid-template-columns: repeat(1, 1fr);
}

.hp_why_box:nth-child(even) {
    transform: translateY(0);
}

.hp_why_content {
    margin-top: 0;
}

.hp_title {
    font-size: 30px;
}

.hp_why_content .hp_title {
    margin-left: 0;
}

.hp_why_content p.mb-0.text-muted {
    margin-left: 0;
}

.hp_why_running {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
    left: 0;
}

/* product */

.index_wrapper_4 {
    background-size: cover;
    position: relative;
    z-index: 0;
}

.index_wrapper_4:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: -1;
}

.product_cat-4 .slick-slider {
    margin-right: -15px;
}

/* contact */

.index_wrapper_8 section .col-12.col-sm-12.px-3.py-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.hp_contact {
    padding: 100px 15px;
}

.hp_contact_content p {
    max-width: 100%;
}

/* footer */

.footer_type4 .col-md-3.mb-3.mb-lg-0 {
    margin-bottom: 0 !important;
}

}

/* */