/* desktop */

body {
    color: #BCB6AF;
    line-height: 1.75;
    background-color: #F8F8F5;
}

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 */

#main_index .navbar_ecommerceDropdown {
    padding: 0;
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #45473A;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

#main_index .navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    position: relative;
}

#main_index .navbar_ecommerceDropdown .container.d-flex.justify-content-between:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 100%;
    height: 1px;
}

#main_index .navbar_ecommerceDropdown .container.d-flex.justify-content-between:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: -50%;
    width: 100%;
    height: 1px;
}

.navbar_ecommerceDropdown .nav_logo {
    padding: 15px;
}

.navbar_ecommerceDropdown .nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 15px;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 50px;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    font-size: 1vw;
    font-family: "Cinzel", serif;
    position: relative;
}

.nav_bottom .menu .nav_item .dropdown a:hover,
.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    opacity: 0;
    transition: all 0.50s;
}

.nav_bottom .menu .nav_item .dropdown a:hover:after {
    width: 100%;
    opacity: 1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_table {
    height: 85%;
}

.hp_banner_content h2 {
    font-size: 45px;
    line-height: normal;
    font-family: "Cinzel", serif;
}

.hp_banner_content h2 strong {
    font-weight: 500;
}

.hp_banner_content h2 strong span {
    color: #BCB6AF;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
}

.hp_about_content p {
    letter-spacing: 1.5px;
}

.hp_title {
    font-size: 27.5px;
    line-height: normal;
    font-family: "Cinzel", serif;
    color: #8D825F;
    letter-spacing: 1.5px;
}

.hp_title strong {
    font-weight: 500;
}

.hp_about_content p.mb-0.mx-auto {
    width: 80%;
}

.hp_button p {
    letter-spacing: normal;
}

.hp_button p a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button p a:hover {
    color: #BCB6AF;
}

.hp_button p a:hover i {
    animation: 1s linear hp_rotate;
}

@keyframes hp_rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* service */

.index_wrapper_4 {
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 15px;
}

.hp_service_content p {
    letter-spacing: 1.5px;
}

.hp_service {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hp_service_box {
    gap: 15px;
    transition: all 0.50s;
    padding: 25px;
    border-radius: 15px;
}

.hp_service_box:hover {
    background-color: #76766c;
}

.hp_service_box:last-child {
    cursor: pointer;
}

.hp_service_box div {
    max-width: 50px;
}

.hp_service_box div img {
    transition: all 0.50s;
}

.hp_service_box:hover div img {
    filter: brightness(0) invert(1);
}

.hp_service_box h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Cinzel", serif;
    color: #76766c;
    transition: all 0.50s;
}

.hp_service_box:hover h3 {
    color: #ffffff;
}

.hp_service_box h3 strong {
    font-weight: 500;
}

.hp_service_box p {
    transition: all 0.50s;
    line-height: normal;
}

.hp_service_box:hover p {
    color: #ffffff;
}

/* project */

.index_wrapper_5 {
    padding-bottom: 100px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_project_content {
    gap: 15px;
}

.hp_project_content p {
    letter-spacing: 1.5px;
}

.hp_project_side_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(36, 36, 36, 0);
    transition: all 0.50s;
    opacity: 0;
}

.hp_project_side:hover .hp_project_side_content {
    background-color: rgba(36, 36, 36, 0.50);
    opacity: 1;
}

.hp_project_side_content div {
    gap: 15px;
    cursor: pointer;
}

.hp_project_side_content div:hover i {
    animation: 1s linear hp_rotate;
}

/* review */

.index_wrapper_6 {
    padding-bottom: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_review_content {
    gap: 15px;
}

.hp_review_content p {
    letter-spacing: 1.5px;
}

/* photo */

.index_wrapper_7 {
    padding-bottom: 100px;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    margin: 0 -150px;
}

.hp_photoGallerySlider_type3 .container-fluid .row .col-12 {
    padding-right: 0;
    padding-left: 0;
}

.hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    display: none !important;
}

.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;
    padding-top: 75%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

/* contact */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27734/image/G_Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_8 .row.outerRow_8 {
    background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 15px;
    align-items: center;
    margin: auto;
}

.index_wrapper_8 #index_8, .index_wrapper_8 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 25px;
}

.hp_contact_content_top {
    gap: 15px;
}

.hp_contact_content_bottom {
    gap: 25px;
}

.hp_contact_content_bottom div.d-flex {
    gap: 15px;
}

.hp_contact_content_bottom div i {
    font-size: 25px;
    width: 25px;
}

.ex_hpcontact_formonly {
    margin: 15px 0;
    padding: 0;
}

.ex_hpcontact_formonly .contact_us_form {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.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: 50px;
    padding: 15px;
    font-weight: normal;
    line-height: normal;
    color: #8D825F;
    background-color: #ecebe7;
    border: none;
    border-radius: 0;
}

.ex_hpcontact_formonly .contact_us_form form .form-group .form-control::placeholder {
    color: #8D825F;
}

.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: #BCB6AF !important;
    border-color: #BCB6AF !important;
    padding: 10px 15px !important;
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ex_hpcontact_formonly .contact_us_form form button:hover {
    background-color: #76766c !important;
    border-color: #76766c !important;
    color: #ffffff;
}

/* footer */

.footer_type7 {
    background-color: #45473A;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 {
    flex: 0 0 25%;
    max-width: 25%;
    border-right: 1px solid #ffffff;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3 {
    flex: 0 0 25%;
    max-width: 25%;
    order: 2;
    border-right: 1px solid #ffffff;
}

.footer_type7 .col-12.col-md-4.mb-md-0.p-3 {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1;
    border-right: 1px solid #ffffff;
}

.footer_type7 .col-12.col-sm-3.p-3 {
    order: 3;  
}

.hp_location iframe {
    width: 100%;
    height: 200px;
    display: flex;
}

.footer_type7 .logo {
    height: auto;
    padding-top: 0;
}

.footer_type7 .logo img {
    display: none;
}

.footer_type7 .title {
    min-height: auto;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3 .title:after {
    content: '3 Arts Studio Design';
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Cinzel", serif;
}

.footer_type7 .title h5 {
    font-weight: 500;
    line-height: normal;
    font-family: "Cinzel", serif;
}

.footer_type7 p {
    margin-bottom: 0;
}

.footer_type7 .list-unstyled {
    margin-bottom: 0;
}

.footer_type7 a:hover {
    color: #76766c;
}

.footer_type7 .list-unstyled li a p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 .list-unstyled li.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-12.col-md-4.mb-md-0.p-3 .list-unstyled {
    display: flex;
    flex-direction: column;
}

.footer_type7 .list-unstyled li.mb-1.location {
    order: 1;
}

.footer_type7 .list-unstyled li.mb-1 a {
    margin-left: -2.5px;
}

.footer_type7 .list-unstyled li.mb-1 i {
    display: none;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    padding: 15px !important;
    flex: 0 0 100%;
    max-width: 100%;
    order: 5;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    padding: 15px !important;
    flex: 0 0 100%;
    max-width: 100%;
    order: 4;
    margin-top: 50px;
}

.footer_type7 .copy_right.text-center.text-md-left {
    text-align: center !important;
}

.footer_type7 .copy_right.text-center.text-md-left .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 p.powered_by {
    margin-bottom: 0;
}

.footer_type7 .social_media {
    text-align: center;
    padding-right: 0 !important;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer_type7 .social_media a {
    margin-left: 0;
    background-color: #ffffff;
    color: #76766c;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

.footer_type7 .social_media a:hover {
    background-color: #76766c;
    color: #ffffff;
}

.footer_type7 .social_media a i {
    font-size: 16px;
    line-height: normal;
}

.footer_type7 .social_media a .icon_s {
    bottom: 0;
}

.footer_type7 .social_media a .icon_s img {
    height: 16px;
}

/* page */

.page_title {
    text-align: center !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.page_title b {
    font-size: 35px;
    color: #76766c;
    font-weight: 500;
    font-family: "Cinzel", 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;
}

/*/Product Page/*/
.productDetailImageSpecial div:nth-child(n+5) {
  display: block;
}
#main_showproducts #showproducts_3 {
    padding-right: 11.25px;
}

#main_showproducts .productDetailImageSpecial {
  overflow: visible;
  margin-top: 40vw;
}

#main_showproducts .productDetailImageSpecial .one_img div,
#main_showproducts .productDetailImageSpecial .two_img div,
#main_showproducts .productDetailImageSpecial .three_img div,
#main_showproducts .productDetailImageSpecial .four_img div {
    width: 50%;
}

#main_showproducts .productDetailImageSpecial .one_img div:first-child,
#main_showproducts .productDetailImageSpecial .two_img div:first-child,
#main_showproducts .productDetailImageSpecial .three_img div:first-child,
#main_showproducts .productDetailImageSpecial .four_img div:first-child {
  width: 100%;
  flex: 0 1 100%;
  margin-top: -40vw;
}

#main_showproducts .productDetailImageSpecial .one_img div:first-child img,
#main_showproducts .productDetailImageSpecial .two_img div:first-child img,
#main_showproducts .productDetailImageSpecial .three_img div:first-child img,
#main_showproducts .productDetailImageSpecial .four_img div:first-child img {
    max-height: 40vw;
  object-fit: cover;
}

#main_showproducts .productDetailImageSpecial .one_img div>a,
#main_showproducts .productDetailImageSpecial .two_img div>a,
#main_showproducts .productDetailImageSpecial .three_img div>a,
#main_showproducts .productDetailImageSpecial .four_img div>a {
    display: inline-block;
    width: 100%;
}

#main_showproducts .productDetailImageSpecial .one_img div img,
#main_showproducts .productDetailImageSpecial .two_img div img,
#main_showproducts .productDetailImageSpecial .three_img div img,
#main_showproducts .productDetailImageSpecial .four_img div img {
    padding-bottom: 3.75px;
    padding-right: 3.75px;
}
/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #45473A;
    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: #76766c;
    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: #242424;
}

.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: #76766c;
}

.side_menu input::placeholder {
    color: #76766c !important;
}

.side_menu button {
    color: #76766c !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #242424 !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;
    font-weight: 500;
    font-family: "Cinzel", serif;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #76766c;
}

.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: #76766c;
}

.npnavbar_languagebar {
    text-align: center;
}

/* banner */

.slider_banner .item img {
    height: 350px !important;
    object-fit: cover;
}

.hp_banner_content h2 {
    font-size: 25px;
}

/* about */

.hp_about_content p.mb-0.mx-auto {
    width: 100%;
}

/* service */

.hp_service {
    grid-template-columns: repeat(1, 1fr);
}

/* project */

.hp_photoGallerySlider_type3 {
    margin: 0 -25px;
}

/* photo */

.hp_photoGallerySlider_type2 .outline_box.col-6.col-md-3.p-0 {
    flex: 0 0 50%;
    max-width: 50%;
}

/* contact */

.index_wrapper_8 section .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/* footer */

.footer_type7 .col-12.col-md-5.mb-md-0.p-3, .footer_type7 .col-12.col-md-4.mb-md-0.p-3,
.footer_type7 .col-12.col-md-3.mb-md-0.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    margin-bottom: 0 !important;
}

}

/* */