/* desktop */

body {
    color: #212529;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 50px;
    padding-bottom: 50px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* header */

.hp_header_content p {
    font-size: 1vw;
    font-family: "Libre Baskerville", serif;
}

.hp_header_logo a {
    display: flex;
    justify-content: center;
}

.hp_header_logo a img {
    max-width: calc(100% - 17.5vw);
}

.hp_header_search form {
    font-size: 1vw;
    gap: 15px;
}

.hp_header_search form input {
    width: 0;
    border: 0;
    border-bottom: 1px solid #212529;
    padding: 15px 0;
    transition: all 0.50s;
}

.hp_header_search form:hover input {
    width: 100%;
    padding: 15px;
}

.hp_header_search form:focus-within input {
    width: 100%;
    padding: 15px;
    border-color: #d9b060;
}

.hp_header_search form button {
    display: flex;
    padding: 15px;
    border: 0;
    background-color: transparent;
    color :#212529;
    transition: all 0.50s;
}

.hp_header_search form button:hover {
    color: #d9b060;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    border-bottom: 1px solid transparent;
}

.navbar_ecommerceDropdown {
    padding: 0;
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    display: none;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
}

.nav_bottom {
    width: 100%;
}

.nav_bottom .menu {
    gap: 3.25vw;
    width: 100%;
    justify-content: center;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #212529;
    font-size: 1vw;
    font-family: "Libre Baskerville", serif;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #d9b060;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner_content {
    gap: 50px;
}

.hp_banner_content h2 {
    font-size: 40px;
    line-height: 1.5;
    font-family: "Libre Baskerville", serif;
}

.hp_banner_content p {
    max-width: calc(100% - 60%);
}

.hp_banner_button a button {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: flex;
}

.hp_banner_button a button span {
    transition: all 0.50s;
    background-color: #000420;
    color: #ffffff;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    transition: all 0.50s;
}

.hp_banner_button a:hover button span {
    background-color: #d9b060;
}

.hp_banner_button a button img {
    background-color: #d9b060;
    padding: 10px;
    max-width: 50px;
}

.hp_banner_button a:hover button img {
    background-color: #000420;
    transform: scaleX(-1);
}

/* why */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000420;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_box {
    gap: 25px;
}

.hp_why_box div:first-child {
    max-width: 65px;
}

.hp_why_box_content {
    gap: 5px;
}

.hp_why_box_content h3 {
    font-size: 16px;
    line-height: normal;
    font-family: "Libre Baskerville", serif;
}

.hp_why_border {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

/* about */

.index_wrapper_4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_4 .row.outerRow_4 {
    align-items: center;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_subtitle {
    font-size: 16px;
    line-height: normal;
    color: #d9b060;
}

.hp_title {
    font-size: 40px;
    line-height: 1.5;
    font-family: "Libre Baskerville", serif;
}

.hp_button a button {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: flex;
}

.hp_button a button span {
    transition: all 0.50s;
    background-color: #000420;
    color: #ffffff;
    padding: 5px 50px;
    display: flex;
    align-items: center;
    transition: all 0.50s;
}

.hp_button a:hover button span {
    background-color: #d9b060;
}

.hp_button a button img {
    background-color: #d9b060;
    padding: 10px;
    max-width: 50px;
}

.hp_button a:hover button img {
    background-color: #000420;
    transform: scaleX(-1);
}

.index_wrapper_4 #index_5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* service */

.index_wrapper_6 {
    padding-bottom: 50px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 25px;
}

.hp_service_content p {
    max-width: calc(100% - 40%);
}

.service_3 .service_box {
    padding: 15px !important;
}

.service_3 .service_box a {
    display: flex;
    flex-direction: column;
}

.service_3 .service_box img {
    height: 100%;
}

.service_3 .service_box:hover img {
    transform: none;
}

.service_3 .service_box .content {
    position: static;
    transform: none;
    background-color: #f2f2f2;
    opacity: 1;
    padding: 15px;
    transition: all 0.50s;
}

.service_3 .service_box:hover .content {
    background-color: #000420;
}

.service_3 .service_box .content h3 {
    position: static;
    transform: none;
    margin-bottom: 0;
    font-size: 25px;
    line-height: normal;
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    color: #212529;
}

.service_3 .service_box:hover .content h3 {
    color: #ffffff;
}

/* product */

.index_wrapper_7 {
    padding-bottom: 50px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 25px;
}

.product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
    padding: 15px !important;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
}

.product_cat-4 .cat_box {
    height: 100%;
    opacity: 1 !important;
    transform: none !important;
}

.product_cat-4 .cat_box a {
    display: flex;
    flex-direction: column;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

.product_cat-4 .cat_box .content {
    position: static;
    background-color: #000420;
    text-align: center;
}

.product_cat-4 .cat_box:hover .content {
    background-color: #d9b060;
}

.product_cat-4 .cat_box .content .content_box {
    padding: 15px;
    color: #ffffff;
}

.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: 20px;
    font-weight: bold;
    line-height: normal;
    font-family: "Libre Baskerville", serif;
    transition: all 0.50s;
}

.product_cat-4 .cat_box:hover .content .content_box h4 {
    color: #212529;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    display: none;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

/* project */

.index_wrapper_8 {
    padding-bottom: 50px;
}

.index_wrapper_8 .row.outerRow_8 {
    align-items: center;
}

.index_wrapper_8 #index_8, .index_wrapper_8 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_project_content {
    gap: 25px;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    margin-right: -250px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    width: auto;
    height: auto;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -15px;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/28691/image/E-Icon.png);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -15px;
    transform: translate(50%, -50%);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/28691/image/E-Icon_copy.png);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    filter: inherit;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-slide:nth-child(odd) {
    transform: translateY(15px);
}

.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;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

/* contact */

.index_wrapper_10 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(https://cdn1.npcdn.net/userfiles/28691/image/F-Picture.jpg) center / cover no-repeat;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 25px;
}

/* footer */

.footer_type6 {
    background-color: #000420;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.footer_type6 .logo {
    padding-top: 0;
    height: 100px;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
    background-color: #ffffff;
    padding: 15px;
}

.footer_type6 .title {
    min-height: auto;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .title h5 {
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #d9b060;
}

.footer_type6 a:hover {
    color: #d9b060;
}

.footer_type6 ul li a p {
    margin-bottom: 0 !important;
}

.footer_type6 ul.list-unstyled {
    margin-bottom: 0 !important;
}

.footer_type6 .input-container {
    height: auto;
}

.footer_type6 .input-container input {
    height: auto;
    transition: all 0.50s;
    padding: 10px 45px 10px 15px;
    border-radius: 100px;
    border: 0;
    background-color: #ffffff;
    color: #212529;
    caret-color: #212529;
}

.footer_type6 .input-container label {
    height: auto;
    top: 10px;
    left: 15px;
    padding-right: 0;
    margin-bottom: 0;
    z-index: 1;
    pointer-events: none;
    width: fit-content;
    color: #212529;
}

.footer_type6 .input-container .moveUp {
    font-size: 0;
    top: 0;
}

.footer_type6 .input-container .submit {
    bottom: -20px;
    right: 15px;
    transform: translateY(50%);
    padding: 0;
    transition: all 0.50s;
    display: flex;
    color: #d9b060;
}

.footer_type6 .input-container .submit:hover {
    color: #000420;
}

.footer_type6 .col-12:nth-child(5) {
    padding: 15px;
}

.footer_type6 .line {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
    height: 0;
    position: relative;
}

.footer_type6 .line:before, .footer_type6 .line:after {
    content: '';
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
}

.footer_type6 .line:before {
    left: 0;
    transform: translate(-50%, 0);
}

.footer_type6 .line:after {
    right: 0;
    transform: translate(50%, 0);
}

.footer_type6 .col-12.col-md-7 {
    padding: 15px;
}

.footer_type6 .copy_right.text-left .d-flex {
    gap: 15px;
}

.footer_type6 .copy_right.text-left .d-flex p {
    margin-right: 0 !important;
}

.footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
}

.footer_type6 .social_media {
    padding-right: 0 !important;
    float: right;
}

.footer_type6 .social_media a {
    margin-left: 0;
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

.footer_type6 .social_media a:hover {
    color: #d9b060;
    border-color: #d9b060;
}

.footer_type6 .social_media a i {
    line-height: normal;
}

.footer_type6 .social_media a .icon_s {
    bottom: 0;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: bold;
    font-family: "Libre Baskerville", serif;
}

.wspages {
    padding: 50px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 50px;
    padding-bottom: 50px;
    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 (min-width:768px) and (max-width:1140px) {

/* banner */

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content h2 {
    font-size: 30px;
}

/* why */

.hp_why_box {
    align-items: flex-start !important;
    flex-direction: column;
}

/* service */

.index_wrapper_6 section .col-12.col-md-9.p-3, .index_wrapper_6 section .col-12.col-md-3.p-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

.hp_service_content p {
    max-width: calc(100% - 0%);
}

/* project */

.index_wrapper_8 .row.outerRow_8 {
    flex-direction: column;
}

.index_wrapper_8 #index_8, .index_wrapper_8 #index_9 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_photoGallerySlider_type3 {
    margin-right: 0;
}

/* footer */

.footer_type6 .input-container label {
    top: 12.5px;
    font-size: 9.5px;
}

.footer_type6 .input-container .submit {
    bottom: -22.5px;
}

}

/* */

/* mobile */

@media (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    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: #d9b060;
    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: #212529 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #d9b060 !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;
    font-family: "Libre Baskerville", serif;
}

.side_menu .list-group .list-group-item a:hover {
    color: #d9b060;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #d9b060;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #d9b060;
}

/* banner */

.slider_banner .item img {
    height: 400px !important;
    object-fit: cover;
    object-position: 25%;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content h2 {
    font-size: 20px;
}

.hp_banner_content p {
    font-size: 12px;
    max-width: calc(100% - 50%);
}

.hp_banner_button a button span {
    font-size: 12px;
}

/* why */

.hp_why_border {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.hp_why_box_content p br {
    display: none;
}

/* about */

.hp_title {
    font-size: 30px;
}

/* service */

.hp_service_content p {
    max-width: calc(100% - 0%);
}

.service_3 .service_box {
    flex: 0 0 100%;
    max-width: 100%;
}

/* project */

.hp_photoGallerySlider_type3 {
    margin: auto 15px;
}

/* contact */

.index_wrapper_10 {
    background-position: 40%;
}

.hp_contact_content p {
    max-width: calc(100% - 25%);
}

/* footer */

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

.footer_type6 .line {
    margin-top: 50px;
}

}

/* */