/**
 * ------------------------------------------------------------------------
 * JA Beauty Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
/**
 *------------------------------------------------------------------------------
 * @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
 *------------------------------------------------------------------------------
**/
/**
* $JA#COPYRIGHT$
*/
.acm-features.style-1 .video-action {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 36px 0 36px 18px;
  margin-top: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0; }
  .acm-features.style-1 .video-action .video-thumb {
    float: left;
    position: relative; }
    .acm-features.style-1 .video-action .video-thumb i {
      position: absolute;
      border: 2px solid #fff;
      height: 60px;
      width: 60px;
      color: #fff;
      left: 50%;
      top: 50%;
      text-align: center;
      line-height: 54px;
      margin-top: -30px;
      margin-left: -30px; }
  @media (max-width: 991.98px) {
    .acm-features.style-1 .video-action {
      border-left: 0;
      padding: 0; }
      .acm-features.style-1 .video-action .video-thumb {
        padding-left: 0; }
        .acm-features.style-1 .video-action .video-thumb i {
          width: auto;
          height: auto;
          line-height: normal;
          border: 0;
          margin-top: -9px;
          margin-left: -9px; } }

.acm-features.style-2 .features-item {
  padding: 36px;
  height: 100%; }
  .acm-features.style-2 .features-item > h4 {
    padding-left: 100px;
    margin-top: 0;
    margin-bottom: 36px; }
  .acm-features.style-2 .features-item:hover .font-icon span {
    color: #fff; }

.acm-features.style-2 .font-icon span {
  padding: 0;
  border: 2px solid;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 96px;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 18px;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms; }
  @media (prefers-reduced-motion: reduce) {
    .acm-features.style-2 .font-icon span {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .acm-features.style-2 .font-icon span:before {
    font-size: 54px; }

.acm-features.style-2 .col {
  margin-bottom: 36px; }

.acm-features.style-3 .link-action {
  float: right;
  text-align: right; }

.acm-features.style-3 .features-items {
  clear: both; }

.acm-features.style-3 .section-title-wrap .sub-heading {
  margin-bottom: 0; }

.acm-features.style-3 .icons {
  margin: 0;
  text-align: center; }

.acm-features.style-3 .font-icon {
  font-size: 55px;
  min-width: 90px; }

@media (max-width: 991.98px) {
  .acm-features.style-3 .features-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .acm-features.style-3 .features-item .icons {
      text-align: left; } }

@media (max-width: 575.98px) {
  .acm-features.style-3 .features-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

/**
* $JA#COPYRIGHT$
*/
.acm-hero.style-1 {
  background-color: #000; }
  .acm-hero.style-1 .hero-item {
    position: relative; }
    .acm-hero.style-1 .hero-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 278px;
      z-index: 2;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
      background-image: -webkit-linear-gradient(top, #000 0%, transparent 100%);
      background-image: -o-linear-gradient(top, #000 0%, transparent 100%);
      background-image: linear-gradient(to bottom, #000 0%, transparent 100%);
      background-repeat: repeat-x; }
    .acm-hero.style-1 .hero-item.normal {
      padding: 144px 0; }
    .acm-hero.style-1 .hero-item.large {
      padding: 11.6rem 0 216px 0; }
    .acm-hero.style-1 .hero-item.extra-large {
      padding: 17.4rem 0; }
      @media (max-width: 1289.98px) {
        .acm-hero.style-1 .hero-item.extra-large {
          padding: 11.6rem 0; } }
      @media (max-width: 767.98px) {
        .acm-hero.style-1 .hero-item.extra-large {
          padding: 7.25rem 0 4.35rem; } }
    .acm-hero.style-1 .hero-item .ft-bg,
    .acm-hero.style-1 .hero-item .ft-bg-xs {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
    .acm-hero.style-1 .hero-item .group-item {
      position: relative;
      z-index: 5; }
    .acm-hero.style-1 .hero-item .wrap-content h1 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 126px;
      margin-top: 0;
      line-height: 1; }
      @media (max-width: 1289.98px) {
        .acm-hero.style-1 .hero-item .wrap-content h1 {
          margin-bottom: 72px; } }
      @media (max-width: 767.98px) {
        .acm-hero.style-1 .hero-item .wrap-content h1 {
          font-size: 2.66667rem;
          margin-bottom: 36px; } }
    .acm-hero.style-1 .hero-item .wrap-content h2 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 36px;
      margin-top: 0; }
    .acm-hero.style-1 .hero-item .wrap-content .text-primary {
      font-weight: 600;
      font-size: 30px;
      letter-spacing: 0.5px; }
      @media (max-width: 767.98px) {
        .acm-hero.style-1 .hero-item .wrap-content .text-primary {
          font-size: 1.22222rem; } }
  .acm-hero.style-1.align-center {
    text-align: center; }

.acm-hero.style-2 .hero-item {
  position: relative;
  background-color: #000; }
  .acm-hero.style-2 .hero-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 278px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    background-repeat: repeat-x; }
  .acm-hero.style-2 .hero-item.normal {
    padding: 7.25rem 0; }
  .acm-hero.style-2 .hero-item.large {
    padding: 11.6rem 0 216px 0; }
  .acm-hero.style-2 .hero-item.extra-large {
    padding: 20.3rem 0; }
  .acm-hero.style-2 .hero-item .ft-bg,
  .acm-hero.style-2 .hero-item .ft-bg-xs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 0; }
  .acm-hero.style-2 .hero-item .group-item {
    position: relative;
    z-index: 2; }
  .acm-hero.style-2 .hero-item .wrap-content .hero-img {
    margin: 4.35rem 0; }
  .acm-hero.style-2 .hero-item .wrap-content p {
    margin-bottom: 0; }

.acm-hero.style-2.align-center {
  text-align: center; }

/**
* $JA#COPYRIGHT$
*/
@media (max-width: 991.98px) {
  .acm-spotlight .col + .col {
    margin-top: 18px; } }

.acm-menu.style-1 {
  padding: 72px;
  position: relative; }
  @media (max-width: 767.98px) {
    .acm-menu.style-1 {
      padding: 36px; } }
  .acm-menu.style-1 .mask {
    opacity: 0.2; }
    .acm-menu.style-1 .mask:before, .acm-menu.style-1 .mask:after {
      content: "";
      border: 1px solid #fff;
      bottom: 25px;
      position: absolute;
      top: 25px;
      left: 20px;
      right: 20px; }
      @media (max-width: 767.98px) {
        .acm-menu.style-1 .mask:before, .acm-menu.style-1 .mask:after {
          bottom: 20px;
          top: 20px;
          left: 15px;
          right: 15px; } }
    .acm-menu.style-1 .mask:after {
      top: 20px;
      bottom: 20px;
      left: 25px;
      right: 25px; }
      @media (max-width: 767.98px) {
        .acm-menu.style-1 .mask:after {
          top: 15px;
          bottom: 15px;
          left: 20px;
          right: 20px; } }
  .acm-menu.style-1 .menu-items {
    position: relative;
    z-index: 2; }
  .acm-menu.style-1 .menu-title {
    font-weight: 500;
    text-transform: uppercase; }
  .acm-menu.style-1 .menu-item-wrap {
    text-transform: uppercase; }
    .acm-menu.style-1 .menu-item-wrap + .menu-item-wrap {
      margin-top: 30px; }
  .acm-menu.style-1 .item-inner {
    background-image: url("../images/pattern/dots.png");
    background-repeat: repeat-x;
    background-position: left 14px;
    position: relative; }
  .acm-menu.style-1 .menu-name {
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.5px; }
  .acm-menu.style-1 .menu-description {
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 600; }
  .acm-menu.style-1.bg-primary .menu-name {
    color: #fff; }
  .acm-menu.style-1.bg-primary .menu-description,
  .acm-menu.style-1.bg-primary .menu-title {
    color: #fff; }

.acm-menu.style-2 {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff; }
  .acm-menu.style-2 .menu-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 36px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 767.98px) {
      .acm-menu.style-2 .menu-title {
        padding: 18px 36px; } }
    .acm-menu.style-2 .menu-title span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 40px;
      width: 40px; }
  .acm-menu.style-2 .menu-items-wrap {
    padding: 36px; }
    @media (max-width: 767.98px) {
      .acm-menu.style-2 .menu-items-wrap {
        padding: 18px; } }
    .acm-menu.style-2 .menu-items-wrap .menu-item-wrap {
      position: relative;
      padding: 2px 0; }
      .acm-menu.style-2 .menu-items-wrap .menu-item-wrap:before {
        background-image: url("../images/pattern/dots.png");
        background-repeat: repeat-x;
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        top: 100%;
        opacity: 0.1; }
      .acm-menu.style-2 .menu-items-wrap .menu-item-wrap + .menu-item-wrap {
        margin-top: 30px; }
      .acm-menu.style-2 .menu-items-wrap .menu-item-wrap:last-child:before {
        display: none; }
    .acm-menu.style-2 .menu-items-wrap .menu-name {
      color: #bcbcbc; }
    .acm-menu.style-2 .menu-items-wrap .menu-description {
      font-weight: 600; }

/**
* $JA#COPYRIGHT$
*/
.acm-statics.style-1 {
  padding: 36px 108px; }
  @media (max-width: 991.98px) {
    .acm-statics.style-1 {
      padding-left: 36px;
      padding-right: 36px; } }
  .acm-statics.style-1 .statics-item {
    color: #fff; }
  .acm-statics.style-1 .number {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    margin-bottom: 18px;
    padding-bottom: 18px; }
  .acm-statics.style-1 .title {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .acm-statics.style-1 .col {
      margin-bottom: 18px;
      margin-top: 18px; } }
  @media (max-width: 575.98px) {
    .acm-statics.style-1 {
      text-align: center; }
      .acm-statics.style-1 .number {
        display: inline-block; } }

.acm-statics.style-2 .col-12 + .col-12:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 80px;
  margin-top: -40px;
  width: 1px; }

.acm-statics.style-2 .number {
  background-image: url("../images/pattern/decor-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 3rem;
  margin-top: 0; }

.acm-statics.style-2 .title {
  font-size: 20px;
  font-weight: 600; }

/**
* $JA#COPYRIGHT$
*/
.acm-testimonial.style-1 {
  position: relative; }
  .acm-testimonial.style-1:before {
    content: "\f10e";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    width: 144px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    top: -144px;
    left: 50%;
    margin-left: -72px; }
  .acm-testimonial.style-1 .testimonial-author {
    font-weight: 400;
    text-transform: uppercase; }
  .acm-testimonial.style-1 .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.1); }

.acm-testimonial.style-2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 72px; }
  @media (max-width: 767.98px) {
    .acm-testimonial.style-2 .owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 36px; } }

.acm-testimonial.style-2 .testimonial-item {
  padding-top: 18px; }

.acm-testimonial.style-2 .testimonial-item-inner {
  background: #fff;
  position: relative; }
  .acm-testimonial.style-2 .testimonial-item-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 5px;
    width: 100px; }

.acm-testimonial.style-2 .testimonial-rating {
  background-image: url("../images/rate-icon.png");
  height: 15px;
  position: relative;
  margin-bottom: 1.45rem;
  width: 90px; }
  .acm-testimonial.style-2 .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%; }

@media (max-width: 767.98px) {
  .acm-testimonial.style-2 .desc {
    font-size: 1rem; } }

.acm-testimonial.style-2 .testimonial-top {
  padding: 54px; }
  @media (max-width: 767.98px) {
    .acm-testimonial.style-2 .testimonial-top {
      padding: 36px; } }

.acm-testimonial.style-2 .testimonial-bottom {
  padding: 18px 54px; }
  @media (max-width: 767.98px) {
    .acm-testimonial.style-2 .testimonial-bottom {
      padding: 18px 36px; } }

.acm-testimonial.style-2 .avatar img {
  border-radius: 50%;
  height: 90px;
  width: 90px; }
  @media (max-width: 767.98px) {
    .acm-testimonial.style-2 .avatar img {
      height: 50px;
      width: 50px; } }

.acm-testimonial.style-2 .quote-mask span {
  position: absolute;
  font-size: 4rem;
  color: #e9ecef;
  right: 54px;
  top: -18px; }
  @media (max-width: 767.98px) {
    .acm-testimonial.style-2 .quote-mask span {
      font-size: 3rem;
      right: 18px; } }

/**
* $JA#COPYRIGHT$
*/
.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.1);
  margin: 5px;
  height: 12px;
  width: 12px; }

.acm-teams {
  position: relative; }
  .acm-teams.style-1 .teams-item .member-info {
    padding: 36px 36px 108px;
    text-align: center;
    position: relative; }
  .acm-teams.style-1 .teams-item .action-link-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .acm-teams.style-1 .teams-item .action-link-icon .action {
      padding-top: 18px;
      padding-bottom: 18px;
      color: #999; }
      .acm-teams.style-1 .teams-item .action-link-icon .action:hover {
        color: #fff; }
      .acm-teams.style-1 .teams-item .action-link-icon .action + .action {
        border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .acm-teams.style-1 .teams-item .position span {
    padding-left: 5px; }
  .acm-teams.style-1 .owl-carousel {
    width: auto; }
    .acm-teams.style-1 .owl-carousel.owl-theme .owl-dots {
      margin-top: 36px; }
  .acm-teams .action-top {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 72px; }
    @media (max-width: 991.98px) {
      .acm-teams .action-top {
        margin-top: 72px;
        margin-bottom: 0;
        position: static; } }
    @media (max-width: 767.98px) {
      .acm-teams .action-top {
        margin-top: 18px; } }
  .acm-teams .action-bottom {
    margin-top: 72px; }
    @media (max-width: 991.98px) {
      .acm-teams .action-bottom {
        margin-top: 18px; } }
  .theme-default .acm-teams.style-1 .action-link-icon,
  .theme-default .acm-teams.style-1 .teams-item .action-link-icon .action + .action {
    border-color: rgba(0, 0, 0, 0.1); }
  .theme-default .acm-teams.style-1 .member-info {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0; }
