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;
   padding: 39px 0 19px; 
 }
h3{
  color: #343434;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 0 2px #fff, 0 3px #e22626;
  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: #e22626; 
}
h4{
  font-size: 20px;
  margin-bottom: 20px;
}
img {
    max-width: 100%;
    width: auto\9;
    height: 70%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.img-paraloid {
    text-align: center;
    padding: 10px;
    margin-bottom:50px;
    background: #f5f5f5;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.pull-left.img-paraloid {
    margin-top: 0;
    margin-right: 50px;
    margin-left: 16px;
    margin-bottom:50px;
    display: block;
}
font-awesome.min.css:4
.pull-left {
    float: 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: 30px;
}
.subheading{
  text-transform:uppercase;
  font-weight:500;
  font-size:1.35rem
 }
.subheading a{
      text-transform: lowercase;
}
.box-shadow{
  /* box-shadow: 0 0px 5px rgba(0,0,0,0.2), 0 2px 5px rgba(0,0,0,0.23); */
  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:#e22626!important
 }
a{
  color:#e22626
 }
a:active,a:focus,a:hover{
  color:#824027
 }
ul{
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
p{
  margin-bottom: 5px;
  font-size: 15px;
  display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
ul li p span{
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
a {
    color: #0179c6;
    text-decoration: none;
    cursor:pointer;
}
/*** 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: #ccc;
  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: #e22626;
    outline: 0;
}
.navbar > li:not(.active):hover a {
    color: #fff !important;
    border-left: 5px solid #333;
    background-color: #e22626;
}
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 #e22626;
  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: #ccc;
}
.header-sec h1{
  font-size: 28px;
  text-align: center;
}
.header-sec div.row{
  margin-right: 0;
}
.demo-btn{
  margin-top: 18px;
  padding: 15px 32px;
  border: 3px solid #e22626;
  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 a{
  text-decoration: none;
    color:  #000000; 
}
.demo-btn:hover{
  text-decoration: none;
  background: #e22626;
  border: 3px solid #A9A9A9;
  color: #ffffff;
}
.demo-btn:hover a{
  color:#ffffff;
}
.btn: hover{
  color: #ffffff;
}
.demo1-btn{
  padding: 10px 22px;
  border: 3px solid #e22626;
  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;
}
.demo1-btn a{
  text-decoration: none;
    color:  #000000; 
}
.demo1-btn:hover{
  text-decoration: none;
  background: #e22626;
  border: 3px solid #A9A9A9;
  color: #ffffff;
}
.demo1-btn:hover a{
  color:#ffffff;
}
.btn: hover{
  color: #ffffff;
}
.logo{
  margin-top:25px;
  width: 250px;
  height: 50px;
}

/*** 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;
  display: inline-block;
}
.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{
  text-align:center;
  position:fixed;
  top:0;
  left:0;
  display:flex;
  flex-direction:column;
  width:350px;
  height:100vh
}
#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)
}
.box-content section {
    padding: 0 33px 25px;
    border-bottom: 1px solid #cccccc;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
auto {
    margin-bottom: 30px!important;
}
.pull-left.img-paraloid {
    margin-top: 0;
    margin-right: 25px;
    margin-left: 16px;
    margin-bottom:30px;
}
font-awesome.min.css:4
.pull-left {
    float: left;
}
#bottom-border h4 space{
 padding: 100px 0 18px;
}
figure {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
article#set-slider, #about-sec, #packages-sec, #Gallery-sec, #Six-sec, #Pricing-sec, #Client-Say, #get-in-touch-sec, #footer-sec, #navigation, #contact-sec {
    clear: both;
}
@media (min-width:992px){
    body{
      padding-top:0;
    }
 }
 @media (min-width:768px){
  section.resume-section .resume-item .resume-date{
    min-width:18rem
    }
  }


.links-button
{
  display:inline;
  list-style:none;
   text-decoration:none;
}
.setup-links-button
{
    margin: 0 auto;
    text-align: center;
}