.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section
{
	padding-top: 0;
}

.a-content .wpb_content_element { margin-bottom: 0; }

.vc_parallax .vc_parallax-inner {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: transparent;
	background-image: inherit;
	z-index: 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	/*height: 100%;*/
	/*width: 100%;*/
}

.vc_parallax > * {
	position: relative;
	z-index: 2;
}

.vc_parallax > .vc_row-overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.vc_col-sm-6 .wpb_single_image .vc_figure
{
	display: block;
}

	.vc_col-sm-6 .wpb_single_image .vc_single_image-wrapper {
		display: block;
	}

		.vc_col-sm-6 .wpb_single_image img {
			width: 100%;
		}

@media only screen and ( max-width: 767px ) {

	div.wpb_single_image { margin-bottom: 35px !important; }

	.vc_parallax .vc_row-overlay {
		pointer-events: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.vc_parallax .vc_parallax-inner {
		background-image: none !important;
	}

}

p.vc_custom_heading { font-weight: 400; }

.wpb_image_grid .wpb_image_grid_ul {
	margin: -30px -15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 25%;
		margin: 0;
		padding: 30px 15px 0;
	}

.wpb_image_grid .wpb_image_grid_ul .isotope-item a {
	position: relative;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item a:before
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: url(../images/icon_zoomin.png) 24 24, auto;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	content: '';
	z-index: 5;
	opacity: 0;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item:hover a:before
{
	background: rgba(216,103,3,0.85);
	opacity: 1;
}

@media (min-width: 768px) and (max-width: 992px) {

	.our-info.style-2 {
		margin-bottom: 55px;
	}

	.vc_col-sm-3 {
		width: 50%;
	}

	.footer .our-info.style-2 {
		margin-bottom: 0;
	}

}


