html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: rgb(26 27 46);
	font-family: 'Raleway', sans-serif;
	color: #fff;
	height: 100%;
}
.wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.wrapper_bg {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.content-wrapper {
	padding-bottom: 50px;
	padding-top: 50px;
	max-width: 1800px;
	margin: auto;
}
.superhero {
	width: 100%;
	flex-grow: 1;
	min-height: 100%;
}
.superhero-video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* Webkit */
::selection {
	background: #1bb2f1;
	color: #000;
}
/* Gecko/Mozilla */
::-moz-selection {
	background: #1bb2f1;
	color: #000;
}
img {
	border: 0px;
}
h1,h2,h3 {
	font-weight: 300;
}
p,ul li{
	font-weight: 300;
	letter-spacing: 0.02em;
}
h1.mainheader {
	margin: 0 auto;
	padding: 10px 0 0 20px;
	font-size: 26px;
	width: 1024px;
	color: #fff;
	position: relative;
	z-index: 10000;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
}
hr.large {
	height: 15px;
	border: 0;
	/*box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.7);
	*/
}
.inline {
	display: inline;
}
a {
	color: #27bce3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p,ul li{
	-webkit-text-size-adjust: none;
}
/* BUTTONS */
.button {
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	position: relative;
	cursor: pointer;
	font-weight: 400;
	opacity: 1;
	transition: all 0.3s ease;
}
.button:hover {
	opacity: 0.75 !important;
	text-decoration: none;
}
.primary {
	background: rgb(237 72 26);
	font-size: 16px;
}
.secondary {
	background: rgb(53 63 255);
	font-size: 16px;
}
.outline {
	padding: 15px 10px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
}
.light-background {
	color: #fff;
	box-shadow:inset 0px 0px 0px 2px #fff;
}
.dark-background {
	color: #fff;
	box-shadow:inset 0px 0px 0px 2px #fff;
}
.light-background:hover, .dark-background:hover {
	transition: all 0.2s;
	text-decoration: none;
	opacity: 1;
}
.light-background:hover,.dark-background:hover {
	background: rgb(53 63 255);
	color: #fff;
	box-shadow:inset 0px 0px 0px 2px rgb(0 71 201 / 85%);
}
.big {
	margin: 0;
	padding: 17px 30px;
	font-size: 18px;
}
.space-left {
	margin-left: 5px;
}
.space-right {
	margin-right: 5px;
}
.space-top {
	margin-top: 15px;
	display: inline-block;
	padding: 10px 30px;
}
.button-element {
	width: 100%;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.button-element .button {
	margin: 5px 0 !important;
	width: 50%;
	text-align: center;
}
.button-element .content-highlight a {
	margin: 0 !important;
	text-align: center;
}
.align-right {
	float: right;
	right: 30px;
}
.align-center {
	margin: auto;
	text-align: center;
	display: block;
	width: 240px;
}
.align_right{
	float: right;
}
.clear-buttons {
	clear: both;
	height: 20px;
}
.make-space {
	margin-top: 25px;
	margin-bottom: 25px;
}
.view-portfolio-button {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.03em;
	bottom: 50px;
	z-index: 1000;
	position: absolute;
	left: 50%;
	transition: all 0.5s;
	background: rgb(255 255 255 / 10%);
	padding: 15px 20px;
	border-radius: 5px;
	transform: translateX(-50%);
	white-space: nowrap;
}
.view-portfolio-button:hover {
	text-decoration: none;
	background: rgb(0 0 0 / 30%);
}
/*******END BUTTONS*****/
#content {
	/*margin: 12px auto 100px 0;
	*/
}
.thespacebetween-site-1 {
	clear: both;
	height: 20px;
}
.sub-hero {
	position: relative;
	min-height: 800px;
}
.top-home {
	top: 35%;
}
.top-tall-hero {
	top: 35%;
}
.hero-buttons {
	margin: auto;
	max-width: 1300px;
}
.home-hero .hero-content {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	min-width: 1300px;
	z-index: 1000;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
}
.home-hero .hero-content .flex-wrapper {
	display: flex;
}
.home-hero .hero-content .marco-avatar {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	border: 5px solid white;
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-top: 16px;
}
.home-hero .hero-content h1 {
	display: block;
	margin: 0;
	padding: 0;
	color: rgb(156 190 243);
	background: -webkit-linear-gradient(rgb(255 0 122), rgb(238 243 156));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 60px;
	font-weight: 100;
	line-height: 70px;
	max-width: 1300px;
	position: relative;
	padding: 0;
}
.home-hero .hero-content h1 strong {
	font-weight: 500;
}
.home-hero .hero-content h2 {
	max-width: 1300px;
	position: relative;
	color: #fff;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.04em;
}
.home-hero .hero-content p {
	display: block;
	margin: 0;
	max-width: 1300px;
	font-size: 16px;
	line-height: 28px;
	padding: 0;
	color: #fff;
	letter-spacing: 0.03em;
}
.two-by-one-wrapper {
	margin: 0 auto;
}
.two-by-one {
	width: 98%;
	max-width: 1300px;
	display: flex;
	margin: 0 auto 60px;
	background: rgb(10 9 14 / 65%);	
	background: linear-gradient(222deg, #a63138 0%, rgb(37 25 104) 100%);
	align-items: center;
	box-shadow: 0px 10px 45px 0px rgb(0 0 0 / 33%);
	border-radius: 16px;
	overflow: hidden;
}
.two-by-one:nth-of-type(even) {
	flex-flow: row-reverse;
}
.two-by-one .content,
.two-by-one .video {
	flex: 1 0 50%;
}
.two-by-one .content {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;  
	flex-direction: column;  
}
.two-by-one .content h1,
.two-by-one .content p {
	width: 80%;
	margin: auto
}
.two-by-one .content h1 {
	font-size: 40px;
	padding: 0;
	color: rgb(255 255 255);
	font-weight: 300;
}
.two-by-one .content p {
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	color: rgb(255 255 255 / 100%);
}
.two-by-one .content a {
	align-self: flex-start;
	margin-left: 10%;
}
.two-by-one .video {
	width: 500px;
	height: 500px;
	overflow: hidden;
}
.two-by-one .image-only {
	width: 50%;
	height: 500px;
	overflow: hidden;
}
.two-by-one .image-only img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}
.two-by-one .video .masthead-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.process-overlay {
	width: 100%;
	position: absolute;
	background: rgb(18 19 32 / 90%);
	top: 0;
	z-index:100;
}
.process-height {
	min-height: 100%;
}
.tall-hero {
	min-height: 1045px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top_content {
	margin-left: -490px;
	padding: 0;
	width: 980px;
	position: absolute;
	left: 50%;
}
.masthead {
	position: relative;
	min-width: 320px;
	overflow-x: hidden;
}
.masthead-video {
	z-index: 0;
}
.masthead-overlay {
	background-color: #000;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.overlay-general {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(18 19 35 / 90%);
	top: 0;
	z-index:100;
}
.overlay-innerpage {
	background: rgb(18 19 34 / 95%);
}
#header-container{
	width: 980px;
	opacity: 0;
}
#header {
	height: 550px;
	margin: 0 auto;
	position: relative;
	width: 980px;
	z-index: 10;
}
#main, #aside{
	font-size: 1.6em;
}
img.aligncenter {
	margin: auto;
	padding: 0;
	display: block
}
.page_content {
	margin: 0 auto;
	width: 1024px;
	padding: 0 0 20px 0;
}
.page_content h1 {
	margin: 0;
	padding: 0 0 20px 0;
	color: #53626b;
}
.page_content h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
}
.page_content p {
	font-size: 15px;
	line-height: 26px;
}
.next,.prev {
	color: white;
	cursor: pointer;
	display: none;
	padding: 10px 5px;
	position: absolute;
	top: 33%;
	z-index: 1000;
	height: 35px;
	margin-top: -47.5px;
}
.pause {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
}
.paused {
	opacity: 0.3;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.prev img, .next img{
	height: 100%;
	width: auto;
}
#sequence-preloader{
	background: #d9d9d9;
}
#nav {
	position: absolute;
	display: none;
	bottom: 50px;
	right: 20px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	z-index: 10000;
}
#nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#nav li h1 {
	margin: 0;
	padding: 5px 10px 3px 10px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.3;
	border: 1px solid #404040;
	transition-duration: 1s;
}
#nav li h1:hover {
	opacity: 0.8;
	color: #fff;
}
#nav li h1.active {
	opacity: 1;
	background: #07b0ff;
	color: #fff;
	border: 1px solid #0695d8;
}
.item_content {
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
	padding: 30px 0 0 0;
}
.item_content_nc {
	margin: 0;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
.item_content .main {
	margin: auto;
	padding: 0 0 20px 0;
	width: 100%;
	position: relative;
}
.item_content .main .portfolioimage,.item_content .main .portfolioimage2 {
	position: relative;
	margin: 0 auto 50px auto;
	padding: 0;
	background: #fff;
	border: 1px solid #bababa;
	width: 1024px;
	height: 512px;
	overflow: hidden;
}
.item_content .main .videowrapper {
	width: 1280px;
	max-width: 95%;
	position: relative;
	top: -30px;
	margin: 0 auto -10px auto;
	padding: 0;
	background: #000;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .2);
}
.item_content .main .videowrapper .videowindow {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.item_content .main .videowrapper .videowindow iframe,.item_content .main .videowrapper .videowindow object,.item_content .main .videowrapper .videowindow embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.item_content .main .post {
	width: 1024px;
	margin: auto;
	padding: 0;
}
.item_content .main .left_entry {
	float: left;
	width: 280px;
}
.item_content .main .left_entry h1 {
	margin: 0;
	padding: 20px 20px 0 20px;
	font-size: 26px;
	line-height: 30px;
	color: #000;
	text-align: right;
}
.item_content .main .left_entry h3 {
	padding: 0 20px 0 20px;
	margin: 0;
	font-size: 13px;
	text-align: right;
}
.item_content .main .entry {
	margin: 0;
	padding: 15px 25px 10px 25px;
	color: #2e2e2e;
	width: 500px;
	float: left;
}
.item_content .main .entry p {
	margin: 0;
	color: #2e2e2e;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	line-height: 26px;
}
.item_content .main .otherinfo {
	margin: 0;
	padding: 25px 20px 20px 20px;
	color: #000;
	width: 150px;
	font-size: 14px;
	float: left;
}
img.theicons {
	margin: 30px 0 40px 0;
	padding: 0;
	position: relative;
	z-index: 10;
	opacity: .0;
}
.form-container {
	margin: 0 auto !important;
}
.site-content {
	margin: 0 auto;
	padding: 100px 0;
	max-width: 1300px;
}
.site-content h1 {
	font-size: 50px;
	font-weight: 100;
	line-height: 52px;
	margin: auto;
	padding: 0 0 10px 0;
}
.site-content h2 {
	font-size: 30px;
	line-height: 34px;
	padding: 20px 0 20px 0;
}
.site-content p {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 16px;
	line-height: 28px;
}
.site-content .even-images {
	text-align: justify;
	margin: 0;
	padding: 50px 0;
}
.site-content .even-images > img {
	width: 320px;
	/* Declare your value. Can be in relative units. */
	display: inline-block;
	vertical-align: top;
}
.site-content .even-images:after {
	content: "";
	width: 100%;
	display: inline-block;
}
.about-me-content {
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	column-count: 3;
	margin-bottom: 40px;
}
.about-me-content p {
	padding: 0 0 10px 0;
}
ul.column-list {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	margin: 0 0 80px;
	padding: 0;
	width: 100%;
}
ul.column-list li {
	display: block;
	line-height: 20px;
	padding: 20px 0;
	list-style-type: circle;
	font-size: 17px;
	text-indent: -15px; /* key property */
	margin-left: 20px; /* key property */
}
ul.column-list li .fa {
	color: #00d084;
	font-size: 20px;
	vertical-align: bottom;
	margin-right: 5px;
}
.top-link {
	margin: 60px auto;
}
.centered {
	text-align: center;
	display: block;
}
.page_content {
	margin: 0 auto 50px auto;
	padding: 0;
	width: 1024px;
}
.page_content h1 {
	margin: 0;
	padding: 20px 0 0 10px;
	color: #000;
	opacity: .0;
}
.page_content .right_column {
	width: 430px;
	padding: 0 0 0 10px;
	float: right;
	opacity: .0;
}
.page_content .right_column h2 {
}
.page_content .right_column p {
}
.page_content .right_column ul li{
	font-size: 13px;
	line-height: 22px;
}
.page_content .left_column {
	width: 530px;
	padding: 0 20px 0 10px;
	float: left;
	position: relative;
	z-index: 20;
	opacity: .0;
}
.page_content .left_column p {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 14px;
	line-height: 22px;
}
p.hero-icon {
	color: #fff;
	text-align: center;
}
/*PORTFOLIO ITEM STYLES*/
.page-info {
	margin: auto;
	position: relative;
	padding: 0;
	max-width: 100%;
	height: 400px;
	background: rgb(16 16 19);
	padding: 50px 100px;
	overflow: hidden;
}
.page-info .hero-content {
	width: 100%;
	display: block;
	z-index: 1000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page-info .hero-content h1 {
	display: block;
	max-width: 1300px;
	font-size: 60px;
	font-weight: 100;
	padding: 0 50px 0 50px;
	margin: auto;
	color: #fff;
	position: relative;
}
.page-info .hero-content p {
	display: block;
	max-width: 1300px;
	font-size: 16px;
	line-height: 28px;
	padding: 0 50px 0 50px;
	margin: auto;
	color: #fff;
	letter-spacing: 0.03em;
}
.page-info img.hero-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	object-fit: cover;
	opacity: .3;
}
.page-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1800px;
}
.page-wrapper h2 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 100;
	text-align: center;
}
.page-wrapper .description {
	margin: auto;
	max-width: 1300px;
	padding: 50px 25px;
	line-height: 30px;
	text-align: center;
}
.page-wrapper .description p {
	line-height: 28px;
}
.page-wrapper .quote-box {
	width: 99%;
	margin: 50px auto 0;
	padding: 0;
	position: relative;
	height: 1000px;
	overflow: hidden;
	border-radius: 16px;
	background: rgb(17 97 185);
}
.page-wrapper .quote-box .content-quote {
	width: 100%;
	margin: auto;
	display: block;
	z-index: 1000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page-wrapper .quote-box .content-quote h1 {
	text-align: center;
	color: #fff;
	font-size: 50px;
	font-weight: 100;
	padding: 100px;
}
.page-wrapper .quote-box img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	object-fit: cover;
	opacity: 0.1;
	border-radius: 16px;
	filter: grayscale(1) contrast(1.2);
}
.page-wrapper .portfolio-header {
	margin: auto;
	max-width: 1300px;
	padding: 40px;
	clear: both;
}
.page-wrapper .my-role {
	margin: 0 auto 0;
	padding: 100px;
	max-width: 1080px;
	background: rgb(40 42 94);
	color: #fff;
	-webkit-column-count: 3;
	/* Chrome, Safari, Opera */
	-moz-column-count: 3;
	/* Firefox */
	column-count: 3;
	-webkit-column-gap: 50px;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 50px;
	/* Firefox */
	column-gap: 50px;
	border-radius: 16px;
}
.page-wrapper .my-role h3 {
	padding: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 100;
	color: #fff;
	-webkit-column-span: all;
	/* Chrome, Safari, Opera */
	column-span: all;
}
.page-wrapper .my-role p {
	font-size: 16px;
	line-height: 28px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #fff;
	letter-spacing: 0.03em;
}
.page-wrapper .intro-gallery {
	clear: both;
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
}
.page-wrapper .intro-gallery .item {
	margin: 10px auto;
	padding: 0;
	max-width: 1300px;
	position: relative;
	display: block;
}
.page-wrapper .intro-gallery .item img {
	max-width: 98.5%;
	display: block;
	border-radius: 16px;
	margin: auto;
}
.page-wrapper .multi-gallery {
	clear: both;
	max-width: 1300px;
	display: block;
	margin: 0 auto;
	position: relative;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	-webkit-column-gap: 60px;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 60px;
	/* Firefox */
	column-gap: 60px;
	text-align: center;
}
.page-wrapper .multi-gallery .item {
	padding: 20px 0;
	margin: 0;
	width: 97%;
	position: relative;
}
.page-wrapper .multi-gallery a.item {
	cursor: pointer;
	display: block;
	transition: all 0.2s;
}
.page-wrapper .multi-gallery a.item:hover {
	opacity: 0.80;
	text-decoration: none;
	transition: all 0.2s;
}
.page-wrapper .multi-gallery .item img {
	max-width: 100%;
	display: inline-block;
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	width: 100%;
}
.page-wrapper .multi-gallery .multi-grid img {
	border-radius: 5px;
}
.page-wrapper .multi-gallery .item p {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 14px;
	letter-spacing: .03em;
	border-radius: 16px;
	background-color: #1c1f57eb;
	position: absolute;
	bottom: 27px;
	z-index: 100;
	width: 98%;
	left: 50%;
	margin-left: -49%;
	box-shadow: 0 0 13px 4px #0000005e;
}
.page-wrapper .multi-gallery .item p span {
	display: block;
	padding: 25px;
}
.portfolio-item-footer {
	clear: both;
	margin: 50px auto 0;
	padding: 50px 0;
	width: 100%;
	display: block;
	background: rgba(0,0,0,.15);
}
.portfolio-item-footer .button {
	margin: 0 auto 20px;
}
.portfolio-item-footer .more-work {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1800px;
}
.portfolio-item-footer .more-work h2 {
	margin: 0 auto;
	padding: 0 33px;
	display: block;
	font-weight: 100;
	font-size: 40px;
	text-align: center;
}
.basic-responsive-gallery {
	clear: both;
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.slider {
	max-width: 1300px;
	margin: auto;
}
.slick-list {
	overflow: unset;
}
.slick-slide {
	margin: 20px 5px 20px 5px;
	transition: all 1s ease;
	height: auto !important;
	opacity: .2;
	padding: 10px;
	filter: grayscale(100%);
	pointer-events: none;
}
.slick-slide:focus {
	outline: none;
}
.slick-current {
	opacity: 1;
	filter: grayscale(0%);
	pointer-events: auto;
}
.slick-slide img {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.slick-slide img:focus {
	outline: none;
}
.slick-slide p {
	color: rgba(255 255 255 / 80%);
	position: relative;
	text-align: center;
	font-size: 14px;
	padding: 0 20px 0 20px;
}
.slick-prev:before,.slick-next:before {
	color: #fff;
	transition: all .3s ease;
	opacity: .3;
}
.slick-center {
	transform: scale(1.06);
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(3) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(4) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(5) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.footer {
	margin: 0;
	width: 100%;
	min-height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
}
.footer h1 {	
	margin-top: 50px;
	padding: 30px;
	font-size: 50px;
	line-height: 52px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}
.footer .rights {
	margin: auto;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
}
.footer .centered_content {
	max-width: 1350px;
	z-index: 1000;
	display: flex;
	flex-direction: row;
	margin: 30px auto 50px auto;
}
.footer .centered_content .column {
	width: 33.3%;
	margin: 0 .5%;
	background: rgb(110 110 110 / 10%);
	border-radius: 16px;
	display: flex;
}
.footer .centered_content .column .features {
	margin: 30px auto;
	width: 80%;
}
.footer .centered_content .column_nb {
	border-right: none;
}
.footer .centered_content .column h2 {
	margin: 0;
	padding: 5px 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	color: #0693e3;
}
.footer .centered_content .column p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.footer .centered_content .column ul {
	margin: 10px 0 0 20px;
	padding: 0;
}
.footer .centered_content .column ul li {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.footer .centered_content h1 {
	margin: 20px auto;
	color: #fff;
	font-size: 48px;
	font-weight: 100;
	line-height: 48px;
	text-align: center;
}
.footer .centered_content p {
	margin: 20px auto;
	color: #fff;
	line-height: 26px;
}
.footer .centered_content .left_column_content {
	width: 650px;
	float: left;
}
.footer .centered_content .left_column_content h1 {
	padding: 0 0 0 10px;
	margin: 0;
}
.footer .centered_content .left_column_content p {
	font-size: 16px;
	line-height: 27px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #fff;
}
.footer .centered_content .right_column_content {
	width: 350px;
	float: left;
	text-align: center;
}
.pre-footer {
	background: transparent !important;
	z-index: 1000;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
}
.pre-footer h1 {	
	color: #fff;
	margin-top: 0;
}
.pre-footer .centered_content .column {
	background: rgb(21 22 37 / 87%);
	box-shadow: 0 0 15px #00000036;
}
.pre-footer .process-content .column h2 {
	color: #fff;
}
.main-slider .sl-slider-wrapper {
	width: 100%;
	height: 670px;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	top: 0;
}
.main-slider .sl-slider h2,.main-slider .sl-slider blockquote {
	padding: 100px 30px 10px 30px;
	width: 80%;
	max-width: 960px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.main-slider .sl-slider h2 {
	font-size: 50px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.main-slider .sl-slider blockquote {
	font-size: 28px;
	padding: 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.main-slider .sl-slider blockquote cite {
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 0;
	display: inline-block;
}
.main-slider .bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/* Custom navigation arrows */
.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}
.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}
.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}
/* Custom navigation dots */
.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}
.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow:0 1px 1px rgba(255,255,255,0.4),inset 0 1px 1px rgba(0,0,0,0.1);
}
.main-slider .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow:0 1px 1px rgba(255,255,255,0.4),inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 2px rgba(255,255,255,0.5);
}
.main-slider .nav-dots span.nav-dot-current,.main-slider .nav-dots span:hover {
	box-shadow:0 1px 1px rgba(255,255,255,0.4),inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 5px rgba(255,255,255,0.5);
}
.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
.main-slider .bg-img-1 {
	background-image: url(/images/1.jpg);
}
.main-slider .bg-img-2 {
	background-image: url(/images/2.jpg);
}
.main-slider .bg-img-3 {
	background-image: url(/images/3.jpg);
}
.main-slider .bg-img-4 {
	background-image: url(/images/4.jpg);
}
.main-slider .bg-img-5 {
	background-image: url(/images/5.jpg);
}
/* Animations for content elements */
.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {
		-webkit-transform: translateX(500px) rotate(360deg);
	}
	100% {
		-webkit-transform: translateX(0px) rotate(0deg);
	}
}
@-moz-keyframes roll{
	0% {
		-moz-transform: translateX(500px) rotate(360deg);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px) rotate(0deg);
		opacity: 1;
	}
}
@-o-keyframes roll{
	0% {
		-o-transform: translateX(500px) rotate(360deg);
		opacity: 0;
	}
	100% {
		-o-transform: translateX(0px) rotate(0deg);
		opacity: 1;
	}
}
@-ms-keyframes roll{
	0% {
		-ms-transform: translateX(500px) rotate(360deg);
		opacity: 0;
	}
	100% {
		-ms-transform: translateX(0px) rotate(0deg);
		opacity: 1;
	}
}
@keyframes roll{
	0% {
		transform: translateX(500px) rotate(360deg);
		opacity: 0;
	}
	100% {
		transform: translateX(0px) rotate(0deg);
		opacity: 1;
	}
}
@-webkit-keyframes moveUp{
	0% {
		-webkit-transform: translateY(40px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}
@-moz-keyframes moveUp{
	0% {
		-moz-transform: translateY(40px);
	}
	100% {
		-moz-transform: translateY(0px);
	}
}
@-o-keyframes moveUp{
	0% {
		-o-transform: translateY(40px);
	}
	100% {
		-o-transform: translateY(0px);
	}
}
@-ms-keyframes moveUp{
	0% {
		-ms-transform: translateY(40px);
	}
	100% {
		-ms-transform: translateY(0px);
	}
}
@keyframes moveUp{
	0% {
		transform: translateY(40px);
	}
	100% {
		transform: translateY(0px);
	}
}
@-webkit-keyframes fadeIn{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes fadeIn{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes scaleDown{
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.5);
	}
}
@-moz-keyframes scaleDown{
	0% {
		-moz-transform: scale(1);
	}
	100% {
		-moz-transform: scale(0.5);
	}
}
@-o-keyframes scaleDown{
	0% {
		-o-transform: scale(1);
	}
	100% {
		-o-transform: scale(0.5);
	}
}
@-ms-keyframes scaleDown{
	0% {
		-ms-transform: scale(1);
	}
	100% {
		-ms-transform: scale(0.5);
	}
}
@keyframes scaleDown{
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.5);
	}
}
@-webkit-keyframes fadeOut{
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes fadeOut{
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes fadeOut{
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-ms-keyframes fadeOut{
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut{
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* Media Queries for custom slider */
@media screen and (max-width: 660px) {
	.demo-1 .deco {
		width: 130px;
		height: 130px;
		margin-left: -65px;
		margin-bottom: 50px;
	}
	.demo-1 [data-icon]:after {
		width: 110px;
		height: 110px;
		line-height: 110px;
		font-size: 40px;
		margin: -55px 0 0 -55px;
	}
	.demo-1 .sl-slide blockquote {
		margin-bottom: -120px;
	}
	.demo-1 .sl-slide h2 {
		line-height: 22px;
		font-size: 18px;
		margin-bottom: -40px;
		letter-spacing: 8px;
	}
	.demo-1 .sl-slide blockquote p:before {
		line-height: 10px;
		width: 40px;
		height: 40px;
		font-size: 120px;
		left: -45px;
	}
	.main-slider .sl-slider-wrapper {
		height: 500px;
	}
	.main-slider .sl-slider h2 {
		font-size: 36px;
	}
	.main-slider .sl-slider blockquote {
		font-size: 16px;
	}
}
.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}
/* Slide wrapper and slides */
.sl-slide,.sl-slides-wrapper,.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sl-slide {
	z-index: 1;
}
/* The duplicate parts/slices */
.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}
/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}
/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}
/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}
.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}
/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}
.half-message {
}
.my-location {
	min-height: 500px;
	display: flex;
}
.my-location .half-message,.my-location .the-map {
	flex: 50%;
	overflow: hidden
}
.my-location .the-map iframe {
	border: 0 !important;
}
.my-location .half-message {
	width: 50%;
	height: 500px;
	background: rgb(0 0 0 / 30%);
	position: relative;
	transform-style: preserve-3d;
}
.my-location #map {
	width:50%;
	height: 500px;
	float: left;
}
.cs-element {
	display: block;
	margin: 5px;
	padding: 0;
	width: 330px;
	height: 180px;
	position: relative;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}
.cs-element img {
	position: relative;
	z-index: 0;
	opacity: 0.20;
	left: -50px;
}
.cs-element .text {
	position: absolute;
	z-index: 100;
	width: 330px;
	height: 180px;
	top: 0;
	transition: all 0.5s;
}
.cs-element .text:hover {
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.5s;
}
.cs-element .text h2 {
	text-align: center;
	margin: 0;
	padding: 70px 0 0 0;
	color: #fff;
}
.touchcarousel, .touchcarousel-wrapper {
	width: 100% !important;
	height: auto !important;
}
.touchcarousel-item {
	width: auto !important;
	height: auto !important;
}
.item_content .main .portfolioimage {
	/* Gets rid of the white box inside of TouchCarousel */
	background: transparent !important;
	border: 0px !important;
}
.captcha-image {
	border: none !important;
	margin: auto;
}
.wpcf7 input.wpcf7-submit {
	border-radius: 5px !important;
	padding: 17px 30px !important;
	float: none !important;
	margin: auto !important;
	width: 100% !important;
}
