/*
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 */

b {
    font-weight: 800 !important;
    background: linear-gradient(to right, #2c3a8c 0%, #137ec5 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading b{ 
	 font-weight: 800 !important;
    background: linear-gradient(to right, #2c3a8c 0%, #137ec5 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.home_testi .elementor-swiper-button-prev {
    background: url(https://demo.bwg.nz/ibastax/wp-content/uploads/2023/08/previous.svg);
    background-repeat: no-repeat;
    color: transparent !important;
    bottom: -30px;
    top: unset !important;
    left: 40% !important;
    width: 25px;
}
.home_testi .elementor-swiper-button-next {
    background: url(https://demo.bwg.nz/ibastax/wp-content/uploads/2023/08/next.svg);
    background-repeat: no-repeat;
    color: transparent !important;
    bottom: -30px;
    top: unset !important;
    right: 40% !important;
    width: 25px;
}
.home_testi .elementor-swiper-button-next:hover,
.home_testi .elementor-swiper-button-prev:hover{
    filter: brightness(0) saturate(100%) invert(50%) sepia(70%) saturate(2741%) hue-rotate(164deg) brightness(100%) contrast(101%);
}
.home_faq .elementor-tab-title {
    margin-bottom: 8px !important;
    border-radius: 0;
    background: url(https://demo.bwg.nz/ibastax/wp-content/uploads/2023/09/faq-question-bg.png);
    background-size: cover;
}
.contact_form input, 
.contact_form textarea, 
.contact_form select{
	padding:0 !important;
}
.contact_form input::placeholder, 
.contact_form textarea::placeholder{
	opacity:1 !important;
}
.home_services a.elementor-flip-box__button {
    padding: 0;
    text-align: center;
   
}
.about_vision .elementor-cta__image {
    float: left !important;
    width: auto;
}
.about_vision h4.elementor-cta__title {
    float: left;
    width: auto;
    margin-left: 20px;
}
.about_vision .elementor-cta__bg-wrapper {
    border-radius: 10px !important;
}
/****************** Tabs Responsive Strt  **************************/
@media only screen and (max-width: 1024px) {
.home_testi .elementor-swiper-button-prev {
    background: url(https://demo.bwg.nz/ibastax/wp-content/uploads/2023/08/previous.svg);
    background-repeat: no-repeat;
    color: transparent !important;
    bottom: -30px;
    top: unset !important;
    left: 40% !important;
    width: 25px;
}
.home_testi .elementor-swiper-button-next {
    background: url(https://demo.bwg.nz/ibastax/wp-content/uploads/2023/08/next.svg);
    background-repeat: no-repeat;
    color: transparent !important;
    bottom: -30px;
    top: unset !important;
    right: 40% !important;
    width: 25px;
}
	
}
/****************** Mobile Responsive End  **************************/

/****************** Mobile Responsive Strt  **************************/
@media only screen and (max-width: 767px) {
	.about_vision .elementor-cta__image {
    float: left !important;
    width: auto;
}
.about_vision h4.elementor-cta__title {
    float: left;
    width: auto;
    margin-left: 20px;
}
.about_vision .elementor-cta__bg-wrapper {
    border-radius: 10px !important;
}
	.name_img img {
    filter: brightness(0.3);
}
}
/****************** Mobile Responsive Strt  **************************/