/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
html,
body {
  overscroll-behavior: none;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IvyPresto Headline", serif !important;
}
body a {
  background-color: transparent;
  text-decoration: none;
  color: #F16522;
}
body [type="button"], body [type="submit"], body button {
    display: inline-block;
    font-weight: 400;
    color: #F16522;
    border-color: #F16522;
}
body [type="button"]:hover, body [type="submit"]:hover, body button:hover {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    border-color: #F16522;
    background-color: #F16522;
}
body {
    background-color: #FEF1EB;
}
.slide-heading span{
	color: #F16522;
}
.testimonial-slider-container {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.testimonial-slider-container .slick-list.draggable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.single-post-content-wrap{
  padding-top: 120px;
  padding-bottom: 80px;
}
.single-post-content-wrap .post-thumbnail{
  margin-bottom: 30px;
}
.single-post-content-wrap .post-thumbnail img{
  border-radius: 6px;
}
.page-body-contact-us .footer-body-content{
  display: none !important;
}
.page-body-contact-us .footer-container-fluid{
  background-image: none !important;
}
.section {
  will-change: transform;
  scroll-snap-stop: always;
  scroll-snap-align: start;
}
.ehf-header #masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.ehf-header.admin-bar #masthead {
  top: 32px;
}

.ehf-header #masthead.sticky-header {
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-accordion-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: auto;
  flex-direction: column;
}
@media screen and (min-width: 768px){
	.page-body-about-us header:not(.sticky-header) .elementor-widget-navigation-menu .menu-item a.hfe-menu-item, 
	.page-body-insights header:not(.sticky-header) .elementor-widget-navigation-menu .menu-item a.hfe-menu-item, 
	.single-post header:not(.sticky-header) .elementor-widget-navigation-menu .menu-item a.hfe-menu-item,
	.page-body-services header:not(.sticky-header) .elementor-widget-navigation-menu .menu-item a.hfe-menu-item,
	.page-template-default header:not(.sticky-header) .elementor-widget-navigation-menu .menu-item a.hfe-menu-item,
	.error404 header:not(.sticky-header) .elementor-widget-navigation-menu .menu-item a.hfe-menu-item{
		color: #000 !important;
	}
	.page-body-services header:not(.sticky-header) .elementor-widget-navigation-menu li.menu-item-has-children.current-menu-item .hfe-has-submenu-container > a{
		color: var( --e-global-color-466cb2b ) !important;
	}
}

.page-body-about-us header .elementor-widget-navigation-menu .menu-item:hover a.hfe-menu-item,
.page-body-about-us header .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, 
.page-body-about-us header .elementor-widget-navigation-menu .sub-menu.current-menu-item a.hfe-sub-menu-item,
.page-body-insights header .elementor-widget-navigation-menu .menu-item:hover a.hfe-menu-item,
.page-body-insights header .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, 
.page-body-insights header .elementor-widget-navigation-menu .sub-menu.current-menu-item a.hfe-sub-menu-item,
.single-post header .elementor-widget-navigation-menu .menu-item:hover a.hfe-menu-item,
.single-post header .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, 
.single-post header .elementor-widget-navigation-menu .sub-menu.current-menu-item a.hfe-sub-menu-item,
.page-template-default header .elementor-widget-navigation-menu .sub-menu.current-menu-item a.hfe-sub-menu-item,
.error404 header .elementor-widget-navigation-menu .sub-menu.current-menu-item a.hfe-sub-menu-item{
	color: var( --e-global-color-466cb2b ) !important;
}

.page-body-about-us header:not(.sticky-header) div.hfe-nav-menu-icon svg,
.page-body-insights header:not(.sticky-header) div.hfe-nav-menu-icon svg,
.single-post header:not(.sticky-header) div.hfe-nav-menu-icon svg,
.page-template-default header:not(.sticky-header) div.hfe-nav-menu-icon svg,
.error404 header:not(.sticky-header) div.hfe-nav-menu-icon svg{
  fill: #000 !important;
}

.page-body-about-us header:has(.sticky-header) div.hfe-nav-menu-icon svg,
.page-body-insights header:has(.sticky-header) div.hfe-nav-menu-icon svg,
.single-post header:has(.sticky-header) div.hfe-nav-menu-icon svg{
  fill: #fff !important;
}

.page-body-about-us header div.hfe-nav-menu-icon svg,
.page-body-insights header div.hfe-nav-menu-icon svg,
.single-post header div.hfe-nav-menu-icon svg{
  fill: var( --e-global-color-466cb2b ) !important;
}

.service-accordion-wrapper .accordion-content {
  padding: 0px;
  width: 100%;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical{
  top: 63px !important;
}
.accordion-content h3 {
  font-size: 34px;
  margin-bottom: 10px;
  color: #e66726;
}

.accordion-item {
  border-bottom: 1px solid #e6672650;
  padding: 15px 0;
}
.accordion-item:last-child {
  border-bottom: 0px;
}
.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  font-family: "Inter", sans-serif;
}

.accordion-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.accordion-body > div {
  padding-top: 10px;
  padding-right: 25px;
}
.accordion-item.active .accordion-body {
  max-height: 500px;
}

.accordion-item .icon {
  color: #e66726;
  background-color: #fef1eb;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 23px;
  font-size: 24px;
  text-align: center;
  transition: transform 0.3s;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.accordion-item.active .icon {
  transform: rotate(180deg);
}
.accordion-item.active .icon::before {
  content: "-";
  display: inline-block;
}

.accordion-item .icon::before {
  content: "+";
  display: inline-block;
}

.learn-more {
  background-color: #e66726;
  border: none;
  padding: 4px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  border: 1px solid #e66726;
  transition: all 0.3s ease-in-out;
}
.learn-more:hover {
  background-color: transparent;
  color: #e66726;
  border-color: #e66726;
}
.learn-more.black-btn {
  background-color: #000000;
  border-color: #000000;
}
.learn-more.black-btn:hover {
  background-color: #e66726;
  color: #ffffff;
  border-color: #e66726;
}

.service-accordion-wrapper .accordion-image {
  width: 100%;
}

.service-accordion-wrapper .accordion-image img {
  max-width: 100%;
  border-radius: 4px;
  transition: opacity 0.5s ease-in-out;
}
.service-accordion-wrapper .accordion-item.active img {
  opacity: 1;
}

.hero__person-cont {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.hero__persons .hero__person:not(active){
	cursor: zoom-in;
}
.hero__persons .hero__person img.hero__person-img {
  position: relative;
  z-index: 0;
  display: block;
  height: 115%;
  min-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}

.hero__person-grad {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background-image: linear-gradient(
    180deg,
    transparent 70%,
    rgba(0, 0, 0, 0.8)
  );
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.hero__person-txt-more {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.hero__person.active .hero__person-txt-more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s; 
}
.hero__person-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 26px;
    font-family: 'Inter', sans-serif;
    line-height: 1.6em;
    color: #f16522;
    visibility: hidden;
    text-transform: capitalize;
}
.hero__persons .hero__person.active .hero__person-title {
    visibility: visible;
}
.hero__person-excerpt{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    visibility: hidden;
}
.hero__persons .hero__person.active .hero__person-excerpt {
    visibility: visible;
}
.slider-navigation.desktop-slider {
  display: none;
}
.error404 .site-main{
	padding-top: 120px;
    padding-bottom: 80px;
}
@media (min-width: 576px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, 
	.site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 100% !important;
    }
	body:not([class*=elementor-page-]) .site-main{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.hfe-nav-menu__layout-horizontal{
		width: 100% !important;
	}
    .single-post-content-wrap .page-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, 
	.site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 100% !important;
    }
	body:not([class*=elementor-page-]) .site-main{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (min-width: 992px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, 
	.site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 100% !important;
    }
	body:not([class*=elementor-page-]) .site-main{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, 
	.site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1280px !important;
    }
	body:not([class*=elementor-page-]) .site-main{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}


@media (max-width: 575px) {
    .page-header .entry-title, .site-footer .footer-inner, 
    .site-footer:not(.dynamic-footer), .site-header .header-inner, 
    .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main
    {
        padding-inline-start: 20px !important;
        padding-inline-end: 20px !important;
    }
	.hero__person-grad{
		position: relative;
		background-color: #000000;
		min-height: 160px;
        align-items: flex-start;
	}
	.hero__person-grad .hero__person-title{
		line-height: 1.2em;
	}
}
@media screen and (min-width: 768px) {
  .slider-navigation.desktop-slider {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
	
}

.slider-navigation .icon-element {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  color: #f16522;
  text-align: center;
  line-height: 30px;
  font-weight: 300;
  cursor: pointer;
}
.hero__col .slick-navigation{
  display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    left: 0px;
    right: 0px;
}
.slick-navigation .icon-element {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  color: #f16522;
  text-align: center;
  line-height: 30px;
  font-weight: 300;
  cursor: pointer;
}
.slider-navigation i.icon-element[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact-form .wpforms-container-full:not(:empty) {
  margin: 0 auto;
}

.contact-form .wpforms-container .wpforms-field .wpforms-field-label {
  color: #ffffff;
  font-size: 14px;
  font-family: inherit;
  margin-bottom: 5px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.contact-form .wpforms-container .wpforms-field input,
.contact-form .wpforms-container .wpforms-field textarea {
  background-color: rgba(255, 244, 255, 0.2);
  border-radius: 5px;
  border-width: 0;
  color: #ffffff !important;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.contact-form .wpforms-container .wpforms-field input:focus:invalid,
.contact-form .wpforms-container .wpforms-field textarea:focus:invalid,
.contact-form .wpforms-container .wpforms-field input:focus,
.contact-form .wpforms-container .wpforms-field textarea:focus {
  box-shadow: unset !important;
  border-width: 0 !important;
}

.contact-form .wpforms-submit-container {
  text-align: right;
}

.contact-form.button-left .wpforms-submit-container {
	text-align: left;
}

.contact-form .wpforms-submit-container .submit-button {
  background-color: #f16522 !important;
  font-family: "Inter", Sans-serif;
  font-weight: 400;
  border-radius: 5px 5px 5px 5px;
  font-size: 16px;
  border:1px solid  #f16522 !important;
}
.contact-form .wpforms-submit-container .submit-button:hover {
	background: transparent !important;
	color:#f16522; 
}
.post-list-container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.post-list-container .post-item{
  width: 100%;
}
.post-list-container .post-item .post-image {
  height: 245px;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 20px;
}

.post-list-container .post-item .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.post-list-container .post-item .post-content .post-title {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 5px;
}

.post-list-container .post-item .post-content .post-title a {
  color: #000;
}

.post-list-container .post-item .post-author {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 20px;
}

.post-list-container .post-item .post-author .author-info {
  display: flex;
  align-items: center;
  flex: 1 auto;
}

.post-list-container .post-item .post-author .author-info .author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.post-list-container .post-item .post-author .author-info .author-details {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
}

.post-list-container
  .post-item
  .post-author
  .author-info
  .author-details
  .author-name {
  font-weight: 400;
  margin-bottom: 0px;
  line-height: normal;
  color: #000;
}

.post-list-container
  .post-item
  .post-author
  .author-info
  .author-details
  .author-bio {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
}

.post-list-container .post-item .post-author .read-more {
  flex: 1 auto;
}

.e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.line-container {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
.line {
  position: absolute;
  height: 4px;
  width: 0%;
  background-color: white;
}
.star {
  position: absolute;
  left: 0%;
  font-size: 50px;
  color: white;
  transform: rotate(30deg) translate(-25px, -18px);
}

.testimonial-slider-container {
  position: relative;
}
.testimonial-slider-container .testimonial-item {
  padding: 0 30px;
}
.testimonial-slider-container .testimonial-item .title {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #000000;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.testimonial-slider-container
  .testimonial-item
  .elementor-testimonial-description {
  text-align: center;
    margin-bottom: 15px;
}

.testimonial-slider-container .testimonial-item .elementor-client-name {
  text-align: center;
}
.testimonial-slider-container .slick-next-container,
.testimonial-slider-container .slick-prev-container {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  border: none;
}
.spin-image {
  margin-left: -63px;
/*   animation: spin 10s linear infinite; */
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.testimonial-slider-container .slick-next,
.testimonial-slider-container .slick-prev {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f16522;
  border-radius: 50%;
  border: none;
}

.testimonial-slider-container .slick-next i,
.testimonial-slider-container .slick-prev i {
  color: #ffffff;
}

.testimonial-slider-container .slick-next:hover,
.testimonial-slider-container .slick-next:focus,
.testimonial-slider-container .slick-prev:hover,
.testimonial-slider-container .slick-prev:focus {
  background-color: #f16522;
}
.testimonial-slider-container .slick-next-container {
  right: 0;
  margin-right: -15px;
}

.testimonial-slider-container .slick-prev-container {
  left: 0;
  margin-left: -15px;
}
.contact-form .wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 10px;
}
.n2-ss-slider .n2-ss-text{
  font-family: "IvyPresto Headline", serif !important;
}
.why-choose-box:hover .why-choose-box-overlay{
	top: 0% !important;
	transition: all 0.3s ease-in-out;
}
.link-white a{
	color: #fff;
}
.link-white a:hover {
    color: #F16522;
}
.elementor-shortcode .pagination{
  justify-content: center;
  align-items: center;
}
.pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
}

.pagination li {
  display: inline-block;
}

.pagination a,
.pagination span {
  padding: 8px 12px;
  border: none;
  text-decoration: none;
  color: #333;
}

.pagination .current {
  color: #f16522;
}
.pagination a.next, .pagination a.prev{
  background: #f16522;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0px;
  text-align: center;
  align-items: center;
}
.blog-list-with-pagination{
  gap: 40px;
}
.blog-list-with-pagination .post-item {
    box-sizing: border-box;
    margin-bottom: 35px;
}
.back-to-insights{
  text-decoration: none;
  color: #f16522;
}
.post-item .post-content p{
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.elementor-widget-serve_slider{
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-post-content-wrap .page-content{
    padding-left: 50px;
    padding-right: 50px;
  }
  .post-list-container .post-item.half-width {
      width: calc(50% - 20px); /* Adjust gap compensation if needed */
  }

  .post-list-container .post-item.third-width {
       width: calc(50% - 20px);
  }
  .hero__col .slick-navigation{
    display: none;
  }
  .contact-form .wpforms-container .wpforms-field {
    padding: 0;
    margin-bottom: 20px;
  }
  .service-accordion-wrapper .accordion-image {
    width: 50%;
    text-align: right;
  }
  .service-accordion-wrapper .accordion-content {
    width: 50%;
  }
  .service-accordion-wrapper {
    flex-direction: row;
  }
  .service-accordion-wrapper.image-right {
    flex-direction: row-reverse;
  }
  .post-list-container:not(.blog-list-with-pagination) {
    flex-wrap: nowrap;
  }

  .post-list-container:not(.blog-list-with-pagination) .post-item .post-image {
    height: 380px;
  }
  .post-list-container .post-item.half-width .post-image {
    height: 380;
  }
  .post-list-container.blog-list-with-pagination .post-item.third-width .post-image {
      height: 270px;
  }
  .testimonial-slider-container .testimonial-item {
    padding: 0 100px;
  }

  .testimonial-slider-container .slick-next-container,
  .testimonial-slider-container .slick-prev-container {
    background-color: #ffffff;
    cursor: pointer;
  }

  .testimonial-slider-container .slick-next-container {
    right: 0;
    padding-right: 20px;
    margin-right: 0;
  }

  .testimonial-slider-container .slick-prev-container {
    left: 0;
    padding-left: 30px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .service-accordion-wrapper.image-left .accordion-content {
    padding: 0px 80px 0px 50px;
  }
  .service-accordion-wrapper.image-right .accordion-content {
    padding: 0px 50px 0px 80px;
  }
  .hero__persons {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    gap: 10px;
  }
  .hero__persons .hero__person {
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 540px;
    background-color: #f0f0f0;
    transition: flex 0.6s ease-in-out, opacity 0.6s ease-in-out,
      transform 0.6s ease-in-out;
    opacity: 0.7;
    border-radius: 10px;
    filter: saturate(0);
  }

  .hero__persons .hero__person.active {
    flex: 10;
    opacity: 1;
    filter: saturate();
  }
  .hero__person-grad {
    padding: 30px;
  }
  .hero__col {
    margin-top: -60px;
  }
  .post-list-container .post-item.half-width {
      width: calc(50% - 20px); /* Adjust gap compensation if needed */
  }

  .post-list-container .post-item.third-width {
      width: calc(33.33% - 27.33px);
  }
}



@media screen and (max-width: 767.98px) {
  .service-thumb{
    position: relative !important;
    transform: translate(0px, -50px) !important;
  }
  .service-thumb > div{
    text-align:center !important;
  }
  .wpforms-container .wpforms-one-half,
  .wpforms-container .wpforms-three-sixths,
  .wpforms-container .wpforms-two-fourths {
    width: 100% !important;
  }

  .wpforms-container .wpforms-field.wpforms-one-half {
    margin-left: 0 !important;
  }
  .accordion-content h3{
    font-size: 26px;
  }
  .accordion-title{
        font-size: 18px;
  }
  .hero__person .hero__person-txt-more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s; 
  }
  .hero__person-title {
    visibility: visible;
  }
  .hero__person-excerpt{
    visibility: visible;
  }
  .post-list-container .post-item .post-image {
    height: auto;
  }
}
