/*--------------------------------------------------------------
  Template Name: Tmart-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Tmart is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: Theme365
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

/* Work Three Portfolio */

.gallery{
    width: 100% !important;
    height: 600px;
}

.portfolio .filtering .active {
    color: #cb342b;
    border: 1px solid #cb342b;
}

.portfolio .filtering span {
    background-color: #fff;
    border: 1px solid #ECECEC;
    color: #000000;
    cursor: pointer;
    font: 400 12px/32px "Roboto", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.portfolio .items {
    position: relative;
    margin-top: 30px;
}
.portfolio .item-img {
    position: relative;
    overflow: hidden;
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.95);
    color: #35424C;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.portfolio .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #5a5a5a;
}

/* Counter */

.counter-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 25px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.counter-item {
    cursor: pointer;
}

.counter-item:hover .counter-icon {
    transform: translateY(-10px);
}

/* Counter Two */

.counter-two-block{
    height: 350px;
    width: 100%;
    max-width:100%;
    margin: 0 auto;
    background-size: cover !important;
}

.counter-two-icon{
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.counter-two-block:hover .counter-two-icon{
    transform: translateY(-10px);
}
