/*===================
1. BASE CSS
===================== */

body {
    font-size: 15px;
    line-height: 23px;
    font-family: 'Ubuntu', sans-serif;
    color: #666666;
    -webkit-font-smoothing: antialiased;
}
a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.fix {
    overflow: hidden
}

a:focus,
a:hover {
    color: #303030;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.section-padding {
    padding: 60px 0;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #341e97;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
/*===========================================
4. HEADER AREA
=============================================*/

.header-area {
    position: relative;
    z-index: 1;
    background: url(images/banner.jpg);
}
.header-area::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    opacity: .85;
    z-index: -1;
    background: #341e97;
}

.main-menu-area {
	position: relative;
    z-index: 1;
}
.main-menu-area::after,.other-area::after,.perchase-area::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
    opacity: .7;
    z-index: -1;
    background: #341e97;
}

.header-caption {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	padding: 85px 0 60px;
}
.header-caption h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	margin-left: 8%;
	margin-bottom: 0;
}

.element {
	margin: 0 auto;
	position: relative;
	top: -40px;
	text-align: left;
	color: #ffd800;
	font-size: 48px;
	left: 26%;
	height: 30px;
	font-weight: 500;
	max-width: 600px;
}
.typed-cursor{
    display: none;
    display: none;
}
#scrollUp {
    bottom: 60px;
    color: #e4158a ;
    right: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}
#scrollUp i {
    font-size: 48px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-caption p {
	color: #d6d3e3;
	font-size: 18px;
	line-height: 1.5;
	margin: 0px 0 60px;
}
.custom-btn {
	background: #fcd837;
	padding: 15px 30px;
	display: inline-block;
	border-radius: 30px;
	color: #303030;
	font-weight: 700;
	font-size: 18px;
    text-transform: capitalize;
}
.custom-btn:hover{
    color: #303030;
    background: #edc510;
}

.section-title{
    margin-bottom: 60px;
    text-transform: capitalize;
    color: #303030;
    font-weight: 500;
}
.single-preview {
	margin-bottom: 45px;
	transition: all 0.4s ease 0s;
	text-align: center;
    overflow: hidden;
    position: relative;
    border: 6px solid #f0f0f0;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.20)
}
.single-preview:hover {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.25)
}
.single-preview figure {
    position: relative; 
    z-index: 1;
    border-radius: 5px;
    margin: 0;
}
.single-preview figure::after,.single-preview a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgba(50, 98, 210, 0.9) 0%, rgba(137, 80, 228, 0.9) 100%);
    opacity: 0;
    border-radius: 5px;
    transition: .5s;
}
.single-preview img {
	width: 100%;
    height: 400px;
}
.single-preview h4 {
	display: block;
	left: 0;
	position: absolute;
	bottom: -70%;
	width: 100%;
	z-index: 2;
    opacity: 0;
    transition: .4s;
    color: #fff;
}
.single-preview a {
    z-index: 9;
    opacity: 1;
    background: transparent;
}
.single-preview:hover h4 {
    bottom: 20px;
    opacity: 1;
}
.single-preview:hover figure::after{
    opacity: .96;
    transition: .5s;
}
.home-area {
    background: #f5f5f5;
}
/* ==========================================
FEATURE AREA
============================================ */
.feature-area{
    position: relative;
    z-index: 1;
    padding: 100px 0 0;
}
.single-promo {
	margin-bottom: 100px;
}
.promo-icon {
	width: 36px;
	height: 36px;
	display: table;
	border-radius: 50%;
	text-align: center;
	float: left;
}
.promo-icon i {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
}
.feature-area .row div:nth-child(1) .promo-icon{
    background: #ff6b6b;
}

.feature-area .row div:nth-child(2) .promo-icon{
    background: #feca57;
}
.feature-area .row div:nth-child(3) .promo-icon{
    background: #ff9ff3;
}
.feature-area .row div:nth-child(4) .promo-icon{
    background: #48dbfb;
}
.feature-area .row div:nth-child(5) .promo-icon{
    background: #1cd1a1;
}
.feature-area .row div:nth-child(6) .promo-icon{
    background: #00d2d3;
}
.feature-area .row div:nth-child(7) .promo-icon{
    background: #8395a7;
}
.feature-area .row div:nth-child(8) .promo-icon{
    background: #5f27cd;
}
.feature-area .row div:nth-child(9) .promo-icon{
    background: #54a0ff;
}
.promo-txt{
    margin-left: 60px;
}
.promo-txt h3{
    color: #58585e;
    font-size: 18px;
    font-weight: 500;
}

/* PERCHASE AREA */
.perchase-area{
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.perchase-area::after{
    opacity: .9;
}
.perchase-text{
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}
.perchase-text h3{
    color: #fff;
    font-size: 30px;
}
.perchase-text p{
    margin: 30px 0 45px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
	line-height:38px;
}

/* Footer Area */
.footer-area{
    background: #341e97;
    padding: 30px 0; 
}
.footer-area p{
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.copy-right span{
    color: #b7b7f9;
}
.footer-area a{
    margin: 0 10px;
    color: #d1d1fa;
    font-size: 16px;
}

/*===========================================
Tablet Layout: 768px.
============================================*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu li > a {
	padding: 40px 9px;
}
    .main-menu .mega-menu {
	left: -100px;
}
}
/*=======================================
Mobile Layout: 320px.
=========================================*/
@media only screen and (max-width: 767px) {
.main-menu-area {
        display: none;
    }
    .mobile-menu-area {
        display: block;
    }
    .header-caption h2 {
	font-size: 22px;
    margin-left: 15px;
}
    .element {
	top: -23px;
	font-size: 22px;
	left: 34%;
}
    .header-caption p {
	font-size: 15px;
        line-height: 1.3;
}
}

