<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Appla App Landing Page Styles
    By IconicThemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header / Navigation
    3.0 Hero Section
    3.0 Promo Section
    4.0 Feature Section
    5.0 Screenshot Section
    6.0 Works Section
    7.0 Download Section
    8.0 Footer Section
    
    ==========================================================================
    Appla App Landing Page Styles
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Roboto');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding:0;
	margin:0;
}
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
h1{
	font-size: 50px;
    font-weight: 300;
}
h2{
	font-size: 28px;
    margin: 0 0 5px;
    font-weight: 300;
	letter-spacing: -1px;
}
h3{
	font-size: 16px;
    margin: 0 0 10px;
	font-weight: 400;
}
h4,h5,h6{
	font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
	margin-bottom: 15px;
}
a, a:hover{
	text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
/* Helper Class */
.padding{
    padding: 100px 0;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-35{
	margin-bottom: 35px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-25{
	margin-bottom: 25px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-15{
	margin-bottom: 15px;
}
.no-padding{
    padding: 0;
}
.dark-color{
	color: #181818;
}
.light-color{
	color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
	float: right;
}
.fl-left{
	float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
}

/* Transition Effect */
a,a:hover, .feature_icon, img{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* Button Style */
.btn_default{
	background-color: #481f75;
	color: #fff;
	display: inline-block;
	padding: 0 25px;
	line-height: 45px;
	font-size: 14px;
	border: 2px solid #481f75;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn_default:hover{
	background-color: transparent;
	color: #fff;
}

/* Section Heading */
.section_heading{}
.section_heading h2{}
.section_heading p{
	margin: 0;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #6c34a9;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    margin-top: -20px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* ==========================================================================
   Header Area
   ========================================================================== */
.header_area{
    background-color: rgba(72,31,117,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.scrollActive .header_area {
    background-color: rgba(72,31,117,1);
    position: fixed;
    height: 60px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-box-shadow: 1px 0px 1px 0px #666;
    -webkit-box-shadow: 1px 0px 1px 0px #666;
    -ms-box-shadow: 1px 0px 1px 0px #666;
    box-shadow: 1px 0px 1px 0px #666;
}
.navbar-header{
    padding: 22px 0;
}
.scrollActive .navbar-header{
    padding: 18px 0;
}
.navbar-header .brand{
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	color: #fff;
	padding: 13px 0;
}
.navbar-header .nav-btn{
    background-color: #181818;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
}
ul.nav{}
ul.nav &gt; li{
    
}
ul.nav &gt; li &gt; a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
}
.scrollActive ul.nav &gt; li &gt; a{
    line-height: 60px;
}
ul.nav &gt; li &gt; a:hover,
ul.nav &gt; li &gt; a:focus,
ul.nav &gt; li.active &gt; a{
	background: none;
    color: #481f75;
}
.scrollActive ul.nav &gt; li &gt; a:hover,
.scrollActive ul.nav &gt; li &gt; a:focus,
.scrollActive ul.nav &gt; li.active &gt; a{
	background-color: #6c34a9;
    color: #fff;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero_section{
	background-image: url(../img/hero-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 700px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.hero_section:before{
	background-color: rgba(0,0,0,0.5);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#particles-js{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hero_section .container{
	height: 100%;
}
.hero_moc{
	width: 100%;
	position: relative;
}
.hero_moc_front, 
.hero_moc_back{
	position: absolute;
}
.hero_moc_front {
    left: 0;
    width: auto;
    top: -70px;
    z-index: 1;
}
.hero_moc_back {
    width: auto;
    left: 160px;
    top: -18px;
}
.hero_content{
	color: #fff;
}  
.hero_content h1{}  
.hero_content p{}  
   
   
   
/* ==========================================================================
   Promo Section
   ========================================================================== */
.promo_section{}
.promo_items{}
.promo_content{
	display: block;
	text-align: center;
}
.promo_content .promo_icon{}
.promo_content h3{
	margin: 25px 0 5px;
}
.promo_content p{
	margin: 0;
}
.promo_content .promo_icon {
	display: inline-block;
	cursor: pointer;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #481f75;
	box-shadow: 0 0 0 4px #481f75;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.promo_content .promo_icon i{
	font-size: 45px;
	line-height: 90px;
}
.promo_content .promo_icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #481f75;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}
.promo_content:hover .promo_icon {
	color: #fff;
}
.promo_content .promo_icon:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
.promo_content:hover .promo_icon:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature_section{
	background-color: #181818;
	color: #fff;
	overflow: hidden;
}
.feature_head {
    padding: 100px 0;
}
.feature_head h2{
	font-size: 40px;
}
.feature_head p{
	margin-bottom: 0;
}
.feature_moc{
	position: relative;
}
.feature_moc img{
	position: absolute;
    top: -60px;
    left: 35px;
}
.feature_list{}
.feature_list li{
	margin-bottom: 30px;
}
.feature_list li:last-child{
	margin-bottom: 0;
}
.feature_content{
	display: block;
	padding-left: 80px;
	position: relative;
}
.feature_content .feature_icon{
	width: 60px;
	height: 60px;
	font-size: 25px;
	border: 2px solid #481f75;
	color: #fff;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.feature_content:hover .feature_icon{
	background-color: #481f75;
}
.feature_content h3{
	margin: 0 0 10px;
}
.feature_content p{
	margin: 0;
}
   
/* ==========================================================================
   Screenshot Section
   ========================================================================== */
.screenshot_section{}
.screenshot_section .container-fluid{
    padding: 0;
}
.screenshot_wrap{
    position: relative;
    margin-top: 78px;
    margin-bottom: 135px;
}
.app-carousel {}
.slick-slide {
	width: 298px;
}

.slick-dots {
	position: absolute;
	z-index: 4;
	bottom: -150px;
}
.slick-dots li{
    margin: 0 3px;
    width: 15px;
    height: 15px;
}
.slick-dots li button:before {
	content: "";
	background: #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	width: 7px;
	height: 7px;
	left: auto;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;

}

.slick-dots li button:hover:before {
	background: #181818;
	box-shadow: 0 0 0 2px #888;
}

.slick-dots li.slick-active button:before {
	background: #5c0bb7;
	box-shadow: 0 0 0 4px #5c0bb7;
}

.phone-frame {
	position: absolute;
	top: -78px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.phone-frame img {
	max-width: 350px;
	margin: 0 auto;
	display: block;
}
.carousel-item{
    opacity: 0.5;
}
.carousel-item.slick-current{
    opacity: 1;
}




/* ==========================================================================
   Download Section
   ========================================================================== */
.download_section{
	background-color: #f8f8f8;
}
.download_content{}
.download_content h2{
	font-size: 30px;
	font-weight: 600;
}
.btn_group{}
.dl_btn{
	margin-right: 10px;
}
.dl_btn img{
	width: 140px;
}
.download_moc{
	position: relative;
}
.download_moc img {
    width: 71%;
    position: absolute;
    top: -157px;
    left: 60px;
}
   
   
   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
	background-color: #181818;
	color: #fff;
}
.social_links{
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.social_links li{
	display: inline-block;
	margin-right: 10px;
}
.social_links li a{
	background-color: #5c0bb7;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.social_links li a:hover{
	background-color: #fff;
	color: #5c0bb7;
}
.copyright{
	margin-bottom: 0;
}
.subscribe_form{
    display: block;
    text-align: center;
}
.subscribe_form .form_input{
    display: block;
    background: none;
    color: #181818;
    border: 1px solid #5c0bb7;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    float: left;
    width: 70%;
}
.subscribe_form .submit{
    background-color: #5c0bb7;
    border: 1px solid #5c0bb7;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 300;
    float: left;
    width: 30%;
}
.subscribe_form .submit:hover{
    opacity: 0.8;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #5c0bb7;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-error{
    color: #B60000;
}
.subscription-success{
    color: #333;
}
   
/* Scroll To Top Style */
.scroll-to-top{
    background-color: #5c0bb7;
    display: none;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 50px;
    bottom: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 999;
}
.scroll-to-top:hover,
.scroll-to-top:focus{
    opacity: 0.8;
    color: #fff;
}




</pre></body></html>