


/*
  Template Name: Altron - Multi-Purpose Landing Page Template
  Theme URL: http://themeforest.net/user/DSA79/
  Description: Altron - Multi-Purpose Landing Page Template
  Author: DSAThemes
  Author URL: http://themeforest.net/user/DSA79
  Version: 1.0.0
  Website: www.dsathemes.com
  Tags: Landing Page, Multipurpose Landing Page, HTML5, CSS3, Bootstrap, Javascript, Responsive, Creative template, One Page, Business, Corporate, Project
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Typography               */
/*   03 - Preload Animation	       */
/*   04 - Header & Navigation      */
/*   05 - Intro      			   */
/*   06 - Scroll to Top	 	  	   */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

html {
	-webkit-font-smoothing: antialiased;
} 
 
body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 15px; 
	line-height: 23px;
	font-weight: 400;	
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*	PAGE CONTENT
/*------------------------------------------*/

.page-content, section { overflow: hidden; }

/*------------------------------------------*/
/*	ON SCROLL ANIMATIONS
/*------------------------------------------*/

.animated { visibility: hidden; }
.visible { visibility: visible; }

/*------------------------------------------*/
/*	SPACING & ALIGNMENT
/*------------------------------------------*/

.wide-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.wide-80 {
	padding-top: 100px;
	padding-bottom: 80px;
}

.wide-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}

.wide-60 {
	padding-top: 100px;
	padding-bottom: 60px;
}

.wide-50 {
	padding-top: 100px;
	padding-bottom: 50px;
}

.wide-40 {
	padding-top: 100px;
	padding-bottom: 40px;
}
.wide-30 {
    padding-top: 50px;
    padding-bottom: 40px;
}

/*------------------------------------------*/
/*    Padding Top
/*------------------------------------------*/

.p-top-100 { padding-top: 100px; }
.p-top-90 { padding-top: 90px; }
.p-top-80 { padding-top: 80px; }
.p-top-70 { padding-top: 70px; }
.p-top-60 { padding-top: 60px; }
.p-top-50 { padding-top: 50px; }
.p-top-40 { padding-top: 40px; }
.p-top-30 { padding-top: 30px; }
.p-top-20 { padding-top: 20px; }
.p-top-10 { padding-top: 10px; }

/*------------------------------------------*/
/*    Padding Bottom
/*------------------------------------------*/

.p-bottom-100 { padding-bottom: 100px; }
.p-bottom-90 { padding-bottom: 90px; }
.p-bottom-80 { padding-bottom: 80px; }
.p-bottom-70 { padding-bottom: 70px; }
.p-bottom-60 { padding-bottom: 60px; }
.p-bottom-50 { padding-bottom: 50px; }
.p-bottom-40 { padding-bottom: 40px; }
.p-bottom-30 { padding-bottom: 30px; }
.p-bottom-20 { padding-bottom: 20px; }
.p-bottom-10 { padding-bottom: 10px; }

/*------------------------------------------*/
/*    Padding Left
/*------------------------------------------*/

.p-left-60 { padding-left: 60px; }
.p-left-45 { padding-left: 45px; }
.p-left-30 { padding-left: 30px; }
.p-left-20 { padding-left: 20px; }
.p-left-15 { padding-left: 15px; }

/*------------------------------------------*/
/*    Padding Right
/*------------------------------------------*/

.p-right-60 { padding-right: 60px; }
.p-right-45 { padding-right: 45px; }
.p-right-30 { padding-right: 30px; }
.p-right-20 { padding-right: 20px; }
.p-right-15 { padding-right: 15px; }

/*------------------------------------------*/
/*    Margin Top
/*------------------------------------------*/

.m-top-100 { margin-top: 100px; }
.m-top-90 { margin-top: 90px; }
.m-top-80 { margin-top: 80px; }
.m-top-70 { margin-top: 70px; }
.m-top-60 { margin-top: 60px; }
.m-top-50 { margin-top: 50px; }
.m-top-40 { margin-top: 40px; }
.m-top-30 { margin-top: 30px; }
.m-top-20 { margin-top: 20px; }
.m-top-10 { margin-top: 10px; }

/*------------------------------------------*/
/*    Margin Bottom
/*------------------------------------------*/

.m-bottom-100 { margin-bottom: 100px; }
.m-bottom-90 { margin-bottom: 90px; }
.m-bottom-80 { margin-bottom: 80px; }
.m-bottom-70 { margin-bottom: 70px; }
.m-bottom-60 { margin-bottom: 60px; }
.m-bottom-50 { margin-bottom: 50px; }
.m-bottom-40 { margin-bottom: 40px; }
.m-bottom-30 { margin-bottom: 30px; }
.m-bottom-20 { margin-bottom: 20px; }
.m-bottom-10 { margin-bottom: 10px; }

/*------------------------------------------*/
/*   BACKGROUND COLORS FOR DEMOS
/*------------------------------------------*/

.no-bg { background-color: transparent; }
.bg-white { background-color: #fff; }
.bg-dark { background-color: #222; }
.bg-grey { background-color: #ddd; }
.bg-blue { background-color: #439fe0; }
.bg-green { background-color: #56b68b; }
.bg-lightgreen { background-color: #5bcc24; }
.bg-red { background-color: #e74c3c; }
.bg-yellow { background-color: #f1c40f; }


/*------------------------------------------*/
/*   BORDER SETTINGS
/*------------------------------------------*/

.b-top {
	border-top: 1px solid #ddd;
}

.b-bottom {
	border-bottom: 1px solid #ddd;
}



/* ==========================================================================
   02. TYPOGRAPHY
   ========================================================================== */
   
/*------------------------------------------*/
/*	HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: 0; 
	margin-bottom: 0;
}

h4 {
	font-size: 17px;
	line-height: 17px;
	font-weight: 900;
	margin-bottom: 12px;
}

h4.h4-lg {
	font-size: 18px;
	line-height: 18px;
} 

h3 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
} 

h3.h3-thin {
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
}

/*------------------------------------------*/
/*	 PARAGRAPHS
/*------------------------------------------*/

p {
	color: #444;
	font-size: 15px; 
	line-height: 23px;
}

p.p-lg {
	color: #666;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 300;
} 

/*------------------------------------------*/
/*	 LISTS
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 LINK SETTINGS
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	IMAGE SETTINGS
/*------------------------------------------*/

.img-responsive {
	display: inline-block; 
}

/*------------------------------------------*/
/*	 BUTTON SETTINGS
/*------------------------------------------*/

.btn {
	background-color: #0084b5;
	color: #fff;
	font-size: 13px;
	font-weight: 900;	
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #0084b5;
	padding: 12px 28px;
	margin-right: 8px;
 	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

/*------------------------------------------*/
/*	 Large Button 
/*------------------------------------------*/

.btn.btn-lg {
	font-size: 13px;
	font-weight: 900;	
	padding: 14px 30px;	
}

/*------------------------------------------*/
/*	 Button Transparent Background
/*------------------------------------------*/

.btn.btn-tra {
	background-color: transparent;
	color: #0084b5;
}

.white-color .btn {
	background-color: #0084b5;
	color: #fff;
	border-color: #0084b5;
}

.white-color .btn.btn-tra {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

/*------------------------------------------*/
/*	 Button Hover
/*------------------------------------------*/

.btn:hover,
.btn:focus {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.white-color .btn:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.btn.btn-tra:hover,
.btn.btn-tra:focus,
.white-color .btn.btn-tra:hover,
.white-color .btn.btn-tra:focus {
	background-color: #0084b5;
	color: #fff;
	border-color: #0084b5;
} 

/*------------------------------------------*/
/*	 SECTION TITLEBAR
/*------------------------------------------*/

.section-title,
.section-title-thin {
	text-align: center;
	margin-bottom: 60px;
}

.section-title h3 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}

.section-title-thin h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 400;
}

.section-title-thin h4 {
	color: #0084b5;
	font-size: 15px;
	line-height: 15px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.section-title p { 
	color: #555;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	padding: 0 25%;
}

.section-title-thin h3:after,
.section-title p:after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
	background: #0084b5;
    margin: 20px auto 0;
	margin-top: 20px;
    position: relative;
}

/*------------------------------------------*/
/*	 CONTENT COLOR
/*------------------------------------------*/
   
.white-color h2, .white-color h3, 
.white-color h4, .white-color h5, 
.white-color p, .white-color a,
.white-color i, .white-color span {
	color: #fff;
} 



/* ==========================================================================
   03. PRELOAD ANIMATION
   ========================================================================== */
   
.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999; 
}

.loader {
	position: absolute;
	top: 50%; 
	left: 50%; 
	margin: -100px 0 0 -100px;
	width: 172px;
	height: 172px;
	background-image: url(../images/icons/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 72px 72px;
} 



/* ==========================================================================
   04. HEADER & NAVIGATION
   ========================================================================== */
   
.header {
	margin-bottom: 60px;
}

.header.no-bg {
	margin-bottom: 0px;
	background-color: transparent;
}

/*------------------------------------------*/
/*	 LOGO IMAGE    
/*------------------------------------------*/

.navbar-brand {
	height: 60px;
	padding: 5px 15px;
}

/*------------------------------------------*/
/*	 NAVIGATION BAR    
/*------------------------------------------*/

.navbar {	
	padding: 0px;
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	box-shadow: 0 0 2px rgba(30,30,30, 0.5);	
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	z-index: 2000;
}

.header.no-bg .navbar {	
	padding: 20px 0px;
	box-shadow: 0 0;	
} 

/*------------------------------------------*/
/*	 NAVIGATION MENU    
/*------------------------------------------*/

.navbar-nav > li > a {
	font-size: 13px;
	line-height: 60px;
	font-weight: 900;
	display: block;
	padding: 0 12px;
	text-transform: uppercase;
} 

/*------------------------------------------*/
/*	 White / Grey Background
/*------------------------------------------*/

.bg-white .navbar-nav > li > a,
.bg-grey .navbar-nav > li > a { 
	color: #333; 
}

/*------------------------------------------*/
/*	 Transparent / Dark background
/*------------------------------------------*/

.no-bg .navbar-nav > li > a { 
	color: #fff; 
}

/*------------------------------------------*/
/*	 Header Go Back Button
/*------------------------------------------*/

.navbar-nav > li > a.demos,
.navbar-nav > li > a.goback {	
    background-color: #0084b5;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 22px;
    margin-top: 12px;
    padding: 5px 15px;
    margin-left: 8px;
    border: 2px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.navbar-nav > li > a.demos,
.bg-grey .navbar-nav > li > a.goback,
.navbar-nav > li > a.goback:hover {	
    background-color: #0084b5;
    border-color: #0084b5;
}	

.navbar-nav > li > a.goback:hover {
    color: #fff;
}

.navbar-nav > li > a.demos:hover,
.bg-grey .navbar-nav > li > a.goback:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

#gobackbutton {
    color: #fff;
}

/*------------------------------------------*/
/*	 Header Download Button
/*------------------------------------------*/

.navbar-nav > li > a.demos,
.navbar-nav > li > a.download {	
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 22px;
	margin-top: 12px;
	padding: 5px 15px;
	margin-left: 8px;
	border: 2px solid #fff;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.navbar-nav > li > a.demos,
.bg-grey .navbar-nav > li > a.download,
.navbar-nav > li > a.download:hover {	
	background-color: #0084b5;
	border-color: #0084b5;
}	

.navbar-nav > li > a.download:hover {
	color: #fff;
}

.navbar-nav > li > a.demos:hover,
.bg-grey .navbar-nav > li > a.download:hover {
	background-color: #444;
	border-color: #444;
	color: #fff;
}

/*------------------------------------------*/
/*	 Navigation Menu Hover
/*------------------------------------------*/

.navbar-nav > li > a:hover {
	color: #0084b5;
	background-color: transparent;
}

.navbar-nav > li > a:focus {
	background-color: transparent;
}

.navbar-nav > li > a.demos:focus,
.navbar-nav > li > a.download:focus {
	background-color: #0084b5;
	border-color: #0084b5;
	color: #fff;
}

/*------------------------------------------*/
/*	 Navbar Scroll   
/*------------------------------------------*/

.header.no-bg .navbar.scroll {
	padding: 0px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(30,30,30, 0.5);	
}

.header.no-bg .navbar.scroll .navbar-nav > li > a {
	color: #333;
}

.header.no-bg .navbar.scroll .navbar-nav > li > a.demos,
.header.no-bg .navbar.scroll .navbar-nav > li > a.download {
	background-color: #0084b5;
	border-color: #0084b5;
	color: #fff;
}

.header.no-bg .navbar.scroll .navbar-nav > li > a:hover {
	color: #0084b5;
}

.header.no-bg .navbar.scroll .navbar-nav > li > a.demos:hover,
.header.no-bg .navbar.scroll .navbar-nav > li > a.download:hover {
	background-color: #444;
	border-color: #444;
	color: #fff;
}

.header.no-bg .navbar.scroll .he_social:hover {
	color: #fff;
	background-color: #444;
}

/*------------------------------------------*/
/*	 Responsive Menu Button    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
	background-color: transparent;
    padding: 10px;
	margin: 11px 30px 11px 0;
	border: none;
}

/*------------------------------------------*/
/*	 White/ Transparent Background
/*------------------------------------------*/

.no-bg .navbar-toggle,
.bg-white .navbar-toggle {
	color: #444;
	border: 2px solid #444;
}

.no-bg .navbar-toggle .icon-bar,
.bg-white .navbar-toggle .icon-bar {
	background-color: #444;
}

/*------------------------------------------*/
/*	 Logo Image
/*------------------------------------------*/

.logo-white, .logo-black {
	display: block;
}

.header.bg-white .logo-white,
.header.no-bg .navbar .logo-black,
.header.no-bg .navbar.scroll .logo-white {
	display: none;
}

.header.no-bg .navbar.scroll .logo-black {
	display: block;
}



/* ==========================================================================
   05. INTRO
   ========================================================================== */

.intro-section {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
}

#intro-1 {
	background-image: url(../images/thumbs/intro-1.webp);	
}

#intro-3 {
	background-image: url(../images/thumbs/intro-3.webp);	
}

#intro-4 {
	background-image: url(../images/thumbs/intro-4.webp);		
}

#intro-5 {
	background-image: url(../images/thumbs/intro-5.webp);		
}

#intro-6 {
	background-image: url(../images/thumbs/intro-6.webp);	
}

#intro-7 {
	background-color: #0084b5;
	background-image: url(../images/thumbs/intro-7.webp);	
}

#intro-8 {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 0 !important;
}

#intro-9 {
	background-image: url(../images/thumbs/intro-9.webp);	
}

/*------------------------------------------*/
/*	 INTRO OVERLAY
/*------------------------------------------*/

.overlay {
	background-color: rgba(20, 20, 20, 0.45); 
	height: 100%;
}

#intro-4 .overlay {
	background-color: rgba(20, 20, 20, 0.65); 
}

#intro-7 .overlay {
	background-color: rgba(20, 20, 20, 0); 
}

/*------------------------------------------*/
/*	 INTRO CONTENT
/*------------------------------------------*/

#intro-1-content,
#intro-2-content {
	padding-top: 220px;
	padding-bottom: 180px;
}

#intro-3-content,
#intro-7-content {
	padding-top: 240px;
	padding-bottom: 200px;
}

#intro-4-content {
	padding-top: 190px;
	padding-bottom: 150px;
}

#intro-5 .intro_slider {
	height: 680px;
}

#intro-6-content {
	padding-top: 140px;
	padding-bottom: 100px;
}

#intro-9-content {
	padding-top: 150px;
}

/*------------------------------------------*/
/*	 INTRO TEXT
/*------------------------------------------*/

#intro-6 .intro-txt {
	margin-top: 60px;
}

/*------------------------------------------*/
/*	 Intro Headers
/*------------------------------------------*/ 

.intro-txt h2 {
	font-size: 54px;
	line-height: 60px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#intro-4 .intro-txt h2 {
	font-size: 70px;
	line-height: 75px;
}

#intro-5 .intro-txt h2 {
	padding-top: 225px;
}

#intro-8 .intro-txt h2 {
	text-transform: uppercase;
	margin-bottom: 5px;
}

#intro-8 .intro-txt h3 {	
	font-size: 35px;
	line-height: 35px;
	font-weight: 300;
	letter-spacing: 1px;
}

#intro-9 .intro-txt h2 {
	font-size: 42px;
	line-height: 46px;
	letter-spacing: 0.5px;
}

/*------------------------------------------*/
/*	 Intro Paragraphs
/*------------------------------------------*/

.intro-txt p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
}

#intro-9 .intro-txt p {
	padding: 0 10%;
}

/*------------------------------------------*/
/*	 INTRO REGISTER FORM 
/*------------------------------------------*/

#intro-form form {	
	background-color: #333;
	border: 1px solid #333;
	padding: 35px 15px;
	margin: 10px 15px 0 40px;
}

.form-control:focus {
    border-color: #101010;
	outline: 0px none;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(0, 0, 0, 0.2);
}

#intro-form h4 {
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
	padding: 0 10px;
}

#intro-form p {
	color: #aaa;
	font-size: 15px;
	line-height: 20px;
	padding: 0 40px;
	margin-top: 20px;
}

#intro-form a {
	color: #fff;
	font-weight: 900;
}

#intro-form a:hover {
	color: #439fe0;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

#intro-form .form-control {
	height: 48px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	border: 1px solid #bbb;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
	background-color: #eee;
	color: #222;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*	  Register Form Message
/*------------------------------------------*/

#intro-form .loading {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.error {
	color: #e74c3c;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 Register Form Submit Button
/*------------------------------------------*/

#form_register_btn {
	padding: 0 15px;
	margin-bottom: 20px;
}

#form_register_btn .btn {
	width: 100%;
	display: block;
	margin-top: 10px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;	
}

#form_register_btn .btn:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

#form_register_btn .btn:focus {
	background-color: #0084b5;
	color: #fff;
	border-color: #0084b5;
}

/*------------------------------------------*/
/*	 Intro Slider Rotator Nav
/*------------------------------------------*/

#intro-5 .flex-control-paging li a {
	background: transparent;
	border: 2px solid #ccc;
}

#intro-5 .flex-control-paging li a:hover { 
	background: #ccc;
	border: 2px solid #ccc;
}

#intro-5 .flex-control-paging li a.flex-active { 
	background: #ccc;
	border: 2px solid #ccc;
}

/*------------------------------------------*/
/*	 Fullscreen Slider
/*------------------------------------------*/

#slides {
	position: relative;
}

#slides .scrollable {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	*zoom: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

#intro-8 .intro-txt {
	width: 80%; 
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 50px 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*------------------------------------------*/
/*	 Fullscreen Slider Navigation  
/*------------------------------------------*/

.slides-navigation {
	width: 100%;
    position: absolute;
    z-index: 3;
    top: 46%;
}

.slides-navigation a {
    position: absolute;
    display: block;
}

/*------------------------------------------*/
/*	 Next Button  
/*------------------------------------------*/

.slides-navigation a.next {
    right: 0px;
}

.slides-navigation .next.fa-angle-right {
    color: #eee;
    font-size: 70px;
    opacity: 0.4;
    margin-right: 30px;
}

/*------------------------------------------*/
/*	 Previous Button
/*------------------------------------------*/

.slides-navigation a.prev {
    left: 0px;
}

.slides-navigation .prev.fa-angle-left {
    color: #ddd;
    font-size: 70px;
    opacity: 0.4;
    margin-left: 30px;
}

/*------------------------------------------*/
/*	 Buttons Hover  
/*------------------------------------------*/

.slides-navigation .next.fa-angle-right:hover,
.slides-navigation .prev.fa-angle-left:hover {
	 opacity: 0.85;
}

/*------------------------------------------*/
/*	 SCROLL DOWN MOUSE  
/*------------------------------------------*/

.scroll-down {
    display: block;
	width: 100%;
    position: absolute;
    z-index: 99;  
    left: 0px;
    bottom: 5%;
    text-transform: uppercase;
    color: #ddd;
    font-size: 13px;
	font-weight: 700;
    text-align: center;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}

.mouse {
    width: 18px;
    height: 28px;
	color: #ddd;
	border: 2px solid #ddd;
    border-radius: 9px;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: block;
    text-align: center;
    margin: 0px auto 10px; 
}



/* ==========================================================================
   06. SCROLL TO TOP
   ========================================================================== */   
   
#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../images/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(65, 65, 65, 0.85);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: #0084b5;
}

nav a#pull {  
    display: none;  
}


/* hover button */

.btn-hover{
	position: relative;
}

.btn-hover::before{	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.btn-hover:hover::before{
	font-family: "Themify", sans-serif;
	content: "Quality of Life Chart \e6a7";
	height: 100%;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

/* icons */

.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	background-color: #444;
	border-radius: 3px;
}

.i-bordered {
	border: 1px solid #555;
	line-height: 50px !important;
	background-color: transparent !important;
	color: #444;
	text-shadow: none;
}

.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}

.i-plain:hover { color: #777; }

.i-circled { border-radius: 50%; }

.i-light {
	background-color: #F5F5F5;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}

.i-alt {
	background-image: url('images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
}


.i-rounded:hover,
.i-circled:hover {
	background-color: #FEBD59;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.i-bordered:hover {
	background-color: #444 !important;
	color: #FFF;
	border-color: #444;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 0.875rem;
}

.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
	width: 28px !important;
	height: 28px !important;
	line-height: 28px !important;
}

.i-small.i-bordered { line-height: 26px !important; }

.i-small.i-plain {
	width: 18px !important;
	height: 18px !important;
	font-size: 0.875rem;
	line-height: 18px !important;
}


/* Icon Size - Small
-----------------------------------------------------------------*/

.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
	margin: 6px 13px 9px 0;
	font-size: 21px;
}

.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
}

.i-medium.i-bordered { line-height: 34px !important; }

.i-medium.i-plain {
	width: 28px !important;
	height: 28px !important;
	font-size: 1.25rem;
	line-height: 28px !important;
}


/* Icon Size - Large
-----------------------------------------------------------------*/

.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 42px;
}

.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
	width: 64px !important;
	height: 64px !important;
	line-height: 64px !important;
}

.i-large.i-bordered { line-height: 62px !important; }

.i-large.i-plain {
	width: 48px !important;
	height: 48px !important;
	font-size: 42px;
	line-height: 48px !important;
}


/* Icon Size - Extra Large
-----------------------------------------------------------------*/

.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 56px;
}

.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
	width: 84px !important;
	height: 84px !important;
	line-height: 84px !important;
}

.i-xlarge.i-bordered { line-height: 82px !important; }

.i-xlarge.i-plain {
	width: 64px !important;
	height: 64px !important;
	font-size: 56px;
	line-height: 64px !important;
}


/* Icon Size - Extra Extra Large
-----------------------------------------------------------------*/

.i-xxlarge.i-rounded,
.i-xxlarge.i-plain,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
	margin: 6px 15px 10px 0;
	font-size: 64px;
}

.i-xxlarge.i-rounded,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}

.i-xxlarge.i-bordered { line-height: 94px !important; }

.i-xxlarge.i-plain {
	width: 80px !important;
	height: 80px !important;
	font-size: 64px;
	line-height: 80px !important;
}


/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/


.social-icon {
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 1.25rem;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
}

.d-flex > .social-icon,
.d-sm-flex > .social-icon,
.d-md-flex > .social-icon,
.d-lg-flex > .social-icon,
.d-xl-flex > .social-icon,
.d-xxl-flex > .social-icon {
	float: none;
	margin-bottom: 0px;
}


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded { border-radius: 50%; }

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless { border-color: transparent !important; }

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
	background-color: #444;
	color: #FFF !important;
	border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
	background-color: rgba(0,0,0,0.05);
	color: #666 !important;
	border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored { border-color: transparent !important; }

.si-colored i { color: #FFF; }

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
	margin: 0 10px 10px 0;
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 1.5rem;
	line-height: 30px !important;
}

.social-icon i {
	display: block;
	position: relative;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover i:first-child { margin-top: -38px; }

.social-icon.si-large:hover i:first-child { margin-top: -54px; }

.social-icon.si-small:hover i:first-child { margin-top: -30px; }

.social-icon:hover {
	color: #555;
	border-color: transparent;
}

.si-colored.social-icon { border-color: transparent; }

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
	position: fixed;
	top: 50%;
	left: 5px;
	width: 36px;
	z-index: 499;
	transform: translateY(-50%);
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
	left: auto;
	right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
	position: relative;
	padding-left: 5px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.si-share span {
	line-height: 36px;
	font-weight: bold;
	font-size: 13px;
}

.si-share .social-icon {
	margin: -1px 0;
	border-radius: 0;
	font-size: 15px;
}

.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-delicious:hover,
.si-colored.si-delicious { background-color: #205CC0 !important; }
.si-paypal:hover,
.si-colored.si-paypal { background-color: #00588B !important; }
.si-flattr:hover,
.si-colored.si-flattr { background-color: #F67C1A !important; }
.si-android:hover,
.si-colored.si-android { background-color: #A4C639 !important; }
.si-smashmag:hover,
.si-colored.si-smashmag { background-color: #E53B2C !important; }
.si-gplus:hover,
.si-colored.si-gplus { background-color: #DD4B39 !important; }
.si-wikipedia:hover,
.si-colored.si-wikipedia { background-color: #333 !important; }
.si-stumbleupon:hover,
.si-colored.si-stumbleupon { background-color: #F74425 !important; }
.si-foursquare:hover,
.si-colored.si-foursquare { background-color: #25A0CA !important; }
.si-call:hover,
.si-colored.si-call { background-color: #444 !important; }
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; }
.si-forrst:hover,
.si-colored.si-forrst { background-color: #5B9A68 !important; }
.si-digg:hover,
.si-colored.si-digg { background-color: #191919 !important; }
.si-spotify:hover,
.si-colored.si-spotify { background-color: #81B71A !important; }
.si-reddit:hover,
.si-colored.si-reddit { background-color: #C6C6C6 !important; }
.si-blogger:hover,
.si-colored.si-blogger { background-color: #FC4F08 !important; }
.si-cc:hover,
.si-colored.si-cc { background-color: #688527 !important; }
.si-dribbble:hover,
.si-colored.si-dribbble { background-color: #EA4C89 !important; }
.si-evernote:hover,
.si-colored.si-evernote { background-color: #5BA525 !important; }
.si-flickr:hover,
.si-colored.si-flickr { background-color: #FF0084 !important; }
.si-google:hover,
.si-colored.si-google { background-color: #DD4B39 !important; }
.si-instapaper:hover,
.si-colored.si-instapaper { background-color: #333 !important; }
.si-klout:hover,
.si-colored.si-klout { background-color: #FF5F52 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-vk:hover,
.si-colored.si-vk { background-color: #2B587A !important; }
.si-rss:hover,
.si-colored.si-rss { background-color: #EE802F !important; }
.si-skype:hover,
.si-colored.si-skype { background-color: #00AFF0 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-vimeo:hover,
.si-colored.si-vimeo { background-color: #86C9EF !important; }
.si-aim:hover,
.si-colored.si-aim { background-color: #FCD20B !important; }
.si-yahoo:hover,
.si-colored.si-yahoo { background-color: #720E9E !important; }
.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }
.si-macstore:hover,
.si-colored.si-macstore { background-color: #333333 !important; }
.si-myspace:hover,
.si-colored.si-myspace { background-color: #666666 !important; }
.si-podcast:hover,
.si-colored.si-podcast { background-color: #E4B21B !important; }
.si-cloudapp:hover,
.si-colored.si-cloudapp { background-color: #525557 !important; }
.si-dropbox:hover,
.si-colored.si-dropbox { background-color: #3D9AE8 !important; }
.si-ebay:hover,
.si-colored.si-ebay { background-color: #89C507 !important; }
.si-github:hover,
.si-colored.si-github { background-color: #171515 !important; }
.si-googleplay:hover,
.si-colored.si-googleplay { background-color: #DD4B39 !important; }
.si-itunes:hover,
.si-colored.si-itunes { background-color: #222 !important; }
.si-plurk:hover,
.si-colored.si-plurk { background-color: #CF5A00 !important; }
.si-pinboard:hover,
.si-colored.si-pinboard { background-color: #0000E6 !important; }
.si-soundcloud:hover,
.si-colored.si-soundcloud { background-color: #FF7700 !important; }
.si-tumblr:hover,
.si-colored.si-tumblr { background-color: #34526F !important; }
.si-wordpress:hover,
.si-colored.si-wordpress { background-color: #1E8CBE !important; }
.si-yelp:hover,
.si-colored.si-yelp { background-color: #C41200 !important; }
.si-intensedebate:hover,
.si-colored.si-intensedebate { background-color: #009EE4 !important; }
.si-eventbrite:hover,
.si-colored.si-eventbrite { background-color: #F16924 !important; }
.si-scribd:hover,
.si-colored.si-scribd { background-color: #666666 !important; }
.si-stripe:hover,
.si-colored.si-stripe { background-color: #008CDD !important; }
.si-print:hover,
.si-colored.si-print { background-color: #111 !important; }
.si-dwolla:hover,
.si-colored.si-dwolla { background-color: #FF5C03 !important; }
.si-statusnet:hover,
.si-colored.si-statusnet { background-color: #131A30 !important; }
.si-acrobat:hover,
.si-colored.si-acrobat { background-color: #D3222A !important; }
.si-drupal:hover,
.si-colored.si-drupal { background-color: #27537A !important; }
.si-buffer:hover,
.si-colored.si-buffer { background-color: #333333 !important; }
.si-pocket:hover,
.si-colored.si-pocket { background-color: #EE4056 !important; }
.si-bitbucket:hover,
.si-colored.si-bitbucket { background-color: #0E4984 !important; }
.si-stackoverflow:hover,
.si-colored.si-stackoverflow { background-color: #EF8236 !important; }
.si-hackernews:hover,
.si-colored.si-hackernews { background-color: #FF6600 !important; }
.si-xing:hover,
.si-colored.si-xing { background-color: #126567 !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #8A3AB9 !important; }
.si-quora:hover,
.si-colored.si-quora { background-color: #A82400 !important; }
.si-openid:hover,
.si-colored.si-openid { background-color: #E16309 !important; }
.si-steam:hover,
.si-colored.si-steam { background-color: #111 !important; }
.si-amazon:hover,
.si-colored.si-amazon { background-color: #E47911 !important; }
.si-disqus:hover,
.si-colored.si-disqus { background-color: #E4E7EE !important; }
.si-plancast:hover,
.si-colored.si-plancast { background-color: #222 !important; }
.si-appstore:hover,
.si-colored.si-appstore { background-color: #000 !important; }
.si-pinterest:hover,
.si-colored.si-pinterest { background-color: #C8232C !important; }
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx { background-color: #111 !important; }
.si-tiktok:hover,
.si-colored.si-tiktok { background-color: #000 !important; }
.si-whatsapp:hover,
.si-colored.si-whatsapp { background-color: #25D366 !important; }
.si-tripadvisor:hover,
.si-colored.si-tripadvisor { background-color: #00AF87 !important; }
.si-gpay:hover,
.si-colored.si-gpay { background-color: #6877DF !important; }
.si-unsplash:hover,
.si-colored.si-unsplash { background-color: #111 !important; }
.si-snapchat:hover,
.si-colored.si-snapchat { background-color: #FFFC00 !important; }


/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i { color: #3B5998; }
.si-text-color.si-delicious i { color: #205CC0; }
.si-text-color.si-paypal i { color: #00588B; }
.si-text-color.si-flattr i { color: #F67C1A; }
.si-text-color.si-android i { color: #A4C639; }
.si-text-color.si-smashmag i { color: #E53B2C; }
.si-text-color.si-gplus i { color: #DD4B39; }
.si-text-color.si-wikipedia i { color: #333; }
.si-text-color.si-stumbleupon i { color: #F74425; }
.si-text-color.si-foursquare i { color: #25A0CA; }
.si-text-color.si-call i { color: #444; }
.si-text-color.si-ninetyninedesigns i { color: #F26739; }
.si-text-color.si-forrst i { color: #5B9A68; }
.si-text-color.si-digg i { color: #191919; }
.si-text-color.si-spotify i { color: #81B71A; }
.si-text-color.si-reddit i { color: #C6C6C6; }
.si-text-color.si-blogger i { color: #FC4F08; }
.si-text-color.si-cc i { color: #688527; }
.si-text-color.si-dribbble i { color: #EA4C89; }
.si-text-color.si-evernote i { color: #5BA525; }
.si-text-color.si-flickr i { color: #FF0084; }
.si-text-color.si-google i { color: #DD4B39; }
.si-text-color.si-instapaper i { color: #333; }
.si-text-color.si-klout i { color: #FF5F52; }
.si-text-color.si-linkedin i { color: #0E76A8; }
.si-text-color.si-vk i { color: #2B587A; }
.si-text-color.si-rss i { color: #EE802F; }
.si-text-color.si-skype i { color: #00AFF0; }
.si-text-color.si-twitter i { color: #00ACEE; }
.si-text-color.si-youtube i { color: #C4302B; }
.si-text-color.si-vimeo i { color: #86C9EF; }
.si-text-color.si-aim i { color: #FCD20B; }
.si-text-color.si-yahoo i { color: #720E9E; }
.si-text-color.si-email3 i { color: #6567A5; }
.si-text-color.si-macstore i { color: #333333; }
.si-text-color.si-myspace i { color: #666666; }
.si-text-color.si-podcast i { color: #E4B21B; }
.si-text-color.si-cloudapp i { color: #525557; }
.si-text-color.si-dropbox i { color: #3D9AE8; }
.si-text-color.si-ebay i { color: #89C507; }
.si-text-color.si-github i { color: #171515; }
.si-text-color.si-googleplay i { color: #DD4B39; }
.si-text-color.si-itunes i { color: #222; }
.si-text-color.si-plurk i { color: #CF5A00; }
.si-text-color.si-pinboard i { color: #0000E6; }
.si-text-color.si-soundcloud i { color: #FF7700; }
.si-text-color.si-tumblr i { color: #34526F; }
.si-text-color.si-wordpress i { color: #1E8CBE; }
.si-text-color.si-yelp i { color: #C41200; }
.si-text-color.si-intensedebate i { color: #009EE4; }
.si-text-color.si-eventbrite i { color: #F16924; }
.si-text-color.si-scribd i { color: #666666; }
.si-text-color.si-stripe i { color: #008CDD; }
.si-text-color.si-print i { color: #111; }
.si-text-color.si-dwolla i { color: #FF5C03; }
.si-text-color.si-statusnet i { color: #131A30; }
.si-text-color.si-acrobat i { color: #D3222A; }
.si-text-color.si-drupal i { color: #27537A; }
.si-text-color.si-buffer i { color: #333333; }
.si-text-color.si-pocket i { color: #EE4056; }
.si-text-color.si-bitbucket i { color: #0E4984; }
.si-text-color.si-stackoverflow i { color: #EF8236; }
.si-text-color.si-hackernews i { color: #FF6600; }
.si-text-color.si-xing i { color: #126567; }
.si-text-color.si-instagram i { color: #8A3AB9; }
.si-text-color.si-quora i { color: #A82400; }
.si-text-color.si-openid i { color: #E16309; }
.si-text-color.si-steam i { color: #111; }
.si-text-color.si-amazon i { color: #E47911; }
.si-text-color.si-disqus i { color: #E4E7EE; }
.si-text-color.si-plancast i { color: #222; }
.si-text-color.si-appstore i { color: #000; }
.si-text-color.si-pinterest i { color: #C8232C; }
.si-text-color.si-fivehundredpx i { color: #111; }
.si-text-color.si-tiktok i { color: #000; }
.si-text-color.si-whatsapp i { color: #25D366; }
.si-text-color.si-tripadvisor i { color: #00AF87; }
.si-text-color.si-gpay i { color: #6877DF; }
.si-text-color.si-unsplash i { color: #111; }
.si-text-color.si-snapchat i { color: #FFFC00; }

.si-text-color:hover { color: #FFF; }
