*
{
    
}
body
{
    font-family: 'Noto Serif', serif;
    
}

.header
{    
  overflow: hidden;
    height: 250px;
}
.header span
{
   font-weight: 800;
    color: #5e3f3f;
    font-size: 20px;
}
.header p
{
    color: #222;
    line-height: 19px;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: normal;
}
.template
{
   /* padding: 20px 0;*/
   
}
.navleft
{
   
    
}

.template a
{
color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 15px;
}
.template .active
{
    color:#fff;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
     background-position: right center;
}
.template p
{
    font-weight: 800;
    color: #5e3f3f;
    font-size: 20px;
    padding: 5px;
}
.img1
{
    /*width: 33.333%;
    float: left;*/
    overflow: hidden;
    position: relative;
    padding: 0;
}
.img1 img
{
     width:100%;
     -webkit-transition: all 1s;
     transition: all 1s;
}
.grid-item
{
    -webkit-transition: all 0s;
    transition: all 0s;
}
.color{
    background-image: -webkit-gradient(linear, right top, left top, from(rgb(44, 62, 80)), to(rgb(253, 116, 108)))!important;
    background-image: linear-gradient(to left, rgb(44, 62, 80), rgb(253, 116, 108))!important;
}
.img1 .subcomb2
{
    position: absolute;
    background-color: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.subcomb2 .layer2
{
    position: relative;
    top: 25%;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}
.layer2 h2
{
    color: #2a80b9;
}

.img1:hover .subcomb2
{
    opacity:1;
    
}

.img1:hover img
{
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}
.gradient-button
{
    margin: 10px;
    font-family: "Arial black", Gadget, sans-serif;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    width: 75%;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}
@media(max-width:768px)
{
    .gradient-button
    {
    width: 25%;
        
    }
    .template a
    {
        font-size: 10px;
    }
}
.subcomb2 .gradient-button
{
   width: 100px;
    
}
.subcomb2 a
{
    color: #fff;
}
.gradient-button-4
{background-image: -webkit-gradient(linear, left top, right top, from(#00d2ff), color-stop(51%, #3a7bd5), to(#00d2ff));background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)}
.gradient-button-3 {background-image: -webkit-gradient(linear, left top, right top, from(#7474BF), color-stop(51%, #348AC7), to(#7474BF));background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)
}
.gradient-button-3:hover { background-position: center center; }

.show2 p ,.dif a
{
    font-weight: 800;
    color: #5e3f3f;
    font-size: 20px;
    padding: 5px;
    
    
}
.box {
	width: 100%;
	height: 100%;
	position: relative;
}


.box svg {
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
}

.box svg line {
	fill: none;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.box:hover svg line {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
	    stroke-dasharray: 0; 
}

.box svg line.left,
.box svg line.right {
	stroke-dasharray: 0 ;
}

.box:hover svg line.top {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.box:hover svg line.bottom {
	-webkit-transform: translateX(0px);
	transform: translateX(-100%);
}

.box:hover svg line.left {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.box:hover svg line.right {
	-webkit-transform: translateY(100%);
	transform: translateY(-100%);
}

/* Alternatives */
.gradient-button-3 {background-image: -webkit-gradient(linear, right top, left top, from(rgb(44, 62, 80)), to(rgb(253, 116, 108)))!important;background-image: linear-gradient(to left, rgb(44, 62, 80), rgb(253, 116, 108))!important;
}

/* Color */
.demo-2 .box svg line {
	stroke-width: 5;
}

.demo-2 .box:hover svg line {
	stroke: 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);
}


