/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : ULaunch - Multi Purpose Products Landing Page
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. Features area css
05. specification area css
06. Offer Box area css
07. Contact us css
08. Footer area css
09. Media Screens
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.on-side{
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #333;
	z-index: 9999;
}

.loader{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner{
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}

.btn-custom{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	color: #ff2938;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 26px;
	transition: all 0.3s;
}

.btn-custom:hover{
	background: none;
	color: #fff;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

.wrap-sticky{
	height: auto !important;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked{
	left: 0;
}

.navbar{
	margin-bottom: 0;
}

.navbar-brand{
	padding: 18px 15px;
	height: auto;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-brand img{
	transition: all 0.3s;
}

nav.navbar.bootsnav{
	background: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255,255,255,0);
	z-index: 101;
	padding: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.navbar-nav li{
	padding: 30px 0;
	margin:0 2px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.nav li{
    position: relative;
}

.navbar-default .navbar-nav>li>a{
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 8px 10px 4px; 
	position: relative;
	border: 1px solid transparent;
}

.attr-nav > ul > li > a{
	padding: 32px 15px 0;
	transition: all 0.3s ease-in-out;
}

.nav ul{
	display: none;
	padding: 0;
	min-width: 214px;
	list-style: none;
    position: absolute;
	top: 100%;
	left: 0;
	background: #16c9f6;
	background: linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -webkit-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -moz-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -o-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	margin-top: 0px;
}

.nav ul li{
	transition: all 0.4s;
	margin: 0;
}

.nav ul li:hover{
	background: rgba(255,255,255,0.14);
}

.nav ul li a:hover{
	color: #000;
}

.nav ul li a{
	border: none !important;
}

.nav .active a{
	background: none !important;
	color: #ffc600 !important;
	transition: all 0.3s;
}

.nav ul li a{
	display: block;
	color: #fff;
	padding: 12px 20px;
}

.nav .active ul li a{
	border: none !important;
}

.nav ul ul{
	left: 100%;
	top: 0;
	margin-top: -1px;
}

.nav ul li{
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.nav ul li:last-child{
	border-bottom: none;
}

.wrap-sticky nav.navbar.bootsnav{
	position: fixed;
}

.wrap-sticky nav.navbar.bootsnav.sticked{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-header .navbar-brand{
	padding-top: 12px;
}

.sticked .navbar-brand{
	padding: 12px 15px;
}

.sticked .attr-nav > ul > li > a{
	padding-top: 24px;
}

.sticky-header .navbar-nav>li{
	padding: 18px 0;
}

.sticky-header .navbar-brand h1{
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #000;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}

.sticky-header .navbar-nav>li>a{
	color: #fff;
}

.side{
	background: #333;
	padding: 0;
}

.side .close-side{
	position: absolute;
	top: 10px;
	right: 20px;
}

.side-logo{
	text-align: center;
	padding: 50px 30px;
}

.side .widget ul.link li a{
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 30px;
	border-bottom: 1px dashed #3c3c3c;
}

.side .widget ul.link li a i{
	padding-right: 10px;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: #f4f4f4 url(../images/banner-bg.png) no-repeat right center;
	padding: 160px 0 100px;
}

.banner:before{
	content: '';
	display: block;
	width: 240px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27%;
}
	

.banner .row{
	position: relative;
	z-index: 1;
}

.header-social{
	width: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #333333;
}

.header-social-link{
	position: absolute;
	top: 60%;
	width: 400px;
	left: 30px;
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 50%;
}

.header-social-link:before{
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: -90px;
	top: calc(50% - 1px);
}

.header-social-link label{
	color: #f4f4f4;
	font-weight: 400;
	margin-right: 10px;
}

.header-social-link a{
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 4px 0;
	margin: 0 3px;
}

.header-content{
	padding-top: 60px;
}

.header-content h2{
	color: #333333;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 1.4em;
}

.header-content p{
	color: #595959;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 2em;
}

.btn-textlink{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	transition: all 0.3s ease-in-out;
}

.btn-textlink:hover{
	color: #999;
}

.header-image{
	text-align: center;
}

/**************************************/
/*****   04. Features area css    *****/
/**************************************/

.section-title{
	margin-bottom: 60px;
	text-align: center;
}

.section-title h2{
	color: #333333;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.3em;
}

.section-title p{
	color: #a1a0a0;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.features{
	padding: 80px 0;
}

.features .section-title{
	text-align: left;
}

.feature-btn{
	text-align: right;
}

.btn-feature{
	display: inline-block;
	color: #595959;
	font-weight: 600;
	border: 2px solid #595959;
	padding: 18px 30px;
	margin-top: 60px;
	transition: all 0.3s;
}

.btn-feature:hover,
.btn-feature:focus{
	background: #595959;
	color: #fff;
}

.feature-single{
	margin-bottom: 40px;
}

.feature-single h3{
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 30px;
}

.feature-single p{
	font-size: 14px;
	color: #595959;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.btn-learn-more{
	font-size: 14px;
	color: #595959;
	font-weight: 600;
}

.btn-learn-more i{
	margin-left: 6px;
}

/*******************************************/
/*****   05. specification area css    *****/
/*******************************************/

.specification{
	background: #333333;
	padding: 80px 0;
}

.specification .section-title{
	margin-bottom: 80px;
}

.specification .section-title h2{
	color: #fff;
}

.specification-image{
	padding-top: 60px;
}

.specification-entry p{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 5px 0;
}

.specification-entry p span{
	font-weight: 400;
	color: #a1a0a0;
}

.available-color a{
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 6px;
}

/***************************************/
/*****   06. Offer Box area css    *****/
/***************************************/

.discount{
	padding: 80px 0;
}

.discount-box{
	max-width: 945px;
	margin: 0 auto;
	text-align: center;
}

.discount-box h2{
	font-size: 50px;
	color: #333333;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.discount-box p{
	color: #595959;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8em;
}

.btn-buynow{
	display: inline-block;
	background: #333333;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 40px;
	letter-spacing: 0.04em;
	margin-top: 40px;
	transition: all 0.3s ease-in-out;
}

.btn-buynow:focus,
.btn-buynow:hover{
	background: #000;
	color: #fff;
}

/***********************************/
/*****   07. Contact us css    *****/
/***********************************/

.contact{
	padding: 80px 0;
	background: #333333
}

.contact .section-title h2{
	color: #fff;
}

.contact-form .form-control{
    background: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    height: auto;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #fff;
    resize: none;
}

.contact-form .form-control:focus,
.contact-form .form-control:hover{
	outline: 0;
	box-shadow: none;
}

.contact-form .btn-contact{
	display: inline-block;
    color: #fff;
    font-weight: 600;
	background: none;
    border: 2px solid #fff;
    padding: 14px 50px;
    margin-top: 20px;
	letter-spacing: 0.04em;
    transition: all 0.3s;
}

.contact-form .btn-contact:focus,
.contact-form .btn-contact:hover{
	background: #fff;
	color: #333;
	outline: 0;
	box-shadow: none;
}

/***************************************/
/*****     08. Footer area css     *****/
/***************************************/

footer{
	padding: 80px 0;
	background: #333333;
}

.footer-site-info img{
	margin-bottom: 30px;
}

.footer-site-info p{
	color: #fff;
	font-size: 14px;
	line-height: 1.8em;
}

.footer-site-info p a{
	color: #fff;
}

.footer-contact h2{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer-contact p{
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
}

.footer-menu ul li{
	display: inline-block;
}

.footer-menu ul li a{
	display: block;
	position: relative;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-menu ul li a:hover{
	color: #c8c8c8;
}

.footer-menu ul li a:after{
	content: '|';
	padding: 0 10px 0 14px;
}

.footer-menu ul li:last-child a:after{
	display: none;
}

.footer-about{
	margin-top: 30px;
}

.footer-about p{
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;
}

.footer-social{
	margin-top: 30px;
}

.footer-social a{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #fff;
	color: #333;
	text-align: center;
	border-radius: 50%;
	padding-top: 6px;
	margin-right: 8px;
	transition: all 0.3s;
}

.footer-social a:hover{
	background: #000;
	color: #fff;
}

/************************************/
/*****    09. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	.header-social{
		display: none;
	}
}

@media only screen and (max-width: 991px){
	nav.navbar.bootsnav .navbar-header{
		padding-left: 0;
		padding-right: 0;
	}
	
	nav.navbar.bootsnav .navbar-brand{
		float: left !important;
	}
	
	.navbar-brand{
		padding-left: 0;
		padding-right: 0;
	}
	
	.sticked .navbar-brand{
		padding-left: 0;
		padding-right: 0;
	}
	
	.section-title h2{
		font-size: 28px;
	}
	
	.header-content{
		padding-top: 0;
	}
	
	.header-content h2{
		font-size: 28px;
	}
	
	.header-content p{
		font-size: 16px;
	}
	
	.btn-feature{
		margin-top: 52px;
	}
	
	.specification-entry p{
		font-size: 16px;
	}
	
	.discount-box h2 br{
		display: none;
	}
	
	.discount-box h2{
		font-size: 28px;
	}
	
	.discount-box p{
		font-size: 16px;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	nav.navbar.bootsnav .navbar-header{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.section-title,
	.specification .section-title{
		margin-bottom: 50px;
	}
	
	.section-title h2{
		font-size: 24px;
	}
	
	.section-title p{
		font-size: 14px;
	}
		
	.banner{
		background: #f4f4f4;
		padding: 120px 0 60px;
	}
	
	.banner:before{
		display: none;
	}
	
	.header-content{
		margin-bottom: 40px;
	}
	
	.header-content h2{
		font-size: 24px;
	}
	
	.header-content p{
		font-size: 14px;
	}
	
	.specification,
	.discount,
	.contact,
	footer{
		padding: 60px 0;
	}
	
	.features{
		padding: 60px 0 20px;
	}
	
	.feature-btn{
		display: none;
	}
	
	.specification-image{
		padding-top: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.specification-entry p.available-color span{
		display: block;
		margin-bottom: 4px;
	}
	
	.discount-box h2{
		font-size: 24px;
	}
	
	.discount-box p{
		font-size: 14px;
	}
	
	.footer-contact{
		margin-top: 30px;
	}
	
	.footer-menu{
		margin-top: 30px;
	}
	
	.footer-menu ul li a:after{
		padding: 0 4px 0 8px;
	}
}