.demo-title-wrapper {
	height: 500px;
}

.demo-title-wrapper .landing_content h2 {
	font-size: 40px;
}

.demo-title-wrapper .landing_content h4 {
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.demo-title-wrapper .landing_content p {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	opacity: .9;
	margin-bottom: 0;
}

.demo-title-wrapper .landing_content a {
	display: inline-block;
	padding: 12px 30px;
	background-color: rgb(11, 27, 245);
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 30px;
}

.demo-title-wrapper .landing_content a:hover {
	background-color: #fff;
	color: #000;
}

.buy_btn {
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color:rgb(11, 27, 245);
	color: #fff;
	padding: 10px 25px;
	border-radius: 25px;
	font-size: 15px;
}

.buy_btn:hover {
	background-color: #333;
	color: #fff;
}

#demo_wrapper {
	padding: 100px 0;
	z-index: -1;
	position: relative;
}

.demo_heading{
	position: relative;
	margin-bottom: 30px;
}

.demo_heading::after {
	position: absolute;
	content: "";
	height: 6px;
	width: 30px;
	bottom: -17px;
	left: 0;
	background-color: rgb(11, 27, 245);
	box-shadow: 27px 0 0 rgb(11, 155, 245), 54px 0 0 rgb(11, 245, 195);
	border-radius: 10px;
}

.single_demo_img {
	margin-top: 30px;
	display: inline-block;
	color: #333;
}

.single_demo_img:hover {
	color: #333;
}

.single_demo_img img {
	width: 100%;
	height: auto;
	display: inline-block;
	box-shadow: 0 0 42px #0003;
	border-radius: 3px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.single_demo_img:hover img {
	box-shadow: none;
}

.single_demo_img h4 {
	padding: 15px 0;
	font-size: 22px;
	position: relative;
	z-index: -1;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.single_demo_img:hover h4 {
	opacity: .5;
}

.features{
	padding: 80px;
	position: relative;
	z-index: -1;
}

.features h3 {
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

.features p {
	font-weight: 600;
	color: #444;
}

.features p b {
	color: #000;
}

.features p i {
	display: inline-block;
	padding: 10px;
	background-color: #1420c0;
	margin-right: 15px;
	border-radius: 50%;
	color: #fff;
}