.acm-text-slider.style-1 .item:after {
content: "\f625";
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-weight: 600;
margin: 6px 4.5rem 0;
}
.footer2
{
display: none!important;
}
.section-title-wrap .section-title{
    color:#F16022!important;
}

.acm-hero .item .hero-title span {
    color: #F16022!important;
}
.row>* {

     padding-right: calc(var(--t4-gutter-x) * 0.0)!important; 
}
.hero-bg {
    background-image: url(../../../../images/joomlart/hero/carbon-bg.png);
    background-repeat: repeat;

}
.acm-text-slider.style-1 {
    padding-bottom: 1.0rem!important;
    padding-top: 1.0rem!important;
}
.navbar-brand.logo-control img.logo-img{
    margin-left:10px!important;
}
.mod_countdown {
text-align: center!important;
}
.mod_countdown {

    font-size: 2.4rem!important;
}
.top-large  {
    padding-top: 20px!important;
}
.bottom-large  {
    padding-bottom: 20px!important;
}    
    
 /* Border animation*/
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.intro-img {
  position: relative;
  z-index: 0;
  margin: 20px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0.3rem;
}
.intro-img::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent, #f16022, transparent 30%);
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
.intro-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: #000;
  border-radius: 5px;
}

@-webkit-keyframes opacityChange {
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityChange {
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*END ANIMATION BORDER*/ 

.acm-features.style-3 .features-item .mask-action {
    opacity: .50!important;

}
  .pricing-title-info{text-shadow: 2px 2px 4px #000000;}

  /** HIDE LEFT LINK COLUMN **/

 .link-social {
    display: none!important;
}
.item-inner{

    text-shadow: 2px 2px 4px #000000;
}
.item-page .page-header h2, .item-page .page-header .h2
{
    text-align: left!important;
    margin: 0px!important;
}

.eb-event-property td
{
    color:white!important;
}
.eb-description-details
{margin-top:30px;}
.form-select
{background-color: #161616!important;}
.form-control{max-width: none !important;}
.item-page .page-header + .article-aside{justify-content: left!important;}

.section-title-wrap.text-center {

    margin-top: 25px!important;
}
/***** MENU FIX ****/
/*.t4-navbar .nav-item.dropdown.parent {
  width: 100%;
}*/
.mobile-click .item-caret {
  position: relative;
  z-index: 2;
  width: 25px !important;
  height: 25px !important;
 /* background: #000;*/
  border-radius: 3px;
} 

/*Center menu */
.justify-content-center{    
 /*   justify-content:center !important;*/
    }
    /*Menu width fix*/
    .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 10px .6rem!important;
}
/* Social Padding*/
.acm-social.style-1 .social-follow-wrap .social-follow .social-inner a {

    padding: 2.5rem 2.25rem!important;
}
/*Invite Pop Up Page Margin*/
body.contentpane {

    margin-left: 100px;
    margin-bottom: 50px;
}
/*** Adjust header***/
.col-xxl-6 {
    flex: 0 0 auto;
    width: 60%!important;
}
.col-xxl-3 {
    flex: 0 0 auto;
    width: 20%!important;
}
/* RS FORM MODAL BG */
.rsfp_thankyou_popup_inner {
    background: #000!important;
}