/* 
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{
	--divider-color: var(--e-global-color-5252009);
	--dark-divider-color: var(--e-global-color-5252009);
	--black-color: var(--e-global-color-241da61);
	--white-color: var(--e-global-color-secondary);
	overflow-x: clip;
}

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

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

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

.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-wrapper{
	line-height: 0;
}

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

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

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

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

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

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

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 16px;
	height: 16px;
}

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

.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: auto;
	text-underline-position: from-font;	
}

/* Icon & Images Box CSS */
.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;
}

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

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

	.container-padding-left{
		padding-left: 10px;
	}

	.container-padding-right{
		padding-right: 10px;
	}
}

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

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

	.container-padding-left{
		padding-left: var(--padding-left);
	}

	.container-padding-right{
		padding-right: var(--padding-right);
	}
}

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

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

}

/* 
* 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);
}



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

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

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

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

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



.hero-slider .elementor-slides-wrapper .swiper-pagination{
	bottom: 40px !important;
}

.hero-slider .elementor-slides-wrapper .swiper-pagination .swiper-pagination-bullet{
	border: 1px solid var(--white-color);
}

.why-choose-box:hover{
	background-color: var(--white-color);
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 30px;
	transform: translate3d(0px, -3px, 0px);
	transition: 0.3s ease-in-out;
}


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

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

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

.membership-slider img{
	width: 100%;
	max-width: 110px;
	height: 115px;
}

.application-slider img{
	width: 100%;
	max-width: 100px;
	height: 100px;
}


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

	.hero-slider .elementor-slides-wrapper .swiper-pagination{
		bottom: 20px !important;
	}
}

@media only screen and (max-width: 767px){
	.about-us-image-2 img{
		aspect-ratio: 1 / 0.65;
		object-fit: cover;
	}	

	.membership-slider img{
		max-width: 90px;
		height: 95px;
	}

	.application-slider img{
		max-width: 80px;
		height: 80px;
	}
}

/*
* Tools CSS
* 
* */

.quality-checking-image .elementor-swiper-button{
	display: flex;
	height: 50px;
	width: 50px;
	background: var(--e-global-color-241da61);
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.quality-checking-image .elementor-swiper-button:hover{
	background: var(--e-global-color-primary);
}

.quality-checking-image .elementor-swiper-button.elementor-swiper-button-prev{
	left: 0 !important;
}

.quality-checking-image .elementor-swiper-button.elementor-swiper-button-next{
	right: 0 !important;
}

.quality-checking-image .swiper-slide-inner img{
	width: 100%;
	aspect-ratio: 1 / 0.85;
	object-fit: cover;
}

.service-process-icon{
	position: relative;
}

.service-process-icon:after{
	position: absolute;
	content: '';
	background: url('images/arrow-img.png') no-repeat;
	background-position: center right;
	height: 33px;
	width: 33px;
	top: 100px;
	right: -33px;
	background-size: 100% auto;
	z-index: 2;
}

.service-process-icon-bottom{
	position: relative;
}

.service-process-icon-bottom:after{
	position: absolute;
	content: '';
	background: url('images/arrow-img.png') no-repeat;
	background-position: center bottom;
	height: 33px;
	width: 33px;
	bottom: -50px;
	right: 50%;
	transform: translatey(-50%);
	background-size: 100% auto;
	rotate: 90deg;
}

.service-process-icon-left{
	position: relative;
}

.service-process-icon-left:after{
	position: absolute;
	content: '';
	background: url('images/arrow-img.png') no-repeat;
	background-position: center left;
	height: 33px;
	width: 33px;
	top: 100px;
	left: -33px;
	background-size: 100% auto;
	rotate: 180deg;
}

.key-type-img img{
	width: 100%;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;	
}

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

	.service-process-icon:after{
		height: 25px;
		width: 25px;
		top: 50px;
		right: -25px;
	}

	.service-process-icon-bottom:after{
		height: 25px;
		width: 25px;
		bottom: -35px;
	}

	.service-process-icon-left:after{
		height: 25px;
		width: 25px;
		top: 50px;
		left: -26px;
	}
}

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

	.quality-checking-image .elementor-swiper-button{
		height: 40px;
		width: 40px;
	}

	.service-process-icon:after{
		top: auto;
		bottom: -40px;
		right: 50%;
		transform: translateY(-50%);
		rotate: 90deg;
	}

	.service-process-icon-bottom:after{
		right: 50%;
		left: auto;
		bottom: -40px;
	}

	.service-process-icon-left:after{
		top: auto;
		right: 50%;
		left: auto;
		bottom: -40px;
		transform: translateY(-50%);
		rotate: 90deg;
	}
}


/* Blog Page Css */


.page-blog-grid .elementor-pagination .page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding-top: 1px;
	background-color: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
}

.page-blog-grid .elementor-pagination .page-numbers.dots{
	color: var(--white-color);
}

.page-blog-grid .elementor-pagination .page-numbers.prev,
.page-blog-grid .elementor-pagination .page-numbers.next{
	text-indent: -9999px;
}

.page-blog-grid .elementor-pagination .page-numbers.current,
.page-blog-grid .elementor-pagination .page-numbers:hover,
.page-blog-grid .elementor-pagination .page-numbers:focus{
	background-color: var(--black-color);
}

.page-blog-grid .elementor-pagination .page-numbers.prev{
	background-image: url('images/prev-arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;;
	background-size: 16px auto;
}

.page-blog-grid .elementor-pagination .page-numbers.next{
	background-image: url('images/next-arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;;
	background-size: 16px auto;
}

.page-blog-grid .elementor-pagination span.prev,
.page-blog-grid .elementor-pagination span.next{
	display: none;
}

/* Blog Single Css */
.blog-single-featured-img img{
	aspect-ratio: 1 / 0.55 !important;
}

.blog-single-content p{
	margin-bottom: 15px;
}

.blog-single-content p a,
.blog-single-content ul li a,
.blog-single-content ol li a{
	color: var(--e-global-color-primary);
	font-weight:500;
}

.blog-single-content p a:hover,
.blog-single-content ul li a:hover,
.blog-single-content ol li a:hover{
	color: var(--e-global-color-primary);
}

.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5{
	margin: 5px 0 10px;
	color: var(--e-global-color-primary);
}

.blog-single-content h2{
	font-size: 36px;
}

.blog-single-content h3{
	font-size: 32px;
}

.blog-single-content h4{
	font-size: 28px;
}

.blog-single-content h5{
	font-size: 24px;
}


.blog-single-content ul{
	list-style: none;
	padding: 0;
}

.blog-single-content ul ul{
	margin: 10px 0 0 0; 
}

.blog-single-content ul li{
	padding-left:  25px;
	margin-bottom: 10px;
	position: relative;
}

.blog-single-content ul li:before{
	content: "\f058";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	color: var(--e-global-color-primary);
	top: 5px;
	left: 0;
	display: inline-block;
	line-height: normal;
	position: absolute;
}

.blog-single-content .elementor-widget-container ol li{
	margin-bottom: 15px;
}

.blog-single-content .elementor-widget-container ol li::marker{
	font-weight: 700;
}



@media only screen and (max-width: 991px) {
	.blog-single-featured-img img{
		aspect-ratio: 1 / 0.8 !important;
	}

	.blog-single-content h2{
		font-size: 32px;
	}

	.blog-single-content h3{
		font-size: 28px;
	}

	.blog-single-content h4{
		font-size: 24px;
	}

	.blog-single-content h5{
		font-size: 20px;
	}
}



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

	.blog-single-content h2{
		font-size: 26px;
	}

	.blog-single-content h3{
		font-size: 22px;
	}

	.blog-single-content h4{
		font-size: 20px;
	}

	.blog-single-content h5{
		font-size: 18px;
	}

}	


/* Contact Us Css */


.contact-info-box .elementor-icon-box-wrapper .elementor-icon-box-content p a.mail-title{
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}

.contact-info-box:hover{
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 30px;
	transform: translate3d(0px, -3px, 0px);
	transition: 0.3s ease-in-out;
}


.contact-form .elementor-field-textual{
	padding: 16px;
}

@media only screen and (max-width: 767px) {
	.contact-form .elementor-field-textual{
		padding: 10px;
	}
}

