/* body ,html{
  overflow: hidden;
  width: 100%;
  height: 100%;
} */
:root{
  --banner-height: 80vh;
  --banner-height-xs:524px;
  --banner-height-sm:360px;
  --banner-height-md:52vh;
  --banner-height-lg:70vh;
}
/* main home */
.is-stuck{
  z-index: 9999;
  background: #fff;
}
.home .main-header.is-stuck {
  position: fixed;
}
.home .main-header.is-stuck .main-header-menu , .desktop-inner-page .main-header-menu  {
    border-top: 1px solid #f3f4f6;
}
.home .main-header.is-stuck .module-primary-nav , .desktop-inner-page .module-primary-nav{
  border: none;
}
.lqd-mobile-sec .nav-item-children > li > a {
  font-size: 17px;
}
.nav-trigger .bar {
  /* background-color: white; */
  background-color: var(--lqd-color-primary);
}
.lqd-mobile-sec-nav {
  position: absolute;
  width: 100% !important;
  top: 100%;
  left: 0;
  z-index: 10;
}
.btn{
  font-size: 19px;
}
/* ***** Banner ***** */
.banner .btn {
  --icon-font-size: 19px;
}
.lqd-submenu-cover
  .main-nav
  > .menu-item-has-children:not(.megamenu)
  > .nav-item-children {
    padding-top: 16px;
    top: 40px;
    min-width: 255px;
    padding-bottom: 8px;
}
/* .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%);
} */
.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;
  /* transform: scale(1.4, 1.4); */
  /* transform: scale(1.55, 1.55); */
  /* transform: scale(.7=35, .7=35); */
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center center;
  opacity: 1;
  transform: translate(0px, 0px);
}
/* @media (min-width: 1680px) {
  .main-banner {
    transform: scale(1.72, 1.72);
    transform: scale(2.02, 2.02);
  }
} */
.main-banner::before {
  content: "";
  /* padding-top: 576px; */
  display: block;
  /* padding-top: 128%; */
  padding-top: 100%;
}
.clip-svg-bubble {
  position: absolute;
  width:min(23vw, 420px);
  height:min(23vw, 420px);
  background-color: var(--lqd-color-primary-two);
  display: block;
  /* bottom: -3vw; */
  bottom: -2rem;
  left: auto;
  right: 18vw;
  content: "";
  border-radius: 50%;
  z-index: 2;
  clip-path: circle(0% at 50% 50%);
  /* opacity: 0; */
  clip-path: circle(50% at 50% 50%);
  opacity: 0.9;
  mix-blend-mode: multiply; /* Blend mode set to multiply */
}
.cms-content-block {
  padding: 30px 0 15px 0;
}

@media (max-width: 1366px) {
  .clip-svg-bubble {
    width: min(20vw, 254px);
    height: min(20vw, 254px);
    /* bottom: 0; */
    right: 26vw;
    left: auto;
  }
}

@media (max-width: 1024px) {
  .clip-svg-bubble {
  
    width: min(20vw, 174px);
    height: min(20vw, 174px);
    bottom: 0;
    right: 26vw;
  
    left: auto;
  }
}
@media (max-width: 820px) {
  /* .clip-svg-bubble {
    width: min(168px, 450px);
    height: min(168px, 450px);
    right: 25vw;
    left: auto;
  } */
  .clip-svg-bubble {
    /* width: min(26vw, 420px);
    height: min(26vw, 420px); */
    width: min(150px, 420px);
    height: min(150px, 420px);
    bottom: -30px;
    left: auto;
    right: 160px;
  }
}



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

/* @keyframes openBlinds {
  to {
    transform: scaleY(1);
  }
} */

.banner-content-text {
  /* clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); */
  /* transform: translate3d(0, 100%, 100px);
  opacity: 0;
  display: block; */
  /* white-space: nowrap; */
  /* clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); */
  opacity: 1;
  /* transform: translateY(100px); */
}

.btn-about {
  opacity: 1;
  display: inline-block;
  /* transform: translateY(100px); */
}

.banner-content-text span {
  display: block;
  overflow: hidden;
  transform-origin: 0 100%;
  opacity: 1;
  /* animation: openBlinds 2s ease-in-out forwards; */
}

@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 (min-width: 1199px) {
  .banner .module-btn {
    margin-right: 10px;
  }
  .ld-masked-image .main-banner {
    max-width: 70vw;
    margin-top: 3rem;
  }
}

@media (max-width: 991px) {
  /* .banner {
    padding: 120px 0 0px 0;
    align-items: center;
  } */
  .banner .ld-fancy-heading h2 {
    font-size: 4vw;
    margin-bottom: 2vh;
    width: 100%;
  }
}




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


.portfolio {
  padding-top: 96px;
}

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

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

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

.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: 27px;
  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;
  }
  .lqd-section.art {
    padding-left: 30px;
    padding-right: 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;
  }
}

.community-video {
  margin-top: 1em;
}

@media (max-width: 991px) {
  .community {
    padding-left: 30px;
    padding-right: 30px;
  }
  .marketing .module-content {
    /* padding: 0 10px; */
    padding: 0;
    /* padding: 0; */
  }
  .marketing img.rounded-full {
    max-width: 500px;
  }
}

/* @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;
  }
  .lqd-mobile-sec {
      display: block;
      /* background: white; */
  }
}


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

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

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

.case-study-wrapper {
  max-width: 772px;
}

.carousel-item-circle {
  /* max-width: 360px;
  max-height: 360px; */
  max-width: 320px;
  max-height: 320px;
  right: -108px;
  top: -57px;
  mix-blend-mode: multiply;
  background-color: var(--lqd-color-primary-two);
}
.carousel-item-circle.location {
  right: -123px;
  top: -78px;
}
.carousel-item-circle.register {
  right: -123px;
  top: -40px;
}
.carousel-item.has-one-child .carousel-item-content > div,
.carousel-item.has-one-child .carousel-item-content > article {
  max-width: 85%;
}
.carousel-item.has-one-child .carousel-item-content > div.w-location,
.carousel-item.has-one-child .carousel-item-content > article.w-location {
  max-width: 100%;
}
@media (max-width: 991px) {
  .carousel-item.has-one-child .carousel-item-content > div,
  .carousel-item.has-one-child .carousel-item-content > article {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .case-study {
    padding: 0px 30px 25px 30px;
  }
  .case-study.cms {
    padding-top: 40px;
  }
  .case-study .title-module {
    padding: 0 10%;
  }
  .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; */
    padding: 10px 10px 10px 10px;
  }

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

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


/* ***** 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) {
  .case-study.cms.team.team {
    padding: 25px 30px 20px 30px;
  }
  .team .module-2,
  .team .module-3 {
    margin-top: 0;
  }
}
/* ***** counters ***** */
.counters .ld-fancy-heading .h2 {
  font-size: 63px;
}
/* ***** Testimonial ***** */

.testimonial .carousel-nav {
  margin-top: 1em;
}

.testimonial .flickity-button svg {
  fill: var(--lqd-color-blue-700);
}

.testimonial .carousel-nav .flickity-button:hover {
  color: white;
  background: var(--lqd-color-blue-700);
}

.carousel-item-circle.testimonial {
  max-width: 320px;
  max-height: 320px;
  right: -108px;
  top: -57px;
  mix-blend-mode: multiply;
  background-color: var(--lqd-color-primary-two);
}

 #testimonial .carousel-item-circle.testimonial {
  right: auto;
  left: -180px;
  top: auto;
  bottom: 40px;
}



.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 :30px 30px 20px 0px;
  }

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

  .testimonial .lqd-imggrp-img-container,.marketing img.rounded-full {
    /* width: 100%; */
    width: 85%;
    margin: auto;
  }
  .testimonial .carousel-item {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
  .marketing figure{
    text-align: center;
  }
}
.testimonial .lqd-imggrp-single figure {
  margin: 0 auto !important;
}
@media (max-width: 991px) {
  #testimonial .carousel-item-circle.testimonial {
    right: auto;
    left: -80px;
    top: -90px;
    bottom: auto;
  }
  .testimonial img.rounded-full {
    width: 85%;
  }
  .carousel-item-circle.testimonial{
    right: 0;
  }
}
@media (max-width: 820px) {
  .testimonial__txt-column{
    justify-content: start !important;
  }
}
/* ***** Clients ***** */
@media (max-width: 1199px) {
  .clients .module-img {
    margin: 20px 0;
  }
  .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: 39px;
  }
  .contact .module-white {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 70px 15px;
  }
  .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: 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 {
  width: 100%;
  /* max-width: 52vw; */
  /* max-width: min(62vw, 640px); */
  max-width: min(62vw, 740px);
  max-height: calc(var(--banner-height) - 23px);
  /* max-width: min(62vw, 820px); */
  position: absolute;
  top: -190px;
  right: 0;
  /* optional */
  -webkit-filter: contrast(125%);
  filter: contrast(125%);
}



@media (max-width: 991px) {
  .is-stuck [data-mobile-header-scheme="gray"] .lqd-mobile-sec .navbar-header {
    background-color: #fff !important;
  }
  .is-stuck [data-mobile-header-scheme=gray] .lqd-mobile-sec .navbar-header {
    background-color: #fff !important;
  }
  .is-stuck .nav-trigger .bar {
    background-color: #f57f29 !important;
  }
  .is-stuck .lqd-mobile-sec .ld-module-trigger-icon svg {
    fill: #f57f29 !important
  }
}


[data-mobile-header-scheme="gray"] .lqd-mobile-sec .navbar-header {
  background-color: transparent;
}
.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: 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: 40px;
    padding-bottom: 2rem;
  }
  .map .module-contact {
    box-shadow: none;
  }

  .feature-counter {
    width: 180px;
    height: 180px;
    font-size: 41px;
  }
}
@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: 40px;
    padding-bottom: 2rem;
  }
}
.text-call-info {
  font-size: 12px;
}
@media (min-width: 992px) {
  .main-nav > li > a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  /* .cms-body {
    min-height: 710px;
  } */
  .main-nav > li {
    display: inline-flex;
    justify-content: center;
  }
  .main-nav > li > a {
    font-size: 12px;
    font-size: clamp(12px, 1vw, 17px);
    /* background: red; */
    max-height: 36px;
  }

  .nav-item-children > li,
  .nav-item-children > li > a {
    font-size: clamp(12px, 1vw, 17px);
  }

  .navbar-brand img {
    max-width: 130px;
  }
}

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

  .navbar-brand img {
    max-width: 180px;
  }
  /* .main-nav > li > a {
    font-size: 17px;
  } */

}


/* ***** Image box ***** */
@media (max-width: 1199px) {
  .image-box {
    padding-right: 35px;
    padding-left: 35px;
  }
  .image-box .module-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .case-study .title-module{
      width: 100%;
      margin: 0 auto;
  }
}
@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; */
    padding-top: 0;
    padding-bottom: 0;
  }

  .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: 37px;
  }
  .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;
  }
  .about-intowork img.about-intowork-img{
    width: 75% ;
  }
 
  .case-study .title-module.about-title-module{
    width: 80%;
    margin: 0 auto;
    padding: 45px 10px 0 10px;
  }

   .ld-slideelement-hidden-inner {
    opacity: 1!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: 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: 17px;
  }
  .titlebar-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .titlebar-inner p {
    font-size: 17px;
  }
  /* .c-cms-content {
    padding-top: 55px;
    padding-bottom: 55px;
  } */
  .cms-body {
    /* padding-top: 55px;
    padding-bottom: 55px; */
    padding-top: 0;
    padding-bottom: 0;
  }

  .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: 25px 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: 31px;
  }
}

@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: 12px;
  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;
  }
}

/* .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.85rem;
  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: 150px;
  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: 13px;
  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: 17px;

  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: 17px;
  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: 25%;
    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: 19px;
  }
  .modal-governance p {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1200px) {
  .lqd-modal--governance {
    padding: 5em;
  }
}
.wpsl-more-info-listings{
  font-size: 13px;
  margin-bottom: 10px;
}
/* .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-store-location span {
  font-size: 15px;
}
.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-result-list a {
  outline: 0;
  /* font-weight: 500; */
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  /* color: var(--lqd-body-text-color); */
}

.wpsl-store-location {
  color: var(--lqd-body-text-color); 
}
a.wpsl-store-details.wpsl-store-listing {
  color: var(--lqd-body-text-color);
}
.wpsl-contact-details a{
  color: var(--lqd-body-text-color); 
}
.content #wpsl-result-list a:hover {
  color: var(--lqd-color-primary);
}

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

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

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

@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: 992px) {
  .navbar-brand-plain {
    padding-right: 1.5vw;
  }
}
@media (min-width: 1200px) {
  .navbar-brand-plain {
    padding-right: 2.5vw;
  }
  .cms-content-block{
    padding-top: 80px;
    padding-bottom: 0;
  }
  .background-gray-section{
    margin-top: 80px;
  }
}
/* @media (min-width: 2560px) {
  .banner-size {
    max-width: 100%;
  }
} */
.btn-call-us {
  min-height: 64.5px;
  /* font-size: 13px; */
  line-height: 0.7em !important;
}
.btn-call-us small {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .btn-call-us {
    font-size: 19px;
  }
}
.svg-full {
  width: 100%;
  height: 100%;
  display: block;
}
.icn-wheelchair {
  width: 32px;
  height: 32px;
}

@media (min-width: 992px) {
  .icn-wheelchair {
    width: 66px;
    height: 66px;
  }
}
.icn-wheelchair circle {
  fill: var(--lqd-color-orange-500);
}

.icn-wheelchair:hover circle {
  fill: var(--lqd-color-secondary);
}

.container--banner {
  max-width: 100%;
  padding: 0 10%;
}

@media (min-width: 992px) {
  .text-title-bnr {
    font-size: 39px;
  }
}

@media (min-width: 1200px) {
  .container--banner {
    max-width: 100%;
    padding: 0 10%;
  }
  .text-title-bnr {
    font-size: 43px;
  }
}

@media (min-width: 1580px) {
  .container--banner {
    padding: 0 10%;
  }
  .text-title-bnr {
    font-size: 57px;
  }
}

.art--img {
  max-width: 372px;
}

.art-content {
}

.art-content p {
  margin-bottom: 1.6rem;
}

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

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

.lqd-ftr-list > ul > li > a {
  line-height: 1.76em;
  color: #636363 !important;
}

.mw-960 {
  max-width: 960px;
}

.cms-content-loop h3 {
  margin-bottom: 1em;
}

.cms-content-wrapper {
  /* background-color: red; */
  /* gap: 6em; */
}

.carousel-item-circle.cms-image-loop {
  max-width: 260px;
  max-height: 260px;
  top: 0;
  bottom: auto;
  left: -90px;
}

.cms-content-wrapper
  .content-center
  .col:nth-child(1)
  .carousel-item-circle.cms-image-loop {
  max-width: 260px;
  max-height: 260px;
  top: 0;
  bottom: auto;
  left: -90px;
}

.cms-content-wrapper
  .content-center:nth-child(2)
  .col:nth-child(1)
  .carousel-item-circle.cms-image-loop {
  left: auto;
  right: -80px;
}

@media (min-width: 992px) {
  /* .cms-content-wrapper .content-center .col:nth-child(1) {
    order: 2;
  }
  .cms-content-wrapper .content-center .col:nth-child(2) {
    order: 1;
  } */
  .cms-content-wrapper .content-center .cms-content-loop {
    padding-right: 4em;
  }
  .cms-content-wrapper.swing
    .content-center:nth-child(1)
    .col:nth-child(2)
    .cms-content-loop {
    padding-right: 4em;
  }
  .cms-content-wrapper.swing .content-center:nth-child(2) .col:nth-child(1) {
    order: 1;
  }
  .cms-content-wrapper.swing .content-center:nth-child(2) .col:nth-child(2) {
    order: 2;
  }
  .cms-content-wrapper.swing
    .content-center:nth-child(2)
    .col:nth-child(2)
    .cms-content-loop {
    padding-left: 4.4em;
  }
}
.carousel-item.has-one-child .carousel-item-content > div.embed-responsive {
  max-width: 90%;
}
/* banner min height */
.banner.min-h-100vh {
  min-height: var(--banner-height);
  
  /* margin-bottom: 30px;   */
/* for carousel dots */
/* background-color: red; */
margin-bottom: 0;
}

.banner .carousel-item-content{
  min-height: var(--banner-height);
  /* background-color: blue; */
  display: flex;
  align-items: center;
}



@media (max-width: 1366px) {
  .banner.min-h-100vh,
  .banner .carousel-item-content {
    /* min-height: var(--banner-height-lg); */
    min-height:680px;
    max-height: var(--banner-height-lg); 
  }
}

@media (max-width: 1024px) {
  .banner.min-h-100vh,
  .banner .carousel-item-content {
    /* min-height: var(--banner-height-md); */
    /* min-height: min(480px, var(--banner-height-md)); */
    min-height: 480px; 
    max-height: var(--banner-height-md); 
  }
}

@media (max-width: 820px) {
  .banner.min-h-100vh,
  .banner .carousel-item-content {
    min-height: var(--banner-height-sm);
  
  }
  /* .banner.min-h-100vh{
    margin-bottom: 70px;
  } */
  /* .clip-svg-bubble{
    width: min(36vw, 420px);
    height: min(36vw, 420px);
    bottom: -40px;
    left: -8vw;
  } */
}
@media (max-width: 575.98px) {
  .banner.min-h-100vh,
  .banner .carousel-item-content {
    min-height: var(--banner-height-xs);
  }
}
@media (max-width: 1199px) {
  .text-46,.text-45, .text-40, .text-32, .text-33,
  h2 {
    font-size: 41px;
  }
}
@media (max-width: 991px) {
  .text-46, .text-45, .text-40,
  .text-32,  .text-33,
  h2 {
    font-size: 31px;
  }
  .footer-mid,
  .footer-info {
    padding-left: 30px;
    padding-right: 30px;
  }
  h3.lqd-iconbox-heading {
    font-size: 20px;
  }
  .catastrophic-icons-section h3.lqd-iconbox-heading{
    font-size: 22px;
  }
  .interact-team-title{
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .text-46,.text-45,
  .h2, .text-32, .text-40,
  h2{
    font-size: 27px;
  }
  .footer-mid,
  .footer-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* 
.footer-mid-content p {
  margin-bottom: 0;
} */

.bg-orange-100 path {
  fill: var(--lqd-color-primary) !important;
}

.shape-left-1 {
  width: min(18vw, 340px);
  height: min(67vw, 1272px);
  /* width: 100%; */
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  /* display: none; */
  z-index: 5;
}
/* .shape-left-1--allpages {
  display: block;
} */
.shape-right-1 {
  width: min(12vw, 234px);
  height: min(48vw, 908px);
  /* width: 100%; */
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translateY(-50%); */
  /* display: none; */
}
/* .shape-right-1--allpages {
  display: block;
} */

.cms-content--wrapper {
  max-width: 100;
}

.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-mobile-sec .navbar-header > .btn-square {
  width: auto;
  width: 42px;
  height: 42px;
  align-items: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background-color: red; */
}


.accordion{
  color: var(--lqd-color-blue-750);
}

.accordion-title .accordion-title-txt {
  display: block;
  line-height: 1.65;
}

.accordion-collapse p,
.accordion-collapse ul{
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 1.56;
}

.accordion-collapse ul li {
  margin-bottom: .5rem;
}

.accordion-sm .accordion-title a {
  padding-top: 1em;
  padding-bottom: 1em;
}




@media (min-width: 768px) {
  .titlebar-inner h1{
    font-size: 37px;
  }
}


@media (min-width: 1200px) {
  .titlebar-inner h1{
    font-size: 51px;
  }
}



@media (min-width: 1680px) {
  .titlebar-inner h1{
    font-size: 61px;
  }
}

.footer-mid-content p{
  margin-bottom: 1rem;
}

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

.footer-mid-content img.size-full {
  margin: 0 .3rem;
  border-radius: 6px;
}

/* employee faq section */
.shape-right-1.z-index-fix{
  z-index: 1 !important;
}

.has-accordion-page .on-off-button {
   margin-top: 50px;
}


@media (max-width: 767px) {
  .has-accordion-page .on-off-button {
    margin-top: 30px;
    margin-bottom:35px ;
 }
}

@media (min-width: 768px) and (max-width: 820px) {
  .has-accordion-page .on-off-button {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}

@media (min-width: 821px) and (max-width: 1199px) {
  .has-accordion-page .on-off-button {
    margin-top: 40px;
    margin-bottom: 55px;
  }
}

.has-accordion-page {
  border-bottom: 1px solid #fff;
}

.titlebar-cms-banner::before {
  /* background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
  opacity: 0.6; */
  background: linear-gradient(90deg, rgb(196 196 196) 0%, rgb(71 71 71) 100%);
}

.titlebar-cms-banner .titlebar-col  h1 {
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.titlebar-col::before {
  display: none;
}

.cms-content-wrapper.swing  .lqd-imggrp-img-container img {
  /* height: 400px;
  width: 400px; */
  object-fit: cover;
}
 .board-members__img-wrap {
  height: 250px !important;
  width: 250px !important;
 }

 .board-members__img-wrap  img {
  height: 100%;
  width: 100%;
  border-radius: 50em;
  object-fit: cover;
  object-position: top;
  border: 1px solid #f3f3f3;
 }
/* for longer content */
 .lity-wrap {
  top: 100px;
 }

 .form-media-search__col-input input {
  border-radius: 8px;
  height: 55px;
 }

 .form-media-search__dropdown select{
  border-radius: 4px;
 }
 
 #btn-loadmore:hover {
  border: #f57f29;
}

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

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

.board-members__img-wrap .carousel-item-circle.testimonial{
    right: auto;
    left: 150px;
    top: 70px;
    bottom: auto;
}

.board-members__img-wrap .crcle-img-sm__custom-1 {
  max-width: 160px;
  max-height: 160px;
}

.filter-top {
  align-items: center;
  margin-top: 0;
}

.filter-top .form-media-search__dropdown select{
  height: 55px;
}

@media (max-width: 767px) {
  .cms-content-wrapper.swing  .lqd-imggrp-img-container img {
    height: 260px;
    width: 260px;
  }
  .carousel-item-circle {
    max-width: 150px;
    max-height: 150px;
    top: -35px;
  }
  .carousel-item-circle.testimonial , .carousel-item-circle.cms-image-loop {
    max-width: 150px;
    max-height: 150px;
    left: 0px;
    top: -35px;
  }
}

/* form button  */
.form-media-search__submit {
  margin-left:10px;

}
@media (min-width: 768px) and (max-width: 1199px) {
    .cms-content-wrapper.swing {
      margin-top: 30px;
  }
}

[data-mobile-nav-trigger-alignment=right] .lqd-mobile-sec .navbar-brand-inner {
  margin-inline-end: 15px !important;
}

@media (max-width: 820px) {
  .shape-right-1 {
    display: none;
  }
}
.lqd-section.case-study.home1 {
  padding-top: 0 !important;
}

/* grid section /team design update */
.interact-team-title{
  padding-top: 80px;
}
.board-members-figure {
  padding-bottom: 136%;
}
 .board-members-content {
  background-color: #d8d8d8;
  text-align: center;
  min-height: 85px;
}
.grid-image-section .board-members-content {
  min-height: 105px;
}
 .board-members-content  .board-members-name {
  color: #000;
}
.board-members-content  .board-members-designation {
  color: #404040 !important;
}
.board-members-block:hover .board-members-content .board-members-name {
  color: #fff;
}
.board-members-block:hover .board-members-content .board-members-designation {
  color: #fff !important;
}

/* location */
#wpsl-search-wrap .wpsl-input label {
  margin-right: 0;
  width: 100% !important;
}
.wpsl-search {
  padding: 20px !important;
}
#wpsl-search-input {
  width: 950px !important;
}

svg.community-icons.ndis-plan-icon path {
  fill: #FFD24F;
}
@media (max-width: 1199px) {
  .is-stuck {
    display: none;
  }
  .filter-top{
    margin-top: 10px;
  }
  .lqd-module-search-slide-top .ld-module-dropdown.show .ld-search-form-container {
    max-width: 90vw;
    transform: translate3d(0, 0, 0);
  }
  .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);
}
}
/* search main */
.lqd-module-search-slide-top .ld-search-form input {
  height: 70px;
  border-bottom: 3px solid #2d2d2d;
  font-size: 45px;
}
.lqd-module-search-slide-top .ld-search-form .input-icon {
  height: 40px;
  width: 40px;
  margin-top: -60px;
}
.lqd-module-search-slide-top p {
  margin-bottom: 25px;
}
/* accordian */
 /* .accordion-item .accordion-title a {
  background-color: var(--lqd-color-secondary);
  color: #fff;
} */
/* svg */
.individualised-grid-page .shape-right-1.shape-larger{
  width: min(40vw, 900px);
  height: auto;
  position: absolute;
  left: 0;
  top: -200px;
}

.banner-size{
  top: 0;
}
@media (min-width: 1680px) {
  .navbar-brand img {
      max-width: 130px;
  }
}
@media (min-width: 1200px) {
  .main-nav > li > a {
      font-size: clamp(12px, 1vw, 17px);
      max-height: 45px;
      padding: 15px 20px 15px 0;
  }
}
.contact-header{
    font-size: 13px;
    text-transform: capitalize;
    padding-bottom: 5px;
}
 .carousel-item .main-banner {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* .carousel-item:nth-child(2) .main-banner {
  opacity: 1;
  transform: translate(0px, 0px);
} */

.banner .carousel-dots {
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  /* z-index: 10; */
}
/* flicicity */
.banner-size {
  height: auto;
  background-size: contain;
  background-position: right top;
}
.flickity-equal-cells .flickity-slider > .carousel-item.is-selected {
  z-index: 1000;
}
.carousel-item.carousel-item--banner::before {
  background: white;
  width: 10px;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 2;
  height: 100%;
}
.accordion-active-has-fill .accordion-item.active .accordion-title a {
  background-color: var(--lqd-color-primary) !important;
}
@media (max-width: 1440px) {
  .banner-size {
    max-width: min(62vw, 720px);
    /* position: absolute;
    top: -245px;
    right: 0; */
  }
}

@media (max-width: 1366px) {
  .banner-size {
    /* max-width: min(50vw, 550px); */
    /* max-width: min(60vw, 670px); */
    max-width:min(56vw, 680px);
    min-height: 600px;
    /* position: absolute;
    top: -230px; */
    /* right: -185px; */
  }
}
@media (max-width: 1200px) {
  .banner-size {
    max-width: (41vw, 550px);
    /* top: -170px;
    right: 0; */
  }
}
@media (max-width: 1024px) {
  .banner-size {
    /* max-width: min(45vw, 550px); */
    /* max-width: min(520px, 550px); */
    max-width: min(50vw, 460px);
    min-height: var(--banner-height-sm) - 131px;
    /* position: absolute;
    top: -120px; */
  }
}
@media (max-width: 991px) {
  .banner-size {
    /* max-width: min(56vw, 600px); */
    /* max-width: min(56vw, 460px);
    max-height: min(40vw, 460px); */

  }
}

@media (max-width: 820px) {
  .banner-size {
    max-width: min(326px, 600px);
    /* background-color: brown; */
    max-height: 100%;
  }
}
@media (max-width: 575.98px) {
  .banner-size {
    /* max-width: min(60vw, 500px); */
    max-width: min(300px, 500px);
    /* background-color: purple; */
    max-height: 317px;
    height: auto;
    background-size: contain;
    background-position: right top;
  }
  .lqd-iconbox-heading{
    font-size: 18px !important;
  }
  .catastrophic-icons-section h3.lqd-iconbox-heading{
    font-size: 20px !important;
  }
}
/* bannerv2 */
.bannerv2.min-h-100vh{
  margin-bottom: 0;
}
.main-bannerv2 {
  opacity: 1;
  transform: translate(0px, 100px);
}
.main-bannerv2.min-h-100vh {
  min-height: 60vh;
}
@media (max-width: 1366px) {
  .main-bannerv2.min-h-100vh {
      min-height: 60vh;
  }
}
.btn-location{
  background-color: #d4d4d4;

}
.carousel-cell {
  opacity: 0;
  transition: opacity 1s ease; /* Fade transition effect */
}
.is-selected {
  opacity: 1; /* Show selected image */
}
.has-accordion-page .lqd-imggrp-img-container figure {
  height: 490px;
  width: 390px;
}
.has-accordion-page .lqd-imggrp-img-container figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px)  {
  .container--banner{
    padding: 0 20px;
  }
  .lqd-mobile-sec .ld-module-trigger-icon svg {
    fill:var(--lqd-color-primary);
  }
  .carousel-item-circle.register{
    right: 55px;
    top: -35px;
  }
  .communtiy-icons-wrapper{
    margin-top: 30px;
  }
  .case-study .title-module .ld-fancy-heading p {
    font-size: 22px;
  }
  .carousel-item-circle.cms-image-loop{
    left: 0;
  }
  .lqd-module-search-slide-top .ld-module-dropdown {
    height: 270px !important;
  }
  .lqd-mobile-sec .nav-item-children li.andminechildmenu .nav-item-children{
    width: 100%;
    padding-left: 60px;
  }

}
@media (max-width: 767px) {
  .banner .ld-fancy-heading h2 {
   
    font-size: calc(1.6vh + 13px);
  }
  .ld-masked-image .main-banner {
       margin-top: 0;
  }
  .clients .lqd-imggrp-single img {
    max-width: 120px;
    max-height: 60px;
  }
  .testimonial {
    padding: 70px 15px;
  }
  .testimonial .carousel-nav {
    justify-content: flex-start !important;
  }
  #testimonial .carousel-item-circle.testimonial {
    right: auto;
    left: -50px;
    top: 30px;
    bottom: auto;
    max-width: 150px;
    max-height: 150px;
  }
  .form-media-search__col, .form-media-search__col-input{
    width: auto;
    margin-bottom: 0;
  }
  .filter-top .form-media-search__dropdown select , .form-media-search__col-input input{
    height: 45px;
  }
  .btn{
    font-size: 17px;
  }
  .form-media-search__submit{
    margin-left: 0;
    font-size: 14px;
  }
  .filter-top{
    margin-top: 15px;
  }
  .filter-top ,.media-hub__filter-pad{
    margin-bottom: 0;
  }
  .case-study .title-module .ld-fancy-heading p {
    font-size: 19px;
  }
  .case-study .title-module.about-title-module .ld-fancy-heading p{
    margin-bottom: 0;
  }
  .banner .carousel-dots{
    display: none;
  }
  .services {
    padding: 70px 0 20px 10px;
  }
  .portfolio {
    padding: 20px 10px 30px 10px;
  }
  .portfolio .module-content {
    padding: 15px;
  }
  h2,
  .h2 {
    font-size: 27px;
  }
  .marketing {
    padding: 55px 15px 50px 15px;
  }
  .marketing img.rounded-full {
    max-width: 270px;
  }
  .community {
    padding-left: 15px;
    padding-right: 15px;
  }
  .marketing .module-image {
    margin: 0 0 10px 0;
  }
  .marketing .module-content {
    padding: 0;
  }
  .lqd-section.art {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* .marketing .module-content .ld-fancy-heading h2,
  .community .title-module .ld-fancy-heading h2 {
    font-size: 32px;
  } */
  .community-video {
    margin-top: 2em;
  }
  .has-accordion-page h2,
  .case-study h2 {
    /* font-size: 36px; */
    font-size: 31px;
  }
  .case-study-carousel {
    padding: 45px 25px 55px 25px;
  }
  .case-study-carousel .ld-fancy-heading {
    margin: 0 0 10px 0;
  }
  .case-study {
    padding: 0px 25px 35px 25px;
  }
  .case-study.cms {
    padding-top: 60px;
  }
  .case-study.cms.governance {
    padding-top: 0;
  }
  .case-study .title-module {
    padding: 0 0 15px 0;
  }

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

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

    padding-right: calc(var(--lqd-row-gutter-x) * 0.5);
    padding-left: calc(var(--lqd-row-gutter-x) * 0.5);
  }

  .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 {
    padding: 25px 10px 10px 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: 0;
  }
  .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: 53px;
    line-height: 1em;
  }
  .case-study.cms.individualised-support{
    padding: 25px 10px 0px 10px !important;
  }
  .cms-body--filter-body {
    padding: 30px 0;
}
.breadcrumb{
  margin-top: 30px;
}
.feedback ul li a {
  display: block;
  word-wrap: break-word;
}
.carousel-item-circle {
  right: 0;
}
}
@media (max-width: 575px)  {
  .banner{
    padding: 0;
  }
  .banner .ld-fancy-heading h2{
    font-size: calc(1.7vh + 11px);
    width: 100%;
    margin-bottom: 22px;
    padding-top: 330px;
  }
  .testimonial {
    padding: 25px 15px 0 15px;
}
  .testimonial-main{
    padding: 30px 15px;
  }
  .case-study h2 {
    font-size: 25px;
  }
  .container--banner{
    padding:  0 20px;
  }
  .clip-svg-bubble {
    width: min(130px, 450px);
    height: min(130px, 450px);
    bottom: -40px;
    right: 25vw;
    left: auto;
  }
 
}
/* banner landscape */
@media only screen and (min-width: 800px) and (max-height: 415px) {
  .clip-svg-bubble{
    right: 15vw;
  }
}
@media only screen and (max-width: 375px){
  .form-media-search__col-input input{
    font-size: 14px;
    padding: 6px;
  }
}
.lqd-mobile-sec .navbar-collapse {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

@media (max-width: 1199px) {
  .navbar-collapse {
      overflow-x: hidden !important;
      overflow-y: auto !important;
  }
  .interact-team-title{
    padding-top: 20px;
  }
  .banner.min-h-100vh{
    margin-bottom: 30px;
  }
  .individual-grid-section, .case-study.team.grid-image-section, .news-section-list{
    padding-bottom: 0 !important;
  }
  .individual-support .cms-content-block.cms-individual{
    padding-top: 15px !important;
  }
  .breadcrumb {
    margin-top: 30px;
}
}

/* insurance attendant section catastrophic */
.iconbox-icon-container > svg.ins-icon{
  fill: none;
  width: 130px;
  height: 130px;
}
.iconbox .btn.ins-btn{
  margin-top: 30px;
}

.sub-heading-location{
  color: var(--lqd-color-link);
  margin-bottom: 1.5rem !important;
  font-size: 21px;
}

@media (max-width: 767px) {
  .sub-heading-location{
    font-size: 19px;
  }
  
  .lqd-pf-row:last-child .news-section-list .lqd-pf-item{
    margin-bottom: 0;
  }
}
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;
}
.footer-mail-to{
  color: #636363;
}
/* location single page */
h3.open-hour{
  padding-bottom: 12px;
}
.news-section-list .lqd-pf-item {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .news-section-list .lqd-pf-item   {
    margin-bottom: 35px; 
  }
  .individual-grid-section{
    padding-bottom: 0;
  }
  .news-section-list {
    padding-bottom: 0;
  }
}
/* banner padding new */
@media (min-width: 576px) and (max-width: 1199px) {
  .banner-row{
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .banner-row{
    padding-top: 120px;
  }
}
.w3-validation-img{
  padding-top: 10px;
  text-align: center;
}
.individual-grid-section .news-section-list{
  padding-bottom: 0;
}
.individual-support .cms-content-block.cms-individual{
  padding-top: 60px;
}
@media (max-width: 767px) {
  .individual-support .cms-content-block.cms-individual{
    padding-top: 0;
  }
}