head, body, html, button, h1, h2, h3, h4, h5, h6, li, ol, ul, a{
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
article, figure{
    display: block;
}
/*font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Abril Fatface', cursive;*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
    -webkit-text-stroke: 0px;
    -webkit-text-emphasis-style: none;
    text-rendering: optimizeSpeed;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}

body {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none !important;
    -webkit-text-stroke: 0px;
    -webkit-text-emphasis-style: none;
    text-rendering: optimizeSpeed;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    line-height: 1.625;
    font-style: normal;
    color: #212529;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

a, a:hover, a:focus, a:visited{
	text-decoration: none !important;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}
.mb-30{
    margin-bottom: 30px;
}
.banner-wrapper{
	position: relative;
    width: 100%;
    height: 700px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(assets/images/Landing-image.jpg);
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
}
.banner-logo img{
    max-height: 110px; 
    margin-bottom: 10px;
}
.banner-wrapper .container{
    padding-top: 70px;
    position: relative;
    z-index: 3;
}
.banner-description p{
    padding-top: 30px;
    text-align: left;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}

.about-wrapper{
    padding-top: 90px;
    background-color: #f3f2f2;
    padding-bottom: 0;
    overflow: hidden;
}

.about-content h1{
    text-align: left;
    font-size: 36px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}
.about-content h1 > span{
    font-weight: 700;
    color: #02a8f4;
    padding-bottom: 6px;
    border-bottom: 2px solid #02a8f4;
}

.about-content .col-md-7 p{
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
    color: #888888;
}

.about-content .col-md-5 img{
    max-width: 100%;
}

.special-wrapper{
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 70px;
    background-image: url(assets/images/Corporate-Banking.jpg);
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
}
.special-wrapper::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
.special-wrapper .container{
    position: relative;
    z-index: 1;
}
.section-title{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.section-title h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.section-title h1 span{
    color: #02a8f4;
    font-size: 35px;
    font-weight: 700;
    border-bottom: 1px solid #02a8f4;
    line-height: 50px;
}
.section-title p{
    font-size: 15px;
    color: #fff;
    max-width: 650px;
    margin: 15px auto 80px auto;
}
.special-siingle-item{
    min-height: 355px;
    text-align: center;
    padding: 25px 20px;
    background: rgba(17,17,17,0.7);
    -webkit-background: rgba(17,17,17,0.7);
    -moz-background: rgba(17,17,17,0.7);
    -ms-background: rgba(17,17,17,0.7);
    -o-background: rgba(17,17,17,0.7);
    border-radius: 3px;
    margin-bottom: 30px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -ms-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -o-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.special-siingle-item img{
    width: 70px;
    margin-bottom: 15px;
}
.special-siingle-item h1{
    color: #02a8f4;
    font-size: 27px;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 20px;
}
.special-siingle-item p{
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}

.product-wrapper{
    padding-top: 90px;
    overflow: hidden;
}
.single-product{
    margin-bottom: 70px;
}
.product-thumbnail{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.product-thumbnail a{
    display: inline-block;
}
.product-thumbnail img{
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
}
.product-thumbnail.xerochat img{
    border:2px #655dd1 solid;
    box-shadow: 0px 0px 12px rgba(101, 93, 209, 0.3);
    -webkit-box-shadow: 0px 0px 12px rgba(101, 93, 209, 0.3);
    -moz-box-shadow: 0px 0px 12px rgba(101, 93, 209, 0.3);
    -ms-box-shadow: 0px 0px 12px rgba(101, 93, 209, 0.3);
    -o-box-shadow: 0px 0px 12px rgba(101, 93, 209, 0.3);
}
.product-thumbnail.xeroseo img{
    border:2px #f5841f solid;
    box-shadow: 0px 0px 12px rgba(245, 132, 31, 0.3);
    -webkit-box-shadow: 0px 0px 12px rgba(245, 132, 31, 0.3);
    -moz-box-shadow: 0px 0px 12px rgba(245, 132, 31, 0.3);
    -ms-box-shadow: 0px 0px 12px rgba(245, 132, 31, 0.3);
    -o-box-shadow: 0px 0px 12px rgba(245, 132, 31, 0.3);
}
.product-thumbnail.xerobizz img{
    border:2px #084abf solid;
    box-shadow: 0px 0px 12px rgba(8, 74, 191, 0.3);
    -webkit-box-shadow: 0px 0px 12px rgba(8, 74, 191, 0.3);
    -moz-box-shadow: 0px 0px 12px rgba(8, 74, 191, 0.3);
    -ms-box-shadow: 0px 0px 12px rgba(8, 74, 191, 0.3);
    -o-box-shadow: 0px 0px 12px rgba(8, 74, 191, 0.3);
}
.product-thumbnail.xerovidd img{
    border:2px #c40308 solid;
    box-shadow: 0px 0px 12px rgba(196, 3, 8, 0.3);
    -webkit-box-shadow: 0px 0px 12px rgba(196, 3, 8, 0.3);
    -moz-box-shadow: 0px 0px 12px rgba(196, 3, 8, 0.3);
    -ms-box-shadow: 0px 0px 12px rgba(196, 3, 8, 0.3);
    -o-box-shadow: 0px 0px 12px rgba(196, 3, 8, 0.3);
}
.product-details h1, .product-details h1 a{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 42px;
    padding-bottom: 25px;
    font-size: 30px;
    text-transform: capitalize;
    color: #02a8f4;
}
.product-details p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}
.product-details h4{
    padding-bottom: 15px;
    color: #02a8f4;
    font-family: 'Lato', sans-serif;
}
.pro-clear{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    clear: both;
    overflow: hidden;
}







.addons-wrapper{
    height: 100%;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #f3f2f2;
    overflow: hidden;
}
.addons-wrapper .section-title h1{
    text-transform: capitalize;
    color: #111;
}
.addons-wrapper .section-title p{
    color: #111;
}
.item-wrapper{
    height: 100%;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    border:1px solid #ddd;
    overflow: hidden;
}
.item-image{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}
.item-image a{
    display: inline-block;
}
.item-image img{
    width: 100%;
}
.item-description{
    padding: 15px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.item-description h1 a{
    display: inline-block;
    font-size: 17px;
    color: #0652DD;
    font-weight: 600;
    padding-bottom: 15px;
}
.item-buy-info a{
    display: inline-block;
    padding: 6px 25px;
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    background-image: -webkit-linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    background-image: -moz-linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    background-image: -ms-linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    background-image: -o-linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    border-radius: 5px;
    margin-top: 15px;
    color: #fff;
}












.footer-area{
    padding: 25px 0;
    background-color: #111;
}
.copyright-text{
    text-align: center;
}
.copyright-text p{
    margin-bottom: 0;
    color: #999;
    font-family: 'Roboto', sans-serif;
}
.copyright-text p a{
    display: inline-block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width:280px) and (max-width:767px){
    .banner-logo img{
        max-width: 235px;
    }
    .banner-wrapper{
        background-size: cover;
    }
    .product-details h1, .product-details h1 a{
        font-size: 27px;
    }
}