h2 {
	font-size: 40px;
}
.button {
	background: #ed874e;
	width: auto;
	height: auto;
	padding: 10px 30px;
	color: #ffffff;
	float: left;
	margin: 10px 8px 10px 0px;
	text-align: center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.button:hover {
	background: #EE732F;
	color: #ffffff;
}
.button:hover a {
	color: #ffffff;
}
.orange-box {
	background: #ffd3ba;
	height: 270px;
	padding: 10px 30px;
	margin-top: 45px;
	display: block;
	text-align: center;
}
.orange-box .button {
	width: 100%;
	text-transform: uppercase;
}
.tel-number {
	font-size: 36px;
	font-weight: bold;
}
.center {
	text-align: center;
}
.pt-20 {
	padding-top: 20px;
}
.border-top {
	border-top: 1px solid #cccccc;/* padding-bottom: 20px; */
}
.border-bottom {
	border-bottom: 1px solid #cccccc;
	padding-top: 20px;
}
.tick-bullet:before {
	font-family: Cambria;
	content: "\2713";
	background: #ed874e;
	color: #ffffff;
	margin: 20px 10px 20px -15px;
	padding: 8px 10px 5px 10px;
	font-size: 20px;
}
.tick-bullet {
	padding: 20px 0px;
	font-size: 16px;
}
.tick-bullet-small:before {
	font-family: Cambria;
	content: "\2713";
	background: #ed874e;
	color: #ffffff;
	margin: 0px 10px 20px 0px;
	padding: 8px 10px 5px 10px;
	font-size: 12px;
	float: left;
}
.no-tick-bullet-small {
	padding: 5px 0px;
}
.no-tick-bullet-small p {
	font-size: 16px;
}
.no-tick-bullet-small:before {
	content: "";
	background: #ed874e;
	height: 30px;
	width: 30px;
	margin: 0px 10px 20px 0px;
	float: left;
}
.tick-bullet-small {
	padding: 5px 0px;
}
h3 {
	font-size: 28px;
	font-weight: bold;
}
.icon-text {
	position: relative;
	font-size: 18px;
	background: #ed874e;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
.icon-text {
	font-size: 14px;
}
}

@media screen and (max-width: 475px) {
.icon-text {
	font-size: 12px;
}
}
.icon-text p {
	padding: 18px;
	color: #ffffff;
	font-weight: 100;
}
.icon-text img {
	float: left;
	margin-right: 12px;
	margin-left: -5px;
	margin-top: -32px;
}
.orange-border-button {
	border: 2px solid #ed874e;
	padding: 20px 72px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.orange-border-button:hover {
	background: #EE732F;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.orange-border-button:hover a {
	color: #ffffff;
}
.orange-bg .orange-border-button {
	background: #ed874e;
	color: #ffffff;
}
.orange-bg .orange-border-button:hover {
	background: #EE732F;
	color: #ffffff;
}
.orange-border-button:hover a {
	color: #ffffff;
}
.orange-bg {
	background: #ffd3ba;
	padding: 40px 0px;
}
.dark-orange-bg {
	background: #ed874e;
	padding: 40px 0px;
}
.orange-border {
	border: 1px solid #ed874e;
}
.thick-border-top {
	border-top: 5px solid #ed874e;
}
h4.orange-bg, h4.dark-orange-bg {
	color: #ffffff;
	font-size: 20px;
	margin-top: 0px;
	margin-left: -15px;
	padding: 17px;
}

@media screen and (max-width: 500px) {
.orange-border-button {
	border: none;
	text-align: left;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.tick-bullet:before {
	margin: 20px 10px 20px 0px;
}
h4.orange-bg {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0px;
}
.orange-box {
	background: #ffd3ba;
	height: 300px;
	padding: 10px 30px;
	margin-top: 20px;
	display: block;
	text-align: center;
}
}

.image {
	position: relative;
}
#block {
	float: left;
	width: 100%;
	max-width: 3000px;
	position: relative;
}
#block img {
	max-width: 100%;
	display: inline-block;
}

.row.no-gutter {
	margin-left: -15px;
	margin-right: -15px;
}
.row.no-gutter > [class^="col-"], .row.no-gutter > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width: 991px) {
.row.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
}

@media screen and (max-width: 450px) {
img#Map {
	display: none;
}
.block {
	margin-top: 10px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
}
area#hex {
	background: transparent;
}
area#hex:hover {
	background: red;
}
.bespoke-pricing {
	font-weight: bold;
	font-size: 75pt;
	margin-top: -26px;
	padding-left: 15px;
	position: absolute;
}
.bespoke-pricing .small{
	font-size:20px;
}
.pricing {
	font-size: 40px;
	top: 90px;
	position: absolute;
	width: 300px;
	left: 160px;
}
.pricing-quote {
	font-family: "minion-pro";
	font-size: 303pt;
	color: #ffd3ba;
}
.pricing-quote.left {
	top: -270px;
	left: -125px;
	position: absolute;
}
.pricing-quote.right {
	right: -150px;
	top: 30px;
	position: absolute;
}
.dark-orange-box {
	color: #ffffff;
	background: #ed874e;
	text-align: center;
	padding: 5px 10px;
	font-weight: normal;
	display: block;
	height: 135px;
	margin-bottom: 20px;
}
.dark-orange-box h4 {
	font-weight: normal;
	font-size: 25px;
	line-height: 1.4;
	margin-top: 22px;
}
.stages-icon {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.stages-desc {
	font-size: 18px;
}
.hr {
	margin-top: 70px;
	margin-bottom: -60px;
	border: 1px solid #000000;
	width: 82%;
}
.mobile-height {
	height: 350px;
}

@media screen and (max-width: 991px) {
.hr {
	display: none;
}
.pricing {
	font-size: 32px;
	top: 90px;
	position: absolute;
	width: 290px;
	left: 5px;
}
.pricing-quote {
	font-family: "minion-pro";
	font-size: 203pt;
	color: #ffd3ba;
}
.pricing-quote.left {
	top: -190px;
	left: -15px;
	position: absolute;
}
.pricing-quote.right {
	right: -50px;
	top: 90px;
	position: absolute;
}
}
#quote-form h2 {
	background: #ed874e;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px;
	margin-top: 0px;
	margin-left: -15px;
	width: 100%;
	position: absolute;
}
#quote-form form {
	margin-top:50px;
}
@media screen and (max-width: 400px) {
#quote-form h2 {
	font-size:14px;
}
}

ul{
	list-style-image: url('https://www.uat-stroma.com/images/orange-bullet.png');
}