﻿/* Case studies */
/*.btn-primary, .btn-outline {
    min-width: 415px;
    border-radius: 2px;
    font-size: 25px;
}


.circle {
	border-radius: 50%;
	width: 200px;
	height: 200px; 
}

.work-wrap {
    margin-top: 60px;
    margin-bottom: 60px;

    .btn-outline {
        border: solid 1px @brand-color-1;

        &:hover {
            background: @brand-color-1;
            color: white;
        }
    }
}*/
.case-studies h2,
section h2,
.testimonial h2 {
  /*font-size: 25px;
        line-height: normal;*/
}
@media (max-width:  767px ) {
  .case-studies h2,
  section h2,
  .testimonial h2 {
    margin-top: 0;
  }
}
.case-studies p,
section p,
.testimonial p {
  /*margin-bottom: 2rem;*/
  /*padding-right: 25%;*/
}
.case-studies span:hover,
section span:hover,
.testimonial span:hover {
  /*color: #00a1e4;*/
}
.testimonial h2 {
  margin-bottom: 40px;
}
.testimonial h4:first-of-type {
  margin-bottom: 20px;
}
section h1,
.testimonial h1,
section h3 {
  text-align: center;
}
section h3 {
  /*font-size: 45px;
    line-height: 45px;
    font-weight: 900;*/
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  section h3 {
    /*font-size: 35px;
    line-height: 35px;*/
    margin-top: 40px;
  }
}
.testimonial {
  margin-top: 50px;
  margin-bottom: 50px;
  background: #d1e6f5;
}
@media (max-width:  767px ) {
  .testimonial {
    margin-bottom: 25px;
  }
}
.testimonial p {
  padding-right: 0;
}
.testimonial .testimonial-wrap {
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial .quote {
  font-size: 200px;
  height: 130px;
  line-height: normal;
  display: block;
}
.testimonial .no-quotes {
  padding-top: 40px;
  padding-bottom: 40px;
}
#section-case-studies-featured a {
  display: block;
}
#section-case-studies-featured .featured-case-study {
  /*position: relative;*/
}
#section-case-studies-featured .featured-case-study img {
  width: 100%;
}
#section-case-studies-featured .featured-case-study div.case-study-info {
  /*position: absolute;
            bottom: 0;
            left: 0;
            padding: 10px;
            color: white;
            text-align: left;*/
}
#section-case-studies-featured .featured-case-study div.case-study-info p,
#section-case-studies-featured .featured-case-study div.case-study-info h2 {
  color: white;
}
#section-case-studies-featured .featured-case-study .shadow-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #003343;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  transition: 1s;
  opacity: 0;
}
#section-case-studies-featured .featured-case-study:hover .shadow-overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.home-case-studies > .row {
  margin: 10px 10px;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .home-case-studies > .row {
    margin: 10px 20px;
  }
}
@media (max-width:  767px ) {
  .home-case-studies > .row {
    margin: 0;
  }
}
#case-study-listing-row {
  min-height: 500px;
}
.case-study-listing-page {
  margin-bottom: 15px;
}
.case-study-listing-page .row {
  margin: 0px 25px;
}
@media (max-width:  767px ) {
  .case-study-listing-page .row {
    margin: 0;
  }
}
.case-study-listing-page .home-cs-header {
  /*visibility: hidden;*/
  /*opacity: 0;*/
  margin: 40px auto 28.5px auto;
  text-align: center;
  max-width: 50%;
  -moz-animation: fade-in-top ease 1s forwards;
  -o-animation: fade-in-top ease 1s forwards;
  -webkit-animation: fade-in-top ease 1s forwards;
  animation: fade-in-top ease 1s forwards;
}
@media (max-width:  767px ) {
  .case-study-listing-page .home-cs-header {
    margin: 40px auto 28px auto;
  }
}
.case-study-listing-page .home-cs-header h1 {
  margin-bottom: 20px;
}
.case-study-listing-page .home-cs-header h2 {
  margin-top: 0;
}
.case-study-listing-page .home-cs-header p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .case-study-listing-page .home-cs-header {
    max-width: 65%;
  }
}
@media only screen and (max-width: 900px) {
  .case-study-listing-page .home-cs-header {
    max-width: 80%;
  }
}
.case-study-listing-page .header {
  /*visibility: hidden;*/
  /*opacity: 0;*/
  margin: 50px auto;
  text-align: center;
  max-width: 50%;
  -moz-animation: fade-in-top ease 1s forwards;
  -o-animation: fade-in-top ease 1s forwards;
  -webkit-animation: fade-in-top ease 1s forwards;
  animation: fade-in-top ease 1s forwards;
}
.case-study-listing-page .header h1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .case-study-listing-page .header {
    max-width: 65%;
  }
}
@media only screen and (max-width: 900px) {
  .case-study-listing-page .header {
    max-width: 80%;
  }
}
.case-study-listing-page .filterDiv {
  display: none;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.case-study-listing-page .showChosenFilters {
  display: block;
}
.case-study-listing-page .showChosenFilters:nth-child(odd) {
  opacity: 0;
  -moz-animation: fade-in-top ease 1s forwards 0.5s;
  -o-animation: fade-in-top ease 1s forwards 0.5s;
  -webkit-animation: fade-in-top ease 1s forwards 0.5s;
  animation: fade-in-top ease 1s forwards 0.5s;
}
@media only screen and (max-width: 768px) {
  .case-study-listing-page .showChosenFilters:nth-child(odd) {
    padding-left: 15px;
  }
}
.case-study-listing-page .showChosenFilters:nth-child(even) {
  opacity: 0;
  -moz-animation: fade-in-top ease 1s forwards 1s;
  -o-animation: fade-in-top ease 1s forwards 1s;
  -webkit-animation: fade-in-top ease 1s forwards 1s;
  animation: fade-in-top ease 1s forwards 1s;
}
@media only screen and (max-width: 768px) {
  .case-study-listing-page .showChosenFilters:nth-child(even) {
    padding-right: 15px;
  }
}
.case-study-listing-page select {
  margin-top: 40px;
  max-width: 400px;
  border-radius: 5px;
  background-color: #eee;
  font-size: 12px;
  font-weight: bold;
  min-height: 35px;
  padding-left: 15px;
  width: 100%;
}
@media (max-width:  767px ) {
  .full-work-listing .header {
    margin: 0 auto;
    padding-top: 30px;
    max-width: none;
    padding-bottom: 22px;
  }
  .full-work-listing .header h1 {
    margin-bottom: 8px;
  }
}
.home-featured-blocks {
  margin-bottom: 0;
}
.home-featured-blocks .header {
  margin: 50px auto 17.5px auto;
}
@media (max-width:  767px ) {
  .home-featured-blocks .header {
    margin: 40px auto 27.5px auto;
  }
}
.home-featured-blocks .header h2 {
  margin-top: 0;
}
.home-featured-blocks .header p {
  margin-bottom: 0;
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-top {
  from {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    visibility: inherit;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-bottom {
  from {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    visibility: inherit;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.case-study-listing-block {
  margin: 12.5px 0;
  padding: 0px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .case-study-listing-block {
    min-height: 0;
  }
}
@media (max-width:  767px ) {
  .case-study-listing-block {
    min-height: 0;
    margin-bottom: 0;
  }
}
.case-study-listing-block:hover {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: none;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ), (min-width:  992px ) and (max-width:  1199px ) {
  .case-study-listing-block:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.case-study-listing-block:hover .block-info {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(-5px);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ), (min-width:  992px ) and (max-width:  1199px ) {
  .case-study-listing-block:hover .block-info {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.case-study-listing-block:hover img {
  /*new stuff*/
  /* min-height: 400px; */
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  /* width: 100%; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.case-study-listing-block:hover .featured-case-study .case-study-info {
  /*new stuff*/
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(-5px);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.case-study-listing-block:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.79) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.79) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.79) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c9000000', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.case-study-listing-block a {
  display: block;
  margin-top: 53%;
}
.case-study-listing-block .shadow-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #003343;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  transition: 1s;
  opacity: 0;
}
.case-study-listing-block:hover .shadow-overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.case-study-listing-block .block-info,
.case-study-listing-block .case-study-info {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: white;
  z-index: 99;
  right: 30px;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .case-study-listing-block .block-info,
  .case-study-listing-block .case-study-info {
    width: 90%;
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  .case-study-listing-block .block-info,
  .case-study-listing-block .case-study-info {
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: 75%;
  }
}
.case-study-listing-block .block-info p,
.case-study-listing-block .case-study-info p {
  font-size: 20px;
  margin-bottom: 0;
}
.case-study-listing-block .block-info h2,
.case-study-listing-block .case-study-info h2 {
  margin-bottom: 10px;
  /*font-size: 32px;
            line-height: 33px;*/
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  .case-study-listing-block .block-info h2,
  .case-study-listing-block .case-study-info h2 {
    /*font-size: 25px;
                line-height: 30px;*/
    margin-bottom: 5px;
  }
}
.case-study-listing-block img {
  position: absolute;
  top: 0;
  /*min-height: 400px;*/
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 0.5s;
  /*width: 100%;*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width:  767px ) {
  .case-study-listing-block img {
    min-height: 0;
  }
}
.case-study-listing-block:hover img {
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case-study-listing-block:hover .right-circle {
  opacity: 1;
  -moz-transition: all 1s 0.6s;
  -webkit-transition: all 1s 0.6s;
  -o-transition: all 1s 0.6s;
  transition: all 1s 0.6s;
}
.lazy-container {
  opacity: 0;
  transition: 1.5s;
}
@keyframes circle {
  0% {
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgba(80, 162, 217, 0.7);
    width: 200%;
    height: 200%;
    opacity: 0.7;
  }
}
@keyframes circleOut {
  0% {
    background-color: rgba(80, 162, 217, 0.7);
    width: 200%;
    height: 200%;
    opacity: 0.7;
  }
  100% {
    height: 150%;
    width: 150%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes from-right {
  0% {
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
#section-case-study-hero {
  height: 600px;
  position: relative;
  margin-bottom: 50px;
}
#section-case-study-hero.short-header {
  height: 300px;
}
@media (max-width:  767px ) {
  #section-case-study-hero.short-header {
    height: auto;
  }
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #section-case-study-hero {
    height: 400px;
  }
}
@media (max-width:  767px ) {
  #section-case-study-hero {
    height: auto;
    margin-bottom: 0;
    display: block !important;
  }
}
#section-case-study-hero:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.79) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.79) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.79) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c9000000', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width:  767px ) {
  #section-case-study-hero:after {
    display: none;
  }
}
@media (max-width:  767px ) {
  #section-case-study-hero .container {
    margin-bottom: 0;
  }
}
#section-case-study-hero h1 {
  color: white;
  text-align: left;
}
@media (max-width:  767px ) {
  #section-case-study-hero h1 {
    color: #003343;
    max-width: none;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
#section-case-study-hero img.case-study-hero {
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  left: 50% !important;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width:  768px ) and (max-width:  991px ) {
  #section-case-study-hero img.case-study-hero {
    width: auto;
    height: 100%;
  }
}
@media (max-width:  767px ) {
  #section-case-study-hero img.case-study-hero {
    left: 50% !important;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 200px;
    width: auto;
    position: relative;
  }
}
#section-case-study-hero .headline-container #case-study-headline {
  z-index: 100;
  text-align: left;
  position: relative;
  color: white;
  /*h1 {
                @media @bp-sm, @bp-md, @bp-lg{
                font-size: 55px;
                line-height: 55px;
            }}*/
}
/* End case study*/
#section-case-study-logo-services {
  /*border: solid 3px #000000;*/
  border-width: 3px 0;
  padding: 0 0 42px 0;
}
@media (max-width:  767px ) {
  #section-case-study-logo-services {
    padding-bottom: 25px;
  }
}
#section-case-study-logo-services h2 {
  font-size: 19px;
  margin-bottom: 0;
  line-height: normal;
}
#section-case-study-logo-services span {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 18px;
  display: inline-block;
  margin-top: 8px;
}
#section-case-study-logo-services span a {
  color: #003343;
}
#section-case-study-logo-services img {
  max-width: max-content;
  max-height: 85px;
}
@media (min-width:  992px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  991px ) {
  #section-case-study-logo-services img {
    max-width: 100%;
  }
}
@media (max-width:  767px ) {
  #section-case-study-logo-services img {
    max-height: 75px;
    margin-bottom: 25px;
    max-width: 100%;
  }
}
.stacked-content-preview {
  display: none;
}
.section-case-study-media,
.imageBlock,
.videoBlock,
.audioBlock {
  display: block;
}
.section-case-study-media .container-fluid img,
.imageBlock .container-fluid img,
.videoBlock .container-fluid img,
.audioBlock .container-fluid img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.section-case-study-media video,
.imageBlock video,
.videoBlock video,
.audioBlock video {
  width: 100%;
}
.section-case-study-media div.video-border,
.imageBlock div.video-border,
.videoBlock div.video-border,
.audioBlock div.video-border {
  border: solid 1px lightgray;
}
.section-case-study-media div.video-border video,
.imageBlock div.video-border video,
.videoBlock div.video-border video,
.audioBlock div.video-border video {
  margin-bottom: -9px;
}
@media (max-width:  767px ) {
  .section-case-study-media .col-md-4,
  .imageBlock .col-md-4,
  .videoBlock .col-md-4,
  .audioBlock .col-md-4 {
    margin-bottom: 25px;
  }
}
.section-case-study-media .container,
.imageBlock .container,
.videoBlock .container,
.audioBlock .container {
  margin-bottom: 20px;
}
@media (max-width:  767px ) {
  .section-case-study-media .container .col-md-6.column:nth-child(even),
  .imageBlock .container .col-md-6.column:nth-child(even),
  .videoBlock .container .col-md-6.column:nth-child(even),
  .audioBlock .container .col-md-6.column:nth-child(even) {
    margin-top: 2rem;
  }
}
.section-case-study-media .full-width .container,
.imageBlock .full-width .container,
.videoBlock .full-width .container,
.audioBlock .full-width .container {
  max-width: none;
}
.section-case-study-media .full-width .container .column,
.imageBlock .full-width .container .column,
.videoBlock .full-width .container .column,
.audioBlock .full-width .container .column {
  padding: 0;
}
.section-case-study-media .full-width .container .column img,
.imageBlock .full-width .container .column img,
.videoBlock .full-width .container .column img,
.audioBlock .full-width .container .column img {
  width: 100%;
}
.related-content-wrap {
  background: rgba(0, 0, 0, 0.1);
  margin-top: 18px;
}
.related-content-wrap .work-wrap {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  .related-content-wrap .work-wrap {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.related-content-wrap h2 {
  margin-bottom: 50px;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ) {
  .related-content-wrap h2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .related-content-wrap h2.more-news-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.related-case-study {
  padding: 0px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.related-case-study:hover {
  box-shadow: none;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ), (min-width:  992px ) and (max-width:  1199px ) {
  .related-case-study:hover {
    transform: none;
  }
}
.related-case-study:hover .related-block-info {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(-5px);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  991px ), (min-width:  992px ) and (max-width:  1199px ) {
  .related-case-study:hover .related-block-info {
    transform: none;
  }
}
.related-case-study:hover img {
  background-blend-mode: multiply;
}
@media (max-width: 768px) {
  .related-case-study {
    margin-bottom: 25px;
  }
  .related-case-study:nth-child(2),
  .related-case-study:nth-child(3) {
    display: none;
  }
}
.related-case-study a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.related-case-study a:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.79) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.79) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.79) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c9000000', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.related-case-study a:hover img {
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.related-case-study a .shadow-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #003343;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  transition: 1s;
  opacity: 0;
}
.related-case-study a:hover .shadow-overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.related-case-study .related-block-info {
  width: 85%;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 25px;
  color: white;
  z-index: 99;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.related-case-study .related-block-info p {
  /*color: white;*/
  margin-bottom: 0;
}
.related-case-study .related-block-info h4 {
  margin-top: 20px;
  font-weight: 900;
  font-size: 28px;
  padding-bottom: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-case-study .related-block-info h4 {
    font-size: 20px;
  }
}
.related-case-study .related-block-info h5 a {
  display: inline-block;
}
.related-case-study img {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: 100%;
  height: 100%;
}
/* Custom Classes */
.natural-width {
  width: auto !important;
}
@media only screen and (max-width: 768px) {
  .natural-width {
    width: 100% !important;
  }
}