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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: none;
}

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

  .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: 120px;
    height: 54px;
  }
}

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

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

}

.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: 120px;
    height: 35px;
  }
}

/* ***** Marketing ***** */
.marketing .module-content {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 5em;
  padding-bottom: 5em;
  min-height: 502px;
}

.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 {
    font-size: 20px;
  }
  .lqd-section{
    padding: 20px;
    padding-top: 3rem;
  }

  .lqd-section.about{
    padding-top: 0;
    padding-bottom: 0;
    /* background-color: red; */
  }
  .lqd-section.banner{
    padding: 0;
    /* padding-top: 1.1rem; */
  }
}

@media screen and (orientation: landscape) and (max-height: 600px) {
  .lqd-section.about{
    padding-top: 0;
    padding-bottom: 0;
    /* background-color: blue; */
  }
  .sm\:pt-20,
	.sm\:py-20 {
		padding-top: 20px;
	}

	.sm\:pt-30{
		padding-top: 30px;
	}
	.sm\:pb-30{
		padding-bottom: 30px;
	}
}


/* ***** 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; */
    /* padding: 45px 0 25px 0; */
  }

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

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

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

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

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

@media (min-width: 1200px) {

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

  .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: 0px;
  }
  .success-page{
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }

  .lqd-section.success-page.case-study-page{
    padding-top: 1rem;
  }

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

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

.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: 992px) {
  .banner {
    padding-top: 140px;
  }
}

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

  .main-nav>li {
    display: inline-flex;
    justify-content: center;
  }

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

  .banner {
    padding-top: 190px;
  }
}

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

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

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

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

  .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;
    /* background-color: green; */
  }

  .cms-body.g-post-content__single{
   padding-bottom: 15px;
    }

  .cms-body.class-privacy{
    padding-top: 0;
    padding-bottom: 30px;
  }

  .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.g-post-content__single{
  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: 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;
    text-align: center;
  }

  [data-modal-type="default"] .lity-container {
    overflow-y: scroll;
  }

  .btn-hover-reveal.btn-icon-right .btn-icon {
    margin-inline-end: -10px;
  }
  .modal-governance ul{
    display: block !important;
  }
  .modal-governance ul li {
    text-align: center !important;
  }
}

/* .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: 1280px;
  }

}

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

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

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

.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>div>ul>li>a {
  color: white;
}

/* .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-inputs-underlined .ui-button.ui-selectmenu-button .ui-selectmenu-icon {
  color: var(--lqd-color-gray-700);
}

.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);
}
.ui-selectmenu-open {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* .main-header__tel {
  font-size: 24px;
} */

.ld-module-search {
  display: flex;
  align-items: center;
  margin: 0 1em;
}
.about-box {
  padding: 0 2.5em 2.5em 2.5em;
  height: 100%;
}

/* .about-box .contents {
  max-width: 355px;
} */

.services-box .contents {
  max-width: 375px;
}


.about-box .iconbox-icon-wrap {
  margin-top: 2em;
  margin-bottom: .5em;
}

/* 
.carousel-item .lqd-pf-item-style-3 .lqd-pf-img {
  box-shadow: none;
  padding-top: 330px;
  max-width: 267px;
  margin: 0 auto;
} */

.case-study-carousel__headline {
  gap: 5rem;
}

.case-study-carousel .carousel-item .lqd-pf-content-v {
  margin-top: 0;
  margin-bottom: 0;
}

.case-study-carousel .carousel-nav {
  margin-top: 40px;
}


.navbar-brand--footer img {
  transition: opacity 0.3s, visibiliy 0.3s;
  width: 180px;
  height: 70px;
}

@media (min-width: 1200px) {
  .navbar-brand--footer img {
    transition: opacity 0.3s, visibiliy 0.3s;
    width: 10vw;
    /* height: 70px; */
    max-width: 234px;
    max-height: 70px;
  }
}

@media (min-width: 1380px) {
  .navbar-brand--footer img {
    width: 234px;
  }
}

.navbar-brand--footer img.visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-brand--footer img.invisible {
  opacity: 0;
}

/* @media (min-width: 1200px) {
  .container {
    max-width: 1370px;
  }
} */


.footer-mid a {
  color: white;
}

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



.footer-mid ul{
      padding: 0;
    margin-bottom: 0;
}
.footer-mid ul li {
    display: inline-block;
    margin-bottom: 0;
}

.footer-mid ul li a {
    color: #fff;
    position: relative;
}

.footer-mid ul li a {
    padding-left: 5px;
    padding-right: 5px;
    transition: 0.3s all ease-in-out;
}

.footer-mid ul li a::after {
    content: "";
    position: absolute;
    background-color: #fff;
    margin-right: -2px;
    width: 1px;
    height: 13px;
    inset: 1px 0 0 auto;
}

.banner-block--left,
.banner-block--right {
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  padding-top: 7.85em;
  padding-bottom: 7.85em;
}


.banner--modal .banner-block--left,
.banner--modal .banner-block--right {
  padding-top: 5.85em;
  padding-bottom: 5.85em;
  padding-left: 2.3em;
  padding-right: 2.3em;
}

.banner-block--right{
  padding-left: 14vw;
}

.banner--modal .banner-block--right{
  padding-left: 14em;
}

.banner-block-figure {
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: flex-end;
}

.banner-block-figure-left{
  opacity: 1;
}
.banner-block-figure img {
  height: auto;
}
.banner-block-figure img.modal-img {
  height: 100%;
}
.banner-block-figure.right {
  right: auto;
  left: 0;
}
.banner-block--left:hover .banner-block-figure,
.banner-block--right:hover .banner-block-figure {
  opacity: 1;
}

.banner-block-flex {
  /* max-width: 460px; */
  max-width: 100%;
}

.banner-block-flex--home {
    max-width: 460px;
}

.banner-block-flex--modal{
  max-width: 343px;
}

.banner-block-flex--modal.left .banner-block-content{
  max-width: 300px;
}

.banner-block-flex--modal.right .banner-block-content{
  max-width: 300px;
}

.banner-block-flex--full {
  max-width: 100%;
}

.banner-block-flex mark{
  color: var(--lqd-color-primary);
  background-color:transparent;
  padding: 0;
}

.banner-block-content {
  /* max-width: 310px; */
  max-width: 100%;
}

.banner-block-content  h5{
  color: var(--lqd-color-primary);
}

.banner-block-content.hire {
  /* max-width: 340px; */
  max-width: 100%;
}


.banner-block-content.services {
  /* max-width: 410px; */
  max-width: 100%;
}



.banner-block-flex--home .banner-block-content{
  max-width: 310px;
}

.banner--subpage h3 {
  font-size: var(--lqd-h3-font-size-38);
}


.about--row {
  margin-left: -30px;
  margin-right: -30px;
}

.btn--see-all {
  right: 0;
  bottom: 0;
}

.banner-main-img{
  height: 100%;
}

.banner--img {
  height: 100%; 
  min-height: 480px;
  max-height: 100%;
}


.banner-block--left-child {
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  /* padding-top: 6.65em;
  padding-bottom: 6.65em; */
  padding-top: 5.65em;
  padding-bottom: 5.65em;
}




.iconbox p {
  line-height: 1.34;
}

.article .headline {
  max-width: 720px;
}

/* .request-section{
  min-height: 92vh;
} */

.request-block {
  min-height: 505px;
  max-width: 560px;
}


.tabs-list {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;  */
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 5rem;
  padding-left: 0;
  margin: 0;
}

/* 
.row-cols--custom-one  > .col {
  flex: 0 0 auto;
  width: 50%;
} */

.lqd-tabs-style-3 .lqd-tabs-nav {
  border: none;
}

.lqd-tabs-style-3 .lqd-tabs-nav li a:after {
  display: none;
}

.lqd-tabs-style-3 .lqd-tabs-nav a {
  padding: .9em 1em;
  display: block;
  background-color: transparent;
  border: 2px var(--lqd-color-primary) solid;
  color: var(--lqd-color-primary);
  border-radius: 50px;
}

.lqd-tabs-style-3 .lqd-tabs-nav a.active {
  background-color: var(--lqd-color-primary);
  color: white;
  border-color: var(--lqd-color-primary);
}

.lqd-tabs-style-3 .lqd-tabs-nav li {
  position: relative;
  padding-inline-start: 4px;
  padding-inline-end: 4px;
}

.footer-mid-mw {
  max-width: 1230px;
}


.carousel-item-content.pages>p:only-child

/* .carousel-item-content > p */
  {
  width: 100%;
  margin-bottom: 0;
  padding-top: 480px;
}

/* .article .carousel-item-content > p{
  padding-top: 64.7%;
} */


.carousel-item-content.pages .banner--img {
  /* .carousel-item-content img{ */
  height: 100%;
  /* max-height: 481px; */
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  left: 0;
}

@media (min-width: 768px) {

  .col--custom-cms-lft .carousel-container,
  .col--custom-cms-lft .items,
  .col--custom-cms-lft .flickity-enabled .flickity-viewport,
  .col--custom-cms-lft .flickity-enabled .flickity-slider,
  .col--custom-cms-lft .item,
  .col--custom-cms-lft .item-content img {
    height: 100% !important;
  }

  .col--custom-cms-lft .item-content img {
    object-fit: cover;
       max-height: 100%;  
    max-height: -webkit-fill-available;
  }
}



.lity[data-modal-type=default] .modal--banner {
  padding: 0;
}


.banner--modal {
  padding: 0;
}

.cms-content{
  padding: 5rem 0;
}

.cms-content--top{
  padding: rem 0;
}

/* .cms-content_container{
  max-width: 820px;
} */


.cms-content mark {
  background-color: transparent;
  color: var(--lqd-color-primary);
  padding: 0;
}



/* Headings - progressively smaller with bottom margin */
.cms-content h1 {

  margin-top: 1.8rem;
  margin-bottom: 2rem;
}

.cms-content h2 {

  margin-top: 1.8rem;
  margin-bottom: 2rem;
}

.cms-content h3 {
  margin-top: 1.8rem;
  margin-bottom: 2rem;
}

.cms-content h4 {
  
  margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.cms-content h5 {
  
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.cms-content h6 {

  margin-top: 0rem;
  margin-bottom: .5rem;
}

/* Paragraph spacing */
.cms-content p ,
.cms-content ul{
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.cms-content ul{
  list-style: none;
  padding-left: 1.5rem;
}

.cms-content li::marker{
  display: none;
}

.cms-content li{
  position: relative;
}

.cms-content li::before{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490 490' style='enable-background:new 0 0 490 490;' xml:space='preserve'%3E%3Cpolygon fill='%23f57f29' points='452.253,28.326 197.831,394.674 29.044,256.875 0,292.469 207.253,461.674 490,54.528 '/%3E%3C/svg%3E%0A");
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  margin-right: 0rem;
  position: absolute;
  left: -1.5rem;
  top: .5rem;
}

/* Optional: Styling for links within content */
.cms-content a{
  color: #007bff;
  text-decoration: underline;
}

.cms-content p a:hover {
  color: #0056b3;
}


.cms-content ul li {
  margin-bottom: .6rem;
}


/* .lqd-modal--governance .lqd-modal-inner{
  padding: 1em;
} */

.modal-governance .title{
 font-size: var(--lqd-h3-font-size-38);
}

.icon-box-social{
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 30px;
  background: white;
}

.icon-box-social svg{
  fill: var(--lqd-color-secondary);
}

.icon-box-social:hover svg{
  fill: var(--lqd-color-primary);
}

.section-team {
  padding: 3.5em 0 2em 0;
}
.section-main{
  padding: 3.5em 0 3.5em 0;
}
#works.section-main{
  padding: 3.5em 0 1.5em 0;
}

@media screen and (min-width: 768px) {
  #works.section-main{
    padding: 3.5em 0 2.5em 0;
  }
}






.load-more-wrap{
  margin-bottom: 2em;
  margin-top: 1rem;
}
.gform_description {
  display: none;
}
.gform_button {
  border: none;
  color: #fff;
  background-color: var(--lqd-color-primary);
  margin-top: 0.7rem;
}
.ginput_container input, .gform_wrapper.gravity-theme .gfield textarea {
  color: var(--lqd-color-gray-700);
  border-color: rgba(0, 0, 0, 0.2);
}

.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "⌃";
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e); */
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#fff' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e); */
  transform: rotate(-180deg);
}
.accordion-item.active .accordion-button--custom1 {
  background: var(--lqd-color-primary);
}

@media (max-width: 1199px) {
  :root {
    /* --lqd-h1-font-size: calc(1.375rem + 1.5vw);
    --lqd-h2-font-size: calc(1.325rem + 0.9vw);
    --lqd-h3-font-size: calc(1.3rem + 0.6vw);
    --lqd-h4-font-size: calc(1.275rem + 0.3vw);
    --lqd-h5-font-size: 18px; */

    --lqd-h1-font-size: calc(1.7rem + 1.5vw);
    --lqd-h2-font-size: calc(1.5rem + 0.9vw);
    --lqd-h3-font-size: calc(1.4rem + 0.6vw);
    --lqd-h4-font-size: calc(1.3rem + 0.3vw);
    --lqd-h5-font-size: 18px;
    --lqd-body-font-size: 16px
  }

  .lqd-mobile-sec .navbar-header>.lqd-mobile-sec--right {
    width: 60%;
    align-items: center;
    justify-content: flex-end;
  }

  .lqd-mobile-sec .nav-trigger {
    margin: 0 0 0 1em;
  }

  .ld-module-search {
    margin-right: 0;
    margin-left: 15px;
  }

  .top-navigation {
    /* height: 54px; */
    display: flex;
    align-items: center;
  }

  .about-box {
    padding: 0 1.5em 3.5em 1.5em;
    height: 100%;
  }

  .about h4.lqd-iconbox-heading {
    font-size: 19px;
  }

  .about .iconbox-icon-container img {
    max-height: 100px;
  }

  .about .contents p {
    font-size: 14px;
  }




  .banner-block-figure {
    opacity: 1;
  }

  .banner-block-figure img {
    height: auto;
    object-fit: contain;
    max-width: 241px;
    max-height: 390px;
  }

  .marketing .module-content {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .marketing .ld-fancy-heading div.ld-fh-element {
    font-size: 14px;
  }
  .lqd-section.banner .ld-fancy-heading div.ld-fh-element{
    font-size: 14px;
  }

  .banner-block--left,
  .banner-block--right {
    padding-top: 3.85em;
    padding-bottom: 3.85em;
  }

  .banner-block--right{
    padding-left: 17vw;
  }

  .banner--modal .banner-block--left,
  .banner--modal .banner-block--right {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .banner--modal .banner-block--right{
    padding-left: 10em;
  }

  .banner-block-flex {
    max-width: 300px;
  }

  .hire .banner-block--left,
  .hire .banner-block--right {
    padding: 3em;
  }

  .hire .banner-block-flex,
  .banner-block-content.hire {
    max-width: 100%;
  }

  .case-study-carousel__headline {
    gap: 3rem;
  }
}


@media (max-width: 991px) {
  .banner-block-figure img {
    height: auto;
    object-fit: contain;
    max-width: 300px;
    max-height: 480px;
  }

  .banner-block--left,
  .banner-block--right {
    padding-top: 6.85em;
    padding-bottom: 6.85em;
  }

  .hire .banner-block--left,
  .hire .banner-block--right {
    padding: 2em 1.3em;
  }
  .request-block {
    min-height: auto;
    /* max-width: 550px; */
  }
  .banner--img{
    min-height: 250px;
  }
  .btn-md {
        font-size: 16px;
  }
  .lity[data-modal-type=default] .lity-content {
    overflow: scroll;
  }
  .case-study-page .flickity-viewport {
      min-height: 500px !important;
      max-height: 500px !important;
  }
  .andminechildmenu a{
    font-size: 0.9em;
  }
}

/* 767px */

@media (max-width: 767px) {

  .banner-block-figure {
    opacity: 1;
  }

  .banner-block-figure img {
    height: auto;
    object-fit: contain;
    max-width: 190px;
    max-height: 260px;
  }

  .banner-block-flex {
    max-width: calc(100% - 110px);
  }

  .banner--modal .banner-block-flex {
    max-width: calc(100% - 90px);
  }

  .news-icon-link {
    line-height: 1;
    margin-top: 2px;
  }

  .news-block {
    font-size: 11px;
  }

  .case-study-carousel__headline img {
    max-width: 60px;
  }

  /* .lqd-mobile-sec .navbar-header>.lqd-mobile-sec--right {
    width: 60%;
    align-items: center;
    justify-content: flex-end;
  } */

  /* .lqd-mobile-sec .nav-trigger {
    margin: 0 0 0 1em;
  } */

  /* .ld-module-search {
    margin-right: 0;
    margin-left: 15px;
  } */

  .banner-block--left,
  .banner-block--right {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2.85em;
    padding-bottom: 2.85em;
  }
  
  /* .banner-block--right{

    padding-left: 8em;  
  } */

/* 
  .banner--modal .banner-block--right{
    padding-left: 8em;
  } */
  
  .banner--modal .banner-block--left, .banner--modal .banner-block--right {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
  .about .iconbox-icon-container img {
    max-height: 100px;
  }

  .marketing .module-content {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 3em;
    padding-bottom: 3em;
    min-height: auto;
  }

  .case-study-carousel__headline {
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .carousel-item .lqd-pf-item-style-3 .lqd-pf-img {
    padding-top: 310px;
  }

  .customer-testimonial {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar-brand--footer img {
    transition: opacity 0.3s, visibiliy 0.3s;
    width: 160px;
    height: 50px;
  }

  .child-page {
    min-height: auto;
  }

  .carousel-item-content.pages>p:only-child {
    width: 100%;
    margin-bottom: 0;
    padding-top: 280px;
  }
  .request-section{
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-size: 200%;
        background-position: top;
        padding-top: 0;
  }

  
}

/* 768px */

@media (min-width: 768px) {

  /* .col-xl-260 {
    width: 46%;
  } */

  /* .carousel-item .lqd-pf-item-style-3 .lqd-pf-img {
    box-shadow: none;
    padding-top: 330px;
    max-width: 227px;
    margin: 0 auto;
  } */

  .lh-job-listings-widget{
    padding: 0 30px;
  }

  .case-study-carousel .carousel-nav {
    display: flex !important;
    justify-content: flex-start !important;
    margin-left: .5rem;
  }

  .case-study-carousel .carousel-dots-mobile {
    display: none;
  }
}


@media (min-width: 992px) {
  .child-page {
    min-height: 480px;
    height: 100%;
  }

}

@media (min-width: 1200px) {
  /* .carousel-item .lqd-pf-item-style-3 .lqd-pf-img {
    box-shadow: none;
    padding-top: 330px;
    max-width: 267px;
    max-width: 265px;
    min-width: 265px;
    margin: 0 auto;
  } */

  .case-study-carousel .carousel-nav {
    margin-left: 0;
  }

  .navbar-brand-plain {
    width: 248px;
    /* background-color: red; */
  }

  .module-primary-nav {
    margin-right: auto;
  }
}

/* new css 4/7 */

/* accordions */
.accordion-button {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-header{
  margin-bottom: 0;
}
.accordion-item {
  margin-bottom: 1em;
}
.accordion-button--custom1 {
  font-size: 18px;
  background-color: #949ca1;
  border: none;
  border-radius: 6px;
  padding: 1em 1.5em;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: left;
  line-height: 1.25;
}
.accordion-collapse {
  padding: 1em;
  background-color: rgb(249 249 249);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* news /blogs */

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


 #works .lqd-pf-row .lqd-pf-item {
    margin-top: 15px;
    margin-bottom: 15px;
    
  }

   #works .lqd-pf-row .lqd-pf-item .lqd-pf-item-inner{
    position: relative;
   }



@media (min-width: 576px) {
#works .lqd-pf-row .lqd-pf-item {
     margin-top: 20px;
     margin-bottom: 20px;
  }
  
}
@media (min-width: 992px) {
  #works .lqd-pf-row .lqd-pf-item {
     margin-top: 25px;
     margin-bottom: 25px;
  }
  
}

.portfolio-single .lqd-pf-img figure.w-full {
  height: 230px;
}
.portfolio-single .lqd-pf-img figure.w-full img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* object-position: center; */
}

/* locations map */
.wpsl-search {
  background-color: #fff !important;
  padding: 30px 15px 15px 15px !important;
}
#wpsl-search-wrap div label, #wpsl-search-wrap .wpsl-input label, #wpsl-search select, #wpsl-search-wrap select {
  font-size: 14px !important;
}
.location-map-content span.ui-selectmenu-text {
  display: none;
}
#wpsl-search-input {
  width: 265px !important;
  padding: 2px 10px !important;
}

.wpsl-input {
  border-right: 1px solid rgb(245 127 41 / 60%);
  padding-right: 25px !important;
  margin-right: 25px !important;
}

.wpsl-selected-item {
  font-size: 14px !important;
}
#wpsl-search-btn {
  color: white !important;
  border: none !important;
  background: #f57f29 !important;
  width: 111px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
/* about slider */
.about h2,.about--text{
  margin: 0 auto;
}
.about--text{
  width:50%;
}
.about h2{
  margin-bottom: 0.8rem;
}
.about-carousel .carousel-item-inner{
  height: 100%;
}
.about-carousel .carousel-item {
  padding: 0 15px;
  height: 100%;
}
.carousel-item{
  height: 100%;
}
.carousel-item-inner {
  height: 100%;
}
.about-carousel .carousel-cell {
  width: 30%;
  min-height: 100%;
  height: 100%;
  height: 575px;
  counter-increment: carousel-cell;
}

/* cell number */
/* .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
} */
.about-carousel .carousel-nav .flickity-button svg {
    width: 16px;
    stroke: currentColor;
}
/* .carousel.about-carousel { height: 100%; } */
.about-carousel .about-box{
  height: 100%;
}
/* .carousel-nav{
  margin-top: 2rem;
} */
.case-study-page  .flickity-viewport {
    min-height: 600px !important;
}
.titlebar-inner {
  min-height: 362px;
}
.about-desc{
  font-family: 18px;
}
.accordion-collapse p {
  font-size: 18px;
}
.images-section-blog {
  /* padding-top: 80px; */
  bottom: 30px;
}
.carousel-inner-page{
  margin-top: 35px;
}
.g-post-content__single .c-cms-content p{
  margin-bottom: 1rem;
}
.g-post-content__single h2 {
    /* margin-bottom: 3rem; */
    margin-bottom: 1em;
}
.g-post-content__single .g-post-content--container h4 {
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.g-post-content__single .g-post-content--container h5 {
    margin-top: 1.5em;
    margin-bottom: 0.4em;
    font-size: 20px;
}
.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-text{
  font-size: 15px;
}

.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-icon:after{
  font: normal 0.9em / 1 "lqd-essentials";
}
.ginput_container_text {
  padding-left: 0;
}
.gform_wrapper.gravity-theme input{
  padding:8px;
  padding-left: 0;
}

.gform_button {
  border-radius: 4px !important;
  padding: 0 1.8em !important;
}
.ui-menu .ui-menu-item-wrapper{
  font-size: 14px !important;
}
.ginput_container input {
  padding-left: 0 !important;
}
@media (max-width: 1199px) {
    .wpsl-input {
    border-right: none;
    margin-right: 0 !important;
    width: 100%;
    padding-right: 0 !important;
  }
  .privacy-class{
    padding-top: 4rem;
  }
}


/* Smooth fade effect */
.banner-block-figure-left {
  transition: opacity 0.3s;
}

/* Hide left image when .banner-block--right is hovered */
.banner-block--right:hover ~ .banner-block--left .banner-block-figure-left,
.banner-block--right:hover .banner-block-figure-left {
  opacity: 0;
  pointer-events: none;
}

/* Add this to your CSS */
.banner-hover-right .banner-block-figure-left {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

/* Modal: Hide left image when hovering right section */
.banner-hover-right-modal .banner-block-figure-left {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.bg-box-height-gray{
  height: 100%;
  position: relative;
  margin-bottom: 3rem;
  padding-top: 70px;
}
.bg-box-height-gray:before{
  content: '';
  width: 100%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  background: lightgray;
}

.bg-box-height-gray .icon-box-module{
  /* min-height: 575px; */
  padding-bottom: 40px;
}
.bg-blue-content, .bg-blue-content.more-than-4-items {
  height: 100%;
  position: relative;
  margin-bottom: 3rem;
  /* height: 845px;
    padding-top: 80px;
    margin-bottom: 205px; */
}
.bg-blue-content::before{
  content: '';
  width: 100%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  background:#00053e;
}
.bg-blue-content.more-than-4-items::before{
  height: 85%;
}
.bg-blue-content .icon-box-module{
  /* min-height: 370px; */
  height: 100%;
}


.bg-blue-content .iconbox .iconbox-icon-container {
    height: 70px;
    width: 70px;
    background: #F57F29;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #00053e;
}
.bg-blue-content .bg-number{
  font-size: 28px;
  font-weight: bold;
}
.accordion-title {
  text-align: center;
}
.col--custom-cms-rt p a{
  color: var(--lqd-color-primary);
}
.case-study-page .carousel-nav{
  padding-left: 20px;
}

.about-carousel .carousel-nav{
  margin-top: 2.5rem;
  /* margin-left: 85px; */
}
.carousel-inner-page .carousel-nav{
  margin-top: 2.5rem;
}
.bg-gray-padding{
  padding: 70px 0;
}
.about-carousel .carousel-nav{
  justify-content: center;
}
.quote-image{
    width: 80px;
    z-index: -1;
    top: 60px;
    position: absolute;
    left: -20px;
}
.image-responive-single .g-home-about__img--rect {
    /* z-index: -1;
    position: absolute;
    top: 30%;
    width: 25vw;
    right: -6%;
    height: 100vw; */
        /* z-index: -1;
    position: absolute;
    top: 37%;
    width: 25vw;
    right: -6%;
    height: 25vw; */
        z-index: -1;
    position: absolute;
    top: auto;
    width: 50%;
    right: -6%;
    height: 75%;
    bottom: -10%;
}
@media (min-width: 768px) {
  .image-responive-single .g-home-about__img--rect {
    right: -4%;
    bottom: -8%;
  }
}



/* .image-responive-single{
  border-right: 30px solid #ffaa00;
} */
@media (max-width: 767px) {
  .about-carousel .about-box{
    min-height: 100%;
  }
  .about-carousel .carousel-nav{
    display: flex !important;
  }
   .about-carousel .carousel-dots-mobile .flickity-page-dots{
    display: none !important;
  }
  .about--text {
    width: 100%;
  }
  .carousel-container.about-carousel {
    margin: 0 20px;
  }
  .about-carousel .carousel-cell {
    width: 100%;
    min-height: unset;
    height: 370px;
  }
  .about-carousel .carousel-item-inner{
    height: 100%;
  }
  .cms-class{
    padding: 15px 15px 0;
  }
  .btn-hover-reveal.btn-icon-right .btn-icon {
    margin-inline-end: -10px;
  }
  .modal-governance ul{
    display: block !important;
  }
  .modal-governance ul li {
    text-align: center !important;
  }
  .gform_confirmation_message{
  padding-top:1rem !important;
  padding-bottom: 2.5rem !important;
}
  
}

.about-carousel .flickity-button.previous, .about-carousel .flickity-button.next{
  display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lqd-color-primary);
    height: 45px;
    width: 45px;
    color: #fff;
    margin-inline-start: 0px;
    /* border-radius: 3px; */
}
.about-carousel .flickity-button.next{
  background-color: #e8690d;
}

.about-carousel .flickity-button:hover, .about-carousel.flickity-button:focus {
    background: var(--lqd-color-primary);
    opacity: 0.8;
}

.main-image{
  height: 100%;
}
.main-image img{
  height: 100%;
  min-height: 502px;
  max-height: 100%;
}

.main-content-block{
  height: 100%;
  min-height: 502px;
  max-height: 100%;
}
.marketing .module-content{
  height: 100%;
  min-height: 502px;
  max-height: 100%;
}
.lqd-modal-inner{
  background: #fff;
}
.gform_confirmation_message {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
}
.gfield_description.validation_message.gfield_validation_message {
  display: none;
}
.lqd-contact-form{
  margin-top: 1.5rem;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
    padding-left: 0;
}
/* .cms-class ul{
  margin-bottom: 0;
} */
 .titlebar-cms-banner{
  margin-bottom: 1rem;
 }
 body .uwy.userway_p3 .userway_buttons_wrapper{
  bottom: 6px !important;
 }
 .lqd-back-to-top{
  right: auto;
  left: calc(100vw - 70px);
 }
 .banner-block--left a{
  color: var(--lqd-color-primary);

 }
 .banner-block--left a.btn{
  color: #fff;
 }
  .banner-block--left a.btn:hover{
  color: var(--lqd-color-secondary);
 }

@media (min-width: 1200px) and (max-width: 1300px) {
  .top-navigation .text-14{
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quote-image{
    left: -6px;
  }
}

@media (max-width: 767px) {
  .marketing .module-content,.main-image img {
    height: auto;
    min-height: unset;
    max-height: 100%;
  }
  .lqd-section.marketing {
    padding: 0;
    padding-top: 1rem;
  }
  .lqd-section.about .container-fluid{
    padding: 0;
  }
  .contact-form h2{
    font-size: 22px;
    margin-top: 1rem;
  }
  .lqd-section.lqd-modal-content{
    padding: 0;
  }
  .modal-governance h3.title{
    font-size: 24px;
  }
  .modal-governance ul{
    margin-bottom: 2rem !important;
  }
  
  .section-team .ld-fancy-heading{
    margin-bottom:1rem;
  }
  

  .bg-blue-content, .bg-blue-content.more-than-4-items{
    margin-bottom: 0;
  }
  .case-study.bg-blue-content {
    padding-bottom: 0;
  }
  .main-content-block{
    min-height: unset;
  }
  .privacy-class{
    padding-top: 3rem;
  }
  .quote-image{
    width: 50px;
  }
}

@media (max-width: 567px) {
	.btn-md {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
    .case-study.inside.success-stories .carousel-dots-mobile {
        display: none !important;
    }
    .case-study.inside.success-stories .carousel-nav{
      display: block !important;
    }
    .case-study-page .flickity-viewport {
      min-height: 500px !important;
  }
}



input::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-ms-clear{
   -webkit-appearance: none !important;
    appearance: none !important;
    display: none !important;
}

.lqd-module-search-slide-top .ld-search-form input::-webkit-search-cancel-button{
   -webkit-appearance: none !important;
    appearance: none !important;
    display: none !important;
}

.title-module figure img,
.iconbox-icon-container img{
  mix-blend-mode: multiply;
}


.section-post{
    padding: 20px;
    padding-top: 3rem;
}

@media (min-width: 768px) {
  .section-post{
      padding: 30px;
      padding-top: 3rem;
  }
}

