/* SERVICES PAGE 2.0 */

.single-services .page-content {
	padding-top: 0;
}

.single-services .page-content .section-text {
	padding: 60px 0 30px;
}

.single-services .page-content .section-text p,
.single-services .page-content .section-text ul,
.single-services .page-content .section-text ul li {
	font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.single-services .page-content .section-text ul {
	margin: 0 0 20px 20px;
}

.single-services .page-content .section-text h2,
.single-services .page-content .section-contact h2 {
	font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.single-services .page-content .section-text h3 {
	color: var(--inm-black);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.single-services .btn-services {
 font-size: 18px;
 font-weight: 700;
 line-height: 1.5;
 max-width: 100%;
 width: auto;
}

.services-hero {
	background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
	display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50vw;
}

.services-hero .hero-content-wrapper {
	justify-content: flex-end;
}

.services-hero .hero-content-wrapper .hero-content {
	max-width: 650px;
}

.services-hero .hero-content-wrapper .hero-content h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.services-hero .hero-content-wrapper .hero-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 30px;
}

@media (max-width: 1080px) {
	.services-hero {
		height: 600px;
		padding: 90px 60px 0;
		background-image: none !important;
	}
	.services-hero .hero-content-wrapper {
		justify-content: center;
    text-align: center;
	}
}

@media (max-width: 768px) {
	.services-hero {
		height: auto;
		padding: 0;
		padding-top: 136px;
	}
	.single-services .page-content .section-text h2,
	.single-services .page-content .section-contact h2 {
		font-size: 26px;
	}
	.services-hero .hero-content-wrapper .hero-content {
		text-align: left;
	}
}

.services-how {
	padding: 90px 0 60px;
}

.services-how .how-featured-wrapper {
	display: flex;
  flex-direction: column;
  justify-content: center;
	padding-bottom: 50px;
}

.services-how .how-featured-wrapper .how-featured {
	max-width: 900px;
  margin: auto;
}

.services-how .how-featured-wrapper .how-featured p {
	text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
}

.services-how .how-content-wrapper {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-how .how-image-wrapper {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-how .how-content-wrapper .how-content h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.services-how .how-content-wrapper .how-content p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 30px;
}

.services-how .how-content-wrapper .how-content p strong {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: var(--inm-light-blue);
}

.services-how .how-content-wrapper .how-content ol,
.services-how .how-content-wrapper .how-content ul {
	padding-left: 1em;
	margin-bottom: 20px;
}

.services-how .how-content-wrapper .how-content ol li,
.services-how .how-content-wrapper .how-content ul li {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 20px;
}

.services-how .how-content-wrapper .how-content ol li::marker,
.services-how .how-content-wrapper .how-content ul li::marker {
	color: var(--inm-light-blue);
}

.services-how .how-image-wrapper .how-image {
	text-align: right;
}

.services-how .how-image-wrapper .how-image img {
	max-width: 500px;
	width: 100%;
	margin: auto;
}

@media (max-width: 768px) {
	.services-how {
		padding: 30px 0 30px;
	}
	.services-how .how-image-wrapper .how-image {
		text-align: center;
	}
	.services-how .how-image-wrapper .how-image img {
		max-width: 300px;
		margin-top: 20px;
	}
}

.services-features {
	padding: 90px 0 60px;
}

.services-features .features-title-wrapper {
	padding: 0 0 30px;
}

.services-features .features-title-wrapper h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.services-features .features-content-wrapper {
	padding: 0 0 30px;
}

.services-features .features-content-wrapper .feature-content {
  text-align: center;
}

.services-features .features-content-wrapper .feature-content img {
	max-width: 150px;
  padding: 0 0 30px;
  width: 100%;
}

.services-features .features-content-wrapper .feature-content h3 {
	color: var(--inm-black);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 0 20px;
}

.services-features .features-content-wrapper .feature-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.services-features {
		padding: 30px 0 30px;
	}
}

.services-numbers {
	padding: 90px 0 60px;
}

.services-numbers .numbers-title-wrapper {
	padding: 0 0 30px;
}

.services-numbers .numbers-title-wrapper h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.services-numbers .numbers-content-wrapper {
	padding: 0 0 30px;
}

.services-numbers .numbers-content-wrapper .number-content-wrapper {
  text-align: center;
}

.services-numbers .numbers-content-wrapper .number-content-wrapper .number-content {
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 60px 20px 30px;
  height: 100%;
}

.services-numbers .numbers-content-wrapper .number-content-wrapper .number-content h3 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
}

.services-numbers .numbers-content-wrapper .number-content-wrapper .number-content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.services-numbers .numbers-content-wrapper {
		row-gap: 30px;
	}
}

@media (max-width: 768px) {
	.services-numbers {
		padding: 30px 0 30px;
	}
}

.services-values {
	padding: 90px 0 60px;
}

.services-values .values-title-wrapper {
	padding: 0 0 30px;
}

.services-values .values-title-wrapper h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.services-values .values-content-wrapper {
	padding: 0 0 30px;
	margin: auto;
}

.services-values .values-content-wrapper .value-content {
	padding: 30px;
}

.services-values .values-content-wrapper .value-content .value-content-img {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-values .values-content-wrapper .value-content .value-content-img img {
	max-width: 150px;
  width: 100%;
}

.services-values .values-content-wrapper .value-content .value-content-text {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-values .values-content-wrapper .value-content .value-content-text h3 {
	color: var(--inm-black);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
	margin-bottom: 20px;
}

.services-values .values-content-wrapper .value-content .value-content-text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.services-values {
		padding: 30px 0 30px;
	}
	.services-values .values-content-wrapper .value-content {
		text-align: center;
	}
	.services-values .values-content-wrapper .value-content .value-content-img {
		display: block;
		text-align: center;
		padding-bottom: 20px;
	}
}

.articleWrapper {
	padding: 20px;
	display: flex;
  flex-direction: row;
}

.articleWrapper .post {
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, .25);
	border-radius: 20px;
}

.articleWrapper .post .box {
	height: 100%;
  position: relative;
  padding: 20px 20px 60px;
}

.articleWrapper .post .box .post-meta {
	height: auto;
	display: inline-block;
  width: 100%;
  vertical-align: middle;
  clear: both;
	line-height: var(--inm-lh-smaller);
  text-transform: uppercase;
  font-size: var(--inm-fs-small);
  color: var(--inm-dark-grey);
}

.articleWrapper .post .box .post-meta .metaCategory {
	float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 5px;
  transition: var(--inm-transition);
}

.articleWrapper .post .box .post-meta .metaCategory a {
	color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.articleWrapper .post .box .post-meta .metaDate {
	float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 5px;
  transition: var(--inm-transition);
}

.articleWrapper .post .box .post-meta .metaCategory::after,
.articleWrapper .post .box .post-meta .metaDate::after {
	top: 0;
  right: 6px;
  content: '/';
  transition: color .15s ease-out;
  padding: 0 5px;
}

.articleWrapper .post .box .post-title {
	height: auto;
}

.articleWrapper .post .box .post-title a h3 {
	font-size: 24px;
  color: var(--inm-light-blue);
}

.articleWrapper .post .box .post-excerpt {
	height: 300px;
}

.articleWrapper .post .box .post-excerpt p {
	font-weight: 500;
  font-size: 18px;
}

.articleWrapper .post .box .post-read-more {
	height: auto;
  text-align: right;
  position: absolute;
  left: 50%;
  bottom: 20px;
}

.articleWrapper .post .box .post-read-more .read-more {
	font-size: 18px;
  font-weight: 700;
}

.articleWrapper .post .box .post-read-more .read-more-btn-img {
	padding: 0 0 0 10px;
  margin-top: -3px;
}

@media (max-width: 768px) {
	.articleWrapper .post {
		width: 100%;
	}
}

.services-posts {
	padding: 90px 0 60px;
}

.services-posts .posts-title-wrapper {
	padding: 0 0 30px;
}

.services-posts .posts-title-wrapper h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.services-posts .posts-content-wrapper {
	padding: 0 0 30px;
}

@media (max-width: 768px) {
	.services-posts {
		padding: 30px 0 30px;
	}
}

.services-clients {
	padding: 90px 0 60px;
}

.services-clients .clients-title-wrapper {
	padding: 0 0 30px;
}

.services-clients .clients-title-wrapper h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.services-clients .clients-content-wrapper {
	padding: 0 0 30px;
}

.services-clients .clients-content-wrapper .slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.services-clients .clients-content-wrapper .slick-slider .slick-track,
.services-clients .clients-content-wrapper .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.services-clients .clients-content-wrapper .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.services-clients .clients-content-wrapper .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.services-clients .clients-content-wrapper .slick-list:focus {
  outline: none;
}

.services-clients .clients-content-wrapper .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.services-clients .clients-content-wrapper .slick-track:before,
.services-clients .clients-content-wrapper .slick-track:after {
  display: table;
  content: '';
}

.services-clients .clients-content-wrapper .slick-track:after {
  clear: both;
}

.services-clients .clients-content-wrapper .slick-loading .slick-track {
  visibility: hidden;
}

.services-clients .clients-content-wrapper .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.services-clients .clients-content-wrapper [dir='rtl'] .slick-slide {
  float: right;
}

.services-clients .clients-content-wrapper .slick-slide img {
  display: block;
	margin: auto;
}

.services-clients .clients-content-wrapper .slick-slide.slick-loading img {
  display: none;
}

.services-clients .clients-content-wrapper .slick-slide.dragging img {
  pointer-events: none;
}

.services-clients .clients-content-wrapper .slick-initialized .slick-slide {
  display: block;
}

.services-clients .clients-content-wrapper .slick-loading .slick-slide {
  visibility: hidden;
}

.services-clients .clients-content-wrapper .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

@media (max-width: 768px) {
	.services-clients {
		display: none;
	}
}

.services-text-img {
	padding: 90px 0 60px;
}

.services-text-img .reversed {
	display: flex;
	flex-direction: row-reverse;
}

.services-text-img .text-img-title-wrapper {
	padding: 0 0 30px;
}

.services-text-img .text-img-title-wrapper h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.services-text-img .text-img-content-wrapper {
	padding: 0 0 30px;
}

.services-text-img .text-img-content-wrapper .text-img-content-text p,
.services-text-img .text-img-content-wrapper .text-img-content-text li {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}

.services-text-img .text-img-content-wrapper .text-img-content-text p strong,
.services-text-img .text-img-content-wrapper .text-img-content-text li strong {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: var(--inm-light-blue);
}

.services-text-img .text-img-content-wrapper .text-img-content-img {
	display: flex;
	flex-direction: column;
  justify-content: center;
	text-align: center;
}

.services-text-img .text-img-content-wrapper .text-img-content-img img {
	max-width: 500px;
	width: 100%;
	margin: auto;
}

@media (max-width: 768px) {
	.services-text-img {
		padding: 30px 0 30px;
	}
	.services-text-img .text-img-content-wrapper .text-img-content-img img {
		max-width: 300px;
		margin-top: 20px;
	}
	.services-text-img .text-img-title-wrapper h2 {
		text-align: left;
	}
}

/* END SERVICES PAGE 2.0 */

/* SERVICES HUB PAGE 2.0 */

.services-section-hero {
	background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
	display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50vw;
}

.services-section-hero .section-hero-content-wrapper {
	justify-content: flex-end;
}

.services-section-hero .section-hero-content-wrapper .section-hero-content {
	max-width: 650px;
}

.services-section-hero .section-hero-content-wrapper .section-hero-content h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--inm-light-blue);
	margin-bottom: 20px;
}

.services-section-hero .section-hero-content-wrapper .section-hero-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 30px;
}

@media (max-width: 1080px) {
	.services-section-hero {
		height: 600px;
		padding: 90px 60px 0;
		background-image: none !important;
	}
	.services-section-hero .hero-content-wrapper {
		justify-content: center;
    text-align: center;
	}
}

@media (max-width: 768px) {
	.services-section-hero {
		text-align: center;
		height: auto;
		padding: 136px 10px 0;
	}
}

/* END SERVICES HUB PAGE 2.0 */
