
#scroll{
    padding:0;
}
.bannerflex {
    background: linear-gradient(to bottom, #f1f1f1, #fff, #f5f5f5) !important;
    min-height:auto;
}
.flexslider h1 {
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    line-height: normal;
    font-size: 34px;
    max-width: none;
    font-weight: 400;
}
.integration-home{
    padding:25px 25px 30px;
}
.integration h2 {
    text-align: center;
    margin: 25px 15px 15px;
    font-size: 18px;
    position: relative;
    font-weight: 400;
}
.integration:first-child h2 {
    margin-top: 0;
}
.integration h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 40%;
    right: 40%;
    height: 1px;
    background: linear-gradient(to right, #fff, #eee, #fff);
}
.integration ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    max-width: 1200px;
    margin: auto;
}
.integration ul li a {
    display: inline-block;
    width: 300px;
    height: 145px;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
    margin: 20px;
    text-align: center;
    text-decoration: none;
    color: #000;
    transition: all ease 350ms;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
}
.integration ul li a:hover {
    box-shadow: 0 0 8px #ccc;
}
.integration ul li a strong {
    width: 200px;
    height: 70px;
    margin: 0 auto;
    transition: all ease 350ms;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.integration ul li a strong img {width: 90%;}
.integration ul li a span {
    display: block;
    padding: 5px 20px;
    color:#555;
    font-size:15px;
    line-height:normal;
    transition: all ease 350ms;
}

a.api-btn {
    display: block;
    padding: 15px;
    background-color: #dd6771;
    color: #fff;
    max-width: 228px;
    margin: 0 auto 40px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

h2, .hTag2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0px 0 0px;
    color: #333;
    font-weight: 400;
}
h1, .pg-head, .hTag1 {
    font-size: 24px;
    line-height: 45px;
    margin: 0 0 0px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 400;
}
.footer .footCol2 {
    padding: 2% 0%;
    border-right: 1px solid #292929;
}
.footer .footCol1, .footer .footCol2 {
    border-right: 0px solid #666;
}
.footCol2 {
    width: 30%;
    min-height: 220px;
    padding: 0 4.5%;
    float: left;
    border-right: 1px dashed #000;
}
