/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

/* Global CSS */
body{
	overflow-x: clip;	
}

.br-desktop-none br{
	display: none;
}

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

.text-editor-link-color.elementor-widget-text-editor p a,
.light-text-editor-link-color.elementor-widget-text-editor p a{
	font-weight: 600;
	color: inherit;
	transition: all 0.3s ease-out;	
}

.elementor-widget-icon .elementor-icon-wrapper{
	line-height: 0;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper{
	align-items: center;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
	margin-top: 0;
}

.elementor-widget-button .elementor-button{
	transition: all 0.3s ease-in-out;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
	background: #b6d348;
	position: relative;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

.dark-btn.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	background: #c6c8ca;
}

.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon{
	background: #c6c8ca;
}

.dark-btn.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon{
	background: #b6d348;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
	height: 1em;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg path{
	fill: initial;
}

/* Responsive Global CSS */

@media only screen and (max-width: 991px){
	
	.br-tablet-none br{
		display: none;
	}
}

@media only screen and (max-width: 767px){
	
	.br-mobile-none br{
		display: none;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
		width: 24px;
		height: 24px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg{
		width: 0.95em;
		height: 0.95em;
	}
}

/* Header CSS */
.accounting-header-menu nav ul li.highlighted-menu{
	display: none;
}

.main-header{
	filter: drop-shadow(0px 0px 10px #0000000D);
}

/* Footer CSS */
.footer-menu nav ul li.menu-item{
	position: relative;
	padding-left: 20px;
}

.footer-menu nav ul li.menu-item:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: var(--e-global-color-accent);
	border-radius: 50%;
	width: 6px;
	height: 6px;
	transform: translateY(-50%);
}

.footer-social-media ul li a .elementor-icon-list-icon{}

.footer-contact-info p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
	word-break: break-all;
}

.footer-contact-info p a:hover{
	text-decoration: underline;
}


/* 
 * Home CSS 
 * */

.accounting-right-column{
	overflow: hidden !important;
}

.accounting-right-column .elementor-widget-image{
	transform: rotate(18.4deg);
}

.accounting-long-arrow .elementor-icon svg{
	height: auto !important;
}

.accounting-review-testimonial .elementor-main-swiper{
	width: 100% !important;
}

.accounting-review-testimonial .swiper-wrapper .swiper-slide{
	padding: 30px;
}

.accounting-review-testimonial .elementor-testimonial .elementor-testimonial__header{
	align-items: center;
}

.accounting-review-testimonial .elementor-swiper-button{
	background: var(--e-global-color-accent);
	border-radius: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.accounting-review-testimonial .elementor-swiper-button:hover{
	background: #5DBA4A;
}

.accounting-review-testimonial .elementor-swiper-button:focus{
	outline: none;
	box-shadow: none;
}

.accounting-review-testimonial .elementor-swiper-button-prev{
	left: -100px !important;
}

.accounting-review-testimonial .elementor-swiper-button-prev i:before{
  	content: "\e8bf";
}

.accounting-review-testimonial .elementor-swiper-button-next{
	right: -100px !important;
}

.accounting-review-testimonial .elementor-swiper-button-next i:before{
  	content: "\e8c0";
}

.about-img1{
	position: relative;
}

.about-img1:before{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	border-radius: 50%;
	width: 110px;
	height: 110px;
	transform: translate(-40px , 36px);
	z-index: 0;
}

.about-img1 .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.about-img2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	background: url("./images/dots.svg") no-repeat center center;
	background-size: cover;
	width: 96px;
	height: 84px;
	transform: translate(0 , -84px);
	z-index: -1;
	opacity: 30%;
}

.executive-agents-image-box .elementor-image-box-wrapper{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.half-white-box-wrapper{
	position: relative;
	overflow: hidden !important;
}

.half-white-box-img,
.half-white-box-img img{
	height: 100%;
}

.half-white-box-img img{
	aspect-ratio: 1 / 1.3;
    object-fit: cover;
}

.services-image-box .elementor-image-box-wrapper figure img{
	aspect-ratio: 1 / 0.7;
    object-fit: cover;
}

.logo-image-box .elementor-image-box-content,
.logo-image-box .elementor-icon-box-content{
	border-top: 1px solid #3D4C1B80;
	padding-top: 30px;
}

.client-icon-box .elementor-icon-box-icon{
	line-height: 0;
}

.support-icon-box .elementor-cta__content .elementor-cta__icon .elementor-icon{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.faq-style .elementor-accordion .elementor-accordion-item{
	margin-bottom: 30px;
}

.faq-style .elementor-accordion .elementor-accordion-item:last-child,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-content p:last-child{
	margin-bottom: 0;
}

.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title{
	border-radius: 10px;
 	backdrop-filter: blur(10px);
	transition: all 0.3s ease-out;	
}

.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active{
	background-color: var(--e-global-color-accent);
}

.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title a,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span i{
	transition: all 0.3s ease-out;	
}

.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover a,
.faq-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover .elementor-accordion-icon span i:before{
	color: var(--e-global-color-primary);
}

.elementor-lightbox .swiper .swiper-wrapper .swiper-slide .elementor-video-wrapper iframe{
	width: auto;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a .elementor-carousel-image{
    width: 100%;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a .elementor-carousel-image:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a:hover .elementor-carousel-image:before{
	opacity: 0.3;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a .elementor-carousel-image .elementor-custom-embed-play i{
	opacity: 1;
	box-shadow: none;
	text-shadow: none;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a .elementor-carousel-image .elementor-custom-embed-play{
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.follow-us-carousel .swiper-wrapper .swiper-slide a:hover .elementor-carousel-image .elementor-custom-embed-play{
	opacity: 1;
	visibility: visible;
}


@media only screen and (max-width: 1510px){
	
	.accounting-review-testimonial .elementor-swiper-button-prev{
		left: -60px !important;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-next{
		right: -60px !important;
	}
}

@media only screen and (max-width: 1440px){
	
	.accounting-review-testimonial .elementor-swiper-button-prev{
		left: -50px !important;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-next{
		right: -50px !important;
	}
}

@media only screen and (max-width: 1400px){
	
	.accounting-review-testimonial .elementor-swiper{
		padding-bottom: 80px;
	}
	
	.accounting-review-testimonial .elementor-swiper-button{
		top: auto !important;
		bottom: -20px;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-prev{
		left: calc(50% - 50px) !important;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-next{
		right: calc(50% - 50px) !important;
	}
}

@media only screen and (max-width: 1024px){
	
	.accounting-right-column .elementor-widget-image{
		transform: rotate(0deg);
	}
	
	.half-white-box-img,
	.half-white-box-img img{
		height: auto;
	}
	
}

@media only screen and (max-width: 991px){
	
	.logo-image-box .elementor-image-box-content,
	.logo-image-box .elementor-icon-box-content{
		padding-top: 20px;
	}
	
	.support-icon-box .elementor-cta__content .elementor-cta__title br{
		display: none;
	}
	
	.support-icon-box .elementor-cta__content .elementor-cta__icon{
		margin-bottom: 25px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.accounting-first-box{
		background-position: top -30px center !important;
	}
	
	.accounting-review-testimonial .elementor-swiper{
		padding-bottom: 60px;
	}
	
	.accounting-review-testimonial .elementor-swiper-button{
		width: 36px;
		height: 36px;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-prev{
		left: calc(50% - 46px) !important;
	}
	
	.accounting-review-testimonial .elementor-swiper-button-next{
		right: calc(50% - 46px) !important;
	}
	
	.about-img1:before {
		width: 70px;
		height: 70px;
		transform: translate(-18px, 18px);
	}
	
	.about-img2:before{
		top: 5px;
		left: calc(100% - 90px);
		width: 86px;
		height: 74px;
	}
	
	.services-image-box .elementor-image-box-wrapper figure img{
		aspect-ratio: 1 / 0.66;	
	}
	
	.support-icon-box .elementor-cta__content .elementor-cta__icon{
		margin-bottom: 20px !important;
	}
	
	.support-icon-box .elementor-cta__content .elementor-cta__icon .elementor-icon{
		width: 70px;
    	height: 70px;	
	}
	
	.faq-style .elementor-accordion .elementor-accordion-item{
		margin-bottom: 20px;
	}
	
}


/* 
 * Gravity Form CSS
 * */

.gform_wrapper .gform_heading .gform_title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
	color: var(--e-global-color-text);
	margin: 0 0 20px;
}

.gform_wrapper form .gform-body .gform_fields{
	row-gap: 20px;
	column-gap: 20px;
	--gf-field-gap-x: 20px;
	--gf-field-gap-y: 20px;
}

.gform_wrapper form .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 1.6em;
	color: var(--e-global-color-text);
	background-color: #272828;
	border: 0;
	border-radius: 5px;
    box-shadow: none;
	height: auto;
	padding: 14px 20px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gf_placeholder{
	color: rgb(from var(--e-global-color-text) r g b / 50%);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	color: rgb(from var(--e-global-color-text) r g b / 50%);
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(255, 255, 255, 0.5)'/%3E%3C/svg%3E");
    background-position: var(--gf-ctrl-select-icon-position);
    background-repeat: no-repeat;
    background-size: var(--gf-ctrl-select-icon-size);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select[data-gtm-form-interact-field-id="0"]{
	color: var(--e-global-color-text);
}


.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select option{
	background-color: var(--white-color);
}

.gform_wrapper .gform-grid-row{
	margin-inline: 0;
	column-gap: var(--gf-field-gap-x);
	row-gap: 0;
}

.gform_wrapper .gform-grid-col{
	padding-inline: 0;
}

.gform_wrapper .gform-grid-col.ginput_address_line_1{
	margin-bottom: var(--gf-field-gap-y);
}

.gform-theme--foundation .ginput_address_city, 
.gform-theme--foundation .ginput_address_country, 
.gform-theme--foundation .ginput_address_state, 
.gform-theme--foundation .ginput_address_zip{
	inline-size: calc(50% - calc(var(--gf-field-gap-x)/ 2));
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date{
	position: relative;
	flex-direction: column;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date img{
	position: absolute;
	top: 50%;
	left: auto;
	right: 20px;
	opacity: 1;
	transform: translateY(-50%);
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date input{
	width: 100%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container{
	column-gap: 0;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container .gform-grid-col{
	inline-size: 50%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-number .ginput_container .instruction {
	display: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_footer .gform_button:focus{
	outline: none !important;
	box-shadow: none;
}

.gform-theme--foundation .gfield textarea.medium{
	min-block-size: auto;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 150px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 500;
	line-height: var(--e-global-typography-text-line-height);
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: #C8221E;
	margin-top: 0;
}

.contact-us-form .gform_validation_errors{
	padding: 10px;
	margin-bottom: 20px;	
}

.gform_wrapper form .gform_footer{
	--gf-form-footer-margin-y-start: 30px;
	justify-content: center;
}

.gform_wrapper form .gform_footer .gform_button{
	text-align: center;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-accent) !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 15px !important;
    transition: all 0.3s ease-in-out !important;
	box-shadow: none;
}

.gform_wrapper form .gform_footer .gform_button:hover{
	background-color: var(--e-global-color-secondary) !important;
}

.gform_wrapper form .gform_footer .gform-loader,
.gform_wrapper form .gform-loader{
	display: none !important;
	--gf-color-primary-rgb: 21,100,155;
	--gf-form-spinner-bg-color: rgba(var(--gf-color-primary-rgb), 0.1) !important;
	border-block-end-color: var(--e-global-color-primary);
	border-block-start-color: var(--gf-form-spinner-bg-color);
    border-inline-end-color: var(--gf-form-spinner-bg-color);
    border-inline-start-color: var(--e-global-color-primary);
}

.gform_wrapper .gform_validation_errors{
	padding: 10px;
    margin-bottom: 30px;
}

.gform_wrapper .gform_validation_errors h2.gform_submission_error{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: 500;
    line-height: 1.2em;
}

.gform_wrapper .gform_confirmation_message h2{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-text);
	margin: 0;
}

/**/



@media only screen and (max-width: 1024px){
	
	.gform_wrapper .gform_confirmation_message{
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px){
	
	.gform_wrapper form .gform-body .gform_fields{		
		column-gap: 0;
		row-gap: 20px;
		--gf-field-gap-x: 0;
		--gf-field-gap-y: 20px;
	}
	
	.gform_wrapper .gform-grid-col.address_city {
		margin-bottom: var(--gf-field-gap-y);
	}
	
	.gform-theme--foundation .ginput_address_city, 
	.gform-theme--foundation .ginput_address_country, 
	.gform-theme--foundation .ginput_address_state, 
	.gform-theme--foundation .ginput_address_zip{
		inline-size: 100%;
	}
	
	.gform_wrapper form .gform_footer{
		--gf-form-footer-margin-y-start: 20px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
		font-size: 12px;
	}
	
	.gform_wrapper .gform_confirmation_message{
		font-size: 20px;
	}
	
}