/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.header-menu-style .current-menu-parent a.elementor-item-anchor{ color: #FFA440 !important;}
.header-menu-style .current-menu-parent a.elementor-item-anchor .sub-arrow svg path{ fill: #FFA440 !important;}
.scroll-blur{
backdrop-filter: blur(55px)

}
.scroll-arrow .elementor-swiper-button:hover svg path, .serv-arrow .elementor-swiper-button:hover svg path, .local-loop .elementor-swiper-button:hover svg path{
    fill:transparent;
    stroke: #fff;
}
.scroll-arrow .elementor-swiper-button svg path, .serv-arrow .elementor-swiper-button svg path, .local-loop .elementor-swiper-button:hover svg path, .title-txt a{
    transition: all 0.3s ease;
}
.scroll-arrow .swiper-slide-next .e-con-boxed, .serv-arrow .swiper-slide-active .service-loop, .local-loop .swiper-slide-active .location-design{
    background-color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) !important;
	border:1px solid #fff !important;
}
.related-serv .service-sec2{
	padding:0 !important;
	border:0 !important;
	box-shadow:none !important;
}
.related-serv .service-sec2 .e-con-inner{
		padding:0 !important;
}
.acc-sec details{
	border-bottom: 1px solid #D7D7D7 !important;
}
.acc-sec details.e-n-accordion-item[open] summary{
padding-bottom:0px !important;
}
.acc-sec details summary.e-n-accordion-item-title:focus{
	outline:0px !important;
}
.acc-sec .e-n-accordion-item[open]{
	box-shadow: 0px 4px 50px 0px #0000001A;
   border-radius:20px;
	border-bottom-color:#fff !important;
}
.acc-sec details.e-n-accordion-item.prev-active{
border-bottom-color:#fff !important;
}
.title-txt a:hover{
	color:#FFA440 !important;
}
@media(max-width:1560px) and (min-width:1201px){
	html{
		zoom:80%;
		zoom:0.80;
	}
}