/*=================== MASTER STYLESHEET =====================

	Project     :	SALESMAN TEMPLATES
	Version     :	1.3
	Last Change : 1/03/2018
	Primary Use : eBOOK
	File Name   : style.css
  Author Name : Pixel Speaks

==============================================================*/
/*=================== LAYOUT =================================

	1. Global Style
	2. Banner Section CSS
	3. Menu Section CSS
	4. Inside Section CSS
  5. Stats Section CSS
	6. Learn Section CSS
	7. About Author Section CSS
	8. Reviews Section CSS
  9. Feature-logo section css
	10. FAQs Section CSS
	11. Footer Section CSS


===================================================================*/
/*==================== COLOR CODES =================================

	Background         :#ffffff [white]
	Template Color     :linear-gradient #2657eb and #de6161
	Content Color      :#333333 [Dark Gray]
	Button background  :linear-gradient #1ad8c9 and #33d670

====================================================================*/
/*===================== TYPOGRAPHY =================================

	Heading   : font-family: 'Poppins', sans-serif;
	Body      : font-family: 'Open Sans', sans-serif;
	Logo      : font-family: 'Pacifico', cursive;;
	Signature : font-family: 'Shadows Into Light', cursive;;

=====================================================================*/

/*==================== 1.Global Style =================================*/
body {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #333;

}
h1, h2, h3, h4, h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
h2{
  line-height: 1.22;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
.m0 {
  margin: 0; }

.m1 {
  margin: 10px; }

.m2 {
  margin: 20px; }

.m3 {
  margin: 30px; }

.m4 {
  margin: 40px; }

.m5 {
  margin: 50px; }

.m6 {
  margin: 60px; }

.mt0 {
  margin-top: 0px; }

.mt1 {
  margin-top: 10px; }

.mt2 {
  margin-top: 20px; }

.mt3 {
  margin-top: 30px; }

.mt4 {
  margin-top: 40px; }

.mt5 {
  margin-top: 50px; }

.mt6 {
  margin-top: 60px; }

.mb0 {
  margin-bottom: 0px; }

.mb1 {
  margin-bottom: 10px; }

.mb2 {
  margin-bottom: 20px; }

.mb3 {
  margin-bottom: 30px; }

.mb4 {
  margin-bottom: 40px; }

.mb5 {
  margin-bottom: 50px; }

.mb6 {
  margin-bottom: 60px; }

.m0 {
  margin-left: 0px; }

.ml1 {
  margin-left: 10px; }

.ml2 {
  margin-left: 20px; }

.ml3 {
  margin-left: 30px; }

.ml4 {
  margin-left: 40px; }

.ml5 {
  margin-left: 50px; }

.ml6 {
  margin-left: 60px; }

.mr0 {
  margin-right: 0;}

.mr1 {
  margin-right: 10px;}

.mr2 {
  margin-right: 20px;}

.mr3 {
  margin-right: 30px;}

.mr4 {
  margin-right: 40px;}

.mr5 {
  margin-right: 50px;}

.mr6 {
  margin-right: 60px;}

.p0 {
  padding: 0; }

.p1 {
  padding: 10px; }

.p2 {
  padding: 20px; }

.p3 {
  padding: 30px; }

.p4 {
  padding: 40px; }

.p5 {
  padding: 50px; }

.p6 {
  padding: 60px; }

.pl0 {
  padding-left: 0; }

.pl1 {
  padding-left: 10px; }

.pl2 {
  padding-left: 20px; }

.pl3 {
  padding-left: 30px; }

.pl4 {
  padding-left: 40px; }

.pl5 {
  padding-left: 50px; }

.pl6 {
  padding-left: 60px; }

.pr0 {
  padding-right: 0;}

.pr1 {
  padding-right: 10px;}

.pr2 {
  padding-right: 20px;}

.pr3 {
  padding-right: 30px;}

.pr4 {
  padding-right: 40px;}

.pr5 {
  padding-right: 50px;}

.pr6 {
  padding-right: 60px;}

.plr1 {
  padding: 0 10px; }

.plr2 {
  padding: 0 20px; }

.plr3 {
  padding: 0 30px; }

.plr4 {
  padding: 0 40px; }

.plr5 {
  padding: 0 50px; }

.plr6 {
  padding: 0 60px; }
.pb0 {
  padding-bottom: 0px !important;
}
.burger {
	padding: 75px 0 100px;
}
.gutter {
	padding: 0 100px;
}
.border-top {
	border-top: 1px solid #ddd;
}
.no-border {
	border: none !important;
}
.darkbg {
	background-color: #eef3f9;
}
.darkbg2 {
  background-color: #e1e8f2;
}
.tplbg {
  background: linear-gradient(45deg, #2657eb 0%, #de6161 100%);
	background: -webkit-linear-gradient(45deg, #2657eb 0%, #de6161 100%);
}
.text-gradient {
    background-color: #fff;
    mix-blend-mode: multiply;
    position: relative;
}
.text-gradient::after {
    background:  -webkit-linear-gradient(#2657eb, #de6161);
    background:  linear-gradient(#2657eb, #de6161);
    bottom: 0;
    content: "";
    left: 0;
    mix-blend-mode: screen;
    position: absolute;
    right: 0;
    top: 0;
}
.align-item-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.align-item-stretch{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.align-item-end{
  display: flex;
  align-items: flex-end;
}
.white-text {
	color: #fff;
}
.sub-title {
	font-size: 16px;
}
.padded {
	padding: 50px;
}
.paddedlr3 {
	padding: 0 30px;
}
.paddedlr4 {
	padding: 0 40px;
}
.btn-alpha {
    background: linear-gradient(45deg, #1ad8c9 0%, #33d670 100%);
    background: -webkit-linear-gradient(45deg, #1ad8c9 0%, #33d670 100%);
    border: medium none;
    border-radius: 33px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    min-width: 125px;
    padding: 14px 38px;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
    font-family: 'Poppins', sans-serif;
}
.btn-alpha:hover, .btn-alpha:focus {
  background: linear-gradient(45deg, #33d670 0%, #1ad8c9 100%);
	background: -webkit-linear-gradient(45deg, #33d670 0%, #1ad8c9 100%);
	color:#fff;
}
/*==================== 2. Banner Section CSS =================================*/
.banner-image {
    background-image: url("https://d5k3iwvlfktin.cloudfront.net/img_org/reseller_bg_2.png");
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.banner-image::before {
  background: -webkit-linear-gradient(top, rgba(38, 87, 235, 0.9), rgba(222, 97, 97, 0.9));
  background: linear-gradient(to bottom, rgba(38, 87, 235, 0.5), rgba(222, 97, 97, 0.5));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-header {
	min-height: 450px;
	color:#fff;
	padding-top: 100px;
}
.site-header p {
	font-size: 20px;
	opacity: 0.8;
}
.site-logo {
    font-family: 'Pacifico', cursive;
    font-size: 28px;
    display: block;
}
.site-header h1 {
	font-size: 42px;
	line-height: 56px;
}
.banner_book {
    background-image: url(../images/1.png);
    background-size: 51%;
    background-position: center 16%;
    background-repeat: no-repeat;
}
#ps-section-4{
    margin-top: 1px;
}
/*==================== 3. Menu Section CSS =================================*/
.site-menu {
	border-bottom: 1px solid #ddd;
	background: #fff;
	z-index: 99;
}
.site-menu ul {
	padding: 0;
	margin: 0;
}
.site-menu li {
	list-style: none;
	display: inline-block;
}
.site-menu li a {
	padding: 24px 16px;
	display: block;
	color: #000;
	position: relative;
	font-weight: 600;
}
.site-menu .active {
    color: #5aa1e3;
}
.site-menu .active:after {
    background: #5aa1e3 none repeat scroll 0 0;
    border-radius: 20px;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.site-menu.is-fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.has-top-margin {
	margin-top: 70px;
}

/*==================== 4. Inside Section CSS =================================*/
.inside-block {
	padding: 25px 50px 25px;
}
.inside-block img{
	height: 60px;
}
.inside-block h4{
	margin-top: 0;
}
.inside-block:last-child{
  margin-bottom: 40px;
}
/*==================== 5. Stats Section CSS =================================*/
.left-icon {
	float: left;
	margin-right: 20px;
}
.right-text {
	display: table-cell;
}
.stats-section {
	background: #eef3f9;
}
.list-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
        justify-content: space-between;
	list-style: none;
}
.list-flex h1 {
  margin-bottom: 0;
  margin-top: 0;
}
.list-flex h4 {
  margin-top: 0;
  margin-bottom: 0;
}
/*==================== 6. Learn Section CSS =================================*/
.mobile_ebook{
 background: rgba(0, 0, 0, 0) url("../images/3ipad2.png") no-repeat scroll 0 0;
 background-size: 100%;
 display: inline-block;
}
.bullets {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.bullets li {
	margin-bottom: 15px;
	list-style: none;
	background-image: url('https://d5k3iwvlfktin.cloudfront.net/img_org/reseller_icon_1.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	background-size: 19px;
	background-position: 0 3px;
}
.bullets2 li {
	background-image: none;
}
/*==================== 7. About Author Section CSS =================================*/
.author-img {
	position: relative;
	margin: 40px;
}
.author-img::before {
    border: 4px solid #2657eb;
    content: "";
    height: 100%;
    left: 0;
    margin-left: 40px;
    margin-top: -40px;
    position: absolute;
    top: 0;
    width: 100%;
}
.author-img::after {
    border: 4px solid #de6161;
    content: "";
    height: 100%;
    left: 0;
    margin-left: 20px;
    margin-top: -20px;
    position: absolute;
    top: 0;
    width: 100%;
}
.signature {
	font-family: 'Shadows Into Light', cursive;
	font-size: 24px;
}
/*==================== 8. Reviews Section CSS =================================*/
.reviews-parallax {
    position: relative;
    background: rgba(0, 0, 0, 0) url("../images/review-1430x900.jpg");
    overflow: hidden;
    color: #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.reviews-parallax::before {
    background: rgb(18, 66, 162, 0.83) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.line-heading {
    margin: 10px auto 20px;
    position: relative;
    width: 50%;
}
.line-heading::before {
    border-bottom: 2px solid #000;
    content: "";
    display: block;
    left: 15px;
    margin-top: -1.5px;
    position: absolute;
    right: 15px;
    top: 45%;
}
.line-heading span{
    background-color: #fff;
    color: #333;
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.quote-text {
    font-size: 19px;
    font-weight: 500;
    line-height: 33px;
    font-family: 'Poppins', sans-serif;
}
.review-author {
    display: table;
    margin: 20px auto;
}
.review-author img, .review-author p {
    display: table-cell;
    vertical-align: middle;
}
.review-author img {
    margin-right: 20px;
}
#reviews .item {
    min-height: 315px;
}
#reviews .carousel-indicators {
	bottom: -50px;
}
#reviews .carousel-indicators li {
	background-color: #ddd;
	border-color: #ddd;
}
#reviews .carousel-indicators .active {
	background-color: #00d630;
	border-color: #00d630;
}
/*==================== 9. Feature-logo Section CSS =================================*/
.featured-logo-section img{
  width: 80%;
  margin: 0 auto;
}

/*==================== 9. FAQs Section CSS =================================*/
#faqs .accordion {
	margin-top: 50px;
}
#faqs .accordion-toggle {
	border-top: 1px solid #cccccc;
	cursor: pointer;
	margin: 0;
	padding: 20px 0;
	position: relative;
	font-size: 15px;
}
#faqs .accordion-toggle.active:after {
	content:"\f068";
	position:absolute;
	right:0;top:17px;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
}
#faqs .accordion-toggle:before {
	content:"\f067";
	position:absolute;
	right:0;top:17px;
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
}
#faqs .accordion-toggle.active:before {
	display:none;
}
#faqs .accordion-content {
	display: none;
}
#faqs .accordion-toggle.active {
	color: #5aa1e3;
}
/*==================== 10. Footer Section CSS =================================*/
.site-footer {
	padding: 50px 0;
}
.social-icons {
	padding: 0;
}
.social-icons li {
	list-style: none;
	display: inline-block;
	background: -webkit-linear-gradient(45deg, #1ad8c9 0%, #33d670 100%);
  background: linear-gradient(45deg, #1ad8c9 0%, #33d670 100%);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 5px !important;
}
.social-icons li:hover {
  background: -webkit-linear-gradient(45deg, #33d670 0%, #1ad8c9 100%);
  background: linear-gradient(45deg, #33d670 0%, #1ad8c9 100%);
}
.social-icons li i {
  color: #fff;
}
