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


.home_icons ul.slick-dots {
    bottom: -40px;
}
.home_icons button {
    width: 7px !important;
    height: 7px !important;
}
.home_icons h3.elementor-image-box-title {
    padding: 0;
    margin: -5px 0 0 0;
}
.contact_form input, .contact_form textarea {
    padding: 15px 20px !important;
    box-shadow: 0px 3px 6px #00000029;
}
.contact_form input::placeholder, .contact_form textarea::placeholder {
    opacity: 1 !important;
    color: #707070 !important;
}
.our_team cite.elementor-testimonial__cite {
    flex-direction: row;
    align-items: center;
}
.our_team span.elementor-testimonial__name {
    margin-right: 30px;
}
.our_team .swiper-pagination {
    bottom: -10px;
    text-align: left;
}

.home_testi .elementor-testimonial {
    display: flex;
    flex-direction: column;
}
.home_testi  .elementor-testimonial__content {
    order: 2;
}
.home_testi .elementor-testimonial .elementor-testimonial__footer {
    order: 1;
    margin-bottom: 20px;
}
.home_testi .elementor-testimonial {
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 0 65px 40px;
}
.home_testi .elementor-testimonial__footer {
    margin-top: -70px !important;
}
.home_testi .elementor-testimonial:hover {
    background: transparent linear-gradient(0deg, #1A2038 0%, #1F267F 100%) 0% 0% no-repeat padding-box;
}
.home_testi .elementor-testimonial:hover .elementor-testimonial__content .elementor-testimonial__text {
    color: #fff;
}
.home_testi .elementor-testimonial:hover  span.elementor-testimonial__name,
.home_testi .elementor-testimonial:hover  span.elementor-testimonial__title{
    color: #fff;
} 
.home_testi .swiper-pagination {
    bottom: -20px !important;
}
.contact_form button.elementor-button {
    background: transparent linear-gradient(180deg, #1F267F 0%, #1A2038 100%) 0% 0% no-repeat padding-box;
}


@media only screen and (max-width: 600px) {
.home_testi .elementor-testimonial {
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 0 25px 30px;
}
	.our_team .swiper-pagination {
    bottom: -10px;
    text-align: center;
}
}