.temp-banner-intro {
    overflow: visible;
    height: 100vh;
    height: 350px;
    background-color: #000;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;

}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

html.w-mod-js *[data-ix="slide-in-effect-on-load-14"] {
    opacity: 0;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
}


.align-center.bottom-image {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.thm-product-item {
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
    height: 100%;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.thm-product-item .product-item-thumbnail {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 10px 10px 0px 10px;
    margin: 0.55555556rem 0.55555556rem 0rem 0.55555556rem;
    display: inline-block;
}

.product-item-thumbnail {
    position: relative;
    overflow: hidden;
}

a {
    color: #1f51d3;
}
[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
a {
    color: #0275d8;
    text-decoration: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.link-block {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .19);
    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.link-block:hover {
    box-shadow: 0 10px 43px 16px rgba(0, 0, 0, .19);
}
a:aactive, a:hover {
    outline: 0;
}

.thm_features {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 5px;
    color: #585858;
    background: #fff;
    padding: 32px;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.thm_features:hover {
    box-shadow: 0 10px 43px 16px rgba(0, 0, 0, .02);
}
.thm-features-col{
	margin-bottom: 10px;
}

.thm-product-data.p{
	padding-bottom: 10px;
}
.bottomMenu {
  width: 100%;
  z-index: 1;
  transition: all 1s;
}
.hide {
  opacity: 0;
  left: -100%;
}
.show {
  opacity: 1;
  left: 0;
}
.key-temp,.latest-temp{
     color: #666;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.015em;
    margin-bottom: 5px;
    text-align: center;
}

.latest-temp-p{
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-indent: 30px;
    margin-top: 0;
}


.thm-product-data{
    padding: 15px;
    
}
.product-item-thumbnail{
    margin-top: 60px;
}
.section-php{
    background: url('../media/images/products/php-bg1.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    /*height: 100vh;*/
}
.section-php:before {
    color: #fff;
    content: attr(data-before);
    font-family: "helveticaneuecyrbold";
    font-size: 400px;
    left: 0px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: -210px;
    width: 100%;
    z-index: 0;
    opacity: .4;
}
.sect-grid{
    position: relative;
    display: table;
    width: 100%;
}
.sect-grid .grid-td{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.heading-block-ret {
    position: relative;
    float: right;
    max-width: 520px;
}
.heading-block-ret > h2 {
    color: #000000;
    font-size: 32px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-family: "helveticaneuecyrbold";
}
.heading-block-ret > h3 {
    color: #4d4d4d;
    font-size: 22px;
}
.ourclients {
    width: 496px;
    overflow: hidden;
    float: right;
}
.slick-slider {
    position: relative;
    display: block;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-right: -25px;

}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.wht-box{
    padding: 22px;
    float: left;

}
.brand-logo{
    background-color: #ffffff;
    padding: 30px;
    height: 200px;
    width: 200px;
}
.brand-logo img{
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    position: relative;
    top: 50%;
    border: none;
    outline: none;
    margin:0 auto;
}
.thm-product-data h2{
    margin: 10px 0;
}
.thm-feature-title{
    margin: 15px 0;
}

.banner-info2 {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 20;
}

