/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 28 2024 | 09:07:47 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media(max-width: 991px) {
	.bizx-header-content .brand-logo {
		/*max-width: 100px;*/
	}	
	.bizx-header-section .mobile_menu_button {
		top: -90px;
	}
}
@media(max-width: 767px) {
	.bizx-header-content .brand-logo {
		max-width: 100px;
	}	
	.bizx-header-section .mobile_menu_button {
		top: -55px;
	}
}
#bizx-service  .bizx-service-icon img {
	max-width: 70%;
}
#section-community .bzx-service-item-hos-tab-btn {
	display: none;
}
div#div-partners figure, div#div-clients figure {
	opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}
div#div-partners figure:hover, div#div-clients figure:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
:root {
    --heading: 'Roboto';
	--body-font: 'Roboto';
}
.elementor-1585 .elementor-element.elementor-element-2090ba6b .elementor-heading-title {
	font-family: var(--heading);
}

@media only screen and (max-width: 991px) {
	.elementor-1585 .elementor-element.elementor-element-6451e440:not(.elementor-motion-effects-element-type-background), .elementor-1585 .elementor-element.elementor-element-6451e440 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-position: right center;
	}
}
.bizx-service-content {
	top: 70px;
}
.elementor-widget:not(:last-child) {
	margin-block-end: 0;
	margin-bottom: 0;
}
.bizx-circle-progress-area {
	visibility: hidden;
	height: 0;
	padding: 30px 0 0;
}
.form-contact input, .form-contact textare, .forminator-ui input, .forminator-ui textarea  {
	width: 100%;
    height: 65px !important;
    border: none;
    padding-left: 15px !important;
    border-radius: 5px !important;
    background-color: #e1ecf0;
}
.form-contact button, .forminator-ui button {
	color: #fff;
    width: 100% !important;
    border: none;
    height: 60px !important;
    font-weight: 600;
    margin-top: 20px !important;
    border-radius: 5px !important;
    background-size: 200%, 1px;
    -webkit-transition: all 500ms ease !important;
    transition: all 500ms ease !important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(89, 86, 240)), color-stop(50%, rgb(255, 80, 184)), to(rgb(89, 86, 240))) !important;
    background-image: linear-gradient(90deg, rgb(89, 86, 240) 0%, rgb(255, 80, 184) 50%, rgb(89, 86, 240)) !important;
}
#section-paynow .testimonial-author {
	display: none !important;
}