@font-face{
           font-family: alexbrush;
          src: url('fonts/AlexBrush-Regular.ttf');
          }

@font-face{
           font-family: opensans;
          src: url('fonts/OpenSans-Regular.ttf');
          }

@font-face{
           font-family: opensanslight;
          src: url('fonts/OpenSans-Light.ttf');
          }
body{
  background-color: #f8f8f8;
  font-family: opensans !important;
}

p{
  font-size: 16px;color: #333; font-family: opensans !important;font-weight: 400;
}
.desk{
  display: block;
}

.mob{
  display: none;
}

.moves{
  display:inline-block;
}

@media(max-width: 992px){
  .menu{
    text-align: center;
  }
}

@media(max-width: 1080px)
{
  .desk{
    display: none;
  }

  .mob{
    display: block;
  }

  .cartmob{
    padding-top: 10px;
  }
  .logomob{
    width: 50 %;
    padding-top: 18px;
    display: inline-block;
  }
  .moves{
    display: none;
  }
}
@media(max-width: 400px)
{
  .logomob{
    width: 80%;
  }

}

/*MENU*/
.menu ul {
  margin: 0;
  padding: 15px;
  float: right;
  padding-left: 20px;
}

.menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

.menu input[type="checkbox"], 
.menu ul span.drop-icon {
  display: none;
}

.menu li, 
#toggle-menu, 
.menu .sub-menu {
}

.menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

.menu .sub-menu {
  background-color: #ffffff;
  border-width: 1px 1px 0;
  margin: 0 0;
  opacity: 1;
  width: 100%;
}

.menu .sub-menu li:last-child {
  border-width: 0;
}

.menu li, 
#toggle-menu, 
.menu a {
  position: relative;
  display: block;
  color: #717171;
  font-weight: normal;
}

.menu, 
#toggle-menu {
  background-color: transparent;
}

#toggle-menu, 
.menu a {
  padding: 1em 1em;
}

.menu a {
 /* padding-left: 34px;*/
 padding-left: 5px;
  padding-top: 36px;
  color: #000;
  font-family: 'opensans',sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.menu a:hover { background-color: transparent; color: #000; text-decoration: none;}

.menu a:focus{
  text-decoration: none;
  color:#00125c;
}

.menu a span:hover{
  border-bottom: 2px solid #799e8b;
}
.menu .sub-menu {
  display: none;
}

.menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

.menu .sub-menu a{
  padding: 10px;
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
  padding-left: 0;
  padding-top: 15px;
  color: #000;
  font-family: 'opensans',sans-serif;
  font-size: 12px;
  font-weight: lighter;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.menu .sub-menu a:hover {
  color: #444;
  text-decoration: none;
}

#toggle-menu .drop-icon, 
.menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

.menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: #ffffff;
  text-shadow: 0 0 0 transparent;
  color: #1c317f;
}

.menu .drop-icon {
  line-height: 1;
}

@media (min-width: 1080px) {
  .menu .main-menu {
    display: block;
    padding:0px 19px 0px 0px;
  }

  #toggle-menu, 
  .menu label.drop-icon {
    display: none;
  }

  .menu ul span.drop-icon {
    display: inline-block;
  }

  .menu li {
    float: left;
    border:0;
  }

  .menu .sub-menu li {
    float: none;
  }

  .menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 20px;
    width: 16em;
    z-index: 3000;
  }

  .menu .sub-menu, 
  .menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  .menu .sub-menu li {
    border-width: 0 0 1px;
  }

  .menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  .menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}
/*END MENU*/
.cart{
    font-size: 15px;
   /* padding: 21px 30px 3px 13px;*/
    padding-top: 13px;
    width: 35px;
    height: 60px;
    background-image: url(images/cart.png);
    background-position-y: 8px;
    background-repeat: no-repeat;
    background-size: 35px;
    cursor: pointer;
    margin-top: -18px;
    float: right;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;

}
.cart p{font-weight: bold;}
@media(max-width: 767px)
{
  .cart{
    margin-top: 7px;
  }
}
.prodbadge{
background-color: #ffffff;
height: 20px;
width: 20px;
margin-top: -120px;

}
/*MOBILE MENU*/

.dropbtn {
  background-color: #ffffff;
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #000;
  color: #ffffff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
/*END MOBILE MENU*/

/*ANIMATION 1*/
.moveit{
  top:0; bottom:0; left:0;right:0;
  overflow:hidden;
  margin:auto;
  animation: circle 2s linear infinite;
}

@keyframes circle{
  0%{
    transform:rotate(360deg)
              translate(12px)
              rotate(-360deg);
  }
  100%  { 
    transform:rotate(0deg)
              translate(12px)
              rotate(0deg);
  }

}

.moveitd1{
  width: 45%;
  position: relative;
  z-index: 22;
  overflow:hidden;
  animation: circledw 12s linear infinite;
}

@keyframes circledw{
  0%{
    transform:rotate(360deg)
              translate(10px)
              rotate(-360deg);
  }
  100%  { 
    transform:rotate(0deg)
              translate(10px)
              rotate(0deg);
  }

}

.moveitd2{
  width: 40%;
  margin-left: -40px;
  position: relative; 
  z-index: 99;
  overflow:hidden;
  animation: circledx 10s linear infinite;
}

@keyframes circledx{
  0%{
    transform:rotate(360deg)
              translate(12px)
              rotate(-360deg);
  }
  100%  { 
    transform:rotate(0deg)
              translate(12px)
              rotate(0deg);
  }

}

.moveitd3{
  width: 45%; 
  margin-top: -40px;
  position: relative;
  z-index: 1;
  overflow:hidden;
  animation: circledy 12s linear infinite;
}

@keyframes circledy{
  0%{
    transform:rotate(-360deg)
              translate(10px)
              rotate(360deg);
  }
  100%  { 
    transform:rotate(0deg)
              translate(10px)
              rotate(0deg);
  }

}

.moveitd4{
  width: 40%; 
  margin-top: -40px; 
  margin-left: -20px;
  position: relative;
  z-index: 1;
  overflow:hidden;
  animation: circledz 10s linear infinite;
}

@keyframes circledz{
  0%{
    transform:rotate(-360deg)
              translate(10px)
              rotate(360deg);
  }
  100%  { 
    transform:rotate(0deg)
              translate(10px)
              rotate(0deg);
  }

}

@media(max-width: 767px)
{
  .moveitd1,.moveitd2,.moveitd3,.moveitd4{
    margin:auto;
  }
}

.jump {
  transform-origin: 100% 100%;
  animation: jump .6s linear alternate infinite;
  padding-left: 20px;
}
 @keyframes jump {
  0%   {transform: translate3d(0,0,0)}
  100% {transform: translate3d(0,25%,0)}
}

.moveleaf{
  top:0; bottom:0; left:0;right:0;
  overflow:hidden;
  margin:auto;
  animation: leaf 2s linear infinite;
  padding-left: 20px;
}

@keyframes leaf{
  0%{
    transform:rotate(0deg);
  }

  50%{
    transform: rotate(30deg);
  }

  100%  { 
    transform:rotate(0deg);
  }

}

/*END ANIMATION 1*/


/*Product Box*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
  padding:20px;
  background: white;
  height: 100%;
}

.price {
  color: #333;
    font-size: 16px;
    margin-top: 15px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: #333;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 1;
}

/* .button */

.button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0.67em;
    border: 2px solid #FFF;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
    outline: none;
    color: #333;
    background: #ffffff;
    font-family: 'raleway', sans-serif;
}

.button span {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.button:before,
.button:after {
    content: '';
    position: absolute;
    top: 0.67em;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .3s,opacity 0s;
    -moz-transition: .3s,opacity 0s;
    -o-transition: .3s,opacity 0s;
    transition: .3s,opacity 0s;
}

/* :before */

.button:before {
    content: attr(data-hover);
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
}

/* :after */

.button:after {
    content: attr(data-active);
    -webkit-transform: translate(150%,0);
    -moz-transform: translate(150%,0);
    -ms-transform: translate(150%,0);
    -o-transform: translate(150%,0);
    transform: translate(150%,0);
}

/* Span on :hover and :active */

.button:hover span,
.button:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

.button:hover:before,
.button:active:after {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

/* 
  We hide :before pseudo-element on :active
*/

.button:active:before {
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
/*End Product Box*/
.heading-style{
  color: #333;
    font-family: 'alexbrush',sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: bold;
    text-transform: none;
    text-align: center;
}
.content-style{
    color: #333;
    font-size: 16px;
    line-height: 27px;
    text-align: center;s
}
.pname{
  color: #333;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pcat{
  font-size: 11px;
    line-height: 21px;
    color: #799e8b;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}

.c--anim-btn span {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  font-family: opensans;
  font-weight: 400;
  text-align: center;
  display: block;
  background: transparent;
}

.c--anim-btn, .c-anim-btn {
  transition: 0.3s;     
}

.c--anim-btn {
  height: 64px;
  font: normal normal 700 1em/4em Arial,sans-serif;
  overflow: hidden;
  width: 200px;

}

.c-anim-btn{
  margin-top: 0em;   
}

.card:hover .c-anim-btn{
  margin-top: -4em;
}

.side1{
  background-image: url(images/side1.jpg);
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: 100%;
  height: 250px;
}

.side2{
  background-image: url(images/side2.jpg);
  background-repeat: no-repeat;
  background-size: 98% auto;
  width: 100%;
  height: 250px;
}
.sidetitle{
    color: #333;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    padding-top: 80px;
}
.sidecontent{
    color: #333;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    outline: 0;
}
@media(max-width: 1200px)
{
  .sidetitle{
    font-size: 20px;
    padding-top: 40px;
  }

  .sidecontent{
    font-size: 12px;
  }
}

@media(max-width: 992px)
{
  .sidetitle{
    font-size: 16px;
    padding-top: 20px;
  }
  .sidecontent{
    font-size: 10px;
  }
}
@media(max-width: 767px){
  .sidetitle{
    font-size: 26px;
    padding-top: 30px;
  }

  .sidecontent{
    font-size: 16px;
  }
}

.footer{
  text-align: center;
  width: 100%;
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media(max-width: 767px)
{
  .footer{
    background-color: #ece8e5;
    background-image: none;
  }
}
.footer ul{
  text-decoration: none; list-style: none; display: inline-block;
  padding-top: 80px;
}

.footer ul li{
  display: inline-block;
  padding: 2px;
   font-size: 16px;
  font-weight: bold;
  color: #8f8181;
}

.footer ul li a{
  font-size: 16px;
  font-weight: bold;
  color: #8f8181;
}

.ftext, .ftext a{
  font-size: 16px;
  font-weight: normal;
  color: #8f8181;
  text-align: center;
}

.ftext a:hover{
  text-decoration: none;
  color:red;
}
.sicon{
  background-color: #ffffff; 
  padding: 12px 14px;  
  border-radius: 100%;
  color:#333333;
}
.sicon:hover{
  color: #8f8181;
  cursor: pointer;
}
.copy{s
  font-family: 'Open Sans',sans-serif;
  color: #333333;
  font-size: 16px;
  padding-top: 25px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}

.dropdown-container {
  display: none;
  background-color: #ffffff;
  color: #ffffff;
  padding-left: 20px;
}
.dropdown-container a{
  font-size: 13px;
}

.dropdown-container a:focus{
  text-decoration: none;
  color: red;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.c2{
   margin: -240px 0 0 0;
}

@media(max-width: 992px){
  .c2{
    margin: -100px 0 0 0 ;
  }
}

@media(max-width: 767px)
{
  .c2{
    margin: -20px 0 0 0;
  }
}
.heading-cont{
  background-image: url(images/deals.png); 
  background-size: 100% auto;
  background-repeat: no-repeat; 
  width: 95%; padding: 20px;
}
.page-heading{
    font-size:10vw;
    text-transform: none;
    color: #fff;
    font-family: 'alexbrush',sans-serif;
    text-align: center;
    margin: auto;
    padding: 30px 0 30px 0;
}


@media(max-width: 992px)
{
  .page-heading{
    padding: 0;
  }
}

.deals{
  overflow: hidden;
  text-align: center;
}
.deals img{
  width: 100%;
  height: inherit;
  transition:all 1s ease-in-out;
}

.deals img:hover{
  width: 100%;
  transform: scale(1.1);
}
.dealcont{
  font-size: 20px;
  color: #333;
  text-align: center;
  display: inline-block;
}
.thead{
  font-family: 'Open Sans',sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

/*--------------------------------------------------------------
18.12.  Portfolio
--------------------------------------------------------------*/

.section-portfolio .portfolio-item {
    float: left;
    position: relative;
    padding: 15px;
    width: 33.33%;
}
.section-portfolio .portfolio-inner {
  position: relative;
  overflow: hidden;
}

.section-portfolio .portfolio-section img {
  vertical-align: middle;
}

.section-portfolio .portfolio-section .thumb-overlay {
  background: rgba(0,0,0,0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

.section-portfolio .vmiddle-holder{
  display: table;
  height: 100%;
  width: 100%;
}

.section-portfolio .vmiddle {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.section-portfolio .portfolio-section h3 {
  font-size: 32px;
  padding: 15px;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000;
}

.section-portfolio .portfolio-section h3 a{
  color: #fff;
}

.section-portfolio .portfolio-button {
  display: block;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  background-color:rgba(0,0,0,0.4);
  bottom: -400px;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease, bottom 0.7s ease;
  -o-transition: opacity 0.7s ease, bottom 0.7s ease;
  transition: opacity 0.7s ease, bottom 0.7s ease;
}

.section-portfolio .portfolio-block:hover h3,
.section-portfolio .portfolio-block:focus h3,
.section-portfolio .portfolio-block:active h3{
  margin-top: -100px;
}

.section-portfolio .portfolio-block:hover .portfolio-content,
.section-portfolio .portfolio-block:focus .portfolio-content,
.section-portfolio .portfolio-block:active .portfolio-content {
  bottom: 0;
  opacity: 1;
}

.section-portfolio .portfolio-block:hover .portfolio-button,
.section-portfolio .portfolio-block:focus .portfolio-button,
.section-portfolio .portfolio-block:active .portfolio-button {
  bottom: 0;
  opacity: 1;
}

.portfolio-wrapper {
  overflow:hidden;
  margin:0;
  padding:0;
}

.portfolio-wrapper .portfolio-item {
  padding: 15px !important;
}

.portfolio-filter ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#portfolio {
  margin-bottom: 20px;
}

.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
  cursor: default;
}

.portfolio-filter ul li {
  display: inline-block;
  margin: 0;
  color: #444;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  cursor: pointer;
}

.portfolio-filter ul li a {
    color: #332f2f;
    margin: 0 1px;
    display: block;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 20px;
    /* border: 1px solid #f1f1f1; */
    background: #fdf7f7;
}

.portfolio-filter ul li a:active{
  background-color:#0a4889;
  color:#ffffff;
}

.portfolio-filter ul li a:focus{
  background-color:#0a4889;
  color:#ffffff;
}

.portfolio-filter ul li .current{
  background-color:#0a4889;
  color:#ffffff;
}

.portfolio-filter ul li:last-child:after {
  content: "";
}

.portfolio-filter a:hover{
  color: #094a8a;
  text-decoration: none;
}

.portfolio-filter a.current, .portfolio-filter a:hover {
  color: #094a8a;
  cursor: default;
  position: relative;
  cursor: pointer;
  /* border-bottom: 2px solid; */
}

.portfolio-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.overlay:before {
  background: rgba(0, 0, 0, 0.76);
  bottom: 0;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.item-inner-wrapper:hover .overlay:before {
  bottom: 0;
  opacity: 0.9;
}

.item-inner-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.item-inner-wrapper .portfolio-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.10);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 60% 40px 10%;
}

.item-inner-wrapper:hover .portfolio-content  {
    padding: 37px 40px;
    background-color: #0a4889;
}

.item-inner-wrapper:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

a.zoom-icon i {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  padding: 0;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  display: block;
}

a.zoom-icon {
  position: absolute;
  top: 30%;
  z-index: 999;
  /* width: 99%; */
  text-align: center;
  right: 10%;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-inner-wrapper:hover a.zoom-icon {
    top: 78%;
    visibility: visible;
    text-align: right;
}

.portfolio-content p, .portfolio-content h3 a {
    margin: 0;
    color: #fff;
    text-align: left;
    display: block;
}

#header-search {
    position: relative;
}


.portfolio-content h3 {
  margin-bottom: 0;
}

.portfolio-content h3 a:hover, .portfolio-content h3 a:focus, .portfolio-content h3 a:active {
    color: #094a8a;
}

.isotope-item {
  z-index:2;
}

.isotope-hidden.isotope-item {
  pointer-events:none;
  z-index:1;
}

.isotope,.isotope .isotope-item {
  -webkit-transition-duration:.8s;
  -moz-transition-duration:.8s;
  -ms-transition-duration:.8s;
  -o-transition-duration:.8s;
  transition-duration:.8s;
}

.isotope {
  -webkit-transition-property:height, width;
  -moz-transition-property:height, width;
  -ms-transition-property:height, width;
  -o-transition-property:height, width;
  transition-property:height, width;
}

.isotope .isotope-item {
  -webkit-transition-property:0 opacity;
  -moz-transition-property:0 opacity;
  -ms-transition-property:0 opacity;
  -o-transition-property:0 opacity;
  transition-property:transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration:0;
  -moz-transition-duration:0;
  -ms-transition-duration:0;
  -o-transition-duration:0;
  transition-duration:0;
}
.portfolio-thumb-wrap {
    position: relative;
}
.portfolio-thumb-wrap img {
    width: 100%;
}



 @media(max-width: 500px)
{
  .page-heading{
    font-size: 9vw;
  }
}
.btn-theme{
  background: rgb(66, 22, 11);
  border-radius: 0px !important;
  color: white;
}
.btn-outline-theme{
  background:transparent;
  border-radius: 0px !important;
  color: rgb(66, 22, 11) !important;
  border:1px solid rgb(66, 22, 11) !important;
  outline: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.btn-outline-theme:hover{
  background:rgb(66, 22, 11) !important;
  border-radius: 0px !important;
  color: white !important;
  border:1px solid rgb(66, 22, 11) !important;
}
.btn-outline-theme:active{
  outline: 0;
}
.btn-outline-theme:focus{
  outline: 0;
}
.btn-theme:hover{
  background: rgb(45, 9, 0);
  color: white !important;
}



button:active {
outline: none;
border: none;
}
button:focus {outline:0;}