* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
#page {
  overflow: hidden;
}
section {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
}
.b2-bg-accent-color {
  background-color: #ffbb1c;
}
body:not(.home) .b2-inner-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.b2-inner-content {
  max-width: 100% !important;
  margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 16px 0;
  clear: both;
  white-space: normal;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.625rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}
p,
.b2-paragraph {
  color: inherit;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  white-space: pre-wrap;
  margin: 16px 0;
}
.b2-text-accent-color {
  color: #ffbb1c;
}
.b2-title-font {
  font-family: 'Poppins', sans-serif;
}
.b2-paragraph-font {
  font-family: 'Poppins', sans-serif;
}
.post-thumbnail {
  float: left;
  max-width: 300px;
  margin: 0 16px 16px 0;
}
a {
  color: #4169e1;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
a:hover {
  opacity: 0.8;
}
.b2-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1rem;
  margin: 16px 0;
  background-color: #212529;
  border: 2px solid #212529;
  border-radius: 6px;
}
.b2-link:hover {
  opacity: 1;
  border-color: #fff;
  background: transparent;
}
.b2-link.light {
  background-color: #ffbb1c;
  border-color: #ffbb1c;
}
.b2-link.light:hover {
  border-color: #fff;
  background: transparent;
}
.b2-link.dark-hover:hover {
  background-color: #212529;
  border-color: #212529;
}
.b2-link.light-hover:hover {
  background-color: transparent;
  border-color: #fff;
}
.b2-link.bordered {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.b2-link.bordered:hover {
  background-color: #ffbb1c;
  border-color: #ffbb1c;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.nav-links {
  display: flex;
  justify-content: space-between;
}
.b2-social {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: #ffbb1c;
  border-radius: 50%;
}
.b2-btt-toggle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.b2-btt-toggle.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.b2-btt-toggle a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: #ffbb1c;
  border-radius: 50%;
}
.b2-mob-phone {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.b2-mob-phone a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: #ffbb1c;
  border-radius: 50%;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=url],
form input[type=search],
form select,
form textarea {
  appearance: none;
  outline: none;
  display: block;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
form textarea {
  min-height: 100px;
  padding: 8px;
  resize: none;
}
form button,
form input[type=submit] {
  display: block;
  padding: 16px 24px;
  font-size: 18px;
  color: #fff;
  background-color: #ffbb1c;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-in;
}
form button:hover,
form input[type=submit]:hover {
  opacity: 0.7;
}
.single-post main#primary,
.page-template-default main#primary,
.page-template-template-default-nobanner main#primary,
.archive main#primary,
.error404 main#primary {
  max-width: 85.31%;
  margin: 0 auto;
  padding: 0 15px;
}
.page-template-template-fullwidth main#primary {
  max-width: 100%;
  padding: 0;
}
main#primary {
  min-height: 500px;
}
div#comments {
  display: none;
}
.entry-meta,
.entry-footer {
  margin-bottom: 16px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.b2-hp-banner {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.b2-hp-banner .b2-hp-banner-slide-item canvas {
  display: block;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.b2-hp-banner .b2-hp-banner-slide-item > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85.31%;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95.31%;
  pointer-events: none;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows span {
  font-size: 64px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
.b2-hp-banner .b2-hp-banner-arrows span.next {
  float: right;
}
.b2-hp-banner .b2-hp-banner-arrows span:hover {
  color: #ffbb1c;
}
.b2-hp-banner .b2-hp-banner-dots {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-dots ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.b2-hp-banner .b2-hp-banner-dots ul li.slick-active button {
  background-color: #ffbb1c;
}
.b2-hp-banner .b2-hp-banner-dots ul li button {
  font-size: 0;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.b2-partners {
  position: relative;
}
.b2-partners .b2-partners-slide .b2-partners-item {
  position: relative;
  padding: 0 15px;
}
.b2-partners .b2-partners-slide .b2-partners-item a {
  display: block;
}
.b2-partners .b2-partners-slide .b2-partners-item a.no-link {
  pointer-events: none;
}
.b2-partners .b2-partners-slide .b2-partners-item a img {
  max-height: 200px;
  margin: 0 auto;
}
.b2-partners .b2-partners-slide .b2-partners-item a img.light {
  filter: brightness(0) invert(1);
}
.b2-partners .b2-partners-slide .b2-partners-item a img.dark {
  filter: brightness(0);
}
.page .b2-sitemap {
  line-height: 1.5;
  list-style: disc;
  margin-left: 32px;
}
.page .b2-sitemap > li {
  margin-bottom: 8px;
}
.page .b2-sitemap > li > a {
  margin-bottom: 12px;
}
.page .b2-sitemap ul {
  list-style: disc;
  padding-left: 16px;
  margin: 8px 0 0 0;
}
.b2-faq-item {
  position: relative;
  margin-bottom: 30px;
}
.b2-faq-item .b2-faq-item-q {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 16px;
  cursor: pointer;
  box-shadow: 0 0 12px #ddd;
  transition: all 0.4s ease-in-out;
}
.b2-faq-item .b2-faq-item-q.tab-close i {
  transform: rotate(180deg);
  transform-origin: 6px 4px;
}
.b2-faq-item .b2-faq-item-q:hover {
  opacity: 0.8;
}
.b2-faq-item .b2-faq-item-q i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.b2-faq-item .b2-faq-item-a {
  display: none;
  padding: 16px;
}
.b2-blog-item {
  position: relative;
  margin-bottom: 30px;
}
.b2-blog-item a {
  display: block;
  color: inherit;
}
.b2-blog-item a .b2-blog-item-image canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b2-blog-item a .b2-blog-item-details {
  position: relative;
}
.b2-blog-item a .b2-blog-item-details span {
  min-width: auto;
}
.b2-mh-wrap {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 12px 16px;
  background-color: #fff;
  box-shadow: 0 0 12px #6c6c6c;
}
.b2-mh-wrap .b2-mh-top-bar-col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-logo img {
  max-height: 83px;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu > a {
  font-size: 19px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: #ffbb1c;
  border-radius: 50%;
  margin-left: auto;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  display: none;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li {
  background-color: #fff;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li:nth-child(odd) {
  background-color: #f3f3f3;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li.menu-item-has-children > a::after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
  color: #ffbb1c;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 16px 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link {
  color: #fff;
  background-color: #ffbb1c;
  opacity: 1;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li > a.active-link::after {
  color: #fff;
  transform: translateY(-50%) rotate(0deg);
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu {
  display: none;
  padding: 0;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li {
  background-color: #ffbb1c;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li:nth-child(odd) {
  opacity: 0.9;
}
.b2-mh-wrap .b2-mh-top-bar-col.col-menu #mobilenav > li .sub-menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
.b2-about-template {
  position: relative;
  padding: 0;
}
.b2-about-template img {
  max-width: 800px;
}
.b2-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2-contact-details li {
  margin-bottom: 8px;
}
.b2-contact-details li i {
  font-size: 16px;
  color: #000;
}
.b2-contact-details li a {
  font-size: 16px;
  color: #000;
}
.b2-contact-form {
  font-size: 0;
  position: relative;
}
.b2-contact-form p {
  margin: 0;
}
.b2-contact-form br {
  display: none;
}
.b2-contact-form form.wpcf7-form > p {
  display: none;
}
.b2-contact-form .b2-contact-form-field {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
}
.b2-contact-form .b2-contact-form-field.half {
  width: 50%;
}
.b2-contact-form .b2-contact-form-field.half.pad-left {
  padding-left: 8px;
}
.b2-contact-form .b2-contact-form-field.half.pad-right {
  padding-right: 8px;
}
.b2-contact-form .b2-contact-form-field.full {
  width: 100%;
}
.b2-contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  width: auto !important;
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
}
.b2-contact-form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0 !important;
}
.header-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.header-backdrop.open {
  display: block;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100vh;
  padding: 0 15px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 100;
}
header.open {
  width: 800px;
}
header.open .main-navigation {
  left: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 1.7s ease-in-out;
}
header .header-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  width: 70px;
  height: 100%;
  z-index: 1;
}
header .header-bar .header-logo {
  padding: 32px 0;
}
header .header-bar .header-bm {
  margin-bottom: 32px;
}
header .header-bar .header-bm a {
  display: block;
  position: relative;
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
header .header-bar .header-bm a.pulse::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  opacity: 0;
  background-color: #ffbb1c;
  animation: scaleIn 1.5s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  pointer-events: none;
}
header .header-bar .header-bm a i {
  font-size: 32px;
  color: #ffbb1c;
}
header .main-navigation {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  padding: 0 22%;
  width: 100%;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
header .main-navigation #headernav > li {
  margin-bottom: 32px;
}
header .main-navigation #headernav > li:hover > a {
  color: #ffbb1c;
  opacity: 1;
}
header .main-navigation #headernav > li > a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
header .main-navigation #headernav > li .sub-menu {
  margin-left: 12px;
}
header .main-navigation #headernav > li .sub-menu li {
  margin-bottom: 16px;
}
header .main-navigation #headernav > li .sub-menu li a {
  display: block;
  font-size: 1.375rem;
  color: #000;
}
header .main-navigation #headernav > li .sub-menu li a:hover {
  color: #ffbb1c;
  opacity: 1;
}
header .main-navigation .header-cd {
  margin-top: 16%;
}
header .main-navigation .header-cd li {
  font-size: 2rem;
  margin-bottom: 24px;
}
header .main-navigation .header-cd li a {
  color: #000;
  font-weight: 700;
}
header .main-navigation .header-cd li a:hover {
  color: #ffbb1c;
  opacity: 1;
}
header .main-navigation .header-sm li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@-moz-keyframes scaleIn {
  from {
    transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0.2;
  }
  to {
    transform: translate(-50%, -50%) scale(2.5, 2.5);
    opacity: 0;
  }
}
@-webkit-keyframes scaleIn {
  from {
    transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0.2;
  }
  to {
    transform: translate(-50%, -50%) scale(2.5, 2.5);
    opacity: 0;
  }
}
@-o-keyframes scaleIn {
  from {
    transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0.2;
  }
  to {
    transform: translate(-50%, -50%) scale(2.5, 2.5);
    opacity: 0;
  }
}
@keyframes scaleIn {
  from {
    transform: translate(-50%, -50%) scale(0.5, 0.5);
    opacity: 0.2;
  }
  to {
    transform: translate(-50%, -50%) scale(2.5, 2.5);
    opacity: 0;
  }
}
footer p {
  margin: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #212529;
  line-height: 1;
  background-color: #fff;
  margin: 0;
}
.o-scroll {
  display: none;
  background-color: #212529 !important;
}
.home main#primary {
  max-width: 100%;
  padding: 0;
}
.home article,
.home .entry-content,
.home ul,
.home p {
  margin: 0;
  padding: 0;
}
.home ul {
  list-style: none;
}
.header-spacer {
  width: 100px;
}
.section-fullwidth {
  position: relative;
  width: calc(100vw - 100px);
  padding: 3rem 5vw;
}
.section-fullwidth > span {
  font-size: 16vw;
  font-weight: 700;
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.1;
}
.section-fullwidth > span.dark {
  color: #000;
}
.pv-banner {
  background-image: url("/wp-content/uploads/2023/01/gold-coast-aeriel-shot-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pv-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212529;
  opacity: 0.8;
  pointer-events: none;
  z-index: 2;
}
.pv-banner section {
  flex-direction: row;
}
.pv-banner h1 span {
  color: #ffbb1c;
}
.pv-qualities {
  background: #212529;
}
.pv-qualities h2 {
  margin-bottom: 32px;
}
.pv-qualities h2 span {
  color: #ffbb1c;
}
.pv-qualities .pv-qualities-item {
  position: relative;
  border: 1px solid #ffbb1c;
  border-radius: 8px;
  box-shadow: 0 0 20px #000;
  margin-bottom: 32px;
  transform: translateY(50px);
  transition: all 1s ease-in;
  transition-delay: 1s;
  opacity: 0;
  overflow: hidden;
}
.pv-qualities .pv-qualities-item.is-inview {
  opacity: 1;
  transform: none;
}
.pv-qualities .pv-qualities-item .pv-qualities-item-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  background-color: #ffbb1c;
}
.pv-qualities .pv-qualities-item .pv-qualities-item-top i {
  font-size: 2.375rem;
  margin-right: 16px;
}
.pv-qualities .pv-qualities-item .pv-qualities-item-top h3 {
  line-height: 1;
  margin: 0;
}
.pv-qualities .pv-qualities-item .pv-qualities-item-desc {
  padding: 16px;
}
.pv-qualities .pv-qualities-item .pv-qualities-item-desc p:first-child {
  margin-bottom: 16px;
}
.pv-graph {
  background-color: #212529;
}
.pv-graph .pv-graph-txt {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 1s ease-in;
  transition-delay: 1s;
}
.pv-graph .pv-graph-txt.is-inview {
  opacity: 1;
  transform: none;
}
.pv-graph h2 {
  margin-bottom: 32px;
}
.pv-graph h2 span {
  color: #ffbb1c;
}
.pv-graph .pv-graph-img {
  transform: scale(0.5);
  opacity: 0;
  transition: all 1s ease-in;
  transition-delay: 1s;
}
.pv-graph .pv-graph-img.is-inview {
  opacity: 1;
  transform: scale(1);
}
.pv-graph img {
  max-width: 520px;
  margin: 0 auto;
}
.pv-graph .b2-link {
  margin-top: 32px;
}
.pv-clients {
  background-image: url("/wp-content/uploads/2023/01/gold-coast-aeriel-shot-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pv-clients::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212529;
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
}
.pv-clients .pv-clients-txt {
  transform: translateX(50px);
  opacity: 0;
  transition: all 1s ease-in;
  transition-delay: 1s;
}
.pv-clients .pv-clients-txt.is-inview {
  opacity: 1;
  transform: none;
}
.pv-clients h2 span {
  color: #ffbb1c;
}
.pv-clients .pv-clients-list {
  position: relative;
  white-space: normal;
}
.pv-clients .pv-clients-list.is-inview ul li {
  opacity: 1;
  transform: scale(1);
}
.pv-clients .pv-clients-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pv-clients .pv-clients-list ul li {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 12px;
  transform: scale(0.5);
  opacity: 0;
  transition: all 1s ease-in;
  transition-delay: 1s;
}
.pv-clients .pv-clients-list ul li img {
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.pv-stats {
  background-color: #fff;
}
.pv-stats .pv-stats-txt {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 1s ease-in;
  transition-delay: 1s;
}
.pv-stats .pv-stats-txt.is-inview {
  opacity: 1;
  transform: none;
}
.pv-stats h2 span {
  color: #ffbb1c;
}
.pv-stats .pv-stats-list.is-inview ul .pv-stats-item {
  opacity: 1;
  transform: none;
}
.pv-stats .pv-stats-list ul {
  display: flex;
  justify-content: space-around;
  flex-flow: wrap;
}
.pv-stats .pv-stats-list ul .pv-stats-item {
  position: relative;
  width: 33.33%;
  padding: 0 8px;
  white-space: normal;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 1s ease-in;
  transition-delay: 1s;
}
.pv-stats .pv-stats-list ul .pv-stats-item:nth-child(1) {
  margin-top: -36px;
}
.pv-stats .pv-stats-list ul .pv-stats-item:nth-child(3) {
  margin-top: 36px;
}
.pv-stats .pv-stats-list ul .pv-stats-item a {
  display: block;
  position: relative;
  padding: 24px;
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #212529;
}
.pv-stats .pv-stats-list ul .pv-stats-item a:hover {
  opacity: 1;
}
.pv-stats .pv-stats-list ul .pv-stats-item a span {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.pv-work {
  background-color: #ffbb1c;
}
.pv-work.is-inview img {
  opacity: 1;
  transform: scale(1);
}
.pv-work h2 span {
  color: #fff;
}
.pv-work img {
  object-fit: cover;
  object-position: center;
  height: 180px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  transform: scale(0.5);
  opacity: 0;
  transition: all 1s ease-in;
  transition-delay: 1s;
}
.pv-revenue {
  background-color: #212529;
}
.pv-revenue .pv-revenue-txt {
  transform: translateX(50px);
  opacity: 0;
  transition: all 1s ease-in;
  transition-delay: 1s;
}
.pv-revenue .pv-revenue-txt.is-inview {
  opacity: 1;
  transform: none;
}
.pv-revenue h2 span {
  color: #ffbb1c;
}
.pv-revenue h4 {
  margin-bottom: 32px;
}
.pv-revenue .pv-revenue-img {
  transform: translateX(500px);
  opacity: 0;
  transition: all 1s ease-in;
  transition-delay: 1s;
}
.pv-revenue .pv-revenue-img.is-inview {
  opacity: 1;
  transform: translateX(0);
}
.pv-revenue img {
  width: calc(100% + 147px);
  max-width: initial !important;
}
.pv-revenue .pv-revenue-list {
  position: relative;
  white-space: normal;
}
.pv-revenue .pv-revenue-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.pv-revenue .pv-revenue-list ul li {
  width: 25%;
  padding: 0 8px;
  text-align: center;
  margin-bottom: 38px;
}
.pv-revenue .pv-revenue-list ul li i {
  display: block;
  font-size: 34px;
  margin-bottom: 12px;
}
.pv-revenue .pv-revenue-list ul li strong {
  display: block;
  font-size: 24px;
  color: #ffbb1c;
  margin-bottom: 6px;
}
.pv-revenue .pv-revenue-list ul li p {
  font-size: 18px;
  text-transform: uppercase;
}
.pv-cf {
  background-color: #ffbb1c;
}
.pv-cf h2 span {
  color: #212529;
}
.pv-cf .pv-cf-form {
  position: relative;
  white-space: normal;
  margin-bottom: 32px;
}
.pv-cf .pv-cf-form .form-cf-field {
  display: inline-block;
  vertical-align: top;
}
.pv-cf .pv-cf-form .form-cf-field.half {
  width: 49.7%;
  margin-bottom: 24px;
}
.pv-cf .pv-cf-form .form-cf-field.pad-left {
  padding-left: 8px;
}
.pv-cf .pv-cf-form .form-cf-field.pad-right {
  padding-right: 8px;
}
.pv-cf .pv-cf-form .form-cf-field.full {
  width: 100%;
}
.pv-cf .pv-cf-form .form-cf-field input,
.pv-cf .pv-cf-form .form-cf-field textarea {
  border: none;
  color: #fff;
  padding: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.pv-cf .pv-cf-form .form-cf-field input::placeholder,
.pv-cf .pv-cf-form .form-cf-field textarea::placeholder {
  color: #fff;
}
.pv-cf .pv-cf-form .form-cf-field input {
  height: 42px;
}
.pv-cf .pv-cf-form .form-cf-field textarea {
  resize: none;
  padding: 11px 0;
}
.pv-cf .pv-cf-form .form-cf-field .wpcf7-not-valid-tip {
  position: absolute;
  top: auto !important;
  bottom: 0;
  left: auto !important;
  font-size: 12px;
  width: 158px;
}
.pv-cf .pv-cf-form .form-cf-submit {
  margin-top: 34px;
}
.pv-cf .pv-cf-form .wpcf7-response-output {
  position: absolute;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin: 0 !important;
}
.pv-cf .pv-cf-txt-row {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.pv-cf .pv-cf-txt-row > div {
  width: 33.33%;
  padding-right: 12px;
}
.pv-cf .pv-cf-txt-row > div.phone-number a {
  font-size: 2rem;
}
.pv-cf .pv-cf-txt-row > div a {
  color: #fff;
  line-height: 1.5;
}
.pv-cf .pv-cf-txt-row > div ul {
  margin: 0;
}
.pv-cf .pv-cf-txt-row > div ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.pv-cf .pv-cf-txt-row > div ul li a {
  background-color: #212529;
  line-height: 1;
}
.pv2-ip-intro {
  background-image: url("/wp-content/uploads/2023/04/stats-device.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pv2-ip-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212529;
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
}
.pv2-ip-intro .b2-inner-content {
  max-width: 1300px !important;
  margin: 0 auto !important;
}
.pv2-ip-intro .pv2-ip-intro-top {
  margin-bottom: 42px;
}
.pv2-ip-intro .pv2-ip-intro-top h1 span {
  color: #ffbb1c;
}
.pv2-ip-intro .pv2-ip-intro-item {
  margin-bottom: 42px;
}
.pv2-ip-intro .pv2-ip-intro-item i {
  font-size: 97px;
  text-shadow: 0 0 35px #000;
}
.pv2-ip-intro .pv2-ip-intro-item p {
  font-size: 22px;
}
.pv2-ip-videos h2 {
  margin-bottom: 32px;
}
.pv2-ip-videos .pv2-ip-videos-main {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 30px;
  box-shadow: 0 0 32px #000;
}
.pv2-ip-videos .b2-row {
  max-width: 1310px;
  margin: 0 auto;
}
.pv2-ip-videos .b2-row a {
  display: block;
  position: relative;
}
.pv2-ip-videos .b2-row a.active-vid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ffbb1c;
  pointer-events: none;
}
.pv2-ip-videos .b2-row a canvas {
  display: block;
  width: 100%;
  height: 150px;
  background-color: rgba(0,0,0,0.5);
}
.pv2-ip-videos .b2-row a i {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pv2-ip-packages {
  background-color: #fff;
}
.pv2-ip-packages .pv2-ip-packages-top {
  margin-bottom: 32px;
}
.pv2-ip-packages .pv2-ip-packages-top h2 span {
  color: #ffbb1c;
}
.pv2-ip-packages .pv2-ip-packages-list {
  position: relative;
  max-width: 1200px;
  margin: 60px auto 0;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item {
  position: relative;
  padding: 30px 15px 0;
  min-height: 650px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 8px 8px 16px rgba(0,0,0,0.16);
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item.popular {
  border-color: #ffbb1c;
  margin-top: -20px;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item.popular::before {
  content: "Recommended";
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ffbb1c;
  padding: 12px;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item.enterprise {
  color: #fff;
  background-color: #ffbb1c;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item .price {
  font-size: 32px;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item .price span {
  font-size: 16px;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item a {
  width: 100%;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item .info {
  text-align: center;
  margin: 0 0 32px;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item .inclusion {
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item .inclusion strong {
  text-transform: uppercase;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item .inclusion ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item .inclusion ul li {
  margin-bottom: 12px;
}
.pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item .inclusion ul li i {
  color: light-color;
}
.pv2-ip-testimonials {
  background-image: url("/wp-content/uploads/2023/04/reviews-bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pv2-ip-testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212529;
  opacity: 0.7;
  pointer-events: none;
}
.pv2-ip-testimonials h2 {
  margin-bottom: 42px;
}
.pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap .pv2-ip-testimonials-item {
  position: relative;
}
.pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap .pv2-ip-testimonials-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap .pv2-ip-testimonials-item ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  margin: 0 2px;
}
.pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap .pv2-ip-testimonials-item p {
  font-size: 20px;
  font-style: italic;
}
.pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap .pv2-ip-testimonials-item p::first-letter {
  font-size: 32px;
}
.pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap .pv2-ip-testimonials-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin: 0 auto 12px;
  box-shadow: 0 0 30px #2c2c2c;
}
.pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap .pv2-ip-testimonials-arrows i {
  display: inline-block;
  font-size: 22px;
  text-align: center;
  width: 50px;
  padding: 14px 0;
  background: #ffbb1c;
  border-radius: 50%;
  margin: 30px 10px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap .pv2-ip-testimonials-arrows i:hover {
  opacity: 0.7;
}
.pv2-ip-portfolio-content {
  position: relative;
  z-index: 1;
}
.pv2-ip-portfolio-content h2 {
  margin-bottom: 32px;
}
.pv2-ip-portfolio-content h2 span {
  color: #ffbb1c;
}
.pv2-ip-portfolio-content .b2-col.col-4 {
  padding: 0;
  margin: 0;
}
.pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item {
  position: relative;
}
.pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a {
  display: block;
  overflow: hidden;
}
.pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a:hover {
  opacity: 1;
}
.pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a:hover img {
  transform: scale(1.1);
}
.pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid #fff;
  pointer-events: none;
  z-index: 1;
}
.pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease-in-out;
}
.pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 8px #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  z-index: 1;
}
.b2-ip-banner {
  position: relative;
}
.b2-ip-banner canvas {
  display: block;
  width: 100%;
  min-height: 200px;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffbb1c;
}
h1.entry-title {
  font-size: 64px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 15px;
  }
  .pv2-ip-portfolio-content h2 {
    margin-bottom: 128px;
  }
}
@media only screen and (max-width: 1550px) {
  html {
    font-size: 14px;
  }
  .pv2-ip-portfolio-content h2 {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
  .pv-cf .pv-cf-form .form-cf-field.half {
    width: 49.6%;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 12px;
  }
  .section-fullwidth {
    width: 120vw;
  }
  .pv-graph img {
    max-width: 430px;
    margin: 0 auto;
  }
  .pv-stats .pv-stats-list ul .pv-stats-item a span {
    padding: 10px;
  }
  .pv2-ip-intro {
    width: 94vw !important;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 11px;
  }
  .pv2-ip-intro .b2-inner-content {
    max-width: 800px !important;
  }
  .pv2-ip-videos .b2-inner-content {
    max-width: 1000px !important;
    margin: 0 auto !important;
  }
  .pv2-ip-intro {
    width: 92vw !important;
  }
  .pv2-ip-videos .b2-row a canvas {
    height: 100px;
  }
  .pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item {
    min-height: 585px;
  }
  .pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item h3 {
    margin-bottom: 0;
  }
  .pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item p.description,
  .pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item .price {
    margin: 0;
  }
  .pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a img {
    height: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 10px;
  }
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .section-fullwidth {
    width: 170vw;
  }
  .pv-stats .pv-stats-list ul .pv-stats-item a {
    padding: 28px;
  }
  .pv-stats .pv-stats-list ul .pv-stats-item a h3 {
    font-size: 22px;
  }
  .pv-stats .pv-stats-list ul .pv-stats-item a p {
    font-size: 18px;
  }
  .pv-stats .pv-stats-list ul .pv-stats-item a span {
    padding: 12px;
    left: 12px;
    bottom: 12px;
  }
  .pv-revenue img {
    width: calc(100% + 118px);
  }
}
@media only screen and (min-width: 1081px) {
  .b2-hide-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1080px) {
  .o-scroll {
    display: block;
  }
  .b2-hide-desktop {
    display: block !important;
  }
  .b2-hide-mobile {
    display: none !important;
  }
  .home main#primary,
  body:not(.home) div#page {
    padding: 90px 0 0 !important;
  }
  .b2-hide-mobile {
    display: none !important;
  }
  .b2-btt-toggle {
    bottom: 90px;
  }
  section {
    display: block;
  }
  .b2-inner-content,
  main#primary {
    max-width: 100%;
  }
  .b2-row {
    display: block;
  }
  .b2-row .b2-col {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .b2-link {
    display: block;
    font-size: 16px;
    max-width: 180px;
    margin: 0 auto;
  }
  form button,
  form input[type=submit] {
    min-width: auto;
    width: 100%;
  }
  .b2-hp-banner .b2-hp-banner-slide-item > div {
    text-align: center;
  }
  .b2-hp-banner .b2-hp-banner-slide-item p {
    font-size: 12px;
  }
  .b2-hp-banner .b2-hp-banner-dots {
    bottom: 18px;
  }
  .b2-blog-item {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
  }
  .b2-about-template img {
    max-width: 100%;
  }
  .section-fullwidth {
    width: 100% !important;
    padding: 62px 15px;
    margin-left: 0;
  }
  .pv-banner {
    padding: 215px 0;
  }
  .pv-banner,
  .pv-qualities h2,
  .pv-graph,
  .pv-clients,
  .pv-stats,
  .pv-revenue,
  .pv-cf h2,
  .pv-cf-txt {
    text-align: center;
  }
  .pv-qualities {
    background: #212529;
  }
  .pv-qualities .pv-qualities-item {
    max-width: 720px;
    margin: 0 auto 32px;
  }
  .pv-qualities .pv-qualities-item .pv-qualities-item-top > div:last-child {
    flex-grow: 1;
  }
  .pv-graph img {
    max-width: 80%;
    margin: 65px auto 0;
  }
  .pv-clients p {
    margin-bottom: 32px;
  }
  .pv-clients .pv-clients-list ul {
    justify-content: center;
  }
  .pv-clients .pv-clients-list ul li {
    width: 33.33%;
  }
  .pv-clients .pv-clients-list ul li img {
    margin: 0 auto;
  }
  .pv-work h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .pv-work .b2-row {
    max-width: 580px;
    margin: 0 auto;
  }
  .pv-stats .pv-stats-list ul {
    display: block;
    margin-bottom: 32px;
  }
  .pv-stats .pv-stats-list ul .pv-stats-item {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 16px !important;
    text-align: left;
  }
  .pv-stats .pv-stats-list ul .pv-stats-item a {
    min-height: auto;
  }
  .pv-revenue .b2-link {
    margin: 32px auto;
  }
  .pv-revenue .pv-revenue-list ul li {
    width: 50%;
  }
  .pv-cf .pv-cf-txt-row > div {
    width: 100%;
    padding-right: 0;
    margin-bottom: 18px;
  }
  .pv-cf .pv-cf-txt-row > div ul li {
    margin: 0 12px;
  }
  .pv-stats .pv-stats-list ul .pv-stats-item a span {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 16px;
  }
  .pv-banner h1 {
    margin-bottom: 32px;
  }
  .pv-stats {
    background-color: #fff;
  }
  .pv-stats h2 {
    margin-bottom: 32px;
  }
  .pv-revenue img {
    width: calc(100% + 82px);
  }
  .pv-work .b2-col.col-3 {
    width: 50% !important;
    display: inline-block;
    margin-bottom: 30px;
  }
  .pv-work .b2-col.col-3 img {
    max-width: 320px;
    margin: 0 auto;
  }
  .pv2-ip-intro .b2-row,
  .pv2-ip-videos .b2-row,
  .pv2-ip-portfolio-content .b2-row {
    display: flex;
  }
  .pv2-ip-videos .b2-row .b2-col.col-2 {
    width: 16.6% !important;
  }
  .pv2-ip-portfolio-content .b2-row .b2-col.col-4 {
    width: 50% !important;
  }
  .pv2-ip-intro .b2-row .b2-col.col-3 {
    width: 50% !important;
  }
  .pv2-ip-intro .b2-row .b2-col.col-3 .pv2-ip-intro-item i {
    font-size: 57px;
  }
  .pv2-ip-videos-main iframe {
    height: 54vw;
    min-height: 200px;
  }
  .pv2-ip-videos .b2-row a canvas {
    height: 92px;
  }
  .pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item {
    max-width: 320px;
    min-height: auto;
    margin: 0 auto 52px !important;
  }
  .pv2-ip-packages .pv2-ip-packages-list .pv2-ip-packages-item a {
    margin: 12px auto;
  }
  .section-fullwidth>span {
    display: none;
  }
  .pv-clients .pv-clients-list {
    margin-top: 70px;
  }
  .pv2-ip-intro-top + .b2-row {
    max-width: 540px !important;
    margin: 0 auto;
  }
  .pv2-ip-testimonials .pv2-ip-testimonials-slide-wrap .pv2-ip-testimonials-item {
    max-width: 850px;
    margin: 0 auto;
  }
  .pv2-ip-portfolio-content .b2-row {
    max-width: 767px;
    margin: 0 auto;
  }
  .pv2-ip-portfolio-content h2 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .pv-clients .pv-clients-list ul li {
    padding: 0 8px;
  }
  .pv-revenue .pv-revenue-list ul li p {
    font-size: 14px;
  }
  .pv-cf .pv-cf-form .form-cf-field.half {
    width: 100%;
    padding: 0 !important;
  }
  .pv-cf .pv-cf-form {
    margin-bottom: 52px;
  }
  .pv-clients a {
    margin-bottom: 32px;
  }
  .pv-revenue img {
    width: calc(100% + 73px);
  }
  .pv-stats .pv-stats-list ul .pv-stats-item a {
    padding: 24px;
  }
  .pv-work .b2-col.col-3 img {
    height: 120px;
  }
  .pv2-ip-intro .b2-row,
  .pv2-ip-videos .b2-row,
  .pv2-ip-portfolio-content .b2-row {
    flex-flow: wrap;
  }
  .pv2-ip-videos .b2-row .b2-col.col-2 {
    width: 33.33% !important;
  }
  .pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a img {
    height: 190px;
  }
  .pv2-ip-portfolio-content .b2-col.col-4 .pv2-ip-portfolio-item a p {
    line-height: 1;
    padding: 0 20px;
  }
}
