/*
==============
Template Name : JPhotography Minimal Photographey Portfolio HTML5 Template
Author Name : Muse-Master (Dasagani Ramesh Goud)
Version : 1.0
==============
CSS Styles Content Table
00. Global Styles
01. Header/Home Section
02. Statics
03. Chapters List
04. Video Review
05. About
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
=================
*/

/*----- AGENCY GOTHIC CT BOLD -----*/
@font-face {
	font-family: 'Agency Gothic CT';
	src: url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/AgencyGothic/AgencyGothicCT-Bold.eot');
	src: local('Agency Gothic CT Bold'), local('AgencyGothicCT-Bold'),
		url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/AgencyGothic/AgencyGothicCT-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/AgencyGothic/AgencyGothicCT-Bold.woff') format('woff'),
		url('https://secure-prod-assets.s3.amazonaws.com/common/fonts/AgencyGothic/AgencyGothicCT-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
    font-family: 'proxima-nova', sans-serif;
    color: #000000;
    position: relative;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
}

h1 {
    font-family: 'Agency Gothic CT', sans-serif;
	font-size: 100px;
    font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

h2 {
	font-family: 'Agency Gothic CT', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    margin-bottom: 0;
}
h3 {
	font-size: 22px;
	font-weight: 400;
}
h4	{
	font-family: 'proxima-nova', sans-serif;
	font-size: 24px;
    font-weight: 700;
	margin-bottom: .1rem;
}
h5 {
	font-size: 17px;
    font-weight: 400;
}

p {
	font-family: 'proxima-nova', sans-serif;
	font-size: 20px;
    line-height: 1.3;
    color: #000000;
    font-weight: 400;
}

hr {
    border-top: 4px double #bbbbbb;
}

header, section, footer{
    position: relative;
    overflow: hidden;
}


.img-center {
    display: block;
    margin: 0 auto;
}

.text-justify {
    text-align: justify;
}

.btn.btn-lg {
    padding: 14px 40px;
}

.btn {
	background-color: #c51b1b;
	border: 1px solid #df2a2a;
	border-color: rgba(255, 50, 50, 0.7);
	border-radius: 5px;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
    padding: 10px 40px;
    letter-spacing: .01em;
}

.btn:hover {
	background-color: #e22828;
	color: #ffffff;
}

.btn.post-btn {
    padding: 0;
    color: #202020;
}
.post-btn:hover, .post-btn:hover i {
    color: #EE5A3F;
}

.btn-primary {
    font-size: 28px;
    color: #ffffff;
	border: none;
}

.btn-primary:hover {
	background: none;
	background-color: #c71e1e;
	border: none;
}

.btn-light {
    background-color: #fff;
    color: #202020;
}
.btn-light:hover {
    background-color: #EE5A3F;
    color: #fff;
}

.btn-dark {
	background-color: #202020;
	color: #fff;
}
.btn-dark:hover {
	background-color: #EE5A3F;
	color: #fff;
}

.mgR-20px {
    margin-right: 20px;
}

.t-cap {
	text-transform: uppercase;
}

.fab, .fas {
    font-size: 18px;
    color: #202020;
    padding: 4px;
}
.fab:hover, .fas:hover {
    color: #EE5A3F;
}
sub, sup {
    font-size: 66%;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
}


/*Title styles for all sections*/
.section-title {
	text-align: center;
	padding-bottom: 56px;
}
.section-title h2 {
	font-size: 72px; 
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
.section-title p {
	font-size: 24px; 
    margin-bottom: 1rem;
}
.section-title hr {
    display: inline-block;
    top: 4px;
}
.section-title.light p{
    color: #fff;
}
.section-title.light hr {
    border-color: rgba(255,255,255, .5);
}
.section-title i {
    background-color: transparent;
    color: #c7481e;
	font-size: 36px;
    line-height: 1;
	padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 4px;
}
hr.left {
    position: relative;
    max-width: 250px;
    width: 100%;
}
hr.right {
    max-width: 250px;
    width: 100%;
    position: relative;
}
span.book-title {
	box-shadow: inset 0 -0.1em 0 #de2121;
}

/*Sections Top And Bottom Padding*/
section, .video-review {
    padding-top: 72px;
    padding-bottom: 88px;
}
#overview > .container > .row {
    padding-bottom: 60px;
}

#overview .section-title {
    padding-bottom: 48px
}



/*=============================
CSS Smooth Animation Transition
=============================*/
.btn, a, i{
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
/*Smooth Color only Transition*/
h4 {
	-webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

/*
=======================
01. Header/Home Section
=======================
*/
/*Nav bar*/
/*.navbar {
	padding-top: 40px;
}*/
.navbar {
    padding-top: 40px;
}
.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;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #EE5A3F;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
    letter-spacing: 1px;
}

.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link {
    color: #EE5A3F;
}

.navbar-toggler > .i1{
    top:9px;
}

.navbar-toggler > .i2{
    top:17px;
}

.navbar-toggler > .i3{
    top:25px;
}

.navbar-toggler.active > .i2{
    opacity:0;
}
.navbar-toggler.active > .i1,
.navbar-toggler.active > .i3{
    top:17px;
}

.navbar-toggler.active > .i1{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.navbar-toggler.active > .i3{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.navbar-toggler {
    position: relative;
    width: 50px;
    height: 40px;
}
.navbar-toggler > .icon-bar {
    position: absolute;
    width: 30px;
    left: 10px;
    margin: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #888;
    height: 3px;
}

.top-runner {
    background-color: #000000;
    width: 100%;
    height: auto;
    position: relative;
}

.runner-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    padding: 12px 15px;
}

.runner-content p {
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

header {
	background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.4) 100%),
                url(../assets/hero-bg.jpg);
    background-color: #202020;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	color: #fff;
	padding: 95px 0;
}

header p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.hero-text {
	padding-top: 16px;
}

.book-mockup {
	display: block;
	margin: auto;
	width: 360px;
}

.home-scroll {
	bottom: 30px;
	width: 100%;
	position: absolute;
}
.home-scroll p {
	font-family: 'proxima-nova', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 0.175em;
}
.home-scroll img {
	display: block;
	margin: 5px auto;
	width: 16px;
}
.home-scroll::after {
	background: #fff;
	bottom: -48px;
	content: "";
	display: block;
	height: 45px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 1px;
}

/*
===========
02. Statics
===========
*/
.statics {
	background-color: #bf451d;
	background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
	color: #fff;
	padding-top: 24px;
	padding-bottom: 24px;
    text-align: center;
}

.stats-list {
	display: flex;
    text-align: left;
    background-color: #c7481e;
    padding: 18px 24px 10px;
}
.stats-list .icon {
    font-size: 52px;
	line-height: 1;
    text-align: center;
    position: relative;
	top: 2px;
}
.stats-list-icon {
	padding-right: 20px;
}

.stats-list h3 {
	font-size: 20px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}


/*
=================
03. Chapters List
=================
*/
.chapters-list {
    display: inline-flex;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.chapters-list .icon {
	font-size: 30px;
	color: #fff;
	position: relative;
}
.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;
}

.chapters-list h4 {
	text-transform: uppercase;
}

.chapters-list:hover h4 {
	color: #EE5A3F;
}

/*
================
04. Video Review
================
*/
.video-review {
	background-color: #f9f9f9;
    border-top: 4px solid #c7481e;
    background: linear-gradient(to bottom, #f9f9f9 90%, #e8e8e8 100%);
}

/*
=======================
05. About
=======================
*/
.about-text {
    padding-top: 0;
}
.about-text .btn {
    margin-top: 6px;
}
.about-text h2 {
	font-size: 48px;
    margin-bottom: 1rem;
}
.about .book-mockup {
	width: 320px;
	margin-top: 0;
}

/*
====================
06. Feedback/Reviews
====================
*/

#feedback {
    background-color: #f9f9f9;
    background: linear-gradient(to bottom, #f9f9f9 90%, #e8e8e8 100%);
    border-top: 1px solid #dddddd;
    padding-bottom: 50px;
}

.reviews-lists {
    padding-top: 20px;
}

.review-list {
    background-color: #ffffff;
    border: 1px solid #c7481e;
    box-shadow: 0 10px 0 #c7481e;
    margin-bottom: 70px;
    padding: 32px 20px 24px;
}
.review-list p {
    font-size: 18px;
    border-top: 1px dotted #c7481e;
    margin-top: 16px;
    padding-top: 16px;
    text-indent: 1.25em;
}
.review-list p:last-of-type {
    margin-bottom: 0;
}
.review-list p::before {
    content: "“";
    font-size: 300%;
    position: absolute;
    margin-inline-start: -50px;
    font-weight: 700;
    margin-block-start: -16px;
    color: #c7481f;
    height: 24px;
}
.review-list img {
	top: -60px;
    position: relative;
    border: 2px solid #ffffff;
    width: 100px;
    max-width: 100%;
    margin-bottom: -48px;
}


/*
==================
07. Author Details
==================
*/
#author {
	padding-bottom: 144px;
	border-top: 1px solid #dddddd;
}

#author h4 {
    font-size: 34px;
    font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px dotted #c7481e;
    margin-bottom: 1rem;
    padding-bottom: 4px;
}

.author-details {
	margin-bottom: 3rem;
    text-align: center;
}

.author-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 340px;
    overflow: hidden;
}

.author-picture img{
	width: 300px;
}

.author-signature {
    max-width: 270px;
    width: 100%;
}

.author-name {
    padding-top: 20px;
    padding-bottom: 20px;
}

.author-social-icons a i {
    border: 1px solid #C1C1C1;
    padding: 8px 10px 10px;
    vertical-align: middle;
}

.author-signature {
    margin-top: 24px;
}

p.author-name {
	font-weight: 700;
    margin-bottom: 0;
	padding: 0;
}

p.author-title {
	font-size: 17px;
}

/*
===================
08. Pricing Tables
===================
*/
#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;
}
#pricing .section-title {
    padding-bottom: 75px;
}

.pricing-table ul {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.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;
}

.pricing-table {
    text-align: center;
    background-color: #fff;
    padding-bottom: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.pricing-table.big {
    padding-bottom: 60px;
    margin-top: -25px;
}


.pricing-table h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #292929;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.pricing-table.big h4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pricing-table .price {
    font-family: 'proxima-nova', sans-serif;
    background-color: #292929;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
}

.pricing-table.big .price {
    background-color: #EE5A3F;
    padding-top: 60px;
    padding-bottom: 60px;
}

.pricing-table.popular .price {
    background-color: #EE5A3F;
}


/*
===================
09. Blog Posts
===================
*/

.post-date {
    color: #A0A0A0;
    font-size: 18px;
}

.post-content h4 {
    text-transform: uppercase;
}

.post-content {
    padding-top: 20px;
}


/*
===================
10. Simple Banner
===================
*/
.simple-banner {
	background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.15' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    color: #000000;
	text-align: center;
	border-top: 4px solid #c7481e;
	padding: 32px 15px 40px;
}

.simple-banner .container-fluid {
	background-color: #ffffff;
	border: 1px solid #cccccc;
    padding: 24px 24px 32px;
	max-width: 1350px;
}

.simple-banner h3 {
    font-family: 'Agency Gothic CT', sans-serif; 
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1rem;
}

.simple-banner .book-mockup {
	width: 200px;
	margin: -160px auto 1rem;
}

.sb-title {
    vertical-align: middle;
}

.simple-banner .btn-light:hover {
    background-color: #202020;
}

/*
===================
11. Contact Section
===================
*/
#contact form {
    text-align: center;
}
.form-control-lg {
    font-size: 16px;
    border-radius: 10px;
    border-color: #606060;
}

.has-error .form-control-lg {
    border-color: #a94442;
}
.has-success .form-control-lg {
    border-color: #3c763d;
}

.has-feedback {
    position: relative;
}

.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;
}

.has-success .form-control-feedback {
    color: #3c763d;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-error .help-block {
    color: #a94442;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    padding-right: 20px;
}

.form-group {
    text-align: left;
}
.form-group.has-error {
    margin-bottom: 6px;
}

.form-message .form-msg {
    padding: 16px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

/*
===================
12. Footer
===================
*/
footer {
    background-color: #202020;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer .copy-line  {
    font-size: 16px; 
	color: #ffffff;
	text-align: center;
	padding-top: 6px;
    margin-bottom: 0;
}
.footer-social-links {
    text-align: right;
}

.footer-social-links a{
    color: #f9f9f9;
    border: 1px solid #606060;
    border-radius: 0px;
    padding: 6px 8px 4px;
    margin-left: 4px;
    margin-right: 4px;
}

.footer-social-links a i{
    color: #f9f9f9;
}

.footer-social-links a:hover {
    border-color: #EE5A3F;
}

.footer-social-links a:hover i{
    color: #EE5A3F;
}



/*
===========================
13. Responsive Media styles
===========================
*/
@media only screen and (min-width: 768px) {
	#feedback .container-fluid {
		max-width: 720px;
	}
}
@media only screen and (min-width: 992px) {
	#feedback .container-fluid {
		max-width: 960px;
	}
}
@media only screen and (min-width: 1200px) {
	#feedback .container-fluid {
		max-width: 1350px;
	}
}
@media only screen and (max-width: 1024px) {
	.hero-text {
        padding-top: 0;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        border-top: 1px solid rgba(255,255,255, .3);
        margin-top: 15px;
        padding-top: 15px;
    }
    header {
        padding-top: 48px;
        padding-bottom: 96px;
        text-align: center;
    }
    h1 {
        font-size: 100px;
    }
    .book-mockup {
        margin-top: 40px;
		width: 300px;
    }
    .hero-text .mt-3, .my-3 {
        margin-top: 0 !important;
    }
    header p {
        padding-right: 0;
    }
    section, .video-review {
        padding-top: 80px;
        padding-bottom: 88px;
    }
	.stats-list h3 {
		font-size: 16px;
	}
    #pricing .section-title {
        padding-bottom: 70px;
    }
	.about .book-mockup {
		width: 260px;
	}
    .about-text {
        padding-top: 50px;
    }
    .pricing-table.big {
        margin-top: 15px;
    }
    footer, .footer-social-links {
        text-align: center;
    }
    .footer-social-links {
        margin-top: 16px;
    }
    hr.right, hr.left {
        max-width: 200px;
    }
	.runner-content p {
		font-size: 15px;
	}
}


@media only screen and (max-width: 767px) {
	header {
		background-position: top, top left;
	}
	h1 {
        font-size: 80px;
    }
    .hero-text {
        padding-top: 0;
    }
    .statics {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .stats-list {
        padding: 16px 16px 8px;
    }
	.stats-list .icon {
		font-size: 36px;
	}
    .chapters-list {
        padding-right: 0;
        padding-bottom: 15px;
        padding-top: 15px;

    }
    .pricing-table h4, .pricing-table.big h4 {
        padding-top: 34px;
        padding-bottom: 30px;
    }
    .pricing-table .price, .pricing-table.big .price {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 38px;
    }
    .pricing-table li {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .blog-post {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
	p {
		font-size: 19px;
	}
	header p, .section-title p {
		font-size: 22px;
	}
	h1 {
        font-size: 72px;
    }
    h3 {
        font-size: 18px;
    }
    h2 {
        font-size: 32px;
    }
	.section-title h2 {
		font-size: 64px;
	}
    hr.right, hr.left {
        max-width: 100px;
    }
    .section-title {
        padding-bottom: 64px;
    }
    section, .video-review {
        padding-top: 70px;
        padding-bottom: 78px;
    }
	.stats-list {
		margin-bottom: 8px;
	}
    #feedback {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 360px) {
	p, .review-list p {
		font-size: 18px;
	}
	header p {
		font-size: 21px;
	}
}

@media only screen and (max-width: 320px ) {
	header p {
		font-size: 20px;
	}
}