* {
	box-sizing: border-box;
	margin: 0;
}

body,p,span,h1,h2,h3,h4,h5,h6,input,textarea{
	font-family: 'Open Sans', sans-serif;
}

a {
	display: flex;
	text-decoration: none;
}

p, span {
	line-height: 1.4;
}

.text_montserrat {
	font-family: 'Montserrat', sans-serif;
}

.text_light {
	font-weight: 300;
}

.text_medium {
	font-weight: 500;
}

.text_semibold {
	font-weight: 600;
}

.text_bold {
	font-weight: 700;
}

.text_extrabold {
	font-weight: 800;
}

.text_black {
	font-weight: 900;
}

.text_gray {
	color: #2C3135;
}

.text_orange {
	color: #F39200;
}
.text_darkblue {
	color: #144272;
}
.text_blue {
	color: #205295;
}

.text_white {
	color: white;
}
.text_lightblue {
	color: #45A0FF;
}
.text_softblue {
	color: #C6E4FC;
}

.background_orange {
	background: #FEB702;
}
.background_darkblue {
	background-color: #144272;
}
.background_blue {
	background-color: #205295;
}
.background_lightblue {
	background-color: #45A0FF;
}
.background_softblue {
	background-color: #C6E4FC;
}
.background_gray {
	background: #2C3135;
}

.background_white {
	background: white;
}

.background_white2 {
	background: #F5F5F5;
}

.uppercase {
	text-transform: uppercase;
}

header {
	height: 99px;
}

.header_flex,
.footer_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 5%;
}

.header_flex {
	position: fixed;
	z-index: 10;
	width: 100vw;
}

.footer_flex {
	flex-wrap: wrap;
}

.footer_flex>* {
	padding: 15px 0;
}

.header-logo,
.footer-logo {
	width: 180px;
	object-fit: contain;
}

.header-tagline,
.footer-tagline {
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.header-tagline-text,
.footer-tagline-text {
	text-align: center;
}

.header-tagline-icon,
.footer-tagline-icon {
	padding: 0 10px;
}

.call-button-container {
	width: 230px;
	padding: 3px;
	border-radius: 10px;
}

.call-button-container .call-button-logo-container {
	height: 55px;
	padding: 5px;
	display: flex;
	border-radius: 10px;
}

.call-button-container .call-button-logo-container  img {
	width: 100%;
	object-fit: contain;
}

.call-button-container .call-button-main-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
    padding-top: 4px;
    font-size: .9rem;
}

.call-button-container .call-button-main-bottom {
	width: 155px;
	display: flex;
	justify-content: center;
    font-size: 1.35rem;
}

.book-button-container {
	display: flex;
	justify-content: center;
	width: 230px;
	border: 2px solid white;
	border-radius: 10px;
	padding: 15px;
}

.call-button-mobile {
	display: none;
}

.banner-mobile-button-container {
	display: none;
}

.content-center {
	text-align: center;
}

.banner .banner-heading-text {
	font-size: 3.25rem;
	line-height: 1;
	margin-bottom: 10px;
}

.banner .banner-flex {
	display: flex;
	justify-content: space-between;
}

.banner .banner-flex .banner-left {
	padding: 50px 5%;
}

.banner .banner-flex .banner-left,
.banner .banner-flex .banner-right {
	width: 50%;
}

.banner .banner-left .banner-list {
	padding: 25px;
	padding-left: 15%;
}

.banner .banner-left .banner-list-item {
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.banner-list-item-icon {
	padding-right: 20px;
}
.banner .banner-left .banner-list-item-caption-container span:first-child {
	font-size: 1.2rem;
}

.banner .banner-left .banner-list-item-caption-container p.text_small {
	font-size: 0.8rem;
	font-style: italic;
}

.banner .banner-flex .banner-right {
	background: url("assets/img/logo-banner.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner .banner-right .main-img-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.banner .banner-right .banner-rating-container {
	position: absolute;
	bottom: 100px;
	left: 50px;
	box-shadow: 0px 3.404px 8.51px rgba(0, 0, 0, 0.19);
	border-radius: 35px;
	padding: 20px;
}

.banner .banner-right .banner-rating-logo-container {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-top: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 3.06667px 9.2px rgba(0, 0, 0, 0.17);
}

.banner .banner-right .banner-rating-logo-container div {
	display: flex;
}

.banner .banner-right .banner-rating-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.banner .banner-right .banner-rating-main .banner-rating-number {
	font-size: 3.5rem;
	line-height: 1;
}

.banner .banner-right .banner-rating-logo {
	height: 50px;
	width: 50px;
	object-fit: contain;
}

.contact-form-container {
	position: relative;
	background: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	margin: 0 10%;
	margin-top: -30px;
	margin-bottom: 45px;
	scroll-margin-top: 130px;
}

.contact-form-container .contact-form-container-flex {
	display: flex;
	justify-content: space-between;
}

.contact-form-container .contact-form-container-left {
	position: relative;
	overflow: hidden;
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px 0 0 10px;
}

.contact-form-container .contact-form-container-left:before {
	content: "";
	height: 100%;
	width: 35%;
	position: absolute;
	background: #45A0FF;
}

.contact-form-container .contact-form-container-left:after {
	content: "";
	border-left: 320px solid #45A0FF;
	border-top: 300px solid transparent;
	border-bottom: 300px solid transparent;
	position: absolute;
	right: 20%;
	top: -50%;
}

.contact-form-container .contact-form-container-title {
	position: relative;
	z-index: 5;
	padding: 25px;
/*	display: flex;
	flex-direction: column;
	justify-content: center;*/
}

.contact-form-container .contact-form-container-title-small {
	font-size: 2.5rem;
	line-height: 1;
}

.contact-form-container .contact-form-container-title-large {
	font-size: 4.2rem;
}

.contact-form-container .contact-form-img-container {
	position: relative;
	z-index: 5;
	max-width: 50%;
}

.contact-form-container .contact-form-img {
	width: 100%;
	object-fit: contain;
}

.contact-form-container .contact-form-container-right {
	width: 40%;
}

.contact-form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 25px;
}

.contact-form .form__field_half {
	width: 48%;
}

.contact-form .form__field {
	width: 100%;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	background: #EAE4E4;
	border: none;
	border-radius: 5px;
}

.contact-form .form__field_submit {
	display: flex;
	justify-content: center;
}

.contact-form .form__field_submit input {
	width: 150px;
	background: #2C3135;
	-webkit-appearance: none;
	cursor: pointer;
}

.contact-form label {
	display: none;
}

.section {
	padding: 25px 7%;
}

.section-heading {
	font-weight: 900;
	font-size: 2.5rem;
	margin-bottom: 50px;
}

.section-title {
	font-weight: 900;
	font-size: 2rem;
	margin-bottom: 20px;
}

.section-reasons .section-reasons-icons {
	/*margin-top: 50px;*/
	padding-bottom: 120px;
	position: relative;
}

.section-reasons .section-reasons-icons-rows {
	position: relative;
}

.section-reasons .section-reasons-icons-row {
	display: flex;
	justify-content: center;
}

.section-reasons .section-reasons-icons-row#reasons-row-1 {
	justify-content: center;
}

.section-reasons .section-reasons-icons-row#reasons-row-2 {
	justify-content: space-around;
}

.section-reasons .section-reasons-icons-row#reasons-row-3 {
	justify-content: space-between;
}

.section-reasons .section-reasons-icons-row-left,
.section-reasons .section-reasons-icons-row-right {
	display: flex;
	align-items: center;
	padding: 10px 80px;
}

.section-reasons .section-reasons-icons-row-left {
	flex-direction: row-reverse;
	text-align: right;
	padding-left: 0;
}

.section-reasons .section-reasons-icons-row-right {
	padding-right: 0;
}

.section-reasons .section-reasons-icon-container {
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	padding: 10px;
	box-shadow: 0px 4px 38px rgba(255, 32, 85, 0.21);
	height: 100px;
	width: 100px;
	margin: 10px;
	border-radius: 50%;
	position: relative;
	z-index: 5;
}

.section-reasons .section-reasons-text-container {
	width: 180px;
	padding: 15px;
	background: white;
	position: relative;
}

.section-reasons .main-img-container {
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 0;
}

.section-reasons .main-img-container img {
	max-width: 100%;
}

.section-services .section-services-halves,
.section-services .section-services-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-services .section-services-halves {
	padding-top: 50px;
	padding-bottom: 25px;
}

.section-services .section-services-halves .services-half {
	width: 48%;
	min-width: 250px;
	position: relative;
}

.section-services .section-services-halves .services-half .services-half-img-container {
	width: 100%;
}

.section-services .section-services-halves .services-half .services-half-img {
	width: 100%;
	object-fit: contain;
	margin-top: -80px;
}

.section-services .services-half .services-half-text-container {
	position: absolute;
	z-index: 5;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 15px;
	font-size: 1.5rem;
}

.section-services .section-services-grid .services-grid-item {
	width: 22%;
	min-width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	margin: 15px 0;
	border-radius: 12px;
}

.section-works .works-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-works .works-grid .works-grid-item-large {
	width: 48%;
}

.section-works .works-grid .works-grid-item {
	width: 32%;
}

.section-works .works-grid .works-grid-item-large,
.section-works .works-grid .works-grid-item {
	min-width: 250px;
	margin: 15px 0;
}

.section-works .works-grid .works-grid-item-large .works-grid-img,
.section-works .works-grid .works-grid-item .works-grid-img {
	width: 100%;
	object-fit: contain;
}

.section-reviews .reviews-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-reviews .reviews-flex .review-item {
	width: 30%;
	min-width: 250px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px 15px 0 0;
	margin: 15px 0;
}

.section-reviews .reviews-flex .review-item .review-item-info,
.section-reviews .reviews-flex .review-item .review-item-main {
	padding: 20px;
}

.section-reviews .reviews-flex .review-item .review-item-info {
	border-radius: 15px 15px 0 0;
}

.cta-bar {
	position: relative;
	margin: 140px 0 50px 0;
}

.cta-bar .cta-bar-flex {
	display: flex;
	justify-content: space-between;
}

.cta-bar .cta-bar-right {
	position: relative;
	padding: 50px 10%;
}

.cta-bar .cta-bar-img-absolute {
	position: absolute;
	left: 300px;
	bottom: 0;
}

.testimonial .testimonial_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.testimonial .testimonial_flex .testimonial_left {
	width: 35%;
}

.testimonial .testimonial_flex .testimonial_right {
	width: 60%;
}

.testimonial .testimonial__subheading-text {
	font-size: 1.2rem;
}

.testimonial .testimonial__item {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin: 15px;
	border-radius: 10px;
	min-height: 300px;
}

.testimonial .testimonial__item .testimonial__item-top {
	background: #F2F2F2;
	border-radius: 10px 10px 0 0;
	padding: 15px 20px;
}

.testimonial .testimonial__item .testimonial__item-bottom {
	padding: 20px;
}
.section__heading-large span {
	font-size: 2rem;
}
.cta-bar .cta-bar-img {
	max-width: 50vw;
	object-fit: contain;
	margin-top: -50px;
	margin-bottom: -50px;
	position: relative;
}
.footer__logo-container img {
	padding: 15px;
	max-width: 100%;
	object-fit: contain;
}
.footer_white {
	background-color: white;
	text-align: center;
	padding: 15px;
}
.cta-bar-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('assets/img/slanted-bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.coupon {
    /*width: fit-content;*/
    width: 420px;
    padding: 0px 20px;
    border-radius: 15px;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.coupon.coupon-mobile {
	display: none;
}
.coupon .flash {
	background-color: white !important; 
	padding: 8px;
	margin-left: -20px;
    /*margin-bottom: -5px;*/
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: 3px dashed black;
}
.coupon .flash,
.coupon .nominal,
.coupon .off {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.coupon .nominal {
	/*padding-left: 20px;*/
	padding: 0 10px;
	font-size: 4rem;
}
.coupon .off .text_blue {
	font-size: 2rem;
	display: block;
	line-height: 1.8rem;
}
.d-inline {
	display: inline-block !important;
}
.specials-wrapper .book-button-container  {
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: 20px;
}
.section-specials-wrapper {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-specials-wrapper .specials-wrapper {
	position: relative;
	z-index: 2;
}
.special-electrician {
	position: absolute;
	bottom: -5px;
	right: 150px;
}
.section-daily-specials {
    font-weight: 800;
    font-size: 2rem;
    width: fit-content;
    padding: 15px 5%;
    position: relative;
    margin-top: 50px;
}
.section-daily-specials::after {
	content: "";
  position: absolute;
  top: 0;
  right: -50px; /* adjust to desired width of slant */
  border-top: 100px solid transparent;
  border-left: 50px solid #FEB702; /* adjust to desired color */
  border-bottom: 100px solid transparent;
}

.footer__ostenpowers {
	background: #21201f;
	padding: 10px;
}

.footer__ostenpowers_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer__ostenpowers_item {
	padding: 0 5px;
}

.footer__ostenpowers-circle-container {
	display: flex;
}

.footer__ostenpowers-circle {
	height: 15px;
	width: 15px;
}

.footer__ostenpowers-text {
	font-size: 0.72rem;
	text-align: center;
}

@media screen and (max-width: 1350px) {
	.banner .banner-heading-text {
		font-size: 3rem;
	}

	.banner .banner-subheading-text {
		font-size: 1.2rem;
	}
}


@media screen and (max-width: 1200px) {


	.section-reasons .section-reasons-icons-row-left, .section-reasons .section-reasons-icons-row-right {
		padding: 10px;
	}
}

@media screen and (max-width: 1120px) {
	.header-tagline-text, .footer-tagline-text {
		font-size: 0.8rem;
	}

	.banner .banner-left .banner-list {
		padding-left: unset;
		padding: 25px 0;
	}
}

@media screen and (max-width: 1000px) {
	.section-works .works-grid .works-grid-item {
		width: 48%;
	}

	.section-services .section-services-halves .services-half .services-half-img {
		margin-top: -40px;
	}

	header .call-button-container {
		display: none;
	}

	.call-button-mobile {
		display: block;
	}

	.call-button-mobile img {
		height: 45px;
		object-fit: contain;
	}

	.footer_flex {
		justify-content: center;
	}

	.cta-bar .cta-bar-right {
		padding: 50px 5%;
	}

	.special-electrician {
		right: 0;
	}
}

@media screen and (max-width: 900px) {
	.banner .banner-flex {
		flex-direction: column;
	}

	.banner .banner-flex .banner-left, .banner .banner-flex .banner-right {
		width: 100%;
	}

	.banner-mobile-button-container {
		display: flex;
		justify-content: center;
	}

	img.banner-mobile-button {
		max-width: 100%;
	}

	.section-services .section-services-grid .services-grid-item {
		width: 48%;
	}

	.section-reviews .reviews-flex .review-item {
		width: 48%;
	}

	.cta-bar .cta-bar-img-absolute {
		right: 50%;
	}

	.section-title {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 750px) {
	.section-reasons .section-reasons-icons-row {
		flex-direction: column;
	}

	header {
		height: 90px;
	}

	.header-logo, .footer-logo {
		width: 150px;
	}

	.section-reasons .section-reasons-icons {
		padding-bottom: 200px;
	}

	.footer_flex .footer-tagline {
		padding: 25px 10px;
	}

	.contact-form-container .contact-form-container-flex {
		flex-direction: column;
	}

	.contact-form-container .contact-form-container-left,
	.contact-form-container .contact-form-container-right {
		width: 100%;
	}

	.contact-form-container .contact-form-img-container {
		padding: 20px;
	}

	.contact-form-container .contact-form-container-left {
		border-radius: 10px 10px 0 0;
	}

	.contact-form-container .contact-form-container-left:before {
		width: 50%;
	}

	.contact-form-container .contact-form-container-left:after {
		top: unset;
		border-left: 180px ​solid #F39200;
	}

}

@media screen and (max-width: 700px) {
	.banner-list-item-caption-container span.text_light,
	.banner-list-item-caption-container p.text_light {
		display: none;
	}
	.cta-bar .cta-bar-flex {
		flex-direction: column-reverse;
	}

	.cta-bar-left {
		position: relative;
		overflow: hidden;
	}

	.cta-bar .cta-bar-img-absolute {
/*		right: 0;
		left: 30%;*/
		display: none;
	}

	.cta-bar .cta-bar-img {
		max-width: 90vw;
		margin-top: 0;
		margin-bottom: 0;
	}

	.cta-bar .cta-bar-right {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.cta-bar {
		margin: 35px 0;
	}

	.section-heading {
		margin: 30px 0;
	}

	.special-electrician {
		display: none;
	}

	.section-specials-wrapper .specials-cta {
		display: flex;
		justify-content: space-between;
		margin: 10px 0;
	}

	.specials-wrapper .book-button-container {
		margin-right: 5px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 600px) {
	.section-works .works-grid .works-grid-item-large, .section-works .works-grid .works-grid-item {
		width: 100%;
	}

	.section-services .section-services-halves .services-half, .section-services .section-services-grid .services-grid-item {
		width: 100%;
	}

	.section-services .section-services-halves .services-half:nth-child(2) {
		margin-top: 20%;
	}

	.section-reviews .reviews-flex .review-item {
		width: 100%;
	}

	.banner .main-img {
		max-width: 90vw;
	}

	.header-tagline {
		display: none;
	}

	.contact-form-container .contact-form-container-title-small {
		font-size: 1.8rem;
	}

	.contact-form-container .contact-form-container-left:before {
		width: 20%;
	}

	.testimonial .testimonial_flex .testimonial_left,
	.testimonial .testimonial_flex .testimonial_right {
		width: 100%;
		margin: 10px 0;
	}

	.section-daily-specials::after {
		display: none;
	}

	.section-daily-specials {
		width: 100%;
	}

	.banner .banner-heading-text {
		font-size: 2.5rem;
	}

	.section-specials-wrapper .specials-cta {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}

	.specials-wrapper .book-button-container {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 500px) {
	.banner .banner-left .banner-list-item-caption-container span:first-child {
	    font-size: 1rem;
	}
	.banner-list-item-icon {
		height: 55px;
	}
	.banner .banner-left .banner-list {
        padding: 15px 0;
    }
	.banner .banner-left .banner-list-item {
	    padding: 3px 0;
	}
	.banner .banner-flex .banner-left {
	    padding: 25px 5%;
	}

	.banner .banner-heading-text {
		font-size: 2rem;
	}
	.banner .banner-subheading-text {
		display: none;
	}
	.coupon .nominal {
		font-size: 2.8rem;
	}

	.coupon {
		width: 100%;
	}

	.coupon.coupon-desktop {
		display: none;
	}

	.coupon.coupon-mobile {
		display: flex;
	}

	.coupon-coupon-mobile .top {
		display: flex;
		align-items: center;
	}

	.coupon.coupon-mobile .off-caption {
		padding: 0 10px;
	}
}

@media screen and (max-width: 400px) {
	.banner .banner-right .banner-rating-container {
		bottom: 60px;
	}

	.contact-form-container .contact-form-container-left {
		flex-direction: column;
	}

	.contact-form-container .contact-form-container-left:after {
		display: none;
	}

	.contact-form-container .contact-form-container-left:before {
		width: 100%;
		height: 70%;
	}

	.contact-form-container .contact-form-container-title {
		padding-bottom: 0;
	}

	.contact-form-container .contact-form-img-container {
		max-width: 80%;
	}

	.contact-form-container {
		margin: 0 7%;
		margin-top: -30px;
		margin-bottom: 45px;
	}

	.section-services .services-half .services-half-text-container {
		font-size: 1.2rem;
	}
}

