/* Base CSS */
body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover, a:focus {
    text-decoration: none;
    outline: 0 solid;
}





body {
    background-color: #000;
    line-height: 1.8;
}


.header-area {
    
}
.header-logo {
	background-color: #fff;
}
.header-logo img {
	max-width: 400px;
}


.menu-area {
    background-color: #7960AE;
    width: 100%;
    z-index: 999!important;
    transition: .5s;
}
.is-sticky .menu-area {
    background-color: red;
}
.is-sticky .main-menu li.active a {
    color: blue;
}

ul.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li {
    display: inline-block;
    padding: 15px 25px;
    padding-left: 0;
}
.main-menu li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 0;
    transition: .5s;
}
.main-menu li.active a {
    color: #FF00FF;
}


.section-padding {
    margin-bottom: 100px;
	padding-top: 80px;
}

.features-area {
    background-color: #fff;
    color: #929292;
}


.features-title {
    text-align: center;
}

.features-title img {
    max-width: 40px;
    margin-bottom: 20px;
}

.features-title h2,
.features-content h3 {
    color: #504F8C;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.features-title h2 {
    font-size: 28px;
}
h2.title-1 {
    font-size: 52px;
    font-weight: 700;
    color: red;
}

.features-title p {
    max-width: 400px;
    margin: 0 auto;
}


.features-content {
	position: relative;
	padding-top: 80px;
	padding-bottom: 120px;
	padding-right: 40px;
	margin-right: -40px;
	z-index: 1;
}
.feature-wrap .features-content {
	padding-bottom: 0;
}

.features-content h3,
.single-feature-item h3 {
    font-size: 20px;
}

.features-content p:last-child,
.single-feature-item p:last-child {
    margin-bottom: 30px;
}


.features-content img,
.single-feature-item img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 330px;
}

.feature-wrap .features-content .single-feature-item img {
	position: relative;
    max-height: 350px;
    margin-top: -60px;
}
















