#sp-header-topbar .container-inner {
  border-bottom: none;
}
#sp-header {
  height: auto;

  width: 100%;

  position: relative;

  z-index: 99;

  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

  animation: spFadeIn 0.5s;
}
#sp-header.lg-header {
  box-shadow: none;
  margin-bottom: 20px;
}
.sp-megamenu-wrapper {
  padding-bottom: 10px;
}
.shadow-image-top {
  bottom: -8px;
  margin: 0 auto;
  width: 1090px;
  height: 8px;
  background: transparent url(../images/shadow-image-top.png) 0 0 repeat-x;
}
.product {
  margin-bottom: 30px;
}
.header-sticky > .container > .container-inner > .shadow-image-top {
  display: none;
}
.effect-image-6 {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.33);
}
#sp-top1 a {
  color: #3d6b70;
}
#sp-top2 a {
  color: #cc3333;
}
#sp-top1 a:hover {
  color: #cc3333;
}
#sp-top2 a:hover {
  color: #3d6b70;
}
div.mod-languages ul li.lang-active {
  background-color: transparent !important;
  padding: 0px 5px 3px;
  border-radius: 3px;
}
#sp-top-bar {
  font-size: 16px;
  font-weight: 600;
}
.header-sticky {
  border-bottom: 2px solid #eee;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
}
.bg-shadow-light {
  border: 1px solid rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.14);
  margin-right: 5px;
}
.bg-shadow-dark {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.42);
  margin-right: 5px;
}
.radius-4 {
  border-radius: 4px;
}
.radius-6 {
  border-radius: 6px;
}
.radius-8 {
  border-radius: 8px;
}
.radius-10 {
  border-radius: 10px;
}
.color-whitesmoke,
.moduletable.color-whitesmoke > div,
.title-centered.color-whitesmoke .module-title h3,
.horizontal-menu.color-whitesmoke li {
  background: #f5f5f5;
}
.homepage-block-1.row .col-lg-8 {
  padding: 0px;
}
.homepage-block-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-block-1.row .col-lg-4 {
  padding: 50px;
}
.color-black {
  background: #000;
}
.color-black a {
  color: #fff;
}
.homepage-block-1 .color-black {
  padding: 20px;
  margin-top: 50px;
}
.homepage-block-2 {
  margin-top: 40px;
  padding: 20px;
}
.homepage-block-2 h2 {
  font-weight: 400;
}
.homepage-block-3,
.homepage-block-4 {
  margin-top: 40px;
}
.homepage-block-3 div,
.homepage-block-4 div {
  margin: 20px;
}
.homepage-block-3 img,
.homepage-block-4 img {
  padding: 15px;
}
.homepage-block-3 h2,
.homepage-block-4 h2 {
  text-align: center;
  color: #000;
  padding: 20px 0;
}
.homepage-block-3 a,
.homepage-block-4 a {
  color: #000;
}
#sp-main-body {
  padding: 10px 0;
}
.animCSS3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
@-webkit-keyframes slideLeftRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(0%);
  }
}
@keyframes slideLeftRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRightRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(0%);
  }
}
@keyframes slideRightRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(15%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideUpRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%);
  }
}
@keyframes slideUpRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDownRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateY(0%);
  }
}
@keyframes slideDownRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateY(0%);
  }
}
@-webkit-keyframes littleFade {
  0% {
    opacity: 0;
    top: -8px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes littleMoveUp {
  0% {
    opacity: 0;
    top: -8px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes swashIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes swashIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes slide-left-delay {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(-30%);
  }
  50% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-left-delay {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(-30%);
  }
  50% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide-right-delay {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(30%);
  }
  50% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateX(0%);
  }
}
@keyframes slide-right-delay {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%);
  }
}
#mod-custom89 img {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
#sp-bottom {
  padding: 30px 0 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.sp-megamenu-parent > li > a {
  text-transform: uppercase;
}
.sp-megamenu-parent > li.active a {
  background: transparent url(../images/black-03.png) 0 100% repeat-x;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07) inset;
}
#mod-custom89 h2:last-of-type {
  margin-top: 25px;
}
.article-details .featured-article-badge {
  display: none;
}
.audit-page:nth-of-type(2),
.regulatory:nth-of-type(2) {
  margin-top: 40px;
    margin-bottom: 40px;
}
.audit-page h2 {
  text-align: center;
  margin: 15px 0;
}
.regulatory h2 {
  text-align: center;
  font-weight: 500;
  height: 70px;
  margin: 15px 0 20px 0;
}
.audit-page p,
.regulatory p {
  padding: 0 15px;
}
.article-header h1 {
  text-transform: uppercase;
  font-size: 27px !important;
}
.audit-2 {
  margin-top: 50px;
}
.audit-2 h2,
.regulatory h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.audit-2 h4 {
  font-weight: 400;
  line-height: 1.5em !important;
}
.audit-2 .color-black,
.audit-3 .color-black {
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 50px 0;
}
.lg-header.header-sticky {
  height: 60px !important;
  line-height: 60px;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3) !important;
}
.audit-3 {
  padding: 30px 15px;
}
.audit-3 h2 {
  margin-bottom: 20px;
}
#mod-custom115 {
  height: 200px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  background-size: cover;
}
#mod-custom115 h1 {
  color: #fff;
  background: #000;
  opacity: 0.7;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  line-height: 1.5em;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  display: block;
  font-size: 18px;
  padding: 10px 0px;
  position: relative;
  line-height: 50px;
  opacity: 0.7;
  transition: 0.3s;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #828c58;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0 15px !important;
}

.js-border .main_component [class*="effect-image"] img {
  display: block;
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

[class*="effect-image"] {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 20px 1%;
  max-width: 98%;
  text-align: center;
  background: #222;
}

@media screen and (min-width: 980px) {
  [class*="effect-image"] {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.33);
  }
}

[class*="effect-image"] + p,
[class*="effect-image"] + h1,
[class*="effect-image"] + h2,
[class*="effect-image"] + h3,
[class*="effect-image"] + h4,
[class*="effect-image"] + h5 {
  clear: both;
}

[class*="effect-image"] img {
  position: relative;
  display: block;
}

[class*="effect-image"] figcaption {
  margin-top: 0 !important;
  padding: 26px 16px 0 16px;
  color: #fff;
  font-size: 1.25em;
}

[class*="effect-image"] figcaption::before,
[class*="effect-image"] figcaption::after {
  pointer-events: none;
}

[class*="effect-image"] figcaption,
[class*="effect-image"] figcaption > a {
  position: relative;
}

@media screen and (min-width: 980px) {
  [class*="effect-image"] figcaption {
    padding: 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  [class*="effect-image"] figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-style: normal;
  }
}

[class*="effect-image"] h3 {
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
  font-weight: 300;
}

@media screen and (min-width: 980px) {
  [class*="effect-image"] h3 {
    text-shadow: 0 0 1px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
  }
}

[class*="effect-image"] h3,
[class*="effect-image"] p {
  margin: 0;
  padding: 0;
}

[class*="effect-image"] p {
  letter-spacing: 1px;
  font-size: 70%;
  padding: 1em 2em 0.5em 2em;
  text-transform: none;
}

[class*="effect-image"] h3,
[class*="effect-image"] p {
  color: #fff;
}

[class*="effect-image"] a,
[class*="effect-image"] a:hover {
  display: inline-block;
  color: white;
  font-style: normal;
  text-shadow: 0 0 6px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
  margin: 20px 0;
  padding: 7px 12px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

[class*="effect-image"] a:hover {
  color: white;
  font-style: normal;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
}

[class*="effect-image"] a:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4) inset;
}

/*****		EFFECT 01		**********/

@media screen and (min-width: 980px) {
  .effect-image-1:hover {
    background: #2e5d5a;
  }

  .effect-image-1 figcaption {
    padding: 3em;
  }

  .effect-image-1 figcaption::before,
  .effect-image-1 figcaption::after {
    position: absolute;
    content: "";
    opacity: 0;
  }

  .effect-image-1 figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .effect-image-1 figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  .effect-image-1 h3 {
    padding-top: 12%;
    transition: transform 0.35s;
  }

  .effect-image-1 h3 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  .effect-image-1 p {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  .effect-image-1 img,
  .effect-image-1 figcaption::before,
  .effect-image-1 figcaption::after,
  .effect-image-1 p {
    transition: opacity 0.35s, transform 0.35s;
  }

  .effect-image-1:hover img {
    opacity: 0.5;
  }

  .effect-image-1:hover figcaption::before,
  .effect-image-1:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .effect-image-1:hover h3,
  .effect-image-1:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .effect-image-1:hover figcaption::after,
  .effect-image-1:hover h3,
  .effect-image-1:hover p,
  .effect-image-1:hover img {
    transition-delay: 0.15s;
  }
}

/*****		EFFECT 02		**********/

@media screen and (min-width: 980px) {
  .effect-image-2 {
    background: #22682a; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjI2ODJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjOWI0YTFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhMzQyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(
      45deg,
      #22682a 0%,
      #9b4a1b 40%,
      #3a342a 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left bottom,
      right top,
      color-stop(0%, #22682a),
      color-stop(40%, #9b4a1b),
      color-stop(100%, #3a342a)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      45deg,
      #22682a 0%,
      #9b4a1b 40%,
      #3a342a 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
      45deg,
      #22682a 0%,
      #9b4a1b 40%,
      #3a342a 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
      45deg,
      #22682a 0%,
      #9b4a1b 40%,
      #3a342a 100%
    ); /* IE10+ */
    background: linear-gradient(
      45deg,
      #22682a 0%,
      #9b4a1b 40%,
      #3a342a 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22682a', endColorstr='#3a342a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  }

  .effect-image-2 img {
    opacity: 1;
    transition: opacity 0.35s;
  }

  .effect-image-2 figcaption {
    padding: 30px 12px 12px 12px;
    transition: background-color 0.35s;
  }

  .effect-image-2 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: "";
  }

  .effect-image-2 h3 {
    margin: 10px 0;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .effect-image-2 figcaption::before,
  .effect-image-2 p {
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .effect-image-2:hover h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .effect-image-2:hover figcaption::before,
  .effect-image-2:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .effect-image-2:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
  }

  .effect-image-2:hover img {
    opacity: 0.4;
  }
}

/*****		EFFECT 03		**********/

@media screen and (min-width: 980px) {
  .effect-image-3 figcaption {
    text-align: right;
  }

  .effect-image-3 figcaption:hover {
    background: rgba(0, 0, 0, 0.25);
  }

  .effect-image-3 h3,
  .effect-image-3 p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
  }

  .effect-image-3 p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .effect-image-3 h3 {
    top: 30px;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  .effect-image-3:hover h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .effect-image-3 h3::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: "";
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  .effect-image-3 h3::after,
  .effect-image-3 p {
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
  }

  .effect-image-3:hover h3::after,
  .effect-image-3:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .effect-image-3 figcaption a,
  .effect-image-3 figcaption a:hover {
    margin-top: 80px;
  }
}

/*****		EFFECT 04		**********/

@media screen and (min-width: 980px) {
  .effect-image-4 {
    background: #030c17;
  }

  .effect-image-4 img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }

  .effect-image-4 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
  }

  .effect-image-4 h3 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
  }

  .effect-image-4 h3 {
    margin: 10px 0;
  }

  .effect-image-4 p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  .effect-image-4:hover h3 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .effect-image-4:hover figcaption::before,
  .effect-image-4:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  .effect-image-4:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
  }

  .effect-image-4:hover img {
    opacity: 0.4;
  }
}

/*****		EFFECT 05		**********/

@media screen and (min-width: 980px) {
  .effect-image-5 {
    background: #2e5d5a;
  }

  .effect-image-5 img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .effect-image-5:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .effect-image-5 h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
  }

  .effect-image-5 p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  .effect-image-5 p {
    width: 80%;
  }

  .effect-image-5:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*****		EFFECT 06		**********/

@media screen and (min-width: 980px) {
  .effect-image-6 {
    background: #3498db;
  }

  .effect-image-6 img {
    opacity: 0.95;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
  }

  .effect-image-6 figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, -100%, 0);
  }

  .effect-image-6 p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    transition: opacity 0.35s;
  }

  .effect-image-6 p {
    margin: 12px;
    padding: 0 8px;
    max-width: none;
    border-right: 2px solid #fff;
  }

  .effect-image-6 h3 {
    text-align: left;
  }

  .effect-image-6:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  .effect-image-6:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 100%, 0);
  }

  .effect-image-6:hover p {
    opacity: 1;
    transition-delay: 0.1s;
  }

  .effect-image-6 figcaption,
  .effect-image-6 figcaption a,
  .effect-image-6 figcaption a:hover {
    text-align: left !important;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .logo-image {
    height: 83px !important;
  }
  .homepage-block-1 img {
    display: none;
  }
  #sp-header {
    height: 80px !important;
  }
  #mod-custom115 h1 {
    font-size: 100%;
  }
  .audit-page div,
  .regulatory div {
    margin-bottom: 20px;
  }
  .audit-page img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .logo-image {
    height: 60px !important;
  }
  .sp-megamenu-parent > li > a {
    font-family: "Open Sans", sans-serif;
    font-size: 12px !important;
    font-weight: 600;
    text-decoration: none;
  }
  #sp-header.lg-header {
    box-shadow: none;
    margin-bottom: 60px;
  }
}
