.t3-slideshow {
  position: relative;
}
.acm-slideshow .owl-stage {
  display: flex;
}
.acm-slideshow .owl-carousel {
  background: #2d2c28;
  cursor: move;
  padding: 0;
  position: static;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel {
    position: relative;
  }
}
.acm-slideshow .owl-carousel .owl-nav {
  right: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.acm-slideshow .owl-carousel .owl-nav > div {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  text-align: center;
  height: 48px;
  line-height: 44px;
  width: 48px;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .owl-nav > div {
    display: none;
  }
}
.acm-slideshow .owl-carousel .owl-nav > div.owl-next {
  bottom: 0;
  top: auto;
}
.acm-slideshow .owl-carousel .owl-nav > div:hover {
  border-color: #ffffff;
}
.acm-slideshow .owl-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 32px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 48px;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .owl-dots {
    margin-top: 48px;
    right: 0;
  }
}
.acm-slideshow .owl-carousel .owl-dots > div {
  display: block;
  text-align: center;
  line-height: 1;
}
.acm-slideshow .owl-carousel .owl-dots > div span {
  background: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  margin: 4px 0;
  height: 6px;
  width: 6px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.acm-slideshow .owl-carousel .owl-dots > div.active span,
.acm-slideshow .owl-carousel .owl-dots > div:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-slideshow .owl-carousel .owl-dots > div.active span {
  background: transparent;
  border: 2px solid #ffffff;
  height: 8px;
  width: 8px;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-slideshow .owl-carousel .owl-item {
  overflow: hidden;
}
.acm-slideshow .owl-carousel .item {
  background: #2d2c28;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
}
.acm-slideshow .owl-carousel .item::before {
  background-image: url('../../../templates/ja_donate/images/mask.png');
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 100%;
  z-index: 1;
}
.acm-slideshow .owl-carousel .item .bg-item {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-slideshow .owl-carousel .item #video-bg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 130%;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .item #video-bg {
    width: 200%;
  }
}
.acm-slideshow .owl-carousel .item .slider-content {
  display: inline-block;
  color: #ffffff;
  z-index: 2;
  height: auto;
  position: relative;
  z-index: 10;
}
.acm-slideshow .owl-carousel .item .slider-content .item-title {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Glegoo', "Times New Roman", Times, serif;
  line-height: 1.7143;
}
@media (min-width: 768px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-title {
    font-size: 45px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-title a {
  color: #ffffff;
  line-height: normal;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.acm-slideshow .owl-carousel .item .slider-content-inner {
  padding: 384px 32px;
  max-width: 850px;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner {
    padding: 288px 96px 192px;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner {
    padding: 192px 64px 128px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content-inner .title {
  position: relative;
}
.acm-slideshow .owl-carousel .item .slider-content-inner .title::before {
  background-image: url('../../../templates/ja_donate/images/pattern-blue/bg-title-lead.png');
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  height: 512px;
  width: 512px;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner .title::before {
    height: 128px;
    width: 128px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content-inner h1 {
  color: #ffffff;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner h1 {
    font-size: 30px;
  }
}
.acm-slideshow .icon-bottom {
  background: url('../../../templates/ja_donate/images/arrow-down.png') no-repeat center center;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  bottom: 32px;
  left: 50%;
  margin-left: -16px;
  font-size: 90px;
  height: 33px;
  width: 18px;
  z-index: 10;
}
.acm-features.style-1 {
  background: #387dad;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.acm-features.style-1 .row {
  position: static;
  margin-left: 0;
  margin-right: 0;
}
.acm-features.style-1 .row > div {
  padding-left: 0;
  padding-right: 0;
}
.acm-features.style-1 .features-image {
  position: static;
}
.acm-features.style-1 .features-image img {
  width: 100%;
}
.acm-features.style-1 .features-image .features-image-inner {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}
.acm-features.style-1 .features-content {
  padding: 64px;
  text-align: center;
}
@media (max-width: 1599px) {
  .acm-features.style-1 .features-content {
    padding: 64px 32px;
  }
}
.acm-features.style-1 .features-action {
  margin-top: 32px;
}
.acm-features.style-1 .content-right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .acm-features.style-1 .content-right {
    flex-wrap: wrap;
  }
}
.acm-features.style-1 .content-left {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
}
@media (max-width: 991px) {
  .acm-features.style-1 .content-left {
    flex-wrap: wrap;
  }
}
.acm-features.style-1 .content-left .features-image-inner {
  right: 0;
  left: auto;
}
.acm-features.style-1 .content-center .features-image .features-image-inner {
  width: 100%;
}
.acm-features.style-1 .content-center .content-center-inner {
  padding: 48px 32px;
  position: relative;
  z-index: 10;
}
.acm-features.style-1 .content-center .content-center-inner .features-content {
  max-width: 400px;
  margin: auto;
}
.t3-section .acm-features.style-1 .row {
  width: 100%;
}
.t3-section .acm-features.style-1 .features-content {
  padding: 128px 0;
}
@media (max-width: 991px) {
  .t3-section .acm-features.style-1 .features-content {
    padding: 64px;
  }
}
@media (max-width: 767px) {
  .t3-section .acm-features.style-1 .features-content {
    padding: 64px 32px;
  }
}
.t3-section .acm-features.style-1 .features-content .module-title {
  font-size: 45px;
}
@media (max-width: 767px) {
  .t3-section .acm-features.style-1 .features-content .module-title {
    font-size: 30px;
  }
}
.t3-section .acm-features.style-1 .features-content p {
  font-size: 18px;
  max-width: 408px;
  margin: auto;
}
@media (max-width: 767px) {
  .t3-section .acm-features.style-1 .features-content p {
    font-size: 14px;
  }
}
.acm-features.style-2 .row {
  margin-top: -16px;
  margin-bottom: -16px;
}
.acm-features.style-2 .row > div {
  padding-top: 16px;
  padding-bottom: 16px;
}
.acm-features.style-2 .features-item a {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2d2c28;
  display: block;
  padding: 32px;
  text-align: center;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
.acm-features.style-2 .features-item a .number {
  background-image: url('../../../templates/ja_donate/images/pattern-blue/bg-title-small.png');
  background-size: 96px 96px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 90px;
  margin-top: 0;
  margin-bottom: 32px;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
.acm-features.style-2 .features-item a h4 {
  margin-top: 0;
  margin-bottom: 32px;
}
.acm-features.style-2 .features-item a p {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-features.style-2 .features-item a:hover,
.acm-features.style-2 .features-item a:focus,
.acm-features.style-2 .features-item a:active {
  background-color: #387dad;
  background-image: url('../../../templates/ja_donate/images/pattern-blue/pattern-bg-dark.png');
  border-color: #387dad;
}
.acm-features.style-2 .features-item a:hover .number,
.acm-features.style-2 .features-item a:focus .number,
.acm-features.style-2 .features-item a:active .number {
  background-image: url('../../../templates/ja_donate/images/pattern-blue/bg-title-small-hover.png');
}
.acm-features.style-2 .action {
  margin-top: 64px;
  text-align: center;
}
.acm-features.style-2 .action .btn {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
  color: #2d2c28;
}
.acm-features.style-2 .action .btn:hover,
.acm-features.style-2 .action .btn:focus,
.acm-features.style-2 .action .btn:active {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .acm-features.style-2 .action {
    margin-top: 32px;
  }
}
.has-bg .acm-features.style-2 .features-item a {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.has-bg .acm-features.style-2 .features-item a:hover,
.has-bg .acm-features.style-2 .features-item a:focus,
.has-bg .acm-features.style-2 .features-item a:active {
  background-color: #387dad;
}
.has-bg .acm-features.style-2 .action .btn {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.has-bg .acm-features.style-2 .action .btn:hover,
.has-bg .acm-features.style-2 .action .btn:focus,
.has-bg .acm-features.style-2 .action .btn:active {
  background: rgba(255, 255, 255, 0.1);
}
.acm-cta .h3 {
  padding: 64px 32px;
  margin: 0;
  text-align: center;
}
.acm-cta .h3 img {
  margin-left: 12px;
}
.acm-gallery {
  overflow: hidden;
}
.acm-gallery .item {
  padding: 0;
}
.acm-gallery .owl-carousel {
  padding: 0;
}
.acm-gallery .owl-carousel .item {
  margin: 0 -0.5px;
  overflow: hidden;
}
.acm-gallery .owl-controls {
  margin: 0;
}
.acm-gallery .owl-controls .owl-buttons > div {
  background: #222222;
  border-radius: 0;
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 32px;
  margin: 0;
  margin-top: -32px;
  padding: 0;
  line-height: 64px;
  height: 64px;
  width: 64px;
}
.acm-gallery .owl-controls .owl-buttons > div.owl-next {
  right: 32px;
  left: auto;
}
.acm-gallery .item-inner img {
  width: 100%;
}