/*===================
  Divider widget
===================*/
.acm_divider {
  display: block;
  width: 100%;
}

/*===================
  Features widget
===================*/
.acm_el-border {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #555555;
}

.acm_feature1 .acm_f1_heading_content {
  padding-bottom: 0;
}

.acm-features-wrap {
  width: 70% !important;
  margin: 0 auto;
  z-index: 99;
}

.acm_feature2 {
  background-color: #f6f4fe;
  overflow: hidden;
}

.acm_feature2 .acm_feature2_img {
  height: 320px;
  overflow: hidden;
}

@media screen and (max-width: 468px) {
  .acm_feature2.acm_px-10 {
    padding: 0.5rem;
  }
}

/*
Styled Heading
*/
.acm-heading {
  position: relative;
  min-height: 40px;
}

#footer .acm-heading {
  min-height: auto;
  margin-bottom: 30px;
}

.acm-heading.no-line {
  margin-bottom: 0;
}

h2.acm-title {
  color: #3e4555; 
}
.acm-heading .acm-subtitle.show-subtitle-bg{
  background-color: #f0f8ff;
  padding: 5px 10px;
  border-radius: 5px;
}

.content-center-align .acm_heading-desc {
  margin: 0 auto;
}

.acm-heading .acm_heading-desc p {
  padding: 0;
  margin: 0
}

.acm-heading .acm-heading-prefix {
  display: inline-block;
  font-size: 17px;
  line-height: 2em;
  color: #121823;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.acm-heading ul {
  margin: 19px 0;
  padding: 0;
}

.acm-heading li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  line-height: 27px;
}

.single .post-content ul li,
.woocommerce .summary ul li,
.woocommerce #tab-description ul li {
  position: relative;
}

.acm-heading-border {
  position: relative;
}

.tripple-line .acm-heading-border:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 7px;
  background: transparent;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  top: 23px;
  left: 50%;
  transform: translate(-50%);
}

.tripple-line .acm-heading-border:after {
  content: "";
  position: absolute;
  width: 40px;
  background: #333333;
  height: 1px;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}

.double-line .acm-heading-border:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background: transparent;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  top: 21px;
  left: 50%;
  transform: translate(-50%);
}

.single-line .acm-heading-border:after {
  content: "";
  position: absolute;
  width: 40px;
  background: #333333;
  height: 1px;
  top: 18px;
  left: 50%;
  transform: translate(-50%);
}

.content-left-align .acm-heading-border:before {
  text-align: left;
}

.content-left-align .acm-heading-border:before,
.content-left-align .acm-heading-border:after {
  left: 0;
  transform: none;
}

.content-right-align .acm-heading-border:before,
.content-right-align .acm-heading-border:after {
  right: 0;
  left: auto;
  transform: none;
}

/*===================
  Button
====================*/

.btn-left {
  text-align: left;
}

.btn-center {
  text-align: center;
}

.btn-right {
  text-align: right;
}

.acm-btn-outline {
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: #212121;
}

.acm-btn-soft {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.acm-btn-round {
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  border-radius: 100px !important;
}

.acm-cta-text,
.acm-cta-btn {
  margin: 0;
  padding: 0;
}

.acm-button {
  display: inline-block;
  background-color: #6a49f2;
  color: #fff;
  padding: 10px 40px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

.acm-button span {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

.acm_btn-text {
  position: relative;
  z-index: 10;
}

.acm-button-wrap a.acm-button.acm-btn-outline {
  background-color: transparent;
}

.acm-button.acm-button-second {
  margin-left: 25px;
}

@media only screen and (max-width: 430px) {
  .acm-button.acm-button-second {
    margin-left: 0;
  }
}

/*===================
  Check mark
===================*/
.acm_feature2_desc ul {
  margin: 0;
  padding: 0;
}

.acm_feature2_desc ul li {
  position: relative;
  padding-left: 24px;
}

.acm_check:before,
.acm-heading .acm_heading-desc ul li:before,
.acm_feature2_desc ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.35rem;
  background: url('../images/check.svg');
}

/*===================
  Box shadow
===================*/
.shadow-10 {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.shadow-20 {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.2);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.2);
  -moz-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.2);
}

.shadow-30 {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -moz-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.shadow-40 {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.4);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.4);
  -moz-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.4);
}

.shadow-50 {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.5);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.5);
  -moz-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.5);
}

.show-shadow {
  -webkit-box-shadow: 0px 4px 30px #ede9fe;
  box-shadow: 0px 4px 30px #ede9fe;
  box-shadow: 0px 4px 30px #ede9fe;
}

/*===================
* hero circle animation *
===================*/
.hero-circle-animation {
  position: relative;
  width: 1280px;
}

.hero-circle-animation .circle-small {
  position: absolute;
  left: 75px;
  top: -200px;
}

.hero-circle-animation .circle-big {
  position: absolute;
  right: 115px;
  top: -300px;
  width: 25px;
  height: 25px;
}

.hero-circle-animation .circle-small circle {
  stroke: #32236f;
}

.hero-circle-animation .polygon {
  position: absolute;
  left: 415px;
  top: -700px;
}

.hero-circle-animation .circle-small,
.hero-circle-animation .circle-big,
.hero-circle-animation .polygon {
  animation-delay: 3s;
}

.hero-circle-animation .circle-small,
.hero-circle-animation .circle-big {
  animation: moving_object 6s infinite linear;
}

.hero-circle-animation .polygon {
  animation: moving_object_fast 6s infinite linear;
}

/*===================
* hero slider images *
===================*/
.banner_slider {
  display: flex;
  position: relative;
}

.banner_slider .left_icon {
  max-width: 180px;
  position: absolute;
  left: 15px;
  bottom: 70px;
  z-index: 30;
}

.banner_slider .right_icon {
  max-width: 180px;
  position: absolute;
  right: 15px;
  top: 70px;
  z-index: 30;
}

/* slider controls */
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}

.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}

.owl-carousel .owl-dots button span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #d4d2dd;
  border-radius: 15px;
  margin: 0 5px;
}

.owl-carousel .owl-dots button.active span {
  background-color: #6a49f2;
}

#brand-slider .carousel-img img {
  margin: 0 auto;
  transition: .4s all;
  max-width: 100%;
  width: auto;
  border-radius: 0;
}

/*===================
* Image stack *
===================*/
.app_solution_section .app-previews {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.app_solution_section ul li {
  position: relative;
}

.app_solution_section ul li img {
  -webkit-box-shadow: 5px 4px 10px 0px rgb(92, 92, 92, 0.1);
  -moz-box-shadow: 5px 4px 10px 0px rgb(92, 92, 92, 0.1);
  box-shadow: 5px 4px 10px 0px rgb(92, 92, 92, 0.1);
}

.app_solution_section .app-previews li:first-child {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.app_solution_section .app-previews li:nth-child(2) {
  margin-right: 30px;
}

@media only screen and (max-width: 576px) {
  .app_solution_section .app-previews li:nth-child(2) {
    margin-bottom: 30px;
  }
}

/*Testimonial One*/
#acm-ts-style1 .acm_testimonial-heading {
  max-width: 370px;
}

.acm_testimonial_one .owl-item img {
  width: 48px !important;
  height: 48px;
}

.acm_rounded-full {
  border-radius: 9999px !important;
}

.testimonial-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.testimonial-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

#acm-ts-style1 .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #a5dfff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

#acm-ts-style1 .owl-dots .owl-dot.active span,
#acm-ts-style1 .owl-dots .owl-dot:hover span {
  background: #0da7fd;
}

#acm-ts-style1 .owl-dots .owl-dot.active span,
#acm-ts-style1 .owl-dots .owl-dot:hover span {
  background: #0da7fd;
}

#acm-ts-style1 .acm_ts-intro {
  width: 45%
}

#acm-ts-style1 .acm_testimonial-description p {
  margin-top: 0;
}

#testimonial {
  width: 55%;
  padding-top: 40px;
}

@media screen and (max-width: 468px) {
  #acm-ts-style1 .acm_flex-nowrap {
    flex-wrap: wrap;
  }

  #acm-ts-style1 .acm_ts-intro {
    width: 100%
  }

  #testimonial {
    width: 100%;
    padding-top: 20px;
  }

  #acm-ts-style1 .acm_ts-intro .acm_testimonial-heading {
    text-align: center;
  }
}

#testimonial .owl-nav button.owl-next,
#testimonial .owl-nav button.owl-prev,
#testimonial button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  margin: 0;
  font: inherit;
}

#testimonial .owl-nav [class*=owl-]:hover {
  background: none;
}

/*===================
  Team members
===================*/
.acm-team-wrap .member-detail {
  padding: 35px 30px;
  border-radius: 12px;
  background-color: transparent;
  transition: .4s all;
  text-align: left;
}

.acm-team-wrap .member-detail:hover {
  background: none;
  box-shadow: none;
}

.acm-team-wrap .member-detail img {
  max-width: 100%;
  border-radius: 0px;
}

.acm-team-wrap .member-detail .member-title {
  margin: 20px 0 15px;
  color: #3e4555;
  transition: .4s all;
}

.acm-team-wrap .member-detail .member-position {
  line-height: 24px;
  color: #8d97ad;
  margin-bottom: 8px;
}

.acm-team-wrap .acm-row .member-detail .member-text .member-description {
  color: #8d97ad;
  font-weight: 300;
}
.acm-team-wrap .acm-img-circle img{
  border-radius: 100%!important;
}

@media only screen and (max-width: 1200px) {
  .acm-team-wrap .member-detail .member-position {
    min-height: 50px;
    display: block;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 959px) {
  .acm-team-wrap .member-detail .member-position {
    min-height: auto;
  }
}

.experts_team_section .experts_box .text span {
  min-height: auto;
}

.acm-team-wrap .member-detail .social_media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom:0;
  margin-left: 0 ; 
}

.acm-team-wrap .member-detail .social_media a {
  display: block;
  width: 33px;
  height: 33px;
  border: none;
  text-align: center;
  line-height: 33px;
  color: #8d97ad;
  padding-right: 15px;
  font-size: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.icon-type-framed .member-detail .social_media a,.icon-type-filled .member-detail .social_media a{
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}

.acm-team-wrap .member-detail .social_media li {
  margin-right: 8px;
}

.acm-team-wrap .member-detail .social_media a:hover {
  color: #316ce8;
}

.acm-team-wrap .member-detail .social_media a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
   transform: translate3d(0px, -5px, 0px);
}

.acm-team-wrap .member-detail .member-text {
  text-align: left;
  padding-top: 10px;
}

.acm-team-wrap .member-detail .social_media li a i:before{
  font-size: 16px;
}

/*===================
  Product slider
===================*/
#product-slider {
  position: relative;
}

.acm-slider .owl-carousel .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 21px;
}

.acm-slider .owl-carousel .slider-nav-btn {
  display: inline-block;
  color: #2d2929;
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

.acm-slider .owl-carousel .owl-nav .prod-next {
  margin-left: 10px;
}

.acm-slider .owl-carousel .owl-nav .slider-nav-btn:hover {
  color: #269e00;
}

.owl-carousel button.disabled {
  opacity: 0.5
}

#product-slider .product-wrap figure {
  margin: 0;
}

#product-slider .product-wrap figure img {
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
}

#product-slider .product-wrap figure.sh-effect {
  padding: 40px;
  background-color: #f8f9fa;
}

#product-slider .product-wrap figure.sh-effect img {
  -webkit-box-shadow: 9px 10px 5px 0px rgba(92, 92, 92, 0.2);
  -moz-box-shadow: 9px 10px 5px 0px rgba(92, 92, 92, 0.2);
  box-shadow: 9px 10px 5px 0px rgba(92, 92, 92, 0.2);
}

@media screen and (max-width: 768px) {
  .acm-slider .owl-carousel .owl-nav {
    display: none;
  }
}

/*=========================
 Icon Box
===========================*/
.acm-iconbox {
  position: relative;
}

.icon-left .acm-icon,
.icon-right .acm-icon {
  position: absolute;
  top: 14px;
  transform: translateY(-50%);
  width: 45px;
  height: auto;
}

.icon-left .acm-icon {
  left: 0px;
}

.icon-right .acm-icon {
  right: 0px;
}

.icon-left .icon-box-shadow .acm-icon,
.icon-left .icon-border .acm-icon,
.icon-left .iconbox-filled .acm-icon {
  left: 11px;
}

.icon-right .icon-box-shadow .acm-icon,
.icon-right .icon-border .acm-icon,
.icon-right .iconbox-filled .acm-icon {
  right: 11px;
}

.icon-right .acm-icon i,
.icon-left .acm-icon i {
  font-size: 35px;
}

.acm-icon img {
  max-width: 100%;
  height: auto;
}

.icon-left .acm-icon-content {
  margin-left: 54px;
}

.icon-right .acm-icon-content {
  margin-right: 54px;
}

@media screen and (max-width: 468px) {
  .icon-left .acm-icon-content {
    margin-left: 67px;
  }

  .icon-right .acm-icon-content {
    margin-right: 67px;
  }
}

.acm-icon-content .acm-icon-heading {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 9px;
  color: #3e4555;
}

.acm-icon-content .acm-icon-desc {
  color: #8d97ad;
}

.acm-iconbox.icon-top {
  text-align: center;
}

.icon-type-filled .acm-icon i,
.icon-type-framed .acm-icon i,
.icon-type-filled .acm_svg-icon,
.icon-type-framed .acm_svg-icon{
  width: 57px;
  height: 57px;
  line-height: 57px;
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.icon-type-filled .acm_svg-icon,
.icon-type-framed .acm_svg-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-type-filled .acm-icon i ,
.icon-type-filled .member-detail .social_media a{
  background: #ebe7ff;
}

.icon-type-framed .acm-icon i,
.icon-type-framed .acm_svg-icon,
.icon-type-framed .member-detail .social_media a{
  border: 1px solid #3377dd;
}

.align-center .acm-icon {
  margin: 0 auto 13px;
}

.align-center .acm-icon i {
  font-size: 20px;
}

.icon-top .align-right .acm-icon {
  margin-left: auto;
}

.icon-top .align-left .acm-icon {
  margin-right: auto;
}

@media only screen and (min-width: 577px) and (max-width: 1024px) {

  .content-align--tablet-center .icon-top .align-right .acm-icon,
  .content-align--tablet-center .icon-top .align-left .acm-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 576px) {

  .content-align--mobile-center .icon-top .align-left .acm-icon,
  .content-align--mobile-center .icon-top .align-right .acm-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.acm-iconbox .iconbox-wrap {
  padding: 20px 17px;
}

.acm-iconbox .icon-border {
  border: 1px solid #efefef;
}

.acm-iconbox .no-border {
  border: none;
}

.acm-iconbox .iconbox-wrap,
.acm-iconbox .icon-box-shadow,
.acm-iconbox .acm-icon-heading, 
.acm-iconbox .icon-heading,
.acm-iconbox .acm-icon-desc,
.acm-iconbox .icon-type-filled .acm-icon i,
.acm-iconbox .acm-icon-content .acm_action-icon i:before {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

.icon-shadow .acm-icon i {
  -webkit-box-shadow: 1px 7px 13px 0px rgb(211, 215, 251, 0.7);
  -moz-box-shadow: 1px 7px 13px 0px rgb(211, 215, 251, 0.7);
  box-shadow: 1px 7px 13px 0px rgb(211, 215, 251, 0.7);
}

.acm-iconbox .icon-box-shadow {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
}

/*=========================
 modern icon
===========================*/
.acm_icon-modern-svg {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.acm_icon-modern-svg svg {
  max-width: 90px;
  max-height: 90px;
  filter: drop-shadow(-9px 8px 5px rgb(211, 215, 251, 0.7));
}

.acm_icon-modern-svg svg .acm_icon-modern-circle {
  fill: #faf8ff;
  filter: drop-shadow(3px 5px 6px rgb(205, 222, 255, 0.3));
}

.acm_icon-modern-svg svg .acm_icon-modern-shape1 {
  /* filter: drop-shadow(1px 7px 13px rgb(211,215,251,0.3)); */
}

.acm_icon-modern-svg svg .acm_icon-modern-shape2 {
  fill: #faf8ff;
  filter: drop-shadow(-3px -5px 4px rgb(205, 222, 255, 0.75));
}

.acm_step-number {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -27px;
  font-size: 30px;
  font-weight: 600;
  color: #3e3f66;
}

/*=========================
 Timeline
===========================*/
.acm_timeline .acm_timeline-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}

.acm_timeline .acm_timeline-content:first-child::before {
  top: 0;
}

.acm_timeline .acm_timeline-content:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 4px;
  height: calc(100% + 100px);
  background-color: #dbd5f6;
}

.acm_timeline .acm_timeline-content:first-child::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #dbd5f6;
  border-radius: 15px;
}

.acm_timeline .acm_timeline-content .step_number {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/*=========================
 Navigation widget
===========================*/
.acm-nav-widget li:first-child a {
  padding-left: 0 !important;
}

.acm-nav-widget li:last-child a {
  padding-right: 0 !important;
}

/*=========================
 Full screen image animator
===========================*/
.acm_screen-img-animator .acm-col img {
  max-width: 100%;
  border-radius: 16px;
  border: #131546 solid 1px;
}

.acm_screen-img-animator .screen-1 {
  margin-top: -100px;
}

.acm_screen-img-animator .screen-1 img {
  animation-delay: 1s;
}

.acm_screen-img-animator .screen-2 {
  margin-top: -200px;
}

.acm_screen-img-animator .screen-2 img {
  animation-delay: 3s;
}

.acm_screen-img-animator .screen-3 img {
  border-width: 4px;
  animation-delay: 1s;
}

.acm_screen-img-animator .screen-4 {
  margin-top: -200px;
}

.acm_screen-img-animator .screen-4 img {
  animation-delay: 2s;
}

.acm_screen-img-animator .screen-5 {
  margin-top: -100px;
}

.acm_screen-img-animator .screen-5 img {
  animation-delay: 1s;
}

/*=========================
 Counter
===========================*/
.acm_counter-anim .acm_icon {
  margin-right: 9px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.acm_counter-anim.icon-on-top .acm_icon {
  margin-bottom: 15px;
  margin-right: 0 !important;
}

.acm_counter-anim.icon-on-top {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.acm_counter-anim.counter-box-bg {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 15px 10px;
  padding-left: 30px;
  box-shadow: 0px 4px 10px #ede9fe;
}

.acm_counter-anim .acm_icon i {
  font-size: 20px;
  color: #6a49f2;
  line-height: 60px;
}

.acm_counter-anim .acm_counter-number {
  line-height: 32px;
}

.acm_counter-anim .text {
  color: #32236f;
}

/*=========================
 Pricing table
===========================*/
/* pricing toggle  */
.acm_pricing-table #tenure-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

/* pricing toggle button */
.acm_pricing-table #tenure-toggle span {
  color: #32236f;
  font-weight: 600;
  display: block;
  margin: 0 5px;
}

.acm_pricing-table .tog_btn.month_active {
  left: 35px !important;
}

.acm_pricing-table #tenure-toggle span.deactive {
  color: #32236f;
}

.acm_pricing-table #tenure-toggle .offer {
  background-color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #6a49f2;
}

.acm_pricing-table #tenure-toggle #acm_toggle {
  width: 70px;
  height: 35px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 18px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}

.acm_pricing-table #tenure-toggle #acm_toggle .tog_btn {
  height: 23px;
  width: 23px;
  border-radius: 25px;
  display: block;
  background-color: #6a49f2;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s all;
}

.acm_pricing-table #tenure-toggle .month.active,
.acm_pricing-table #tenure-toggle .years.active {
  color: #6a49f2;
}

.acm_pricing-table .pricing-panel {
  display: none;
}

.acm_pricing-table .pricing-panel.active {
  display: block;
}

/*=========================/*=========================
 FAQ widget
===========================*/
/* faq box */
.acm_faq-widget .card {
  border: none;
}

.acm_faq-widget .card:last-child {
  margin-bottom: 0;
}

.acm_faq-widget .card-header {
  background-color: transparent;
  border: none;
}

.acm_faq-widget .card-header .acm_faq-title {
  padding-right: 17px;
  color: #131723;
  cursor: pointer;
}

.acm_faq-widget .card-header .plus-expand {
  right: 10px;
  top: 50%;
  color: #131723;
  margin-top: -10px;
}

@media only screen and (max-width: 576px) {
  .acm_faq-widget .card-header .plus-expand {
    right: -10px;
  }
}

.acm_faq-widget .card-header .plus-icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.acm_faq-widget .card-header .plus-icon:before,
.acm_faq-widget .card-header .plus-icon:after {
  content: "";
  position: absolute;
  background-color: #839BC0;
  transition: transform 0.25s ease-out;
}

/* Vertical line */
.acm_faq-widget .card-header .plus-icon:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

/* horizontal line */
.acm_faq-widget .card-header .plus-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.acm_faq-widget .card-header .acm_faq-title.active .plus-icon {
  cursor: pointer;
}

.acm_faq-widget .card-header .acm_faq-title.active .plus-icon:before {
  transform: rotate(90deg);
}

.acm_faq-widget .card-header .acm_faq-title.active .plus-icon:after {
  transform: rotate(180deg);
}

/*=========================
 recent posts
===========================*/
.recent-posts article .post-wraper {
  background: #fff;
}

.recent-posts article .read-more-tag a {
  display: inline-block;
  color: #6a49f2;
}

.recent-posts .post-thumbnail img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.recent-posts .post:hover img {
  transform: scale(1.1);
}

/*=========================
 newsletter
===========================*/
.acm-mailchimp-form .mc4wp-form-fields label {
  font-size: 0;
}

.mc4wp-form-fields input {
  display: block;
  width: 100%;
  height: 55px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #32236f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mc4wp-form-fields input[type="email"] {
  width: 410px;
}

.mc4wp-form-fields input[type="email"]::placeholder {
  color: #32236f;
}

.acm-mailchimp-form .mc4wp-form-fields input[type="email"] {
  font-size: 15px;
  padding-left: 20px;
}

.acm-mailchimp-form .mc4wp-form-fields .btn {
  height: 55px;
  width: 170px;
  text-transform: uppercase;
  color: #6a49f2;
  background-color: #ffffff;
  border-radius: 6px;
  margin-left: 10px;
  font-weight: 600;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 576px) {
  .acm-mailchimp-form .mc4wp-form-fields .btn {
    width: 100%;
    margin-left: 0;
  }
}

.acm-mailchimp-form .mc4wp-form-fields .btn:hover:before {
  width: 100%;
}

.acm-mailchimp-form .mc4wp-form-fields .btn:hover span {
  position: relative;
  color: #fff;
  z-index: 10;
}

.acm-mailchimp-form .mc4wp-form-fields .btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #6a49f2;
  border-radius: 0;
  transition: .6s all;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .acm-mailchimp-form .mc4wp-form-fields {
    width: 100%;
    margin: 10px 0;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .mc4wp-form-fields {
    flex-direction: column;
    align-items: center;
  }

  .mc4wp-form-fields p,
  .mc4wp-form-fields input[type="email"] {
    width: 100%;
  }

  .mc4wp-form-fields p {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}


/*==================
  Store Address
==================*/
.acm_store-address {
  margin-bottom: 15px;
}

.acm_store-phone-wrap {
  position: relative;
}

.acm_store-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: auto;
  color: #282828;
}

.acm_store-icon i {
  color: #282828;
  font-size: 14px;
}

.acm_store-phone {
  margin-left: 35px;
  line-height: 35px;
}

/*==================
  Taxonamy Authors
==================*/
.tax-publishers .author-profile,
.tax-authors .author-profile {
  padding: 30px 50px;
  text-align: center;
}

.tax-publishers .author-picture img,
.tax-authors .author-picture img {
  border: 3px solid #f1e9e9;
  margin-bottom: 7px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.tax-publishers .author-picture .icon-user,
.tax-authors .author-picture .icon-user {
  font-size: 38px;
  line-height: 38px;
  border: 1px solid #ecd2d2;
  padding: 15px;
  display: inline-block;
  color: #d6c2c2;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.tax-publishers .author-name,
.tax-authors .author-name {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f2f2;
}

.tax-publishers .author-description,
.tax-authors .author-description {
  font-size: 1.1em;
  font-style: italic;
}

.tax-publishers .author-name,
.tax-authors .author-name,
.tax-publishers .author-description,
.tax-authors .author-description {
  max-width: 750px;
  margin: 0 auto;
}

/*==================
  Banner Widget
==================*/
.acm-banner.style1.image-bg {
  padding: 0;
}

.acm-banner.style1.image-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.2;
  position: absolute;
  top: 0;
}

.acm-banner.style1.image-bg .banner-content {
  position: absolute;
  top: 55%;
  right: -50px;
  width: 60%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.acm-banner.style1 .banner-content.content-right {
  text-align: right;
}

.acm-woo-cats-grid .acm-woo-cat a {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.acm-woo-cats-grid .acm-woo-cat .acm-cat-name {
  left: 0 !important;
  right: 0 !important;
}

.acm-woo-cats-grid .acm-cat-name {
  position: absolute;
  bottom: 22px;
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 6px;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(100%) translateZ(0);
  transform: translateY(22px);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path .84s, -webkit-clip-path .84s, transform .94s;
  transition-timing-function: ease, ease, ease;
  transition-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.acm-woo-cats-grid .acm-woo-cat:hover .acm-cat-name {
  transform: translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
}

.acm-woo-cats-grid .acm-cat-name .acm-cat-browse-btn {
  opacity: 0;
  visibility: hidden;
  position: relative;
  font-size: 13px;
  padding-left: 25px;
  transition: all 0.14s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  transform: translateY(4px) translateZ(0);
}

.acm-woo-cats-grid .acm-woo-cat:hover .acm-cat-browse-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}


.acm-woo-cats-grid .acm-cat-name .acm-cat-browse-btn:after {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background: #fff;
}

.acm-woo-cats-grid .acm-col-md-4 .acm-cat-browse-btn:after {
  width: 17px;
}

.acm-woo-cats-grid .acm-col-md-4 .acm-cat-name .acm-cat-browse-btn {
  padding-left: 22px;
}

/*===================
  Banner
====================*/
/*  STYLE 1 */

.acm-banner img {
  max-width: 100%;
  height: auto;
}

.acm-banner.style1 {
  padding: 3em;
}

.acm-banner.style1 img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.acm-banner.style1.big-sale:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #FFF;
  left: 0;
  right: -20px;
  top: -60px;
  height: 95px;
  z-index: 0;
}

.acm-banner.style1.big-sale:after {
  content: "";
  position: absolute;
  background: #fff;
  right: 114%;
  height: 45px;
  top: -42px;
  width: 1000px;
}

.acm-banner.style1.big-sale .banner-content {
  position: relative;
  z-index: 0;
  margin-left: 2em;
}

.acm-banner.style1.big-sale {
  margin-top: -3em;
  margin-left: -5em;
}

.acm-banner.style1 .banner-heading-prefix {
  display: inline-block;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0;
  color: #202020;
  letter-spacing: 3px;
}

.acm-banner.style1 .banner-content .banner-text {
  margin-right: 25px;
}

.acm-banner.style1 .banner-desc {
  font-size: 13px;
  color: #202020;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 8px;
  transform: translateY(0);
}

@media screen and (max-width: 468px) {
  .acm-banner.style1 .banner-desc {
    display: none;
  }
}

.acm-banner.style1 h2 {
  font-weight: normal;
  letter-spacing: 1px;
  color: #202020;
  line-height: 1.3;
  margin-bottom: 5px;
}

.acm-banner.style1 .banner-button {
  position: relative;
  display: inline-block;
  font-weight: 600;
  /* border-bottom: 1px solid; */
}

.acm-banner.style1 .banner-button:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

.acm-banner.style1 .banner-content:hover .banner-button:after {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .acm-banner.style1 h2 {
    font-size: 18px;
    line-height: 1;
  }

  .acm-banner.style1 {
    padding: 2em;
  }

  .acm-banner.style1.big-sale {
    margin-left: -4em;
  }
}

.acm-banner.style1.across-styles h2 {
  font-size: 18px;
  display: inline-block;
  margin-right: 33px;
  line-height: 2;
}

.across-styles p,
.across-styles .banner-content {
  text-transform: uppercase;
  white-space: nowrap;
}

.across-styles .banner-content {
  padding-top: 6px;
}

@media screen and (min-width: 1200px) {
  .acm-banner.style1.across-styles {
    padding-left: 0;
  }

  .acm-banner.style1.across-styles .banner-button {
    position: relative;
    margin-top: -5px;
    z-index: 99;
  }
}

@media screen and (max-width: 1200px) {
  .acm-banner.style1.across-styles h2 {
    margin-top: 23px;
  }

  .acm-banner.style1.across-styles .banner-button {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .acm-banner.style1.across-styles {
    display: none;
  }

  .acm-banner.style1 {
    padding: 3em 2em;
  }

  .acm-banner.style1.padding-left-30 {
    padding-top: 0;
  }
}

@media screen and (max-width: 468px) {
  .acm-banner.style1.big-sale {
    margin-left: -2em;
  }
}

@media screen and (min-width:768px) and (max-width: 1200px) {
  .across-styles {
    display: none;
  }
}


/*  STYLE 2
-----------------------*/
.acm-banner.style2 {
  background: #f5f5f5;
  text-align: center;
  margin-bottom: 30px;
}

.acm-banner.style2 img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.acm-banner.style2 .banner-wrapper {
  position: absolute;
  width: 100%;
  top: 20px;
  text-align: center;
}

.acm-banner.style2 h2 {
  color: #121823;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 5px;
}

.acm-banner.style2 .banner-desc {
  font-weight: 400;
  color: #606775;
}

.acm-banner.style2 .banner-button {
  margin-top: 15px;
}

/*  STYLE 3
-----------------------*/
.acm-banner.style3 {
  position: relative;
  display: table;
  width: auto;
  display: block;
  background-size: cover;
}

.acm-banner.style3 .banner-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.acm-banner.style3 .banner-content-wrap.center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding-bottom: 7px;
}

.acm-banner.style3 .banner-bg-wrap img {
  max-width: 100%;
  height: auto;
}

.acm-banner.style3 h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 5px;
}

.acm-banner.style3 .banner-heading-prefix,
.acm-banner.style3 .banner-desc {
  font-size: 23px;
}

.acm-banner.style3 .banner-heading-prefix {
  padding-bottom: 6px;
}

.acm-banner.style3 .banner-desc {
  padding-bottom: 26px;
}

@media screen and (max-width: 1024px) {
  .acm-banner.style3 .banner-content-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .acm-banner.style3 .banner-content {
    padding: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 1200px) {
  .acm-banner.style3 h2 {
    font-size: 23px;
  }

  .acm-banner.style3 .banner-heading-prefix,
  .acm-banner.style3 .banner-desc {
    font-size: 19px;
  }

  .acm-banner.style3 .banner-desc {
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 468px) {
  .acm-banner.style3 h2 {
    font-size: 21px;
  }
}


aside ul.menu {
  padding-left: 0;
}

aside ul.menu ul,
aside ul.children {
  padding-left: 14px;
}

@media screen and (max-width: 486px) {
  .acm_testimonial-description {
    display: none;
  }
}

/*====================
  Woo Variation table
  ==================*/
table.variations td.woo-variation-items-wrapper {
  border-bottom: none;
}

table.variations tr {
  border-bottom: 1px solid #e9e9e9;
}

/*====================
  Call to action
  ==================*/
.acm_call-to-action {
  background-color: #f8f9fa;
  color: #9199a6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.acm_call-to-action .acm_cta-icon-prefix {
  display: inline-flex;
  padding: 12px 16px 12px 12px;
  background: #fff;
  color: #121823;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.acm_call-to-action .acm_cta-icon-prefix .acm_cta-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-right: 12px;
}

.acm_call-to-action .acm_cta-content {
  margin-top: 20px;
}

.acm_call-to-action .acm_cta-content .acm_cta-heading {
  font-size: 18px;
  font-weight: 600;
}

.acm_call-to-action .acm_cta-content .acm_cta-description {
  margin-top: 10px;
}

.acm_call-to-action .acm_cta-content .acm_cta-btn {
  display: inline-block;
  margin-top: 19px;
}

/*====================
  Mailchimp form
  ==================*/
.acm-mailchimp-form,
.acm-mailchimp-form form {
  width: 100%;
}

.acm-mailchimp-form .mc4wp-form-fields {
  position: relative;
}

.acm-mailchimp-form .mc4wp-form-fields p input[type="email"] {
  width: 100%;
  padding: 0;
}

.acm-mailchimp-form .mc4wp-form-fields p input[type="email"] {
  padding: 11px 11px 12px 25px;
  border-color: transparent;
}

@media screen and (max-width: 468px) {
  .acm-mailchimp-form .mc4wp-form-fields p input[type="email"] {
    padding: 11px 11px 12px 14px;
  }
}

.acm-mailchimp-form .mc4wp-form-fields p input[type="submit"] {
  position: absolute;
  right: 2px;
  top: 3px;
}

.acm-mailchimp-form .mc4wp-form-fields p input[type="submit"] {
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

.acm-mailchimp-form.subscribe-style-round .mc4wp-form-fields p input[type="email"],
.acm-mailchimp-form.subscribe-style-round .mc4wp-form-fields p input[type="submit"] {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}

.acm-mailchimp-form.subscribe-style-curved .mc4wp-form-fields p input[type="email"],
.acm-mailchimp-form.subscribe-style-curved .mc4wp-form-fields p input[type="submit"] {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.acm-mailchimp-form.subscribe-style-curved .mc4wp-form-fields p input[type="submit"] {
  border: none;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}

.acm-mailchimp-form.subscribe-style-flat .mc4wp-form-fields p input[type="email"],
.acm-mailchimp-form.subscribe-style-flat .mc4wp-form-fields p input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media screen and (max-width: 1200px) {
  #subscribe-form {
    width: 90%;
    margin: 0 auto;
  }

  #subscribe-form .elementor-section .elementor-container {
    flex-wrap: wrap;
  }

  #subscribe-form .elementor-column {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  #subscribe-form .elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
  }

  #subscribe-form .acm-heading {
    text-align: center;
  }
}

@media screen and (max-width: 630px) {
  #subscribe-form .acm-heading {
    margin-bottom: 15px;
  }

  #subscribe-form .acm-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1139px) {}

/*====================
  Animation keyframes
  ==================*/
/* --------Object-Moving-Animation-Css-Start----- */
.modern_ui_section .ui_images .right_img img:nth-child(3) {
  animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(2) {
  animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(1) {
  animation-delay: 3s;
}

@keyframes moving_object {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moving_position_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moving_object_fast {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

/* blog posts styles  */
.card-shadow .attachment-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.post-comments, .no-block {
  font-size: 13px;
}

.link {
  margin-left: auto;
  background-color: transparent;
}

.link:hover {
  color: #27b1e4;
}

.card-title {
  color: #3e4555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}

.card-title a.link:hover {
  color: #27b1e4;
}

.card-text {
  margin-bottom: 20px;
  margin-top: 20px;
}

.text-success {
  color: #07d79c;
  text-transform: uppercase;
}

.text-success:hover {
  color: #19692c;
}

.post-body .post-excerpt {
  font-weight: 300;
}

/* image card styless */
.card.acm-img-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  border: 0px;
}

.card.card-shadow.acm-img-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.card.acm-img-card .card-img-top {
  display: block;
  width: 100%;
  border-radius: 0!important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-style: none;
}
.acm-img-card .image-card-body {
  padding: 40px;
  flex: 1 1 auto;
}

.acm-img-card .img-card-icon {
  position: absolute;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  bottom: 52px;
  left: -40px;
  background-color: white;
  color: #ffffff;
  height: 80px;
}

.acm-img-card.card-shadow .card-body .img-card-icon.acm-bg-color-btn {
  background-color: white;
}

.acm-img-card .card-body .img-card-icon.acm-gradient-btn {
  background-image: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

.card-shadow h6 {
  color: #3e4555;
  font-family: "Poppins", sans-serif;
}

.acm-img-card .card-shadow-text {
  color: #3e4555;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.acm-img-card .card-body .po-absolute i:before {
  position: relative;
  width: 100%;
}

.acm-img-card .img-card-icon.hide-round-bg {
  display: none;
}

/*=========================
 Image animator
===========================*/
.acm-image-animator {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.acm-image-animator img {
  max-width: 100%;
  height: auto;
}

.acm-image-animator .back-drop,
.acm-image-animator .app-main-img,
.acm-image-animator .app-preview-one,
.acm-image-animator .app-preview-two,
.acm-image-animator .app-preview-three,
.acm-image-animator .app-preview-four {
  position: absolute;
}

.acm-image-animator .back-drop-img,
.acm-image-animator .acm-backdrop-box{
  top: 0;
  left: 0;
  z-index: 1;
}

.acm-image-animator .app-main-img {
  top: 10px;
  left: 10px;
  z-index: 2;
}

.acm-image-animator .app-preview-one {
  z-index: 3;
}

.acm-image-animator .app-preview-two {
  width: 290px;
  height: 290px;
  z-index: 4;
}

.acm-image-animator .app-preview-three {
  z-index: 5;
}

.acm-image-animator .app-preview-four {
  z-index: 6;
}

.acm-image-animator .app-preview-two img {
  animation-delay: 3s;
}

.moving_position_animation {
  animation: moving_position_animation 6s infinite linear;
  z-index: -1;
}

.moving_animation {
  animation: moving_object 6s infinite linear;
}

.moving_animation_fast {
  animation: moving_object_fast 5s infinite linear;
}

/* blob shape css */
.img-type-blob-1 img,
.img-type-blob-2 img {
  height: 100%;
  width: 280px;
  max-width: 280px;
  object-fit: cover;
}

.img-type-blob-1 img {
  -webkit-clip-path: url(#blobshape);
  clip-path: url(#blobshape);
}

.img-type-blob-2 img {
  -webkit-clip-path: url(#blobshape-2);
  clip-path: url(#blobshape-2);
}

.app-preview-two.img-type-circle img, .app-preview-one.img-type-circle img{
  border-radius: 50% !important;
}

/* icon box styles */
.acm-icon-heading i {
  margin-left: 20px;
}

.acm-icon-heading:hover i {
  margin-left: 25px;
}

.iconbox-wrap.icon-pop-anim:hover i {
  transform: scale(1.1);
}

/* unique features */
.feature_card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px #73809d4d;
}

.feature_card .inner_text h5 {
  color: #3e4555;
}

.feature_card .inner_text p {
  font-weight: 300;
  color: #8d97ad;
}

.unique_feature_card {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px 40px 40px 40px;
  transition: 0.4s all;
  font-family: "Poppins", sans-serif;
}

.feature_card .inner_text .text_btn {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #6a49f2;
}

.feature_card .header-icon .acm-icon i {
  margin: 20px 0;
  font-size: 29px;
  position: relative;
 
}

.feature_card .header-icon.acm-gradient-icon .acm-icon i{
  background: -o-linear-gradient(left, #27d9e4 0%, #316ce8 100%);
  background: linear-gradient(to right, #27d9e4 0%, #316ce8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature_card .header-icon.acm-bg-color-icon .acm-icon i{
  color:#316ce8;
}

.multi-column-grid {
  grid-template-columns:repeat(4,1fr);
}

/* image card styles */
.image-card-wrapper {
	background-position: center;
  background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	min-height: 500px;
  width: auto;
  position: relative;
}

/* Overlay pseudo-element */
.image-card-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  transition: all 0.4s ease-in-out;
  z-index: 1; 
}

/* Hover effect */
.img-bg-color:hover .image-card-wrapper::before {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  height: 100%;
}

.image-card-wrapper > * {
  position: relative;
  z-index: 2;
}

.image-card-wrapper .content {
	z-index: 2;
  transform: translateY(75px);
	transition: all 0.3s ease-in-out;
}

.image-card-wrapper .card-btn {
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.4s ease;
	pointer-events: none;
  gap: 10px;
}

.img-bg-color:hover .card-btn {
  opacity: 1;
  transform: translateY(0px);
	pointer-events: auto;
}

.img-bg-color:hover .content {
	transform: translateY(-10px);
  margin-bottom: 0;
}

.image-card-wrapper .no-button-content {
bottom: -50px;
}


/* screen slider */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.acm_screen-slider-wrap .item .screen_frame_img {
  margin-top: 10px;
}

.acm_screen-slider-wrap.highlight-center .owl-carousel .owl-item.center {
  opacity: 1;
}

.acm_screen-slider-wrap.highlight-center .owl-carousel .owl-item {
  opacity: 0.3;
}

.acm_screen-slider-wrap .item{
  transition: 0.3s ease-in;
}

.acm_screen-slider-wrap.popout-img .item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.acm_screen-slider-wrap .acm_screen-slider .owl-stage-outer{
  padding: 30px 0px;
}

.acm_screen-slider-wrap .card-body i {
  right: 0;
  top: 8px;
  rotate: -45deg;
}

.acm_screen-slider-wrap .card:hover .card-body i {
  rotate: 0deg;
}

/* testimonials  */
.ts-style1 .content {
  padding: 50px 30px;
}

.ts-style1 .customer-thumb {
  margin-top: -56px;
  display: none;
  text-align: center;
}

.ts-style1 .owl-item.active .customer-thumb {
  display: block;
}

.acm-testimonial .owl-carousel .customer-thumb img {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 5;
}

/* Testimonial 2 */
.ts-style2 .quote-bg, .ts-style1 .quote-bg {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.ts-style2 .quote-bg::before,
.ts-style2 .quote-bg::after ,
.ts-style1 .quote-bg::before,
.ts-style1 .quote-bg::after{
  content: "";
  position: absolute;
  background-image: var(--quote-image);
  background-size: contain;
  background-repeat: no-repeat;
}

.ts-style1 .quote-bg::before,
.ts-style1 .quote-bg::after{
  width: 30px;
  height: 30px;
}

.ts-style2 .quote-bg::before,
.ts-style2 .quote-bg::after {
  width: 50px; 
  height: 50px; 
}

.ts-style2 .quote-bg::before {
  top: 10px; 
  left: -20px;
  transform: rotate(0deg); 
}
.ts-style1 .quote-bg::before{
  top: 70px;
  left: 70px;
}

.ts-style2 .quote-bg::after {
  bottom: 10px; 
  right: -20px;
  transform: rotate(180deg); 
}

  .ts-style1 .quote-bg::after{
  bottom:70px ;
  right: 70px;
  transform: rotate(180deg); 
  }

/* Mobile View Adjustments */
@media (max-width: 768px) {
  .ts-style2 .quote-bg {
      padding: 40px; 
  }

  .ts-style2 .quote-bg::before,
  .ts-style2 .quote-bg::after {
      width: 30px; 
      height: 30px;
  }

  .ts-style2 .quote-bg::before {
      top: 10px; 
      left: 10px;
  }

  .ts-style2 .quote-bg::after {
      bottom: 10px;
      right: 10px;
  }
}

/* reviews styles */
.review-desc {
  color: #333333;
}

.review-client-wrap {
  gap: 15px;
}

.acm-review-box .client-image {
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
}

.client-info {
  flex-direction: column;
  width: 100%;
}

.client-name {
  color: #333333;
}

.client-role {
  color: #777777;
}

.content-align-center .acm-review-box .review-client-wrap{
  flex-direction: column;
}
.content-align-right .acm-review-box .review-client-wrap{
  flex-direction: row-reverse;
}


/* pricing one */
.acm-pricing-one .card {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.acm-pricing-one .card:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-font-smoothing: antialiased;
}

.acm-pricing-one .badge-tag {
  top: -16px;
  left: 50%;
  transform: translateX(-50%);  
  background-color: #3e4555;
  color: #fff;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0.25rem;
}

.acm-pricing-one .pricing .currency {
  font-weight: 300;
  color: #8d97ad;
  top: -2px;
  vertical-align: baseline;
}

.acm-pricing-one .pricing .plan-price {
  color: #263238;
}

.acm-pricing-one .pricing .yearly {
  display: none;
  font-size: 3rem;
}

.acm-pricing-one .price-desc {
  font-weight: 300;
}

.acm-pricing-one .plan-features ul {
  padding-left: 0px;
  margin: 0;
}

.acm-pricing-one .bottom-btn {
  bottom: 0px;
}

.acm-pricing-one.show-pricing-shadow .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.acm-pricing-one.no-shadow .card {
  box-shadow: none;
}

.acm-pricing-one .card {
  border: 0px;
}

.acm-pricing-one .btn-success-gradient {
  background: #2cdd9b;
  border: 0px;
  padding: 15px 45px;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  font-weight: 400;
  vertical-align: middle;
}

.acm-pricing-one .btn-success-gradient span {
  text-transform: none;
}

/*******************
Pricing 2
*******************/
.acm-pricing-two .plan-text .subtitle {
  color: #8d97ad;
}

.acm-pricing-two .pricing-text {
  margin-left: auto;
}

.acm-pricing-two .above-card {
  margin: 0 -52px;
  z-index: 1;
}

.acm-pricing-two .card.table-three{
  height: 100%;
}

.acm-pricing-two .pricing-text span {
  line-height: 1;
}

.acm-pricing-two .acm-list-inline {
  line-height: 1.5;
  color: #3e4555;
  font-weight: 300;
}

.acm-pricing-two .acm-list-inline li {
  padding: 7px 0;
}

.pricing-currency, .pricing-suffix {
  bottom: 6px;
}

.acm-pricing-two .btn-outline-success {
  color: #2cdd9b;
  background-color: transparent;
  border: 1px solid transparent;
  border-color: #2cdd9b;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  padding: 15px 45px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.acm-pricing-two .btn-outline-success:hover {
  background: #2cdd9b;
  border-color: #2cdd9b;
  color: #ffffff;
}

.acm-pricing-two .btn-arrow span{
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}

.acm-pricing-two .btn-success-gradient {
  border: 0px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  padding: 15px 45px;
  color: #fff;
  background: #2cdd9b;
}

.acm-pricing-two .secondary-pricing {
  margin-left: -14px;
  z-index: 0;
}

.acm-pricing-two .card-shadow.table-two{
    box-shadow: 0px 0px 30px 0px #73809d4d;
    background-color: #fff;
}

.acm-pricing-two .table-one .pricing-text sub, 
.acm-pricing-two .table-two .pricing-text sub,
.acm-pricing-two .table-three .pricing-text sub{
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .acm-pricing-two {
    max-height: 100%;
    margin-bottom: 0px;
  }

  .acm-pricing-two .pricing-box {
    margin-top: 20px;
  }

  .acm-pricing-two .display-5 {
    font-size: 36px;
  }

  .acm-pricing-two .above-card {
    margin: 0;
  }

  .acm-pricing-two .above-card .card {
    padding: 0px;
  }

  .acm-pricing-two .secondary-pricing {
    margin-left: 0px;
  }

  .acm-pricing-two .pricing-box{
    flex-wrap: wrap;
  }
  .acm-pricing-two .price-text{
    display: block;
  }

}

/* match height css */
.match-grids .card {
  height: 100%;
}

.acm-pricing-one .card-body .acm-list-inline ul{
  margin-left: 0;
}

/* heading line break styles */

@media only screen and (min-width: 959px) {
  .acm_break-lg {
    display: block;
    width: auto;
  }
}

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .acm_break-md {
    display: block;
    width: auto;
  }
}

@media only screen and (max-width: 468px) {
  .acm_break-sm {
    display: block;
    width: auto;
  }
}


/* image transition */

.custom-background-widget {
  width: auto;
  border: 1px solid green;
  border-radius: 10px;
  border-top-width: thick;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
  transition: background-position 4s ease-in-out, transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  filter: brightness(0.8); 
}

.custom-background-widget:hover {
  transform: scale(1.1); /* Zoom in the background */
  filter: brightness(1); /* Brighten the image on hover */
  background-position: bottom center;
}
.custom-background-widget a{
  display: block;
  height: 100%;
}

/* image animator hide css */
@media only screen and (max-width: 468px) {
  .acm_hide-for-xs{
    display:none;
  }
}

/* social icon styles */
.social-widget.icon-type-default .social-links li a > span{
  border-style: none;
}
.icon-type-default .social-links li a > span.social-icon:hover{
  background-color: transparent;
}

/* elementor text editor styles */
.elementor-widget-text-editor .elementor-widget-container p {
  font-family: inherit;
  font-weight: inherit; 
  font-size: inherit ;
  line-height: inherit !important;
  letter-spacing: inherit;
}

.elementor-widget-text-editor ul li{
  line-height: inherit;
}

/* Text banner styles */
.acm-banner {
  overflow: hidden;
  width: fit-content;
}

.acm-banner .acm-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.acm-banner .banner-content {
  width: 100%;
}

/* overlay effect styles */

.overlay-effect .acm-overlay::before, 
.overlay-effect .acm-overlay .banner-content {
  opacity: 0;
  transition: all 0.3s ease-in-out; 
}

.overlay-effect .acm-overlay:hover::before {
  opacity:0.5 ;
}

.overlay-effect .acm-overlay:hover .banner-content {
  opacity: 1;
}

/*  overlay center styles */
.overlay-center .acm-overlay::before {
  top: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotateY(180deg) ;
  transition: all 0.4s ease-in;
}
.overlay-center .acm-overlay:hover::before{
  opacity: 1;
  transform: translate(-50%, -50%)  rotateY( 0deg) ;
}

.overlay-center .acm-overlay .banner-content {
  transform: translate(-50%, -50%)  rotateY(180deg) ;
  opacity: 0;
  transition: transform 0.6s ease-in-out;
  z-index: 3;
}

.overlay-center .acm-overlay:hover .banner-content {
  opacity: 1;
  transform: translate(-50%, -50%) rotateY( 0deg) ;
}

/* overlay-wide */
.overlay-wide .acm-overlay::before {
  transform:  perspective(800px) rotateX(90deg) scale(1.2);
  opacity: 0; 
  transition: transform 0.8s ease, opacity 0.8s ease; 
}

.overlay-wide .acm-overlay:hover::before {
  transform:  perspective(800px) rotateX(0deg) scale(1); 
  opacity: 1; 
}

.overlay-wide .acm-overlay .banner-content {
  transform: translate(-50%, -50%) perspective(800px) rotateX(90deg) scale(1.2); /* Tilted and zoomed in */
  opacity: 0; 
  transition: transform 0.8s ease, opacity 0.8s ease; 
}

.overlay-wide .acm-overlay:hover .banner-content {
  transform: translate(-50%, -50%) perspective(800px) rotateX(0deg) scale(1); /* Flips to normal and zooms out */
  opacity: 1; 
}

/*  end overlay wide styles */
.overlay-slide-up .acm-overlay::before {
  bottom: -100%; 
  opacity: 0;
  transition: bottom 0.5s ease-in-out; 
}

.overlay-slide-up .acm-overlay::before {
  bottom: -100%; 
  opacity: 0;
  transition: bottom 0.5s ease-in-out; 
}

.overlay-slide-up .acm-overlay:hover::before {
  bottom: 0; 
  opacity:0.5 ;
}

.overlay-slide-up .banner-content {
  top: 10%; 
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out; 
}

.overlay-slide-up .acm-overlay:hover .banner-content {
  top: 50%; 
  opacity: 1;
}

.acm-banner .banner-content .icon-img {
  width: 80px;
  height: 80px;
}

/* button styles */
.acm-button-wrap.dual-btn-1 a,
.acm-button-wrap.dual-btn-2 a,
.acm-button-wrap.dual-btn-2 a.acm_btn-single,
.acm-button-wrap .btn-outline-light, 
.acm-button-wrap .acm-bg-color-btn {
  padding: 11px 45px;
  color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  display: inline-block;
}

.acm-button-wrap .btn-outline-light {
  border: 1px solid #d5d5d5;
}

.acm-btn-round {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}

.acm-button-wrap.dual-btn-2 a.acm_btn-single,
.acm-button-wrap.dual-btn-1 a {
  border: 0px;
  position: relative;
  display: inline-block;
}

.acm-button-wrap .acm_btn-single i,
.acm-button-wrap.dual-btn-1 a i,
.btn-arrow span i{
  position: absolute;
  width: 1.1em;
  opacity: 0;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.acm-button-wrap .acm_btn-single span,
.acm-button-wrap.dual-btn-1 a span,
.btn-arrow span {
  display: inline-block;
  position: relative;
  will-change: transform;
}

.acm-button-wrap a.acm-button {
  background-color: #7F00FF;
}

.acm-button-wrap a.acm-button:hover {
  background-color: #6A49F2;
  color: #ffffff;
}

.acm_dual-btn .acm-button-wrap {
  margin-right: 10px;
}

.acm-button-wrap a i,
.btn-arrow span i {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
}

.acm-button-wrap .btn-arrow span,
.btn-arrow span  {
  will-change: transform;
}

.acm-button-wrap .btn-arrow:hover span,
.acm-button-wrap .btn-arrow:focus span,
.btn-arrow:focus span,
.btn-arrow:hover span{
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}

.acm-button-wrap .btn-arrow:hover i,
.acm-button-wrap .btn-arrow:focus i, 
.btn-arrow:focus i,
.btn-arrow:hover i {
  opacity: 1;
  right: -2rem;
}

.acm-button-wrap.dual-btn-2 a span {
  display: inline-block;
  transform: translateX(0.72rem);
}

.acm-button-wrap.dual-btn-2 i{
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.acm-button-wrap.dual-btn-2 .right-icon i{
  right: -36px;
  left: auto;
}

/* backdrop styles  */
.acm-image-animator .acm-backdrop-box{
  width: 500px;
  height: 700px;
  background-color: #f7dfa1;
  border-radius: 30px;
}

.acm-image-animator .acm-backdrop-circle{
  background-color: #f7dfa1;
  border-radius: 100%;
}

/* dotes animation styles */
.dotes_anim_block {
  width: 100%;
}

.dotes_anim_block .dots {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.dotes_anim_block .dots::before {
  content: "";
  border-radius: 50%;
  position: absolute;
}

.dotes_anim_block .dotes_1 {
  animation: reverse_anim_round 25s infinite linear;
}

/* dotes 2 */
.dotes_anim_block .dotes_2 {
  animation: anim_round 30s infinite linear;
}

/* dotes 3 */
.dotes_anim_block .dotes_3 {
  animation: reverse_anim_round 30s infinite linear;
}

/* dotes 4 */
.dotes_anim_block .dotes_4 {
  animation: anim_round 45s infinite linear;
}

/* dotes 5 */
.dotes_anim_block .dotes_5 {
  animation: reverse_anim_round 50s infinite linear;
}

/* dotes 6 */
.dotes_anim_block .dotes_6 {
  animation: reverse_anim_round 55s infinite linear;
}

@keyframes anim_round {
  0% {
    transform: rotate(0);
  }
  
  100% {
    transform: rotate(360deg);
  }
  
}

@keyframes reverse_anim_round {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
  
}

/* flip box styles */
.acm-flip-box {
  width: 500px;
  height: 500px;
  perspective: 1000px;
} 

.flip-box-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-box-front, .flip-box-back {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  flex-direction: column;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px #00000033;
}

.acm-flip-box .flip-box-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

/* video btn styles */
 .acm_video-btn .video-icon.video-with-bg{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

/* Image banner styles */
.acm-image-banner-wrap .img-banner {
  background-color: #f9f9f9;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.acm-image-banner-wrap .banner-link {
  gap: 10px;
  text-decoration: none;
}

.acm-image-banner-wrap .img-wrap {
  right: 10%;
  overflow: hidden;
}

.acm-image-banner-wrap .img-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: green;
  opacity: 0.3;
}

.acm-image-banner-wrap .ban-content {
  left: 50px;
  z-index: 2;
}