.preloader {
    background-color: #558af2;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.spin {
    width: 150px;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -75px;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #fff;
    position: absolute;
    animation: spin 1500ms infinite linear;
}
.spin:before {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 3px solid transparent;
    border-top-color: #fff;
    animation: antispin 700ms infinite linear;
    content: "";
    position: absolute;
    border-radius: 60%;
}
@keyframes spin { 100% {transform:rotate(360deg);} }
@keyframes antispin {
  from {transform: rotate}
  to {transform: rotate(-360deg);}
}

.preloader img {
    width: 50px;
    height: 70px;
    position: relative;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -35px;
}


header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
header .logo {
	position: absolute;
	top: 0;
}
header .logo img {
	width: 100%;
}
header .buy-now-button a {
	color: #fff;
	background: #558af2;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 50px;
    float: right;
    position: relative;
    top: 20px;
    text-decoration: none;
}
header .buy-now-button a:hover {
    background: #125af5;
}

.banner-area {
	background: url('../img/hero-overlay.png') bottom center;
	background-size: cover;
	position: relative;
}
.banner-area:after {
	background: url('../img/background.jpg') center center;
	background-size: cover;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.banner-area:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	content: '';
	background: #fff;
}

.banner-area .content {
	height: 870px;
}
.banner-area .content h1 {
    font-size: 60px;
    font-family: 'Poppins Black', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 48px;
}
.banner-area .content h1 span {
	color: #558af2;
    padding: 0;
}
.banner-area .content h1 span b {
    font-weight: 700;
}
.banner-area .content a {
    color: #fff;
    text-transform: uppercase;
    background: #558af2;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
}
.banner-area .content a:hover {
    background: #125af5;
}


.banner-area .demo-mockup {
	position: absolute;
	left: 50%;
	bottom: 0;
}
.banner-area .demo-mockup img {
	width: 100%;
	height: auto;
}


.demo-area {
    padding: 108px 0 84px;
}
.demo-area .area-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #404550;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 46px;
}
.demo-area .demo-img {
    height: 400px;
    overflow: hidden;
    border: 6px solid #eaeaea;
    position: relative;
}
.demo-area .demo-img img {
    width: 100%;
}
.demo-area .demo-img:hover .demo-ovarlay {
    top: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.demo-area .demo-img .demo-ovarlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: center;
    background: rgba(85, 138, 242, 0.69);
}
.demo-area .demo-img .demo-ovarlay a {
    text-align: center;
    text-transform: capitalize;
    color: #558af2;
    border: 2px solid #fff;
    background: #fff;
    padding: 8px 20px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Open sans', sans-serif;
    text-decoration: none;
    position: relative;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.demo-area .demo-img .demo-ovarlay a:hover {
    background: #558af2;
    color: #fff;
    border: 2px solid #fff;
}

.demo-area .demo-title h3 {
    font-size: 20px;
    color: #404550;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 36px 0;
}


.feature-area {
    text-align: center;
    background: #558af2;
    position: relative;
    z-index: 2;
    padding: 110px 0 60px;
}
.feature-area:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: url('../img/feature.jpg') 50% center;
	background-size: cover;
	z-index: -1;
	opacity: .4;
}

.feature-area .area-title {}
.feature-area .area-title h2 {
    font-size: 52px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 48px;
}

.feature-area .single-feature {
    padding: 50px 0;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    margin-bottom: 60px;
}
.feature-area .single-feature i {
    font-size: 68px;
    color: #558af2;
    display: inline-block;
}
.feature-area .single-feature h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    color: #404550;
    font-weight: 600;
    padding: 25px 0px 0;
}


.extra-section {
    background: url(../img/ad-background.jpg) center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 108px 0 120px;
}
.extra-section:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #404550;
	opacity: .8;
	z-index: -1;
}

.extra-section .area-title h2 {
    color: #fff;
    font-size: 52px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 42px;
}
.extra-section .area-title h2 span {
	color: #558af2;
}
.extra-section p {
	font-size: 18px;
	color: #fff;
	font-family: 'Open sans', sans-serif;
	text-transform: capitalize;
	margin-bottom: 40px;
	line-height: 1.5;
}
.extra-section a {
	font-size: 16px;
	font-family: 'Open sans', sans-serif;
	font-weight: 500;
	color: #fff;
	background: #558af2;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 30px;
	border-radius: 50px;
}
.extra-section a:hover {
    background: #125af5;
}

footer {
    background: #f3f3f3;
    text-align: center;
    padding: 27px 0;
}
footer p {
	font-size: 18px;
	font-family: 'Open sans', sans-serif;
	line-height: 1.5;
	color: #686868;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 0;
}