.home-slide-2 .single-slide .slide-txt h1 {
	font-size: 50px !important;
}

.spaceMedium {
	padding: 50px 0 160px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "►") !important;
}

.testimonial.testimonial__light {
	background: white !important;
}
.testimonial.testimonial__light .single-quote h3,
.testimonial.testimonial__light .single-quote h2,
.testimonial.testimonial__light .single-quote p,
.testimonial.testimonial__light .section-intro h2,
.testimonial.testimonial__light .section-intro p {
	color: #163a5f !important;
}

form .form-group select {
    background: #f6f6f6;
    padding: 16px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.form-check-input {
	padding: 10px !important;
	margin-top: 0 !important;
}

.form-comment {
	font-style: italic;
	color: #E1B944;
}

.footer-widget ul li::before {
	content: "► ";
}
.footer-widget ul li a {
	margin-left: 5px;
}

#site__logo__top,
#site__logo__bottom {
	max-height: 50px;
}

.testimonial::before,
.testimonial::after,
.trusted-brands {
	background: transparent !important;
}

.service-3 .service-pormo::after,
.service-3 .service-pormo::before {
	background-image: url("../images/grey-dots.png") !important;
	background-size: contain;
}

.benifit-txt .section-intro.section-intro-text {
	max-width: 100% !important;
	text-align: left !important;
}

.header-call ul li,
.header-top .header-social span {
	font-size: 16px;
	font-weight: bold;
	font-family: "Fira Sans", sans-serif;
}

.text-theme,
.benifit-txt ul li::before {
	color: #163a5f !important;
}

.text-theme-light {
	color: #E1B944 !important;
}

.footer-widget p,
.footer-bottom .footer-nav ul li a,
.footer-bottom p,
.footer-widget ul li a {
	font-family: "Fira Sans", sans-serif;
}

/*js-cookie*/
.js-cookie-consent.cookie-consent {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #000000;
}

.cookie-consent__message {
	color: #FFF;
}

.js-cookie-consent-agree.cookie-consent__agree {
	font-size: 15px;
    background: #163a5f;
    padding: 5px 30px;
    margin: 0;
    border-radius: 0px;
    color: #FFF;
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: none;
}

.testimonial.testimonial__light .single-quote p.text-dark,
.testimonial.testimonial__light .section-intro p.text-dark {
	color: #212529!important;
}