@keyframes x-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 992px) {
  .x-animated {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .x-fadeInUp {
    -webkit-animation-name: x-fadeInUp;
    animation-name: x-fadeInUp;
  }
}



.main-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  /* padding: 0.5rem 0; */
  margin: 0;
  font-size: 1rem;
  color: #777777;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
}

.main-nav>li {
  position: static;
}

.navbar-nav .dropdown {
  position: static;
  float: none;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu-listing {
  left: 0;
  width: 100vw;
  right: 0;
}

/* ***** Banner ***** */
.banner .btn {
  --icon-font-size: 16px;
}

.lqd-submenu-cover .main-nav>.menu-item-has-children:not(.megamenu)>.nav-item-children {
  padding-top: 30px;
  top: 50px;
}

/* .banner .btn-solid {
	background-image: linear-gradient(90deg, var(--lqd-color-gradient-start) 0%, var(--lqd-color-gradient-stop) 100%);
}

.banner .btn-solid:hover,
.banner .btn-solid:focus {
	background-image: linear-gradient(90deg, var(--lqd-color-gradient-stop) 0%, var(--lqd-color-gradient-start) 100%);
} */

.banner {
  background-color: rgba(255, 210, 79, 0.08);
}

.banner .flickity-viewport-wrap {
  overflow: visible !important;
  /* overflow: hidden !important; */
  padding: 0 !important;
  margin: 0 !important;
}

.ld-masked-image .main-banner {
  clip-path: url(#banner-masked-svg);
  -webkit-clip-path: url(#banner-masked-svg);
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ld-masked-image--banner {
  position: relative;
  z-index: -1;
}

/* .ld-masked-image .main-banner img {
  position: relative;
  z-index: 2;
} */

.ld-masked-image--banner .svg-arw {
  position: absolute;
  width: min(40vw, 632px);
  height: min(40vw, 632px);
  display: block;
  bottom: auto;
  right: 12.4vw;
  content: "";
  z-index: 1;
  top: -6vw;
}

@media (min-width: 1680px) {
  .ld-masked-image--banner .svg-arw {
    right: 6.4vw;
    top: -2vw;
  }
}

/* .ld-masked-image .main-banner::after {
  position: absolute;
  width: min(25vw, 170px);
  height: min(25vw, 170px);
  background-color: var(--lqd-color-primary);
  display: block;
  bottom: 0;
  right: 1rem;
  content: "";
  border-radius: 50%;
  z-index: 2;
} */

@media (max-width: 1199px) {
  .banner {
    /* padding: 130px 30px 0 30px; */
    padding: 130px 0 0 0;
    margin: 0 auto;
    /* width: calc(100% - 60px); */
  }

  .banner .ld-fancy-heading h2 {
    font-size: 50px;
  }

  .banner .module-btn {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .banner {
    height: 100vh;
    max-height: 620px;
    min-height: 620px;
    /* background: yellow; */
  }
}

@media (max-width: 991px) {
  .banner {
    padding: 50px 30px 0 30px;
    /* padding: 50px 0 0 0;
    margin: 0 auto; */
    /* width: calc(100% - 60px); */
  }

  .banner .flickity-viewport-wrap {
    overflow: hidden !important;
  }

  .clients .lqd-imggrp-single img {
    max-width: 70%;
  }

  .col-bnr-right {
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .banner .carousel-dots-mobile {
    position: absolute;
    bottom: 1rem;
  }

  .ld-masked-image--banner .svg-arw {
    width: min(65vw, 632px);
    height: min(65vw, 632px);

    left: 0;
    right: auto;
    left: 0;
  }

  .ld-masked-image .main-banner {
    max-width: 60vw;
    /* margin-top: 3rem; */
  }
}

.title-module--career {
  /* padding-top: 5em; */
}

.title-module-svg {
  width: 522px;
  height: 522px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0.3;
}

.title-module-svg-orange {
  width: 217px;
  height: 217px;
  transform: translateX(calc(-50% + 1em));
}

@media (max-width: 767px) {
  .banner {
    padding: 0px 10px 0 10px;
    /* padding: 20px 0 0 0; */
    /* margin: 0 30px; */
    /* width: calc(100% - 20px); */
  }

  .banner .ld-fancy-heading h2 {
    font-size: 2.2rem;
    margin-top: 2vw;
  }

  .banner .module-btn {
    margin: 0 0 10px 0;
  }

  .ld-masked-image .main-banner {
    max-width: 70vw;
    margin-top: 0;
  }

  .col-bnr-right {
    margin-top: 1rem;
    padding-top: 3rem;
  }

  .title-module-svg {
    width: 85vw;
    height: 85vw;
  }

  .title-module-svg-orange {
    width: 200px;
    height: 100%;
    transform: translateX(calc(-50%));
    top: 0.2em;
  }

  .title-module--career {
    padding-top: 3em;
  }

  .ld-masked-image--banner .svg-arw {
    width: min(75vw, 632px);
    height: min(75vw, 632px);

    right: auto;
    left: 0;
  }
}

@media (max-width: 567px) {
  .col-bnr-right {
    margin-top: 0;
    padding-top: 3rem;
  }
}

/* ***** services ***** */
@media (max-width: 1199px) {
  .services {
    padding: 0 30px;
  }

  .navbar-brand img {
    /* width: 110px;
    height: 44px; */
  }
}

@media (max-width: 768px) {
  .services {
    padding: 70px 0 20px 10px;
  }
}

/* .portfolio {
  padding-top: 96px;
} */

/* ***** Portfoilo ***** */
@media (max-width: 1199px) {
  .portfolio {
    padding: 50px 0 50px 0;
  }

  .portfolio .module h2 {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .portfolio {
    padding: 20px 10px 30px 10px;
  }

  .portfolio .module-content {
    padding: 15px;
  }

  .navbar-brand img {
    /* width: 25vw !important;
    height: 40px !important; */
  }
}

/* ***** Marketing ***** */

.marketing .carousel-dots,
.marketing .carousel-dots-mobile {
  display: none;
}

.marketing .module-content {
  padding-left: 14%;
}

.marketing .module-content .lqd-highlight-inner {
  background: #d3fff8;
  bottom: 4px;
  left: 0em;
}

.carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
  margin-top: 2.5em;
}

/* .marketing .carousel-nav {
  left: -17px;
} */

.marketing .carousel-nav .flickity-button {
  font-size: 26px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.marketing .flickity-button,
.marketing .flickity-button:focus,
.marketing .flickity-button:hover {
  background-color: var(--lqd-color-blue-700);
  color: white;
}

.carousel-item-svg {
  width: 308px;
  height: 308px;
  display: block;
  left: -35px;
  top: 0;
  opacity: 0.3;
}

.container--about {
  max-width: 1030px;
}

@media (min-width: 992px) {
  .col--custom-cms-lft {
    width: 44%;
  }

  .col--custom-cms-rt {
    width: 56%;
  }
}

@media (min-width: 992px) {
  .carousel-item-svg {
    left: 35px;
  }
}

/* .carousel-item-flex {
  background-color: red;
} */

@media (max-width: 1199px) {
  .marketing {
    padding: 35px 30px 60px 30px;
  }

  .marketing .carousel-dots-mobile {
    display: none;
  }

  .marketing .carousel-dots-mobile-inside .carousel-dots-mobile {
    opacity: 0;
  }

  .icon-box-colored {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .marketing .module-content {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 36px;
  }

  .marketing {
    padding: 40px 10px 50px 10px;
  }

  .marketing .module-image {
    margin: 0 0 10px 0;
  }

  .marketing .module-content {
    padding: 0 15px;
  }

  .marketing .module-content .ld-fancy-heading h2 {
    font-size: 32px;
  }

  .has-accordion-page h2,
  .case-study h2 {
    font-size: 36px;
  }
}

/* @media (max-width: 567px) {
	.marketing .module-content .ld-fancy-heading h2 {
		font-size: 12vw;
	  }
} */

/* ***** case Study Carousel ***** */
.case-study-carousel .carousel-nav .flickity-button {
  width: 20px;
  height: 20px;
}

.case-study-carousel .flickity-button {
  padding: 0;
  border-radius: 0;
}

.case-study-carousel .flickity-button,
.case-study-carousel .flickity-button:focus,
.case-study-carousel .flickity-button:hover {
  background-color: transparent;
  color: #000;
}

@media (max-width: 1199px) {
  .case-study-carousel {
    padding: 45px 40px 25px 40px;
  }

  .case-study-carousel .carousel-items {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .case-study-carousel {
    padding: 45px 25px 55px 25px;
  }

  .case-study-carousel .ld-fancy-heading {
    margin: 0 0 10px 0;
  }
}

/* ***** Case Study ***** */
.case-study .icon-box-module {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.case-study .icon-box-module.board-members-block {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
}

.case-study.cms .icon-box-module {
  margin-bottom: 0;
  display: block;
}

.case-study.cms .module-content {
  padding-top: 0;
  padding-bottom: 0;
}

.case-study.cms .module-content.col-1 {
  width: 100%;
}

@media (min-width: 768px) {
  .case-study.cms .module-content.col-1 {
    padding: 10px 25px;
  }

  .case-study.cms .module-content.col-1 .icon-box-module {
    width: 50%;
  }
}

@media (min-width: 1200px) {

  .case-study.cms .icon-box-module,
  .case-study.cms .module-content.col-1 .icon-box-module {
    max-width: 242px;
  }

  .case-study.cms .module-content.col-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-study.cms .module-content.col-2 {
    width: 75%;
  }
}

/* .case-study .module-1 .iconbox-icon-container {
	box-shadow: 6px 15px 30px 0px rgb(188 0 50 / 12%);
} */

/* .case-study .module-2 .iconbox-icon-container {
	box-shadow: 6px 15px 30px 0px rgb(103 200 216 / 23%);
} */

/* .case-study .module-3 .iconbox-icon-container {
	box-shadow: 6px 15px 30px 0px rgb(80 207 128 / 18%);
}

.case-study .module-4 .iconbox-icon-container {
	box-shadow: 6px 15px 30px 0px rgb(221 116 195 / 19%);
} */

.ld-fancy-heading--content-1 {
  max-width: 610px;
}

@media (max-width: 1199px) {
  .case-study {
    padding: 50px 30px 25px 30px;
  }

  .case-study.cms {
    padding-top: 80px;
  }

  .case-study .title-module {
    padding: 0 15%;
  }

  .case-study .module-1,
  .case-study .module-3 {
    padding: 10px 25px 10px 10px;
  }

  .case-study .module-2,
  .case-study .module-4 {
    padding: 10px 10px 10px 25px;
  }

  .case-study .icon-box-module {
    padding: 30px 20px;
  }

  .case-study .icon-box-module.board-members-block {
    padding: 0;
  }

  .case-study.home .module-content {
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  .case-study.home .module-content {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .case-study {
    padding: 30px 25px 35px 25px;
  }

  .case-study.cms {
    padding-top: 60px;
  }

  .case-study.cms.governance {
    padding-top: 0;
  }

  .case-study .title-module {
    padding: 0 0 30px 0;
  }

  .case-study.home .title-module {
    padding: 0;
  }

  .case-study .title-module .ld-fancy-heading p {
    font-size: 16px;
  }

  .case-study .module-content {
    margin-bottom: 20px;
    padding: 0;
  }

  .case-study .icon-box-module {
    margin: 0;
  }

  .case-study.home .module-content {
    padding: 10px 10px 10px 10px;
  }

  .case-study .icon-box-module.board-members-block {
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* ***** Team ***** */
.team .lqd-tm-details svg stop:first-child {
  stop-color: #f8f9ffe6;
}

.team .lqd-tm-details svg stop:last-child {
  stop-color: #f8f9ff;
}

@media (max-width: 1199px) {
  .team {
    padding: 25px 30px 50px 30px;
  }

  .team .module-2,
  .team .module-3 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .team {
    padding: 25px 10px 50px 10px;
  }

  .team .module-title {
    margin: 0 0 10px 0;
  }

  .team .module-btn {
    padding: 0 15px 20px 15px;
  }

  .team .module-1,
  .team .module-2 {
    margin-bottom: 35px;
  }
}

/* ***** counters ***** */
.counters .ld-fancy-heading .h2 {
  font-size: 62px;
}

@media (max-width: 767px) {
  .counters {
    padding: 50px 0;
  }

  .counters .title-container {
    margin: 0 0 15px 0;
  }

  .counters .data-container {
    margin: 0 0 10px 0;
  }

  .counters .module-number p {
    font-size: 52px;
    line-height: 1em;
  }
}

/* ***** Testimonial ***** */
.testimonial .carousel-nav .flickity-button:hover {
  color: #ffffff;
  background: #000000;
}

.testimonial .carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
  margin-top: 1.5em;
}

.carousel-dots-mobile .flickity-page-dots .dot:first-child {
  margin-inline-start: 0;
}

@media (max-width: 1199px) {
  .testimonial {
    padding: 10px 15px;
  }

  .testimonial .image-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .testimonial .lqd-imggrp-img-container {
    width: 50%;
    margin: auto;
  }

  .testimonial .carousel-item {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}

@media (max-width: 767px) {
  .testimonial {
    padding: 0px 15px;
    margin-top: 60px;
  }

  .testimonial-section .testimonial {
    margin-top: 0;
  }


}

/* ***** Clients ***** */
@media (max-width: 1199px) {
  .clients .module-img {
    margin: 20px 0;
  }

  .clients .lqd-imggrp-single {
    margin: 1.5rem 0;
  }
}

/* @media (max-width: 767px) {
  .clients .lqd-imggrp-single {
    margin: 1.5rem 0;
  }
} */

.contact-arw-svg {
  /* background-color: #fff; */
  width: 217px;
  height: 217px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 2.2rem;
  opacity: 0.5;
}

/* ***** Contact ***** */
@media (max-width: 1199px) {
  .contact-btn-block {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .contact-arw-svg {
    width: 157px;
    height: 157px;
  }

  .contact {
    padding-right: 35px;
    padding-left: 35px;
  }

  .contact .ld-fancy-heading h2 {
    font-size: 38px;
  }

  .contact .module-white {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 70px 15px;
  }

  /* .contact .ld-fancy-heading h2 {
    font-size: 11vw;
  } */

  .contact .module-white {
    padding: 30px 20px 15px 20px;
  }

  .contact .module-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

img.testimonial-img {
  max-width: 280px;
  max-height: 280px;
}

.lqd-icn-msg {
  bottom: 0.5rem;
  right: -0.5rem;
}

.ld-fancy-newsletter {
  max-width: 212px;
  /* max-width: 100%; */
}

.icn-full {
  width: 100%;
  height: 100%;
}

.img-circle-1 {
  width: 250px;
  height: 512px;
  left: 0;
  z-index: 2;
  top: 3rem;
}

/* .img-circle-2 {
  width: 308px;
  height: 630px;
  right: 0;
  z-index: 2;
  bottom: -5%;
} */

.img-circle-2 {
  width: 148px;
  height: 320px;
  right: 0;
  z-index: 2;
  bottom: -170px;
}

@media (min-width: 1680px) {
  .img-circle-2 {
    width: 308px;
    height: 630px;
    right: 0;
    z-index: 2;
    /* bottom: -5%; */
    bottom: -330px;
  }
}

.img-circle-3 {
  width: 228px;
  height: 669px;
  left: 0;
  z-index: 2;
  bottom: -15%;
}

.img-circle-3--modify-1 {
  bottom: auto;
  top: 0;
}

.img-circle-4 {
  width: 590px;
  height: 1489px;
  right: 0;
  z-index: 0;
  bottom: 0;
}

.img-circle-4-modify-1 {
  bottom: auto;
  top: -50%;
}

.img-circle-5 {
  width: 443px;
  height: 726px;
  left: 0;
  z-index: 0;
  top: 0;
}

.img-circle-6 {
  width: 308px;
  height: 631px;
  right: 0;
  z-index: 0;
  top: 30%;
}

.img-circle-6-modify-1 {
  top: -30%;
}

.img-circle-7 {
  max-width: 590px;
  max-height: 838px;
  right: 0;
  z-index: 0;
  bottom: 0;
  width: auto;
  height: 80%;
  transform: rotate(180deg);
  opacity: 0.1;
}

.img-circle-8 {
  /* width: 512px;
  height: 550px; */
  /* width: 44vh; */
  width: 8vw;
  height: auto;
  left: 0;
  z-index: 0;
  top: 10%;

  left: 0;
  z-index: 0;
  top: 10%;
  opacity: 0.2;
}

.img-circle-8-modify {
  top: 20%;
  opacity: 0.1;
}

.img-circle-9 {
  width: 50vh;
  height: auto;
  right: 0;
  z-index: 0;
  top: 0;
  transform: rotate(-270deg);
  opacity: 0.2;
}

.img-circle-9--modify-1 {
  width: 437px;
  height: 514px;
}

.img-circle-10 {
  width: 442px;
  height: 1118px;
  left: 0;
  z-index: 0;
  top: 38%;
}

.img-circle-8-modify-1 {
  top: 0;
}

.img-circle-8-modify-2 {
  top: 30%;
  width: 312px;
  height: 384px;
}

.form .module-form {
  box-shadow: 0 40px 80px 0px rgba(83, 94, 132, 0.15);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid #f57f29;
  border-radius: 4px;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* .module-contact {
  box-shadow: 0 2em 3em 0 rgba(0, 0, 0, 0.2);
} */

.feature-counter {
  width: 211px;
  height: 211px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.banner-size {
  max-width: 576px;
}

.lqd-custom-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lqd-custom-menu--btm>ul>li {
  color: var(--lqd-color-blue-700);
  margin: 0 10px;
}

.contact .row {
  position: relative;
  z-index: 2;
}

.has-accordion-page .lqd-imggrp-single,
.has-accordion-page .lqd-imggrp-img-container {
  width: 100%;
}

.footer-menu-svg {
  width: 700px;
  height: 700px;
  display: block;
  opacity: 0.05;
  left: 0;
}

@media (max-width: 767px) {
  .footer-menu-svg {
    width: 90vw;
    height: 90vw;
  }
}

.footer-info a {
  color: var(--lqd-color-gray-500);
}

.footer-info a:hover {
  color: var(--lqd-color-primary);
}

.container-ftr-wrap {
  max-width: calc(1170px + 8vw);
}

.footer-mid p:last-child {
  margin-bottom: 0;
}

.footer-mid a {
  color: var(--lqd-color-primary);
}

/* ***** Form ***** */
.form .module-form {
  box-shadow: 0 40px 80px 0px rgba(83, 94, 132, 0.15);
}

.form .lqd-contact-form {
  --input-margin-bottom: 20px;
  --inputs-margin: 0 0 var(--input-margin-bottom) 0;
}

@media (max-width: 767px) {
  .form .module-form {
    margin-right: 10px;
    margin-left: 10px;
    padding: 35px 15px;
  }
}

/* ***** Map ***** */
.map .module-contact {
  box-shadow: 0 2em 3em 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
  .map .module-col {
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .map .module-contact {
    box-shadow: none;
  }

  .feature-counter {
    width: 180px;
    height: 180px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .map .module-col {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0;
  }

  .map .module-contact {
    padding: 45px 20px;
    background: transparent;
  }

  .form {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.text-call-info {
  font-size: 11px;
}

@media (min-width: 1024px) {
  .main-nav>li {
    position: relative;
    /* for dropdown */
  }
}

@media (min-width: 1200px) {
  .cms-body {
    min-height: 710px;
  }

  .main-nav>li {
    display: inline-flex;
    justify-content: center;
    position: relative;
    /* for dropdown */
  }

  .main-nav>li>a {
    font-size: 17px;
    /* background: red; */
    max-height: 36px;
  }

  .banner {
    padding-top: 140px;
    height: 100vh;
    max-height: 785px;
    min-height: 780px;
    /* background: yellow; */
  }
}

@media (min-width: 1380px) {
  .main-nav>li>a {
    font-size: 17px;
  }

  .text-call-info {
    font-size: 16px;
  }
}

@media (min-width: 1680px) {
  .text-call-info {
    font-size: 18px;
  }

  .main-nav>li>a {
    font-size: 17px;
  }

  .banner-size {
    /* max-width: 636px; */
    min-width: 618px;
    max-width: 100%;
  }
}

/* ***** Image box ***** */
@media (max-width: 1199px) {
  .image-box {
    padding-right: 35px;
    padding-left: 35px;
  }

  .image-box .module-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .image-box {
    padding: 0 10px 0px 10px;
  }

  .image-box .module-img {
    height: 312px;
  }

  .image-box .module-img:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .map .module-contact {
    background: transparent;
  }

  .h-310 {
    height: 645px;
  }

  .img-circle-1 {
    width: 250px;
    height: auto;
  }

  .img-circle-2 {
    width: 25vw;
    height: auto;
    bottom: -20vw;
  }

  .img-circle-3 {
    width: 20vw;
    height: auto;
    bottom: 0;
  }

  .img-circle-3--modify-1 {
    width: 40vw;
    height: auto;
    bottom: 20%;
    top: auto;
  }

  .img-circle-4 {
    width: 40vw;
    height: auto;
    bottom: auto;
    top: 20%;
  }

  .img-circle-5 {
    width: 60vw;
    height: auto;
    left: 0;
    z-index: 0;
    top: 0;
  }

  .img-circle-6 {
    width: 40vw;
    height: auto;
    top: 60%;
  }

  .img-circle-7 {
    width: 70vw;
    height: auto;
    display: none;
  }

  .img-circle-8 {
    width: 30vw;
    height: auto;
    top: 3rem;
    display: none;
  }

  .img-circle-9 {
    width: 40vw;
    height: auto;
    right: 0;
    z-index: 0;
    top: 0;
  }

  .img-circle-10 {
    width: 45vw;
    height: auto;
    top: 25rem;
  }

  .img-circle-8-modify {
    top: 26%;
  }

  /* .c-cms-content {
    padding-top: 75px;
    padding-bottom: 75px;
  } */
  .cms-body {
    padding-top: 40px;
    padding-bottom: 75px;
  }

  .cms-body--search {
    min-height: 560px;
  }

  .cms-body--no-pad {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-box--custom {
    padding-top: 75px;
  }

  .has-accordion-page {
    padding-right: 35px;
    padding-left: 35px;
  }

  .has-accordion-page h2 {
    font-size: 36px;
  }

  .has-accordion-page .module-col {
    padding: 10px;
  }

  .col--custom-cms-lft {
    padding-bottom: 40px;
  }

  .col--custom-studies {
    margin-bottom: 65px;
  }

  .counter {
    padding-top: 40px;
  }

  .case-studies {
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .case-studies--no-pad {
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-studies.home {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .case-studies.home.location-section {
    padding-bottom: 10px;

  }

  .eligible-section-wrap .ld-fh-element> :last-child {
    margin-bottom: 40px;
  }

  .case-studies.news-listing {
    margin-top: 5rem !important;
  }
}

@media screen and (max-width: 991px) {
  .img-circle-8-modify {
    top: 40%;
  }
}

@media screen and (min-width: 992px) {
  .ld-gmap.embed-responsive-16by9::before {
    padding-top: 36.25%;
  }

  .map-address {
    margin-top: -36.25%;
  }
}

@media screen and (max-width: 768px) {
  .img-circle-1 {
    width: 40vw;
    height: auto;
    top: 2rem;
  }

  .img-circle-8-modify {
    top: 50%;
  }

  .img-circle-9 {
    width: 60vw;
  }

  .lqd-icn-msg {
    width: 50px;
    height: 50px;
  }

  .text-18 {
    font-size: 16px;
  }

  .btn {
    font-size: 14px;
  }

  .titlebar-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .titlebar-inner p {
    font-size: 16px;
  }

  /* .c-cms-content {
    padding-top: 55px;
    padding-bottom: 55px;
  } */
  .cms-body {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .cms-body--no-pad {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-box--custom {
    padding-top: 55px;
  }

  .has-accordion-page {
    padding: 40px 10px 60px 10px;
  }

  .ld-fancy-newsletter {
    max-width: 100%;
  }

  .ld-sf [type="submit"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col--cstm-ftr-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-info .ld-fancy-heading {
    text-align: center;
  }

  .footer-info .module-last {
    padding: 40px 0;
  }

  .col--custom-studies {
    margin-bottom: 35px;
  }

  .counter {
    padding-top: 40px;
  }

  /* .case-studies {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  } */

  .case-studies--no-pad {
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-studies.home {
    padding-top: 30px;
    /* padding-bottom: 0; */
  }

  .case-studies h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1580px) {
  .img-circle-8 {
    width: 15vw;
  }
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 208px;
  height: 45px;
  background: transparent;
  opacity: 1;
  background: var(--lqd-color-blue-700);
  border-radius: 2px;
  margin: 0;
  z-index: 2;
}

.wpcf7-form .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 15px;
  left: 15px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* transform: translate(-50%, -50%); */
}

.ld-fancy-newsletter .wpcf7 form.init .wpcf7-response-output,
.ld-fancy-newsletter .wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
  visibility: hidden !important;
}

.ld-fancy-newsletter .wpcf7-not-valid-tip {
  font-size: 11px;
  padding: 8px 0 0 0;
  line-height: 1.4;
}



/* .wpcf7 form .wpcf7-response-output{
  display: none;
  visibility: hidden;
} */

.lqd-form-control-wrap .wpcf7-not-valid-tip {
  padding-top: 0.5rem;
  display: inline-flex;
  color: #ed3325;
  font-size: 0.84rem;
  align-items: center;
}

.lqd-form-control-wrap .wpcf7-not-valid-tip::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ed3325' d='M10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18ZM10 6C9.44772 6 9 6.44772 9 7V11C9 11.5523 9.44772 12 10 12C10.5523 12 11 11.5523 11 11V7C11 6.44772 10.5523 6 10 6ZM10 15C10.5523 15 11 14.5523 11 14C11 13.4477 10.5523 13 10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-right: 0.4rem;
}

.scene-hidden {
  display: none !important;
}

.icon-list-icon path:hover,
.icon-list-icon path:focus {
  fill: var(--lqd-color-primary);
}

/* .lqd-contact-form .wpcf7-form .wpcf7-spinner,
.wpcf7-form .collective__form .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 208px;
  height: 50px;
  background: transparent;
  opacity: 1;
  background: var(--lqd-color-primary);
  border-radius: 50px;
  margin: 0;
  z-index: 2;
  padding: 0 2.8em;
} */
.lqd-contact-form .wpcf7-form .wpcf7-spinner,
.wpcf7-form .collective__form .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 57px;
  background: transparent;
  opacity: 1;
  background: #e33226;
  border-radius: 50px;
  margin: 0;
  z-index: 2;
  padding: 0 2.8em;
  opacity: 1;
  width: 186px;
}

.lqd-contact-form .wpcf7-form .wpcf7-spinner::before,
.wpcf7-form .collective__form .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* top: 15px; */
  top: 20px;
  left: calc(50% - 10px);
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* transform: translate(0%, -90%); */
}


.ld-fancy-newsletter .wpcf7 form.sent .wpcf7-response-output {
  padding: 0.4rem 1rem;
  margin: 0;
  /* border: none; */
  margin-bottom: 0.9rem;
  font-size: 12px;
  background-color: #ffe2ca;
  border-color: #ffcba0;
  border-width: 1px;
  border-radius: 4px;
  color: #893e00;
  margin-top: -0.3rem;
  text-align: center;
  line-height: 1.3;
}

.lqd-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.lqd-contact-form .wpcf7 form.sent .wpcf7-response-output,
form.invalid .collective__form+.wpcf7-response-output,
form.sent .collective__form+.wpcf7-response-output {
  padding: 1em 1em;
  margin: 0;
  /* border: none; */
  margin-bottom: 0;
  font-size: 16px;

  border-width: 1px;
  border-radius: 4px;
  line-height: 1.4;
  margin-top: 2rem;
  text-align: center;
}

.lqd-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .collective__form+.wpcf7-response-output {
  background-color: #ffdddb;
  border-color: #ffc9c5;
  color: #e33226;
}

.lqd-contact-form .wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.sent .collective__form+.wpcf7-response-output {
  background-color: #ffe2ca;
  border-color: #ffcba0;
  color: #893e00;
}

@media (min-width: 768px) {
  .wpcf7 form.invalid .collective__form+.wpcf7-response-output {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-cms-content.text-center {
  text-align: left;
}

.board-members-block {}

.board-members-figure {
  display: block;
  padding-bottom: 146%;
  background: #f2f2f2;
}

.board-members-figure__img {
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
  mix-blend-mode: darken;
}

.board-members-content {
  display: block;
  /* background-color: var(--lqd-color-blue-700); */
  opacity: 1;
  transition: opacity 1s;
  bottom: 0;
}

.board-members-name {
  display: block;
}

.board-members-designation {
  display: block;
}

/* .board-members-figure::before {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0;
  transform: scale(1);
  background: rgb(149,157,161);
  background: linear-gradient(133deg, rgba(149,157,161,1) 0%, rgba(11,20,61,1) 100%);
  transition: opacity 0.65s, transform 0.65s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
} */

.board-members-block {
  padding: 0;
}

.board-members-block:hover .board-members-content {
  background-color: var(--lqd-color-primary);
  background-color: rgb(24 24 24 / 34%);

}

/*

.board-members-block:hover .board-members-content{
  opacity: 1;
} */

.board-members-figure--modal {
  padding-bottom: unset;
  display: flex;
  background-color: transparent;
  justify-content: center;
  margin-bottom: 2rem;
}

.board-members-figure--modal .board-members__img-wrap {
  width: 220px;
  height: 220px;
}

.board-members-figure--modal .board-members__img-wrap {
  border-radius: 6px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #d2d2d2;
}

@media (min-width: 1200px) {
  .col--5 {
    flex: 0 0 auto;
    width: 20%;
  }

  .navbar-brand-plain {
    /* padding-right: 3.5vw; */
    padding-right: 0;
    width: 12%;
  }
}

.mouse-in .backface-hidden {
  border-radius: 12px;
}

.collective__form {}

.form-media-search__dropdown {
  position: relative;
}

.form-media-search__dropdown select {
  position: relative;
  z-index: 3;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.form-media-search__dropdown::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #b2b2b2;
  right: 8px;
  z-index: 2;
}

.form-media-search__dropdown::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  z-index: 1;
}

.form-media-search__col,
.form-media-search__col-input {
  /* background: red; */
  width: 100%;
  margin-bottom: 10px;
}

.modal-governance {
  font-size: 16px;
  line-height: 1.46;
}

.modal-governance p {
  margin-bottom: 1em;
}

.lqd-modal--gallery p{
  margin-bottom: 0;
}

.lqd-modal--governance {
  padding: 3em;
  max-height: none !important;
}

@media (min-width: 768px) {
  .lqd-modal--governance {
    padding: 3.5em;
  }

  .form-media-search__col,
  .form-media-search__col-input {
    margin-bottom: 0;
  }

  .form-media-search__col {
    width: 15%;
    flex: 0 0 auto;
  }

  .form-media-search__col.btn {
    width: auto;
  }

  .form-media-search__col.input-filled {
    width: auto;
  }

  .form-media-search__col-input {
    width: 35%;
    flex: 0 0 auto;
  }

  .modal-governance {
    font-size: 18px;
  }

  .modal-governance p {
    margin-bottom: 1.5em;
  }
  .lqd-modal--gallery p{
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .lqd-modal--governance {
    padding: 3em;
  }
}

.wpsl-search {
  display: none !important;
}

.content #wpsl-wrap {
  margin-bottom: 6rem;
  background: white;
  /* border: 1px #e8e8e8 solid; */
  padding: 0;
  background: white;
  border-radius: 0.8rem;
  box-shadow: 0 40px 80px 0px rgba(83, 94, 132, 0.15);
}

.content #wpsl-result-list {
  width: 33%;
  margin-right: 0.5%;
  /* padding: 0 0 0 12vw; */
  padding: 3rem 2rem;
  background: white;
}

/* .content #wpsl-gmap{
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 39.1%;
  height: auto !important;
} */

.content #wpsl-gmap {
  padding-bottom: 0;
  height: calc(350px + 6rem) !important;
  margin: 0;
}

.content #wpsl-stores {
  overflow-y: scroll;
}

.content #wpsl-stores::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 6px;
}

.content #wpsl-stores::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 6px;
}

.content #wpsl-stores::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
  border-radius: 6px;
}

.content #wpsl-wrap #wpsl-result-list li {
  border-bottom: 1px solid #e7e8e8;
  margin-right: 1rem;
  padding: 15px 10px;
}

.content .wpsl-direction-wrap {
  color: var(--lqd-color-secondary);
  font-weight: 700;
  line-height: 1.6;
}

.content .wpsl-store-location span {
  font-size: 12px;
}

.content #wpsl-result-list li p {
  padding-left: 0;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

.content #wpsl-result-list li p strong {
  color: var(--lqd-color-primary);
}

.content .wpsl-direction-wrap {
  color: var(--lqd-color-secondary);
  font-weight: 700;
}

.content #wpsl-result-list a {
  outline: 0;
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--lqd-body-text-color);
}

.content #wpsl-result-list a:hover {
  color: var(--lqd-color-primary);
}

@media (max-width: 1199px) {
  .content #wpsl-wrap {
    margin-left: calc(10% - 15px);
    width: auto;
    margin-right: calc(10% - 15px);
  }

  .content #wpsl-result-list {
    padding: 1rem 1rem;
    background: white;
  }
}

@media (max-width: 767px) {
  .content #wpsl-wrap {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }

  .content #wpsl-gmap {
    padding-bottom: 100%;
    margin: 0;
    height: auto !important;
  }

  .content #wpsl-result-list {
    width: 100%;
    margin-right: 0;
    padding: 1rem 1rem;
    background: white;
  }
}

@media (max-width: 575px) {
  .content #wpsl-wrap {
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
  }
}

.ld-fh-element--hire ul {
  list-style: none;
  padding-left: 35px;
}

.ld-fh-element--hire li {
  position: relative;
  margin-bottom: 8px;
  text-align: left;
}

.ld-fh-element--hire li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%2300053E' d='M8.4,14.3l7.1-7.1l-0.8-0.8l-6.3,6.3L5.2,9.6l-0.8,0.8L8.4,14.3z M10,20c-1.4,0-2.7-0.3-3.9-0.8 c-1.2-0.5-2.3-1.2-3.2-2.1c-0.9-0.9-1.6-2-2.1-3.2C0.3,12.7,0,11.4,0,10c0-1.4,0.3-2.7,0.8-3.9C1.3,4.9,2,3.8,2.9,2.9 c0.9-0.9,2-1.6,3.2-2.1C7.3,0.3,8.6,0,10,0c1.4,0,2.7,0.3,3.9,0.8c1.2,0.5,2.3,1.2,3.2,2.1c0.9,0.9,1.6,2,2.1,3.2 C19.7,7.3,20,8.6,20,10c0,1.4-0.3,2.7-0.8,3.9c-0.5,1.2-1.2,2.3-2.1,3.2c-0.9,0.9-2,1.6-3.2,2.1C12.7,19.7,11.4,20,10,20 M10,18.9 c2.5,0,4.6-0.9,6.3-2.6c1.7-1.7,2.6-3.8,2.6-6.3c0-2.5-0.9-4.6-2.6-6.3C14.6,2,12.5,1.1,10,1.1C7.5,1.1,5.4,2,3.7,3.7 C2,5.4,1.1,7.5,1.1,10c0,2.5,0.9,4.6,2.6,6.3C5.4,18,7.5,18.9,10,18.9'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  position: absolute;
  left: -35px;
  top: 3px;
}

.case-studies-svg {
  width: 1071px;
  height: 1071px;
  display: block;
  opacity: 0.1;
  left: -68px;
  top: -54px;
  z-index: -1;
}

.row-30 {
  margin-left: calc(var(--lqd-row-gutter-x) * -1);
  margin-right: calc(var(--lqd-row-gutter-x) * -1);
}

/* .carousel-item.has-one-child .carousel-item-inner {
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
  min-height: 100%;
  display: block;
  background-color: yellow;
} */

.carousel-item {
  flex: 0 0 auto;
  align-items: stretch;
  display: flex;
  justify-content: stretch;
}

.carousel-item.has-one-child .carousel-item-content {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  justify-content: stretch;
  height: 505px;
}

.carousel-item.has-one-child .carousel-item-content img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.carousel-item.has-one-child .carousel-item-content>div,
.carousel-item.has-one-child .carousel-item-content>article {
  min-height: 100%;
}

.carousel-item .icon-box-module {
  min-height: 100%;
}

.shadow-carousel {
  min-height: 100%;
  box-shadow: 0px 0px 8px 4px rgba(208, 202, 239, 0.2);
}

.iconbox-icon-container--image img {
  max-height: 92px;
  height: 100%;
}

@media (min-width: 992px) {
  .case-studies--left {
    width: 54%;
  }

  .case-studies--right {
    width: 46%;
  }
  .col-bnr-left {
    flex: 0 0 auto;
    width: 57%;
  }

  .col-bnr-right {
    flex: 0 0 auto;
    width: 43%;
  }
}

.carousel-items--news {
  margin-top: 5rem;
}

@media (max-width: 1199px) {
  .carousel-items--news {
    margin-top: 6rem;
  }

  .col-bnr-left {
    padding-top: 1rem;
  }

  .testimonial-section {
    padding: 0;
  }

  .carousel-dots {
    display: block;
  }

  .testimonial-section .testimonial {
    margin-bottom: 20px;
  }

  .location-wrapper.south-locations {
    margin-bottom: 0;
  }

  .search-cousre-list {
    padding-bottom: 30px;
  }

  .news-single-p .testimonial-section .testimonial {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .carousel-items--news {
    margin-top: 2rem;
  }
}

.banner .carousel-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 1rem;
}

.carousel-item--banner.has-one-child .carousel-item-content>div.container {}

@media (min-width: 576px) {
  .carousel-item--banner.has-one-child .carousel-item-content>div.container {
    max-width: var(--lqd-container-width-xs, 540px);
  }
}

@media (min-width: 768px) {
  .carousel-item--banner.has-one-child .carousel-item-content>div.container {
    max-width: var(--lqd-container-width-sm, 720px);
  }
}

@media (min-width: 992px) {
  .carousel-item--banner.has-one-child .carousel-item-content>div.container {
    max-width: var(--lqd-container-width-md, 960px);
  }
}

@media (min-width: 1200px) {
  .carousel-item--banner.has-one-child .carousel-item-content>div.container {
    max-width: var(--lqd-container-width-lg, 1140px);
  }
}

@media (min-width: 1400px) {
  .carousel-item--banner.has-one-child .carousel-item-content>div.container {
    max-width: var(--lqd-container-width);
  }
}

.banner .flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  position: relative;
  border-radius: 5em;
  background-color: var(--lqd-color-primary);
  color: var(--lqd-color-primary);
  transition: all 0.3s;
  cursor: pointer;

  opacity: 0.3;
}

.banner .flickity-page-dots .dot.is-selected {
  background-color: var(--lqd-color-primary);
  color: var(--lqd-color-primary);
  opacity: 1;
}

.dropdown-menu-listing {
  box-shadow: 0 4vh 3vh 0vh rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .col--cstm-ftr-1 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col--cstm-ftr-2 {
    flex: 0 0 auto;
    width: 22%;
  }

  .col--cstm-ftr-3 {
    flex: 0 0 auto;
    width: 31%;
  }
}

.col-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-media-search--custom {
    margin-top: 1.5em;
  }
}


.lqd-mobile-sec .main-nav>li>a {
  font-size: 14px;
}

.lqd-mobile-sec ul.main-nav.lqd-mobile-main-nav>li>a {
  padding: 10px 6px;
}

.lqd-mobile-sec .nav-item-children {
  padding-top: 6px;
  padding-bottom: 6px;
}

[data-mobile-nav-style=minimal] .lqd-mobile-sec .nav-item-children {
  font-size: 12px;
}



.lqd-mobile-sec .submenu-expander {
  width: 30px;
  height: 30px;
  font-size: 12px;
  right: 5px;
}

.lqd-mobile-sec .nav-item-children>li>div.flex a,
.lqd-mobile-sec .nav-item-children>li>a {
  padding: 0.75em 1rem 0.75em 1rem;
}

.mobile-nav-activated body {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}



.main-header .container-nav {
  max-width: 100%;
  padding: 0 calc(18% - .6vw);
}


.ld-fh-element em {
  line-height: 1.5;
  font-size: 14px;
  display: block;
}

.ld-fh-element--custom ul {

  list-style: none;
  padding-left: 0;
}

.ld-fh-element--custom ul,
.ld-fh-element--custom p {
  margin-top: 1rem;
}

.ld-fh-element--custom strong {
  color: var(--lqd-color-primary);
}

.ld-fh-element--custom li {
  margin-bottom: .9rem;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.46;
}

.ld-fh-element--custom li::marker {
  display: none;
}

.ld-fh-element--custom li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17l-6-5 6-5v10z' fill='%23f57f29'/%3E%3C/svg%3E");
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0;
}

/*  */

.start-here__first .popup-title,
.start-here__second .form-title {
  font-size: 1rem;
}

.custom-form-group {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.custom-form-group label {
  color: var(--lqd-body-text-color);
}

.custom-form-group input {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 6px 0;

}

.start-here__btn-loader-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.custom-form-group .selection {
  font-weight: 600;
}

.custom-form-group input:focus-visible {
  outline: none;
}

.flickity-viewport {
  height: 505px;
  /* margin-left: 50px; */
  min-height: 400px;
}

.start-here__list-wrap {
  padding-left: 1em;
  padding-top: 1rem;
}

.carousel-nav {
  margin-top: 22px;
  /* padding-left: 50px; */
}

.note-accordian {
  padding-top: 16px;
}

.form-sub-text {
  font-weight: 600;
  padding-top: 8px;
}

.section-wrapper .img-circle-7 {
  max-width: 885px;
  max-height: 800px;
  height: 100%;
  bottom: 24px;
}

.section-wrapper .img-circle-8-modify {
  top: 6%;
}

.lqd-contact-form input[type=submit],
.lqd-contact-form button[type=submit] {
  height: unset;
  align-items: center;
  transition: all 0.3s ease;
  padding: 1em 2.5em !important;
  max-height: unset;
  font-size: 17px;
}

.lqd-fb-style-6:hover .lqd-fb-hover-svg {
  opacity: 0;
}

/* course page top section */
/* .course-page .case-studies-svg {
  width: 826px;
  height: 1011px;
  display: block;
  opacity: 0.1;
  left: -65px;
  top: -119px;
} */

.eligible-section h2 {
  font-size: 32px;
}

.eligible-section .eligible-sub-text {
  font-size: 18px;
}

.eligible-section li {
  font-size: 16px;
}

/* 
.eligible-section .case-studies--right {
  padding-left: 30px;
} */

/* .single-page .case-studies-svg {
  width: 773px;
  height: 705px;
  left: -52px;
  top: -20px;
  z-index: -1;
} */

/* .eligible-section  .container {
  padding: 0 !important;
} */
.eligible-section-wrap {
  border-radius: 4px;
  box-shadow: 0px 0px 8px 4px rgba(208, 202, 239, 0.2);
  /* margin-top: 50px; */
  background: white;
  z-index: 999;
  border: 1px solid #fff0e5;
  position: relative;
}

/* .testimonial-section .shadow-carousel {
  border: 1px solid #e3e3e3;
  box-shadow: none;
} */

.testimonial-section .carousel-items--news {
  margin-top: 0;
}

.single-page .note-accordian {
  color: #000;
}

.job-ready-info {
  display: flex;
}

.job-ready-info .tiles-wrapper {
  background: rgb(251 214 185 / 18%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  border-radius: 8px;
  /* background-image: radial-gradient(circle 346px at 0.3% 100%, #ffffff 0%, #fbd6b9 100.7%); */
  text-align: center;
  box-shadow: 3px 2px 5px 0px #ababab;
  height: 100%;
  position: relative !important;
  margin-right: 36px;
}

.tiles-wrapper .second-icon {
  position: absolute !important;
  top: auto;
  left: 44px !important;
}

.location-info {
  display: flex;
}

.location-info p {
  padding: 45px 60px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  margin-right: 44px;
}

.location-info p span {
  display: block;
  text-align: center;
  color: #838383;
  font-weight: 600;
}


.location-info p span.location-title {
  display: block;
  font-weight: 600;
  color: #f57e25;
  font-size: 24px;
  padding-bottom: 16px;
}

h6.ld-fh-element {
  font-size: 18px !important;
}

.testimonial-section .flickity-viewport {
  /* height: unset !important; */
}

.lqd-imggrp-single {
  display: flex;
  align-items: center;
  width: 165px;
  height: 90px;
}

.lqd-imggrp-single figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 
.slick-clients{
  margin-top: 100px;
} */

.testimonial-section .btn-hover-swp:hover .btn-txt {
  transform: none !important;
}

.testimonial-section .flickity-viewport {
  height: auto;
  min-height: 400px;
}

.testimonial-section .carousel-item.has-one-child .carousel-item-content {
  height: auto;
}

.contact-form .lqd-contact-form textarea {
  height: 100px;
}

.contact-form .lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
}

.contact-form .lqd-contact-form .ui-button.ui-selectmenu-button {
  border-bottom-color: rgb(118 118 118);
}

.accordion-title a {
  align-items: flex-start;
}

@media (max-width: 768px) {

  .case-studies.single-page h2,
  .case-studies.single-page .ld-fh-element p,
  .case-studies.single-page .transition-inner-text,
  .case-studies.single-page .what-we-do {
    text-align: left;
  }

  .lqd-imggrp-single {
    width: auto;
  }

  .cms-body {
    padding-top: 25px;
  }

  .breadcrumb {
    padding-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .cms-body {
    padding-top: 20px;
  }

  .breadcrumb {
    padding-bottom: 10px;
  }

  .contact-title {
    font-size: 18px !important;
  }

  .contact-info {
    font-size: 16px !important;
  }

  .embeded-video,
  .faqs,
  .eligible-section {
    padding-bottom: 40px !important;
  }

  .testimonial-section {
    padding: 0px 0px;
  }

  /* .form {
    padding-top: 0;
    padding-bottom: 0;
  } */
  .testimonial {
    padding: 0 10px;

  }

  .course-page .lqd-has-accordion {
    margin-bottom: 0 !important;
  }

  .testimonial .carousel-item-content {
    padding: 0 15px;
  }

  /* .eligible-section .eligible-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 215px;
  } */
  .eligible-section-wrap .ld-fh-element--hire ul {
    margin-bottom: 30px;

  }

  /* .eligible-section-wrap .ld-fh-element > :last-child{
    margin-bottom: 40px;
  } */
  /* .eligible-section .case-studies--right{
    padding: 15px 25px;
  } */

  /* course page */
  .course-page h6.ld-fh-element,
  .course-page .ld-fancy-heading,
  .course-page .ld-fh-element.ld-fh-element--hire {
    text-align: left;
  }

  .course-page .ld-fh-element.ld-fh-element--hire {
    width: 100% !important;
  }

  .lqd-section.banner .flickity-viewport {
    height: 750px !important;
  }
}

.ld-fancy-newsletter .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
}

.contact-section .lqd-contact-form .wpcf7-form .wpcf7-spinner {
  width: 150px;
}

/* top nav */
.top-navigation {
  padding: 0.65% 2.5% 0.65% 3.5%;
  border-bottom: 1px solid #eaeaea;
}

.top-navigation .main-nav>li>a {
  font-size: 14px;
}

.top-navigation .main-nav>li {
  position: relative;
}

.is-stuck {
  top: -76px;
}

.top-navigation .lqd-submenu-cover .main-nav>.menu-item-has-children:not(.megamenu)>.nav-item-children {
  padding-top: 30px;
  top: 40px;
}

/* .banner.home-banner {
  max-height: 919px;
} */

.banner.home-banner .carousel-item-content {
  margin-top: -105px;
}

@media screen and (min-device-width: 1201px) and (max-device-width: 1440px) {
  .ld-masked-image--banner .svg-arw {
    top: -1.5vw;
  }

  .is-stuck {
    top: -55px
  }

  .banner.home-banner .carousel-item-content {
    margin-top: -120px;
  }

  .start-here__drpdwn.show {
    top: 88px !important;
  }
}

/* sttart here */
.start-here__list-wrap li a {
  color: var(--lqd-body-text-color);
}

/* dropdown menu width for longer texts */
.nav-item-children {
  min-width: 265px;
}

@media screen and (min-device-width: 768px) and (max-device-width: 820px) {
  .lqd-section.banner .flickity-viewport {
    height: 1022px !important;
  }
}

@media (max-width: 768px) {

  .case-studies.single-page h2,
  .case-studies.single-page .ld-fh-element p,
  .case-studies.single-page .transition-inner-text,
  .case-studies.single-page .what-we-do {
    text-align: left;
  }

  .lqd-imggrp-single {
    width: auto;
  }

  .cms-body {
    padding-top: 25px;
  }

  .breadcrumb {
    padding-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .cms-body {
    padding-top: 20px;
  }

  .breadcrumb {
    padding-bottom: 10px;
  }

  .contact-title {
    font-size: 18px !important;
  }

  .contact-info {
    font-size: 16px !important;
  }

  .embeded-video,
  .faqs,
  .eligible-section {
    padding-bottom: 40px !important;
  }

  .form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial {
    padding: 0 10px;

  }

  .course-page .lqd-has-accordion {
    margin-bottom: 0 !important;
  }

  .testimonial .carousel-item-content {
    padding: 0 15px;
  }

  /* .eligible-section .eligible-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 215px;
  } */
  .eligible-section-wrap .ld-fh-element--hire ul {
    margin-bottom: 30px;

  }

  /* .eligible-section-wrap .ld-fh-element > :last-child{
    margin-bottom: 40px;
  } */
  /* .eligible-section .case-studies--right{
    padding: 15px 25px;
  } */

  /* course page */
  .course-page h6.ld-fh-element,
  .course-page .ld-fancy-heading,
  .course-page .ld-fh-element.ld-fh-element--hire {
    text-align: left;
  }

  .course-page .ld-fh-element.ld-fh-element--hire {
    width: 100% !important;
  }

  .lqd-section.banner .flickity-viewport {
    height: 750px !important;
  }

  .top-navigation {
    padding: 5px 0;
    border-bottom: none;
  }

  .top-navigation .main-nav>li>a {
    padding: 10px;
  }
}

.location-wrapper {
  margin-bottom: 70px;
}


.location-information {
  margin-right: 40px;
  position: relative;
}

.location-information p {
  font-size: 18px;
}

.location-information .main-address {
  color: #313131;
  font-size: 20px;
  font-weight: 600;
}

.lity-content {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.case-study.cms .icon-box-module {
  margin-bottom: 3rem;
}

.ld-module-search {
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.ld-module-search svg {
  width: 22px;
  fill: #f57f29;
}

.navbar-brand img {
  transition: opacity 0.3s, visibiliy 0.3s;
  /* width: 10vw;
  height: 60px;
  max-width: 190px;
  max-height: 100%; */
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .banner.home-banner {
    padding-top: 18% !important;
  }
}

.single-form {
  margin-bottom: 16px;
}

.single-form input {
  width: 90%;
}

.lqd-contact-form .single-form select,
.lqd-contact-form .single-form input[type=text],
.lqd-contact-form .single-form input[type=email],
.lqd-contact-form .single-form input[type=password],
.lqd-contact-form .single-form input[type=number],
.lqd-contact-form .single-form input[type=tel],
.lqd-contact-form .single-form .ui-button.ui-selectmenu-button {
  width: 90%;
  height: 40px;
}

.lqd-contact-form .single-form textarea {
  height: 85px;
}

.single-form .ui-id-1-button {
  border-bottom-color: rgb(118 118 118);
}

/* search */
.lqd-module-search-slide-top .ld-search-form input {
  height: 70px;
  border-bottom: 3px solid #2d2d2d;
  font-size: 44px;
}

.lqd-module-search-slide-top .ld-search-form .input-icon {
  width: 45px;
  height: 45px;
}



[data-mobile-nav-scheme=dark] .lqd-mobile-sec .navbar-collapse {
  background-color: #00053e;
  color: #fff;
}

[data-mobile-nav-style=classic] .lqd-mobile-sec .navbar-collapse,
[data-mobile-nav-style=minimal] .lqd-mobile-sec .navbar-collapse {
  max-height: 80vh;
  box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) and (max-width: 991px) {
  .ld-module-search {
    width: 40px !important;
  }

  .location-wrapper .row> :nth-child(3),
  .location-wrapper .row> :nth-child(4) {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    /* width: 35vw !important;
    height: 50px !important; */
  }
}

/* for mobiles */
.nav-right {
  display: flex;
  width: 60% !important;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .start-here-btn {
    margin-left: 0 !important;
  }
}

.radio-buttons {
  margin-top: 16px;
  margin-bottom: 32px;
}

.radio-buttons .wpcf7-list-item {
  display: block !important;
  margin-bottom: 12px;
}

.single-form .lqd-contact-form label {
  color: #6a6a6a !important;
}

.single-form .radio-buttons span.wpcf7-list-item-label {
  color: #949ca1 !important;
}

.single-form label.form-label {
  margin-bottom: 12px;
}

.single-row-form,
.additional-info,
.last-form-row {
  margin: 30px 0;
}

.single-form .ui-selectmenu-text {
  display: block;
}

@media screen and (max-width: 991px) {
  .lqd-module-search-slide-top .ld-module-dropdown.show {
    visibility: visible;
    transition: transform 0.85s var(--ease), visibility 0.8s step-start;
    transform: translate3d(0, 0, 0);
  }

  .lqd-module-search-slide-top .ld-module-dropdown.show .ld-search-form-container {
    max-width: 90vw;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 991px) {
  .lqd-module-search-slide-top .ld-module-dropdown {
    height: 25vh !important;
  }
}

.lqd-module-search-slide-top .ld-module-dropdown.is-active .ld-search-form .input-icon:before,
.lqd-module-search-slide-top .ld-module-dropdown.show .ld-search-form .input-icon:before {
  transition-delay: 0.15s;
  transform: scale(1);
}

.lqd-module-search-slide-top .ld-module-dropdown.is-active .ld-search-form .input-icon i:before,
.lqd-module-search-slide-top .ld-module-dropdown.show .ld-search-form .input-icon i:before {
  transition-delay: 0.35s;
  transform: rotate(45deg) translate(0, 0) scale(1);
}

.lqd-module-search-slide-top .ld-module-dropdown.is-active .ld-search-form .input-icon i:after,
.lqd-module-search-slide-top .ld-module-dropdown.show .ld-search-form .input-icon i:after {
  transition-delay: 0.42s;
  transform: rotate(-45deg) translate(0, 0) scale(1);
}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 932px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .lqd-module-search-slide-top .ld-module-dropdown {
    height: 230px !important;
  }

  .lqd-module-search-slide-top .ld-search-form input {
    height: 80px;
    font-size: 48px;
  }

  .lqd-module-search-slide-top .ld-search-form .input-icon {
    width: 45px;
    height: 45px;
  }

}

@media screen and (max-width: 575px) {
  .lqd-module-search-slide-top .ld-search-form input {
    height: 65px;
    font-size: 26px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 575px) {
  .lqd-module-search-slide-top .ld-search-form .input-icon {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 575px) and (max-width: 991px) {
  .lqd-module-search-slide-top .ld-module-dropdown {
    height: 230px !important;
  }

  .lqd-module-search-slide-top .ld-search-form input {
    height: 80px;
    font-size: 48px;
  }

  .lqd-module-search-slide-top .ld-search-form .input-icon {
    width: 45px;
    height: 45px;
  }
}

/* .card-design  {
  margin-right: 30px;
} */

.portfolio-single {
  position: relative !important;
  top: unset !important;
  left: unset !important;
}

.lqd-pf-item {
  margin-bottom: 50px;
}

.lqd-pf-img figure.w-full {
  height: 200px;
}

.lqd-pf-img figure.w-full img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

/* .card-min-height .card-design {
  min-height: 350px;
} */

@media (max-width: 767px) {
  .location-information {
    margin-right: 0;
  }
}

.home-carousel .flickity-viewport {
  height: 100% !important;
}

.home-carousel .carousel-item .icon-box-module {
  min-height: 300px;
}

@media (max-width: 767px) {
  .ld-module-search {
    display: flex;
    align-items: center;
    width: 30px !important;
    margin-right: -5px;
  }

  .location-wrapper,
  .card-design {
    min-height: auto;
  }

  .location-wrapper .row> :not(:last-child) {
    margin-bottom: 30px;
  }

  .footer-phone {
    padding-left: 0 !important;
  }

  .form-media-search__col,
  .form-media-search__col-input {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .main-header .container-nav {
    max-width: 96%;
  }
}

@media (max-width: 992px) {
  .ld-module-search svg {
    width: 28px !important;
    height: 20px !important;
  }

}

.titlebar-cms-banner {
  background-position: top;
}

html :where(img[class*=wp-image-]) {
  height: 450px !important;
  width: 500px;
  object-fit: cover;
  padding: 15px 15px 15px 0;
}

.news-detail-content {
  padding-top: 30px;
}

.training_location .wpcf7-list-item {
  margin: 0.5em 0 0 0em;
}

.lqd-contact-form.esv-form .wpcf7-spinner {
  width: 150px;
}

.evs-page .case-studies--right img {
  width: 300px;
  max-width: 100%;
}

@media (max-width: 992px) {
  .evs-page .case-studies--right img {
    margin: 0 auto;
    display: flex;
  }
}

.evs-elligible .eligible-btn {
  height: 61px;
}

@media (max-width: 575px) {
  .evs-elligible .eligible-btn {
    display: flex;
    justify-content: center;
  }
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.home-testimonial .carousel-item-svg {
  width: 400px;
  height: 400px;
  left: -48px;
  top: -35px;
}

.home-testimonial .carousel-items--news {
  margin-top: 0;
}

@media screen and (max-device-width: 992px) {
  .home-carousel .carousel-item .icon-box-module {
    min-height: 100%;
  }
}

@media (max-width: 992px) {
  .marketing.home-about {
    padding-bottom: 0;
  }

  .home-carousel .flickity-viewport {
    height: 490px !important;
    min-height: 400px !important;
  }

  .main-left-content {
    padding-right: 0;
  }

  .main-right-content {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .marketing.home-about {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-dots-mobile {
    display: none !important;
    width: 100%;
  }

  .news-listing-p .testimonial-section .testimonial {
    margin-top: 40px;
  }
}


/* Hide the spin buttons for number inputs */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


.select--one.custom-select {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.select--one.custom-select .wpcf7-form-control-wrap {
  order: 3;
}

.select--one .select-selected {
  border: none;
  padding: 13px 0;
  min-height: 50px;
  border-bottom: 1px #767676 solid;
  border-radius: 0;
  order: 1;
  /* font-size: 16px; */
  /* font-weight: 600; */
  position: relative;
  /* letter-spacing: .005em; */
  padding-right: 2rem;
  line-height: 1.46;
}



.select--one .select-items {
  top: calc(100% - 32px);
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 12px 6px rgba(62, 66, 66, .14);
  -moz-box-shadow: 0px 12px 12px 6px rgba(62, 66, 66, .14);
  box-shadow: 0px 12px 12px 6px rgba(62, 66, 66, .14);
  border: 1px #d8d8d8 solid;
  order: 2;
}


.select--one .select-selected:after {

  top: 50%;

  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%23F1F1F1'/%3E%3Cpath d='M15 7H5L10 14L15 7Z' fill='%23505050'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}

.select--one .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  border: none;
}

.select--one .select-items div {
  border-bottom: 1px #d9d7d8 solid;
}


.select--one .select-items div:last-child {
  border: none;
}

.form-floating.mb-3 {
  margin-bottom: 1.6rem;
}

.position-relative {
  position: relative !important;
}

.wpcf7-not-valid-tip {

  margin-top: .5rem;
}

.lqd-contact-form select,
.lqd-contact-form input[type=text],
.lqd-contact-form input[type=email],
.lqd-contact-form input[type=password],
.lqd-contact-form input[type=number],
.lqd-contact-form textarea,
.lqd-contact-form .ui-button.ui-selectmenu-button {
  /* font-size: 16px; */
  /* height: 46px; */
  /* font-weight: 600;
  letter-spacing: .005em; */
}


.form .lqd-contact-form {
  margin-top: 1rem;
}


@media screen and (max-width: 567px) {
  span.wpcf7-form-control-wrap.recaptcha {
    transform: scale(.8);
    display: block;
  }

  .form-recaptcha {
    text-align: left;
    display: flex;
    justify-content: flex-end;
  }
}

/* .btn--register {
  --btn-pt: 1em;
  --btn-pe: 1.5em;
  --btn-pb: 1em;
  --btn-ps: 1.5em;
} */


/* .btn {
  --icon-ms: 25px;
  display: inline-flex;
    width: min-content;
}

*/

@media screen and (max-width: 567px) {
  .btn {
    /* max-width: min-content;
    --icon-ms: 30px; */
    /* --icon-ms: 25px; */
    /* display: inline-flex; */
    /* width: min-content; */
  }

  .btn>span.btn-txt {
    white-space: wrap;
  }

  .btn>span.btn-icon {
    --icon-ms: 25px;
    margin-inline-start: var(--icon-ms);
  }

}

.board-members-figure.gallery-figure {
  display: block;
  padding-bottom: 74%;
  background: #f2f2f2;
}

.board-members-figure.gallery-figure--modal {
  padding-bottom: 56.6%;
}



.board-members-figure--modal .board-members__img-wrap.gallery--img-wrap {
  width: 100%;
  height: auto;
  border: none;
}

.lqd-modal--gallery {
  padding: 0;
}

.gallery--modal {
  margin-bottom: 0;
}

.gallery-content {
  padding: 1em 1em;
  background: #00053e;
  color: #d2d4e4;
  text-align: center;
}

.gallery-content h1,
.gallery-content h2,
.gallery-content h3,
.gallery-content h4,
.gallery-content h5,
.gallery-content h6{
  color: white;
    font-size: 16px;
    font-weight: 600;
}

.gallery-block {
  margin: 2.5em 0;
}

.clients .container {
  max-width: 700px;
}

.clients .lqd-imggrp-single {
  display: inline-block;
  width: auto;
  height: auto;
}

.clients .row .col {
  align-items: center;
  display: inline-flex;
  justify-content: center;

}

.clients .row .col:nth-child(n+2) {
  border-bottom: 1px #eaeaea solid;
}

.clients .row .col:nth-child(n+7) {
  border-bottom: 0px #eaeaea solid;
}

.clients .lqd-imggrp-single figure {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: red; */
  height: 100%;
}

.clients .lqd-imggrp-single figure img {
  mix-blend-mode: multiply;
}



.clients .row .col:nth-child(2) figure img {
  min-height: 120px;
  object-fit: contain;
  max-height: 120px;
  width: 100%;
}


.clients .row .col:nth-child(3) figure img,
.clients .row .col:nth-child(4) figure img,
.clients .row .col:nth-child(5) figure img,
.clients .row .col:nth-child(6) figure img {
  min-height: 80px;
  object-fit: contain;
  max-height: 80px;
  max-width: 220px;
  width: 100%;
}


.clients .row .col:nth-child(7) figure img,
.clients .row .col:nth-child(8) figure img,
.clients .row .col:nth-child(9) figure img {
  min-height: 70px;
  object-fit: contain;
  max-height: 70px;
  width: 100%;
  max-width: 100%;
}




@media (max-width: 767px) {
  .clients .row .col {

    padding-top: 0;
    padding-bottom: 0;
  }

  .clients .row .col:nth-child(3) figure img,
  .clients .row .col:nth-child(4) figure img,
  .clients .row .col:nth-child(5) figure img,
  .clients .row .col:nth-child(6) figure img {
    min-height: 60px;
    max-height: 60px;
  }

  .clients .row .col:nth-child(7) figure img,
  .clients .row .col:nth-child(8) figure img,
  .clients .row .col:nth-child(9) figure img {
    min-height: 50px;

    max-height: 50px;
  }
}

.cms-top .titlebar-cms-banner--center{
  background-position: 50% 50%;
}

.no-overlay::before{
  display: none;
}


.c-cms-content table th, 
.c-cms-content table td{
  border: none;
  padding: 0.5em 1em 0.5em 1em;
}