* {
	outline: none;
	text-decoration: none!important;
	backface-visibility: hidden!important;
	font-family: 'Poppins', sans-serif;;
}
body {
	margin: 0;
	padding: 0;
}
.body-wrap {
	background: linear-gradient(180deg, #121232 0%, #0D0D29 14.09%, #22144B 20.26%, #3F195F 37.99%, #18427D 52.87%, #0E6A6E 100%);	
}
.container {
	position: relative;
	z-index: 9;
}
@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}	
}
.container {
	padding: 0 30px;
}
img {
	max-width: 100%;
}
a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a,
p {
	color: rgba(255,255,255,0.9);
	font-weight: 200;
	font-size: 16px;	
	line-height: 30px;
	margin: 0 0 40px;
}
section.section {
	margin: 0 0 214px;
	position: relative;
}
/*section-title*/
.section-title {
	margin-bottom: 40px;
}
.section-title h2 {
	color: #FFFFFF;	
	font-size: 18px;	
	font-weight: bold;	
	letter-spacing: 1px;	
	line-height: 27px;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	top: 10px;
}
.section-title img {
	float: left;
	margin-right: 30px;
}
/*section-main-title*/
.section-main-title	{
	margin-bottom: 20px;
}
.section-main-title h2 {
	color: #FFFFFF;	
	font-size: 40px;	
	letter-spacing: 0.3px;	
	line-height: 60px;
	font-weight: 200;
	margin: 0;
}
.section-main-title h2 span {
	font-weight: bold;
	position: relative;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background-position: 0 25px;
    -webkit-background-size: 100% 20px;
    background-size: 100% 20px;
    background-repeat: no-repeat;
}
.content-wrap {
	position: relative;
}
.content-wrap:before {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 30px;
	height: 2px;
	background: #fff;
}
/*bg element*/
.bg-element {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 8;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg-element .bg-img {
	flex: 0 0 auto;
	width: 50%;
}
.bg-element .left-img {
	float: left;
}
.bg-element .right-img {
	float: right;
	text-align: right;
}
/*top-banner*/
section.top-banner-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.top-banner-img {
	padding-top: 39px;
}
.banner-content-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 9;
}
.banner-content {
	width: 665px;
	max-width: 100%;
}
.banner-content a {
	margin-bottom: 106px;
	display: inline-block;
}
.banner-content h1 {
	font-size: 50px;	
	font-weight: 200;	
	letter-spacing: 0.33px;	
	line-height: 70px;
	margin: 0;
	color: #fff;
}
/*why wrapper*/
.work-content {
	width: 50%;
	max-width: 100%;
}
.inspiration-left {
	padding-right: 100px;
}
.right-list {
	padding: 30px;
	border-radius: 16px;	
	background-color: rgba(255,255,255,0.07);	
	box-shadow: 0 20px 20px 0 rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.right-list h3 {
	color: #FFFFFF;	
	font-size: 16px;	
	font-weight: bold;	
	line-height: 25px;
	margin: 0 0 16px;
	position: relative;
}
.right-list h3:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 1px;
	opacity: 0.2;
	background: #fff;
	width: 51px;
	z-index: 9;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.right-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.right-list ul li {
	padding-left: 33px;
	position: relative;
	color: rgba(255,255,255,0.9);
	font-size: 16px;	
	line-height: 34px;
}
.right-list ul li:before {
	width: 18px;
	content: '';
	height: 18px;
	position: absolute;
	top: 7px;
	left: 0;
	background-image: url('images/li-bullet.svg');
	-webkit-background-size: cover;
	background-size: cover;
}
/*process wrapper*/
.process-content {
    width: 50%;
    max-width: 100%;
}
.process-wrapper .bg-element .right-img {
	flex: 1 0 auto;
}
.features-list {
	width: 470px;
	max-width: 100%;
	margin-top: 70px;
}
.features-list h3 {
	color: #FFFFFF;	
	font-size: 16px;	
	font-weight: bold;	
	line-height: 31px;
	margin: 0 0 20px;
}
.features-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.features-list ul li {
	padding-left: 33px;
	position: relative;
	color: rgba(255,255,255,0.9);
	font-size: 16px;	
	line-height: 34px;
	margin-bottom: 20px;
}
.features-list ul li:before {
	width: 18px;
	content: '';
	height: 18px;
	position: absolute;
	top: 7px;
	left: 0;
	background-image: url('images/li-bullet.svg');
	-webkit-background-size: cover;
	background-size: cover;
}
section.section.process-wrapper {
	margin-bottom: 0
}
/*practices wrapper*/
section.practices-wrapper {
	margin: 0;
}
.practices-list {
	padding: 80px 0 48px;
	width: 895px;
	max-width: 100%;
	margin: 0 auto;
}
.practices-list h3 {
	color: #FFFFFF;	
	font-size: 16px;	
	font-weight: bold;	
	line-height: 25px;
	margin: 0 0 35px;
}
.practices-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.practices-list ul li img {
	float: left;
	margin-right: 27px;
	height: 35px;
	width: auto;
	position: relative;
	top: -5px;
}
.practices-list ul li {
	width: 33.33%;
	color: #FFFFFF;	
	font-size: 16px;
	line-height: 25px;
	margin: 0 0 38px;
	font-weight: 200;
	float: left;
}
.practices-list ul li:after {
	content: '';
	clear: both;
	display: block;
}
/*footer*/
footer {
	background: #fff;
}
.footer-logo {
	margin-bottom: 40px;
}
.contact-wrap {
	width: 395px;
	max-width: 100%;
}
.contact-wrap h3 {
	color: #EA115F;	
	font-size: 18px;	
	font-weight: bold;	
	letter-spacing: 1px;	
	line-height: 27px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.contact-wrap h2 {
	color: #121232;	
	font-size: 40px;	
	font-weight: 600;	
	letter-spacing: 0.3px;	
	line-height: 60px;
	margin: 0 0 10px;
}
.contact-wrap p {
	color: #121232;
	font-size: 16px;	
	line-height: 30px;
	margin: 0 0 65px;
}
.contact-info .pull-left {
	width: 50%;
	position: relative;
}
.contact-info .pull-left:before {
	content: '';
	position: absolute;
	right: 50px;
	height: 30px;	
	width: 1px;	
	background-color: #6D6D81;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.contact-info .pull-left:last-child:before {
	display: none;
}
.contact-info .pull-left img {
	height: 35px;
	width: auto;	
}
.contact-info .pull-left p {
	display: block;
}
.mail {
	margin: 20px 0 0;
}
.address a:focus,
.address a:visited,
.address a,
.address p {
	color: #121232;		
	font-size: 16px;	
	font-weight: 600;	
	line-height: 25px;
	margin: 20px 0 0;
}
.address a:hover {
	color: #00BDFF;
}
.mail a:visited,
.mail a:focus,
.mail a {
	color: #00BDFF;
	font-size: 16px;	
	font-weight: 600;	
	line-height: 25px;
}
.mail a:hover {
	color: #121232;
}
.footer-wrapper {
	position: relative;
}
.footer-wrapper-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 9;
}
.footer-copyright {
    position: relative;
    top: -50px;
    height: 0;
}
.footer-copyright p {
	color: #121232;	
	font-size: 14px;	
	font-weight: 600;	
	letter-spacing: 0.3px;	
	line-height: 21px;
	margin: 0;
}
/*media queries*/
@media (max-width: 991px) {
	.inspiration-left {
		padding-right: 0;
	}
	.section-main-title h2 span:before {
		height: 15px;
	}
	.top-banner-img {
		display: none;
	}
	.banner-content {
		margin-bottom: 100px;
	}
	.banner-content-wrap {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}
	section.section {
		margin: 80px 0;
	}
	section.top-banner-wrapper {
		margin-top: 0;
		padding-top: 80px;
	}
	.top-banner-img {
		padding-top: 39px;
	}	
	.banner-content h1 {
		font-size: 37px;	
		font-weight: 200;	
		letter-spacing: 0.3px;	
		line-height: 60px;
	}
	.work-content,
	.process-content {
		width: 100%;
	}
	.work-wrapper .bg-element {
		left: 50%;
		top: 80%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.left-img {
		display: none;
	}
	.bg-element .bg-img {
		width: 100%;
	}
	a,p {
		font-size: 14px;
		line-height: 25px;
	}
	.section-title h2 {
		font-size: 14px;
		line-height: 21px;
	}
	.section-main-title h2 {
		font-size: 28px;
		line-height: 42px;
	}
	.right-list {
		margin-top: 30px;
		display: inline-block;
	}
	.right-list h3 {
		font-size: 14px;
		line-height: 21px;
	}
	.right-list h3:before {
		display: none;
	}
	.features-list ul li,
	.right-list ul li {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.features-list ul li:before,
	.right-list ul li:before {
		top: 0;
	}
	.practices-list {
		padding: 40px 0;
	}
	.practices-list ul li {
		width: 100%;
		float: none;
	}
	.practices-list ul li img {
		width: 30px;
		height: auto;
		top: 0;
	}
	section.practices-wrapper {
		margin: 0;
	}
	section.section.process-wrapper {
		margin-bottom: 60px;
	}
	footer {
		padding: 70px 0 30px;
	}
	.footer-bg {
		display: none;
	}
	.footer-wrapper-inner {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}
	.contact-wrap h3 {
		font-size: 14px;
		line-height: 21px;
	}
	.contact-wrap h2 {
		font-size: 28px;
		letter-spacing: 0.21px;
		line-height: 42px;
	}
	.contact-wrap p {
		font-size: 14px;
		line-height: 25px;
	}
	.contact-info .pull-left {
		width: 100%;
		float: none;
		margin-bottom: 34px;
	}
	.contact-info .pull-left:before {
		display: none;
	}
	.footer-copyright {
		height: auto;
		top: 0;
		margin-top: 100px;
	}
	.section-main-title h2 span {
	    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
	    background-position: 0 20px;
	    -webkit-background-size: 100% 15px;
	    background-size: 100% 15px;
	}
}