/*
Theme Name: Khazanah Gallery Template
Theme URI: http://16two.agency/
Author: the 16TWO team
Description: Khazanah Gallery  Main Theme

*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@300;400;500&display=swap');



body{
font-family: 'Roboto', sans-serif;	
color:#807F83;
line-height:1.5;
}
a, a:hover, a:focus{
text-decoration:none;
color:#339900;	
}

ul{
list-style-type: none;
}
.heading{
font-family: 'Playfair Display', serif;	
font-size:46px;
margin-top:10vh;
color:#000;
margin-bottom: 0px;
}
.navbar{
padding-top:0rem;
padding-bottom:0rem;
z-index:1030;
}

.mt-82{
margin-top:78px;	
}

.mt-66{
margin-top:66px;	
}

.mt-131 {
    margin-top: 131px;
}

.top-logo{
font-family: 'Playfair Display', serif;
font-weight: 400;
font-size: 30px;
line-height: 1;
color: #000;
width:100%;
max-width:160px;

}
.navbar-brand {
 padding-top: 0rem;  
 padding-bottom: 0rem; 
}

.bg-grey{
background:#F3F3F3;	
opacity:0.9;
}


.navbar-nav .nav-item{
font-family: 'Roboto', sans-serif;	
font-size:14px;
	
}

.navbar-nav .nav-item a, .navbar-nav .nav-item span{
color:#000;
font-weight:500;
	
}


 .navbar-nav .active.nav-item span{
color:#339900;
font-weight:500;
	
}


 .navbar-nav .active.nav-item.current-menu-parent .menu-item span{
color:#000 !important;
font-weight:500;
	
}

 .navbar-nav .active.nav-item.current-menu-parent .menu-item.current_page_item.active span{
color:#339900 !important;
font-weight:500;
	
}


 .navbar-nav .current-page-ancestor.nav-item span{
color:#339900;
font-weight:500;
	
}





.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-nav .nav-item a, .navbar-nav .nav-item span:hover {
 color:#339900;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}
.navbar-toggler {
	height: 45px;
	position: absolute;
	right: 10px;
	top:15px;
	border:none;
	z-index: 102;
}
.navbar-toggler span {
	display: block;
	background-color: #828282;
	height: 2px;
	width: 25px;
	margin-top: 6px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	opacity: 1;
 }
 .navbar-toggler span:nth-child(1),
 .navbar-toggler span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
 }
 .navbar-toggler:not(.collapsed) span:nth-child(1) {
	 position: absolute;
	 top: 20px;
	 -webkit-transform: rotate(135deg);
	 -moz-transform: rotate(135deg);
	 -o-transform: rotate(135deg);
	 transform: rotate(135deg);
	 opacity: 0.9;
	 background-color: #828282;
 }
 .navbar-toggler:not(.collapsed) span:nth-child(2) {
	 visibility: hidden;
	 background-color: transparent;
 }
 .navbar-toggler:not(.collapsed) span:nth-child(3) {
	 position: absolute;
	 top: 20px;
	 -webkit-transform: rotate(-135deg);
	 -moz-transform: rotate(-135deg);
	 -o-transform: rotate(-135deg);
	 transform: rotate(-135deg);
	 opacity: 0.9;
	 background-color: #828282;
 }
 
 .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
     box-shadow: none;
}
 
.language{
font-family: 'Roboto', sans-serif;	
font-size:14px;	
/* color:#000; */
font-weight:500;
}

.language a{
font-family: 'Roboto', sans-serif;	
font-size:14px;	
color:#000;
font-weight:500;
}

.second-nav .navbar-nav {
    flex-direction: row;
}

.second-nav{
background:#E5E5E5;	
z-index: 1029 !important;
}


.main-slider .slick-track
{
    display: flex !important;
}

.main-slider .slick-slide
{
    height: inherit !important;
}

.main-slider.slick-initialized .row.slick-slide{
display:flex !important;	
}

.fade-gallery .slick-dots{
text-align:center;	
margin-left: -40px;
}
.main-slider .slick-dots li, .fade-gallery .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.main-slider .slick-dots li button, .fade-gallery .slick-dots li button {
      font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.main-slider .slick-dots li button:before, .fade-gallery .slick-dots li button:before {
	
	content: '•';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .5;
    color: #999999;
	
	
 
}

.main-slider .slick-dots li.slick-active button:before, .fade-gallery .slick-dots li.slick-active button:before {
  content: '•';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .9;
    color: #319646;
}

.image-slide img{
max-height:464px;	
}
.main-slider .slick-dots{
padding-left:200px;	
margin-top: -65px;
}

.small-title{
position: absolute;
bottom: 20px;
width:200px;
border-bottom:2px solid #000;
font-weight:bold;
font-size:16px;
color:#000;
}

.main-slider{
margin-bottom:10vh;	
}

.heading.heading-custom-slide{
font-size:35px;	
}
.sub-heading{
font-size:12px;	
}

.sub-heading.custom-slide-date{
font-size:18px;
color:#339900;	
}

.sub-heading.custom-text{
font-size:14px;
}

@keyframes bounce { 
  0% { transform: translateY(0); }
  100% { transform: translateY(-50px); }
}
 
.bounce {
  animation: bounce 0.6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}



.small-gallery{
font-size:12px;	
color:#000;
padding-top:20px;

}

.small-gallery:after{
content:" ";
height: 2px;
width: 117px;
background: #000;
display: block;
position: relative;
top: -10px;
right: -105px;


}

.thumb-front{
/* padding-right:5px; */
-webkit-box-shadow: 3px 5px 21px -1px rgba(0,0,0,0.46); 
box-shadow: 3px 5px 21px -1px rgba(0,0,0,0.46);	
}

.thumb-caption{
font-size:12px;
margin-top:10px;	
}

a .thumb-caption{
text-decoration:none;
color:#000;	
}

@media (min-width: 992px){
.row-highlight {
	margin-left:calc((100% - 960px) / 2);
	display:flex;
	flex-wrap:wrap;
}

.col-highlight-left{
width:100%;
max-width:480px;	
}	

.col-highlight-right{
width:calc(100% - 480px);	
}

	
}

@media (min-width: 1200px){
.row-highlight {
	margin-left:calc((100% - 1140px) / 2);
	display:flex;
	flex-wrap:wrap;
}

.col-highlight-left{
width:100%;
max-width:570px;
}	

.col-highlight-right{
width:calc(100% - 570px);	
}

	
}

@media (min-width: 1400px){
.row-highlight {
	margin-left:calc((100% - 1320px) / 2);
	display:flex;
	flex-wrap:wrap;
}

.col-highlight-left{
width:100%;
max-width:660px;
}

.col-highlight-right{
width:calc(100% - 660px);	
}

}

.progress-circle circle { 
  fill: #fff;
  stroke: #339900;
  stroke-width: 4;
}

.slide-highlight .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-highlight .slick-dots li button {
      font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slide-highlight .slick-dots li button:before {
	
	content: '•';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .5;
    color: #999999;
	
	
 
}

.slide-highlight .slick-dots li.slick-active button:before {
  content: '•';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .9;
    color: #319646;
}

 .slide-highlight .slick-dots{  
margin-left: 25px;
margin-top: 25px;
position: absolute;
 } 


.slide-highlight .slick-prev{
display:none !important;	
}

.slide-highlight .slick-slide{
font-size:12px;
color:#000;
}

.slide-highlight img{
padding-bottom:10px;
max-height:255px;
margin: 0 auto;
}

.pagingInfo{
position:absolute;
margin-top:33px;
margin-left:16px;	
}

.highlight-arrow{
position: absolute;
top: 35%;
left: -40px;
cursor:pointer;
border: 1px solid #339900;
background: transparent;
color: #339900;
padding: 4px 8px;
border-radius: 5px;
font-weight: bold;
    font-size: 12px;
}

.highlight-arrow-right{
position: absolute;
top: 35%;
right: -40px;
cursor:pointer;
border: 1px solid #339900;
background: transparent;
color: #339900;
padding: 4px 8px;
border-radius: 5px;
font-weight: bold;
    font-size: 12px;
}


.highlight-arrow-left{
position: absolute;
top: 35%;
left: -40px;
cursor:pointer;
border: 1px solid #339900;
background: transparent;
color: #339900;
padding: 4px 8px;
border-radius: 5px;
font-weight: bold;
    font-size: 12px;
}

.highlight-arrow:hover, .highlight-arrow-right:hover , .highlight-arrow-left:hover{
border:1px solid #339900;
background:#339900;
color:#fff;
}

.footer{
background: #F3F3F3;
color:#666667;	
}
.footer a{
color:#666667;	
}
.footer a:hover{
color:#339900;	
}


.footer p{
font-size:15px;
}

.foot-email{
color:#349946;	
}

.foot-email img{
max-width:15px;
}

.foot-phone img{
max-width: 15px;
filter: brightness(0);
} 

.foot-email a{
color:#349946;	
text-decoration:none;
}

.footer p.footer-title{
font-family: 'Playfair Display', serif;	
font-weight: 400;
font-size: 30px;
line-height:1;
color:#000;
}

.footer-small{
font-size:10px;	
}
.footer-small a{
text-decoration:none;
color:#666667;	
}

.footer-khazanah{
min-width:85px;	
}

.footer-advancing{
min-width:150px;	
}


/*Drop down menu*/
#main_navbar .dropdown-menu {
    margin-top: 0px;
    border: 0;
    border-radius: 0;
    background: #F3F3F3;
    opacity: 0.9;
}
#main_navbar .dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
#main_navbar .dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}

#main_navbar .dropdown-menu .menu-item-has-children a::after{
     display: inline-block;
    margin-left: 5px;
    vertical-align: 0px;
    content: "";
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #339900;
}
#main_navbar .dropdown-menu .menu-item-has-children .dropdown-menu a::after{
    display: none
}
#main_navbar .dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}
@media (min-width: 768px) {
 #main_navbar  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }

#main_navbar   .dropdown-menu > li a:hover,
 #main_navbar  .dropdown-menu > li.show {
    background: transparent;
    color: white;
  }
 #main_navbar  .dropdown-menu > li.show > a {
    color: white;
  }
}

/*End of dropdown menu*/
/** Page catalogue**/

.catalogue-thumb{
object-fit: cover;
max-height: 200px;
object-position: top center;	
height:200px;
	
}


.catalogue{
/* border: 1px solid #339900; */
}


.catalogue:hover img{
    /* filter: brightness(0.7); */
	cursor:pointer;
}


.catalogue-title{
/*position: absolute;
margin-top: 165px;
margin-left: 10px;
color: #000;
font-style:italic;
font-size:14px;
text-align: left;
line-height: 1.2;
*/
font-size:14px;
text-align: left;
line-height: 1.2;
font-style:italic;
    width: 88%;
}

.catalogue-artist{
/*position: absolute;
margin-top:140px;
margin-left: 10px;
color: #000;
*/


}

.div-art-info{
background:#339900;
color:#fff !important;	
text-align:left;
padding:5px;
/* position: absolute; */
/* width: 100%; */
/* bottom: 0; */
min-height:85px;
}


.catalogue:hover .cata-icon {
    -webkit-animation-name: bounce-icon;
  -moz-animation-name: bounce-icon;
  -o-animation-name: bounce-icon;
  animation-name: bounce-icon;
   animation-duration: 1s;
   animation-timing-function: ease-in-out;
   animation-delay: 0s;
   animation-direction: alternate;
   animation-play-state:running;
       animation-iteration-count: infinite;
}

@keyframes bounce-icon {
  0%, 20%, 50%, 80%, 100% {transform: translateX(0);opacity: 1;}
  40% {transform: translateX(-10px);}
  60% {transform: translateX(-5px);}
}




.cata-icon{
position: absolute;
right: 10px;
/* top: 78%; */
bottom: 11px;
font-size: 25px;
}
/*
.catalogue:hover .catalogue-artist{
position: absolute;
margin-top: 115px;
margin-left: 10px;
color: #000;


transition: 0.3s ease-in-out;

}

.catalogue:hover .catalogue-title{
position: absolute;
margin-top: 140px;
margin-left: 10px;
color: #000;


transition: 0.3s ease-in-out;

}

.catalogue:hover .catalogue-title:after{
position: absolute;
margin-top: 0px;
color: #000;
font-weight: bold;
transition: 0.3s ease-in-out;
content: '\F138';
font-family: "bootstrap-icons";
font-size: 25px;
display: block;
}*/

.cpt-alm-wrapper .catalogue img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    background: #fff;
    opacity: 0.9;

}

.catalogue-loop .cpt-alm-wrapper .cpt-alm-item {
    margin: 0px;
    padding-bottom: 0px;
    -webkit-border-radius: 0px;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow:  none;
    position: relative;
    background-color: transparent;
	border: 1px solid #339900;
	margin:5px;
}


.catalogue-loop .cpt-alm-wrapper .cpt-alm-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
	/* font-size: 25px; */
display: block;
}

.alm-load-more-btn {
    border: none;
    background: transparent;
}

.alm-load-more-btn:after {
    position: absolute;
   content: url(/wp-content/themes/khazanah-gallery-template/img/chevron-double-down.svg);
    margin-top: 30px;
    width: 30px;
    margin-left: auto;
    left: 49.5%;
}

#ajax-load-more ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}


.featured-artist-image img{
   max-height: 15.8vh;
   height: 15.8vh;
   /* object-fit: cover;*/
    object-fit: contain;
    object-position: center center;
    }   
}
.alm-reveal img{
   max-height: 15.8vh;
   height: 15.8vh;
   /* object-fit: cover;*/
    object-fit: contain;
    object-position: center center;
    }
.ui-group {
display: inline-block;
margin-right: 15px;
min-width: auto;
width: auto;
border-bottom: 1px solid #000;
}

.ui-group h3 {
    display: inline-block;
    margin-right: 0.2em;
    font-size: 16px;
}

.btn-group-investment {
    width: auto;
}
.ui-group .dropdown-toggle::after {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: -1em 0 0 0.4em;
    vertical-align: middle;
    content: "";
    border: 0.1em solid;
    border-width: 0 0.15em 0.15em 0;
    transform: rotateZ(45deg);
    transition: transform 500ms ease;
    float: right;
    margin-top: 0px;
}

.ui-group .dropdown-toggle.show::after {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: -1em 0 0 0.4em;
    vertical-align: middle;
    content: "";
    border: 0.1em solid;
    border-width: 0 0.15em 0.15em 0;
    transform: rotateZ(225deg);
    transition: transform 500ms ease;
    float: right;
    /* margin-top: 9px; */
    margin-top: 0px;
}

/** End catalogue**/

.cookie-banner {
	position: fixed;
	bottom: 40px;
	left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}


.sitemap a{
color:#666666;
}

.sitemap a:hover{
color:#339900;
}


.sitemap-header, .sitemap-header a{
color:#000;	
}

.about-side-title1{
font-size: 32px;
margin-top:-35px;
color:#000;
font-weight: 400;
}


.about-side-title2{
font-size: 32px;
/* margin-top:-35px; */
color:#000;
    padding-top: 70px;
	font-weight: 400;
}

.about-side-title2:after{
	position: absolute;
	content: url(img/about-icon-2.png);
    margin-top: -120px;
    margin-left: 15px;
}



.moretext , .moretext2 , .moretext3 , .moretext4 , .moretext5, .moretext6 {
  display: none;
}

.moreless-button, .moreless-button2{
color:#62A7AB;
 font-style: italic;	

}

.hr-grey{
border-top: 1px solid #616161;
}

/* blockquote p{ */
/* margin-left:32px;	 */
/* } */

blockquote p{
    padding-top: 30px;
    padding-left: 85px;
	padding-right:85px;
}
blockquote:before {
    content: url(img/quote-left.svg);
    color: #339900 !important;
    font-size: 30px;
   
    font-weight: 900;
    position: absolute;
    margin-left: 0px;
    margin-top: -16px;
}


blockquote:after {
	content: url(img/quote-right.svg);
	color: #339900 !important;
	font-size: 30px;
	font-weight: 900;
	margin-top: -55px;
	position: relative;
	margin-left: 5px;
	float: right;
	right: 0;
}

.ack-location{
padding-left:30px;
margin-top:10px;	
}
.ack-location:before{
content: url(img/loc-icon.png);	
position: absolute;
margin-left: -25px;
}

.ack-email{
padding-left:30px;
margin-top:20px;	
}

.ack-email a{
text-decoration:none;
color:#666666;	
}

.ack-email:before{
content: url(img/mail-icon.png);	
position: absolute;
margin-left: -25px;
}

.ack-email a:hover{
text-decoration:none;
color:#339900;	
}


.ack-web{
padding-left:30px;
margin-top:20px;	
}

.ack-web a{
text-decoration:none;
color:#666666;	
}

.ack-web a:hover{
text-decoration:none;
color:#339900;	
}

.ack-web:before{
content: url(img/web.svg);	
position: absolute;
margin-left: -25px;
margin-top: 2px;
}



.ack-insta{
padding-left:30px;
margin-top:20px;	
}

.ack-insta a{
text-decoration:none;
color:#666666;	
}

.ack-insta a:hover{
text-decoration:none;
color:#339900;	
}


.ack-insta:before{
content: url(img/insta.svg);	
position: absolute;
margin-left: -25px;
    margin-top: 2px;
}

.ack-name{
font-weight:bold;
font-size:32px;
color:#339900;
}

.ack-credentials{
font-size:13px;	
}



.ack-name-front {
    font-weight: bold;
    font-size: 20px;
    color: #339900;
	line-height:1.2;
}

.explore-ack:before{
margin-left: calc(50% - 57px);
}
.exhibition-side-title {
    font-size: 32px;

    color: #000;
	font-weight: 400;
}

.exhibition-date{
font-size: 12px;
color: #339900;
}

.exhibition-title{
font-size: 35px; 
color: #000000;
font-weight:bold;
}

.exhibition-headline{
font-size:20px;
font-weight:500	;
color:#000;
}

.exhibition-headline:after{
display: block;
clear: both;
content: "";
position: relative;
left: 0;
bottom: 0;
max-width: 40%;
/* height: 3.5px; */
width:  40%;
border-bottom: 2px solid #000;
/* padding: 4px 0px; */
/* border-radius: 0px; */
margin-top: 15px;
margin-bottom: 1rem; 
}



.explore{
font-size:12px;
color:#000;
font-weight:300;
text-transform:uppercase;

}

.explore i{
border: 1px solid #339900;
background: transparent;
color: #339900;
padding: 6px 8px;
border-radius: 5px;
font-weight: bold;

}


.explore i:hover, .explore:hover i{
border:1px solid #339900;
background:#339900;
color:#fff;

}

.explore:hover a{
text-decoration:none;
color:#339900;

}

.explore a{
text-decoration:none;
color:#000;

}

.explore a:hover{
text-decoration:none;
color:#339900;

}

.explore:before{
display: block;
clear: both;
content: "";
/* position: relative; */
left: 0;
bottom: 0;
max-width: 40%;
/* height: 3.5px; */
width:  30px;
border-bottom: 4px solid #339900;
/* padding: 4px 0px; */
/* border-radius: 0px; */
margin-top: 15px;
margin-bottom: 10px; 	
left: 11px;
}

/* .exhibition-right{ */
/* border-left:1px solid #349946;	 */
/* } */

.exhibition-right:before {
content: "";
position: absolute;
/* left: 0; */
/* top: 0; */
max-height: 227px;
height: 232px;
/* width: 50%; */
margin-top: 40px;
border-left: 1px solid #349946;
}


.featured-small{
font-size:32px;
color:#000000;
border-bottom:solid 1px #000;	
} 

.featured-right{
background:#000;
color:#fff;	
font-size:16px;
}

.featured-right a{
text-decoration:none;
color:#fff;	

}

.featured-tab.nav-link{
background-color:transparent;
color:#000;
font-size:16px;
font-weight:bold;
min-width:45px;
border-radius:0px;
padding: 0.5rem 1rem 0.5rem 0rem;
	
}

.nav-pills .featured-tab.nav-link.active{
background-color:transparent;
color:#339900;
border-bottom:1px solid #339900;	
border-radius:0px;
}

.room-title{
font-weight:bold;
color:#000;
	
}

.room-name{
line-height:1;
margin-bottom:1.2rem;	
color:#000;
}

.room-name a{
text-decoration:none;
color:#000;
}

.room-name a:hover{
text-decoration:none;
color:#339900;
}

.second-nav .navbar-nav .nav-item a{
color:#000;
}

.second-nav .active{
background:#c4c4c4;	
}
.artist-dob{
color:#000;

font-weight: 400;
font-size: 10px;
}

.artist-desc{
font-size:18px;
color:#666666;
line-height:1.5;	
}

.artist-square{
object-fit: contain;
width: 120px;
height: 120px;
border: 1px solid #e6e6e6;	
}

.artwork-caption{
color:#807F83;
font-size:10px;
text-align:center;
margin-top:20px;
}
.back-link a{
text-decoration:none;
color:#000;	
font-weight:bold;
font-size:12px;
}
/*
.back-link:before{
display: block;
clear: both;
content: "";
position: relative;
left: 0;
bottom: 0;
max-width: 40%;

width:  50px;
border-bottom: 4px solid #339900;

margin-top: 15px;
margin-bottom: 10px; 	
}
*/
.back-link:hover, .back-link a:hover, .back-link:hover a{
color:#339900;	
}

.back-link i{
border: 1px solid #339900;
background: transparent;
color: #339900;
padding: 6px 8px;
border-radius: 5px; 
font-weight: bold;

}

.back-link i:hover, .back-link:hover i{
border:1px solid #339900;
background:#339900;
color:#fff;

}

.nav-thumb{
    max-width: 58px;
    max-height: 58px;
    height: 58px;
    object-fit: cover;
}

.active .nav-thumb{
border: 4px solid #349946;	
}

.collaborator-pic{
max-width:254px;	
}

.contact-box{
background:#F3F3F3;	
    /* margin-top: -70vh; */
	/* margin-bottom:10vh; */
	    margin-top: -85vh;
    margin-bottom: 25vh;

    position: relative; 
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.contact-header{
font-family: 'Playfair Display', serif;
font-size:32px;	
color:#000;
font-weight: 400;
}

.ctc-text{
border:1px solid #339900;
background:transparent;
border-radius:0px;
color:#339900;	
font-size:12px;
}
.ctc-text:focus{
 box-shadow: 0 0 2px 2px #339900;	
}
.ctc-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color:#339900 !important;
opacity: 1; /* Firefox */
}

.ctc-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
ccolor:#339900 !important;
}

.ctc-text::-ms-input-placeholder { /* Microsoft Edge */
color:#339900 !important;
}

.wpcf7-acceptance span{
font-size:	8px;
color:#000;
margin-top: 10px;
display: block;
margin-left: -11px;
padding-top: 0px;
}

.f8px{
color:#000;
font-size:8px;
	
}

.f12px{
color:#000;
font-size:12px;
line-height:1.5;
	
}

.submit-btn:before {
  content: ' ';
  position: absolute;
  border-top: 4px solid #339900;
  top: 0;
  bottom: 0;
  width: 40px;
    border-right: 0;
  left: 0;
} 
  
.submit-btn{
/* border-top:4px solid #339900; */
    background: transparent;
     position: relative;
  border: none;
	text-align:left;
	padding:10px 0px;
	font-size:12px;
}


.submit-btn i {
    border: 1px solid #339900;
    background: transparent;
    color: #339900;
    padding: 6px 8px;
    border-radius: 5px;
    font-weight: bold;
}

.submit-btn:hover {
   color: #339900;
}

.submit-btn i:hover, .submit-btn:hover i{
border:1px solid #339900;
background:#339900;
color:#fff;

}



.acceptance-text{
margin-left: -13px;
margin-top: 10px;
}
span.wpcf7-list-item { 
display: block; 
}

.right-form label{
font-size:12px;
color:#000;	
}

.text-form-right{
background:transparent;
border:1px solid #C7C7C7;
border-radius:0px;
color:#000;
font-size:12px;
	
}

.text-form-right:focus{
 box-shadow: 0 0 2px 2px #339900;	
}
.form-with-custom-checkboxes-radios .wpcf7-list-item,
.form-with-custom-checkboxes-radios label {
  display: flex;
}
 
.form-with-custom-checkboxes-radios .wpcf7-list-item {
  margin: 0;
}
 
.form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}
 
.form-with-custom-checkboxes-radios label {
  cursor: pointer;
}
 
.form-with-custom-checkboxes-radios [type="radio"],
.form-with-custom-checkboxes-radios [type="checkbox"] {
  position: absolute;
  left: -9999px;
}
 
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
	position: relative;
	padding-left:33px;
	line-height: 14px;
}
 
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
 
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
 
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before {
  top: 0;
  left: 14px;
  width: 14px;
  height: 14px;
  border: 1px solid black; 
}
 
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
  top: 3px;
  left: 17px;
  width: 8px;
  height: 8px;
  background: black;
  transition: all 0.2s;
}
 
.form-with-custom-checkboxes-radios [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
 
.form-with-custom-checkboxes-radios [type="radio"]:checked + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
 
.form-with-custom-checkboxes-radios [type="radio"]:focus + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"]:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 2px 2px #339900;
}

.thanks-para-small{
font-size:8px;	
}

.opacity95{
opacity:0.95;	
}

.green{
color:#339900;
}
.policy-title-left{
font-size: 32px;
color:#000;
	
}

.policy-title{
font-weight: 500;
font-size: 20px;
color:#000;
}

.bullet li{
list-style-type:disc;
}

.pp-contact{
color:#339900;	
}

.pp-contact a{
color:#339900;
text-decoration:none;	
}

#pdpaModal .modal-body{
background:url(img/popup-bg.jpg) no-repeat;
background-size:cover;
padding: 0px 80px;
}

#pdpaModal .inside-modal{
background:#fff;
padding:20px 20px;

}
#pdpaModal label{
font-size: 12px;
line-height: 13px;
color: #000000;
}

#pdpaModal .modal-content{
	top: calc(50vh - 220px);
}

#pdpaModal a{
text-decoration:underline;
color:#339900;	
}

#pdpaModal a:hover{
text-decoration:underline;
color:#000;	
}

/*Laptop and small screen*/
@media (max-width:1600px) and (min-width:1200px)
{ 

.footer-khazanah{
min-width:80px;	
}

.footer-advancing{
min-width:145px;	
}

}

/*Laptop 13 inch*/
@media (max-width:1300px) and (min-width:1200px)
{ 
.footer-khazanah{
min-width:80px;	
}

.footer-advancing{
min-width:150px;	
}

}

/*Page news*/

.news-content{
margin-top:-23vw;	
}

.news-title{
font-family: 'Roboto', sans-serif;	
font-style: normal;
font-weight: 500;
font-size: 32px;
color:#000;
}

.news-date{
font-family: 'Roboto', sans-serif;	
font-style: normal;
font-weight: 500;
font-size: 12px;
color:#000;	
}


.news-title-main{
font-family: 'Roboto', sans-serif;	
font-style: normal;
font-weight: 500;
font-size: 25px;
color:#666;
}

.news-date-main{
font-family: 'Roboto', sans-serif;	
font-style: normal;
font-weight: 500;
font-size: 14px;
color:#666;	
}


.news-box a:hover .news-title-main{
font-family: 'Roboto', sans-serif;	
font-style: normal;
font-weight: 500;
font-size: 25px;
color:#339900;
}

.news-box a:hover .news-date-main{
font-family: 'Roboto', sans-serif;	
font-style: normal;
font-weight: 500;
font-size: 14px;
color:#000;	
}

.news-box a:hover .explore i {
    border: 1px solid #339900;
    background: #339900;
    color: #fff;
}


.news-nav a{
font-family: 'Roboto', sans-serif;	
font-style: normal;
font-weight: 500;
font-size: 12px;
color:#000;		
}

.news-nav a:hover{

color:#339900;		
}

.table-green th{
color:#fff;
background:#339900;	
}

.table-green td{
font-size:14px;
color:#807F83;
}

.slide-news .slick-dots li , .slide-news2 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-news .slick-dots li button, .slide-news2 .slick-dots li button {
      font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slide-news .slick-dots li button:before, .slide-news2 .slick-dots li button:before {
	
	content: '•';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .5;
    color: #999999;
	
	
 
}

.slide-news .slick-dots li.slick-active button:before, .slide-news2 .slick-dots li.slick-active button:before {
  content: '•';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .9;
    color: #319646;
}

 .slide-news .slick-dots,  .slide-news2 .slick-dots{
padding-left:0px;
position: relative;
text-align:center;
 } 


.slide-news .slick-prev, .slide-news .slick-next, .slide-news2 .slick-prev, .slide-news2 .slick-next{
display:none !important;	
}


/*End page news*/

/*Page Happenings*/
.card.happenings-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #339900;
    border-radius: 1rem;
}

.card.happenings-box  .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
	object-fit: cover;
    height: 160px;
}

.happenings-excerpt{
	color: #807F83;
}

.happenings-link{
    background: #339900;
    color: #fff;
    padding: 10px;
    font-size: 18px;
   
	border:1px solid #339900;
}


.happenings-link:hover{
    background: #fff;
    color: #339900;
  	
	border:1px solid #339900;
}

.happenings-date-main{

font-family: 'Roboto', sans-serif;	
font-style: normal;
font-weight: 500;
font-size: 12px;
color:#000;	
	
}
.happenings-title-main{

font-family: 'Roboto', sans-serif;	

font-weight: 500;
font-size: 32px;
color:#000;	
	
}


.happenings-box  a:hover .explore i {
    border: 1px solid #339900;
    background: #339900;
    color: #fff;
}

.happenings-box .card-footer{
background:transparent;	
border-top:none;
}

.slide-happenings .slick-dots, .slide-happenings2 .slick-dots, .slide-happenings2 .slick-next, .slide-happenings2 .slick-prev, .slide-happenings .slick-next, .slide-happenings .slick-prev{
display:none !important;	
}


/*End of happenings*/


/*Ipad PRO*/
@media (max-width: 1199.98px) {
	

}

	
/*tablet*/
@media (max-width: 992px) {

.heading {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-top: 2vh;
    color: #000;
    margin-bottom: 0px;
}

.sub-heading {
    font-size: 12px;
    padding-bottom: 14vh;
}

.small-title {
    position: absolute;
    bottom: 20px;
    width: 155px;
    border-bottom: 2px solid #000;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.main-slider .slick-dots {
    padding-left: 155px;
    margin-top: -65px;
}

.exhibition-title {
    font-size: 23px;
    color: #000000;
    font-weight: bold;
}

.contact-box {
    background: #F3F3F3;
    /* margin-top: -70vh; */
    /* margin-bottom: 10vh; */
    margin-top: -30vh;
    margin-bottom: 15vh;
    position: relative;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

}

/*mobile*/
@media (max-width: 767.98px) {
	.artist-square {
    object-fit: cover;
    width: 61px;
    height: 61px;
}
.bg-grey {
background: #F3F3F3;
opacity: 1;
}
.language {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000;
font-weight: 500;
position: fixed;
right: 65px;
top: 30px;
}

.navbar-collapse {
position: absolute;
top: 0px;
left: 0px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
width: 100vw;
transition: all 0.4s ease;
display: block;
z-index: 100;
min-height: 100vh;
background: #F3F3F3;
}

.navbar-nav .nav-item a, .navbar-nav .nav-item span {
    color: #000;
    font-weight: 500;
	font-size:18px;
}
	
	.dropdown-item:active {
		background:transparent;
	}

.navbar-nav{
padding-top:90px;	
}

.navbar-brand{
z-index:999;	
}

.mt-131 {
    margin-top: 78px;
}

.social-media-mobile img{
width:30px;
}

.social-media-mobile{
position: absolute;
/*top: 350px;*/
z-index: 9999;
    bottom: 10vw;
}

.footer{
background:#fff;	
}
.footer-small{
background:#F3F3F3;	
}



.small-title {
position: absolute;
bottom: 0px;
width: 110px;
border-bottom: 1px solid #000;
font-weight: bold;
font-size: 12px;
color: #000;
padding-top: 100px;
margin-top: 100px;
margin-left: calc(50vw - 140px);
}

.mobile-feature-art img{
height:115px;
object-fit:cover;
}

/* .main-slider .order-2{ */
  /* padding-top: 60px; */
/* } */

.main-slider .heading {

    margin-top: 2vh;
 
}

.small-gallery {
    font-size: 12px;
    color: #000;
    padding-top: 20px;
    margin-left: calc(50vw - 108px);
}

.sub-heading{
font-size:12px;
color:#000;
padding-bottom: 15vw;
text-align: center;
}

.image-slide{
min-height: 321px;	
}
.main-slider .slick-dots li, .fade-gallery .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.main-slider .slick-dots li button, .fade-gallery .slick-dots li button  {
      font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.main-slider .slick-dots li button:before, .fade-gallery .slick-dots li button:before {
	
	content: '•';
    font-size: 30px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .5;
    color: #999999;
	
	
 
}

.main-slider .slick-dots li.slick-active button:before, .fade-gallery .slick-dots li.slick-active button:before {
  content: '•';
    font-size: 30px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .9;
    color: #319646;
}

.main-slider .slick-dots{
padding-left: calc(50vw - 30px);
margin-top: -43px;
}

.main-slider.slick-initialized .row.slick-slide {
    /* display: block !important; */
}


.thumb-front{
max-width:90px;	
}

.heading {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    margin-top: 10vh;
    color: #000;
	text-align:center;
}

.slide-highlight .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-highlight .slick-dots li button {
      font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slide-highlight .slick-dots li button:before {
	
	content: '•';
    font-size: 30px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .5;
    color: #999999;
	
	
 
}

.slide-highlight .slick-dots li.slick-active button:before {
  content: '•';
    font-size: 30px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .9;
    color: #319646;
}

 .slide-highlight .slick-dots{  
margin-left: 25px;
margin-top: 25px;
position: absolute;
 } 
 
 

.about-side-title1{
font-size: 26px;
margin-top:-2px;
color:#000;
text-align:center;
}

.about-side-title2 {
font-size: 32px;
/* margin-top: -35px; */
color: #000;
padding-top: 0px;
text-align:center;
}

.about-side-title2:after {
display:none;
}

.f14px{
font-size:14px;	
}
blockquote{
padding-top:20px;	
}
blockquote p {
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
}

.exhibition-title:after {
display:none;
}

.exhibition-right:before {
display:none;
}

.exhibition-right img{
max-width:	40vw;
}
.exhibition-headline:after{
display:none;
}

.slide-mobile.slick-initialized .slick-slide{
display:flex !important;	
}
 
.slide-mobile .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-mobile .slick-dots li button {
      font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slide-mobile .slick-dots li button:before {
	
	content: '•';
    font-size: 30px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .5;
    color: #999999;
	
	
 
}

.slide-mobile .slick-dots li.slick-active button:before {
  content:'•';
    font-size: 30px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: .9;
    color: #319646;
}

.slide-mobile .slick-dots{  
position: relative;
width: 100%;
padding-left: 0px;
text-align: center;
 } 
 
 .feature-mobile-name{
min-height:56px;
font-size: 14px;
    line-height: 1.2;
 }

.nav-pills .featured-tab.nav-link.active {
    background-color: transparent;
    color: #339900;
    border-bottom: none;
    border-radius: 0px;
}
.nav-pills .featured-tab.nav-link img{
filter: brightness(0.5);

}

.nav-pills .featured-tab.nav-link.active img{
filter: unset;

}

#accordionExample .location-country{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.56;
    color: #000000;
}
#accordionExample .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
#accordionExample .accordion-item {
    background-color: transparent;
    border: none;
	border-bottom: 1px solid #000;
}
#accordionExample .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0rem;
    font-size: 18px;
    color: #000000;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
#accordionExample .accordion-body {
    padding: 1rem 0rem;
}
#accordionExample .accordion-button::after {
     background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
	  
}
#accordionExample .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  filter: invert(40%) sepia(94%) saturate(2444%) hue-rotate(69deg) brightness(97%) contrast(104%);
}
#accordionExample .accordion-button:not(.collapsed){
color:#339900;	
}

.artwork-caption {
    color: #807F83;
    font-size: 10px;
    text-align: center;
    margin-top: 0px;
}
.contact-box {
    background: #F3F3F3;
    margin-top: 0vh;
    margin-bottom: 3vh;
    position: relative;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.green {
    color: #339900;
}

.mt-small-82{
margin-top:80px;	
}

.mt-66{
margin-top:0px;	
}


#pdpaModal .modal-body{
background:url(img/popup-bg-mobile.jpg) no-repeat;
background-size:cover;
padding: 0px 60px;
}

#pdpaModal .inside-modal{
background:#fff;
padding:30px 30px;

}
#pdpaModal label{
font-size: 12px;
line-height: 13px;
color: #000000;
}

#pdpaModal .modal-content{
	top: calc(50vh - 220px);
}


/*Page news*/

.news-content{
margin-top:78px;	
}

/*End page news*/


}

.otgs-development-site-front-end{
display:none;	
}

.grecaptcha-badge { 
    bottom:80px !important; 
}

.black-border{
border:1px solid #000;    
}

@media screen and (min-width:992px) and (max-width:1200px) { 
.navbar-nav .nav-item {
    font-size: 12px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
}

.vid-para{
color:#000;
	
}

.vid-para:hover{
color:#339900;
	
}