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;
}
/** 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 **/
.border-bottom{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.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{
  border-bottom:1px solid #dee2e6;
 }
section.resume-section .resume-item .resume-date{
  min-width:none;
 }
.bg-primary{
  background-color:#ccc!important;
 }
.text-primary{
  color:#211e1e!important;
 }
a{
  color: #6cd5ff;
 }
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;
}

/*** 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 > li {
  background: #6dd5ff !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
}
.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;
 }
li.active a {
    color: #fff !important;
    border-left: 5px solid #333;
    background-color: #211e1e;
    outline: 0;
}
.navbar > li:not(.active):hover a {
    color: #211e1e !important;
    border-left: 5px solid #333;
    background-color: #ffffff;
}
div.backing {
   margin: 25px 0;
   width: 340px;
   display: block;
   position: relative;
}

ul[class^="menu"] {
  list-style-type: none;
  padding: 0;
  position: relative;
}
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;
}

.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.active { background: rgba(0, 0, 0, 0.9); }

.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,.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{
  background: #6dd5ff;
}
.header-sec h1{
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.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 {
    margin-top: 5px;
    padding: 15px 32px;
    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;
} 
.demo-btn:hover{
  background-color:#ffffff;
  color:#211e1e;
}
.demo-btn:hover a{
  color:#211e1e;
}
.demo-btn a{
  color:#ffff;
}
.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;
}

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

#sideNav{
  text-align:center;
  position:fixed;
  top:0;
  left:0;
  display:flex;
  flex-direction:column;
  width:350px;
  height:100vh;
  background: #6dd5ff !important;
}
#sideNav .navbar-brand{
  display:flex;
  margin:auto auto 0;
  padding:.5rem
}
#sideNav .navbar-brand .img-profile{
  max-width:10rem;
  max-height:10rem;
  border:.5rem solid rgba(255,255,255,.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 .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), 
  opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), 
  -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), 
  opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), 
  -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), 
  opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), 
  transform .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: .5;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  transition: transform .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 .7s infinite;
  -moz-animation: flaming .7s infinite;
  animation: flaming .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: 50px;
}
.logo h5{
    color: #ffffff;
    font-family: 'Alex Brush', cursive;
    font-weight: normal;
    font-size: 35px;
}
