@font-face {
  font-family: 'DUBAI-BOLD';
  src: url('https://asmalaw.com/DUBAI-BOLD.TTF') format('TTF');
}

@font-face {
  font-family: 'DUBAI-REGULAR';
  src: url('https://asmalaw.com/DUBAI-REGULAR.TTF') format('TTF');
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'DUBAI-BOLD', sans-serif;
	font-weight: 800;
}
  
p, a, li, ul, pre {
  font-family: 'DUBAI-REGULAR', sans-serif;}
  

figure.snip0019 h3 {
	color: #FAF9F6;
	position: absolute;
	top: 20%;
	text-align: right;
	font-size: 24px;
	right: 0;
	border-bottom: 1px solid;
	padding-right: 40px;
	max-width: 330px;
	
}

figure.snip0019:hover figcaption h3 {
  opacity: 0;
  display:none;
}

figure.snip0019 {
  color: #FAF9F6;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  height:300px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip0019 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.snip0019 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.snip0019 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background: linear-gradient(200deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.30) 64%);

}
figure.snip0019 figcaption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}

figure.snip0019 figcaption::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  width: 1px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.snip0019 h2,
figure.snip0019 p {
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
}

figure.snip0019 h2 {
  text-align: right;
  display: inline-block;
  word-spacing: -0.1em;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color:#C49E23 !important;
}

figure.snip0019 p {
  display: block;
  bottom: 0;
  text-align: left;
  top: 0%;
  color:#000;
  background: #F2EEE3;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip0019 a {
	color: #000;
	font-size: 15px;
	display: block;
	text-align: right;
	font-weight: bold;
	-webkit-transition: all 0.35s;
  transition: all 0.35s;
}

figure.snip0019 a:hover {
	color: #C49E23;
}

figure.snip0019:hover img {
  opacity: 0.7;
}
figure.snip0019:hover figcaption h2,
figure.snip0019:hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0019:hover figcaption h2 {
  opacity: 1;
}

figure.snip0019:hover figcaption p {
  opacity: 1;
}
figure.snip0019:hover figcaption::before {
  background: #FAF9F6;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


@media only screen and (max-width: 1000px) {
 .et_pb_row {
	width: 92%;
} 

p, a, li, ul, pre {
  font-size:14px}
  
figure.snip0019 {
  height:100% !important;
}

figure.snip0019 p {
  font-size:11px !important;
  line-height:13px;
}

figure.snip0019 a {
  font-size:13px !important;
  padding-top:10px;
}

figure.snip0019 h2 {font-size:20px;}

.menu-img {display:none;}

}