/* ===================================================================================

* Theme Name: Carpent Child
* Theme URI: https://carpent.wprealizer.com/
* Author: wprealizer
* Author URI: https://themeforest.net/user/wprealizer
* Description: Carpent - Carpentry, Woodworks & Flooring Services WordPress Theme
* Version: 1.0.0
* Template: carpent
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
:root{
    --primary-color:#252f65;
    --text-gray:#757575;
    --body-text:#212121;
}
p{
    color: var(--body-text);
    opacity: 1;
}
.header-area.absolute-header.home-header{
    position: relative;
}
.header-area.absolute-header.home-header .main-menu ul > li > a,.main-menu ul > li > a{
    color:#000;
}
.header-area.absolute-header.home-header .menu-trigger span{
    background: #000;
}
.header-area.absolute-header.home-header .search-trigger i{
    color: #000;
}
.absolute-header.home-header .header-sticky{
    background: #fff !important
}
.theme-btn, .white-btn, .primary-btn{
    background: var(--primary-color);
}
.section-title span{
    color:var(--text-gray)
}
#about-3 .about-list-item i{
    color: var(--primary-color);
}
#about-3 .about-img-wrap:before{
    background: var(--primary-color);
}
.about-title .section-title{
    margin-bottom: 0;
}
.pb-120{
    padding: 0;
}
.choose-icon i {
    font-size: 24px;
    color: var(--primary-color);
}
.single-choose-item{
    gap: 10px;
}
.footer p{
    color: #fff;
}
.dark-bg,.info-founder{
    background: var(--primary-color);
}
.contact-form-wrap input[type=submit]{
    background: var(--primary-color);
}
.info-icon i{
    color: var(--primary-color);
}
.breadcrumb-area
{
    background-image: url('images/inside-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.homepage-slides .owl-nav button.owl-prev, .homepage-slides .owl-nav button.owl-next{
    color: #fff;
}
.homepage-slides .owl-nav button.owl-prev:hover, .homepage-slides .owl-nav button.owl-next:hover{
    border-color: var(--primary-color);
    background: var(--primary-color);
}
#home-3 .single-slide-item{
    height: 600px;
}
.mobile-nav .sidebar-nav .metismenu a{
    color: #fff;
}