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

/*
    Add your custom styles here
*/

/*
 * Global CSS
 * */

body{
	--white-color:		var(--e-global-color-085a1fb);
	--light-bg:			var(--e-global-color-5a836c7);
	--dark-blue:        #155b77;
}

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

figure{
    line-height: 0;
}

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

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

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

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

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

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

/* Button CSS */

.elementor-widget-button .elementor-button{
	position: relative;
	overflow: hidden;
}

.elementor-widget-button .elementor-button:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--e-global-color-secondary);
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.btn-white-bg.elementor-widget-button .elementor-button:before{
	background: var(--white-color);
}

.black-bg.elementor-widget-button .elementor-button:before{
	background: var(--e-global-color-accent);
}

.elementor-widget-button .elementor-button:hover:before,
.elementor-widget-button .elementor-button:focus:before{
	width: 100%;
    left: 0;
    right: auto;
}

.no-bg.elementor-widget-button .elementor-button:before{
	display: none;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	position: relative;
	align-items: center;
	z-index: 1;
}

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

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 18px;
	transition: all 0.3s ease-in-out;
}

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

/* Text Editor CSS */
.elementor-widget-text-editor p a,
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.elementor-widget-text-editor p a:hover{
    text-decoration: underline;
}

/*  Tab Widget CSS */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:focus{
    border-radius: var(--n-tabs-title-border-radius);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s;
}

/* Menu Border CSS */
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0 !important;
}


h1.elementor-heading-title span,
h2.elementor-heading-title span{
	font-family: var(--e-global-typography-6452639-font-family), Sans-serif;
    font-weight: var(--e-global-typography-6452639-font-weight);
    text-transform: var(--e-global-typography-6452639-text-transform);
    font-style: var(--e-global-typography-6452639-font-style);
    line-height: var(--e-global-typography-6452639-line-height);
	color: var(--e-global-color-secondary);
}

.no-color h1.elementor-heading-title span,
.no-color h2.elementor-heading-title span{
	color: currentcolor;
}

.dark-color h1.elementor-heading-title span,
.dark-color h2.elementor-heading-title span{	
	color: var(--e-global-color-text);
}

/* Section Title CSS */
.section-title .elementor-heading-title{
	display: inline-block;
	background-color: var(--e-global-color-secondary);
	border-radius: 20px;
	padding: 7px 20px;
}


.white-bg.section-title .elementor-heading-title{
	background-color: var(--white-color);
}

.column-2 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.column-2 ul li{
	width: calc(50% - 10px);
}

@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;
	}
	
	.column-2 ul{
		gap: 10px;
	}

	.column-2 ul li{
		width: 100%;
	}	
}

/* 
 * Header CSS 
 * */

.mobile-menu{
	display: none !important;
}

.main-header.elementor-sticky{
	transition: all 0.3s ease-in-out
}

.header-btn .elementor-button:before{
/* 	background: var(--e-global-color-accent); */
}

.header-btn .elementor-button .elementor-button-icon svg{
	width: 24px;
}

.main-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item{
	position: relative;
}

.main-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item:after{
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	left: auto;
	right: 0;
	width: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	transition: all 0.4s ease-in-out
}

.main-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item:hover:after{
	width: 100%;
	left: 0;
	right: auto;
}

.main-header-menu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a.elementor-item.elementor-item-active:after{
	width: 100%;
}

.header2-container{
	position: fixed !important;
	top: -110px !important;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: all 0.4s ease-in-out !important;
}

.header2-container.header-show{
	top: 0 !important;
}

.header-contact-btn{
	
}

@media only screen and (max-width: 1024px) {
	
	.mobile-menu{
		display: block !important;
	}
	
	.desktop-menu-container{
		background: transparent !important;
		box-shadow: none !important;
	}
	
	.header-btn .elementor-button .elementor-button-icon svg{
		width: 20px;
	}

}

@media only screen and (max-width: 767px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 23px !important;
	}
	
	.header-btn .elementor-button .elementor-button-icon{
		display: none;
	}
	
	.header-btn .elementor-button .elementor-button-icon svg{
		width: 0;
	}
}

/*
 * Footer CSS
 * */
.contact-info .elementor-icon-list-items .elementor-icon-list-item{
	word-break: break-all;
}

.clinic-opne-hours .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}


/*
 * Home CSS
 * */

.hero-img img{
	aspect-ratio: 1 / 0.81;
	object-fit: cover;
}

.hero-video .elementor-wrapper{
	--video-aspect-ratio: 1.25 !important;
}

.no-bg.hero-btn.elementor-widget-button .elementor-button .elementor-button-text{
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.about-img-1 img{
	aspect-ratio: 1 / 1.1;
	object-fit: cover;
}

.about-img-2 img{	
	aspect-ratio: 1/0.69;
	object-fit: cover;
}

.years-experience,
.faq-contact-text-path .e-text-path svg{
	 animation: infiniterotate 20s infinite linear;
}

.years-experience-img{
	height: var(--container-widget-width);
}

@keyframes infiniterotate{
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.our-services-img img{
	aspect-ratio: 1 / 0.63;
	object-fit: cover;
}

.why-choose-video .elementor-custom-embed-image-overlay img{
	width: 100%;
	aspect-ratio: 1 / 0.715;
	object-fit: cover;
	border-radius: 20px;
}

.why-choose-video .elementor-custom-embed-play{
	height: 60px;
	width: 60px;
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-choose-video .elementor-custom-embed-play svg {
	filter: none;
	opacity: 1;
	text-shadow: none;
}

.service-areas-list .elementor-icon-list-items{
	gap: 20px;
}

.service-areas-list .elementor-icon-list-items .elementor-icon-list-item{
	background-color: var(--e-global-color-secondary);
	border-radius: 20px;
	padding: 6px 20px;
}

.home-faqs .e-n-accordion-item-title{
	transition: all 0.4s ease-in-out;	
}

/* Google Review CSS */
.sbr-feed{
	filter: drop-shadow(0px 0px 20px #14191E3D);
}

.sbr-feed .sbr-owl-stage{
	padding: calc( var(--column-gutter) / 2 ) 0 !important;
}

.sbr-feed .sbr-owl-item{
	padding: calc( var(--column-gutter) / 2 ) !important;
}

.sbr-feed .sb-post-item{
	padding: 30px;
	background: url("./images/testimonial-bg.png") no-repeat bottom left;
	background-size: contain;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	transition: all 0.3s ease-in-out;
	border-radius: 20px;
}

.sbr-feed .sbr-owl-item:hover .sb-post-item{
	background-color: var(--e-global-color-accent) !important;
}

.sbr-feed .sb-post-item .sb-item-provider-icon{
    display: none;
}

.sbr-feed .sb-post-item .sb-item-author-date-ctn{
	padding-right: 0 !important;
}

.sbr-feed .sb-post-item .sb-item-author-date-ctn,
.sbr-feed .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn,
.sbr-feed .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date{
	position: initial;
}

.sbr-feed .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn{
	order: 3;
    align-items: center;
	width: 100%;
}

.sbr-feed .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img{
	width: 60px;
    min-width: 60px;
    height: 60px;
}

.sbr-feed .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name{
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    letter-spacing: 0px;
    margin: 0 !important;
	transition: all 0.3s ease-in-out;
}

.sbr-feed .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;    
	transition: all 0.3s ease-in-out;
}

.sbr-feed .sb-post-item .sb-item-rating{
	order: 1;
    margin: 0 0 15px !important;
}

.sbr-feed .sb-post-item .sb-item-rating .sb-relative{
	line-height: 0;
}

.sbr-feed .sb-post-item .sb-item-rating .sb-relative .sb-item-rating-ctn .sb-item-rating-icon svg{
    margin: 0 6px;
	transition: all 0.3s ease-in-out;
}

.sbr-feed .sb-post-item .sb-item-text{
	position: relative;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
	margin-bottom: 20px !important;
	transition: all 0.3s ease-in-out;
}

.sbr-feed .sbr-owl-item:hover .sb-item-text,
.sbr-feed .sbr-owl-item:hover .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name,
.sbr-feed .sbr-owl-item:hover .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date{
	color: var(--e-global-color-primary) !important;
}

.sbr-feed .sbr-owl-item:hover .sb-item-rating{
	color: var(--e-global-color-primary) !important;
}

.sbr-feed .sb-post-item .sb-item-text a{
	color: inherit;
}

.sbr-feed .sbr-owl-dots{
	margin-top: 0 !important;
	line-height: 0;
}

.sbr-feed .sbr-owl-dots .sbr-owl-dot span{
	background: rgb(from var(--white-color) r g b / 50%);
	opacity: 1;
	margin: 0px 7px;
	width: 30px;
	height: 8px;
	transition: all 0.3s ease-in-out;
}

.sbr-feed .sbr-owl-dots .sbr-owl-dot:hover span,
.sbr-feed .sbr-owl-dots .sbr-owl-dot.active span{
	background: var(--e-global-color-accent);
}


@media only screen and (max-width: 1024px){
	
	.hero-img img {
        aspect-ratio: 1 / 0.66;
    }
	
	.about-img-1 img{
		aspect-ratio: 1/0.85;
	}
	
	.our-services-img img{
		aspect-ratio: 1 / 0.66;
	}
	
	.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list-item{
		font-size: 14px;
	}
	
	.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list-item{
		padding: 6px 12px;
	}
	
	/* Google Review Testimonial CSS */

	.sbr-feed .sb-post-item{
		padding: 15px;
	}

	.sbr-feed .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img {
		width: 50px;
		min-width: 50px;
		height: 50px;
	}

	.sbr-feed .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name{
		font-size: 16px !important;
	}

	.sbr-feed .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date{
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.why-choose-video .elementor-custom-embed-play{
		height: 50px;
		width: 50px;
	}
	
	.sbr-feed .sbr-owl-dots .sbr-owl-dot span{
		width: 20px;
    	height: 6px;
	}
}

/*
 * About CSS
 * */

.subpage-breadcumbs .elementor-icon-list-items .elementor-icon-list-item:after{
	transform: rotate(10deg);
}

.about-us-img-1 img{
	object-fit: cover;
    aspect-ratio: 1 / 1.15;
}

.about-us-img-2 img{
	object-fit: cover;
    aspect-ratio: 1 / 1.045;
}

.about-author-box .elementor-image-box-wrapper{
	display: flex;
}

.about-author-box .elementor-image-box-wrapper figure{
	margin-right: 20px !important;
}

.years-of-experience{
	animation: customerreviewobject 3s infinite linear alternate;
}

.why-choose-video .elementor-custom-embed-image-overlay{
	position: relative;
}

.why-choose-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play i,
.why-choose-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play svg{
	opacity: 1 !important;
	text-shadow: none !important;
}

.why-choose-video.about-why-choose-video .elementor-wrapper.elementor-open-lightbox{
	--video-aspect-ratio: 3;
}

.why-choose-video.about-why-choose-video img{
	aspect-ratio: 1 / 0.462;
}

@keyframes customerreviewobject{
	50%{
		right: 100px;
	}
}

.team-item{
	overflow: hidden !important;	
}

.team-img img{
	object-fit: cover;
	aspect-ratio: 1 / 1.06;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-img img{
	transform: scale(1.1) !important;
}

.team-social-icon{
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-social-icon{
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}

.why-choose-us-box .elementor-heading-title,
.why-choose-us-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title,
.why-choose-us-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	transition: all 0.3s ease-in-out;
}

.why-choose-us-box:hover .elementor-heading-title,
.why-choose-us-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title,
.why-choose-us-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	color: var(--white-color) !important;
}

@media only screen and (max-width: 1024px) {
	
	.why-choose-video.about-why-choose-video img{
			aspect-ratio: 1 / 0.715;
	}
}

@media only screen and (max-width: 767px){
	
	
	@keyframes customerreviewobject{
		50%{
			right: 40px;
		}
	}
}

/*
 * Cleaning Services CSS
 * */

.our-service-img img{
	filter: drop-shadow(-5px -5px 1.3px rgb(from var(--e-global-color-primary) r g b / 20%));
	aspect-ratio: 1 / 0.95;
	object-fit: cover;
}

.service-why-choose-box .elementor-widget-container{
	transition: all 0.4s ease-in-out;
}

.service-why-choose-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon,
.service-why-choose-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title,
.service-why-choose-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description,
.service-why-choose-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description a{
	transition: all 0.4s ease-in-out;
}

.service-why-choose-box:hover .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon,
.service-why-choose-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title,
.service-why-choose-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description,
.service-why-choose-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description a{
	color: var(--white-color);
}

.our-process-contact-btn:after{
	content: '';
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 245px;
	background: url("./images/contact-arrow-icon.svg")no-repeat;
    background-size: auto;
	height: 60px;
	width: 86px;
}

.our-process-contact-btn .elementor-button:before{
/* 	background-color: var(--e-global-color-accent); */
}

.our-process-contact-btn .elementor-button .elementor-button-icon svg{
	width: 24px;
}

.our-process-img img{
	aspect-ratio: 1 / 0.75;
	object-fit: cover;
}

.our-process-items{
	counter-reset: section;	
}

.our-process-items:before{
	content: '';
	position: absolute;
	top: 0;
	left: 30px;
	border: 1px dashed rgb(from var(--e-global-color-primary) r g b / 20%);
	width: 1px;
	height: 100%;
	z-index: -1;
}

.our-process-content{
	counter-increment: section;
}

.our-process-content .elementor-icon-box-wrapper .elementor-icon-box-content{
	padding-top: 30px;
}

.our-process-content .elementor-icon-box-wrapper .elementor-icon-box-content:before{
	content: "STEP " counter(section) "";
	position: absolute;
	top: 0;
	color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family );
    font-size: 14px;
    font-weight: var( --e-global-typography-text-font-weight );
}

.services-counter .elementor-counter .elementor-counter-title{
	text-align: center;
}

.our-portfolio-img img{
	aspect-ratio: 1 / 0.88;
		object-fit: cover;
}

.services-faq-img-1 img{
	aspect-ratio: 1 / 2.21;
	object-fit: cover;
}

.services-faq-img-2 img,
.services-faq-img-3 img{
	aspect-ratio: 1 / 1.08;
	object-fit: cover;
}

.faq-contact-text-path{	
	 transform: translate(-50px, -50px) !important;
}



@media only screen and (max-width: 1024px){	
	
	.our-service-img img{
		aspect-ratio: 1 / 0.80;
	}

	.our-process-img img{
		aspect-ratio: 1 / 0.66;
	}
	
	.our-process-contact-btn .elementor-button .elementor-button-icon svg{
		width: 20px;		
	}
	
	.services-faq-img-1 img{
		aspect-ratio: 1 / 1.70;
	}
	
	.services-faq-img-2 img ,
	.services-faq-img-3 img{
		aspect-ratio: 1 / 0.82;
	}
}

@media only screen and (max-width: 767px){
	
	.our-process-contact-btn:after,
	.our-process-items:before{
		display: none;
	}
	
	.our-process-content .elementor-icon-box-wrapper{
		padding-top: 30px;
	}	
	
	.our-process-content .elementor-icon-box-wrapper .elementor-icon-box-content{
		padding-top: 0;
	}
	
	.services-faq-img-1 img{
		aspect-ratio: 1 / 1.77;
	}
	
}

/*
 * Invisalign Services CSS
 * */

.service-why-choose-box.is-service-choose-us .elementor-icon-box-icon .elementor-icon {
    position: relative;
    overflow: hidden;
}

.service-why-choose-box.is-service-choose-us .elementor-icon-box-icon .elementor-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-why-choose-box.is-service-choose-us:hover .elementor-icon-box-icon .elementor-icon:before {
    transform: scale(1.1);
}

.service-why-choose-box.is-service-choose-us .elementor-icon-box-icon .elementor-icon svg{
	transition: all 0.4s ease-in-out;
}

.service-why-choose-box.is-service-choose-us:hover .elementor-icon-box-icon .elementor-icon svg{
    color: var(--e-global-color-primary);
}

.invisalign-wwa-img img{
	aspect-ratio: 1 / 0.81;
	object-fit: cover;
}

@media only screen and (max-width: 1024px){
	
	.invisalign-wwa-img img{
		aspect-ratio: 1 / 0.66;
	}
}

/*
 * Whitening Services CSS
 * */
.whitening-services-Progress-bar.elementor-widget-progress .elementor-progress-wrapper{
	margin-top: 20px;
}

.whitening-services-Progress-bar.elementor-widget-progress  .elementor-progress-bar{
	border-radius: 100px;
}

.whitening-services-Progress-bar .elementor-progress-wrapper{
	position: inherit !important;
}

.whitening-services-Progress-bar .elementor-progress-percentage{
	position: absolute;
	top: 6px;
	right: 0;
	padding:0;
}

.faq-img img{
	aspect-ratio: 1 / 1.20;
	object-fit: cover;
}

@media only screen and (max-width: 767px){

	.whitening-services-Progress-bar.elementor-widget-progress .elementor-progress-wrapper{
		margin-top: 10px;
	}
}

/*
 * Contact Us CSS
 * */

.contact-us-icon-box p.elementor-icon-box-description{
	word-break: break-all;
}

@media only screen and (max-width: 1024px){}

/*
 * Blog List CSS
 * */

.blog-item-featured-img img{
	aspect-ratio: 1 / 0.678;
	object-fit: cover;
}

.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list{
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    color: transparent;
}

.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list-item{
	font-size: 16px;
    display: none;
}

.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list-item:first-child{
    display: block;
	color: var(--white-color);
}

.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list-item{
    background: var(--e-global-color-primary);
    padding: 8px 15px;
	border-radius: 100px;
	transition: all 0.3s ease-in-out;
}

.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list-item:hover{
	background: var(--e-global-color-secondary);
}

.blog-archive-loop .elementor-pagination{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 0;
	margin-top: 30px;
}

.blog-archive-loop .elementor-pagination .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--light-bg);
	color: var(--e-global-color-secondary);
	width: 50px;
	height: 50px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.blog-archive-loop .elementor-pagination .page-numbers.current,
.blog-archive-loop .elementor-pagination .page-numbers:hover{
	background-color: var(--e-global-color-accent);
	color: var(--white-color);
}

.blog-archive-loop .elementor-pagination .page-numbers.prev,
.blog-archive-loop .elementor-pagination .page-numbers.next{
	font-size: 0;
	background-image: url("./images/left-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
}

.blog-archive-loop .elementor-pagination .page-numbers.prev:hover,
.blog-archive-loop .elementor-pagination .page-numbers.prev:focus{
	background-image: url("./images/left-white-arrow.svg");
}

.blog-archive-loop .elementor-pagination .page-numbers.next{
	background-image: url("./images/right-arrow.svg");
}

.blog-archive-loop .elementor-pagination .page-numbers.next:hover,
.blog-archive-loop .elementor-pagination .page-numbers.next:focus{
	background-image: url("./images/right-white-arrow.svg");
}



@media only screen and (max-width: 1024px) {
	
	.blog-archive-loop .elementor-pagination .page-numbers{
		height: 40px;
		width: 40px;
	}
	
	.blog-archive-loop .elementor-pagination .page-numbers.prev,
	.blog-archive-loop .elementor-pagination .page-numbers.next{
		background-size: 16px auto;
	}
}

/*
 * Blog Single CSS
 * */

.post-featured-img img{
	aspect-ratio: 1 / 0.46875;
	object-fit: cover;
}

.post-entry p{
	margin-bottom: 1.5em;
}

.post-entry a,
.post-entry a strong,
.post-entry p strong{
	color: var(--e-global-color-accent);
	transition: all 0.3s ease-in-out;
}

.post-entry a:hover{
	text-decoration: underline;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
	color: var(--e-global-color-primary);
	margin: 0.4em 0 0.6em;
}

.post-entry h1{
	font-size: 70px;
}

.post-entry h2{
	font-size: 44px;
}

.post-entry h3{
	font-size: 36px;
}

.post-entry h4{
	font-size: 32px;
}

.post-entry h5{
	font-size: 28px;
}

.post-entry h6{
	font-size: 26px;
}

.post-entry ul{
	list-style: none;
}

.post-entry ul,
.post-entry ol{
	padding: 0;
	margin: 20px 0;
}

.post-entry ol{
	padding-left: 20px;
}

.post-entry ul li,
.post-entry ol li{
	position: relative;
	margin-bottom: 15px;
}

.post-entry ul li{
	padding-left: 25px;
}

.post-entry ol li{
	padding-left: 5px;
}

.post-entry ul li:last-child,
.post-entry ol li:last-child{
	margin-bottom: 0;
}
 
.post-entry ul li:before{
	content: '\f058';
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	font-weight: 900;
	top: 0px;
	left: 2px;
	color: var(--e-global-color-primary);
} 

.post-entry ol li::marker{
	font-size: 18px;
	font-weight: 500;
	color: var(--e-global-color-primary);
}

.post-entry ul li a,
.post-entry ul li a strong,
.post-entry ul li strong,
.post-entry ol li a,
.post-entry ol li a strong,
.post-entry ol li strong{
	color: var(--e-global-color-accent);
	transition: all 0.3s ease-in-out;
}

.post-entry ul li a:hover,
.post-entry ol li a:hover{
	text-decoration: underline;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
	margin: 15px 0;
}

.post-entry ul ul li:before,
.post-entry ul ol li:before,
.post-entry ol ul li:before{
	height: 8px;
	width: 8px;
}

.post-entry ol ol li::marker,
.post-entry ul ol li::marker{
	font-size: 16px;
}

.post-entry blockquote{
	position: relative;
	background-color: var(--e-global-color-accent);
	background-image: url("./images/quote.svg");
    background-repeat: no-repeat;
    background-position: top 30px left 70px;
    background-size: 80px auto;
	border-radius: 0;
    padding: 30px 30px 30px 170px;
	margin-left: 0;
	margin-right: 0;
    margin-bottom: 30px;
}

.post-entry blockquote p{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5em;
	color: var(--white-color);
}

.post-entry blockquote cite{
    font-size: 18px;
    color: var(--e-global-color-accent);
}

.post-entry .elementor-post-info__terms-list p{
	background-color: var(--e-global-color-accent);
	padding: 18px 36px 16px 34px; 
}

@media only screen and (max-width: 1024px){
	
	.post-featured-img img {
		aspect-ratio: 1 / 0.66;
	}
	
	.post-entry h1{
		font-size: 40px;
	}

	.post-entry h2{
		font-size: 34px;
	}

	.post-entry h3{
		font-size: 30px;
	}

	.post-entry h4{
		font-size: 28px;
	}

	.post-entry h5{
		font-size: 24px;
	}

	.post-entry h6{
		font-size: 22px;
	}
	
	.post-entry blockquote{
		padding: 25px 20px 20px 20px;
        background-position: top 5px left 20px;
		background-size: 50px auto;
		text-indent: 70px;
	}
	
	.post-entry blockquote p{
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.post-entry h1{
		font-size: 34px;
	}

	.post-entry h2{
		font-size: 28px;
	}

	.post-entry h3{
		font-size: 24px;
	}

	.post-entry h4{
		font-size: 22px;
	}

	.post-entry h5{
		font-size: 20px;
	}

	.post-entry h6{
		font-size: 18px;
	}
	
	.post-entry blockquote{
		background-position: top 10px left 15px;
        background-size: 35px;
        text-indent: 40px;
        padding: 20px;
	}
	
	.post-entry blockquote p{
		font-size: 16px;
	}
	
	.post-entry ul li, .post-entry ol li{
		margin-bottom: 10px;
	}
	
	.post-entry ul li:before{
		font-size: 16px;
	}
	
	.post-entry ul ul li:before, .post-entry ul ol li:before, .post-entry ol ul li:before{
		height: 7px;
    	width: 7px;
	}
	
	.post-entry ol li::marker{
		font-size: 16px;
	}
	
	.post-entry ol ol li::marker, .post-entry ul ol li::marker{
		font-size: 14px;
	}
	
	.post-entry ul ul, .post-entry ul ol, .post-entry ol ol, .post-entry ol ul{
		margin: 10px 0;
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a{
		padding: 10px 20px;
		margin-right: 10px;
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a:before{
		top: 6px;
    	left: 6px;	
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a:after{
		right: 4px;
    	bottom: 4px;
	}
}

/*
 * Author Page CSS
 * */

.blog-post-loop-author{
	height: var(--container-widget-width);
}

.blog-post-loop-author .author-profile-photo img{
	border-radius: 50%;
}

.author-profile-photo img{
	width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* Author Archive Css */

.blog-single-author-img .author-profile-photo img{
	border-radius: 20px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.author-social-media{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.author-social-media li{
	line-height: 0;
}

.author-social-media li a{
	font-size: 0;
	position: relative;
}

.author-social-media li a:before{
	content: '\f39e';
	display: flex;
	align-items: center;
	justify-content: center;
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    font-weight: 400;
	line-height: 1em;
	background-color: var(--white-color);
	border-radius: 50%;
	color: var(--e-global-color-primary);
	width: 40px;
	height: 40px;	
}

.author-social-media li a:hover:before{
	color: var(--white-color);
	background-color: var(--e-global-color-accent);
}

.author-social-media li.instagram a:before{
	content: '\f16d';
}

.author-social-media li.linkedin a:before{
	content: '\f0e1';
}

.author-social-media li.youtube a:before{
	content: '\f167';
}

.author-social-media li.twitter a:before{
	content: '\f099';
}

.author-social-media li.tiktok a:before{
	content: '\e07b';
}

/*
 * Global Form CSS
 * */

.gform_wrapper .gform_heading {
	display: none;
}

.gform_wrapper form .gform-body .gform_fields {
	row-gap: 30px;
	column-gap: 30px;
}

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

.gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: 500;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 13px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .gfield_label .gfield_required span{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 12px;
	color: var(--white-color);
}

.gform_wrapper form#gform_3 .gform-body .gform_fields .gfield .gfield_label .gfield_required span{
	color: var(--e-global-color-primary);
}

.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: 14px;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	background-color: var(--white-color);
	border-radius: 10px;
	border: none;
	box-shadow: none;
	height: auto;
	padding: 15px 20px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
	color: var(--e-global-color-text);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
	background-image: var(--gf-ctrl-select-icon);
	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 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,
.gform_wrapper form .gform-button:focus{
	outline: none !important;
	box-shadow: none;
}

.gform_wrapper form .gform-body .ginput_container_date input {
	width: 100%;
}

.gform_wrapper form .gform-body .gfield_time_hour,
.gform_wrapper form .gform-body .gfield_time_minute {
	width: 50%;
}

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

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

.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;
}

.gform_wrapper form .gform_footer {
	margin-top: 40px !important;
}

.gform_wrapper form .gform-button,
.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;
	text-transform: capitalize !important;
	background-color: var(--e-global-color-accent) !important;
	color: var(--white-color) !important;
	border: none !important;
	border-radius: 100px !important;
	padding: 15px 40px !important;
	transition: all 0.3s ease-in-out !important;
}

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

.gform_wrapper .gform_validation_errors {
	padding: 12px !important;
	margin-bottom: 20px !important;
	border-radius: 0px !important;
	border: 2px solid #FF0000 !important;
}

.gform_wrapper .gform_validation_errors .gform_submission_error {
	color: #FF0000 !important;
	font-size: 16px !important;
	font-weight: 600;
	font-style: normal;
}

.gform_wrapper .gform_validation_errors .gform-icon:before {
	color: #FF0000 !important;
}

.gform_wrapper .gfield_validation_message {
	color: #FF0000 !important;
	font-size: 14px;
	font-weight: 600;
}

.gform_wrapper .gform-loader{
	display: none;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.5em;
	background: var(--e-global-color-secondary);
	color: var(--white-color);
	border-radius: 20px;
	padding: 15px;
}

/* Home Page Form */
.free-eastimate-title{
	position: relative;
}

.free-eastimate-title:after{
	content:'';
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -22px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 22px solid var(--light-bg);
	border-bottom: 20px solid transparent;
	z-index: 1;
}

.free-estimate-form .gform-body .gform_fields{
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px !important;
    column-gap: 20px !important;
}

.free-estimate-form .gform-body .gform_fields .gfield {
	width: calc(20% - 16px);
}

.free-estimate-form .gform-body .gform_fields .gfield_label{
	display: none;
}

.free-estimate-form .gform_wrapper form .gform_footer{
	margin-top: 0 !important;
}

.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	color: var(--e-global-color-primary);
	padding: 14px 20px 14px 55px;
}

.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder{
	opacity: 1 !important;
	color: var(--e-global-color-primary);
}
	
.free-estimate-form .gform-body .name-field .ginput_container input,
.free-estimate-form .gform-body .phone-field .ginput_container input,
.free-estimate-form .gform-body .service-field .ginput_container,
.free-estimate-form .gform-body .email-field .ginput_container input,
.free-estimate-form .gform-body #field_4_11 .ginput_container input{
	background-image: url("images/user-icon.svg");
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 20px auto;
}

.free-estimate-form .gform-body .phone-field .ginput_container input{
	background-image: url("images/icon-phone.svg");
}

.free-estimate-form .gform-body .service-field .ginput_container{
	background-color: var(--white-color) !important;
	background-image: url("images/icon-service.svg");
	border-radius: 10px;
}

.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	background-color: transparent;
}

.free-estimate-form .gform-body .email-field .ginput_container input{
	background-image: url("images/icon-email.svg");
}

.free-estimate-form .gform-body #field_4_11 .ginput_container input{
	background-image: url("images/about-us.svg");
}

.free-estimate-form .gform_wrapper form .gform-body .gfield_error input,
.free-estimate-form .gform_wrapper form .gform-body .gfield_error select{
	border: 2px solid red !important;
}

.free-estimate-form .gform_validation_errors,
.free-estimate-form .gfield_validation_message{
	display: none !important;
}

.free-estimate-form .gform_wrapper form .gform_footer{
	margin-top: 0 !important;
}

.free-estimate-form .gform_wrapper form .gform-button{
	padding: 13.3px !important;
	border-radius: 10px !important;
}

.free-estimate-form .gform_wrapper form .gform-button:hover{
	background-color: var(--e-global-color-secondary);
}

.free-estimate-form .gform_confirmation_wrapper .gform_confirmation_message{
	background: var(--e-global-color-accent);
	font-size: 14px;
}

@media only screen and (max-width: 1024px) {

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

	.gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
		margin-bottom: 8px;
	}

	.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 {
		padding: 12px 15px;
	}

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

	.gform_wrapper form .gform_footer {
		margin-top: 30px !important;
	}

	.gform_confirmation_wrapper .gform_confirmation_message {
		font-size: 16px;
	}
	
	/* Home PAge Form */
	.free-eastimate-title:after{
		display: none;
/* 		top: auto;
		bottom: -22px;
		width: 0;
		height: 0;
		border-bottom: 20px solid transparent;
		border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 12px solid var(--e-global-color-secondary);
        position: absolute;
        top: 100%;
        right: 50%;
		transform: translate(0 , -50%); */
	}
	
	.free-estimate-form .gform-body .gform_fields .gfield {
		width: calc(50% - 10px);
	}
	
	.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
	.free-estimate-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
		padding: 12px 15px 12px 45px;
	}
	
	.free-estimate-form .gform-body .name-field .ginput_container,
	.free-estimate-form .gform-body .phone-field .ginput_container,
	.free-estimate-form .gform-body .service-field .ginput_container,
	.free-estimate-form .gform-body .location-field .ginput_container{
		background-position: left 15px center;
		background-size: 18px auto;
	}

}

@media only screen and (max-width: 767px) {

	.gform_wrapper form .gform-body .gform_fields {
		column-gap: 0;
	}
	
	.free-estimate-form .gform-body .gform_fields .gfield {
		width: 100%;
	}
}



/* consultation-form */


.consultation-form .gform_wrapper form .gform-body .gform_fields {
	row-gap: 20px;
	column-gap: 20px;
}

.consultation-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.consultation-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
.consultation-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
	color: #fff;
	background: transparent;
	border-radius: 20px;
	border: 1px solid #ffffff24;
}

.consultation-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.consultation-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
.consultation-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
	color: #fff !important;
	opacity: 0.5 !important;
}

.consultation-form .gform_wrapper form .gform_footer {
	justify-content: center;
}

/* Contact Form */

.contact-form .gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
	color: var(--e-global-color-text);
}

.contact-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.contact-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
.contact-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #66666624;
}

.contact-form .gform_wrapper form .gform_footer .gform_button {
	background-color: var(--e-global-color-accent) !important;
	color: var(--white-color) !important;
}

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

/* .elementor-widget-video .elementor-wrapper video {
	background: red !important;
} */



















