/* styled display text */

.dark.styled-display-text  {
	background: #09141a;
}

.dark.styled-display-text  p {
	color: #f2f2f2;
}

.blue.styled-display-text  {
	background: #29abe2;
}

.blue.styled-display-text h1 {
	color:#09141a ;
}

.blue.styled-display-text h2 {
	color:#09141a ;
}

.blue.styled-display-text h3 {
	color:#09141a ;
}

.blue.styled-display-text h4 {
	color:#09141a ;
}

.blue.styled-display-text p {
		color:#f2f2f2 ;
	}

.blue .st0 {
	fill:#f2f2f2;
}

.blue.styled-display-text  p {
	color: #f2f2f2;
}

.styled-display-text {
	width:100%;
	height: 100vh;
	position: relative;
	background: #eee;
	padding: 60px 6%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.styled-display-text .max-width {
	max-width: 55%;
}

.styled-display-text .circle {
	position: absolute;
	right: -300px;
	top: -300px;
	width: 650px;
	height: 650px;
	transition: all 0.7s;
}

.styled-display-text ul {
	padding: 15px 0;
}

.styled-display-text ul li:before {
	content: '\f054';
	color: #197197;
	font-family: 'FontAwesome';
	font-size: 14px;
	position: relative;
	position: absolute;
	left: -8px;
}

.styled-display-text ul li {
	color: #aee3ff;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 10px;
	position: relative;
	margin-left: 6px;
	padding-left: 10px;
}

.styled-display-text  h1 {
	color: #29abe2;
}

.styled-display-text  h2 {
	color: #29abe2;
}

.styled-display-text  h3 {
	color: #29abe2;
}
	
.styled-display-text  p {
	color: #09141a;
}


@media only screen and (max-width: 769px){
	
	.styled-display-text {
		width: 100%;
		height: auto;
		padding:230px 6% 80px;
	}
	
	.styled-display-text .circle {
		top: -450px;
		transition: all 0.7s;
	}
	
	.styled-display-text .max-width {
		max-width: 100%;
	}
}

