/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : E-Book Landing Page
Version    : 1.0
Author     : UiSuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/

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

## Genaral Styles
## Typography
## Buttons & Links #STYLING
## Forms #STYLING
## Primary Navbar
## Testimonial
## Blog Cards
## Price Table
## About Text
## Footer

font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
--------------------------------------------------------------*/

/*-----------------------------
1. primary css
------------------------------*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #3e3947;
	background:#fff;
	color:#ccc; 
	font-size:1.2em; 
	line-height:1.2em;
}
h1,h2,h3,h4,h5,h6,a,button{
	font-family: 'Roboto', sans-serif;
}
body, html {
  height: 100%;
  position:relative;
}

a {
  color: #3e3947;
  text-decoration: none;
}

img {
  max-width: 100%;
}
/*-----------------------------
1. primary css
------------------------------*/

/***************************************
2. Modules - reusable parts of our design start
****************************************/
.btn{
	float:left;
	height:50px;
	line-height:50px;
	background-color:#ed6a5a;
	text-transform:capitalize;
	color:#ffffff;
	border-radius:4px;
	padding:0 50px;
	border:1px solid #ed6a5a;
	transition:all 0.25s ease-in;
	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	-ms-transition:all 0.25s ease-in;
    transition: all 1s ease;
}
.btn:hover{
	background-color:#ffffff;
	color:#ed6a5a!important;
}
.eb_main_wrapper{
	width:100%;
	float:left;
}
.heading{
	text-transform:capitalize;
    width: 100%;
    line-height: 40px;
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
	margin:0;
    text-align: center;
}
.subheading{
	width:100%;
	float:left;
	color:#222222;
	font-size:22px;
	line-height:28px;
	font-weight:500;
	margin:0;
	text-transform:capitalize;
}
.paragraph{
	clear: both;
	width:565px;
	margin:0 auto;
	font-size:18px;
	line-height:30px;
	color:#777777;
	font-weight:400;
	margin-bottom:0;
}
.padding_40{
	padding-bottom:40px;
}
/***************************************
2. Modules - reusable parts of our design end
****************************************/

/***************************************
3. header start
****************************************/
.eb_main_wrapper .eb_header_wrapper{
	width:100%;
	float:left;
	padding:45px 0;
	background-color:#fafafa;
	border-bottom:1px solid #efefef;
}
.eb_header .eb_logo{
	float:left;
}
.eb_header .eb_menu{
	float:right;
}
.eb_header .eb_menu >ul{
	margin:0;
	padding:0;
	list-style:none;
}
.eb_header .eb_menu >ul >li{
	float:left;
	margin-right:20px;
}
.eb_header .eb_menu ul li:last-child{
	margin-right:0;
}
.eb_header .eb_menu >ul >li a{
	font-size:16px;
	letter-spacing:0.2px;
	text-transform:capitalize;
	color:#333333;
	font-weight:400;
	float:left;
	line-height:28px;
	text-decoration:none;
}
/***************************************
3. header end
****************************************/

/***************************************
4. banner1 start
****************************************/
.eb_main_wrapper .eb_banner_wrapper{
	width:100%;
	padding:160px 0;
	background-color:#fafafa;
	float:left;
}
.eb_banner_wrapper .eb_banner_detail{
	width:100%;
	float:left;
	padding:84px 0;
}
.eb_banner_wrapper .eb_banner_detail h1{
	width:100%;
	font-size:50px;
	margin:0;
	float:left;
	padding-bottom:35px;
	font-weight:600;
	color:#333333;
	line-height:55px;
}
.eb_banner_wrapper .eb_banner_image{
	width:100%;
	float:left;
}
/***************************************
4. banner1 end
****************************************/

/***************************************
5. banner2 start
****************************************/
.banner2{
	background-color:#ffffff!important;
	padding:150px 0!important;
}
.banner2 .eb_banner_detail{
	padding:0!important;
	padding-top:60px !important;
}
/***************************************
5. banner2 end
****************************************/

/***************************************
6. feature start
****************************************/
.eb_main_wrapper .eb_feature_wrapper{
	width:100%;
	float:left;
	background-image:url('../images/bg1.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.eb_feature_wrapper .ovarlay{
	background-color:rgba(0, 0, 0, 0.85);
	width:100%;
	float:left;
	padding-top:155px;
	padding-bottom:106px;
}
.eb_feature_wrapper .ovarlay p.paragraph{
	color:#ffffff;
	padding-bottom:90px;
}
.eb_feature_wrapper .eb_features{
	width:100%;
	float:left;
	padding-bottom:30px;
}
.eb_features .feature_icon{
	width:100%;
	float:left;
	min-height:88px;
}
.eb_features .feature_icon img{
	display:inline-block;
}
.eb_features .subheading{
	color:#ffffff;
	padding-bottom:30px;
}
.eb_feature_wrapper .eb_features p.paragraph{
	width:100%;
	padding-bottom:0;
}
/***************************************
6. feature end
****************************************/

/***************************************
7. download start
****************************************/
.eb_main_wrapper .eb_download_form_wrapper{
	width:100%;
	float:left;
	padding:155px 0;
}
.eb_download_form_wrapper .eb_download_form{
	float:left;
	width:100%;
}
.eb_download_form_wrapper .eb_download_form .heading{
	color:#333333;
	text-align:left;
	font-weight:600;
	font-size:32px;
	line-height:50px;
	padding-bottom:25px;
}
.eb_download_form_wrapper .eb_download_form form{
	float:left;
	width:100%;
}
.eb_download_form_wrapper .eb_download_form input, .eb_download_form_wrapper .eb_download_form select{
	float:left;
	width:490px;
	height:50px;
	line-height:50px;
	background-color:#fbfbfb;
	border:1px solid #e4e4e4;
	border-radius:4px;
	padding:0 30px;
	font-size:14px;
	outline:none;
	font-weight:300;
	margin-bottom:30px;
}
.eb_download_form_wrapper .eb_download_form .btn{
	width:490px;
}
.eb_download_form_wrapper .eb_slider_wrapper{
	width:100%;
	float:left;
	text-align:center;
	position:relative;
}
.eb_slider_wrapper .owl-controls {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    right: 0
    z-index: -1;
}
.eb_slider_wrapper .owl-controls .owl-nav {
    width: 100%;
    float: left;
    font-size: 20px;
}
.eb_slider_wrapper .owl-controls .owl-nav .owl-prev {
    float: left;
}
.eb_slider_wrapper .owl-controls .owl-nav .owl-next {
    float: right;
}
.eb_slider_wrapper .eb_slider {
    width: 295px;
    float: none;
    display: inline-block;
}
.eb_slider .eb_slider_image{
	width:100%;
	float:left;
	text-align:center;
}
.eb_slider .eb_slider_image img{
	display:inline-block;
}
.eb_slider .rating{
	width:100%;
	float:left;
	text-align:center;
	color:#ed6a5a;
	padding:19px 0;
	font-size:16px;
}
.eb_slider span{
	font-size:13px;
	width:100%;
	font-weight:300;
	float:left;
	color:#777777;
	padding-bottom:18px;
}
.eb_slider p{
	font-size:14px;
	width:100%;
	font-weight:300;
	float:left;
	color:#777777;
}
/***************************************
7. download end
****************************************/

/***************************************
8. client wrapper start
****************************************/
.eb_main_wrapper .eb_clients_wrapper{
	width:100%;
	float:left;
	background-color:#f6f6f6;
	padding:90px 0;
}
.eb_clients_wrapper .eb_clients{
	width:100%;
	float:left;
}
.eb_clients_wrapper .eb_clients .paragraph{
	width:100%;
	padding:30px 0;
}
.eb_clients_wrapper .eb_clients a{
	font-size:17px;
	line-height:30px;
	float:left;
	text-decoration:none;
	color:#ed6a5a;
	z-index:1;
	font-weight:600;
	text-transform:capitalize;
	position:relative;
}
.eb_clients_wrapper .eb_clients a:after{
	content:"\f10d";
	position:absolute;
	left:50%;
	top:50%;
	font-size:35px;
	z-index:-1;
	transform:translate(-50%,-50%);
	color:#e9e9e8;
	font-family: FontAwesome;
}
/***************************************
8. client wrapper end
****************************************/

/***************************************
9. about start
****************************************/
.eb_main_wrapper .eb_about_wrapper{
	width:100%;
	float:left;
	padding:148px 0;
}
.eb_about_wrapper .eb_about_image{
	width:100%;
	float:left;
}
.eb_about_wrapper .eb_about_image img{
	border-radius:100%;
}
.eb_about_wrapper .eb_about_detail{
	width:100%;
	float:left;
}
.eb_about_wrapper .eb_about_detail .heading{
	color:#333333;
	text-align:left;
	padding-bottom:28px;
}
.eb_about_wrapper .eb_about_detail h6{
	width:100%;
	margin:0;
	float:left;
	color:#ed6a5a;
	font-size:17px;
	line-height:30px;
	text-transform:capitalize;
	padding-bottom:25px;
}
.eb_about_wrapper .eb_about_detail .paragraph{
	width:100%;
}
.eb_about_wrapper .eb_about_detail .social_icon{
	width:100%;
	float:left;
	margin-bottom:40px;
}
.eb_about_detail .social_icon ul{
	margin:0;
	padding:0;
	list-style:none;
}
.eb_about_detail .social_icon ul li{
	float:left;
	margin-right:15px;
}
.eb_about_detail .social_icon ul li a{
	float:left;
	text-decoration:none;
	color:#777777;
	font-size:14px;
}
.eb_about_detail .about_btn{
	width:100%;
	float:left;
}
/***************************************
9. about end
****************************************/

/***************************************
10. counter start
****************************************/
.eb_main_wrapper .eb_counter_wrapper{
	width:100%;
	float:left;
	background-color:#ed6a5a;
	padding:65px 0;
}
.eb_counter_wrapper .eb_counter{
	width:100%;
	float:left;
}
.eb_counter_wrapper .eb_counter .timer{
	font-size:32px;
	line-height:35px;
	color:#ffffff;
	float:left;
	margin:0;
	width:100%;
	font-weight:600;
	padding-bottom:25px;
}
.eb_counter_wrapper .eb_counter p{
	font-size:16px;
	line-height:28px;
	width:100%;
	color:#ffddd9;
	text-transform:capitalize;
	float:left;
	font-weight:500;
}
/***************************************
10. counter end
****************************************/

/***************************************
11. pricing start
****************************************/
.eb_main_wrapper .eb_pricing_wrapper{
	width:100%;
	float:left;
	padding-top:150px;
	padding-bottom:120px;
}
.eb_pricing_wrapper .heading{
	color:#333333;
}
.eb_pricing_wrapper .eb_pricing_table{
	width:100%;
	float:left;
	border:1px solid #e7e7e7;
	padding:30px;
	border-radius:4px;
	margin-bottom:30px;
	transition:all 0.25s ease-in;
	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	-ms-transition:all 0.25s ease-in;
    transition: all 1s ease;
}
.eb_pricing_wrapper .eb_pricing_table:hover{
	background-color:#333333;
	border-color:#333333;
}
.eb_pricing_table:hover .subheading, .eb_pricing_wrapper .eb_pricing_table:hover .price h1,.eb_pricing_wrapper .eb_pricing_table:hover .price p, .eb_pricing_wrapper .eb_pricing_table:hover ul li, .eb_pricing_wrapper .eb_pricing_table:hover  ul li span{
	color:#ffffff
}
.eb_pricing_table .price{
	width:100%;
	float:left;
	padding:30px 0;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:40px;
}
.eb_pricing_table .price h1{
	color:#333333;
	font-weight:600;
	width:100%;
	float:left;
	font-size:42px;
	line-height:45px;
	margin:0;
}
.eb_pricing_table .price p{
	font-size:13px;
	line-height:28px;
	width:100%;
	color:#777777;
	text-transform:capitalize;
	float:left;
	font-weight:400;
}
.eb_pricing_wrapper .eb_pricing_table ul{
	margin:0;
	padding:0;
	list-style:none;
}
.eb_pricing_wrapper .eb_pricing_table ul li{
	width:100%;
	float:left;
	font-size:15px;
	line-height:40px;
	color:#777777;
}
.eb_pricing_wrapper .eb_pricing_table ul li span{
	color:#333333;
}
.eb_pricing_wrapper .eb_price_btn{
	width:100%;
	float:left;
	padding-top:30px;
	padding-bottom:10px;
}
.eb_pricing_wrapper .eb_price_btn .btn{
	display:inline-block;
	float:none;
}
/***************************************
11. pricing end
****************************************/

/***************************************
12. footer start
****************************************/
.eb_main_wrapper .eb_footer_wrapper{
	width:100%;
	float:left;
	background-color:#222222;
	padding:65px 0;
}
.eb_footer_wrapper .eb_footer_logo{
	width:100%;
	float:left;
}
.eb_footer_wrapper .eb_footer_text{
	width:100%;
	float:left;
}
.eb_footer_wrapper .eb_footer_text h6{
	font-size:17px;
	width:100%;
	float:left;
	margin:0;
	text-align:center;
	font-weight:300;
	line-height:30px;
	color:#b8b8b8;
}
.eb_footer_wrapper .eb_footer_text h6 a{
	color:#ed6a5a;
}
/***************************************
12. footer end
****************************************/


/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 99999;
}

#preloader > img {
    margin: 400px auto;
    display: block;
}

@media(min-width:768px) and (max-width:1023px){
    #preloader > img {
    margin: 350px auto;
    display: block;
  }
}

@media(min-width:576px) and (max-width:767px){
    #preloader > img {
    margin: 300px auto;
    display: block;
  }
}


@media(min-width:300px) and (max-width:575px){
    #preloader > img {
    margin: 200px auto;
    display: block;
  }
}

/* ----------------------------------
Page Preloder
---------------------------------- */
/* ----------------------------------
Back to top
---------------------------------- */

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 3.4rem;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
}

.back-to-top.show {
    opacity: 1;
    background-color:#ed6a5a;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(237, 106, 90, 0.14), 0 4px 8px rgba(237, 106, 90, 0.28);
}

.pe-2x {
    font-size: 3em;
}

@media(max-width:768px) {    
    .copyright {
        text-align: center;
    }
}
/* ----------------------------------
Back to top
---------------------------------- */