body {
	font-size: 14px;
	color: #000;
}
.h4, .h5, .h6, h4, h5, h6 {
    font-weight: 500;
}
.rev_slider .caption, .rev_slider .tp-caption {
	text-shadow: 2px 2px 1px #000;
}
.exhibition-carousel::after {
	background-color:#D2151E;
}
.exhibition-carousel .owl-dot.active {
	background:#252525;
}
.project-bx .dlab-info {
	box-shadow:3px 3px 3px 0px #555;
}
.bg-grey{background-color:#252525}
.list-2 li:hover::before {
    color: var(--color-secondary);
}
.logo-footer img, .logo-header img {
	padding: 6px 0px;
}
.overlay-black-dark::after {
    opacity: .9;
}
.latest-project-info.style1 .list-check li::before {
    top: 12px;
}
.header-nav .nav > li .sub-menu {
	width:248px;
}
.header-nav .nav > li .sub-menu li a.current {
    background-color: #f2f2f2;
    text-decoration: none;
	color:#D2151E;
}
.theme-btn.bt-buy-now, .theme-btn.bt-support-now, .styleswitcher {display:none}
.gallery.video-gallery .dlab-box .overlay-bx i {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    padding: 0 0 0 4px;
}
.dlab-gallery-listing .dlab-box {
	box-shadow: 2px 4px 6px #999;
}
.dlab-gallery-listing h5, .dlab-gallery-listing h6 {
	text-align:center;
}
.dlab-gallery-listing h6 {
	margin-bottom:15px;
}
.section-head {
	margin-bottom:30px;
}
.our-story.quality p {
	font-size:14px;
}
.our-story.about p {
	font-size:15px;
	font-weight:500;
	font-style:italic;
}
.our-story-thum {display:block !important;}
.dlab-bnr-inr h1 {
	font-size:34px;
}
.dlab-gallery-listing h5 {
    color: #C82C23;
}
p a {
	color: #C82C23;	
}
.form-validation label.error {
	display: none;
	position: absolute;
	left: 50%;
	top: 8px;
}
.form-validation input.error,
.form-validation textarea.error {
	border-bottom:1px solid #f03838;
}
.contact_form .alert_wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.8);
	top: 0;
    left: 0;
    z-index: 9999999;
}
.contact_form #success,
.contact_form #error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: #fff;
  text-align: center;
}
.contact_form #success .wrapper,
.contact_form #error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
.contact_form #success .wrapper p,
.contact_form #error .wrapper p{
	display: table-cell;
	vertical-align: middle;
}
.contact_form #success {
  color: green;
}
.contact_form #error {
  color: red;
}
.contact_form #error button,
.contact_form #success button {
	color:#fff;
	width:40px;
	height:40px;
	line-height: 20px;
	position: absolute;
	background: #E31E24;
	border-radius: 50%;
	position: absolute;
	top: -20px;
    right: -20px;
    font-size: 25px;
}
.breadcrumb-row ul li {
	font-size:14px;
}
footer p a {
    color: #b0b0b0 !important;
}