* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
#page {
  overflow: hidden;
}
section {
  position: relative;
  padding: 84px 0;
}
.b2-bg-accent-color {
  background-color: #000;
}
body:not(.home) .b2-inner-content {
  max-width: 100%;
  padding: 0;
}
.b2-inner-content {
  width: 85.31%;
  max-width: 1624px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  margin: 16px 0;
  clear: both;
}
h1.b2-text-center span,
h2.b2-text-center span,
h3.b2-text-center span,
h4.b2-text-center span,
h5.b2-text-center span,
h6.b2-text-center span {
  margin: 0 auto;
}
h1.b2-text-white span::after,
h2.b2-text-white span::after,
h3.b2-text-white span::after,
h4.b2-text-white span::after,
h5.b2-text-white span::after,
h6.b2-text-white span::after {
  background-color: #fff;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  position: relative;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 62px;
}
h1 span::before,
h2 span::before,
h3 span::before,
h4 span::before,
h5 span::before,
h6 span::before {
  content: attr(data-count);
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
}
h1 span::after,
h2 span::after,
h3 span::after,
h4 span::after,
h5 span::after,
h6 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 24px;
  height: 1px;
  background: #000;
  pointer-events: none;
}
h1 {
  font-size: 10rem;
}
h2 {
  font-size: 4.375rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 1.3rem;
}
p,
.b2-paragraph {
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 16px 0;
}
.b2-text-accent-color {
  color: #000;
}
.b2-title-font {
  font-family: 'Playfair Display', serif;
}
.b2-paragraph-font {
  font-family: 'Open Sans', 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 {
  position: relative;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  z-index: 1;
}
.b2-link:hover {
  color: #fff;
  opacity: 1;
}
.b2-link:hover::before {
  width: calc(100% + 93px);
}
.b2-link:hover::after {
  background-color: #fff;
}
.b2-link i {
  margin-right: 8px;
}
.b2-link::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: calc(100% + 20px);
  background-color: #000;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.b2-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #000;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.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: #000;
  border-radius: 50%;
}
.b2-btt-toggle {
  position: fixed;
  bottom: 90px;
  right: 10px;
  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: #000;
  border-radius: 50%;
}
.b2-mob-phone {
  position: fixed;
  bottom: 90px;
  right: 10px;
  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: #000;
  border-radius: 50%;
}
.grecaptcha-badge {
  z-index: 101;
}
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: 'Open Sans', sans-serif;
  font-size: 16px;
  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] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.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-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: #000;
}
.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: #000;
}
.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-logo h2 {
  font-size: 54px;
  color: #000;
}
.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: #000;
  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: #000;
  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: #000;
  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: #000;
}
.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 {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 42px 0;
  transition: all 0.4s ease-in-out;
  z-index: 100;
}
header.scrolled {
  background-color: #000;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header #headernav {
  text-align: right;
}
header #headernav > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 24px;
}
header #headernav > li.active-link > a::after {
  width: 100%;
  opacity: 1;
}
header #headernav > li > a {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
header #headernav > li > a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
footer {
  position: relative;
  padding: 42px 0;
  background-color: #242424;
}
footer .footer-logo {
  max-width: 185px;
  margin: 0 auto;
}
footer .footer-sm {
  margin: 32px 0 !important;
}
footer .footer-sm li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
footer .footer-links {
  margin: 16px 0 32px !important;
}
footer .footer-links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
footer .footer-links li a {
  color: inherit;
}
footer .footer-copyright {
  font-size: 12px;
}
footer .footer-copyright a {
  color: inherit;
}
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: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1;
  background-color: #fff;
  margin: 0;
}
.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;
}
.personal-banner {
  padding: 9vw 0 0;
  background-color: #000;
}
.personal-banner .b2-col {
  margin-bottom: 0;
}
.personal-banner .personal-banner-txt {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 0.8;
}
.personal-banner .personal-banner-txt p {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.personal-about {
  background-image: url("/wp-content/uploads/2023/01/white-wavy-abstract-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.personal-about .personal-about-bio {
  column-count: 2;
}
.personal-about .personal-about-bio p {
  margin-bottom: 24px;
}
.personal-about .personal-about-bio p:first-child {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
}
.personal-about a {
  margin-top: 32px;
}
.personal-quote {
  background-color: #242424;
  overflow: hidden;
  z-index: 1;
}
.personal-quote .personal-quote-txt {
  max-width: 1010px;
  margin: 0 auto;
}
.personal-quote .personal-quote-txt p {
  font-family: 'Playfair Display', serif;
  font-size: 3.75rem;
  font-style: italic;
}
.personal-quote .personal-quote-txt span {
  display: block;
  font-size: 1.375rem;
  font-weight: 300;
  text-align: right;
  margin-top: 12px;
}
.personal-qlts {
  background-color: #000;
}
.personal-qlts h2 span {
  max-width: 147px;
}
.personal-qlts .personal-qlts-list {
  margin-top: 84px;
}
.personal-qlts .personal-qlts-list .personal-qlts-item p {
  font-size: 1.5rem;
  max-width: 800px;
  margin: 16px auto;
}
.personal-xp h2 {
  margin-bottom: 32px;
}
.personal-xp h2 span {
  max-width: 160px;
}
.personal-xp .personal-xp-item {
  position: relative;
  padding: 30px;
  background-image: url("/wp-content/uploads/2023/01/white-wavy-abstract-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}
.personal-xp .personal-xp-item::before {
  content: "";
  position: absolute;
  top: -31px;
  left: -31px;
  transform: rotate(135deg);
  width: 62px;
  height: 62px;
  border-top: 31px solid #fff;
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  border-bottom: 31px solid transparent;
  pointer-events: none;
}
.personal-xp .personal-xp-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
  pointer-events: none;
  z-index: -1;
}
.personal-xp .personal-xp-item ul {
  list-style: disc;
  margin-top: 12px;
  margin-left: 18px;
}
.personal-portfolio .accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44%;
  height: 100%;
  background-image: url("/wp-content/uploads/2023/01/white-wavy-abstract-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  pointer-events: none;
  z-index: -1;
}
.personal-portfolio h2 span {
  max-width: 180px;
}
.personal-portfolio p {
  max-width: 800px;
  margin: 0 auto 32px;
}
.personal-portfolio .personal-portfolio-item a {
  display: block;
  position: relative;
}
.personal-portfolio .personal-portfolio-item a:hover {
  opacity: 1;
  box-shadow: 0 0 12px #363636;
  transform: scale(1.1);
}
.personal-portfolio .personal-portfolio-item a:hover::before {
  opacity: 0.8;
}
.personal-portfolio .personal-portfolio-item a:hover::after {
  top: 50%;
  opacity: 1;
}
.personal-portfolio .personal-portfolio-item a:hover span {
  top: 30%;
  opacity: 0;
}
.personal-portfolio .personal-portfolio-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.personal-portfolio .personal-portfolio-item a::after {
  content: "Visit Website";
  position: absolute;
  top: 80%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-family: 'Playfair Display', serif;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.personal-portfolio .personal-portfolio-item a img {
  object-fit: cover;
  object-position: center;
  min-height: 230px;
}
.personal-portfolio .personal-portfolio-item a span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.personal-skills {
  padding: 120px 0;
  background-color: #000;
}
.personal-skills .personal-skills-tab-control {
  display: flex;
  justify-content: space-around;
  margin-bottom: 42px;
}
.personal-skills .personal-skills-tab-control a {
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.personal-skills .personal-skills-tab-control a.active-control {
  border-color: #fff;
  pointer-events: none;
}
.personal-skills .personal-skills-tab-panel {
  display: none;
  position: relative;
  top: 40px;
  transition: all 0.4s ease-in-out;
}
.personal-skills .personal-skills-tab-panel.active-panel {
  display: block;
  top: 0;
}
.personal-skills .personal-skills-tab-panel .personal-skills-tab-item {
  position: relative;
  background-color: rgba(255,255,255,0.1);
  margin-bottom: 12px;
  overflow: hidden;
}
.personal-skills .personal-skills-tab-panel .personal-skills-tab-item span {
  display: block;
  font-size: 1rem;
  color: #000;
  padding: 12px;
  background-color: #fff;
}
.personal-strengths {
  margin: 64px 0;
}
.personal-strengths .personal-strengths-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.personal-strengths .personal-strengths-list ul li {
  width: 50%;
  padding: 0 8px 16px;
}
.personal-strengths .personal-strengths-list ul li p {
  position: relative;
  font-size: 3.25rem;
  font-family: 'Playfair Display', serif;
  color: #000;
  font-style: italic;
  text-align: center;
  padding: 15px;
  border: 2px solid #000;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.personal-strengths .personal-strengths-list ul li p:hover {
  color: #fff;
}
.personal-strengths .personal-strengths-list ul li p:hover::after {
  opacity: 1;
  width: 100%;
}
.personal-strengths .personal-strengths-list ul li p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.personal-strengths .personal-strengths-list > p {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding: 15px;
  background-color: #242424;
}
.personal-reviews h2 span {
  max-width: 132px;
}
.personal-reviews h2 + p {
  margin-bottom: 32px;
}
.personal-reviews .personal-reviews-slide-wrap {
  position: relative;
}
.personal-reviews .personal-reviews-slide-wrap .slick-slide {
  opacity: 0;
}
.personal-reviews .personal-reviews-slide-wrap .slick-slide.slick-active {
  opacity: 0.6;
  transition: all 0.4s ease-in-out;
}
.personal-reviews .personal-reviews-slide-wrap .slick-slide.slick-current {
  opacity: 1;
}
.personal-reviews .personal-reviews-slide-wrap .personal-reviews-item {
  position: relative;
  background-color: #fff;
  margin: 0 12px;
}
.personal-reviews .personal-reviews-slide-wrap .personal-reviews-item .personal-reviews-item-top {
  text-align: center;
  padding: 30px 0;
  background-color: #000;
}
.personal-reviews .personal-reviews-slide-wrap .personal-reviews-item .personal-reviews-item-top img {
  border-radius: 50%;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}
.personal-reviews .personal-reviews-slide-wrap .personal-reviews-item .personal-reviews-item-content {
  padding: 15px;
  text-align: center;
}
.personal-reviews .personal-reviews-slide-wrap .personal-reviews-slide-arrows {
  position: absolute;
  top: 50%;
  left: -72px;
  transform: translateY(-50%);
  width: calc(100% + 144px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal-reviews .personal-reviews-slide-wrap .personal-reviews-slide-arrows > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  font-size: 32px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}
.personal-reviews .personal-reviews-slide-wrap .personal-reviews-slide-arrows > div:hover {
  opacity: 0.8;
}
.personal-form {
  background-image: url("/wp-content/uploads/2023/01/white-wavy-abstract-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.personal-form h2 span {
  max-width: 217px;
}
.personal-form .personal-form-cf {
  font-size: 0;
  position: relative;
  max-width: 1200px;
  margin: 32px auto 0;
}
.personal-form .personal-form-cf .personal-form-cf-field {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
}
.personal-form .personal-form-cf .personal-form-cf-field.half {
  width: 50%;
}
.personal-form .personal-form-cf .personal-form-cf-field.half.pad-left {
  padding-left: 8px;
}
.personal-form .personal-form-cf .personal-form-cf-field.half.pad-right {
  padding-right: 8px;
}
.personal-form .personal-form-cf .personal-form-cf-field.full {
  width: 100%;
}
.personal-form .personal-form-cf .personal-form-cf-field input,
.personal-form .personal-form-cf .personal-form-cf-field textarea {
  border-radius: 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
}
.personal-form .personal-form-cf .personal-form-cf-field input {
  height: 42px;
}
.personal-form .personal-form-cf .personal-form-cf-field textarea {
  height: 112px;
}
.personal-form .personal-form-cf .personal-form-cf-submit {
  margin: 32px 0 0;
}
.personal-form .personal-form-cf .wpcf7-not-valid-tip {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  font-size: 12px;
  width: auto;
}
.personal-form .personal-form-cf .wpcf7-response-output {
  position: absolute;
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin: 24px 0 0;
}
.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: #000;
}
h1.entry-title {
  font-size: 64px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1550px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1280px) {
  .personal-quote .personal-quote-txt {
    max-width: 860px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 11px;
  }
  .b2-row .b2-col.col-3 {
    width: 50%;
  }
  header #headernav > li {
    margin: 0 8px;
  }
  .personal-banner {
    padding: 10vw 0 0;
  }
  .personal-about .b2-col.col-9 {
    width: 100%;
  }
  .personal-portfolio-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home main#primary,
  body:not(.home) div#page {
    padding: 70px 0 0 !important;
  }
  .b2-btt-toggle {
    bottom: 150px;
  }
  section h1,
  section h2,
  section h3,
  section h4,
  section h5,
  section h6 {
    text-align: center;
  }
  section h1 span,
  section h2 span,
  section h3 span,
  section h4 span,
  section h5 span,
  section h6 span {
    font-size: 1.5rem;
  }
  section h1 {
    font-size: 4rem;
  }
  section h2 {
    font-size: 3rem;
  }
  section h3 {
    font-size: 2.5rem;
  }
  section {
    padding: 32px 0;
  }
  .b2-inner-content,
  main#primary {
    max-width: 100%;
  }
  .b2-row {
    display: block;
  }
  .b2-row .b2-col {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .b2-link {
    font-size: 16px;
  }
  .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%;
  }
  .personal-banner {
    padding: 52px 0 0;
  }
  .personal-banner .personal-banner-txt {
    text-align: center;
  }
  .personal-banner img {
    max-width: 290px;
    margin: 0 auto;
  }
  .personal-about-heading h2 span {
    max-width: 128px;
    margin: 0 auto;
  }
  .personal-about .personal-about-bio {
    column-count: 1;
  }
  .personal-about a {
    margin-top: 0;
  }
  .personal-quote::before {
    top: 0;
  }
  .personal-quote .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .personal-quote .b2-row .b2-col {
    margin-bottom: 0;
  }
  .personal-quote p {
    text-align: center;
  }
  .personal-quote span {
    text-align: center;
    margin: 32px 0;
  }
  .personal-quote img {
    max-width: 320px;
    margin: 0 auto;
  }
  .personal-quote .b2-col.col-4 {
    margin: 0;
  }
  .personal-skills {
    padding: 52px 0;
  }
  .personal-skills h2 span {
    max-width: 168px;
    margin: 0 auto;
  }
  .personal-skills .personal-skills-tab-control {
    margin: 32px 0;
  }
  .personal-strengths {
    margin: 0;
    padding: 52px 0;
  }
  .personal-strengths::before {
    width: 100%;
  }
  .personal-strengths-list {
    max-width: 420px;
    margin: 0 auto;
  }
  .personal-strengths .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .personal-strengths h2 span {
    max-width: 95px;
    margin: 0 auto;
  }
  .personal-strengths h2 + p {
    text-align: center;
    margin-bottom: 32px;
  }
  .personal-reviews .personal-reviews-slide-wrap .personal-reviews-slide-arrows {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 142px;
    margin: 36px auto 0;
  }
  .personal-reviews .personal-reviews-slide-wrap .personal-reviews-item .personal-reviews-item-content {
    padding: 15px 0;
  }
  .personal-form {
    padding: 64px 0;
  }
  .personal-qlts .personal-qlts-list {
    margin-top: 42px;
  }
  .personal-banner .personal-banner-txt {
    font-size: 2rem;
  }
  .personal-quote .personal-quote-txt p {
    font-size: 2.75rem;
  }
  .personal-quote .personal-quote-txt span {
    text-align: center;
    margin: 12px 0 0;
  }
  .personal-qlts-item {
    margin-bottom: 42px;
  }
  .personal-strengths .personal-strengths-list ul li p {
    font-size: 2.25rem;
  }
  .personal-strengths .personal-strengths-list>p {
    font-size: 1.25rem;
  }
  .personal-reviews .personal-reviews-slide-wrap .personal-reviews-item {
    margin: 0;
  }
  .personal-reviews .slick-list {
    padding: 0 !important;
  }
  .personal-form .personal-form-cf .personal-form-cf-field.half {
    width: 100%;
    padding: 0 !important;
  }
  button.wpcf7-submit.b2-link::after {
    display: none;
  }
  button.wpcf7-submit.b2-link:hover:before {
    width: calc(100% + 28px);
  }
}
