* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700&display=swap');

body {
	font-size: 14px;
	line-height: 22px;
	color: #212121;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

a {
	-moz-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out;
	text-decoration: none;
	color: #3C6F8F;
}

.top-toolbar-sticky {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 10;
}
.top-toolbar-inner {
	max-width: 1920px;
	padding: 20px 20px;
	margin: 0 auto;
}
.top-toolbar-inner img {
	float: left;
	height: 40px;
	width: auto;
}
.clearfix {
	clear: both;
}
.small-button {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background: #3c6f8f;
	border-radius: 20px;
	display: inline-block;
}
.small-button:hover {
	background-color: #212121
}
.top-toolbar-sticky .small-button {
	display: block;
	float: right;
}
.main-content {
	max-width: 880px;
	margin: 0 auto;
	margin-top: 80px;
}
.content-container {
	padding: 0 20px;
}
.main-logo {
	padding-top: 70px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 16px;
}
.main-logo img {
	height: 54px;
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}
.main-logo h1 {
	line-height: 16px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.section {
	border-top: 2px solid #3c6f8f;
	margin-bottom: 30px;
	padding-top: 10px;
}
.section h2 {
	font-size: 22px;
	color: #3C6F8F;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.services {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	margin-top: -2px;
}
.services:first-of-type {
	margin-top: 0px;
}
.service-title {
	height: 65px;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	position: relative;
	cursor: pointer;
	-webkit-transition : all 220ms ease-out;
	-moz-transition : all 220ms ease-out;
	-o-transition : all 220ms ease-out;
	transition : all 220ms ease-out;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;

}
.service-title:hover {
	color: #3c6f8f;
}
.service-title > span.title {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
}
.service-title > span.arrow {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #3C6F8F;
    position: absolute;
    right: 0px;
    top: 50%;
	margin-top: -10px;
    font-weight: 700;
	-webkit-transition : all 220ms ease-out;
	-moz-transition : all 220ms ease-out;
	-o-transition : all 220ms ease-out;
	transition : all 220ms ease-out;
}
.service-title.open > span.arrow {
	transform: rotate(180deg);
	margin-top: -5px;
}
.service-content {
	display: none;
}
.service-content ul {
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
.service-content li {
	list-style: none;
	color: #3c6f8f;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;

}
.service-content li:last-of-type {
	margin-bottom: 0px;
}
.company {
	text-align: center;
	font-size: 20px;
}
.company > span {
	color: #3C6F8F;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
}
.company a {
	color: #212121;
}
.company a:hover {
	color: #3C6F8F;
}
.member {
	float: left;
	width: 33.3333%;
	text-align: center;
	margin: 40px 0 0 0;
	padding: 0 10px;
}
.member > span {
	display: block;
}
.member > span.name {
	font-size: 16px;
	color: #3C6F8F;
	font-weight: 700;
}
.member > span.role {
	color: #939393;
}
.member > span.email {
	color: #3C6F8F;
}
.member > span.email a {
	color: #3C6F8F;
}

.clients {

	text-align: center;
	margin: 20px 0;
	padding: 0 30px;
}
.clients > span {
	display: block;
}
.clients > span.name {
	font-size: 16px;
	color: #3C6F8F;
	font-weight: 700;
}
.clients > span.role {
	color: #939393;
	margin:10px 0;
}
.clients > span.email {
	color: #3C6F8F;
}
.clients > span.email a {
	color: #3C6F8F;
}

.clients img {
	height:40px;
	margin:30px auto;
	-webkit-filter: grayscale(40%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(40%);
}


.clearfixsmall {
	display: none;
	clear: both;
}
.clearfixlarge {
	clear: both;
}
.footer {
	padding: 15px 20px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	background: #3c6f8f;
	text-align: center;
}
.technologies {
	text-align: center;
}
.logo {
	display: inline-block;
	height: 100px;
	padding: 30px 25px;
	text-align: center;
	position: relative;
}
.logo img {
	max-height: 45px;
    max-width: 182px;
    /* width: auto; */
    height: auto;
    margin: 0 auto;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
}
.top-toolbar-sticky .small-button span.small {
	display: none;
}


@media (max-width: 750px) {
	.member {
		width: 50%;
	}
	.clearfixsmall {
		display: block;
	}
	.clearfixlarge {
		display: none;
	}
}
@media (max-width: 450px) {
	.member {
		width: 100%;
	}
}
@media (max-width: 430px) {
	.top-toolbar-sticky .small-button {
		content: "Contact";
		padding: 0 10px;
	}
	.top-toolbar-sticky .small-button span.small {
		display: inline;
	}
	.top-toolbar-sticky .small-button span.large {
		display: none;
	}
}
