﻿.text-color-navy {
  color: #162158;
}
.text-color-red {
  color: #ff0000;
}
.text-color-white {
  color: #ffff;
}
body .text-resp-big {
  font-size: 2em;
}
body .text-resp-small {
  font-size: 1.2em;
}
.img-ddback {
  min-height: 165px;
  border-radius: 20px;
}
.svg-dd {
  background-color: #ededed;
  padding: 25px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  body .text-resp-big {
    font-size: 2.2em;
  }
  body .text-resp-small {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  body .text-resp-big {
    font-size: 2.3em;
  }
  body .text-resp-small {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  body .text-resp-big {
    font-size: 3em;
  }
  body .text-resp-small {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  body .text-resp-big {
    font-size: 3em;
  }
  body .text-resp-small {
    font-size: 2.2em;
  }
}
.nLogo {
  max-height: 90px;
}
@media (max-width: 992px) {
  .nLogo {
    max-height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.container .cascading-images-wrapper .cascading-images {
  transform: translate3d(0, -50px, 0);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .container .cascading-images-wrapper .cascading-images {
    transform: translate3d(0, -90px, 0);
    margin-bottom: 50px;
  }
}
/* masonry */
.mgallery {
  column-rule: 0px solid #eee;
  column-gap: 17px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.mgallery.gallery-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media only screen and (max-width: 1023px) {
  .mgallery.gallery-columns-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.mgallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 17px;
  max-width: 100%;
  width: 100%;
}
.mgallery .gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.d3div {
  padding-right: 60px;
}
.d3div .mgallery {
  transform: perspective(1000px) rotateX(4deg) rotateY(-16deg) rotateZ(4deg);
  padding-right: 15px;
}
.d3div .mgallery .gallery-item {
  box-shadow: 16px 6px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.ddiimmc {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ddiimm {
  max-height: 4rem;
}