@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,700&amp;display=swap");

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

#masthead {
  background-color: #000;
  padding: 7px 15px;
  transition: all 0.3s;
}

.page-template-home-page #masthead {
  margin-bottom: -80px;
  background-color: transparent;
}

#masthead #menu-main-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s;
}

#masthead #menu-main-menu li a:hover {
  font-weight: inherit;
  color: #8dcceb;
}

.dropdown-toggle::after {
  display: none !important;
}

body #masthead #menu-main-menu li.current-menu-item a {
  color: #8dcceb;
}

#masthead #menu-main-menu li:not(:last-child) {
  margin-right: 15px;
}

#masthead #menu-main-menu .dropdown-menu {
  transition: all 0.3s;
}

#masthead #menu-main-menu .dropdown-menu li a {
  text-transform: capitalize;
  line-height: 1.4;
}

#masthead #menu-main-menu {
  margin-right: 60px;
}

#masthead #menu-main-menu .dropdown-menu.show {
  z-index: 9999;
  background: #000;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#masthead .navbar-brand {
  max-width: 250px;
  margin-left: 60px;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(0rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(0rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

#masthead #menu-main-menu .dropdown-menu.show li {
  text-align: center;
}

#masthead #menu-main-menu .dropdown-menu.show li a {
  font-size: 60px;
}

.p-80 {
  padding: 80px 15px;
}

.p-60 {
  padding: 60px 15px;
}

.p-70 {
  padding: 70px 15px;
}

.p-120 {
  padding: 120px 15px;
}

.p-110 {
  padding: 110px 15px;
}

.p-100 {
  padding: 100px 15px;
}

.p-150 {
  padding: 150px 15px;
}

.p-160 {
  padding: 160px 15px 180px 15px;
}

.p-165 {
  padding: 160px 15px;
}

.p-130 {
  padding: 130px 15px;
}

.p-180 {
  padding: 120px 15px 180px 15px;
}

.p-140 {
  padding: 140px 15px;
}

.p-90 {
  padding: 90px 15px 90px 15px;
}

.p-95 {
  padding: 95px 15px;
}

.black-bg {
  background-color: #181818;
}

.dark-black-bg {
  background-color: #000;
}

.gray-bg {
  background-color: #eeeeee;
}

.white-bg {
  background-color: #fff;
  color: #000;
}

.white-bg .perfection h2 {
  color: #000;
}

.light-blue-bg {
  background-color: #59abe3;
}

.white-bg .perfection p {
  color: #000;
  margin-bottom: 0;
}

.dark-blue-bg {
  background-color: #3c87ba;
}

.dark-gray-bg {
  background-color: #262626;
}

.text-black {
  color: #000;
}

.white-bg .smaller h2 {
  color: #000;
  font-size: 55px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}

.white-bg .smaller p {
  color: #000;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
}

.gray-bg .perfection h2 {
  color: #000;
}

.gray-bg .perfection p {
  color: #000;
}

.blue-bg {
  background-color: #0f8abf;
}

.blue-bg .contact-form-title {
  text-align: center;
}

.blue-bg .contact-form-title h2 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 80px;
}

.blue-bg .perfection h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.blue-bg .perfection a {
  color: #fff;
  background-color: #10689b;
  font-size: 21px;
  margin-top: 25px;
}

/*
HOME PAGE
*/

#hero {
  position: relative;
  z-index: 2;
}

#hero .hero-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#hero .hero-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

#hero #hero-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#hero #hero-desc {
  text-align: center;
}

#hero #hero-desc h1 {
  font-size: 46px;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 20px;
  font-family: Libre Baskerville;
}

#hero #hero-desc p {
  font-size: 22px;
  color: #c1c1c1;
  max-width: 673px;
  margin: 0 auto;
}

#hero #hero-desc a {
  color: #fff;
  background: #3196e2;
  font-weight: 300;
  padding: 7px 30px;
  display: inline-block;
  margin-top: 50px;
  border-radius: 2px;
  transition: all 0.3s;
}

#hero #hero-desc a:hover {
  background-color: #0056b3;
}

#hero #hero-desc a i {
  margin-right: 10px;
}

#hero #hero-img {
  position: absolute;
  bottom: 5%;
  z-index: 9999;
  left: 0;
}

#hero #hero-img img {
  max-width: 1110px;
  margin: 0 auto;
}

#hero #hero-img .hero-image {
  text-align: center;
}

#hero-resume {
  min-height: calc(88vh - 220px);
}

#below-hero .small-hero-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: center;
  padding-left: 70px;
  margin-top: 5px;
  padding-bottom: 43px;
  min-height: 533px;
}

#below-hero .col-md-6:first-child .small-hero-wrapper {
  margin-right: 5px;
}

#below-hero .small-hero-wrapper h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 0;
  font-family: sans-serif;
}

#below-hero .small-hero-wrapper .line {
  display: block;
  width: 80px;
  height: 5px;
  margin-bottom: 30px;
  background: #eb593c;
}

#below-hero .small-hero-wrapper p {
  font-size: 19px;
  line-height: 1.15em;
  font-weight: 300;
  letter-spacing: 0px;
  color: #ededed;
  max-width: 440px;
  font-family: sans-serif;
}

#home-media {
  padding: 130px 0 130px;
}

#home-media .home-media-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#home-media .home-media-wrapper h2 {
  font-size: 38px;
  font-weight: 500;
  max-width: 864px;
  margin: 0 auto 77px;
  line-height: 1.25em;
  font-family: sans-serif;
}

.blog-wrapper {
  text-decoration: none;
  color: #000;
  display: inline-block;
}

.blog-wrapper:hover .post-rating p {
  color: #000;
}

.col-md-4:not(:last-child) .blog-wrapper {
  margin-right: 10px;
}

.blog-wrapper h3 {
  font-size: 26px;
  margin-top: 0;
  font-family: Libre Baskerville;
}

.blog-wrapper .blog-desc {
  display: block;
  padding-left: 7%;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-wrapper .blog-desc .rmp-archive-results-widget {
  display: none;
}

.blog-wrapper .blog-desc .blue-line {
  background: #8dcceb;
  display: block;
  width: 80px;
  height: 5px;
  margin-bottom: 30px;
}

.blog-wrapper .blog-desc span {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 20px;
  position: relative;
  width: max-content;
  transition: all 0.2s ease-out;
}

.blog-wrapper .blog-desc span:hover {
  color: #0056b3;
}

.blog-wrapper .blog-desc span:after {
  left: 0%;
  right: 100%;
  bottom: -0.5em;
  content: "";
  position: absolute;
  border-top: 0.14em solid;
  transition: all 0.2s ease-out;
}
.blog-wrapper .blog-desc span:hover:after {
  left: 0;
  right: 0;
  border-top-color: #00d5ff;
}

/*
FOOTER
*/

#footer-widget {
  background-color: #000000;
  padding-bottom: 100px;
}

#footer-widget .widget {
  padding: 0 25px;
}

#footer-widget .footer-img {
  margin-bottom: 100px;
  width: 100%;
}

#footer-widget .footer-img img {
  width: 100%;
}

#footer-widget h3.widget-title {
  margin-top: 0;
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}

#footer-widget .textwidget {
  color: #fff;
  font-size: 16px;
}

#footer-widget a {
  color: #fff;
  display: block;
}

#footer-widget a:hover {
  text-decoration: none;
}

#footer-widget a:active {
  text-decoration: none;
}

/*
WHY HIRE US?
*/

#why-hire-hero .why-hero-wrapper {
  position: relative;
  max-height: 976px;
  overflow: hidden;
}

#why-hire-hero .why-hero-wrapper .why-hero-desc {
  position: absolute;
  top: 15%;
  width: 960px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 30%);
}

#why-hire-hero .why-hero-wrapper .why-hero-desc h1 {
  color: #000;
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 30px;
}

#why-hire-hero .why-hero-wrapper .why-hero-desc p {
  font-size: 20px;
}

.perfection {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
}

.perfection h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 60px;
  padding-bottom: 0;
}

.perfection h2.blue-text {
  color: #318bbe;
}

.perfection p {
  font-size: 24px;
  color: #fff;
}

.perfection p a {
  padding: 0;
  display: inline;
  margin-top: 0;
  font-size: inherit;
  background-color: transparent;
  color: #007bff;
}

.perfection a {
  color: #fff;
  background: #3196e2;
  font-weight: 300;
  padding: 7px 30px;
  display: inline-block;
  margin-top: 50px;
  border-radius: 2px;
  font-size: 21px;
}

#dna {
  padding: 140px 15px;
}

#dna .dna-wrapper-text {
  text-align: right;
}

#dna .dna-wrapper-text h2 {
  font-size: 60px;
}

#dna .dna-wrapper-text p {
  font-size: 20px;
}

#pursuit .pursuit-wrapper-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 85px;
}

#pursuit .pursuit-wrapper-text h2 {
  font-size: 60px;
}

#pursuit .pursuit-wrapper-text p {
  font-size: 20px;
}

.service-detail-wrapper {
  text-align: center;
}

.service-detail-wrapper h2 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 50px;
}

.service-detail-wrapper .single-service-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 970px;
  margin: 0 auto;
}

.service-detail-wrapper .single-service-wrapper .single-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 22%;
  max-width: 256px;
  padding: 20px 35px;
  border: 1px solid #8dcceb;
  margin-bottom: 60px;
  transition: all 0.3s;
}

.service-detail-wrapper .single-service-wrapper .single-service:last-child img {
  max-width: 53px;
}

.service-detail-wrapper
  .single-service-wrapper
  .single-service:not(:last-child) {
  margin-right: 28px;
}

.service-detail-wrapper .single-service-wrapper .single-service img {
  max-width: 75px;
}

.service-detail-wrapper .single-service-wrapper .single-service h3 {
  color: #000;
  font-weight: 700;
  margin-top: 25px;
  display: block;
  font-size: 24px;
  line-height: 1.5;
}

.service-detail-wrapper .single-service-wrapper .single-service:hover {
  background-color: #8dcceb;
  text-decoration: none;
  color: #fff;
}

.service-detail-wrapper .single-service-wrapper .single-service:hover h3 {
  color: #fff;
}

/*
HOW WE DIFFER PAGE
*/

#how-we-hero {
  max-height: calc(93vh - 80px);
  overflow: hidden;
}

#how-we-hero .how-we-wrapper img {
  width: 100%;
}

#how-we-hero .how-we-wrapper {
  position: relative;
  max-height: calc(93vh - 80px);
}

#how-we-hero .how-we-wrapper .how-we-desc {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -4%);
  text-align: center;
  width: 100%;
}

.page-template-our-vision #how-we-hero .how-we-wrapper .how-we-desc {
  transform: translate(-50%, -25%);
}

.page-template-who-are-clients #how-we-hero .how-we-wrapper .how-we-desc {
  transform: translate(-50%, -15%);
}

#how-we-hero .how-we-wrapper .how-we-desc h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 35px;
  width: 100%;
}

#how-we-hero .how-we-wrapper .how-we-desc p {
  color: #fff;
  font-size: 24px;
  max-width: 800px;
  margin: 0 auto;
}

#how-we-hero .how-we-wrapper .how-we-desc h1.text-black {
  color: #000;
  font-size: 60px;
}

#how-we-hero .how-we-wrapper .how-we-desc p.text-black {
  color: #000;
}

#how-we-hero .bottom-img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -20px);
}

#how-we-hero .bottom-img img {
  max-width: 55px;
}

#learn-more-differ {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
  padding: 92px 15px;
}

#learn-more-differ .perfection h2 {
  font-weight: 700;
}

.testimonials-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testimonials-wrapper .single-testimonial {
  background-color: #f5f5f5;
  text-align: center;
  padding: 30px;
  margin-bottom: 100px;
  position: relative;
  width: 100%;
}

.testimonials-wrapper .single-testimonial p {
  font-size: 17px;
}

.testimonials-wrapper .single-testimonial:before {
  content: '"';
  position: absolute;
  left: 50%;
  top: 8px;
  font-size: 44px;
  line-height: 0;
  font-style: italic;
  font-weight: bolder;
}

.testimonials-wrapper .row-testimonial {
  flex: 0 0 30%;
  background-color: #f5f5f5;
  text-align: center;
  padding: 30px;
  margin-bottom: 100px;
  position: relative;
}

.testimonials-wrapper .row-testimonial:before {
  content: '"';
  position: absolute;
  left: 50%;
  top: 8px;
  font-size: 44px;
  line-height: 0;
}

.testimonials-wrapper .row-testimonial.review-links:before {
  display: none;
}

.testimonials-wrapper .row-testimonial.review-links p {
  font-weight: bolder;
  font-size: 17px;
}

.hs_firstname,
.hs_email,
.hs_linkedin_url,
.hs_lastname,
.hs_phone {
  width: 50%;
  float: left;
  text-align: center;
}

.hs_message {
  text-align: center;
}

.hs-form label {
  color: rgba(255, 255, 255, 0.6);
}

.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
}

.hs-form select {
  background-color: #1d4e75;
  padding: 7px 20px;
  margin-left: 30px;
}

.hs_next_job_title {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 14vh 0;
}

.hs_submit.hs-submit {
  text-align: center;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  padding: 10px 70px;
  margin-top: 7vh;
  cursor: pointer;
}

#business .business-wrapper h1 {
  font-size: 60px;
  margin-bottom: 80px;
  text-align: center;
}

#business p {
  text-align: center;
  font-size: 20px;
}

#business .img-reviews {
  margin-top: 75px;
}

#business .img-reviews img:not(:last-child) {
  margin-bottom: 50px;
}

/*
RESUME WRITING SERVICES PAGE
*/

#hero-resume .hero-wrapper h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

#hero-resume .hero-wrapper p {
  font-size: 24px;
  color: #fff;
  max-width: 445px;
}

#hero-resume .resume-buttons a:first-child,
#hero-resume .resume-buttons button {
  background: #3c95de;
  color: #fff;
  margin-right: 15px;
  padding: 10px 25px;
}

#hero-resume .resume-buttons a:last-child {
  background: #fff;
  color: #898989;
  padding: 10px 25px;
}

#featured-image {
  padding: 20px 15px 30px 15px;
  background-color: #f0f0f0;
}

.bespoke-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 179px 85px;
}

.bespoke-desc h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
  color: #1b1b1b;
  font-weight: 400;
}

.bespoke-desc p {
  font-size: 24px;
  color: #1b1b1b;
}

.bespoke-desc a {
  background: #1b8dcc;
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  align-self: center;
}

#why-arielle h2 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  margin-bottom: 90px;
}

#why-arielle .section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#why-arielle .button-holder {
  text-align: center;
}

#why-arielle .button-holder a {
  display: inline-block;
  align-self: center;
  color: #fff;
  padding: 0px 28px;
  font-size: 21px;
  line-height: 42px;
  border-color: #67b0da;
  text-shadow: none;
  margin-top: 60px;
  background-color: #258eca;
}

#why-arielle .section-wrapper h3 {
  color: #fff;
  font-size: 26px;
  margin-top: 40px;
}

#why-arielle .section-wrapper img {
  width: 55px;
}

#why-arielle .section-wrapper p {
  color: #fff;
  font-size: 19px;
  max-width: 310px;
  margin: 0 auto;
}

#testimonials .title {
  text-align: center;
  padding-bottom: 50px;
}

#testimonials .title h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 48px;
  color: #1b1b1b;
}

#testimonials .testimonials-wrap {
  display: flex;
  flex-direction: row;
}

#testimonials .testimonials-wrap img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

#testimonials .testimonials-wrap p {
  margin: 0;
  font-size: 19px;
}

#testimonials .testimonials-wrap p:nth-of-type(2) {
  margin-top: 40px;
  font-size: 25px;
  margin-bottom: 10px;
}

#testimonials .testimonials-wrap p:nth-of-type(3) {
  font-size: 17px;
  margin-bottom: 10px;
}

#testimonials .testimonials-wrap p:nth-of-type(4) {
  font-size: 17px;
}

#increase-visibility .perfection h2 {
  font-size: 55px;
}

#your-time .perfection h2 {
  max-width: 520px;
  margin: 0 auto;
  font-size: 60px;
}

#accordion {
  margin: 0 auto;
  max-width: 90%;
}

#accordion .p_border {
  margin-top: 30px;
  border: 2px solid #d9d9d9;
  padding: 20px;
}

#accordion .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}

#accordion .card-header h5 {
  margin: 0;
}

#accordion .card-header h5 button {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  text-indent: -23px;
  padding-left: 23px;
}

#accordion .card-header h5 button:before {
  content: "\002B";
  font-size: 22px;
  margin-right: 5px;
}

#accordion .card-header h5 button:active {
  text-decoration: none;
}

#accordion .card-header h5 button:focus {
  text-decoration: none;
}

#accordion .card-header h5 button.minus {
  filter: rotate(45deg);
}

#accordion .card-header h5 button:hover {
  text-decoration: none;
}

#accordion .card-body {
  font-size: 19px;
  padding: 15px 23px;
}

#accordion .card-body p {
  margin: 0;
}
#top-rated .top-rated-desc h2 {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin: 0;
}

#top-rated .top-rated-desc h3 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 40px;
  color: #258eca;
  font-weight: 700;
}

#top-rated .top-rated-desc p {
  font-size: 24px;
  color: #fff;
  max-width: 560px;
  margin-bottom: 10px;
}

#top-rated .top-rated-desc a {
  padding: 8px 25px;
  background: #1b8dcc;
  color: #fff;
  font-size: 1rem;
  margin-top: 30px;
  display: inline-block;
  font-weight: 400;
}

#google-reviews .perfection {
  max-width: 100%;
}

#google-reviews .perfection h2 {
  font-size: 55px;
  max-width: 650px;
  margin: 0 auto;
}

#google-reviews .button-holder {
  text-align: center;
}

#google-reviews .button-holder a {
  display: inline-block;
  align-self: center;
  color: #fff;
  padding: 0px 28px;
  font-size: 21px;
  line-height: 42px;
  border-color: #67b0da;
  text-shadow: none;
  margin-top: 60px;
  background-color: #258eca;
}

#enquire .title {
  text-align: center;
  padding-bottom: 80px;
}

#enquire .title h1 {
  font-size: 60px;
  color: #fff;
}

#enquire-now .video-small {
  padding: 0 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#enquire-now .video-small h3 {
  color: #1e1e1e;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

#enquire-now .video-small p {
  margin: 0 auto;
  margin-top: 10px;
  font-weight: normal;
  color: #1e1e1e;
  text-align: center;
  font-size: 20px;
}

#enquire-now .form h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 80px;
}

/*
LINKEDIN PAGE
*/

#hero-resume .hero-image {
  max-width: 350px;
  margin: 0 auto;
}

#hero-resume .linkedin-hero-wrapper h1 {
  font-size: 60px;
  color: #fff;
  margin-top: 0;
}

#hero-resume .linkedin-hero-wrapper p {
  font-size: 24px;
  color: #fff;
  margin-top: 0;
}

#why-linkedin h3 {
  text-align: center;
  font-size: 30px;
  color: #000;
}

#why-linkedin h2 {
  text-align: center;
  font-size: 60px;
  color: #000;
  margin-bottom: 50px;
}

#why-linkedin .section-wrapper {
  padding-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

#why-linkedin .section-wrapper img {
  max-width: 105px;
  margin-bottom: 30px;
}

#why-linkedin .col-md-4:nth-of-type(2) img {
  max-width: 130px;
}

#why-linkedin .col-md-4:nth-of-type(3) img {
  max-width: 130px;
}

#why-linkedin .section-wrapper h3 {
  font-size: 26px;
  margin-top: 0;
  color: #1b8dcc;
}

.page-template-linkedin-page #google-reviews .perfection h2 {
  max-width: 100%;
}

#recieved-offers .perfection {
  max-width: 1100px;
}

#recieved-offers .perfection h2 {
  font-size: 38px;
}

#recieved-offers .bottom-info {
  max-width: 1110px;
  margin: 0 auto;
}

#photo-hero .perfection {
  max-width: 100%;
}

#photo-hero .perfection p {
  max-width: 876px;
  padding: 80px 0;
  margin: 0 auto;
}

#photo-hero .photo-images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

#photo-hero .photo-images img {
  flex: 0 0 33.33%;
  width: 33.33%;
}

#photograph .perfection {
  max-width: 100%;
}

#photograph .perfection h2 {
  color: #3d3d3d;
}

#photograph .perfection p {
  color: #3d3d3d;
  max-width: 876px;
  padding-top: 50px;
  margin: 0 auto;
}

#bulletproof {
  text-align: center;
}

#bulletproof h2 {
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 40px;
}

#bulletproof h3 {
  color: #545454;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 900px;
  margin: 0 auto;
}

#bulletproof #inner-container {
  padding-top: 100px;
}

#bulletproof #inner-container .section-wrapper img {
  max-width: 180px;
  margin-bottom: 40px;
}

#bulletproof #inner-container .section-wrapper h3 {
  color: #1b8dcc;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 10px;
}

#bulletproof #inner-container .section-wrapper p {
  font-size: 20px;
  margin-bottom: 0;
}

body .hbspt-form fieldset {
  margin: 0 auto;
  max-width: 74%;
  margin-bottom: 30px;
}

.hs-form-a1facd7c-64dd-411e-b7cd-a1436296cf32_bae299bc-386e-476d-b954-bcb170c2efdb
  fieldset.form-columns-2
  .hs-form-field {
  width: 50%;
  float: left;
}

#how-works-hero {
  min-height: calc(85vh - 80px);
}

#how-works-hero .how-we-wrapper {
  position: absolute;
  top: 140%;
  left: 00%;
  width: 100%;
}

#how-works-hero .how-we-desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 80%);
  width: 100%;
}

#how-works-hero .how-we-desc h1 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  margin: 0;
  margin-bottom: 35px;
}

#how-works-hero .how-we-desc p {
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
}

#how-works-hero .bottom-img {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, 850%);
}

#all-steps .single-step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1250px;
  margin: 0 auto;
}

#all-steps .single-step:not(:last-child) {
  margin-bottom: 100px;
}

#all-steps .single-step:not(:first-child) {
  padding-top: 100px;
}

#all-steps .single-step .image {
  flex: 0 0 30%;
}

#all-steps .single-step:nth-of-type(even) .image {
  order: 1;
}

#all-steps .single-step .description {
  flex: 0 0 63%;
}

#all-steps .single-step .description span {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin-right: 10px;
}

#all-steps .single-step .description h3 {
  display: inline;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

#all-steps .single-step .description p {
  margin-left: 58px;
  font-size: 24px;
  margin-top: 20px;
}

.single-team-wrapper h3 {
  font-size: 60px;
  margin-top: 40px;
  text-transform: capitalize;
  margin-bottom: 48px;
  line-height: 1;
}

.single-team-wrapper p {
  font-size: 24px;
  max-width: 441px;
}

.single-team-wrapper p:nth-of-type(1) {
  font-size: 24px;
  font-weight: inherit;
  color: #1b8dcc;
}

/*
COUNTER PAGE
*/

.counter-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.counter-title h2 {
  font-size: 30px;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.counter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.counter-wrapper .single-counter {
  display: flex;
  flex-direction: column;
  flex: 0 0 22%;
  text-align: center;
  margin-right: 60px;
  margin-bottom: 40px;
}

.counter-wrapper .single-counter span {
  font-size: 60px;
  color: #1b8dcc;
  margin: 0 0 0.8em;
  font-weight: inherit;
  line-height: 1;
}

.counter-wrapper .single-counter h3 {
  font-size: 24px;
  margin: 0 0 0.8em;
  line-height: 1.5;
}

.standard-page-wrapper {
  padding: 100px 0;
}

.standard-page-wrapper h4 {
  font-size: 30px;
  margin-top: 0;
  font-weight: inherit;
  line-height: 1;
}

.standard-page-wrapper h2 {
  font-size: 48px;
  margin-top: 0;
  font-weight: inherit;
}

.standard-page-wrapper p {
  font-size: 24px;
}

.booking-title {
  padding-top: 30px;
}

.booking-title h1 {
  font-size: 60px;
  font-weight: inherit;
  text-align: center;
  margin-top: 0;
  max-width: 830px;
  line-height: 1;
  margin: 0 auto 0.8em;
}

.booking-title p {
  max-width: 800px;
  margin: 0 auto 15px;
  width: 100%;
  font-size: 24px;
  font-weight: inherit;
  text-align: center;
}

.booking-form {
  margin-top: 70px;
  max-width: 940px;
  margin: 70px auto;
}

/*
WELCOME PAGES
*/

.welcome-wrapper {
  text-align: center;
}

.welcome-wrapper img {
  margin: 60px 0;
  max-width: 90px;
}

.welcome-wrapper h1 {
  font-size: 60px;
  font-weight: inherit;
  text-align: center;
  margin-top: 0;
  max-width: 800px;
  line-height: 1;
  margin: 0 auto 0.8em;
}

.welcome-wrapper p {
  max-width: 1110px;
  margin: 0 auto 15px;
  width: 100%;
  font-size: 24px;
  font-weight: inherit;
  text-align: center;
}

.welcome-wrapper .welcome-form {
  padding: 70px 0;
}

/*
JOB SUCCESS PAGE
*/

.job-success-wrapper h1 {
  font-size: 60px;
  font-weight: inherit;
  text-align: center;
  margin-top: 0;
  line-height: 1;
  margin: 0 auto 80px;
}

.job-success-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.job-success-wrapper a {
  display: inline-block;
  align-self: center;
  color: #fff;
  padding: 0px 28px;
  font-size: 21px;
  line-height: 42px;
  border-color: #67b0da;
  text-shadow: none;
  margin-top: 60px;
  background-color: #258eca;
}

.ambassador-hero {
  padding-bottom: 40px;
  text-align: center;
}

.ambassador-hero h1 {
  font-size: 60px;
  font-weight: inherit;
  text-align: center;
  margin-top: 0;
  line-height: 1;
  margin: 0 auto 0.8em;
}

.ambassador-hero p {
  max-width: 940px;
  margin: 0 auto 15px;
  width: 100%;
  font-size: 24px;
  font-weight: inherit;
  text-align: center;
}

.page-template-packages #how-we-hero .how-we-wrapper {
  max-height: calc(70vh - 80px);
}

.page-template-packages #how-we-hero .how-we-wrapper .how-we-desc {
  transform: translate(-50%, -10%);
}

.page-template-packages #how-we-hero .how-we-wrapper .how-we-desc h1 {
  max-width: 80%;
  margin: 0 auto 35px;
}

.page-template-packages #how-we-hero .how-we-wrapper .how-we-desc p {
  max-width: 880px;
}

#buy-packages .col-md-4:nth-of-type(2) .single-package-wrapper {
  background-color: #e26014;
}

.single-package-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.single-package-wrapper .info {
  width: 100%;
  padding-bottom: 10px;
}

.single-package-wrapper .info h3 {
  font-size: 26px;
  margin: 0;
  padding-bottom: 5px;
  padding: 15px 0;
}

.single-package-wrapper .info .price {
  font-weight: 600;
  font-size: 55px;
  position: relative;
}

.single-package-wrapper .info .price:before {
  content: "$";
  position: absolute;
  top: 14px;
  left: -14px;
  font-size: 16px;
}

.single-package-wrapper .info .price:after {
  content: "+GST";
  position: absolute;
  bottom: 8px;
  right: -37px;
  font-size: 14px;
}

#buy-packages {
  padding-bottom: 0px;
}

#buy-packages .single-package-wrapper .inner-wrapper {
  padding: 0 30px;
}

#buy-packages .single-package-wrapper .package-tooltips {
  padding-top: 35px;
  padding-bottom: 50px;
  width: 100%;
  border-top: solid 1px #bebebe;
}

#buy-packages .single-package-wrapper .package-tooltips .single-tooltip:hover {
  cursor: pointer;
}

#buy-packages .single-package-wrapper .package-tooltips .single-tooltip {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 22px;
  margin-bottom: 15px;
  align-items: center;
}

#buy-packages .single-package-wrapper .package-tooltips .single-tooltip p {
  margin: 0;
  text-align: left;
  line-height: 1.5;
  padding-right: 15px;
}

#buy-packages .single-package-wrapper .package-tooltips .single-tooltip i {
  align-self: flex-start;
  color: #6c6c6c;
  font-size: 18px;
  position: relative;
  top: 9px;
}

#buy-packages .single-package-wrapper .benefits {
  padding-top: 30px;
  border-top: 1px solid #bebebe;
  text-align: left;
}

#buy-packages .single-package-wrapper .benefits h4 {
  margin-bottom: 30px;
  margin-top: 0;
  color: #e56f19;
  font-size: 22px;
  font-weight: 500;
}

#buy-packages .single-package-wrapper .benefits ul {
  color: #e56f19;
  padding-left: 20px;
}

#buy-packages .single-package-wrapper .benefits ul li {
  margin-bottom: 30px;
}

#buy-packages .single-package-wrapper .button {
  display: block;
  margin: 60px 0 30px 0;
}

#buy-packages .single-package-wrapper .button a {
  border: 2px solid #8a9ba8;
  color: #8a9ba8;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 25px;
  transition: all ease 0.3s;
}

#buy-packages .single-package-wrapper .button a:hover {
  color: #000;
  border: solid 2px #000;
}

#buy-packages .col-md-4:nth-of-type(2) .single-package-wrapper {
  background-color: #e26014;
  border-radius: 10px;
}

#buy-packages .col-md-4:nth-of-type(2) .single-package-wrapper .info h3 {
  background-color: #d75305;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

#buy-packages .col-md-4:nth-of-type(2) .single-package-wrapper .info .price {
  color: #fff;
}

#buy-packages
  .col-md-4:nth-of-type(2)
  .single-package-wrapper
  .package-tooltips
  .single-tooltip
  p {
  color: #fff;
}

#buy-packages
  .col-md-4:nth-of-type(2)
  .single-package-wrapper
  .package-tooltips
  .single-tooltip
  i {
  color: #fff;
}

#buy-packages .col-md-4:nth-of-type(2) .single-package-wrapper .benefits ul {
  color: #fff;
}

#buy-packages .col-md-4:nth-of-type(2) .single-package-wrapper .benefits h4 {
  color: #fff;
}

#buy-packages .col-md-4:nth-of-type(2) .single-package-wrapper .button a {
  border: 2px solid #fff;
  color: #fff;
  background-color: #e56f19;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 25px;
  transition: all ease 0.3s;
}

#buy-packages .col-md-4:nth-of-type(2) .single-package-wrapper .button a:hover {
  color: #000;
  border: solid 2px #000;
}

#buy-packages .image {
  padding: 50px 0;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}

.page-template-contact-us #enquire-now .video-small {
  padding: 0;
}

.page-template-contact-us #enquire-now .video-small h3 {
  background-color: #d6d6d6;
  color: #e16047;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase;
}

.page-template-contact-us #enquire-now .video-small {
  justify-content: flex-start;
}

.page-template-contact-us #enquire-now .video-small .what-happens {
  background-color: #d6d6d6;
  color: #000;
  text-align: left;
}

.page-template-contact-us #enquire-now .video-small h5 {
  margin-bottom: 4px;
  color: #e16047;
  text-align: left;
  font-size: 18px;
  width: 100%;
  padding: 0 20px;
}

.page-template-contact-us #enquire-now .video-small p {
  width: 100%;
  text-align: left;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}

.page-template-contact-us #enquire-now .video-small p a {
  color: #000;
}

.page-template-contact-us #enquire-now .video-small .what-happens p {
  margin-top: 0;
  text-align: left;
  padding: 20px 20px;
  line-height: 1;
  font-weight: 600;
  font-size: 20px;
}

/*
VISION PAGE
*/
.wysing {
  text-align: center;
}

.wysing h2 {
  font-size: 60px;
  margin: 0 0 0.8em;
  padding-bottom: 0.3em;
  line-height: 1;
}

.wysing p {
  font-size: 24px;
  margin-bottom: 16px;
}

.four-page {
  text-align: center;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.four-page h1 {
  font-size: 220px;
  color: #fff;
}

.four-page p {
  font-size: 24x;
  color: #fff;
}

.four-page a {
  font-size: 24px;
  border: solid 2px #fff;
  color: #fff;
  padding: 10px 50px;
  margin-top: 50px;
}

.page-template-contact-us #footer-widget {
  display: none;
}

.page-template-how-it-works #how-works-hero {
  min-height: calc(70vh - 80px);
}

article .entry-title {
  font-size: 50px;
  font-family: "Libre Baskerville";
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1em;
  border: none;
  margin-top: 50px;
}

article .entry-title {
  margin-top: 85px;
}

article .rmp-results-widget__avg-rating {
  display: none;
}

article .rmp-results-widget__vote-count {
  display: none;
}

article .post-desc {
  letter-spacing: -0.5px !important;
  margin-top: 0.7em;
  margin-bottom: 10px;
  font-size: 17px;
}

article .post-desc p {
  margin-bottom: 0;
  font-family: Montserrat;
  font-size: 1.5em;
}

article .rmp-results-widget {
  display: flex;
  flex-direction: row;
  display: inline-block;
}

article .rmp-vote-details {
  display: inline-block;
}

article .breadcrumbs {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #828282;
  font-family: Montserrat;
  margin-bottom: 70px;
}

article .post-thumbnail img {
  width: 100%;
}

article .breadcrumbs .bread-line:first-child {
  display: none;
}

article .blog-content {
  font-family: Libre Baskerville;
}

article .blog-content .rt-reading-time {
  display: none !important;
}

article .blog-content p {
  font-family: Libre Baskerville;
  font-size: 22px;
  font-weight: 500;
  color: #3f3f3f;
  letter-spacing: 0px;
  line-height: 32px !important;
  font-family: "Libre Baskerville";
  margin-top: 30px;
  margin-bottom: 0px;
}

article .blog-content p:nth-of-type(1)::first-letter {
  color: #3f3f3f;
  padding: 0 0.3rem;
  margin: 3px 0.3rem 0 0;
  border-radius: 8px;
  font-family: Libre Baskerville;
  font-size: 96px;
  float: left;
  line-height: 1;
  vertical-align: middle;
}
article .blog-content p:nth-of-type(1) {
  margin-top: 0;
}

article .blog-content a {
  color: #3f3f3f;
  text-decoration: underline;
}

article .blog-content blockquote {
  padding-left: 20px;
  border-left: 5px solid #3d3d3d;
  margin: 0 0 1rem;
}

article .blog-content blockquote h3 {
  font-weight: 500;
  letter-spacing: -1px !important;
  font-family: "Montserrat";
  line-height: 1.25em;
  font-size: 26px;
  font-family: "Libre Baskerville";
}

article .pera-spacer {
  text-align: center;
}

article .blog-content h1 {
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Libre Baskerville";
}

article .blog-content h3 {
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Libre Baskerville";
}

article .blog-content h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px !important;
  font-family: "Montserrat";
  line-height: 1.15em;
}

article .pera-spacer span i {
  font-size: 4px;
  color: #3f3f3f;
}

article .pera-spacer span {
  margin: 0 10px;
  border-radius: 100%;
}

article .blog-content ul {
  font-size: 22px;
  font-weight: 400;
  color: #3f3f3f;
  letter-spacing: 0px;
  line-height: 1.5em !important;
  font-family: "Libre Baskerville";
  margin-top: 2.1em;
  margin-bottom: 2.1em;
}

article .blog-content ul li {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  margin-left: 23px;
}

article .blog-wrapper .rmp-rating-widget {
  font-family: Libre Baskerville !important;
}

.post-navigation {
  display: none;
}

.recommended-heading {
  padding-left: 0;
  padding-top: 70px;
  font-family: Libre Baskerville;
  font-size: 50px;
}

.recommended-wrapper h3 {
  color: #000;
  font-family: Libre Baskerville;
  font-size: 26px;
}

#comments a {
  color: #3f3f3f;
}

.alert-info {
  display: none;
}

.form-allowed-tags {
  display: none;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form label {
  display: block;
  margin-bottom: 10px;
}

.comment-form .comment-notes {
  flex: 100%;
}

.comment-form p:nth-of-type(2) {
  flex: 100%;
}
.comment-form .comment-form-author {
  flex: 33%;
  display: inline-block;
}
.comment-form .comment-form-author input {
  width: 95%;
}
.comment-form .comment-form-email {
  flex: 33%;
  display: inline-block;
}

.comment-form .comment-form-email input {
  width: 95%;
}
.comment-form .comment-form-url {
  flex: 33%;
  display: inline-block;
}

.comment-form .comment-form-url input {
  width: 95%;
}

.about-author {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.about-author .author-img {
  margin-right: 10px;
}

.about-author .author-img img {
  border-radius: 50%;
}

.about-author .author-info {
  font-family: Montserrat;
}

.about-author .author-info h5.author-title {
  margin-bottom: 7px;
  margin-top: 0;
  font-size: 20px;
  font-weight: normal;
}

.about-author .author-info a {
  font-size: 20px;
  color: #212529;
  font-weight: 300;
}

.category-wrapper {
  margin: 0 auto;
}

.category-wrapper .single-category {
  margin: 15px;
  padding: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  position: relative;
  z-index: 1;
  width: 280px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  overflow: hidden;
}

.category-wrapper .single-category:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  z-index: -1;
}

.category-wrapper .single-category:nth-of-type(1) {
  height: 530px;
}

.category-wrapper .single-category:nth-of-type(2) {
  height: 250px;
}

.category-wrapper .single-category:nth-of-type(4) {
  height: 250px;
}
.category-wrapper .single-category:nth-of-type(3) {
  height: 530px;
}

.category-wrapper .single-category:nth-of-type(5) {
  height: 250px;
}

.category-wrapper .single-category:nth-of-type(6) {
  height: 530px;
}
.category-wrapper .single-category:nth-of-type(8) {
  height: 530px;
}

.category-wrapper .single-category:nth-of-type(7) {
  height: 250px;
}

.category-wrapper .single-category .description-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px 25px 15px 25px;
  transform: translate3d(0px, 100%, 0px);
  transition: all 0.5s ease;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category-wrapper .single-category .description-wrap p {
  margin: 0;
  line-height: 1.2;
}

.category-wrapper .single-category .description-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 1;
  z-index: -9;
}

.category-wrapper .single-category:hover .description-wrap {
  transform: translate3d(0px, 0%, 0px);
}

.category-wrapper .single-category .top-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.category-wrapper .single-category .top-wrapper p {
  margin: 0;
  position: relative;
}

.category-wrapper .single-category .top-wrapper p:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 5px;
  left: 0;
  top: -25px;
  background: #0072bc;
}

.blog-button {
  font-size: 21px;
  color: #ffffff;
  padding: 5px 10px;
  margin-top: 8px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}

.blog-button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.filters-button-group {
  text-align: center;
  padding: 80px 0;
}

.filters-button-group button {
  border-color: #2a2a2a;
  font-size: 20px;
  color: #888888;
  border: 2px solid;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  margin-right: 10px;
}

.category-header h1 {
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Libre Baskerville;
  line-height: 1.1em;
  font-size: 60px;
  font-weight: bolder;
  max-width: 456px;
}
.category-header .archive-description p {
  font-size: 20px;
}

.blog-logo {
  text-align: right;
}

.blog-logo img {
  max-width: 200px;
}

.archive .blog-desc {
  padding: 0;
}

.archive .post-rating {
  padding: 30px 0 20px 0;
}

.archive .rmp-results-widget__avg-rating {
  display: none;
}

.archive .rmp-results-widget__vote-count {
  display: none;
}

.archive .rmp-results-widget {
  display: inline;
}

.archive .rmp-vote-details {
  display: inline;
}

.archive .post-rating p {
  display: inline;
}
.category-header {
  margin-bottom: 130px;
}

#inner-navigation {
  margin-top: 0px;
  padding-left: 0;
  color: #3f3f3f;
  font-family: Montserrat;
  font-weight: 400;
  white-space: normal;
  transition: all 0.15s ease-in-out;
  list-style-type: none;
}

#inner-navigation li {
  margin-bottom: 20px;
}

#inner-navigation li a {
  color: #3f3f3f;
}

.skip-to-section {
  font-family: "Libre Baskerville";
  margin-top: 70px;
  font-weight: bold;
  margin-bottom: 15px;
}

section#primary {
  max-width: 1140px;
}

#grid {
  padding-bottom: 80px;
}

#g-suite h2 {
  color: #fff;
  font-size: 48px;
  font-weight: inherit;
  text-align: center;
  padding-bottom: 120px;
}

#g-suite .section-wrapper {
  text-align: center;
}

#g-suite .section-wrapper img {
  margin-bottom: 30px;
}

#g-suite .section-wrapper p {
  color: #fff;
  font-size: 20px;
  font-weight: inherit;
}

#contact-g-suite .testimonials-wrap {
  text-align: center;
}

#contact-g-suite .testimonials-wrap h4 {
  color: #738694;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 22px;
  margin-bottom: 10px;
}

#contact-g-suite .testimonials-wrap h3 {
  line-height: 1.1;
  font-weight: 700;
  font-size: 48px;
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#contact-g-suite .testimonials-wrap p {
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 19px;
  color: #212529;
}

#contact-g-suite .testimonials-wrap a {
  font-weight: 700;
  border: 2px solid #8a9ba8;
  color: #8a9ba8;
  padding: 7px 25px;
  margin-top: 30px;
  transition: all ease 0.3s;
  background-color: transparent;
  font-size: 16px;
  text-transform: uppercase;
}

#contact-g-suite .testimonials-wrap a i {
  margin-left: 10px;
}

#services-new .single-service-wrapper a:nth-of-type(2) img {
  width: 45px;
}

#services-new .single-service-wrapper .single-service:nth-of-type(2) {
  justify-content: flex-start;
}

.project-content h1 {
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Libre Baskerville";
}

.project-content p {
  font-family: Libre Baskerville;
  font-size: 22px;
  font-weight: 500;
  color: #3f3f3f;
  letter-spacing: 0px;
  line-height: 32px !important;
  font-family: "Libre Baskerville";
  margin-top: 30px;
  margin-bottom: 0px;
}

.project-content p:first-of-type::first-letter {
  color: #3f3f3f;
  padding: 0 0.3rem;
  margin: 0.3rem 0.3rem 0 0;
  border-radius: 8px;
  font-family: Libre Baskerville;
  font-size: 92px;
  float: left;
  line-height: 1;
  vertical-align: middle;
}

.project-content img {
  margin-bottom: 20px;
}

.linkedin-wrapper .post-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.linkedin-wrapper .pindex {
  width: 24%;
  margin-bottom: 60px;
}

.linkedin-wrapper .pindex .ptitle h2 {
  color: #333;
  font-size: 18px;
  margin: 10px 0;
}

.linkedin-wrapper .pindex .pimage {
  display: block;
  width: 100%;
}
.linkedin-wrapper button {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #e2e2e2;
  color: #3d3d3d;
  cursor: pointer;
  background-color: transparent;
  margin-left: 0;
}

.linkedin-wrapper #filters {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.pindex a {
  display: inline-block;
}

.linkedin-wrapper h1 {
  font-size: 49px;
  font-weight: 400;
  /*  margin: 0 0 .8em; */
  line-height: 1;
}

.page-id-65745 .price:after {
  display: none;
}

.brand-slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.brand-slider {
  display: flex;
  position: relative;
  white-space: nowrap;
  will-change: transform;
  padding-bottom: 32px;
}

.brand-slider ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.brand-slider li {
  flex-shrink: 0;
  margin: 0 32px; /* Adjust spacing between images */
}

.brand-slider img {
  height: 32px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.brand-slider.scrolling {
  animation: scroll 90s linear infinite;
}

@media (max-width: 767px) {
	.brand-slider li {
	  margin: 0 16px;
	}
	
	.brand-slider.scrolling {
	  animation: scroll 45s linear infinite;
	}
}







