*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
:focus {
  outline: 0;
}
body {
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-family: roboto, serif;
  background: #fff;
  line-height: 1.4;
}
.text-white {
  color: white !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.2em;
}
h4,
h5,
h6,
p,
ol,
ul {
  font-size: 1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
.p0 {padding:0!important}
.highlight {
  color: #f5b800;
}
.linesad {
  background: url(/wp-content/uploads/2019/04/linesad.png) no-repeat
  bottom/contain;
}
.swatch {
  position: relative;
}
.swatch:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 110%;
  height: 14px;
  background: url(/wp-content/uploads/2019/04/linesad.png) no-repeat 0 0;
  /*-webkit-background-size: 125% auto;
  -moz-background-size: 125% auto;
  background-size: 125% auto;*/
}
.form_row_container input[type="text"],
.form_row_container input[type="email"],
.form_row_container input[type="tel"],
.form_row_container input[type="url"],
.form_row_container input[type="password"],
.form_row_container select,
.form_row_container textarea {
  padding: 0.3em 1em;
  border: none;
  border-radius: 6px;
}
.general_style_input_button {
  display: inline-block;
  width: 20em;
  max-width: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.general_style_input_button_yellow,
.general_style_input_button_yellow:focus,
.general_style_input_button_yellow:visited {
  color: #fff;
  background: -webkit-linear-gradient(top, #ffd119, #ff9f05 100%);
  background: linear-gradient(to bottom, #ffd119, #ff9f05 100%);
}
.general_style_input_button_yellow:hover {
  color: #fff;
  background: -webkit-linear-gradient(top, #e9ba00, #d98600 100%);
  background: linear-gradient(to bottom, #e9ba00, #d98600 100%);
}
.general_style_input_button_blue,
.general_style_input_button_blue:focus,
.general_style_input_button_blue:visited {
  color: #fff;
  background: -webkit-linear-gradient(top, #4388cf, #004fa7 100%);
  background: linear-gradient(to bottom, #4388cf, #004fa7 100%);
}
.general_style_input_button_blue:hover {
  color: #fff;
  background: -webkit-linear-gradient(top, #2d6fb2, #003774 100%);
  background: linear-gradient(to bottom, #3c7aba, #003774 100%);
}
.general_style_input_button_green,
.general_style_input_button_green:focus,
.general_style_input_button_green:visited {
  color: #fff;
  background: -webkit-linear-gradient(top, #78b44b, #62963c 100%);
  background: linear-gradient(to bottom, #78b44b, #62963c 100%);
}
.general_style_input_button_green:hover {
  color: #fff;
  background: -webkit-linear-gradient(top, #5e9435, #4b8025 100%);
  background: linear-gradient(to bottom, #6aa142, #538230 100%);
}
.general_style_input_button_black,
.general_style_input_button_black:focus,
.general_style_input_button_black:visited {
  color: #fff;
  background: -webkit-linear-gradient(top, #333333, #000000 100%);
  background: linear-gradient(to bottom, #333333, #000000 100%);
}
.general_style_input_button_black:hover {
  color: #fff;
  background: -webkit-linear-gradient(top, #2e2e2e, #333333 100%);
  background: linear-gradient(to bottom, #2e2e2e, #333333 100%);
}
.general_style_input_button_red,
.general_style_input_button_red:focus,
.general_style_input_button_red:visited {
  color: #fff;
  background: -webkit-linear-gradient(top, #fd5252, #de0000 100%);
  background: linear-gradient(to bottom, #fd5252, #de0000 100%);
}
.general_style_input_button_red:hover {
  color: #fff;
  background: -webkit-linear-gradient(top, #e50000, #a50000 100%);
  background: linear-gradient(to bottom, #e50000, #a50000 100%);
}
.general_style_input_button_orange,
.general_style_input_button_orange:focus,
.general_style_input_button_orange:visited {
  color: #fff;
  background: -webkit-linear-gradient(top, #f09400, #ff9305 100%);
  background: linear-gradient(to bottom, #f09400, #ff9305 100%);
}
.general_style_input_button_orange:hover {
  color: #fff;
  background: -webkit-linear-gradient(top, #f08800, #ce7500 100%);
  background: linear-gradient(to bottom, #f08800, #ce7500 100%);
}
.expand_trigger {
  cursor: pointer;
}
.expand_wrapper {
  display: block;
  height: 0;
  overflow: hidden;
}
.expand_parent_expanded > .expand_wrapper {
  height: auto;
}
.expand_container {
  display: block;
}
.overlay_popup_active {
  overflow: hidden;
}
.overlay_popup_wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: -1;
  -webkit-transition: z-index 500ms ease, background 500ms ease;
  -moz-transition: z-index 500ms ease, background 500ms ease;
  -ms-transition: z-index 500ms ease, background 500ms ease;
  -o-transition: z-index 500ms ease, background 500ms ease;
  transition: z-index 500ms ease, background 500ms ease;
}
.overlay_popup_active .overlay_popup_wrapper {
  background: rgba(0, 0, 0, 0.3);
  z-index: 2000;
}
.overlay_popup_container {
  display: block;
  width: 800px;
  max-width: 100%;
  position: relative;
  margin: 100px auto 0;
}
.overlay_popup_video_container {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 75%;
  z-index: 2010;
}
.overlay_popup_video_container > iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay_popup_close {
  display: block;
  position: absolute;
  top: -2em;
  right: -2em;
  cursor: pointer;
  z-index: 2020;
}
.overlay_popup_close:before {
  display: block;
  width: 2em;
  height: 2em;
  background: #333;
  border-radius: 50%;
  color: #fff;
  font-family: glyphicons halflings;
  font-size: 2em;
  text-align: center;
  line-height: 2em;
  content: "\e014";
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes mobile_slider_title {
  from {
    opacity: 0;
    z-index: 20;
  }
  1.5% {
    opacity: 1;
    z-index: 20;
  }
  45% {
    opacity: 1;
    z-index: 1;
  }
  46% {
    opacity: 0;
    z-index: -1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes mobile_slider_title {
  from {
    opacity: 0;
    z-index: 20;
  }
  1.5% {
    opacity: 1;
    z-index: 20;
  }
  45% {
    opacity: 1;
    z-index: 1;
  }
  46% {
    opacity: 0;
    z-index: -1;
  }
  to {
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes mobile_slider {
  from {
    left: 100%;
    z-index: 20;
  }
  1.5% {
    left: 0;
    z-index: 20;
  }
  45% {
    left: 0;
    z-index: 1;
  }
  46% {
    left: 100%;
    z-index: 1;
  }
  to {
    left: 100%;
    z-index: 1;
  }
}
@keyframes mobile_slider {
  from {
    left: 100%;
    z-index: 20;
  }
  1.5% {
    left: 0;
    z-index: 20;
  }
  45% {
    left: 0;
    z-index: 1;
  }
  46% {
    left: 100%;
    z-index: 1;
  }
  to {
    left: 100%;
    z-index: 1;
  }
}
@-webkit-keyframes mobile_hand {
  from {
    -webkit-transform: translateX(0) scale(0.9);
  }
  9% {
    -webkit-transform: translateX(-26em) scale(0.9);
  }
  50% {
    -webkit-transform: translateX(5em) translateY(5em) scale(1);
  }
  85% {
    -webkit-transform: translateX(5em) translateY(5em) scale(1);
  }
  98% {
    -webkit-transform: translateX(0) translateY(0) scale(0.9);
  }
  to {
    -webkit-transform: translateX(0) scale(0.9);
  }
}
@keyframes mobile_hand {
  from {
    transform: translateX(0) scale(0.9);
  }
  9% {
    transform: translateX(-26em) scale(0.9);
  }
  50% {
    transform: translateX(5em) translateY(5em) scale(1);
  }
  85% {
    transform: translateX(5em) translateY(5em) scale(1);
  }
  98% {
    transform: translateX(0) translateY(0) scale(0.9);
  }
  to {
    transform: translateX(0) scale(0.9);
  }
}

.dropdown_countries {
  padding: 10px 22px;
}
.dropdown_countries:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
.dropdown_countries:hover:after {
  content: '\f0d8';
}
.dropdown_countries span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 5px;
}
.dropdown_countries .dropdown_content {
  display: none;
  position: absolute;
  background-color: #f4f4f4;
  min-width: 200px;
  z-index: 1;
  border-radius: 5px;
  padding: 10px;
}
.dropdown_countries .dropdown_content a {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: left;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: max-content;
  border-radius: 5px;
}
.dropdown_countries .dropdown_content a img {
  padding-right: 5px;
}
#mainNav {
  margin: 0;
  background: #000;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none
}
#mainNav .container {
  height: 90px;
}
.top4_logo_container {
  display: inline-block;
}
.top4_logo_container .small_logo {
  display: none;
}
.navbar-title {
  float: left;
  padding: 15px 0 0 40px;
  color: #fff;
  font-size: 2em;
  position: relative;
}
.navbar-title-text {
  font: 13px/14px "robotoregular";
  float: left;
}
nav span.wpmm-selected-icon {
  margin-left: 5px;
  margin-right: 23px;
  position: absolute;
  right: 0;
}
.navbar-title:before {
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  font-family: glyphicons halflings;
  font-size: 1.8em;
  font-weight: 400;
  content: "\e145";
}
#section-mike img {
  width: auto;
  float: right;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul {
  display: inline-block !important;
}
.section_navigation_container {
  display: block;
  position: fixed;
  top: 10em;
  left: 2em;
  padding: 1em;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  opacity: 0;
  transition: opacity 500ms ease;
  z-index: 1000;
}
.section_navigation_container_display {
  opacity: 1;
}
.section_navigation {
  display: block;
  width: 0;
  height: 0;
  padding: 0.8em;
  margin-bottom: 1.5em;
  background: 0 0;
  transition: background 500ms ease;
  border: 2px solid #fff;
  border-radius: 50%;
}
.section_navigation:hover {
  background: rgba(255, 255, 255, 0.8);
}
.section_navigation_active {
  background: #fab910;
}
section h2 {
  text-transform: uppercase;
}
.section_banner {
  position: relative;
  padding: 15em 0;
  color: #fff;
  font-family: Roboto;
  text-align: center;
  overflow: hidden;
}
.banner_content_container {
  position: relative;
  z-index: 30;
}
.section_banner .row {
  margin: 0 auto;
  font-size: 2em;
}
.section_banner h1,
.section_banner h2 {
  padding: 0 0 0.3em;
  font-size: 2em;
  font-weight: 700;
}
.banner_content > p {
  padding: 0 0 0.5em;
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 15px;
}
.banner_content > p .highlight {
  font-weight: 700;
}
.banner_content > p .dynamic_typing_text {
  text-decoration: underline;
}
.section_banner .btn-container {
  display: inline-block;
  margin: .5em 0 1em;
  border-radius: 5px;
  background: #fff;
}
#search-outer {
  position: relative;
}
.wpcf7-not-valid-tip {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 5px;
}
/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
  background-image: url('/images/ajax-loader.gif');
  width: 24px;
  height: 24px;
  margin-left: 45.5%;
}
.contact-our-team-form .wpcf7-not-valid-tip {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  bottom: -4px;
  right: -16px;
}
.contact-our-team-form .wpcf7-response-output {
  padding: 0.2em 1em;
  box-shadow: 5px 5px 5px rgba(0,0,0,.5);
  border-radius: 3px;
  position: relative;
  font-size: 0.8em;
  left: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
#search-outer .banner_service_option_submit:after {
  display: block;
  width: 150px;
  height: 35px;
  position: absolute;
  bottom: 100%;
  right: -120px;
  background: url(/wp-content/uploads/2019/03/bg_click_here.png)
  bottom left no-repeat;
  background-size: contain;
  content: " ";
}
.section_banner .btn-container .banner_service_option {
  display: inline-block;
  padding: 1em;
  margin-right: 1em;
  border: none;
  color: #333;
  line-height: 2em;
  background: transparent;
}
.section_banner .btn-container .general_style_input_button {
  padding: 1em 2.5em;
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  width: auto;
  font-size: 1em;
  line-height: 1.4;
}
.section_banner .banner_contact_form .general_style_input_button {
  float: right;
  width: 50%;
  padding: 0.8em 0;
  font-size: 1em;
  line-height: 1.4;
  margin-top: 5px;
}
.section_banner .wpcf7-not-valid-tip {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 5px;
}
.section_banner .wpcf7-response-output {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  margin-left: 6.5%;
  font-size: 0.8em;
  display: block;
}
.section_banner .wpcf7-mail-sent-ok {
  background: #dfd;
  color: #060;
}
.section_banner .wpcf7-validation-errors,
.section_banner .wpcf7-mail-sent-ng {
  background: #fdd;
  color: red;
}
.section_banner .banner_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/rev01feb2018/bg_subpage_banner.jpg) center center
  no-repeat;
  background-size: cover;
  z-index: -1;
}

.dynamic_typing_container {
  white-space: nowrap;
}
p.dynamic_typing_container {
  height: 1.4em;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.dynamic_typing_text {
  display: none;
  opacity: 0;
  overflow: hidden;
  vertical-align: bottom;
}
.dynamic_typing_text_active {
  display: inline-block;
  opacity: 1;
}
.dynamic_typing_cursor {
  display: inline-block;
  -webkit-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
}
.next_section_container {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 2em;
  text-align: center;
  z-index: 40;
}
.next_section_trigger {
  display: inline-block;
  width: 2em;
  height: 2em;
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 2em;
  font-family: FontAwesome;
  font-size: 2em;
}
.next_section_trigger:before {
  display: block;
  width: 220px;
  position: absolute;
  left: -90px;
  bottom: 100%;
  content: "";
}
.logo_slider_wrapper {
  display: block;
  width: 100%;
  padding: 0.5px 0;
  white-space: nowrap;
  overflow: hidden;
}
.logo_slider_container {
  display: inline-block;
  width: 12.5%;
  margin-left: 0;
  -webkit-transition: margin-left 500ms ease;
  -moz-transition: margin-left 500ms ease;
  -ms-transition: margin-left 500ms ease;
  -o-transition: margin-left 500ms ease;
  transition: margin-left 500ms ease;
}
.logo_slider_wrapper_move .logo_slider_container:first-child {
  margin-left: -12.5%;
}
.logo_slider {
  display: block;
  margin: 0 auto;
}
.subpage_section {
  position: relative;
  padding: 10em 0;
}
.subpage_section_white {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.subpage_section_content_left.subpage_section_white {
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 70%
  );
}
.subpage_section_content_right.subpage_section_white {
  background: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 70%
  );
}
.subpage_section_black {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.subpage_section_content_left.subpage_section_black {
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 70%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 70%
  );
}
.subpage_section_content_right.subpage_section_black {
  background: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 70%
  );
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 70%
  );
}
.subpage_section_lightgray {
  background: #eee;
  background: rgba(238, 238, 238, 0.8);
}
.subpage_section_content_left.subpage_section_lightgray {
  background: -webkit-linear-gradient(
    left,
    rgba(238, 238, 238, 1),
    rgba(238, 238, 238, 1) 50%,
    rgba(238, 238, 238, 0) 70%
  );
  background: linear-gradient(
    to right,
    rgba(238, 238, 238, 1),
    rgba(238, 238, 238, 1) 50%,
    rgba(238, 238, 238, 0) 70%
  );
}
.subpage_section_content_right.subpage_section_lightgray {
  background: -webkit-linear-gradient(
    right,
    rgba(238, 238, 238, 1),
    rgba(238, 238, 238, 1) 50%,
    rgba(238, 238, 238, 0) 70%
  );
  background: linear-gradient(
    to left,
    rgba(238, 238, 238, 1),
    rgba(238, 238, 238, 1) 50%,
    rgba(238, 238, 238, 0) 70%
  );
}
.subpage_section_oceanblue {
  background: #12222a;
  background: rgba(18, 34, 42, 0.8);
  color: #fff;
}
.subpage_section_content_left.subpage_section_oceanblue {
  background: -webkit-linear-gradient(
    left,
    rgba(18, 34, 42, 1),
    rgba(18, 34, 42, 1) 50%,
    rgba(18, 34, 42, 0) 70%
  );
  background: linear-gradient(
    to right,
    rgba(18, 34, 42, 1),
    rgba(18, 34, 42, 1) 50%,
    rgba(18, 34, 42, 0) 70%
  );
}
.subpage_section_content_right.subpage_section_oceanblue {
  background: -webkit-linear-gradient(
    right,
    rgba(18, 34, 42, 1),
    rgba(18, 34, 42, 1) 50%,
    rgba(18, 34, 42, 0) 70%
  );
  background: linear-gradient(
    to left,
    rgba(18, 34, 42, 1),
    rgba(18, 34, 42, 1) 50%,
    rgba(18, 34, 42, 0) 70%
  );
}
.subpage_section_brown {
  color: white;
  background: #ba9772;
  background: rgba(186, 151, 114, 0.8);
}
.subpage_section_content_left.subpage_section_brown {
  background: -webkit-linear-gradient(
    left,
    rgba(186, 151, 114, 1),
    rgba(186, 151, 114, 1) 50%,
    rgba(186, 151, 114, 0) 70%
  );
  background: linear-gradient(
    to right,
    rgba(186, 151, 114, 1),
    rgba(186, 151, 114, 1) 50%,
    rgba(186, 151, 114, 0) 70%
  );
}
.subpage_section_content_right.subpage_section_brown {
  background: -webkit-linear-gradient(
    right,
    rgba(186, 151, 114, 1),
    rgba(186, 151, 114, 1) 50%,
    rgba(186, 151, 114, 0) 70%
  );
  background: linear-gradient(
    to left,
    rgba(186, 151, 114, 1),
    rgba(186, 151, 114, 1) 50%,
    rgba(186, 151, 114, 0) 70%
  );
}
.subpage_section_yellow {
  background: #e7bc32;
  background: rgba(231, 188, 50, 0.8);
}
.subpage_section_content_left.subpage_section_yellow {
  background: -webkit-linear-gradient(
    left,
    rgba(231, 188, 50, 1),
    rgba(231, 188, 50, 1) 50%,
    rgba(231, 188, 50, 0) 70%
  );
  background: linear-gradient(
    to right,
    rgba(231, 188, 50, 1),
    rgba(231, 188, 50, 1) 50%,
    rgba(231, 188, 50, 0) 70%
  );
}
.subpage_section_content_right.subpage_section_yellow {
  background: -webkit-linear-gradient(
    right,
    rgba(231, 188, 50, 1),
    rgba(231, 188, 50, 1) 50%,
    rgba(231, 188, 50, 0) 70%
  );
  background: linear-gradient(
    to left,
    rgba(231, 188, 50, 1),
    rgba(231, 188, 50, 1) 50%,
    rgba(231, 188, 50, 0) 70%
  );
}
.subpage_section_green {
  background: #228784;
  background: rgba(34, 135, 132, 0.8);
}
.subpage_section_content_left.subpage_section_green {
  background: -webkit-linear-gradient(
    left,
    rgba(34, 135, 132, 1),
    rgba(34, 135, 132, 1) 50%,
    rgba(34, 135, 132, 0) 70%
  );
  background: linear-gradient(
    to right,
    rgba(34, 135, 132, 1),
    rgba(34, 135, 132, 1) 50%,
    rgba(34, 135, 132, 0) 70%
  );
}
.subpage_section_content_right.subpage_section_green {
  background: -webkit-linear-gradient(
    right,
    rgba(34, 135, 132, 1),
    rgba(34, 135, 132, 1) 50%,
    rgba(34, 135, 132, 0) 70%
  );
  background: linear-gradient(
    to left,
    rgba(34, 135, 132, 1),
    rgba(34, 135, 132, 1) 50%,
    rgba(34, 135, 132, 0) 70%
  );
}

.subpage_section_banner {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.subpage_section_banner-form {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.subpage_section_content_left .subpage_section_banner {
  right: 0;
  background-position: center right;
}
.subpage_section_content_right .subpage_section_banner {
  left: 0;
  background-position: center left;
}
.subpage_section_content_overlay .subpage_section_banner {
  width: 100%;
  left: 0;
  background-position: center center;
  background-attachment: fixed;
}
.subpage_section_content_left .row {
  padding-right: 50%;
}
.subpage_section_content_right .row {
  padding-left: 50%;
}
.subpage_section_title {
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 700;
}
.subpage_section_title p {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.subpage_section_multiple_column .subpage_section_title {
  text-align: center;
}
.subpage_section_content {
  font: 20px/26px "robotolight";
}
.subpage_section_content h3,
.subpage_section_content h4 {
  padding-bottom: 0.5em;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: bold;
}
.subpage_section_content p,
.subpage_section_content ul,
.subpage_section_content ol {
  padding-bottom: 30px;
  font-size: 20px;
}
.subpage_section_content ul,
.subpage_section_content ol {
  padding-left: 1em;
}
.subpage_section_content a {
  text-decoration: underline;
}
.subpage_section_button_container .general_style_input_button {
  width: 12em;
  margin: 0 1em 0 0;
  font-size: 2em;
}
.subpage_section_multi_column_container:after {
  display: block;
  clear: both;
  content: " ";
}
.subpage_column {
  display: block;
  float: left;
  padding: 0 0.5em 1em;
}
.subpage_section_multi_column_container_2 .subpage_column {
  width: 50%;
}
.subpage_section_multi_column_container_3 .subpage_column {
  width: 33.33333333%;
}
.subpage_section_multi_column_container_4 .subpage_column {
  width: 25%;
}
.subpage_section_multi_column_container_5 .subpage_column {
  width: 20%;
}
.subpage_section_multi_column_container_6 .subpage_column {
  width: 16.66666667%;
}
.subpage_column_image {
  display: block;
  margin: 0 auto 1em;
}
.subpage_column_content {
  font-size: 0.75em;
}
#digital-marketing-agency-sydney {
  position: relative;
  background: -webkit-linear-gradient(
    left,
    rgba(238, 238, 238, 1),
    rgba(238, 238, 238, 1) 40%,
    rgba(238, 238, 238, 0) 50%
  );
  background: linear-gradient(
    to right,
    rgba(238, 238, 238, 1),
    rgba(238, 238, 238, 1) 40%,
    rgba(238, 238, 238, 0) 50%
  );
  font-family: Roboto;
  overflow-x: hidden;
}
#digital-marketing-agency-sydney .row {
  padding-top: 13px;
  padding-right: 55%;
  font-size: 2em;
}
#digital-marketing-agency-sydney h1 {
  padding-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
#digital-marketing-agency-sydney h2 {
  padding-bottom: 1em;
  font-size: 1.2em;
  text-transform: none;
}
#digital-marketing-agency-sydney p {
  padding-bottom: 2em;
  font-size: 1em;
}
#digital-marketing-agency-sydney .general_style_input_button {
  width: 12em;
  font-size: 1em;
}
#digital-marketing-agency-sydney .banner_bg {
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 40%;
  background: #eee url(../images/rev12dec2017/mobile_slider_bg.jpg) bottom left
  no-repeat;
  background-size: 90em 90em;
  z-index: -1;
  overflow: hidden;
}
.mobile_slider_title_container {
  display: block;
  width: 18em;
  height: 1.4em;
  position: absolute;
  left: 35.5em;
  top: 26em;
  text-align: center;
  -webkit-transform: rotate(-0.35deg);
  transform: rotate(-0.35deg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile_slider_title {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  background: #d5d8dd;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-animation: mobile_slider_title 24s linear infinite;
  animation: mobile_slider_title 24s linear infinite;
  opacity: 1;
  z-index: 1;
}
.mobile_slider_title:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.mobile_slider_title:nth-child(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.mobile_slider_title:nth-child(4) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.mobile_slider_title:nth-child(5) {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.mobile_slider_title:nth-child(6) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
.mobile_slider_container {
  display: block;
  width: 24em;
  height: 36em;
  position: relative;
  left: 33.1em;
  top: 28em;
  -webkit-transform: rotate(-0.35deg);
  transform: rotate(-0.35deg);
  white-space: nowrap;
  overflow: hidden;
}
.mobile_slider {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  -webkit-animation: mobile_slider 24s linear infinite;
  animation: mobile_slider 24s linear infinite;
  z-index: 1;
}
.mobile_slider:nth-child(1) {
  background-image: url(../images/rev12dec2017/mobile_slider_1-hip-pocket-website.jpg);
}
.mobile_slider:nth-child(2) {
  background-image: url(../images/rev12dec2017/mobile_slider_2-hip-pocket-facebook.jpg);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.mobile_slider:nth-child(3) {
  background-image: url(../images/rev12dec2017/mobile_slider_3-hip-pocket-top4.jpg);
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.mobile_slider:nth-child(4) {
  background-image: url(../images/rev12dec2017/mobile_slider_4-cosmetic-surgeon-sydney-website.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.mobile_slider:nth-child(5) {
  background-image: url(../images/rev12dec2017/mobile_slider_5-cosmetic-surgeon-sydney-facebook.jpg);
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.mobile_slider:nth-child(6) {
  background-image: url(../images/rev12dec2017/mobile_slider_6-cosmetic-surgeon-sydney-top4.jpg);
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
.mobile_slider_hand {
  display: block;
  width: 60em;
  height: 50em;
  position: absolute;
  top: 50em;
  left: 43em;
  background: url(../images/rev12dec2017/mobile_slider_hand.png);
  background-size: cover;
  -webkit-animation: mobile_hand 4s infinite;
  animation: mobile_hand 4s infinite;
}
.section_speak_to_sales {
  padding: 6em 0;
}
.section_speak_to_sales .subpage_section_banner {
  background-image: url(../images/rev12dec2017/bg_speak_to_sales.jpg);
  background-position: 50% 30%;
  background-attachment: scroll;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.section_speak_to_sales p {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.section_speak_to_sales .subpage_section_content {
  text-align: center;
}
.section_speak_to_sales .subpage_section_button_container {
  text-align: center;
}
.section_speak_to_sales .general_style_input_button {
  width: 40%;
  padding: 1em 0;
  margin: 0 0.6em;
  font-size: 1.8em;
  line-height: 1.4;
}
.section_speak_to_sales .button_speak_to_sales_strong {
  font-size: 1.35em;
  font-weight: 700;
}
#service-map .title_container {
  padding-top: 10em;
  font-family: Roboto;
  text-align: center;
}
#service-map .title_container h2 {
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 700;
}
#service-map .title_container p {
  padding-bottom: 1em;
  font-size: 2em;
}
#service-map .title_container a.read_more_link,
#service-map .title_container a.read_more_link:hover,
#service-map .title_container a.read_more_link:active {
  color: #337ab7;
  text-decoration: underline;
}
.svg_drawing_wrapper {
  font-size: 10px;
  font-family: Arial;
}
.svg_drawing_container {
  display: inline-block;
  width: 100em;
  position: relative;
  margin: 0 auto;
  font-size: 1.25em;
/*  background: url(../images/rev12dec2017/bg_service_map_footer.png) bottom center no-repeat;*/
  background-size: contain;
  z-index: 10 !important;
}
.svg_drawing {
  width: 100em;
  height: 80em;
  background: -webkit-linear-gradient(
    top,
    #ffffff,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 0.6) 100%
  );
  background: linear-gradient(
    to top,
    #ffffff,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 0.6) 100%
  );
}
.svg_drawing_container_animation_active .svg_drawing > * {
  opacity: 0.2;
}
.line_stop {
  cursor: pointer;
}
.svg_drawing_container_animation_active .line_stop {
  cursor: default;
}
.line_name_container {
  display: block;
  position: absolute;
  padding: 0.2em 0.5em;
  margin: -1.7em 0 0 -3.5em;
  border-radius: 0.4em;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  z-index: 110;
}
.line_name {
  display: table-cell;
  width: 6em;
  height: 3em;
  vertical-align: middle;
}
.stop_name_container {
  display: block;
  position: absolute;
  margin: -1.25em 0 0 -3.5em;
  border-radius: 0.4em;
  font-size: 0.8em;
  text-transform: capitalize;
  cursor: pointer;
  vertical-align: top;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  z-index: 110;
}
.stop_name {
  display: table-cell;
  width: 7em;
  height: 2.5em;
  vertical-align: inherit;
}
.svg_drawing_container_animation_active .line_name_container,
.svg_drawing_container_animation_active .stop_name_container {
  cursor: default;
  opacity: 0.2;
}
.line_legendary_container {
  display: block;
  position: absolute;
  padding: 0.8em 1em;
  bottom: 8em;
  left: 0;
  background: #fff;
  border: 0.2em solid #9371ae;
  border-radius: 1em;
}
.line_legendary {
  margin-bottom: 0.2em;
  cursor: pointer;
}
.line_legendary .line_name_container {
  display: inline-block;
  width: 4em;
  height: 1em;
  position: relative;
  margin: 0 1em 0 0;
  vertical-align: middle;
}
.stop_description_container {
  display: block;
  position: absolute;
  margin-left: -10em;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.stop_description_container.show_description {
  opacity: 1;
  z-index: 200;
}
.stop_description {
  display: block;
  width: 20em;
  position: relative;
  padding: 0.5em 1em 3em;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 1em;
  box-sizing: border-box;
}
.stop_description:before,
.stop_description:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  content: " ";
  z-index: 220;
}
.stop_description:before {
  margin-top: 2px;
  border-top-color: #ccc;
}
.stop_description:after {
  border-top-color: #fff;
}
.stop_description_title {
  padding-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 700;
}
.stop_description_content > * {
  margin: 0 0 0.5em;
}
.stop_description_cta {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.6em;
}
.stop_description_cta > a {
  display: block;
  width: 100%;
  padding: 0.2em 0;
  color: #fff;
  text-align: center;
}
.line_info_container {
  display: block;
  width: 16em;
  position: absolute;
  padding: 0.8em 1em;
  bottom: 15em;
  right: 0;
  border: 0.2em solid #eee;
  border-radius: 1em;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  overflow: auto;
}
.line_info_container_display {
  opacity: 1;
  z-index: 120;
}
.line_info_title {
  display: block;
  width: 100%;
  padding-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 700;
}
.train_animation {
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  margin: -1.5em 0 0 -1.5em;
  background: url(../images/rev12dec2017/icon_service_map_business_man.png);
  background-size: cover;
  z-index: 300;
}
.line_1.line_name_container {
  background: #f05827;
}
.line_1.stop_name_container {
  color: #f05827;
}
.line_1 .stop_description {
  color: #f05827;
}
.line_1 .stop_description_cta {
  background: #f05827;
}
#line_legendary_1 {
  color: #f05827;
}
#line_info_container_1 {
  border-color: #f05827;
}
.svg_drawing_container_animation_active.line_active_1 .line_1 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_1 .line_stop.line_1 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_1
.line_name_container.line_1 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_1
.stop_name_container.line_1 {
  cursor: pointer;
}
.line_2.line_name_container {
  background: #f06793;
}
.line_2.stop_name_container {
  color: #f06793;
}
.line_2 .stop_description {
  color: #f06793;
}
.line_2 .stop_description_cta {
  background: #f06793;
}
#line_legendary_2 {
  color: #f06793;
}
#line_info_container_2 {
  border-color: #f06793;
}
.svg_drawing_container_animation_active.line_active_2 .line_2 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_2 .line_stop.line_2 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_2
.line_name_container.line_2 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_2
.stop_name_container.line_2 {
  cursor: pointer;
}
.line_3.line_name_container {
  background: #0b8643;
}
.line_3.stop_name_container {
  color: #0b8643;
}
.line_3 .stop_description {
  color: #0b8643;
}
.line_3 .stop_description_cta {
  background: #0b8643;
}
#line_legendary_3 {
  color: #0b8643;
}
#line_info_container_3 {
  border-color: #0b8643;
}
.svg_drawing_container_animation_active.line_active_3 .line_3 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_3 .line_stop.line_3 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_3
.line_name_container.line_3 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_3
.stop_name_container.line_3 {
  cursor: pointer;
}
.line_4.line_name_container {
  background: #169ad8;
}
.line_4.stop_name_container {
  color: #169ad8;
}
.line_4 .stop_description {
  color: #169ad8;
}
.line_4 .stop_description_cta {
  background: #169ad8;
}
#line_legendary_4 {
  color: #169ad8;
}
#line_info_container_4 {
  border-color: #169ad8;
}
.svg_drawing_container_animation_active.line_active_4 .line_4 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_4 .line_stop.line_4 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_4
.line_name_container.line_4 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_4
.stop_name_container.line_4 {
  cursor: pointer;
}
.line_5.line_name_container {
  background: #949da2;
}
.line_5.stop_name_container {
  color: #949da2;
}
.line_5 .stop_description {
  color: #949da2;
}
.line_5 .stop_description_cta {
  background: #949da2;
}
#line_legendary_5 {
  color: #949da2;
}
#line_info_container_5 {
  border-color: #949da2;
}
.svg_drawing_container_animation_active.line_active_5 .line_5 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_5 .line_stop.line_5 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_5
.line_name_container.line_5 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_5
.stop_name_container.line_5 {
  cursor: pointer;
}
.line_6.line_name_container {
  background: #ec1e2b;
}
.line_6.stop_name_container {
  color: #ec1e2b;
}
.line_6 .stop_description {
  color: #ec1e2b;
}
.line_6 .stop_description_cta {
  background: #ec1e2b;
}
#line_legendary_6 {
  color: #ec1e2b;
}
#line_info_container_6 {
  border-color: #ec1e2b;
}
.svg_drawing_container_animation_active.line_active_6 .line_6 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_6 .line_stop.line_6 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_6
.line_name_container.line_6 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_6
.stop_name_container.line_6 {
  cursor: pointer;
}
.line_7.line_name_container {
  background: #972060;
}
.line_7.stop_name_container {
  color: #972060;
}
.line_7 .stop_description {
  color: #972060;
}
.line_7 .stop_description_cta {
  background: #972060;
}
#line_legendary_7 {
  color: #972060;
}
#line_info_container_7 {
  border-color: #972060;
}
.svg_drawing_container_animation_active.line_active_7 .line_7 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_7 .line_stop.line_7 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_7
.line_name_container.line_7 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_7
.stop_name_container.line_7 {
  cursor: pointer;
}
.line_8.line_name_container {
  background: #5e2e84;
}
.line_8.stop_name_container {
  color: #5e2e84;
}
.line_8 .stop_description {
  color: #5e2e84;
}
.line_8 .stop_description_cta {
  background: #5e2e84;
}
#line_legendary_8 {
  color: #5e2e84;
}
#line_info_container_8 {
  border-color: #5e2e84;
}
.svg_drawing_container_animation_active.line_active_8 .line_8 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_8 .line_stop.line_8 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_8
.line_name_container.line_8 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_8
.stop_name_container.line_8 {
  cursor: pointer;
}
.line_9.line_name_container {
  background: #573a36;
}
.line_9.stop_name_container {
  color: #573a36;
}
.line_9 .stop_description {
  color: #573a36;
}
.line_9 .stop_description_cta {
  background: #573a36;
}
#line_legendary_9 {
  color: #573a36;
}
#line_info_container_9 {
  border-color: #573a36;
}
.svg_drawing_container_animation_active.line_active_9 .line_9 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_9 .line_stop.line_9 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_9
.line_name_container.line_9 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_9
.stop_name_container.line_9 {
  cursor: pointer;
}
.line_10.line_name_container {
  background: #0db1b0;
}
.line_10.stop_name_container {
  color: #0db1b0;
}
.line_10 .stop_description {
  color: #0db1b0;
}
.line_10 .stop_description_cta {
  background: #0db1b0;
}
#line_legendary_10 {
  color: #0db1b0;
}
#line_info_container_10 {
  border-color: #0db1b0;
}
.svg_drawing_container_animation_active.line_active_10 .line_10 {
  opacity: 1;
}
.svg_drawing_container_animation_active.line_active_10 .line_stop.line_10 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_10
.line_name_container.line_10 {
  cursor: pointer;
}
.svg_drawing_container_animation_active.line_active_10
.stop_name_container.line_10 {
  cursor: pointer;
}
.stop_name_container.junction_stop_name_container {
  margin-left: -2.5em;
  color: #000;
  font-size: 1em;
  font-weight: 700;
}
.stop_name_container.junction_stop_name_container .stop_name {
  width: 5em;
}
#content-social-media .banner_bg {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/rev12dec2017/bg_content_social_media.jpg) 100% 70%
  no-repeat;
  z-index: 10;
}
#creative-ux .banner_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/rev12dec2017/bg_creative_ux.jpg) top right no-repeat;
  z-index: -1;
}
.industry-we-work-with-title {
  padding: 6em 0;
  background: #d5dde0;
  background: -webkit-linear-gradient(top, #f2f4f5 34%, #d5dde0 87%);
  background: linear-gradient(to bottom, #f2f4f5 34%, #d5dde0 87%);
  text-align: center;
}
.industry-we-work-with-title h2 {
  font: 30px/35px "robotolight";
  color: #000;
  text-transform: uppercase;
}
.industry-we-work-with-title h2 strong {
  font: 30px/35px "robotoblack";
  color: #000;
}
.industry_block_wrapper:after {
  display: block;
  width: 100%;
  clear: both;
  content: " ";
}
.industry_block_container {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
}
.industry_block_container:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 500ms ease;
  -moz-transition: filter 500ms ease;
  -ms-transition: filter 500ms ease;
  -o-transition: filter 500ms ease;
  transition: filter 500ms ease;
  content: " ";
  z-index: 1;
}
.industry_block_container:hover:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#industry_block_container_accommodation:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_accommodation.jpg);
}
#industry_block_container_automotive:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_automotive.jpg);
}
#industry_block_container_clubs-assoc:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_clubs.jpg);
}
#industry_block_container_construction:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_construction.jpg);
}
#industry_block_container_education:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_education.jpg);
}
#industry_block_container_entertainment:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_entertainment.jpg);
}
#industry_block_container_fashion:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_fashion.jpg);
}
#industry_block_container_financial:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_financial.jpg);
}
#industry_block_container_fitness-and-wellbeing:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_fitness.jpg);
}
#industry_block_container_fmcg:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_fmcg.jpg);
}
#industry_block_container_health-and-beauty:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_beauty.jpg);
}
#industry_block_container_legal:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_legal.jpg);
}
#industry_block_container_local-business:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_local.s.jpg);
}
#industry_block_container_manufacturing:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_manufacturing.jpg);
}
#industry_block_container_medical:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_medical.jpg);
}
#industry_block_container_not-for-profit:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_nfp.jpg);
}
#industry_block_container_real-estate:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_realestate.jpg);
}
#industry_block_container_restaurant:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_restaurant.jpg);
}
#industry_block_container_retail:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_retail.jpg);
}
#industry_block_container_solar:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_solar.jpg);
}
#industry_block_container_travel:before {
  background-image: url(../images/rev02aug2017/bg_industry_block_travel.jpg);
}
.industry_title_container {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  z-index: 100;
}
.industry_title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.7em;
  font-size: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 100;
}
.industry_mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  font-size: 1.4em;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  z-index: 50;
}
.industry_mask > span {
  display: block;
  width: 10em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1em;
  margin-left: -5em;
  font-size: 1em;
  z-index: 60;
}
#message-from-founder {
  padding: 50px 0;
  position: relative;
  background: #fbfbfb center left no-repeat;
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.1) 90%,
    rgba(0, 0, 0, 0.5) 100%
  ),
  url(../images/rev02aug2017/bg_founder_message.jpg);
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.1) 90%,
    rgba(0, 0, 0, 0.5) 100%
  ),
  url(../images/rev02aug2017/bg_founder_message.jpg);
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.1) 90%,
    rgba(0, 0, 0, 0.5) 100%
  ),
  url(../images/rev02aug2017/bg_founder_message.jpg);
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.1) 90%,
    rgba(0, 0, 0, 0.5) 100%
  ),
  url(../images/rev02aug2017/bg_founder_message.jpg);
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.1) 90%,
    rgba(0, 0, 0, 0.5) 100%
  ),
  url(../images/rev02aug2017/bg_founder_message.jpg);
  background-size: cover;
}
#message-from-founder .banner_bg {
  display: block;
  width: 50%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/rev02aug2017/bg_founder.png) bottom right no-repeat;
  background-size: contain;
  z-index: 10;
}
#message-from-founder .row {
  padding-left: 55%;
  font-size: 1.4em;
}
#message-from-founder .row p {
  padding-bottom: 1em;
}
#message-from-founder .row p:first-child {
  position: relative;
  font-size: 1.8em;
}
#message-from-founder .row p:first-child:before {
  display: block;
  width: 2em;
  position: absolute;
  top: -1em;
  right: 100%;
  margin-right: 1em;
  transform: rotate(180deg);
  z-index: 10;
  content: url(../images/rev12dec2017/icon_double_quote.png);
}
#message-from-founder .row .btn-container {
  padding-top: 1em;
  font-size: 1rem;
  text-align: right;
}
#message-from-founder .row .btn-container a {
  display: inline-block;
  width: 14em;
  margin: 0 0.5em 1em;
  vertical-align: top;
}
#message-from-founder .row p:last-child:after {
  vertical-align: top;
  content: url(../images/rev12dec2017/icon_double_quote.png);
}
.wide-container-fluid {
  max-width: 1366px;
}
.service_area .container-fluid {
  max-width: 1366px;
}
.service_area .subpage_section_title {
  font-size: 2em;
  font-family: Roboto;
}
.service_area .btn-locs {
  min-height: 100%;
  display: block;
  padding: 16px;
  background-color: #f7fff2;
  background-color: whitesmoke;
  font-size: 18px;
  line-height: 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.service_area .btn-locs:hover {
  background-color: #78b44b;
  color: #fff;
}
.service_area {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/wp-content/uploads/2021/11/A-big-win-for-local-businesses-as-consumers-opt-to-shop-locally-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service_area .col-md-3 {
  margin: 15px 0;
}
/* blog post */
.post {
  padding: 10em 0;
}
.entry-title {
  font-size: 36px;
  padding-bottom: 18px;
  line-height: 1.33333;
}
.post_img {
  width: 100%;
}
.post_title {
  margin-bottom: 30px;
}
.post_content > * {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.post_content > h2 {
  font-size: 24px;
  text-transform: none;
}
.post_content ul {
  margin-left: 44px;
}
.post_content a {
  font-weight: bold;
  color: #78b44b;
}
.author_box {
  padding: 30px;
  font-size: 16.5px;
  background: #f8f8f8;
}
.author_box .col-md-9 {
  padding: 0 0 0 30px;
}
.author_box h2 {
  font-size: 20px;
  margin: 20px 0;
  text-transform: unset;
}
.blog {
  padding: 50px 0;
}
.blog h2{
  text-transform: unset;
  margin: 30px 0 20px;
}
.blog p,
.blog li{
  padding-bottom: 15px;
}
.breadcrumbs {
  font-size: 12px;
  padding-bottom: 30px;
}
.related {
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  margin-bottom: 20px;
}
.related_body {
  display: none;
  padding: 20px 35px;
  font-size: 14px;
}
.related ul{
  list-style-type: none;
}
.related li{
  padding-bottom: 24px;
}
.related li:last-of-type {padding: 0}
.related a:hover {
  color: #78b44b;
}
.related_header {
  display: block;
  padding: 22px 46px 22px 26px;
  background: whitesmoke;
  position: relative;
}
.related_header h3{
  font-size: 16px;
}
.related_header:before {
  content: "";
  width: 15px;
  height: 9px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -5px;
  background: url(/images/arrow-down.webp) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky_wrap {
  position: sticky;
  top: 15em;
}
.page-header {
  margin: 0 0 50px;
  border: 0
}
.page-template-archive .section_banner {
  padding: 80px 0;
}
.page-template-archive .section_banner h1 {
  color: white!important;
}
.category-list {
  font-size: 18px;
}
.category-list a {
  padding: 12px;
  color: #349509;
  font-weight: 500;
  display: inline-block;
}
.blog-grid {
  margin-bottom: 30px;
}
article.card {
  padding: 0;
}
article.card:hover {
  transform: none;
}
.entry-header img {
  width: 100%;
  height: 294px;
  object-fit: cover;
}
.entry-content {
  padding: 20px;
}
.entry-body {
  height: 275px;
}
.entry-content h2 {
  font-size: 20px;
  line-height: 1.3;
  text-transform: none;
}
.entry-content p {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.moreurl {
  font-weight: bold;
  color: #349509;
  text-decoration: underline;
}
.moreurl:hover {
  color: #349509;
}
.entry-content img {
  display: inline-block;
  border-radius: 50%;
  width: 54px;
  margin-right: 15px;
}
.entry-meta {
  margin-bottom: 20px;
}
section.type-page {
  padding: 5em 0;
}
.bold-in {
  color: #9a9a9a;
  font-weight: bold;
  font-size: 15px;
  border-top: 2px solid #EEE;
  border-bottom: 2px solid #EEE;
}
#service-package-banner,
#service-package-banner-2 {
  position: relative;
  background: #fffbf2;
  background: -webkit-linear-gradient(
    left,
    rgba(222, 184, 74, 1),
    rgba(222, 184, 74, 0) 80%,
    rgba(222, 184, 74, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(222, 184, 74, 1),
    rgba(222, 184, 74, 0) 80%,
    rgba(222, 184, 74, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(222, 184, 74, 1),
    rgba(222, 184, 74, 0) 80%,
    rgba(222, 184, 74, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(222, 184, 74, 1),
    rgba(222, 184, 74, 0) 80%,
    rgba(222, 184, 74, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(222, 184, 74, 1),
    rgba(222, 184, 74, 0) 80%,
    rgba(222, 184, 74, 0) 100%
  );
}
#service-package-banner-3 {
  display: none;
}
#service-package-banner .row {
  padding: 3em 3em 0;
}
#service-package-banner-2 .row {
  padding: 0 3em 3em;
}
#service-package-banner h2 {
  padding-bottom: 0.8em;
  font-size: 3em;
  font-weight: 700;
  white-space: nowrap;
}
#service-package-banner h2 .dynamic_typing_container {
  display: block;
}
#service-package-banner .banner-text,
#service-package-banner-2 .banner-text {
  padding-bottom: 0.5em;
  color: #6e6e6e;
  font-size: 1.2em;
}
#service-package-banner-3 > img {
  display: block;
  width: 100%;
}
#service-package-banner-2 .banner_button_container {
  padding: 1em 0;
  text-align: center;
}
#service-package-banner-2 .banner_button {
  display: inline-block;
  width: 4em;
  padding: 0 0.5em;
}
#service-package-banner-2 .banner_button img {
  display: block;
  width: 100%;
}
#service-package-banner-2 .banner_button.banner_button_get_started {
  width: 16.5em;
  max-width: 100%;
  padding: 0.7em 0;
  margin: 0 2em;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  vertical-align: top;
}
#service-package-banner-2 .banner_bottom_text {
  color: #6e6e6e;
  font-size: 1.2em;
  font-weight: 700;
}
.service_package_selector_container {
  display: block;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(50, 50, 50, 0.3);
  font-size: 1.6em;
  padding: 0.6em 0;
}
.hideshow,
.service_package_selector_trigger {
  background: white;
  display: table-cell;
  padding: 0.65em 0;
  border: 1px solid #d8d8d8;
  border-radius: unset;
  cursor: pointer;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.service_package_selector_trigger:hover {
  background: #f99e00;
  box-shadow: 0 2px 5px rgba(50, 50, 50, 0.3);
  color: #fff;
  transform: scale(1.1);
  z-index: 1;
}
.service_package_selector_trigger_new_left {
  border-radius: .3em 0 0 .3em;
}
.service_package_selector_trigger_new_right {
  border-radius: 0 .3em .3em 0;
}
.hideshow {
  background: white;
  border-width: 2px;
  border-radius: 5px!important;
}
.hideshow:after {
  font-family: FontAwesome;
  content: '\f107';
  margin-inline-start: 2rem;
}
.service_package_category_container {
  padding: 6em 0;
  text-align: center;
  border-bottom: 2px solid #ccc;
}
.service_package_category_title > h2 {
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 700;
}
.service_package_category_description {
  max-width: 760px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 10em;
}
.service_package_category_description:before {
  display: block;
  position: absolute;
  top: -2em;
  left: 0;
  transform: rotate(180deg);
  -webkit-transition: transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  z-index: 10;
  content: url(../images/rev12dec2017/icon_double_quote.png);
}
.service_package_category_description:hover:before {
  transform: rotate(-180deg);
}
.service_package_category_description > p {
  font-size: 1.6em;
  text-indent: 4em;
}
.service_package_wrapper {
  padding-bottom: 5em;
}
.service_package_container {
  display: inline-block;
  width: 100%;
  min-height: 20em;
  position: relative;
  padding: 4.5em 0 3.5em;
  margin: 0 0 2em;
  background: #fff;
  border: 5px solid #d9e9ee;
  vertical-align: top;
}
.best_value_service_package_container {
  border-color: #8fc964;
  z-index: 10;
}
.best_value_service_package_container:before,
.best_value_service_package_container:after {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  transform: rotate(45deg);
  z-index: 20;
}
.best_value_service_package_container:before {
  width: 0;
  height: 0;
  margin: -10em -10em 0 0;
  border: 10em solid transparent;
  border-bottom-color: #efe200;
  content: " ";
}
.best_value_service_package_container:after {
  width: 10em;
  height: 10em;
  margin: -5em -5em 0 0;
  padding: 7em 3em 0;
  color: #000;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  content: "Best Value!";
}
.best_value_service_package_container .service_package_badge_bg {
  display: block;
  width: 14.1em;
  height: 14.1em;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: -1;
}
.best_value_service_package_container .service_package_badge_bg:before,
.best_value_service_package_container .service_package_badge_bg:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 5px solid transparent;
  border-left-color: #c87f00;
  border-bottom-color: #c87f00;
  content: " ";
}
.service_package_badge_bg:before {
  top: 0;
  left: 0;
}
.service_package_badge_bg:after {
  bottom: 0;
  right: 0;
}
.service_price_blur {
  padding: 20px 0;
}
.service_price_blur p {
  font-size: 14px;
}
.service_package_title {
  padding: 0 5em 2em;
}
.service_package_title > h3 {
  font-size: 3.6em;
  font-weight: 700;
}
.service_package_price {
  font-size: 3.6em;
}
.service_package_price .amount,
.service_package_price .currencySymbol {
  font-weight: 900;
}
.subscription-details {
  font-size: 0.3em;
  vertical-align: baseline;
}
.service_package_discount {
  font-size: 1.6em;
  font-weight: 700;
}
.service_package_original_price {
  padding-right: 0.5em;
  text-decoration: line-through;
}
.service_package_save {
  padding: 0.2em 0.5em;
  background: #fe0000;
  color: #fff;
}
.service_package_description {
  padding: 10px 0;
}
.service_package_description p {
  font-size: 14px;
}
.service_package_feature_list {
  text-align: left;
}
.service_package_feature_item {
  padding: 0.5em 2em;
  border-bottom: 1px dashed #d7dee8;
  color: #3b3b3b;
  font-size: 1.6em;
}
.service_package_feature_item_disabled {
  color: #e91e63;
  text-decoration: line-through;
}
.service_package_feature_item_tooltip {
  display: block;
  width: 1.4em;
  float: right;
  background: #d7d6d6;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.service_package_button_container {
  padding: 3em 3.5em;
  color: #fff;
}
.service_package_button {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  background: #78b44b;
  border-radius: 10px;
  font-size: 2em;
  text-align: center;
}
.service_package_bottom_popup_container {
  color: #78b44b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  padding-top: 20px;
}
.overlay_popup_large_image_container {
  width: 1600px;
  max-width: 95%;
  height: 90%;
  margin-top: 50px;
}
.overlay_popup_large_image {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay_popup_large_image img {
  display: block;
  width: 100%;
}
.service_package_video {
  position: relative;
  margin: 20px;
  cursor: pointer;
}
.service_package_video:before {
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.2em;
  margin: -1.5em 0 0 -1.5em;
  background: -webkit-linear-gradient(-45deg, #999, #333 80%, #444);
  background: -moz-linear-gradient(135deg, #999, #333 80%, #444);
  background: -ms-linear-gradient(135deg, #999, #333 80%, #444);
  background: -o-linear-gradient(135deg, #999, #333 80%, #444);
  background: linear-gradient(135deg, #999, #333 80%, #444);
  border: 0.3em solid #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 2em;
  font-size: 2em;
  font-family: glyphicons halflings;
  text-align: center;
  content: "\e072";
  z-index: 5;
}
.service_package_video:after {
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 0;
  border: 10px dashed #fff;
  border-left-width: 0;
  border-right-width: 0;
  content: " ";
  z-index: 10;
}
.service_package_video img {
  display: block;
  width: 100%;
}
.service_package_video_title {
  padding: 0.5em 0;
  color: #999;
  font-weight: 700;
  font-size: 1.6em;
  text-align: center;
}
.service_package_category_note > p {
  padding-top: 1em;
  font-size: 1.4em;
}
.service_package_category_faq_wrapper {
  color: #666;
}
.service_package_category_faq_wrapper_title > h2 {
  font-size: 2.4em;
  font-weight: 700;
}
.service_package_category_faq_wrapper_title > p {
  font-size: 28px;
  font-weight: bold;
}
.service_package_category_faq_wrapper_title > h2 .underline {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #f99e00;
}
.service_package_category_faq_wrapper_title > p .underline {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #f99e00;
}
.service_package_category_faq_wrapper_title > h2:after {
  padding-left: 0.5em;
  font-family: FontAwesome;
  content: "\f078";
}
.service_package_category_faq_wrapper_title > p:after {
  padding-left: 0.5em;
  font-family: FontAwesome;
  content: "\f078";
}
.expand_parent_expanded
> .service_package_category_faq_wrapper_title
> h2:after {
  content: "\f077";
}
.expand_parent_expanded
> .service_package_category_faq_wrapper_title
> p:after {
  content: "\f077";
}
.service_package_category_faq_container {
  padding: 0.5em 0;
  font-size: 1.4em;
  text-align: left;
  border-bottom: 1px solid #d9e9ee;
}
.service_package_category_faq_title {
  position: relative;
  cursor: pointer;
}
.service_package_category_faq_title > p {
  padding: 0.5em 2.5em 0.5em 0.5em;
  color: #78b44b;
  font-size: 1.2em;
  font-weight: 700;
}
.service_package_category_faq_title:after {
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #78b44b;
  border-radius: 3px;
  color: #78b44b;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  content: "+";
}
.expand_parent_expanded > .service_package_category_faq_title:after {
  content: "-";
}
.service_package_category_faq_content .expand_container {
  padding: 1em 3em 1em 0.6em;
}
.service_package_category_faq_content p {
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
.service_package_category_faq_content ul,
.service_package_category_faq_content ol {
  padding-left: 1.5em;
  font-size: 1.2em;
}
.service_package_category_faq_content a {
  color: #00f;
}
#service-package-banner .next_section_container {
  display: none;
  color: #000;
}
#service-package-banner .next_section_trigger {
  border-color: #000;
}
.service_package_category_testimonial_container {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.service_package_category_testimonial_icon {
  display: inline-block;
  max-width: 10%;
  line-height: 1;
  vertical-align: top;
}
.service_package_category_testimonial_content {
  display: inline-block;
  width: 80em;
  max-width: 100%;
  padding: 0 2em;
}
.service_package_category_testimonial_message {
  color: #666;
  font-size: 1.6em;
  font-style: italic;
}
.service_package_category_testimonial_author {
  padding-top: 0.5em;
  font-size: 1.4em;
  font-style: italic;
}
.service_package_category_testimonial_author:before {
  padding-right: 0.5em;
  content: "--";
}
.service_package_category_testimonial_author_company {
  font-weight: 700;
}
.service_package_faq_wrapper {
  padding: 8em 0;
}
.service_package_faq_wrapper_title > h2 {
  font-size: 2.4em;
  font-weight: 700;
}
.service_package_faq_wrapper_title > h2 .underline {
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #f99e00;
}
.service_package_faq_wrapper_title > h2:after {
  padding-left: 0.5em;
  font-family: FontAwesome;
  content: "\f078";
}
.expand_parent_expanded > .service_package_faq_wrapper_title > h2:after {
  content: "\f077";
}
.service_package_faq_container {
  padding: 0.5em 0;
  font-size: 1.4em;
  text-align: left;
  border-bottom: 1px solid #d9e9ee;
}
.service_package_faq_title {
  position: relative;
  cursor: pointer;
}
.service_package_faq_title > h3 {
  padding: 0.5em 0;
  font-size: 1.2em;
  font-weight: 700;
}
.service_package_faq_title:after {
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #78b44b;
  border-radius: 3px;
  color: #78b44b;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  content: "+";
}
.expand_parent_expanded > .service_package_faq_title:after {
  content: "-";
}
.service_package_faq_content .expand_container {
  padding: 1em 3em 1em 0;
}
.service_package_faq_content p {
  padding-bottom: 0.5em;
}
.service_package_faq_content ul,
.service_package_faq_content ol {
  padding-left: 1.5em;
}
.service_package_faq_content a {
  color: #00f;
}
.commission_package_category_container {
  padding: 1em 0;
}
.commission_package_container {
  display: inline-block;
  max-width: 30%;
  border: 2px solid #333;
  vertical-align: top;
}
.commission_package_row {
  padding: 0.5em 1em;
  border-top: 2px solid #333;
}
.commission_package_row:first-child {
  border-top: none;
}
.subpage_section_content .commission_package_title h4 {
  padding: 0;
  font-size: 1em;
}
.commission_package_price .subscription-details {
  font-size: 1em;
}
.commission_package_sales_commission {
  background: #feba14;
}
.commission_package_note {
  padding-top: 1em;
}
#form_sales-contract-agreement .form_row_container {
  padding-bottom: 1em;
}
#form_sales-contract-agreement .form_row_container label {
  width: 10em;
}
#form_sales-contract-agreement .form_row_container input[type="text"],
#form_sales-contract-agreement .form_row_container input[type="email"],
#form_sales-contract-agreement .form_row_container input[type="tel"] {
  border: 2px solid #ccc;
  border-radius: 0.3em;
}
#form_sales-contract-agreement .form_row_container input[type="file"] {
  display: inline-block;
  padding: 0.3em 3.3em 0.3em 1em;
  border: 2px solid #ccc;
  border-radius: 0.3em;
  width: 39.5%;
}
#form_sales-contract-agreement .form_row_container input[type="date"] {
  display: inline-block;
  padding: 0.3em 1em;
  border: 2px solid #ccc;
  border-radius: 0.3em;
}
#form_sales-contract-agreement .form_row_container input[type="submit"] {
  font-size: 1em;
}
#package_section {
  padding: 85px 0;
  background: url(../images/rev02aug2017/bg_testimonial.jpg) center no-repeat;
  background-size: cover;
}
.quote-package-selected {
  position: relative;
}
.quote-package-selected:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0.5em;
  color: #333;
  font-family: glyphicons halflings;
  cursor: pointer;
  content: "\270f";
}
.quote-package-selected input {
  cursor: pointer;
}
a.btn-red-select,
a.btn-red-select:link,
a.btn-red-select:visited {
  font-size: 16px;
  padding: 12px 8px;
  text-transform: uppercase;
  width: 100%;
  background-color: #6fac2f;
  border-radius: 3px;
  color: #fff;
}
a.btn-red-select:hover,
a.btn-red-select:active {
  background-color: #f0f0f5;
  color: #6fac2f;
}
.black-brdr {
  border-top: 5px solid #000;
}
.yellow-brdr {
  border-top: 5px solid #ffa206;
}
.gray-brdr {
  border-top: 5px solid silver;
}
.left0 {
  padding-left: 0;
}
.right0 {
  padding-left: 0;
}
.padding0 {
  padding-left: 0;
}
#logo_wall_section {
  position: relative;
  padding: 4em 0;
  background: #13202e;
  background: rgba(19, 23, 46, 0.9);
  color: #fff;
}
#logo_wall_section .banner_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/rev12dec2017/bg_speak_to_sales.jpg) 50% 30%
  no-repeat;
  background-size: cover;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  z-index: -1;
}
.logo_wall_title h2 {
  padding-bottom: 1em;
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
}
.logo_wall_container {
  display: inline-block;
  width: 18%;
  margin: 1%;
  padding: 0 15px;
  background: #fff;
  border-radius: 5px;
}
.logo_wall_container img {
  margin: 0 auto;
}
.your-digital-marketing-team-title {
  padding: 5em 5%;
  float: left;
  font-size: 1.6em;
  text-align: center;
}
.your-digital-marketing-team-title h2 {
  padding-bottom: 1em;
  color: #000;
  font-size: 2.2em;
  font-weight: 700;
}
.your-digital-marketing-team-title .sub_title {
  color: #666;
  font-size: 1.5em;
  padding-bottom: 1em;
}
.your-digital-marketing-team-title .intro_content {
  color: #666;
}
.team_member_image {
  width: 14em;
  margin-bottom: 2em;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.team_member_name {
  font-size: 1.8em;
  font-weight: 700;
}
.team_member_introduction {
  height: 18em;
  padding-left: 5em;
  color: #545454;
  overflow: auto;
}
.team_member_title {
  padding-bottom: 1em;
  font-size: 1.4em;
  font-weight: 700;
}
.team_member_description {
  font-size: 1.2em;
}
#testimonial {
  padding: 100px 0;
  background: url(../images/rev02aug2017/bg_testimonial.jpg) center center
  no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 2em;
  text-align: center;
}
#testimonial h2 {
  padding-bottom: 1em;
  font-size: 1.8em;
}
.testimonial_slider_wrapper {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -100%;
}
.testimonial_slider_wrapper_move_left {
  text-indent: -200%;
  -webkit-transition: text-indent 500ms ease;
  -moz-transition: text-indent 500ms ease;
  -ms-transition: text-indent 500ms ease;
  -o-transition: text-indent 500ms ease;
  transition: text-indent 500ms ease;
}
.testimonial_slider_wrapper_move_right {
  text-indent: 0;
  -webkit-transition: text-indent 500ms ease;
  -moz-transition: text-indent 500ms ease;
  -ms-transition: text-indent 500ms ease;
  -o-transition: text-indent 500ms ease;
  transition: text-indent 500ms ease;
}
.testimonial_controller {
  display: block;
  position: absolute;
  top: 0;
  font-size: 3em;
  font-family: glyphicons halflings;
  text-indent: 0;
  cursor: pointer;
}
.testimonial_controller_previous {
  left: 0;
}
.testimonial_controller_next {
  right: 0;
}
.testimonial_slider_container {
  display: inline-block;
  width: 100%;
  padding: 0 15%;
  text-indent: 0;
  white-space: normal;
  vertical-align: top;
}
.testimonial_text {
  padding-bottom: 1em;
  font-size: 1.3em;
  font-weight: lighter;
}
.testimonial_author {
  color: #a5b0b8;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
}
#contact-our-team {
  padding: 50px 0;
  background: url(../images/rev02aug2017/marketing-agency-sydney-contactus.webp)
  top center no-repeat;
  background-size: cover;
  background-color: #00000070;
  background-blend-mode: color;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
#contact-our-team .form_row_container {
  padding-bottom: 0.5em;
}
#contact-our-team label {
  display: block;
  padding: 0 0 0.5em;
  margin: 0;
}
#contact-our-team input[type="text"],
#contact-our-team input[type="email"],
#contact-our-team input[type="tel"],
#contact-our-team select,
#contact-our-team textarea {
  width: 100%;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
}
#contact-our-team textarea {
  height: 6em;
  resize: none;
}
#contact-our-team .general_style_input_button {
  margin-top: 2em;
}
.contact_guarantee {
  font-size:16px;
}
.contact_guarantee h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.contact_guarantee h3 span {
  font-size: 28px;
}
.contact_guarantee h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}
.green_ul {
  list-style: none;
  padding: 0 0 5px 0;
}
.green_ul > li:before {
  content: "\f058";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.3em;
  color: #78b44b;
}
.contact_guarantee li {
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
}
.contact_guarantee li:before {
  position: absolute;
  left: -30px;
  top: -7px;
  font-size: 30px;
  content: "\f00d";
}
.contact-our-team-title h3 {
  padding-bottom: 1em;
  font-size: 33px;
  font-weight: 700;
  font-family: Playfair Display;
  text-transform: none;
}
.contact-our-team-title p {
  padding-bottom: 1em;
}
.contact-our-team-form {
  padding: 1.5em 3.5em;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}
.linkedin-autofill-container {
  padding-bottom: 1em;
  text-align: center;
}
#section_footer {
  padding: 40px 0;
  color: #545454;
  font-size: 1.4em;
}
.footer_logo {
  margin-bottom: 30px;
}
.case-study-banner {
  background-size: cover !important;
}
.case-study-banner .row > div {
  height: 585px;
  display: table;
}
.banner-inner {
  display: table-cell;
  vertical-align: middle;
}
.banner-inner > h1,
.banner-inner .search-outer-top > h1,
.banner-inner > h2,
.banner-inner .search-outer-top > h2 {
  font: 40px/45px "robotobold";
  color: #fff;
  margin-bottom: 10px;
}
.banner-1 .banner-inner h2 {
  color: #feba14;
}
.banner-inner > p,
.banner-inner .search-outer-top > p {
  font-size: 26px;
  font-weight: lighter;
  color: #fff;
  margin-bottom: 15px;
  padding: 0 0 0.5em;
}
.banner-inner > .search-outer > p {
  font-size: 1em !important;
  font-family: roboto, serif !important;
}
.case-heading {
  font: 30px/35px "robotobold";
  color: #000;
}
.testimonial h2 {
  margin-bottom: 50px;
}
.testimonial {
  height: auto;
  background: url(../images/testimonial-img-1.png) no-repeat center;
  padding: 30px 0;
  position: relative;
  background-size: cover;
}
.testimon > .item.next,
.testimon > .item.active.right {
  left: 0;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.testimon > .item.prev,
.testimon > .item.active.left {
  left: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.myTestimonial {
  margin-top: 100px;
}
.testimonial p {
  font: 26px/30px "robotolight";
  margin: 45px 0;
}
.testimonial .testimon-inner span {
  font: 20px/25px "robotoregular";
}
.testimon-inner {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 15px;
}
.testimonial .carousel-control {
  width: auto;
  height: auto;
  background: 0 0;
  top: 50%;
  bottom: auto;
}
.testimonial .carousel-control.left {
  left: 45px;
}
.testimonial .carousel-control.right {
  right: 45px;
}
.carousel .item {
  padding: 50px 0;
  overflow: hidden;
  min-height: 180px;
}
.carousel .item a {
  color: #333333;
}
.carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.carousel .testimonials {
  padding: 30px 0 10px;
}
.carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}
.carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}
.star-rating{padding: 10px}
.carousel .star-rating i {
  font-size: 18px;
  color: #ff7849;
}
.carousel .review-badge {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  padding-top: 3px;
  cursor: pointer;
}
.carousel .carousel-control {
  background: none;
  color: #e2e2e2;
  margin-right: -5.5%;
  margin-left: -5.5%;
}
.carousel-control i {
  font-size: 20px;
}
.carousel .carousel-indicators {
  bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}
.carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent;
}
.carousel-indicators li.active {
  border: none;
  background: #888;
}
.next-sec {
  background: url(../images/next-sec-bg.webp) no-repeat center;
  padding: 110px 0 70px;
  background-size: cover;
}
.next-sec h2 {
  margin-bottom: 75px;
}
.next-sec h5 {
  font: 26px/30px "robotolight";
  height: 8rem;
}
.next-sec p {
  font: 20px/30px "robotolight";
  height: 120px;
}
.next-sec div > figure {
  margin-bottom: 60px;
}
.next-sec ul {
  margin-top: 100px;
}
.next-sec ul li {
  border-right: 1px solid #fff;
  padding-top: 25px;
}
.next-sec ul li:last-of-type {
  border-right: 0;
}
.next-sec ul li a figure {
  height: 33px;
}
.next-sec ul li a figure img:last-of-type {
  display: none;
}
.next-sec ul li a span {
  font: 20px/30px "robotobold";
  padding-top: 20px;
  display: inline-block;
}
.next-sec ul li a:hover span {
  color: #ffa80a;
}
.next-sec ul li a:hover figure img:first-of-type {
  display: none;
}
.next-sec ul li a:hover figure img:last-of-type {
  display: block;
}
footer {
  background: #000;
}
.footer-top {
  padding: 75px 0 95px;
}
.footer-top h5 {
  font: 16px/20px "robotobold";
  color: #f5b800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-top ul {
  list-style: none;
}
.footer-top ul li {
  margin-bottom: 10px;
}
.footer-top ul li a,
.footer-top ul li a:link,
.footer-top ul li a:visited {
  font: 14px/15px "robotoregular";
  color: #fff;
}
.footer-top ul li a:hover,
.footer-top ul li a:active,
.footer-top ul li a:focus {
  color: #f5b800;
}
.footer-top p {
  font: 14px/18px "robotoregular";
  color: #fff;
}
.footer-top address {
  font: 14px/22px "robotoregular";
  color: #fff;
  margin-top: 25px;
}
a#logo,
a#logo:link,
a#logo:visited {
  width: auto;
  height: auto;
  float: left;
  position: relative;
}
a#logo:active,
a#logo:hover,
a#logo:focus {
  text-decoration: none;
}
a#logo img {
  display: inline-block;
}
a#logo img:first-of-type {
  margin-right: 20px;
}
a#logo img:last-of-type {
  margin-top: 15px;
}
.footer-bottom {
  padding: 0 0 45px;
}
.footer-bottom div > p {
  width: 100%;
  float: left;
  font: 12px/15px "robotoregular";
  color: #858484;
  margin-top: 10px;
}
.footer-bottom div > p > a:hover,
.footer-bottom div > p > a:focus,
.footer-bottom div > p > a:active {
  color: #f5b800;
}
.footer-bottom ul li a,
.footer-bottom ul li a:link,
.footer-bottom ul li a:visited {
  font: 14px/15px "robotoregular";
  color: #fff;
}
.footer-bottom ul li a:hover,
.footer-bottom ul li a:focus,
.footer-bottom ul li a:active {
  color: #f5b800;
}
.footer-bottom ul li {
  width: auto;
  float: left;
  padding: 0 8px;
  border-right: 1px solid #fff;
}
.footer-bottom ul li:first-of-type {
  padding-left: 0;
}
.footer-bottom ul li:last-of-type {
  padding-right: 0;
  border-right: 0;
}
.footer-bottom ul {
  margin-top: 30px;
  list-style: none;
  float: right;
}
.detail-top-section {
  height: 465px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 0;
  background-size: cover;
  margin-bottom: 470px;
}
.detail-title {
  width: 100%;
  height: auto;
  float: left;
}
.border-line {
  width: 63px;
  height: 3px;
  background: #fdb913;
  margin-top: 15px;
}
.detail-image {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 80px;
}
.detail-middle {
  padding-bottom: 130px;
}
p.site-text {
  font: 26px/38px "robotolight";
  color: #000;
}
p.site-text span {
  font: 26px/38px "robotoregular";
}
.detail-middle h3.case-heading {
  margin-bottom: 50px;
}
.detail-services {
  width: 100%;
  height: auto;
  float: left;
  margin: 65px 0 50px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 25px;
}
h4.mini-heading {
  font: 18px/22px "robotobold";
  color: #000;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
h4.mini-heading:after {
  width: 23px;
  height: 3px;
  background: #fdb913;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  left: 0;
}
.detail-services .row > div {
  padding-top: 35px;
  padding-bottom: 35px;
}
.detail-services .row > div:nth-of-type(2) {
  border-left: 1px solid #d1d1d1;
  padding-left: 75px;
}
.detail-services ul {
  padding: 0;
}
.detail-services ul li {
  font: 17px/20px "robotoregular";
  color: #000;
  margin-bottom: 15px;
  list-style-position: inside;
}
.detail-services a,
.detail-services a:link,
.detail-services a:visited {
  font: 17px/20px "robotoregular";
  color: #feba14;
}
p.para-text {
  font: 17px/26px "robotoregular";
  color: #000;
}
.top-space {
  margin-top: 40px;
}
.middle-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.white-content {
  width: 100%;
  height: auto;
  float: left;
}
.middle-banner .white-content {
  padding: 140px 0;
}
.white-content h3 {
  font: 36px/46px "robotoregular";
  color: #fff;
  margin-bottom: 30px;
}
.white-content p.para-text {
  color: #fff;
  margin-bottom: 40px;
}
.white-content a.general_style_input_button {
  width: 237px;
  height: 42px;
  line-height: 42px;
}
.top-negetive {
  margin-top: -40px;
}
.list_in_line ul li {
  width: 25%;
  float: left;
}
.blck-overlay {
  width: 98.5%;
  height: 98.5%;
  float: left;
  position: absolute;
  background: #000;
  left: 3px;
  top: 3px;
  box-shadow: 0 30px 48px rgba(0, 0, 0, 0.22);
  opacity: 0;
}
.overlay-text {
  width: 100%;
  height: auto;
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.overlay-text h5 {
  font: 15px/22px "robotobold";
  color: #feba14;
}
.overlay-text p {
  font: 13px/20px "robotoregular";
  color: #fff;
}
.overlay-text a img {
  margin-bottom: 10px;
}
.search-outer {
  display: inline-block;
  margin-top: 1em;
  padding: 0.2em;
  border-radius: 5px;
  background: #fff;
  font-size: 2em;
}
.search-outer .banner_service_option {
  display: inline-block;
  padding: 0.5em;
  margin-right: 1em;
  border: none;
  color: #333;
  line-height: 2em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/select-arrow-img.png) no-repeat right center;
}
.search-outer .banner_service_option::-ms-expand {
  display: none;
}
.search-outer .general_style_input_button {
  width: auto;
  padding: 0.5em 2.5em;
  font-size: 1em;
  line-height: 1.4;
}
.content-first-sect h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.content-first-sect .semi-para p {
  margin-top: 25px;
  margin-bottom: 30px;
}
.marketin-overlay {
  background: url(../images/content-marketing.jpg) no-repeat 50% center;
  background-size: cover;
  padding: 100px 0;
}
.media-marketing-section h2 {
  color: #fff;
}
.media-marketing-section p.site-text {
  color: #fff;
}
.media-marketing-section .semi-para p {
  color: #fff;
}
.media-marketing-section {
  width: 100%;
  height: auto;
  background-size: cover !important;
}
.marketin-overlay h2 {
  margin-bottom: 35px;
}
.marketin-overlay .semi-para p {
  margin-top: 20px;
}
.center-banners {
  width: 100%;
  height: auto;
  padding: 140px 0;
}
.center-banners h3.case-heading {
  margin-bottom: 30px;
}
.semi-para {
  width: 100%;
  height: auto;
  float: left;
}
.semi-para p {
  color: #000;
  font: 20px/26px "robotolight";
}
.semi-para ul {
  padding: 0;
  list-style: none;
  margin: 30px 0;
}
.semi-para ul li {
  padding-left: 25px;
  color: #000;
  font: 20px/24px "robotolight";
  margin-bottom: 10px;
  position: relative;
}
.semi-para ul li:before {
  width: 14px;
  height: 14px;
  content: url(../images/checked.png);
  position: absolute;
  left: 0;
}
a.general_style_input_button.mini-set {
  width: 237px;
  height: 42px;
  line-height: 42px;
  font-size: 19px;
  font-family: robotobold;
  font-weight: unset;
}
a.general_style_input_button.mini-set:nth-of-type(2) {
  margin-left: 20px;
}
.other-middle {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.blue-banner {
  background: #102338;
}
.blue-banner h3.case-heading {
  color: #fff;
}
.P_text p {
  font: 26px/38px "robotolight";
  color: #000;
}
.p_para-text p,
.p_para-text li {
  font: 17px/26px "robotoregular";
  color: #000;
}
.search-outer_form .form_row_container {
  color: #333;
  text-align: left;
  width: 100%;
  float: left;
}
.search-outer_form input {
  width: 100%;
  padding: 24px 40px !important;
  margin-bottom: 10px !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5) !important;
  font-size: 20px !important;
}
.search-outer_form {
  display: none;
  width: 83%;
  margin: 0 auto;
}
.search-outer_form h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: bold;
}
.search-outer_form p {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.search-outer_form .form_row_container:nth-of-type(4) {
  margin-right: 5px !important;
  width: 50% !important;
}
.search-outer_form .general_style_input_button {
  float: right;
  font-size: 1em;
  line-height: 1.4;
  padding: 0.8em 0;
  width: 44%;
  margin-top: 10px;
}
.banner5 {
  background: url(../images/banner5.jpg) no-repeat center;
  background-size: cover;
}
.semi-para p span {
  color: #000;
  font: 26px/28px "robotolight";
}
.semi-para p > a.semi-para-link,
.semi-para p > a.semi-para-link:link,
.semi-para p > a.semi-para-link:visited {
  color: #000;
  font: 22px/26px "robotolight";
}
.semi-para p > a.semi-para-link:hover,
.semi-para p > a.semi-para-link:active {
  color: #feba14;
  text-decoration: underline;
}
a.btn-blue,
a.btn-blue:link,
a.btn-blue:visited {
  display: inline-block;
  background: -webkit-linear-gradient(top, #4388cf, #004fa7 100%);
  background: linear-gradient(to bottom, #4388cf, #004fa7 100%);
}
a.btn-blue:hover,
a.btn-blue:focus,
a.btn-blue:active {
  background: #f0f0f5;
}
.anchor-mrg {
  width: 100%;
  height: auto;
  float: left;
}
.anchor-mrg a {
  margin-top: 50px;
}
.faq-sec h3.case-heading {
  color: #3c3c3c;
}
.faq-question h6 {
  font: 17px/30px "robotobold";
  color: #3c3c3c;
}
.faq-answer p {
  font: 17px/28px "robotolight";
  color: #3c3c3c;
}
.faq-answer p a,
.faq-answer p a:link,
.faq-answer p a:visited {
  text-decoration: underline;
  font: 17px/18px "robotolight";
  color: #3c3c3c;
}
.faq-answer p a:hover,
.faq-answer p a:focus,
.faq-answer p a:active {
  color: #feba14;
}
.faq-sec ul {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 15px;
  margin-top: 40px;
}
.faq-sec ul li {
  font: 17px/28px "robotolight";
  color: #3c3c3c;
}
.faq-mrg {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 60px;
}
.local-help-cnt figure img {
  margin-left: 15px;
}
p.site-text {
  font: 26px/38px "robotolight";
}
.media-marketing-section p.site-text {
  color: #fff;
}
p.site-text {
  font: 26px/38px "robotolight";
}
nav .form_row_container {
  width: 50% !important;
  float: left !important;
}
nav .form_row_container:nth-of-type(odd) {
  padding-right: 20px;
}
nav .form_row_container:nth-of-type(even) {
  padding-left: 40px;
}
nav .form_row_container > label {
  width: 30% !important;
  float: left;
}
nav .wpcf7-form-control-wrap {
  width: 70% !important;
  float: right !important;
}
nav .wpcf7-form-control {
  width: 100% !important;
}
nav .wpcf7-form-control.wpcf7-textarea {
  height: 76px !important;
}
nav .form_row_container:last-of-type {
  width: 100% !important;
}
nav
.wpcf7-form-control.wpcf7-submit.general_style_input_button.general_style_input_button_yellow {
  float: left;
  left: 50%;
  margin-left: -15%;
  margin-top: 30px;
  position: relative;
  width: 30% !important;
}
nav
.menu-item.wpmm-type-widget.menu-widget-class.wpmm-type-widget.wp-megamenu-item-415.wpmm-submenu-right {
  border-bottom: 0 !important;
}
nav
.wp-megamenu-wrap
.wpmm-nav-wrap
> ul.wp-megamenu
> li.wpmm_mega_menu
> ul.wp-megamenu-sub-menu
> li.wpmm-row
> ul.wp-megamenu-sub-menu
li
> ul {
  margin-top: 20px;
}
nav div.wpcf7-validation-errors {
  float: left;
  color: #fff;
}
nav .wp-megamenu > li > ul.wp-megamenu-sub-menu li > a {
  word-break: normal !important;
}
.team-detail p {
  font: 17px/25px "robotoregular";
  color: #191919;
}
.team-detail div > span {
  margin-top: 20px;
  display: inline-block;
}
.team-detail div > span img {
  margin-bottom: 5px;
}
.team-detail div > span p {
  font: 17px/25px "robotobold";
}
.team-detail div > span p > span {
  color: #d68b0b;
}
.plans_p-inner h2 {
  margin-bottom: 20px;
}
#package_section h2.case-heading {
  margin-bottom: 15px;
}
.adword-certificate-bg {
  position: absolute;
  width: 100%;
  top: 60px;
}
.scroll-btn-sec {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.about-us-p2 h2 {
  margin-bottom: 30px;
}
.about-us-p1 .semi-para p {
  color: #fff;
}
.m-responsive {
  float: right;
  height: auto;
  width: auto;
}
.wp-megamenu-wrap
.wpmm-nav-wrap
> ul.wp-megamenu
li.wpmm_dropdown_menu
ul.wp-megamenu-sub-menu
li.menu-item-has-children.wp-megamenu-item-279.wpmm-submenu-left
> ul.wp-megamenu-sub-menu {
  left: 100% !important;
}
.scroll-btn-sec a {
  position: relative;
  display: inline-block;
}
.scroll-btn-sec a::after {
  bottom: -20px;
  color: #fff;
  content: "Scroll down";
  left: -35px;
  position: absolute;
  width: 100px;
  font: 12px/14px "robotoregular";
}
.case-heading {
  text-transform: uppercase;
}
.ul_red {
  color: #000;
  font: 20px/29px "robotolight";
  margin-bottom: 10px;
  position: relative;
}
.ul_red ul {
  list-style-type: none;
}
.ul_red ul li::before {
  content: "?";
  color: #feba14;
  font-size: 36px;
  margin-right: 10px;
}
.margin-bottom-p-15 p {
  margin-bottom: 15px;
}
@font-face {
  font-family: robotolight;
  src: url(../fonts/roboto-light-webfont.eot);
  src: url(../fonts/roboto-light-webfont.eot?#iefix) format("embedded-opentype"),
  url(../fonts/roboto-light-webfont.woff2) format("woff2"),
  url(../fonts/roboto-light-webfont.woff) format("woff"),
  url(../fonts/roboto-light-webfont.ttf) format("truetype"),
  url(../fonts/roboto-light-webfont.svg#robotolight) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotobold;
  src: url(../fonts/roboto-bold-webfont.woff2) format("woff2"),
  url(../fonts/roboto-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotoregular;
  src: url(../fonts/roboto-regular-webfont.eot);
  src: url(../fonts/roboto-regular-webfont.eot?#iefix)
  format("embedded-opentype"),
  url(../fonts/roboto-regular-webfont.woff2) format("woff2"),
  url(../fonts/roboto-regular-webfont.woff) format("woff"),
  url(../fonts/roboto-regular-webfont.ttf) format("truetype"),
  url(../fonts/roboto-regular-webfont.svg#robotoregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotoblack;
  src: url(../fonts/roboto-black-webfont.eot);
  src: url(../fonts/roboto-black-webfont.eot?#iefix) format("embedded-opentype"),
  url(../fonts/roboto-black-webfont.woff2) format("woff2"),
  url(../fonts/roboto-black-webfont.woff) format("woff"),
  url(../fonts/roboto-black-webfont.ttf) format("truetype"),
  url(../fonts/roboto-black-webfont.svg#robotoblack) format("svg");
  font-weight: 400;
  font-style: normal;
}
#floating-button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0 2px 5px #666;
}
.plus {
  color: #fff;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: roboto;
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}
#container-floating {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50;
}
#container-floating:hover {
  height: 400px;
  width: 90px;
  padding: 30px;
}
#container-floating:hover .plus {
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}
.edit {
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}
#container-floating:hover .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes edit-in {
  from {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
@keyframes edit-out {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
}
@keyframes plus-in {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(180deg);
  }
}
@keyframes plus-out {
  from {
    opacity: 0;
    transform: rotateZ(180deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .logo_slider_container {
    width: 33.333333333333%;
  }
  .logo_slider_wrapper_move .logo_slider_container:first-child {
    margin-left: -33.333333333333%;
  }
}
@media only screen and (max-width: 319px) {
  .logo_slider_container {
    width: 50%;
  }
  .logo_slider_wrapper_move .logo_slider_container:first-child {
    margin-left: -50%;
  }
}
@media only screen and (max-width: 401px) {
  .next-sec ul li a span {
    font: 13px/20px "robotobold";
  }
  .about-team-cnt ul li {
    width: auto;
  }
  .product-category li {
    width: 50%;
  }
  .prod-outer {
    width: 100%;
    display: inline-block;
    float: none;
  }
  .list_in_line ul li {
    width: 100%;
  }
  a.general_style_input_button.mini-set {
    width: 100%;
  }
  a.general_style_input_button.mini-set:nth-of-type(2) {
    margin-left: 0;
  }
  .navbar-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .industry-we-work-with-title h2,
  .industry-we-work-with-title h2 strong {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  #testimonial {
    padding: 50px 0;
    background-image: url(../images/rev02aug2017/bg_testimonial.s.jpg);
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  #digital-marketing-agency-sydney .banner_bg {
    left: -15em;
  }
}
@media only screen and (max-width: 479px) {
  .industry_block_container {
    width: 100%;
  }
  .industry_block_container:before {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media only screen and (max-width: 479px) {
  .section_banner .banner_contact_form .general_style_input_button {
    width: 100%;
    float: none;
  }
  .section_banner .wpcf7-response-output {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .navbar-title-text {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .logo_slider {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  #message-from-founder .row {
    padding-top: 360px;
  }
  #message-from-founder .row .btn-container {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial {
    background-image: url(../images/rev02aug2017/bg_testimonial.m.jpg);
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 601px) {
  .footer-bottom .row > div {
    width: 100%;
  }
  .footer-bottom ul {
    float: left;
  }
  .testimonial .carousel-control.left {
    left: 5px;
  }
  .testimonial .carousel-control.right {
    right: 5px;
  }
  .next-sec ul li a span {
    font: 15px/20px "robotobold";
  }
  .next-sec h5 {
    font: 18px/22px "robotolight";
  }
  .about-digital p {
    font: 15px/22px "robotoregular";
  }
  .testimonial p {
    font: 15px/23px "robotolight";
  }
  .banner-inner h2 {
    font: 35px/45px "robotobold";
  }
  .banner-inner p {
    font: 18px/25px "robotolight";
  }
  .search-outer_form p {
    font: 18px/25px "robotolight";
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
  }
  .case-heading {
    font: 25px/30px "robotobold";
  }
  .product-category li {
    padding-right: 20px;
  }
  .detail-title h3 {
    font: 35px/45px "robotobold";
  }
  .detail-middle h3.case-heading {
    margin-bottom: 15px;
  }
  .P_text p {
    font: 15px/26px "robotolight";
  }
  .detail-services {
    margin: 15px 0;
  }
  .detail-services .row > div {
    padding: 10px;
  }
  .list_in_line ul li {
    font: 15px/20px "robotoregular";
  }
  p.para-text {
    font: 15px/24px "robotoregular";
  }
  .white-content h3 {
    font: 22px/32px "robotoregular";
    margin-bottom: 10px;
  }
  .banner-inner .search-outer-top > p {
    font: 20px/32px "robotolight";
    margin-bottom: 20px;
  }
  .banner-inner .search-outer-top > h2 {
    font: 27px/35px "robotobold";
  }
  a.general_style_input_button.mini-set {
    margin-top: 20px;
  }
  a.general_style_input_button.mini-set {
    width: 176px;
  }
  p.site-text {
    font: 20px/26px "robotolight";
  }
  .navbar-title-text {
    display: block;
  }
  nav .wpmm_mobile_menu_btn {
    background: 0 0 !important;
    height: 20px;
    overflow: hidden;
    width: 20px;
    padding: 0 !important;
  }
  nav .wpmm_mobile_menu_btn:hover {
    background: 0 0 !important;
  }
  nav .wpmm_mobile_menu_btn i {
    font-size: 20px !important;
  }
  .industry-we-work-with-title h2,
  .industry-we-work-with-title h2 strong {
    font-size: 24px;
  }
  .industry-we-work-with-title {
    padding: 30px 0;
  }
  .package-title h2.case-heading {
    font: 23px/32px "robotobold";
  }
  .site-text p {
    font: 20px/30px "robotolight";
  }
}
@media only screen and (max-width: 767px) {  
  #section_footer {
    font-size: 1.2em;
  }
  .footer_left_column,.footer_right_column {
    float: none;
    text-align: center;
  }
  .footer_left_column > div {
    padding: 0.5em 0;
  }
  #mainNav {
    display: flex;
    align-items: center;
    /* height: 70px; */
    position: relative;
    z-index: 999;
  }
  .testimon > .item.next,
  .testimon > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .testimon > .item.prev,
  .testimon > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .about-digital {
    margin: 45px 0 0;
  }
  .testimonial {
    padding: 45px 0;
  }
  .testimonial p {
    margin: 20px 0;
  }
  .testimonial h2 {
    margin-bottom: 30px;
  }
  .next-sec {
    padding: 45px 0;
  }
  .next-sec div > figure {
    margin-bottom: 30px;
  }
  .next-sec .row > div {
    margin-bottom: 50px;
  }
  .next-sec h5 {
    margin-bottom: 10px;
  }
  .next-sec ul li:nth-of-type(3n) {
    border-right: 0;
  }
  .next-sec ul {
    margin-top: 0;
  }
  .footer-top {
    padding: 0 0 30px;
  }
  .other-middle {
    padding: 45px 0;
  }
  .prod-inner {
    text-align: center;
  }
  .product-category li:last-of-type {
    float: left !important;
  }
  .product-category li {
    height: 40px;
    float: left;
    padding-bottom: 0;
  }
  .products {
    padding: 45px 0;
  }
  .prod-outer {
    width: 70%;
    display: inline-block;
    float: none;
  }
  .mix {
    text-align: center;
  }
  .detail-services .row > div:nth-of-type(2) {
    border-left: 0;
    border-top: 1px solid #d1d1d1;
  }
  .detail-top-section {
    height: auto;
    margin-bottom: 45px;
  }
  .detail-image {
    margin-top: 30px;
  }
  .P_text p {
    font: 20px/33px "robotolight";
  }
  .detail-middle h3.case-heading {
    margin-bottom: 30px;
  }
  .detail-services {
    margin: 35px 0;
  }
  .detail-services .row > div {
    padding: 20px;
  }
  h4.mini-heading {
    margin-bottom: 10px;
  }
  .top-space {
    margin-top: 0;
  }
  .detail-middle {
    padding-bottom: 45px;
  }
  .form_row_container input[type="text"],
  .form_row_container input[type="email"],
  .form_row_container input[type="tel"],
  .form_row_container input[type="url"],
  .form_row_container input[type="password"],
  .form_row_container select,
  .form_row_container textarea {
    padding: 10px !important;
  }
  .search-outer_form .form_row_container:nth-of-type(4) {
    width: 100% !important;
  }
  .search-outer_form .general_style_input_button {
    width: 100% !important;
  }
  .banner-inner h2 {
    font: 27px/41px "robotobold";
    margin-bottom: 15px !important;
  }
  .case-study-banner .row > div {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-inner .search-outer p {
    max-width: 15em !important;
  }
  .search-outer .banner_service_option {
    width: 95%;
  }
  .search-outer .general_style_input_button {
    width: 100%;
  }
  .m-responsive {
    width: 100%;
    height: auto;
    float: left;
  }
  nav .wpmm_mobile_menu_btn {
    background: #fa9d00 !important;
  }
  .navbar-title {
    padding-top: 10px;
  }
  .navbar-title:before {
    top: 10px;
  }
  .wpmm-mobile-menu a.wpmm_mobile_menu_btn {
    position: absolute;
    right: 0;
    bottom: 100%;
  }
  .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
    background: #000;
    position: relative;
  }
  header {
    position: relative;
    float: none;
  }
  nav .form_row_container:nth-of-type(2n) {
    padding-left: 0 !important;
  }
  nav .form_row_container {
    width: 100% !important;
  }
  nav
  .wpcf7-form-control.wpcf7-submit.general_style_input_button.general_style_input_button_yellow {
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  nav div.wpcf7 .wpcf7-recaptcha iframe {
    margin: 15px 0 !important;
  }
  nav .form_row_container:nth-of-type(2n + 1) {
    padding-right: 0 !important;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li.wpmm_dropdown_menu
  ul.wp-megamenu-sub-menu {
    background: transparent;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li.wpmm_dropdown_menu
  ul.wp-megamenu-sub-menu
  li:last-of-type {
    border-bottom: 0 !important;
  }
  nav span.wpmm-selected-icon .fa-angle-right::before {
    content: "\f107";
  }
}
@media only screen and (max-width: 767px) {
  .subpage_section_multi_column_container .subpage_column {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mob-logo {
    width: 300px;
    display: block;
    margin: 5px 0 0 20px;
  }
  .section_navigation_container {
    display: none;
  }
  .section_banner .btn-container {
    width: 100%;
    max-width: 15em;
  }
  .section_banner .btn-container .banner_service_option {
    width: 100%;
    margin: 0 0 0.5em;
  }
  .section_banner .btn-container .general_style_input_button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
    position: relative;
  }
  .carousel .item p{
    font-size: 12px;
  }
  .service_package_category_container {
    padding: 1em 0 !important;
  }
  .carousel-indicators li, .carousel-indicators li.active {
    width: 7px;
    height: 7px;
  }
  .carousel .carousel-indicators {
    display: inline-flex;
  }
  .service_package_category_testimonial_container {
    padding: 20px 5px;
  }
  #wp-megamenu-mega_menu {
    padding: 0;
  }
  .top4_logo_container {
    width: 80px;
    padding: 10px 0;
  }
  .top4_logo_container .big_logo {
    display: none;
  }
  .top4_logo_container .small_logo {
    display: block;
    width: 100%;
  }
  .navbar-title {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_countries span img {
    display: inline-block;
  }
  .dropdown_countries .dropdown_content {
    background: transparent;
    padding: 0px;
    min-height: 380px;
    margin-top: 20px;
    left: 24px;
  }
  .dropdown_countries .dropdown_content a {
    padding: 5px 0px;
    color: white;
  }
  .section_speak_to_sales .general_style_input_button {
    width: 90%;
    margin: 0 auto 0.5em;
  }
  #digital-marketing-agency-sydney .banner_bg {
    font-size: 0.6em;
  }
  .review_carousel {
    height: 47rem;
  }
  .team_member_introduction {
    height: auto;
    padding-bottom: 2em;
  }
  #mapsfooter {
    width: 100%;
  }
  #search-outer .banner_service_option_submit:after {
    right: 55px;
  }
}
@media only screen and (min-width: 768px) {
  #wp-megamenu-mega_menu.wpmm-sticky-wrap {
    bottom: auto;
  }
  .wpmm-sticky .wpmm-nav-wrap {
    width: auto!important;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a:link,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a:visited {
    padding: 10px 32px;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li {
    border-right: 1px solid #3b3f40;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:first-of-type {
    border-left: 1px solid #3b3f40;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a:focus,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a:hover {
    background: #ffbf13;
    color: #000;
  }
  .wpmm-sticky.wpmm-sticky-wrap {
    position: fixed !important;
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    background: rgba(43, 46, 47, 0.95) !important;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a:link,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a:visited {
    color: #feba14;
    font-weight: bold;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a:hover,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a:focus,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a:active {
    color: #000;
  }
  #wp-megamenu-mega_menu ul.wp-megamenu-sub-menu li {
    border-bottom: 1px solid #3b3f40;
  }
  #wp-megamenu-mega_menu ul.wp-megamenu-sub-menu li a:hover,
  #wp-megamenu-mega_menu ul.wp-megamenu-sub-menu li a:focus,
  #wp-megamenu-mega_menu
  ul.wp-megamenu-sub-menu
  li
  a:active {
    color: #ffa207 !important;
  }
  .contact-our-team-form {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top4_logo_container {
    width: 300px;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a:link,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a:visited {
    padding: 10px 15px;
    font-size: 12px;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a:link,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a:visited {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo_slider_container {
    width: 25%;
  }
  .logo_slider_wrapper_move .logo_slider_container:first-child {
    margin-left: -25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-package-banner h2 .dynamic_typing_container {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .hamburger-nav {
    position: relative;
  }
  #mainNav .main-nav .hamburger-nav::after {
    font-family: fontawesome;
    content: "\f0c9";
    color: #fafafa;
    font-size: 25px;
    position: absolute;
    top: -55px;
    right: -360px;
  }
  #mainNav .menu {
    display: none;
    position: absolute;
    top: 70px;
    height: 800px;
    overflow: hidden;
    background: #000;
    overflow-y: scroll;
  }

  .subpage_section {
    padding: 32em 0 0;
  }
  .subpage_section_content_only {
    padding-top: 8em;
  }
  .subpage_section.subpage_section_white {
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
  }
  .subpage_section.subpage_section_black {
    background: rgba(0, 0, 0, 0.3);
  }
  .subpage_section.subpage_section_lightgray {
    background: rgba(238, 238, 238, 0.3);
  }
  .subpage_section.subpage_section_oceanblue {
    background: rgba(18, 34, 42, 0.3);
  }
  .subpage_section.subpage_section_brown {
    background: rgba(186, 151, 114, 0.3);
  }
  .subpage_section.subpage_section_yellow {
    background: rgba(231, 188, 50, 0.3);
  }
  .subpage_section.subpage_section_green {
    background: rgba(34, 135, 132, 0.3);
  }
  .subpage_section .subpage_section_banner {
    width: 100%;
    height: 32em;
    top: 0;
    left: 0;
    right: auto;
    background-attachment: scroll;
  }
  .subpage_section .container {
    width: 100%;
  }
  .subpage_section .row {
    position: relative;
    padding: 2em 1.5em 10em;
  }
  .subpage_section_white .row {
    background: #fff;
  }
  .subpage_section_black .row {
    background: #000;
  }
  .subpage_section_lightgray .row {
    background: #eee;
  }
  .subpage_section_oceanblue .row {
    background: #12222a;
  }
  .subpage_section_brown .row {
    background: #ba9772;
  }
  .subpage_section_yellow .row {
    background: #e7bc32;
  }
  .subpage_section_green .row {
    background: #228784;
  }
  .subpage_section_button_container {
    text-align: center;
  }
  .subpage_section .row:before {
    display: block;
    width: 100%;
    height: 10em;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: " ";
  }
  .subpage_section_content_only .row:before {
    display: none;
  }
  .subpage_section_white .row:before {
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
  }
  .subpage_section_black .row:before {
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1)
    );
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }
  .subpage_section_lightgray .row:before {
    background: -webkit-linear-gradient(
      top,
      rgba(238, 238, 238, 0),
      rgba(238, 238, 238, 1)
    );
    background: linear-gradient(
      to bottom,
      rgba(238, 238, 238, 0),
      rgba(238, 238, 238, 1)
    );
  }
  .subpage_section_oceanblue .row:before {
    background: -webkit-linear-gradient(
      top,
      rgba(18, 34, 42, 0),
      rgba(18, 34, 42, 1)
    );
    background: linear-gradient(
      to bottom,
      rgba(18, 34, 42, 0),
      rgba(18, 34, 42, 1)
    );
  }
  .subpage_section_brown .row:before {
    background: -webkit-linear-gradient(
      top,
      rgba(186, 151, 114, 0),
      rgba(186, 151, 114, 1)
    );
    background: linear-gradient(
      to bottom,
      rgba(186, 151, 114, 0),
      rgba(186, 151, 114, 1)
    );
  }
  .subpage_section_yellow .row:before {
    background: -webkit-linear-gradient(
      top,
      rgba(231, 188, 50, 0),
      rgba(231, 188, 50, 1)
    );
    background: linear-gradient(
      to bottom,
      rgba(231, 188, 50, 0),
      rgba(231, 188, 50, 1)
    );
  }
  .subpage_section_green .row:before {
    background: -webkit-linear-gradient(
      top,
      rgba(34, 135, 132, 0),
      rgba(34, 135, 132, 1)
    );
    background: linear-gradient(
      to bottom,
      rgba(34, 135, 132, 0),
      rgba(34, 135, 132, 1)
    );
  }
  .subpage_section .row ul,
  .subpage_section .row ol {
    display: inline-block;
    text-align: left;
  }
  .subpage_section_button_container .general_style_input_button {
    margin: 0 0.5em 1em;
  }
  .contact_guarantee ul {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .subpage_section.section_speak_to_sales {
    background: rgba(18, 34, 42, 0.8);
  }
  .section_speak_to_sales .subpage_section_banner {
    height: 100%;
    top: 0;
    background-size: cover;
  }
  .section_speak_to_sales .row {
    background: 0 0;
  }
  .section_speak_to_sales .row:before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #digital-marketing-agency-sydney {
    height: auto;
    background: #eee;
  }
  #digital-marketing-agency-sydney .row {
    padding: 20px 15px;
    font-size: 1.4em;
  }
  #digital-marketing-agency-sydney .banner_bg {
    width: 90em;
    height: 90em;
    position: relative;
    left: auto;
    bottom: auto;
    z-index: auto;
  }
}
@media only screen and (max-width: 991px) {
  #service-map .title_container {
    font-size: 0.8em;
  }
  .svg_drawing_container {
    width: 100%;
    padding: 2em 0 35%;
    font-size: 1em;
  }
  .svg_drawing_container > * {
    display: none;
  }
  .svg_drawing_container > .line_info_container {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto 1em;
    opacity: 1;
    z-index: auto;
  }
}
@media only screen and (max-width: 991px) {
  #content-social-media .banner_bg {
    width: 100%;
    height: 300px;
    top: 50px;
    bottom: auto;
    background-size: contain;
    background-position: bottom center;
  }
}
@media only screen and (max-width: 991px) {
  #message-from-founder {
    background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }
  #message-from-founder .banner_bg {
    width: 100%;
    height: 300px;
    top: 50px;
    bottom: auto;
    background-image: url(../images/rev02aug2017/bg_founder.s.png);
    background-position: bottom center;
  }
  #message-from-founder .row {
    padding: 320px 15px 40px;
  }
  #message-from-founder .row p:first-child:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    margin: 0 0 0.5em;
  }
  #message-from-founder .row p:last-child {
    position: relative;
    text-align: center;
  }
  #message-from-founder .row p:last-child:after {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
  }
}
@media only screen and (max-width: 991px) {
  body.locked {
    overflow: hidden;
    position: fixed;
  }
  .logo_wall_container {
    width: 48%;
  }
  .service_package_selector_trigger {
  }
  .service_package_selector_trigger_new_left {
    border-radius: 5px 5px 0 0;
  }
  .service_package_selector_trigger_new_right {
    border-radius: 0 0 5px 5px;
  }
  .service_package_selector_wrapper {
    position: absolute;
    width: 70%;
    max-width: 70%;
    top: 86%;
  }
  .contact-our-team-form {
    padding: 2em 1em;
  }
}
@media only screen and (max-width: 992px) {
  .testimonial p {
    font: 18px/23px "robotolight";
  }
  .next-sec h5 {
    font: 23px/27px "robotolight";
  }
  .next-sec ul li {
    padding-top: 0;
    margin-bottom: 15px;
  }
  .footer-top h5,
  .footer-top ul {
    width: 100%;
    float: left;
  }
  .navbar-title-text {
    font: 10px/12px "robotoregular";
  }
  .navbar-title {
    padding-left: 30px;
  }
  .detail-top-section {
    margin-bottom: 300px;
  }
  .list_in_line ul li {
    width: 50%;
  }
  .detail-middle .para-text {
    margin-bottom: 30px;
  }
  .middle-banner .white-content {
    padding: 45px 0;
  }
  .top-negetive {
    margin-top: 0;
    float: none !important;
  }
  a.general_style_input_button.mini-set {
    margin-top: 35px;
  }
  .adword-certificate-bg {
    position: static;
  }
  nav .wpcf7-form-control-wrap {
    float: left !important;
  }
  nav .form_row_container:nth-of-type(2n) {
    padding-left: 10px !important;
  }
  nav .form_row_container > label {
    width: 100% !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }
  nav div.wpcf7 .wpcf7-recaptcha iframe {
    margin-top: 35px !important;
  }
  nav .wpcf7-form-control-wrap {
    width: 100% !important;
  }
  nav
  .wpcf7-form-control.wpcf7-submit.general_style_input_button.general_style_input_button_yellow {
    width: 50% !important;
    margin-left: -50% !important;
  }
  .banner2 .row > div:nth-of-type(1) img {
    float: none !important;
    margin: 0 auto 20px;
  }
  .team-detail.other-middle img {
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 992px) {
  .panjang {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 992px) {  
  .search-outer_form .form_row_container:nth-of-type(5) {
    width: 49% !important;
    float: left;
  }
  .dropdown_countries {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 9999;
    display: inline-block;
    padding: 15px;
  }
  .dropdown_countries:after {
    right: -15px;
    top: 13px;
  }
  .dropdown_countries:hover .dropdown_content {
    display: block;
  }
  .review_carousel {
    height: 33rem;
  }
  #wp-megamenu-mega_menu {
    background: #2b2e2f;
  }
  #service-package-banner {
    background: #fffbf2;
  }
  #service-package-banner .banner_content_container {
    padding-bottom: 4em;
    background: #fffbf2
    url(/wp-content/uploads/2019/03/bg_service_package_v2.jpg)
    bottom left no-repeat;
    background-size: cover;
  }
  #service-package-banner .row {
    padding: 7.5em 3em 6em 40em;
  }
  #service-package-banner .banner_content {
    font-size: 1.33333333em;
  }
  #service-package-banner .next_section_container {
    display: block;
  }
  #service-package-banner-2 .banner_bg {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: url(/wp-content/themes/top4/images/bg_service_package_3.jpg)
    center left no-repeat;
    background-size: auto 100%;
    z-index: -1;
  }
  #service-package-banner-3 {
    display: block;
  }
  #service-package-banner-2 .banner_content {
    font-size: 1.33333333em;
  }
  #service-package-banner-2 .row {
    padding: 2em 50% 0 0;
  }
  #service-package-banner-2 .banner_button {
    width: 6.4em;
  }
  #service-package-banner-2 .banner_button.banner_button_get_started {
    margin: 1em 2em;
  }
  #service-package-banner-2 .banner_bottom_text {
    padding: 0.4em 0;
    margin-left: -20%;
    padding-left: 20%;
    background: -webkit-linear-gradient(
      left,
      rgba(248, 177, 88, 0),
      rgba(248, 177, 88, 1) 20%,
      rgba(248, 177, 88, 1) 50%,
      rgba(244, 212, 145, 1) 100%
    );
    background: -moz-linear-gradient(
      left,
      rgba(248, 177, 88, 0),
      rgba(248, 177, 88, 1) 20%,
      rgba(248, 177, 88, 1) 50%,
      rgba(244, 212, 145, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(248, 177, 88, 0),
      rgba(248, 177, 88, 1) 20%,
      rgba(248, 177, 88, 1) 50%,
      rgba(244, 212, 145, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(248, 177, 88, 0),
      rgba(248, 177, 88, 1) 20%,
      rgba(248, 177, 88, 1) 50%,
      rgba(244, 212, 145, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(248, 177, 88, 0),
      rgba(248, 177, 88, 1) 20%,
      rgba(248, 177, 88, 1) 50%,
      rgba(244, 212, 145, 1) 100%
    );
  }
  .service_package_container {
    width: 33.33333333%;
    margin: 0 -3px;
  }
  .customcolumn {
    width: 25.4%;
  }
  .best_value_service_package_container {
    min-height: 23em;
    padding-top: 6em;
    padding-bottom: 5em;
    margin-top: -1.5em;
  }
  .service_package_category_description:before {
    left: auto;
    right: 100%;
  }
  .service_package_category_description > p {
    text-indent: 0;
  }  
  .logo_slider_container {
    width: 16.666666666667%;
  }
  .logo_slider_wrapper_move .logo_slider_container:first-child {
    margin-left: -16.666666666667%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo_wall_container {
    width: 23%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #service-package-banner-2 {
    background: 0 0;
  }
  #service-package-banner-2 .banner_bottom_text {
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #message-from-founder {
    background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/rev02aug2017/bg_founder_message.m.jpg);
    background-image: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/rev02aug2017/bg_founder_message.m.jpg);
    background-image: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/rev02aug2017/bg_founder_message.m.jpg);
    background-image: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/rev02aug2017/bg_founder_message.m.jpg);
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0.1) 90%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/rev02aug2017/bg_founder_message.m.jpg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .svg_drawing_container {
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #industry_block_container_accommodation:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_accommodation.s.jpg);
  }
  #industry_block_container_automotive:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_automotive.s.jpg);
  }
  #industry_block_container_clubs-assoc:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_clubs.s.jpg);
  }
  #industry_block_container_construction:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_construction.s.jpg);
  }
  #industry_block_container_education:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_education.s.jpg);
  }
  #industry_block_container_entertainment:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_entertainment.s.jpg);
  }
  #industry_block_container_fashion:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_fashion.s.jpg);
  }
  #industry_block_container_financial:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_financial.s.jpg);
  }
  #industry_block_container_fitness-and-wellbeing:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_fitness.s.jpg);
  }
  #industry_block_container_fmcg:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_fmcg.s.jpg);
  }
  #industry_block_container_health-and-beauty:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_beauty.s.jpg);
  }
  #industry_block_container_legal:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_legal.s.jpg);
  }
  #industry_block_container_local-business:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_local.s.jpg);
  }
  #industry_block_container_manufacturing:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_manufacturing.s.jpg);
  }
  #industry_block_container_medical:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_medical.s.jpg);
  }
  #industry_block_container_not-for-profit:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_nfp.s.jpg);
  }
  #industry_block_container_real-estate:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_realestate.s.jpg);
  }
  #industry_block_container_restaurant:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_restaurant.s.jpg);
  }
  #industry_block_container_retail:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_retail.s.jpg);
  }
  #industry_block_container_solar:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_solar.s.jpg);
  }
  #industry_block_container_travel:before {
    background-image: url(../images/rev02aug2017/bg_industry_block_travel.s.jpg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a:link,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a:visited {
    padding: 10px 25px;
  }
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a:link,
  #wp-megamenu-mega_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:last-of-type
  a:visited {
    padding: 10px 45px;
  }
}
@media only screen and (max-width: 1169px) {
  .case-heading br {
    display: none;
  }
  .product-category li {
    padding: 15px 30px 15px 0;
  }
  .detail-services .row > div:nth-of-type(2) {
    padding-left: 15px;
  }
  .detail-top-section {
    margin-bottom: 410px;
  }
  .search-outer_form {
    width: 100% !important;
  }
  .about-us-p1 {
    background-position: 95% top !important;
    background-size: unset !important;
    position: relative;
  }
  .about-us-p1:after {
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1) 40%,
      rgba(0, 0, 0, 0.5) 70%,
      rgba(0, 0, 0, 0) 100%
    );
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-us-p2 {
    background-position: left top !important;
    background-size: unset !important;
    position: relative;
  }
  .about-us-p2:after {
    background-image: linear-gradient(
      to top,
      rgba(244, 244, 244, 1),
      rgba(244, 244, 244, 1) 40%,
      rgba(244, 244, 244, 0.5) 50%,
      rgba(244, 244, 244, 0) 100%
    );
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  a.general_style_input_button.mini-set {
    width: 200px;
  }
  .container {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 1199px) {
  #service-package-banner h2 .dynamic_typing_container {
    display: inline-block;
  }
  #service-package-banner-2 {
    position: relative;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1) 7.5%,
      rgba(255, 255, 255, 0) 18.5%,
      rgba(255, 255, 255, 0) 81.5%,
      rgba(255, 255, 255, 1) 92.5%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1) 7.5%,
      rgba(255, 255, 255, 0) 18.5%,
      rgba(255, 255, 255, 0) 81.5%,
      rgba(255, 255, 255, 1) 92.5%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1) 7.5%,
      rgba(255, 255, 255, 0) 18.5%,
      rgba(255, 255, 255, 0) 81.5%,
      rgba(255, 255, 255, 1) 92.5%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1) 7.5%,
      rgba(255, 255, 255, 0) 18.5%,
      rgba(255, 255, 255, 0) 81.5%,
      rgba(255, 255, 255, 1) 92.5%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1) 7.5%,
      rgba(255, 255, 255, 0) 18.5%,
      rgba(255, 255, 255, 0) 81.5%,
      rgba(255, 255, 255, 1) 92.5%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  #service-package-banner-2 .banner_button_container {
    padding: 2em 0 3em;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .service_package_category_testimonial_content {
    max-width: 80%;
  }
  .p-select-service {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bolder;
  }
}