/*ebook templet design by supertek*/
h1,h2,h3,h4,h5,h6,p,a,span,div,body
{
	font-family: 'Italianno', cursive;
}
ul.navbar-nav .nav-item a.nav-link.active {
    color: rgba(0,131,221,1) !important;
    
}
.button a {
    font-family: "Assistant", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #FFB000;
    border-radius: 50px 50px 50px 50px;
    display: block;
    padding: 12px 24px;
    text-decoration: none;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}
.button a.b1 {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.button a.b2 {
    background-color: #52C849;
}
.button {
    text-align: center;
}
/*font-family: 'EB Garamond', serif;
font-family: 'Italianno', cursive;
font-family: 'Poppins', sans-serif;*/
a.navbar-brand {
    font-size: 55px;
    color: #000 !important;
    font-weight: 600;
}
li.nav-item {
    padding: 0px 10px;
}
li.nav-item a {
    font-size: 32px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 1px;
}
.section {
    background-image: url("../image/ebook-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}
.top h3 {
    font-size: 60px;
    color: #fff;
    text-align: center;
     margin-bottom: 40px;
}
.top h2 {
    font-size: 80px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
.top p {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.ebook-img {
    padding: 0px 10px;
    margin-bottom: 20px;
    text-align: center;
}
.ebook-img img {
    width: 80%;
}
.t_1 {
    padding-top: 50px;
}
.t_2 h3 {
    font-weight: 600;
}


/*second section*/

.section-2 {
    padding-top: 70px;
    background-color: #e9e9e9;
}
.second-inner {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.intro{
    text-align: center;
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 20px;
}
.second-text p {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.sec-img {
    text-align: center;
}
.sec-img img {
    width: 85%;
    margin: 0 auto;
}


/*section-3*/

.section-3 {
    padding: 70px 0px;
    background-image: url(../image/back2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-3-wrap {
    width: 100%;
    display: table;
    height: 600px;
}
{
	font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.section-3-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.section-3-inner p:first-child {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    padding-top: 25px;
    margin-bottom: 0px;
}
.section-3-inner p:last-child{
    margin-bottom: -80px;
    margin-top: 45px;
}
.section-3-inner span {
    font-size: 17px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FFB000;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px;
}
.section-3-inner span a {
	color: #fff;	
    font-family: "Assistant", Sans-serif;
}


/*section-4*/
.section-4 .second-text {
    margin-top: 70px;
}
.section-4 .second-text p:first-child {
    margin-bottom: 40px;
}
.section-4 .second-text p:last-child {
    font-family: "Assistant", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #FFB000;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
}
.section-4 .second-text p:last-child a {
    color: #fff;
    font-family: "Assistant", Sans-serif;
}


/*footer*/

footer {
    background-color: rgba(20,33,42,1);
    font-size: 16px;
}
.widget {
    margin: 60px 0 0 3%;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.widget h3 {
    color: #fff;
    font-family: 'Italianno';
    font-size: 40px;
    margin: 0 0 25px;
}
ul.list {
    padding-left: 0px;
}
ul.list li {
    list-style-type: none;
    margin-bottom: 10px;
}
ul.list li a {
    text-decoration: none;
    color: #d9d9d9;
    font-family: Poppins,sans-serif;
    font-size: 16px;
}
p.foot-text {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
.copyright {
    border-top: 1px solid #cfcfcf26;
    padding: 40px 0;
    margin-top: 40px;
}
.copyright p {
    color: rgba(206,206,206,1);
    font-family: Poppins,sans-serif;
}
span#siteseal {
    float: right;
}