/*
Theme Name: Creative Construction
Template: bizberg
Text Domain: creative-construction
Author: Bizberg Themes
Author URI: https://bizbergthemes.com/
Theme URI: https://bizbergthemes.com/downloads/creative-construction/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description: Creative Construction is child theme of Bizberg WordPress Theme. Creative Construction theme is specially designed for construction business/architecture, but it can also be used for any other business, corporate, lawyers, agencies, education, architecture firm, furniture companies and many more. It is a feature-rich theme with gorgeous layout. The very base of the theme is built on Bootstrap framework which makes the theme very handy and easy to use. This WordPress theme is fully responsive, cross-browser compatible, translation ready & SEO friendly. If you run into any problem while using our theme, you can refer to extensive documentation or contact our friendly support team. It fully supports Elementor, all the sections are made from Elementor.
Tags: custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,left-sidebar,right-sidebar,grid-layout,theme-options,blog,news,portfolio
Version: 0.2
Requires at least: 4.9
Tested up to: 6.1
Requires PHP: 5.6
*/

.navbar-default .navbar-nav > li > a {
    letter-spacing: 0;
}

/* Services */

.services_wrapper{
    padding: 80px 0;
}

.title_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 40px;
}

.title_wrapper h3 {
    font-family: 'MontserratRegular';
    color: #fcb80b;
    display: inline-flex;
    align-items: center;
}

.title_wrapper h3 span {
    background: #000;
    padding: 10px 15px;
    margin-right: 10px;
}

.title_wrapper h2 {
    font-family: 'MontserratRegular';
    color: #000;
}

.features-item-one {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 60px 43px;
    transition: all .3s;
}

.features-item-one .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E7E7ED;
    margin-bottom: 25px;
    transition: all .4s;
}

.features-item-one .icon i {
    font-size: 34px;
    line-height: 1;
    color: #000;
}

.features-item h4 {
    font-family: 'MontserratRegular';
    color: #000;
}

.features-item .content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.features-item-one:hover {
    box-shadow: 0px 4px 18px 10px rgba(0, 0, 0, 0.02);
}

.features-item-one:hover .icon {
    background-color: #FBA31C;
    border-radius: 30px 0px 30px 30px;
}

.features-item-one:hover .icon i{
    color: #fff;
}

/*testimonials*/

.testimonial-item-one .testimonial-content .quote {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E7E7ED;
    margin-bottom: 33px;
}

.testimonial-item-one .testimonial-content .quote i {
    font-size: 25px;
    color: #000;
}

.testimonial-item-one .testimonial-content p {
    margin-bottom: 32px;
}

.testimonial-item-one .testimonial-content h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'MontserratRegular';
}

.testimonials_wrapper{
    background-color: #eee;
    padding: 80px 0;
}

.testimonial-content {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 20px;
}