/*!
Theme Name: Fuelist Digital v1.1
Theme URI: https://fuelistdigital.com/
Author: Fuelist Digital
Author URI: https://fuelistdigital.com/
Description: Custom theme for Fuelist Digital — SEO & Digital Marketing.
Version: 1.1
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fuelist-digital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 47%;
  }
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

input:focus,
textarea:focus select:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
}

p:empty {
  display: none;
}

section {
  padding: 60px 0px;
}

@media only screen and (max-width: 767px) {
  section {
    padding: 35px 0px;
  }
}

@media only screen and (max-width: 1200px) {
  section {
    overflow: hidden;
  }
}

ul {
  list-style: none;
}

[class^="container"] {
  width: 100%;
  max-width: 1266px;
  margin: 0px auto;
  padding: 0px 15px;
}

[class^="container"][class*="--big"] {
  max-width: 1440px;
  padding: 0px;
}

[class^="container"][class*="--fluid"] {
  max-width: 100%;
}

[class^="margin"] h2 {
  margin-bottom: 25px;
}

.services h2 {
  margin-bottom: 15px;
}

[class^="margin"] a {
  margin-top: 25px;
}

[class^="margin"][class*="--big"] a {
  margin-top: 35px;
}

.main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  background: #fff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.05);
}

.header .main {
  padding: 15px 45px;
  position: relative;
}

@media only screen and (max-width: 1366px) {
  .header .main {
    padding: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .header .main {
    flex-wrap: wrap;
  }
}

.header__logo {
  max-width: 141px;
  width: 100%;
}

.header__logo img {
  width: 100%;
  height: 49px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .header__logo img {
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .header__logo {
    max-width: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .header__logo {
    max-width: 120px;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .header__menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: flex-start;
    width: 100%;
    z-index: 2;
    display: none;
    order: 1;
    background-color: #fff;
    padding: 20px 0px;
  }
}

.header__nav {
  max-width: 843px;
  width: 100%;
  margin: 0 auto;
}

.header__nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .header__nav > ul > li {
    width: 100%;
    padding: 15px 0px;
  }

  .header__nav > ul > li:not(:last-of-type) {
    border-bottom: 1px solid #e9e9e9;
  }
}

.header__nav > ul > li > a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1875em;
  text-transform: uppercase;
  color: #111111;
  display: inline-flex;
  align-items: center;
  transition: all ease 0.2s;
}

.header__nav > ul > li > a:hover {
  color: #c84e50;
}

@media only screen and (max-width: 1200px) {
  .header__nav > ul > li > a {
    font-size: 1.45rem;
  }
}

.header__nav > ul .menu-item-has-children {
  position: relative;
}

.header__nav > ul .menu-item-has-children::after {
  display: inline-block;
  content: "";
  width: 10.5px;
  height: 5.5px;
  border-left: 5.25px solid transparent;
  border-right: 5.25px solid transparent;
  border-top: 5.25px solid #111111;
  cursor: pointer;
  margin: 0 0 3px 8px;
}

@media only screen and (max-width: 991px) {
  .header__nav > ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0px;
  }

  .header__nav > ul .menu-item-has-children::after {
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    transition: all 0.3s;
  }
  .menu-item-has-children.sub-menu-active::after {
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 1366px) {
  .header__nav {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1200px) {
  .header__nav {
    max-width: 630px;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .header__button a {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 991px) {
  .header__button a {
    max-width: 100% !important;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .header__button {
    width: 100%;
  }
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  width: 250px;
  position: absolute;
  top: 49px;
  left: 0;
  background-color: #fff;
  padding: 7.5px 10px;
  border: 1px solid #e9e9e9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  z-index: 3;
  transition: all 0.2s;
}

.menu-item-has-children .sub-menu > li {
  padding: 5px 0px;
}

.menu-item-has-children .sub-menu > li:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}

.menu-item-has-children .sub-menu > li > a {
  font-size: 1.7rem;
  display: inline-block;
  text-decoration: none;
  color: #111111;
  width: 100%;
  line-height: 2;
}

.menu-item-has-children .sub-menu > li > a:hover {
  color: #c84e50;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-item-has-children::before {
  position: absolute;
  content: "";
  top: 16px;
  padding: 20px 60px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .menu-item-has-children::before {
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
  }
  .menu-item-has-children .sub-menu {
    top: 10px;
    background-color: #fff;
    padding: 7.5px 10px;
    z-index: 3;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 0;
    box-shadow: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    transform: none;
    border: none;
  }
  .menu-item-has-children:hover .sub-menu {
    box-shadow: none;
  }
}

.header__toggler {
  display: none;
  padding: 5px;
  border: 1px solid #e9e9e9;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  line-height: 0;
}

@media only screen and (max-width: 991px) {
  .header__toggler {
    display: block;
  }
}

.footer {
  border-top: 1px solid #e4e4e4;
}

.footer .main {
  padding: 55.5px 0px;
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .footer .main {
    flex-direction: column;
  }
}

.footer h4 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
}

.footer__sec1 {
  max-width: 336px;
  width: 100%;
}

.footer__sec1 img {
  width: 141px;
  height: auto;
  margin-bottom: 25px;
}

.footer__sec1 h4 {
  line-height: 1.1875em !important;
}

@media only screen and (max-width: 991px) {
  .footer__sec1 {
    margin-bottom: 25px;
  }
}

.footer__sec2,
.footer__sec3 {
  width: fit-content;
}

.footer__sec2 ul > li > a,
.footer__sec3 ul > li > a {
  display: block;
  margin-bottom: 11px;
  text-transform: capitalize;
  color: #111111;
  font-size: 16px;
  line-height: 1.1875em;
}

.footer__sec2 ul > li > a:hover,
.footer__sec3 ul > li > a:hover {
  color: #c84e50;
  text-decoration: underline;
}

.footer__sec2 a,
.footer__sec3 a {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .footer__sec2,
  .footer__sec3 {
    margin-bottom: 15px;
  }
}

.footer__sec4 {
  width: fit-content;
}

.footer__sec4 ul > li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer__sec4 ul > li span > svg {
  width: 25px;
  height: 25px;
  margin-right: 11px;
  display: block;
}

.footer__sec4 ul > li > a {
  text-decoration: none;
  margin-bottom: 19px;
  color: #111111;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  font-size: 14px;
  color: #484848;
  line-height: 1.85em;
  border-top: 1px solid #e4e4e4;
}

.copyright a {
  color: #c84f50;
  text-decoration: none;
}

.footer-legal-nav {
  display: inline;
}

.roadmap {
  background-color: #f9f9f9;
  background-image: url(./assets/img/fuelist-digital-seo-roadmap.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .roadmap .main {
    flex-direction: column;
  }
}

.roadmap__text {
  max-width: 516px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .roadmap__text:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .roadmap__text {
    margin: 0 15px;
  }
}

[class^="blogpost"] {
  position: relative;
}

[class^="blogpost"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f9f9f9;
  z-index: -2;
}

[class^="blogpost"] [class*="image"] {
  position: relative;
  width: 100%;
}

[class^="blogpost"] [class*="image"] a {
  display: block;
}

[class^="blogpost"] [class*="image"] a img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 489px;
  filter: drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.1));
}

@media only screen and (max-width: 1200px) {
  [class^="blogpost"] [class*="image"] a img {
    height: 400px;
  }
}

@media only screen and (max-width: 991px) {
  [class^="blogpost"] [class*="image"] a img {
    height: auto;
  }
}

[class^="blogpost"] [class*="image"][class*="--small"] {
  max-width: 540px;
}

[class^="blogpost"] [class*="image"][class*="--big"] {
  max-width: 568px;
}

@media only screen and (max-width: 1200px) {
  [class^="blogpost"] [class*="image"] {
    margin: 0 15px;
  }
}

[class^="blogpost"] [class*="content"] {
  max-width: 516px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  [class^="blogpost"] [class*="content"] {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  [class^="blogpost"] [class*="content"] {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  [class^="blogpost"][class*="--left"] [class*="image"]::after {
    display: none;
  }
}

[class^="blogpost"][class*="--right"] [class*="image"]::after {
  content: "";
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  [class^="blogpost"][class*="--right"] [class*="image"]::after {
    display: none;
  }
}

[class^="blogpost"][class*="--right"] .main {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  [class^="blogpost"] .main {
    flex-direction: column-reverse !important;
    gap: 3rem;
  }
}

.ranking {
  position: relative;
  overflow: hidden;
}

.ranking::after {
  content: "";
  position: absolute;
  background-image: url(./assets/img/fuelist-digital-ranking.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  top: -107px;
  right: 19px;
  transform: rotate(2deg);
  height: 100%;
  width: 100%;
}

.ranking .margin {
  max-width: 632px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.ranking .margin span {
  display: block;
  margin-bottom: 5px;
  color: #c84e50;
  font-weight: 500;
}

.ranking .margin a {
  margin-left: auto;
  margin-right: auto;
}

.ranking .margin p {
  max-width: 516px;
  width: 100%;
  margin: 0 auto;
}

.brands h2 {
  text-align: center;
  margin-bottom: 50px;
}

.brands .main {
  flex-wrap: wrap;
  justify-content: center;
}

.brands .main img {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 0 20px;
}

.brands .main img:nth-child(8) {
  max-width: 180px;
}

@media only screen and (max-width: 1200px) {
  .brands .main img {
    max-width: 169px;
  }
}

@media only screen and (max-width: 991px) {
  .brands .main img {
    margin: 0px auto 20px;
  }
}

@media only screen and (max-width: 991px) {
  .brands .main {
    justify-content: center;
  }
}

.contact {
  position: relative;
  overflow: hidden;
}

.contact::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
  background-color: #f9f9f9;
}

.contact .main {
  margin: 0 auto;
  width: 100%;
  padding: 60px 52px 60px 93px;
  align-items: flex-start;
  background-color: #c84e50;
  box-shadow: 0px 4px 64px rgba(64, 64, 64, 0.25);
  position: relative;
}

@media only screen and (max-width: 991px) {
  .contact .main::after {
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  .contact .main {
    padding: 20px;
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 991px) {
  .contact .main {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
  }
}

.contact__form {
  max-width: 509px;
  width: 100%;
}

.contact__form label {
  margin-bottom: 4px;
  display: block;
  color: #fff;
}

.contact__form > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact__form > div input:not([type='checkbox']) {
  width: 250px;
  padding: 0.5em 1em;
  font-size: 1.6rem;
  height: 42px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 9px 15px 0;
}

@media only screen and (max-width: 767px) {
  .contact__form > div input:not([type='checkbox']) {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .contact__form > div > div {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .contact__form > div {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact__form textarea {
  width: 100%;
  margin-bottom: 25px;
  background: transparent;
  border: 1px solid #fff;
  height: 139px;
  outline: none;
  padding: 10px;
  color: #fff;
  font-size: 1.6rem;
  resize: none;
}

@media only screen and (max-width: 1366px) {
  .contact__form {
    margin-inline: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .contact__form {
    margin: 0;
  }
}

.contact__details {
  max-width: 516px;
  width: 100%;
}

.contact__details h2 {
  color: #fff;
}

.contact__details a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 4rem;
  line-height: 1.04em;
  color: #fff;
  font-weight: 500;
}

.contact__details a svg {
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .contact__details {
    max-width: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .contact__details {
    max-width: 516px;
    margin-bottom: 30px;
  }
}

[class*="btn"] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1875em;
  text-transform: uppercase;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  transition: all ease 0.2s;
  padding: 0.9375em 1.75em;
  white-space: pre;
}

@media only screen and (max-width: 991px) {
  [class*="btn"] {
    font-size: 14px;
  }
}

[class*="btn"][class*="__primary"] {
  color: #fff;
  background-color: #c84e50;
}

[class*="btn"][class*="__primary"]:hover {
  background-color: #8c3738;
}

[class*="btn"][class*="__primary"][class*="--small"] {
  max-width: 279px;
}

[class*="btn"][class*="__primary"][class*="--large"] {
  max-width: 568px;
}

[class*="btn"][class*="__secondary"] {
  border: 1px solid #c84e50;
  color: #c84e50;
  background-color: #fff;
  padding: calc(0.9375em - 1px) 1.85em;
}

[class*="btn"][class*="__secondary"]:hover {
  background-color: #c84e50;
  color: #fff;
}

[class*="btn"][class*="__secondary"][class*="--small"] {
  max-width: 201px;
}

[class*="btn"][class*="__secondary"][class*="--large"] {
  max-width: 279px;
}

@media only screen and (max-width: 767px) {
  [class*="btn"] {
    width: fit-content;
  }
}

.seo__card {
  max-width: 400px;
  margin: 2rem;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02);
  padding: 20.41px 17.4px 35px 17.6px;
  transition: all ease 0.2s;
  text-decoration: none !important;
}

.services_seo__card {
  background-color: #f9f9f9;
}

.seo__card:hover {
  background-color: #c84e50;
  border-color: #c84e50;
}

.seo__card:not(.lawFirmCard):hover span svg path {
  fill: #fff;
}

.seo__card:hover h3,
.seo__card:hover p {
  color: #fff;
}

.seo__card > span {
  display: block;
  width: fit-content;
  margin-bottom: 14.8px;
}

.seo__card h3,
.services__card h3 {
  margin-top: 15px;
  margin-bottom: 14.8px;
  color: #c84e50;
}

@media only screen and (max-width: 1366px) {
  .seo__card,
  .services__card {
    margin-inline: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .seo__card,
  .services__card {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .seo__card,
  .services__card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 296px;
    text-align: center;
  }
}

[class^="text"] {
  font-weight: 400;
}

[class^="text"][class*="__small"] {
  font-size: 1.6rem;
  line-height: 1.625em;
}

[class^="text"][class*="__big"] {
  font-size: 2rem;
  line-height: 1.5em;
}

[class^="text"][class*="--gray"] {
  color: #484848;
}

[class^="text"][class*="--white"] {
  color: #f1f1f1;
}

[class^="text"][class*="--black"] {
  color: #111111;
}

h1 {
  font-weight: 700;
  font-size: 6.104rem;
  line-height: 1.14em;
}

@media only screen and (max-width: 586px) {
  h1 {
    font-size: 4rem;
  }

  [class^="text"][class*="__small"],
  [class*="btn"][class*="__primary"][class*="--small"],
  .footer__sec3 ul > li > a,
  .header__nav > ul > li > a,
  .menu-item-has-children .sub-menu > li > a {
    font-size: 2rem !important;
  }
}

h2 {
  font-weight: 500 !important;
  font-size: 3.906rem;
  line-height: 1.155em;
  color: #111111;
  text-transform: capitalize;
}

h3 {
  font-weight: 500 !important;
  font-size: 2.5rem;
  line-height: 1.4em;
}

#home .hero,
#lawfirm-seo .hero {
  padding: 90px 0px 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Home hero now renders the featured image as a real <img> (for LCP /
   fetchpriority / srcset / WebP delivery) with a 65% black overlay layered
   on top. Reproduces the visual of the old inline
   background-image: linear-gradient(180deg,rgba(0,0,0,.65),rgba(0,0,0,.65)), url(...). */
#home .hero {
  position: relative;
  overflow: hidden;
}
#home .hero > .hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
#home .hero > .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  z-index: 1;
  pointer-events: none;
}
#home .hero > .container--fluid {
  position: relative;
  z-index: 2;
}

/* The hero__bar card uses margin-top: -41px to overlap the bottom of the
   hero. Its .main is non-positioned, so without an explicit stacking
   context it paints *behind* the hero's absolute img/overlay. Lift it.
   Same for the mobile-only call/message buttons that sit between hero
   and bar on small viewports. */
#home .hero__bar,
#home .mobile-btns {
  position: relative;
  z-index: 3;
}

#lawfirm-seo .hero__content {
  max-width: 861px;
}

#home .hero__content {
  max-width: 756px;
}

#home .hero__content,
#lawfirm-seo .hero__content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#home .hero__content h1,
#lawfirm-seo .hero__content h1 {
  color: #fff;
  line-height: 1.14em;
}

#home .hero__content h1 {
  margin-bottom: 15px;
}

#lawfirm-seo .hero__content h1 {
  margin-bottom: 35px;
}

#home .hero__content p,
#lawfirm-seo .hero__content p {
  margin: 0 auto 30px;
  width: 100%;
}

#home .hero__content p {
  max-width: 578px;
}

#lawfirm-seo .hero__content p {
  max-width: 722px;
}

#home .hero__content a,
#lawfirm-seo .hero__content a {
  margin: 0 auto;
}

#home .hero__bar .main {
  padding: 20px 62.5px;
  background-color: #fff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  margin-top: -41px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 696px) {
  #home .hero__bar .main {
    margin-top: 60px;
  }
}

#home .hero__bar .main img {
  max-width: 216px;
  width: 100%;
  height: 57px;
}

@media only screen and (max-width: 1200px) {
  #home .hero__bar .main img {
    max-width: 140px;
  }
}

@media only screen and (max-width: 991px) {
  #home .hero__bar .main img {
    margin: 0px auto 15px;
  }
}

@media only screen and (max-width: 1366px) {
  #home .hero__bar .main {
    padding: 10px;
  }
}

@media only screen and (max-width: 991px) {
  #home .hero__bar .main {
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  #home .homeTeam .main {
    flex-direction: column;
  }
}

#home .homeTeam__content {
  max-width: 517px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  #home .homeTeam__content {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  #home .homeTeam__content {
    margin-bottom: 15px;
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  #home .homeTeam__content a {
    margin-bottom: 20px;
  }
}

#home .homeTeam__stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 560px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  #home .homeTeam__stats {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  #home .homeTeam__stats {
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

#home .homeTeam__card {
  width: Min(237px, 45%);
  margin-bottom: 41px;
}

#home .homeTeam__content h1 {
  font-weight: 500 !important;
  font-size: 3.906rem;
  line-height: 1.155em;
  color: #111111;
  text-transform: capitalize;
}

#home .homeTeam__card h2,
#home .homeTeam__card .homeTeam__stat {
  color: #c84e50;
  margin-bottom: 4px;
  font-weight: 700;
}

#home .homeTeam__card .homeTeam__stat {
  display: block;
  font-size: 3.906rem;
  line-height: 1.155em;
}

@media only screen and (max-width: 767px) {
  #home .homeTeam__card:not(:last-of-type) {
    margin-bottom: 20px;
  }

  #home .homeTeam__card:last-of-type {
    margin-bottom: 0;
  }
}

#home .services .heading {
  max-width: 758px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#home .services .heading p {
  max-width: 516px;
  width: 100%;
  margin: 0 auto 59px;
}

#home .services .main {
  align-items: unset !important;
}

@media only screen and (max-width: 1366px) {
  #home .services .main {
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 991px) {
  #home .services .main {
    flex-wrap: wrap;
    justify-content: center;
  }
}

#home .blogpost--left.blogpost--left2 .image--big::after {
  bottom: -47px;
  left: -53px;
}

#company .page__heading h1 {
  max-width: 968px;
  width: 100%;
  margin-bottom: 35px;
  color: #111111;
}

#company .page__heading p {
  max-width: 864px;
  width: 100%;
}

#company .companyhero {
  max-width: 100%;
}

#company .companyhero img {
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 489px;
}

@media only screen and (max-width: 991px) {
  #company .companyhero img {
    height: auto;
  }
}

#company .blogpost--right-company .image {
  display: grid;
  place-content: center;
  max-width: 438px;
  width: 100%;
  height: 438px;
  border-radius: 50%;
  background-color: #c84e50;
  position: relative;
}

#company .blogpost--right-company .image > p {
  max-width: 326px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  #company .blogpost--right-company .image > p {
    max-width: 190px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  #company .blogpost--right-company .image {
    max-width: 280px;
    height: 280px;
  }
}

#company .blogpost--left {
  position: relative;
}

#company .blogpost--left::after {
  background-color: #f9f9f9;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

#company .team {
  background-color: #f9f9f9;
}

#company .team h2 {
  margin-bottom: 60px;
}

#company .team__main {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 60px;
}

@media only screen and (max-width: 1200px) {
  #company .team__main {
    grid-template-columns: repeat(3, 292px);
    place-content: center;
  }
}

@media only screen and (max-width: 991px) {
  #company .team__main {
    grid-template-columns: repeat(2, 292px);
  }
}

@media only screen and (max-width: 767px) {
  #company .team__main {
    grid-template-columns: repeat(1, 292px);
  }
}

#company .team__card {
  width: 100%;
  text-align: center;
}

#company .team__card h3 {
  color: #111111;
  margin-bottom: 11px;
}

#company .team__card > img {
  width: 100%;
  display: block;
  height: 352.13px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  margin-bottom: 16px;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1200px) {
  #contact .main {
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 991px) {
  #contact .main {
    margin: 0 auto;
    flex-direction: column;
  }
}

#contact .contactpage__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center;
  max-width: 522px;
  width: 100%;
  height: 522px;
  border-radius: 50%;
  background-color: #c84e50;
  position: relative;
}

#contact .contactpage__content::after {
  content: "";
  position: absolute;
  top: -140px;
  left: -122px;
  max-width: 446px;
  width: 100%;
  height: 531px;
  background-image: url(data:image/png;base64,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);
  z-index: -1;
}

#contact .contactpage__content > span,
#contact .contactpage__content p {
  max-width: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
}

.contactpage__number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.contactpage__number svg {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.contactpage__number svg path {
  fill: white;
}

.contactpage__number a {
  font-size: 3.5rem;
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  #contact .contactpage__content > span,
  #contact .contactpage__content p {
    max-width: 255px;
  }
}

@media only screen and (max-width: 576px) {
  #contact .contactpage__content > span,
  #contact .contactpage__content p {
    max-width: 230px;
  }

  .contactpage__number svg {
    display: none;
  }
}

#contact .contactpage__content span {
  display: block;
  font-weight: 500;
  font-size: 5rem;
  line-height: 0.8em;
  text-transform: capitalize;
  margin-bottom: 25px;
  text-align: center;
  max-width: 95%;
}

@media only screen and (max-width: 1200px) {
  #contact .contactpage__content {
    margin-inline: 15px;
    max-width: 460px;
    height: 460px;
  }
}

@media only screen and (max-width: 767px) {
  #contact .contactpage__content {
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 576px) {
  #contact .contactpage__content {
    max-width: 100%;
  }
}

#contact .contact__form {
  max-width: 568px;
  width: 100%;
}

#contact .contact__form label {
  display: block;
  margin-bottom: 4px;
}

#contact .contact__form input:not([type='checkbox']) {
  width: 100%;
  height: 42px;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding: 5px 10px;
}

#contact .contact__form textarea {
  resize: none;
  width: 100%;
  height: 139px;
  margin-bottom: 25px;
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
  outline: none;
}

#contact .contact__form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact .contact__form > div > div {
  max-width: 279px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  #contact .contact__form > div > div:not(:last-of-type) {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #contact .contact__form > div > div {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #contact .contact__form > div {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  #contact .contact__form {
    margin-inline: 15px;
  }
}

#blog h1 {
  margin-bottom: 60px;
  color: #111111;
}

#blog .blog__content {
  display: grid;
  grid-template-columns: repeat(3, 378.71px);
  grid-template-rows: auto;
  column-gap: 50px;
  row-gap: 60px;
  grid-template-areas:
    "blog-1 blog-1 blog-2"
    "blog-1 blog-1 blog-3"
    "blog blog blog";
}

@media only screen and (max-width: 1366px) {
  #blog .blog__content {
    grid-template-columns: repeat(3, 350px);
    place-content: center;
  }
}

@media only screen and (max-width: 1200px) {
  #blog .blog__content {
    grid-template-columns: repeat(3, 300px);
    column-gap: 30px;
  }
}

@media only screen and (max-width: 991px) {
  #blog .blog__content {
    grid-template-columns: repeat(2, 300px);
    column-gap: 20px;
    grid-template-areas:
      "blog-1 blog-1"
      "blog-2 blog-3" !important;
  }
}

@media only screen and (max-width: 767px) {
  #blog .blog__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

#blog .blog {
  width: 100%;
}

#blog .blog a > img {
  object-fit: cover;
  object-position: center;
  display: block;
  height: 252.6px;
  width: 100%;
  border: 1px solid #dcdcdc;
}

@media only screen and (max-width: 1200px) {
  #blog .blog a > img {
    height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  #blog .blog a > img {
    height: auto;
  }
}

#blog .blog h2 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 500;
  color: #c84e50;
  margin-top: 20px;
}

#blog .blog h2 + div,
#blog .blog h2 + p {
  font-size: 1.6rem;
  line-height: 1.625em;
  color: #484848;
  margin-top: 10px;
}

#blog .blog:first-of-type {
  max-width: 795px;
  width: 100%;
  grid-area: blog-1;
}

#blog .blog:first-of-type > a > img {
  height: 397px;
}

@media only screen and (max-width: 1200px) {
  #blog .blog:first-of-type > a > img {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  #blog .blog:first-of-type > a > img {
    height: auto;
  }
}

#blog .blog:first-of-type > h2 {
  margin-top: 25px;
  font-size: 3.9rem;
  line-height: 1.15em;
}

#blog .blog:first-of-type > h2 + div,
#blog .blog:first-of-type > h2 + p {
  font-size: 2rem;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#blog .blog:nth-of-type(2) > a > img,
#blog .blog:nth-of-type(3) > a > img {
  height: 195px;
}

@media only screen and (max-width: 1200px) {
  #blog .blog:nth-of-type(2) > a > img,
  #blog .blog:nth-of-type(3) > a > img {
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  #blog .blog:nth-of-type(2) > a > img,
  #blog .blog:nth-of-type(3) > a > img {
    height: auto;
  }
}

#blog .blog:nth-of-type(2) > h2,
#blog .blog:nth-of-type(3) > h2 {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.5em;
}

#blog .blog:nth-of-type(2) h2 + p,
#blog .blog:nth-of-type(2) h2 + div,
#blog .blog:nth-of-type(3) h2 + p,
#blog .blog:nth-of-type(3) h2 + div {
  display: none;
}

#blog .blog:nth-of-type(2) {
  grid-area: blog-2;
}

#blog .blog:nth-of-type(3) {
  grid-area: blog-3;
  margin-top: -30px;
}

@media only screen and (max-width: 991px) {
  #blog .blog:nth-of-type(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  #blog .blog {
    max-width: 400px;
    width: 100%;
  }
}

.article li a {
  color: #c84f50;
  text-decoration: none;
}

.article li a:hover {
  text-decoration: underline;
}

#article .hero {
  position: relative;
  padding: 80px 0px 91px;
}

#article .hero::before,
#contact .hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: var(--hero-bg, url(./assets/img/jared-erondu-1Fm_k4Ip7jM-unsplash.png));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #732d2f;
  z-index: -2;
}

#article .hero::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
  inset: 0;
}

#article .hero__content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#article .hero__content h1 {
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}

#article .hero__content span {
  font-size: 1.6rem;
  line-height: 1.875em;
  color: #f1f1f1;
}

#article .article__content {
  max-width: 816px;
  width: 100%;
  margin: 0 auto;
}

#article .article__content > p {
  white-space: pre-line;
}

.text-wrap {
  white-space: pre-wrap;
}

.single-service .img svg {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 30px auto 0px;
  display: block;
}

.single-service section.article {
  padding: 30px 0px;
}

.single-service {
  padding: 30px 0px;
}

.single-service h1 {
  text-align: center;
}

#article .article__content p {
  font-size: 1.6rem;
}

.author-text {
  color: #fff;
  text-decoration: none;
}

.author-text:hover {
  text-decoration: underline;
}

#contact .contactpage .contact__form {
  max-width: 568px;
  width: 100%;
}

#contact .contactpage .contact__form label {
  display: block;
  margin-bottom: 4px;
  color: #111111;
}

#contact .contactpage .contact__form input:not([type='checkbox']) {
  width: 100%;
  height: 42px;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  padding: 5px 10px;
  color: #111111;
}

#contact .contactpage .contact__form textarea {
  resize: none;
  width: 100%;
  height: 139px;
  margin-bottom: 25px;
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
  outline: none;
  color: #111111;
}

#contact .contactpage .contact__form > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px -7.5px;
}

#contact .contactpage .contact__form > div > div {
  max-width: 279px;
  width: 100%;
  margin: 0px 7.5px;
}

@media only screen and (max-width: 1200px) {
  #contact .contactpage .contact__form > div > div:not(:last-of-type) {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #contact .contactpage .contact__form > div > div {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #contact .contactpage .contact__form > div {
    flex-direction: column;
  }
}

#contact .contactpage .contact__form .btn__secondary--small {
  max-width: 568px;
  width: 100%;
  background-color: #c84e50;
  color: #fff;
  cursor: pointer;
  display: block;
  border: none;
  height: 49px;
}

#contact .contactpage .contact__form .btn__secondary--small:hover {
  background-color: #8c3738;
}

@media only screen and (max-width: 1200px) {
  #contact .contactpage .contact__form {
    margin-inline: 15px;
  }
}

.formatting {
  white-space: pre-wrap;
  font-size: 1.6rem;
  max-width: 816px;
  margin: auto;
  line-height: 1.5em;
  color: #484848;
}

.formatting a {
  color: #c84f50;
}

@media only screen and (max-width: 767px) {
  .formatting {
    font-size: 16px;
  }
}

.formatting h1 {
  font-size: 45px;
  margin: 40px 0px 20px;
}

@media only screen and (max-width: 767px) {
  .formatting h1 {
    font-size: 35px;
    margin: 35px 0px 15px;
  }
}

.formatting h2 {
  font-size: 35px;
  margin: 35px 0px 15px;
}

@media only screen and (max-width: 767px) {
  .formatting h2 {
    font-size: 28px;
    margin: 30px 0px 13px;
  }
}

.formatting h3 {
  font-size: 28px;
  margin: 30px 0px 13px;
}

@media only screen and (max-width: 767px) {
  .formatting h3 {
    font-size: 24px;
    margin: 25px 0px 10px;
  }
}

.formatting h4 {
  font-size: 24px;
  margin: 25px 0px 10px;
}

@media only screen and (max-width: 767px) {
  .formatting h4 {
    font-size: 20px;
    margin: 20px 0px 10px;
  }
}

.formatting h5 {
  font-size: 20px;
  margin: 20px 0px 10px;
}

@media only screen and (max-width: 767px) {
  .formatting h5 {
    font-size: 17px;
    margin: 15px 0px 8px;
  }
}

.formatting h6 {
  font-size: 17px;
  margin: 15px 0px 8px;
}

@media only screen and (max-width: 767px) {
  .formatting h6 {
    font-size: 15px;
    margin: 12px 0px 6px;
  }
}

.formatting b,
.formatting strong {
  font-weight: 700;
}

.formatting img.aligncenter,
.formatting img.alignnone {
  display: block;
  margin: 20px auto 30px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.formatting img.alignleft {
  float: left;
  margin: 30px 30px 30px 0px;
}

.formatting img.alignright {
  float: right;
  margin: 30px 0px 30px 30px;
}

.formatting blockquote {
  padding: 5px 15px 5px 30px;
  margin: 10px 0px;
  background: #eee;
  position: relative;
}

.formatting blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #c84e50;
}

.formatting ul {
  list-style: disc;
}

.formatting ol {
  list-style: auto;
}

.formatting ul,
.formatting ol {
  padding-left: 20px;
}

.formatting li:not(:last-child) {
  margin-bottom: -45px;
}

#template-1 .hero {
  background-color: rgba(0, 0, 0, 0.65);
  position: relative;
}

#template-1 .hero::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  inset: 0;
  background-image: url(/wp-content/uploads/2021/08/fuelist-digital-computers-scaled.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#template-1 .hero__content {
  text-align: center;
}

#template-1 .hero__content h1 {
  color: #fff;
  max-width: 861px;
  width: 100%;
  margin: 0 auto 35px;
}

#template-1 .hero__content p {
  color: #f1f1f1;
  max-width: 587px;
  width: 100%;
  margin: 0 auto 35px;
}

#template-1 .hero__content a {
  margin: 0 auto;
}

#template-1 .blogpost--right .content h2 > span {
  color: #c84e50;
  font-weight: 500;
}

#template-1 .blogpost--right .image--big::after {
  background-image: url(./assets/svg/template1-after-1.svg);
  bottom: -53px;
  right: -67px;
  width: 292px;
  height: 252px;
}

#template-1 .area {
  background-color: #f9f9f9;
}

.area h2 {
  margin-bottom: 60px;
  text-align: center;
}

.area__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 312.46px);
  grid-template-rows: auto;
  place-content: center;
  column-gap: 85.54px;
  row-gap: 51.91px;
}

@media only screen and (max-width: 1200px) {
  .area__content {
    column-gap: 40px;
    grid-template-columns: repeat(3, 250px);
  }
}

@media only screen and (max-width: 991px) {
  .area__content {
    column-gap: 25px;
    grid-template-columns: repeat(2, 300px);
  }
}

@media only screen and (max-width: 767px) {
  .area__content {
    grid-template-columns: 300px;
  }
}

.area__post {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.area__post span {
  display: block;
  max-width: 34px;
  width: 100%;
  height: 34px;
  background-color: #c84e50;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-right: 21px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1200px) {
  .area__post span {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .area__post span {
    max-width: 28px;
    height: 28px;
  }
}

.area__post h3 {
  color: #c84e50;
  margin-bottom: 8.43px;
}

#template-1 .ranking .margin {
  max-width: 743px;
}

#template-1 .blogpost--left .image--small::after {
  background-image: url(./assets/svg/template1-after-2.svg);
  width: 231px;
  height: 275px;
  left: -71px;
  bottom: -56px;
}

#template-2 .hero {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}



#template-2 .hero::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  inset: 0;
  background-image: url(/wp-content/uploads/2021/08/fuelist-digital-legal-scaled.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero.with-background::after{
  background-image: unset !important;
  z-index: -2 !important;
}


.hero.with-background img {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
  z-index: -1;
}

#template-2 .hero__content h1 {
  color: #fff;
  max-width: 861px;
  width: 100%;
  margin: 0 0 35px;
}

#template-2 .hero__content p {
  color: #f1f1f1;
  max-width: 722px;
  width: 100%;
  margin: 0 0 35px;
}

#template-2 .success__content {
  max-width: 655px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#template-2 .success__content P {
  max-width: 516px;
  width: 100%;
  margin: 0 auto;
}

#template-2 .blogpost--right .image--big::after {
  background-image: url(./assets/svg/template2-after-1.svg);
  width: 309px;
  height: 257px;
  right: -81px;
  top: -81px;
}

#template-2 .info .main,
.info_section_circle .main {
  align-items: flex-start;
}

#template-2 .info .main > div:first-of-type,
.info_section_circle .main > div:first-of-type {
  max-width: 445px;
  width: 100%;
}

#template-2 .info .main > div:first-of-type .margin:first-of-type,
.info_section_circle .main > div:first-of-type .margin:first-of-type {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  #template-2 .info .main > div:first-of-type,
  .info_section_circle .main > div:first-of-type {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  #template-2 .info .main > div:first-of-type,
  .info_section_circle .main > div:first-of-type {
    max-width: 500px;
    margin-bottom: 40px;
  }
}

#template-2 .info .main > div:last-of-type,
.info_section_circle .main > div:last-of-type {
  max-width: 594px;
  width: 100%;
}

#template-2 .info .main > div:last-of-type .margin,
.info_section_circle .main > div:last-of-type .margin {
  margin-bottom: 80px;
}

#template-2 .info .main > div:last-of-type .margin p,
.info_section_circle .main > div:last-of-type .margin p {
  max-width: 489px;
  width: 100%;
}

#template-2 .info .main > div:last-of-type .margin--big,
.info_section_circle .main > div:last-of-type .margin--big {
  max-width: 594px;
  width: 100%;
  height: 594px;
  background-color: #c84e50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#template-2 .info .main > div:last-of-type .margin--big::after,
.info_section_circle .main > div:last-of-type .margin--big::after {
  position: absolute;
  content: "";
  right: -99px;
  top: 35px;
  width: 655px;
  height: 685px;
  z-index: -1;
  background-image: url(./assets/svg/template2-after-2.svg);
}

@media only screen and (max-width: 991px) {
  #template-2 .info .main > div:last-of-type .margin--big::after,
  .info_section_circle .main > div:last-of-type .margin--big::after {
    display: none;
  }
}

#template-2 .info .main > div:last-of-type .margin--big h2,
.info_section_circle .main > div:last-of-type .margin--big h2 {
  max-width: 489px;
  width: 100%;
  font-size: 6.1rem;
  line-height: 1.05em;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #template-2 .info .main > div:last-of-type .margin--big h2,
  .info_section_circle .main > div:last-of-type .margin--big h2 {
    max-width: 300px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  #template-2 .info .main > div:last-of-type .margin--big h2,
  .info_section_circle .main > div:last-of-type .margin--big h2 {
    font-size: 3rem;
    max-width: 200px;
    margin-bottom: 15px;
  }
}

#template-2 .info .main > div:last-of-type .margin--big p,
.info_section_circle .main > div:last-of-type .margin--big p {
  max-width: 402px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #template-2 .info .main > div:last-of-type .margin--big p,
  .info_section_circle .main > div:last-of-type .margin--big p {
    font-size: 1.2rem;
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  #template-2 .info .main > div:last-of-type .margin--big p,
  .info_section_circle .main > div:last-of-type .margin--big p {
    font-size: 1rem;
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  #template-2
    .info
    .main
    > div:last-of-type
    .margin--big
    .btn__secondary--large,
  .info_section_circle
    .main
    > div:last-of-type
    .margin--big
    .btn__secondary--large {
    max-width: 200px;
    font-size: 1rem;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  #template-2 .info .main > div:last-of-type .margin--big,
  .info_section_circle .main > div:last-of-type .margin--big {
    max-width: 480px;
    height: 480px;
  }
}

@media only screen and (max-width: 991px) {
  #template-2 .info .main > div:last-of-type .margin--big,
  .info_section_circle .main > div:last-of-type .margin--big {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  #template-2 .info .main > div:last-of-type .margin--big,
  .info_section_circle .main > div:last-of-type .margin--big {
    max-width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  #template-2
    .info
    .main
    > div:last-of-type
    .info_section_circle
    .main
    > div:last-of-type {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  #template-2 .info .main > div:last-of-type,
  .info_section_circle .main > div:last-of-type {
    max-width: 500px;
  }
}

#template-2 .info .main .margin h2,
.info_section_circle .main .margin h2 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4em;
  color: #c84e50;
}

@media only screen and (max-width: 991px) {
  #template-2 .info .main,
  .info_section_circle .main {
    flex-direction: column;
    align-items: center;
  }
}

#template-2 .blogpost--left .margin {
  text-align: left;
}

#template-2 .blogpost--left .margin p > span {
  color: #c84e50;
}

#template-2 .blogpost--left .image--small::after {
  background-image: url(./assets/svg/template2-after-3.svg);
  width: 284px;
  height: 318px;
  bottom: -41px;
  left: -78px;
}

[class^="blogpost"][class*="--left"] [class*="image"]::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}

.contact .main::after {
  content: "";
  position: absolute;
  bottom: -65.63px;
  right: -89.07px;
  max-width: 352px;
  width: 100%;
  height: 313.53px;
  background-image: url(./assets/svg/section-contact-after.svg);
  z-index: -1;
}

#home .blogpost--left.blogpost--left1 .image--small::after {
  content: "";
  position: absolute;
  bottom: -72px;
  left: -81px;
  max-width: 231px;
  width: 100%;
  height: 275px;
  background-image: url(./assets/svg/homepage-after-1.svg);
  z-index: -1;
}

#home .blogpost--right .image--big::after {
  content: "";
  position: absolute;
  top: -32px;
  right: -50px;
  max-width: 231px;
  width: 100%;
  height: 275px;
  background-image: url(./assets/svg/homepage-after-2.svg);
  z-index: -1;
}

#company .blogpost--right-company .image::after {
  background-image: url(./assets/svg/company-after-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -123px;
  left: -115px;
  width: 655px;
  height: 685px;
}

@media only screen and (max-width: 1366px) {
  #company .blogpost--right-company .image::after {
    width: 540px;
    height: 540px;
    bottom: -77px;
    left: -86px;
  }
}

#company .blogpost--left .image--small::after {
  background-image: url(./assets/svg/company-after-2.svg);
  width: 231px;
  height: 275px;
  left: -76px;
  bottom: -80px;
}

#contact .contactpage__content::after {
  content: "";
  position: absolute;
  top: -140px;
  left: -122px;
  width: 655px;
  height: 685px;
  background-image: url(./assets/svg/contact-after-1.svg);
  z-index: -1;
}

@media only screen and (max-width: 576px) {
  #contact .contactpage__content::after {
    transform: scale(0.65);
    max-width: 359px;
    height: 325px;
    left: -113px;
    top: -150px;
  }
}

/* FIXES */

.map {
  padding: 0px;
}

.map iframe {
  height: 450px;
  display: block;
  width: 100%;
}

[class*="btn"] {
  cursor: pointer;
}

.blog__content .blog p {
  display: contents;
}

.blog__content .blog span {
  position: relative;
  background: #fff;
  left: -28px;
  min-width: 22px;
  display: inline-block;
}

#blog .blog > h2 a {
  color: #c84e50;
  text-decoration: none;
}

#blog .blog > h2 a:hover {
  text-decoration: underline;
}

.formatting li:first-child {
  margin-top: -3em;
}

.formatting li:not(:last-child) {
  margin-bottom: -2.8125em;
}

.formatting li:last-child {
  margin-bottom: -2.4rem;
}

.formatting ol li > ol,
.formatting ol li > ul,
.formatting ul li > ul,
.formatting ul li > ol {
  padding-top: 0.9375em;
  margin-bottom: -2.4rem;
}

@media only screen and (max-width: 1200px) {
  .consultation-text {
    font-size: 5rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .blog__content .blog span {
    left: -21px;
  }

  .contactpage__content {
    margin-bottom: 50px;
  }

  .header__button a {
    padding: 15px 30px;
    font-size: 1.5rem;
  }

  #blog h1 {
    text-align: center;
  }

  #blog .blog:first-of-type > h2 {
    margin-top: 15px;
    font-size: 2.2rem;
  }

  #blog .blog:first-of-type > h2 + div,
  #blog .blog:first-of-type > h2 + p {
    font-size: 1.7rem;
    margin-top: 10px;
  }

  #blog .blog__content {
    row-gap: 30px;
  }

  section.blogpage {
    padding-top: 30px;
  }

  #blog h1 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog__content .blog span {
    left: -22px;
    min-width: 17px;
  }

  #blog .blog {
    max-width: 100%;
  }

  #blog .blog img {
    max-height: 250px;
  }

  #blog .blog h2 + div,
  #blog .blog h2 + p {
    display: block !important;
    font-size: 1.7rem;
    margin-top: 10px;
  }

  #blog .blog h2 {
    margin-top: 10px !important;
  }

  #blog .blog__content {
    row-gap: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .blog__content .blog p {
    font-size: 2rem;
  }

  #blog .blog h2 {
    font-size: 3rem !important;
  }
}

#lawfirm-seo .blogpost--right.blogpost--right-1::before {
  background: #fff;
}

#lawfirm-seo .blogpost--right .image--small {
  max-width: 569px;
}

#lawfirm-seo .blogpost--right .image--small::after {
  bottom: -50px;
  right: -48px;
  max-width: 231px;
  width: 100%;
  height: 275px;
  background-image: url(https://fuelistdigital.com/wp-content/themes/fuelist-digital/assets/svg/homepage-after-1.svg);
  transform: rotate(61deg);
}

#lawfirm-seo .blogpost--left .image--small {
  max-width: 569px;
}

#lawfirm-seo .blogpost--left .image--small::after {
  bottom: -72px;
  left: -81px;
  max-width: 231px;
  width: 100%;
  height: 275px;
  background-image: url(https://fuelistdigital.com/wp-content/themes/fuelist-digital/assets/svg/homepage-after-1.svg);
}

#lawfirm-seo .ranking::after {
  display: none;
}

#lawfirm-seo .ranking {
  background-color: #c84e50;
}

#lawfirm-seo .ranking .margin {
  max-width: 763px;
}

#lawfirm-seo .ranking .margin h2 {
  color: #fff;
}

#lawfirm-seo .ranking .margin p {
  color: #f1f1f1;
}

#lawfirm-seo .ranking .margin a {
  margin-top: 39px;
  background-color: #fff;
  color: #c84e50;
}

#lawfirm-seo .brands .main img {
  max-width: 200px;
}

#lawfirm-seo .experience__right,
#lawfirm-seo .experience__left,
#lawfirm-seo .help .help__left,
#lawfirm-seo .help .help__right {
  max-width: 516px;
  width: 100%;
}

#lawfirm-seo .experience__right h2,
.experience__left h2 {
  margin-bottom: 25px;
}

#lawfirm-seo section.experience .main,
#lawfirm-seo .help .main {
  align-items: flex-start;
  position: relative;
  gap: 30px;
}

#lawfirm-seo section.experience .main::after,
#lawfirm-seo .help .main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: #e4e4e4;
}

#lawfirm-seo section.our-services {
  background-color: #f9f9f9;
}

#lawfirm-seo .our-services__main,
#lawfirm-seo .help .help__main {
  max-width: 843px;
  margin-bottom: 50px;
}

#lawfirm-seo .our-services__main {
  text-align: center;
}

#lawfirm-seo .our-services__main {
  margin: auto auto 50px;
}

#lawfirm-seo .our-services__main h2,
#lawfirm-seo .help .help__main h2 {
  margin-bottom: 25px;
}

#lawfirm-seo .our-services .main {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px 49px;
  text-align: center;
}

#lawfirm-seo .seo__card {
  width: 28%;
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
  border: none;
  text-align: center;
}

#lawfirm-seo .seo__card > span {
  margin: auto auto 14.8px !important;
}

#lawfirm-seo .our-services__main > p {
  max-width: 700px;
  margin: auto;
}

#lawfirm-seo .seo__card h3 {
  margin-bottom: 14px;
}

#lawfirm-seo .seo__card:hover {
  background: transparent;
}

/* #lawfirm-seo .seo__card:hover span svg path {
  fill: #C84E50;
} */

#lawfirm-seo .seo__card:hover h3 {
  color: #c84f50;
}

#lawfirm-seo .seo__card:hover p {
  color: #484848;
}

#lawfirm-seo .client-testimonials .heading {
  max-width: max-content;
  margin: 0 auto 60px;
  text-align: center;
}

#lawfirm-seo .client-testimonials .heading p {
  max-width: 516px;
  margin: 0 auto;
}

#lawfirm-seo .client-testimonials .client-testimonials__main {
  display: grid;
  grid-template-columns: repeat(3, minmax(348px, 30%));
  gap: 75px 94px;
  grid-template-rows: auto;
}

#lawfirm-seo .client-testimonials__card {
  display: flex;
  align-items: flex-start;
  gap: 21.26px;
  width: 100%;
}

#lawfirm-seo .client-testimonials__card span {
  max-width: 28px;
  height: 28px;
  display: grid;
  place-content: center;
  background-color: #c84f50;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
  width: 100%;
}

#lawfirm-seo .client-testimonials__card span svg {
  width: 100%;
}

#lawfirm-seo .help .help__main {
  max-width: 700px;
  margin: auto auto 50px;
  text-align: center;
}

#lawfirm-seo .help .main h3 {
  color: #c84e50;
  margin-bottom: 25px;
}

#lawfirm-seo .help .help__left,
#lawfirm-seo .help .help__right {
  text-align: center;
}

#lawfirm-seo .help .help__left p:not(:last-of-type),
#lawfirm-seo .help .help__right p:not(:last-of-type) {
  margin-bottom: 50px;
}

#lawfirm-seo section.faqs {
  background-color: #f9f9f9;
}

#lawfirm-seo .faqs h2.margin {
  margin-bottom: 54px;
  text-align: center;
}

#lawfirm-seo .accordion-box {
  max-width: 818px;
  margin: 0 auto;
  width: 100%;
}

#lawfirm-seo .accordion__header {
  padding: 14px 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

#lawfirm-seo span.plus,
span.minus {
  max-width: 28px;
  width: 100%;
  height: 28px;
  border-radius: 50%;
  background-color: #c84e50;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lawfirm-seo span.plus svg,
span.minus svg {
  width: 100%;
}

#lawfirm-seo .accordion {
  border: 1px solid #e9e9e9;
  box-shadow: 0px 4px 8px 0px #00000005;
  background-color: #fff;
}

#lawfirm-seo .accordion:not(:last-of-type) {
  margin-bottom: 2px;
}

#lawfirm-seo .accordion__header span {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.66667em;
  color: #c84e50;
}

#lawfirm-seo span.minus {
  display: none;
}

#lawfirm-seo .accordion__header.open span.plus {
  display: none;
}

#lawfirm-seo .accordion__header.open span.minus {
  display: flex;
}

#lawfirm-seo .blogpost--right.blogpost--right-2::before {
  background-color: #fff;
}

section.client-testimonials {
  background-color: #f9f9f9;
}

#lawfirm-seo .contact::after {
  background-color: #fff;
}

#lawfirm-seo .accordion__content {
  padding: 6px 20px 26px;
}

.customListing ul {
  white-space: normal;
  list-style: revert;
}

.customListing ul ul {
  padding-left: 20px;
}

.customListing li {
  font-weight: 600;
}

.customListing ul ul li {
  font-weight: 400;
}

.customListing > div {
  display: flex;
  gap: 46px;
}

.customListing p {
  margin-bottom: 10px;
}

.customListing div > ul {
  padding-left: 20px;
}

.blogpost--right.blogpost--right-2 .margin--big.content {
  max-width: 551px;
}

#lawfirm-seo .client-testimonials__card span {
  margin-top: 5px;
}

#lawfirm-seo .accordion__header {
  cursor: pointer;
}

@media only screen and (max-width: 1366px) {
  #lawfirm-seo .seo__card {
    margin-inline: 0;
  }

  #lawfirm-seo .blogpost--right,
  #lawfirm-seo .blogpost--left {
    overflow: hidden;
  }

  #lawfirm-seo .client-testimonials .client-testimonials__main {
    column-gap: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  #lawfirm-seo .client-testimonials .client-testimonials__main {
    grid-template-columns: repeat(3, minmax(280px, 30%));
  }
}

@media only screen and (max-width: 991px) {
  #lawfirm-seo .seo__card {
    width: 39%;
  }

  #lawfirm-seo .client-testimonials .client-testimonials__main {
    grid-template-columns: repeat(2, minmax(200px, 40%));
    place-content: center;
  }

  #lawfirm-seo section.experience .main,
  #lawfirm-seo .help .main {
    flex-direction: column;
    align-items: center;
  }

  #lawfirm-seo .help .main {
    gap: 50;
  }

  #lawfirm-seo section.experience .main::after,
  #lawfirm-seo .help .main::after {
    display: none;
  }

  .blogpost--right.blogpost--right-2 .margin--big.content {
    text-align: left;
  }

  #lawfirm-seo .help .help__main {
    max-width: 516px;
    margin: 0 auto 50px;
  }
}

@media only screen and (max-width: 767px) {
  #lawfirm-seo .seo__card {
    width: 45%;
  }

  .customListing > div {
    flex-direction: column;
    gap: 15px;
  }
}

@media only screen and (max-width: 576px) {
  #lawfirm-seo .seo__card {
    max-width: 368px;
    width: 100%;
    display: unset;
    align-items: unset;
    justify-content: unset;
    flex-direction: column;
    text-align: unset;
  }

  #lawfirm-seo .our-services .main {
    justify-content: center;
    gap: 20px;
  }

  #lawfirm-seo .client-testimonials .client-testimonials__main {
    grid-template-columns: minmax(300px, 50%);
    place-content: center;
    gap: 30px;
  }

  #lawfirm-seo .client-testimonials__card {
    gap: 10px;
  }
}

/* CPA Templates */
.text--center {
  text-align: center;
}

.margin--auto {
  margin: auto;
}

.hero__content h1 {
  color: #fff;
  max-width: 861px;
  width: 100%;
  margin: 0 auto 35px;
}

.template-cpa .blogpost--right .image--big::after {
  background-image: url(./assets/svg/template2-after-1.svg);
  width: 309px;
  height: 257px;
  right: -81px;
  top: -81px;
}

.template-cpa .blogpost--left::before {
  background-color: #fff !important;
}

.template-cpa .blogpost--left .image--big::after {
  background-image: url(./assets/svg/template2-after-3.svg);
  width: 284px;
  height: 318px;
  bottom: -41px;
  left: -78px;
}

.cta-content {
  background-color: #c84e50;
}

.cta-content h2 {
  color: white;
}

.max-width {
  max-width: 700px;
}

.services__card {
  max-width: 400px;
  padding: 20.41px 17.4px 35px 17.6px;
  text-decoration: none !important;
}

.services .main,
.seo__card .main {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.services .heading {
  margin-bottom: 40px;
}

.services {
  background-color: white;
}

.websites-examples {
  background-color: #f9f9f9;
}

.websites-examples a {
  text-decoration: none;
}

.websites-examples .services__card {
  padding: 0 0 2rem;
  border: 1px solid #e9e9e9;
  transition: all 0.5s;
}

.websites-examples .services__card:hover {
  box-shadow: 0px 10px 25px rgb(0 0 0 / 15%);
}

.margin--bottom {
  margin-bottom: 40px;
}

.template-cpa .info h3 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1.4em;
  color: #c84e50;
}

.template-cpa .info .main {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}

.template-cpa .main .two-col {
  width: 50%;
}

.template-cpa .main .two-col:first-child {
  padding-right: 60px;
  border-right: 1px solid #e9e9e9;
}

.template-cpa .main .two-col:last-child {
  padding-left: 60px;
}

@media only screen and (max-width: 576px) {
  .template-cpa .main .two-col {
    width: 100%;
  }

  .template-cpa .main .two-col:first-child {
    padding-right: 0;
    border-right: none;
  }

  .template-cpa .main .two-col:last-child {
    padding-left: 0;
    margin-top: 20px;
  }
}

.bg--white::before {
  background-color: white;
}

.bg--gray,
.bg--grey {
  background-color: #f9f9f9;
}

.template-seo-cpa ul {
  margin: 15px 0 15px 35px;
  list-style: disc;
}

.template-seo-cpa ul a {
  text-decoration: none;
  color: #c84f50;
}

.template-seo-cpa ul a:hover {
  text-decoration: underline;
}

.faq h3 {
  font-size: 2rem;
  color: #c84e50;
}

.faq .accordion-box {
  max-width: 736px;
  width: 100%;
  margin: auto;
  padding-bottom: 15px;
}

.faq .accordion-box .accordion {
  border-bottom: 1px solid #e9e9e9;
}

.faq .accordion-box .accordion__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq .accordion-box .accordion__header.open path:nth-child(1) {
  display: none;
}

.faq .accordion-box .accordion__content {
  padding-bottom: 17px;
  max-width: 687px;
  width: 100%;
  margin-right: auto;
}

.faq__head h2::after {
  right: 0;
  margin: auto;
}

/* contact us btns on mobile */
.mobile-btns {
  display: none;
  margin-top: 0;
}

@media only screen and (max-width: 996px) {
  .mobile-btns {
    display: flex;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 696px) {
  .mobile-btns {
    margin-bottom: 0;
  }
}

.mobile-btns .secondary-message-btn {
  width: 50%;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #646262;
  color: white;
  text-transform: uppercase;
  border: none;
  text-align: center;
  border-radius: 0;
  line-height: 25px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.mobile-btns .__contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 65px;
  font-size: 16px;
  box-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  transition: none;
  border: none;
  text-align: center;
  font-weight: 500;
  background-color: #c84e50;
  color: white;
  border-radius: 0;
  line-height: 35px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.mobile-btns .__contact_btn i {
  font-size: 20px;
  padding: 0 7px;
  margin-top: 2px !important;
}

.contact__form label + br {
  display: none;
}

.contact__details a:hover {
  text-decoration: underline;
}

.footer__sec4 ul > li > a:hover {
  text-decoration: underline;
  color: #c84e50;
}

@media only screen and (max-width: 996px) {
  .copyright {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 996px) {
  .hod {
    display: none;
  }
}

.copyright a {
  margin-left: 10px;
  margin-right: 10px;
}

#template-2 .info .main .margin h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4em;
  color: #c84e50;
  margin-bottom: 25px;
}

@media only screen and (max-width: 996px) {
  .mobile-background {
    border-radius: 10% !important;
  }
}

.area__post h3 {
  font-size: 26px;
  margin-top: -1px;
}

@media only screen and (max-width: 996px) {
  .area__post h3 {
    margin-top: -4px;
  }
}

.formatting h2 {
  color: #111111;
}

.formatting h3 {
  color: #c84e50;
}

.contactpage__content h1 {
  font-size: 3.6rem;
  width: 80%;
  margin-left: 10%;
  text-align: center;
}

#contact .contactpage__content p {
  max-width: 80%;
}

/*image with text section*/

.heading__link {
  text-decoration: none;
}

.blogpost--right .image--big.image-with-text::after {
  content: "";
  position: absolute;
  top: -32px;
  right: -50px;
  max-width: 231px;
  width: 100%;
  height: 275px;
  background-image: url(./assets/svg/homepage-after-2.svg);
  z-index: 0;
}

.blogpost--left .image--big.image-with-text::after {
  content: "";
  position: absolute;
  bottom: -72px;
  left: -81px;
  max-width: 231px;
  width: 100%;
  height: 275px;
  background-image: url(./assets/svg/homepage-after-1.svg);
  z-index: 0;
}

.btn__link {
  text-transform: uppercase;
  color: #c84e50;
  box-shadow: none;
  justify-content: flex-start;
  padding: 0;
}

.btn__link::after {
  content: url(data:image/svg+xml;base64,ICA8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjExIiB2aWV3Qm94PSIwIDAgMTUgMTEiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik05LjcwMzIyIDBMMTQuNDYwMyA0LjU4NTZWNS44Njk1Nkw5LjcwMzIyIDEwLjQ1NTJMOC4zNTIyIDkuMTcxMkwxMS40NzI5IDYuMTQ0N0gwLjg3NDAyM1Y0LjMxMDQ2SDExLjQ3MjlMOC4zMzMxNyAxLjI4Mzk3TDkuNzAzMjIgMFoiIGZpbGw9IiNjODRlNTAiIGZpbGwtb3BhY2l0eT0iMC45Ii8+Cjwvc3ZnPg==);
  position: relative;
  left: 4px;
  top: 1px;
  transition: all 0.3s;
}

.btn__link:hover::after {
  left: 10px;
}

/*breadcrumbs*/
.breadcrumbs__container {
  padding-top: 1rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
}

.breadcrumbs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
}

.breadcrumbs li a {
  color: #c84e50;
  text-decoration: none;
  text-transform: capitalize;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li:not(:last-child)::after {
  content: "\00BB";
  display: inline-block;
  margin: 0 6px;
  font-weight: 500;
}

.breadcrumbs__section {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.07);
}

.we-work__heading {
  white-space: normal !important;
  text-align: center;
}

#contact-us {
  position: relative;
}

#contact-us::before {
  background-image: url(/wp-content/uploads/2022/05/banner.png);
  position: absolute;
  content: "";
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #732d2f;
  z-index: -2;
}

#contact-us::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
  inset: 0;
}

/*text with image */
.image--big.image-with-text img {
  object-fit: cover;
  object-position: center;
  height: 489px;
  filter: drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.1));
  z-index: 1;
  position: relative;
}

/*section columns*/
.columns__container {
  display: flex;
  justify-content: space-between;
}

.column {
  max-width: 45%;
}

.column > div > :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 25px;
  color: #c84e50;
}

.columns-paragraph.info .main {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}

.columns-paragraph .main .two-col {
  width: 50%;
}

@media only screen and (max-width: 660px) {
  .columns-paragraph.info .main {
    flex-direction: column;
    gap: 40px;
  }

  .columns-paragraph .main .two-col {
    width: 100%;
    max-width: 100%;
  }
}

/*text-content*/
.text-content__container {
  max-width: 655px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.text-content__container.align--center .text__small--gray p {
  max-width: 516px;
  margin: auto;
}

.text-content__container ul,
.text-content__container ol {
  list-style-position: inside;
  margin-left: 1rem;
}

.text__small--gray ul {
  margin-left: 4rem;
  list-style: disc;
}

.text__small--gray ul li {
  margin: 16px 0;
}

.align--left {
  max-width: 100%;
  text-align: left;
}

.align--right {
  max-width: 100%;
  text-align: right;
}

.homeTeam {
  padding-top: 60px;
}

.text-content__container a,
.text-with-image--center .text__small--gray a {
  color: #c84e50;
  text-decoration: none;
}

.text-content__container a:hover,
.text-with-image--center .text__small--gray a:hover {
  color: #8c3738;
  text-decoration: underline;
}

/*hero banner*/
.hero-banner .hero__content,
#article .hero__content {
  display: flex;
  flex-direction: column;
}

.hero-banner .hero__content h1 {
  text-transform: capitalize;
  margin: 0 0 35px 0;
}

.align--left.hero-banner .hero__content,
#article .align--left.hero-banner .hero__content {
  text-align: left;
  align-items: flex-start;
  max-width: 70%;
}

.align--center.hero-banner .hero__content,
#article .align--center.hero-banner .hero__content {
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.hero-banner .btn__primary--small {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .align--left.hero-banner .hero__content,
  #article .align--left.hero-banner .hero__content {
    max-width: 100%;
  }
}

#article .hero__content.blog-hero {
  margin: 0 auto;
}

.red--text {
  color: #c84e50;
  font-size: 18px;
}

.red--text-s {
  color: #c84e50;
}

.text-with-image--center {
  display: flex;
  flex-direction: column;
}

.text-with-image--center h2,
.info-circle > .container > h2 {
  margin: 0 auto 25px auto;
  max-width: 1000px;
  text-align: center;
}

.text-with-image__content--center {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: auto;
}

.image--center {
  margin: 25px auto;
  max-width: 900px;
  height: auto;
  object-fit: cover;
  filter: drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.1));
  width: 100%;
}

.text-with-image__content--center :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 25px;
}

.text__small--gray :is(h1, h2, h3, h4, h5, h6) {
  margin: 25px 0;
  color: #111111;
}

.content__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #c84e50;
  margin-left: 20px !important;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 10px;
  list-style: none !important;
}

.content__list li {
  margin: 0 !important;
}

.content__list li :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 12px;
  color: #c84e50;
  font-weight: 500;
  margin: 0;
}

.content__list li h1 {
  font-size: 5rem;
}

.content__list li h2 {
  font-size: 3.5rem;
}

.content__list li h3 {
  font-size: 3rem;
}

.content__list li h4 {
  font-size: 2.5rem;
}

.content__list li h5 {
  font-size: 2rem;
}

.content__list li h6 {
  font-size: 1.6rem;
}

.column-shapes {
  position: relative;
  z-index: 3;
}

.bg--grey .column-shapes .text__small--gray {
  background-color: #f9f9f9;
  padding: 0 1rem 1rem 0;
}

.bg--white .column-shapes .text__small--gray {
  background-color: #fff;
  padding: 0 1rem 1rem 0;
}

.column-shapes::after {
  position: absolute;
  content: "";
  right: -99px;
  top: 35px;
  width: 655px;
  height: 685px;
  z-index: -1;
  background-image: url(./assets/svg/template2-after-2.svg);
}

.code-text {
  font-family: "Courier New", Courier, monospace;
  color: #111111;
}

.heading-tags {
  margin-left: 20px;
}

.text__small--gray .columns-paragraph {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 2rem 0;
}

.text__small--gray .columns-paragraph .heading-tags {
  margin-left: 0;
  margin-top: 16px;
}

.text-with-image--center {
  max-width: 816px;
  margin: auto;
}

#article p {
  line-height: 1.5em;
}

/*team member bio*/
.team-bio {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}

.team-icons {
  display: flex;
  align-items: center;
}

.social-media__data img {
  max-width: 64px;
  height: auto;
  max-height: 27px;
  width: 100%;
}

@media (max-width: 992px) {
  #primary-menu .menu-item {
    display: inline-block;
    margin-right: 20px;
    position: relative;
  }

  #primary-menu .sub-menu {
    display: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: unset !important;
    height: 100%;
  }

  .toggled {
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: unset !important;
    height: 100%;
    opacity: 1 !important;
    visibility: unset !important;
    margin-top: 20px !important;
  }

  #primary-menu .sub-menu li {
    display: block;
    margin: 5px 0;
  }

  #primary-menu .sub-menu a {
    color: #333;
    text-decoration: none;
    display: block;
  }

  #primary-menu .menu-item:hover .sub-menu {
    display: block;
  }
}

.fq_part__area {
  background: #fff;
  padding: 60px 0;
  padding-bottom: 90px;
}


.fq_part__area2 {
  padding: 140px 0;
}

.fq_part__area .heading_part h2 {
  padding-bottom: 45px;
}


.accordion-item hr {
  border: 1px solid #F5F5F5;
}

.accordion-link {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0;
}

.accordion-link h3 {
  color: #112323;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.accordion-link i {
  color: #505d5d;
  font-size: 20px;
}

.accordion-link div {
  display: flex;
}

.accordion-link .ion-md-arrow-down {
  display: none;
}

.answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height 650ms;
}

.answer p {

  padding-bottom: 20px;
}

.accordion-item:target .answer {
  max-height: 600px;
}

.accordion-item:target .accordion-link {
  padding-bottom: 25px;
}

.accordion-item:target .accordion-link .ion-md-arrow-forward {
  display: none;
}

.accordion-item:target .accordion-link .ion-md-arrow-down {
  display: block;
}

.accordion-single {
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
}

.accordion-single-title {
  border-top: 1px solid #efefef;
  padding: 22px 0;
  cursor: pointer;
  position: relative;
  margin: 0;
  color: #112323;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.accordion-single-title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  margin: 0;
  padding-bottom: 26px;
  padding-top: 20px;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: inherit;
  margin-top: -21px;
}

.accordion-single-item.is-open .accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}

.accordionh2 h2 {
  border-top: none;
}

@media only screen and (min-width: 996px) {
  .services_seo__card {
    max-width: 30%;
  }
}

.testimonial {
  padding-top: 30px;
}

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

.small-margin {
  margin-bottom: 40px;
}

.small-margin h3 {
  font-size: 2.5rem;
  line-height: 1.4em;
  color: #c84e50;
  margin-bottom: 25px;
}

#contact .hero {
  position: relative;
  padding: 80px 0px 60px;
}

#contact .hero::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
  inset: 0;
}

#contact .hero__content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hero__content .hero__buttons{
  display: flex;
  gap: 2rem;
}
.privacy-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #000;
  font-size: 16px;
}
.wpcf7-response-output {
  font-size: 16px;
}
#contact .contactpage .contact__form .privacy-checkbox input[type='checkbox'] {
  border: 1px solid #e9e9e9;
}
#contact .contactpage .contact__form .privacy-checkbox label,
.privacy-checkbox label {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.privacy-checkbox {
  font-size: 1.6rem;
  line-height: 1.625em;
  display: block;
  margin-bottom: 10px;
}
.privacy-checkbox a {
  text-decoration: underline;
  color: currentColor;
}
input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  transform: translateY(-0.075em);
  display: grid;
  box-sizing: border-box;
  place-content: center;
  padding: 5px 4px;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 4px;
}

input[type='checkbox']::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  box-shadow: inset 1em 1em currentColor;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transition: transform 120ms ease-in-out;
}


input[type='checkbox']:checked::before {
  transform: scale(1);
}


input[type='checkbox']:focus {
  outline: max(2px, 0.15em) solid currentColor;
}

/* 404 Page */
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  margin: auto;
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 .notfound-title {
  font-family: montserrat, sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0;
  color: #c84e50;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 .notfound-title > span {
  text-shadow: -8px 0 0 #fff;
}

.notfound .notfound-404 h1 {
  font-family: cabin, sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: cabin, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
}

.notfound-container {
  padding: 80px 15px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }

  .notfound .notfound-404 .notfound-title {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }

  .notfound .notfound-404 .notfound-title {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }

  .notfound h2 {
    font-size: 16px;
  }
}

.childpages-list {
  font-size: 1.8rem;
  white-space: pre-line;
  margin: auto;
  max-width: 816px;
}