/* style.css */
 /*
 Theme Name:     Hello Child
 Template:       hello-elementor
 Version:        1.0
*/


.fit{
	width: fit-content;
}

.users_photo .gallery-item{
	width: 40px!important;
	height: 40px!important;
}

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0px;
}


/* clients logo */

.clients_logo{
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.icon_box_style1:hover h3, .icon_box_style1:hover p, .icon_box_style1:hover .elementor-icon i{
	color: #ffffff!important;
}

/* image box */
.img_box .top-back{
	transition: 0.2s ease;
	aspect-ratio: 1!important;
}
.img_box .c-heading{
	display: none!important;
	aspect-ratio: 1!important;
}
.img_box:hover .top-back{
	width: 190px!important;
}
.img_box:hover .icon{
	display: none!important;
}
.img_box:hover .c-heading{
	display: block!important;
}

/* pricing box */
.pricing_box:hover .package_name .elementor-widget-container{
	background: #807166!important;
}

/* Footer */
.footer nav a:hover, .footer nav a.elementor-item-active{
	text-decoration: underline;
}

.contact_info .elementor-icon-list-item{
	justify-content: space-between;
}



/* Buttons */


@-webkit-keyframes in {
    0%   { -webkit-transform: translate(0%,0%); }
    20%   { 
        -webkit-filter: opacity(0);
        -webkit-transform: translate(-50%,0%); }
    40%   { 
        -webkit-filter: opacity(0);
        -webkit-transform: translate(-50%,50%); }
    60%   {
        -webkit-filter: opacity(0);
        -webkit-transform: translate(50%,50%); }
    80%   { 
        -webkit-filter: opacity(0);
        -webkit-transform: translate(50%,0); }
    100%   { -webkit-transform: translate(0,0); }
}

@-webkit-keyframes out {
    0%   { -webkit-transform: translate(0,0); }
    20%   { 
        -webkit-filter: opacity(0);
        -webkit-transform: translate(50%,0); }
    40%   {
        -webkit-filter: opacity(0);
        -webkit-transform: translate(50%,50%); }
    60%   { 
        -webkit-filter: opacity(0);
        -webkit-transform: translate(-50%,50%); }
    80%   { 
        -webkit-filter: opacity(0);
        -webkit-transform: translate(-50%,0%); }
    100%   { -webkit-transform: translate(0%,0%); }
}


.btn1 .elementor-button-content-wrapper {
    align-items: center;
    padding-left: 12px;
}

.btn1 .elementor-button-icon {
    background: white;
    color: black;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    border-radius: 60px;
    transition: all 0.2s ease;
}

.btn1 .elementor-button-icon > :first-child {
    -webkit-animation: in 0.2s;
}

.btn1 .elementor-button-text {
    z-index: 9;
    margin-left: 20px;
    color: white;
}

.btn1:hover .elementor-button-icon > :first-child {
    -webkit-animation: out 0.2s;
}

.btn1:hover .elementor-button-text {
    z-index: 9;
    margin-left: 20px;
    color: black;
}