/*
 * Global CSS
 * */

body.page-id-1620 {
	--white-color: var(--e-global-color-);	
	--white-color: #FFF;
	--primary: #995639;
	--secondary: #131F38;
	--text: #666666;
	--accent: #995639;
	--bg-color: #FDEAE1;
}

body.page-id-1620 .br-desktop-none br{
    display: none;
}

body.page-id-1620 figure,
body.page-id-1620 .elementor-widget-image-carousel .swiper .swiper-slide figure{
    line-height: 0;
}

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

body.page-id-1620 .elementor-widget-icon .elementor-icon-wrapper,
body.page-id-1620 .elementor-widget-icon-box .elementor-icon-box-icon{
    line-height: 0;
}

body.page-id-1620 .icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

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

body.page-id-1620 .icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* Button CSS */

body.page-id-1620 .elementor-widget-button .elementor-button-wrapper{
	line-height: 0;
}

body.page-id-1620 .elementor-widget-button .elementor-button{
	position: relative;
    transition: all 0.3s ease-in-out;
	overflow: hidden;
	z-index: 1;
}

body.page-id-1620 .elementor-widget-button .elementor-button:before{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--accent);
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

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

body.page-id-1620 .dark-btn.elementor-widget-button .elementor-button:before{
	background: var(--white-color);
}

body.page-id-1620 .no-bg.elementor-widget-button .elementor-button:before,
body.page-id-1620 .underline-btn.elementor-widget-button .elementor-button:before{
	display: none;
}

body.page-id-1620 .elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

body.page-id-1620 .elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
}

body.page-id-1620 .elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 16px;
	height: 16px;
}

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

body.page-id-1620 .underline-btn.elementor-widget-button .elementor-button .elementor-button-text{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: 10%;
	text-underline-position: from-font;	
}

/* Icon & Images Box CSS */
body.page-id-1620 .elementor-widget-icon-box .elementor-icon-box-description a,
body.page-id-1620 .elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

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

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

body.page-id-1620 .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 */
body.page-id-1620 .elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a, 
body.page-id-1620 .elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus, 
body.page-id-1620 .elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0 !important;
}

/* Section Title CSS */
body.page-id-1620 .section-title h3.elementor-heading-title{
	position: relative;
}

body.page-id-1620 .section-title h3.elementor-heading-title::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    background-color: var(--e-global-color-accent);
    mask-image: url(./images/icon-sub-heading.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 35px;
    height: 35px;
    transform: translate(2px, -60%);
}

@media only screen and (max-width: 1320px) {
	
	body.page-id-1620 .container-padding-left{
		padding-left: 10px;
	}
	
	body.page-id-1620 .container-padding-right{
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	
	body.page-id-1620 .br-tablet-none br{
		display: none;
	}
	
	body.page-id-1620 .container-padding-left{
		padding-left: var(--padding-left);
	}
	
	body.page-id-1620 .container-padding-right{
		padding-right: var(--padding-right);
	}
}

@media only screen and (max-width: 767px) {
	
	body.page-id-1620 .br-mobile-none br{
		display: none;
	}

}

/* If Header Position Wad Fix The This CSS are Use */
body.page-id-1620 .elementor-editor-active #elementor-add-new-section{
	margin: 0 auto;
	padding: 150px 0;
}

body.page-id-1620 .elementor-editor-active #elementor-add-new-section > .elementor-add-section-inner{
	position: relative;
}

@media only screen and (max-width: 991px){
	
	body.page-id-1620 .elementor-editor-active #elementor-add-new-section{
		padding: 150px 0 100px;
	}
}


/* 
 * Header CSS 
 * */

/* For Editor if Header BG Color Was White OR Transparent */
/* body .site-header,
body.hello-elementor-default .elementor-location-header,
body.elementor-editor-active .elementor-location-header,
body.elementor-template-full-width .elementor-location-header{
	background-color: var(--e-global-color-primary);
} */

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

body.page-id-1620 .main-header.elementor-sticky.elementor-sticky--effects{
	background: #00000099;
	backdrop-filter: blur(20px);
}

body.page-id-1620 .header-logo img[src$=".svg"]{
	width: auto !important;
}

body.page-id-1620 .header-logo img{
	transition: all 0.3s ease-in-out;
}

body.page-id-1620 .main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
	max-width: 140px;
}

body.page-id-1620 .mobile-menu{
	display: none !important;
}

body.page-id-1620 .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
body.page-id-1620 .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	transition: all 0.3s ease-in-out;
}

body.page-id-1620 .main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
body.page-id-1620 .main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	margin-top: 39px !important;
}

@media only screen and (max-width: 1024px) {
	
	body.page-id-1620 .header-menu-container{
		padding-left: var(--padding-left);
	}
	
	body.page-id-1620 .mobile-menu{
		display: block !important;
	}
	
	body.page-id-1620 .main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 28px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	
	body.page-id-1620 .main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
		max-width: 100px;
	}
	
	body.page-id-1620 .main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 23px !important;
	}	
	
}



/*
 * Home Page CSS
 * */

.hero-img,
.hero-img .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.hero-img:before{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	background-color: var(--accent);
	width: 300px;
	height: 300px;
	z-index: -1;
}

.hero-img .elementor-widget-container:before,
.hero-img .elementor-widget-container:after{
	--border-width: 3px;
	--border-height: 74%;
	content: '';
	position: absolute;
	top: 50px;
	left: auto;
	right: -10px;
	background-color: var(--accent);
	width: var(--border-height);
	height: var(--border-width);
}


.hero-img .elementor-widget-container:after{
	top: -10px;
	right: 50px;
	background-color: var(--accent);
	height: var(--border-height);
	width: var(--border-width);
}

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

/* About Us CSS */ 

.about-img{
	position: relative;
	z-index: 1;
}

.about-img:before{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	background-color: var(--accent);
	width: 300px;
	height: calc(100% - 50px);
	z-index: -1;
}

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

/* Why Choose Us CSS */

.why-choose-us-img-container{
	position: relative;
	z-index: 1;
}

.why-choose-us-img-container .elementor-widget-spacer{
	top: 50%;
	left: 50%;
	height: calc(var(--container-widget-width) - 10%);
	transform: translate(-50%, -50%);
}

.why-choose-us-img-container .elementor-spacer{
	position: relative;
}

.why-choose-us-img-container .elementor-spacer:before,
.why-choose-us-img-container .elementor-spacer:after{
	content: '';
	position: absolute;
	top: -20px;
	left: auto;
	right: -20px;
	background-color: var(--secondary);
	clip-path: path("M79 0V125H77V2H0V0H79Z");
	width: 79px;
	height: 125px;
}

.why-choose-us-img-container .elementor-spacer:after{
	top: auto;
	bottom: -20px;
	right: auto;
	left: -20px;
	clip-path: path("M0 215V0H2V213H149V215H0Z");
	width: 149px;
	height: 215px;
}

.why-choose-us-img img{
	aspect-ratio: 1 / 0.735;
    object-fit: cover;
}

/* Services CSS */

.services-img{
	position: relative;
	z-index: 1;
}

.services-img:before{
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	border: 2px solid var(--secondary);
	background-color: transparent;
	width: 100%;
	height: 100%;
	z-index: -1;
}

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

/* Our Featured Image CSS */

.our-featured-img{
	position: relative;
	z-index: 1;
}

.our-featured-img:before{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	background-color: var(--accent);
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	z-index: -1;
}

.our-featured-img img{
	aspect-ratio: 1 / 0.99;
	object-fit: cover;
}


.our-featured-icon-box{
	position: relative;
	z-index: 1;
}

.our-featured-icon-box:before{
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	border: 2px solid var(--secondary);
	background-color: transparent;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* Text Box Overlay Section CSS */

.text-box-overlay-section-img{
	position: relative;
	z-index: 1;
}

.text-box-overlay-section-img:before{
	content: '';
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--accent);
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	z-index: -1;
}

.text-box-overlay-section-img img{
	aspect-ratio: 1 / 0.877;
	object-fit: cover;
}

/* Client Logo Slider CSS  */

.client-logo-slider .swiper-slide figure{
	max-width: 280px;
	margin: 0 auto !important;
}

/* Our Expertise CSS */

.our-expertise-icon-box.our-featured-icon-box:before{
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}

/* FAQ CSS */

.faq-img{
	position: relative;
}

.faq-img:before{
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--accent);
	width: 100%;
	height: 355px;
	z-index: -1;
}

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

.faq-accordion .e-n-accordion-item[open]> .e-n-accordion-item-title{
	border-bottom-color: transparent !important;
}

.faq-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg{
	transition: all 0.4s ease-in-out;
}

.faq-accordion .e-n-accordion-item[open]> .e-n-accordion-item-title .e-n-accordion-item-title-icon svg{
	transform: scaley(-1);
}

/* Product CSS */

.product-box{
	position: relative;
}

.product-box:before{
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: auto;
	bottom: auto;
	border: 2px solid var(--secondary);
	background-color: transparent;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* Our Team CSS */

.team-img-box:before{
	height: calc(100% - 10px);
}

@media only screen and (max-width: 1024px) {
	
	.services-img img{
		aspect-ratio: 1 / 1.1;
	}
	
	/* Client Logo Slider CSS */
	
	.client-logo-slider .swiper-slide figure{
		max-width: 200px;
	}
	
	/* FAQ CSS */
	
	.faq-img img{
		aspect-ratio: 1 / 1.05;	
	}
	
}

@media only screen and (max-width: 767px) {
	
	
	.hero-img:before{
		width: 150px;
		height: 150px;
	}
	
	.hero-img .elementor-widget-container:before, .hero-img .elementor-widget-container:after{
		--border-width: 2px;
		--border-height: 50%;
	}
	
	.hero-img .elementor-widget-container:before{
		top: 40px;
	}
	
	.hero-img .elementor-widget-container:after{
		right: 40px;
	}
	
	.hero-img img {
		aspect-ratio: 1 / 1.1;
	}
	
	/* About Us CSS */
	.about-img:before{
		width: 40%;
		height: 85%;
	}
	
	.about-img img{
		aspect-ratio: 1 / 1.1;
	}
	
	/* Why Choose Us CSS */
	.why-choose-us-img-container .elementor-spacer:before{
		clip-path: path("M0 215V0H2V213H149V215H0Z");
		width: 149px;
		height: 215px;
		transform: scale(-1);	
	}
	
	/* Services CSS */
	.services-img img{
		aspect-ratio: 1 / 0.9;
	}
	
	/* FAQ CSS */
	
	.faq-img:before{
		height: 250px;
	}
	
	.faq-img img{
		aspect-ratio: 1 / 1.25;	
	}
	
	
}

















