
@font-face {
  font-family: lato;
  src: url("../fonts/Lato-Reg.ttf");
}
@font-face {
  font-family: Harabara;
  src: url("../fonts/Harabara Mais Demo.otf");
}
body{
    font-family: lato;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Harabara;
}
.sec-title .icon {
    margin-bottom: 10px;
}

.sec-title.centered h2 {
    margin-bottom: 40px;
    font-family: lato;
}
.solution-section h2{
    font-family: Harabara !important;
}
.feature-block-one .inner-box .text {
    font-size: 20px;
    font-weight: 400;
    font-family: lato;
}
.banner-one {
    padding: 250px 0px 10px;
}

.features-section {
    padding: 50px 0px 70px;
}

.solution-section {
    position: relative;
    background: #fff;
    padding: 50px 0px;
}
.sec-title.centered {
    margin-bottom: 0px;
}
.key-feature .text-column .inner {
    position: relative;
    display: block;
    padding-top: 100px;
}
.key-feature {
    position: relative;
    margin-bottom: 0px;
}

.scroll-to-top{
    background: #065185;
    border: 1px solid #eee;
    border-radius: 50%;
}

.contact-title h3{
    font-family: lato;
}
.contact-section {
    position: relative;
    background: #f4f9fe;
    padding: 80px 0px 100px;
}

.footer-style-one .footer-upper {
    position: relative;
    padding: 50px 0px 30px;
    background: #065185;
}

.footer-column.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    float: right;
}
.footer-style-one .footer-upper h3 {
    color: #fff;
}

.footer-style-one .social-links li a {
    color: #ccc;
}
.footer-style-one .footer-upper .copyright {
    color: #ccc;
}








