*{
    margin: 0px;
    padding:0px;
}
body{
    background-color:#f7f7f7;
    overflow-x: hidden;
}
.bg{
    width:100%;
}
.bg img{
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
.navbar{
    background-color: black;
    
}
.categories img{
    width: 100%;
    height:200px;
}
.categories p{
    padding: 2px;
}
.categories a{
   float:right;
    
}
.image2
{
    overflow: hidden;  
}
.image2 img
{
     -webkit-transition: all 3s;
    transition: all 3s;
}
.image2:hover img
{
      
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.btn-outline-danger{
    color: rgb(160, 92, 95);
    border-color: rgb(160, 92, 95);
}
.btn-outline-danger:hover{
    color: #fff;
    border-color: rgb(160, 92, 95);
    background-color: rgb(160, 92, 95);
}
.nb-footer{
    background: #272727;
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .nb-footer .footer-single{
    margin-top: 30px;
  }
  .nb-footer .footer-title{
      display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
  }
  .nb-footer .footer-single a{
      text-decoration: none;
  }
  .list-unstyled a:hover{
      color:rgb(160, 92, 95)!important;
  }
  .list-unstyled a:hover i{
      text-decoration: none;
    color:rgb(160, 92, 95)!important;
  }
  .nb-footer .footer-single h2{
      color: #eee;
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
    border-bottom: 2px solid rgb(160, 92, 95);
    padding-bottom: 5px;
    margin-bottom: -2px;
  }
  .nb-footer .footer-single li{
    border-top: solid 1px #353535;
  }
  .nb-footer .footer-single li:first-child{
    border-top: none;
  }
  .nb-footer .footer-single li a{
    color: #979797;
    font-size: 12px;
    padding: 6px 0px;
    display: block;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
  }
  .nb-footer .footer-single li a:hover{
    color: #17a2b8;
  }
  .nb-footer .footer-single li a:hover i{
    color: #17a2b8;
  }
  .nb-footer .dummy-logo {
      margin-top: 11px;
      padding-bottom: 9px;
  }
.btn-outline-danger{
    color: rgb(160, 92, 95);
    border-color: rgb(160, 92, 95);
}
.btn-outline-danger:hover{
    color: #fff;
    border-color: rgb(160, 92, 95);
    background-color: rgb(160, 92, 95);
}
  .nb-footer .dummy-logo .icon {
      margin-right: 10px;
      border-radius: 20px;
      margin-top: 24px;
  }
  .nb-footer .brand {
      background: rgb(160, 92, 95);
  }
  .nb-footer .dummy-logo i {
      font-size: 50px;
      color: #fff;
      padding: 5px;
  }
  .nb-footer .dummy-logo p {
      color: #999;
      font-size: 12px;
  }
  .nb-footer .dummy-logo h2 {
      font-size: 24px !important;
      border-bottom: none;
      color: #696969;
      padding: 5px 0;
  }
  .nb-footer .btn-footer{
    border: 1px solid rgb(160, 92, 95);
    margin-top: 10px;
    color: #999;
  }
  .nb-footer .btn-footer:hover{
    background: rgb(160, 92, 95);
    color: #fff;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
  
  }
  .nb-footer .useful-links li a{
    text-transform: uppercase;
  }
  .nb-footer .footer-project a{
    font-size: 13px;
  }
  .nb-footer .footer-project img{
    margin-bottom: 20px;
    border: 1px solid #666;
    border-radius: 6px;
    padding: 1px;
    opacity: 0.7;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
  }
  .nb-footer .footer-project img:hover{
    opacity: 1.0;
    cursor: pointer;
  }
  .nb-footer .footer-project .footer-title{
    margin-top: 0;
  }
  .nb-footer .footer-single p, .footer-single address{
      color: #979797;
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
  }
  .nb-copyright{
    background: #171717;
    padding-bottom: 10px;
  }
   .nb-copyright .copyrt{
    margin-top: 22px;
    font-size: 14px;
  color: #999999;
  }
  .nb-copyright .copyrt a{
    color: rgb(160, 92, 95);
  }
  .nb-copyright .footer-social{
      margin-top: 10px;
  }
  .nb-copyright .footer-social i{
    padding: 5px 10px;
    color: #999;
    border: 1px solid #333;
    margin-top: 10px;
    font-size: 20px;
    border-radius: 5px;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
  }
  .nb-copyright .footer-social i:hover{
    background: rgb(160, 92, 95);
    color: #fff;
  }
  .nb-copyright .footer-social .fa-facebook{
    padding: 5px 14px;
  }
  
@media(max-width: 767px){
	 .xs-center{
	text-align: center;
}
 .left-clear{
	padding-left: 0;
}
 .right-clear{
	padding-right: 0;
}
}






.navbar-vertical {
  width: 320px;
  height: 100vh;
  padding: 0.5rem 1rem;
  background-color: rgba(60, 30, 32, 0.63) !important;
  -webkit-transition: left 1s;
  transition: left 1s;
  left: 0;
  top: 0;
    z-index: 555555555555555555;
}
.navbar-nav .nav-link
{
    color: #fff !important;
}
.navbar-vertical .navbar-brand {
  margin-right: 0;
  padding-right: 1.5rem;
  display: block;
}
.navbar-vertical .navbar-toggler {
  border: none;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
  cursor: pointer;
}
.navbar-vertical.show {
  left: 0;
}
.navbar-vertical.hidden {
  left: -276px;
}
.navbar-vertical ul {
  text-align: center;
    width: 70%;
    margin: auto;
}
.navbar-vertical li {
    width: 38%;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin: auto;
    padding-top: 20px;
    font-size: 1em;
    overflow: hidden;
}
.navbar-vertical li a {
    width: 100%;
  position: relative;
  text-transform: uppercase;
}
.navbar-vertical li a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}
.navbar-vertical li a:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
}
.navbar-vertical li a:hover {
  color: inherit;
}
.navbar-vertical li a:hover:before {
  -webkit-transition: 0.1s height linear 0.1s, 0.1s -webkit-transform linear;
  transition: 0.1s height linear 0.1s, 0.1s -webkit-transform linear;
  transition: 0.1s transform linear, 0.1s height linear 0.1s;
  transition: 0.1s transform linear, 0.1s height linear 0.1s, 0.1s -webkit-transform linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 100%;
  border-color:rgb(80, 28, 30);
}
.navbar-vertical li a:hover:after {
  -webkit-transition: 0.1s height linear 0.3s, 0.1s -webkit-transform linear 0.2s;
  transition: 0.1s height linear 0.3s, 0.1s -webkit-transform linear 0.2s;
  transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
  transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s, 0.1s -webkit-transform linear 0.2s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 100%;
  border-color: rgb(80, 28, 30);
}



