/**
 *------------------------------------------------------------------------------
 * @package       T4_Blank - Free Template for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2019 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt
 *------------------------------------------------------------------------------
**/
.acm-slideshow .item {
  background: #122223;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block \9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 960px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .acm-slideshow .item {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (max-width: 991.98px) {
    .acm-slideshow .item {
      height: 600px; } }
  @media (max-width: 767.98px) {
    .acm-slideshow .item {
      height: 400px; } }

.acm-slideshow .background {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1; }

.acm-slideshow .slider-content {
  top: 25% \9;
  position: relative;
  margin: auto;
  padding: 0 18px;
  width: 860px;
  z-index: 2;
  max-width: 100%; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .acm-slideshow .slider-content {
      padding-left: 108px;
      padding-right: 108px; } }
  .acm-slideshow .slider-content .slide-title {
    font-weight: 400;
    font-size: 96px;
    line-height: 1.042; }
    @media (max-width: 1199.98px) {
      .acm-slideshow .slider-content .slide-title {
        font-size: 44px; } }
    @media (max-width: 767.98px) {
      .acm-slideshow .slider-content .slide-title {
        font-size: 31.2px; } }
  .acm-slideshow .slider-content .description {
    opacity: 0.7; }
    @media (max-width: 767.98px) {
      .acm-slideshow .slider-content .description {
        font-size: 24px; } }
  .acm-slideshow .slider-content .slide-action {
    margin-top: 72px; }
    @media (max-width: 991.98px) {
      .acm-slideshow .slider-content .slide-action {
        margin-top: 36px; } }

.acm-slideshow .owl-carousel .owl-nav button {
  background: #fff;
  color: #294138;
  position: absolute;
  top: 50%;
  left: 130px;
  line-height: 80px;
  outline: none;
  font-size: 44px;
  margin-top: -40px;
  height: 80px;
  width: 80px; }
  @media (max-width: 1599.98px) {
    .acm-slideshow .owl-carousel .owl-nav button {
      left: 36px; } }
  @media (max-width: 991.98px) {
    .acm-slideshow .owl-carousel .owl-nav button {
      line-height: 50px;
      height: 50px;
      width: 50px; } }
  @media (max-width: 767.98px) {
    .acm-slideshow .owl-carousel .owl-nav button {
      top: auto;
      bottom: 36px;
      margin-top: 0; } }
  .acm-slideshow .owl-carousel .owl-nav button.owl-next {
    right: 130px;
    left: auto; }
    @media (max-width: 1599.98px) {
      .acm-slideshow .owl-carousel .owl-nav button.owl-next {
        right: 36px; } }
  .acm-slideshow .owl-carousel .owl-nav button:hover, .acm-slideshow .owl-carousel .owl-nav button:focus, .acm-slideshow .owl-carousel .owl-nav button:active {
    opacity: 0.9; }
  .acm-slideshow .owl-carousel .owl-nav button.disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.acm-slideshow .slider-content-inner > * {
  -ms-transform: translateY(45%) scale(0.95);
  transform: translateY(45%) scale(0.95);
  -webkit-transform: translateY(45%) scale(0.95);
  opacity: 0;
  -webkit-transition: 1500ms all;
  -o-transition: 1500ms all;
  transition: 1500ms all; }
  .acm-slideshow .slider-content-inner > *:nth-child(1) {
    -webkit-transition-delay: 100ms !important;
    -o-transition-delay: 100ms !important;
    transition-delay: 100ms !important; }
  .acm-slideshow .slider-content-inner > *:nth-child(2) {
    -webkit-transition-delay: 300ms !important;
    -o-transition-delay: 300ms !important;
    transition-delay: 300ms !important; }
  .acm-slideshow .slider-content-inner > *:nth-child(3) {
    -webkit-transition-delay: 600ms !important;
    -o-transition-delay: 600ms !important;
    transition-delay: 600ms !important; }
  .acm-slideshow .slider-content-inner > *:nth-child(4) {
    -webkit-transition-delay: 900ms !important;
    -o-transition-delay: 900ms !important;
    transition-delay: 900ms !important; }
  .acm-slideshow .slider-content-inner > *:nth-child(5) {
    -webkit-transition-delay: 1200ms !important;
    -o-transition-delay: 1200ms !important;
    transition-delay: 1200ms !important; }

.acm-slideshow .active .slider-content-inner > * {
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: 1000ms all;
  -o-transition: 1000ms all;
  transition: 1000ms all; }

.acm-slideshow .active .slider-content-inner .description {
  opacity: 0.7 !important; }

.owl-dots button:focus {
  outline: none; }

.acm-features.style-1 .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 0;
  position: absolute;
  left: 100%;
  margin-left: 72px; }
  @media (max-width: 1599.98px) {
    .acm-features.style-1 .owl-dots {
      position: static;
      margin-left: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .acm-features.style-1 .owl-dots > button {
    line-height: 1;
    margin-top: 9px; }
    @media (max-width: 1599.98px) {
      .acm-features.style-1 .owl-dots > button {
        margin-left: 0.35725rem;
        margin-right: 0.35725rem;
        margin-top: 18px; } }
    .acm-features.style-1 .owl-dots > button span {
      background: #E1DBD5;
      opacity: 1; }

.acm-features.style-1 .text-decor {
  top: 15%; }
  .acm-features.style-1 .text-decor span {
    margin-bottom: -160px;
    margin-left: 0; }

.acm-features.style-2 .features-item {
  border: 1px solid rgba(26, 68, 68, 0.12);
  padding: 2.858rem;
  height: 100%; }
  @media (max-width: 1199.98px) {
    .acm-features.style-2 .features-item {
      padding: 36px; } }
  @media (max-width: 767.98px) {
    .acm-features.style-2 .features-item {
      padding: 1.429rem; } }

.acm-features.style-2 .img-icon {
  margin-bottom: 36px; }
  @media (max-width: 767.98px) {
    .acm-features.style-2 .img-icon {
      margin-bottom: 18px; } }

.acm-features.style-2 .font-icon {
  color: #294138;
  margin-bottom: 0.7145rem;
  font-size: 88px; }

.acm-features.style-2 h4 {
  margin-top: 0;
  margin-bottom: 1.429rem; }

.acm-features.style-2 .action {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 36px; }
  @media (max-width: 767.98px) {
    .acm-features.style-2 .action {
      margin-top: 1.429rem; } }

.acm-features.style-3 {
  overflow: hidden;
  padding-top: 144px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .acm-features.style-3 {
      padding-top: 72px; } }
  @media (max-width: 991.98px) {
    .acm-features.style-3 {
      padding-top: 36px; } }
  .acm-features.style-3 .acm-feature-slide .container-inner {
    max-width: 1080px;
    margin-left: -36px;
    position: relative; }
    @media (max-width: 1199.98px) {
      .acm-features.style-3 .acm-feature-slide .container-inner {
        margin-left: 0; } }
    .acm-features.style-3 .acm-feature-slide .container-inner .owl-carousel .owl-stage-outer {
      overflow: visible; }
    .acm-features.style-3 .acm-feature-slide .container-inner .owl-carousel .owl-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      right: 36px;
      bottom: 36px; }
      .acm-features.style-3 .acm-feature-slide .container-inner .owl-carousel .owl-dots > button.active > span {
        background: #fff !important; }
  .acm-features.style-3 .acm-feature-slide .owl-item img {
    opacity: 0.2; }
  .acm-features.style-3 .acm-feature-slide .owl-item.active img {
    opacity: 1; }
  .acm-features.style-3 .acm-feature-intro .container-inner {
    position: relative;
    padding: 72px 72px 180px 72px;
    max-width: 972px; }
    @media (max-width: 1199.98px) {
      .acm-features.style-3 .acm-feature-intro .container-inner {
        padding: 72px; } }
    @media (max-width: 991.98px) {
      .acm-features.style-3 .acm-feature-intro .container-inner {
        padding: 36px; } }
    @media (max-width: 767.98px) {
      .acm-features.style-3 .acm-feature-intro .container-inner {
        padding: 18px; } }
    .acm-features.style-3 .acm-feature-intro .container-inner:before {
      background: #E1DBD5;
      content: "";
      position: absolute;
      left: 0;
      height: 5000px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 100%; }
  .acm-features.style-3 .acm-feature-intro .feature-info {
    position: relative;
    z-index: 1; }
    .acm-features.style-3 .acm-feature-intro .feature-info .feature-title span {
      font-size: 36px; }
      @media (max-width: 1199.98px) {
        .acm-features.style-3 .acm-feature-intro .feature-info .feature-title span {
          font-size: 36px; } }
      @media (max-width: 575.98px) {
        .acm-features.style-3 .acm-feature-intro .feature-info .feature-title span {
          font-size: 24px; } }
    @media (max-width: 1199.98px) {
      .acm-features.style-3 .acm-feature-intro .feature-info .feature-title h2 {
        font-size: 36px; } }
    @media (max-width: 575.98px) {
      .acm-features.style-3 .acm-feature-intro .feature-info .feature-title h2 {
        font-size: 24px; } }
  .acm-features.style-3 .acm-feature-intro .feature-icon {
    position: relative;
    z-index: 1; }
    .acm-features.style-3 .acm-feature-intro .feature-icon .ft-icon-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      margin-left: -9px;
      margin-right: -9px; }
      @media (max-width: 991.98px) {
        .acm-features.style-3 .acm-feature-intro .feature-icon .ft-icon-items {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin-top: -18px;
          margin-bottom: -18px; } }
      .acm-features.style-3 .acm-feature-intro .feature-icon .ft-icon-items > div {
        padding-left: 9px;
        padding-right: 9px; }
        @media (max-width: 991.98px) {
          .acm-features.style-3 .acm-feature-intro .feature-icon .ft-icon-items > div {
            padding-top: 18px;
            padding-bottom: 18px;
            text-align: left; } }
    .acm-features.style-3 .acm-feature-intro .feature-icon img {
      max-width: 40px; }
  .acm-features.style-3 .acm-feature-intro .feature-action {
    position: relative;
    z-index: 1; }
  .acm-features.style-3 .text-decor {
    left: auto;
    right: 5px; }
    .acm-features.style-3 .text-decor span {
      position: relative;
      margin: 0;
      left: 290px;
      letter-spacing: 10px; }

.acm-features.style-4 .features-item + .features-item {
  margin-top: 54px; }
  @media (max-width: 767.98px) {
    .acm-features.style-4 .features-item + .features-item {
      margin-top: 36px; } }

@media (min-width: 992px) {
  .acm-features.style-4 .features-item:nth-child(2n) .features-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .acm-features.style-4 .features-item:nth-child(2n) .features-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.acm-features.style-4 .features-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: auto;
  max-width: 400px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .acm-features.style-4 .features-content {
      display: block; } }
  @media (max-width: 1199.98px) {
    .acm-features.style-4 .features-content {
      margin-top: 36px; } }
  @media (max-width: 767.98px) {
    .acm-features.style-4 .features-content h3 {
      font-size: 24px; } }

.acm-features.style-4 .img-feature img {
  width: 100%; }

@media (max-width: 1199.98px) {
  .acm-features.style-4 .img-icon img {
    max-width: 50px; } }

.acm-features.style-4 .action {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 36px; }
  @media (max-width: 1199.98px) {
    .acm-features.style-4 .action {
      margin-top: 18px; } }

.acm-features.style-4 .feature-action {
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 767.98px) {
    .acm-features.style-4 .feature-action {
      position: static;
      margin-top: 1.429rem;
      text-align: center; } }

.acm-testimonial.style-1 {
  overflow: hidden; }
  .acm-testimonial.style-1 .testimonial-item-wrap {
    padding: 144px;
    padding-left: 0;
    position: relative; }
    @media (max-width: 1199.98px) {
      .acm-testimonial.style-1 .testimonial-item-wrap {
        padding: 72px 0; } }
    @media (max-width: 991.98px) {
      .acm-testimonial.style-1 .testimonial-item-wrap {
        padding: 36px 0; } }
    .acm-testimonial.style-1 .testimonial-item-wrap:before {
      background: #1A4444;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 2000px; }
      @media (max-width: 1199.98px) {
        .acm-testimonial.style-1 .testimonial-item-wrap:before {
          right: 50%;
          -ms-transform: translateX(50%);
          transform: translateX(50%);
          -webkit-transform: translateX(50%); } }
  .acm-testimonial.style-1 .testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .acm-testimonial.style-1 .testimonial-item-inner {
    position: relative; }
    .acm-testimonial.style-1 .testimonial-item-inner:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 5px;
      width: 100px; }
  .acm-testimonial.style-1 .testimonial-rating {
    background-image: url("../images/rate-icon.png");
    height: 15px;
    position: relative;
    margin-bottom: 1.429rem;
    width: 90px; }
    .acm-testimonial.style-1 .testimonial-rating .stars-vote {
      background-image: url("../images/rate-icon.png");
      background-position: left bottom;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 75%; }
  .acm-testimonial.style-1 .desc {
    color: #E1DBD5; }
    @media (max-width: 767.98px) {
      .acm-testimonial.style-1 .desc {
        font-size: 1rem; } }
  .acm-testimonial.style-1 .quote-mask span {
    font-size: 8rem;
    color: #E1DBD5;
    margin-right: 72px;
    opacity: 0.2; }
  .acm-testimonial.style-1 .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .acm-testimonial.style-1 .owl-dots > button {
      margin-left: 0.35725rem; }

.acm-hero.style-1 {
  padding: 252px 0 324px;
  position: relative; }
  @media (max-width: 991.98px) {
    .acm-hero.style-1 {
      padding: 108px 0; } }
  @media (max-width: 575.98px) {
    .acm-hero.style-1 {
      padding: 72px 0; } }
  .acm-hero.style-1 .ft-bg {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .acm-hero.style-1 .container {
    position: relative;
    text-align: center;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .acm-hero.style-1 .container h2 {
        font-size: 36px; } }
    @media (max-width: 575.98px) {
      .acm-hero.style-1 .container h2 {
        font-size: 24px; } }
    .acm-hero.style-1 .container .h3 {
      opacity: 0.7; }
      @media (max-width: 575.98px) {
        .acm-hero.style-1 .container .h3 {
          font-size: 18px; } }
  .acm-hero.style-1 .img-icon a {
    background: url("../images/play.png");
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 36px;
    height: 165px;
    width: 160px; }
    @media (max-width: 991.98px) {
      .acm-hero.style-1 .img-icon a {
        margin-bottom: 0;
        height: 50px;
        width: 50px; } }

.acm-info .social-inner {
  margin-right: 1.429rem; }
  .acm-info .social-inner a {
    opacity: 0.8; }
    .acm-info .social-inner a:hover, .acm-info .social-inner a:focus, .acm-info .social-inner a:active {
      opacity: 1; }

.acm-members .item {
  margin-bottom: 36px; }
  .acm-members .item .single-member {
    position: relative;
    overflow: hidden; }
  .acm-members .item .picture img {
    width: 100%; }
  .acm-members .item .sraff-inner {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 0 18px;
    position: absolute;
    right: 0;
    text-align: center;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    width: 100%;
    z-index: 1; }
    .acm-members .item .sraff-inner .member-title h4, .acm-members .item .sraff-inner .member-title h6 {
      color: #fff; }
    .acm-members .item .sraff-inner .member-title h4 {
      margin: 0;
      font-size: 20px; }
    .acm-members .item .sraff-inner .member-title h6 {
      margin: 0.25rem 0 0;
      font-size: 1rem; }
    .acm-members .item .sraff-inner .member-hover-desc {
      color: #fff;
      height: 0;
      margin-top: 0.5rem;
      opacity: 0;
      visibility: hidden; }
      .acm-members .item .sraff-inner .member-hover-desc .scoial_icons ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .acm-members .item .sraff-inner .member-hover-desc .scoial_icons ul li {
          list-style: none; }
          .acm-members .item .sraff-inner .member-hover-desc .scoial_icons ul li + li {
            margin-left: 0.25rem; }
          .acm-members .item .sraff-inner .member-hover-desc .scoial_icons ul li a {
            font-size: 1.143rem; }
            .acm-members .item .sraff-inner .member-hover-desc .scoial_icons ul li a:hover {
              opacity: 0.8; }
  .acm-members .item:hover .sraff-inner {
    height: 100%; }
    .acm-members .item:hover .sraff-inner .member-title h4 {
      font-size: 24px; }
    .acm-members .item:hover .sraff-inner .member-hover-desc {
      height: auto;
      opacity: 1;
      visibility: visible; }
