.page-template-default h1 {
  font-size: 2.8em;
  line-height: 1.2em;
  text-align: center;
}

/* === Landing Page Styles === */
.landing-page {
  text-align: center;
  overflow: hidden;
}

.hero-section {
  position: relative;
  height: 90px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(36, 47, 80);
}

.page-template-content .hero-section {
  height: 90px;
}

.page-template-content h1 {
  font-size: 2.8em;
  line-height: 1.2em;
  text-align: left;
}

@media (max-width: 991px) {
  .page-template-content .hero-section,
  .post-template-default .hero-section {
    height: 80px;
    display: block;
  }
  h1 {
    font-size: 2.2em;
    line-height: 1.1em;
    font-weight: 500 !important;
    text-align: left;
  }
}
/* .hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 20px;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  background: #ff5a5f;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-button:hover {
  background: #e04848;
} */
.features-section {
  padding: 80px 20px;
  background: #fff;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.feature {
  flex: 1 1 250px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.cta-section {
  background: #ff5a5f;
  color: #fff;
  padding: 100px 20px;
}

.cta-section .cta-button.large {
  background: #fff;
  color: #ff5a5f;
  font-size: 1.2em;
}

/*LOGOS CAROUSEL*/
.logos img {
  border-radius: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* CAROUSEL*/
.group-item-stacked {
  border: 1px solid var(--brand-color);
  border-radius: 6px;
}

.group-item-stacked > a {
  background-color: transparent !important;
}

.group-item-stacked:hover > a {
  color: #fff !important;
  transition: none !important;
}

.group-item-stacked:hover,
.group-item-stacked:hover .fas {
  background-color: var(--brand-color) !important;
  color: #fff !important;
  transition: none !important;
}

.adv-item {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #b8301b;
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.175);
  width: 100%;
  margin-bottom: 50px;
  margin-right: 30px;
  border-radius: 6px;
  cursor: pointer;
}
.adv-item > p {
  padding-bottom: 0;
}
.adv-item h2 {
  margin: 0 10px 20px 0;
  text-align: center;
}
.adv-item .ico {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.adv-item:hover {
  background-color: #b8301b;
  color: #fff;
  box-shadow: 0 0 0;
}
.adv-item:hover .fas {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-template-content h1,
  .page-template-single h1 {
    margin-top: 1em;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0.8em;
  }
  .page-template-content .adv-item,
  .page-template-single .adv-item {
    margin-right: 15px;
  }
  .page-template-content .adv-item p,
  .page-template-single .adv-item p {
    display: none;
  }
  .page-template-content .adv-item h2,
  .page-template-single .adv-item h2 {
    font-size: 1.2em;
    font-weight: 600;
  }
  .page-template-content .adv-item .ico,
  .page-template-single .adv-item .ico {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.post-group {
  margin-top: 10em;
  margin-bottom: 5em;
}
.post-group p.service-name {
  margin-bottom: 0.6em;
  font-size: 1.2em;
}
.post-group h2 {
  font-size: 2.6em;
  margin-bottom: 1.6em;
}
.post-group h5 {
  font-weight: 700;
  line-height: 1.4em;
  color: #999;
  margin-bottom: 1.3em;
}
.post-group .service-name {
  font-weight: 700;
}
.post-group p {
  margin-top: 2em;
  margin-bottom: 2em;
}
.post-group a[type=button] {
  border-radius: 18px;
  border-width: 2px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .post-group {
    margin-top: 5em;
    margin-bottom: 3em;
  }
  .post-group .service-name {
    background-color: #eee;
    display: inline-block;
    padding: 0 0.3em;
  }
  .post-group h2 {
    font-size: 2em;
    margin-bottom: 1.6em;
    font-weight: 500;
    line-height: 1.16em;
  }
  .post-group p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
/* .post-group img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.rounded-5 {
  border-radius: 1rem;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.fw-bold {
  font-weight: 700 !important;
}

.h-100 {
  height: 100% !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

#icon-grid p {
  margin: 1em 0 0 0;
}
#icon-grid .ico {
  font-size: 13px;
  margin-right: 8px;
}

.single-post .service-card {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.single-post .service-card .img-box {
  width: 100%;
  height: 120px;
  background: #eee;
  /* optional */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.single-post .service-card h4 {
  font-weight: 600;
  font-size: 1em;
}
.single-post .service-card img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .service-card p {
  font-size: 0.9em;
  font-weight: 600;
  padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .lead {
    text-align: left !important;
    font-size: 1.2em !important;
    line-height: 1.4em !important;
  }
  .single-post .service-card .img-box {
    height: 90px;
  }
}
.portfolio-container .portfolio-header {
  align-items: flex-start;
}
.portfolio-container .portfolio-header h1 {
  font-weight: 700;
  margin-bottom: 1.2em;
  margin-top: 0.3em;
}
.portfolio-container .screeshots-container img {
  margin-bottom: 2em;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 12px;
}

.post-template-default {
  font-weight: 500;
}
.post-template-default .post-group {
  margin-top: 1em;
  margin-bottom: 3em;
}
.post-template-default .post-group .feature-description {
  margin: 0;
}
.post-template-default .post-group .feature-box {
  margin-bottom: 3em;
}
.post-template-default h5.feature-title {
  font-weight: 400;
  padding-bottom: 0.5em;
  margin: 0;
  color: #000;
}

#pricing-table {
  max-width: 1000px;
}
#pricing-table .card {
  height: 100%;
}/*# sourceMappingURL=theme_style.css.map */