.heading-menu{
    display: none;
}

.con{
    padding: 50px  0;
    background-color: #f9f9f9;
}
.con:nth-child(odd){
    background-color: #fff;
}
.con h2{
    font-size: 35px;
}
.bannerflex{
    background: linear-gradient(to bottom, #f1f1f1, #fff, #f5f5f5) !important; 
    min-height: auto;
}
.flexslider h1 {
    margin: 0;
    padding: 40px;
    text-align: center;
    line-height: normal;
    font-size: 35px;
}
.tile-main {
    margin:10px auto 50px;
    display: flex;
    justify-content: center;
    justify-items: center;
    max-width: 1200px;
}
.tile-sec {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    justify-content: space-around;
}
.review {
    display: flex;
    justify-content: center;
   flex-wrap: wrap;
}

.review .box {
    max-width: 300px;
    margin: 10px;
    box-shadow: 0 0 5px #eee;
    padding: 20px;
    position: relative;
    background-color: #fff;
}
.review .box:hover {
    box-shadow: 0 0 15px #eee;
    transform: scale(1.02);
}
.review .box img {
    max-width: 220px;
    max-height: 50px;
    margin: 0;
}

.review .box a {
    position: absolute;
    color: transparent;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.tile-sec .tile {
    position: relative;
    margin: 10px;
}
.tile-sec .tile a {
    position: absolute;
    color: transparent;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.tile-sec .tile[data-tile="video"] {
    width: 100%;
}
.tile-sec .tile[data-tile="testi"] {
    width: 100%;
    background-color:#fff6dd;
}
.tile-sec .tile[data-tile="testi"] p {
    margin: 32px;
    font-size:18px;
    font-weight:300;
    line-height:36px;
}
.tile-sec .tile[data-tile="testi"] p strong {
    display: block;
    line-height: 28px;
    margin: 10px 0 0;
}
.tile-sec .tile[data-tile="casestudy"] {
    background-color: #dcfee8;
    min-height: auto;
    width: 36%;
    display: inline-flex;
    align-items: center;
    padding: 30px;
    flex-wrap: wrap;
}
.tile-sec .tile[data-casestudy="auxility"] {
    background-color: #dcf9fe;
}
.tile-sec .tile[data-tile="casestudy"] img {
    max-width: 150px;
    max-height: 70px;
    margin: 0 0 20px;
}
.tile-sec .tile[data-tile="casestudy"] p {
    margin: 0;
    line-height: 28px;
    font-size:18px;
    font-weight:300;
}
.client{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.client img {
    margin: 20px;
    max-width: 170px;
    max-height: 50px;
}
#customers {
    display: none;
}
@media screen and (max-width:1142px){
.tile-main{display:block;}
.tile-sec{display:block;width:80%;margin:0 auto;text-align:center;}
}
@media screen and (max-width:810px){
.client{display:block;}
.con h2{font-size:24px;}
}
@media screen and (max-width:726px){
   .tile-sec .tile[data-tile="casestudy"],.tile-sec .tile[data-tile="testi"], .tile-sec .tile[data-tile="video"]{width:100%;box-sizing:border-box;margin:10px auto;}
iframe{width:100%;}
}
