*, *:before, *:after {
  box-sizing: border-box;
}
.header-image
{
	background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-color: #fff;
    background-repeat: repeat-x;
    height: 500px;
   
}
.intellyze-products-header-title { color: #fff; padding: 15% 0px 2%; }
.intellyze-products-header-title h1
{
	font-size: 52px;
    font-weight: bold;
}
.intellyze-products-header-title h2
{
	font-weight: 300;
    font-size: 35px;
}
/*---------- common grid style----------*/
.grid {
    position: relative;
    margin: 0 auto;
    padding:0em 0 0em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    //margin: 10px 1%;
    min-width: 100%;
    max-width: 680px;
    max-height: 500px;  
    width: 48%;
    text-align: center;
    cursor: pointer;
}
.intellyze-clients .grid figure  { background: transparent; margin: 0;}
.intellyze-clients .grid figure img {     opacity: 1; }
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;

}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: 0.1em;
    font-weight: 300;
}
.intellyze-clients .grid figure h2 { font-size: 15px; text-transform: initial;}
.grid figure h2 span {
  
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.4em;
    color: #59d65a;
    text-transform: uppercase;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.grid figure figcaption:hover h2 span {
    color:#fff;
}
/*---------------*/
/***** product0 *****/
/*---------------*/

figure.effect-bubba-client.color1 :hover {
    /* background: #d21410; */
    background: #0b8b9c;
} 

figure.effect-bubba-client.color2 :hover {
    /* background: #d21410; */
    background: #1097b7;
}
figure.effect-bubba-client.color2 :hover img {
    /* background: #d21410; */
   opacity: 0.6;
}


figure.effect-bubba-client.color3 :hover {
    /* background: #d21410; */
    background: #59d55a;
}


figure.effect-bubba-client.color4 :hover {
    /* background: #d21410; */
    background: #43ce8b;
}

figure.effect-bubba-client.color5 :hover {
    /* background: #d21410; */
    background: #40b6ef;
}

 


figure.effect-bubba-client img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba-client:hover img {
    opacity: 0.1;
}

figure.effect-bubba-client figcaption::before,
figure.effect-bubba-client figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba-client figcaption::before {
    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid #fff;*/
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba-client figcaption::after {
    /*border-right: 1px solid #fff;*/
    /*border-left: 1px solid #fff;*/
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba-client h2 {
    padding-top: 16%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    text-align: left;
    //line-height: 35px;
}

figure.effect-bubba-client p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba-client:hover figcaption::before,
figure.effect-bubba-client:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba-client:hover h2,
figure.effect-bubba-client:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.products-viewmore { font-size: 13px; text-transform: capitalize; text-decoration: none; color: #fff; font-weight: 500; word-spacing: 3px; }
.products-viewmore:hover { text-decoration: none; color: #fff; }




.no-padding { padding-left: 0; padding-right: 0; }
.clients-top-margin { margin-top: -1em; }
.intellyze-clients .grid figure h2 span { line-height: 20px; }

.intellyze-clients figure.effect-bubba-client h2
{         line-height: 1.5em;
    font-size: .9em;
    font-weight: 300;
}
figure.effect-bubba-client h2 { padding-top: 0%; }

@media(max-width: 1025px)
{
.intellyze-clients figure.effect-bubba-client h2 { line-height: 20px; font-size: .8em; }
.grid figure h2 span {font-size: 1.3em; }
 
}
@media(max-width:800px)
{
    .intellyze-products-header-title { padding-top:35%; font-size: .8em; }
    .grid figure h2 span {font-size: 1.3em; }
}
@media(max-width: 768px)
{
.intellyze-clients figure.effect-bubba-client h2 {
    line-height: 17px; font-size: .8em; }
.intellyze-clients .grid figure h2 {
    font-size: 0.8em; }
.intellyze-clients .grid figure figcaption {
    padding: 1em;}
.intellyze-clients .grid figure h2 span {
    font-size: 1.0em;
    letter-spacing: 0;
    
}
.grid figure h2 span {font-size: 1.3em; }
.intellyze-products-header-title { padding:0px; }
.header-image { height:auto; }
}
@media(max-width: 480px)
{
    .grid figure h2 span {font-size: 1.3em; }
   .intellyze-clients .grid figure figcaption {
    padding: 2em;} 
}
/* .intellyze-products-header-title h1 { //font-size: 35px; } */
.intellyze-products-header-title h2 { font-size: 25px; }

 