body {
  font-family: "Montserrat", "Lora";
  scroll-behavior: smooth;
}

p {
  color: grey;
  font-family: "lora";
  letter-spacing: 1px;
}
header img.img-fluid.logo {
  max-width: 300px;
}
header a.nav-link.active {
  font-weight: 800;
  color: #990000;
}
header .navbar-collapse {
  justify-content: flex-end;
}
header a.nav-link {
  color: #000;
  font-weight: 700;
}
header a.nav-link {
  color: #000;
  font-weight: 600;
  font-size: 11pt;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: "Montserrat";
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
header a.nav-link:hover {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}
button.navbar-toggler .close {
  display: none;
}
button.navbar-toggler[aria-expanded="true"] .close {
  display: block;
}
button.navbar-toggler[aria-expanded="true"] .open {
  display: none;
}
header span.material-icons {
  font-size: 26pt;
  color: #990000;
}

@media screen and (max-width: 1199px) {
  header a.nav-link {
    padding-left: 10px !important;
  }
}
@media screen and (max-width:1111px) and (min-width:768px){
  header a.nav-link {
    font-size: 1.1vw !important;
}
header .nav-link[data-toggle]::after{
  display:none;
}
header a.nav-link.dropdown-toggle{
  margin-left: 0px;
}
}
@media screen and (max-width: 991px) {
  header a.nav-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 10pt;
  }
  header img.img-fluid.logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 340px) {
  header img.img-fluid.logo {
    max-width: 150px;
  }
}

/* banner  */
.banner button.owl-dot span {
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  display: block;
  background: #ff000000;
  margin: 3px 8px;
  border-radius: 50%;
}
.banner img{
  cursor:pointer;
}
.banner .owl-item img {
  -webkit-transition: -webkit-transform 3000ms ease;
  transition: -webkit-transform 3000ms ease;
  transition: transform 3000ms ease;
  transition: transform 3000ms ease, -webkit-transform 3000ms ease;
}
.banner .owl-item.active img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.banner .owl-dots {
  text-align: center;
  bottom: 10px;
  position: relative;
  top: -50px;
}
.banner button.owl-dot.active span {
  background: #fff;
}
button {
  outline: none !important;
}
.item {
  position: relative;
  text-align: center;
}
.banner h5 {
  position: absolute;
  top: 45%;
  font-size: 1em;
  background: #00000059;
  color: #fff;
  padding: 5px;
  left: 25%;
}
.cnt {
  max-width: 500px;
  padding: 20px 50px 0px;
  position: absolute;
  color: #fff;
  bottom: 25px;
  left: 0px;
  background: #00000069;
  text-align: left;
}
.cnt h1 {
  font-size: 2em;
}
.cnt p {
  font-size: 10pt;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .cnt {
    display: none;
  }
  .banner h5 {
    left: 0px;
  }
}
@media screen and (max-width: 575px) {
  .banner .owl-dots {
    top: -30px;
  }
  .banner h5 {
    font-size: 10pt;
  }
}
a.rmbtn {
  font-weight: 600;
  color: #2aa9e0;
}
/* about */
.about-sec p {
  text-align: justify;
}
/* quotes */
section.quotes-sec {
  background: #333333;
  color: #fff;
}
.l-news{
  background: #990000 !important;
}
section.quotes-sec h2 {
  font-family: "lora";
}
section.quotes-sec p {
  margin-bottom: 0px;
  /* font-family: "Montserrat"; */
  color: #fff;
}
.qt {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0px auto;
}
.qt p {
  text-align: right;
}
.quotes-sec button.owl-prev {
  position: absolute;
  left: -20px;
  bottom: 0%;
}
.quotes-sec button.owl-next {
  position: absolute;
  right: -20px;
  bottom: 0%;
}
button.owl-prev span,
button.owl-next span {
  font-size: 2em;
  display:none;
  color: #c6cbcf;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .quotes-sec button.owl-next,
  .quotes-sec button.owl-prev {
    position: initial;
  }
}
/* selected art works */
section.slctd h2 {
  margin-bottom: 10px;
  font-weight: 400;
}
.dtls h3 {
  font-size: 14pt;
  margin: 10px 0px 0px;
  font-weight: 400;
}
.dtls p {
  font-size: 9pt;
}

.art-img {
  background: rgb(242 242 242);
  /* padding: 35px; */
  margin-top: 10px;
}
.art-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  min-height: 300px;
  max-height: 300px;
  width:100%;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 0px 10px 0px #a7a7a7;
}
.art-img:hover img {
  /* -webkit-transform: scale(1.1);
  transform: scale(1.1); */
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.9;
}

/* selected */
/* .art-img {
  background: rgb(242 242 242);
  padding: 35px;
  margin-top: 10px;
}
.art-img img {
  -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: 0px 0px 10px 0px #a7a7a7;
}
.art-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.9;
} */
.d-contents {
  display: contents !important;
}

/* latest news  */
.l-news h2 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 50px;
}
.l-news h3 {
  font-weight: 300;
  font-size: 14pt;
  text-align: center;
}
.l-news a.more {
  text-align: right;
  display: block;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
  text-decoration: none;
}
.l-news .qt {
  margin: 0px auto;
  padding: 0px 35px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-news .owl-nav {
    text-align: center;
  }
}
section.featured-associates h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
/* enquiary form  */
.enq-frm button.mt-3 {
  background: #990000;
  color: #fff;
  border: unset;
  padding: 10px 40px;
}
.enq-frm input,
.enq-frm textarea {
  border-radius: 0px;
  font-family: 'Lora';
}
.enq-frm h2 {
  font-weight: 400;
}
.box-enq {
  padding: 20px 50px;
  box-shadow: 5px 5px 10px 0px #00000075;
}
@media screen and (max-width: 575px) {
  .box-enq {
    padding: 50px 10px;
  }
}

/* footer  */
footer {
  background: #990000 !important;
  color: #fff;
}
footer li a {
  color: #fff;
}
footer ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
footer li,
footer li a {
  font-weight: 300;
  font-size: 11pt;
  padding: 3px 0px;
  color: #d4d4d4;
  font-family: 'lora';
}
footer h4 {
  font-weight: 500;
  font-size: 14pt;
}
.row.btm-ftr h4 {
  font-size: 13pt;
}
.row.btm-ftr p {
  font-size: 11pt;
}
button#myBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 111;
  background: unset;
  border: unset;
}
#myBtn span.material-icons {
  font-size: 5em;
  color: #c6cbcf;
}
/* blog */
.blg {
  background: white;
  color: #000;
  padding: 0px 0px 20px 0px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow:0px 0px 15px 0px #151515ad;
}
.blg:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.bl-in {
  padding: 20px 10px;
}
.bl-in h3 {
  font-weight: 700;
  color: #990000;
}
.bl-in p {
  color: grey;
}
.bl-in button {
  border: unset;
  padding: 10px 15px;
  margin-top: 5px;
  background: #990000;
  color: #fff;
}

/* Animation */

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.active .animated {
  animation-duration: 1=2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
}

.active .animatedFadeInUp {
  opacity: 0;
}
.blg p {
  color: gray !important;
}
.active .fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

section.enq-frm {
  background: url(../images/banner-2.jpg) #0000008f;
  background-size: cover;
  background-blend-mode: color;
  color: #fff !important;
  background-attachment: fixed;
}
section.enq-frm p {
  color: #fff;
}
/* footer {
  background-image: url(../images/footer-ico.png);
  background-size: 25%;
  background-position: center left;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
} */
footer span.material-icons {
  position: relative;
  top: 7px;
  color: #fff;
}
footer hr {
  border-color: grey !important;
}
.btm-ftr p {
  color: #fff;
}
.row.btm-ftr p,
.row.btm-ftr h4 {
  padding: 6px 0px 0px;
}
.row.btm-ftr p::before {
  content: "-------";
  position: absolute;
  left: -27px;
  letter-spacing: -2px;
}
@media screen and (max-width: 767px) {
  .row.btm-ftr p::before {
    display: none;
  }
}

/* preloader*/
.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
ul.d-flex li a {
  font-size: 17pt;
  margin-right: 14px;
}
footer .d-flex a {
  color: #fff;
}

/* listing page  */
.paintings-categories .dropdown-toggle::after {
  content: "+-";
  border: unset;
  top: 2px;
  position: relative;
}
.paintings-categories a {
  font-size: 9pt;
  font-weight: 600;
  color: #333;
  padding-left: 14px !important;
}
.paintings-categories ul {
  margin-bottom: 30px;
}
.paintings-categories h4 {
  font-weight: 800;
  font-size: 12pt;
  margin: 10px 0px 10px 0px;
  padding-left: 10px;
}
.paintings-categories .dropdown-toggle,
.paintings-categories .dropdown-item {
  white-space: initial;
}

section.listing {
  border-top: 3px solid #c5c5c5;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .psticky {
    position: sticky;
    bottom: 0px;
    height: fit-content;
    height: -moz-fit-content;
    border-right: 3px solid #c5c5c5;
  }
}
.articlebox {
  padding: 15px;
  box-shadow: 5px 5px 9px 0px #80808082;
  margin-bottom: 25px;
}
.articlebox h3 {
  font-weight: 700;
  font-size: 17pt;
}
.articlebox button {
  border: unset;
  padding: 10px 15px;
  margin-top: 5px;
  background: #990000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .articlebox img {
    margin-bottom: 20px;
  }
}
a.btnclps {
  padding: 10px;
  background: #990000;
  color: #fff;
  display: block;
}
@media screen and (min-width: 768px) {
  div#categories {
    display: block !important;
  }
  .listing a.btnclps {
    display: none !important;
  }
}
.tile img {
  max-width: 25%;
  text-align: center;
  margin-right: -4px;
  padding: 10px 5px;
}
.tile {
  background: #d8d8d8;
}
button.buy {
  padding: 10px 20px;
  border: unset;
  background: #990000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link[data-toggle].collapsed:after {
  content: "▾";
}
.nav-link[data-toggle]:not(.collapsed):after {
  content: "▴";
}
.nav-link[data-toggle]::after {
  margin: 5px;
  position: absolute;
  font-size: 19pt;
  margin-top: -11px;
}
ul.flex-column.pl-2.nav {
  background: #e4e4e473;
  padding: 10px;
}
ul.flex-column.pl-2.nav li {
  margin-bottom: 10px;
}

header .dropdown-menu {
  left: unset !important;
  float: unset;
}
@media all and (min-width: 992px) {
  header .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: scale(1 , 0);
transform-origin: 0 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
    margin-top: 0;
  }
  header .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  header .navbar .dropdown-menu.fade-up {
    /* top: 180%; */
    margin-top: -25px;
    border: unset !important;
    box-shadow: 0px 0px 10px 0px #9c9c9c4f;
    padding: 20px 0px;
}
  }
  header .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    /* top: 100%; */
    transform: rotateX(0deg);
    transform: scale(1);
  }

@media all and (min-width: 768px) {
  header a.nav-link.dropdown-toggle {
    padding-left: 6px !important;
    margin-left: 14px;
  }
}
header .dropdown-toggle::after {
  content: "" !important;
  margin-top: 7px !important;
  width: 10px;
  border-width: 6px;
}
header a.dropdown-item {
    font-size: 14px;
    transition: background-color 1000ms;
}
header a.dropdown-item:hover {
    background-color: #990000;
    color: #fff;
}
.ttl {
    font-weight: 500 !important;
    font-family: 'Montserrat' !important;
    text-transform: uppercase !important;
    font-size: 2em !important;
    letter-spacing: 1px !important;
    margin-bottom: 2rem !important;
}
.btm-ftr a{
  text-decoration: none;
}
@media screen and (max-width:1400px) and (min-width:1199px){
  #carousel{
    max-height: 544px;
  }
}
.ftr-copy {
  background: #8a0d0d;
  text-align: center;
  font-family: 'Lora';
  color: #fff !important;
  padding: 10px;
}
.ftr-copy p,
.ftr-copy a{
  color: #d4d4d4 !important;
  margin-bottom: 0px;
  text-decoration: none;
}
.greyftricon{
  max-width: 150px;
    margin-bottom: 20px;
}
/* menu-new */
@media screen and (min-width:768px){
  header {
    /* position: absolute !important; */
    z-index: 111 !important;
    width: 100% !important;
  }
  .header-sticky.fadeInDown.animated.fadeOutUp{
  position: absolute !important;
    z-index: 111 !important;
    width: 100% !important;
    opacity: 1 !important;
    margin: 100px 0px;
    background: unset;
    box-shadow: unset;
}
  header a.nav-link{
    border-top: 1px solid #fff0 !important;
    border-bottom: 1px solid #fff0 !important;
  }
  /* header a.nav-link,
  header.header-sticky.fadeInDown.animated.fadeOutUp  a.nav-link{
    color: #fff !important;
  } */
  header.header-sticky.fadeInDown.animated a.nav-link{
    color: #000 !important;
  }
  header a.nav-link.active,
  header.header-sticky.fadeInDown.animated  a.nav-link.active{
    font-weight: 800;
    color: #990000 !important;
  }
  
header.header-sticky.fadeInDown {
  position: fixed !important;
  z-index: 999 !important;
  width: 100% !important;
  background: #fff;
  box-shadow: 0px 0px 10px 0px grey;
}
header.header-sticky.fadeInDown a.nav-link {
  color: #000;
}
}
@media screen and (min-width:768px){
  /* .paddingfornav{
    padding-top: 120px !important;
  } */
  .qt {
    max-width: 70%;
  }
}
.black header a.nav-link, .black header.header-sticky.fadeInDown.animated.fadeOutUp a.nav-link {
  color: #000 !important;
}
.black header a.nav-link.active, .black header.header-sticky.fadeInDown.animated a.nav-link.active {
  font-weight: 800;
  color: #990000 !important;
}
.wm-1140{
  max-width: 1140px;
  margin: 0px auto;
}
/* @media screen and (min-width:576px){
  img.img-fluid.greyftricon {
    position: absolute;
    max-width: 119%;
    right: 0px;
}
} */
section.dark{
  background-color: #333333;
}
section.dark h2
{
  color: #fff;
}
section.dark p
{
  color: #e2e2e2;
}
.links a:hover{
  text-decoration: unset;
  color:#fff;
}
/* easyzoom */

.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border .15s linear;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
}
.footer span{	
  color:#d4d4d4 !important;	
}
.header-bottom-line{
  border-top:3px solid #c5c5c5;
}
@media screen and (min-width:768px){
  .d-contents.d-md-none{
    display: none !important;
  }
}
.ftrabt {
  overflow: hidden;
  height: 238px;
}
.artlistingnav a.nav-link.collapsed.active + .collapse{
  display:block !important;
}
.prevcat {
  border: unset;
  background: #b3afaf;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.paintings-categories a.active {
    color: #980000;
}