.rounded-corners {
    border-radius: 25px;
}

.heading-block::before {
	content: attr(data-heading);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: var(--cnvs-contrast-200);
	z-index: -1;
	font-family: var(--cnvs-primary-font);
	font-weight: bold;
	font-size: 90px;
	line-height: .3;
}

.heading-block.center::before {
	right: 0;
	left: 0;
	margin: auto;
}

.text-rotater {
	display: inline-block;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.7;
	color: var(--cnvs-contrast-600);
}

.text-highlight {
    font-size: 1.32em;
}

.bgOrangeSolar{
	background-color: #F5F5F5;
}

.text-black {
    color: #000 !important;
}

/* ----------------------------------------------------------------
	Canvas: Insurance
-----------------------------------------------------------------*/



#header {
	--cnvs-primary-menu-font-weight:	500;
	--cnvs-primary-menu-font-size:      0.925rem;
	--cnvs-primary-menu-font:     		var(--cnvs-body-font);
}

.color-2 {
	color: var(--cnvs-secondary-color) !important;
}

.bgcolor-2 {
	background-color: var(--cnvs-secondary-color) !important;
}

/* .button-reveal */
.button.button-reveal i {
	opacity: 0;
	left: auto !important;
	right: 20px !important;
	background-color: transparent;
	transition: all .3s ease !important;
}

.button.text-end.button-reveal i {
	left: 20px !important;
	right: auto !important;
}

.button:not(.text-end).button-reveal i {
	left: auto !important;
	right: 20px !important;
}

.button:hover.button-reveal i {
	opacity: 1;
	right: 0 !important;
	transform: translateX(-10px);
}

.button-xlarge:hover.button-reveal i {
	transform: translateX(-22px);
}

.button.button-reveal:not(.text-end):hover span { left: -13% !important; }

.button i {
	position: relative;
	top: 1px;
}

/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border {
	--cnvs-grid-border-opacity: 0;
}

.grid-border .fbox-content h3 {
	font-size: 1.375rem;
}

.dark .grid-border [class^=col-]:before,
.dark .grid-border [class^=col-]:after { border-color: rgba(255,255,255,0.05); }

.ins-categories .nav-link {
	padding: 20px 30px;
	color: #444;
	background-color: var(--bs-light);
	margin-top: 17px;
	font-size: 1.2em;
	border-radius: .25rem;
    transition: max-height .5s;
    max-height: 70px;
    overflow: hidden;
    width: 100%;
}

.ins-categories .nav-link:first-child {
	margin-top: 0;
}

.ins-categories .nav-link:hover {
	background-color: #F5F5F5;
}

.ins-categories .nav-link.active {
	color: #000 !important;
	background-color: #E3EAF1;
	max-height: 200px;
}

.ins-categories .nav-link .tab-header img {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	opacity: .5;
}

.ins-categories .nav-link .tab-desc {
    opacity: 0;
    transition: opacity .3s;
    color: #5B5855;
    font-size: 1.025rem;
    padding-left: 45px;
}

.ins-categories .nav-link.active .tab-desc {
	opacity: 1;
    transition: opacity .5s;
    transition-delay: .25s;
}

#primary-menu ul li > a {
	text-transform: none;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
}

.svg-separator {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
}

.svg-separator.top {
	top: -1px;
	bottom: auto;
}


.form-process {
	top: 0;
	left: 0;
}

.hero-diagonal { position: relative; }

.hero-diagonal::before {
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: calc(100% + 100px);
	-webkit-clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
	clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url('images/section.jpg');
	background-position: center center;
	background-size: cover;
}

.feature-box.fbox-plain:not(.fbox-small) .fbox-icon img { width: 50px; }

.negetive-margin { margin-top: -230px; }

#cleaner-carousel .owl-item {
	opacity: 0;
	transform: translateY(20px);
	transition: all .4s .1s ease-out;
}

#cleaner-carousel .owl-item.active {
	opacity: 1;
	transform: translateY(0);
}

.total-price {
	font-size: 54px;
	letter-spacing: 0;
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active +
.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
	background-color: var(--cnvs-themecolor);
	border-color: var(--cnvs-themecolor);
}

.toggle .toggleta i {
	color: var(--cnvs-themecolor);
}

.section:not(.nobg) .fancy-title h4 { background-color: #F9F9F9; }

.testimonials-carousel:before {
	content: "\F6B0";
	font-family: 'bootstrap-icons';
	position: absolute;
	top: -8px;
	left: 50px;
	font-size: 100px;
	color: rgba(51,94,238, 0.02);
	color: rgba(var(--cnvs-themecolor-rgb), 0.08);
}

.header-misc .button {
	background-color: var(--cnvs-secondcolor);
	margin: 0;
	padding: 29px 16px;
}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {
	.header-misc .button {
		padding: 29px 34px;
	}

	.slider-title h1 {
		font-size: 40px;
		line-height: 1.3;
		font-weight: 700;
	}

	.feature-box .fbox-img img {
		z-index: 3;
		position: relative;
		background-color: #FFF;
	}

	[class^=col-]:not(:last-child) .feature-box .fbox-img:before {
		content: '';
    	position: absolute;
		top: 50%;
		left: 100%;
		width: 190%;
    	border-top: 2px dashed var(--cnvs-themecolor);
		transform: translateY(-50%);
		z-index: 0;
	}

	#oc-testi.owl-carousel .owl-dots {
		position: absolute;
	    bottom: 45px;
	    right: 40px;
	}

	#oc-testi.owl-carousel .owl-dots .owl-dot { margin-top: 0; }

}



.b-posh {
    margin-bottom: 30px;
    padding-bottom: 20px !important;
}

.mobile-divider {
    border-bottom: 1px solid #bbbbbb8c;
}

.smaller-icons {
    width: 15px;
    height: 15px;
}

.kontakt-icons {
    width: 15px;
    height: 15px;
}


@media only screen and (min-width: 768px) {
    .b-posh {
        border-bottom: 1px solid #bbbbbb8c;
        margin-bottom: 30px;
        padding-bottom: 20px !important;
    }
    .smaller-icons {
        width: 22px;
        height: 22px;
    }
    .kontakt-icons {
        width: 45px;
        height: 45px;
    }

}


.blackandwhite {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
