/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Hero Slider */
#hero-slider-text .fusion-animated-text-prefix {
    display: block;
}

/* Website Scroll View */

#carousel-with-hover-scroll-image .awb-carousel .swiper-wrapper img{
    height: 760px !important;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
	object-fit: cover;
    object-position: top;
}


/* Working Hours */

.location_working-hours {
    list-style: none !important;
    padding: 0;
    margin: 1em 0 !important;
}

.location_working-hours li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.location_working-hours li.active {
    color: #f36927;
}

/* Counter Box */

#counter-box-outer-container .counter-box-container {
    padding: 0;
}

.content-box-percentage.content-box-counter {
    font-weight: 600;
}

#counter-box-outer-container .counter-box-content {
    line-height: 1.4;
}


@media (max-width: 991px) {
	.process_number_container {
		transform: translateX(-35px);
	}
}


@media (max-width: 767px) {
	.process_number_container {
		transform: translateY(0px) translateX(0px) !important;
		top: -40px !important;
	}

	.process_number_container .fusion-text {
		line-height: 80px !important;
	}
}
