.sp-slider-content-align-center {
    text-align: left; 
}

.sppb-sp-slider-title {
    font-size: 3.5rem;
    font-weight: 600;
    color: #c59f50;
}

@media (max-width: 1399px) {
    .sppb-sp-slider-title { font-size: 2.6rem; }
}
    
.sppb-sp-slider-title strong {color: #ec008c;font-weight: 600;}

.sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-text {
    display: block;
    margin: 20px 0 !important;
    font-size: 20px;
    color: #6d6c69;
}

.sppb-sp-slider-button {
    margin: 0;
    border-radius: 50px !important;
}

.sppb-sp-slider-button .sp-slider-btn-text {
    border-radius: 50px;
    line-height: 1;
    padding: 15px 25px;
    font-weight: 400;
}

.sp-slider .sp-dots {
    left: 15px !important;
}

.sp-slider .sp-dots ul li {
    border: none !important;
}

.dot-controller-dot.sp-slider .sp-dots ul li::after {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .sp-slider .sp-dots { display: none; }
    .sp-slider .sp-item .sppb-col-sm-12 { padding: 0; }
    .sppb-sp-slider-title { font-size: 32px; }
    .sppb-addon-sp-slider .sp-slider-content-align-center .sppb-sp-slider-text { font-size: 16px; }
}


.img-style-001 {
    position: relative;
}

.img-style-001:before {
    content: url('/images/0_QFT/home/img-pattern-002.png');
    position: absolute;
    bottom: -40px;
    left: 0;
}

.img-style-001:after {
    content: url('/images/0_QFT/home/img-pattern-002.png');
    position: absolute;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -40%;
    bottom: 5%;
}


.img-style-001 .sppb-addon-single-image-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 55%;
    height: 55%;
    border: 1px solid rgb(199 172 101 / 30%);
    outline: 1px solid rgb(199 172 101 / 30%);
    outline-offset: 150px;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.img-style-001 .sppb-addon-single-image-container:after {
    content: "";
    position: absolute;
    background-image: url('/images/0_QFT/home/img-pattern-001.png');
    width: 200px;
    height: 410px;
    bottom: 0;
    right: 25%;
    z-index: -1;
}



.img-style-002 .sppb-addon-single-image-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 55%;
    height: 55%;
    border: 1px solid rgb(199 172 101 / 30%);
    outline: 1px solid rgb(199 172 101 / 30%);
    outline-offset: 150px;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    right: 50%;
    margin: auto;
}

.img-style-002 .sppb-addon-single-image-container:after {
    content: "";
    position: absolute;
    background: repeating-linear-gradient(#f7efdf, #f7efdf 10px, #ffffff00 10px, #ffffff00 30px);
    width: 250px;
    height: 100px;
    right: 10%;
    top: 10%;
    z-index: -1;
}


.img-style-003 .sppb-addon-single-image-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(199 172 101 / 30%);
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img-style-003 .sppb-addon-single-image-container:after {
    content: url('/images/0_QFT/home/img-pattern-002.png');
    position: absolute;
    bottom: 10%;
    left: 10%;
}




/*product*/

.home-product-feature .sppb-feature-box-title {
    /* max-width: 200px; */
    margin: auto;
    font-size: 22px;
}

.home-product-feature span.sppb-img-container {
    position: relative;
    max-width: 350px;
    margin: auto;
}

.home-product-feature span.sppb-img-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c59f50;
    border-radius: 100%;
    z-index: -1;
    bottom: -25%;
    opacity: 0.1;
    transition: 0.5s;
}

.home-product-feature span.sppb-img-container img {transition: 0.5s;}

.home-product-feature:hover span.sppb-img-container img {
    transform: translateY(-8px) scale(1.02);  
}

.home-product-feature:hover span.sppb-img-container:before {
    opacity: 1;
}

.home-product-feature .sppb-feature-box-title a {
    color: #2c2c2c;
}

.home-product-feature:hover .sppb-feature-box-title a {
    color: #fff;
}

@media (max-width: 767px) {
    .home-product-feature span.sppb-img-container { max-width: 300px; }
    .home-product-feature .sppb-feature-box-title { font-size: 20px; }
}

/*end of product*/

@media (min-width: 1400px) {
    .cta-section { height: 1100px !important; }
    .cta-column { height: 700px !important; }
}

@media (max-width: 767px) {
  .cta-column { padding-right: 40px; }
}