/*
Theme Name: MHP
Author:
Version: 1
*/
/* body::after, body::before{
content: '';
position: fixed;
top: 0px;
width: 140px;
height: 100%;
background: green;
opacity: 0.2;
z-index: 20;
}
body::before
{
  left: 0px;
}
body::after
{
  right: 0px;
  display: block !important;
  visibility: visible;
} */
.visually-hidden {
  height: 0;
  opacity: 0;
  text-align: center;
  position: absolute;
  font-size: 19px;
  left: 0px;
  top: 0px;
  color: #000;
  margin: 10px 0 0;
  padding-left: 50px;
  padding-right: 50px;
  line-height: normal;
}

a.visually-hidden {
  text-decoration: none;
  display: block;
}

a.visually-hidden:hover {
  color: #000
}

.visually-hidden:focus {
  background-color: #fff;
  display: block;
  max-width: 1260px;
  margin: 0 auto 10px auto;
  visibility: visible;
  opacity: 1;
  clip: auto;
  height: auto;
  margin-top: 5px;
  padding-top: 4px;
  padding-bottom: 4px !important;
  left: 50%;
  width: 100% !important;
  transform: translateX(-50%);
}

#cookie-notice .cn-button:focus, :-moz-focusring {
  outline: #ff7fff auto 2px;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

/*.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container {
  position: absolute;
  z-index: 10;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-direction: column;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -webkit-overflow-scrolling: touch;
  width: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}*/
#page-wrap {
  min-height: 200px;
}

.cursor {
  width: 100px;
  height: 100px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #fff;
  transition: all 200ms ease-out;
  position: fixed;
  z-index: 10;
  pointer-events: none;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(calc(-50% + 15px), -50%);
  opacity: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .touch .cursor {
    display: none !important
  }
}

/* .cursor2 {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color:#1E1E1E;
  opacity: 0.01;
  position: fixed;
  z-index: 10;
  font-size: 17px;
  line-height: 23px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
} */
.cursor.click, .cursor.videoblockclick, .cursor.sliderclick {
  opacity: 1;
  color: #fff;
  background-color: #1E1E1E;
}

.cursor span {
  display: none;
  text-align: center;
}

.cursor.bannerhover, .cursor.sliderhover, .cursor.videoblock {
  opacity: 1;
}

.cursor.sliderhover {
  background-color: #1E1E1E;
  color: #fff
}

.cursor.sliderclick {
  color: #1E1E1E;
  background-color: #fff
}

.cursor.bannerhover span#bannertext, .cursor.sliderhover span#slidertext,
.cursor.videoblock span#videoText {
  display: block;
}

.touch #cursor {
  display: none;
}

.nextScroll {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 140px;
  z-index: 5;
  cursor: none;
  display: none
}

body.headerWhite .nextScroll {
  display: inline-block;
}

body:not(.home) .nextScroll {
  display: none;
}

.logoSwiper, .tripleImgSwiper {
  /* cursor: none; */
}

.slick-arrow {
  width: 45px;
  height: 45px;
  font-size: 0px;
  padding: 6px;
  position: absolute;
  z-index: 10;
  top: 38%;
  background-color: transparent;
  transform: translateY(-50%);
}

.slick-arrow::before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(256, 256, 256, 0.8);
  width: 100%;
  height: 100%;
  top: -3px;
  left: -3px;
  border-radius: 100%;
  border: 2px solid #000;
}

.slick-arrow::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}

.slick-prev {
  left: -50px;
}

.slick-prev.slick-arrow::after {
  top: 15px;
  left: 18px;
  transform: rotate(-45deg);
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}

.slick-next {
  right: -50px;
}

.slick-next.slick-arrow::after {
  top: 15px;
  left: 13px;
  transform: rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.centerBlock, .featuredPost {
  padding-left: 140px;
  padding-right: 140px;
  position: relative;
}

.featuredPost {
  overflow: visible;
}

.featuredPost .authorsBlock {
  margin-bottom: 30px;
}

.TBSpace {
  padding-top: 120px;
  padding-bottom: 120px;
}

.TSpace {
  padding-top: 120px;
}

.BSpace {
  padding-bottom: 120px;
}

.Purple {
  background-color: #B984FF
}

.Brown {
  background-color: #D9D0B4
}

.Red {
  background-color: #FF5F5A
}

.Green {
  background-color: #32FAD2
}

.Yellow {
  background-color: #FFFF00
}

.DarkBlue {
  background-color: #0A194B;
}

.Orange {
  background-color: #FF5200;
}

.Gray {
  background-color: #E6E5E5
}

.DarkGray {
  background-color: #1E1E1E
}
.White {
  background-color: #ffffff
}

header {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  padding: 30px 140px 0 140px;
  -webkit-transition: top .5s ease-out, background-color .5s ease-out;
  -moz-transition: top .5s ease-out, background-color .5s ease-out;
  -o-transition: top .5s ease-out, background-color .5s ease-out;
  transition: top .5s ease-out, background-color .5s ease-out;
}

header>div {
  position: relative;
}

.logo {
  width: 260px;
  height: 40px;
  display: inline-block;
}

.logo img {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.logo_white, .shrink .logo_white, .headerWhite:not(.blackNav) .logo_black,
body.page-template-case-study-template-php header:not(.shrink) .logo_black,
body.search header:not(.shrink) .logo_black,
body.single-mhp_case_studies header:not(.shrink) .logo_black,
body.page-template-contact-template-php header:not(.shrink) .logo_black {
  display: none;
}

.logo_black, .headerWhite:not(.blackNav) header:not(.shrink) .logo_white,
.headerWhite:not(.blackNav) header.shrink .logo_black,
.shrink .logo_black, .menuopen .logo_white,
body.page-template-case-study-template-php header:not(.shrink) .logo_white,
body.search header:not(.shrink) .logo_white,
body.single-mhp_case_studies header:not(.shrink) .logo_white,
body.page-template-contact-template-php header:not(.shrink) .logo_white {
  display: block;
}

.menuopen .logo_black {
  display: none !important
}

.menuopen .logo_white {
  display: block !important
}

.gescout-sticky {
  position: fixed !important;
  top: -180px;
  width: 100%;
  z-index: 999;
  /* opacity: 0; */
}

/* body:not(.menuopen) .gescout-show */
body .gescout-show, body:not(.menuopen) .shrink:not(.gescout-sticky) {
  top: 0;
  background-color: #fff;
}

body.menuopen header {
  top: 0;
}

.MenuWrapper .logo {
  position: fixed;
  top: 30px;
  left: 140px;
  z-index: 2;
}

.searchPopup input[type='text']::-webkit-input-placeholder {
  color: #A3A3A3 !important;
}

.searchPopup input[type='text']::-moz-placeholder {
  color: #A3A3A3 !important;
}

.searchPopup input[type='text']::-ms-input-placeholder {
  color: #A3A3A3;
}

.searchPopup input[type='text']::-moz-placeholder {
  color: #A3A3A3;
}

@media screen and (min-width: 1280px) {
  #menuComponent {
    position: relative;
    margin-top: -5px;
  }

  #menu-toggle {
    display: none;
  }

  header>div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .searchPopup {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
    position: absolute;
    top: 100px;
    right: 0;
    background-color: #000;
    filter: invert(1) brightness(2);
    padding: 20px;
  }

  body:not(.page-template-case-study-template-php, .search,
    .page-template-contact-template-php) .searchPopup {
    background-color: #1E1E1E;
    filter: invert(0);
  }

  .searchIcon {
    border: 0;
    padding: 0;
    font-size: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url("images/search-icon.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 22px auto !important;
    bottom: 22px;
    line-height: 0;
    min-width: auto;
    position: absolute;
    z-index: 2;
    right: 0;
    cursor: pointer;
  }

  .open-search body.headerWhite:not(.blackNav) header:not(.shrink) .searchIcon,
  .open-search body.page-template-case-study-template-php header:not(.shrink) .searchIcon,
  .open-search body.search header:not(.shrink) .searchIcon,
  .open-search body.single-mhp_case_studies header:not(.shrink) .searchIcon,
  .open-search body.page-template-contact-template-php header:not(.shrink) .searchIcon {
    filter: invert(0);
  }

  body.page-template-case-study-template-php header:not(.shrink) .searchIcon,
  body.search header:not(.shrink) .searchIcon,
  body.single-mhp_case_studies header:not(.shrink) .searchIcon,
  body.page-template-contact-template-php header:not(.shrink) .searchIcon {
    filter: invert(1) brightness(2);
  }

  .open-search .searchIcon {
    background: url("images/cross.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 15px auto !important;
    filter: invert(1) brightness(2);
  }

  .open-search .searchPopup {
    visibility: visible;
    opacity: 1;
  }

  .searchPopup .searchHolder {
    padding: 0px 30px 10px 30px;
  }

  .searchPopup .searchHolder form>div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
  }

  .searchPopup input[type='text'] {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 20px;
    color: #fff;
    font-size: 22px;
    border: 0px;
  }

  .searchPopup input[type='text']:-webkit-autofill {
    background-color: transparent !important;
  }

  .searchPopup .submitBtn {
    padding-left: 0px;
    font-size: 22px;
    border: 0px;
    padding-right: 55px;
    padding-bottom: 10px;
    min-width: 120px;
    margin: 0px !important;
    color: #000;
  }

  .searchPopup .submitBtn span {
    right: 0px;
  }

  .MenuWrapper>div {
    width: 100%;
  }

  .mainMenu, .toprightMenu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0px;
    margin: 0;
    color: #1E1E1E;
  }

  .toprightMenu {
    margin-bottom: 10px;
    padding-right: 25px;
  }

  .toprightMenu li {
    padding: 0px 17px;
    display: block;
  }

  .toprightMenu li a {
    display: block;
    border-bottom: 1px solid transparent;
  }

  .toprightMenu li a:hover {
    border-bottom: 1px solid #000;
  }

  .toprightMenu .contactTab {
    display: none;
  }

  .customLink, .nav-item, .MenuWrapper .logo, .toggleNav {
    display: none;
  }

  .MenuWrapper>div {
    display: flex;
    flex-direction: column-reverse;
  }

  .mainMenu>li {
    position: relative;
    padding: 0px 30px 0px 30px;
  }

  .mainMenu {
    padding-right: 35px;
  }

  .mainMenu>li>a {
    font-size: 25px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid transparent;
  }

  body.headerWhite:not(.blackNav) header:not(.shrink) .mainMenu>li>a,
  body.headerWhite:not(.blackNav) header:not(.shrink) .searchIcon,
  .searchPopup .submitBtn {
    filter: invert(1) brightness(2);
    color: #000;
  }

  body.page-template-case-study-template-php header:not(.shrink) .mainMenu>li>a,
  body.page-template-contact-template-php header:not(.shrink) .mainMenu>li>a,
  body.single-mhp_case_studies header:not(.shrink) .mainMenu>li>a,
  body.search header:not(.shrink) .mainMenu>li>a,
  body.page-template-case-study-template-php header:not(.shrink) .toprightMenu a,
  body.page-template-contact-template-php header:not(.shrink) .toprightMenu a,
  body.single-mhp_case_studies header:not(.shrink) .toprightMenu a,
  body.search header:not(.shrink) .toprightMenu a,
  body.headerWhite:not(.blackNav) header:not(.shrink) .toprightMenu a {
    filter: invert(1) brightness(2);
    color: #000;
  }

  .mainMenu>li>ul {
    list-style: none;
    padding: 25px 40px;
    display: block;
    margin: 0;
    background-color: #000;
    filter: invert(1);
    position: absolute;
    z-index: 2;
    width: 315px;
    left: -35px;
    /* transform: translateX(-35%); */
    top: 59px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .6s cubic-bezier(.16, .84, .44, 1);
    -moz-transition: opacity .6s cubic-bezier(.16, .84, .44, 1);
    -o-transition: opacity .6s cubic-bezier(.16, .84, .44, 1);
    transition: opacity .6s cubic-bezier(.16, .84, .44, 1);
    transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  }

  body:not(.page-template-case-study-template-php, .search,
    .page-template-contact-template-php) .mainMenu>li>ul {
    background-color: #1E1E1E;
    filter: invert(0);
  }

  .mainMenu>li>ul>li>a {
    color: #fff;
  }

  .mainMenu>li>ul>li>a:hover {
    text-decoration: underline !important;
  }

  .mainMenu>li>ul>li {
    padding: 7px 0px;
  }

  .mainMenu>li:focus-within>ul,
  html:not(.open-search) .mainMenu>li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .mainMenu>li:not(.menu-item-has-children):hover>a {
    border-bottom: 1px solid #1E1E1E;
  }

  .mainMenu>li.menu-item-has-children {
    padding-right: 10px;
  }

  .mainMenu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .mainMenu>li.menu-item-has-children>a::after {
    content: '';
    display: block;
    position: absolute;
    top: 27%;
    right: 7px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-50%);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  html:not(.open-search) .mainMenu>li.menu-item-has-children:hover>a::after {
    top: 35%;
    border-right: 0px solid #000;
    border-bottom: 0px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
  }
}

.HeroImageVideoBanner {
  width: 100%;
  /* padding: 130px 0px 190px 0px; */
  padding: 320px 0px 115px 0px;
  height: auto;
  /* min-height: 40vw; */
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  position: relative;
  /* background-color: #000; */
}

.headerWhite .HeroImageVideoBanner {
  background-color: #1E1E1E
}

body:not(.headerWhite, .video, .search) .HeroImageVideoBanner.noimage {
  min-height: 0;
  /* padding-top: 170px;
  padding-bottom: 80px; */
  padding-top: 320px;
  padding-bottom: 115px;
}

body:not(.headerWhite, .video) .HeroImageVideoBanner.noimage+.twoColListEditor.white,
body:not(.headerWhite, .video) .HeroImageVideoBanner.noimage+.TeamListing {
  padding-top: 0;
}

.home .HeroImageVideoBanner {
  /* min-height: 40vw;
height: 100vh;
  */
  padding-top: 130px;
  min-height: 650px;
  height: 92vh;
  align-items: flex-end;
}

.HeroImageVideoBanner .imageHolder::before, .HeroImageVideoBanner.Mischief::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.3);
  background: linear-gradient(215deg, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.2) 50%, rgba(30, 30, 30, 1) 100%);
}
.HeroImageVideoBanner.Mischief::before
{
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.22) 100%);
mix-blend-mode: multiply;
}

.HeroImageVideoBanner img {
  position: absolute;
  top: 0;
}
.MischiefCaption
{
  z-index: 3;
  width: 100%;
}
.MischiefCaption img{

  width: 100%;
  position: relative;
}

.heroCaption {
  z-index: 2;
  position: relative;
}

.heroCaption .fadeInUp.animateMe {
  transition-delay: 0.3s;
}

.heroCaption .btnHolder a {
  margin-top: 20px;
}

body.page-template-library-templates-php.headerWhite .heroCaption h2 {
  /* max-width: 950px; */
  color: #fff;
  margin-bottom: 0px;
}

body.page-template-library-templates-php.headerWhite .headerWhite .heroCaption h2,
body.page-template-library-templates-php.headerWhite .heroCaption,
.HeroImageVideoBanner.noimage .heroCaption {
  color: #000
}

.page-template-contact-template .HeroImageVideoBanner.noimage .heroCaption,
.page-template-case-study-template .HeroImageVideoBanner.noimage .heroCaption,
.search .HeroImageVideoBanner.noimage .heroCaption {
  color: #fff
}

.heroCaption h2 {
  margin-bottom: 0px;
}

.heroCaption .btnHolder {
  margin-top: 2vw;
}

.headerWhite .heroCaption h2, .headerWhite .heroCaption,
.headerWhite .HeroImageVideoBanner.noimage .heroCaption {
  color: #fff;
}

.heroCaption h2+h1 {
  padding-top: 30px;
}

/* .video .HeroImageVideoBanner
{
  padding: 0px;
} */
.video .HeroImageVideoBanner .heroCaption {
  position: relative;
}

.posterimage, .playVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.playVideo {
  cursor: none;
  z-index: 3;
}

.HeroImageVideoBanner .fluidVideo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.HeroImageVideoBanner.counterAdded {
  align-items: flex-start;
  overflow: visible;
  padding-bottom: 160px;
}

body:not(.headerWhite, .video) .HeroImageVideoBanner.noimage.counterAdded {
  padding-bottom: 160px;
}

.HeroImageVideoBanner.counterAdded+section {
  padding-top: 220px;
}

.heroCounter {
  /* height: 230px; */
  width: 100%;
  max-width: 1090px;
  position: absolute;
  z-index: 2;
  left: 140px;
  bottom: -15%;
  background-color: #fff;
  /* font-size: 5.5vw; */
  font-size: 4vw;
  line-height: 5vw;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
}

.heroCounter.centerAlign {
  left: 50%;
  transform: translateX(-50%);
}

.heroCounter h4 {
  padding-top: 5px;
  padding-right: 20px;
  min-width: 25%;
}

.heroCounter.hideSeconds .secondsblock {
  display: none;
}

.card-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.card-body>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding: 0px 15px;
  position: relative;
}

.card-body>div::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 0.5vw;
  width: 2px;
  height: 4vw;
  background-color: #1E1E1E;
}

.card-body>div:last-child::after, .heroCounter.hideSeconds .card-body>div:nth-child(3)::after {
  display: none;
}

.heroCounter.hideSeconds {
  max-width: 900px;
}

.heroCounter.hideSeconds .card-body>div {
  width: 33.33%;
}

.card-body>div>span {
  display: block;
  width: 100%;
  text-align: center;
}

.card-body>div>span span {
  background-color: #fff;
}

.heroCounter.black .card-body>div>span span {
  background-color: #1E1E1E;
}

.card-body>div span p {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.enddate {
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.labelname {
  font-size: 27px;
  line-height: 36px;
  margin-top: 20px;
  display: block;
  text-align: center;
}

#seconds,
#minutes {
  position: relative;
  height: 100%;
  display: block;
  width: 100%;
}

#minutes p {
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* font-weight: bolder; */
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

#seconds p {
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* font-weight: bolder; */
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

#seconds p span {
  -webkit-animation: numberTopMove 1.5s cubic-bezier(.17, .67, .67, .92) 0s 1 normal forwards;
  animation: numberTopMove 1.5s cubic-bezier(.17, .67, .67, .92) 0s 1 normal forwards;
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

#minutes p span {
  position: relative;
  display: inline-block;
  -webkit-animation: numberTopMove 1.5s cubic-bezier(.17, .67, .67, .92) 60s 1 normal forwards;
  animation: numberTopMove 1.5s cubic-bezier(.17, .67, .67, .92) 60s 1 normal forwards;
}

#minutes p span.oneMinuteDelay {
  -webkit-animation: numberTopMoveffff 60s cubic-bezier(.17, .67, .67, .92) 0s 1 normal forwards;
  animation: numberTopMoveffff 60s cubic-bezier(.17, .67, .67, .92) 0s 1 normal forwards;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

#seconds p span:last-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#minutes p span.oneMinuteDelay:last-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes numberTopMove {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  30%,
  70% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes numberTopMove {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  30%,
  70% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes numberTopMoveffff {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  0.6%,
  99.4% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes numberTopMoveffff {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  0.6%,
  99.4% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}

#minutes p span.firstMinuteDelay {
  -webkit-animation: numberTopMoveffffeee 60s cubic-bezier(.17, .67, .67, .92) 0s 1 normal forwards;
  animation: numberTopMoveffffeee 60s cubic-bezier(.17, .67, .67, .92) 0s 1 normal forwards;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

#minutes p span.firstMinuteDelay:last-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.heroCounter.black {
  background-color: #1E1E1E;
}

.heroCounter.black {
  color: #fff;
}

.heroCounter.black .card-body>div::after {
  background-color: #fff;
}

body:not(.page-template-case-study-template, .page-template-contact-template, .video) .HeroImageVideoBanner.noimage .whiteBtn span::after,
body:not(.page-template-case-study-template, .page-template-contact-template, .video) .HeroImageVideoBanner.noimage .whiteBtn span::before,
body.page-template-library-templates-php:not(.headerWhite) .whiteBtn span::after,
body.page-template-library-templates-php:not(.headerWhite) .whiteBtn span::before,
body.page-template-library-templates-php:not(.headerWhite) .blackBorderBtn span::before,
body.page-template-library-templates-php:not(.headerWhite) .blackBorderBtn span::after {
  filter: invert(1);
}

body:not(.page-template-case-study-template, .page-template-contact-template, .video) .HeroImageVideoBanner.noimage .whiteBtn,
body.page-template-library-templates-php:not(.headerWhite) .whiteBtn {
  background-color: #1E1E1E;
  color: #fff;
}

body:not(.page-template-case-study-template, .page-template-contact-template, .video) .HeroImageVideoBanner.noimage .whiteBorderBtn,
body.page-template-library-templates-php:not(.headerWhite) .whiteBorderBtn {
  color: #1E1E1E;
  border: 2px solid #1E1E1E;
}

body:not(.page-template-case-study-template, .page-template-contact-template, .video) .HeroImageVideoBanner.noimage .whiteBorderBtn span::after,
body:not(.page-template-case-study-template, .page-template-contact-template, .video) .HeroImageVideoBanner.noimage .whiteBorderBtn span::before,
body.page-template-library-templates-php:not(.headerWhite) .whiteBorderBtn span::after,
body.page-template-library-templates-php:not(.headerWhite) .whiteBorderBtn span::before {
  filter: invert(1);
}
/* home page css start */
.home{
  background-color: #1E1E1E;
}


.homeHero{padding-top: 120px;
    padding-bottom: 210px;}

.homeHero .centerBlock{
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.homeHero .centerBlock .leftSide{width: 70%; padding-right: 5%;}
.homeHero .centerBlock .leftSide h1{ margin-bottom: 50px;     max-width: 950px;}
.homeHero .centerBlock .leftSide { font-size: 24px;
line-height: 1.4;}
.homeHero .centerBlock .leftSide p{
  max-width: 670px;
}
.homeHero .centerBlock .RightSide{
  width: 30%;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 40px;
  position: relative;
}
.homeHero .centerBlock .RightSide .brandsLogo{ margin-top: 45px;display: flex;
flex-direction: column; gap:50px; align-items: flex-start;}
.homeHero .centerBlock .RightSide .brandsLogo img{
  height: 35px;
  max-width: 150px;
  width: auto;
}
.brandsLogo .imgloader{display: none;}

.expandedVideo{
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 50%;
    overflow: hidden;
    margin-bottom: 170px;
}

.expandedVideo::before{
  content: '';
  display: block;
  background-color: #32FAD2;
  position: absolute;
  right:0;
  top: 0;
  width: 70%;
  height: 100%;
}

.expandedVideo.active-class::before{
  width: 100%;
  transition: 0.6s width ease;
}

.expandedVideo .videoblock{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 70px;
    line-height: 0;
    width: 70%;
    height: 100%;
    /* padding-right: 70px; */
    transform-origin: right center;
    will-change: transform;
    transition: 1.5s all ease;
    transition-delay: 0s;
}


.expandedVideo.active-class .videoblock{
width: 100%;
right: 0px;
}
.expandedVideo .videoblock .videoWrapper{
    width: 100;
    height: 100%;
    transform-origin: right center;
    will-change: transform;

}


.expandedVideo video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.textRowImageVideo{
    margin-bottom: 170px;
}
.textRowImageVideo {
  color: #fff;
}
.textRowImageVideo .btnHolder .whiteBorderBtn{
  margin-bottom: 10px;

}
.textRowImageVideo.option1 .textBlock{
font-size: 36px;
line-height: 1.4;
max-width: 865px;
}

.textRowImageVideo.option2 .centerBlock{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.textRowImageVideo.option2 .centerBlock h3{
  width: 100%;
  margin-bottom: 100px;
  font-size: 3.34vw /*48px*/;
  line-height: 1.4;
}
.textRowImageVideo.option2 .centerBlock .textBlock{
  width: 45%;
  padding-right:10%;
  font-size: 24px;
  line-height: 1.4;
}
.textRowImageVideo.option2 .centerBlock .mediaBlock{
  width: 55%;
  position: relative;
  padding-top: 36%;
}
.textRowImageVideo.option2 .centerBlock .mediaBlock .imageHolder{
  background-color: #ccc;
}

.ourWork{
  color: #fff;
  margin-bottom: 100px;
}

.ourWork .centerBlock h3{
  max-width: 680px;
  font-size: 3.34vw /*48px*/;
  line-height: 1.4;
}

.ourWork .centerBlock .sectionHeading
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.ourWork .centerBlock .sectionHeading .whiteBorderBtn
{
  margin-right: 0;
  margin-bottom: 20px;
}

.ourWork .worklist
{ display: flex;
justify-content: space-between;
flex-flow: row wrap;
gap:20px;}


body.home
{
  -webkit-transition: background-color 1.5s ease;
  -moz-transition: background-color 1.5s ease;
  -o-transition: background-color 1.5s ease;
  transition: background-color 1.5s ease;
}
body.white{
  background-color: #fff;

}

body.white .ourWork .worklist .workBlock a span,
 body.white .whiteBorderBtn{
filter: invert(1);
}

 body.white .textRowImageVideo, body.white .ourWork, body.white .ourWork .worklist .workBlock a .textBlock{
  color: #000;
}
.ourWork .worklist .workBlock{
  width: calc(50% - 10px);
  margin-bottom: 60px;
}
.ourWork .worklist .workBlock a{
  display: block;
}

.ourWork .worklist .workBlock a .mediaBlock .imageHolder::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.ourWork .worklist .workBlock a .mediaBlock .imageHolder video{z-index: 1;}
.no-touch .ourWork .worklist .workBlock a:hover .mediaBlock .imageHolder::before{
  opacity: 1;
}
.ourWork .worklist .workBlock a .mediaBlock .imageHolder
{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.no-touch .ourWork .worklist .workBlock a:hover .mediaBlock .imageHolder
{
clip-path: polygon(0% 0%, 100% 0%, 100% 98.5%, 0% 98.5%);
}

.ourWork .worklist .workBlock .clientLogo{
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 230px;
  max-height: 60px;
  object-fit: contain;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.no-touch .ourWork .worklist .workBlock a:hover .clientLogo{
  opacity: 1;
}
.no-touch .ourWork .worklist .workBlock:nth-child(4n + 2) a:hover .mediaBlock .imageHolder,
.no-touch .ourWork .worklist .workBlock:nth-child(4n + 3) a:hover .mediaBlock .imageHolder{
clip-path: polygon(0% 0%, 100% 0%, 100% 97.5%, 0% 97.5%);
}
.ourWork .worklist .workBlock a .textBlock{
  color: #fff;
  padding-top: 25px;
}
.ourWork .worklist .workBlock a .textBlock h4{
  font-size: 24px;
  line-height: 1.5;
}
.ourWork .worklist .workBlock a span {
  width: 30px;
  height: 15px;
  overflow: hidden;
  display: block;
  position: relative;

}
.ourWork .worklist .workBlock a span::before,
.ourWork .worklist .workBlock a span::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 15px;
  background: url('images/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.ourWork .worklist .workBlock a span::before{left: -35px;}

.no-touch .ourWork .worklist .workBlock a:hover span::after{
  left: 35px;
}

.no-touch .ourWork .worklist .workBlock a:hover span::before{
  left: 0px;
}

.ourWork .worklist .workBlock .mediaBlock{
position: relative;
background-color: #32FAD2;
padding-top: 65%;
}

.ourWork .worklist .workBlock:nth-child(4n + 1) .mediaBlock,
.ourWork .worklist .workBlock:nth-child(4n + 4) .mediaBlock{
  padding-top: 100%;
}

.newsandInsights .sectionHeading{color: #fff; margin-bottom: 70px;}
body.white .newsandInsights .sectionHeading{color: #000;}

.newsInsightsList
{
  display: flex;
  /* gap:20px; */
}
.newsandInsights .sectionHeading h3{
  max-width: 670px;
  font-size: 3.34vw /*48px*/;
  line-height: 1.4;
}
.newsInsightsList .block{position: relative; width: 415px; padding: 10px;}
.newsInsightsList .block .imageBlock{
  padding-top: 65%;
  /* padding-top: 115%; */
    overflow: hidden;
    width: 100%;
    position: relative; margin-bottom: 30px;}
.newsandInsights .block .textBlock{
  color: #fff;
}
    .newsandInsights .block .textBlock h4{
      font-size: 24px;line-height: 1.4;

    }
      .newsandInsights .block .textBlock .date
    {

opacity: 0.6;
font-size: 17px;
line-height: 1.5;
    }

    .newsInsightsList .block .imageBlock .imageHolder::before{
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.2);
      -webkit-transition: opacity .3s ease;
      -moz-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
    }
    .no-touch .newsInsightsList .block a:hover .imageBlock .imageHolder::before{
      opacity: 1;
    }
    .newsInsightsSwiper
    {
      position: relative;
      width: calc(100% + 20px);
    margin-left: -10px;
    }
.swiper-button-prev-news,
.swiper-button-next-news
{
  top: -125px;
  width: 55px;
  height: 55px;
      border-radius: 50%;
      display: block;
      position: absolute;
      border: 1px solid #fff;
      cursor: pointer;
}

    .swiper-button-next-news{
    right: 0;}
    .swiper-button-prev-news
    {
        right: 70px;
        left: auto;
    }
.swiper-button-next-news:after, .swiper-button-prev-news:after{
      filter: invert(1);
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
    }

    .newsInsightsSwiper .swiper-button-disabled{opacity: 0.3;
    pointer-events: none;}
    body.white .newsInsightsSwiper .swiper-button-prev-news, body.white .newsInsightsSwiper .swiper-button-next-news{ border: 1px solid #000;}

    body.white .newsInsightsSwiper .swiper-button-prev-news:after, body.white .newsInsightsSwiper .swiper-button-next-news::after{ filter: none}

/* Home page css end */

.FullWidthContentpage {
  margin-top: 50px;
}

.StatisticsRow .titleText {
  margin-bottom: 100px;
}

.StatisticsRow .titleText>h2, .SummeryArea .titleText>h2 {
  width: 25%;
  font-size: 36px;
  line-height: 50px;
  font-family: 'untitled-serif-regular-italic';
  font-style: normal !important;
}

.SummeryArea .titleText .rightText, .StatisticsRow .titleText .rightText {
  width: 75%
}

.StatisticsRow .titleText .rightText h2, .SummeryArea .titleText .rightText h2 {
  margin-bottom: 0px;
}

.StatisticsRow .stats {
  /* border-top: 2px solid #1E1E1E; */
  border-left: 2px solid #1E1E1E;
  width: calc(100% - 280px);
  margin: 0px auto 0 auto;

}

.StatisticsRow .stats .col {
  width: 33.33%;
  border-top: 2px solid #1E1E1E;
  border-bottom: 2px solid #1E1E1E;
  border-right: 2px solid #1E1E1E;
  padding: 5% 3% 4% 3%;
  font-size: 24px;
  line-height: 34px;
}

.StatisticsRow .stats .col:nth-child(n+4) {
  border-top: 0px;
}

.Black {
  background-color: #1E1E1E;
}

.Black, .StatisticsRow.Black .titleText, .StatisticsRow.Black, .StatisticsRow.Black .stats .number {
  color: #fff;
}

.Black a {
  color: #fff;
}

.Black .blackBorderBtn {
  color: #fff;
  border: 2px solid #fff;
}

.Black .blackBorderBtn span::before, .Black .blackBorderBtn span::after {
  background: url('images/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.StatisticsRow.Black .stats .col {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.StatisticsRow.Black .stats .col:nth-child(n+4) {
  border-top: 0px;
}

.StatisticsRow.Black .stats {
  /* border-top: 2px solid #fff; */
  border-left: 2px solid #fff;
}

.StatisticsRow .stats.fadeInUp .col>div {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(.16, .84, .44, 1), transform .8s cubic-bezier(.16, .84, .44, 1);
  -webkit-transition: opacity 1.2s cubic-bezier(.16, .84, .44, 1), transform .8s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity 1.2s cubic-bezier(.16, .84, .44, 1), transform .8s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity 1.2s cubic-bezier(.16, .84, .44, 1), transform .8s cubic-bezier(.16, .84, .44, 1);
}

.StatisticsRow .stats.fadeInUp.animateMe .col>div {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.StatisticsRow .stats.fadeInUp.animateMe .col:nth-child(1)>div {
  transition-delay: 0.2s;
}

.StatisticsRow .stats.fadeInUp.animateMe .col:nth-child(2)>div {
  transition-delay: 0.6s;
}

.StatisticsRow .stats.fadeInUp.animateMe .col:nth-child(3)>div {
  transition-delay: 1s;
}

.StatisticsRow .stats.fadeInUp.animateMe .col:nth-child(4)>div {
  transition-delay: 1.4s;
}

.StatisticsRow .stats.fadeInUp.animateMe .col:nth-child(5)>div {
  transition-delay: 1.8s;
}

.StatisticsRow .stats.fadeInUp.animateMe .col:nth-child(6)>div {
  transition-delay: 2.2s;
}

.StatisticsRow.col_titleText .titleText>h2 {
  width: 100%;
  font-size: 3.64vw
    /*70px*/
  ;
  line-height: 4.47vw
    /*86px*/
  ;
  font-family: 'untitled-sans-regular';
  font-weight: normal;
  text-align: center;
}

.StatisticsRow.col_titleText .titleText {
  margin-bottom: 30px;
}

.StatisticsRow.col_titleText .statlogo {
  margin-bottom: 20px;
  max-width: 340px;
}

.stats .number {
  font-size: 7.81vw
    /*150px*/
  ;
  line-height: 6.77vw
    /*130px*/
  ;
  margin-bottom: 3vw;
  color: #1E1E1E
}

.statlogo {
  max-width: 320px;
  height: 100px;
  margin-bottom: 4vw;
}

.statlogo img {
  height: 100%;
  width: auto;
}

.statlogoTxt {
  font-size: 20px;
  line-height: 30px;
}

.titleText {
  width: 100%;
  padding-left: 140px;
  padding-right: 140px
}

/* .TeamListing .titleText>h2 {
  font-size: 36px;
  line-height: 50px;
  font-family: 'untitled-serif-regular-italic';
} */
.titleText>h2 {
  width: 50%;
  padding-right: 10px;
}

.titleText .rightText {
  width: 50%;
  padding-left: 10px;
  padding-top: 1.4%;
}

.TeamListing.TBSpace {
  padding-bottom: 90px;
}

.teamListWrap {
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 0px 110px;
}

.teamListWrap .teamSlider {
  width: 100%;
}

.teamListWrap .teamBlock {
  width: 16.66%;
  padding: 30px;
  position: relative;
}

.teamListWrap .teamBlock a {
  display: block;
  text-decoration: none;
}

.teamPhoto {
  background-color: #E6E5E5;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.page-template-template-people-php .teamPhoto {
  margin-bottom: 20px;
}

.teamPhoto::before, .logoListing .awardBlock div.imageHolder::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.logoListing {
  align-items: flex-start;
}

.teamInfo h6 {
  font-size: 20px;
  line-height: 30px;
}

.teamPhoto img, .ImageBlock img, .newsImage img, .postBlock .ImageBlock img,
.caseStudyImage img, .workBlock .ImageBlock img, .teamBlock .teamPhoto img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  transition: all .8s ease-in-out, -webkit-transform .8s ease-in-out;
  opacity: 0;
}

.caseStudyImage:hover img, .teamListWrap .teamBlock:hover .teamPhoto img,
.Block:hover .ImageBlock img, .Block:hover .newsImage img, .postBlock:hover .ImageBlock img,
.workBlock:hover .ImageBlock img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-template-template-people-php .teamListWrap .teamBlock:hover .teamPhoto img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.newsImage img, .postBlock .ImageBlock img, .linkListRow .ImageBlock img,
.textImageRow .ImagePlace img, .PromotedCaseStudy .ImagePlace img, .Block .ImageBlock img {
  /* clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); */
  transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1), transform .8s cubic-bezier(0.4, 0, 0.2, 1);
  /* , clip-path .8s cubic-bezier(0.4, 0, 0.2, 1) */
}

.newsImage.animateMe img.lazyloaded, .postBlock .ImageBlock.animateMe img.lazyloaded, .Block .ImageBlock.animateMe img.lazyloaded,
.linkListRow .ImageBlock.animateMe img.lazyloaded, .textImageRow .ImagePlace.animateMe img.lazyloaded,
.PromotedCaseStudy .ImagePlace.animateMe img.lazyloaded {
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
}

.TeamSingleProfile .LeftSide, .imageText40-60 .imageBlock {
  width: 550px;
  padding-right: 150px;
}

.TeamSingleProfile .LeftSide .ProfilePic, .imageText40-60 .imageBlock .imagePlace {
  position: relative;
}

.TeamSingleProfile .LeftSide .ProfilePic::before, .imageText40-60 .imageBlock .imagePlace::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.TeamSingleProfile .RightSide, .imageText40-60 .textBlock {
  width: calc(100% - 550px);
}

.TeamSingleProfile .RightSide h2, .imageText40-60 .textBlock h2 {
  margin-bottom: 0px;
}

.imageText40-60 .textBlock p:last-of-type, .imageText40-60 .textBlock ul:last-child,
.imageText40-60 .textBlock ol:last-child {
  padding-bottom: 0px;
}

.TeamSingleProfile .RightSide div, .imageText40-60 .textBlock div {
  padding: 30px 0px;
}

.editorText-60 {
  width: 100%;
}

.editorText-60.fullwidth {
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
}

/* .editorText-60 .textBlock > h2
{
    text-align: center;
} */
.editorText-60 .textBlock {
  width: 60%;
  margin: 0 auto;
}

.editorText-60.fullwidth .textBlock {
  width: 100%;
  margin: 0 auto;
}

.editorText-60.DarkBlue .textBlock>div {
  color: #fff;
}

.editorText-60.DarkBlue .textBlock>div a:not(.whiteBtn, .whiteBorderBtn, .blackBorderBtn) {
  color: #fff;
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px) !important;
}

.editorText-60.DarkBlue .textBlock>div a:not(.whiteBtn, .whiteBorderBtn, .blackBorderBtn):hover {
  background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px) !important;
}

/* team details end */
.logoSwiper {
  padding-left: 125px;
  padding-right: 125px;
  /* margin-top: 60px; */
}

.logoListing .awardBlock {
  width: 12.5%;
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  height: auto;
}

.logoListing .awardBlock img {
  opacity: 1 !important;
}

.logoListing .awardBlock .imgloader {
  display: none !important;
}

.logoListing .awardBlock a::after {
  display: none !important
}

.logoListing .awardBlock>div, .logoListing .awardBlock a {
  position: relative;
  border-radius: 0%;
  background-color: #fff;
  height: auto;
  width: 100%;
}

.awardCaption {
  font-size: 18px;
  line-height: 22px;
}

.logoListing .awardBlock div.imageHolder {
  margin-bottom: 20px;
  width: 100%;
  /* background-color: #E6E5E5; */
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logoListing .awardBlock div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  position: absolute;
}

.logoListing .awardBlock>div>div {
  padding: 5px;
  background-image: none;
}

.twoColListEditor {
  overflow: visible;
}

.twoColListEditor .col:nth-child(1) {
  padding-right: 9vw;
  padding-bottom: 5px;
}

.twoColListEditor .col:nth-child(1)>div {
  padding-bottom: 30px;
}

.twoColListEditor .col:nth-child(1)>div p:last-of-type {
  padding: 0px;
}

.twoColListEditor .col:nth-child(2) {
  padding-left: 6vw;
  padding-bottom: 5px;
}

.twoColListEditor .col:nth-child(1) h2 {
  margin-bottom: 3vw;
  max-width: 90%;
}

.twoColListEditor .col:nth-child(2) h6 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 20px;
}

.twoColListEditor .col:nth-child(2) ul {
  font-size: 36px;
  line-height: 48px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}

.twoColListEditor .col:nth-child(2) ul li {
  padding: 20px 0px 20px 50px;
  position: relative;
}

.twoColListEditor .col:nth-child(2) ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 40px;
  width: 30px;
  height: 15px;
  background: url('images/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.twoColListEditor .col:nth-child(2) ul li a::after {
  height: 2px;
}

.twoColListEditor .col:nth-child(2) ul li a:hover::after {
  height: 3px;
}

.twoColListEditor .col:nth-child(2) .blackBorderBtn {
  margin-top: 30px;
}

.twoColListEditor.DarkBlue {
  color: #fff;
}

.twoColListEditor.Black .col:nth-child(2) ul li::before,
.twoColListEditor.DarkBlue .col:nth-child(2) ul li::before,
.twoColListEditor.DarkBlue .col:nth-child(2) ul li a,
.twoColListEditor.DarkBlue .blackBorderBtn {
  filter: invert(1);
}

.twoColListEditor.Black .col:nth-child(2) ul li a {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px) !important;
}

.twoColListEditor.Black .col:nth-child(2) ul li a:hover {
  background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px) !important;
}

.twoColListEditor+.quoteRow {
  padding-top: 0px;
  padding-bottom: 0px;
}

.master-slider {
  -moz-transform: translate3d(0, 0, 1px);
}

.ms-staff-carousel {
  max-width: calc(100% - 280px);
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}

.ms-staff-carousel .ms-view {
  overflow: visible;
  background-color: transparent;
}

.ms-staff-carousel .ms-slide-bgcont img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.ms-staff-carousel .ms-slide-bgcont {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #E6E5E5;
  overflow: hidden;
}

/* index page css start */
/* .blog #page-wrap, .single:not(.single-mhp_case_studies)  #page-wrap
{
  padding-top: 100px;
} */
.blog h1 {
  margin-bottom: 4vw;
}

.featuredPost {
  padding-bottom: 50px;
}

#page-wrap .featuredPost>a {
  display: flex !important;
  background-image: none !important;
  align-items: flex-start;
  flex-flow: row wrap;
}

#page-wrap .featuredPost>a u {
  background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
}

#page-wrap .featuredPost>a:hover u {
  background-image: linear-gradient(transparent calc(100% - 2px), black 2px);
}

.insightScroll {
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  right: 140px;
  left: auto;
  bottom: 40px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  background: none !important;
  min-width: 135px;
}

.insightScroll span {
  display: inline-block;
}
.insightScroll:hover span em{
      background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
}

.insightScroll::after {
  content: '';
  display: inline-block;
  position: relative;
  margin: 5px 20px 0 auto;
  width: 8px;
  height: 50px;
  background: url('images/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s ease transform;
  transform: scaleY(1);
    transform-origin: top;
}
.insightScroll:hover::after
{
  transform: scaleY(1.3);
}

.featuredPost::after {
  content: '';
  display: block;
  border-bottom: 1px solid #707070;
  position: relative;
  width: 100%;
}

.featuredPost .ImageBlock {
  width: calc(43% - 8px);
  position: relative;
  overflow: hidden;
  background-color: #E6E5E5;
}

.featuredPost .ImageBlock a {
  display: block;
  width: 100%;
  height: 100%;
}

.newsImage::before, .postBlock .ImageBlock::before {
  content: '';
  display: block;
  padding-top: 63%;
}

.featuredPost .ImageBlock {
  margin-bottom: 50px;
}

.featuredPost .ImageBlock::before {
  content: '';
  display: block;
  padding-top: 67%
}

.featuredPost .TextHolder {
  width: 57%;
  padding: 0px 8vw 0px 8vw;
}

.featuredPost .TextHolder h2 {
  font-size: 3.125vw
    /*60px*/
  ;
  line-height: 3.90vw
    /*75px*/
  ;
  margin-top: -15px;
}

.featuredPost .TextHolder a, .Block a {
  text-decoration: none;
}

.featuredPost .TextHolder a.blackBorderBtn {
  margin-top: 1.5vw;
}

.linkListRow .TextHolder a.blackBorderBtn {
  margin-top: 10px;
}

.newsdate {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

.featuredPost .TextHolder .newsdate,
.featuredPost .TextHolder a h2 {
  margin-bottom: 2vw;
}

.blackBorderBtn.responsive {
  display: none;
}

.alm-filters-container .alm-filters--loading {
  z-index: -1;
}

.alm-filters-container .alm-filters-edit {
  top: 0px !important;
}

.alm-filters-container .alm-filters-edit::after {
  display: none !important
}

.alm-layouts .alm-listing {
  /* min-height: 40vh; */
}

a.alm-filters-edit {
  display: none !important;
  visibility: hidden !important;
}

/* .alm-listing {
  width: auto !important;
  display: contents !important;
} */
.filterTab {
  display: none;
}

.filterlist {
  /* max-width: 900px; */
}

.alm-filter--search {
  /* max-width: 535px; */
  width: calc(33.33% - 8px);
  margin-bottom: 70px;
  padding-top: 2px;
}

.alm-filters-container .alm-filter--text-wrap.has-button input[type=text] {
  border: 0px;
  font-size: 20px !important;
  padding-left: 0px !important;
  line-height: 40px;
  color: #1E1E1E;
  border-bottom: 2px solid #1E1E1E;
}

.alm-filters-container .alm-filter--text-wrap.has-button button {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #1E1E1E !important;
  position: absolute;
  right: -12px;
  min-width: 170px;
  font-family: 'untitled-sans-regular' !important;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 40px 10px 10px;
}

.alm-filters-container .alm-filter--text-wrap.has-button button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 15px;
  background: url('images/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.no-touch .alm-filters-container .alm-filter--text-wrap.has-button button:hover::after {
  right: 0px;
}

.filterHolder {
  margin: 20px 0px 0px 0;
  width: 100%;
}

.filterHolder .filter .alm-filters-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.filterHolder+.featuredPost {
  margin-top: 30px;
}

.filterHolder .filter .alm-filters-container button[type=reset] {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.filterHolder .filter .alm-filters-container .alm-filters--reset {
  /* top: 93px; */
  top:85px;
  height: 23px;
display: flex;
align-items: flex-end;
}
.filterHolder .filter .alm-filters-container .alm-filters--reset .alm-filters--reset-button{
  display: inline-block !important;
  color: #8B8B8B;
}

.alm-filter.category .alm-filter--title {
  position: absolute;
  right: 0;
  top: 10px;
}

.alm-filter.category .alm-filter--title h3 {
  font-size: 20px;
  font-weight: normal;
  padding-right: 40px;
}

.filterHolder .alm-filters-container .alm-filter--title .alm-filter--toggle:after {
  background: url('images/minus-icon.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  border: none !important;
  top: calc(50% + 3px);
  width: 20px;
  height: 20px;
}

.filterHolder .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded=false]:after {
  background: url('images/plus-icon.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  border: none !important;
  top: calc(50% + 1px);
  width: 20px;
  height: 20px;
}

.alm-filter.category .alm-filter--inner {
  margin-top: 30px;
}

.alm-filter.category .alm-filter--inner ul li .alm-filter--link {
  font-size: 16px !important;
  line-height: 20px !important;
}

.filter .alm-filters-container .alm-filter.category li::after {
  height: 23px;
}

.alm-filter.contentType .alm-filter--inner {
  display: flex;
}

.alm-filter.contentType .alm-filter--inner ul {
  position: relative;
  border-radius: 35px;
}
.alm-filter.contentType .alm-filter--inner ul::before{
  content: '';
  position: absolute;
  z-index: 0;
  border: 2px solid #1E1E1E;
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.alm-filter.contentType .alm-filter--inner ul li {
  padding: 0px;
  margin: 0 !important;
}

.alm-filter.contentType .alm-filter--inner ul li::after, .alm-filter.contentType .alm-filter--inner ul li .alm-filter--link::before, .alm-filter.contentType .alm-filter--inner ul li .alm-filter--link::after {
  display: none;
}

.alm-filter.contentType .alm-filter--inner ul li .alm-filter--link {
  font-size: 20px !important;
  line-height: 30px !important;
  text-transform: capitalize;
  background-image: none !important;
  padding: 11px 23px !important;
  border-radius: 42px !important;

}


.alm-filter.contentType .alm-filter--inner ul li .alm-filter--link.active {
  background-color: #1E1E1E;

  color: #fff !important;
  pointer-events: none;
}

.blog .newslisting {
  padding-top: 0px;
}

.blog .tags {
  margin-bottom: 5px;
}

.Block h4 {
  margin-bottom: 20px;
  padding-right: 50px;
}

.insightsBlock>div>a h4 {
  margin-bottom: 10px;
}



.alm-filters-container .alm-filters--reset {
  position: absolute;
  top: 112px;
  padding-right: 15px;
  line-height: 0px;
  border-right: 1px solid #1E1E1E;
}

.filter .alm-filters-container .alm-filter li div.alm-filter--link,
.filter .alm-filters-container button[type=reset] {
  /* font-size: 16px;
  line-height: 23px; */
  font-size: 20px;
  line-height: 35px;
  border: 0px;
  border-radius: 0px;
  padding: 0px 0px;
  /* min-width: 100px; */
  text-align: center;
  height: auto;
  color: #1E1E1E;
  background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;

  -webkit-transition: background-image .6s ease;
  -moz-transition: background-image .6s ease;
  -o-transition: background-image .6s ease;
  transition: background-image .6s ease;
}
.filter .alm-filters-container .alm-filter li div.alm-filter--link
{
  border: 2px solid transparent;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.filter .alm-filters-container .alm-filter li div.alm-filter--link:hover
{
  border: 2px solid #1E1E1E;
}

.filter .alm-filters-container button[type=reset]:hover,
.filter .alm-filters-container .alm-filter li div.alm-filter--link:hover {
  background-image: linear-gradient(transparent calc(100% - 2px), black 2px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.filter .alm-filters-container .alm-filter--inner {
  padding: 0px;
}

.filter .alm-filters-container .alm-filter li {
  padding: 0px 15px 0px 0px;
  margin-bottom: 15px !important;
  margin-right: 15px;
  /* border-right: 1px solid rgba(30, 30, 30, 0.4); */
  position: relative;
}

.filter .alm-filters-container .alm-filter li::after {
  content: '';
  height: 26px;
  bottom: 0px;
  background-color: #000;
  width: 1px;
  right: 0px;
  position: absolute;
}

.filter .alm-filters-container .alm-filter li:last-child::after {
  display: none;
}

.filter .alm-filters-container .alm-filter li>div:focus-visible,
.filter .alm-filters-container button[type=reset]:focus-visible {
  border: 2px solid #000;
  color: #000 !important;
  /* background-color: #FFFF00 !important; */
}

.filter .alm-filters-container .alm-filter li div.alm-filter--link.active:focus-visible:after {
  filter: invert(1);
}

.filter .alm-filters-container .alm-filter li:nth-child(1) {
  margin-left: 50px;
}

.insight .filter .alm-filters-container .alm-filter li:nth-child(1) {
  margin-left: 0px;
}

.insight .filter .alm-filters-container .alm-filter.category li:nth-child(1) div.alm-filter--link.active {

  padding-right: 0;
}

.insight .filter .alm-filters-container .alm-filter li:nth-child(1) div.alm-filter--link.active::after {
  display: none;
}

.filter .alm-filters-container .alm-filter li div.alm-filter--link.active {
  color: #8B8B8B;
  padding: 0px 25px 0px 0px;
}

.filter .alm-filters-container .alm-filter li div.alm-filter--link:before,
.filter .alm-filters-container .alm-filter li div.alm-filter--link.field-checkbox:after,
.insight .alm-filters-container .alm-filter li div.alm-filter--link.field-radio:after {
  width: 10px;
  height: 10px;
  left: auto;
  right: 5px;
  top: 53%;
  background: none;
  border: 0px solid #ccc;
  box-shadow: none;
  border-radius: 0 !important
}

.filter .alm-filters-container .alm-filter li div.alm-filter--link:focus:before,
.filter .alm-filters-container .alm-filter li div.alm-filter--link:hover:before,
.filter .alm-filters-container .alm-filter li div.alm-filter--link.active.field-checkbox:before,
.filter .alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:before {
  background: none;
  border: 0px solid #ccc;
  box-shadow: none;
}

.filter .alm-filters-container .alm-filter li div.alm-filter--link.active:after {
  background: url('images/cross.svg');
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(90deg);
  filter: grayscale(1) brightness(0.5);
}

.filter .alm-filters-container .alm-filters--controls {
  width: 100px;
  order: 1;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}

.filter .alm-filters-container .alm-filters--controls .alm-filters--reset {
  position: relative;
}

.filter .alm-filters-container .alm-filter {
  order: 2;
  /* padding-left: 110px; */
}

.filter .alm-filters-container button[type=reset].hidden {
  display: block;
  /* opacity: 0.8; */
  /* pointer-events: none; */
  color: #8B8B8B;
}

.filter .alm-filters-container {
  display: flex;
  flex-flow: row wrap;
}

.alm-btn-wrap, .alm-layouts {
  width: 100% !important
}

.ajax-load-more-wrap.infinite.chasing-arrows>.alm-btn-wrap .alm-load-more-btn,
.alm-btn-wrap .alm-load-more-btn.loading:before {
  background-image: url("images/dot-loading.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 120px;
  width: 150px;
  height: 60px;
  background-color: transparent;
  font-size: 0;
}

.ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn:before{display: none !important}
.alm-btn-wrap {
  text-align: center;
}

.blog .alm-btn-wrap .alm-load-more-btn {
  text-align: center;
  background-color: transparent;
  background-image: none;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  border-radius: 35px;
  min-width: 167px;
  text-align: center;
  padding: 14px;
  border: 2px solid #000;
  margin-top: 25px;
}

.caseStudyListing .ajax-load-more-wrap.infinite.chasing-arrows>.alm-btn-wrap .alm-load-more-btn {
  filter: invert(0.89);
}

.ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn.done {
  /* display: inline-block; opacity: 1 !important */
  display: none
}

body.page-template-case-study-template-php .alm-btn-wrap .alm-load-more-btn.loading:before {
  filter: invert(1);
}

.newslisting, .caseStudyListing, .LibraryListing, .worklisting {
  padding: 80px 135px;
}

.LibraryListing {
  padding-top: 0px
}

.LibraryListing .Block a {
  display: inline-block;
}

.newslisting .alm-listing .Block, .author .newslisting .Block{
  width: 33.33%;
  padding: 25px 8px 25px 8px !important;
}

/* .insightsBlock>div>a:not(.download) {
  padding-bottom: 110px;
} */

.insightsBlock>div>a .blackBorderBtn {
  position: absolute;
  left: 0;
  bottom: 50px;
}

.insightsBlock>div>a h4 {
  margin-bottom: 20px;
}

.newslisting .alm-listing .Block>div, .author .newslisting .Block>div {
  border-bottom: 1px solid #707070;
}

.Block>div {
  position: relative;
  height: 100%;
}

.Block>div>a {
  display: block;
  width: 100%;
  height: 100%;
}

.Block>div>a::after, .footerLeftText a::after, .Footermainmenu a::after {
  display: none !important
}

.newsImage {
  background-color: #E6E5E5;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.taglabel {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 10px 15px;
  bottom: -1px;
  left: 0px;
  font-size: 18px;
  line-height: 26px;
}

.singlePost .leftSide, .tagPromoWrap .Tags {
  width: 35%;
  padding-right: 2vw;
}

.tagPromoWrap .Tags {
  padding-top: 3px;
}

.singlePost .RightSide {
  padding-top: 65px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.tagPromoWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.singlePost .RightSide, .tagPromoWrap .newPromotion {
  width: 65%;
  padding-left: 7vw;
}

.singlePost .leftSide .heading2, .singlePost .leftSide .shortText {
  margin-bottom: 30px;
}

.singlePost .leftSide .socialShare {
  margin-bottom: 10px;
}

.singlePost .leftSide .postImage {
  margin-bottom: 50px;
}

.newPromotion em::after {
  display: none;
}

.newPromotion>div {
  max-width: 450px;
  width: 100%;
  margin: 0px 0 20px 0;
}

.newPromotion .blackBorderBtn {
  min-width: 195px;
  padding-right: 60px;
}

.authorsBlock {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 60px;
}

.authorsBlock .image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.authorsBlock .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.authorsBlock .authName {
  width: calc(100% - 55px);
  padding-left: 20px;
}

.singlePost {
  padding-bottom: 80px;
}

.singlePost .leftSide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
}

.socialShare>span {
  display: block;
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 26px;
}

.socialShare #st-1 .st-btn {
  border: 1px solid #1E1E1E;
  background-color: transparent !important;
  width: 55px;
  height: 55px;
  padding: 0px;
  border-radius: 50%;
  margin-right: 25px;
}

.socialShare #st-1 .st-btn>a {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.socialShare #st-1 .st-btn>a::after {
  display: none !important
}

.socialShare #st-1 .st-btn>a>img,
.socialShare #st-1 .st-btn img {
  filter: invert(1);
  width: 35px;
  height: 35px;
}

/* , .single .entry .fluidVideo, .single .entry .groupimg */
.single .entry blockquote {
  margin-left: -6vw;
  width: calc(100% + 6vw);
  position: relative;
}

.single .entry p .fluidVideo {
  /* margin-left: -6vw; width: calc(100% + 6vw); */
  width: 100%;
  padding-bottom: calc(56.1% + 6vw);
}

.groupimg {
  overflow: hidden;
}

.groupimg a::after {
  display: none !important
}

.single .entry>ol {
  padding-left: 35px !important;
}

.single .entry>ul {
  padding-left: 25px !important;
}

.single .entry>ol li a::after, .single .entry>ul li a::after {
  display: none !important
}

.single .entry>ol li a, .single .entry>ul li a {
  width: calc(100%);
  display: inline !important;
  background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
}

.single .entry>ol li a:hover, .single .entry>ul li a:hover {
  background-image: linear-gradient(transparent calc(100% - 2px), black 2px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.single .entry img {
  /* margin-left: -6vw;
  max-width: calc(100% + 6vw); */
  /* max-width: none */
}

.single .entry p>img:not(:nth-child(1)) {
  margin-left: 0px;
}

.LatestNews .leftSide {
  width: 33.33%;
  padding-right: 5%;
}

.LatestNews .latestPost {
  width: 66.66%;
}

.LatestNews .latestPost>div {
  width: 50%;
  padding: 8px;
}

.LatestNews .latestPost>div>div {
  position: relative;
}

.LatestNews .latestPost>div>div p:last-of-type {
  padding: 0px;
}

.postBlock a::after, header a.logo::after, .featuredPost .TextHolder a::after, section:not(.LibraryListing).Block a::after, .newslisting .Block a::after,
.featuredPost .ImageBlock a::after, .teamListWrap .teamBlock a::after,
.TeamsMenu a::after, .SpecialistMenu a::after {
  display: none !important;
}

.postBlock .ImageBlock {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #E6E5E5;
}

.postBlock>div>a:not(.blackBorderBtn) {
  display: block;
  width: 100%;
}

.postBlock a, .Block a, .castestudySwiper ul li .workBlock .TextHolder h4 a,
.teamInfo a {
  text-decoration: none;
  position: static;
  display: block;
}

.Block .TextHolder a, .postBlock .TextHolder a {
  display: inline-block;
}

.caseStudyListing .Block .TextHolder a {
  color: #fff;
}

.postBlock h4 {
  clear: both;
}

.caseStudyListing .Block .TextHolder a::after, .Block .TextHolder a::after {
  display: none !important
}

/* .postBlock h4 a::before, .Block a::before, .teamInfo a::before,
.castestudySwiper ul li .workBlock .TextHolder h4 a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
} */
.Tags ul {
  margin: 0px;
  padding: 30px 0px 0px 0px;
  list-style: none;
}

/* index page css end */
.linkListRow .TextHolder h2 {
  margin-bottom: 50px;
}

.linkListRow {
  padding: 70px 0px;
}

.linkListRow .ImageBlock {
  width: 41%;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  background-color: #E6E5E5;
}

.linkListRow .ImageBlock::before {
  content: '';
  display: block;
  padding-top: 66%;
}

.linkListRow .TextHolder {
  width: 59%;
  padding: 0px 8vw 0px 8vw;
  margin-top: -12px;
}

.SummeryArea+.LinkListsWrap .linkListRow:nth-child(1) {
  padding-top: 10px;
}

.LinkListsWrap {
  padding-bottom: 70px;
}

.LinkListsWrap.DarkBlue .TextHolder {
  filter: invert(1);
}

/* linklistrow end */
body.page-template-case-study-template-php, body.page-template-contact-template-php,
body.single-mhp_case_studies, body.search {
  background-color: #1E1E1E;
}

body.page-template-case-study-template-php .HeroImageVideoBanner,
body.page-template-contact-template-php .HeroImageVideoBanner,
.ContactSection, body.single-mhp_case_studies .HeroImageVideoBanner,
body.search .HeroImageVideoBanner {
  color: #fff;
}

body.page-template-case-study-template-php:not(.headerWhite) #page-wrap>section:first-of-type:not(.HeroImageVideoBanner),
body.search:not(.headerWhite) #page-wrap>section:first-of-type:not(.HeroImageVideoBanner),
body.page-template-library-templates-php:not(.headerWhite) #page-wrap>section:first-of-type:not(.HeroImageVideoBanner),
body.page-template-contact-template-php:not(.headerWhite) #page-wrap>section:first-of-type:not(.HeroImageVideoBanner),
body.single-mhp_case_studies:not(.headerWhite) #page-wrap>section:first-of-type:not(.HeroImageVideoBanner),
#page-wrap>section:first-of-type:not(.HeroImageVideoBanner) {
  margin-top: 180px;
}

#page-wrap>section.TeamListing:first-of-type, #page-wrap>section.WorkPromotions:first-of-type,
#page-wrap>section.twoColListEditor.TBSpace.White:first-of-type,
#page-wrap>section.SummeryArea.White:first-of-type,
#page-wrap>section.LinkListsWrap:first-of-type,
#page-wrap>section.LinkListsWrap:first-of-type .linkListRow:first-child,
#page-wrap>section.imageText40-60:first-of-type, #page-wrap>section.reportPromotions:first-of-type {
  padding-top: 0px;
}

body.page-template-case-study-template-php .HeroImageVideoBanner h2,
body.search .HeroImageVideoBanner h2,
body.single-mhp_case_studies .HeroImageVideoBanner h2 {
  position: relative;
}

body.page-template-library-templates-php .HeroImageVideoBanner h2::after,
body.page-template-case-study-template-php .HeroImageVideoBanner h2::after {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 46px;
  max-height: 46px;
  width: 2.5vw;
  height: 2.5vw;
  margin-left: 55px;
  background-image: url('images/title-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

body.page-template-case-study-template-php .HeroImageVideoBanner h2::after {
  filter: invert(1);
}

body.single-mhp_case_studies .pageTitle {
  color: #fff
}

.caseStudyListing {
  padding: 0px 135px;
}

body:not(.headerWhite) .HeroImageVideoBanner {
  padding-bottom: 0px;
}

.caseStudyListing .alm-listing .Block {
  width: 50%;
  padding: 40px 8px !important;
}

.caseStudyListing .alm-listing .Block h4 {
  margin-bottom: 20px;
}

.tags {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.tags .dot {
  line-height: 0;
  margin: 0px 5px;
  position: relative;
  top: -3px;
}

.tags .devider {
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.caseStudyListing .alm-listing .Block>div {
  border-bottom: 1px solid #707070;
  height: 100%;
}

.LibraryListing .alm-listing .Block {
  width: 33.33%;
  padding: 50px 8px !important;
}

.LibraryListing .Block h4 {
  margin-bottom: 20px;
}

.caseStudyListing .Block h4 {
  font-size: 1.77VW
    /*34px*/
  ;
  line-height: 2.29VW
    /*44px*/
  ;
  margin-bottom: 5px;
}

.caseStudyListing .Block h4 em {
  /* font-family: 'untitled-sans-regular'; */
  font-style: normal;
}

.caseStudyListing .Block h4 a {
  color: #fff;
}

.caseStudyListing .Block h4 a br {
  display: none
}

.caseStudyListing .Block h4 a::after {
  display: none !important
}

.caseStudyDesc {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
}

.caseStudyListing .Block>div>a, .caseStudyListing .TextHolder {
  color: #fff;
}

.caseStudyListing .imageHolder {
  background-color: #000000;
}

.ImageBlock, .PromotedCaseStudy .ImagePlace {
  background-color: #E6E5E5;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.ImageBlock::before {
  content: '';
  display: block;
  padding-top: 63%;
}

.PromotedCaseStudy>div, .textImageRow {
  align-items: flex-start;
}

.PromotedCaseStudy .ImagePlace {
  margin-bottom: 0px;
}

.PromotedCaseStudy .ImagePlace::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.fullVideo {
  padding: 0px;
}

.page-template-master-template-php .fullVideo {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 140px;
  padding-right: 140px;
  width: 100%;
}

.fullVideo .videoWrapper {
  padding-bottom: 46%;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.page-template-master-template-php .fullVideo .videoWrapper {
  padding-bottom: 55%;
}

.fullVideo .videoWrapper .posterimage img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.FullwidthImage+.fullVideo {
  margin-top: 5vw;
}

.page-template-master-template-php .FullwidthImage {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 140px;
  padding-right: 140px;
}

/* .page-template-master-template-php .fullVideo {
  width: calc(100% - 280px);
  margin: 120px 140px;
} */
.singleCasestudy .FullwidthImage {
  padding: 0px;
}

.singleCasestudy .quoteRow:not(:first-child) {
  padding-top: 120px;
  padding-bottom: 120px;
}

.singleCasestudy .quoteRow,
.singleCasestudy .textImageRow .TextHolder {
  color: #fff;
}

.textImageRow .TextHolder p:last-of-type, .PromotedCaseStudy .TextHolder p:last-of-type {
  /* padding-bottom: 0px; */
}

.PromotedCaseStudy .ImagePlace {
  position: relative;
  width: 33%;
}

.PromotedCaseStudy .TextHolder {
  position: relative;
  width: 67%;
  padding: 0 8vw;
}

.PromotedCaseStudy .TextHolder h2 {
  margin-bottom: 30px;
}

.blackBorderBtn {
  margin-top: 10px;
}

.PromotedCaseStudy.Orange {
  color: #fff
}

.PromotedCaseStudy.Orange .blackBorderBtn {
  color: #fff;
  border: 2px solid #fff;
}

.PromotedCaseStudy.Orange .blackBorderBtn span {
  filter: invert(1) brightness(2);
}

.PromotedCaseStudy.DarkBlue .TextHolder, .LatestNews.DarkBlue .leftSide,
.LatestNews.DarkBlue .postBlock h4,
.LatestNews.DarkBlue .TextHolder,
.LatestNews.DarkBlue .newsdate {
  filter: invert(1)
}

ul.caseStudyPagination {
  margin: 0px;
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  list-style: none;
}

ul.caseStudyPagination li {
  width: 50%;
}

ul.caseStudyPagination li:nth-child(2) {
  text-align: right;
}

ul.caseStudyPagination li a {
  color: #fff;
  font-family: 'untitled-serif-regular-italic';
  font-style: normal !important;
  font-size: 1.97VW
    /*38px*/
  ;
  line-height: 2.5VW
    /*48px*/
  ;
  position: relative;
}

ul.caseStudyPagination li:nth-child(1) a {
  padding-left: 60px;
}

ul.caseStudyPagination li:nth-child(2) a {
  padding-right: 60px
}

ul.caseStudyPagination li:nth-child(1) a::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  left: 0px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  transform: translateY(-50%) rotate(-180deg);
  border-radius: 100%;
  border: 2px solid #fff;
  background: url('images/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  -webkit-transition: all .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .3s cubic-bezier(.16, .84, .44, 1);
  transition: all .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

ul.caseStudyPagination li:nth-child(1) a:hover::before {
  margin-left: -10px;
}

ul.caseStudyPagination li:nth-child(2) a::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  right: 0px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 2px solid #fff;
  background: url('images/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  -webkit-transition: all .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .3s cubic-bezier(.16, .84, .44, 1);
  transition: all .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

ul.caseStudyPagination li:nth-child(2) a:hover::after {
  margin-right: -10px;
}

/* caste study end */
.alternateTextImage {
  padding-bottom: 120px;
}

.callToAction+.alternateTextImage {
  padding-top: 120px;
}

.textImageRow {
  padding-top: 60px;
  padding-bottom: 60px;
}

.textImageRow .ImagePlace {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.textImageRow .ImagePlace::before {
  content: '';
  display: block;
  padding-top: 65%;
}

.textImageRow .TextHolder {
  position: relative;
  width: 50%;
  padding-left: 5vw;
  margin-top: -6px;
}

.textImageRow .TextHolder h4 {
  margin-bottom: 50px;
}

.single-mhp_case_studies .textImageRow .TextHolder h4 {
  font-family: 'untitled-serif-regular-italic';
  font-style: normal !important;
}

.singleCasestudy .FullwidthImage+.quoteRow:not(:first-child),
.singleCasestudy .fullVideo+.quoteRow:not(:first-child) {
  padding-top: 0px;
}

.single-mhp_case_studies .FullwidthImage, .single-mhp_case_studies .fullVideo {
  margin-bottom: 120px;
}

.single-mhp_case_studies .alternateTextImage+.quoteRow,
.single-mhp_case_studies .FullwidthImage+.StatisticsRow.Black,
.single-mhp_case_studies .fullVideo+.StatisticsRow.Black,
.single-mhp_case_studies .quoteRow+.StatisticsRow.Black,
.single-mhp_case_studies .alternateTextImage+.StatisticsRow.Black,
.single-mhp_case_studies .alternateTextImage+.tripleImage,
.single-mhp_case_studies .FullwidthImage+.tripleImage,
.single-mhp_case_studies .fullVideo+.tripleImage,
.single-mhp_case_studies .quoteRow:not(:first-child)+.tripleImage,
.single-mhp_case_studies .StatisticsRow.Black+.tripleImage,
.single-mhp_case_studies .tripleImage+.StatisticsRow.Black {
  padding-top: 0px;
}

.single-mhp_case_studies .StatisticsRow.Black+.IntroductionLogo {
  padding-top: 15px;
}

.alternateTextImage .textImageRow.imageRight .TextHolder {
  padding-left: 0;
  padding-right: 5vw;
}

.alternateTextImage .textImageRow:last-child {
  padding-bottom: 0px;
}

.alternateTextImage.paddingOff .textImageRow:first-child {
  padding-top: 0px;
}

.singleCasestudy {
  padding-top: 120px;
}

.singleCasestudy section:last-child {
  margin-bottom: 0px;
}

.singleCasestudy section.callToAction.Black:last-child {
  padding-bottom: 0px;
}

.singleCasestudy .IntroductionLogo:first-child {
  padding-top: 15px;
}

.singlepageTitle>div:nth-child(1) {
  width: 100%;
  color: #fff;
  padding-bottom: 7px;
}

.singlepageTitle>div:nth-child(2) {
  width: 100%
}

.singlepageTitle .ImageBlock::before {
  padding-top: 50%;
}

.singlepageTitle .ImageBlock {
  margin-bottom: 0;
}

.singlepageTitle h1 em::after {
  content: '.';
  position: relative;
  display: inline-block;
  top: -0.2em;
  right: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.tagsWrapper {
  display: flex;
  align-items: flex-start;
  color: #fff;
  margin-bottom: 65px;
}

.tagsWrapper .col {
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 15px 10px 15px 0px;
}

.tagsWrapper .col label {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 5px;
}

.tagsWrapper .col span {
  font-size: 28px;
  line-height: 40px;
}

.IntroductionLogo .ImagePlace {
  position: relative;
  width: 33.33%;
}

.IntroductionLogo .ImagePlace .imageBlock {
  max-width: 205px;
  width: 100%;
  position: relative;
}

.IntroductionLogo>div {
  align-items: flex-start;
  justify-content: space-between;
}

.IntroductionLogo .rightText {
  position: relative;
  width: 66.66%;
  margin-top: -15px
}

.single-mhp_case_studies .IntroductionLogo .rightText {
  color: #fff;
}

.IntroductionLogo .rightText h4 {
  margin-bottom: 50px;
  /* font-family: 'untitled-serif-regular-italic'; */
  font-style: normal !important;
}

.single-mhp_case_studies .rightText h2 {
  font-size: 2.60vw
    /*50px*/
  ;
  line-height: 3.125VW
    /*60px*/
  ;
}

/* .IntroductionLogo .ImagePlace img{
  object-fit: contain;
} */
.IntroductionLogo .ImagePlace .imageBlock::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #1E1E1E;
  z-index: -1;
  left: 0px;
  top: 0px;
}

.single-mhp_case_studies .IntroductionLogo .ImagePlace .imageBlock::after {
  border: 2px solid #fff;
}

.IntroductionLogo .ImagePlace .imageBlock::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.IntroductionLogo .ImagePlace .imageBlock>div {
  background-color: #E6E5E5;
  left: 15px;
  top: -15px;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
}

.wideVideo {
  width: 100%;
  position: relative;
}

#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
  width: 120px;
  height: 120px;
  background: url('images/play-icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  background-position: center;
}

/* alternate text row end */
.SummeryArea:not(.White)+.quoteRow, section:not(.White)+.quoteRow {
  padding-top: 120px;
}
.fullVideo.White:has(+.quoteRow){padding-bottom: 0}



.quoteRow>div {
  display: flex;
}

.quoteRow>div h2 {
  width: 65%;
  font-family: 'untitled-serif-regular-italic';
  font-style: normal !important;
}

.quoteRow>div .quoteby {
  width: 35%;
  font-size: 18px;
  line-height: 28px;
  padding-left: 12%;
  padding-top: 10px;
}

.quoteRow>div .quoteby>div:not(.quotebyPhoto) {
  display: flex;
  flex-direction: column;
}

/* .quoteRow.noattri>div .quoteby {
  width: 100%;
} */
.quotebyPhoto {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

/* .swiper-button-next,.swiper-button-prev,  */
.teamSwiper.offcursor .swiper-button-next, .teamSwiper.offcursor .swiper-button-prev {
  opacity: 0 !important
}

.teamSwiper .swiper-button-next,
.teamSwiper .swiper-button-prev {
  opacity: 1 !important;
  margin-top: -60px;
  width: 40px;
  height: 60px;
  background: url('images/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  background-color: rgb(255 255 255 / 60%);
  background-size: 70% 70% !important
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35 !important;
}

.AwardsClientsRow .swiper-button-next, .AwardsClientsRow .swiper-button-prev {
  opacity: 0 !important
}

.teamSwiper .swiper-button-next {
  right: 0
}

.teamSwiper .swiper-button-prev {
  transform: rotate(180deg);
  left: 0
}

.teamSwiper .swiper-button-next:after, .teamSwiper .swiper-button-prev:after {
  display: none !important;
}

.swiper-button-next-image, .swiper-button-prev-image,
.swiper-button-next-study, .swiper-button-prev-study,
.swiper-button-next-report, .swiper-button-prev-report,
.swiper-button-next-service, .swiper-button-prev-service{
  position: absolute;
  top: 30%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 88px;
  height: 88px;
}

.swiper-button-next-service, .swiper-button-prev-service{
  width: 55px;
  height: 55px;
  top: 20px;
}
.swiper-button-next-report, .swiper-button-prev-report {
  top: 7vw;
}

.swiper-button-next-image, .swiper-button-prev-image {
  top: 50% !important;
  margin-top: -44px;
}

.swiper-button-next-image.swiper-button-disabled, .swiper-button-prev-image.swiper-button-disabled,
.swiper-button-next-study.swiper-button-disabled, .swiper-button-prev-study.swiper-button-disabled,
.swiper-button-next-report.swiper-button-disabled, .swiper-button-prev-report.swiper-button-disabled  {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next-service.swiper-button-disabled, .swiper-button-prev-service.swiper-button-disabled{
  opacity: 0.2;
}

.swiper-button-next-image.swiper-button-hidden, .swiper-button-prev-image.swiper-button-hidden,
.swiper-button-next-study.swiper-button-hidden, .swiper-button-prev-study.swiper-button-hidden,
.swiper-button-next-report.swiper-button-hidden, .swiper-button-prev-report.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next-image, .swiper-navigation-disabled .swiper-button-prev-image,
.swiper-navigation-disabled .swiper-button-next-study, .swiper-navigation-disabled .swiper-button-prev-study,
.swiper-navigation-disabled .swiper-button-next-report, .swiper-navigation-disabled .swiper-button-prev-report{
  display: none !important
}

.swiper-button-next-image:after, .swiper-button-prev-image:after,
.swiper-button-next-study:after, .swiper-button-prev-study:after,
.swiper-button-next-report:after, .swiper-button-prev-report:after,
.swiper-button-next-service:after, .swiper-button-prev-service:after,
.swiper-button-next-news:after, .swiper-button-prev-news:after {
  background: url(images/slider-next.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  font-size: 0;
  width: 100%;
  height: 100%;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-next-report:after, .swiper-button-prev-report:after {
  background-size: 30px;
}
.swiper-button-next-service:after, .swiper-button-prev-service:after,
.swiper-button-next-news:after, .swiper-button-prev-news:after
  {
  background-size: 18px;
}

.swiper-button-prev-image, .swiper-rtl .swiper-button-next-image {
  left: 140px;
  right: auto
}

.swiper-button-next-image, .swiper-rtl .swiper-button-prev-image {
  right: 20px;
  left: auto
}

.swiper-button-prev-study, .swiper-rtl .swiper-button-next-study,
.swiper-button-prev-report, .swiper-rtl .swiper-button-next-report {
  left: 10px;
  right: auto
}

.swiper-button-prev-image:after, .swiper-rtl .swiper-button-next-image:after,
.swiper-button-prev-study:after, .swiper-rtl .swiper-button-next-study:after,
.swiper-button-prev-report:after, .swiper-rtl .swiper-button-next-report:after,
.swiper-button-prev-service:after, .swiper-rtl .swiper-button-next-service:after,
.swiper-button-prev-news:after, .swiper-rtl .swiper-button-next-news:after {
  content: 'prev';
  transform: rotate(-180deg);
}

.swiper-button-next-study, .swiper-rtl .swiper-button-prev-study,
.swiper-button-next-report, .swiper-rtl .swiper-button-prev-report {
  right: 150px;
  left: auto
}

.swiper-button-next-image:after, .swiper-rtl .swiper-button-prev-image:after,
.swiper-button-next-study:after, .swiper-rtl .swiper-button-prev-study:after,
.swiper-button-next-report:after, .swiper-rtl .swiper-button-prev-report:after,
.swiper-button-next-service:after, .swiper-rtl .swiper-button-prev-service:after,
.swiper-button-next-news:after, .swiper-rtl .swiper-button-prev-news:after {
  content: 'next'
}

/* quoterow end */
.accordianRow>div {
  align-items: flex-start;
}

.accordianRow>div .accoLeft {
  width: 34%;
  padding-right: 4vw;
}

.accordianRow>div .accoLeft p:last-of-type {
  padding: 0px;
}

.accordianRow>div .accoLeft h2 {
  margin-bottom: 3vw;
}

.accordianRow>div .AccordianList {
  width: 66%;
  border: 2px solid #1E1E1E;
  /* border-bottom: 0px; */
}

.accordianRecord {
  border-bottom: 2px solid #1E1E1E;
}

.AccordianList .accordianRecord:last-child {
  border-bottom: 0px;
}

.accordian-title {
  font-size: 1.875VW
    /*36px*/
  ;
  line-height: 2.5VW
    /*48px*/
  ;
  padding: 25px 40px 25px 20px;
  margin: 0px;
  position: relative;
  cursor: pointer;
  display: block;
}

.accordian-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('images/plus-icon.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.accordian-title.active {
  /* border-bottom: 2px solid transparent; */
}

.accordian-title.active::after {
  background: url('images/minus-icon.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}

.accordianText {
  display: none;
  padding: 20px 20px 40px 20px;
  /* border-bottom: 2px solid #1E1E1E; */
}

.accordianText p:last-of-type {
  padding: 0px;
}

.accordianText p+.linkurl {
  margin-top: 30px;
}

/* accordian row end here */
.workIntro h2 {
  margin-bottom: 50px;
}

/* .workIntro h2::after {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 40px;
  max-height: 40px;
  width: 1.5vw;
  height: 1.5vw;
  margin-left: 18px;
  background: url('images/title-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain
} */
.WorkPromotions, .reportPromotions {
  padding-right: 0px !important;
}

.workIntro {
  width: 31%;
  padding-right: 4%;
}

.castestudySwiper {
  width: 69%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

.castestudySwiper .TextHolder span u, .postBlock .TextHolder span u, .Block .TextHolder span u {
  display: inline !important;
  background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  text-decoration: none;
}

.castestudySwiper a:hover .TextHolder span u, .postBlock a:hover .TextHolder span u, .Block a:hover .TextHolder span u {
  background-image: linear-gradient(transparent calc(100% - 2px), black 2px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.castestudySwiper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.castestudySwiper ul li {
  float: left;
  width: 65%;
  padding: 8px 10px 8px 5px;
}

/* .castestudySwiper ul li:last-child{
  margin-right: 140px;
} */
.WorkPromotions, .tripleImage, .reportPromotions {
  /* min-height: 100vh; */
  overflow: hidden;
}

.pin-spacer .WorkPromotions, .pin-spacer .tripleImage {
  min-height: 100vh;
  overflow: hidden;
}

.tripleImage, .imageCaroselslider {
  display: flex;
  align-items: center;
}

.imageCarosel {
  padding-left: 130px;
}

.imageCaroselslider .imageCarosel-slide {
  width: 45.6%;
  padding: 10px;
}

.imageCaroselslider .imageCarosel-slide>div {
  width: 100%;
  position: relative;
  padding-top: 65%;
}

.imageCaroselslider .imageCarosel-slide>div img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.WorkPromotions, .reportPromotions {
  display: flex;
}

.studyfilterHolder {
  color: #fff;
}

.studyfilterHolder {
  display: flex;
  margin: 0px;
  flex-flow: row wrap;
}

.studyfilterHolder .alm-filters-container {
  margin-bottom: 0px;
}

.studyfilter {
  width: 100%
}

.studyfilter.filter .alm-filters-container {
  display: block;
}

.page-template-case-study-template-php .studyfilter .alm-filters--controls, .studySearch .alm-filters--controls {
  display: none !important
}

.studyfilter .all {
  background-color: transparent !important;
  color: #fff !important;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  filter: invert(1);
  margin-right: 30px;
  border-bottom: 1px solid rgba(256, 256, 256, 1);
  position: relative;
}

.studyfilter .all::after {
  content: '';
  position: absolute;
  display: block;
  right: -15px;
  bottom: 0;
  width: 1px;
  height: 26px;
  background-color: #fff;
}

.studyfilter .all:hover {
    border-bottom: 1px solid #fff;
}

.studyfilter .alm-filters-container .alm-filter ul {
  align-items: center;
}

.studyfilter.filter .alm-filters-container .alm-filter li:nth-child(1) {
  margin-left: 0px;
}

.studyfilter.filter .alm-filter--inner {
  filter: invert(1);
}

.studySearch {
  width: 40%;
}

.studyfilterTab {
  margin-right: 50px;
  pointer-events: none;
}

.studySearch .alm-filters-container .alm-filter--text-wrap.has-button input[type=text] {
  border: 0px;
  border-radius: 0;
  font-size: 20px !important;
  padding-left: 0px !important;
  line-height: 40px;
  height: 65px;
  color: #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent !important;
}

.studySearch input[type="text"]::-webkit-input-placeholder {
  font-size: 20px;
  color: #A3A3A3;
}

.studySearch input[type="text"]::-moz-placeholder {
  font-size: 20px;
  color: #A3A3A3;
}

.studySearch input[type="text"]:-ms-input-placeholder {
  font-size: 20px;
  color: #A3A3A3;
}

.studySearch input[type="text"]:-moz-placeholder {
  font-size: 20px;
  color: #A3A3A3;
}

.studySearch .alm-filters-container .alm-filter--text-wrap button[type=button] {
  filter: invert(1);
  bottom: 10px;
}

.studySearch .alm-filter--search {
  width: 100%;
  max-width: 480px;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 0px;
}

.studyfilterlist {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 20px;
}

.studyfilterType {
  display: flex;
}

.studyfilterType a {
  padding-right: 25px;
  color: #fff;
  background-image: none !important;
  margin-right: 45px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.studyfilterType a:last-child {
  margin-right: 0px;
}

.studyfilterType a::after {
  content: '';
  display: block;
  position: absolute;
  filter: invert(1);
  width: 19px;
  height: 19px;
  border: 0px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background: url('images/plus-icon.svg');
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center;
}

.studyfilterType a.active {
  opacity: 0.4;
}

.studyfilterType a.active:after {
  background: url('images/minus-icon.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  filter: invert(1);
  width: 15px;
  height: 15px;
  border: 0px;
  top: 50%;
  right: 0px;
}

.studyfilter.filter .alm-filter--title {
  display: none;
}

.studyfilter.filter .alm-filter--title h3 {
  font-weight: normal;
}

.studyfilter.filter .alm-filter:not(.alm-filter--s) {
  display: none;
}

.selectedFilters {
  width: 100%;
}

.selectedFilters>div {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.selectedFilters div>span {
  margin-right: 20px;
  color: #8B8B8B;
  white-space: nowrap;
  padding-top: 3px;
}

.selectedFilters #alm-selected-filters {
  padding: 0 0 15px;
  margin: 0
}

.selectedFilters #alm-selected-filters li {
  display: inline-block;
  list-style: none;
  background: none;
  padding: 0px 12px 0px 0px !important;
  margin-bottom: 15px !important;
  margin-right: 15px !important;
  position: relative;
}

.selectedFilters #alm-selected-filters li::after {
  content: '';
  height: 30px;
  bottom: 0px;
  background-color: #fff;
  width: 1px;
  right: 0px;
  position: absolute;
}

.selectedFilters #alm-selected-filters li:last-child {
  margin-right: 0px !important;
  padding-right: 0px !important;
  border: 0px;
}

.selectedFilters #alm-selected-filters li:last-child::after {
  display: none;
}

.selectedFilters #alm-selected-filters li div {
  display: flex !important;
  padding: 1px 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background: transparent !important;
  border: 0px !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  font-size: 20px !important;
  text-decoration: none;
  line-height: 35px !important;
  cursor: pointer;
  outline: none;
  flex-direction: row-reverse;
}

.selectedFilters #alm-selected-filters li:hover div {
  border-bottom: 2px solid #fff !important;
}

#alm-selected-filters li div:before {
  content: "\D7";
  display: inline-block;
  vertical-align: top;
  margin: 0 0px 0 4px !important;
  opacity: .5 !important;
  color: #fff !important;
  position: relative;
  left: 0px !important;
  text-shadow: none !important;
  font-size: 22px;
}

#alm-selected-filters li div:focus, #alm-selected-filters li div:hover {
  background-color: #efefef;
  border-color: #ccc;
  color: #222;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .075) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .075) !important
}

.castestudy-wrapper {
  /* width: 132vw; */
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /* align-items: center; */
  /* justify-content: center; */
}

.castestudy-wrapper .castestudy-slide {
  align-items: center;
  /* display: inline-flex;
        flex: 100%;*/
}

.castestudySwiper .workBlock .TextHolder {
  padding-right: 20%;
}

h4 em {
  position: relative;
}

h4 em::after {
  content: '.';
  position: relative;
  display: inline-block;
  top: -0.2em;
  right: 0px;
  /* vertical-align: super; */
  margin-left: 5px;
  margin-right: 10px;
}

/* .frame ul li:first-child
{
  margin-left: 140px;
} */
/* .page-template-case-study-template-php .HeroImageVideoBanner{margin-top: 90px;} */
.page-template-case-study-template-php .studySearch .alm-filters-container .alm-filter--inner {
  padding: 0 0 30px !important;
}

body.single-mhp_case_studies #page-wrap>section.singlepageTitle {
  margin-top: 275px !important;
}

.page-template-case-study-template-php h1, .single-mhp_case_studies h1, .search h1 {
  line-height: 6.77vw;
}

.page-template-case-study-template-php .caseStudyListing {
  margin-top: -20px;
}

.castestudySwiper ul li>a {
  display: block;
  width: 100%;
  height: 100%
}

.castestudySwiper ul li a::after {
  display: none !important
}

.castestudySwiper ul li .workBlock {
  position: relative;
}

.castestudySwiper ul li .workBlock .blackBorderBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  border: 0px;
  font-size: 36px;
  line-height: 38px;
  min-width: 100px
}

.castestudySwiper ul li .workBlock .ImageBlock {
  margin-bottom: 25px;
  background-color: #E6E5E5;
}

.castestudySwiper ul li:last-child .workBlock .ImageBlock {
  background-color: #D9D0B4;
}

.castestudySwiper ul li .workBlock .TextHolder h4 {
  margin: 0px 0px 10px 0px;
  font-size: 1.77VW
    /*34px*/
  ;
  line-height: 2.29VW
    /*44px*/
  ;
}

.castestudySwiper ul li .workBlock .TextHolder p:last-of-type {
  padding: 0px;
}

.ImageBlock {
  overflow: hidden;
  position: relative;
}

.workBlock .ImageBlock::before {
  content: '';
  display: block;
  padding-top: 56%;
}

.textRow>div {
  display: flex;
  color: #fff;
}

.textRow h4 {
  width: 33.33%;
  padding-right: 5%;
}

.textRow .content {
  width: 66.66%;
  padding-top: 4px;
}

.textRow .content p:last-child {
  padding-bottom: 0px;
}

.IntroductionLogo+.textRow,
.StatisticsRow.Black+.textRow {
  padding-top: 0px !important;
}

.textRow+.StatisticsRow.Black, .textRow+.quoteRow, .quoteRow+.callToAction.Black, .textRow+.callToAction.Black,
.StatisticsRow.Black+.callToAction.Black, .textRow+.textRow, .singleCasestudy section.textRow:first-child,
.textRow+.imageCarosel, .textRow+.wideVideo, .wideVideo+.quoteRow, .StatisticsRow+.imageCarosel, .wideVideo+.imageCarosel,
.StatisticsRow+.textRow, .singleCasestudy .imageCarosel:first-child, .IntroductionLogo+.imageCarosel, .quoteRow+.imageCarosel,
.callToAction+.imageCarosel {
  padding-top: 0 !important;
}

.imageCarosel+.LatestNews {
  margin-top: 130px;
}

/* contact page css start */
/* .page-template-contact-template-php footer {
  display: none
} */
.page-template-contact-template-php .LinkListsWrap {
  background-color: #fff;
}

.page-template-contact-template-php .LinkListsWrap .linkListRow>h2 {
  display: none;
}

.ContactSection {
  justify-content: flex-end;
  padding-bottom: 70px;
}

.ContactSection>div {
  /* width: 50%; */
  text-align: left;
}

.ContactSection .LeftSideContent {
  /* font-size: 36px;
  line-height: 48px; */
  font-size: 1.875VW
    /*36px*/
  ;
  line-height: 2.5VW
    /*48px*/
  ;
  width: 65%;
}

.RightSideContent {
  padding-bottom: 150px;
  width: 35%;
  padding-left: 8vw;
  padding-top: 50px;
}

.RightSideContent div p:first-child a {
  background-image: linear-gradient(transparent calc(100% - 0px), black 0px) !important;
}

.contactFormwrap .NewsletterForm {
  padding-right: 0px;
}

.contactFormwrap .NewsletterForm .gform_body {
  width: 60%;
}

.contactFormwrap .NewsletterForm .gform_footer {
  width: 40%;
}

.contactFormwrap {
  margin-top: -170px;
}

.ContactSection>div p, .ContactSection>div.LeftSideContent h2 {
  padding-bottom: 40px;
}

.ContactSection>div h4 {
  margin-bottom: 20px;
}

.ContactSection>div.subheading {
  width: 100%;
}

.ContactSection>div a {
  color: #fff;
}

.ContactSection>div.LeftSideContent a::after {
  display: none !important
}

.ContactSection>div.RightSideContent a::after {
  background-color: #fff !important;
}

.ContactSection>div.RightSideContent ul {
  margin: 0px;
  padding: 0px 0px 40px 0px;
  list-style: none
}

.submitted-message.hs-main-font-element {
  background: #fff;
  padding: 20px !important;
  text-align: center;
  color: #000 !important;
  text-transform: none;
  font-size: 22px !important;
  line-height: 26px !important;
}

/* page not found start */
.FullWidthContentpage>div .LeftSide h1 {
  font-size: 3.64vw
    /*70px*/
  ;
  line-height: 4.47vw
    /*86px*/
  ;
}

.FullWidthContentpage>div .LeftSide {
  width: 35%;
  padding-right: 5vw;
}

.FullWidthContentpage>div .RightSide {
  width: 65%
}

/* fullwidth / default content page css end */
.tripleImgslider {
  /* width: fit-content; */
  height: 100%;
  min-height: 75vh;
  display: flex;
  flex-wrap: nowrap;
  /* align-items: flex-start; */
  flex-direction: row;
  /* justify-content: center; */
}

/* .tripleImgslider>.imgblock {
  padding: 0px 3vw;
} */
.tripleImgslider>.imgblock>div {
  position: relative;
  overflow: hidden;
}

/* .tripleImgslider .imgblock div:not(.imgloader) {
  height: 100%;
} */
.tripleImgslider>.imgblock>div img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  transition: all .8s ease-in-out, -webkit-transform .8s ease-in-out;
  opacity: 0;
}

.tripleImgslider>.imgblock>div {
  background-color: #f2f2f2;
}

.tripleImgslider>.imgblock>div::before {
  content: '';
  display: block;
  padding-top: 72%;
}

.tripleImgslider>.imgblock:nth-child(odd) {
  width: 25vw;
}

.tripleImgslider>.imgblock:nth-child(even) {
  width: 48.5vw;
  margin-top: 8vw;
  padding: 0px 5vw;
  align-self: center;
}

/* triple image slider end */
body.error404 #st-2 {
  display: none
}

body.error404 #menu-toggle #hamburger span {
  background-color: #1E1E1E
}

.pagenotFound {
  max-width: 750px;
  margin: 50px auto;
  text-align: center;
}

.pagenotFound h1 {
  font-size: 70px;
  line-height: 86px;
  margin-bottom: 60px;
}

.pagenotFound h4 {
  margin-bottom: 40px;
}

.pagenotFound p {
  margin-bottom: 60px
}

.pagenotFound .blackBorderBtn {
  margin: 0px auto;
}

.singleCasestudy .quoteRow:not(:first-child)+.tripleImage,
body:not(.video) .HeroImageVideoBanner.noimage+.tripleImage,
.tripleImage+script+.twoColListEditor.TBSpace.White,
.TeamListing+.WorkPromotions, .TeamListing+.reportPromotions, .SummeryArea.TBSpace.white+.LinkListsWrap,
/* .alternateTextImage .textImageRow:nth-child(1), */
.FullwidthImage+.accordianRow, .SummeryArea.White+.LinkListsWrap,
.TeamListing+.FullwidthImage, .twoColListEditor.White+.TeamListing,
.tripleImage+script+.accordianRow, .FullwidthImage+.tripleImage {
  padding-top: 0px
}

.NewsletterForm {
  /* margin-top: 60px; */
  padding-right: 50px;
  margin-bottom: 10px;
}

.tagEmbedForm .NewsletterForm {
  padding-right: 0px;
  margin-top: 0px;
}

.gform_required_legend, .gform_validation_errors {
  display: none !important
}

.gform_wrapper .gfield_validation_message {
  background: none !important;
  border: 0px solid #c02b0a !important;
  font-size: 20px !important;
  line-height: 24px !important;
  margin-top: 10px !important;
  padding: 0 !important;
  padding: 0px !important;
  color: #000 !important;
  /* position: absolute; */
  text-transform: uppercase;
}

footer .gform_wrapper .validation_message,
.contactFormwrap .gform_wrapper .validation_message {
  color: #fff !important;
}

.hs-error-msg, .hs-main-font-element {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 22px !important;
  margin-top: 10px !important;
  padding: 0 !important;
}

.NewsletterForm .gform_description, .embedForm .NewsletterForm .gform_description {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
  display: block;
}

.embedForm .NewsletterForm .gform_description {
  font-family: 'untitled-serif-regular-italic';
  font-style: normal !important;
}

.NewsletterForm .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
}

.gform_wrapper .gform_validation_errors {
  display: inline-block;
  width: auto !important;
}

.NewsletterForm .gfield input[type='email'] {
  border: 0px;
  font-size: 20px !important;
  padding-left: 0px !important;
  line-height: 40px;
  color: #1E1E1E;
  border-bottom: 2px solid #1E1E1E;
}

footer .NewsletterForm .gfield input,
.contactFormwrap .NewsletterForm input,
.hs-form-field input, .hs-form-field textarea {
  border: 0px;
  padding-left: 0px !important;
  font-size: 20px !important;
  line-height: 30px;
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
}

.hs-form-field label {
  font-size: 20px;
  line-height: 26px;
  display: none;
}

fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input {
  margin-right: 15px !important;
}

.hs-form-field textarea, .hs-form-field input {
  padding: 8px 15px 8px 0px !important
}

/* .hs-form-field label{display: none !important} */
.hbspt-form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hs-custom-style .hs-input, .hs-custom-style fieldset {
  width: 100%;
  margin-bottom: 10px !important;
}

.legal-consent-container {
  font-size: 16px;
  line-height: 22px;
}

.hs-error-msgs li {
  padding: 0px !important;
  line-height: 0px;
}

.hs-error-msgs, ul.inputs-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.NewsletterForm form {
  display: flex;
  align-items: flex-start;
}

.hs-button {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 50px !important;
  padding: 11px 100px 14px 25px !important;
  font-size: 18px;
  line-height: 26px;
  min-width: 200px;
  margin-right: 35px;
  display: inline-block;
  text-align: left;
  width: auto;
  text-decoration: none;
  position: relative;
  font-family: 'untitled-sans-regular' !important;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
}

.hs-submit .actions {
  position: relative;
  margin-top: 20px;
}

.hs-submit .actions::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 30px;
  height: 15px;
  background: url('images/arrow-right-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.hs-submit .actions:hover::after {
  right: 15px;
}

.NewsletterForm form>div {
  margin: 0px !important;
  padding: 0px !important;
  width: 60%;
  position: relative;
}

.NewsletterForm form>div.gform_footer {
  padding-left: 20px !important;
  position: relative;
  padding-right: 40px !important;
  display: inline-block !important;
  width: auto !important;
}

footer {
  background-color: #1E1E1E;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer>div>div {
  width: 21%
}

footer>div>div.footerLeftText {
  width: 58%;
  font-size: 20px;
  line-height: 35px;
  flex-direction: column;
  justify-content: space-between;
}

footer>div>div.footerLeftText h2 {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 48px;
}

footer>div>div.footerLeftText p {
  max-width: 450px
}

footer>div>div.footerRight {
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  line-height: 26px;
}

.FooterSocialLinks h6 {
  font-size: 18px;
  line-height: 26px;
  padding-top: 5px;
  margin-bottom: 25px;
}

.FooterSocialLinks li, .FooterMenu2 li {
  padding: 10px 0px;
}

.FooterSocialLinks li a, .FooterMenu2 li a {
  text-decoration: none !important;
}

.FooterSocialLinks li a::after, .FooterMenu2 li.current-menu-item a::after,
.FooterMenu2 li a:hover::after {
  background-color: #fff !important;
}

.FooterMenu2 li.current-menu-item a::after {
  height: 2px !important;
}

.FooterMenu2 li:last-child {
  padding-bottom: 5px
}

.FooterMenu2 li a::after {
  background-color: transparent !important;
}

footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

footer>div>div.footerRight a:hover {
  text-decoration: underline;
}

.FooterMenu1 li {
  padding: 15px 0px;
}

.FooterMenu1 li:first-child {
  padding-top: 0px;
}

.FooterMenu1 li:last-child {
  padding-bottom: 0px;
}

.FooterMenu1 li a {
  font-size: 1.875VW
    /*36px*/
  ;
  line-height: 2.5VW
    /*48px*/
  ;
  display: inline-block;
}

/* .FooterMenu1 li a:hover{font-family: 'untitled-serif-regular-italic';} */
.FooterMenu1 li:not(.current_page_parent, .current-menu-item):hover a {
  /* font-family: 'untitled-serif-regular';
  transform: skewX(-20deg); */
  transform: skewX(20deg);
  font-family: 'untitled-serif-regular-italic';
  font-style: normal !important;
  animation: fontchange 1.2s forwards;
  animation-timing-function: cubic-bezier(.16, .84, .44, 1);
  animation-delay: 0s;
}

.FooterMenu1 li.current_page_parent a, .FooterMenu1 li.current-menu-item a {
  /* font-family: 'untitled-serif-regular-italic'; */
}

.FooterMenu2 li:hover a::after {
  background-color: #fff;
  height: 2px;
}

.cky-consent-container {
  background-color: #32FAD2 !important;
  box-shadow: none !important;
  color: #1E1E1E !important;
  padding: 20px 140px !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-family: 'untitled-sans-regular' !important;
}

.cky-notice-btn-wrapper .cky-btn,
.cky-prefrence-btn-wrapper .cky-btn {
  background: none !important;
  background-color: transparent;
  color: #1E1E1E !important;
  border: 2px solid #1E1E1E !important;
  border-radius: 50px !important;
  text-transform: capitalize !important;
  text-align: left;
  position: relative;
  padding: 13px 30px;
  font-size: 18px;
  line-height: 26px;
  min-width: 200px;
  font-family: 'untitled-sans-regular' !important;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.cli_settings_button {
  background-color: transparent !important
}

.cky-notice-btn-wrapper .cky-btn:hover,
.cky-notice-btn-wrapper .cky-btn.cky-btn-accept:hover,
.cky-prefrence-btn-wrapper .cky-btn:hover {
  background-color: #FF5F5A !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

.cli-bar-btn_container a::after, .cky-btn-accept::after,
.cli-tab-header a.cli-nav-link::after, div[data-cky-tag="detail-powered-by"] {
  display: none !important
}

.cky-notice .cky-title {
  display: none !important
}

.cky-notice-group .cky-notice-des * {
  font-size: 20px;
  line-height: 30px;
  max-width: 690px
}

.cky-notice-group .cky-notice-des p:last-of-type {
  margin: 0px;
  padding: 0px;
}

.cky-banner-element {
  cursor: pointer;
}

.cky-notice-btn-wrapper {
  flex-direction: row-reverse;
}

.cky-consent-container .cky-consent-bar {
  padding: 0px !important;
  border: 0px !important;
  background-color: transparent !important;
  box-shadow: none !important
}

.cli-switch input:checked+.cli-slider {
  background-color: #FF5F5A !important;
}

.cky-btn-accept::after {
  content: ' ';
  position: absolute;
  display: block !important;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 10px !important;
  background: url('images/tick-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.cky-btn-accept:hover::after,
.cky-btn-reject:hover::after {
  filter: invert(1);
}

.cky-btn-reject::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px !important;
  background: url('images/cross-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  display: block !important;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.cky-modal .cky-preference-header .cky-preference-title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 0px;
  font-weight: normal
}

.cky-btn-reject {
  margin-left: 35px !important;
}

.cky-prefrence-btn-wrapper {
  justify-content: flex-end !important;
}

.cky-prefrence-btn-wrapper .cky-btn {
  flex: none !important;
}

.teamSwiper .swiper-wrapper {
  transition-duration: 0.6s !important;
}

.cky-prefrence-btn-wrapper .cky-btn-reject, .cky-prefrence-btn-wrapper .cky-btn-accept {
  display: none !important
}

/*.mac-os .castestudySwiper .swiper-wrapper, .mac-os .teamSwiper .swiper-wrapper, .mac-os .tripleImgSwiper .swiper-wrapper{
  transition-duration: 1.2s!important;
}

.castestudySwiper .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
} */
.blog .no-result {
  color: #000000;
}

.no-result {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 20px;
  max-width: 450px;
  width: 100%;
  margin: 6vw auto;
}

.threeImages {
  padding-left: 132px;
  padding-right: 132px;
  position: relative;
  margin-top: 100px;
}

.threeImages.paddingOff {
  margin-top: 0px;
}

.threeImages h2 {
  margin-bottom: 40px;
  padding-left: 8px;
}

.threeImages+.threeImages, .HeroImageVideoBanner.counterAdded+.threeImages {
  margin-top: 0px;
}

.threeImages .image-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.threeImages .image-wrapper .imgblock {
  padding: 8px;
  width: 33.33%;
}

.threeImages .image-wrapper .imgblock .imagePlace {
  position: relative;
  padding-top: 71%;
  background-color: #f2f2f2;
}

.peopleHero .rightText {
  font-size: 20px;
  line-height: 30px;
  max-width: 650px;
  width: 100%;
  margin: 80px 0 0 auto;
  padding-left: 50px;
}

.peopleHero .centerBlock {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.page-template-template-people-php .teamListWrap {
  margin-top: 0px;
  min-height: 20vh;
}

.page-template-template-people-php .teamListWrap .teamBlock a {
  display: block !important;
}

.reportIntro {
  width: 30%;
  padding-right: 4%;
}

.reportIntro h2 {
  margin-bottom: 50px;
}

.reportSwiper {
  width: 70%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

.reportSwiper .TextHolder span u {
  display: inline !important;
  background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  text-decoration: none;
}

.reportSwiper a:hover .TextHolder span u {
  background-image: linear-gradient(transparent calc(100% - 2px), black 2px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.reportSwiper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.reportSwiper ul li {
  float: left;
  width: calc(50% - 65px);
  padding: 8px 10px 8px 5px;
}

.reportSwiper ul li .reportBlock .TextHolder h4 a {
  text-decoration: none;
  position: static;
  display: block;
}

.reportSwiper .reportBlock .TextHolder {
  padding-right: 20%;
}

.reportSwiper ul li>a {
  display: block;
  width: 100%;
  height: 100%
}

.reportSwiper ul li a::after {
  display: none !important
}

.reportSwiper ul li .reportBlock {
  position: relative;
}

.reportSwiper ul li .reportBlock .ImageBlock {
  margin-bottom: 25px;
  background-color: #E6E5E5;
}

.reportSwiper ul li:last-child .reportBlock .ImageBlock {
  background-color: #D9D0B4;
}

.reportSwiper ul li .reportBlock .TextHolder h4 {
  margin: 0px 0px 20px 0px;
  font-size: 1.875VW
    /*36px*/
  ;
  line-height: 2.5VW
    /*48px*/
  ;
}

.reportSwiper ul li .reportBlock .TextHolder h4 em::after {
  display: none;
}

.reportSwiper ul li .reportBlock .TextHolder p {
  padding-bottom: 20px;
}

.reportBlock .ImageBlock::before {
  content: '';
  display: block;
  padding-top: 63%;
}

@media screen and (min-width: 768px) {
  .reportPromo-wrapper.single li {
    width: 90%;
  }

  .reportPromo-wrapper.single li .reportBlock {
    display: flex;
    align-items: flex-start;
  }

  .reportPromo-wrapper.single li .reportBlock .ImageBlock,
  .reportPromo-wrapper.single li .reportBlock .TextHolder {
    width: 50%;
  }

  .reportPromo-wrapper.single li .reportBlock .TextHolder {
    padding-left: 70px;
    padding-right: 0;
  }
}

.paddingOff {
  padding-top: 0px !important;
}

.IntroductionLogo.paddingOff {
  padding-top: 20px !important
}

.LinkListsWrap.paddingOff .linkListRow:first-child {
  padding-top: 0px !important;
}

.sbi_follow_btn, .sbi_hover_bottom {
  display: none !important
}

#sb_instagram .sbi_info p {
  padding: 25px 0px 10px 0px !important;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
  color: #363636
}

.instagramFeed .blackBorderBtn {
  position: absolute;
  left: 140px;
  bottom: 20px;
  z-index: 1;
  padding-right: 60px;
}
.instagramFeed .centerBlock > h2{
  margin-bottom: 40px;
  text-align: left;
}

.sbi-owl-dots .sbi-owl-dot span {
  width: 14px !important;
  height: 14px !important;
  opacity: 1 !important;
  background: transparent !important;
  border: 2px solid #000 !important
}

.sbi-owl-dots .sbi-owl-dot.active span, .sbi-owl-dots .sbi-owl-dot:hover span {
  background: #000 !important
}

.search .HeroImageVideoBanner.noimage {
  padding-top: 290px;
  min-height: auto;
}

.search .HeroImageVideoBanner.noimage .heroCaption {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.search .alm-listing .alm-reveal {
  flex-flow: row wrap;
}

.searchListing .searchBlock {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  padding: 75px 0px;
  border-bottom: 1px solid #707070;
}

.searchListing .searchBlock .tags {
  margin-bottom: 20px;
}

.searchListing .searchBlock h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 0;
}

.searchListing .searchBlock .imageBlock {
  max-width: 400px;
  width: 100%;
}

.searchListing .searchBlock .textBlock {
  padding-right: 30px;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
}

.searchListing .searchBlock .textBlock>div {
  max-width: 750px;
  width: 100%;
}

.searchListing .searchBlock .imageBlock {
  position: relative;
  overflow: hidden;
}

.searchListing .searchBlock .imageBlock::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.searchListing .searchBlock .textBlock .post-content {
  padding-top: 20px;
}

.searchListing .searchBlock .textBlock .post-content p:last-child {
  padding: 0px;
}

.searchListing .searchBlock .textBlock .post-meta {
  font-size: 16px;
  line-height: 23px;
}

.search .alm-btn-wrap {
  filter: invert(1);
}

.search .serachHolder input[type=text].searchPage {
  font-size: 68px !important;
  height: auto !important;
  border-radius: 0px !important;
  line-height: 0.8;
  border: 0px;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 0px 75px 30px 0px;
  background-color: transparent
}

.search .serachHolder input[type=text].textfield::-webkit-input-placeholder {
  font-size: 68px !important;
  color: #A3A3A3;
}

.search .serachHolder input[type=text].textfield::-moz-placeholder {
  font-size: 68px !important;
  color: #A3A3A3;
}

.search .serachHolder input[type=text].textfield:-ms-input-placeholder {
  font-size: 68px !important;
  color: #A3A3A3;
}

.search .serachHolder input[type=text].textfield:-moz-placeholder {
  font-size: 68px !important;
  color: #A3A3A3;
}

.search .serachHolder button.searchPagebtn {
  font-size: 0;
  min-width: 75px;
  bottom: 30px;
  padding: 15px 5px;
  right: 0;
  background-color: transparent;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search .serachHolder button.searchPagebtn::after {
  content: '';
  width: 65px;
  height: 30px;
  background: url('images/search-arrow.svg');
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.search .serachHolder {
  margin-bottom: 55px;
  width: 60%;
  position: relative;
}

.search .studyfilterlist {
  width: 100%;
  justify-content: flex-end;
  padding: 0px 0px 20px 0px;
}

.search .heroCaption h1 {
  width: 40%;
  font-size: 68px;
  line-height: 1.3;
}

.search .centerBlock {
  width: 100%;
  position: relative;
}

.search .serachHolder .alm-filters--controls {
  display: none !important
}

.search .studyfilter.filter .alm-filters-container {
  display: flex;
  margin-bottom: 0px;
}

.search .filter .alm-filters-container .alm-filter li:nth-child(1) {
  margin-left: 50px;
}

.search .filter .alm-filters-container .alm-filters--controls .alm-filters--reset {
  position: relative;
  top: 7px;
  filter: invert(1);
}

.search .filter .alm-filters-container button[type=reset] {
  line-height: 28px !important
}

.search .alm-filter--taxonomy~.alm-filters--controls {
  display: none;
  z-index: 2;
  width: 40px;
}

.search .alm-filter--taxonomy[style="display: block;"]~.alm-filters--controls {
  /* display: block; */
  width: 40px;
  z-index: 2;
}

.search .studyfilter .alm-results-text {
  position: absolute;
  font-size: 38px;
  line-height: 1.3;
  top: -15px;
}

.search .yearfilter ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0px;
  filter: invert(1);
}

.search .yearfilter ul li {
  padding: 0px 15px 0px 0px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
  display: flex;
}

.search .yearfilter ul li::after {
  content: '';
  height: 26px;
  bottom: 0px;
  background-color: #000;
  width: 1px;
  right: 0px;
  position: absolute;
}

.search .yearfilter ul li:last-child::after {
  display: none;
}

.search .yearfilter ul li label {
  font-size: 20px;
  line-height: 35px;
  border: 0px;
  border-radius: 0px;
  padding: 0px 0px;
  display: inline-block;
  min-height: 24px;
  cursor: pointer;
  position: relative;
  text-align: center;
  height: auto;
  color: #1E1E1E;
  background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  -webkit-transition: background-image .6s ease;
  -moz-transition: background-image .6s ease;
  -o-transition: background-image .6s ease;
  transition: background-image .6s ease;
}

.search .yearfilter ul li label:hover {
  background-image: linear-gradient(transparent calc(100% - 2px), black 2px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.search .yearfilter ul li input[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
}

.search .yearfilter ul li.active input[type="radio"]+label {
  color: #8B8B8B;
}

.search .yearfilter ul li.active input[type="radio"]:not(.all-filter)+label {
  color: #8B8B8B;
  padding: 0px 25px 0px 0px;
}

.search .yearfilter ul li.active input[type="radio"]:not(.all-filter)+label::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: auto;
  right: 5px;
  top: 53%;
  background: url(images/cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(90deg);
  filter: grayscale(1) brightness(0.5);
}

.search .yearfilter ul li label:focus-visible {
  border: 2px solid #000;
  color: #000 !important;
  /* background-color: #FFFF00 !important; */
}

.search .filter .alm-filters-container .alm-filter.alm-filter--s {
  display: none;
}

.studySearch .alm-filters-container .alm-filter--text-wrap{ background-color: transparent !important; height: auto !important; position: relative;
  border-radius: 0px; border: 0;
      padding: 0px;}
      .studySearch .alm-filters-container .alm-filter--text-wrap.has-button button {
    word-break: normal;
    padding: 10px 40px 10px 10px;
    font-size: 20px;
    border: 0;
}
button.alm-load-more-btn.more.done[disabled] {
  display: none;
}
.shimmerGrid{
  display: none;
}
.shimmerGrid .Block > div::before{display: none !important;}
.newslisting:has(.alm-loading) .ajax-load-more-wrap:has(.alm-listing > div.no-result) + .shimmerGrid,
.caseStudyListing:has(.alm-loading) .ajax-load-more-wrap:has(.alm-listing > div.no-result) + .shimmerGrid,
.worklisting:has(.alm-loading) .ajax-load-more-wrap:has(.alm-listing > div.no-result) + .shimmerGrid{
  display: none !important;
}

.newslisting:has(.alm-loading) .shimmerGrid,
.caseStudyListing:has(.alm-loading) .shimmerGrid,
.worklisting:has(.alm-loading) .shimmerGrid{
  display: block;
}
.alm-btn-wrap:has(.alm-load-more-btn.done){display: none;}
.shimmerGrid .Block > div {
  border: 0px !important;
  padding-top: 63%;
  animation: shimmer 3s;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, #e6e6e6 5%, #cccccc 25%, #e6e6e6 35%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  from {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}

.alm-loading .alm-btn-wrap{display: none;}
.page-template-mischief-template-php, .page-template-mischief-template-php .postBlock a
{
  color: #0B194B
}
.page-template-mischief-template-php .LatestNews .blackBorderBtn {
    color: #0B194B;
    border: 2px solid #0B194B;
}
.page-template-mischief-template-php footer{
background-color: #0B194B
}
.page-template-mischief-template-php h1{font-family: 'Rubik-Medium'; font-size: 19vw;text-transform: uppercase; color: #4a6aff; display: none}
.page-template-mischief-template-php h2{font-family: 'Rubik-Regular';}
.page-template-mischief-template-php section:not(.twoColListEditor, .quoteRow) h2{ text-transform: uppercase;
}
.page-template-mischief-template-php .TeamListing{background-color: #0B194B; color: #fff}
.page-template-mischief-template-php .teamListWrap .teamBlock a{color: #fff}
.page-template-mischief-template-php .teamListWrap .teamBlock{padding: 38px;}
.page-template-mischief-template-php .teamSwiper .swiper-button-next, .page-template-mischief-template-php .teamSwiper .swiper-button-prev{
  top: 0;
  margin-top: -120px;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background: url('images/slider-next.svg');
  background-size: 18px !important;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}

.page-template-mischief-template-php .teamSwiper .swiper-button-next{
  right: 140px;
}
.page-template-mischief-template-php .teamSwiper .swiper-button-prev{
  left: auto;
  right: 210px;
}
.worklisting:not(.Black, .DarkBlue) .content_1100 > h2, .serviceCarousel:not(.Black, .DarkBlue) h2{
      color: #1E1E1E!important;
}
.page-template-mischief-template-php .editorText-60:not(.Black, .DarkBlue) h2,
.page-template-mischief-template-php .worklisting:not(.Black, .DarkBlue) .content_1100 > h2,
.page-template-mischief-template-php .serviceCarousel:not(.Black, .DarkBlue) h2{
  color: #0B194B !important;
}
.page-template-mischief-template-php .editorText-60  h2,
.page-template-mischief-template-php .worklisting .content_1100 > h2,
.worklisting .content_1100 > h2,
.serviceCarousel h2{
  color: #fff !important;
}
.serviceSwiper
{
  width: 100%
}
.service-wrapper{
  padding: 0;
margin: 0 auto 0 -6px;
  list-style: none;
 /* transition-timing-function: linear !important; */
}
.service-wrapper li{padding: 6px;
  width: 390px;}
.service-wrapper li::before{display: none;}

.service-wrapper li .ImageBlock::before {

    padding-top: 127%;
}
.service-wrapper li .serviceBlock .ImageBlock{margin: 0px;}
.service-wrapper li .serviceBlock
{position: relative; line-height: 0; overflow: hidden;}
.service-wrapper li .serviceBlock::before
{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 101%;
  z-index: 1;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.service-wrapper li .serviceBlock a{
  display: block;
}
.service-wrapper li .serviceBlock .TextHolder
{
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);

      /* -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; */

}

.service-wrapper li .serviceBlock .TextHolder h4
{
  margin-bottom: 10px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-end;
/* height: 150px; */
min-height: 150px;
/* min-height: 8vw; */
font-size: 36px;
line-height: 48px;
}

.page-template-mischief-template-php .service-wrapper li .serviceBlock .TextHolder h4
{
  font-family: 'Rubik-Regular';
}
.service-wrapper li .serviceBlock * {
    -webkit-transition: all .5s
cubic-bezier(.16, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.16,.84,.44,1);
    -o-transition: all .5s cubic-bezier(.16,.84,.44,1);
    transition: all .5s
cubic-bezier(.16, .84, .44, 1);
    transition-timing-function:
cubic-bezier(.16, .84, .44, 1);
}

.service-wrapper li .serviceBlock .TextHolder div {
  font-size:24px;
  line-height: 1.3;
}
.service-wrapper li .serviceBlock .TextHolder > div > div{
  opacity: 0;
}
.no-touch .service-wrapper li .serviceBlock:hover .TextHolder > div > div{
  opacity: 1;
}
.service-wrapper li .serviceBlock .TextHolder > div{
  position: absolute;
  padding:  8%;
top: calc(100% - 200px);
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;

-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.no-touch .service-wrapper li .serviceBlock:hover .TextHolder{

  background: rgba(59, 57, 57, 0.27);
  backdrop-filter: blur(9.449999809265137px);
}
.no-touch .service-wrapper li .serviceBlock:hover .TextHolder > div{
  top: 0;
  justify-content: flex-end;
}
.page-template-mischief-template-php .twoColListEditor .col:nth-child(1){width: 60%; padding-right: 0;}
.page-template-mischief-template-php .twoColListEditor .col:nth-child(2){width: 40%; font-family: 'Rubik-Regular';
font-size: 1.87vw /*36px*/;
line-height: 2.5vw /*48px*/;}
.page-template-mischief-template-php .twoColListEditor .col:nth-child(2) em{font-family: 'Rubik-MediumItalic';
}
.serviceCarousel .titleText{
  position: relative;
}
.swiper-button-next-service{
  right: 140px;
  left: auto;
}

  .swiper-button-prev-service{
    right: 215px;
    left: auto;
}
.serviceCarousel .titleText>h2{margin-bottom: 64px; width: 80%;}
.worklisting .alm-listing .Block {
  width: 33.33%;
  padding: 35px 8px 35px 8px;
}

.worklisting .alm-listing .Block h2{
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 27px;
  right: 27px;
  font-size: 36px;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #fff;
  -webkit-transition: all .6s cubic-bezier(.16, .84, .44, 1);
-moz-transition: all .6s cubic-bezier(.16, .84, .44, 1);
-o-transition: all .6s cubic-bezier(.16, .84, .44, 1);
transition: all .6s cubic-bezier(.16, .84, .44, 1);
transition-timing-function:cubic-bezier(0.16, 0.84, 0.44, 1);
}
html.no-touch .worklisting .alm-listing .Block a:hover h2{
  color: #4a6aff;
}

.worklisting .alm-btn-wrap
{
  margin-top: 35px;

}
.worklisting .alm-listing .Block .ImageBlock
{
  margin-bottom: 0;
}
.worklisting .alm-listing .Block>div>a{position: relative;z-index: 2;}
.worklisting .alm-listing .Block > div a::before
{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.94%, rgba(0, 0, 0, 0.20) 100%);
}
.page-template-mischief-template-php .worklisting .alm-listing .Block h2 {
  font-family: 'Rubik-ExtraBold';
  font-size: 2.18vw
    /*42px*/;
  line-height: 1;
}
.page-template-mischief-template-php .quoteRow
{padding-top: 120px;}

.page-template-mischief-template-php .alm-load-more-btn{
  font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 22px;
padding: 15px;
background-color: transparent;
border: 2px solid #1E1E1E;
border-radius: 34px;
min-width: 150px;
text-align: center;
    color: #1E1E1E;
    -webkit-transition: all .6s cubic-bezier(.16, .84, .44, 1);
    -moz-transition: all .6s cubic-bezier(.16, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.16, .84, .44, 1);
    transition: all .6s cubic-bezier(.16, .84, .44, 1);
    transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.no-touch .page-template-mischief-template-php .swiper-button-next-service:hover,
.no-touch .page-template-mischief-template-php .swiper-button-prev-service:hover,
.no-touch .page-template-mischief-template-php .teamSwiper .swiper-button-next:hover,
.no-touch .page-template-mischief-template-php .teamSwiper .swiper-button-prev:hover,
.page-template-mischief-template-php .alm-load-more-btn:hover{
  background-color: #4B6AFF;
  border: 2px solid #4B6AFF;
}

.serviceCarousel:not(.DarkBlue, .Black) .swiper-button-next-service, .serviceCarousel:not(.DarkBlue) .swiper-button-prev-service{
  background-color: transparent;
  border: 1px solid #1E1E1E
}

.no-touch .serviceCarousel:not(.DarkBlue, .Black) .swiper-button-next-service:hover,
.no-touch .serviceCarousel:not(.DarkBlue) .swiper-button-prev-service:hover{
  background-color: #fff;
}

.HeroImageVideoBanner.Mischief{
  padding-top: 120px !important;
  align-items: center;
}
