/*
Theme Name:   Child Hello Elementor
Description:  Write here a brief description about your child-theme
Author:       kbtho
Author URL:   https://staging.serverfortesting.com.au/archives-collection
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ChildHelloElementor
*/

/* Write here your own personal stylesheet */


input.elementor-search-form__input::placeholder {
    opacity: 1;
}
.heading_color span{color:#FCA311;}

.services_section a.elementor-cta__button,
.services_section_inner a.elementor-cta__button{
    padding: 0;
}
.services_section h2.elementor-cta__title,
.services_section_inner h2.elementor-cta__title {
    border-left: 5px solid #FCA311;
    padding-left: 10px;
    line-height: 22px;
}
.services_section.yellow_bg h2.elementor-cta__title {
    border-left: 5px solid #000000;
    padding-left: 10px;
    line-height: 22px;
}
.services_section_inner .elementor-cta__content {
    background: url(https://demo.bwg.nz/alarmtechs/wp-content/uploads/2023/04/service1-bg-1.png);
    background-position: center;
    background-size: cover;
}
.testi_slider .elementor-testimonial__text {
    text-align: justify;
}
.testi_slider .swiper-pagination {
    position: absolute;
    bottom: -40px !important;
}
.footer_form button.elementor-button {
    margin-top: 15px;
}
.footer_form input::placeholder, .footer_form textarea::placeholder {
    opacity: 1 !important;
}
.footer_form input, 
.footer_form textarea,
.footer_form select {
    padding: 10px 0 0px 0 !important;
}
.footer_form input:focus, 
.footer_form textarea:focus,
.footer_form select:focus {
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    background-color: transparent;
}
@media only screen and (max-width: 600px) {
.testi_slider .swiper-pagination {
    position: absolute;
    bottom: -10px !important;
}
}