/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 4.0.2
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/

:root {
  --primary-color: #5a953b;
  --secondary-color: #9bc95b;
  --heading-color: #172642;
  --sub-heading: #010101;
  --para-color: #666666;
  --hover-color: #bbd76f;
  --bg-color: #f0f0f5;
  --border-color: #dcdcdc;
  --logo-green: #185e39;
  --logo-orange: #f26921;
  --logo-blue: #4569b3;
  --white: #ffffff;
}

body.elementor-default .hero-area .elementor-widget-text-editor p, body.elementor-default footer .elementor-widget-text-editor  p {
  color: var(--white);
}
.header_transparent #header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}

.hero-slider .bdt-prime-slider-skin-general{ height: 600px;}
.hero-slider  .bdt-slideshow-items>* {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
}
 .hero-slider .bdt-flex-middle {
    align-items: center;
    height: 100%;
}
.hero-slider .bdt-prime-slider-skin-general ul.bdt-slideshow-items{
  height: 600px;
}
.hero-slider .bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title {
 
    margin-bottom: 0px;
}
.hero-slider .bdt-prime-slider-skin-general .bdt-slider-excerpt {
    margin: 0;
   
}
.hero-slider .bdt-prime-slider-skin-general .bdt-prime-slider-desc {
    margin-top: 0px;
}
.hero-btn {
    font-size: 18px;
    border-radius: 30px;
    background-color: var(--primary-color);
    color: var(--white);
    display: block;
    width: fit-content;
    padding: 15px 25px;
    margin-top: 30px;
    font-weight: 500;
    text-decoration: none !important;
    border: 1px solid var(--primary-color);
}
.hero-btn:hover{
background-color: transparent;
color: var(--white);
border-color: var(--white);
}
.hero-slider .bdt-slideshow-items .bdt-slideshow-item{position: relative;}
.hero-slider .bdt-slideshow-items .bdt-slideshow-item::after{
position: absolute;
height: 100%;
width: 100%;
content: " ";
top: 0;
left: 0;
background-color: #000;
opacity: 0.7;
}
.hero-slider .bdt-prime-slider-wrapper{
  z-index: 1;
}
.hero-slider .bdt-prime-slider .bdt-slider-excerpt{
  margin-top: -15px;
}
.service-item-image{
  height: 200px;
}
.service-item-image img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.consulting-services.standard .service-item div.service-item-image a{
   width: 100%; 
}
body.elementor-default .elementor-widget-text-editor.p-white p{
  color: var(--white);
}
.sidebar-services .service-item-image {
    height: 50px;
}.consulting-services.list .service-item .service-item-wrapper {

    gap: 15px;

}
div#main {
    padding: 0px 0 0px;
}