/*
    Apptech
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    3.0 Feature Section
    4.0 Screenshot Area
    5.0 Testimonial Section
    6.0 Pricing Section
    7.0 Download Section
    8.0 Subscribe Section
    9.0 Footer Section
    10.0 Scroll to Top
    
    ==========================================================================
    Apptech
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins:300,400,600,700');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Open+Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #333;
}
h1{
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: lighter;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 1.7;
    color: #333;
    letter-spacing: -0.02em;
    font-weight: lighter;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
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, span{
    letter-spacing: 1px;
}
p{
    font-size: 14px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #333;
}
.text-white{
    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;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    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: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.fs_btn{
    background-color: #333;
    border: 1px solid #333;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
}
.fs_btn:hover{
    background-color: transparent;
    color: #333;
}
.fs_btn.btn_2{
    background-color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
}
.fs_btn.btn_2:hover{
    background-color: transparent;
    color: #fff;
}
.fs_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}
.dl_btn {
    border: 2px solid #fff;
    display: inline-block;
    height: 60px;
    text-align: left;
    color: #fff;
    padding: 10px 25px 9px 50px;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.dl_btn:focus,
.dl_btn:hover{
    background-color: #fff;
    color: #282828;
    transition: all 0.5s ease-in-out;
}
.dl_btn:focus,
.dl_btn:hover i{
    color: #282828;
}
.dl_btn i {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    width: 40px;
    height: 56px;
    text-align: right;
    line-height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}
.dl_btn .sm_txt {
    display: block;
    font-size: 10px;
    line-height: 12px;
}
.dl_btn .big_txt {
    display: block;
    font-size: 20px;
}

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


/* ==========================================================================
   Header Section
   ========================================================================== */
.header_section{
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}
.navbar-fixed-top .logo-light,
.logo-dark{
    display: none;
}
.navbar-fixed-top .logo-dark{
    display: block;
}
.navbar-fixed-top.header_section{
    height: 60px;
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.navbar-fixed-top ul.nav > li > a{
    color: #777;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #333;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header_section,
.header_section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}
.navbar-toggle{
    margin-top: -1px;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #fafafa;
    font-family: 'Open+Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    opacity: 0.9;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a{
    background: none;
    color: #fff;
    opacity: 1;
}

/* ==========================================================================
   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: 680px;
}
.hero_content{
    color: #fff;
}
.hero_content h1{
    font-weight: 300;
    margin: 0 0 10px;
}
.hero_content p{
    font-size: 16px;
    margin: 0 0 20px;
}
   
/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature_section{
    border-bottom: 1px solid #eaeaea;
}
.feature_lists{}
.feature_item{
    margin-bottom: 30px;
}
.feature_lists .feature_item:last-child{
    margin: 0;
}
.feature_item i{
    border: 2px solid #1cb6ff;
    height: 80px;
    width: 80px;
    color: #1cb6ff;
    font-size: 25px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: block;
    transition: all 0.5s ease-in-out;
}
.feature_item:hover i{
    background-color: #1cb6ff;
    color: #fff;
}
.feature_item h4{
    font-size: 22px;
    margin: 10px 0;
    font-weight: lighter;
    line-height: 17px;
}
.feature-right .feature_item{
    text-align: right;
}
.feature-right .feature_item i{
    float: right;
}
.feature_item p{
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.feature_moc{
    position: relative;
    margin-top: -180px;
    z-index: 10;
}
.feature_moc img{
    width: 100%;
}
.hero_section, .dl_section {
    background-attachment: scroll; /*allow to see image in responsive*/
}


/* ==========================================================================
   Screenshot Area
   ========================================================================== */
.screenshot_section{
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
}
.screen_wrap{
    width: 900px;
    margin: 0 auto;
}
.screen_wrap .swiper-container{
    padding-bottom: 60px;
}
.swiper-wrapper{
    margin-left: 25px;
}
.screen_wrap .swiper-pagination-bullets{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 2px solid #999;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #1cb6ff;
    border: 2px solid #1cb6ff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-image: url(../img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}
.testimonial{
    display: block;
    text-align: center;
}
.testimonial .client_thumb {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
    margin: 0 0 15px;
}
.testimonial .client_thumb li{
    display: inline-block;
    width: 80px;
    text-indent: inherit;
    height: 80px;
    border: none;
    margin: 0 3px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.testimonial .client_thumb li.active{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.testimonial .client_thumb li img{
    width: 100%;
}
.testimonial .testi_content{
    color: #fff;
}
.testimonial .testi_content h3{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px;
}
.testimonial .testi_content p{
    font-size: 16px;
    margin: 0;
}
.testi_control{}
.testi_control a{
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    opacity: 0.3;
}
.testi_control a:hover,
.testi_control a:focus{
    opacity: 1;
}
.testi_control a.right_arrow{
    right: 0;
    left: auto;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing_section{}
.pricing_tables{}
.pricing_tables li{
    padding: 15px;
}
.pricing_table {
    box-shadow: 0px 0px 2px 1px #ddd;
    transition: all 0.5s ease-in-out;
}
.pricing_table:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}
.pricing_table .pricing_head{
    /*background-color: #1cb6ff;*/
    background-color: #ffffff;
    display: block;
    padding: 30px 0;
}
.pricing_table .pricing_head h4{
    margin: 0 0 7px;
    color: #fff;
}
.pricing_table .pricing_head .price{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #fff;
    margin: 0 0 7px;
}
.pricing_table ul{
    display: block;
}
.pricing_table ul li{
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 0;
    line-height: 50px;
}
.pricing_table .pricing_footer{}
.pricing_table .pricing_footer .fs_btn{
    display: block;
}

/* ==========================================================================
   Download Section
   ========================================================================== */
.dl_section{
    background-image: url(../img/dl-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.dl_moc {
    position: relative;
    z-index: 1;
    margin-bottom: -165px;
}
.dl_moc .dl_moc_1{
    margin-top: 45px;
}
.dl_moc .dl_moc_2{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.dl_content {
    padding: 110px 0;
}
.dl_content h2{
    font-size: 36px;
}
.dl_content p{
    font-size: 16px;
    color: #f2f2f2;
}
.dl_content .btn_group{
    margin-left: -4px;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe_form{
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.subscribe_form .form_input{
    border: none;
    display: block;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    padding: 0 20px;
    float: left;
    width: 50%;
}
.subscribe_form .submit{
    background-color: #1cb6ff;
    border: 1px solid #1cb6ff;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 60px;
    display: inline-block;
    padding: 0 25px;
    float: left;
    width: 30%;
}
.subscribe_form .submit:hover{
    opacity: 0.8;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #1cb6ff;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-success,
.subscription-error{
    color: #fff;
}
.social_link{}
.social_link li{
    display: inline-block;
    margin: 0 4px;
}
.social_link li a{
    background-color: #0CC0DF;
    border: 2px solid #0CC0DF;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-left: -4px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}
.social_link li a:hover{
    background: none;
    color: #282828;
}
   
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
	display: block;
	background-color: #111;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}
.footer_section p{
    color: #999;
	margin: 0;
}  

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #0CC0DF;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #282828;
    color: #fff;
}




