/*
Theme Name: Quantum WordPress Theme
Theme URI: http://themeforest.net/user/bitpub/portfolio
Description: Created with businesses in mind, this theme is perfect for showcasing your work, services and brand.
Author: Bitpub
Author URI: http://themeforest.net/user/bitpub
Version: 1.0.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

html, body {
    font-family: 'Roboto';
    font-weight: 300;
    color: #000;
}

.sf-menu > li > a,
.sf-menu > li.dropdown > a {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    font-family: 'Roboto' !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
}

.btn {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    padding: 8px 30px;
    border-radius: 18px;
}
.btn.btn-smallgray {
    background-color: #7d7d7d;
    border: 0px;
    padding: 4px 14px;
}

.icon-box-5 h4:after {
    border-bottom: 2px solid #000;
}

.pie-chart.dentro {
    font-family: 'Roboto';
    position: relative;
}

.pie-chart.dentro .pie-chart-description {
    position: absolute;
    width: 230px;
    left: 0px;
    top: 64px;
}
.pie-chart.dentro .pie-chart-description h4 {
    font-size: 20px;
    font-weight: 400;
}

.pie-chart.dentro .pie-chart-percent {
    font-family: 'Roboto';
    font-size: 72px;
    font-weight: 900;
    position: absolute;
    width: 230px;
    left: 0px;
    top: 90px;
    line-height: normal;
}

.team-member.dentro {
    position: relative;
}
.team-member.dentro > img {
}
.team-member.dentro > h4 {
    position: absolute;
    top: 20%;
    left: 0px;
    width: 100%;
    color: #FFF;
    font-size: 23px;
    z-index: 2;
}
.team-member.dentro > h6 {
    position: absolute;
    top: 28%;
    left: 0px;
    width: 100%;
    font-size: 19px;
    z-index: 2;
}
.team-member.dentro > div {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.75);
    margin: 4%;
    height: 64%;
    z-index: 1;
    color: #979797;
    padding: 28% 8% 0% 8%;
}

.testimonial-slider .bx-wrapper .bx-controls-direction a {
    display: block;
}

.testimonial-slider .bx-wrapper .bx-pager .bx-pager-item {
    display: none;
}

.headline.font-double h3 {
    font-size: 41px;
    font-weight: 400 !important;
    line-height: 41px;
}
.wpb_text_column.font-double {
    font-size: 18px;
}

.vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    color: #000 !important;
}

.boxes-services .icon-box-4 .icon-box-content {
    line-height: 18px;
}
.boxes-services .icon-box-4, .boxes-services .icon-box-4:hover {
    width: 100%;
    height: 250px !important;
    padding: 0;
}
.boxes-services h5 {
    height: 52px;
    line-height: 25px;
}
.boxes-services .icon-box-4 {
    display: table;
}
.boxes-services .icon-box-4 > div{
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
}

#footer-top {
    color: #ccc;
    font-weight: 400;
}
