.page-template-services h2 {text-transform: capitalize; color: var(--primary-color); font-weight: 900; font-size: 35px;}
.page-template-services .page-top {margin: 0;}
.page-template-services .main-page-title {color: white; font-size: 60px; line-height: 62px;}
.page-template-services .page-subtitle {/*color: #545556;*/ color: white;  width: 50%; margin: 5px auto 40px auto; font-size: 22px; line-height: 24px;}
.page-template-services .body-content {margin: 8% 0 0 0 ;  min-height: 800px; background-image: url(../images/line-grid-bg.jpg); background-size: 20%; background-position: top; }
.page-template-services .main-page-title {margin: 50px 0 0 0;}
.page-template-services .header {background: white; box-shadow: 0 0 20px -5px #666; 	position: absolute; top: 0;	z-index: 99;}

.rocket-diagram { float: left; width: 900px; height: 1190px; background-image: url(../images/rocket-diagram-bg.webp); background-repeat: no-repeat; opacity: .5; background-size: 65%; margin-left: 50px}

/*  */
.selector-branding-strategy, .selector-awareness-marketing, .selector-awareness-marketing, .selector-websites-digital, .selector-experiential, .selector-merchandise  { width: 350px; height: 100px; position: absolute;	z-index: 10; margin: 314px 0 0 407px; display: block;}

.selector-branding-strategy .circle::after, .selector-awareness-marketing .circle::after, .selector-awareness-marketing .circle::after, .selector-websites-digital .circle::after, .selector-experiential .circle::after, .selector-merchandise .circle::after {color: var(--primary-color); font-weight: 900; font-size: 18px; text-transform: uppercase; float: right;width: 112px; line-height: 18px; text-align: center; margin: 80px -20px 0 0;}
/*  */

.selector-branding-strategy .circle::after {content: "Branding & Strategy"; }
.selector-awareness-marketing .circle::after  {content: "Awareness Marketing"; }
.selector-websites-digital .circle::after {content: "Websites & Digital"; }
.selector-experiential .circle::after  {content: "Experiential Activations"; }
.selector-merchandise .circle::after {content: "Branded Merchandise"; }

.selector-branding-strategy, .selector-awareness-marketing, .selector-websites-digital, .selector-experiential, .selector-merchandise {margin-left: 354px}

/* .selector-merchandise {margin-top: 307px;}
.selector-experiential {margin-top: 522px;}
.selector-awareness-marketing { margin-top: 733px;}
.selector-websites-digital { margin-top: 944px;}
.selector-branding-strategy { margin-top: 1154px; } */

.selector-branding-strategy {margin-top: 307px;}
.selector-websites-digital {margin-top: 522px;}
.selector-awareness-marketing { margin-top: 733px;}
.selector-experiential { margin-top: 944px;}
.selector-merchandise { margin-top: 1170px; }


/* Popup */
.popup {
	display:none;
	width: 220px;
	height: 250px;
	line-height: 1.2;
	cursor:pointer;
	position: absolute;
	z-index: 9999;
	background: var(--primary-color);
	border-radius: 5px;
	color: #fff !important;
	padding: 20px 15px;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	right: -60px;

	
}
.popup .close { width: 100px; margin: 10px auto;}
.popup h4 {color: white; text-transform: uppercase; margin: 0 0 10px 0; padding: 0; font-weight: 900; font-size: 25px;}
.popup a {background: var(--tertiary-color);
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.2;
	padding: 5px 10px;
	text-transform: uppercase;
	width: auto; display: block;}
/*  */
#branding-popup {top: -110px;}
#websites-popup {top: -80px;}
#awareness-popup {top: -50px;}
#experiential-popup {top: -30px;}
#merchandise-popup {top: -19px;}
/* 
.selector-branding-strategy { margin-top: 307px; }
.selector-awareness-marketing { margin-top: 522px;}
.selector-websites-digital { margin-top: 733px;}
.selector-experiential {margin-top: 944px;}
.selector-merchandise {margin-top: 1154px;} 
*/



.small-circle {
	width: 20px;
	height: 20px;
	position: relative;
	border-radius: 50%;
	border: 1px solid var(--primary-color);
	cursor: pointer;
	z-index: 2;
	background-color: var(--primary-color);
	float: left;
	margin: 17px 0 0 0;
}
.small-line {width: 97%; height: 9px; margin: 23px 0 0 5px; background-color: var(--primary-color); }
.circle {
	width: 75px;
	height: 75px;
	position: relative;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	margin: -40px 0 0 0;
	text-align: right;
	cursor: pointer;
	z-index: 2;
	background-color: var(--primary-color);
	float: right; 
}
.before,
.after {
	content: '';
	position: absolute;
	width: 52px;
	height: 7px;
	background-color: white;
	border-radius: 0;
	top: 31px;
	-webkit-transition: 150ms ease-out;
	-moz-transition: 150ms ease-out;
	-o-transition: 150ms ease-out;
	transition: 150ms ease-out;
	z-index: 0;
}
.before {
	left: 10px;
}
.after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	right: 9px;
}
.circle:hover {
	padding-bottom: 1px;
}
.circle:hover .before {
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition: 300ms ease-in-out all;
	-moz-transition: 300ms ease-in-out all;
	-o-transition: 300ms ease-in-out all;
	transition: 300ms ease-in-out all;

}
.circle:hover .after {
	-ms-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-webkit-transition: 250ms ease-in all;
	-moz-transition: 250ms ease-in all;
	-o-transition: 250ms ease-in all;
	transition: 250ms ease-in all;
}


/* Flipside */
.description {
  margin-top: 50px;
  text-align: center;
  color: #999;
  transition: opacity 0.3s ease; }

.description a {
  color: #4A9DF6;
  text-decoration: none; }

.btn.is-open ~ .description {
  opacity: 0; }

.btn {
  display: none;
  /* display: block; */
  position: relative;
  width: 200px;
  height: 150px;
  transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  text-align: center; }

.btn-front {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 80px;
  /* background-color: #F44336; */
  color: #fff;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background 0.15s ease, line-height 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
  .btn-front:hover {
	background-color: #f77066; }

.btn-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
  color: #222;
  transform: translateZ(-2px) rotateX(180deg);
  overflow: hidden;
  transition: box-shadow 0.8s ease; }
  .btn-back p {
	margin-top: 27px;
	margin-bottom: 25px; }
  .btn-back button {
	padding: 12px 20px;
	width: 30%;
	margin: 0 5px;
	background-color: transparent;
	border: 0;
	border-radius: 2px;
	font-size: 1em;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: background 0.15s ease; }
  .btn-back button:focus {
	outline: 0; }
  .btn-back button.yes {
	background-color: #2196F3;
	color: #fff; }
	.btn-back button.yes:hover {
	  background-color: #51adf6; }
  .btn-back button.no {
	color: #2196F3; }
	.btn-back button.no:hover {
	  background-color: #ddd; }

.btn[data-direction="left"] .btn-back,
.btn[data-direction="right"] .btn-back {
  transform: translateZ(-2px) rotateY(180deg); }

.btn.is-open {
  width: 400px;
  height: 230px; }
  .btn.is-open .btn-front {
	pointer-experiential: none;
	line-height: 160px; }
  .btn.is-open .btn-back {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); }

.btn[data-direction="top"].is-open {
  transform: rotateX(180deg); }

.btn[data-direction="right"].is-open {
  transform: rotateY(180deg); }

.btn[data-direction="bottom"].is-open {
  transform: rotateX(-180deg); }

.btn[data-direction="left"].is-open {
  transform: rotateY(-180deg); }

/*  */

@media (max-width: 1100px) {
	.rocket-diagram {margin-left: -130px; width: 850px;}
	.selector-branding-strategy, .selector-awareness-marketing, .selector-websites-digital, .selector-experiential, .selector-merchandise {margin-left: 154px}
}
	@media (max-width: 1000px) {
		.rocket-diagram {margin-left: -130px;}
		.selector-branding-strategy, .selector-awareness-marketing, .selector-websites-digital, .selector-experiential, .selector-merchandise {margin-left: 175px}
	}
	@media (max-width: 800px) {
		.rocket-diagram {width: 800px;}
		.selector-branding-strategy, .selector-awareness-marketing, .selector-websites-digital, .selector-experiential, .selector-merchandise {margin-left: 145px}
	}
	@media (max-width: 600px) {
		.page-template-services .main-page-title {margin: 80px 0 0 0;}
		.page-template-services .page-subtitle { width: 80%; }
		.rocket-diagram {width: 600px; background-size: 93%; margin-left: 0;}
		.selector-branding-strategy, .selector-awareness-marketing, .selector-websites-digital, .selector-experiential, .selector-merchandise {margin-left: 62px}
		.selector-branding-strategy {margin-top: 387px;}
		.selector-websites-digital {margin-top: 602px;}
		.selector-awareness-marketing { margin-top: 813px;}
		.selector-experiential { margin-top: 1024px;}
		.selector-merchandise { margin-top: 1250px; }
	}
@media (max-width: 500px) {
	.rocket-diagram {width: 430px; background-size: 131%; background-position: -235px -20px; }
	/* .small-line {width: 27%;} */
	.selector-branding-strategy, .selector-awareness-marketing, .selector-websites-digital, .selector-experiential, .selector-merchandise {margin-left: 25}
	.popup {right: -130px;}
	.selector-branding-strategy, .selector-awareness-marketing, .selector-awareness-marketing, .selector-websites-digital, .selector-experiential, .selector-merchandise {width: 210px;}
	.page-template-services .main-content, .page-template-services .full-width .main-content { width: 100%; margin-left: 0px;}
}



