/*
Theme Name: Northwater
Theme URI: https://www.northwaterconsulting.com/
Author: Alliant Studios
Author URI: https://alliantstudios.com
Description: Theme built for Northwater Consulting
Version: 1.0.4
Text Domain: northwater
*/

.dark-bg1:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e2832;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.services .item:hover * {
	color: #2a2666;
}

.single-service-title {
	padding: 100px 0 !important;
	text-transform: uppercase;
	font-size: 40px;
	position: relative;
	background-position: center center;
}

.single-service-title i {
	margin-right: 25px;
	font-size: 50px;
    border-radius: 50%;
        border: 3px solid #fff;
        padding: 7px;
}

@media screen and (max-width: 992px) {
	
	.single-service-title i {
	margin: 0;

}
	
	.single-service-title .page-title {
		text-align: center;
	}

	.single-service-title .page-title .title-text {
		margin-top: 25px;
		clear: both;
		display: block;
	}

}

/* 1.0.3 - Second round of updates per email request. */

/* 1.0.2 - Spacing Adjustments. Different contact page. */

/* 1.0.1 - Client Updates and Bug Fixes */

/* 1.0 - Inital Release */