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: 22px;
  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;
}

.logo {
  margin-top: 14px !important;
}
  
/* TOGGLER BUTTON */
.navbar-dark .navbar-toggler{
  border-color: none;
  font-size: 20px;
  font-weight: 900;
}

.main-image {
  display: flex !important;
  justify-content: center;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}


/** 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 .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;
 }
.buy-btn{
color: #fff;
background: none;
margin-top: 5px;
padding: 15px 32px;
border: 3px solid #211e1e;
background: none;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 3px;
}


ul{
  list-style: none;
  padding: 0;
  padding-left: 10px;
  margin-left: -11px;
}
p{
  /* margin-bottom: 5px; */
  font-size: 15px;
  text-align:left;
}
ul li p span{
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

/*** fixed sidebar **/
.text-second{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 0px;
}
.navbar {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline;
  list-style-type: none;
  position: relative;
  text-align: left;
}
.navbar > li {
  background: #d49e8d !important;
  border-top: 1px solid #e6caca;
  border-bottom: 1px solid #fff;
}
.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:bold;
 }

 .up_down_arrow{
  text-decoration:none;
 }

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;
   display: block;
   position: relative;
}

.collapse:not(.show) {
    display: unset;
}
.doc-portion{
  text-align: center;
  height: 70px;
  margin-top: 30px;
  display: flex;
}

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.active { background: rgba(0, 0, 0, 0.9); } */
.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;


} .close-nav {
   display: none; 
}

.nav-item a:hover::before {
  -webkit-animation: fill 0.7s forwards ease-in-out;
  animation: fill 0.7s forwards ease-in-out;
  opacity: 0;
}

ul[class^="menu"] span {
  z-index: 3;
}

ul[class^="menu"] {
  display: none;
}
.collapse{
  display: none;
}

.collapse.show{
  display: block;
}


ul[class^="menu"] {
  list-style-type: none;
  padding-top:0 ;
  display: none;
  position: relative;
}
.menu-home {
  text-align: left;
}

.fa-chevron-right:before {
  content: "\f054";
  right: 10px;
}

/*** overflow ***/
.scrollbar
{
  float: none;
  background: #ccc;
  overflow-y: scroll;
}
.scrollbar::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
  border-radius: 10px;
  background-color: #ccc;
}

.scrollbar::-webkit-scrollbar
{
  width: 12px;
  background-color: #ccc;
}

.scrollbar::-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;
 }
/*** header title section ***/
.header-sec{
  background: #d49e8d;
  margin-right: -11px;
  margin-left: -11px;
}
.header-sec h1{
  color: #fff;
  padding: 20px;
  font-size: 25px;
  text-align: center;
}
.header-sec div.row{
  margin-right: 0;
}

.demo1-btn:hover a{
  color:#fff;
}
.demo1-btn a:hover{
  color: #fff;
}
.demo1-btn a{
  color:#000000;
  text-decoration: none;
  font-size: 16px;
}


.demo-btn {
    margin-top: 16px;
    padding: 7px 14px;
    border: 3px solid #211e1e;
    border-radius: 0px;
    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: 1s;
    margin: 8px;
}
.demo1-btn:hover{
  background-color: #6dd5ff ;
  color:#fff;
}

.demo1-btn {
  margin-top: 15px;
  padding: 5px 15px;
  border: 3px solid #211e1e;
  background: none;
  border-radius: 0px;
  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;
  text-decoration: none;
}

.demo-btn:hover{
  background-color:#ffffff;
  color:#211e1e;
  box-shadow: 0px 0px 9px #fff;
  border: 2px solid #6dd5ff;
}
.demo-btn:hover a{
  color:#211e1e;
}
.demo-btn a{
  color:#ffff;
  text-decoration-line: none;
  font-size: 15px;
}
.demo-btn a:hover{
  color: #211e1e;
}
.a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
/*** installation section ***/
.screenshot{
  max-width: 800px;
  box-shadow: 0 0px 5px rgba(0,0,0,0.2), 0 1px 15px rgba(0,0,0,0.23);
  text-align: center;
  margin: 20px 0;
  border-radius: 10px;
}

.img-rep{
  max-width: 280px;
}
.img-cnt{
  max-width: 765px;
}
.img-req{
  max-width:370px;
}
.img-sco {
  max-width: 255px;
}
.img-vid{
  max-width: 540px;
}

.screenshot img{
  height: auto;
  max-width: 100%;
}

.screenshot-color-p img{
    width: 30% !important;
}
/*** 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;
  /* margin-left: 9px; */
}

#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;
  padding-right: 10px;
}
#navigation ul li i.fa-long-arrow-right{
  float: none;
}


/*** theme setup ***/
#theme_setup i,
#navigation i{
  color: #333;
}
#theme_setup .float-icon i,
#navigation .float-icon i{
  margin-top: 5px;
  color: #000;
}

img.left{
  float: left;
  padding: 15px;
  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{
  background: #d49e8d !important;
    top: 0;
    left: 0;
    box-shadow: 3px 0px 8px #bfb2b2;
    flex-direction: column;
    position: sticky;
    height: 100vh;
    overflow-y: scroll;
}
#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;
}
.word-text a{
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}


/** back to top **/
#rocketmeluncur {
  position: fixed;
  bottom: 15px;
  display: inline;
  left: auto;
  right: 10px !important;
  z-index: 7;
  display: none;
  visibility: hidden;
  width: 35px;
  height: 60px;
  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;
  display: inline;
  left: auto;
  right: 20px !important;

}

#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 sreen and (min-width:320px){

  .modal-close {
    position: absolute;
    top: 93px;
    right: 7px;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    color: #fff;
    z-index: 9999;
}
} */
@media (min-width:992px){
    body{
      padding-top:0;
    }
   }
 @media (min-width:768px){
  section.resume-section .resume-item .resume-date{
    min-width:18rem
    }
    .navbar-toggler-icon {
       display: none;
  }
}
  #categories img {
    max-width: 100%;
}
#featured img {
    max-width: 100%;
}
#header img {
    max-width: 100%;
}
#best_sellers img {
    max-width: 100%;
}

.logo1 img {
  width:100%;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
} */

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}


/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 767px){
  #sideNav{
    position: fixed;
    width: 100%;
    z-index: 5;

    height: auto;
    overflow-x: hidden;
  }
  .header-sec{
    margin-top: 39px;
  }
  .demo-btn{
  margin-top: 20px;
  padding: 0px 0px;
  }
  .header-sec h1{
    font-size: 22px;
    margin-top: 85px;
    /* padding-left: 0px; */
    text-align: center;
  }

  .scrollbar {
      overflow-y: hidden;
  }

  .collapse:not(.show) {
      display: none !important;
  }

  .logo1 img {
      padding-top: 10px;
      padding-bottom: 34px;
      height: 90px;
      padding-left: 21px;
  }

  .sticky-top {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
  }
   .box-shadow {
      padding: unset;
  }
  .modal-content{
    left: 0 !important;
    width: 90% !important;
  }

  .header-sec h1 {
    font-size: 22px;
    margin-top: 22px;
    /* padding-left: 0px; */
    text-align: center;
  }

  .doc-portion {
    text-align: center;
    height: 70px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
 
}

@media screen and (min-width:576px) {
    .footer{
       font-size: 13px;
       text-align: center;
     }
     
}
@media screen and (max-width:460px) {
  .category-list a {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px){

.demo-btn {
    border-radius: 0;
    padding: 5px 5px;
    border: 3px solid #fff;
    margin-top: 23px;
    margin: 3px 7px;
  }
}


  @media screen and (min-width:1440px){

.demo-btn{
  border-radius: 0;
    padding: 6px 11px;
    border: 3px solid #fff;
}
}

@media screen and (min-width:1200px){
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
}
/* .col-xl-9 {
    flex: 0 0 auto;
    width: auto;
} */
/* .box-shadow {
    padding: 5px 10px 10px 350px;
} */
.screenshot img {
    max-width: 100%;
}

.img-scs{
  max-width: 520px;

}

.logo1 img{
  width: 100%;
}
}

/* lightbox */
.modal-target {
  /* width: 100%; */
  border-radius: 10px;
  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 */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 60%;
  opacity: 1 !important;
  max-width: 1200px;
  left:0;
}

/* Caption of Modal Image */
.modal-caption {
  margin: auto;
  display: block;
  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 */
.logo img {
  width: 90%;
}


.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;
}
.menu-home .nav-item a:hover{
  background: #fff;
  color: #000 !important;
}

figure {
  margin: -15px -6px 1rem;
}






@media screen and (max-width:1200px)and (min-width: 1024px) {
  .navbar a {
    font-size: 13px;
}
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
  .fa-chevron-right:before {
    content: "\f054";
    position: absolute;
  }

  .navbar a {
    font-size: 14px;
  }

  .doc-portion {
    text-align: center;
    height: 70px;
    margin-top: 30px;
    display: block;
  }

  .buy {
    margin-top: 25px;
  }

  .demo_btn {
    padding: 4px 12px;
  }
  .navbar-dark .navbar-toggler {
    display: none;
}
}

@media screen and (max-width: 799px) and (min-width: 768px) {
  .doc-portion {
    display: block;
  }

  .buy {
    margin-top: 20px;
  }

  .buy span a {
    padding: 5px;
  }

  .navbar-toggler {
    display: none;
  }

  .fa-chevron-right:before {
    content: "\f054";
    position: absolute;
}
}
@media screen and (max-width: 991px) and (min-width: 768px){
.header-sec h1{
  font-size: 19px;
  text-align: center;
}
.fixed-top{
  position: none;
}
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .doc-portion {
    text-align: center;
    height: 70px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.header-sec h1 {
  font-size: 22px;
  margin-top: 22px;
  /* padding-left: 0px; */
  text-align: center;
}

.main-image {
  display: flex !important;
  justify-content: space-around;
}

.collapse.show {
  height: 300px;
  overflow-y: scroll;
}

#sideNav{
  position: fixed !important;
  z-index: 8;
}

.cont-resp {
padding-top: 19% !important;
}

.word-text {
    text-align: center;
  }
}


@media screen and (max-width: 479px) and (min-width: 425px) {
  .demo1-btn {
    font-size: 15px;
    padding: 4px 4px;
  }

  .doc-portion {
    text-align: center;
    height: 70px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }

  .header-sec h1 {
    font-size: 22px;
    margin-top: 22px;
    /* padding-left: 0px; */
    text-align: center;
  }

  .main-image {
    display: flex !important;
    justify-content: space-around;
  }

  .collapse.show {
    height: 300px;
    transition: all 0.5s ease;
    overflow-y: scroll;
  }

  #sideNav{
    position: fixed !important;
    /* z-index: 8; */
        box-shadow: 0px 1px 15px -2px #756d6d;
  }

  .cont-resp {
  padding-top: 23% !important;
 }

 .word-text {
  text-align: center;
}
}

@media screen and (max-width: 375px) and (min-width: 320px) {
    .demo1-btn {
    left: 68px;
    top: 6px;
    font-size: 13px;
    padding: 4px 4px;

    }
    
    

    .navbar-toggler {
      padding: 0.25rem 0;
      margin-right: 20px;
    }

    .collapse.show {
      height: 300px;
      overflow-y: scroll;
      transition: all 0.5s ease;
  }

  #sideNav{
      position: fixed !important;
      z-index: 8;
  }

  .cont-resp {
    padding-top: 28% !important;
  }

  .word-text {
    text-align: center;
  }

  .main-image {
    display: flex !important;
    justify-content: space-around;
}

  
}

@media screen and (min-width: 375px) and (max-width:425px) {
  .header-sec{
    margin-top: 8rem;
  }
  .demo1-btn{
    top: 0px;
    left: 0rem;
    padding: 4px 4px;
  }
  .collapse.show{
    height: 300px;
    overflow: scroll;
    transition: all 0.5s ease;
  }
}

@media screen and (min-width: 375px) and (max-width:425px){
  .logo img{
    width: 60%;
  }
}



