/*
==============
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. 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
*/
/* Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Montserrat:400,700|Oswald:300,400,600,700|PT+Sans:400,700");

/*
/*===============
00. Global Styles
=================
*/

body {
  font-family: "Raleway", sans-serif;
  color: #202020;
  position: relative;
}

h1 {
  font-size: 68px;
  font-weight: 800;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
h3 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
}
h5 {
  font-size: 15px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, "Helvetica Neue", "Lucida Grande", Arial, Verdana,
    sans-serif;
}
p {
  font-family: "Work Sans", sans-serif;
  line-height: 24px;
  font-size: 15px;
  color: #606060;
  font-weight: 300;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

header,
section,
footer {
  position: relative;
  overflow: hidden;
}

.max {
  height: 500px;
  width: 100%;
  margin-bottom: 2rem;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.text-justify {
  text-align: justify;
}

.btn.btn-lg {
  padding: 16px 40px;
}
.btn {
  font-weight: 600;
  padding: 5px 20px;
  letter-spacing: 1px;
  border: none;
}

.btn.post-btn {
  padding: 0;
  color: #202020;
}
.post-btn:hover,
.post-btn:hover i {
  color: #ff9200ff;
}

.btn-primary {
  background-color: #ff9200ff;
  color: #fff;
}

.btn-primary:hover {
  background-color: #202020;
  color: #ff9200ff;
}

a.btn-light {
  background: rgba(30, 37, 43, 0.9);
  color: #fff;
  font-family: "Raleway", sans-serif;
  border-radius: 0px;
  font-weight: 400;
  font-size: 0.8rem;
}
a.btn-light:hover {
  background: rgba(20, 37, 43, 0.9);
  color: #fff;
}
a.btn-light:active {
  background: rgba(20, 37, 43, 0.9);
  color: #fff;
}

/*a.btn-light{
        background: #ECECEC;

        padding: 10px 20px;
        display: block;
        font-family: arial;
        font-weight: bold;
        color:#7f7f7f;
        text-decoration: none;
        text-shadow:0px 1px 0px #fff;
        border:1px solid #a7a7a7;
        width: 150px;
        box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
        -webkit-transition:box-shadow 0.5s;
    }
    a.btn-light i{
        float: right;
        margin-top: 2px;
    }
    a.btn-light:hover{
        box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
    }
    a.btn-light:active{
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
        background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
    }*/

.btn-dark {
  background-color: #202020;
  color: #fff;
}
.btn-dark:hover {
  background-color: #f90;
  color: #fff;
}

.mgR-20px {
  margin-right: 20px;
}

.t-cap {
  text-transform: uppercase;
}

.fa,
.fas {
  font-size: 18px;
  color: #202020;
  padding: 4px;
}
.fa:hover,
.fas:hover {
  color: #ff9200ff;
}
sub,
sup {
  font-size: 66%;
}

.btn-primary:disabled {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

/*Title styles for all sections*/
.section-title {
  font-family: arial;
  text-align: center;
  padding-bottom: 20px;
}
.section-title h2 {
  text-transform: uppercase;
}
.section-title p {
  padding-bottom: 8px;
  margin-bottom: 0;
}
.section-title hr {
  display: inline-block;
  top: 4px;
}
.section-title.light p {
  color: #fff;
}
.section-title.light hr {
  border-color: rgba(255, 255, 255, 0.5);
}
.section-title i {
  background-color: transparent;
  padding-left: 11px;
  padding-right: 10px;
  font-size: 24px;
}
hr.left {
  position: relative;
  max-width: 250px;
  width: 100%;
}
hr.right {
  max-width: 250px;
  width: 100%;
  position: relative;
}

/*Sections Top And Bottom Padding*/
section,
.video-review {
  padding-top: 90px;
  padding-bottom: 90px;
}
.read-in-all {
  padding-top: 90px;
}
#overview > .container > .row {
  padding-bottom: 60px;
}

#overview .section-title {
  padding-bottom: 20px;
}

/*=============================
CSS Smooth Aiimation Transition
=============================*/
.btn,
a,
i {
  transition: all 0.25s ease-in;
}
/*Smooth Color only Transition*/
h4 {
  transition: color 0.2s ease-in;
}

/*
=======================
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-brand {
  font-family: arial;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ff9200ff;
}
.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: #ff9200ff;
}

header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #fff;
  padding-top: 280px;
  padding-bottom: 200px;
}

h1 {
  text-transform: uppercase;
}

header p {
  font-size: 18px;
  padding-right: 70px;
  color: #fff;
}

.hero-text {
  padding-top: 152px;
  text-align: center;
  padding-bottom: 52px;
  color: #3a3a3a;
}

.hero-text p {
  font-weight: 600;
  color: #3a3a3a;
}
.hero-text h1 {
  font-family: Oswald, "Helvetica Neue", "Lucida Grande", Arial, Verdana,
    sans-serif;
  font-size: 6.3rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
/*
===========
02. Statics
===========
*/
.statics {
  background-color: #ff9200ff;
  color: #fff;
  padding-top: 44px;
  padding-bottom: 44px;
  text-align: center;
}

.stats-list {
  text-align: center;
  display: inline-flex;
  text-align: left;
}
.stats-list .icon {
  font-size: 54px;
  text-align: center;
  position: relative;
  top: 4px;
}
.stats-list-icon {
  padding-right: 20px;
}

.stats-list h3 {
  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: #ff9200ff;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ko8b7e");
  src: url("../fonts/icomoon.eot?ko8b7e#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?ko8b7e") format("truetype"),
    url("../fonts/icomoon.woff?ko8b7e") format("woff"),
    url("../fonts/icomoon.svg?ko8b7e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spinner9:before {
  content: "\e982";
}

/*
================
04. Video Review
================
*/
.video-review {
  background-color: #f9f9f9;
}

/*
=======================
05. Read in All Devices
=======================
*/
.compatibility-text {
  padding-top: 50px;
}
.compatibility-text {
  margin-top: 6px;
}

/*
====================
06. Feedback/Reviews
====================
*/

#feedback {
  background-color: #f9f9f9;
}

#feedback {
  padding-bottom: 50px;
}

.reviews-lists {
  padding-top: 20px;
}

.review-list {
  padding: 36px 20px 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.review-list p {
  margin-top: 30px;
}
.review-list img {
  top: -40px;
  position: absolute;
  border: 2px solid #fff;
}

/*
==================
07. Author Details
==================
*/
#author {
  background: #fff;
}

#author h4 {
  text-transform: uppercase;
  background: #fff;
  background-image: url(assets/item-7.jpg);
}

.author-details {
  text-align: center;
}

.author-picture {
  border: 1px solid #c1c1c1;
}

.autor-signature {
  max-width: 270px;
  width: 100%;
}

.author-name {
  padding-top: 20px;
  padding-bottom: 20px;
}

.author-social-icons i {
  border: 1px solid #c1c1c1;
  padding: 8px 10px 10px;
  vertical-align: middle;
}

.autor-signature {
  margin-top: 40px;
}

/*
===================
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: 25px;
}

.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: "Work Sans", 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: #ff9200ff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pricing-table.popular .price {
  background-color: #ff9200ff;
}

/*
===================
09. Blog Posts
===================
*/
#blog {
  background: #ffffff;
}
.post-date {
  color: #a0a0a0;
  font-size: 18px;
}

.post-content h4 {
  text-transform: uppercase;
}

.post-content {
  padding-top: 20px;
}

.post-content p {
  font-family: Arial, Helvetica, sans-serif;
}
/*
===================
10. Simple Banner
===================
*/
.simple-banner {
  background-color: #ff9200ff;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #fff;
}

.fff {
  box-shadow: 50px;
}

.simple-banner h3 {
  font-weight: 600;
}

.sb-title {
  vertical-align: middle;
  padding-top: 16px;
}

.simple-banner .btn-light:hover {
  background-color: #202020;
}

/*
===================
11. Contact Section
===================
*/
#contact {
  background: #ffffff;
}
#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;
  transition: all 0.2s ease;
}

/*
===================
12. Footer
===================
*/
footer {
  background-color: #292929;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .copy-line {
  padding-top: 6px;
  margin-bottom: 0;
  color: #f9f9f9;
  font-size: 1.2em;
  font-family: arial;
}

footer .copy-line span {
  color: #f9f9f9;
}

footer .copy-line i {
  color: #f9f9f9;
}
.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: #ff9200ff;
}

.footer-social-links a:hover i {
  color: #ff9200ff;
}

/*
===========================
13. Responsive Media styles
===========================
*/

@media only screen and (max-width: 991px) {
  .navbar-nav {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    padding-top: 15px;
  }
  header {
    padding-top: 200px;
    padding-bottom: 90px;
    text-align: center;
  }
  .hero-text h1 {
    font-size: 5rem;
  }
  .book-mockup {
    margin-top: 40px;
  }
  .hero-text .mt-3,
  .my-3 {
    margin-top: 0 !important;
  }
  header p {
    padding-right: 0;
  }
  section,
  .video-review {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #pricing .section-title {
    padding-bottom: 20px;
  }
  .compatibility-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;
  }
}

@media only screen and (max-width: 767px) {
  .ddd {
    height: 300px !important;
  }

  .max {
    height: 240px;
    width: 100%;
  }

  .hero-text h1 {
    font-size: 4rem;
  }
  .hero-text {
    padding-top: 0;
  }
  .statics {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .stats-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .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) {
  .max {
    height: 100%;
    width: 100%;
  }

  .hero-text h1 {
    font-size: 2.7rem;
  }
  h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  h2 {
    font-size: 26px;
    letter-spacing: 1px;
  }
  hr.right,
  hr.left {
    max-width: 100px;
  }
  .section-title {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .read-in-all {
    padding-top: 70px;
  }
  section,
  .video-review {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #feedback {
    padding-bottom: 30px;
  }
}

/* ------------------------------------- */
/* V8. CONSTELLATION ................... */
/* ------------------------------------- */
#constellationel {
  position: fixed;
  z-index: -30;
  top: 0;
  left: 0;
}

#constellation {
  position: fixed;
  z-index: -31;
  top: 68px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/constellation1.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
}
#constellation1 {
  position: fixed;
  z-index: -31;
  top: 68px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/constellation5.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
}

/* ------------------------------------- */
