/*
    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
*/
#breadcrumbs .breadcrumb_last{
	color: #4DBEFD;
}
body.admin-bar > .forminator-select.forminator-select-dropdown-container--open{
     margin-top: 0px!important;
 }
 .forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--flat{
     border-radius: 30px!important;
 }
 .forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option{
     border-radius: 15px!important;
 }
 .forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown .select2-results .select2-results__options{
     max-height:240px!important;
 }


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
html {
    scrollbar-width: thin; /* Makes the scrollbar thinner */
    scrollbar-color: #555 #F5F5F5; /* Thumb color and track color */
}


/*Css By Darshak */
/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 1200px) {
	
	div#Home_Web_Section .elementor-widget-wrap {
		background-image: linear-gradient(120deg, #96C4EE45 20%, #FEE8DB 67%) !important;
	}
	
	div#Home_Digital_Section .elementor-widget-wrap { 
		background-image: linear-gradient(120deg, #3dd6928c  20%, #1e272c26 67%) !important;
	}
	
	div#Home_UIUX_Section .elementor-widget-wrap { 
		background-image: linear-gradient(120deg, #51c4fda6 20%, #1e272c26 67%) !important;
	}
	
	div#Home_Graphic_Section .elementor-widget-wrap { 
		background-image: linear-gradient(120deg, #ff7272ad 20%, #1e272c26 67%) !important;
	}
	
	div#Home_QA_Section .elementor-widget-wrap { 
		background-image: linear-gradient(120deg, #22cdc27d 20%, #1e272c26 67%) !important;
	}
	
	 .Home_web_json, .Home_digital_json, .Home_uiux_json, .Home_graphic_json, .Home_QA_json {
		display:none !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
} 

