:root {
  --theme-color: #ef723a;
}

.header-logo img {
  max-width: 250px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .container.themeholy-container {
    max-width: 100%;
    padding-right: 40px;
  }
}

h1 {
  font-family: var(--body-font);
  font-size: 16px;
  margin: 0;
  color: var(--body-color);
  line-height: 1.75;
}

.as-h1,
.as-h2,
.as-h3,
.as-h4 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.as-h2 {
  font-size: 44px;
  line-height: 1.227;
  color: var(--theme-color);
}

.as-h2.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.24em;
  text-transform: capitalize;
  font-weight: 600;
}
.title-area .as-h2.sec-title {
  margin-bottom: 15px;
}
.as-h2 img {
  width: 50px;
  margin: -5px 5px 0 0;
}

.hero-style1 .hero-text p {
  color: var(--white-color);
}
.img-box1 .year-counter {
  right: 0px;
  max-height: 260px;
  padding: 15px 10px;
}
.service-card_text p {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card:hover .service-card_text p {
  color: var(--white-color);
}
.feature-box .feature-box_icon {
  margin: 25px auto;
}
.feature-box_text p {
  font-size: 14px;
  max-width: 225px;
  margin: 0 auto -0.55em auto;
}
.footer-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-x);
}
.themeholy-widget-schedule {
  width: 100%;
  max-width: 100%;
}
.footer-inner .widget-area2 {
  margin-top: var(--gap-y);
}

@media (max-width: 1199px) {
  .as-h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .as-h2 img {
    width: 40px;
  }
  .footer-inner .widget-area2 {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .as-h2.sec-title {
    --section-title-space: 50px;
  }
}

@media (max-width: 767px) {
  .as-h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .footer-inner .widget-area2 {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .as-h2 {
    font-size: 28px;
  }
  .as-h2 img {
    width: 35px;
  }
}
input[type='checkbox'] ~ label {
  padding-left: 0;
}
input[type='checkbox'] ~ label:before {
  display: none;
}
.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  padding: 0 25px 0 0;
  float: left;
}
.check:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 50, 84, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #91ee17;
}
#cbx:checked + .check svg {
  stroke: #91ee17;
}
#cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
#cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}
