/*-----------------------------------------------------------------------------------

    Template Name: Appex Application Landing Template,
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: RIS10, Muhammad Anisuzzaman, Farhana Kowser Moushumi, Zinat Farhana Chy.
    Author URI: http://RIS10.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	0. Theme Default CSS (body, link color, section etc),
    1. Header area,
    2. Features area,
    3. Intro Video ,
    4. Screen shots,
    5. Review area,
    6. Team area,
    7. Download app,
    8. Pricing area,
    9. Footer    
-----------------------------------------------------------------------------------*/


/* 0. Theme Default CSS (body, link color, section etc) 
========================================================*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
* {
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    }

.alignleft {
    float: left;
    margin-right: 15px;
    }

.alignright{
    float: right;
    margin-left: 15px;
    }

.aligncenter {
    display: block;
    margin: 0 auto ;
    }

a:focus,
a:hover {
    outline: 0 solid!important;
    text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
    }

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin: 0 auto;
    color: #111111;
    text-transform: uppercase;
    line-height: 50px;
    }

h1 span{ 
    font-weight: 400;
    color:#00e5ff;
    }

html,
body{   
    height: 100%;
    }

body{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color:#111111;
    }

ul li{
    list-style: none;
    }

a {
    font-weight: 400;
    text-decoration: none!important;
    outline: 0 solid!important;
    color:#111111;
    font-family: 'Lato', sans-serif;
    }

/* Remove Chrome Input Fiels's Unwanted  ellow Background Color*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    }

section,footer{
    padding-top: 100px;   
    }

.page-title{
    margin-bottom: 50px;
    text-align: center;
    }

.page-title h1{
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 100;
    text-transform: uppercase;
    }

.page-title h1 span{
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    }

.overlay-bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
    }

.overlay-bg::after {
    background-color: #111111;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    }


/*--------------------
 PRELOADER-CSS
---------------------*/

@-webkit-keyframes black {
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    }

@keyframes black {
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    }

@-webkit-keyframes blue {
    0% {
        z-index: 1;
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    }

@keyframes blue {
    0% {
        z-index: 1;
    }
    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    }

.preloader {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999;
    }

.itemcenter {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }

.circle-blue,
.circle-black,
.circle-purple {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-animation: blue 1.15s infinite ease-in-out;
    animation: blue 1.15s infinite ease-in-out;
    }

.circle-blue {
    background: #00e5ff;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    }

.circle-black {
    background: #111111;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-animation-name: pink;
    animation-name: pink;
    }

.circle-purple {
    background: #dd5ecc;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-animation-name: pink;
    animation-name: pink;
    }

/* 1. HEADER AREA
=======================*/

.top-area{
    position: relative;
    width:100%;
    overflow: hidden;
    height:auto; 
    background-color: #f8f8f8;
    }


/*       NAVBAR
=======================*/

.navbar-default{
    height: 80px;
    background-color: #ffffff!important;
    -moz-box-shadow: 0px 2px 2px #ebebeb;
    -webkit-box-shadow: 0px 2px 2px #ebebeb;
    box-shadow: 0px 2px 2px #ebebeb;
    }

.navbar-brand{
    padding:15px 0;
    outline: none;
    }

ul li a{
    font-size: 18px!important;
    text-transform: uppercase;
    padding:30px 15px!important;
    font-weight: 400!important;
    color:#111111!important;
    letter-spacing: 1px;
    }

ul li a:hover {
	color: #00e5ff!important;
    }


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #00e5ff!important;
	background:transparent!important;
    }

.header-content-area{
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.45)),
    url(images/header-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }

.header-text{
    padding-top:25%;
    letter-spacing: 3px;  
    }

.header-text h4{
    font-weight:400; 
    }

.download-app{ 
    margin-top: 20px;
    display: block;
    width:200px;
    height:60px;
    background-color: #111111;
    color:#ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    padding:10px 0;
    letter-spacing: 1px;
    border-right: 10px solid #00e5ff;  
    }

.download-app:hover{
    color:#ffffff;
    }

.app-screen{
    margin-top: 30%;
    margin-left: 25%;
    margin-bottom: 15%;
    width:450px;
    height:auto;
    }

/* 2. FEATURES AREA
=======================*/

.features-area h4{
    font-size:18px!important;
    font-weight:400!important;
    letter-spacing: 2px!important;
    }

.features-screen{
    height: 465px;
}

.single-feature{
    height:auto;
    padding:30px 20px;
    }

.single-feature:hover{
   box-shadow: 0px 0px 8px #ebebeb;
    }

h4 span{
    width:40px!important;
    height:40px!important;
    border-radius:50%;
    padding:5px 10px;
    font-size:18px;
    font-weight:400!important;
    background-color:#111111;
    color:#ffffff;  
    }

.features-area p{
    font-size:14px!important;
    font-weight:400!important;
    line-height: 28px;
    text-align: justify;
    } 

/* 3. VIDEO AREA
=======================*/

.intro-video-area{
    margin-top:100px;
    overflow: hidden;
    position: relative;   
    }

.intro-video {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
    }

.intro-video-area .intro-video video {
    bottom: -50px;
    left: -50px;
    margin: auto;
    position: absolute;
    right: -50px;
    top: -50px;
    width: 100%;
    }

.intro-video-area {
    padding: 200px 0;
    position: relative;
    }

.intro-video-text button {
    background: none;
    border: 8px solid #ffffff;
    border-radius: 50%;
    height: 110px;
    opacity: 0.8;
    width: 110px;
    outline: none;
    }

.intro-video-text button img {
    height: 60px;
    margin-left: 15px;
    width: 50px;
    }

.intro-video-area.in .intro-video-text button {
    opacity: 0;
    }

.intro-video-area.in .intro-video-text button:hover {
    opacity: 0.4;
    }

.intro-video-area.in .intro-video-text button img {
    margin-left: 0;
    }

.intro-video-text h1 {
    color: #ffffff;
    font-size: 80px;
    letter-spacing: 10px;
    margin: 60px 0 0;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s
    }

.intro-video-area.in .intro-video-text h1 {
    opacity: 0;
    }

.intro-video-area::after {
    background-color: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s
    }

.intro-video-area.in::after {
    opacity: 0;
    }

/* 4. SCREENSHOTS AREA
========================*/

.screenshots-area .owl-controls .owl-nav {
    text-align: center;
    margin-top: 10px;
    }

.screenshots-area .owl-controls .owl-nav .owl-next,
.screenshots-area .owl-controls .owl-nav .owl-prev {
    background-color: #00e5ff;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    height: 30px;
    line-height: 0.8;
    margin: 0 5px;
    width: 30px;
    }

.screenshots-area .owl-controls .owl-nav .owl-next:hover,
.screenshots-area .owl-controls .owl-nav .owl-prev:hover {
    background-color: #111111;
    }

.screen-shots .owl-item.center .single-screen img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    }

.single-screen {
    padding-top: 30px;
    }

/* 5. REVIEW AREA
======================*/

.review-area {
    margin-top: 110px;
    position: relative;
    }

.review-area.section-padding {
    padding: 150px 0;
    }


.review-area .overlay-bg {
    background-image: url(images/review/review-bg.jpg);
    }


.review-photo {
    border: 8px solid #00e5ff;
    border-radius: 50%;
    height: 180px;
    margin: auto;
    width: 180px;
    }
.review-photo img {
    border-radius: 50%;
    }

.single-review {
    color: #dddddd;
    font-size: 24px;
    }

.single-review p{
    color: #00e5ff;
    font-size: 24px;
    }

.single-review h3 {
    font-size:24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    }

.single-review .review-text {
    font-style: italic;
    line-height: 1.8;
    margin: 30px auto;
    width: 90%;
    }

.single-review .review-text::after {
    content: "\"";
    margin-left: 5px;
    }

.single-review .review-text::before {
    content: "\"";
    margin-right: 5px;
    }

.single-review h4 {
    font-size:18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;    
    }

.single-review h4 span {
    color: #00B0EB;
    background-color: transparent!important;
    padding:0px 2px!important;
    }

.review-area .owl-controls .owl-nav .owl-next,
.review-area .owl-controls .owl-nav .owl-prev {
    bottom: 0;
    color: #ffffff;
    font-size: 60px;
    height: 60px;
    left: 0;
    line-height: 0.8;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
    opacity: 0.2;
    }

.review-area .owl-controls .owl-nav .owl-next:hover,
.review-area .owl-controls .owl-nav .owl-prev:hover {
    opacity: 1;
    color:#00e5ff;
    }

.review-area .owl-controls .owl-nav .owl-next {
    left: auto;
    right: 0;
    }

/* 6. TEAM AREA
=================*/

.member-image{
    width:330px;
    height:330px;
    border-radius:50%;
    }

.img-circle{
    width:320px!important;
    height:320px!important;
    border: 5px solid #00e5ff;
    }

.team-member h2{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0px 15px 0px;
    line-height:0px!important;
    }

.team-member h4{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color:#00e5ff;
    text-transform:capitalize;
    padding:0px 0px!important;
    }

.team-member p{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color:#111111;
    text-transform:capitalize;
    padding:0px 0px!important;
    }

.social-icon{
    padding-top: 15px;
}

.single-icon{
    width:25px;
    height:25px;
    border-radius:50%;
    background-color:#111111;
    font-size:14px;
    color:#ffffff;
    padding: 5px;
    margin-left: 5px;
    }

.single-icon:hover{
    background-color:#00e5ff;
    }

/* 7. DOWNLOAD AREA
=====================*/

.app-download-area{
    position:relative;
    margin-top: 100px;
    height:auto;
    padding: 110px 0px!important;   
    }

.app-download-area .overlay-bg{
    background-image: url(images/app-download.jpg);
    }

.app-download-area h3{
    font-size:24px;
    font-weight: 600;
    color:#ffffff;
    padding-bottom: 15px;
    letter-spacing: 2px; 
    }

.app-download-area h1{
    color:#ffffff;    
    }

.app-download-area .store-btn{
    padding-top: 30px;
   }

.store-btn img{
    padding: 0 5px;
    }

.store-btn img:hover{
    -webkit-transform:scale(1.1);
    transform: scale(1.1);
    }

/* 7. PRICING AREA
=====================*/
.single-package{
    border: 1px solid #f8f8f8;
    background-color: #ffffff;
    }

.single-package:hover{
    box-shadow: 0px 0px 15px #ededed;
    -webkit-transform:scale(1.05);
    transform: scale(1.05);    
    }

.pricing-area .package-title{
    background-color: #00e5ff;
    padding:20px; 
    color:#ffffff!important;
    }

.package-title h2{
    color:#ffffff!important;
    font-size:24px;
    font-weight: 600;
    padding-top:10px;
    line-height: 10px!important;   
    }
.package-title h4{
    color:#ffffff!important;
    font-size:14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top:10px;   
    }

.package-pricing{
    background-color: #f8f8f8;
    font-weight:200;
    letter-spacing: 3px;
    padding:10px;
    }

.package-pricing span{
    color:#111111;
    font-weight:400;
    }

.package-details{
   padding:20px 30px 30px 30px;
    }

.package-details ul{
    list-style: outside none none;
    }


.package-details ul li{
    font-size:14px;
    font-weight:400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding:15px!important;
    border-top:1px solid #ebebeb;
    }
.package-details ul li:first-child{ 
    border-top:0px solid #ebebeb;
    }

.package-details ul li span{
    margin-right: 10px;
    }
.package-details ul li .fa-check{
    color:#00e5ff!important;
    }
.package-details ul li .fa-times{
    color:#ff3d00!important;
    }
.package-details .default-btn{
    width:200px;
    height:60px;
    background-color: #00e5ff;
    color:#ffffff;
    font-size:18px!important;
    font-weight: 500;
    display:block;
    padding:20px 20px 20px 35px;
    text-transform: uppercase;
    }

.package-details .default-btn span .fa-download{
      margin-right: 10px;
    }

/* 9. FOOTER AREA 
==================*/

.footer-area {
    position: relative;
    margin-top: 110px!important;
    }

.footer-area h1{
    color: #ffffff;
    }

.footer-area h3{
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 2px;
    padding-bottom: 10px;
    }

.footer-area h3 span{
    color: #00e5ff;
    }

.footer-area p{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 30px!important;
    }


.footer-area .overlay-bg {
    background-image: url(images/footer-bg.jpg);
    }

.footer-area .overlay-bg::after {
    opacity: 0.6;
    }

.footer-bottom {
    padding-top: 50px;
    padding-bottom: 100px;
    }

.footer-area .single-icon{
    background-color: transparent!important;
    }

.footer-area .single-icon:hover{
    color: #00e5ff!important;
    }


.form-horizontal input[type="text"],
.form-horizontal input[type="email"],
.form-horizontal textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 10px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 0;
    outline: 0 !important;   
    }

.form-horizontal input[type="text"]{
    outline: 0 !important;
    border-top: 0 !important;
    border-right: 0!important;
    border-left: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none!important;
    }

.form-horizontal input[type="email"]{
    outline: 0 !important;
    border-top: 0 !important;
    border-right: 0!important;
    border-left: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none!important;    
    }

.form-horizontal textarea {
    padding-bottom: 0px!important;
    outline: 0 !important;
    border-top: 0 !important;
    border-right: 0!important;
    border-left: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none!important;    
    }

.contact-form .form-control:focus {
    border-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(102, 175, 233, 0);
    }

.contact-form button {
    background-color: transparent!important;
    color: #00e5ff;
    font-size: 18px;
    width:200px;
    height: 60px;
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
    border:2px solid #00e5ff;   
    }

.contact-form button:hover{
    background-color:#00e5ff!important;
    color: #ffffff;    
    }

.footer-bottom{
    padding-bottom:100px;
    }


