/*!
Theme Name: TechPro
Theme URI: https://preetheme.com/wp-demo/techpro
Author: CodexUnicTheme
Author URI: https://www.templatemonster.com/authors/codexunictheme/
Description: TechPro – IT Solutions & Business Services Multipurpose WordPress Theme
Version: 1.0.10
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techpro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TechPro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.ml-1{
	margin-left: 10px;
}
.quote-from-section .quote-from {
    background: var(--section-bg);
    padding: 25px 25px;
}
.quote-from-section .tt-quote-output {
    background: var(--section-bg);
    padding: 15px 25px;
    height: 100%;
}
.quote-from-section .tt-quote-output p.title {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--headding-color);
}
.quote-from-section .tt-quote-output p {
    line-height: 28px;
    font-weight: 600;
}
.quote-from-section p.quote-content {
    text-align: center;
    font-size: 18px;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-style: italic;
}
.quote-from-section p.quote-content b {
    font-style: normal;
}
.quote-from-section h4.sec-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}
.quote-from-section p.content-p{
	font-size: 18px;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-style: italic;
}
.quote-from-section .quote-from p.content-p b{
	font-style: normal;
}
.quote-from-section .tt-quote-output .calculator p {
    margin-bottom: 8px;
    font-weight: 400;
    color: var(--headding-color);
    font-size: 15px;
}
.quote-from-section .tt-quote-output .calculator {
    padding-top: 13px;
}
.menu ul li a {
    padding: 30px 14px;
    font-size: 15px;
}
.page-template-blog-standard .breadcrumb-section {
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}
.page-template-blog-standard .breadcrumb-section .content h2 {
    display: none;
}
.breadcrumb-section.single-b-details .content h2 {
    color: var(--headding-color);
}
section.breadcrumb-section.single-b-details {
    padding-top: 100px;
    padding-bottom: 0;
}
.quote-from-section .row {
	width: 100%;
	margin: 0;
}
@media (max-width:767px){
	.page-template-blog-standard .breadcrumb-section {
		padding-top: 50px;
	}
}