body {
    background-image: url(https://s3.amazonaws.com/fcwebmanager/Textures/SmartSites/HeroImages/0/texture_09.jpg);
}

.wb__hero {
	background: #fff;
	background-image: url('https://apihoard.webit.com/api/v1/Image/4EA903278866A8A374E857E82E94AB0C/4EA903278866A8A374E857E82E94AB0C.jpg?size=1920x1440');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0rem 0;
}

.wb__hero .wb__herobox {
	max-width: 750px;
	margin: 1rem auto;
	background: rgba(255, 255, 255, 0.5);
	color: #000;
	padding: 1.5rem 1rem;
}

.wb__hero .wb__herobox h1 {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

.wb__hero .wb__herobox h1 span {
	font-size: 1.3em;
	color: var(--color-theme-secondary);
	display: block;
}

.wb__hero .wb__herobox h4 {
	max-width: 580px;
	margin: 0 auto 1.2rem;
	font-size: 1.35rem;
}

.wb__hero .wb__herobox a {
	text-transform: uppercase;
}

.page-home .textwithimage-text h2 {
font-size: 1.25rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.wb__hero {
		padding: 6rem 0;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {

	.wb__hero .wb__herobox h1 {
		font-size: 2.0rem;
	}

	.wb__hero .wb__herobox h4 {
		font-size: 1.5rem;
	}

.page-home .textwithimage-text h2 {
	font-size: 1.5rem;
}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.wb__hero {
		padding: 8rem 0;
	}

	.wb__hero .container {
		max-width: 1400px;
	}

	.wb__hero .wb__herobox h1 {
		font-size: 2.2rem;
	}

.page-home .textwithimage-text h2 {
	font-size: 1.75rem;
}
}


/* -------------------- sliding side banners ---------------------- */
.cw-slide-banner {
	position: relative;
	margin: 1rem auto 2rem;
	/* padding: 2rem 0.5rem; */
	overflow: hidden;
}

.cw-slide-banner .cw-bannerbox {
	color: #fff;
	text-align: center;
	padding: .5rem 0.5rem;
	border: 2px dashed #fff;
	border-radius: 0px 20px 20px 0;
	background-color: var(--color-theme-secondary);
	/* margin: 1rem auto 2rem; */

	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.cw-slide-banner .cw-bannerbox.cw-box-primary {
	background-color: var(--color-theme-primary);
	color: #fff;
}

.cw-slide-banner .cw-bannerbox.cw-box-secondary {
	background-color: var(--color-theme-secondary);
	color: #fff;
}

.cw-slide-banner h3 {
	margin: 0 1rem;
	font-size: 1.5rem;
}

.cw-slide-banner a {
	margin: 10px;
	padding: 0.5rem 0.8rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-slide-banner h3 {
		margin: 0 2rem;
	}

	.cw-slide-banner .cw-bannerbox {
		max-width: 800px;
		margin: 1rem auto;
		border-radius: 20px;
	}

	.cw-slide-banner .cw-bannerbox.cw-box-left {
		max-width: 80%;
		margin: 1rem auto 1rem 0;
		border-radius: 0px 20px 20px 0;
		border-left: 0px;
	}

	.cw-slide-banner .cw-bannerbox.cw-box-right {
		max-width: 80%;
		margin: 1rem 0 1rem auto;
		border-radius: 20px 0px 0 20px;
		border-right: 0px;
	}
}

/* LG: 992px & Up */
@media (min-width: 992px) {
	.cw-slide-banner h3 {
		font-size: 1.75rem;
	}
}

/*--- Reviews ---*/

.testimonial {
    margin: 0 20px 40px;
  }

  .testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 1.5em;
    background: #efefef;
    border: 1px solid #e1e0e0;
    position: relative;
  }

  .testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #efefef;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
    border-bottom: 1px solid #e1e0e0;
    border-right: 1px solid #e1e0e0;
  }

  .testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: var(--color-theme-secondary);
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
  }

  .testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #005f9e;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
  }

  .testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #4a4a4a;
    line-height: 23px;
    margin: 0;
  }

  .testimonial-title {
    display: block;
    font-size: 1.05em;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
  }


/*--- Floating links ---*/
.wb__lets-talk {
	position: fixed;
	bottom: 1em;
	right: 1em;
	border-radius: 25px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .2);
}

.wb__lets-talk:hover {
	cursor: pointer;
}

.hidden {
	display: none;
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
}

#contactBtns .fa {
	font-size: 35px;
	color: var(--color-theme-primary);
}