
/*Template Name: Crossway - Startup Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Crossway - Startup Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.1.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, landing, startup, business, company, corporate, creative
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - About        			   */
/*   05 - Features                 */
/*   06 - FAQs		               */
/*   07 - Clients                  */
/*   08 - Call to Action           */
/*   09 - Footer         		   */
/*   10 - Scroll to Top	   		   */
/*   11 - Contact Form Response    */
/* Colors:
tz-light-blue: #3A839D
tz-dark: #2e2e2e
tz-light-gray: #ededed
 */


/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800');
:root{
	--primary-base:33;
	--primary-color:#716659;
	--primary-color-light:#E2E2D5;
	--primary-color-dark:hsla(var(--primary-base), 22%, 25%, 1);
	--olive:145;
	--secondary-olive:#87A8A0;
	/*--secondary-color: #a6bcaf;*/
	--secondary-color: hsla(var(--olive), 14%, 69%, 1);
	/*--secondary-color-light: #B5C5BA;*/
	/*--secondary-color-light: #B5C5BA;*/
	--secondary-color-light: hsla(var(--olive), 14%, 69%, .5);
}
body{
	font-family: 'Assistant', sans-serif;
    font-size: 16px;
	color: var(--primary-color);
}
#preloader{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99999; 
	background-color:#fff;
}

#status{
	position:absolute;
	top:50%; 
	left:50%; 
	margin:-100px 0 0 -100px;
	width:200px;
	height:200px;
	background-image:url(../img/icons/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:75px 75px;
} 
   
#content-wrapper {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Assistant', sans-serif;
}
/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.intro-parallax {
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#intro { 
	background-image: url(../img/hero.jpg);
	background-size:cover ;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#features { 
	/*background-image: url(../img/parallax_bg/features_bkg.jpg);  */
}

#call-to-action { 
	background-image: url(../img/parallax_bg/call_to_action_bkg.jpg); 
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
} 

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 40px;
}

.titlebar h1 {
	color: #000;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 5px;
}

.titlebar p {
	color: #666;
	font-size: 18px;
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */ 

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 0;
}
.navbar-brand img{
    max-height: 100px;
    background-color: transparent;
    padding: 0;
	margin-top: -25px;
	transition: all .2s ease-in-out;
}
      
/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {	
	/*background-color: rgba(255,255,255,0.4);*/
	height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.navbar-nav > li > a {
	color: var(--secondary-color);
    display: block;
	padding: 0 15px;
	font-size: 14px;
	font-family: 'Assistant', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 65px;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	background: none;
	color: var(--primary-color);
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
	margin: 12px 30px 12px 0;
    background-color: none;
	border: 2px solid #444;
}

.navbar-toggle .icon-bar {
	background-color: #444;
	height: 2px;
}



/* ==========================================================================
   03. INTRO
   ========================================================================== */
 
#intro {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
} 
#intro .container #main-header-wrap{
	min-height: 550px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;

}
/*------------------------------------------*/
/*	  Intro Section Description
/*------------------------------------------*/
#intro .hero-form-wrap {
	padding: 2em;
	background-color: #3a3a3a;
	margin: 0 auto;
}
#intro_description h1 {
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;

}
#intro_description h1 small{
    display: block;
    color: #fff;
}
.intro_feature {
	margin-bottom: 20px;
}

.intro_feature h4 {
	font-weight: 600;
}

.intro_feature i {
	margin-right: 5px;
}

.intro_feature p {
	font-size: 16px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	padding-left: 25px;
}

/*------------------------------------------*/
/*	  Intro Section Button
/*------------------------------------------*/

.intro_button {
	margin-top: 60px;
}

/*------------------------------------------*/
/*	  Register Form
/*------------------------------------------*/

#intro_form {

}

.form_register {
	width: 100%;
	background: rgba(49, 49, 49, 1);
	margin: 0 auto;
    padding: 20px 20px 25px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form_register h2 {
	color: var(--primary-color);
    text-align: center;
    line-height: 30px;
	font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.btn-info {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-info:hover, .btn-info:focus, .btn-info:active{
	background-color: #B5D337;
	border-color: #B5D337;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
	height: 46px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
	color: #444;
	-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;
}

.form_register textarea {
	min-height:140px;
}

/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
	color: #fc0000;
	font-size: 13px;
	margin-bottom: 20px;
}


 
/* ==========================================================================
   04. ABOUT
   ========================================================================== */
  
/*#about-1 {*/
	/*padding-top: 60px;*/
	/*padding-bottom: 30px;*/
/*}*/

/*#about-2 {*/
	/*padding-top: 70px;*/
	/*padding-bottom: 80px;*/
/*}*/

#about-1 .titlebar {
	margin-bottom: 30px;
}

#about-1 h4, #about-2 h4  {
	font-weight: 600;
	margin-bottom: 15px;	
}

/*------------------------------------------*/
/*	  About-1 Text
/*------------------------------------------*/

#about-1-text {
	padding-right: 35px;
}

/*------------------------------------------*/
/*	  Accordion
/*------------------------------------------*/

#accordion_holder {
	margin-top: 40px;
}

.accordion {
	margin-bottom: 40px;
}

#text_1,
#text_2,
#text_3,
#text_4 { 
	width: 100%;
	display: block; 
	float: left; 
	padding: 0; 
	margin: 3px 0; 	
	cursor: pointer; 	
}

.accordion a { 
	color: #666; 
	font-size: 16px;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 40px 10px 15px;
	text-decoration: none; 
	display: block; 
	cursor: pointer; 
	background: rgba(170, 170, 170, 0.15) url(../img/icons/open.png) no-repeat center right;
}

.accordion li.active>a { 
	background: rgba(170, 170, 170, 0.15) url(../img/icons/close.png) no-repeat center right;  
	color: #151515;
	box-shadow: none;
}

/*------------------------------------------*/
/*	  Accordion Answer
/*------------------------------------------*/

.accordion li div { 
	background: #fff;
	line-height: 22px;
	padding: 10px 10px; 
	margin-bottom: 5px;
	display: block; 
	clear: both; 
	float: left; 
}

/*------------------------------------------*/
/*	 Video Holder
/*------------------------------------------*/

#video_holder p {
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/ 

.video-block {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 20px;
	margin-top: 20px;
	height: 0;
	overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

/*------------------------------------------*/
/*	 About-2 Text
/*------------------------------------------*/

#about-2-text {
	padding-left: 60px;
}

/*------------------------------------------*/
/*	  Quote
/*------------------------------------------*/

#quote_holder {
	margin-top: 40px;
}

.quote-text {
	background: rgba(170, 170, 170, 0.15);
    border-left: none;
    color: rgba(85, 94, 106, 0.8);
    font-style: italic;
    line-height: 25px;
    margin: 0 0 30px 0;
    padding: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
    -moz-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
    box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
}

.quote-text:before {
    border: 14px solid transparent;
    z-index: 3;
    border-top-color: #f2f2f2;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px;
}

.quote-text:after {
    border: solid 14px transparent;
    z-index: 2;
    border-width: 18px;
    border-top-color: rgba(182, 196, 209, 0.3);
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px;
}

.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}

.quote-text a {
    color: #8c989e;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
}

.quote-text a:hover {
    text-decoration: none;
}

.flexslider .slides img { 
	float: left;
    margin-right: 15px;
    margin-left: 6px;
    width: 75px;
	box-shadow: 0 0 5px rgba(140, 140, 140, 0.8);
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}

.quote-author {
    display: inline-block;
    font-size: 13px !important;
    line-height: 65px !important;
} 
 


/* ==========================================================================
   05. FEATURES
   ========================================================================== */
 
#features {
	/*padding-top: 60px;*/
	/*padding-bottom: 30px;*/
}

/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
    background-color: #666;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 30px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

/*------------------------------------------*/
/*	  Feature Box Content
/*------------------------------------------*/

.feature-box-content {
	padding-left: 70px;
}

.feature-box-content h4 {
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
}


 
/* ==========================================================================
   06. FAQs
   ========================================================================== */
 
#testimonials {
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: var(--secondary-color);
}

/*------------------------------------------*/
/*	  FAQs Titlebar
/*------------------------------------------*/

#testimonials .titlebar {
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

.question {
	margin-bottom: 20px;
}
  
.question h4 {
	font-weight: 600;
}

.question p {
	color: #666;
	font-family: 'Assistant', sans-serif;
}


 
/* ==========================================================================
   07. CLIENTS
   ========================================================================== */

 
#clients {
	padding-top: 60px;
	padding-bottom: 80px;
	border-top: 1px solid #ddd;
}	

#clients-titlebar {
	position: relative;
}	

/*------------------------------------------*/
/*	 Clients Carousel Navigation
/*------------------------------------------*/

.customNavigation {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
}

.customNavigation .btn {
	padding: 4px 10px;
}

.customNavigation i {
	font-size: 20px;
	color: #fff;
}
  


/* ==========================================================================
   08. CALL TO ACTION
   ========================================================================== */

#call-to-action {
	padding-top: 100px;
	padding-bottom: 100px;
}

#call-to-action h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	padding: 0 15%;
	margin-bottom: 15px;
}

#call-to-action p {
	color: #fff;
	font-size: 20px;
	font-family: 'Assistant', sans-serif;
	font-weight: 300;
	padding: 0 10%;
	margin-bottom: 30px;
}

   
/* ==========================================================================
   09. FOOTER
   ========================================================================== */
 
#footer {
	background-color: var(--primary-color);
	padding: 4px 40px;
}   
  #footer a{
	  color: #ffffff;
	  margin-top: 5px;
  }
/*------------------------------------------*/
/*	 Footer Navigation Menu
/*------------------------------------------*/  

.footer-nav li {
	float: left;
	padding: 5px 10px 10px;
}

.footer-nav li a {
	color: #999;
	font-size: 15px;
	font-family: 'Assistant', sans-serif;
}

.footer-nav li a:hover {
	color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/  

#footer_copy p {
	color: #000;
	font-size: 13px;
	font-family: 'Assistant', sans-serif;
	margin-left: 10px;
}

#footer_copy p span {
	color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

#footer_icons {
	margin:3px 0;
}

.footer-socials {
	display: inline-block; 
}

.footer-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	line-height: 70px;
}

.foo_social {
    width: 40px;
    height: 40px;
	text-align: center;
	color: #1A1E23;
	font-size: 20px;
    line-height: 40px;
	margin: 0 5px;
	background-color: #999;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-twitter:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-google-plus:hover {background-color: #cd1111;color: #f8f8f8;}
.ico-linkedin:hover {background-color: #015886;color: #f8f8f8;}
.ico-dribbble:hover {background-color: #d92d84;color: #f8f8f8;}
.ico-instagram:hover {background-color: #beb3a8;color: #f8f8f8;}
.ico-pinterest:hover {background-color: #ac281a;color: #f8f8f8;}
.ico-dropbox:hover {background-color: #008ad2;color: #f8f8f8;}
.ico-skype:hover {background-color: #00a9ed;color: #f8f8f8;}
.ico-youtube:hover {background-color: #cd1b20;color: #f8f8f8;}
.ico-tumblr:hover {background-color: #3a5976;color: #f8f8f8;}
.ico-vimeo:hover {background-color: #00adee;color: #f8f8f8;}
.ico-flickr:hover {background-color: #d2d2d2;color: #f8f8f8;}
.ico-github:hover {background-color: #222;color: #f8f8f8;}
.ico-renren:hover {background-color: #364a83;color: #f8f8f8;}
.ico-vk:hover {background-color: #3b5998;color: #f8f8f8;}
.ico-xing:hover {background-color: #015f5e;color: #f8f8f8;}
.ico-weibo:hover {background-color: #be4443;color: #f8f8f8;}
.ico-rss:hover {background-color: #ff6600;color: #f8f8f8;}

/*------------------------------------------*/
/*	 Footer Newsletter Form
/*------------------------------------------*/

.subscribe-form {
	margin: 5px auto 0;
    position: relative;
    z-index: 10;
	width: 90%;
}

#newsletter_form p {
	color: #666;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Assistant', sans-serif;
	text-align: center;
	margin-top: 10px;
}

#newsletter_form p span {
	color: #428bca;
}

.subscribe-input {
	width: 68%;
    height: 30px;
	background-color: #aaa;
	color: #ddd;
	font-size: 14px;
    font-weight: 300;
	padding-left: 10px;
	border: none;
}

.subscribe-submit {
	width: 32%;
	height: 30px;
	background: #383e46;
    color: #fff;
	font-size: 12px;
	font-family: 'Assistant', sans-serif;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
	text-align:center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border:none;
    cursor: pointer;
    outline: 0;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
	background: #428bca;
}


 
/* ==========================================================================
   10. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(66, 139, 202, 0.95);
}

nav a#pull {  
    display: none;  
} 



/* ==========================================================================
   11. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */
form{
   display: flex;
}
#form_response {
	margin: 50px auto; 
}

#form_response .img-responsive { display: inline-block; }

#form_response h1 {
	font-size: 40px; 
	font-weight: 700;
	margin-top: 10px;
}

#form_response p {
	font-size: 18px; 
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}
/* ==============================================================
	12. CUSTOM STYLES
 =================================================================== */
.navbar .text-info{
    color: var(--primary-color);
}
#tz-logo {
    text-align: left;
}
#tz-phone{
    font-size: 1.5em;
    text-align: right;
    font-weight: bold;
    color: #3a3a3a;
}
#tz-phone .fa{
    margin-right: 5px;
}
#tz-phone a{
    color: #3a3a3a;
}
.header-optin{
	background: var(--secondary-color-light);
	padding: 3rem;

	position: relative;

	height: 100%;
	display: flex;
	align-items: center;
}
.header-optin .lead{
	font-size: 1.8em;
	line-height: 1.5em;
}
#main-header-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
#intro .tz-intro-text{
	font-size: 2em;
	display: inline-flex;
	align-items: center;
}
#intro .tz-intro-text:before {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 100%;
	display: inline-flex;
	border: 4px solid #fff;
	align-items: center;
	justify-content: center;
	padding: 3px;
	background: var(--primary-color);
	box-sizing: content-box;
	overflow: hidden;
	margin-right: 5px;
	-webkit-box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.75);
	box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.75);
}
#intro h1{
	font-size: 3.5em;
	color: var(--primary-color-dark);
	background-color: var(--secondary-color-light);
	padding: 25px;
}
#intro h1 .text-light-blue{
	color: var(--primary-color);
	border-bottom: 5px solid var(--primary-color);
}
#intro .form_register h2 .text-white{
	color: #fff;
}

.tz-section{
	padding: 30px 0;
}
.model-info{
    margin-top: 1.5em;
}
.modes .mode-title{
	display: inline-flex;
	align-items: center;
}
.modes .mode-title:before{
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 100%;
	display: inline-flex;
	border: 4px solid #fff;
	align-items: center;
	justify-content: center;
	padding: 3px;
	background: var(--primary-color);
	box-sizing: content-box;
	overflow: hidden;
	margin-right: 5px;
	-webkit-box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.75);
	box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.75);
}
.mode-list{
    list-style-type: disc;
    margin-left: 1.5em;
}
.mode-list .mode-list-item{
    color: var(--primary-color);
}
#passive-mode .mode-title:before{
	background: #ff0000;
}
#active-mode .mode-title:before{
	background: #36d200;
}
.model-title-wrap{
	background: var(--primary-color);
	padding: 1.5rem;
}
.model-title-wrap .model-title{
	color: #fff;
	font-weight: bold;
}
.model-title-wrap .model-title:after{
	content: '';
	display: block;
	border-bottom: 6px solid #fff;
	width: 100px;
	margin-top: 5px;
}
.modes .mode .mode-text{

}
.modes .mode .mode-list{
	list-style-type: disc;
	margin-left: 1.5em;
}
.modes .mode .mode-list .mode-list-item{
	color: var(--primary-color);
}
#tz-model-2 .mode-title{
    display: flex;
    align-items: center;
}
#tz-model-2 .mode-title:before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    display: inline-flex;
    border: 4px solid #fff;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background: var(--primary-color);
    box-sizing: content-box;
    overflow: hidden;
    margin-right: 5px;
    -webkit-box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.75);
    box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.75);
}
#tz-model-3-title-wrap{
    background: var(--primary-color);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.after-mode-text{
    margin-top: 1.5em;
}
.model-row{
    padding: 1.5em;
    /*-webkit-box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.2);*/
    /*-moz-box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.2);*/
    /*box-shadow: 5px 7px 39px -9px rgba(0,0,0,0.2);*/
}
#optin{
    background-color: var(--secondary-color);
    padding: 3em;
	margin-bottom: 2em;
}
#optin .optin-title{
    color: var(--primary-color);
}
#optin .optin-title .text-white{
    color: #fff;
}
.form-group .form-control{
    width: 100%;
    border-radius: 0;
    background-color: #d0d0d0;
	height: 50px;
	font-size: 2.5rem;
}
.btn{
	border-radius: 0;
	height: 50px;
	font-size: 2.5rem;
}
#optinsubmit{
    border-radius: 0;
    padding: 6px;
}
.model-images{
	padding-left: 0;
}
#about-1 img{
	padding: 15px 15px 15px 0;
}
#about-1 img:first-of-type,
#about-2 img:first-of-type,
#about-3 img:first-of-type{
    position: relative;

}
#about-2 img{
    position: relative;
	padding: 15px 15px 15px 0;

}
#about-3 img{
    position: relative;
	padding: 15px 15px 15px 0;

}
#about-3 .section-title{
	font-size: 3.5em;
	font-weight: bold;
}
#about-3 .old-price{
	text-decoration: line-through var(--primary-color);
}
#about-3 .new-price{
	font-size: 2em;
}
@media screen and (max-width: 640px){
	.intro-parallax{
		background-position: 45% 50%;
	}
    .navbar {
        /*background-color: #fff;*/
        height: auto;
        display: block;
    }
	.navbar .container{
		overflow: visible;
	}
    .navbar .row{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    }
    .navbar-brand img{
        max-height: 100px;
    }
    #tz-phone{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
		margin-top: 30px;
    }
	#tz-phone .text-info{
		margin-right: 5px;
	}
    #main-header-wrap{
        flex-direction: column;
    }
    .header-optin{
        height: auto;
    }
	.header-optin .lead{
		font-size: 16px;
		line-height: 1.5;
	}
    .model-row{
        padding: 0 1.5em;
    }
    .tz-section{
	    padding: 0;
    }
	#about-1 img,
	#about-2 img,
	#about-3 img{
		padding: 15px 0;
	}
	.model-images {
		padding-left: 0;
		padding-right: 0;
	}
    #about-3 .model-sub-title{
        text-align: left;
    }
}
#tz-model-1 > .vid-side-list li p{
	font-size: 20px;
	text-align: justify;
}
#tz-model-1 > .vid-side-list li .fa{
	color: var(--primary-color-dark);
}
.model-card{
	border: none;
}
.model-card .model-title{
	background-color: var(--primary-color);
	color: #fff;
	padding: .5em;
}
.model-card .model-img-wrap{
	max-height: 230px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 1em;
}
.model-card .model-img-wrap img{
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;

}
.about-section-title{
	font-weight: 600;
}
.model-card .model-img-wrap:hover img{
	transform: scale(1.2);
	transition-property: transform;
}
#about .about-section-title{
	padding: 0;
}
#about-4 h2{
	font-weight: bold;
}
hr.divider{
	border-color: var(--primary-color);
	margin-bottom: 3em;
}
#images-wrap .slick-slide{
	max-height: 350px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.slick-arrow {
	background: #fff;
	border: none;
	position: absolute;
	color: #000000;
	z-index: 9;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;

}

.slick-arrow.fa-angle-right {
	padding: 0 50px;
	right: 0;
	height: 350px;
}

.slick-arrow.fa-angle-left {
	padding: 0 50px;
	left: 0;
	height: 350px;
}
@media screen and (max-width: 640px){
	.slick-arrow.fa-angle-right,
	.slick-arrow.fa-angle-left {
		padding: 0 5px;
	}
}
#about-main-text{
	color: #fff;
	margin-bottom: 2em;
}
#footer-links{
	margin: 2em auto;
}
#footer-links h3{
	text-transform: capitalize;
	color: #fff;
}
#footer-links a{
	color: #fff;
}
#footer-links a:hover{
	font-weight: bold;
}
#hila-video .vid-trigger-wrap{
	background-color: var(--secondary-color-light);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: 1;
}
#hila-video .fa{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5em;
}
#testimonials .divider{
	border-color: #ffffff;
	margin: 3em auto;
	max-width: 50%;
}