/*!
Theme Name: Bizzen
Theme URI: https://bizzen-wp.laralink.com/
Author: Themeservices
Author URI: https://themeforest.net/user/themeservices/
Description: bizzen – Business Consulting WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bizzen
Tested up to: 6.6
Requires PHP: 7.2
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 with others.
*/

.ScrollSmoother-wrapper {
	z-index: 99;
	height: 106px !important;
	border-bottom: 1px solid #ffffff24;
	    overflow: visible!important;
}
.slick-slider{
	-webkit-user-select: all;;
  -moz-user-select: all;;
  -ms-user-select: all;;
  user-select: all;
}
.bizzen-contact_two .contact-wrapper h2 {
	margin-bottom: 25px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	color: var(--e-global-color-secondary);
}
.bizzen-contact_two .contact-wrapper { 
	padding: 35px 40px 40px;
}
.bizzen-info-left-box .icon {
	background-color: #ECECF8;
}
.theme-btn.style-one {
	padding: 15px 30px; 
	background-color: var( --e-global-color-secondary ); 
	border: none;
}

.bizzen-content-box .before-subtitle-img{
    width: 150px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}