html :where(.wp-block) {
    max-width: 100% !important;
}

@media (min-width: 782px) {
body .interface-complementary-area {
    min-width: 420px;
}
}

.acf-block-preview * {
	outline: 0 !important;
	text-decoration: none !important
}
.acf-block-preview  {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Inter';
  color: #333;
  font-weight: 400;
  line-height: 30px;
}
.acf-block-preview html, .acf-block-preview body {
  height: 100%;
}
.acf-block-preview .main-wrapper {
  position: relative;
  overflow-x: hidden;
}
.acf-block-preview .relative {
  position: relative;
}
.acf-block-preview a {
  color: #32463B;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.acf-block-preview a:hover {
  text-decoration: none;
  color: #32463B;
}
.acf-block-preview a:focus, .acf-block-preview input:focus, .acf-block-preview button:focus, .acf-block-preview select:focus, .acf-block-preview textarea:focus {
  outline: none;
}
.acf-block-preview img {
  max-width: 100%;
  display: block;
}
.acf-block-preview .h1, .acf-block-preview .h2, .acf-block-preview .h3, .acf-block-preview .h4, .acf-block-preview .h5, .acf-block-preview .h6, .acf-block-preview h1, .acf-block-preview h2, .acf-block-preview h3, .acf-block-preview h4, .acf-block-preview h5, .acf-block-preview h6 {
  color: #333333;
  margin-bottom: 20px;
  font-family: 'Inter';
  font-weight: 600;
}
.acf-block-preview .text-90 {
  font-size: 70px;
  line-height: 100%;
}
.acf-block-preview h1, .acf-block-preview .h1 {
  font-size: 60px;
  line-height: 115%;
}
.acf-block-preview h2, .acf-block-preview .h2 {
  font-size: 48px;
  line-height: 115%;
}
.acf-block-preview h3, .acf-block-preview .h3 {
  font-size: 44px;
  line-height: 115%;
}
.acf-block-preview h4, .acf-block-preview .h4 {
  font-size: 32px;
  line-height: 120%;
}
.acf-block-preview h5, .acf-block-preview .h5 {
  font-size: 24px;
  line-height: 115%;
}
.acf-block-preview h6, .acf-block-preview .h6 {
  font-size: 20px;
  line-height: 115%;
}
.acf-block-preview p {
  margin-bottom: 20px;
}
.acf-block-preview p:last-child {
  margin-bottom: 0;
}
.acf-block-preview button {
  border: none;
  transition: all 0.4s ease 0s;
  background: transparent;
}
.acf-block-preview .section, .acf-block-preview section {
  padding: 70px 0;
}
.acf-block-preview .container.wide {
  max-width: 1400px;
}
.acf-block-preview .container {
  max-width: 1240px;
}
.acf-block-preview .container.medium {
  max-width: 1180px;
}
.acf-block-preview .container.smalls {
  max-width: 1100px;
}
.acf-block-preview .section-heading .heading {
  font-weight: 600;
}
.acf-block-preview .section-heading .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
.acf-block-preview .bg_dark {
  background: #182232;
}
.acf-block-preview .bg_orange {
  background: #f98a15;
}
.acf-block-preview .bg_gray {
  background: #efefef;
}
.acf-block-preview .bg_black {
  background: #333;
}
.acf-block-preview .text_white, .acf-block-preview .text_white > * {
  color: #fff !important;
}
.acf-block-preview .text_orange, .acf-block-preview .text_orange > *, .acf-block-preview .text-white .text_orange * {
  color: #f98a15 !important;
}
.acf-block-preview .text_dark {
  color: #333 !important;
}
.acf-block-preview .relative {
  position: relative;
  z-index: 1;
}
.acf-block-preview .height_100vh {
  height: 100vh;
}
.acf-block-preview .align-center {
  display: flex;
  align-items: center;
}
.acf-block-preview .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  padding: 11px 30px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
}
.acf-block-preview .cta-btn span {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  transition: all 0.4s;
}
.acf-block-preview .btn_default {
  background: #f98a15;
  border-color: #f98a15;
  color: #fff;
}
.acf-block-preview .btn_default:hover {
  background: #db7810;
  border-color: #db7810;
  color: #fff;
}
.acf-block-preview .btn_default:hover span {
  background: #fff;
  color: #f98a15;
  transform: translateX(5px);
}
.acf-block-preview .btn_blue {
  background: #182232;
  color: #fff;
  border-color: #182232;
}
.acf-block-preview .btn_blue:hover {
  background: #f98a15;
  border-color: #f98a15;
  color: #fff;
}
.acf-block-preview .btn_blue:hover span {
  background: #fff;
  color: #f98a15;
  transform: translateX(5px);
}
.acf-block-preview .group-btn .cta-btn {
  margin: 0 5px;
}
.acf-block-preview .bottom-action {
  padding: 35px 0;
}
.acf-block-preview .bottom-action .cta-btn {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
}
.acf-block-preview .bottom-action .cta-btn span {
  transition: 0.3s ease;
}
.acf-block-preview .bottom-action .cta-btn:hover span {
  background: #fff;
  color: #f98a15;
  transform: translateX(3px);
}
.acf-block-preview .white_bg {
  background: #fff;
}
.acf-block-preview .bottom-action.white_bg .cta-btn {
  color: #000;
}
.acf-block-preview .bottom-action.white_bg .cta-btn span {
  border-color: #f98a15;
  color: #f98a15;
}
.acf-block-preview .bottom-action.white_bg .cta-btn:hover span {
  background: #f98a15;
  color: #fff;
}
.acf-block-preview .relative {
  position: relative;
  z-index: 9;
}
.acf-block-preview .custom-arrows {
  display: flex;
  align-items: center;
  gap: 20px;
}
.acf-block-preview .custom-arrows > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #333;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.acf-block-preview .custom-arrows > div:hover {
  background: #333;
  color: #fff;
}
.acf-block-preview .section-action {
  margin-top: 50px;
}
.acf-block-preview .column_two {
  column-count: 2;
}
.acf-block-preview .column_three {
  column-count: 3;
  /*Header CSS*/
}
.acf-block-preview .header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.acf-block-preview .mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acf-block-preview .mainmenu ul li {
  display: inline-block;
  margin: 0 15px;
}
.acf-block-preview .header-top {
  position: relative;
}
.acf-block-preview .mainmenu ul li .megamenu {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #efefef;
  left: 0;
  z-index: 9;
  box-shadow: 0 5px 12px rgba(20, 20, 20, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  display: none;
}
.acf-block-preview .mainmenu ul li:hover .megamenu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.acf-block-preview .mainmenu ul li .megamenu .inner {
  padding: 20px 0;
}
.acf-block-preview .megamenu-cta {
  background: #182232;
  padding: 25px 0;
}
.acf-block-preview .megamenu-cta .title {
  font-size: 26px;
  margin-right: 20px;
}
.acf-block-preview .mainmenu ul li .megamenu.style1.tabs .megamenu-tabs li {
  display: block;
  margin-bottom: 20px;
}
.acf-block-preview .megamenu-tabs li button {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  line-height: normal;
}
.acf-block-preview .megamenu-tabs li button.active {
  border-bottom: 1px solid #333;
}
.acf-block-preview .header-area .megamenu-cta .cta-btn {
  padding: 7px 18px;
  font-size: 13px;
  min-width: inherit;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: normal;
}
.acf-block-preview .header-area .megamenu-cta .cta-btn span {
  border-color: #fff;
}
.acf-block-preview .header-area .megamenu-cta .cta-btn em {
  top: 1px;
}
.acf-block-preview .mainmenu ul li a {
  display: block;
  color: #182232;
  font-size: 15px;
  padding: 22px 20px 22px;
  font-weight: 500;
  position: relative;
}
.acf-block-preview .mainmenu ul li.menu-item-has-children > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z"/></svg>');
  transform: translateY(-50%);
}
.acf-block-preview .mainmenu ul li.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.acf-block-preview .mainmenu ul li .megamenu.style1 .inner ul {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.acf-block-preview .mainmenu ul li .megamenu.style1 .inner li a, .acf-block-preview .tab-menu-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding: 0;
}
.acf-block-preview .tab-menu-box .actions {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.acf-block-preview .mainmenu ul li .megamenu.style1 .inner .tab-menu-box .cta-btn {
  padding: 3px 9px;
  font-size: 12px;
  min-width: inherit;
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: normal;
}
.acf-block-preview .mainmenu ul li .megamenu.style1 .inner .tab-menu-box .cta-btn span {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 10px;
}
.acf-block-preview .mainmenu ul li .megamenu.style1 .inner .tab-menu-box a.view-cta {
  font-size: 12px !important;
  text-decoration: underline;
  font-weight: 400 !important;
}
.acf-block-preview .mainmenu ul li .megamenu.style1 .inner .tab-menu-box .actions {
  margin-top: 6px;
}
.acf-block-preview .mainmenu ul li .megamenu.style1 .inner li a:hover {
  opacity: 0.6;
}
.acf-block-preview .mainmenu ul li .megamenu.style1 .inner li a img, .acf-block-preview .tab-menu-box img {
  min-width: 130px;
  width: 130px;
  min-height: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 17px;
}
.acf-block-preview .mainmenu ul li .megamenu.style1 .inner li {
  margin: 12px 0;
}
.acf-block-preview .megamenu-tabs {
  padding-left: 15px !important;
}
.acf-block-preview .menu-heading {
  margin-bottom: 20px;
}
.acf-block-preview .menu-heading .title {
  font-weight: 600;
  color: #182232;
  font-size: 18px;
  text-decoration: underline;
}
.acf-block-preview .mainmenu ul li .megamenu.style1.alt li a img {
  min-width: 50px;
  width: 50px;
  min-height: 50px;
  height: 50px;
  border-radius: 50%;
}
.acf-block-preview .mainmenu ul li .megamenu.style1.alt li {
  margin: 5px 0;
}
.acf-block-preview .mainmenu ul li .megamenu.style1.alt li a {
  padding: 8px;
  border-radius: 10px;
}
.acf-block-preview .mainmenu ul li .megamenu.style1.alt li a:hover {
  background: #ddd;
  opacity: 1;
}
.acf-block-preview .mainmenu ul li .megamenu .text p {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.acf-block-preview .site-logo {
  width: 160px;
}
.acf-block-preview .header-area .cta-btn {
  padding: 8px 20px;
  font-size: 14px;
  min-width: 150px;
}
.acf-block-preview .header-area .header-search {
  color: #333;
  background: #efefef;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  justify-content: flex-start;
  margin-right: 15px;
}
.acf-block-preview .header-navigation .mainmenu {
  margin-left: 50px;
}
.acf-block-preview .header-top {
  background: #fff;
}
.acf-block-preview .header-bottom {
  text-align: center;
  padding: 12px 0;
  background: #182232;
}
.acf-block-preview .header-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acf-block-preview .header-bottom ul li {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #f98a15;
  line-height: normal;
  padding-right: 12px;
}
.acf-block-preview .header-bottom ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.acf-block-preview .header-bottom ul li a {
  color: #f98a15;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.acf-block-preview .header-bottom ul li a:hover {
  opacity: 0.6;
}
.acf-block-preview .header-bottom ul li a img {
  width: 18px;
}
.acf-block-preview .header-bottom ul li a span {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f98a15;
  border-radius: 50%;
  font-size: 11px;
}
.acf-block-preview .header-bottom ul li a span em {
  position: relative;
  top: -1px;
}
.acf-block-preview .header-bottom ul li.call-link a {
  color: #fff;
}
.acf-block-preview .search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  transition: all 250ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.acf-block-preview .search-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.acf-block-preview .search-wrapper .inner {
  padding: 50px 30px 30px;
  background: #fff;
  width: 750px;
  max-width: 80%;
  box-shadow: 0px 0 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
}
.acf-block-preview .search-wrapper .close-search {
  position: absolute;
  top: 9px;
  right: 30px;
  cursor: pointer;
  font-size: 20px;
  opacity: 0.4;
}
.acf-block-preview .search-wrapper .close-search:hover {
  opacity: 1;
}
.acf-block-preview .search-wrapper .inner input {
  border: 1px solid #ddd;
  font-size: 18px;
  border-radius: 2px;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  box-shadow: none;
  background: #fff;
  margin-bottom: 0;
  height: 60px;
  width: 100%;
  /*Hero CSS*/
}
.acf-block-preview .hero-area {
  position: relative;
  height: 100vh;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.acf-block-preview .hero-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background: #000;
  opacity: 0.5;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%);
}
.acf-block-preview .hero-area video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
}
.acf-block-preview .hero-inner {
  position: relative;
  z-index: 11;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
}
.acf-block-preview .hero-heading {
  font-weight: 600;
  font-size: 120px;
  line-height: 98px;
  margin-bottom: 30px;
}
.acf-block-preview .hero-vdo-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 50%;
  overflow: hidden;
  /*Counter CSS*/
}
.acf-block-preview .counter-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  object-fit: cover;
}
.acf-block-preview .counter-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.acf-block-preview .counter-about-text .title {
  color: #f98a15;
  position: relative;
  display: inline-block;
}
.acf-block-preview .counter-about-text .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #f98a15;
  left: 0;
  bottom: 0;
}
.acf-block-preview .counter-about-text p {
  font-size: 16px;
}
.acf-block-preview .counter-about .single-counter-box {
  margin: 40px 0;
}
.acf-block-preview .counter-about .single-counter-box span:not(.counter) {
  font-size: 54px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  line-height: 100%;
}
.acf-block-preview .counter-about .single-counter-box p {
  color: #f98a15;
  font-weight: 700;
  line-height: normal;
}
.acf-block-preview .service-counter .col-lg-4 {
  padding: 0 80px;
  border-right: 1px solid #f98a15;
}
.acf-block-preview .service-counter .col-lg-4:last-child {
  border-right: 0;
}
.acf-block-preview .service-counter.bg_white .col-lg-4 {
  border-right: 1px solid #f98a15;
}
.acf-block-preview .service-counter.bg_white .col-lg-4:last-child {
  border-right: none;
}
.acf-block-preview .service-counter .row {
  --bs-gutter-x: 160px;
}
.acf-block-preview .service-counter-bg {
  background: #182232;
}
.acf-block-preview .service-counter-box {
  display: flex;
  flex-direction: column;
}
.acf-block-preview .service-counter .inner span:not(.counter) {
  color: #f98a15;
  font-size: 70px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  line-height: 100%;
}
.acf-block-preview .service-counter .inner p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.acf-block-preview .service-counter .inner.text_dark p {
  color: #333;
}
.acf-block-preview .contact-now .heading {
  color: #fff;
  margin-bottom: 50px;
}
.acf-block-preview .contact-now-action {
  display: flex;
}
.acf-block-preview .contact-now-action .call {
  display: flex;
  align-items: center;
}
.acf-block-preview .contact-now-action a {
  color: #fff;
  font-size: 18px;
}
.acf-block-preview .contact-now-action .click {
  margin-right: 20px;
  text-decoration: underline;
}
.acf-block-preview .contact-now-action .click:hover, .acf-block-preview .contact-now-action .call:hover {
  color: #f98a15;
}
.acf-block-preview .contact-now-action .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  border-radius: 50%;
}
.acf-block-preview .contact-status .title {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  font-size: 22px;
}
.acf-block-preview .contact-status .title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -10px;
}
.acf-block-preview .contact-status .title img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.acf-block-preview .contact-status p {
  color: #fff;
  /*Video + Text*/
}
.acf-block-preview .video-box {
  padding-top: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #f98a15;
}
.acf-block-preview .video-box video {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 100%;
  display: flex;
  object-fit: cover;
  width: 100%;
}
.acf-block-preview .video-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background: #111;
  opacity: 0.5;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 50%);
}
.acf-block-preview .video-box span {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 14px;
  z-index: 3;
  color: #fff;
  font-weight: 400;
}
.acf-block-preview .video-list {
  margin-bottom: 40px;
}
.acf-block-preview .video-list:last-child {
  margin-bottom: 0;
}
.acf-block-preview .video-list .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.acf-block-preview .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.acf-block-preview .video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 5%;
}
.acf-block-preview .video-list-flex {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  list-style: none !important;
}
.acf-block-preview .video-list-flex li {
  display: flex;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  color: #333;
  margin-left: 0;
  padding-left: 0 !important;
}
.acf-block-preview .video-list-flex li::before {
  display: none !important;
}
.acf-block-preview .border_bottom span {
  border-bottom: 2px solid #f98a15;
}
.acf-block-preview .video-list-flex li:first-child {
  border: none;
}
.acf-block-preview .inner-min-content {
  width: 60%;
}
.acf-block-preview .video-list-flex li .left {
  font-size: 20px;
  min-width: 120px;
  color: #f98a15;
  font-weight: 600;
}
.acf-block-preview .video-list-area {
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.acf-block-preview .content-video {
  position: relative;
  z-index: 1;
}
.acf-block-preview .content-video.style1 {
  min-height: 650px;
}
.acf-block-preview .content-video.style1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.acf-block-preview .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 22;
  text-align: center;
  line-height: normal;
}
.acf-block-preview .play-btn img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.acf-block-preview .play-btn span {
  color: #fff;
  font-weight: 500;
}
.acf-block-preview .content-video.style1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background: #000;
  opacity: 0.5;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 50%);
}
.acf-block-preview .video-inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  z-index: 11;
  color: #000;
  line-height: normal;
  width: 70%;
  gap: 20px;
}
.acf-block-preview .video-inner-content p {
  margin: 0;
}
.acf-block-preview .video-inner-content img {
  height: 50px;
}
.acf-block-preview .inner-animated-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
}
.acf-block-preview .inner-top-content, .acf-block-preview .inner-bottom-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.6s ease;
}
.acf-block-preview .inner-top-content {
  width: 60%;
}
.acf-block-preview .inner-top-content {
  opacity: 1;
  transform: translateY(-50%) translateY(0);
}
.acf-block-preview .inner-bottom-content {
  transform: translateY(540px);
}
.acf-block-preview .video-list-area.active .inner-top-content {
  transform: translateY(-1000px);
}
.acf-block-preview .video-list-area.active .inner-bottom-content {
  transform: translateY(-50%) translateY(0);
  /*Testimonial*/
}
.acf-block-preview .testimonial-upper {
  padding-bottom: 40px;
}
.acf-block-preview .testimonial-upper .heading span {
  color: #f98a15;
}
.acf-block-preview .testimonial-upper .section-heading p {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.acf-block-preview .testimonial-upper-text .small-text {
  font-size: 14px;
}
.acf-block-preview .testimonial-upper-text .count {
  font-size: 60px;
  font-weight: 600;
  color: #f98a15;
  margin-top: 30px;
  display: block;
  line-height: 120%;
}
.acf-block-preview .testimonial-video-slider .video-slider-box {
  position: relative;
  display: block;
  height: 700px;
}
.acf-block-preview .testimonial-video-slider .video-slider-box .inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.acf-block-preview .testimonial-video-slider .video-slider-box:hover .inner {
  opacity: 1;
  visibility: visible;
}
.acf-block-preview .testimonial-video-slider .video-slider-box .inner .action img {
  width: 86px !important;
  height: 86px !important;
  margin: 0 auto 20px;
}
.acf-block-preview .testimonial-video-slider .video-slider-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acf-block-preview .testimonial-video-slider .slide {
  padding: 0 10px;
}
.acf-block-preview .testimonial-video-slider .slick-list {
  margin-left: -100px;
  margin-right: -100px;
}
.acf-block-preview .testimonial-box .title {
  font-size: 28px;
  line-height: 38px;
}
.acf-block-preview .testimonial-meta {
  margin-top: 40px;
}
.acf-block-preview .testimonial-meta .author {
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.acf-block-preview .testimonial-meta .author:before {
  content: "—";
}
.acf-block-preview .testimonial-meta .review-stars {
  margin-left: 30px;
  font-size: 14px;
  color: #f98a15;
}
.acf-block-preview .testimonial-arrow {
  margin-top: 120px;
}
.acf-block-preview .testimonial-style2 {
  position: relative;
}
.acf-block-preview .testimonial-style2 .testimonial-bg2 {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  object-fit: cover;
}
.acf-block-preview .testimonial-style2 .strong {
  font-weight: 500;
  color: #fff;
}
.acf-block-preview .testimonial-style2 .desc {
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.acf-block-preview .testimonial-style2 .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.acf-block-preview .testimonial-style2 .meta ul li::before {
  display: none;
}
.acf-block-preview .testimonial-style2 .meta ul li {
  margin-left: 0;
}
.acf-block-preview .testimonial-style2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acf-block-preview .testimonial-style2 li {
  color: #f98a15;
  display: inline-block;
  font-size: 18px;
}
.acf-block-preview .testimonial-style2 .meta span {
  color: #fff;
  position: relative;
  margin-left: 25px;
}
.acf-block-preview .testimonial-style2 .meta span::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  left: -25px;
  top: 50%;
  /*Icon Teaser*/
}
.acf-block-preview .icon-teaser1 .section-heading span {
  color: #f98a15;
}
.acf-block-preview .icon-teaser1 .section-heading .title {
  color: rgba(87, 87, 87, 0.7);
}
.acf-block-preview .teaser-box.style1 {
  padding: 20px 30px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  z-index: 9;
  font-size: 16px;
  line-height: 24px;
}
.acf-block-preview .teaser-box.style1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #182232;
  opacity: 0;
  visibility: hidden;
  z-index: -9;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.acf-block-preview .teaser-box.style1:hover::before {
  opacity: 1;
  visibility: visible;
  height: 110%;
}
.acf-block-preview .teaser-box.style1 img {
  width: 80px;
  height: 80px;
}
.acf-block-preview .teaser-box.style1 .title {
  font-size: 20px;
  margin: 15px 0;
}
.acf-block-preview .teaser-box.style1:hover .title {
  color: #fff;
}
.acf-block-preview .teaser-box.style1:hover p {
  color: #fff;
}
.acf-block-preview .teaser-box.style1 .cta-btn {
  opacity: 0;
  padding: 8px 20px;
  font-size: 16px;
}
.acf-block-preview .teaser-box.style1:hover .cta-btn {
  opacity: 1;
  color: #fff;
}
.acf-block-preview .teaser-box.style1 .slide {
  padding: 0 10px;
}
.acf-block-preview .single-text-box {
  line-height: 24px;
}
.acf-block-preview .icon-teaser-slider .slick-list {
  padding-bottom: 30px;
  width: 2500px;
  padding-right: 1100px;
  margin-left: -10px;
}
.acf-block-preview .icon-teaser-slider .slide {
  margin: 0 10px;
}
.acf-block-preview .icon-teaser-slider {
  margin-top: 50px;
}
.acf-block-preview .icon-progress {
  position: relative;
  height: 6px;
  background: #ddd;
  margin-top: 0;
  border-radius: 10px;
  flex: 1;
}
.acf-block-preview .icon-progress span {
  display: block;
  height: 100%;
  background: #333;
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 10px;
}
.acf-block-preview .teaser-box.style2 {
  border: none;
  background: #fff;
  height: calc(100%);
  padding: 30px;
}
.acf-block-preview .teaser-box.style2 img {
  width: 80px;
  height: 80px;
  display: block;
}
.acf-block-preview .teaser-box.style2 .title {
  margin: 30px 0;
  font-size: 20px;
  /*Team Css*/
}
.acf-block-preview .team-slider-box {
  position: relative;
  z-index: 1;
}
.acf-block-preview .team-box-text {
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  padding: 30px;
  transition: all 0.6s ease;
}
.acf-block-preview .team-slider .team-details {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
}
.acf-block-preview .team-slider .team-details::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  width: calc(100% + 30px);
  height: 1px;
  background: #f98a15;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transform-origin: left;
  opacity: 0;
}
.acf-block-preview .team-details .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.acf-block-preview .team-details .desc {
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  display: block;
  margin-top: 11px;
}
.acf-block-preview .team-slider .slide {
  padding: 0 10px;
}
.acf-block-preview .team-slider .slick-list {
  width: 2500px;
  margin-left: -10px;
  padding-right: 1000px;
}
.acf-block-preview .team-slider {
  margin-top: 50px;
}
.acf-block-preview .team-slider-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 50%);
}
.acf-block-preview .team-slider-box .cta-btn {
  opacity: 0;
  visibility: hidden;
  padding: 7px 25px;
  font-size: 14px;
}
.acf-block-preview .team-slider-box:hover .team-box-text {
  bottom: 20px;
}
.acf-block-preview .team-slider-box:hover .cta-btn {
  opacity: 1;
  visibility: visible;
}
.acf-block-preview .team-slider-box:hover .team-details::before {
  transform: scaleX(1);
  opacity: 1;
}
.acf-block-preview .team-slider-box.style2 {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  height: 423px;
}
.acf-block-preview .team-slider-box.style2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acf-block-preview .team-slider-box.style2 .team-details {
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
}
.acf-block-preview .team-slider-box.style2 .team-details::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  width: calc(100% + 30px);
  height: 1px;
  background: #f98a15;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transform-origin: left;
}
.acf-block-preview .team-slider-box.style2:hover .team-details::before {
  transform: scaleX(1);
  /*Image Text*/
}
.acf-block-preview .image-bg-list .col-md-12.d_none {
  display: none;
}
.acf-block-preview .number_list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: counter;
}
.acf-block-preview .content-text .number_list li {
  counter-increment: counter;
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 24px;
}
.acf-block-preview .content-text .number_list li:last-child {
  margin-bottom: 0;
}
.acf-block-preview .content-text .number_list li::before {
  content: counter(counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  font-weight: 700;
  margin-right: 20px;
  color: #f98a15;
}
.acf-block-preview .number_list li .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.acf-block-preview .image-bg-list .section-heading {
  margin-bottom: 30px;
}
.acf-block-preview .number_list.style4 .title {
  color: #333;
}
.acf-block-preview .left-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
}
.acf-block-preview .left-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acf-block-preview .left-bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background: #000;
  opacity: 0.5;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 50%);
}
.acf-block-preview .left-bg-image .text {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 70%;
  padding: 70px;
  z-index: 11;
}
.acf-block-preview .left-bg-image .text h2 {
  color: #fff;
}
.acf-block-preview .live {
  font-weight: 600;
  gap: 12px;
  color: #fff;
}
.acf-block-preview .live .dot {
  position: relative;
  padding: 6px;
  border-radius: 100%;
  background: #18e41c;
  display: inline-block;
}
.acf-block-preview .live .dot:before {
  content: "";
  border: 1px solid #18e41c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220%;
  height: 220%;
  border-radius: 100%;
  animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse {
  from {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  to {
    opacity: 0;
    width: 220%;
    height: 220%;
  }
}
.acf-block-preview .image-bg-list {
  min-height: 870px;
  display: flex;
  align-items: center;
}
.acf-block-preview .content-img.h-100 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acf-block-preview .image-text.style2 {
  display: flex;
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 10px;
  height: calc(100% - 30px);
}
.acf-block-preview .image-text.style2 .img-box {
  margin-right: 30px;
  min-width: 200px;
  min-height: 200px;
}
.acf-block-preview .image-text.style2 .img-box img {
  width: 100%;
}
.acf-block-preview .image-text.style2 .cta-btn {
  margin-top: 15px;
}
.acf-block-preview .image-text.style2 .text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.acf-block-preview .image-text.style2 .text-box .heading {
  font-size: 20px;
  line-height: 140%;
}
.acf-block-preview .img-text-slider .desc2 {
  height: 0;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 1.25s ease;
  margin-bottom: 20px;
}
.acf-block-preview .team-slider-box:hover .desc2 {
  visibility: visible;
  display: block;
  opacity: 1;
  height: auto;
}
.acf-block-preview .team-slider-box.style3::before {
  transition: all 0.4s;
}
.acf-block-preview .team-slider-box.style3:hover:before {
  background: rgba(0, 0, 0, 0.8);
}
.acf-block-preview .content-text.style8 .full-width {
  width: 100%;
  margin-bottom: 30px;
}
.acf-block-preview .content-text.style8 .small-width {
  float: right;
  width: 40%;
  margin-left: 20px;
}
.acf-block-preview .content-text.style8 p a {
  text-decoration: underline;
  color: #f98a15;
}
.acf-block-preview .content-text.style8 ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.acf-block-preview .content-text.style8 ul li {
  position: relative;
}
.acf-block-preview .content-text.style8 ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  top: 50%;
  left: 0px;
}
.acf-block-preview .content-text.style8 li a {
  text-decoration: underline;
  color: #f98a15;
}
.acf-block-preview .content-text.style8 li a:hover {
  text-decoration: none;
}
.acf-block-preview .meta-details {
  margin-bottom: 30px;
}
.acf-block-preview .meta-details .radius {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}
.acf-block-preview .meta-details span {
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.acf-block-preview .content-text.style8 ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: counter;
}
.acf-block-preview .content-text.style8 ol > li {
  counter-increment: counter;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.acf-block-preview .content-text.style8 ol > li:last-child {
  margin-bottom: 30px;
}
.acf-block-preview .content-text.style8 ol > li::before {
  content: counter(counter,decimal) ".";
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 20px;
  font-weight: 500;
  color: #f98a15;
  /*Faq Css*/
}
.acf-block-preview .faq-accordion .heading {
  margin-bottom: 50px;
}
.acf-block-preview .faq-accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 0;
  background: transparent;
  border: none;
}
.acf-block-preview .faq-accordion .accordion-button {
  border-radius: 5px;
  border: none !important;
  font-weight: 600;
  font-size: 16px;
  padding: 20px 20px;
}
.acf-block-preview .faq-accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.acf-block-preview .faq-accordion .accordion-button:not(.collapsed) {
  color: #f98a15;
  background: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
.acf-block-preview .faq-accordion .accordion-body {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px 30px;
  padding-top: 0;
}
.acf-block-preview .faq-accordion .accordion-body a {
  text-decoration: underline;
  color: #f98a15;
}
.acf-block-preview .faq-accordion .accordion-body a:hover {
  text-decoration: none;
}
.acf-block-preview .faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f98a15'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.acf-block-preview .accordion-body p {
  color: #333;
}
.acf-block-preview .faq-action {
  margin-top: 50px;
}
.acf-block-preview .faq-accordion {
  margin-top: 50px;
}
.acf-block-preview .faq-action .cta-btn {
  padding: 0;
  color: #fff;
}
.acf-block-preview .faq-action .cta-btn span {
  border-color: #f98a15;
  color: #f98a15;
  transition: all 0.4s;
}
.acf-block-preview .faq-action .cta-btn:hover span {
  background: #f98a15;
  color: #fff;
  transform: translateX(5px);
  /*Form CSS*/
}
.acf-block-preview .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
}
.acf-block-preview .contact-list li {
  color: #fff;
  padding-left: 50px;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  margin: 25px 0;
}
.acf-block-preview .contact-list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.acf-block-preview .form-block ul {
  padding: 0;
  list-style: none;
}
.acf-block-preview .form-block {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #f98a15;
}
.acf-block-preview .form-block label {
  display: none !important;
}
.acf-block-preview .form-block .row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}
.acf-block-preview .form-block input, .acf-block-preview .form-block select, .acf-block-preview .form-block textarea {
  width: 100% !important;
  height: 55px !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  border: none !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
}
.acf-block-preview .form-block textarea {
  min-height: 120px !important;
}
.acf-block-preview .form-block input:focus, .acf-block-preview .form-block select:focus, .acf-block-preview .form-block textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.acf-block-preview .form-block input::placeholder, .acf-block-preview .form-block select::placeholder, .acf-block-preview .form-block textarea::placeholder {
  color: #000;
  opacity: 0.5;
}
.acf-block-preview .form-block .gfield--type-consent label {
  display: block !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: normal !important;
  position: relative !important;
  padding-left: 30px !important;
  margin-left: 0 !important;
}
.acf-block-preview .form-block .gfield--type-consent label::before {
  position: absolute !important;
  content: "" !important;
  top: 0 !important;
  left: 0 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 5px !important;
  border: 1px solid #f98a15 !important;
}
.acf-block-preview .form-block .gfield--type-consent input {
  display: none !important;
}
.acf-block-preview .form-block .gfield--type-consent input:checked + label::before {
  background: #f98a15 !important;
}
.acf-block-preview .form-block .cta-btn {
  margin-top: 20px;
  width: 100%;
}
.acf-block-preview .full-width-video-bg {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -9;
  width: 100%;
  height: 100%;
}
.acf-block-preview .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(24, 34, 50, 0.7);
  z-index: -1;
}
.acf-block-preview .content-text .call-to-get-start {
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  line-height: 140%;
  display: block;
}
.acf-block-preview .content-text .call-to-get-start a {
  color: #f98a15;
}
.acf-block-preview .content-text .call-to-get-start a:hover {
  text-decoration: underline;
}
.acf-block-preview .call-to-get-start.with-underline {
  color: #f98a15;
  font-size: 24px;
  text-decoration: underline;
  line-height: 140%;
  display: block;
}
.acf-block-preview .call-to-get-start.with-underline:hover {
  text-decoration: none;
}
.acf-block-preview .form-subscribe-top {
  margin-bottom: 30px;
}
.acf-block-preview .form-subscribe-top .heading {
  font-size: 32px;
  margin-bottom: 20px;
}
.acf-block-preview .form-subscribe-top p {
  font-style: italic;
  font-size: 14px;
}
.acf-block-preview .form-subscribe-top p span {
  color: #e85c41;
}
.acf-block-preview .form-subscribe ul {
  list-style: none;
  padding: 0;
}
.acf-block-preview .form-subscribe ul li {
  margin-bottom: 15px;
}
.acf-block-preview .form-subscribe label, .acf-block-preview .form-subscribe legend {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}
.acf-block-preview .form-subscribe label span {
  color: #e85c41;
}
.acf-block-preview .form-subscribe input, .acf-block-preview .form-subscribe select {
  width: 100%;
  border: none;
  padding: 10px 20px;
  background: #efefef;
  border-radius: 8px;
  height: 50px;
}
.acf-block-preview .form-subscribe {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
}
.acf-block-preview .form-subscribe .checkbox-field {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.acf-block-preview .form-subscribe .custom-checkbox input {
  display: none;
}
.acf-block-preview .form-subscribe .custom-checkbox label {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
}
.acf-block-preview .form-subscribe .custom-checkbox label::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: #efefef;
}
.acf-block-preview .form-subscribe .custom-checkbox input:checked + label::before {
  background: #f98a15;
}
.acf-block-preview .dark_form {
  background: #182232;
  color: #fff;
}
.acf-block-preview .dark_form input, .acf-block-preview .dark_form textarea, .acf-block-preview .dark_form select {
  background: #fff;
  /*Map CSS*/
}
.acf-block-preview .map-box iframe {
  width: 100%;
  height: 650px;
}
.acf-block-preview .map-progress {
  position: relative;
  height: 6px;
  background: #ddd;
  margin-top: 0;
  border-radius: 10px;
  flex: 1;
}
.acf-block-preview .map-progress span {
  display: block;
  height: 100%;
  background: #333;
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 10px;
}
.acf-block-preview .location-box {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  font-size: 13px;
  line-height: 18px;
  transition: all 0.4s;
}
.acf-block-preview .slick-current .location-box {
  background: #f98a15;
  color: #fff;
}
.acf-block-preview .location-slider .slide {
  padding: 12px;
}
.acf-block-preview .location-slider .slick-list {
  width: 2500px;
  margin-left: -10px;
  padding-right: 1000px;
}
.acf-block-preview .location-box .image img {
  border-radius: 5px;
}
.acf-block-preview .location-box .info {
  padding-top: 15px;
}
.acf-block-preview .location-box .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.acf-block-preview .location-box .call {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-top: 10px;
}
.acf-block-preview .location-box .call img {
  min-width: 22px;
  margin-right: 7px;
  width: 15px;
}
.acf-block-preview .slick-current .location-box .call {
  color: #fff;
}
.acf-block-preview .slick-current .location-box .call img {
  filter: brightness(0) invert(1);
}
.acf-block-preview .location-slider {
  margin-top: -150px;
}
.acf-block-preview .progressbar-action {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 8px;
}
.acf-block-preview .heading.card-heading {
  font-size: 32px;
  color: #f98a15;
  margin-bottom: 30px;
}
.acf-block-preview .location-box .cta-btn {
  margin-top: 20px;
}
.acf-block-preview .location-box.style-2 {
  margin-bottom: 30px;
}
.acf-block-preview .location-box.style-2 .image {
  position: relative;
}
.acf-block-preview .location-box.style-2 .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.4s ease;
}
.acf-block-preview .location-box.style-2 .image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.acf-block-preview .location-box.style-2 .image:hover::before {
  opacity: 1;
  visibility: visible;
}
.acf-block-preview .location-box.style-2 .image:hover span {
  opacity: 1;
  visibility: visible;
}
.acf-block-preview .location-link.style3:hover {
  opacity: 0.7;
}
.acf-block-preview .location-box.style3 {
  padding: 0;
  box-shadow: none;
  margin-top: 30px;
}
.acf-block-preview .location-box.style3 iframe {
  width: 100%;
  height: 400px;
}
.acf-block-preview .box-style3 {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  display: block;
  margin-top: 30px;
}
.acf-block-preview .box-style3 .img-box {
  position: relative;
  overflow: hidden;
}
.acf-block-preview .box-style3 .action {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.acf-block-preview .box-style3 img {
  transition: all 0.4s;
}
.acf-block-preview .box-style3:hover .zoom {
  transform: scale(1.1);
  opacity: 0.7;
}
.acf-block-preview .box-style3:hover .action {
  transform: scale(0.9) translate(-50%, -50%);
}
.acf-block-preview .box-style3 ul {
  padding: 15px 10px;
  margin: 0;
  text-decoration: none;
}
.acf-block-preview .box-style3 ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #333;
  line-height: 100%;
  font-size: 18px;
  font-weight: 500;
}
.acf-block-preview .box-style3 ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.acf-block-preview .box-style3:hover li {
  opacity: 0.8;
  border-right: 1px solid rgba(51, 51, 51, 0.8);
}
.acf-block-preview .blog-sidebar {
  background: #efefef;
  padding: 30px;
}
.acf-block-preview .blog-sidebar .heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.acf-block-preview .blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acf-block-preview .blog-sidebar ul li {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 7px 0;
}
.acf-block-preview .blog-sidebar ul li:last-child {
  border-bottom: none;
}
.acf-block-preview .blog-sidebar ul li a {
  display: block;
}
.acf-block-preview .blog-sidebar ul li a:hover {
  color: #f98a15;
}
.acf-block-preview .blog-sidebar .cta-btn {
  margin-top: 20px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
}
.acf-block-preview .blog-sidebar .cta-btn:hover {
  color: #fff;
}
.acf-block-preview .single-blog-box {
  padding: 10px;
  border: 1px solid #f98a15;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
}
.acf-block-preview .single-blog-box .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.acf-block-preview .single-blog-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.acf-block-preview .single-blog-box:hover img {
  transform: scale(1.1);
}
.acf-block-preview .single-blog-box .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.acf-block-preview .single-blog-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 160%;
}
.acf-block-preview .single-blog-box .cta-btn {
  font-size: 14px;
  padding: 5px 20px;
  width: 100%;
  border-radius: 5px;
}
.acf-block-preview .single-blog-box .cta-btn span {
  transition: all 0.4s;
  /*Footer CSS*/
}
.acf-block-preview .footer-top {
  background: #f8f8f8;
  padding: 100px 0;
}
.acf-block-preview .footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acf-block-preview .footer-info li {
  margin-bottom: 10px;
}
.acf-block-preview .footer-info li:last-child {
  margin-bottom: 0;
}
.acf-block-preview .footer-info a {
  font-weight: 500;
  font-size: 15px;
  color: #333;
}
.acf-block-preview .footer-info a:hover, .acf-block-preview .footer-social-link li a:hover {
  opacity: 0.5;
}
.acf-block-preview .footer-info a em {
  color: #f98a15;
  margin-right: 10px;
  min-width: 15px;
}
.acf-block-preview .footer-box .rating {
  text-align: right;
}
.acf-block-preview .footer-box .rating li {
  display: inline-block;
  color: #f98a15;
  margin-left: 5px;
}
.acf-block-preview .footer-box .rating li:first-child {
  margin-left: 0;
}
.acf-block-preview .footer-review span, .acf-block-preview .footer-social span {
  font-size: 14px;
}
.acf-block-preview .footer-social-link li {
  display: inline-block;
  margin-left: 12px;
}
.acf-block-preview .footer-social-link li:first-child {
  margin-left: 0;
}
.acf-block-preview .footer-social-link li a {
  color: #f98a15;
}
.acf-block-preview .footer-social {
  margin-top: 12px;
}
.acf-block-preview .footer-logo {
  width: 350px;
  margin: 0 auto;
}
.acf-block-preview .footer-copyright {
  padding: 30px 0;
}
.acf-block-preview .footer-copyright p, .acf-block-preview .footer-copyright a {
  color: #fff;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
}
.acf-block-preview .footer-copyright .left a {
  display: inline-block;
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #fff;
}
.acf-block-preview .footer-copyright .left a:hover, .acf-block-preview .footer-copyright a:hover, .acf-block-preview .footer-bottom a:hover {
  color: #f98a15;
}
.acf-block-preview .footer-bottom {
  padding: 40px 0;
  font-size: 12px;
  line-height: 20px;
}
.acf-block-preview .footer-bottom .text {
  width: 65%;
  margin: 0 auto;
  /*Page Banner Css*/
}
.acf-block-preview .banner-padding {
  padding-top: 185px;
}
.acf-block-preview .about-banner .orange {
  color: #f98a15;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.7;
}
.acf-block-preview .banner-title {
  color: #f98a15;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.acf-block-preview .banner-heading {
  line-height: 120%;
}
.acf-block-preview .banner-heading span {
  color: #f98a15;
}
.acf-block-preview .banner-text-right p span {
  font-weight: 600;
  color: #000;
}
.acf-block-preview .banner-menu {
  margin-top: 50px;
}
.acf-block-preview .banner-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acf-block-preview .banner-menu ul li {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #333;
  padding-right: 10px;
  line-height: 100%;
}
.acf-block-preview .banner-menu ul li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.acf-block-preview .banner-menu ul li a:hover {
  color: #f98a15;
}
.acf-block-preview .banner-menu .white-border li {
  border-right: 1px solid #fff;
}
.acf-block-preview .banner-menu .white-border a:hover {
  color: #f98a15;
}
.acf-block-preview .bg_dark .banner-menu li {
  color: rgba(255, 255, 255, 0.63);
}
.acf-block-preview .bg_dark .banner-menu li a {
  color: #fff;
}
.acf-block-preview .bg_dark .banner-menu li a:hover {
  color: #f98a15;
}
.acf-block-preview .banner-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  object-fit: cover;
}
.acf-block-preview .page-banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.acf-block-preview .page-banner-style2 .page-banner-overlay {
  z-index: 1;
}
.acf-block-preview .page-banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.acf-block-preview .page-banner-img .banner-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 40px;
  width: 100%;
  z-index: 1;
}
.acf-block-preview .page-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position:top
}
.acf-block-preview .banner-text-link {
  color: #f98a15;
  text-decoration: underline;
}
.acf-block-preview .banner-left-img img {
  width: 100%;
}
.acf-block-preview .banner-list-text {
  padding: 0;
  list-style: none;
}
.acf-block-preview .banner-list-text li {
  position: relative;
  margin-left: 20px;
  line-height: 160%;
  margin-bottom: 10px;
}
.acf-block-preview .banner-list-text li:last-child {
  margin-bottom: 0;
}
.acf-block-preview .banner-list-text li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #f98a15;
  border-radius: 50%;
  left: -20px;
  top: 10px;
}
.acf-block-preview .half-width-bg .container {
  position: relative;
  z-index: 1;
}
.acf-block-preview .half-width-bg .page-banner-overlay {
  z-index: 0;
  width: 50%;
  /*Text Box Css*/
}
.acf-block-preview .box-style1 {
  position: relative;
  z-index: 9;
}
.acf-block-preview .box-style1-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -9;
  object-fit: cover;
  object-position: top;
}
.acf-block-preview .box-style1 .heading {
  font-size: 26px;
  color: #f98a15;
  margin-bottom: 20px;
}
.acf-block-preview .attorney-text p a {
  color: #f98a15;
  text-decoration: underline;
}
.acf-block-preview .attorney-text .cta-btn {
  margin-top: 30px;
}
.acf-block-preview .content-text-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -9;
  object-fit: cover;
  object-position: bottom;
}
.acf-block-preview .content-text-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(34, 34, 34, 0.4);
  z-index: -1;
}
.acf-block-preview .content-text p a {
  color: #f98a15;
  text-decoration: underline;
}
.acf-block-preview .content-text.text_white p a {
  color: #fff;
  text-decoration: underline;
}
.acf-block-preview .content-text li a {
  text-decoration: underline;
}
.acf-block-preview .text_white.content-text li a, .acf-block-preview .text-white.content-text li a {
  color: #f98a15;
}
.acf-block-preview .content-text p a:hover, .acf-block-preview .text-white.content-text li a:hover {
  text-decoration: none;
}
.acf-block-preview .content-text ul {
  list-style: none;
  padding: 0;
}
.acf-block-preview .content-text ul.row {
  margin-left: 3px;
}
.acf-block-preview .content-text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.acf-block-preview .content-text ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #f98a15;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}
.acf-block-preview .text_white.content-text ul li::before {
  background: #fff;
}
.acf-block-preview .box-style2 {
  background: #fff;
  height: calc(100% - 30px);
  margin-top: 30px;
  padding: 30px;
}
.acf-block-preview .box-style2 .heading {
  font-size: 26px;
}
.acf-block-preview .box-style2 a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.acf-block-preview .box-style2 a:hover {
  color: #f98a15;
  text-decoration: none;
}
.acf-block-preview .box-style2 ul {
  padding: 0;
  list-style: none;
}
.acf-block-preview .box-style2 ul li {
  position: relative;
  margin-left: 20px;
  padding-left: 0;
}
.acf-block-preview .box-style2 ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  left: -20px;
  top: 10px;
  border-radius: 50%;
}
.acf-block-preview .content-text.style2 p a {
  color: #f98a15;
  text-decoration: underline;
}
.acf-block-preview .content-text.style2 .without-underline {
  text-decoration: none;
}
.acf-block-preview .content-text.style2 p span {
  font-weight: 500;
  color: #000;
}
.acf-block-preview .content-text.style2 ul {
  list-style: none;
  padding: 0;
}
.acf-block-preview .content-text.style2 ul li {
  position: relative;
  margin-left: 20px;
}
.acf-block-preview .content-text.style2 ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #f98a15;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.acf-block-preview .content-area .underline {
  text-decoration: underline;
  color: #fff;
}
.acf-block-preview .content-area.padding40 {
  padding-top: 40px;
}
.acf-block-preview .testimonial-text-box {
  padding: 30px;
  background: #fff;
  margin-top: 30px;
}
.acf-block-preview .testimonial-text-box.gray {
  background: #efefef;
}
.acf-block-preview .testimonial-text-box .heading {
  font-size: 20px;
  margin-bottom: 20px;
}
.acf-block-preview .testimonial-text-box p {
  line-height: 150%;
}
.acf-block-preview .testimonial-text-box .meta {
  font-size: 14px;
  margin-left: 20px;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.acf-block-preview .testimonial-text-box .meta::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #333;
  left: -20px;
  top: 50%;
}
.acf-block-preview .testimonial-text-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.acf-block-preview .testimonial-text-box li {
  color: #f98a15;
  display: inline-block;
  font-size: 14px;
}
.acf-block-preview .box-style4 .single-text-box .heading {
  font-size: 26px;
  margin-bottom: 30px;
  color: #f98a15;
}
.acf-block-preview .box-style4 .single-text-box p {
  color: #000;
}
.acf-block-preview .about-team-text p a {
  text-decoration: underline;
  color: #f98a15;
}
.acf-block-preview .content-text.box-style5 {
  margin-top: 30px;
}
.acf-block-preview .text-box.style11 {
  margin-top: 30px;
  position: relative;
  padding-left: 20px;
}
.acf-block-preview .text-box.style11::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #f98a15;
  top: 12px;
  left: 0px;
  border-radius: 50%;
}
.acf-block-preview .content-text .style6 .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
.acf-block-preview .content-text .style6 ul, .acf-block-preview .content-text.style7 ul {
  padding: 0;
  list-style: none;
  padding: 0;
}
.acf-block-preview .content-text .style6 ul li, .acf-block-preview .content-text.style7 ul li {
  position: relative;
  margin-bottom: 10px;
}
.acf-block-preview .content-text .style6 ul li::before, .acf-block-preview .content-text.style7 ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #f98a15;
  top: 10px;
  left: 0px;
  border-radius: 50%;
}
.acf-block-preview .content-text .style6 ul li:last-child {
  margin-bottom: 0;
}
.acf-block-preview .content-text.style7 p a {
  text-decoration: underline;
  color: #f98a15;
  /*Related Link Css*/
}
.acf-block-preview .related-link-guide {
  background: #f98a15;
}
.acf-block-preview .related-link-guide .heading {
  color: #fff;
}
.acf-block-preview .related-link-guide .link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.acf-block-preview .related-link-guide .link li {
  display: inline-block;
  margin: 10px 20px;
}
.acf-block-preview .related-link-guide .link a {
  color: #fff;
  transition: all 0.4s ease;
  font-size: 18px;
  position: relative;
}
.acf-block-preview .related-link-guide .link a::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
.acf-block-preview .related-link-guide .link a:hover::before {
  width: 100%;
  visibility: visible;
}
.acf-block-preview .related-link-guide.bg_white {
  background: #fff;
}
.acf-block-preview .related-link-guide.bg_white .heading {
  color: #333;
}
.acf-block-preview .related-link-guide.bg_white .link a {
  color: #333;
}
.acf-block-preview .related-link-guide.bg_white .link a::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1px;
  background: #333;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
.acf-block-preview .related-link-guide .link a:hover::before {
  width: 100%;
  visibility: visible;
}
.acf-block-preview .related-link-guide .heading.small {
  font-size: 32px;
  margin-bottom: 30px;
}
.acf-block-preview .related-link-guide .link.style2 {
  counter-reset: counter;
}
.acf-block-preview .related-link-guide .link.style2 li {
  margin: 10px 0;
  counter-increment: counter;
  position: relative;
  padding-left: 30px;
}
.acf-block-preview .related-link-guide .link.style2 > li::before {
  content: counter(counter,decimal) ".";
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 15px;
  font-weight: 500;
  color: #f98a15;
}
.acf-block-preview .related-link-guide .link.style2 a {
  font-size: 16px;
  font-weight: 500;
  color: #f98a15;
}
.acf-block-preview .related-link-guide .link.style2 a::before {
  background: #f98a15;
}
.acf-block-preview .decoration .link.style2 a::before {
  display: none;
}
.acf-block-preview .decoration .link.style2 a {
  text-decoration: underline;
}
.acf-block-preview .decoration .link.style2 a:hover {
  opacity: 0.6;
  text-decoration: none;
  /*Divider Css*/
}
.acf-block-preview .divider-logo {
  position: relative;
}
.acf-block-preview .divider-logo::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 0;
  z-index: -1;
}
.acf-block-preview .divider-logo img {
  margin: 0 auto;
  width: 330px;
  padding: 0 30px;
  background: #fff;
  /*Logo Slider Css*/
}
.acf-block-preview .logo-slider-box {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acf-block-preview .logo-slider-box img {
  margin: 0 auto;
  filter: grayscale(1);
  height: 102px;
  object-fit: contain;
  display: block;
  /*Gallery Css*/
}
.acf-block-preview .gallery-box img {
  transition: all 0.4s;
}
.acf-block-preview .gallery-box:hover img {
  opacity: 0.7;
}
.acf-block-preview .content-text .video-list-flex li {
  margin-left: 0;
  /*Paginations*/
}
.acf-block-preview .paginations ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
}
.acf-block-preview .paginations ul li {
  display: inline-flex;
  margin: 0 5px;
}
.acf-block-preview .paginations li a {
  color: #9D9D9D;
  opacity: 0.55;
  font-family: 'Kanit', sans-serif;
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.acf-block-preview .paginations li a:hover {
  opacity: 1;
  color: rgba(249, 138, 21, 0.85);
}
.acf-block-preview .paginations .prev, .acf-block-preview .paginations .next {
  color: #333;
  font-size: 16px;
  opacity: 1;
  width: auto;
  height: auto;
}
.acf-block-preview .paginations em {
  margin: 0 9px;
}
.acf-block-preview .paginations {
  margin-top: 30px;
  /*Plain Text CSS*/
}
.acf-block-preview .plain-text img {
  margin: 20px 0;
  height: auto;
  width: 100%;
}
.acf-block-preview .content-text ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: counter;
}
.acf-block-preview .content-text ol li {
  counter-increment: counter;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.acf-block-preview .content-text ol > li::before {
  content: counter(counter,decimal) ".";
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 20px;
  font-weight: 500;
  color: #f98a15;
}
.acf-block-preview .blog-d-location {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.acf-block-preview .blog-d-location span {
  margin-bottom: 15px;
  display: block;
}
.acf-block-preview .content-text.section_border {
  padding-bottom: 70px;
  border-bottom: 1px solid #ddd;
}
.acf-block-preview .logo-box {
  margin: 15px 0;
}
.acf-block-preview .logos-inner {
  margin-bottom: 25px;
}
.acf-block-preview .inner-cta {
  padding: 70px;
}
.acf-block-preview .divider hr {
  margin: 0;
}
.acf-block-preview .text-carousel .text-slide-box {
  padding-left: 40px;
  position: relative;
}
.acf-block-preview .text-carousel .text-slide-box::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 12px;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/attorney/assets/css/../img/icon-star.avif') no-repeat scroll 0 0/cover;
}
.acf-block-preview .text-carousel {
  padding-bottom: 20px;
}
.acf-block-preview .text-carousel .text-slide-box a {
  font-size: 14px;
  font-weight: 500;
}
.acf-block-preview .text-carousel .text-slide-box a:hover {
  color: #f98a15;
}
.acf-block-preview .plain-text figure img {
  width: auto;
  height: auto;
}
.acf-block-preview :root :where(.wp-block-image figcaption) {
  text-align: left;
}
.acf-block-preview .plain-text li a {
  color: #f98a15;
  text-decoration: underline;
}
.acf-block-preview .plain-text li a:hover {
  text-decoration: none;
}
.acf-block-preview .plain-text h2 {
  font-size: 36px;
  line-height: 115%;
}
.acf-block-preview .plain-text h3 {
  font-size: 32px;
}
.acf-block-preview .plain-text h4 {
  font-size: 28px;
}
.acf-block-preview .plain-text h5 {
  font-size: 24px;
}
.acf-block-preview .plain-text table {
  width: 100%;
}
.acf-block-preview .plain-text table th, .acf-block-preview .plain-text table td {
  padding: 10px 15px;
}
.acf-block-preview .plain-text table td {
  border: 1px solid #eee;
}
.acf-block-preview .plain-text table thead {
  background: #182232;
}
.acf-block-preview .plain-text table thead th {
  color: #fff;
}
.acf-block-preview .client-name-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 30px;
  color: #fff;
  z-index: 11;
}
.acf-block-preview .hero-area {
  padding-bottom: 120px;
}
.acf-block-preview .icon-teaser-slider .slick-track {
  display: flex !important;
}
.acf-block-preview .icon-teaser-slider .slide {
  height: inherit !important;
}
.acf-block-preview .teaser-box.style1 {
  height: 100%;
}
.acf-block-preview .gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
.acf-block-preview .form-block .cta-btn.btn_default {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border-radius: 50px !important;
  padding: 11px 30px !important;
  border: 1px solid transparent !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  background: #f98a15 !important;
  border-color: #f98a15 !important;
  color: #fff !important;
  transition: all 0.4s;
  width: 100% !important;
}
.acf-block-preview .form-block .cta-btn.btn_default:hover {
  background: #db7810 !important;
  border-color: #db7810 !important;
  color: #fff !important;
}
.acf-block-preview .form-block .cta-btn.btn_default em {
  font-family: "Font Awesome 6 Free" !important;
}
.acf-block-preview .form-block .cta-btn.btn_default:focus {
  outline: none !important;
  box-shadow: none !important;
}
.acf-block-preview .gform_confirmation_message {
  color: #fff !important;
}
.acf-block-preview .banner-padding {
  padding-top: 185px;
  padding-bottom: 40px;
}
.acf-block-preview .content-video.style2:hover > img {
  opacity: 0.6;
  transition: all 0.4s;
}
.acf-block-preview .gravity-form-area.banner-padding {
  padding-top: 200px;
  padding-bottom: 80px;
}
.acf-block-preview .gravity-form-area.banner-padding .text-90.text_orange {
  color: #fff !important;
  /*REsponsive*/
}
.acf-block-preview .back_menu {
  display: none !important;
}
.acf-block-preview #menu-toggle span {
  height: 2px;
  width: 95%;
  background: #597264;
  display: block;
  margin-top: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-radius: 5px;
  margin-right: auto;
  margin-left: 0;
}
.acf-block-preview #menu-toggle span:nth-child(1) {
  top: 4px;
}
.acf-block-preview #menu-toggle span:nth-child(2) {
  top: 6px;
  width: 75%;
}
.acf-block-preview #menu-toggle span:nth-child(3) {
  top: 8px;
  width: 65%;
}
.acf-block-preview #menu-toggle {
  width: 36px;
  height: 42px;
  display: block;
  position: relative;
  background: transparent;
  padding: 4px 8px;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media only screen and (min-width: 64em) and (max-height: 900px) {
  /*Ipad-landscape*/
  .acf-block-preview .mainmenu ul li .megamenu.style1 .inner li a .text p {
    display: none;
  }
  .acf-block-preview .mainmenu ul li .megamenu.style1.alt li {
    margin: 0;
  }
  .acf-block-preview .mainmenu ul li .megamenu.style1:not(.alt) .inner li a img, .acf-block-preview .tab-menu-box img {
    min-width: 100px;
    width: 100px;
    min-height: 70px;
    height: 70px;
  }
}
@media (max-width: 1400px) {
  /*Ipad-portrait*/
  .acf-block-preview h1, .acf-block-preview .h1 {
    font-size: 50px;
  }
  .acf-block-preview h2, .acf-block-preview .h2 {
    font-size: 38px;
    line-height: 115%;
  }
  .acf-block-preview h3, .acf-block-preview .h3 {
    font-size: 32px;
    line-height: 115%;
  }
  .acf-block-preview .image-text.style2 {
    display: block;
  }
  .acf-block-preview .image-text.style2 .img-box {
    margin-bottom: 30px;
    margin-right: 0;
    width: 150px;
  }
  .acf-block-preview .image-text.style2 .img-box img {
    width: 100%;
  }
  .acf-block-preview .left-bg-image .text {
    bottom: 50%;
    transform: translateY(50%);
    padding: 0px 0px 0px 30px;
  }
  .acf-block-preview .left-bg-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
  }
  .acf-block-preview .left-bg-image.mobile::before {
    display: none;
  }
  .acf-block-preview .image-bg-list {
    min-height: inherit;
  }
  .acf-block-preview .image-text.style2 .img-box {
    min-width: 130px;
    min-height: 130px;
    width: 130px;
  }
  .acf-block-preview .team-slider .slick-list {
    width: auto;
    margin-left: -10px;
    padding-right: 0px;
  }
  .acf-block-preview .content-video {
    margin-bottom: 30px;
  }
  .acf-block-preview .testimonial-video-slider .video-slider-box {
    height: 400px;
  }
  .acf-block-preview .counter-about .single-counter-box span, .acf-block-preview .counter-about .single-counter-box span:not(.counter) {
    font-size: 42px;
  }
  .acf-block-preview .counter-about .single-counter-box p {
    font-weight: 500;
  }
  .acf-block-preview .counter-about .single-counter-box {
    margin-bottom: 30px;
  }
  .acf-block-preview .service-counter .row {
    --bs-gutter-x: 15px;
  }
  .acf-block-preview .service-counter .inner {
    text-align: center;
  }
  .acf-block-preview .header-area .header-search {
    min-width: inherit;
    margin-right: 15px;
  }
  .acf-block-preview .header-area .cta-btn {
    padding: 8px 14px;
    font-size: 12px;
    min-width: inherit;
  }
  .acf-block-preview .mainmenu ul li {
    margin: 0 8px;
  }
  .acf-block-preview .mainmenu ul li a {
    font-size: 14px;
    padding: 22px 15px 22px;
  }
  .acf-block-preview .site-logo {
    width: 140px;
  }
  .acf-block-preview .mainmenu ul li .megamenu.style1 .inner li a, .acf-block-preview .tab-menu-box {
    font-size: 14px;
    line-height: normal;
  }
  .acf-block-preview .hero-heading {
    font-size: 84px;
    line-height: 76px;
  }
  .acf-block-preview .team-slider-box .cta-btn {
    line-height: normal;
  }
  .acf-block-preview .text-90 {
    font-size: 60px;
  }
  .acf-block-preview .single-blog-box {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  /*Mobile-landscape*/
  .acf-block-preview nav#menu {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
    min-height: calc(100vh - 53px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
  }
  .acf-block-preview nav#menu.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
  }
  .acf-block-preview .mainmenu ul {
    text-align: left;
  }
  .acf-block-preview nav#menu, .acf-block-preview nav#menu > ul ul {
    overflow: hidden;
    max-height: 0;
    background: #e5e5e5;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .acf-block-preview nav#menu, .acf-block-preview nav#menu > ul ul {
    overflow: auto;
    padding: 50px 20px;
  }
  .acf-block-preview nav#menu > ul > li {
    display: block !important;
    margin: 0 !important;
    padding: 0;
  }
  .acf-block-preview nav#menu ul ul, .acf-block-preview nav#menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }
  .acf-block-preview nav#menu > ul > li > span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 2;
    width: 100%;
  }
  .acf-block-preview nav#menu ul ul.sub-menu.active {
    visibility: visible;
    opacity: 1;
    max-height: 55em;
  }
  .acf-block-preview nav#menu > ul > li > a {
    display: block;
    position: relative;
    padding: 11px 0px;
    color: #333;
    border-bottom: 1px solid rgba(90, 90, 90, 0.06);
    font-size: 15px;
    opacity: 1;
    font-weight: 600;
  }
  .acf-block-preview nav#menu > ul > li:last-child > a {
    border: none;
  }
  .acf-block-preview .mainmenu ul li > ul {
    border: none;
  }
  .acf-block-preview .mainmenu ul li.menu-item-has-children > a::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .acf-block-preview .sub-menu::before {
    height: 90% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .acf-block-preview .sub-menu::after {
    display: none;
  }
  .acf-block-preview nav#menu li.has-submenu > a.active:after {
    content: "-";
    font-size: 20px;
  }
  .acf-block-preview nav#menu ul ul > li a {
    padding: 13px 0px;
    line-height: normal;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .acf-block-preview ul.sub-menu {
    padding-left: 20px;
  }
  .acf-block-preview .header-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .acf-block-preview .header-toggle.active span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
  }
  .acf-block-preview .header-toggle.active span:nth-child(3) {
    top: 0px;
    transform: rotate(-45deg);
  }
  .acf-block-preview .header-toggle {
    display: block;
  }
  .acf-block-preview nav#menu > ul ul {
    background: transparent;
    box-shadow: none;
    width: 100%;
    padding-left: 15px;
  }
  .acf-block-preview #menu-toggle {
    display: block;
    margin-left: 10px;
    padding-right: 0;
  }
  .acf-block-preview .header-action .cta-btn {
    display: none;
  }
  .acf-block-preview .site-logo {
    max-width: 220px;
  }
  .acf-block-preview #menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .acf-block-preview #menu-toggle.active span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
    width: 100%;
  }
  .acf-block-preview #menu-toggle.active span:nth-child(3) {
    top: 0px;
    transform: rotate(-45deg);
    width: 100%;
  }
  .acf-block-preview section, .acf-block-preview .section {
    padding: 50px 0;
  }
  .acf-block-preview body {
    font-size: 16px;
    line-height: 26px;
  }
  .acf-block-preview h1, .acf-block-preview .h1 {
    font-size: 50px;
  }
  .acf-block-preview h2, .acf-block-preview .h2 {
    font-size: 40px;
    line-height: 115%;
  }
  .acf-block-preview h3, .acf-block-preview .h3 {
    font-size: 32px;
    line-height: 115%;
  }
  .acf-block-preview .hero-area {
    height: 480px;
  }
  .acf-block-preview .hero-heading {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 100%;
  }
  .acf-block-preview .hero-vdo-btn {
    width: 50px;
    height: 50px;
  }
  .acf-block-preview .hero-inner {
    text-align: center;
    bottom: 0px;
  }
  .acf-block-preview .hero-inner p {
    font-size: 16px;
  }
  .acf-block-preview .footer-logo {
    width: 250px;
  }
  .acf-block-preview .footer-copyright {
    padding: 20px 0;
  }
  .acf-block-preview .footer-copyright .right.text-end {
    text-align: center !important;
    margin-top: 10px;
  }
  .acf-block-preview .footer-top {
    padding: 50px 0;
  }
  .acf-block-preview .section, .acf-block-preview section {
    padding: 50px 0;
  }
  .acf-block-preview .content-img {
    margin-bottom: 30px;
  }
  .acf-block-preview .content-img.h-100 {
    height: auto !important;
  }
  .acf-block-preview .image-bg-list .col-md-12.d_none {
    display: block !important;
  }
  .acf-block-preview .left-bg-image {
    display: none;
  }
  .acf-block-preview .left-bg-image2 {
    position: relative;
    margin-bottom: 30px;
  }
  .acf-block-preview .left-bg-image2 .text {
    position: absolute;
    bottom: 50%;
    padding: 0 20px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
  }
  .acf-block-preview .left-bg-image2 .text .h1 {
    color: #fff;
  }
  .acf-block-preview .left-bg-image2 .live {
    display: block !important;
  }
  .acf-block-preview .left-bg-image2 .live .dot {
    margin-right: 5px;
  }
  .acf-block-preview .number_list li .title {
    font-size: 18px;
  }
  .acf-block-preview .image-text.style2 {
    display: block;
  }
  .acf-block-preview .image-text.style2 .img-box {
    margin-bottom: 30px;
    margin-right: 0;
    width: 150px;
  }
  .acf-block-preview .image-text.style2 .img-box img {
    width: 100%;
  }
  .acf-block-preview .left-bg-image2.mobile::before {
    display: none;
  }
  .acf-block-preview .left-bg-image2.mobile {
    height: 450px;
  }
  .acf-block-preview .left-bg-image2.mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .acf-block-preview .heading.mobile br {
    display: none;
  }
  .acf-block-preview .video-box.mobile {
    margin-bottom: 30px;
  }
  .acf-block-preview .video-list {
    margin-bottom: 30px;
  }
  .acf-block-preview .video-list-area {
    display: block;
    height: auto;
  }
  .acf-block-preview .content-video.style1 {
    min-height: 500px;
  }
  .acf-block-preview .footer-copyright {
    text-align: center;
  }
  .acf-block-preview .bottom-action {
    padding: 20px 0;
  }
  .acf-block-preview .bottom-action .cta-btn {
    font-size: 18px;
    text-align: left;
  }
  .acf-block-preview br {
    display: none;
  }
  .acf-block-preview .cta-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .acf-block-preview .team-slider .slide {
    padding: 0 8px;
  }
  .acf-block-preview .team-slider .slick-list {
    width: auto;
    margin-left: -10px;
    padding-right: 60px;
    margin-right: -10px;
  }
  .acf-block-preview .img-text-slider .desc2 {
    display: none !important;
  }
  .acf-block-preview .video-inner-content {
    width: 100%;
  }
  .acf-block-preview .play-btn span {
    width: 100%;
    font-size: 14px;
  }
  .acf-block-preview .testimonial-video-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .acf-block-preview .testimonial-video-slider .video-slider-box {
    height: 400px;
  }
  .acf-block-preview .testimonial-upper {
    padding-bottom: 0;
  }
  .acf-block-preview .testimonial-upper-text .count {
    font-size: 40px;
    margin-top: 0;
  }
  .acf-block-preview .contact-now .heading {
    margin-bottom: 20px;
  }
  .acf-block-preview .contact-status .title {
    margin-bottom: 20px;
  }
  .acf-block-preview .counter-about .single-counter-box {
    margin-bottom: 0 !important;
  }
  .acf-block-preview .counter-about-text p {
    margin-bottom: 20px;
  }
  .acf-block-preview .service-counter .inner span, .acf-block-preview .service-counter .inner span:not(.counter) {
    font-size: 40px;
  }
  .acf-block-preview .service-counter .col-lg-4 {
    padding: 0;
  }
  .acf-block-preview .service-counter .inner {
    padding: 0 20px;
  }
  .acf-block-preview .team-slider-box.ipad {
    margin-top: 30px !important;
  }
  .acf-block-preview .accordion-button {
    padding: 10px !important;
    font-size: 14px !important;
  }
  .acf-block-preview .text-90 {
    font-size: 40px;
  }
  .acf-block-preview .contact-list li img {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  .acf-block-preview .contact-list li {
    padding-left: 40px;
    font-size: 18px;
  }
  .acf-block-preview .contact-list li:last-child {
    margin-bottom: 0;
  }
  .acf-block-preview .form-block {
    padding: 30px 20px;
  }
  .acf-block-preview .form-block input, .acf-block-preview .form-block select {
    height: 40px;
  }
  .acf-block-preview .page-banner-img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .acf-block-preview .page-banner-img .banner-menu {
    padding: 20px;
    font-size: 14px;
  }
  .acf-block-preview .box-style1 .heading {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .acf-block-preview .box-style1 .single-text-box {
    margin-bottom: 30px;
  }
  .acf-block-preview .content-area.box-style1 {
    padding-bottom: 20px;
  }
  .acf-block-preview .box-style4 .single-text-box .heading {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .acf-block-preview .box-style4 .single-text-box {
    margin-bottom: 30px;
  }
  .acf-block-preview .content-area.box-style4 {
    padding-bottom: 20px;
  }
  .acf-block-preview .header-top {
    padding: 6px 0;
  }
  .acf-block-preview .header-action .header-search {
    display: inline-block;
    font-size: 0;
    width: auto;
    min-width: inherit;
    padding: 0;
    background: transparent;
    margin: 0;
    line-height: normal;
  }
  .acf-block-preview .header-action .header-search em {
    font-size: 20px;
  }
  .acf-block-preview .translation-btn {
    display: block;
    width: 24px;
    margin-right: 16px;
  }
  .acf-block-preview .header-bottom li.visibility-common {
    border: none;
    margin: 0;
    padding: 0;
  }
  .acf-block-preview .header-bottom ul li a {
    text-transform: capitalize;
    font-size: 11px;
  }
  .acf-block-preview .header-bottom {
    padding: 8px 0;
  }
  .acf-block-preview .header-bottom ul li a span {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    font-size: 9px;
  }
  .acf-block-preview .megamenu-cta {
    display: none !important;
  }
  .acf-block-preview .mainmenu .megamenu {
    position: fixed !important;
    box-shadow: none !important;
    background: #e5e5e5 !important;
    top: 53px !important;
    right: auto !important;
    left: 100% !important;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 53px);
    overflow: auto;
  }
  .acf-block-preview .mainmenu .megamenu.active {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .acf-block-preview nav#menu > ul ul {
    max-height: 100%;
    overflow: auto;
  }
  .acf-block-preview .back_menu {
    display: inline-block !important;
    color: #333 !important;
    font-weight: 600 !important;
    opacity: 0.4;
    padding: 0 !important;
    margin-right: 6px;
    padding-right: 6px !important;
    border-right: 1px solid rgba(51, 51, 51, 0.33);
  }
  .acf-block-preview .back_menu em {
    margin-right: 5px;
  }
  .acf-block-preview .menu-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .acf-block-preview .menu-heading > * {
    font-size: 14px !important;
  }
  .acf-block-preview nav#menu ul ul > li a {
    color: #333 !important;
  }
  .acf-block-preview .mainmenu ul li .megamenu.style1 .inner li a img, .acf-block-preview .tab-menu-box img {
    display: none;
  }
  .acf-block-preview .mainmenu ul li .megamenu .text p {
    display: none;
  }
  .acf-block-preview .mainmenu ul li .megamenu.style1 .inner li {
    margin: 0;
    padding: 0;
  }
  .acf-block-preview .mainmenu ul li.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .acf-block-preview .mainmenu ul li .megamenu.alt .col-lg-6:last-child .inner {
    padding: 0;
  }
  .acf-block-preview .mainmenu ul li .megamenu.alt .col-lg-6:first-child .inner {
    padding-bottom: 0;
  }
  .acf-block-preview .mainmenu ul li .megamenu.style1.alt li a:hover {
    background: transparent;
    opacity: 1;
  }
  .acf-block-preview .megamenu-tabs {
    display: none !important;
  }
  .acf-block-preview .mainmenu ul li .megamenu.style1 .inner .tab-menu-box .actions {
    display: none;
  }
  .acf-block-preview .mainmenu .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
  .acf-block-preview .tab-menu-box > a {
    display: none !important;
  }
  .acf-block-preview .tab-menu-box {
    display: block;
  }
  .acf-block-preview .header-area .footer-social a {
    padding: 0;
    color: #f98a15;
    font-size: 20px;
  }
  .acf-block-preview .header-area .footer-social li {
    margin-left: 0;
    margin-right: 15px;
  }
  .acf-block-preview .header-area .footer-social li:last-child {
    margin-right: 0;
  }
  .acf-block-preview .header-area .footer-social {
    text-align: center;
  }
  .acf-block-preview .header-area .footer-social ul {
    text-align: center;
  }
  .acf-block-preview .navCall {
    font-weight: 600;
    margin-top: 20px;
  }
  .acf-block-preview .inner-bottom-content {
    transform: translateY(0px);
  }
  .acf-block-preview .video-list-area.active .inner-top-content {
    transform: translateY(0px);
  }
  .acf-block-preview .video-list-area.active .inner-bottom-content, .acf-block-preview .inner-top-content {
    transform: translateY(0%) translateY(0);
  }
  .acf-block-preview .inner-animated-wrapper {
    height: auto;
  }
  .acf-block-preview .inner-top-content, .acf-block-preview .inner-bottom-content {
    width: 100%;
    position: inherit;
    top: auto;
  }
  .acf-block-preview .inner-top-content {
    margin-bottom: 30px;
  }
  .acf-block-preview .inner-top-content .h2 {
    width: 70%;
  }
  .acf-block-preview .video-bg {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 430px;
    margin-bottom: 30px;
  }
  .acf-block-preview .video-list-area {
    display: block;
    height: auto;
  }
  .acf-block-preview .video-bg > video {
    position: inherit;
  }
  .acf-block-preview .testimoial-slider {
    margin-top: 10px;
  }
  .acf-block-preview .testimonial-upper {
    margin-bottom: 30px;
  }
  .acf-block-preview .call-to-get-start.with-underline {
    font-size: 18px;
  }
  .acf-block-preview .single-counter-box {
    margin: 15px 0;
  }
  .acf-block-preview .icon-teaser-slider .slick-list {
    padding-bottom: 30px;
    width: auto;
    padding-right: 60px;
    margin-right: -15px;
    margin-left: -8px;
  }
  .acf-block-preview .teaser-box.style2 {
    padding: 20px;
  }
  .acf-block-preview .teaser-box.style2 .title {
    margin-bottom: 14px;
  }
  .acf-block-preview .content-text .call-to-get-start {
    font-size: 20px;
  }
  .acf-block-preview .map-box iframe {
    height: 440px;
  }
  .acf-block-preview .location-slider {
    margin-top: -120px;
  }
  .acf-block-preview .location-box.style3 iframe {
    width: 100%;
    height: 360px;
  }
  .acf-block-preview .related-link-guide .link a {
    font-size: 15px;
    line-height: 24px;
    display: block;
  }
  .acf-block-preview .related-link-guide .link li {
    margin: 5px 10px;
  }
  .acf-block-preview .related-link-guide .link.style2 a {
    font-size: 14px;
    line-height: 20px;
  }
  .acf-block-preview .related-link-guide .heading.small {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .acf-block-preview .single-blog-box .title {
    font-size: 18px;
  }
  .acf-block-preview .blog-sidebar {
    padding: 20px;
  }
  .acf-block-preview .logo-slider-box {
    width: auto;
  }
  .acf-block-preview .logo-slider-box img {
    height: 70px;
  }
  .acf-block-preview .logo-slider .slide {
    padding: 0 15px;
  }
  .acf-block-preview .banner-padding {
    padding-top: 130px;
  }
  .acf-block-preview .video-list .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .acf-block-preview .hero-area {
    padding-bottom: 80px;
  }
  .acf-block-preview .left-bg-image .text {
    width: 100%;
  }
  .acf-block-preview .gravity-form-area.banner-padding {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /*Mobile-portrait*/
  .acf-block-preview .icon-teaser-slider {
    margin-top: 30px;
  }
  .acf-block-preview .section-heading .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .acf-block-preview .hero-area {
    height: 300px;
  }
  .acf-block-preview .hero-heading {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 100%;
  }
  .acf-block-preview .hero-vdo-btn {
    width: 50px;
    height: 50px;
  }
  .acf-block-preview .hero-inner {
    text-align: center;
    bottom: -30px;
  }
  .acf-block-preview .footer-top {
    text-align: center;
  }
  .acf-block-preview .footer-box {
    margin-top: 20px;
  }
  .acf-block-preview .footer-box.text-end {
    text-align: center !important;
  }
  .acf-block-preview .footer-box .rating {
    text-align: center;
  }
  .acf-block-preview .footer-social-link li a {
    font-size: 24px;
  }
  .acf-block-preview .footer-social span {
    margin-bottom: 10px;
    display: block;
  }
  .acf-block-preview .footer-logo {
    width: 250px;
  }
  .acf-block-preview .footer-top {
    padding: 50px 0;
  }
  .acf-block-preview .footer-copyright {
    text-align: center;
    padding: 20px 0;
  }
  .acf-block-preview .footer-copyright .right.text-end {
    text-align: center !important;
    margin-top: 5px;
  }
  .acf-block-preview .footer-copyright .left a {
    margin: 5px 10px;
    border-left: none;
  }
  .acf-block-preview .footer-copyright .left p span {
    margin-bottom: 5px;
    display: block;
  }
  .acf-block-preview .footer-bottom {
    padding: 20px 0;
  }
  .acf-block-preview .footer-bottom .text {
    width: 100%;
  }
  .acf-block-preview .content-img {
    margin-bottom: 30px;
  }
  .acf-block-preview .content-img.h-100 {
    height: auto !important;
  }
  .acf-block-preview .left-bg-image2.mobile {
    height: 350px;
  }
  .acf-block-preview .left-bg-image2.mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .acf-block-preview .left-bg-image2.mobile::before {
    display: none;
  }
  .acf-block-preview .col-lg-6.ps-5.mobile {
    padding-left: 15px !important;
  }
  .acf-block-preview .dsah-img.mobile {
    margin-bottom: 30px;
  }
  .acf-block-preview .content-text.style8 .small-width {
    display: none;
  }
  .acf-block-preview .video-box.mobile {
    margin-bottom: 30px;
  }
  .acf-block-preview .video-box span {
    text-align: center;
    position: inherit;
    left: 0;
    bottom: 0;
    display: block;
    padding: 5px;
  }
  .acf-block-preview .video-list .title {
    font-size: 18px;
  }
  .acf-block-preview .content-text a {
    text-decoration: none;
  }
  .acf-block-preview .number_list li {
    margin-bottom: 20px;
  }
  .acf-block-preview .text_white .number_list {
    color: rgba(255, 255, 255, 0.7);
  }
  .acf-block-preview .number_list li {
    padding-left: 40px;
  }
  .acf-block-preview h2, .acf-block-preview .h2 {
    font-size: 30px;
    line-height: 115%;
  }
  .acf-block-preview h3, .acf-block-preview .h3 {
    font-size: 26px;
    line-height: 115%;
  }
  .acf-block-preview h4, .acf-block-preview .h4 {
    font-size: 24px;
    line-height: 120%;
  }
  .acf-block-preview h5, .acf-block-preview .h5 {
    font-size: 20px;
    line-height: 115%;
  }
  .acf-block-preview .img-text-slider .desc2 {
    display: none !important;
  }
  .acf-block-preview .team-box-text {
    padding: 15px;
  }
  .acf-block-preview .team-details .title {
    font-size: 16px;
  }
  .acf-block-preview .meta-details {
    margin-left: 0;
  }
  .acf-block-preview .video-bg {
    position: relative;
  }
  .acf-block-preview .video-box {
    height: calc(100% - 30px);
  }
  .acf-block-preview .video-list-flex li .left {
    min-width: 80px;
  }
  .acf-block-preview .cta-btn {
    line-height: normal;
  }
  .acf-block-preview .testimonial-upper-text .count {
    font-size: 30px;
  }
  .acf-block-preview .testimonial-meta {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .acf-block-preview .testimonial-box .title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
  }
  .acf-block-preview .contact-status .title {
    margin-bottom: 20px;
  }
  .acf-block-preview .counter-about .single-counter-box {
    margin-top: 30px !important;
  }
  .acf-block-preview .counter-about .single-counter-box span, .acf-block-preview .counter-about .single-counter-box span:not(.counter) {
    font-size: 34px;
  }
  .acf-block-preview .counter-about .single-counter-box p {
    font-weight: 500;
  }
  .acf-block-preview .service-counter .inner {
    margin-bottom: 30px;
  }
  .acf-block-preview .service-counter .inner span, .acf-block-preview .service-counter .inner span:not(.counter) {
    font-size: 34px;
  }
  .acf-block-preview .service-counter {
    padding-bottom: 20px;
  }
  .acf-block-preview .teaser-box.style2 {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
  .acf-block-preview .teaser-box.mobile {
    margin-bottom: 0;
    height: calc(100%);
  }
  .acf-block-preview .team-slider-box.style2.mt-0 {
    margin-top: 30px !important;
  }
  .acf-block-preview .team-slider-box.style2.mobile {
    margin-top: 0 !important;
  }
  .acf-block-preview .contact-list li img {
    width: 18px;
    height: 18px;
    top: 5px;
  }
  .acf-block-preview .contact-list li {
    padding-left: 30px;
    font-size: 18px;
  }
  .acf-block-preview .form-block {
    padding: 20px 10px;
  }
  .acf-block-preview .banner-heading {
    font-size: 40px;
  }
  .acf-block-preview .banner-title {
    font-size: 18px;
  }
  .acf-block-preview .half-width-bg .page-banner-overlay {
    display: none;
  }
  .acf-block-preview .banner-left-img img {
    width: 300px;
    margin: 0 auto;
  }
  .acf-block-preview .banner-menu {
    font-size: 14px;
    margin-top: 20px;
  }
  .acf-block-preview .divider-logo img {
    width: 180px;
  }
  .acf-block-preview .blog-sidebar {
    margin-bottom: 30px;
  }
  .acf-block-preview .site-logo {
    width: 120px;
  }
  .acf-block-preview .search-wrapper .inner input {
    height: 50px;
  }
  .acf-block-preview .left-bg-image2 .text .h1 {
    font-size: 34px;
  }
  .acf-block-preview .team-slider .team-details::before {
    width: calc(100% + 15px);
  }
  .acf-block-preview .video-list {
    font-size: 14px;
    line-height: 24px;
  }
  .acf-block-preview .section-heading .h1 {
    font-size: 44px;
  }
  .acf-block-preview .testimonial-upper-text .count {
    font-size: 44px;
  }
  .acf-block-preview .testimonial-video-slider .slick-list {
    padding-right: 60px;
    margin-left: -8px;
  }
  .acf-block-preview .testimonial-video-slider .slide {
    padding: 0 8px;
  }
  .acf-block-preview .testimonial-style2 li {
    font-size: 12px;
  }
  .acf-block-preview .contact-now-action a {
    font-size: 16px;
  }
  .acf-block-preview .contact-now-action .icon {
    margin-right: 5px;
  }
  .acf-block-preview .contact-status {
    font-size: 14px;
    line-height: 24px;
  }
  .acf-block-preview .call-to-get-start.with-underline {
    font-size: 18px;
  }
  .acf-block-preview .contact-status .title {
    font-size: 18px;
  }
  .acf-block-preview .progressbar-action {
    display: block;
    text-align: center;
    margin-top: 0;
    padding: 0;
  }
  .acf-block-preview .icon-progress {
    display: none;
  }
  .acf-block-preview .progressbar-action .custom-arrows {
    justify-content: center;
    margin-bottom: 20px;
  }
  .acf-block-preview .teaser-box.style2 .title {
    margin-bottom: 10px;
  }
  .acf-block-preview .team-slider-box.style2 {
    height: 360px;
  }
  .acf-block-preview .faq-accordion {
    margin-top: 30px;
  }
  .acf-block-preview .faq-action {
    margin-top: 30px;
  }
  .acf-block-preview .text-90 {
    font-size: 32px;
  }
  .acf-block-preview .contact-list {
    margin-top: 30px;
  }
  .acf-block-preview .contact-list li {
    padding-left: 30px;
    font-size: 16px;
    margin: 15px 0;
  }
  .acf-block-preview .content-text .call-to-get-start {
    font-size: 20px;
  }
  .acf-block-preview .form-subscribe-top .heading {
    font-size: 26px;
  }
  .acf-block-preview .map-progress {
    display: none;
  }
  .acf-block-preview .map-box iframe {
    height: 240px;
  }
  .acf-block-preview .location-slider {
    margin-top: -90px;
  }
  .acf-block-preview .location-box.style3 iframe {
    width: 100%;
    height: 250px;
  }
  .acf-block-preview .logo-slider-box {
    width: auto;
  }
  .acf-block-preview .logo-slider-box img {
    height: 50px;
  }
  .acf-block-preview .logo-slider .slide {
    padding: 0 15px;
  }
  .acf-block-preview .inner-cta {
    padding: 30px;
  }
  .acf-block-preview .group-btn .cta-btn {
    margin: 5px 0;
  }
  .acf-block-preview .inner-top-content .h2 {
    width: 100%;
  }
  .acf-block-preview .client-name-inner {
    padding: 15px;
  }
  .acf-block-preview .hero-area {
    height: 340px;
  }
  .acf-block-preview .teaser-box.style1:hover::before {
    height: 100%;
  }
  .acf-block-preview .bottom-action .cta-btn {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  /*End*/
  /*Demo CSS*/
  .acf-block-preview .teaser-box.style2 {
    height: auto;
  }
  .acf-block-preview .testimonial-box {
    text-align: center;
  }
  .acf-block-preview .testimonial-upper {
    margin-bottom: 0;
  }
  .acf-block-preview .form-block.margintop {
    margin-top: 25px;
  }
  .acf-block-preview .testimonial-upper-text {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .acf-block-preview .inner-top-content {
    width: 80%;
  }
  .acf-block-preview .video-box {
    height: auto;
  }
  .acf-block-preview .section-heading .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .acf-block-preview .hero-area {
    height: 600px;
  }
  .acf-block-preview .hero-inner {
    text-align: center;
    bottom: 0;
  }
  .acf-block-preview .hero-heading {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 100%;
  }
  .acf-block-preview .hero-vdo-btn {
    width: 70px;
    height: 70px;
  }
  .acf-block-preview .footer-top {
    text-align: center;
  }
  .acf-block-preview .footer-box {
    margin-top: 20px;
  }
  .acf-block-preview .footer-box.text-end {
    text-align: center !important;
  }
  .acf-block-preview .footer-box .rating {
    text-align: center;
  }
  .acf-block-preview .footer-social-link li a {
    font-size: 24px;
  }
  .acf-block-preview .footer-social span {
    margin-bottom: 10px;
    display: block;
  }
  .acf-block-preview .footer-logo {
    width: 250px;
  }
  .acf-block-preview .footer-top {
    padding: 50px 0;
  }
  .acf-block-preview .footer-copyright {
    text-align: center;
    padding: 20px 0;
  }
  .acf-block-preview .footer-copyright .right.text-end {
    text-align: center !important;
    margin-top: 5px;
  }
  .acf-block-preview .footer-copyright .left a {
    margin: 5px 10px;
    border-left: none;
  }
  .acf-block-preview .footer-copyright .left p span {
    margin-bottom: 5px;
    display: block;
  }
  .acf-block-preview .footer-bottom {
    padding: 20px 0;
  }
  .acf-block-preview .footer-bottom .text {
    width: 100%;
  }
  .acf-block-preview .image-bg-list .col-md-12.d_none {
    display: block !important;
  }
  .acf-block-preview .left-bg-image {
    display: none;
  }
  .acf-block-preview .left-bg-image2 {
    position: relative;
    margin-bottom: 30px;
  }
  .acf-block-preview .left-bg-image2 .text {
    position: absolute;
    bottom: 50%;
    padding: 0 20px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
  }
  .acf-block-preview .left-bg-image2 .text .h1 {
    color: #fff;
  }
  .acf-block-preview .left-bg-image2 .live {
    display: block !important;
  }
  .acf-block-preview .left-bg-image2 .live .dot {
    margin-right: 5px;
  }
  .acf-block-preview .number_list li .title {
    font-size: 18px;
  }
  .acf-block-preview .content-img {
    margin-bottom: 30px;
  }
  .acf-block-preview .col-lg-6.ps-5.mobile {
    padding-left: 15px !important;
  }
  .acf-block-preview .image-text.style2 .img-box {
    margin: 0 auto;
  }
  .acf-block-preview .image-text.style2 .text-box {
    text-align: center;
  }
  .acf-block-preview .image-text.style2 .text-box .heading {
    margin-top: 30px;
  }
  .acf-block-preview .image-text.style2 .text-box .cta-btn {
    width: 100%;
  }
  .acf-block-preview .number_list li::before {
    font-size: 18px;
    top: -3px;
  }
  .acf-block-preview .section-heading .heading.mobile br {
    display: none;
  }
  .acf-block-preview .cta-btn.mobile {
    width: 100%;
  }
  .acf-block-preview .video-box.mobile {
    margin-bottom: 30px;
  }
  .acf-block-preview .video-box span {
    text-align: center;
    position: inherit;
    left: 0;
    bottom: 0;
    display: block;
    padding: 5px;
  }
  .acf-block-preview .video-list .title {
    font-size: 18px;
  }
  .acf-block-preview .cta-btn {
    width: 100%;
  }
  .acf-block-preview .team-slider-box.mobile.port {
    margin-top: 30px !important;
  }
  .acf-block-preview .page-banner-img {
    height: 300px;
    margin-bottom: 30px;
  }
  .acf-block-preview .page-banner-img img {
    object-position: top;
  }
  .acf-block-preview .column_three {
    column-count: 2 !important;
  }
  .acf-block-preview .gallery-box.image-popup {
    margin-bottom: 30px;
    display: block;
  }
  .acf-block-preview .content-area.mobile {
    padding-bottom: 20px;
  }
  .acf-block-preview .search-wrapper .inner {
    padding: 40px 20px 20px;
  }
  .acf-block-preview .search-wrapper .close-search {
    right: 20px;
  }
  .acf-block-preview .footer-bottom {
    font-size: 10px;
    line-height: 127%;
  }
  .acf-block-preview .team-details .title {
    font-size: 20px;
  }
  .acf-block-preview .video-bg {
    height: 220px;
  }
  .acf-block-preview .contact-now-action {
    justify-content: center;
  }
  .acf-block-preview .contact-now-action {
    margin-bottom: 50px;
  }
  .acf-block-preview .service-counter .col-lg-4 {
    border: none;
  }
  .acf-block-preview .counter-about-text {
    text-align: center;
  }
  .acf-block-preview .counter-about {
    text-align: center;
  }
  .acf-block-preview .map-box iframe {
    height: 280px;
  }
  .acf-block-preview .location-slider {
    margin-top: -90px;
  }
  .acf-block-preview .column_two {
    column-count: 1;
  }
  .acf-block-preview .hero-area {
    padding-bottom: 50px;
  }
}
.acf-block-preview .demo-box {
  display: flex;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #000;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  transition: 0.3s all;
  margin: 15px 0;
}
.acf-block-preview .demo-box::after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f98a15;
  opacity: 0;
}
.acf-block-preview .demo-box.active::after {
  opacity: 1;
}
.acf-block-preview .row-gap {
  row-gap: 30px;
}

.acf-block-preview .video-slider,
.acf-block-preview .testimonial-slider,
.acf-block-preview .box-slider {
	display: flex;
	flex-wrap: wrap;
}

.acf-block-preview .video-slider > div,
.acf-block-preview .box-slider > div {
	padding: 0 10px 20px;
	width: 33.33333%;
}

.acf-block-preview .testimonial-slider > div {
	width: 33.33333%;
}

.acf-block-preview .video-slider > div {
	width: 25%
}

.acf-block-preview .logos_slider {
	display: flex;
}
.interface-complementary-area__fill{
	width:auto !important
}
.acf-block-preview .faq-accordion .accordion-item{
	background:#fff;
	border-radius:10px
}
.acf-block-preview .team-slider {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.acf-block-preview .team-slider .slide{
	width:50%;
	margin-top:30px
}
.testimonial-video-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.acf-block-preview .testimonial-video-slider .slide {
    padding: 0 10px;
    width: 30%;
}
.acf-block-preview .icon-teaser-slider {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.acf-block-preview .icon-teaser-slider .slide {
    height: inherit !important;
    width: 23%;
    margin-top: 20px;
}
.acf-block-preview .location-slider {
	display:flex;
	flex-wrap:wrap
}
.acf-block-preview .location-slider .slide {
    padding: 12px;
    width: 33%;
}
.acf-block-preview .content-text.plain-text iframe {
  width: 100%;
}
.acf-block-preview .bg_dark .content-text {
  color: #fff;
}
.acf-block-preview .bg_dark .content-text .heading {
  color: #fff;
}
.acf-block-preview .columns {
  column-count: 2;
}
.acf-block-preview .banner-padding.alt {
  padding-bottom: 80px;
}
.acf-block-preview .columns-four {
  column-count: 4;
}
.acf-block-preview .columns-two {
  column-count: 2;
}
.acf-block-preview .pt-20 {
  padding-top: 20px;
}
.acf-block-preview .columns-two, .acf-block-preview .columns-three {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.acf-block-preview .column_four {
  column-count: 4;
}
.acf-block-preview .plain-text img.small-width {
  width: 40%;
  float: right;
  margin-top: 0;
  margin-left: 20px;
}
.acf-block-preview .bg_dark .heading, .acf-block-preview .bg_dark {
  color: #fff;
}
.acf-block-preview .bg_dark .text_white p a {
  text-decoration: underline;
  color: #fff;
}
.acf-block-preview .bg_dark .text_white p a:hover {
  text-decoration: none;
}
.acf-block-preview .bg_dark .box-style2, .acf-block-preview .bg_dark .box-style2 .heading {
  color: #333;
}
.acf-block-preview .bg_gray .box-style2, .acf-block-preview .bg_white .box-style2 {
  background: #182232;
  color: #fff;
}
.acf-block-preview .bg_gray .box-style2 .heading, .acf-block-preview .bg_white .box-style2 .heading {
  color: #fff;
}
.acf-block-preview .bg_gray .section-heading.text_white, .acf-block-preview .bg_gray .section-heading.text_white > *, .acf-block-preview .bg_white .section-heading.text_white, .acf-block-preview .bg_white .section-heading.text_white > * {
  color: #333 !important;
}
.acf-block-preview .bg_gray .box-style2 ul li::before, .acf-block-preview .bg_white .box-style2 ul li::before {
  background: #fff;
}
.acf-block-preview .related-link-guide .call-to-get-start.with-underline {
  color: #fff;
}
.acf-block-preview .related-link-guide p {
  color: #fff;
}
.acf-block-preview .bg_gray .box-style2 a, .acf-block-preview .bg_white .box-style2 a {
  color: #fff;
}
.acf-block-preview .bg_dark p a {
  color: #f98a15;
  text-decoration: underline;
}
.acf-block-preview .bg_dark p a:hover {
  text-decoration: none;
}
.acf-block-preview .hero-area.style2 .hero-heading {
  font-size: 80px;
  line-height: 100%;
}
.acf-block-preview .hero-area.style2 .hero-play {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 11;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  justify-content: flex-end;
}
.acf-block-preview .hero-area.style2 a.hero-vdo-btn {
  position: inherit;
  transform: translate(0, 0);
  border-radius: 0;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  min-width: 80px;
  min-height: 80px;
}
.acf-block-preview a.hero-call {
  margin-left: 20px;
}
.acf-block-preview .text-carousel{
	display:flex;
	flex-wrap:wrap
}
.acf-block-preview .logo-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.acf-block-preview .video-card-slider{
		display:flex;
	flex-wrap:wrap
}
.acf-block-preview .video-card-slider .slide{
	width:33%
}