.contact-section {
	margin-bottom: 50px;
}
.page-top-wrapper {
	position: relative;
}
.page-top-wrapper {
	padding: 100px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	background-attachment: fixed;
}
 @media (pointer:coarse) {
.page-top-wrapper {
	background-attachment: initial;
}
}
 @media(max-width: 768px) {
.page-top-wrapper {
	background-attachment: scroll !important;
}
.full-width-img-parallax {
	background-attachment: scroll !important;
}
}
.page-top-wrapper .shade {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(56, 56, 56, 0.50);
}
.page-top-content {
	position: relative;
}
.page-top-content p {
	width: 50%;
	margin: 0 auto;
	font-size: 24px;
	margin-top: 30px;
}
 @media(max-width: 768px) {
.page-top-content p {
	width: 90%;
}
.page-top-content h1 {
	font-size: 45px !important;
}
}
.page-top-content h1 {
	color: #fbc45f;
	text-transform: uppercase;
	font-size: 66px;
	font-weight: bold;
}
.page-content {
	margin: 50px 0;
	line-height: 1.7em;
	font-size: 18px;
}
.page-content li {
	list-style: initial;
	margin-left: 24px;
}
.section-heading {
	position: relative;
	margin: 20px 0 50px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	font-size: 24px;
}
.section-heading .heading {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
}
.page-About .col-md-12 p, .page-About .col-md-6 p, .page-About .col-md-6 li {
	color: #646464;
}
.page-About .row {
	margin: 0px
}
.page-About .col-md-6, .page-About .col-md-12 {
	padding-left: 0px
}
 @media (min-width: 992px) {
.page-About .col-md-6:nth-child(1) {
	padding-left: 0px
}
.page-About .col-md-6:nth-child(2) {
	padding-right: 0px
}
}
.section-heading .separator {
	display: inline-block;
	width: 35px;
	height: 3px;
	background-color: #fbc45f;
	position: absolute;
	bottom: -1px;
	left: 0;
	color: transparent;
}
.full-width-img {
	margin: 50px 0;
}
.full-width-img img {
	width: 100%;
}
.case-studies {
	background-color: #2D2829;
	padding: 50px 0;
	margin-bottom: 50px;
}
.contact-heading .heading {
/*border-bottom: 2px solid #4A4A4A;*/
}
.contact-heading .separator {
	bottom: -17px;
}
.casestudy-slide {
	padding: 0 10px;
	outline: none;
}
.casestudy-slide > p {
	text-align: center;
	color: #ddd;
}
p.client-name {
	color: #fff !important;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 16px;
}
.content-box {
	position: relative;
	width: 100%;
	min-height: 330px;
	background-position: 50%;
	background-size: 150%;
	display: table;
	overflow: hidden;
	background-repeat: no-repeat;
	transition: all 0.5s;
}
.content-box:hover {
	background-position: 50% 70%;
}
.content-box .content {
	text-align: center;
	padding: 30px;
	background-color: rgba(255, 207, 50, 0.8);
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6em;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.25s;
	cursor: default;
}
.content-box:hover .content {
	opacity: 1;
	transform: translateY(0px);
}
.content-box .shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;/*background-color: rgba(40,40,40,0.7);*/
}
.content-box .content strong {
	margin-bottom: 10px;
	display: block;
}
.content-box .content p {
	margin-bottom: 20px;
}
.content-box .content .btn {
	padding: 8px 20px;
}
 @media (max-width: 767px) {
/* CSS goes here */
.casestudy-slide {
	padding: 0;
}
}
.slick-dots li button:before {
	font-size: 10px;
	opacity: .50;
	color: #555;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #555;
}
.full-width-img-parallax {
	margin: 50px 0;
	height: 600px;
	background-attachment: fixed;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
 @media (pointer:coarse) {
.full-width-img-parallax {
	background-attachment: initial;
}
}
/* Case Study Styles */
.popup-case-study {
	color: #fff;
}
.popup-case-study-img {
	position: relative;
	height: 400px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.popup-case-study-content {
	font-size: 16px;
	font-weight: 100;
}
.popup-case-study-content strong {
	font-size: 20px;
	text-transform: uppercase;
}
span.counter {
	background: #555;
	display: block;
	width: 40px;
	line-height: 2em;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	font-size: 16px;
}
 @media(max-width: 768px) {
.popup-case-study-img {
	height: 250px;
}
}
 @media(max-width: 482px) {
.popup-case-study-img {
	height: 150px;
}
}
.popup-case-study .section-heading {
	position: relative;
	margin: 30px 0;
	border-bottom: 1px solid #4A3F41;
	padding-bottom: 8px;
}
.popup-case-study .section-heading .heading {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
}
.popup-case-study .section-heading .separator {
	display: inline-block;
	width: 35px;
	height: 3px;
	background-color: #555;
	position: absolute;
	bottom: -1px;
	left: 0;
	color: transparent;
}
