/* Import Figtree from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;600;800&display=swap');



/*
 ==============
 Version : 1.0
 ==============
 CSS Styles Content Table
 00. Global Styles
 01. Header/Home Section
 02. Statics
 03. Chapters List
 04. Video Review
 05. Read in All Devices
 06. Feedback/Reviews
 07. Author Details
 08. Pricing Tables
 09. Blog Posts
 10. Simple Banner
 11. Contact Section
 12. Footer
 13. Responsive Media styles
 */

    /*===============
     00. Global Styles
    =================*/
    body {
        font-family: 'Figtree', sans-serif;
        color: #202020;
        position: relative;
    }

    /* Header Styles */
    body h1 {
        font-family: 'Figtree', sans-serif;
        font-size: 50px;
        font-weight: 800;
    }

    body h2 {
        font-family: 'Figtree', sans-serif;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }

    body h3 {
        font-family: 'Figtree', sans-serif;
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 2px;
    }

    body h4 {
        font-family: 'Figtree', sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    body h5 {
        font-family: 'Figtree', sans-serif;
        font-size: 15px;
        font-weight: 300;
    }

    /* Paragraph Styles */
    body p {
        font-family: 'Figtree', sans-serif;
        line-height: 24px;
        font-size: 15px;
        color: #606060;
        font-weight: 300;
    }

body hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body header, body section, body footer {
    position: relative;
    overflow: hidden;
}
body .img-center {
    display: block;
    margin: 0 auto;
}
body .text-justify {
    text-align: justify;
}
body .btn.btn-lg {
    padding: 16px 40px;
}
body .btn {
    font-weight: 600;
    padding: 10px 40px;
    letter-spacing: 1px;
    border: none;
}
body .btn.post-btn {
    padding: 0;
    color: #202020;
}
body .post-btn:hover, body .post-btn:hover i {
    color: #FFCE00;
}
body .btn-primary {
    background-color: #FFCE00;
    color: #fff;
}
body .btn-primary:hover {
    background-color: #202020;
    color: #FFCE00;
}
body .btn-light {
    background-color: #fff;
    color: #202020;
}
body .btn-light:hover {
    background-color: #FFCE00;
    color: #fff;
}
body .btn-dark {
    background-color: #202020;
    color: #fff;
}
body .btn-dark:hover {
    background-color: #FFCE00;
    color: #fff;
}
body .mgR-20px {
    margin-right: 20px;
}
body .t-cap {
    text-transform: uppercase;
}
body .fab, body .fas {
    font-size: 18px;
    color: #202020;
    padding: 4px;
}
body .fab:hover, body .fas:hover {
    color: #FFCE00;
}
body sub, body sup {
    font-size: 66%;
}
body .btn-primary:disabled {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
    /*Title styles for all sections*/
}
body .section-title {
    text-align: center;
    padding-bottom: 90px;
}
body .section-title h2 {
    text-transform: uppercase;
}
body .section-title p {
    padding-bottom: 8px;
    margin-bottom: 0;
}
body .section-title hr {
    display: inline-block;
    top: 4px;
}
body .section-title.light p {
    color: #fff;
}
body .section-title.light hr {
    border-color: rgba(255, 255, 255, 0.5);
}
body .section-title i {
    background-color: transparent;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 24px;
}
body hr.left {
    position: relative;
    max-width: 250px;
    width: 100%;
}
body hr.right {
    max-width: 250px;
    width: 100%;
    position: relative;
    /*Sections Top And Bottom Padding*/
}
body section, body .video-review {
    padding-top: 20px;
    padding-bottom: 90px;
}
body .read-in-all {
    padding-top: 90px;
}
body #overview > .container > .row {
    padding-bottom: 60px;
}
body #overview .section-title {
    padding-bottom: 60px;
    /*=============================
     CSS Smooth Aiimation Transition
     =============================*/
}
body .btn, body a, body i {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    /*Smooth Color only Transition*/
}
body h4 {
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    /*
     =======================
     01. Header/Home Section
     =======================
     */
    /*Nav bar*/
    /*.navbar {
     padding-top: 40px;
     }*/
}
body .navbar {
    padding-top: 40px;
    z-index: 99;
}
body .navbar.alt {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #202020;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
body .navbar-dark {
    background-color: #000000 !important;
}
body .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}
body .navbar-dark .navbar-nav .nav-link:hover {
    color: #f4c608;
}
body .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px;

    padding-left: 12px;
    font-size: 15px;
    letter-spacing: 1px;
}
body .navbar-dark .navbar-nav .active > .nav-link, body .navbar-dark .navbar-nav .nav-link.active, body .navbar-dark .navbar-nav .nav-link.show, body .navbar-dark .navbar-nav .show > .nav-link {
    color: #f4c608;
}
body .navbar-toggler > .i1 {
    top: 9px;
}
body .navbar-toggler > .i2 {
    top: 17px;
}
body .navbar-toggler > .i3 {
    top: 25px;
}
body .navbar-toggler.active > .i2 {
    opacity: 0;
}
body .navbar-toggler.active > .i1, body .navbar-toggler.active > .i3 {
    top: 17px;
}
body .navbar-toggler.active > .i1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
body .navbar-toggler.active > .i3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body .navbar-toggler {
    position: relative;
    width: 50px;
    height: 40px;
}
body .navbar-toggler > .icon-bar {
    position: absolute;
    width: 30px;
    left: 10px;
    margin: 0 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #888;
    height: 3px;
}
body #home {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.4)), url(../assets/hero-bg-aep-new.jpg);
    background-color: #202020;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 50px;
}
body h1 {
    /*text-transform: uppercase;*/
}
body #home p {
    font-size: 18px;
    padding-right: 70px;
    color: #fff;
}
body .hero-text {
    padding-top: 32px;
    padding-bottom: 32px;
}
body .hero-point {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 15px;
    /*
     ===========
     02. Statics
     ===========
     */
}
body .statics {
    background-color: #394A58;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
body .stats-list {
    text-align: center;
    display: inline-flex;
    text-align: left;
}
body .stats-list .icon {
    font-size: 54px;
    text-align: center;
    position: relative;
    top: 4px;
}
body .stats-list-icon {
    padding-right: 20px;
}
body .stats-list h3 {
    text-transform: uppercase;
    /*
     =================
     03. Chapters List
     =================
     */
}
body .chapters-list {
    display: inline-flex;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
}
body .chapters-list .icon {
    font-size: 30px;
    color: #fff;
    position: relative;
}
body .chapters-list .chapter-list-icon {
    background-image: url("../assets/chapter-list-icon-bg.svg");
    background-repeat: no-repeat;
    background-position: top left;
    height: 80px;
    width: 62px;
    text-align: center;
    position: relative;
    display: table;
    padding-top: 20px;
    margin-right: 20px;
}
body .chapters-list .chapter-list-icon-orange {
    background-image: url("../assets/SVG/chapter-list-icon-bg-orange.svg");
    background-repeat: no-repeat;
    background-position: top left;
    height: 80px;
    width: 62px;
    text-align: center;
    position: relative;
    display: table;
    padding-top: 20px;
    margin-right: 20px;
}
body .chapters-list .chapter-list-icon-blue {
    background-image: url("../assets/SVG/chapter-list-icon-bg-blue.svg");
    background-repeat: no-repeat;
    background-position: top left;
    height: 80px;
    width: 62px;
    text-align: center;
    position: relative;
    display: table;
    padding-top: 20px;
    margin-right: 20px;
}
body .chapters-list h4 {
    text-transform: uppercase;
}
body .chapters-list:hover h4 {
    color: #f4c608;
    /*
     ================
     04. Video Review
     ================
     */
}
body .video-review {
    background-color: #f9f9f9;
    /*
     =======================
     05. Read in All Devices
     =======================
     */
}
body .compatibility-text {
    padding-top: 50px;
}
body .compatibility-text .btn {
    margin-top: 6px;
    /*
     ====================
     06. Feedback/Reviews
     ====================
     */
}
body #feedback {
    background-color: #f9f9f9;
}
body #feedback {
    padding-bottom: 50px;
}
body .reviews-lists {
    padding-top: 20px;
}
body .review-list {
    padding: 36px 20px 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}
body .review-list p {
    margin-top: 30px;
}
body .review-list img {
    top: -40px;
    position: absolute;
    border: 2px solid #fff;
    /*
     ==================
     07. Author Details
     ==================
     */
}
body #author {
    background-color: #ffffff;
}
body #author h4 {
    /*text-transform: uppercase;*/
}
body .author-details {
    text-align: center;
}
body .author-picture {
    border: 1px solid #C1C1C1;
}
body .autor-signature {
    max-width: 270px;
    width: 100%;
}
body .author-name {
    padding-top: 20px;
    padding-bottom: 20px;
}
body .author-social-icons a i {
    border: 1px solid #C1C1C1;
    padding: 8px 10px 10px;
    vertical-align: middle;
}
body .autor-signature {
    margin-top: 40px;
    /*
     ===================
     08. Pricing Tables
     ===================
     */
}
body #pricing {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55)), url("../assets/pricing-tables-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-color: #202020;
    color: #fff;
}
body #pricing .section-title {
    padding-bottom: 75px;
}
body .pricing-table ul {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}
body .pricing-table li {
    list-style-type: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C1C1C1;
    color: #606060;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 18px;
}
body .pricing-table {
    text-align: center;
    background-color: #fff;
    padding-bottom: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
body .pricing-table.big {
    padding-bottom: 60px;
    margin-top: -25px;
}
body .pricing-table h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #292929;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
body .pricing-table.big h4 {
    padding-top: 50px;
    padding-bottom: 50px;
}
body .pricing-table .price {
    font-family: 'Figtree', sans-serif;
    background-color: #292929;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
}
body .pricing-table.big .price {
    background-color: #FFCE00;
    padding-top: 60px;
    padding-bottom: 60px;
}
body .pricing-table.popular .price {
    background-color: #FFCE00;
    /*
     ===================
     09. Blog Posts
     ===================
     */
}
body .post-date {
    color: #A0A0A0;
    font-size: 18px;
}
body .post-content h4 {
    text-transform: uppercase;
}
body .post-content {
    padding-top: 20px;
    /*
     ===================
     10. Simple Banner
     ===================
     */
}
body .simple-banner {
    background-color: #000000;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    margin-bottom: -30px;
}
body .simple-banner h3 {
    font-weight: 600;
}
body .sb-title {
    vertical-align: middle;
    padding-top: 16px;
}
body .simple-banner .btn-light:hover {
    background-color: #202020;
    /*
     ===================
     11. Contact Section
     ===================
     */
}
body #contact {
    background-color: #ffffff;
}
body #contact form {
    text-align: center;
}
body .form-control-lg {
    font-size: 16px;
    border-radius: 10px;
    border-color: #606060;
}
body .has-error .form-control-lg {
    border-color: #a94442;
}
body .has-success .form-control-lg {
    border-color: #3c763d;
}
body .has-feedback {
    position: relative;
}
body .form-control-feedback {
    position: absolute;
    top: 3px;
    right: 7px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
body .has-success .form-control-feedback {
    color: #3c763d;
}
body .has-error .form-control-feedback {
    color: #a94442;
}
body .has-error .help-block {
    color: #a94442;
}
body .form-group-lg .form-control + .form-control-feedback, body .input-group-lg + .form-control-feedback, body .input-lg + .form-control-feedback {
    padding-right: 20px;
}
body .form-group {
    text-align: left;
}
body .form-group.has-error {
    margin-bottom: 6px;
}
body .form-message .form-msg {
    padding: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*
     ===================
     12. Footer
     ===================
     */
}
body footer {
    background-color: #050028;
    padding-top: 40px;
    padding-bottom: 40px;
}
body footer .copy-line {
    padding-top: 6px;
    margin-bottom: 0;
    color: #f9f9f9;
}
body .footer-social-links {
    text-align: right;
}
body .footer-social-links a {
    color: #f9f9f9;
    border: 1px solid #606060;
    border-radius: 0px;
    padding: 6px 8px 4px;
    margin-left: 4px;
    margin-right: 4px;
}
body .footer-social-links a i {
    color: #f9f9f9;
}
body .footer-social-links a:hover {
    border-color: #FFCE00;
}
body .footer-social-links a:hover i {
    color: #FFCE00;
    /*
     ===========================
     13. Responsive Media styles
     ===========================
     */
}
@media only screen and (max-width: 991px) {
    body .navbar-nav {
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-top: 15px;
        padding-top: 15px;
    }
    body header {
        padding-top: 200px;
        padding-bottom: 90px;
        text-align: center;
    }
    body h1 {
        font-size: 40px;
    }
    body .book-mockup {
        margin-top: 40px;
    }
    body .hero-text .mt-3, body .my-3 {
        margin-top: 0 !important;
    }
    body header p {
        padding-right: 0;
    }
    body section, body .video-review {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    body #pricing .section-title {
        padding-bottom: 70px;
    }
    body .compatibility-text {
        padding-top: 50px;
    }
    body .pricing-table.big {
        margin-top: 15px;
    }
    body footer, body .footer-social-links {
        text-align: center;
    }
    body .footer-social-links {
        margin-top: 16px;
    }
    body hr.right, body hr.left {
        max-width: 200px;
    }
}
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {
    body p {
        font-size: 12px;
    }
    body h1 {
        font-size: 20px;
    }
    body h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    body h2 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    body .hero-text {
        padding-top: 0;
    }
    body .statics {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    body .stats-list {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body .chapters-list {
        padding-right: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    body .pricing-table h4, body .pricing-table.big h4 {
        padding-top: 34px;
        padding-bottom: 30px;
    }
    body .pricing-table .price, body .pricing-table.big .price {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 38px;
    }
    body .pricing-table li {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    body .blog-post {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    body p {
        font-size: 12px;
    }
    body h1 {
        font-size: 20px;
    }
    body h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    body h2 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    body .hero-text {
        padding-top: 0;
    }
    body .statics {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    body .stats-list {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body .chapters-list {
        padding-right: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    body .pricing-table h4, body .pricing-table.big h4 {
        padding-top: 34px;
        padding-bottom: 30px;
    }
    body .pricing-table .price, body .pricing-table.big .price {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 38px;
    }
    body .pricing-table li {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    body .blog-post {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    body p {
        font-size: 12px;
    }
    body h1 {
        font-size: 20px;
    }
    body h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }
    body h2 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    body hr.right, body hr.left {
        max-width: 100px;
    }
    body .section-title {
        padding-bottom: 70px;
    }
    body .read-in-all {
        padding-top: 70px;
    }
    body section, body .video-review {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    body #feedback {
        padding-bottom: 30px;
    }
}
body #contact .section-title {
    padding-bottom: 10px !important;
}
