/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.service-icon {
  width: 80px !important;
  height: 80px !important; 
  line-height: 80px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mc-border-right img {
    border-right: 30px solid #ffcc01;    
}
.pagination-custom-position {
    margin-bottom: 0 !important;
}
.pagination-custom-position .swiper-pagination {
    position: relative;
    margin-top: 20px;
}


blockquote {
  position: relative !important;
  overflow: hidden !important;
  margin-inline: 0 !important;
  background: #fff !important;
}
blockquote p {
  z-index: 2;
  position: relative
}
blockquote:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #ffcc01;
  right: -75px;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fusion-tb-header .fusion-container-stuck.fusion-sticky-transition {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.featured-image {
  width: 100% !important;
}

@media(max-width: 767px){
  .home-slider .heading.with-bg {
    text-align: center;
    
  }
  .home-slider .heading.with-bg h2 {
    font-size: 28px !important;
     text-align: center;
    line-height: 35px !important;
  }
  .fusion-tb-footer .fusion-social-networks,
  .fusion-tb-footer  .fusion-text {
    text-align: center;
  }
}