
.serviceBox{
width: 100px;
height: 100px;
border-radius: 50%;
}

.service-radius{border-radius: 30px}

.exp-radius{border-top-left-radius: 30px}

.price-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.section-titl {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.price-list {
  list-style: none;
  padding: 15px 1.5rem;
  margin: 0;
}

.price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px dotted #e0e0e0;
}

.price-list li:last-child {
  border-bottom: none;
}

.check {
  color: #1e88e5;
  margin-right: 15px;
  font-weight: bold;
}

.orange-check {
  color: #fb8c00;
}

.price-list li strong {
  color: #333;
}


/********** Toggle CSS **********/

.btn-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    padding: .25rem 0;
    border: 0;
    box-shadow: none !important;

}

.btn-toggle::before {
    width: 15px;
    line-height: 0;
	content: "\f105";
	font-family: "font awesome 5 free";
	font-weight: 600;
	margin-right: 5px;
	color: var(--primary);
	transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: var(--bs-primary);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: flex;
    width: calc(100% - 1.75rem);
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus,
.btn-toggle-nav a.active {
   color: var(--primary)!important;
}

#text {
	display: none;
}

.rc-rcbrand-container {
	position: relative;
	max-width: 100%;
	text-align: center;
}

.rc-rcbrand-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: auto;
}

.rc-rcbrand-inner {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}

.rc-rcbrand-item {
	float: left;
	margin: 0 0 70px 0;
	padding: 0px;
	cursor: pointer;
}

.rc-rcbrand-item img {
	max-width: 100%;
	cursor: pointer;
}

.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
	padding: 8px;
	position: absolute;
	cursor: pointer;
	cursor: pointer;
	background: var(--primary);
	width: 45px;
	height: 45px;
	color: #FFF;
	font-size: 18px;
	border-radius: 40px;
	transition: .5s;
}

.rc-rcbrand-nav-left {
	bottom: 0%;
	right: 50.33%;
}

.rc-rcbrand-nav-right {
	bottom: 0%;
	left: 50.33%;
}

.rc-rcbrand-nav-left:before {
	content: "\25C0";
}

.rc-rcbrand-nav-left.disabled {
	opacity: 0.4;
}

.rc-rcbrand-nav-right:before {
	content: "\25B6";
}

.rc-rcbrand-nav-right.disabled {
	opacity: 0.2;
}

/* block title */
.hr1 {
	border: 0;
	background: url(../img/div/download.png) center center no-repeat;
	height: 21px;
	margin-bottom: 15px;
}

.slidershadow {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 25px;
	margin-bottom: -35px;
}

.shadoww {
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .5);
}

.border-radius {
	border-radius: 10px;
}

.border-top-radius {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.border-bottom-radius {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.oswald {
	font-family: "Oswald", serif;
}

/* oswald-300 - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/oswald-v53-latin_latin-ext-300.woff2') format('woff2');
}

/* oswald-regular - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/oswald-v53-latin_latin-ext-regular.woff2') format('woff2');
}

/* oswald-500 - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/oswald-v53-latin_latin-ext-500.woff2') format('woff2');
}

/* oswald-600 - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/oswald-v53-latin_latin-ext-600.woff2') format('woff2');
}

/* oswald-700 - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/oswald-v53-latin_latin-ext-700.woff2') format('woff2');
}

/* open-sans-300 - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v40-latin_latin-ext-300.woff2') format('woff2');
}

/* open-sans-regular - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin_latin-ext-regular.woff2') format('woff2');
}

/* open-sans-italic - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin_latin-ext-italic.woff2') format('woff2');
}

/* open-sans-500 - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/open-sans-v40-latin_latin-ext-500.woff2') format('woff2');
}

/* open-sans-600 - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v40-latin_latin-ext-600.woff2') format('woff2');
}

/* open-sans-700 - latin_latin-ext */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin_latin-ext-700.woff2') format('woff2');
}

.section-header {
	position: relative;
	z-index: 1
}

.section-header h6 {
	position: relative;
	display: inline-block
}

.section-header h6::after {
	position: absolute;
	content: "";
	height: 2px;
	top: 50%;
	left: -45px;
	right: -45px;
	margin-top: -1px;
	background: var(--primary);
	z-index: -1
}

.section-header.text-start h6 {
	padding-left: 0 !important
}

.section-header.text-start h6::after {
	left: 0
}

.section-title {
	margin-bottom: 20px;
	border-left: 2px solid var(--primary);
	border-bottom: 1px solid var(--primary);
}

.section-title h6 {
	float: left;
	padding: 3px 2px;
	position: relative;
	background: var(--primary);
}

.section-title h6:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border: 24px solid transparent;
	border-bottom-color: var(--primary);
	border-width: 0 25px 24px 0;
	position: absolute;
	left: 100%;
	top: 0;
}

.section-title h6 {
	margin-bottom: 0;
	line-height: 1;
	/*text-shadow: 1px 1px 0 #666, 2px 1px 0 #000*/
	font-size: 18px;
}

@media screen and (max-width:768px) {
	.logo {
		max-height: 50px !important;
	}

	.px-5 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.py-5 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
}

.logo {
	max-height: 60px;
}

.contact--item {
	padding: 8px 0;
	display: flex;
}

.contact--item .icon {
	flex: 0 0 40px;
	border: 2px solid #1f1f2e;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
}

.contact--item .icon i {
	font-size: 23px;
	align-self: center;
	color: #1f1f2e;
}

.contact--item .text {
	padding-left: 15px;
	margin-top: -4px;
}

.contact--item .text .head,
.contact--item .text a,
.pagecontainer a {
	color: #157cd8;
}

.contact--item .text .head {
	font-size: 18px;
	line-height: 1.4;
	color: #1f1f2e;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Oswald", serif;
	font-optical-sizing: auto;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}

h1.line,
h2.line,
h3.line,
h4.line {
	position: relative;
	margin-bottom: 0;
	color: #000;
	padding-bottom: 30px;
	margin-top: 20px;
}

h1.line:after,
h2.line:after,
h3.line:after,
h4.line:after {
	width: 100px;
	height: 9px;
	position: absolute;
	text-align: center;
	bottom: 15px;
	left: 0;
	margin: 0;
	z-index: 1;
	content: '';
	background: url(../images/line.png) left no-repeat;
}

.pt-6 {
	padding-top: 90px;
}

.pb-6 {
	padding-bottom: 90px;
}

.py-6 {
	padding-top: 90px;
	padding-bottom: 90px;
}

table tr td,
table tr th {
	padding: 1rem
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;

}

table tr th {
	background: #444;
	border: thin solid #d3d3d3;
	color: #fff
}

table tr {
	border-bottom: 1px solid #d3d3d3;
}

table tr td {
	background-color: #fff;
	border: 0;
	border: thin solid #d3d3d3
}

table tr:nth-of-type(odd) td {
	background-color: #f2f2f2
}

table tr:last-of-type td {
	border-bottom: 0
}

table tr td img {
	height: 50px;
	width: 70px;
	object-fit: cover;
	cursor: pointer;
	border-radius: 5px
}

@media screen and (max-width:768px) {

	table tr td img {
		border-radius: 0;
		object-fit: cover;
		height: 50px;
		width: 50px;
		border-radius: 5px
	}

	table tr td:nth-of-type(1),
	table tr td:nth-of-type(2) {
		font-size: smaller;
		line-height: 1.1
	}
}

.call-to-action-btn::before {
	position: absolute;
	content: '';
	left: -80px;
	bottom: 0;
	border-left: 80px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 90px solid var(--primary);
	z-index: 0;
}

.call-to-action-btn::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
	background: var(--primary);
}

@media(max-width:768px) {
	.call-to-action-btn::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: -100%;
		top: 0;
		background: var(--primary);
		z-index: 0;
	}
}

.footer {
	/*background: url(../img/dark-wood.png) repeat*/
	background: linear-gradient(to top, rgba(0, 0, 0, .1), rgba(255, 255, 255, 0.65)), url(../img/dark-wood.png) repeat;
}

.footer .btn.btn-social {
	margin-right: 5px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--light);
	border: 1px solid rgba(256, 256, 256, .3);
	border-radius: 40px;
	transition: .3s;
}

.footer .btn.btn-social:hover {
	color: var(--dark);
	background: var(--primary);
	border-color: var(--primary);
}

.footer .btn.btn-link {
	display: block;
	padding: 0;
	text-align: left;
	color: var(--light);
	font-weight: 400;
	transition: .3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "font awesome 5 free";
	font-weight: 600;
	margin-right: 8px;
	color: var(--primary);
}

.footer .btn.btn-link:hover {
	color: var(--primary);
	letter-spacing: .5px;
	box-shadow: none;
}

.footer .footer-menu {
	padding: 15px;
	font-size: 0;
	text-align: center;
	border-top: 1px solid rgba(256, 256, 256, .1);
	border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu a {
	color: var(--light)!important;
	font-size: 16px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #fff;
}

.footer .footer-menu a:hover {
	color: var(--primary);
}

.footer .footer-menu a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	margin: 0 4px;
	content: "\f105";
	font-family: "font awesome 5 free";
	font-weight: 900;
	color: var(--light)
}

.link-animated a {
	transition: .5s;
}

.link-animated a:hover {
	padding-left: 10px;
}

.button-example .btn {
	margin: .25rem .125rem;
}

.modal-hover-opacity:hover {
	cursor: zoom-in;
}

.modal {
	display: none;
	z-index: 10000001;
	background-color: rgba(0, 0, 0, .3);
	padding-top: 40px;
	cursor: zoom-out;
}

.modal-content {
	background-color: #fff;
	margin: 4% auto;
	border: 1px solid #990000;
	padding: 5px;
	max-width: 800px;
	max-height: 600px;
	animation-name: zoom;
	animation-duration: .6s;
}
@keyframes zoom {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}
.modal-content img {
	object-fit: cover;
	margin: auto;
}

@media (max-width:768px) {
	.modal-content {
		margin: 10% auto;
		max-width: 90%;
	}
}

.close {
	position: absolute;
	right: 10px;
	top: 10px;
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 800;
	color: #f1f1f1;
}

.close:focus,
.close:hover {
	color: #f44336;
	cursor: pointer;
}

.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/*background: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1));
    */
	z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
	width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 3rem;
	background-color: var(--primary);
	border: 10px solid var(--primary);
}

#header-carousel .carousel-item {
	position: relative;
	min-height: 550px;
}

#header-carousel .carousel-item img {
	position: absolute;
	width: 100%;
	height: 550px;
	object-fit: cover;
}

@media (max-width:768px) {
	#header-carousel .carousel-item {
		position: relative;
		min-height: 300px;
	}

	#header-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

#owl-carousel .carousel-item {
	position: relative;
	min-height: 407px;
}

#owl-carousel .carousel-item img {
	position: absolute;
	width: 100%;
	height: 407px;
	object-fit: cover;
}

@media (max-width:768px) {
	#owl-carousel .carousel-item {
		position: relative;
		min-height: 200px;
	}

	#owl-carousel .carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		width: 1.7rem;
		height: 1.7rem;
	}
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body.boxed {
	background: url(../img/bg.png) fixed;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

body.boxed div.body {
	box-shadow: 0 0 25px -2px rgba(0, 0, 0, .5);
	background: #fff;
	background-repeat: repeat-x;
	margin: 0 auto;
	max-width: 100%;
	width: 1280px;
	color: #000;
	z-index: 0;
	position: relative;
}

:root {
	--primary: #990000;
	--secondary: #dadadc;
	--light: #ffffff;
	--dark: #000;
}

.btn {
	transition: .5s;
	font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
	color: var(--light);
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		transition: .5s;
		opacity: 0;
	}

	.navbar .nav-item:hover .dropdown-menu {
		transform: rotateX(0deg);
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}

.navbar-light .navbar-nav .nav-link {
	padding: 1px 15px;
	font-size: 20px;
	font-weight: 400;
	color: var(--dark);
	outline: none;
	transition: .5s;
}

.nav-tabs .nav-link.active::after {
	content: '\2935';
	font-weight: bold;
	color: var(--primary);
	font-family: FontAwesome;
	margin-left: auto;
	padding-left: 5px;

}

.nav-tabs .nav-link::after {
	content: '\25B8';
	font-weight: bold;
	color: var(--primary);
	font-family: FontAwesome;
	margin-left: auto;
	padding-left: 5px;

}

.nav-item {
	font-family: "Oswald", serif;
	font-weight: 500;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
	padding: 2px 15px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	background: var(--primary);
	border-radius: 8px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

@media (max-width:991.98px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
	}
}

@media (max-width:576px) {
	.carousel-caption h5 {
		font-size: 14px;
		font-weight: 500 !important;
	}

	.carousel-caption h1 {
		font-size: 30px;
		font-weight: 600 !important;
	}
}

.carousel-control-prev,
.carousel-control-next {
	width: 10%;
}

.team-item:hover .team-text {
	left: 0;
}

.testimonial-carousel .owl-nav {
	display: flex;
	justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	position: relative;
	margin: 0 5px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	background: var(--primary);
	font-size: 22px;
	border-radius: 45px;
	transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	color: var(--dark);
}

.testimonial-carousel .owl-item img {
	width: 90px;
	height: 90px;
}

.blockquote {
	line-height: 1.4;
	font-size: inherit;
	padding: 10px;
	margin: 10px 0 0px;
	position: relative;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-left: 5px solid var(--primary);
	color: #1f1f2e;
	background: linear-gradient(to right, #bee9d4, #eaf3ee);
}

.parent {
	background: url(../images/header-2.png) 0/cover #f2f3f4;
	border-top: thick solid #ddd;
}
.gradient-image {
	padding: 10px;
	color: #fefefe;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
	text-align: left;
	border-left: 5px solid var(--primary);
	background: linear-gradient(to right, #c10000, transparent 55%);
	border-top-left-radius: 8px;
}

.gradient-slider-p {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
	padding: 10px;
	color: #fefefe;
	text-align: left;
	border-left: 5px solid var(--primary);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent 65%);
	border-bottom-left-radius: 8px;
}

@media screen and (max-width:768px) {
	.gradient-slider-p {
		font-size: smaller;
		text-align: left;
		padding: 5px;
	}

	.gradient-image {
		font-size: 18px;
		text-align: left;
		padding: 5px;
	}
}
.gradient-yellow {
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(252, 210, 28, 1) 120%);
}

.gradient-red {
	background: rgb(153, 0, 0);
	background: linear-gradient(180deg, rgba(153, 0, 0, 1) 50%, rgba(159, 16, 4, 1) 100%);
}

.gradient-white {
	background: rgb(254, 254, 254);
	background: linear-gradient(180deg, rgba(254, 254, 254, 1) 40%, rgba(226, 230, 231, 1) 100%);
}

.frontpage-header {
	background: linear-gradient(to left, rgba(0, 0, 0, .1), rgba(0, 0, 0, .3)), url(../images/header-1.png) center center no-repeat;
	background-size: cover
}

.tigla-metalica-header {
	background: linear-gradient(to left, rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url(../bg/montaj-lindab-header.jpg) center left no-repeat;
	background-size: cover
}

.bg-hero-1 {
	background: url(../images/bg-front.webp) center center no-repeat;
	background-size: cover;
}

.bg-hero {
	background: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, .4)), url(../img/red-roof.png) bottom center no-repeat;
	background-size: cover;
}

.bg-sageac {
	background: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 0, 0, .2)), url(../images/bagheta-sageac.jpg) bottom center no-repeat;
	background-size: cover;
}

.bg-hero h1 {
	text-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
}

.bg-hero p {
	color: white
}
.bg-green {
	background: rgba(6, 96, 93);
}

.bg-red {
	background: linear-gradient(to bottom, rgba(102, 0, 0), rgba(153, 0, 0));
}

.block-sidebar-img-head {
	position: relative;
    background: var(--primary);
	color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 1rem 0 0.2rem 0;
	text-align: center;
	
}

.block-sidebar-img-head h3 {
    color: #fff;
}

.block-sidebar-img {
	color: #fff;
	background-size: cover;
	background-image: linear-gradient(0deg, rgba(00, 00, 00, 0.7), rgba(0, 00, 00, 0.7)), url(../images/dublin-roof-repair-slider-1.jpg);
	background-position: top;
	padding: 1rem;
	border-radius: 0 0 10px 10px;
	margin: 0;
	position: relative;
}

.block-sidebar-img h4 {
	color: #fff;
	margin-top: 20px;
	font-size: 22px
}

.custom-shape {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	z-index: 1;
}

.custom-shape svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 25px;

}

.custom-shape .shape-fill {
	fill: var(--primary)	
}

.block-header-u-white {
	background: #fff;
	width: 55px;
	height: 5px;
	display: block;
	margin: 0 0 20px 0;
	border-radius: 50px;
}

.block-header-u-red {
	background: var(--primary);
	max-width: 120px;
	width: 100%;
	height: 4px;
	display: block;
	margin: 0 0 20px 0;
	border-radius: 50%;
}

.block-header-u-c {
	background: var(--primary);
	width: 55px;
	height: 4px;
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 50px;
}

.block-header-u-c-white {
	background: #fff;
	width: 80px;
	height: 4px;
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 40%;
}

.block-header-u-c-red {
	background: var(--primary);
	width: 55px;
	height: 5px;
	display: block;
	margin: 0 auto 20px auto;
	border-radius: 50px;
}

.error_message {
	display: inline-block;
	-webkit-box-shadow: 0 8px 6px -6px #1F1F2E;
	-moz-box-shadow: 0 8px 6px -6px #1F1F2E;
	box-shadow: 0 8px 6px -6px #1F1F2E;
	background-color: #990000;
	padding: 3px 8px;
	color: #fff;
	margin-bottom: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 8px;
}

#success_page {
	background: #fff;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 1.6;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	border: 5px solid #990000;
	color: #000;
}

#contactForm .help-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.quickcontact {
	position: fixed;
	display: inline-flex;
	width: 110px;
	height: 43px;
	bottom: 20px;
	right: 0px;
	z-index: 100;
}

@media (min-width: 992px) {
	.quickcontact {
		display: none !important;
	}
}

.quickcontact .wup img {
	height: 50px;
	width: auto;
	padding-bottom: 0px;
}

.quickcontact .phone img {
	height: auto;
	width: 42px;
}

.quickcontact .wup {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 25px;
	background: var(--primary);
	color: #fff;
	text-shadow: 1px 1px 0 #666, 2px 1px 0 #000;
	border-radius: 12px 0px 0px 12px;
	text-align: center;
	line-height: 50px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.quickcontact .phone {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: rgba(6, 98, 95, 1);
	color: #fff;
	border-radius: 0px 10px 10px 0px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.fs-6 {
	font-size: 19px !important;
	font-family: "Oswald", serif;
}
.fw-medium {font-weight: 400!important; font-size: 19px}

@media (max-width:576px) {
	.mb-6 {
margin-bottom: 80px
	}
}