#homeSection.works.showAnotherBg {
	background-color: #07683b
}
#homeSection.works.showAnotherBg:before {
	background-image: url(/assets/img/layout/sectionBgr/desktop/works.png)
}
#homeSection.services.showAnotherBg {
	background-color: #4e0e0d
}
#homeSection.services.showAnotherBg:before {
	background-image: url(/assets/img/layout/sectionBgr/desktop/services.png)
}
#homeSection.contact.showAnotherBg {
	background-color: #3fac39
}
#homeSection.contact.showAnotherBg:before {
	background-image: url(/assets/img/layout/sectionBgr/desktop/contact.png)
}
#homeSection .contentBox h1 #typed span {
	width: 56px
}
#homeSection:before {
	background-image: url(/assets/img/layout/sectionBgr/desktop/hero.png)
}
#worksSection:before {
	background-image: url(/assets/img/layout/sectionBgr/desktop/works.png)
}
#worksSection .owl-stage-outer {
	position: relative;
	background: 0 0;
	height: 100%
}
#worksSection .owl-stage-outer .owl-item>div, #worksSection .owl-stage-outer .owl-stage, #worksSection .owl-stage-outer .owl-stage .owl-item>div {
	height: 100%
}
#worksSection .worksNav {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: left .3s ease-in, right .3s ease-in;
	-moz-transition: left .3s ease-in, right .3s ease-in;
	transition: left .3s ease-in, right .3s ease-in;
	cursor: pointer
}
#worksSection .worksNav i {
	font-size: 4vh;
	color: #fff
}
#worksSection .worksNav.prev {
	left: 60px
}
#worksSection .worksNav.next {
	right: 60px
}
#worksSection .worksNav:hover.prev {
	left: 55px
}
#worksSection .worksNav:hover.next {
	right: 55px
}
#worksSection .contentBox, #worksSection .worksBox, #worksSection .worksCaroWrapper {
	height: 100%
}
#worksSection .worksBox .workItem {
	height: 50%
}
#worksSection .worksBox .workItem:hover {
	background: #07683b
}
.privacyLink {
	margin-bottom: -8px
}
.privacyLink>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.privacyLink>div div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 38px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 38px;
	flex: 0 0 38px;
	margin: 0 10px 0 0
}
.contactList li>a>div>div:before, .privacyLink>div div:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: #000;
	border-radius: inherit;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
	-moz-transition: width .3s ease-in-out, height .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out;
	z-index: 0
}
.privacyLink>div div:after {
	content: unset
}
.privacyLink>div span {
	text-align: left
}
.contactList li>a:hover>div>div i, .privacyLink:hover>div div i {
	color: #fff
}
.contactList li>a:hover>div>div:before, .privacyLink:hover>div div:before {
	width: 100%;
	height: 100%
}
.contactList li>a:hover>div>span, .contactList li>a:hover>div>span span, .privacyLink:hover>div span, .privacyLink:hover>div span span {
	text-decoration: underline
}
.contactList, .contactList li, .privacyLink>div {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.contactList {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 7.5vh;
	margin-bottom: 5.55556vh
}
.contactList li {
	width: 16.6666vw;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.6666vw;
	-moz-box-flex: 0;
	-ms-flex: 0 0 16.6666vw;
	flex: 0 0 16.6666vw;
	-webkit-transform: translateX(-webkit-calc(-50px/2));
	-moz-transform: translateX(-moz-calc(-50px/2));
	transform: translateX(calc(-50px/2));
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.contactList li:not(:last-of-type) {
	margin-bottom: 0
}
.contactList li>a>div {
	position: relative
}
.contactList li>a>div>div {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 50px;
	height: 50px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	margin: 0 10px 0 0
}
.contactList li>a>div>div>i {
	font-size: 20px;
	z-index: 1;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}
.contactList li>a>div>div:after {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	background-image: url(/assets/img/layout/sectionBgr/desktop/contact.png);
width:-webkit-calc(100vw - 2*20px);
width:-moz-calc(100vw - 2*20px);
width:calc(100vw - 2*20px);
height:-webkit-calc(100vh - 2*20px);
height:-moz-calc(100vh - 2*20px);
height:calc(100vh - 2*20px)
}
.contactList li>a>div>span {
	position: absolute;
	max-width: 130px;
	width: 200%;
	top: 30px;
	left: 100%;
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px)
}
.contactList li>a>div>span span {
	font-size: 16px;
	line-height: 22px
}
.contactList li:nth-of-type(1)>a>div>div:after {
	top: -56vh;
left:-webkit-calc(1*-13vw);
left:-moz-calc(1*-13vw);
left:calc(1*-13vw)
}
.contactList li:nth-of-type(2)>a>div>div:after {
	top: -56vh;
left:-webkit-calc(2*-13vw);
left:-moz-calc(2*-13vw);
left:calc(2*-13vw)
}
.contactList li:nth-of-type(3)>a>div>div:after {
	top: -56vh;
left:-webkit-calc(3*-13vw);
left:-moz-calc(3*-13vw);
left:calc(3*-13vw)
}
.contactList li:nth-of-type(4)>a>div>div:after {
	top: -56vh;
left:-webkit-calc(4*-13vw);
left:-moz-calc(4*-13vw);
left:calc(4*-13vw)
}
.contactList li>a {
	font-size: 1.75vh;
	line-height: 2.5vh;
	text-align: left
}
#contactSection:before {
	background-image: url(/assets/img/layout/sectionBgr/desktop/contact.png)
}
#contactSection .contentBox {
	height: -webkit-calc(100vh - 200px);
	height: -moz-calc(100vh - 200px);
	height: calc(100vh - 200px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
#contactSection .contentBox h3 {
	width: 66.666vw;
	margin: 0 auto;
	font-size: 8vh;
	line-height: 8.5vh
}
#contactSection .contentBox__inner {
	margin: 0 auto
}
