html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.woff2') format('woff2'),
      url('../fonts/Lato-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2'),
      url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.woff2') format('woff2'),
      url('../fonts/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2'),
      url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold.woff2') format('woff2'),
      url('../fonts/Lato-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.woff2') format('woff2'),
      url('../fonts/Lato-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Heavy.woff2') format('woff2'),
      url('../fonts/Lato-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.woff2') format('woff2'),
      url('../fonts/Lato-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #000;
   font-family: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope'; 
}

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}




/*css start*/


/* HEADER STYLES*/

.top-nav-icon ul {
    display: flex;
    justify-content: right;
    gap: 30px;
}

.top-wrapper {
    display: flex;
    justify-content: end;   
    align-items: center;
}

.page-heaader {
    padding: 20px 60px;
}

.top-nav-button a {
    border: 1px solid #bb0203;
    padding: 8px 30px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #bb0203;
    transition: 0.7s ease-in-out;
}

.top-nav-button a:hover {
    background-color: #bb0203;
    color: #fff;
    transition: 0.7s ease-in-out;
}



.page-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #ffffffb5;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    backdrop-filter: blur(10px);
}

/* STICKY STYLES */
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    background: #ffffffa6;
    z-index: 9999;
    color: #000;
}

.page-header.is-sticky .logo-box img {
    max-width: 100%;
}


.page-header.is-sticky .nav-link {
    color: #000000;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}




/* ----------------end---------------------- */



/* -----------------header-section-------------------} */
i.fa.fa-bars {
    color: #fff;
}

button.navbar-toggler.collapsed i {
    /* color: #f0287a; */
    color: #fff;
    font-size: 20px;
}



.navbar-expand-lg .navbar-collapse {
      justify-content: end;
}

.nav-icons {
    display: flex;
    justify-content: center;
}

.nav-icons li {
    padding: 5px 10px;
}

.btn-secondary {
    font-size: 27px;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    border-color: transparent; 
    letter-spacing: 1px;  
    font-family: 'Trump Gothic Pro';
    padding: 0;
}

.btn-secondary:hover {
    color: #f15623;
    background-color: transparent;
    border-color: transparent;  
    transition: 0.5s ease-in-out;
}
.navbar .nav-link {
    font-size: 18px !important;
    color: #000000;
    font-weight: bold;
    transition: 0.7s 
ease-in-out;
    letter-spacing: 1px;
    font-family: 'Lato';
    padding-right: 0px !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 20px !important;
}
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0;
    }
/* .navbar .nav-item {
    margin: 0 26px 0 26px;
} */

.navbar .nav-item:last-child{
    margin: 0;
}




.inner-page-headertop {
    display: flex
;
    gap: 30px;
    justify-content: right;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    transition: 0.6s ease-in-out;
}
.inner-page-headertop p {
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 400;
}
.inner-page-headertop a {
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 400;
    margin-left: 8px;
}
.navbar .nav-link:hover {
    color: #7e7a22;
    transition: 0.7s 
ease-in-out;
}

.nav-item {
    display: flex;
    align-items: center;
}


.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;

}



.dropdown-item:focus,
.dropdown-item:hover {

    background-color: transparent;
}


.btn-secondary:focus {   
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}
.dropdown-menu {
    padding: 0;
}


.sub-menu li a {
    font-size: 16px;
    color: #000;
    padding: 5px 10px;
    font-weight: 500;
}

.sub-menu li:hover {
    background-color: #f15623;
    color: #fff;
}

.sub-menu li:hover a {
    color: #fff;
}


.inner-banner {
    position: relative;
}



/* Overline From Left */


#mnmwp-main-menu ul li a:hover {
    color: #795548 !important;
}


#mnmwp-main-menu ul li a:hover:before,  a:hover #mnmwp-main-menu ul li a:before {
    transform: scaleX(1);
    transform-origin: left;
}
#mnmwp-main-menu ul li a:before {
    background-color: currentColor;
    bottom: var(--bottom);
    content: "";
    height: 0.05em;
    left: 0;
    min-height: 1px;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s 
cubic-bezier(.19, 1, .22, 1);
    bottom: -4px;
}


.nav-link .hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.nav-link .hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    background: #d8d7c2;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: 
ease-out;
    transition-timing-function: 
ease-out;
    bottom: 0;
}
.nav-link .hvr-overline-from-left:hover:before, .nav-link .hvr-overline-from-left:focus:before, .nav-link .hvr-overline-from-left:active:before {
  right: 0;
}








/* blog page details css  */

.blog-details img {margin-bottom: 20px;}
.blog-details img {width:auto;}
.content-blog-details .blog3 a {font-size: 26px; color: #000;}
#respond {background-color: #f5f5f5; padding: 20px;margin-top: 30px;border-radius: 5px;}
#comment {height: 120px;}
#comments input#submit{background: #014171;color: #fff; text-transform: uppercase;font-size: 16px;padding: 10px 40px;border-radius: 15px;  margin-top: 20px; margin-top: 15px;transition: 0.5s ease-in-out; border: 1px solid transparent !important;}
#reply-title {font-weight: 700;}
#comments input#submit:hover{background: #fff;color: #000;border: 1px solid #13abe1 !important;}
.blog-page.details {padding: 100px 0;}
.content-blog-details p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
div#comments p {font-weight: 400; color: #000; font-size: 18px;}
div#comments label {font-size: 18px;color: #000;font-weight: 400;}

.content-blog-details .blog3 {
    color: #000;
    font-size: 40px;
    font-weight: 400;
}

.card-feel-sung {
    --card-circle-bg: var(--on-secondary);
    background-color: #f5f5e7;
    color: var(--on-surface-container);
    border-radius: 1rem;
    overflow: clip;
    padding: 30px 0;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    border: 1px solid #7a604a;
}
.visual a {
    width: 100%;
}
.card-even2 {
  --card-circle-bg: var(--secondary);
  background-color: #f5f5e7;
  color: var(--on-surface);
  padding: 30px;
  padding-right: 0;
  padding-left: 0;
}

.visual {
    container-type: inline-size;
    overflow: hidden;
    margin: 20px 0;
}

.card-headereven {
  display: grid
;
  gap: 12px;
  padding: 0px 0px 0 20px;
}
.title {
  padding: 0px 20px;
}
.hgroup {
  display: grid
;
  gap: 16px;
  padding-right: 20px;
}
.btn-blog {
  padding: 0 20px;
}
.category .blogtitle {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 42px;
    font-family: 'Manrope';
}

.blog-inner .btn-same-website {
    margin: 20px 0 0;
}
.title p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Lato';
    line-height: 32px;
}
.btn-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-text {
  vertical-align: text-top;
  color: #000;
}
.btn-blog .edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-top-1,.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-left,.edgtf-btn.edgtf-btn-box .edgtf-btn-box-border-bottom-2{
  background-color: #000;
}

.btn-blog .edgtf-btn-box-border-left {
  background: #fff !important;
}
/* end here detail page  */


/* blog page  */

.blog-page {
    padding: 90px 0 80px;
}
.blog-inner:hover img {
  transform: scale(1.1);
}
.blog-inner img {transition: 0.5s ease-in-out; width: 100%; }
.blog3 a { font-size: 23px; font-weight: 700;color: #000;}
.content-blog p {font-size: 18px;font-weight: 400;color: #000;}
.blog-btn { padding: 12px 45px; border-radius: 50px;}
.read-morehome1:hover { background: #fff; color: #000;border: 1px solid #13abe1 !important;}
.read-morehome1 {background: #02246b;  color: #fff;  text-transform: uppercase;   font-size: 16px; padding: 10px 40px; border-radius: 15px; margin-top: 20px;    margin-top: 15px; transition: 0.5s ease-in-out;border: 1px solid transparent !important;}
.categories-sec-blog h3 {
    margin: 30px 0 20px;
    font-weight: 600;
    color: #000000;
}
.categories-sec-blog ul li a {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}
.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
    background: #000000;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 12.3px;
}
.wp-block-search__button:hover {
  border: 1px solid #000000;
  color: #000;
  background: #fff;
}
.categories-sec-blog ul li {
    padding: 10px 0;
    border-top: 1px solid #838383;
}
.search-box-blog input {
    padding: 14px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    color: #000 !important;
}
.wp-block-search__inside-wrapper {
    display: flex;
}
.search-box-blog label { display: block;font-size: 22px;font-weight: 700; color: #000;}
.search-blog-main {
    background: #f5f5e7;
    margin-left: 10px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
    padding: 20px;
    border: 1px solid #000000;
    border-radius: 10px;
}
.content-blog {padding: 20px 20px 40px 20px;}
.blog-inner {
  box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
  overflow: hidden;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  height: 100%;
}
.visual img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}

/* end here  */


/* 404 page */

.page-not-found {
    padding: 70px 0 80px;
    text-align: center;
    position: relative;
}
.page-not-found img {width: 40%;}
a.home-back { color: #ffffff; background-color: #f15623; font-size: 20px; font-weight: 500; margin: 0; text-align: center; padding: 12px 30px; letter-spacing: 1px; transition: 0.5s ease-in-out;    border-radius: 8px;    border: 2px solid transparent;    transition: 0.5s ease-in-out;}
.page-not-found h5 {
    font-size: 50px;
    color: #000;
}
.page-not-found p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 10px 0 20px;
}
a.home-back:hover {background: #fff;color: #000000;border: 2px solid #000000;}
.page-not-found span {
    font-size: 300px;
    font-weight: 800;
    -webkit-text-stroke: 5px #000000;
    color: #abab8b;
    line-height: 310px;
    font-family: 'Manrope';
}
/* 404 page end */


/* thankyou page css */
.Thank-you {
    padding: 60px 0 80px;
    text-align: center;
    position: relative;
}
.Thank-you img {width: 40%;}
.Thank-you a.home-back { color: #ffffff; background-color: #f15623; font-size: 20px; font-weight: 500;margin: 0; text-align: center; padding: 12px 30px; letter-spacing: 1px; transition: 0.5s ease-in-out;    border-radius: 8px;    border: 2px solid transparent;    transition: 0.5s ease-in-out;}
.Thank-you h5 {
    font-size: 40px;
    margin: 15px 0 30px;
    color: #000000;
}
.Thank-you a.home-back:hover { background: #fff;color: #000000;border: 2px solid #000000;}
.Thank-you h3 {
    font-size: 180px;
    font-weight: 800;
    line-height: 190px;
    -webkit-text-stroke: 4px #000000;
    color: #abab8b;
    font-family: 'Lato';
}
/* end here */






.bannerhome {
    padding: 90px 0 430px;
    background-image: url(/wp-content/uploads/2025/11/banner.jpg);
    /* margin: 112px 0 0; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    background-size: 100% 100%;
}
.inner-bannerhome img {
    width: 100%;
    border: 4px solid #000;
    background: #c1c1c1;
    padding: 5px;
    transition: 0.6s ease-in-out;
}
.bannertexthome .btn-same a {
    border: 2px solid #ffffff;
    padding: 14px 25px;
    font-size: 18px;
    color: #ffffff;
    transition: 0.7s 
ease-in-out;
}
.inner-bannerhome {
    box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
    overflow: hidden;
}
.homebannertitle {
    font-size: 60px;
    padding-right: 45%;
    line-height: 74px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}
.inner-bannerhome:hover img {
    transform: scale(1.1);
}
.bannertexthome {
    margin: 0px 0 0px 50px;
    position: absolute;
    bottom: 40px;
}



/* button hover  */



a.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    background: transparent;
    border: 2px solid #000;
}
.button__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22.5px;
    padding: 16px 27px;
    /* background: #0a0a0a; */
}

a.button:hover .button__text {
  color: #0a0a0a;
}

.button__text {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Lato';
    color: #000000;
    transition: 300ms 
ease;
}

.button__spotlight {
  position: absolute;
  z-index: 1;
  height: 10px;
  width: 10px;
  opacity: 1;
  border-radius: 50%;
  background: linear-gradient(to right, #fffcd6, #888561);
  inset: 0;
  top: 50%;
  transform: scale(0);
}

/* end here  */





.homesec2 {
    padding: 90px 0;
    background: #f8f6f4;
}



.same-titlepage {
    text-align: center;
    font-size: 70px;
    font-family: 'Manrope';
    font-weight: 300;
}



.headhomesec2 p {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    font-family: 'Lato';
    line-height: 30px;
}

.headhomesec2 {
    margin-bottom: 60px;
}


.inner-homesec2 {
    background: #d2d0d1;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    position: relative;
 
}

.image-relate {
    position: relative;
    width: fit-content;
    margin: auto;
    overflow: hidden;
    z-index: 9;
}



/* .inner-homesec2:hover img {
    transform: scale(1.1);
}
 */
.inner-homesec2.lastbox:hover img {
    transform: scale(1.0);
}
.inner-homesec2::after {
 content: '';
    position: absolute;
    background: #a8a6a7;
    height: 83%;
    top: 60px;
    width: 49%;
    left: 15px;
    right: 0;
    margin: auto;
    border-radius: 0;


}

.inner-homesec2.lastbox::before{
display:none;
}

.inner-homesec2::before {
    content: '';
    position: absolute;
    background: #cfc5bb;
    height: 84%;
    top: 44px;
    width: 48%;
    left: 0px;
    right: 0;
    border: 4px solid #0f0f0f;
    margin: auto;
    border-radius: 0;
    z-index: 9;
}

.inner-homesec2 img {
    padding: 0px 0px 0px;
    position: relative;
    z-index: 9;
    transition: 0.7s ease-in-out;
}
.title-cardhomesec2 {
    margin: 30px 0 0;
}


.title-sec2 {
    font-size: 36px;
    text-align: center;
    font-family: 'Manrope';
    font-weight: 300;
    margin: 0;
}
.inner-homesec2.lastbox img {
    border: none;
}
.inner-homesec2.lastbox {
    padding: 0;
    border: none !important;
}
/* for scroll image animation   */

.container.container-inview.hide {
    display: none;
}
.container.container-scroll {
    padding: 0;
}
 .reveal {
	 visibility: hidden;
	 position: relative;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}


/* and here scroll */
.inner-homesec3inner p {
    font-size: 18px;
    color: #000;
    padding-right: 20px;
}

.homesec4 {
    padding: 80px 50px;
}

.inner-homesec2.lastbox img {
    border: none;
    border-radius: 10px;
}
.inner-homesec2.lastbox {
    padding: 4px 0;
    border: none !important;
    border-radius: 10px !important;
    background: none !important;
}

.inner-homesec4card {
    background: #e6e6e6;
    padding: 20px;
    width: 100%;
}
.image-sec4card a {
    width: 100%;
}
.inner-homesec4card.bordrnonesec4 img {
    border: none !important;
}
.homesec5 iframe {
    height: 980px;
    border-radius: 40px;
}
.homesec5 {
    padding: 0 50px 140px;
}
.inner-homesec4card.bordrnonesec4 {
    padding: 0;
}
.inner-homesec4card.bordrnonesec4 .image-sec4card {
    border: none;
    overflow: hidden;
}
.inner-homesec2.lastbox::after{
    display: none;
}
.contentsec4card {
    margin: 20px 0 0;
}
.titlecardsec4 {
    font-size: 22px;
    color: #000;
    font-family: 'Lato';
}
.contentsec4card p {
    font-size: 18px;
    color: #000;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 5px;
}
.pricedollersec4 {
    font-size: 18px;
    font-family: 'Lato';
    color: #000;
    font-weight: 400;
}
.homesec3 {
    padding: 118px 0px 118px 50px;
    background: #e8ebe7;
}
.head-homesec4 {
    margin-bottom: 40px;
}
.image-sec4card {
    border: 4px solid #0f0f0f;
    overflow: hidden;
}


.inner-homesec4card img {
    width: 100%;
    border: 4px solid #bcbcbc;
    transition: 0.7s ease-in-out;
}
.head-homesec4 .same-titlepage {
    text-align: left;
}
.inner-homesec3inner .same-titlepage {
    text-align: left;
}

.inner-homesec3inner {
    text-align: left;
}


.video-sec video {
    height: 75vh;
    object-fit: cover;
    width: 100%;
    border-radius: 50px;
}






 /* animated box blue  */
/* ------------------------- Style Â® Code by Dennis -------------------------------------------------- */

/* ------------------------- Page Transition -------------------------------------------------- */
:root {

    --color-light-rgb: 247, 247, 255;

}
 
.gradient-circle {
    --gradient-size: calc(var(--title-size) * 9);
    width: var(--gradient-size);
    height: var(--gradient-size);
    background: radial-gradient(circle, var(--color-secondary) 0%, rgba(var(--color-dark-rgb), 0) 66%);
    position: absolute;
    opacity: 0.4;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(5vw);
 }
 
  .section-brands h2 {
    text-align: center;
    z-index: 2;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}
.section-brands .col .col-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0vw 0;
    width: 720px;
    margin: auto;
}
 .boxed-logo {
    /* background-color: #fff;
    border-radius: 50%;
    width: var(--title-size);
    height: var(--title-size);
    display: flex;
    align-items: center;
    justify-content: center; */
          box-shadow: 13px 10px 13px rgba(0, 0, 0, 0.33);
 }
 .inner-homesec3inner.imageright {
    float: right;
    max-width: 1287px;
    margin-left: 20px;
    margin-bottom: 10px;
}
 .boxed-logo > * {
    max-width: 100%;
    width: 100%;
 }
 .bounce-box img {
    border: 4px solid #000;
}
.gradient-circle-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -9;
}
 .boxed-logo.xll > * { max-width: 100%; }
 .boxed-logo.xl > * { max-width: 100%; }
 .boxed-logo.l > * { max-width: 100%; }
 .boxed-logo.m > * { max-width: 100%; }
 .boxed-logo.s > * { max-width: 100%; }
 .boxed-logo.xs > * { max-width: 100%;}
 .boxed-logo.xxs > * { max-width: 100%;}
 @media screen and (min-width: 1025px) {

       .section-brands .reveal-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -50%);
    }
 
      .section-brands .boxed-logo {
        animation: bounce 20s 
ease-in-out infinite;
        position: relative;
    }
 
   
    .section-brands .col-row-logos > *:nth-child(1) {
        left: 24.5%;
        top: 27%;
    }
 
    .section-brands .col-row-logos > *:nth-child(2) {
        left: 50%;
        top: 27%;
    }
       .section-brands .col-row-logos > *:nth-child(3) {
        left: 75.5%;
        top: 32%;
    }
 
       .section-brands .col-row-logos > *:nth-child(4) {
        left: 89%;
        top: 64%;
    }
 .section-brands .col-row-logos > *:nth-child(5) {
     left: 55.5%;
     top: 80%;
 }

    .section-brands .col-row-logos > *:nth-child(5) {
        left: 50.5%;
        top: 80%;
    }
 
         .section-brands .col-row-logos > *:nth-child(6) {
        left: 28%;
        top: 80%;
    }
 
          .section-brands .col-row-logos > *:nth-child(7) {
        left: 10.5%;
        top: 60%;
    }
 
        .section-brands .col-row-logos > *:nth-child(8) {
        left: 75.5%;
        top: 78%;
    }
 
    .section-brands .col-row-logos > *:nth-child(3n) .boxed-logo{
       animation-delay: -1s;
    }
 
    .section-brands .col-row-logos > *:nth-child(3n+1) .boxed-logo{
       animation-delay: -2s;
    }
 
 }

 


.section.section-brands {
    padding: 420px 0;
    background: #e6d5c6;
    position: relative;
}
 /* end  */



.pressheadinghome {
    font-size: 22px;
    color: #000;
    font-family: 'Lato';
    margin: 20px 0 5px;
}
.inner-sec7home img {
    width: 100%;
    transition: 0.6s 
ease-in-out;
}
.inner-sec7home p {
    font-size: 18px;
    color: #555555;
    line-height: 29px;
}


.headsec7 {
    margin-bottom: 30px;
}

 .homesec7{
    padding: 100px 50px;
    background-color: #e8ebe7;
 }
.footermain {
    padding: 30px 75px 50px;
    background: #1e1e1e;
}
.headingemailfoot {
    font-size: 26px;
    color: #fff;
    text-align: left;
    margin: 30px 0 10px;
    font-weight: 300;
}
.subscribe-foot [type="button"] {
    width: auto;
    border-radius: 0;
    font-size: 18px;
    padding: 15px 30px;
    margin: 30px 0 0;
}
.subscribe-foot input {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.inner-footer a:hover {
    color: #e6d5c6;
}
.copyright i {
    color: red;
}
.copyright a {
    color: #fff;
    font-size: 18px;
}
.copyright p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-family: 'Lato';
}

.copyright {
    margin: 70px 0 0;
    display: flex;
    justify-content: space-between;
}

.subscribe-foot input::placeholder {
    color: #fff;
}
.inner-footer ul li {
    margin-bottom: 6px;
}
.subscribe-foot label {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.quicklinkfoot {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
.inner-footer a {
    color: #fff;
    font-size: 18px;
}
.inner-footer p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px;
}





.inner-sec7home:hover img {
    transform: scale(1.1);
}
.image-prees {
    overflow: hidden;
}
.btn-same a {
    border: 2px solid #000;
    padding: 14px 25px;
    font-size: 18px;
    color: #000;
    transition: 0.7s 
ease-in-out;
}


.btn-same a:hover {
    background: #000;
    color: #fff;
}

.inner-banner-contant {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    text-align: center;
}
.home-banner-title {
    font-size: 70px;
    font-family: 'Manrope';
    font-weight: 300;
    margin: 0;
}




/* about page  */

.aboutbannerinner img {
    width: 70%;
    margin: auto;
    display: block;
    border: 3px solid #000;
    padding: 5px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
    transition: 0.7s 
ease-in-out;
}

.aboutbannerrow {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    max-width: 70%;
    margin: auto;
}
.navheight {
    height: 112px;
}
.aboutsec2 {
    padding: 70px 0px;
    background: #e9ebe8;
}
.aboutsec1 {
    padding: 80px 0;
}
.aboutsec2img {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
.aboutsec8 .aboutsec2img img {
    margin-bottom: 30px;
}
.headaboutpage {
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 10px;
}
.aboutsec1content p {
    font-size: 18px;
    color: #000;
}



.aboutsec2img img{
    transition: 0.6s ease-in-out;
}


.aboutsec1img img {
    transition: 0.6s 
ease-in-out;
}
.aboutsec1img {
    float: right;
    max-width: 617px;
    margin-left: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
.aboutsec8 .aboutsec2img {
    max-width: 735px;
}
.aboutsec2img {
    max-width: 685px;
}


.aboutsec9 .aboutsec1img img {
    margin-bottom: 20px;
}
.aboutsec1img img {
    margin-bottom: 20px;
}
.aboutsec2img img {
    margin-bottom: 20px;
}

/* end here  */



/* contact page  */
.first-title-cont {
    color: #000;
    font-size: 48px;
}
.head-contact p {
    color: #000;
    font-size: 30px;
    line-height: 40px;
}
.contactsec1 {
    padding: 100px 0;
}

.contact-details-flex:last-child {
    margin: 0;
}
.inner-form-contact input::placeholder,
.inner-form-contact textarea::placeholder {
    color: #000;
    font-weight: 500;
}
.inner-form-contact input, textarea {
    border: 1px solid #dad6d6;
    padding: 19px;
    border-radius: 0;
    width: 100%;
    color: #000;
}
.inner-form-contact input:focus,
.inner-form-contact textarea:focus {
    border: 1px solid #f78009;
}

.inner-form-contact textarea {
    height: 210px;
}
.width-form {
    background: #e8ebe7;
    padding: 35px 35px 56px;
    margin-right: 10px;
    /* height: 100%; */
}
.btn-contact {
    text-align: left;
    margin: 0px 0 0;
}
.btn-contact input {
    background: #e8ebe7;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #000;
    padding: 14px 31px;
    font-size: 18px;
    color: #000;
    transition: 0.7s 
ease-in-out;
}

.btn-contact input:hover {
    background: #000;
    color: #fff;
}
.contactsec2 .head-contact {
    text-align: center;
    margin-bottom: 40px;
}
.contactsec2 {
    padding: 80px 0;
    background: #000;
}
.second-box-contact a {
    font-size: 18px;
    color: #000000;
    font-family: 'Lato';
}
.deatails-contact-titl {
    font-size: 26px;
    color: #000000;
    font-weight: 500;
}


.contact-details-flex {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #dad6d6;
    background: #fff;
    padding: 15px 25px;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.second-box-contact p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}


.first-box-contact img {
    filter: invert(1);
}

.second-box-contact {
    width: 400px;
    position: relative;
}
.contact-details-flex:hover:before {
    background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(0deg);
    transition-delay: 0s, 0.3s, 0.6s;
}
.contact-details-flex:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: calc(2px / -1);
    left: calc(2px / -1);
    background: linear-gradient(to right, #ee3d67 0%, #5d9fab 100%), linear-gradient(to top, #fd8a02 50%, transparent 50%), linear-gradient(to top, #695c80 50%, transparent 50%), linear-gradient(to right, #5d9fab 0%, #ff8a00 100%),
        linear-gradient(to left, #5d9fab 0%, #fd8900 100%);
    background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(0deg);
    transition-delay: 0.6s, 0.3s, 0s;
    border-radius: 6px;
}

.contact-banner {
    background-image: url("../images/contact-banner.webp");
    background-attachment: fixed;
    height: 80vh;
    background-repeat: no-repeat;
}

.contact-banner::after {
    position: absolute;
    content: "";
    background-color: #00000069;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}
.block-list__item.color3.portfolio-item {
    background: #6b6b6b;
    padding: 67.5px 0;
}

.block-list__item.color4.portfolio-item {
    background: #0c3203;
    padding: 69.5px 0;
}
.block-list__item.color5.portfolio-item {
    background: #9dc1b2;
    padding: 69.5px 0;
}

.block-list__item.color6.portfolio-item {
    background: #a0d1f7;
    padding: 69.5px 0;
}
.titleformcontact {
    font-size: 48px;
    font-weight: 200;
    margin-bottom: 30px;
}
/* end here  */


/* paintings  and deatils of this*/

.inner-banner.paintingpagebanner {
    background: #e6d5c6;
    height: 160px;
}

.inner-banner.paintingpagebanner .inner-banner-contant {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.paintingsec1 {
    padding: 42px 50px;
}
.paintingimgbox a {
    width: 100%;
}
.paintingboxcontent {
    padding: 22px 0;
}
.titlepaintingcard {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 15px 0px;
}
.notforsale::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    clip-path: none;
    z-index: -9;
    background: #e50d0d;
    height: 28px;
    width: 190px;
}



.soldout::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: -9;
    background: #e50d0d;
    height: 29px;
    width: 45px;
    clip-path: none;
}
.paintingpagelastbtn .btn-same {
    text-align: center;
}

.paintingpagelastbtn .btn-same a {
    padding: 14px 40px !important;
}

.soldout .titlenotforsale {
    color: #fff;
    font-weight: 600;
    font-family: 'Manrope';
    font-size: 13px;
    width: 85px;
    transform: rotate(0deg);
    position: absolute;
    left: 14px !important;
    top: 14px !important;
    line-height: 19px;
}


.notforsale .titlenotforsale {
    color: #fff;
    font-weight: 600;
    font-family: 'Manrope';
    font-size: 13px;
    width: max-content;
    transform: rotate(0deg);
    position: absolute;
    left: 20px;
    top: 14px;
    line-height: 19px;
}

.notforsale {
 position: absolute;
    z-index: 9;
}

.soldout{
position: absolute;
    z-index: 9;
}
.inner-painting {
    margin-bottom: 60px;
    position: relative;
}
.paintingimgbox {
    background: #bfbfbf;
    padding: 5px;
    border: 4px solid #000;
    overflow: hidden;
}
/* .inner-painting:hover .paintingimgbox img {
    transform: scale(1.1) rotate(-3deg);
} */
.paintingimgbox img {
    width: 100%;
    transition: 0.7s 
ease-in-out;
}
.paintingboxcontent p {
    font-size: 18px;
    color: #000;
    line-height: 40px;
            -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
}
.btn-paintingcard a:hover img {
    filter: invert(1);
}
.btn-paintingcard {
    display: flex;
    gap: 20px;
    margin: 17px 0 0;
}
.price-paintingpage {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.inner-paintingdetails p {
    font-size: 18px;
    color: #000;
    /* border-bottom: 1px solid #9E9E9E; */
    margin: 0;
}
.contentp1details {
    font-size: 21px;
    color: #000;
    margin-bottom: 10px;
}
.pricedetailtitle {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.priceboxpaintingdetails {
    padding: 25px 0;
}
.span-ptextdetailpage {
    border-top: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
    padding: 45px 0;
}
.titlepaintingdetails {
    font-size: 50px;
    font-weight: 200;
    padding-bottom: 40px;
    margin: 0;
}
.painting-details {
    padding: 110px 50px;
}
.inner-paintingdetails img {
    width: 100%;
    border: 4px solid #000;
    padding: 7px;
    background: #cbcbcb;
}
.paintingdetailspagebtn img {
    width: auto;
    border: none;
    padding: 0;
    background: none;
    margin-right: 5px;
}

.inner-paintingdetails.rightcontent {
    margin-left: 15px;
}
.paintingdetailspagebtn {
    display: flex;
    gap: 20px;
}
.btn-same.paintingdetailspagebtn a {
    padding: 14px 30px;
}
.btn-same.paintingdetailspagebtn a:hover img {
    filter: invert(1);
}

.head-relatedtitle .titlepaintingdetails {
    text-align: center;
    margin-bottom: 20px;
}
.related-productsection {
    padding: 0 140px 40px;
}
/* end here  */



/* news press details  */


.pressnewssec1 {
    padding: 80px 0 40px;
}
.inner-pressnewss img {
    width: 100%;
}
.content-newspresscard {
    margin: 24px 0 0;
}
.titlenewscard {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.content-newspresscard p {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 0px;     line-height: 27px;
}

.inner-pressnewss {
    margin-bottom: 60px;
}

.pressnewsdetailssec2 {
    padding: 0 0 50px;
}

.pressnewsdetails {
    padding: 80px 0 50px;
}
.pressnewsdetailssec1img {
    max-width: 700px;
    float: left;
    margin: 0 30px 10px 0px;
}
.pressnewsdetailssec3img {
    float: right;
    max-width: 300px;
    margin-left: 20px;
}
.pressnewsdetailssec3 {
    padding: 0 0 50px;
}
.pressnewsdetailssec4 {
    padding-bottom: 50px;
}
.namenewsdeialslast{
    color: #023cbe;
    font-size: 18px;
    font-weight: bold;
}
.pressnewsdetailssec4img {
    float: left;
    width: 300px;
    margin-right: 30px;
}
.title-news-details {
    font-size: 27px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.title-marname {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 10px 0 20px;
}

.smalltitle {
    font-size: 11px;
    color: #000;
   text-align: left;
	font-style:italic;
    margin: 10px 0 20px;
    font-weight: 400;
}

.pressnewsdetailssec2img {
    max-width: 300px;
    float: left;
    margin-right: 25px;
}
.pn-list{ padding-left:20px;}
.pn-list li{list-style:disc; margin-bottom:10px;}
.dashed-span{width:100%; height:2px; border-top:1px dashed #ccc; }

.pressnewsdetails h6, .pressnewsdetailssec2img h6, .pressnewsdetailssec3img h6, .title-marname .smalltitle{font-size:11px; font-style:italic;}

.innernewsdetailslastsection ul li {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.newsdetailslastsection {
    padding-bottom: 80px;
}
/* end  */






.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none;
    object-fit: cover;
    margin: auto;
}

#mnmwp-main-menu ul ul li a {
    background: #ffffff !important;
    color: #000000 !important;
    padding: 14px 10px !important;
    font-size: 16px !important;
    margin: 0 !important;
    font-weight: 900;
}

#mnmwp-main-menu > ul > li.has-sub > ul.sub-menu > li a:before {
    top: 90%;
	right:0px !important;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
    border-radius: 0px;
    background: #e6d5c6 !important;
}
div#myDIV12 {
    position: absolute;
    right: 0px;
    width: fit-content;
    top: 80px;
}

.top-nav-icon span {
    width: 20px;
    height: 20px;
    background: #326872 !important;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 27px;
    color: #fff;
    top: 42px;
}




/* navbar   */




#mnmwp-main-menu li:hover > ul {
    left: auto;
    top: 20px !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
#menu-item-1025 {
    display: flex !important;
}

#mnmwp-main-menu ul li.has-sub > a:after, #mnmwp-main-menu ul li.has-sub > a:before {
  display:none !important;
}

#menu-item-1025::after {
    background-image: url(/wp-content/uploads/2025/11/down-arrow-1.png);
    content: '';
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    top: 0;
    background-size: cover;
    z-index: 9999;
    background-position: right;
	transition:0.7s ease-in-out;
}



#mnmwp-main-menu > ul > li:hover::after {
    transform: rotate(180deg) !important;
}



#menu-item-225 {
    display: flex !important;
}

.top-nav-icon ul li a {
    width: 75%;
}

#menu-item-225::after {
    background-image: url(/wp-content/uploads/2025/11/down-arrow-1.png);
    content: '';
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    top: 0;
    background-size: cover;
    z-index: 9999;
    background-position: right;
    transition:0.7s ease-in-out;
}






/* nd here  */





/* default my account page css  */
.woocommerce-form.woocommerce-form-login.login {
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
}
.woocommerce-account .woocommerce h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}
.woocommerce-MyAccount-navigation ul {
    border-right: 1px solid #000;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    padding: 15px 30px !important;
    border-radius: 0;
    transition: 0.7s 
ease-in-out;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: 1px solid #737060;
    border-radius: 0;
    padding: 9px;
}
.woocommerce form .form-row label {
    line-height: 2;
    color: #88664a;
}
.woocommerce-info {
    border-top-color: #8e6c47;
}
.woocommerce-info::before {
    color: #886643;
}
.woocommerce-LostPassword.lost_password a {
    font-size: 20px;
    font-weight: 700;
    color: #8d6c49;
}
.woocommerce-MyAccount-content p strong {
    color: #8e6947;
    font-size: 21px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: none;
  padding: 10px;
  border-radius: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 19px;
    color: #8e6947;
    font-weight: 700;
    margin-bottom: 10px;
}
.woocommerce-Button.button:hover, .button.wc-backward:hover, .button.wc-forward:hover, .button:hover {
    background: #000 !important;
    color: #fff !important;
}
input#coupon_code {
    padding: 10px;
    width: 50%;
}
.shipping-calculator-button {
    color: #8c6b4a;
    font-size: 20px;
}
span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: bold;
    color: #856147;
}
.woocommerce-account .woocommerce  .woocommerce-Address-title.title h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 800;
}
.woocommerce-Button.button, .button.wc-backward, .button.wc-forward, .button {
    background: #fff !important;
   overflow: hidden !important;
	 border: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 14px 20px !important;
    color: #000 !important;
    transition: 0.7s 
ease-in-out;
    font-size: 17px !important;
}
.woocommerce-MyAccount-content p a {
    color: #8e6947;
    font-size: 21px;
}
.woocommerce-account .addresses .title .edit {
    float: left;
    margin: 20px 0;
    font-size: 18px;
    color: #8e6947;
    font-weight: 600;
}
.woocommerce-Address-title.title {
    padding: 0;
}

.cutom:hover img {
    filter: none;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.custn.cutom:hover{
background:#000 !important;
	
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.custn.cutom:hover img{
filter: invert(800) !important;
	
}

.paintingsec1 .shopmain-list .products a.custn.cutom img {   
    width: 20px !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.custn.cutom {
    color: rgb(0, 0, 0) !important;
    font-size: 17px !important;
	 border: 2px solid #000 !important;
    transition: 0.7s ease-in-out;
    background: rgb(255, 255, 255) !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(0, 0, 0) !important;
    border-image: initial !important;
    border-radius: 0px !important;
    padding: 8px 20px !important;
}
 .button.wc-backward:hover {
    background: #000 !important;
    color: #fff !important;
}
.button.wc-forward{
	 background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 14px 20px !important;
    color: #000 !important;
    transition: 0.7s 
ease-in-out;
    font-size: 17px !important;
}



.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    width: 100%;
}
.woocommerce-error {
    border-top-color: #c9c3a9;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: #000;
    color: #fff;
}
.woocommerce-error::before {
    content: "\e016";
    color: #8a674b;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    margin-bottom: 10px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #c6c1a4 !important;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce-message {
    border-top-color: #e6d5c6;
}
.woocommerce-ResetPassword.lost_reset_password {
    max-width: 40%;
    margin: auto;
}
.woocommerce-message::before {
    content: "\e015";
    color: #b39880;
}
/* end here  */
.single-product  .soldout {
    position: relative;
    z-index: 9;
    top: 0px;
}










.single-product .soldout::before {
    content: '';
    position: relative;
    top: 9px;
    left: 0px;
    clip-path: content-box;
    z-index: 1;
    background: #e50d0d;
    height: 30px;
    width: 66px;
}
.single-product .notforsale .titlenotforsale {
    transform: rotate(0) !important;
    position: relative;
    background: #e50d0d;
    width: fit-content;
    padding: 2px 8px;
    font-size: 11px;
    left: 0 !important;
	 top: 0 !important;
    border-radius: 5px;
}
.single-product .notforsale {
    position: relative;
    z-index: 9;
}

.single-product .notforsale::before{
display:none;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    width: 100%;
    transition: 0.7s ease-in-out;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    background-color: #EDEDED;
    width: auto !important;
    height: 400px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.my-image-wrapper {
    border: 4px solid #000;
    padding: 20px;
    height: 420px;
    position: relative;
    background-color: #cccccc59;
}

.term-sculpture a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
}

#menu-item-335 {
    margin: 0px 0 10px;
}
.single-product .related.products .notforsale::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    clip-path: none;
    z-index: -9;
    background: #e50d0d;
    height: 28px;
    width: 190px;
}
.single-product .related.products .notforsale {
    position: absolute;
    z-index: 9;
	 left: 20px;
    top: 8px;
}
.painting-details button.single_add_to_cart_button.button.sincus.alt:hover img {
    filter: invert(1);
}
.single-product .related.products .notforsale .titlenotforsale {
    transform: rotate(0) !important;
    position: relative;
    background: #e50d0d;
    width: fit-content;
    padding: 2px 8px;
    font-size: 11px;
    left: 0 !important;
    top: 0 !important;
    border-radius: 0px;
}

.single-product .related.products .soldout {
    position: absolute;
    z-index: 9;
    left: 20px;
    top: 8px;
}
.single-product .related.products .soldout::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: -9;
    background: #e50d0d;
    height: 29px;
    width: 45px;
    clip-path: none;
}












/*********************** admin page *******************/

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    background-color: #000;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px; min-height:550px;
}

.woocommerce-MyAccount-navigation ul li a
{ color:#fff!important; display: block; font-size: 15px; padding-bottom: 10px;    
    border-bottom: solid 1px #414141;
    margin-bottom: 10px;}

.woocommerce-MyAccount-navigation ul li a:hover{ color:#fff!important; }
.woocommerce-account .woocommerce-MyAccount-content {
    box-shadow: 0 0 8px #ddd;
    padding: 20px; margin-bottom: 30px;
}
.h3, h3 {font-size: 20px; font-weight: 400;}
.logged-in.admin-bar h2 { margin-bottom: 20px; text-align: left!important}

.logged-in.admin-bar .u-column1.col-1.woocommerce-Address {
box-shadow: 0 0 5px #ddd;
padding: 10px; width: 49%;
}
.logged-in.admin-bar .u-column2.col-2.woocommerce-Address {
box-shadow: 0 0 5px #ddd; width: 49%;
padding: 10px;




}


/*********************** admin page *******************/

 
body.page-id-65 .woocommerce { background-color: #ffffff;box-shadow: 0 0 30px #ddd; padding: 20px;}
body.page-id-66 .woocommerce { background-color: #ffffff;box-shadow: 0 0 30px #ddd; padding: 20px;}
body.page-id-66 .woocommerce .col2-set .woocommerce-input-wrapper{ display:block; }
body.page-id-66 .woocommerce .col2-set .selection{ display:block; }
body.page-id-66 .woocommerce .col2-set .select2-container .select2-selection--single .select2-selection__rendered {
padding: 15px 15px;font-weight: 400;}
body.page-id-66 .woocommerce .col2-set .select2-container .select2-selection--single .select2-selection__arrow b {top: 33%;}



.about-video video{width:100%; height:45em; object-fit: cover;  }
.mobile-banner{ display:none; }
.shopmain-list .btn.loadMoreBtn { text-align:center; display: block; margin-top:20px!important }


.text-center.mt-4.resume-logo {
    margin-bottom: 35px;
}
.text-center.mt-4.resume-logo img {
    padding: 15px;
    box-shadow: 0 0 20px #ddd;
    margin: 0 8px 25px 8px;
}
.resume-ul-li ul{ margin-left:20px; column-count:2; }
.resume-ul-li ul li{ list-style-type:disc; margin-bottom:8px }

.inner-footer .wpcf7 form.invalid .wpcf7-response-output{ color: #fff!important }
.width-form  .wpcf7 form.invalid .wpcf7-response-output{ color: #000!important }



.footer-item-1 {padding-top: 20px;gap: 8px; display: flex;align-items: center;}
.footer-item-1 li a {
  padding: 10px; width: 50px;height: 50px;background: #000;
border-radius: 50%;display: flex;justify-content: center;align-items: center;
  transition: 0.3s ease;  color: #ffff; border: solid 1px #fff;
}

.footer-item-1 li a:hover { border: solid 1px #fff;
  background: #111; /* change to your theme color */
  color: #ffff;
  transform: scale(1.2);
  box-shadow: 0 0 10px #d0537a;
}
.footer-item-1 li a i{font-size: 28px;}


.contact-item-1 {padding-top: 0px;gap: 8px; display: flex;align-items: center;}
.contact-item-1 li a {
  padding: 10px; width: 40px;height: 40px;background: #000;
border-radius: 50%;display: flex;justify-content: center;align-items: center;
  transition: 0.3s ease;  color: #ffff; border: solid 1px #fff;
}

.contact-item-1 li a:hover { border: solid 1px #fff;
  background: #111; /* change to your theme color */
  color: #ffff;
  transform: scale(1.2);
  box-shadow: 0 0 10px #ddd;
}
.contact-item-1 li a i{font-size: 20px;}

.wpcf7 form.sent .wpcf7-response-output {color: #46b450!important;}


.inner-default-page ul{ margin-left:20px; margin-bottom:25px }
.inner-default-page ul li{ list-style-type:disc; padding-bottom:5px; }
.inner-default-page p{ margin-bottom:10px; line-height:28px; }

 .inner-default-page p strong{ margin:20px 0 0 0!important; }

.inner-default-page #payment  ul li{ list-style-type:none!important;  }



section#shipping-calculator-form span {display: block;}
span.required {display: inline-block !important;}
.inner-default-page ul li ul { margin-bottom: 0;}


.top-nav-icon span {
    justify-content: center;
    display: flex;
}
.resume-padd-right p{  display: flex; gap: 25px;}
.text-center{text-align:center;}



a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {  
    display: block !important;
}

.painting-details .summary.entry-summary {
    position: sticky;
    top: 150px;
}


#myDIV12 .dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-pirx.js-dgwt-wcas-layout-classic.dgwt-wcas-layout-classic.js-dgwt-wcas-mobile-overlay-enabled.dgwt-wcas-mobile-overlay-trigger-active.dgwt-wcas-suggestions-wrapp-initialized {
  background-color: transparent;
}


.painting-details .product_meta {
    margin: 5px 0 0;
}
.popup-content .btn-contact input {
    background: #fff;
    padding: 7px 25px !important;
    font-size: 16px !important;
    color: #000 !important;
}
.popup-content {
    padding: 30px 20px !important;
    position: relative;
    border-radius: 8px;
}
.popup-content .btn-contact input:hover {
    background: #000;
    color: #fff !important;
}



.popup-content .wpcf7-form-control.wpcf7-text {
    padding: 10px 15px;
    font-size: 16px;
}
.popup-content textarea {
    height: 150px;
    padding: 10px 15px;
    font-size: 16px;
}

.popup-content .wpcf7-not-valid-tip {
    font-size: 15px;
}

.popup-content .wpcf7-response-output {
    color: #000 !important;
    margin: 10px 0 0 !important;
}

/* -------------------------Footer--------------------------- */
.footer-text-container {
 
    padding: 0px 220px 10px 220px;
    margin-bottom: 30px;
    border-bottom: 1px solid #302f2f;
    text-align: center;
    color: #fff;
}
.footer-text-container a{color:#fff;font-weight:bold;text-decoration:underline;}

.footer-text-container.new-text p {
    font-size: 20px; line-height:33px
}

.term-description p{font-size:16px;}
.mobile-callbtn{display: none !important;}	


.desk-callbtn {
  position: relative;
  overflow: hidden;
   transition: 300ms all;
  text-decoration: none;
}

.desk-callbtn span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, -100%);
  background: #090909;
  color: #fff;
 transition: 300ms all;
   font-size: 17px !important;
}

.desk-callbtn:hover span {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
/* .custom-enquiry-buttons {
    width: 100%;
    display: flex;
    gap: 20px;
} */

.custom-enquiry-buttons .desk-callbtn {
    width: 40%;
}
.painting-details .summary.entry-summary .custom-enquiry-buttons .desk-callbtn {
    width: 20%;
}
.related.products p { font-size: 17px !important; }	
.shopmain-list p { font-size: 16px;}

.containerda {
    display: flex;
    align-items: center;
    margin-top: 30px;
}







/* -----------media-query-------------- */

@media (max-width: 1600px) {
.page-header { padding: 30px 40px;}
.bannerhome {padding: 80px 0 370px;}
    .homebannertitle {
        font-size: 47px;
        padding-right: 47%;
		    margin-bottom: 16px;
        line-height: 57px;
    }
.btn-same a {padding: 12px 23px;}
.homesec2 {padding: 70px 0;}
.same-titlepage {font-size: 65px;}
.title-cardhomesec2 { margin: 20px 0 0;}
.title-sec2 {font-size: 35px;}
.homesec2 .mb-5 {margin-bottom: 30px !important;}
.homesec3 { padding: 80px 0px 80px 40px;}
.homesec4 {padding: 80px 40px;}
.homesec5 {padding: 0 40px 100px;}
.homesec7 { padding: 100px 40px;}
.footermain {padding: 30px 65px 40px;}
.footer-text-container {padding: 0px 125px 10px 125px;}
    .inner-banner-contant {
        bottom: 70px;
    }
    .width-form {
        padding: 35px 35px 54px;
    }


/* from painting new css start  */
.paintingsec1 {padding: 85px 50px;}
.related-productsection {padding: 0 140px 40px !important;}
.painting-details {padding: 100px 0;}
.inner-homesec3inner.imageright {  max-width: 1009px;}
.bannertexthome .btn-same a { padding: 9px 25px;font-size: 17px;}
.top-nav-icon ul {gap: 17px;}	
	
.top-nav-icon span {width: 25px;height: 25px; align-items: center; justify-content: center; font-size: 14px;}

a.added_to_cart.wc-forward {left: 109px!important;}
.products p { font-size: 16px;}
.desk-callbtn span { font-size: 14px !important;}
.custom-enquiry-buttons .desk-callbtn { width: 45%;}
.related.products p { font-size: 16px !important;}
 .products p { font-size: 13px; }	
	
}





@media (max-width: 1440px) {
.homebannertitle {font-size: 48px; padding-right: 40%;line-height: 65px; margin-bottom: 20px;}
.page-header {padding: 20px 30px;}
.bannertexthome {margin: 0px 0 0px 30px;position: absolute;bottom: 30px;}
.top-nav-icon ul li a { width: 70%;}
.homesec2 {padding: 60px 0;}
.top-nav-icon ul { gap: 18px;}
.navbar .nav-link {font-size: 17px;}
 .inner-homesec2::after {height: 402px;top: 58px;width: 48%; }
.homesec3 {padding: 90px 0px 90px 30px;}
.homesec4 {padding: 70px 40px;}
.same-titlepage {font-size: 50px;}
.homesec5 {padding: 0 30px 80px;}
.section-brands .boxed-logo {animation: bounce 0s ease-in-out infinite;position: relative;}
.section-brands .col-row-logos > *:nth-child(1) {left: 18.5%; top: 27%;}
.section-brands .col-row-logos > *:nth-child(2) {left: 50%;top: 20%;}
.section-brands .col-row-logos > *:nth-child(3) {left: 78.5%;top: 26%;}
.homesec5 iframe {height: 530px;}
.section-brands .col-row-logos > *:nth-child(4) {left: 90%; top: 55%;width: max-content;}
.bounce-box img {border: 4px solid #000;width: 100%;}
.boxed-logo{ box-shadow: none;}
.section-brands .col-row-logos > *:nth-child(7) {left: 12.5%;top: 54%;}
.section-brands .col .col-row { gap: 1vw 0;}
.homesec7 {padding: 80px 30px;}  
.footermain {padding: 30px 55px 30px;}
.footer-text-container {padding: 0px 85px 10px 85px;}
.copyright { margin: 50px 0 0;}
.inner-footer p {font-size: 17px;}
.inner-footer a {font-size: 17px;}
.inner-homesec3inner.imageright {max-width: 949px;}

.blog-page {padding: 80px 0 50px;}
.home-banner-title {font-size: 65px;}
.page-not-found { padding:60px 0 60px;}
.page-not-found span {font-size: 280px; line-height: 260px;}
.page-not-found h5 { font-size: 45px;}
.Thank-you h3 { font-size: 170px; line-height: 160px;}
.Thank-you h5 { font-size: 35px;margin: 15px 0 25px;}
.inner-banner-contant .home-banner-title {font-size: 55px;}
.inner-banner-contant { bottom: 70px;}
.contactsec1 {padding: 80px 0;}
.titleformcontact { font-size: 46px; margin-bottom: 20px;}
.inner-form-contact input, textarea { padding: 16px;}
.width-form {padding: 30px 30px 103px;}
.inner-form-contact textarea { height: 170px;}
.btn-contact input {padding: 12px 30px;font-size: 16px;}
.contact-details-flex {margin-bottom: 25px;padding: 12px 25px;}
.navheight { height: 93px;}
.top-nav-icon span {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 33px;
}

/* from painting new css start  */
/* .paintingsec1 {padding: 80px 80px;} */
.paintingboxcontent {padding: 20px 0;}
.paintingboxcontent p {font-size: 17px;   line-height: 30px;-webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;overflow: hidden;display: -webkit-box;margin-bottom: 5px;}
.inner-painting { margin-bottom: 50px;}
.paintingpagelastbtn .btn-same a {padding: 13px 30px !important; font-size: 17px;}
 .related-productsection {padding: 0 80px 40px !important; }
.painting-details {padding: 80px 0;}
.related-productsection .inner-painting {margin-bottom: 30px;}
.titlepaintingdetails {font-size: 45px;}
.pressnewsdetailssec1img { max-width: 600px;}
.pressnewsdetailssec1content p {font-size: 17px;}
p { font-size: 17px;}	
.inner-homesec2::before { height: 83%;top: 43px;width: 48%;border-radius: 0;z-index: 9;}	
.inner-banner.paintingpagebanner {height: 132px;}	
.boxed-logo { box-shadow: 13px 10px 13px rgba(0, 0, 0, 0.33)!important;}	
.bounce-box { width: 80%;}	
.width-form {padding: 30px 30px 54px;}	

.inner-homesec2.lastbox { padding: 0px 0;}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {height: 380px;}
.footer-text-container.new-text p {
    font-size: 19px;
}


}



@media (max-width: 1400px) {
.homebannertitle {padding-right: 35%;}
.width-form {padding: 30px 30px 100px; }
.inner-homesec2::before {height: 84%;top: 36px;width: 49%; border-radius: 0;z-index: 9;}
.inner-homesec2::after {height: 83%;top: 48px;width: 50%;}	
	
	
}



@media (max-width: 1366px) {
.page-not-found span {font-size: 240px; line-height: 240px;}
.page-not-found h5 {font-size: 40px;}
.page-not-found p {  font-size: 21px;}
.width-form {padding: 20px 20px 110px;}
.titleformcontact {font-size: 40px; margin-bottom: 20px;}
.inner-banner-contant .home-banner-title {font-size: 50px;}
.inner-banner-contant {bottom: 60px;}
.top-nav-icon span {width: 18px;height: 18px;right: 15px;top: 33px;font-size: 12px;}
.category .blogtitle {font-size: 27px;}
.paintingsec1 {padding: 70px 20px;}
.related-productsection {padding: 0 60px 40px !important;}
.homebannertitle { padding-right: 43%; margin-bottom: 13px;font-size: 40px;line-height: 52px;}
.bannertexthome .btn-same a { padding: 8px 20px;font-size: 16px;}
.bannertexthome { bottom: 20px;}
.painting-details { padding: 80px 0;}
.width-form {padding: 20px 20px 72px;}	
a.cutom.cutomshp {  padding: 12px 25px !important;    font-size: 15px;}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.custn.cutom { padding: 9px 18px !important;}	
.paintingsec1 .shopmain-list .products a.custn.cutom img {width: 18px !important;}	
.subscribe-foot input::placeholder {font-size:15px}	
a#loadMore {padding: 10px 30px;     width: 170px;}	
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {height: 300px;}	
.subscribe-foot input {	padding: 6px 15px;}	
input.wpcf7-form-control.wpcf7-submit.has-spinner { font-size: 16px;  padding: 6px 30px;  }	
.my-image-wrapper {height: 345px;}	
.popup-content {max-width: 450px; margin: 4% auto !important; padding: 23px 20px !important;}	
.popup-content textarea {height: 120px !important;padding: 8px 11px;font-size: 15px;}	
.popup-content .wpcf7-form-control.wpcf7-text {padding: 8px 11px;font-size: 15px;}
.popup-content .btn-contact p { margin: 0;}
	
.term-description p {font-size: 13px;line-height: 22px;}	
.woocommerce-Button.button, .button.wc-backward, .button.wc-forward, .button {  padding: 14px 15px !important;  font-size: 16px !important;}
p { font-size: 16px;}	
.top-nav-icon ul li a {width: 65%;}
	
	
	
	
	
}


@media (max-width: 1280px) {
.same-titlepage {font-size: 40px;}
body, html{ overflow-x:hidden; }
.bannerhome {height: 100%;}
.homebannertitle {font-size: 31px;line-height: 40px;}
.padd-0-apad{ padding-right:0px!important  }
.inner-banner-contant { bottom: 40px; }
.aboutsec2img {max-width: 600px;}
.headaboutpage {font-size: 40px;}
.aboutsec2img {max-width: 500px;}
.aboutsec1img {max-width: 540px;}
.aboutsec1img {max-width: 490px;}
.navheight {height: 81px;}
section.related.products {margin-top: 50px;}
.titlepaintingdetails {font-size: 37px;}

.inner-homesec2 img { top: 8px;}
.inner-homesec2 { padding-bottom: 30px;}
.inner-homesec2::after {height: 76%;top: 48px;width: 50%;}
.inner-homesec2::before {height: 77%;}
.inner-homesec3inner.imageright {margin-bottom: 20px!important;}
.inner-homesec2::after { width: 49%;}
.bounce-box {width: 73%;}
.titlepaintingcard {font-size: 18px;}
.custom-enquiry-buttons a { margin-top: 10px !important;}
button.button.call-btn {  margin-top: 10px;}
.footer-text-container {padding: 0px 20px 10px 20px;}
.products p { font-size: 13px; overflow: hidden;   text-overflow: ellipsis;    display: -webkit-box;   -webkit-line-clamp: 1;   -webkit-box-orient: vertical;}
.woocommerce-Button.button, .button.wc-backward, .button.wc-forward, .button {  padding: 12px 12px !important;  font-size: 14px !important;}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {margin-bottom: 10px;}	
.desk-callbtn span { font-size: 13px !important;}
.custom-enquiry-buttons .desk-callbtn {width: 45%;}	
.homesec4 { padding: 70px 20px; }	
.custom-enquiry-buttons .desk-callbtn {width: 52%;}		
.related.products p { font-size: 13px !important; }	
.painting-details .summary.entry-summary .custom-enquiry-buttons .desk-callbtn {width: 25%;}	
.quicklinkfoot { font-size: 26px;}	
.inner-footer p { font-size: 16px;}	
.inner-footer a {font-size: 16px;}	
.subscribe-foot label { font-size: 16px;}	
.footer-text-container.new-text p { font-size: 18px;}	
.copyright p { font-size: 16px;}	
.copyright a {font-size: 16px;}	
.footer-item-1 li a i {font-size: 22px;}	
.footer-item-1 li a { width: 45px; height: 45px;}	
.inner-footer img {width: 200px;}	
	
	
	
}




@media (max-width: 1024px) {
.section-brands .col .col-row {width: 98%;}
.section.section-brands {padding: 70px 0;}
.reveal.reveal-scroll { margin-bottom: 25px;}
.inner-homesec3inner.imageright {margin-left: 0px;margin-bottom: 0;}
.inner-homesec3inner.imageright { max-width: 100%;}
.quicklinkfoot {font-size: 25px;}
.inner-banner-contant .home-banner-title {font-size: 40px;}
.inner-banner-contant { bottom: 41px;}
.aboutsec1img { max-width: 450px;}
.aboutbannerrow {top: 30px;}
.headaboutpage {font-size: 36px;}
.aboutsec1 {padding: 50px 0;}
.paintingsec1 { padding: 50px 0px;}
.titlepaintingcard {font-size: 17px;}
section.default-page {padding: 50px 30px;}
.woocommerce-account .woocommerce h2 {font-size: 26px;}
body.page-id-67 .u-column2.col-2 {margin-top: 0px;}
 .section-brands .col .col-row {width: 100%; margin-top: 20px;}
.section-brands .col-row-logos > *:nth-child(8){ display:none; }
.bounce-box {width: 73%;margin-bottom: 20px;}
.homesec4 { padding: 70px 40px 0px;}
.width-form {padding: 20px 20px 69px;}
/* a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {height: 256px;} */
.bounce-box { width: 90%;}
.top-nav-icon ul {gap: 8px;}
.inner-homesec2.lastbox {padding: 0px 0;}
.top-nav-icon span { right: 9px;}
.page-not-found span { font-size: 200px; line-height: 125px;}
.Thank-you h3 {font-size: 90px;line-height: 100px;}
body, html{ overflow-x:hidden; }
.inner-homesec2 img { top: 0; }
.image-relate img {top: 7px;}
.inner-homesec2.lastbox {padding: 0px 0;}
.inner-homesec2.lastbox img { height: 370px;}
.page-header { padding: 20px 30px 20px 10px; }
.footer-text-container {padding: 0px 0px 10px 0px;}
.footermain {padding: 30px 30px 30px;}
.footer-text-container.new-text p { font-size: 18px;}	
.homesec3 { padding: 90px 0px 70px 30px; }	
.title-sec2 { font-size: 30px; }	
.woocommerce-Button.button, .button.wc-backward, .button.wc-forward, .button { padding: 10px 8px !important;  font-size: 13px !important; }	
.desk-callbtn span {   font-size: 12px !important; }	

	
	
	
	
	
	
}




@media (max-width: 991px) {

 .is_mobile #mnmwp-main-menu {
    width: 100%;
    background: none;
    padding: 0;
    display: none;
}   

#rmp_menu_trigger-983 {background-color: transparent!important; right: 3%;}
#rmp-container-983 {background-color: #000000cf;}
.nav-link {color: #ffffff;font-size: 18px;}
.navbar-expand-lg {display: block;}
#mnmwp-main-menu ul.mnmwp-menu {display: block !important;}
.main-menulist {position: relative;}
.nav-link:focus, .nav-link:hover {color: #eff2f5}
.page-header.is-sticky {z-index: 99;}
.col-lg-1.col-md-2.padd-0-apad {position: absolute; width: 100px; right: 100px;}
.container, .container-md, .container-sm {max-width: 100%;}
.image-relate {top: 10px;}
.inner-homesec2::after {height: 82%;top: 49px;width: 50%;left: 10px;border-radius: 0;}
.title-cardhomesec2 {margin: 9px 0 0;}
.section-brands .col .col-row {width: 100%;margin-bottom: 25px;}
.inner-sec7home {margin-bottom:30px;}
.top-nav-icon span {width: 18px;height: 18px;right: -7px;top: 1px;font-size: 12px;}
#rmp-menu-wrap-983 .rmp-menu-item { width: 100%;list-style: none;margin: 0;position: relative;}
.inner-footer img { width: 220px;}
.quicklinkfoot {font-size: 25px; margin: 20px 0 10px 0;}
.inner-banner.paintingpagebanner {height: 111px;}
.paintingsec1 {padding: 50px 00px;}
.painting-details { padding: 50px 0;}
.span-ptextdetailpage {padding: 20px 0;}
.inner-homesec2::after { height: 75%;}
.logo-box {position: relative;z-index: 999; width: 150px;}
.about-video video { margin-top:25px; }
.homesec3 { padding: 52px 0px 50px 0px;}
.span-ptextdetailpage p {font-size: 18px;line-height: 28px;font-weight: 400;}
td.product-quantity { height: 50px!important;}
.top-nav-icon ul {gap: 17px;}
div#myDIV12 {right: -31px;top: 49px;}
.image-relate img { top: -3px;}
.inner-homesec2.lastbox img {height: 382px;}
.quicklinkfoot { font-size: 25px;margin: 0px 0 10px 0; }
.inner-footer {margin-top: 25px;}

#rmp_menu_trigger-983 .responsive-menu-pro-inner{    background-color: #000!important;}
#rmp_menu_trigger-983 .responsive-menu-pro-inner, #rmp_menu_trigger-983 .responsive-menu-pro-inner::before, #rmp_menu_trigger-983 .responsive-menu-pro-inner::after {
background-color: #000000!important;}
#rmp-container-983 {position:fixed!important;top: 78px;}
#rmp-menu-title-983 {font-size: 0; }

#rmp-container-1430 {         background-color:#ffffffc2 !important;  background-image: none!important;}
#rmp-container-1430 .is-active .responsive-menu-pro-inner, #rmp_menu_trigger-1360.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-1360.is-active .responsive-menu-pro-inner::after {
  background-color: #000!important;
}
#rmp-container-1430 .responsive-menu-pro-inner, #rmp_menu_trigger-1360 .responsive-menu-pro-inner::before, #rmp_menu_trigger-1360 .responsive-menu-pro-inner::after {
  background-color: #000!important;}
#rmp-container-1430 {right: 0%!important;}

.nav-link { color: #000;font-size: 18px!important;}
#rmp-container-1430 { position: fixed;top: 80px!important; }
#rmp-container-1430 .rmp-menu-subarrow {color: #000;}
#rmp-container-1430 .rmp-menu-item {width: 100%;list-style: none;margin: 0;position: relative;}
 .nav-link:focus, .nav-link:hover {color: #000;}
#rmp-container-1430 {background-color: transparent!important;}


#rmp-container-1430 {max-width: 180px!important;min-width: 180px!important; }
#rmp-container-1430 {padding-left: 0%!important; padding-right: 0%!important;}
 a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {height: 260px; }
.my-image-wrapper {height: 312px;}
.top-nav-icon ul { align-items: center; }
#rmp-container-1430 { position: fixed; top: 80px !important; height: auto !important; }
.nav-link { position: relative !important; }
#rmp-menu-wrap-1430 { padding-left: 0% !important;  padding-right: 0% !important;  }
#rmp-menu-wrap-1430 { background-color:#ffffff87  !important;}	
#rmp_menu_trigger-1430.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-1430.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-1430.is-active .responsive-menu-pro-inner::after {
    background-color: #000000 !important;}	
#rmp_menu_trigger-1430 .responsive-menu-pro-inner, #rmp_menu_trigger-1430 .responsive-menu-pro-inner::before, #rmp_menu_trigger-1430 .responsive-menu-pro-inner::after { background-color: #000000 !important;}	
 .custom-enquiry-buttons .desk-callbtn {        width: 45%;    }
.dgwt-wcas-search-wrapp {   		min-width: 460px;}
	
	
}








@media (max-width:912px) {
.inner-homesec2.lastbox img { height: 358px;}



}







@media (max-width:860px) {

.homesec7 { padding: 50px 15px;}
.homesec4 {padding: 50px 15px;}
.homesec3 {padding: 52px 0px 50px 15px;}
.homesec2 {padding: 50px 0 40px 0;}  
.footermain { padding: 55px 15px;}
.quicklinkfoot {font-size: 25px;margin: 25px 0 10px 0;}
.copyright { margin: 21px 0 0;}
.aboutsec1img {max-width: 380px;}
.aboutsec2img {max-width: 380px;}
.aboutsec2 {padding: 50px 0px;}
.aboutsec1img { max-width: 380px; }
.aboutsec2img { max-width: 380px;}
.aboutsec2 {padding: 50px 0px;}
.aboutsec2img {max-width: 380px;}
.titleformcontact {font-size: 30px;}
.deatails-contact-titl {font-size: 22px;}
.contact-details-flex {padding: 10px 19px;}
.contactsec1 {padding: 50px 0;}
.pressnewssec1 {padding: 50px 0 40px;}
.titlepaintingdetails {font-size: 30px;}
section.related.products {margin-top: 25px;}
.painting-details { padding: 50px 0 0 0;}
section.default-page {padding: 0px;margin: 25px 0 25px 0;}
.inner-banner-contant .home-banner-title {font-size: 34px;}
body.page-id-6 .inner-banner-contant {bottom: 25px;}
 .woocommerce-account .woocommerce-MyAccount-navigation {float: none!important;width:100%!important; margin-bottom: 30px; 
    height: auto; min-height:auto;}
div#myDIV12 {right: 131px; top: 56px;}
.video-sec video { border-radius: 10px;}
.painting-details { padding: 21px 0 0 0;}
.homesec4 {padding: 50px 0px 0 0;}
.page-not-found span { font-size: 100px; line-height: 105px;}
.Thank-you h3 {font-size: 70px;line-height: 80px;}
.inner-homesec2.lastbox img { height: 322px;}
.video-sec video {height: 100%;}

.quicklinkfoot { font-size: 25px;margin: 0px 0 10px 0; }
.logged-in.admin-bar h2 {margin-bottom: 10px;}
.copyright {display: initial;}
.copyright p { margin: 0 0 8px;}
.products p {font-size: 12px;   margin-bottom: 10px;}

	

}   


@media (max-width:768px) {
.inner-homesec2.lastbox img { height: 301px; }
.image-relate img { top: 5px;}
.dgwt-wcas-search-wrapp { min-width: 400px !important;}
div#myDIV12 { right: 0px; }

}






@media (max-width:767px) {
.bannerhome { padding: 100px 0 100px;}
.same-titlepage {font-size: 28px;}
.headhomesec2 {margin-bottom: 30px;}
.title-sec2 {font-size: 24px; font-weight: 400;}
.homesec3 {padding: 50px 0px 50px 0px;}
.homesec4 {padding: 50px 0px;}
.homesec7 { padding: 50px 0px;}
.head-homesec4 {margin-bottom: 20px;}
.contentsec4card { margin: 11px 0 25px;}
.homesec5 { padding: 0 0px 80px;}
.section.section-brands { padding:50px 0;}
.page-header {padding: 20px 10px;}
.bounce-box img {border: 4px solid #000; width: 100%; margin-bottom: 20px;}
.section-brands .col .col-row {display: block;}
.footermain { padding: 50px 0px;}
.copyright { margin: 0px 0 0;}
.copyright {display: block;}
.section-brands .col-row-logos > *:nth-child(4) {width: 100%;}
.logo-box img {width: 150px;}
#rmp_menu_trigger-983 {right: 2%; }
.col-lg-1.col-md-2.padd-0-apad {position: absolute;left: -91px; }
#rmp_menu_trigger-983 {width: 50px;height: 48px;}
.pressheadinghome {margin: 10px 0 5px;}
.homesec5 {padding: 0 0px 50px;}
.aboutbannerrow {display: none;}
.inner-banner-contant .home-banner-title { font-size: 30px;}
.aboutsec1img {max-width: 100%; margin: 0 0 10px 0px;}
.headaboutpage {font-size: 28px;}
 .aboutsec2img { max-width: 100%;margin: 0 0 20px 0;}
.width-form {padding: 20px 20px 30px; margin-bottom: 25px;     margin-right: 0px;}
.inner-banner.paintingpagebanner { height: 113px;}
.inner-banner.paintingpagebanner { height: 100px;}
.pressnewsdetails {padding: 50px 0 50px;}
.pressnewsdetailssec1img { max-width: 100%;margin: 0 0 25px 0;}
.pressnewsdetailssec3img {float: right;max-width: 100%;margin-left: 0px; margin-bottom: 0;}
.col-lg-3.col-md-4.mycus {text-align: center; margin-bottom: 30px !important;}
.woocommerce-Button.button, .button.wc-backward, .button.wc-forward, .button {padding: 14px 10px !important;  font-size: 15px !important;}
body.page-id-65 .banner-image img {height: 95px;}
body.page-id-67 .banner-image img {height: 95px;}
.top-nav-icon img { width: 22px;}
.col-lg-1.col-md-2.padd-0-apad { left: -100px;}
.section.section-brands {padding: 50px 0 0 0;}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.custn.cutom {position: relative!important;}
 .quicklinkfoot { font-size: 25px;margin: 20px 0 10px 0;}
.section.section-brands { padding: 30px 0 0 0;}
.bounce-box {width: 100%;height: auto;}
.boxed-logo { box-shadow: 13px 10px 13px rgba(0, 0, 0, 0.0) !important;}
.pric-sin span.woocommerce-Price-amount.amount {font-size: 25px!important;}
.footermain { padding: 50px 0px 20px 0;}
div#myDIV12 { right: 0; top: 54px;  left: -70px;}
.homesec2 { padding: 50px 0 20px 0;}
.pressnewssec1 { padding: 50px 0 0px;}
.col-lg-1.col-md-2.padd-0-apad {left: 77px;width: 100px; right: 0;margin: auto;}  
.bannerhome {background-image: none;}
.mobile-banner{ display:block; }
.bannerhome {padding: 0 0 0px;}
.bannertexthome { bottom: 20px;width: 96%; margin: 0px 0 0px 14px;}
.homebannertitle { font-size: 19px;line-height: 40px; line-height: 30px; padding-right: 15px;}  
.about-video video {height: 264px;margin-top: 25px;}
.inner-homesec3inner p {padding-right: 0px;}
body.page-id-65 .woocommerce { padding: 12px;}
td.product-quantity { height: 50px!important;}
body.page-id-66 .woocommerce table.shop_table td {padding: 9px 8px; font-size: 17px;}
.smalltitle {font-size: 11px; font-style:italic; text-align:center;}
.text-center.mt-4.resume-logo img {padding: 10px; margin: 0 8px 12px 8px;}
.headaboutpage {font-weight: 400;}
.mb-5 {margin-bottom: 1rem !important;}
.resume-ul-li ul {column-count: 1;}
.contact-details-flex {padding: 10px 15px; margin-bottom:15px;}
.btn-contact { margin: 0px 0 0;}
.inner-homesec3inner {text-align: center;}
.inner-homesec3inner.leftcontent .same-titlepage {text-align: center;}
.copyright p { font-size: 16px;}
.copyright a {font-size: 16px;}
.head-homesec4 h3.same-titlepage {text-align: center;}
.video-sec video {height: 100%;}
.pagination {margin-bottom: 30px;}
.pressnewsdetailssec3img {float: initial;}
.pressnewsdetailssec3img img{width: 100%}
.page-not-found h5 {font-size: 28px;}
.page-not-found p { font-size: 19px; padding: 0 15px;}
.page-not-found { padding: 50px 0 50px;}
.Thank-you h3 {font-size: 58px;line-height: 80px;}
.Thank-you h5 {font-size: 20px; margin: 15px 15px 20px 15px;}
.Thank-you {padding: 50px 0 50px;}
img.w-100.desktop-banner {height: 102px;}
.inner-banner-contant .home-banner-title {font-size: 26px;}
a.added_to_cart.wc-forward {left: 8px!important;}
.top-nav-icon span {right: -10px; }
input#coupon_code { width: 47%;}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link { position: relative!important;}
.single-product .related.products .notforsale { position: absolute; z-index: 9;left: 4px; top: 3px;}
.inner-homesec2.lastbox img { height: auto; }
.homesec4 { padding: 50px 0px 0 0; }
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
 height: auto;width: 100%!important;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { padding: 10px;}
body.page-id-66 .woocommerce {padding: 10px;}
form#woocommerce-checkout-form-coupon p.form-row.form-row-last { width: 126px;padding: 0;margin: 0;}
form#woocommerce-checkout-form-coupon p.form-row.form-row-first {width: 120px;float: left;}
form#woocommerce-checkout-form-coupon input#coupon_code { width: 137px;}
 #rmp-container-1360 { position: fixed;top: 80px!important; height: auto!important;}
.logged-in.admin-bar h2 {text-align: center !important;}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {  height: auto;    position: inherit;    transform: none;    top: 0;    left: 0;}	
.my-image-wrapper { height: auto !important; }
.woocommerce form .form-row {margin: 0 0 0px;}
body.page-id-67 .u-column2.col-2 {margin-top: 25px;}	
.popup-content {max-width: 450px;margin: 16% auto !important; padding: 23px 20px !important;}	
.dgwt-wcas-search-wrapp {  min-width: 280px !important; }	
.my-image-wrapper { border: 2px solid #000;  padding: 6px;}	
.homesec5 { padding: 0 0px 30px; }	
.btn-same.btn-same-press {  margin-top: 0px;}	
.footermain { padding: 30px 0px 20px 0; }	
.products p {font-size: 17px;}	
.titlepaintingcard {font-size: 20px; }	
.mobile-callbtn {display: inline-block !important;}
.desk-callbtn{display: none !important;}	
.custom-enquiry-buttons a {  margin-top: 0px !important;}	
.custom-enquiry-buttons {display: flex; align-items: center;width: 100%; gap: 10px;  justify-content: center;}	
.painting-details .summary.entry-summary .custom-enquiry-buttons {justify-content: start;}
	
	
	
	
	
}




@media (max-width:460px) {
.popup-content {max-width: 450px;margin:20% 10px !important;padding: 23px 20px !important;}
	
	

	
}











@media (max-width:375px) {






    }