/* Add here all your CSS customizations */
#overview:before {
  content: '';
  display: block;
  height: 148px;
  margin: -148px 0 0;
}

#services:before {
  content: '';
  display: block;
  height: 137px;
  margin: -137px 0 0;
}

#contactus:before {
  content: '';
  display: block;
  height: 118px;
  margin: -118px 0 0;
}

.box-shadow-custom {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}

.thumb-info-side-image-custom {
	border: 0 none;
	color: #777;
	margin: 0 0 37px;
}
.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
	padding: 0;
	margin-right: 30px;
}
.thumb-info-side-image-custom .thumb-info-caption {
	text-align: left;
}
.thumb-info-side-image-custom .thumb-info-caption h4 {
	margin: 30px 0 0;
	padding: 0;
}
.thumb-info-side-image-custom .thumb-info-caption p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 28px;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
	margin: 0 0 10px 0;
	padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
	padding: 0 10px;
	display: block;
	clear: both;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
	margin: 3px 0;
	padding: 0;
}
.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
	margin: 0;
	padding: 0;
}

@media (max-width: 991px) {
	.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
		float: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.thumb-info-side-image-custom .thumb-info-side-image-wrapper img {
		max-width: 100% !important;
		width: 100%;
		margin-bottom: 20px;
	}
	.thumb-info-side-image-custom .thumb-info-caption {
		padding: 0 10px;
		display: block;
		clear: both;
	}
	.thumb-info-side-image-custom .thumb-info-caption .thumb-info-caption-text {
		padding: 10px !important;
	}
	.thumb-info-side-image-custom .thumb-info-caption h4 {
		margin: 3px 0;
		padding: 0;
	}
	.thumb-info-side-image-custom .thumb-info-caption p {
		margin: 0;
		padding: 0;
	}
}

h1, h2, h3 {
	font-weight: 900;
	letter-spacing: -1px;
}
h1 strong, h2 strong, h3 strong {
	font-weight: 900;
}

h4, h5, h6 {
	font-weight: 800;
	letter-spacing: -1px;
}
h4 strong, h5 strong, h6 strong {
	font-weight: 700;
}

@media (max-width: 991px) {
  .main {
    padding-top: 88px;
  }
}