/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : ULaunch - Multi Purpose Products Landing Page
* File          : CSS File
* Version       : 3.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. Featured on area css
05. Free Sample area css
06. Whats Inside area css
07. Stat counter area css
08. Newsletters area css
09. Testimonial area css
10. About Author area css
11. Pricing area css
12. Contact us area css
13. Footer area css
14. Media Screens
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.container{
	max-width: 1160px;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #1152d4;
	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;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 14px 30px;
	min-width: 170px;
	text-align: center;
	color: #fff;
	box-shadow: 1px 2px 46px 0px rgba(0,0,0,0.1);
	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%);
}

.btn-custom:hover{
	background: #16c9f6;
	color: #fff;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

.top-bar{
	background: #eff7ff;
	padding: 15px 0;
}

.top-bar .top-bar-text p{
	color: #959697;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding-top: 12px;
}

.top-bar .top-bar-text p a{
	color: #1152d4;
	transition: all 0.3s ease-in-out;
}

.top-bar .top-bar-text p a:hover{
	color: #232321;
}

.top-bar .top-bar-btn{
	text-align: right;
}

.top-bar .top-bar-btn a{
	display: inline-block;
	color: #1152d4;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #1152d4;
	padding: 10px 20px;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
}

.top-bar .top-bar-btn a:hover{
	background: #1152d4;
	color: #fff;
}

header{
	height: 80px;
	background: #eff7ff;
}

.navbar.main-menu{
	padding: 0 ;
	z-index: 100;
}

.main-nav-menu{
	width: 100%;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0 20px;
	border: 1px solid #d4e3f2;
}

.navbar-brand{
	line-height: 0;
	height: auto;
	transition: all 0.3s ease-in-out;
}

.main-nav{
	justify-content: flex-end;
}

nav.navbar.main-menu ul.nav > li > a{
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #1152d4;
	padding: 32px 18px;
	line-height: 1em;
	letter-spacing: 0.05em;
	position: relative;
	transition: all 0.3s ease-in-out;
}

nav.navbar.main-menu ul.nav > li > a:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #1152d4;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -3px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

nav.navbar.main-menu ul.nav > li > a:hover:after{
	opacity: 1;
}

nav.navbar.main-menu ul.nav > li > a.active:after{
	opacity: 1;
}

.navbar-default .navbar-nav>.active>a:hover{
	color: #1152d4;
}

nav.navbar.main-menu.sticked{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff !important;
}

nav.navbar.main-menu.sticked .main-nav-menu{
	border: 1px solid transparent;
}

nav.navbar.main-menu.sticked{
	border-bottom: 1px solid #d4e3f2;
}


.navbar-toggler{
	float: right;
	border: 1px solid #232321;
	color: #232321;
	border-radius: 0;
	padding: 6px 10px;
	outline: 0;
	box-shadow: none;
	margin-top: 2px;
}

nav.navbar .navbar-toggler:focus{
	outline: 0;
	box-shadow: none;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: #eff7ff;
	padding: 80px 0;
}

.book-image{
	position: relative;
	max-width: 438px;
}

.btn-video-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.btn-video-overlay a{
	display: inline-block;
	font-size: 80px;
	color: #1152d4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.book-header{
	padding-top: 70px;
}

.book-header h2{
	color: #232321;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}

.book-header p{
	font-size: 25px;
	font-weight: 500;
	color: #1152d4;
	margin-bottom: 1em;
}

.book-header .btn-shop-now{
	display: inline-block;
	font-size: 18px;
	color: #232321;
	font-weight: 500;
	padding-bottom: 4px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.book-header .btn-shop-now:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: #232321;
	height: 1px;
	transition: all 0.3s ease-in-out;
}

.book-header .btn-shop-now:hover{
	color: #1152d4;
}

.book-header .btn-shop-now:hover:after{
	background: #1152d4;
}

/*************************************/
/***** 04. Featured on area css  *****/
/*************************************/

.section-title{
	text-align: center;
	margin-bottom: 70px;
}

.section-title h2{
	color: #232321;
	font-size: 40px;
	font-weight: 700;
}

.section-title h2 span{
	position: relative;
}

.section-title h2 span:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14px;
	height: 6px;
	background: #588df8;
	z-index: -1;
}

.featured-on{
	padding: 100px 0;
}

.featured-brand{
	text-align: center;
}

.featured-brand img{
	margin: 10px 0;
}

/*************************************/
/***** 05. Free Sample area css  *****/
/*************************************/

.free-sample{
	padding: 100px 0 70px;
	background: #1152d4;
}

.sample-single{
	border: 1px solid #fff;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.sample-single span.price{
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	background: #1152d4;
	padding: 0 10px 10px 0;
	position: absolute;
	left: -1px;
	top: -1px;
}

.sample-single h3{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.sample-single p{
	color: #fff;
	line-height: 1.5em;
}

.sample-single .btn-order-now{
	display: inline-block;
	width: 150px;
	text-align: center;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #1152d4;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 24px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: -20px;
	letter-spacing: 0.04em;
	transition: all 0.3s ease-in-out;
}

.sample-single .btn-order-now:hover{
	background: #232321;
	color: #fff;
}

/**************************************/
/***** 06. Whats Inside area css  *****/
/**************************************/

.whats-inside{
	padding: 100px 0;
}

.whats-inside-entry p{
	color: #9b9b9b;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.whats-inside-entry ul{
	list-style: none;
}

.whats-inside-entry ul li{
	color: #9b9b9b;
	padding: 6px 0 6px 24px;
	position: relative;
}

.whats-inside-entry ul li:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #1152d4;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}

/**************************************/
/***** 07. Stat counter area css  *****/
/**************************************/

.stat-counter{
	padding: 50px 0 100px;
}

.stat-counter .row .col-md-3{
	border-right: 1px solid #b6b5b5;
}

.stat-counter .row .col-md-3:last-child{
	border-right: none;
}

.counter-single{
	display: inline-block;
	position: relative;
	text-align: center;
	padding-left: 62px;
}

.counter-single .icon-box{
	color: #1152d4;
	font-size: 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.counter-single h3{
	font-size: 30px;
	color: #232321;
	font-weight: 600;
	margin-bottom: 0;
}

.counter-single p{
	font-size: 14px;
	color: #9b9b9b;
	margin: 0;
}

/**************************************/
/*****  08. Newsletters area css  *****/
/**************************************/

.newsletters{
	padding: 100px 0;
	background: #eff7ff;
	position: relative;
	z-index: 0;
}

.newsletter-note{
	text-align: center;
	margin-bottom: 30px;
}

.newsletter-note p{
	color: #9b9b9b;
	line-height: 1.6em;
}

.newsletter-form{
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}

.newsletter-form p{
	color: #9b9b9b;
	font-size: 12px;
}

.newsletter-form .form-control{
	text-align: center;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	border: 1px solid #c5d7e9;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
}

.newsletter-form .btn-subscribe{
	display: inline-block;
	background: #1151d3;
	color: #fff;
	border: none;
	padding: 10px 30px;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
}

.newsletter-form .btn-subscribe:focus,
.newsletter-form .btn-subscribe:hover{
	background: #232321;
	outline: 0;
	box-shadow: none;
}

/**************************************/
/*****  09. Testimonial area css  *****/
/**************************************/

.testimonial{
	padding: 100px 0;
}

.testimonial-slide{
	text-align: center;
}

.testimonial-slide:after{
	content: '';
	display: block;
	clear: both;
}

.testimonial-slide .testimonial-author{
	width: 30%;
	float: left;
}

.testimonial-slide .testimonial-author figure{
	max-width: 80px;
	margin: 0 auto 20px;
}

.testimonial-slide .testimonial-author figure img{
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-slide .testimonial-author h3{
	font-size: 20px;
	color: #232321;
	font-weight: 600;
}

.testimonial-slide .testimonial-author h4{
	font-size: 16px;
	color: #9b9b9b;
	font-weight: 400;
}

.testimonial-slide .testimonial-entry{
	width: 65%;
	float: right;
	padding-top: 10px;
}

.testimonial-slide .testimonial-entry p{
	font-size: 18px;
	color: #9b9b9b;
	line-height: 1.6em;
}

.testimonial-pagination{
	text-align: center;
	margin-top: 60px;
}

.testimonial-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #1151d3;
	background: none;
	opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active{
	background: #1151d3;
}

/***************************************/
/*****  10. About Author area css  *****/
/***************************************/

.about-author{
	padding: 100px 0 0;
	background: url(../images/author-bg.jpg) no-repeat top center fixed;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.about-author:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17,81,211,0.8);
}

.about-author .container{
	position: relative;
	z-index: 1;
}

.about-author .section-title h2{
	color: #fff;
}

.about-author .section-title h2 span:before{
	background: #88afff;
}

.author-image{
	text-align: center;
}

.about-author-entry{
	padding-top: 40px;
}

.about-author-entry p{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

/***************************************/
/*****    11. Pricing area css     *****/
/***************************************/

.pricing{
	padding: 100px 0;
	background: #eff7ff;
	position: relative;
	z-index: 0;
}

.pricing-single{
	text-align: center;
	padding: 50px 15px;
	background: #fff;
}

.pricing-single h3{
	color: #1151d3;
	font-size: 25px;
	font-weight: 600;
}

.pricing-single p{
	color: #232321;
	font-size: 70px;
	font-weight: 700;
}

.pricing-single .btn-view-more{
	color: #9b9b9b;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.pricing-single .btn-view-more i{
	margin-left: 10px;
}

.pricing-single .btn-view-more:hover{
	color: #1151d3;
}

/***************************************/
/*****   12. Contact us area css   *****/
/***************************************/

.contact-us{
	padding: 100px 0;
}

.contact-form .form-control{
	font-size: 14px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: #232321;
    height: auto;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #232321;
    resize: none;
}

.contact-form .btn-contact{
	font-size: 18px;
	color: #fff;
	background: #1151d3;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.22em;
	padding: 16px 40px;
	border-radius: 2px;
	margin-top: 30px;
	outline: 0;
	box-shadow: none;
}

.contact-form .btn-contact:hover{
	background: #232321;
}

.with-errors ul{
	padding: 0;
	margin: 0;
	color: #a94442;
}

/***************************************/
/*****     13. Footer area css     *****/
/***************************************/

.mega-footer{
	padding: 0 0 100px;
}

.footer-payment h2,
.footer-social h2,
.footer-menu h2{
	font-size: 20px;
	color: #1151d3;
	font-weight: 400;
	margin-bottom: 30px;
}

.payment-entry img{
	margin-right: 4px;
}

.social-entry{
	padding-top: 4px;
}

.social-entry a{
	display: inline-block;
	color: #3d3d3d;
	font-size: 20px;
	padding-right: 10px;
}

.social-entry a:hover{
	color: #1151d3;
}

.menu-entry{
	padding-top: 8px;
}

.menu-entry ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-entry ul li{
	display: inline-block;
}

.menu-entry ul li a{
	display: inline-block;
	color: #3d3d3d;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.menu-entry ul li a:after{
	content: '|';
	padding: 0 4px 0 8px;
	color: #3d3d3d;
}

.menu-entry ul li:last-child a:after{
	display: none;
}

.menu-entry ul li a:hover{
	color: #1151d3;
}

footer{
	background: #1151d3;
	text-align: center;
	padding: 40px 0;
}

.footer-site-info p{
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
}

/************************************/
/*****    14. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	.banner{
		background-size: contain;
	}

	nav.navbar.main-menu ul.nav > li > a{
		padding: 32px 14px;
	}
}

@media only screen and (max-width: 991px){
	header{
		height: 68px;
	}

	nav.navbar.main-menu .navbar-header{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	
	nav.navbar.main-menu.sticky-header .navbar-brand,
	nav.navbar.main-menu .navbar-brand{
		display: inline-block;
		margin-top: 4px;
	}

	.main-nav-menu{
		padding: 15px;
		display: block;
	}
	
	nav.navbar.main-menu .navbar-collapse{
		background: #fff;
		padding: 0;
		margin: 10px 0 0 0;
	}
	
	nav.navbar.main-menu.sticky-header ul.nav > li > a,
	nav.navbar.main-menu ul.nav > li > a{
		padding: 14px 0;
		border: none;
		margin: 0;
	}
	
	nav.navbar.main-menu ul.nav > li > a:after{
		display: none;
	}
	
	.top-bar-text{
		text-align: center;
		margin-bottom: 20px;
	}
	
	.top-bar .top-bar-btn{
		text-align: center;
	}
	
	.book-header{
		padding-top: 0;
	}
	
	.featured-on,
	.newsletters,
	.testimonial,
	.pricing,
	.contact-us{
		padding: 80px 0;
	}
	
	.mega-footer{
		padding: 0 0 80px;
	}
	
	.about-author{
		padding: 80px 0 0;
	}
	
	.whats-inside{
		padding: 80px 0 40px;
	}
	
	.stat-counter{
		padding: 40px 0 80px;
	}
	
	.free-sample{
		padding: 80px 0 50px;
	}
	
	.stat-counter .row .col-md-3{
		border: none;
	}
	
	.counter-single{
		margin: 20px 0;
	}
	
	.author-image{
		margin-top: 40px;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	
	nav.navbar.bootsnav .navbar-toggle{
		right: 0;
	}
	
	nav.navbar.bootsnav .navbar-collapse{
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.book-image{
		margin: 0 auto 30px;
	}
	
	.book-header h2{
		font-size: 26px;
	}
	
	.book-header p{
		font-size: 16px;
	}
	
	.section-title{
		margin-bottom: 40px;
	}
	
	.section-title h2{
		font-size: 26px;
	}

	.section-title h2 span:before{
		height: 4px;
		bottom: 10px;
	}
	
	.featured-on,
	.whats-inside,
	.newsletters,
	.testimonial,
	.pricing,
	.contact-us{
		padding: 60px 0;
	}
	
	.about-author{
		padding: 60px 0 0;
	}
	
	.free-sample{
		padding: 60px 0 20px;
	}
	
	.whats-inside{
		padding: 60px 0 30px;
	}
	
	.stat-counter{
		padding: 30px 0 60px;
	}
	
	.mega-footer{
		padding: 0 0 60px;
	}
	
	.sample-single{
		margin: 30px 0 50px;
		padding: 40px 20px 30px 20px;
	}
	
	.sample-single h3{
		margin-bottom: 20px;
	}
	
	.sample-single span.price{
		left: 50%;
		top: 0;
		padding: 0 10px;
		transform: translate(-50%,-50%);
	}
	
	.whats-inside-image{
		text-align: center;
		margin-top: 40px;
	}
	
	.testimonial-slide .testimonial-author{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.testimonial-slide .testimonial-entry{
		float: none;
		width: 100%;
	}
	
	.testimonial-slide .testimonial-author h3{
		font-size: 18px;
	}
	
	.testimonial-slide .testimonial-entry p{
		font-size: 16px;
	}
	
	.testimonial-slide .testimonial-author{
		margin-bottom: 10px;
	}
	
	.testimonial-pagination{
		margin-top: 30px;
	}
	
	.about-author-entry{
		padding-top: 0;
	}
	
	.pricing-single{
		margin-bottom: 30px;
	}
	
	.footer-payment,
	.footer-social{
		margin-bottom: 40px;
	}
	
	.footer-payment,
	.footer-social,
	.footer-menu{
		text-align: center;
	}	
}

/* Small Mobile Layout */

@media only screen and (max-width: 480px) {
	.top-bar .top-bar-btn a{
		padding: 10px;
		font-size: 12px;
	}
	
	.whats-inside-entry ul{
		padding-left: 0;
	}
	
	.about-author-entry p{
		font-size: 14px;
	}
	
	.section-title h2 span:before{
		display: none;
	}
}