/* Colorsehrentaf

Blue #1A153B;
Pink #FF0052;
Gray #d7e0dd;
Light-Gray #E5EAE9; (229,234,233)

*/

@charset "utf-8";

html, body {
	height: 100%;
	margin: 0;
	color: #333;
}

body {
	overflow-x:hidden;
	font-family: 'Roboto', sans-serif;
}

p {
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #333;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #e5373b;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

button, button:hover {
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.text-content a {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: rgb(108, 117, 125);
}

h2 {
	margin-bottom: 18px;
}

h3 {
	margin-bottom: 12px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

/* Z-Index */


/* Font sizes */

.big-title {
	font-size: 60px;
}

.header-title {
	font-size: 150px;
}

.fs-1-mod {
	font-size: 2.5rem;
}

@media all and (max-width: 1200px) {
	.big-title {
		font-size: 50px;
	}

	.header-title {
		font-size: 100px;
	}

	.fs-1-mod {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media all and (max-width: 500px) {
	.big-title {
		font-size: 30px;
	}

	.header-title {
		font-size: 50px;
	}

	.fs-1-mod {
		font-size: calc(1.375rem + 1.0vw);
	}
}

/* Colors */

.color-pink, .white-link:hover, .blue-pink-link, .pink-blue-link:hover {
	color: #FF0052 !important;
}

.bg-pink, .blue-pink-link:hover, .pink-blue-link, .carousel-indicators button {
	background-color: #FF0052 !important;
}

.border-pink {
	border-color: #FF0052 !important;
}

.color-blue, body, .blue-pink-link:hover, .pink-blue-link {
	color: #1A153B !important;
}

.bg-blue, .blue-pink-link, .pink-blue-link:hover, .carousel-indicators button.active, h1 span, h2 span {
	background-color: #1A153B !important;
}

.border-blue {
	border-color: #1A153B !important;
}

.color-gray {
	color: #d7e0dd !important;
}

.bg-gray {
	background-color: #d7e0dd !important;
}

.border-gray {
	border-color: #d7e0dd !important;
}

.color-light-gray {
	color: #E5EAE9 !important;
}

.bg-light-gray {
	background-color: #E5EAE9 !important;
}

.border-light-gray {
	border-color: #E5EAE9 !important;
}

.white-link {
	color: #FFFFFF;
}


/* Content */

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1400px;
	}
}

.p-big {
	padding: 80px;
}

.p-large {
	padding: 150px;
}

.p-largest {
	padding: 200px;
}

@media all and (max-width: 1200px) {
	.p-big {
		padding: 30px;
	}

	.p-large {
		padding: 80px;
	}
}

@media all and (max-width: 800px) {
	.p-big, .p-large {
		padding: 18px;
	}
}

#header {
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* #header-logo {
	width: 175px;
} */

#logo {
	display: block;
	width: 175px;
}

#mobile-logo {
	display: none;
	width: auto;
	height: 80%;
}

.bg-top-headline {
	width: 450px;
}

#header-image {
	background-image: url(../images/title_image.jpeg);
	background-position: center 80px;
	background-size: 85% auto;
	background-repeat: no-repeat;
}

#start-header {
	height:750px;
	background-color: #EBEFEE;
}

#start-header p {
	margin-bottom: .3rem;
}

#map {
	position: absolute;
	width: 450px;
	top: -140px;
	right: 20%;
}

.margin-both-standard {
	margin-right: 20%;
	margin-left: 20%;
}

.faces-image {
	overflow: hidden;
	width: 310px;
	height:310px;
}

#facesCarousel-lg, #customerCarousel-lg, #referencesCarousel {
	display: block;
}
#facesCarousel-md, #customerCarousel-md {
	display: none;
}
#facesCarousel-sm, #customerCarousel-sm, #referencesCarousel-sm {
	display: none;
}

#team-box {
	width: 100%;
	height: 380px;
	right: 0;
}

#teamSlider {
	margin-left:15%;
	margin-right:15%;
	z-index: 2;
}

#teamSlider img {
	width: 100%;
	height: auto;
	max-height: 392px !important;
}

.contact-box {
	height: 480px;
}

.contact-box-link {
	position: absolute;
}

.carousel-control-prev {
	width: 85px;
	left: -85px;
}

.carousel-control-next {
	width: 85px;
	right: -85px;
}

#vision-quote {
	z-index: 2;
	bottom: -60px; 
	right: -60px
}

#our-vision p {
	line-height: 2;
}

.customer-speech-img-wrapper {
	height: 250px;
}

@media all and (max-width: 1700px) {
	#customerCarousel-lg {
		display: none;
	}
	#customerCarousel-md {
		display: block;
	}
	#customerCarousel-sm {
		display: none;
	}
}


@media all and (max-width: 1600px) {
	#facesCarousel-lg {
		display: none;
	}
	#facesCarousel-md {
		display: block;
	}
	#facesCarousel-sm {
		display: none;
	}
}

@media all and (max-width: 1400px) {
	#header-image {
		background-position: center 120%;
		background-size: 80% auto;
	}

	#map {
		width: 360px;
		right: 15%;
	}
}

@media all and (max-width: 1200px) {
	.margin-both-standard {
		margin-right: 15%;
		margin-left: 15%;
	}
	
	#team-box {
		height: 260px;
	}

	.services-text  {
		border: none !important;
	}
}

@media all and (max-width: 1000px) {
	#logo {
		width: 110px;
	}
	#header-image {
		background-position: center 120%;
		background-size: 100% auto;
	}

	#map {
		width: 250px;
		right: 15%;
		top: -75px;
		z-index: 1;
	}

	#who-we-are {
		padding-top: 100px;
	}

	#team-box {
		height: 260px;
	}

	#customerCarousel-lg {
		display: none;
	}
	#customerCarousel-md {
		display: none;
	}
	#customerCarousel-sm {
		display: block;
	}

	#vision-quote {
		right: 5px
	}
}

@media all and (max-width: 768px) {
	#header-image {
		background-position: center 120%;
		background-size: 100% auto;
	}

	#start-header {
		height: 600px;
	}

	#map {
		top: 5px;
	}

	.margin-both-standard {
		margin-right: 5%;
		margin-left: 5%;
	}

	#facesCarousel-lg {
		display: none;
	}
	#facesCarousel-md {
		display: none;
	}
	#facesCarousel-sm {
		display: block;
	}

	#facesCarousel-sm .carousel-control-prev {
		width: 40px;
		left: -40px;
	}
	
	#facesCarousel-sm .carousel-control-next {
		width: 40px;
		right: -40px;
	}

	#team-box {
		height: 220px;
	}

	#referencesCarousel {
		display: none;
	}
	#referencesCarousel-sm {
		display: block;
	}

	.contact-box {
		height: auto;
	}

	.contact-box-link {
		position: static;
	}

	#teamSlider {
		margin-left:12%;
		margin-right:12%;
	}

	#our-vision p {
		line-height: 1.6;
	}
}

@media all and (max-width: 580px) {
	#logo {
		width: 95px;
	}

	.bg-top-headline {
		width: 300px;
	}

	#team-box {
		height: 65%;
		width: 90%;
	}
	
	#teamSlider {
		margin-left:10%;
		margin-right:10%;
	}

	#teamSlider img {
		width: 95%;
		height: auto;
	}

	#teamSlider .carousel-control-prev {
		left: -10% !important;
		width: 30px;
	}

	#teamSlider .carousel-control-next {
		right: -10% !important;
		width: 30px;
	}

	.sliderWrapper {
		margin-right: -5%;
		margin-left: -5%;
	}

	.customer-speech-img-wrapper {
		height: auto;
	}
}

.bg-headline {
	width: 0px;
}

.bg-headline span, .bg-top-headline span {
	margin-bottom: .5rem;
	padding-top: .3rem;
	padding-bottom: .3rem;
	padding-right: .8rem;
	padding-left: .8rem;
	border-radius: .25rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 4rem;
}

.bg-top-headline span {
	padding-right: 1rem;
	padding-left: 1rem;
	line-height: 6rem;
}

footer a {
	color: #FFFFFF !important;
}

.carousel-indicators {
	bottom: -60px;
}

.carousel-indicators button {
	width: 15px !important;
	height: 15px !important;
	border: none !important;
	border-radius: 500px !important;
	opacity: 1 !important;
}

.carousel-indicators button.active {
    background: #1A153B;
    position: relative;
}
.carousel-indicators button.active:after {
	border-radius: 50%;
	border: 2px solid #1A153B;
	position: absolute;
	content: '';
	top: -4px;
	left: -4px;
	bottom: -4px;
	right: -4px;
}

.customer-speech {
	width: 400px;
}

.customer-speech-content {
	height: 350px; 
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 85% 80%; 
	background-size: 120px auto;
}

.customer-speech-triangle {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,1a153b+100&0+0,0+50,0.7+51,1+100 */
	background: -moz-linear-gradient(30deg, rgba(229,234,233,0) 0%, rgba(229,234,233,0) 50%, rgba(229,234,233,1) 50%, rgba(229,234,233,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(30deg, rgba(229,234,233,0) 0%,rgba(229,234,233,0) 50%,rgba(229,234,233,1) 50%,rgba(229,234,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(30deg, rgba(229,234,233,0) 0%,rgba(229,234,233,0) 50%,rgba(229,234,233,1) 50%,rgba(229,234,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E5EAE9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media all and (max-width: 580px) { 
	.customer-speech {
		width: 80%;
	}

	.customer-speech-content {
		min-height: 350px; 
		height: auto; 
	}

	.bg-headline span, .bg-top-headline span {
		line-height: 3rem;
	}

	.bg-top-headline span {
		line-height: 4rem;
	}
}

/* Usercentrics */
.jEcacy {
	display: none !important;
}

