/* ***** Banner ***** */
:root{

}


.btn-ms {
  --btn-pt: 1em;
  --btn-pb: 1em;
  --btn-pe: 2.714em;
  --btn-ps: 2.714em;
}

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

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

/* .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%);
} */

.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;
  opacity: 0;
}

.ld-masked-image .main-banner::before {
  content: "";
  /* padding-top: 576px; */
  display: block;
  padding-top: 100%;
}

.clip-svg-bubble {
  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;
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
}

.clip-svg {
  transform: scale(1.8, 1.8);
  background-repeat: no-repeat;
  background-position: center;
}

/* .banner-type-text {
  overflow: hidden;
  border-right: 0.15em solid orange;
  white-space: nowrap;
  animation: typing 2.5s steps(50, end) forwards;

  width: 0;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
} */

.banner-content-text {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  opacity: 0;
  transform: translateY(100px);
  display: block;
}

@media (min-width: 2560px) {
  .ld-masked-image .main-banner::after {
    width: min(25vw, 11vw);
    height: min(25vw, 11vw);
  }
  .title-4k {
    font-size: 5vw;
  }
  .text-4k {
    font-size: 1vw;
  }
  .btn-4k {
    font-size: 0.8vw;
  }
}

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

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

  .banner .module-btn {
    margin-right: 10px;
  }
  .ld-masked-image .main-banner {
    max-width: 70vw;
    margin-top: 3rem;
  }
}

@media (max-width: 991px) {
  .banner {
    padding: 50px 30px 50px 30px;
  }
}

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

  .banner .ld-fancy-heading h2 {
    font-size: 11vw;
  }

  .banner .module-btn {
    margin: 0 0 10px 0;
  }
  .ld-masked-image .main-banner {
    /* max-width: 90vw; */
    margin-top: 0;
  }
}

/* ***** services ***** */
@media (max-width: 1199px) {
  .services {
    padding: 0 30px;
  }
  .navbar-brand img {
    width: 110px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .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: 767px) {
  .portfolio {
    padding: 20px 10px 30px 10px;
  }

  .portfolio .module-content {
    padding: 15px;
  }
  .navbar-brand img {
    width: 90px;
    height: 35px;
  }
}

/* ***** Marketing ***** */
.marketing .module-content {
  padding-left: 12.5%;
}

.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;
}

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

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

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

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

  .marketing .module-content {
    padding: 0 10px;
  }
  .icon-box-colored {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@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,
.icon-box-module--one
 {

  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: 10%;
  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%);
} */

@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: 170px 30px 85px 30px;
  }

  .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: 70px 10px;
  }
}

/* ***** 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 ***** */
@media (max-width: 1199px) {
  .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%;
}

.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%;
}

.img-circle-8-modify {
  top: 20%;
}
.img-circle-9 {
  /* width: 587px;
  height: 691px; */
  width: 50vh;
  height: auto;

  right: 0;
  z-index: 0;
  top: 0;
}

.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;
}

.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 15px;
}

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

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

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

.footer-info a:hover {
  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: 0px;
    margin-left: 0px;
    padding: 0;
  }
}

/* ***** 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: 1rem;
    padding-bottom: 3rem;
  }
  .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: 1rem;
    padding-bottom: 1rem;
  }
}

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

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

  .main-nav > li {
    display: inline-flex;
    justify-content: center;
  }
  .main-nav > li > a {
    font-size: 11px;
    /* background: red; */
    max-height: 36px;
  }
  .banner {
    padding-top: 140px;
  }
}

@media (min-width: 1380px) {
  .main-nav > li > a {
    font-size: 13px;
  }
  .text-call-info {
    font-size: 16px;
  }
}

@media (min-width: 1680px) {
  .text-call-info {
    font-size: 18px;
  }
  .main-nav > li > a {
    font-size: 14px;
  }

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

/* ***** 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;
  }
  .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: 75px;
    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: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

@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: 767px) {
  .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;
  }
  .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: 16vw;
  }
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  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;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .col--cstm-ftr-1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  [data-modal-type="default"] .lity-container{
    overflow-y: scroll;
  }
 
}

/* .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;
  top: 0;
  width: 132px;
  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::before,
.wpcf7-form .collective__form .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 15px;
  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);
}
/*

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

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

.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--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: 25%;
    flex: 0 0 auto;
  }
  .modal-governance {
    font-size: 18px;
  }
  .modal-governance p {
    margin-bottom: 1.5em;
  }
}

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

.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);
}

.news-section-list figure.w-full {
  position: relative;
  padding-top: 206px;
  background-color: #cfcfcf;
}

.news-section-list figure.w-full img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.lqd-pf-item:hover figure.w-full img {
  opacity: 1;
}

@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;
  }
  .lity[data-modal-type=default] .lqd-modal {
    padding: 22px 2em;
  }
}

@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;
  }
  .news-section-list .digital-design {
    /* background-color: red; */
  }
  .news-section-list .digital-design:nth-child(n + 3) {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .content #wpsl-wrap {
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
  }
}
/* 
@media (min-width: 768px) {
  .view-more-btn{
    display: none !important;
  }
} */

@media (min-width: 2560px) {
  .banner-size {
    max-width: 100%;
  }
}

.titlebar-inner--spacing {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .titlebar-inner--spacing {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .titlebar-inner--spacing {
    padding: 8rem 0;
  }
  .lqd-contact-form .row > div {
    width: 100%;
    padding: 0 20px !important;
}
  .form.subscribe .ld-fancy-heading {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .titlebar-inner--spacing {
    padding: 24vh 0;
  }
}

@media (min-width: 1580px) {
  .titlebar-inner--spacing {
    padding: 28vh 0;
  }
}
/* 
.lqd-mobile-sec
  ul.main-nav.lqd-mobile-main-nav
  > li.menu-item-has-children::before {
  content: "\ea2f";
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.05);
  right: 25px;
  top: 11px;
  opacity: 1;
  border-radius: 3px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: normal 1em/1 "lqd-essentials";
} */
/* 
[data-mobile-nav-scheme="dark"]
  .lqd-mobile-sec
  ul.main-nav.lqd-mobile-main-nav
  > li.menu-item-has-children
  > a {
  background: yellow;
  max-width: calc(100% - 62px);
} */

/* .lqd-mobile-sec-nav .menu-item-has-children > a .submenu-expander {
  opacity: 0;
} */
.carousel-custom  .carousel-nav {
   margin-left: 100px;
}




.icon-box-module--one{
  max-width: 260px;
}

:root{
  --lqd-container-width-887: 917px;
}
.container--887{
  max-width: var(--lqd-container-width-887);
}

.c-collective-top{
  /* padding-bottom: ; */
}

.c-collective-monitoring--module{
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.c-collective-monitoring__block ul{
  list-style: none;
  /* background: yellow; */
  padding-left: 15px;
}

.c-collective-monitoring__block li{
  position: relative;
}
.c-collective-monitoring__block li::before{
  content: "\002022 ";
  /* color: red; */
  font-size: 16px;
  /* transform: translateY(-40px); */
  position: relative;
  left: -15px;
  position: absolute;
}

.collective-monitoring__header p{

}

.collective-monitoring__img img{
  border-radius: 10px;
}

.collective-monitoring__para{
  display: block;
  max-width: 658px;
  margin: 0 auto;
  margin-bottom: 2.8em;
}

.collective-monitoring__para p{
  line-height: 1.4;
}

.c-collective-mid{
  position: relative;
}

.c-collective-mid__figure{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-collective-mid__figure img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.c-collective-mid__block{
    /* min-height: 400px; */
    width: 100%;
    position: relative;
    z-index: 2;
    background: rgba(0,5,52 ,.7);
    padding: 5.5rem 0;
    color: white;
    height: 100%;
    /* display: flex; */
    /* align-items: stretch; */
}

.c-collective-mid__title{
  /* font-size: 45px; */
  display: block;
  margin-bottom: 1rem;
}

.c-collective-mid__content{
  line-height: 1.3;
}

.c-collective-mid__imgholder{
  display: flex;
  /* text-align: right; */
  /* background: red; */
  justify-content:center;
}

.c-collective-mid__imgholder img{
  display: block;
  max-width: 100%;
}

.box-shadow-bottom--one {
  box-shadow: 0 0px 20px 5px rgba(27, 32, 75, 0.07);
}

.event-gallery .lqd-filter-counter{
  display: none !important;
}

.filter-list-inline--custom-one li + li {
  margin-inline-start: 0em;
}

.liquid-filter-items .btn{
  display: block;
  padding-left: 1vw;
  padding-right: 1vw;
  width: 100%;
  min-width: 120px;
  /* min-width: 6.8vw; */
  text-align: center;
}

.liquid-filter-items .btn.all{
  min-width: 60px;
}

.lqd-pf-item.lqd-pf-item-style-2{
  margin-bottom: 20px;
}


.ratio {
  position: relative;
  width: 100%;
}



.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collective__form textarea{
  height: 120px;
}

.event-gallery .lqd-pf-item:hover .lqd-pf-overlay-bg {
  opacity: 1;
}

.event-gallery .lqd-pf-item:hover .lqd-pf-overlay-bg::before {
  content: "";
  background: rgb(164,153,199);
  background: linear-gradient(145deg, rgba(164,153,199,1) 0%, rgba(0,5,62,1) 100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: .7;
  position: absolute;
}




@media (min-width: 1200px) {
  [data-modal-type=default] .lity-container {
    width: 888px;
  }
  
}

.lity[data-modal-type=default] .lity-container{
  border-radius: 20px;
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.lity[data-modal-type=default] .lqd-modal {
  padding:2.8em 3em;
}

















.lity[data-modal-type=default] .lity-backdrop{
  background-color: rgba(0, 0, 0, 0.6);
}

.lity[data-modal-type=default] .lity-content{
  overflow: visible;
}

.form.subscribe .module-form{
    box-shadow: none;
}

.message--subscribe .wpcf7-list-item{
  margin: 0;
}

.lqd-contact-form .message--subscribe label {
  font-weight: inherit;
  margin-inline-end: 5px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5em;
}

.message--subscribe .wpcf7-list-item-label{
  font-size: 11px;
}

.lqd-contact-form.subscribe__form .ui-button.ui-selectmenu-button .ui-selectmenu-text {
  font-size: 13px;
}


.lqd-contact-form.subscribe__form .lqd-form-control-wrap {
  margin-bottom: 15px;
}

.collective--carousel{
  width: calc(100% - 60px);
  /* background: red; */
  margin: 0 auto;
}

.collective--carousel .carousel-nav{
  position: absolute;
  /* background: rebeccapurple; */
  width: calc(100% + 60px);
  top: 0;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.collective--carousel .carousel-nav.carousel-nav-lg .flickity-button{
  width: 30px;
  border-radius: 0px;
  background: transparent;
}

.collective--carousel .carousel-nav.carousel-nav-circle .flickity-button::before {
  content: "";
  width: 100%;
  height: 100%;
  /*  background-color: red;  */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='30px' viewBox='-4.5 0 19 19' fill='%23fff'%3E%3Cpath d='M8.4 17.269a1.026 1.026 0 0 1-.727-.302l-6.801-6.8a1.03 1.03 0 0 1 0-1.456l6.8-6.8a1.03 1.03 0 0 1 1.456 1.455L3.055 9.439l6.073 6.073A1.03 1.03 0 0 1 8.4 17.27z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
}

.collective--carousel .carousel-nav.carousel-nav-circle .flickity-button.next::before {
  transform: rotate(-180deg);
  transform-origin: center;
}

.collective--carousel .carousel-nav.carousel-nav-circle .flickity-button svg {
  display: none;
}
/* added */
.breadcrumb a {
  color: var(--lqd-body-text-color);
}

.lqd-custom-menu .nav-item-children > li > a, .lqd-custom-menu > ul > li > a{
  color: var(--lqd-body-text-color);
}
/* .lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-text {
  color: var(--lqd-body-text-color);
} */
input::placeholder{
  color: var(--lqd-body-text-color);
}
.lqd-contact-form select:focus, .lqd-contact-form input:focus, .lqd-contact-form textarea:focus, .lqd-contact-form .ui-button.ui-selectmenu-button:focus{
  color: var(--lqd-body-text-color);
}
.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-text{
  color: var(--lqd-color-gray-300);
}
.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-text:focus ,.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-text:hover , .lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-text:active{
 color: var(--lqd-body-text-color);
}