@font-face {
	font-family: 'AvenirNextCondensed-Regular';
	src: url('../fonts/AvenirNextCondensed-Regular.eot#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Regular.woff') format('woff'), url('../fonts/AvenirNextCondensed-Regular.ttf') format('truetype'), url('../images/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'AvenirNextCondensed-Bold';
	src: url('../fonts/AvenirNextCondensed-Bold.eot#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Bold.woff') format('woff'), url('../fonts/AvenirNextCondensed-Bold.ttf') format('truetype'), url('../images/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.fixedPosition {
	position: fixed;
}


.page1 {
	background-color: #5ab7b6;
}

.page2 {
	background-color: #86c0df;
}

.page3 {
	background-color: #9EA9F0;
}

.page4 {
	background-color: #CCC1FF;
}

.bubble {
	float: left;
	position: absolute;
}

.bubbleArea {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 10;
	height: 100%;
	top: 0;
	left: 0;
}

.bubble-1 {
	width: 242px;
	height: 243px;
	background-image: url(../images/bubble-1.png);
}

.bubble-2 {
	width: 95px;
	height: 95px;
	background-image: url(../images/bubble-2.png);
}

.bubble-3 {
	width: 463px;
	height: 464px;
	background-image: url(../images/bubble-3.png);
}

.teamBody .mainHeader {
	background-color: #7c51a6;
	transition: none;
}

.mainHeader {
	float: left;
	width: 100%;
	top: 0;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
	left: 0;
	transition: all 0.6s ease;
}

.Content {
	max-width: 1870px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.headerLogo {
	float: left;
	margin-top: 30px;
	width: 200px;
	margin-left: 40px;
}

.headerMenu {
	float: right;
	margin-top: 35px;

	margin-right: 40px;
}

.headerMenu .item {
	float: left;
	color: white;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 17px;

}

.headerMenu .item:hover,
.headerMenu .item.active {
	text-decoration: underline;
}

.page2 .headerMenu .item:hover {
	text-decoration: underline;
}

.page3 .headerMenu .item:hover {
	text-decoration: underline;
}


.headerMenu .item:last-child {
	border-right: 0;
}

.mobileMenu {
	display: none;
}

.sc {
	-webkit-overflow-scrolling: auto;
}


.mainObjArea {
	float: right;
	position: absolute;
	right: -40px;
	z-index: 100;
	transition: all 1s ease-in;
	margin-right: 45px;
}

.mainTextArea {
	float: left;
	position: absolute;
	left: 0;
	top: 310px;
	margin-left: 40px;
	z-index: 100;
}

.textTitle {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 48px;
	color: #fff5c6;
	font-family: "AvenirNextCondensed-Bold";
	margin-bottom: 0;
}

.textContent {
	float: left;
	font-size: 24px;
	color: white;
	font-family: "AvenirNextCondensed-Bold";
	margin-top: 0;
}



.obje1 {
	top: 140px;
}

.obje1.active {
	top: 138px;
}

.obje2 {
	top: 140px;
}

.obje2.active {
	top: 178px;
}

.obje3 {
	top: 140px;
}

.obje3.active {
	top: 138px;
}

.obje4 {
	top: 140px;
}

.obje4.active {
	top: 138px;
}

.teamTop {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	background-color: #7c51a6;
	min-height: 260px;
}

.teamTop .Content {
	max-width: 800px;
}

.teamTop .Content h2 {
	color: white;
	font-size: 36px;
	margin: 0;
	font-weight: 300;
}

.teamTop .Content p {
	color: white;
	font-size: 25px;
	font-weight: 300;
}

.teamBottom {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: -70px;
}

.teamBody {
	overflow: auto;
}

.teamBottom .Content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.teamUser {
	display: inline-block;
	max-width: 220px;

	padding: 15px;
}

.teamUserImage {
	float: left;
	width: 100%;
}

.teamUserName {
	float: left;
	width: 100%;
	text-align: center;
	color: #7c51a6;
	margin-top: 10px;
}

.teamUserTitle {
	float: left;
	width: 100%;
	text-align: center;
	color: #808080;
	font-size: 11px;
}


.userSocial {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.userSocial a {
	display: inline-block;
	text-decoration: none;
	margin: 5px 15px;
}

.teamFooter {
	float: left;
	width: 100%;
	background-color: #7c51a6;
}

.teamFooter h3 {
	text-align: center;
	color: white;
	margin-top: 65px;
	margin-bottom: 35px;
	font-size: 25px;
	font-weight: 300;
}

.mobileFooter {
	display: none;
}

.button {
	border: 1px solid white;
	padding: 10px 90px;
	font-size: 14px;
	color: white;
	cursor: pointer;
	text-decoration: none;
}

.button:hover {
	background-color: white;
	color: #7c51a6;
}

.button:active {
	background-color: lightgray;
}

.black {
	border-color: black;
	background-color: black;
}

.black:hover {
	color: black;
}

.purple {
	border-color: #7c51a6;
	background-color: #7c51a6;
}

.purple:hover {
	color: #7c51a6;
}

.contactTop {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	background-color: white;
	min-height: 105px;
}

.contactTop .Content {
	max-width: 800px;
}

.contactTop .Content h2 {
	color: #333;
	font-size: 36px;
	margin: 0;
	font-weight: 300;
}

.contactTop .Content p {
	color: white;
	font-size: 25px;
	font-weight: 300;
}

.contactBottom {
	margin: 0;
	padding: 14px;
	float: left;
	width: 100%;
	max-width: 1280px;
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow: hidden;
	white-space: normal;
	box-sizing: border-box;
}

.contactBottomLeft {
	float: left;
	width: 50%;
	min-height: 600px;
}

.contactBottomRight {
	float: left;
	width: 50%;
}

.contactBottomLeft .Content {
	text-align: left;
	max-width: 440px;
}

.contactBottomLeft h4 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 20px;
}

.contactBottomLeft form input {
	float: left;
	width: 100%;
	outline: 0;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 40px;
	text-indent: 15px;
	border-style: none;
	border: 1px solid lightgray;
}

.contactBottomLeft form textarea {
	float: left;
	width: 100%;
	resize: none;
	font-size: 14px;
	outline: 0;
	height: 120px;
	padding: 15px;
	border-color: #cccccc;
}


.contactBottomLeft form input:focus,
.contactBottomLeft form textarea:focus {
	border-color: #7c51a6;
}

.contactBottomLeft .button {
	float: left;
	margin-top: 15px;
}

.contactFooter {
	float: left;
	width: 100%;
	background-color: #7c51a6;
	height: 76px;
}

.footerLogo {
	float: left;
	width: 120px;
	/*margin-top: 23px;*/
	margin-left: 40px;
}

.footerMenu {
	display: inline-block;
}

.footerMenu .item {
	float: left;
	color: white;
	line-height: 73px;
	text-decoration: none;
	font-weight: 300;
	margin: 0 20px;
	font-size: 12px;
}

.footerCol1 {
	width: 20%;
	float: left;
	text-align: center;
}

.footerCol2 {
	width: 60%;
	float: left;
	text-align: center;
}

.footerSocial {
	float: right;
	text-align: center;
	padding-top: 5px;
	margin-right: 40px;
}

.footerSocial a {
	text-decoration: none;
	display: inline-block;
}

.footerFb {
	margin: 20px 10px;
}

.footerTw {
	margin: 20px 10px;
}

.footerIn {
	margin: 23px 10px;
}

.footerInst {
	margin: 18px 10px;
}

.doesCol1 {
	float: left;
	position: relative;
	width: 50%;
	height: 560px;
}

.doesCol1 img,
.doesCol2 img {
	float: left;
	width: 100%;
}

.doesCol2 {
	display: inline-block;
	position: relative;
	width: 33%;
	height: 423px;
}

.oldCustomers {
	float: left;
	width: 100%;
	margin-top: 50px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #7b51a6;
}

.doesColBottom {
	float: left;
	position: absolute;
	width: 100%;
	height: 70px;
	background-color: white;
	bottom: 0;
	color: #333;
	line-height: 70px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.doesCol3 {
	float: left;
	width: 100%;
	text-align: center;
}

.doesCol3 .item {
	display: inline-block;
	width: 19.5%;
	margin: 0;
	padding: 0;
	height: 200px;
	border: 1px solid #ebebeb;
}

.onepage-wrapper .section {
	background-size: cover;
}

.mbadres {
	float: left;
	width: 100%;
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.mbadres a {
	color: #7b51a6;
}

.scrollArea {
	float: right;
	width: 9px;
	margin-right: 2px;
}

.scroll {
	margin-top: 3px;
}

.scrollUp {
	margin-left: 2.5px;
	margin-top: 8px;
	cursor: pointer;
	display: none;
}

.scrollDown {
	margin-left: 2.5px;
	margin-top: 3px;
	cursor: pointer;
}

.clientsBox {
	float: left;
	width: 18%;
	margin-left: 25px;
}



.exLine {
	border-top: 1px solid #aeaeae;
	width: 100%;
	max-width: 1140px;
	margin: auto;
}

.exClients {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.smFooter {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

.smFooter img {
	margin-right: 15px;
	margin-left: 15px;
}

.smFooter a {
	text-decoration: none;
}

@media screen and (min-width: 1320px) and (max-width: 1380px) {
	.headerLogo {
		zoom: 1.2;
	}

	.mainHeader {
		padding-bottom: 50px;
	}

	.headerMenu {
		zoom: 1.2;
	}

	.mainTextArea {
		zoom: 0.9;
	}

	.mainObjArea {
		zoom: 0.9;
	}

	.obje1 {
		top: 160px;
	}

	.obje1.active {
		top: 140px;
	}

	.obje2 {
		top: 160px;
	}

	.obje2.active {
		top: 175px;
	}

	.obje3 {
		top: 160px;
	}

	.obje3.active {
		top: 162px;
	}


	.obje4 {
		top: 160px;
	}

	.obje4.active {
		top: 140px;
	}
}


@media screen and (min-width: 1420px) {
	.headerLogo {
		zoom: 1.1;
	}

	.headerMenu {
		zoom: 1.2;
	}

	.mainTextArea {
		zoom: 1.15;
	}

	.mainObjArea {
		zoom: 1.08;
	}
}

@media screen and (min-width: 1570px) {
	.headerLogo {
		zoom: 1.4;
	}

	.headerMenu {
		zoom: 1.4;
	}

	.mainTextArea {
		zoom: 1.25;
	}

	.mainObjArea {
		zoom: 1.25;
	}
}

@media screen and (min-width: 1690px) {
	.headerLogo {
		zoom: 1.5;
	}

	.headerMenu {
		zoom: 1.5;
	}

	.mainTextArea {
		zoom: 1.25;
	}

	.mainObjArea {
		zoom: 1.25;
	}
}

@media screen and (min-width: 1800px) {
	.headerLogo {
		zoom: 1.5;
	}

	.headerMenu {
		zoom: 1.5;
	}

	.mainTextArea {
		zoom: 1.35;
	}

	.mainObjArea {
		zoom: 1.25;
	}
}

@media screen and (max-width: 650px) {
	.headerMenu {
		display: none;
	}


	.headerLogo {
		float: right;
		margin-left: 0px;
		margin-right: 27%;
	}

	.mobileMenu {
		display: unset;
	}

	.contactBottomLeft {
		width: 100%;
	}

	.contactTop .Content h2 {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 34px;
	}

	.contactBottomRight {
		width: 100%;
	}

	.contactBottomRight iframe {
		width: 100%;
	}

	.contactFooter {
		display: none;
	}

	.hideMobile {
		display: none;
	}

	.mobileFooter {
		display: unset;
	}



	.smMobileF {
		padding-top: 0px;
	}

	.teamUser {
		width: 40%;
	}

	.mobile-menu {
		visibility: visible !important;
	}

	.mobileMenu {
		visibility: visible !important;
	}



	.mainTextArea {
		top: 470px;
	}

	.mainObjArea {
		right: 0;
	}

	.obje1 img {
		width: 439px;
	}

	.obje1.active {
		top: 150px;
		margin-right: 22px;
		right: 0;
	}

	.obje2.active {
		top: 150px;
		right: 0;
	}

	.obje2 img {
		width: 439px;
	}

	.obje3.active {
		top: 150px;
		right: 0;
	}

	.obje3 img {
		width: 439px;
	}

	.obje4.active {
		top: 100px;
		right: 0;
		left: 10px;
	}

	.obje4 img {
		width: 439px;
	}

	.textTitle {
		font-size: 34px;
		letter-spacing: 5.5px;
	}

	.textContent {
		font-size: 18px;
	}



	.scrollArea {
		display: none;
	}



	.clientsBox {
		width: 45%;
		margin-left: 0px;
	}

	.clientsBox img {
		float: left;
		width: 100%;
	}

	.doesCol2 {
		width: 95%;
		height: 410px;
	}

	.doesColBottom {
		bottom: 20%;
		height: auto;
		line-height: 0px;
	}

}

@media (min-width: 1080px) and (max-width: 1200px) {
	.mainTextArea {
		zoom: 0.9;
	}

	.mainObjArea {
		zoom: 0.9;
	}
}

@media (min-width: 970px) and (max-width: 1080px) {
	.scrollArea {
		display: none;
	}

	.mainTextArea {
		zoom: 0.8;
	}

	.mainObjArea {
		zoom: 0.8;
	}
}

@media (min-width: 870px) and (max-width: 970px) {
	.scrollArea {
		display: none;
	}

	.headerLogo {
		zoom: 0.9;
	}

	.headerMenu {
		zoom: 0.9;
	}

	.mainTextArea {
		zoom: 0.7;
	}

	.mainObjArea {
		zoom: 0.7;
	}
}

@media (min-width: 670px) and (max-width: 870px) {
	.scrollArea {
		display: none;
	}

	.headerLogo {
		zoom: 0.8;
	}

	.headerMenu {
		zoom: 0.8;
	}

	.mainTextArea {
		zoom: 0.6;
	}

	.mainObjArea {
		zoom: 0.6;
	}
}


@media (min-width: 270px) and (max-width: 500px) {
	.scroll {
		display: none;
	}

	.contactBottomLeft form input {
		width: 90%;
		margin-left: 10px;
	}

	.contactBottomLeft h4 {
		margin-left: 10px;
	}

	.contactBottomLeft form textarea {
		width: 90%;
		margin-left: 10px;
	}

	.contactBottomLeft .button {
		margin-left: 10px;
	}

	.mbadres {
		margin-left: 10px;
	}

	.mainTextArea {
		zoom: 0.8;
		top: 480px;
	}

	.mainObjArea {
		zoom: 0.8;
	}

	.headerLogo {
		zoom: 0.8;
		margin-top: 35px;
	}

	.teamUser {
		min-height: 225px;
	}
}




.mobile-menu {
	float: left;
	width: 30px;
	height: 31px;
	cursor: pointer;
	visibility: hidden;
	background-image: url(../images/hamburger.png);
	background-size: 100%;
	margin-top: 30px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.mobile-menu img {
	float: left;
	width: 100%;
	height: 100%;
}


.mobile-menu:hover {
	opacity: 0.8;
}

.mobile-menu:active {
	opacity: 0.9;
}

.info:hover {
	text-decoration: underline;
}

.mobileMenu {
	float: left;
	position: absolute;
	width: 100%;
	left: 0;
	top: -500px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	background-color: #8e4dc6;
}

.mobile-item {
	float: left;
	width: 100%;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-weight: 200;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mobile-item:first-child {
	padding-top: 60px;
}

.mobile-item:last-child {
	padding-bottom: 30px;
}

.mobile-item:hover {
	text-decoration: underline;
}

.mobile-item:active {
	text-decoration: underline;
}