/*
	Template Name 	: Noovus - Ebook Landing Page Bootstrap Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

/************************************/
/***** 	      General css		 ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-family: 'PT Serif', serif;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #49b970;
}

::selection {
    color: #fff;
    background: #49b970;
}

.preloader{
    background: #49b970;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.browser-screen-loading-content {
    text-align: center;
    height: 2em;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3em;
    left: 0;
    margin: auto;
}

.loading-dots {
    margin-left: -1.5em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    -moz-animation: loading-dots-fadein .5s linear forwards;
    -o-animation: loading-dots-fadein .5s linear forwards;
    -ms-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards;
}

.loading-dots i {
    width: .5em;
    height: .5em;
    display: inline-block;
    vertical-align: middle;
    background: #e0e0e0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 .125em;
    -webkit-animation: loading-dots-middle-dots .5s linear infinite;
    -moz-animation: loading-dots-middle-dots .5s linear infinite;
    -o-animation: loading-dots-middle-dots .5s linear infinite;
    -ms-animation: loading-dots-middle-dots .5s linear infinite;
    animation: loading-dots-middle-dots .5s linear infinite;
}

.loading-dots.dark-gray i {
    background: #707070;
}

.loading-dots i:first-child {
    -webkit-animation: loading-dots-first-dot .5s infinite;
    -moz-animation: loading-dots-first-dot .5s linear infinite;
    -o-animation: loading-dots-first-dot .5s linear infinite;
    -ms-animation: loading-dots-first-dot .5s linear infinite;
    animation: loading-dots-first-dot .5s linear infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-1em);
    -moz-transform: translate(-1em);
    -o-transform: translate(-1em);
    -ms-transform: translate(-1em);
    transform: translate(-1em);
}

.loading-dots i:last-child {
    -webkit-animation: loading-dots-last-dot .5s linear infinite;
    -moz-animation: loading-dots-last-dot .5s linear infinite;
    -o-animation: loading-dots-last-dot .5s linear infinite;
    -ms-animation: loading-dots-last-dot .5s linear infinite;
    animation: loading-dots-last-dot .5s linear infinite;
}

.loading-text{
	color: #fff;
	margin-top: 20px;
	letter-spacing: 0.1em;
}

@-moz-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-o-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-moz-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@-o-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

/************************************/
/*****    Navigation area css   *****/
/************************************/

.navbar{
	margin-bottom: 0;
}

.navbar-brand{
	padding: 0 15px;
}

.navbar-brand img{
	transition: all 0.5s ease-in-out;
	height: 45px;
}

.navbar-brand h1{
	font-size: 30px;
	margin: 0;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	font-family: 'Graduate', cursive;
	text-transform: uppercase;
}

.navbar-brand h1 i{
	position: relative;
	top: 3px;
	color: #ecae1a;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.navbar-default{
	background: none;
	border: none;
	border-bottom: none;
	padding: 30px 0;
	border-radius: 0;
	z-index: 12;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #49b970;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}

.sticky-header{
	background: #6049b9;
	padding: 10px 0;
	border-bottom: none;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-header .navbar-brand{
	padding-top: 10px;
}

.sticky-header .navbar-brand img{
	height: 30px;
	filter: brightness(0) invert(1);
}

.navbar-default .navbar-nav>li>a{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.08em;
	padding: 16px 15px 14px; 
	position: relative;
}

.active a{
	background: none !important;
	color: #49b970 !important;
}

.sticky-header .navbar-nav>li>a{
	color: #fff;
}

.sticky-header .navbar-nav>li>a:hover{
	color: #000;
}

.sticky-header .navbar-nav>li>a:focus{
	color: #fff;
}

.sticky-header .active a{
	background: none !important;
	color: #000 !important;
}

.navbar-default .active a:after{
	transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
}

.btn-download{
	display: inline-block;
	background: #6049b9;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.08em;
	padding: 14px 30px;
	border-radius: 2px;
	transition: all 0.4s;
}

.btn-download:hover{
	background: #399d5c;
	color: #fff;
}

.navbar-default .navbar-toggle{
	border-radius: 0;
	border-color: #fff;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 0;
}

.sticky-header.navbar-default .navbar-toggle{
	margin-top: 8px;
}

.navbar-default .navbar-toggle .icon-bar{
	background: #fff;
}

.navbar-default .navbar-toggle:hover{
	background: none;
}

/************************************/
/*****      Slider area css     *****/
/************************************/

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: #333333;
	padding: 180px 0 100px;
}

.banner .row{
	position: relative;
	z-index: 1;
}

.banner-desc{
	
}

.banner-desc h2{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2em;
}

.banner-desc h5{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	margin: 1.5em 0 3em;
}

.banner-desc p{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5em;
}

.award-box{
	margin-top: 60px;
}

.award-box img{
	margin-right: 30px;
}

.section-title{
	text-align: center;
	margin-bottom: 60px;
}

.section-title p{
	color: #494545;
	font-size: 20px;
	font-style: italic;
}

.section-title h2{
	color: #494545;
	font-size: 40px;
	font-weight: bold;
}

.banner-book{
	text-align: center;
}

.aboutus{
	background: #eeedea;
	padding: 100px 0 0;
}

.about-image{
	text-align: right;
}

.aboutus .section-title{
	text-align: left;
}

.about-entry{
	padding-bottom: 30px;
}

.about-entry p{
	font-size: 14px;
	color: #494545;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

.about-entry h4{
	font-family: 'Mrs Saint Delafield', cursive;
	font-size: 40px;
	margin-top: 1em;
}

.book-counter{
	background: #49b970;
	padding: 100px 0;
}

.counter-single{
	text-align: center;
}

.counter-single .icon-box{
	font-size: 80px;
	color: #fff;
}

.counter-single h3{
	color: #fff;
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: bold;
}

.counter-single p{
	color: #fff;
	font-size: 18px;
	margin-top: 6px;
	font-family: 'PT Serif', serif;
}

.testimonials{
	padding: 100px 0;
}

.testimonial-single{
	text-align: center;
	position: relative;
}

.testimonial-single:before{
	content: '\f10d';
	display: block;
	font-family: FontAwesome;
	font-size: 56px;
	color: #a6a3a3;
	margin-bottom: 20px;
}

.testimonial-single p{
	color: #a6a3a3;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 40px;
}

.testimonial-single figure{
	margin-bottom: 10px;
}

.testimonial-single img{
	border-radius: 50%;
}

.testimonial-single h3{
	color: #898686;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 14px;
	margin-bottom: 6px;
}

.testimonial-single h4{
	color: #898686;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.testimonial-pagination{
	text-align: center;
	margin-top: 30px;
}

.testimonial-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #000;
	opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active{
	background: #49b970;
}

.pricing{
	background: #333333;
	padding: 100px 0;
}

.pricing .section-title p,
.pricing .section-title h2{
	color: #fff;
}

.pricing-title h3{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1em;
}

.pricing-title p{
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.pricing-title .btn-download{
	margin-top: 20px;
}

.pricing-single{
	background: #fff;
	text-align: center;
	padding: 80px 30px;
}	

.pricing-single h3{
	font-size: 50px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
}

.pricing-single h4{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	margin-bottom: 40px;
}

.pricing-single p{
	font-size: 14px;
	color: #a6a3a3;
	line-height: 1.5em;
}

.pricing-single .btn-download{
	margin-top: 30px;
}

.other-book{
	padding: 100px 0;
}

.other-book figure{
	margin-bottom: 30px;
}

.book-single h3{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

.book-single p{
	font-size: 14px;
	color: #747272;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

.contact-us{
	padding: 100px 0;
	background: #49b970;
}

.contact-us .section-title p,
.contact-us .section-title h2{
	color: #fff;
}

.contact-form{
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}

.contact-form .form-control{
	border-radius: 0;
	box-shadow: none;
	border: none;
	height: auto;
	padding: 12px 16px;
	resize: none;
}

.btn-contact{
	border: none;
	display: inline-block;
	background: #333;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.08em;
	padding: 12px 40px;
	border-radius: 2px;
	outline: 0;
	transition: all 0.4s;
}

.btn-contact:focus,
.btn-contact:hover{
	background: #000;
	outline: 0;
}

.contact-info{
	max-width: 360px;
	margin: 20px auto;
}

.contact-info p{
	position: relative;
	background: #fff;
	color: #4b4848;	
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px 10px 60px;
	margin-bottom: 60px;
	margin-left: 20px;
}

.contact-info p i{
	display: block;
	width: 70px;
	height: 70px;
	background: #4b4848;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: -13px;
	left: -20px;
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
}

.footer-social-link{
	text-align: center;
}

.footer-social-link a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #4b4848;
	color: #fff;
	border-radius: 50%;
	padding-top: 8px;
	margin: 0 2px;
	font-size: 18px;
	transition: all 0.3s;
}

.footer-social-link a:hover{
	background: #fff;
	color: #49b970;
}

footer{
	background: #49b970;
	padding: 0 0 80px;
}

.footer-logo{
	text-align: center;
	margin-bottom: 30px;
}

.footer-site-info{
	text-align: center;
}

.footer-site-info p{
	color: #fff;
}

.footer-site-info p a{
	color: #fff;
}

.footer-site-info p a:hover{
	color: #4b4848;
}


/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width: 1200px) {
	.award-box img{
		margin-right: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a{
		padding: 17px 5px 13px;
	}
	
	.banner-desc{
		margin-bottom: 80px;
	}
	
	.about-image{
		text-align: center;
	}
	
	.counter-single{
		margin-bottom: 40px;
	}
	
	.pricing-single{
		padding: 30px;
	}
	
	.book-single{
		margin-bottom: 40px;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	
	#responsive-menu{
		display: block;	
	}
	
	.slicknav_menu{
		margin-left: -15px;
		margin-right: -15px;
		padding: 0;
		background: none;
	}

	.slicknav_menu ul{
		background: #49b970;
		position: relative;
		top: 16px;
	}
	
	.slicknav_menu li{
		padding: 0 10px;
	}

	.slicknav_menu .active a{
		color: #24292f;
	}
	
	.slicknav_menu a{
		color: #fff;
		padding-top: 6px;
		padding-bottom: 6px;
		text-transform: uppercase;
		border: 1px solid transparent;
	}

	.slicknav_menu a a{
		border: none !important;
	}
	
	.slicknav_nav .slicknav_row:hover,
	.slicknav_nav a:hover{
		color: #24292f;
	}
	
	.slicknav_menu  .active a{
		color: #24292f !important;
	}
	
	.slicknav_btn{
		padding: 4px 4px;
		background: none;
	}
	
	.slicknav_icon-bar{
		box-shadow: none;
		border-radius: 0;
		margin: 2px 0;
	}
	
	.banner-desc h2{
		font-size: 28px;
	}
	
	.banner-desc p{
		font-size: 14px;
	}
	
	.section-title p{
		font-size: 16px;
	}
	
	.section-title h2{		
		font-size: 26px;
	}
	
	.aboutus{
		padding: 60px 0 0;
	}
	
	.book-counter,
	.testimonials,
	.pricing,
	.other-book,
	.contact-us{
		padding: 60px 0;
	}
	
	.aboutus .section-title{
		margin-bottom: 40px;
	}
	
	.pricing-title{
		margin-bottom: 30px;
	}
	
	.pricing-single{
		margin-bottom: 30px;
	}
	
	.contact-form{
		margin-bottom: 60px;
	}
	
	footer{
		padding-bottom: 40px;
	}
}

/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
	.navbar-brand img{
		height: 34px;
	}
	
	.navbar-default .navbar-toggle{
		margin-top: 0;
	}
	
	.banner{
		padding: 140px 0 80px;
		text-align: center;
	}
	
	.award-box img{
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.pricing-title h3{
		font-size: 26px;
	}
	
	.book-single{
		text-align: center;
	}
	
	.contact-info p{
		font-size: 16px;
		padding: 6px 10px 6px 40px;
		margin-bottom: 40px;
	}
	
	.contact-info p i{
		width: 50px;
		height: 50px;
		font-size: 20px;
		padding-top: 16px;
		top: -8px;
	}
}