body {
  font-family: "Open Sans", serif;
  /* padding-top:54px; */
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Amaranth", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}
h1 {
  font-size: 6rem;
  line-height: 30px;
  padding: 20px 0;
}
h2 {
  font-size: 32px;
}
h3 {
  color: #343434;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 55px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    0 1px 1px rgba(255, 255, 255, 0.3);
}
h3:after {
  background: #211e1e;
}
h4 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}

/* Banner */

.banner-container {
  background: #FFC32B;
  padding: 20px;
}
.banner-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
}
.banner-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
}



.banner-text h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.1;
  padding: 0px;
}

  .banner-text p {
    font-size: 25px;
    padding-bottom: 10px !important;
  }
  
  a.custom-button {

    display: inline !important;
    border-left: none !important;
    background-color: #e22626 !important;
    border-radius: 3px;
}
.third{

    flex-basis: 100%;

}

.banner-body .banner-text a{
  color: white !important;
  margin-top: 1rem !important;
}

/* Banner END */
/** side bar hover animation **/
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@-webkit-keyframes fillColour {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #333;
  }
}
@keyframes fillColour {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #333;
  }
}

/** end animation **/

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}

.copyright p {
  padding: 20px 0 20px 0;
}
.modal-target {
  /* width: 100%; */
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.modal-target:hover {
  opacity: 0.7;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.35rem;
}
.subheading a {
  text-transform: lowercase;
}
.box-shadow {
  padding: 5px 10px 10px 30px;
}
section.resume-section .resume-item .resume-date {
  min-width: none;
}
.bg-primary {
  background-color: #ccc !important;
}
a:active,
a:focus,
a:hover {
  color: #211e1e;
}
ul {
  list-style: none;
  padding: 0;
}
p {
  margin-bottom: 5px;
  font-size: 15px;
  text-align: left;
}
ul li p span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.image_with_padding img {
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #cecece;
  margin: 10px 0px;
}

/*** fixed sidebar **/
.text-second {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.navbar {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline;
  list-style-type: none;
  position: relative;
  text-align: left;
}
.navbar a {
  color: #333 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: block;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border-left: 5px solid transparent;
  padding: 10px !important;
  font-weight: bold;
}
#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
}
ul[class^="menu"] {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.nav-item a,
.nav-item a:visited,
.nav-item a:active {
  text-decoration: none;
  color: #fff;
}

.nav-item a {
  -webkit-transition: color 2s, background 1s;
  transition: color 2s, background 1s;
  padding: 10px;
  position: relative;
  z-index: 0;
}
.nav-item a::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: #555;
  z-index: -1;
}

.nav-item a:hover {
  -webkit-animation: fillColour 0.7s forwards ease-in-out;
  animation: fillColour 0.7s forwards ease-in-out;
}

.nav-item a:hover::before {
  -webkit-animation: fill 0.7s forwards ease-in-out;
  animation: fill 0.7s forwards ease-in-out;
  opacity: 1;
}

ul[class^="menu"] span {
  z-index: 3;
}
ul[class^="menu"] {
  display: none;
}
.menu-home {
  text-align: left;
}

/*** overflow ***/
.scrollbar {
  float: left;
  background: #ccc;
  overflow-y: scroll;
}
#sideNav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #ccc;
}

#sideNav::-webkit-scrollbar {
  width: 12px;
  background-color: #ccc;
}

#sideNav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #333;
}

.backing i.fa-chevron-right,
.backing i.fa-chevron-down {
  float: right;
  line-height: 25px;
}
/** content sec **/
/* #page-top{
  margin-left: 22rem;
} */
/*** header title section ***/

.header-sec div.row {
  margin-right: 0;
}
.demo1-btn {
  margin-top: 0px;
  padding: 10px 22px;
  border: 3px solid #211e1e;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}
.demo1-btn:hover {
  background-color: #211e1e;
  color: #fff;
}
.demo1-btn:hover a {
  color: #fff;
}
.demo1-btn a:hover {
  color: #fff;
}
.demo1-btn a {
  color: #000000;
  text-decoration: none;
}
.demo-btn:hover a {
  color: #211e1e;
}
.demo-btn a:hover {
  color: #211e1e;
}
.a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
/*** introduction section ***/
#introduction ul li p,
#navigation ul li p,
#page_sidebars ul li p,
#post_cat_form ul li p,
#shortcodes ul li p,
.float-icon p,
.float-icon p {
  padding-left: 25px;
}

#introduction ul li i,
#navigation ul li i,
#page_sidebars ul li i,
#post_cat_form ul li i,
#shortcodes ul li i {
  float: left;
  color: #000;
  margin-top: 4px;
}
#navigation ul li i.fa-long-arrow-right {
  float: none;
}
/*** installation section ***/
.screenshot {
  max-width: 800px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.23);
  padding: 5px;
  text-align: center;
  margin: 20px 0;
}
.screenshot img {
  height: auto;
  max-width: 100%;
}

.screenshot-color-p img {
  width: 30% !important;
}

/*** theme setup ***/
#theme_setup i,
#navigation i {
  color: #333;
}
#theme_setup .float-icon i,
#navigation .float-icon i {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  color: #000;
}

img.left {
  float: left;
  padding: 5px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.23);
  margin: 10px 20px 10px 0;
}
#sideNav .navbar-brand {
  display: flex;
  margin: auto auto 0;
  padding: 0.5rem;
}
#sideNav .navbar-brand .img-profile {
  max-width: 10rem;
  max-height: 10rem;
  border: 0.5rem solid rgba(255, 255, 255, 0.2);
}
#sideNav .navbar-collapse {
  display: flex;
  align-items: flex-start;
  flex-grow: 0;
  width: 100%;
  margin-bottom: auto;
}
#sideNav .navbar-collapse .navbar-nav {
  flex-direction: column;
  width: 100%;
}
#sideNav .navbar-collapse .navbar-nav .nav-item {
  display: block;
}
#sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: block;
}
/*** adding category ***/
#adding_category {
  margin-bottom: 30px;
}
/*** footer **/
#footer {
  text-align: center;
}
/** back to top **/
#rocketmeluncur {
  position: fixed;
  bottom: 50px;
  z-index: 7;
  display: none;
  visibility: hidden;
  width: 26px;
  height: 48px;
  right: 25px;
  background: url(../images/back-to-top.png) no-repeat 50% 0;
  opacity: 0;
  -webkit-transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    -moz-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i {
  display: block;
  margin-top: 48px;
  height: 14px;
  background: url(../images/back-to-the-top.png) no-repeat 50% -48px;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

#rocketmeluncur:hover {
  background-position: 50% -62px;
}

#rocketmeluncur:hover i {
  background-position: 50% 100%;
  -webkit-animation: flaming 0.7s infinite;
  -moz-animation: flaming 0.7s infinite;
  animation: flaming 0.7s infinite;
}

#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1;
}

#rocketmeluncur.launchrocket {
  background-position: 50% -62px;
  opacity: 0;
  -webkit-transform: translateY(-800px);
  -moz-transform: translateY(-800px);
  -ms-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none;
}

#rocketmeluncur.launchrocket i {
  background-position: 50% 100%;
  -webkit-transform: scale(1.4, 3.2);
  -moz-transform: scale(1.4, 3.2);
  transform: scale(1.4, 3.2);
}
.lst {
  color: red;
  font-weight: bold;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}
#categories img {
  max-width: 100%;
}
#featured img {
  max-width: 100%;
}
#header img {
  max-width: 100%;
}
#best_sellers img {
  max-width: 100%;
}

.logo1 img {
  padding-top: 20px;
  width: 76%;
}
.header-content {
  padding: 15px 0;
}
.book-pro-button {
  display: flex;
  align-items: center;
  padding: 2px;
}
div.backing {
  margin: 25px 0;
  width: 100%;
  display: block;
  position: relative;
}

/* .navbar a {
  color: #ffff !important;
} */

.demo-btn a {
  color: #ffff;
  text-decoration: none;
}

/* lightbox */
.modal-target {
  /* width: 100%; */
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.modal-target:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 60%;
  opacity: 1 !important;
  max-width: 1200px;
  left: 12%;
}

/* Caption of Modal Image */
.modal-caption {
  margin: auto;
  display: none;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1em;
  margin-top: 32px;
}

/* Add Animation */
.modal-content,
.modal-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-atransform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

a {
  color: black;
}
a.demo-btn.icon-arrow-right {
  text-decoration: none;
  text-align: center;
}
a.demo1-btn.icon-arrow-right {
  text-decoration: none;
}
/* .nav-item a.active {
   background: rgba(0, 0, 0, 0.9);
 } */
/* section.resume-section{
   border-bottom:1px solid #dee2e6;
  } */

/* li.active a:hover{
    background-color: #6dd5ff !important;
  } */
.navbar > li:not(.active):hover a {
  /* color: #211e1e !important; */
  border-left: 5px solid #333;
  background-color: #6dd5ff;
}
.border-bottom {
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.demo-btn {
  margin-top: 5px;
  padding: 15px 25px;
  border: 3px solid #6dd5ff;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 15px;
  box-shadow: 2px 2px 4px #000000;
}
.demo-btn:hover {
  background-color: #6dd5ff;
  color: #fff;
}
.text-primary {
  color: #6dd5ff !important;
  text-shadow: 1px 2px 2px #000000;
}
.header-sec h1 {
  font-size: 28px;
  text-align: center;
}
.header-sec {
  background: #ccc;
}
#sideNav {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 26%;
  height: 100vh;
  /* background: #6dd5ff !important; */
}
.navbar > li {
  /* background: #6dd5ff !important; */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
}
li.active a {
  /* color: #fff !important; */
  border-left: 5px solid #333;
  /* background-color: #fff; */
  outline: 0;
}
li.active a:hover {
  background-color: #6dd5ff;
}
li.nav-item:hover {
  background-color: #6dd5ff;
}
ul[class^="menu"] a {
  color: #fff;
  /* background-color: #51595C; */
  position: relative;
  text-decoration: none;
  line-height: 15px;
  font-size: 15px;
  display: block;
  border-left: 5px solid #211e1e;
  z-index: 1;
}
.book-pro-button a {
  color: black;
}
