* {
  box-sizing: border-box;
}

.red-text {
  color: #a00c44;
}

.container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1679px) {
  .container {
    max-width: 1310px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 650px) {
  .container {
    padding: 0 25px;
  }
}

.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-template-blog,
.single-offer,
.faq-page,
.single-portfolio-temp {
  padding-top: 150px;
}
@media screen and (max-width: 1440px) {
  .page-template-blog,
  .single-offer,
  .faq-page,
  .single-portfolio-temp {
    padding-top: 130px;
  }
}

.w-80 {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .w-80 {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .w-80 {
    max-width: 100%;
  }
}

.w-70 {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .w-70 {
    max-width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .w-70 {
    max-width: 90%;
  }
}
@media screen and (max-width: 920px) {
  .w-70 {
    max-width: 100%;
  }
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
  color: #212121;
  line-height: 1.2;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

h2 {
  margin: 0 0 20px;
  font-size: 3.5em;
}
@media screen and (max-width: 1679px) {
  h2 {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 1360px) {
  h2 {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 2.7em;
  }
}

p,
li {
  font-family: "Poppins", sans-serif;
  color: #212121;
  line-height: 1.3;
  font-size: 1.125em;
}
@media screen and (max-width: 1679px) {
  p,
  li {
    font-size: 1em;
  }
}

p {
  margin: 0 0 15px;
}

.subhead {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  color: #5bc5ec;
  margin: 0 0 15px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1679px) {
  .subhead {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1360px) {
  .subhead {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1024px) {
  .subhead {
    font-size: 1em;
    margin: 0 0 10px;
  }
}

h3 {
  font-size: 3.3em;
  margin: 0 0 30px;
}
@media screen and (max-width: 1679px) {
  h3 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1360px) {
  h3 {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 2.4em;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 650px) {
  h3 {
    font-size: 2.2em;
  }
}

.component-header {
  font-size: 3.3em;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 1679px) {
  .component-header {
    font-size: 3em;
  }
}
@media screen and (max-width: 1440px) {
  .component-header {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 1280px) {
  .component-header {
    font-size: 2.4em;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .component-header {
    font-size: 2.2em;
  }
}

.text-block h4 {
  margin: 0 0 15px;
  font-size: 1.25em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1679px) {
  .text-block h4 {
    font-size: 1.1em;
  }
}
.text-block ul {
  margin: 0;
  padding: 0;
}
.text-block li {
  margin: 0 0 15px;
  position: relative;
}
.text-block ul li {
  list-style: none;
  padding: 0 0 0 40px;
}
.text-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 30px;
  height: 5px;
  background-color: #ee6c0b;
}

.post-container .text-block img {
  width: 100%;
  height: auto;
}

.banner {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.banner .text-block {
  padding-top: 180px;
  width: 660px;
}
@media screen and (max-width: 1679px) {
  .banner .text-block {
    width: 560px;
  }
}
@media screen and (max-width: 1440px) {
  .banner .text-block {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1366px) {
  .banner .text-block {
    width: 50%;
    padding-top: 100px;
  }
}
@media screen and (max-width: 950px) {
  .banner .text-block {
    width: 100%;
    padding-top: 100px;
  }
}
.banner .banner-image {
  height: 100px;
  width: auto;
  margin: 15px 20px 0 0;
}
@media screen and (max-width: 1679px) {
  .banner .banner-image {
    margin: 10px 10px 0 0;
    height: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .banner .banner-image {
    margin: 0 10px 10px 0;
  }
}
.banner p {
  font-size: 1.3em;
}
@media screen and (max-width: 1679px) {
  .banner p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1360px) {
  .banner p {
    font-size: 1em;
  }
}
@media screen and (max-width: 650px) {
  .banner p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1679px) {
  .banner {
    height: 760px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 680px;
  }
}
@media screen and (max-width: 1366px) {
  .banner {
    height: 630px;
  }
}
@media screen and (max-width: 1679px) {
  .banner h2 {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 1440px) {
  .banner h2 {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 1360px) {
  .banner h2 {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 1024px) {
  .banner h2 {
    font-size: 2em;
  }
}
.banner::after {
  content: "";
  width: calc(100% + 300px);
  height: 300px;
  position: absolute;
  left: -150px;
  bottom: -150px;
  transform: rotate(-3deg);
  background-color: #a00c44;
  z-index: -1;
}
.banner .image-mobile {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 950px) {
  .banner .image-mobile {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .banner {
    background-image: none !important;
    height: auto;
    background-color: #fbfbfb;
  }
}

.about-us {
  background-color: #a00c44;
  padding: 50px 0;
  text-align: center;
}
.about-us h1,
.about-us h2,
.about-us h3,
.about-us h4,
.about-us h5,
.about-us p,
.about-us li {
  color: #fff;
}
.about-us h4 {
  font-size: 1.65em;
}
@media screen and (max-width: 1680px) {
  .about-us h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1440px) {
  .about-us h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  .about-us h4 {
    font-size: 1.3em;
  }
}
.about-us p {
  font-size: 1.25em;
}
@media screen and (max-width: 1440px) {
  .about-us p {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1366px) {
  .about-us p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1024px) {
  .about-us p {
    font-size: 1em;
  }
}
.about-us .text-block {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .about-us .text-block {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .text-block {
    width: 90%;
  }
}
@media screen and (max-width: 920px) {
  .about-us .text-block {
    width: 100%;
  }
}
.about-us .counter-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .about-us .counter-row {
    gap: 30px;
  }
}
@media screen and (max-width: 1180px) {
  .about-us .counter-row {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .about-us .counter-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
.about-us .single-counter {
  display: flex;
  flex-direction: column;
}
.about-us .single-counter h3 {
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}
.about-us .single-counter h3::after {
  content: "";
  width: 100%;
  height: 40%;
  background-color: #ee6c0b;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1680px) {
  .about-us .single-counter h3 {
    font-size: 3.1em;
  }
}
@media screen and (max-width: 1440px) {
  .about-us .single-counter h3 {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 1360px) {
  .about-us .single-counter h3 {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .single-counter h3 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 650px) {
  .about-us .single-counter h3 {
    font-size: 2.2em;
  }
}
.about-us .single-counter p {
  font-size: 1.25em;
  min-width: 185px;
}
@media screen and (max-width: 1440px) {
  .about-us .single-counter p {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1366px) {
  .about-us .single-counter p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .single-counter p {
    font-size: 1em;
    min-width: unset;
  }
}

.small-header {
  font-size: 1.67em;
  margin: 0 0 20px;
}

.trusted-us {
  padding: 80px 0;
  text-align: center;
}
.trusted-us .logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 20px;
}
.trusted-us .image-block {
  width: 50%;
}
.trusted-us .text-block {
  width: 50%;
}
.trusted-us .single-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.trusted-us .single-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1440px) {
  .trusted-us {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1280px) {
  .trusted-us {
    padding: 60px 0 40px 0;
  }
}

.portfolio-front {
  padding: 80px 0;
}
.portfolio-front .text-image-row {
  display: flex;
  gap: 80px;
  align-items: center;
}
.portfolio-front .text-image-row .image-block {
  width: 50%;
}
.portfolio-front .text-image-row .image-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .portfolio-front .text-image-row .image-block {
    width: 100%;
  }
}
.portfolio-front .text-image-row .text-block {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .portfolio-front .text-image-row .text-block {
    width: 100%;
    text-align: center;
  }
}
.portfolio-front .text-image-row .h1 {
  color: #a00c44;
  font-size: 5.5em;
}
@media screen and (max-width: 1680px) {
  .portfolio-front .text-image-row .h1 {
    font-size: 5.2em;
  }
}
@media screen and (max-width: 1440px) {
  .portfolio-front .text-image-row .h1 {
    font-size: 4.9em;
  }
}
@media screen and (max-width: 1360px) {
  .portfolio-front .text-image-row .h1 {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 1024px) {
  .portfolio-front .text-image-row .h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 650px) {
  .portfolio-front .text-image-row .h1 {
    font-size: 3.8em;
  }
}
@media screen and (max-width: 1440px) {
  .portfolio-front .text-image-row {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .portfolio-front .text-image-row {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 500px;
  }
}
.portfolio-front p {
  font-size: 1.25em;
}
@media screen and (max-width: 1440px) {
  .portfolio-front p {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1366px) {
  .portfolio-front p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1024px) {
  .portfolio-front p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1440px) {
  .portfolio-front {
    padding: 60px 0;
  }
}

.btn,
.one-column .text-block a {
  font-size: 20px;
  border: 1px solid #a00c44;
  color: #a00c44;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  border-radius: 30px;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn.fill-btn,
.one-column .text-block a.fill-btn {
  color: #fff;
  background-color: #a00c44;
}
.btn.white-btn,
.one-column .text-block a.white-btn {
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 1440px) {
  .btn,
  .one-column .text-block a {
    font-size: 16px;
  }
}
.btn:hover,
.one-column .text-block a:hover {
  transform: scale(1.05);
}

.our-offer {
  padding: 80px 0;
}
.our-offer h3 {
  text-align: center;
}
.our-offer .oofer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 130px;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .our-offer .oofer-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 100px;
  }
}
@media screen and (max-width: 728px) {
  .our-offer .oofer-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 100px;
  }
}
.our-offer .single-offer-block {
  display: flex;
  flex-direction: column;
  padding: 0 20px 50px;
  text-align: center;
  box-shadow: 0px 0px 15px -9px rgb(66, 68, 90);
  position: relative;
}
.our-offer .single-offer-block .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -22px;
}
.our-offer .single-offer-block .btn:hover {
  transform: translateX(-50%) scale(1.05);
}
.our-offer .single-offer-block h4 {
  margin: 15px 0;
  font-size: 2.15em;
}
@media screen and (max-width: 1680px) {
  .our-offer .single-offer-block h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1440px) {
  .our-offer .single-offer-block h4 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1366px) {
  .our-offer .single-offer-block h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1024px) {
  .our-offer .single-offer-block h4 {
    font-size: 1.4em;
  }
}
.our-offer .single-offer-block p {
  margin: 0;
  font-size: 1.125em;
}
@media screen and (max-width: 1680px) {
  .our-offer .single-offer-block p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1440px) {
  .our-offer .single-offer-block p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1280px) {
  .our-offer .single-offer-block {
    padding: 0 15px 40px;
  }
}
.our-offer .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  width: auto;
  margin-top: -60px;
}
.our-offer .ico img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1680px) {
  .our-offer .ico {
    height: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .our-offer .ico {
    height: 120px;
  }
}
@media screen and (max-width: 1366px) {
  .our-offer .ico {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .our-offer .ico {
    height: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .our-offer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1280px) {
  .our-offer {
    padding: 40px 0 60px 0;
  }
}

.post-banner {
  background-color: #fbfbfb;
  box-shadow: 0px 0px 15px -9px rgb(66, 68, 90);
  position: relative;
}
.post-banner .container {
  display: flex;
}
@media screen and (max-width: 900px) {
  .post-banner .container {
    flex-direction: column-reverse;
  }
}
.post-banner .left-block {
  width: 50%;
  padding: 30px 40px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .post-banner .left-block {
    padding-right: 0;
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.post-banner .small-baner {
  aspect-ratio: 962/464;
  height: auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-banner .small-baner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .post-banner .small-baner {
    width: 100%;
  }
}
.post-banner .post-categ {
  font-size: 1.2em;
  color: #a00c44;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .post-banner .post-categ {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .post-banner .post-categ {
    font-size: 0.9em;
  }
}
.post-banner h1 {
  font-size: 2.5em;
  margin: 0 0 15px;
}
@media screen and (max-width: 1440px) {
  .post-banner h1 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .post-banner h1 {
    font-size: 1.9em;
  }
}
.post-banner .post-date {
  font-size: 1.2em;
  color: #a00c44;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .post-banner .post-date {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .post-banner .post-date {
    font-size: 0.9em;
  }
}
.post-banner::before {
  content: "";
  width: 100%;
  height: 300px;
  background-color: #fbfbfb;
  position: absolute;
  left: 0;
  top: -300px;
}

.grid-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.grid-posts .image-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 532/317;
}
.grid-posts .image-block img {
  width: 100%;
  height: 100%;
}
.grid-posts .text-block .top-post {
  display: flex;
  justify-content: space-between;
}
.grid-posts .text-block .top-post .categ {
  font-weight: bold;
}
.grid-posts .text-block .top-post p {
  text-transform: uppercase;
  font-size: 1.2em;
  color: #a00c44;
}
@media screen and (max-width: 1440px) {
  .grid-posts .text-block .top-post p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1360px) {
  .grid-posts .text-block .top-post p {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  .grid-posts .text-block .top-post p {
    font-size: 0.9em;
  }
}
.grid-posts .blog-link {
  text-decoration: none;
}
.grid-posts h4 {
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
  color: #212121;
}
@media screen and (max-width: 1679px) {
  .grid-posts h4 {
    font-size: 1.35em;
  }
}
@media screen and (max-width: 1360px) {
  .grid-posts h4 {
    font-size: 1.25em;
    margin: 0 0 10px;
  }
}
.grid-posts .descript p {
  font-size: 1em;
}
@media screen and (max-width: 1679px) {
  .grid-posts .descript p {
    font-size: 1em;
  }
}
.grid-posts .single-post-box {
  box-shadow: 0px 0px 15px -9px rgb(66, 68, 90);
}
.grid-posts .single-post-box .text-block {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .grid-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .grid-posts {
    grid-template-columns: 1fr;
  }
}

.grid-posts-portfolio {
  /*   display: grid; */
  /*   grid-template-columns: repeat(2, 1fr); */
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  /*  @media screen and (max-width: 1024px) {
      grid-template-columns: repeat(2, 1fr);
  } */
  /*  @media screen and (max-width: 800px) {
      grid-template-columns: 1fr;
  } */
}
.grid-posts-portfolio .image-block {
  aspect-ratio: 280/354;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  max-height: 100%;
}
.grid-posts-portfolio .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 620px) {
  .grid-posts-portfolio .image-block {
    aspect-ratio: 16/9;
    width: 100%;
  }
}
.grid-posts-portfolio .text-block {
  width: 70%;
  height: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1280px) {
  .grid-posts-portfolio .text-block {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .grid-posts-portfolio .text-block {
    width: 90%;
  }
}
@media screen and (max-width: 920px) {
  .grid-posts-portfolio .text-block {
    width: 100%;
  }
}
.grid-posts-portfolio .blog-link {
  text-decoration: none;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 620px) {
  .grid-posts-portfolio .blog-link {
    flex-direction: column;
    height: auto;
  }
}
.grid-posts-portfolio h4 {
  font-size: 2.75em;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
  color: #ee6c0b;
}
@media screen and (max-width: 1679px) {
  .grid-posts-portfolio h4 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 1360px) {
  .grid-posts-portfolio h4 {
    font-size: 1.9em;
    margin: 0 0 10px;
  }
}
.grid-posts-portfolio .descript p {
  font-size: 1.25em;
  margin: 0;
}
@media screen and (max-width: 1679px) {
  .grid-posts-portfolio .descript p {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1440px) {
  .grid-posts-portfolio .descript p {
    font-size: 1em;
  }
}
.grid-posts-portfolio .single-post-box {
  box-shadow: 0px 0px 15px -9px rgb(66, 68, 90);
  height: auto;
  max-height: 100%;
  width: calc(50% - 35px);
}
.grid-posts-portfolio .single-post-box .text-block {
  padding: 40px 30px;
}
@media screen and (max-width: 1440px) {
  .grid-posts-portfolio .single-post-box .text-block {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 620px) {
  .grid-posts-portfolio .single-post-box .text-block {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .grid-posts-portfolio .single-post-box {
    width: 100%;
  }
}

.single-post-temp {
  padding-top: 90px;
}
.single-post-temp .text-block-post {
  padding: 100px 0 80px;
}
.single-post-temp .text-block-post img.aligncenter {
  margin: 0 auto;
  display: flex;
  max-width: 100%;
  height: auto;
}
.single-post-temp .text-block-post h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.single-post-temp .more-posts-post {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .single-post-temp .more-posts-post {
    padding-bottom: 50px;
  }
}
.single-post-temp .more-posts-post::after {
  content: "";
  width: 100%;
  top: 20%;
  box-shadow: 0px 0px 15px -9px rgb(66, 68, 90);
}
.single-post-temp .more-posts-post h3 {
  font-size: 2.2em;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .single-post-temp {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .single-post-temp {
    padding-top: 70px;
  }
}

.single-post-temp .grid-posts img,
.front-blog .grid-posts img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-temp .grid-posts.dgrid-2,
.front-blog .grid-posts.dgrid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .single-post-temp .grid-posts.dgrid-2,
  .front-blog .grid-posts.dgrid-2 {
    grid-template-columns: 1fr;
  }
}

.front-blog {
  padding: 80px 0;
}
@media screen and (max-width: 1440px) {
  .front-blog {
    padding: 60px 0 80px 0;
  }
}

.btn-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 30px;
}
.btn-block .btn,
.btn-block a {
  min-width: 130px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .btn-block {
    gap: 20px;
  }
}

.component-header .last-word {
  position: relative;
  z-index: 1;
}
.component-header .last-word::after {
  content: "";
  width: 100%;
  height: 20%;
  background-color: #ee6c0b;
  position: absolute;
  z-index: -1;
  bottom: 15%;
  left: 0;
}

.ask-us {
  padding: 80px 0;
}
@media screen and (max-width: 1440px) {
  .ask-us {
    padding: 60px 0;
  }
}

.red-bg {
  background-color: #a00c44;
  color: #fff;
}
.red-bg h1,
.red-bg h2,
.red-bg h3,
.red-bg h4,
.red-bg h5,
.red-bg p,
.red-bg li,
.red-bg .btn {
  color: #fff;
}
.red-bg .btn {
  border-color: #fff;
}

.hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .hamburger {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.hamburger .menu-icon:before,
.hamburger .menu-icon:after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  content: "";
  display: block;
  width: 4px;
  height: 28px;
  border-radius: 10px;
  transform-origin: center center;
  background-color: #042338;
}
.hamburger .menu-icon:before {
  position: absolute;
  top: 3px;
  left: 18px;
  transform: rotate(-45deg);
}
.hamburger .menu-icon:after {
  position: absolute;
  top: 3px;
  right: 18px;
  transform: rotate(45deg);
}
.hamburger .menu-icon .bar {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
  width: 100%;
  height: 5px;
  background-color: #042338;
  border-radius: 20px;
}
.hamburger .menu-icon .bar-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.hamburger .menu-icon .bar-2 {
  position: absolute;
  top: 13px;
  left: 0;
}
.hamburger .menu-icon .bar-3 {
  position: absolute;
  top: 27px;
  left: 0;
}
.hamburger .menu-icon.opened .bar {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.hamburger .menu-icon.opened:before,
.hamburger .menu-icon.opened:after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.hamburger .menu-icon-1 .bar {
  transform-origin: left center;
}
.hamburger .menu-icon-1:before {
  transform: scale(0, 0) rotate(-45deg);
}
.hamburger .menu-icon-1:after {
  transform: scale(0, 0) rotate(45deg);
}
.hamburger .menu-icon-1:before,
.hamburger .menu-icon-1:after {
  opacity: 0;
}
.hamburger .menu-icon-1.opened:before,
.hamburger .menu-icon-1.opened:after {
  transition-delay: 0.2s;
  opacity: 1;
}
.hamburger .menu-icon-1.opened:before {
  transform: scale(1) rotate(-45deg);
}
.hamburger .menu-icon-1.opened:after {
  transform: scale(1) rotate(45deg);
}
.hamburger .menu-icon-1.opened .bar {
  transform: scale(0, 1);
}
.hamburger .menu-icon-1.opened .bar-1 {
  transition-delay: 0s;
}
.hamburger .menu-icon-1.opened .bar-2 {
  transition-delay: 0.05s;
}
.hamburger .menu-icon-1.opened .bar-3 {
  transition-delay: 0.1s;
}
.hamburger .menu-icon {
  height: 33px;
  cursor: pointer;
  width: 40px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .desktop-menu {
    display: none;
  }
}

.single-post-box {
  transition: all 0.3s ease;
}
.single-post-box:hover {
  transform: scale(1.03);
}
.single-post-box .post-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0;
}

.page-header-blog {
  display: flex;
  gap: 50px;
  padding: 0 0 80px;
  align-items: flex-end;
}
.page-header-blog .component-header {
  text-align: left;
}
.page-header-blog .text-block {
  width: 60%;
}
.page-header-blog .image-block {
  width: 40%;
}
.page-header-blog .image-block img {
  width: 100%;
  height: auto;
}

.subheader {
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
}

.page-header {
  margin-top: 90px;
  padding: 80px 0;
}

.description p {
  font-size: 1.6em;
}
@media screen and (max-width: 1680px) {
  .description p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1440px) {
  .description p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1366px) {
  .description p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1024px) {
  .description p {
    font-size: 1.05em;
  }
}

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

.category-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 560px;
  padding-top: 30px;
}
.category-buttons .category-button,
.category-buttons .category-button-portfolio {
  font-size: 1.4em;
  font-weight: 600;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0 0 0 37px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.category-buttons .category-button:hover,
.category-buttons .category-button-portfolio:hover {
  transform: scale(1.05);
}
.category-buttons .category-button::before,
.category-buttons .category-button-portfolio::before {
  content: "";
  width: 28px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #ee6c0b;
}
.category-buttons .category-button.active,
.category-buttons .category-button-portfolio.active {
  color: #a00c44;
  text-decoration: underline;
}

.portfolio-page .category-buttons {
  max-width: none;
  margin-bottom: 50px;
}
.portfolio-page .portfolio-front .text-image-row {
  margin: 0 auto;
  max-width: 70%;
}
@media screen and (max-width: 1280px) {
  .portfolio-page .portfolio-front .text-image-row {
    max-width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .portfolio-page .portfolio-front .text-image-row {
    max-width: 90%;
  }
}
@media screen and (max-width: 920px) {
  .portfolio-page .portfolio-front .text-image-row {
    max-width: 100%;
  }
}
.portfolio-page .portfolio-front .text-image-row .text-block {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.blog-page .grid-posts .single-post-box .text-block {
  padding-bottom: 40px;
}

.portfolio-page,
.blog-page {
  padding-bottom: 80px;
}

.accordion-item {
  background-color: #ffffff; /* White background for items */
  border: 1px solid #e0e0e0; /* Light border */
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Softer shadow */
}

.accordion-header {
  padding: 30px;
  font-size: 1.4em;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  background-color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1440px) {
  .accordion-header {
    font-size: 1.2em;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .accordion-header {
    font-size: 1.2em;
    padding: 15px;
  }
}

.inside-text {
  padding: 0 0 20px;
}
@media screen and (max-width: 1440px) {
  .inside-text {
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .inside-text {
    padding: 0;
  }
}

.accordion-header:hover {
  background-color: #fafafa; /* Darker shade of purple */
}

.accordion-content {
  overflow: hidden;
  padding: 0 30px;
  max-height: 0;
  transition: max-height 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .accordion-content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .accordion-content {
    padding: 0 15px;
  }
}

.icon {
  width: 8px;
  height: 8px;
  border-left: 2px solid #a00c44;
  border-bottom: 2px solid #a00c44;
  transition: transform 0.3s ease;
  transform: rotate(-45deg);
}

.active .icon {
  transform: rotate(135deg);
}

.faq-header,
.offer-header {
  padding: 0 0 80px;
  margin: 0 auto;
  background-color: #fbfbfb;
  position: relative;
}
.faq-header .container,
.offer-header .container {
  max-width: 1000px;
}
.faq-header::after,
.offer-header::after {
  content: "";
  width: calc(100% + 300px);
  height: 300px;
  position: absolute;
  left: -150px;
  bottom: -50px;
  transform: rotate(-3deg);
  background-color: #fbfbfb;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .faq-header::after,
  .offer-header::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-header::after,
  .offer-header::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-header,
  .offer-header {
    padding: 0 0 50px;
  }
}

.faq-page {
  overflow: hidden;
}
.faq-page .accordion-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

.contact-page {
  font-family: "Poppins", sans-serif;
  padding-top: 180px;
}
@media screen and (max-width: 1440px) {
  .contact-page {
    padding-top: 150px;
  }
}
.contact-page .row {
  display: flex;
  gap: 60px;
  padding-bottom: 50px;
}
.contact-page .left-block {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .contact-page .left-block {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .contact-page .left-block {
    width: 100%;
  }
}
.contact-page .right-block {
  width: 50%;
}
.contact-page .right-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .contact-page .right-block {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .contact-page .right-block {
    display: none;
  }
}
.contact-page .contact-form-container {
  box-shadow: 0px 0px 15px -9px rgb(66, 68, 90);
  padding: 30px;
}
@media screen and (max-width: 650px) {
  .contact-page .contact-form-container {
    padding: 0;
    box-shadow: none;
  }
}
.contact-page .form-row {
  display: flex;
  gap: 15px;
}
.contact-page .form-row .single-input {
  width: 50%;
}
.contact-page .form-row .single-input input {
  width: 100%;
}
.contact-page .single-input input,
.contact-page textarea {
  padding: 10px 15px;
  border: 1px solid #ececec;
  font-size: 1em;
}
@media screen and (max-width: 650px) {
  .contact-page .single-input input,
  .contact-page textarea {
    font-size: 14px;
    padding: 10px;
  }
}
.contact-page textarea {
  width: 100%;
  height: 120px;
  resize: none;
}
.contact-page .wpcf7-form-control-wrap {
  display: flex;
  width: 100%;
}
.contact-page .legal p {
  font-size: 12px;
}
.contact-page .bottom-form-row {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .contact-page .bottom-form-row {
    flex-direction: column;
  }
}
.contact-page .information-row {
  display: flex;
  flex-wrap: wrap;
}
.contact-page .information-row * {
  box-sizing: border-box;
}
.contact-page .information-row .single-info {
  padding: 30px;
  padding-right: 0;
  width: 50%;
}
.contact-page .information-row .single-info a {
  color: #212121;
  text-decoration: none;
}
.contact-page .information-row .single-info:nth-child(2n) strong {
  color: #ee6c0b;
}
@media screen and (max-width: 650px) {
  .contact-page .information-row .single-info {
    width: auto;
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 650px) {
  .contact-page .information-row {
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 99;
  box-shadow: 0px -8px 29px -11px rgb(66, 68, 90);
  padding: 20px 0;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .container a {
  color: #212121;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
}
.site-header .container ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.site-header .container ul li {
  list-style-type: none;
  padding: 0 20px;
}
.site-header .menu-item-has-children {
  position: relative;
}
.site-header .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  flex-direction: column;
  left: 0;
  top: 100%;
  padding: 30px 0 10px;
  background-color: #fff;
}
.site-header .menu-item-has-children .sub-menu li {
  white-space: nowrap;
  padding-bottom: 15px;
}
.site-header .menu-item-has-children .sub-menu li a {
  font-size: 14px;
}
.site-header .logo {
  height: 50px;
  width: auto;
}
.site-header .logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1440px) {
  .site-header .logo {
    height: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .site-header .logo {
    height: 30px;
  }
}

.help-component {
  margin: 100px 0 80px 0;
}
.help-component * {
  box-sizing: border-box;
}
.help-component .row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 80px;
  margin-top: 120px;
  flex-wrap: wrap;
}
.help-component .single-block {
  width: calc(33.3333333% - 10px);
  box-shadow: 0px -8px 29px -11px rgb(66, 68, 90);
  padding: 90px 30px 50px 30px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help-component .single-block h4 {
  font-size: 1.9em;
  margin: 0;
}
@media screen and (max-width: 1680px) {
  .help-component .single-block h4 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1440px) {
  .help-component .single-block h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1366px) {
  .help-component .single-block h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  .help-component .single-block h4 {
    font-size: 1.25em;
  }
}
.help-component .single-block .ico {
  height: 140px;
  width: auto;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
}
.help-component .single-block .ico img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1680px) {
  .help-component .single-block .ico {
    height: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .help-component .single-block .ico {
    height: 120px;
  }
}
@media screen and (max-width: 1366px) {
  .help-component .single-block .ico {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .help-component .single-block .ico {
    height: 90px;
    top: -65px;
  }
}
@media screen and (max-width: 1680px) {
  .help-component .single-block {
    padding: 80px 30px 50px 30px;
  }
}
@media screen and (max-width: 1440px) {
  .help-component .single-block {
    padding: 70px 30px 30px 30px;
  }
}
@media screen and (max-width: 1366px) {
  .help-component .single-block {
    padding: 60px 20px 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .help-component .single-block {
    padding: 40px 20px 30px 20px;
    width: calc(50% - 10px);
    max-width: 300px;
    min-width: 280px;
    min-height: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .help-component {
    margin: 80px 0 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .help-component {
    margin: 60px 0 60px 0;
  }
}

.single-offer {
  overflow: hidden;
}

.offer-header,
.faq-header {
  text-align: center;
}
.offer-header::before,
.faq-header::before {
  content: "";
  width: 100%;
  height: 150px;
  top: -150px;
  position: absolute;
  background-color: #fbfbfb;
  left: 0;
}
.offer-header .page-logo,
.faq-header .page-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  margin: 0 auto 20px;
}
.offer-header .page-logo img,
.faq-header .page-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1680px) {
  .offer-header .page-logo,
  .faq-header .page-logo {
    width: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .offer-header .page-logo,
  .faq-header .page-logo {
    width: 130px;
  }
}
@media screen and (max-width: 1366px) {
  .offer-header .page-logo,
  .faq-header .page-logo {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .offer-header .page-logo,
  .faq-header .page-logo {
    width: 100px;
  }
}

.main-category {
  display: flex;
  justify-content: center;
  -moz-column-gap: 150px;
       column-gap: 150px;
  row-gap: 50px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.main-category .single-main-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.main-category .single-main-category.active-category {
  color: #a00c44;
}
.main-category .single-main-category img {
  height: 100%;
  width: auto;
}
.main-category .single-main-category .image-block {
  height: 160px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .main-category .single-main-category .image-block {
    height: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .main-category .single-main-category .image-block {
    height: 120px;
  }
}
@media screen and (max-width: 880px) {
  .main-category .single-main-category .image-block {
    height: 100px;
  }
}
@media screen and (max-width: 1679px) {
  .main-category .single-main-category {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 1440px) {
  .main-category .single-main-category {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1280px) {
  .main-category .single-main-category {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1024px) {
  .main-category .single-main-category {
    font-size: 2em;
  }
}
@media screen and (max-width: 1440px) {
  .main-category {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}

.goals-component {
  background-color: #ececec;
  padding: 80px 0;
}
.goals-component .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .goals-component .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.goals-component .row .text-block {
  width: 55%;
}
.goals-component .row .text-block p,
.goals-component .row .text-block li {
  font-size: 1.6em;
}
@media screen and (max-width: 1680px) {
  .goals-component .row .text-block p,
  .goals-component .row .text-block li {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1440px) {
  .goals-component .row .text-block p,
  .goals-component .row .text-block li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1366px) {
  .goals-component .row .text-block p,
  .goals-component .row .text-block li {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1024px) {
  .goals-component .row .text-block p,
  .goals-component .row .text-block li {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 820px) {
  .goals-component .row .text-block {
    width: 100%;
    max-width: 550px;
  }
}
.goals-component .row .image-block {
  width: 45%;
}
.goals-component .row .image-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 820px) {
  .goals-component .row .image-block {
    width: 100%;
    max-width: 550px;
  }
}

.steps-component {
  padding: 80px 0;
}
.steps-component .steps-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .steps-component .steps-grid {
    justify-content: center;
    margin-top: 50px;
  }
}
.steps-component .single-step {
  flex: 0 0 calc(50% - 15px);
  text-align: center;
  margin-top: 100px;
  position: relative;
}
.steps-component .single-step .step-text {
  padding: 40px;
  box-shadow: 0px -8px 29px -11px rgb(66, 68, 90);
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .steps-component .single-step .step-text {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .steps-component .single-step .step-text {
    padding: 20px;
  }
}
.steps-component .single-step .number {
  font-size: 5.5em;
  color: #ee6c0b;
  font-weight: 600;
  line-height: 0.7;
}
@media screen and (max-width: 1680px) {
  .steps-component .single-step .number {
    font-size: 5.2em;
  }
}
@media screen and (max-width: 1440px) {
  .steps-component .single-step .number {
    font-size: 5em;
  }
}
@media screen and (max-width: 1366px) {
  .steps-component .single-step .number {
    font-size: 4.7em;
  }
}
@media screen and (max-width: 1024px) {
  .steps-component .single-step .number {
    font-size: 4em;
  }
}
.steps-component .single-step p {
  max-width: 500px;
  margin: 0 auto;
}
.steps-component .single-step h4 {
  font-size: 1.6em;
  margin: 0 0 15px;
}
@media screen and (max-width: 1440px) {
  .steps-component .single-step h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  .steps-component .single-step h4 {
    font-size: 1.15em;
  }
}
.steps-component .single-step:nth-child(odd) {
  flex-basis: calc(50% - 15px);
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .steps-component .single-step:nth-child(odd) {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 820px) {
  .steps-component .single-step {
    flex: 0 0 100%;
    max-width: 320px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .steps-component {
    padding: 60px 0;
  }
}

.orange-text {
  color: #ee6c0b !important;
}

.red-block-component {
  background-color: #a00c44;
  padding: 80px 0;
}
.red-block-component h1,
.red-block-component h2,
.red-block-component h3,
.red-block-component h4,
.red-block-component h5,
.red-block-component p,
.red-block-component li {
  color: #fff;
}
.red-block-component .two-columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.red-block-component .two-columns .text-block {
  width: 50%;
}
@media screen and (max-width: 850px) {
  .red-block-component .two-columns {
    flex-direction: column;
  }
  .red-block-component .two-columns .text-block {
    width: 100%;
  }
}
.red-block-component .one-column .text-block {
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .red-block-component .one-column .text-block {
    width: 100%;
  }
}
.red-block-component .component-header {
  margin: 0 0 50px;
}
@media screen and (max-width: 1440px) {
  .red-block-component .component-header {
    margin: 0 0 30px;
  }
}
.red-block-component .text-block hr {
  background-color: #fff;
  border: none;
  height: 1px;
  margin: 20px 0;
}
.red-block-component .text-block h3 {
  font-size: 2.2em;
  color: #fff;
  font-weight: 200;
}
.red-block-component .text-block h3 strong {
  font-weight: 600;
}
@media screen and (max-width: 1680px) {
  .red-block-component .text-block h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1440px) {
  .red-block-component .text-block h3 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 1366px) {
  .red-block-component .text-block h3 {
    font-size: 1.7em;
  }
}
.red-block-component .text-block h4 {
  font-size: 1.6em;
}
@media screen and (max-width: 1680px) {
  .red-block-component .text-block h4 {
    font-size: 1.4em;
  }
}
.red-block-component .text-block h2 {
  font-size: 4.8em;
  margin: 0 0 20px;
}
@media screen and (max-width: 1680px) {
  .red-block-component .text-block h2 {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 1440px) {
  .red-block-component .text-block h2 {
    font-size: 4.3em;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1366px) {
  .red-block-component .text-block h2 {
    font-size: 4.1em;
  }
}
@media screen and (max-width: 1024px) {
  .red-block-component .text-block h2 {
    font-size: 3.9em;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1440px) {
  .red-block-component {
    padding: 60px 0;
  }
}

.icons-component {
  padding: 80px 0;
}
.icons-component .steps-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}
.icons-component .steps-grid .single-icon {
  width: 250px;
  margin: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .icons-component .steps-grid .single-icon {
    width: 100%;
    max-width: 300px;
    margin: 0;
  }
}
.icons-component .component-header {
  margin: 0 0 50px;
}
.icons-component .single-icon p {
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .icons-component .single-icon p {
    font-size: 1.2em;
  }
}
.icons-component .icon-image {
  height: 85px;
  width: auto;
  margin-bottom: 20px;
}
.icons-component .icon-image img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1440px) {
  .icons-component {
    padding: 60px 0;
  }
}

.audyt-component {
  padding: 80px 0;
}
.audyt-component .audyt-description h4 {
  font-size: 1.6em;
  margin: 0 0 20px;
}
.audyt-component .red-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .audyt-component .red-row {
    flex-direction: column;
  }
}
.audyt-component .red-row .single-block {
  padding: 40px;
  border: 1px solid #a00c44;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  flex-wrap: wrap;
  flex: 1;
  min-height: 110px;
}
.audyt-component .red-row .single-block p {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  color: #a00c44;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .audyt-component .red-row .single-block p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1440px) {
  .audyt-component .red-row .single-block p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1440px) {
  .audyt-component .red-row .single-block {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .audyt-component .red-row .single-block {
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .audyt-component .red-row .single-block {
    width: calc(50% - 20px);
    flex: initial;
  }
}
@media screen and (max-width: 900px) {
  .audyt-component .red-row .single-block {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.audyt-component .audyt-blocks-repeater {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.audyt-component .audyt-blocks-repeater .block-header h2 {
  text-align: left;
}
@media screen and (max-width: 850px) {
  .audyt-component .audyt-blocks-repeater .block-header h2 {
    text-align: center;
  }
}
.audyt-component .audyt-blocks-repeater .block-header .icon-audyt {
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NS41NjgiIGhlaWdodD0iODUuODIzIiB2aWV3Qm94PSIwIDAgODUuNTY4IDg1LjgyMyI+DQogIDxnIGlkPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjF8xMjg0IiBkYXRhLW5hbWU9ItCh0LPRgNGD0L/Qv9C40YDQvtCy0LDRgtGMIDEyODQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDEwIC0yMjY3LjY5KSI+DQogICAgPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF80NTMiIGRhdGEtbmFtZT0i0JrQvtC90YLRg9GAIDQ1MyIgZD0iTTYyLjg1Myw1MS4yMjRhNi43NTgsNi43NTgsMCwwLDEsMCw5LjY2OWwtLjY3Ny42NzdhNi43NjEsNi43NjEsMCwwLDEtOS42NjksMEwzNC43LDQzLjkzMmwyLjM3NC0yLjM3Niw1LjYtNS42LDIuMzc2LTIuMzc0Wm0tMy41NjEsNi43ODZhMi44NzksMi44NzksMCwxLDAtNC4wNzEsMCwyLjc3MiwyLjc3MiwwLDAsMCw0LjA3MSwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDI5Ljc0OCAyMjg4LjcxOSkiIGZpbGw9IiNmZmYiLz4NCiAgICA8cGF0aCBpZD0i0JrQvtC90YLRg9GAXzQ2NSIgZGF0YS1uYW1lPSLQmtC+0L3RgtGD0YAgNDY1IiBkPSJNNDIuNzM5LDY5LjA4NkEyNy41NjMsMjcuNTYzLDAsMSwxLDcwLjMsNDEuNTI1LDI3LjU2NiwyNy41NjYsMCwwLDEsNDIuNzM5LDY5LjA4Nm0wLTQ5Ljc3OEEyMi41NjIsMjIuNTYyLDAsMCwwLDIwLjExMSw0MS45MzZhMjIuNjI4LDIyLjYyOCwwLDAsMCw0NS4yNTYsMEEyMi41NjIsMjIuNTYyLDAsMCwwLDQyLjczOSwxOS4zMDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0MDAuMzM3IDIyNTkuMjQpIiBmaWxsPSIjZWU2YzBiIi8+DQogICAgPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF80NjYiIGRhdGEtbmFtZT0i0JrQvtC90YLRg9GAIDQ2NiIgZD0iTTM1LjMsNjcuMTYxQTMzLjIsMzMuMiwwLDEsMSw2MS45Myw1My40MjJsMy41NjEsMy41NjNhMS4wNzksMS4wNzksMCwxLDEtMS41MjYsMS41MjZsLTQuMjQyLTQuMjQyYTEuMzIyLDEuMzIyLDAsMCwxLS4xNjgtMS4zNTUsMzAuOTQ3LDMwLjk0NywwLDEsMC01LjYsNS42LjkuOSwwLDAsMSwxLjM1OC4xNjlsNC4yNCw0LjI0YTEuMDc5LDEuMDc5LDAsMSwxLTEuNTI2LDEuNTI3bC0zLjU2My0zLjU2M0EzMi40LDMyLjQsMCwwLDEsMzUuMyw2Ny4xNjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0MDcuNzc0IDIyNjYuNjc4KSIgZmlsbD0iI2EwMGM0NCIvPg0KICAgIDxwYXRoIGlkPSLQmtC+0L3RgtGD0YBfNDY3IiBkYXRhLW5hbWU9ItCa0L7QvdGC0YPRgCA0NjciIGQ9Ik01Ny42NjgsNjUuMjcyYTcuNjkxLDcuNjkxLDAsMCwxLTUuNi0yLjM3NEwzNC40MzIsNDUuMDg4YS44NDIuODQyLDAsMCwxLDAtMS4zNTVMNDQuOTQ3LDMzLjIxNmExLjMsMS4zLDAsMCwxLC42NzctLjMzOS44OTIuODkyLDAsMCwxLC42ODEuMzM5bDE3LjYzOSwxNy42NGE3Ljk5LDcuOTksMCwwLDEsMCwxMS4ybC0uNjc5LjY3N2E3LjI0NCw3LjI0NCwwLDAsMS01LjYsMi41NDRNMzYuNjM1LDQ0LjQxMSw1My42LDYxLjM3MmE1LjczNiw1LjczNiwwLDAsMCw4LjE0MiwwbC42NzctLjY3OWE2LjA0OCw2LjA0OCwwLDAsMCwwLTguMzExbC0xNi45Ni0xNi45NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0MjkuMzM2IDIyODguMjQpIiBmaWxsPSIjYTAwYzQ0Ii8+DQogICAgPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF80NjgiIGRhdGEtbmFtZT0i0JrQvtC90YLRg9GAIDQ2OCIgZD0iTTQ5LjcwOSw1Mi40ODNBMy4zNzYsMy4zNzYsMCwwLDEsNDYuOTk1LDUxLjNhMy45ODksMy45ODksMCwwLDEsMi43MTUtNi43ODZBMy4zNzQsMy4zNzQsMCwwLDEsNTIuNDIyLDQ1LjdhMy45OTQsMy45OTQsMCwwLDEsMCw1LjYsMy4zNzIsMy4zNzIsMCwwLDEtMi43MTMsMS4xODdtMC01LjZhMS41MzQsMS41MzQsMCwwLDAtMS4xODcuNTEsMS43MzksMS43MzksMCwxLDAsMi4zNzQsMCwxLjMxOSwxLjMxOSwwLDAsMC0xLjE4Ny0uNTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0MzcuMjk1IDIyOTYuMTEyKSIgZmlsbD0iI2EwMGM0NCIvPg0KICAgIDxwYXRoIGlkPSLQmtC+0L3RgtGD0YBfNDY5IiBkYXRhLW5hbWU9ItCa0L7QvdGC0YPRgCA0NjkiIGQ9Ik0zOS40MjMsNDMuMzY2YS44NzcuODc3LDAsMCwxLS42NzctLjMzOSwxLjI2NiwxLjI2NiwwLDAsMSwwLTEuNTI2bDQuMDY5LTQuMDcxYTEuMDc5LDEuMDc5LDAsMSwxLDEuNTI3LDEuNTI2TDQwLjEsNDMuMDI3YTEuMjcyLDEuMjcyLDAsMCwxLS42NzcuMzM5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDMyLjMxNSAyMjkxLjE1KSIgZmlsbD0iI2EwMGM0NCIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .audyt-component .audyt-blocks-repeater .block-header .icon-audyt {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 850px) {
  .audyt-component .audyt-blocks-repeater .block-header .icon-audyt {
    margin: 0 auto 20px auto;
  }
}
.audyt-component .audyt-blocks-repeater .single-block {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px -8px 29px -11px rgb(66, 68, 90);
}
.audyt-component .audyt-blocks-repeater .single-block ul {
  padding: 0;
}
.audyt-component .audyt-blocks-repeater .single-block ul li {
  position: relative;
  padding-left: 18px;
  list-style-type: none;
}
.audyt-component .audyt-blocks-repeater .single-block ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #a00c44;
  position: absolute;
  top: 8px;
  left: 0;
}
.audyt-component .audyt-blocks-repeater .single-block h4 {
  margin: 0 0 20px;
  font-size: 1.6em;
}
@media screen and (max-width: 1680px) {
  .audyt-component .audyt-blocks-repeater .single-block h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1440px) {
  .audyt-component .audyt-blocks-repeater .single-block h4 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1440px) {
  .audyt-component .audyt-blocks-repeater .single-block {
    padding: 20px;
  }
}
@media screen and (max-width: 850px) {
  .audyt-component .audyt-blocks-repeater .single-block {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  .audyt-component .audyt-blocks-repeater {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .audyt-component .audyt-blocks-repeater {
    margin-top: 60px;
  }
}
@media screen and (max-width: 850px) {
  .audyt-component .audyt-blocks-repeater {
    grid-template-columns: 1fr;
  }
}

.text-component {
  padding: 80px 0;
}
.text-component h3 {
  font-size: 2.5em;
}
.text-component img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: inherit;
  margin: 0 auto;
}

.site-footer {
  background-color: #212121;
  padding: 80px 0;
  position: relative;
}
.site-footer .leo {
  margin-top: 25px;
}
.site-footer .leo a {
  display: flex;
  font-size: 14px;
  gap: 5px;
  margin-bottom: -25px;
  align-items: center;
  justify-content: end;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .site-footer .leo a {
    font-size: 12px;
  }
}
.site-footer .leo span {
  height: 17px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .site-footer .leo span {
    height: 15px;
  }
}
.site-footer .leo svg {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .site-footer .leo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
  }
}
.site-footer .foot-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1180px) {
  .site-footer .foot-row {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .foot-row {
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.site-footer .foot-col-two,
.site-footer .foot-col-three {
  width: 20%;
}
@media screen and (max-width: 1180px) {
  .site-footer .foot-col-two,
  .site-footer .foot-col-three {
    width: 45%;
  }
}
.site-footer .foot-col-three li {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .site-footer .foot-col-three li {
    margin-bottom: 10px;
  }
}
.site-footer .foot-col-three a {
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .site-footer .foot-col-three {
    width: auto;
    text-align: right;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1180px) {
  .site-footer .foot-col-two {
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .foot-col-two {
    width: auto;
    text-align: left;
    width: calc(50% - 10px);
  }
}
.site-footer .foot-col-one {
  width: 30%;
}
@media screen and (max-width: 1180px) {
  .site-footer .foot-col-one {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .foot-col-one {
    width: 100%;
    text-align: center;
  }
}
.site-footer .foot-col-four {
  width: auto;
}
@media screen and (max-width: 1180px) {
  .site-footer .foot-col-four {
    width: 45%;
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .foot-col-four {
    width: 100%;
    text-align: center;
  }
}
.site-footer p,
.site-footer a {
  color: white;
  text-decoration: none;
  font-size: 1em;
}
@media screen and (max-width: 1440px) {
  .site-footer p,
  .site-footer a {
    font-size: 14px;
  }
}
.site-footer p {
  margin: 0 0 10px;
}
.site-footer ul {
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  margin: 0 0 10px;
  padding: 0;
}
.site-footer ul li::before {
  display: none;
}
@media screen and (max-width: 1440px) {
  .site-footer ul li {
    margin-bottom: 8px;
  }
}
.site-footer .social-row {
  display: flex;
  gap: 15px;
}
.site-footer .social-row .single-social {
  height: 25px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.site-footer .social-row .single-social:hover {
  transform: scale(1.1);
}
.site-footer .social-row .single-social img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1440px) {
  .site-footer .social-row .single-social {
    height: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .site-footer .social-row {
    justify-content: right;
  }
}
@media screen and (max-width: 600px) {
  .site-footer .social-row {
    justify-content: center;
  }
}
.site-footer .logo-foot {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
.site-footer .logo-foot img {
  width: 270px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .site-footer .logo-foot img {
    width: 220px;
  }
}
.site-footer::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #a00c44;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .site-footer {
    padding: 60px 0;
  }
}

.reviews {
  padding: 80px 0;
}
.reviews .item {
  padding: 25px 20px;
}
.reviews .item .inside-item {
  box-shadow: 0px -8px 29px -11px rgb(66, 68, 90);
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  .reviews .item .inside-item {
    box-shadow: none;
    border: 1px solid #a00c44;
  }
}
@media screen and (max-width: 1180px) {
  .reviews .item {
    padding: 25px 0;
  }
}
.reviews .owl-carousel {
  transition: all 0.3s ease;
}
.reviews .hide-slider {
  display: none !important;
  opacity: 0 !important;
}
.reviews .owl-stage-outer {
  padding: 20px 0;
}
.reviews .owl-theme .owl-dots .owl-dot span {
  width: 28px;
  height: 8px;
  border-radius: 0;
  background-color: #fff3e5;
}
.reviews .owl-theme .owl-dots .owl-dot.active span,
.reviews .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #a00c44;
}
.reviews .buttons-row {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  padding-top: 30px;
  flex-wrap: wrap;
}
.reviews .component-header {
  position: relative;
}
.reviews .component-header::before {
  content: "";
  width: 195px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAxLjA5NiIgaGVpZ2h0PSIzMS43NTQiIHZpZXdCb3g9IjAgMCAyMDEuMDk2IDMxLjc1NCI+DQogIDxkZWZzPg0KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB4MT0iMC41IiB4Mj0iMC41IiB5Mj0iMSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNjcwNDI5Ii8+DQogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNkNjA1NTQiLz4NCiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmNzQwMCIvPg0KICAgIDwvbGluZWFyR3JhZGllbnQ+DQogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPg0KICAgICAgPHBhdGggaWQ9ItCa0L7QvdGC0YPRgF8xMDQ3IiBkYXRhLW5hbWU9ItCa0L7QvdGC0YPRgCAxMDQ3IiBkPSJNMTYuNjk0LDAsMTEuNTM1LDEwLjQ1MywwLDEyLjEyOWw4LjM0Nyw4LjEzNkw2LjM3NywzMS43NTQsMTYuNjk0LDI2LjMzbDEwLjMxOCw1LjQyNEwyNS4wNDEsMjAuMjY1bDguMzQ3LTguMTM2TDIxLjg1MywxMC40NTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudCkiLz4NCiAgICA8L2NsaXBQYXRoPg0KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50LTYiIHgxPSIwLjEyMyIgeTE9IjAuODY0IiB4Mj0iMC4xMzEiIHkyPSIwLjg2NCIgeGxpbms6aHJlZj0iI2xpbmVhci1ncmFkaWVudCIvPg0KICA8L2RlZnM+DQogIDxnIGlkPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjF83MDgiIGRhdGEtbmFtZT0i0KHQs9GA0YPQv9C/0LjRgNC+0LLQsNGC0YwgNzA4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTMyLjM3NSAtNDcyNy41MDMpIj4NCiAgICA8ZyBpZD0i0KHQs9GA0YPQv9C/0LjRgNC+0LLQsNGC0YxfNzAzIiBkYXRhLW5hbWU9ItCh0LPRgNGD0L/Qv9C40YDQvtCy0LDRgtGMIDcwMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTMyLjM3NSA0NzI3LjUwMikiPg0KICAgICAgPGcgaWQ9ItCh0LPRgNGD0L/Qv9C40YDQvtCy0LDRgtGMXzcwMiIgZGF0YS1uYW1lPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjCA3MDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICAgICAgPHJlY3QgaWQ9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6Xzc0MSIgZGF0YS1uYW1lPSLQn9GA0Y/QvNC+0YPQs9C+0LvRjNC90LjQuiA3NDEiIHdpZHRoPSI0NC4yNzMiIGhlaWdodD0iNDMuNTc3IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjg4NywgLTAuNDYxLCAwLjQ2MSwgMC44ODcsIC0xMi45OTgsIDYuNzU5KSIgZmlsbD0idXJsKCNsaW5lYXItZ3JhZGllbnQtNikiLz4NCiAgICAgIDwvZz4NCiAgICA8L2c+DQogICAgPGcgaWQ9ItCh0LPRgNGD0L/Qv9C40YDQvtCy0LDRgtGMXzcwNCIgZGF0YS1uYW1lPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjCA3MDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk3NC4zMDIgNDcyNy41MDIpIj4NCiAgICAgIDxnIGlkPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjF83MDItMiIgZGF0YS1uYW1lPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjCA3MDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICAgICAgPHJlY3QgaWQ9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6Xzc0MS0yIiBkYXRhLW5hbWU9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6IDc0MSIgd2lkdGg9IjQ0LjI3MyIgaGVpZ2h0PSI0My41NzciIHRyYW5zZm9ybT0ibWF0cml4KDAuODg3LCAtMC40NjEsIDAuNDYxLCAwLjg4NywgLTEyLjk5OCwgNi43NTkpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudC02KSIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgICA8ZyBpZD0i0KHQs9GA0YPQv9C/0LjRgNC+0LLQsNGC0YxfNzA1IiBkYXRhLW5hbWU9ItCh0LPRgNGD0L/Qv9C40YDQvtCy0LDRgtGMIDcwNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAxNi4yMjkgNDcyNy41MDIpIj4NCiAgICAgIDxnIGlkPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjF83MDItMyIgZGF0YS1uYW1lPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjCA3MDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICAgICAgPHJlY3QgaWQ9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6Xzc0MS0zIiBkYXRhLW5hbWU9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6IDc0MSIgd2lkdGg9IjQ0LjI3MyIgaGVpZ2h0PSI0My41NzciIHRyYW5zZm9ybT0ibWF0cml4KDAuODg3LCAtMC40NjEsIDAuNDYxLCAwLjg4NywgLTEyLjk5OCwgNi43NTkpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudC02KSIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgICA8ZyBpZD0i0KHQs9GA0YPQv9C/0LjRgNC+0LLQsNGC0YxfNzA2IiBkYXRhLW5hbWU9ItCh0LPRgNGD0L/Qv9C40YDQvtCy0LDRgtGMIDcwNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA1OC4xNTYgNDcyNy41MDIpIj4NCiAgICAgIDxnIGlkPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjF83MDItNCIgZGF0YS1uYW1lPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjCA3MDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICAgICAgPHJlY3QgaWQ9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6Xzc0MS00IiBkYXRhLW5hbWU9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6IDc0MSIgd2lkdGg9IjQ0LjI3MyIgaGVpZ2h0PSI0My41NzciIHRyYW5zZm9ybT0ibWF0cml4KDAuODg3LCAtMC40NjEsIDAuNDYxLCAwLjg4NywgLTEyLjk5OCwgNi43NTkpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudC02KSIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgICA8ZyBpZD0i0KHQs9GA0YPQv9C/0LjRgNC+0LLQsNGC0YxfNzA3IiBkYXRhLW5hbWU9ItCh0LPRgNGD0L/Qv9C40YDQvtCy0LDRgtGMIDcwNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEwMC4wODMgNDcyNy41MDIpIj4NCiAgICAgIDxnIGlkPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjF83MDItNSIgZGF0YS1uYW1lPSLQodCz0YDRg9C/0L/QuNGA0L7QstCw0YLRjCA3MDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICAgICAgPHJlY3QgaWQ9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6Xzc0MS01IiBkYXRhLW5hbWU9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6IDc0MSIgd2lkdGg9IjQ0LjI3MyIgaGVpZ2h0PSI0My41NzciIHRyYW5zZm9ybT0ibWF0cml4KDAuODg3LCAtMC40NjEsIDAuNDYxLCAwLjg4NywgLTEyLjk5OCwgNi43NTkpIiBmaWxsPSJ1cmwoI2xpbmVhci1ncmFkaWVudC02KSIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1180px) {
  .reviews {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1440px) {
  .about-page .page-header {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .page-header {
    margin-top: 70px;
  }
}
.about-page .single-worker {
  border: 1px solid #a00c44;
  padding: 30px;
  max-width: 420px;
}
.about-page .single-worker h3 {
  font-size: 2.5em;
  color: #a00c44;
  margin: 0 0 10px;
}
@media screen and (max-width: 1440px) {
  .about-page .single-worker h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 880px) {
  .about-page .single-worker h3 {
    font-size: 2em;
  }
}
.about-page .single-worker h4 {
  margin: 0 0 20px;
}
@media screen and (max-width: 880px) {
  .about-page .single-worker {
    padding: 25px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 880px) {
  .about-page .single-worker.ceo {
    width: 100%;
    max-width: none;
  }
}
.about-page .our-team {
  padding: 80px 0;
}
.about-page .our-team .bottom-block {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1080px) {
  .about-page .our-team .bottom-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 880px) {
  .about-page .our-team .bottom-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.about-page .team-top {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 50px;
}
.about-page .team-top .left-box,
.about-page .team-top .right-box {
  width: calc(50% - 25px);
}
@media screen and (max-width: 880px) {
  .about-page .team-top .left-box,
  .about-page .team-top .right-box {
    width: 100%;
    max-width: 420px;
  }
}
@media screen and (max-width: 880px) {
  .about-page .team-top .right-box {
    display: none;
  }
}
.about-page .team-top .image-box {
  width: 100%;
}
.about-page .team-top .image-box img {
  width: 100%;
  height: auto;
}
.about-page .team-top .big-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 880px) {
  .about-page .team-top .big-header {
    text-align: center;
  }
}
.about-page .team-top .single-worker {
  padding: 50px;
}
@media screen and (max-width: 880px) {
  .about-page .team-top .single-worker {
    padding: 25px;
  }
}
@media screen and (max-width: 880px) {
  .about-page .team-top {
    gap: 30px;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    align-items: center;
  }
}

.blog-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog-block .grid-posts,
.blog-block .grid-posts-portfolio {
  width: 100%;
}
.blog-block .btn {
  margin-top: 50px;
}

.header-image {
  width: auto;
  height: 160px;
  margin-bottom: 30px;
}
.header-image img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1440px) {
  .header-image {
    height: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .header-image {
    height: 120px;
  }
}
@media screen and (max-width: 880px) {
  .header-image {
    height: 100px;
  }
}

.single-portfolio-temp {
  overflow: hidden;
}

.portfolio-header {
  background-color: #a00c44;
  color: #fff;
  padding: 80px 0 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.portfolio-header h1,
.portfolio-header h2,
.portfolio-header h3,
.portfolio-header p {
  color: #fff;
}
.portfolio-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  background-color: #a00c44;
  left: 0;
}
.portfolio-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -200px;
  background-color: #a00c44;
  left: 0;
}
.portfolio-header .container {
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .portfolio-header {
    padding: 0 0 50px;
  }
}

.mobile-menu {
  display: none;
}
.mobile-menu ul {
  flex-direction: column;
}
.mobile-menu .container {
  height: auto !important;
}
.mobile-menu a {
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
}
.mobile-menu .single-social_header {
  height: 20px;
}
.mobile-menu .single-social_header img {
  width: auto;
  height: 100%;
}
.mobile-menu .social-row {
  justify-content: center;
  margin-top: 20px;
}

.mobile-menu {
  position: fixed;
  top: 70px;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  padding-top: 30px;
  overflow-y: auto;
  height: 100vh;
  left: 0;
}
.mobile-menu li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
}
.mobile-menu li a {
  font-size: 19px !important;
  text-align: left;
  padding-bottom: 25px !important;
}
.mobile-menu .sub-menu {
  display: none;
  position: initial !important;
  padding: 0 !important;
  margin: 0 !important;
}
.mobile-menu .sub-menu a {
  font-size: 16px !important;
  padding-bottom: 20px !important;
}
.mobile-menu .sub-menu a:last-child {
  padding-bottom: 25px !important;
}
.mobile-menu .mobmenu {
  padding-bottom: 100px;
  max-height: calc(100vh + 80px);
}
.mobile-menu .container {
  padding-bottom: 100px;
}/*# sourceMappingURL=main.css.map */