/**
 *------------------------------------------------------------------------------
 * @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: #12114a;
  -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: 1000px; }
  @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: 1399.98px) {
    .acm-slideshow .item {
      height: 800px; } }
  @media (max-width: 767.98px) {
    .acm-slideshow .item {
      height: 500px; } }

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

.acm-slideshow .slider-content {
  top: -60px;
  top: 25% \9;
  position: relative;
  margin: auto;
  padding: 0 15px;
  width: 860px;
  z-index: 2;
  max-width: 100%; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .acm-slideshow .slider-content {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (max-width: 991.98px) {
    .acm-slideshow .slider-content {
      top: auto; } }
  .acm-slideshow .slider-content .slide-title {
    font-weight: 700; }
    @media (max-width: 1199.98px) {
      .acm-slideshow .slider-content .slide-title {
        font-size: 2.5rem; } }
    @media (max-width: 767.98px) {
      .acm-slideshow .slider-content .slide-title {
        font-size: 1.625rem; } }
  @media (max-width: 767.98px) {
    .acm-slideshow .slider-content .description {
      font-size: 1.25rem; } }
  @media (min-width: 576px) {
    .acm-slideshow .slider-content .slide-info > span {
      padding: 0 1.25rem; }
      .acm-slideshow .slider-content .slide-info > span + span {
        border-left: 2px solid #fff;
        line-height: 1.3; } }
  .acm-slideshow .slider-content .slide-info .icon {
    font-size: 1.475rem;
    margin-top: -3px; }

.acm-slideshow .owl-carousel .owl-nav button {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 130px;
  line-height: 80px;
  outline: none;
  font-size: 2.5rem;
  margin-top: -40px;
  height: 80px;
  width: 80px; }
  @media (max-width: 1399.98px) {
    .acm-slideshow .owl-carousel .owl-nav button {
      left: 30px; } }
  @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: 30px;
      margin-top: 0; } }
  .acm-slideshow .owl-carousel .owl-nav button.owl-next {
    right: 130px;
    left: auto; }
    @media (max-width: 1399.98px) {
      .acm-slideshow .owl-carousel .owl-nav button.owl-next {
        right: 30px; } }
  .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-countdown {
  border-radius: 0.625rem 0 0 0.625rem;
  padding: 60px 0 60px 90px;
  position: relative; }
  @media (max-width: 991.98px) {
    .acm-countdown {
      padding: 30px; } }
  @media (max-width: 767.98px) {
    .acm-countdown {
      padding: 15px; } }
  .acm-countdown .ja-countdown {
    width: 780px; }
  @media (max-width: 767.98px) {
    .acm-countdown .countdown-title {
      font-size: 1.25rem; } }
  @media (max-width: 767.98px) {
    .acm-countdown .time_circles > div {
      margin-top: -10px; } }
  @media (max-width: 767.98px) {
    .acm-countdown .time_circles > div > h4 {
      font-size: 8px !important; } }
  @media (max-width: 767.98px) {
    .acm-countdown .time_circles > div > span {
      font-size: 20px !important;
      margin-bottom: 5px; } }

.section-overlapse {
  z-index: 1;
  margin-top: -161px;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .section-overlapse {
      margin-top: 0; }
      .section-overlapse .container {
        padding: 0;
        max-width: 100%; } }

.acm-features .row {
  margin-bottom: -15px;
  margin-top: -15px; }
  .acm-features .row > div {
    padding-bottom: 15px;
    padding-top: 15px; }

.acm-features.style-1 .features-item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .acm-features.style-1 .features-item .font-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/decor/item-2.png") no-repeat center center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 110px;
    width: 121px; }
    .acm-features.style-1 .features-item .font-icon .icon {
      margin-top: 0.625rem; }
    .acm-features.style-1 .features-item .font-icon .count-number {
      font-size: 1rem;
      position: absolute;
      top: 20px;
      left: 0;
      margin-left: -20px;
      border-radius: 50%;
      line-height: 40px;
      height: 40px;
      width: 40px; }
  .acm-features.style-1 .features-item .content-info {
    width: 100%;
    max-width: 100%; }
  .acm-features.style-1 .features-item .action {
    border: 0;
    border-radius: 50%;
    font-size: 1.25rem;
    padding: 0;
    line-height: 60px;
    height: 60px;
    width: 60px; }

.acm-features.style-2 .features-image {
  border-radius: 50%; }
  .acm-features.style-2 .features-image img {
    border-radius: 50%; }

.acm-features.style-2 .features-item {
  padding-left: 90px; }
  @media (max-width: 1399.98px) {
    .acm-features.style-2 .features-item {
      padding-left: 0; } }

.acm-features.style-2 .event-info {
  border-top: 1px solid rgba(52, 58, 64, 0.12);
  margin-top: 45px; }
  .acm-features.style-2 .event-info > .btn {
    margin-top: 0.625rem; }
  @media (max-width: 767.98px) {
    .acm-features.style-2 .event-info {
      margin-top: 15px; } }
  .acm-features.style-2 .event-info .icon {
    font-size: 1.25rem;
    margin-top: 4px; }
  .acm-features.style-2 .event-info > div {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    font-weight: 600; }
    @media (min-width: 576px) {
      .acm-features.style-2 .event-info > div {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
        padding-right: 30px; } }
    @media (min-width: 576px) {
      .acm-features.style-2 .event-info > div + div {
        border-left: 1px solid rgba(52, 58, 64, 0.12);
        padding-right: 0;
        padding-left: 30px; } }

@media (min-width: 992px) {
  .acm-features.style-3 .features-text.order-1 .features-item {
    padding-right: 150px; }
  .acm-features.style-3 .features-text.order-1 .section-title-wrap {
    padding-right: 60px; } }

@media (min-width: 992px) {
  .acm-features.style-3 .features-text.order-2 .features-item {
    padding-left: 150px; }
  .acm-features.style-3 .features-text.order-2 .section-title-wrap {
    padding-right: 60px; } }

.acm-features.style-3 .features-text .icon {
  font-size: 1.875rem;
  margin-top: 5px; }

.acm-teams.style-1 .row {
  margin-top: -30px;
  margin-bottom: -30px; }
  @media (max-width: 767.98px) {
    .acm-teams.style-1 .row {
      margin-top: -15px;
      margin-bottom: -15px; } }
  .acm-teams.style-1 .row > div {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 767.98px) {
      .acm-teams.style-1 .row > div {
        padding-top: 15px;
        padding-bottom: 15px; } }

.acm-teams.style-1 .teams-img {
  border-radius: 50%;
  position: relative;
  padding: 10px;
  margin: auto;
  height: 200px;
  width: 200px; }
  .acm-teams.style-1 .teams-img img {
    border-radius: 50%;
    position: relative;
    z-index: 2;
    height: 180px;
    width: 180px;
    -o-object-fit: cover;
    object-fit: cover; }
  .acm-teams.style-1 .teams-img .round-decor {
    border-radius: 50%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%; }
    .acm-teams.style-1 .teams-img .round-decor.bg-pattern {
      border-radius: 0;
      height: 50%;
      z-index: 1; }

.acm-teams.style-1 .apply-link {
  border-radius: 50%;
  color: #fff;
  padding: 0;
  margin: auto;
  line-height: 190px;
  font-size: 80px;
  height: 200px;
  text-align: center;
  width: 200px; }

.acm-teams.style-1 .teams-item-inner {
  text-align: center; }

.acm-events .event-day {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  position: relative;
  height: 180px;
  width: 180px; }
  .acm-events .event-day .mask {
    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;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px;
    font-weight: 900;
    height: 100%;
    width: 100%;
    opacity: 0.08; }
  .acm-events .event-day .first {
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase; }
  .acm-events .event-day .last {
    color: #fff;
    opacity: 0.65; }

.acm-events .event-author img {
  border-radius: 50%;
  height: 90px;
  width: 90px; }

@media (max-width: 767.98px) {
  .acm-events .event-name {
    font-size: 1.25rem; } }

.acm-events .event-detail-wrap {
  border: 5px solid rgba(52, 58, 64, 0.12);
  border-radius: 5px;
  padding: 60px; }
  @media (max-width: 767.98px) {
    .acm-events .event-detail-wrap {
      padding: 30px; } }

.acm-events .event-item + .event-item {
  margin-top: 45px; }

.acm-clients.multi-row .row {
  border-bottom: 1px solid rgba(52, 58, 64, 0.12); }
  @media (max-width: 767.98px) {
    .acm-clients.multi-row .row {
      border-bottom: 0; } }
  .acm-clients.multi-row .row:last-child {
    border-bottom: 0; }

.acm-clients .client-item {
  border-right: 1px solid rgba(52, 58, 64, 0.12);
  min-height: 180px;
  line-height: 180px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .acm-clients .client-item {
      border-right: 0;
      min-height: 100px;
      line-height: 100px;
      width: 50% !important; } }
  .acm-clients .client-item a {
    display: block; }
  .acm-clients .client-item img {
    display: inline-block;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; }
  .acm-clients .client-item:last-child {
    border-right: 0; }
  .acm-clients .client-item:hover img {
    opacity: 1 !important; }

.acm-info .footer-desc {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.acm-info .social-follow .social-inner a {
  margin: 0 15px; }

.acm-contact-info {
  position: relative; }
  .acm-contact-info .info {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-top: -125px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .acm-contact-info .info {
        position: static;
        margin-top: 0; }
        .acm-contact-info .info .container {
          padding: 0;
          max-width: 100%; } }
    .acm-contact-info .info .bg-decor-mask {
      left: auto;
      right: 0; }
      @media (max-width: 991.98px) {
        .acm-contact-info .info .bg-decor-mask {
          border-radius: 0; } }
      .acm-contact-info .info .bg-decor-mask:before {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
  .acm-contact-info .info-list {
    position: relative; }
  .acm-contact-info .contact-item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 90px 45px 60px 45px;
    min-height: 250px;
    position: relative; }
    @media (max-width: 991.98px) {
      .acm-contact-info .contact-item {
        border-left: 0;
        padding: 30px;
        min-height: 0; }
        .acm-contact-info .contact-item + .contact-item {
          border-top: 1px solid rgba(255, 255, 255, 0.15); } }
  .acm-contact-info .icon {
    font-size: 40px; }
  .acm-contact-info .info-title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0.3125rem; }
  .acm-contact-info .info-value {
    opacity: 0.5; }
    .acm-contact-info .info-value a {
      color: #fff;
      opacity: 0.5; }
      .acm-contact-info .info-value a:hover, .acm-contact-info .info-value a:focus, .acm-contact-info .info-value a:active {
        opacity: 1; }
  .acm-contact-info .map-container {
    margin: 0;
    overflow: hidden; }
