/*
Author:      Truelysell
Theme Name:  Truelysell Child
Theme URI: https://dreamguystech.com/
Author: Dreamguys Technologies
Author URI: https://themeforest.net/user/dreamguys
Description: Directory WordPress Theme by Dreamguys
Version:     1.1.9
Text Domain: truelysell-child
Template:    truelysell
License: GNU General Public License v2 or later
License URI: LICENSE
Domain Path: /languages
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

/*** CUSTOM CSS SUMMARY ***/
/*** GENERAL STYLE ***/
/*** HOMEPAGE ***/
/*** SERVICES PAGES ***/
/*** LOCATIONS PAGES ***/
/*** CONTACT US ***/
/*** SINGLE POST ***/


/*** GENERAL STYLE START ***/
.footer .widget_nav_menu ul li a:hover {
    color: var(--ts_primary_color) !important;
}

.footer .widget_nav_menu ul li a {
    color: #74788D;
    padding: 0;
}
/*** GENERAL STYLE END ***/


/*** HOMEPAGE START ***/
.custom-services-grid .service-content .title{
    white-space: normal;
}

.section-heading h2 span {
    font-size: inherit;
}

@media only screen and (min-width: 991.98px){
    .custom-services-grid .service-widget .service-content-three h3.ct-dt-title{
        min-height: 72px;
    }
}

/*** HOMEPAGE END ***/


/*** SERVICES PAGES START ***/
.section-search h1, .section-heading h2, .app-sec h2, .service-wrap h5, .available-info h5, .service-fav .service-content .title, .pay-title, .contact-queries h2, .login-header h3, .widget-title h4, .provider-subtitle h6, .work-wrap span, .work-wrap h1, .notification-details h4 {
    font-family: 'Archivo', sans-serif !important;
}

.top-bar > .container{
    z-index: 3 !important;
}

.logo-small img {
    width: auto;
}

.breadcrumb-bg-1{
    opacity: .5;
}

.about-content{
    margin: 0;
}

.about-content h6, .section-heading h2 span{
    color: var(--ts_primary_color);
}

.work-section{
    background: url(assets/images/our-company-six-bg-2.png), #F9F9F9;
    background-repeat: no-repeat;
    background-position: right 50px;
}

.client-section {
    background: url(assets/images/breadcrumb-bg-01.png), #F9F9F9;
    background-repeat: no-repeat;
    background-position: right -130px bottom -50px;
}

.customer-review-main-six {
    background: #fff;
}

.service-offer {
    margin-top: 80px !important;
}

.offer-paths{
    background-color: #111827;
}

@media only screen and (max-width: 767.98px){
    .about-img .about-exp{
        background: #111827;
    }
}
/*** SERVICES PAGES END ***/


/*** LOCATIONS PAGES START ***/
.custom-flip-banner .abt-img iframe{
    border-radius: 10px;
}
.about-content ul li {
    display: block;
}
/*** LOCATIONS PAGES END ***/


/*** CONTACT US START ***/
.contact-info .elementor-icon-box-icon span.elementor-icon{
    background: var(--ts_primary_color) !important;   
}
.contact-info .elementor-icon-box-icon span.elementor-icon:hover{
    background: var(--ts_secondary_color) !important;   
}
/*** CONTACT US END ***/

/*** SINGLE POST START ***/
ol ol {
    list-style: circle;
}
/*** SINGLE POST END ***/