/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1770889959
Updated: 2026-02-12 09:52:39

*/


header.fixed_header{
	background: #fff;
	transition:all 0.5s ease-in-out;
	box-shadow:0 5px 20px 0 #00000026;
}
.contact_icon .elementor-icon-box-icon {
    padding: 10px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
}
.banner_item{
	height:600px !important;
}
.banner_slider {
	margin-bottom:0 !important;
}
.banner_slider ul.slick-dots {
    bottom:0px;
}
.banner_slider .slick-dots li button{
	background-color: transparent !important;
}
.banner_slider .slick-dots li button:before{
	content:"" !important;
	width:100% ;
	height:8px ;
	border-radius:5px;
	background-color: #CFD5DC;
	border: 1px solid var( --e-global-color-secondary );
	opacity:1;
}
.banner_slider .slick-dots li.slick-active button:before{
	opacity:1;
}
.banner_slider .slick-dots li{
	width:25px;
	transition:all 0.4s ease-in-out;
}
.banner_slider .slick-dots li.slick-active{
	width:40px;
}


.main-btn a, .submit_btn p {
	position:relative;
	overflow:hidden;
	z-index:2;
	border-radius:5px !important;
}
.main-btn::before, .submit_btn::before{
	content: "";
	position: absolute;
	width:30px;
	height: 30px;
	top: 23px;
	left: 10px;
	transform: translatey(-50%);
	background-color: #ffffff26;
	transition: all 0.4s ease-out;
	border-radius: 50%;
}
.main-btn a::before , .main-btn a::after,.submit_btn p::before , .submit_btn p::after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var( --e-global-color-primary );
	z-index: -1;
	transition: all 0.4s ease-out;
	border-radius: 100px;
	transform: scaley(0);
}
.main-btn a:hover::before , .main-btn a:hover::after, .submit_btn p:hover::before , .submit_btn p:hover::after {
	border-radius:0;
	transform:scaley(1);
}
.service_box:hover .service_img img{
	filter: brightness(60%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.service_box:hover .service_icon{
	background:var( --e-global-color-primary ) !important;
}
.service_box .service_icon{
	transition: all 0.4s;
}
.service_box:hover .service_icon img{
	filter: brightness(0) invert(1);
}
.service_box .service_icon img{
	transition: all 0.4s;
}

.service_slider .slick-slide {
  margin: 0 15px; 
}
.service_slider .slick-list {
  margin: 0 -15px;
}

.service_slider button.slick-arrow {
    position: absolute;
    background: #CFD5DC;
    font-size: 0;
    top: -80px;
    width: 45px;
    height: 45px;
    border: none !important;
    border-radius: 8px;
    cursor: pointer;
    z-index:99;
    padding: 0;
	overflow:hidden;
}
.service_slider button.prev-arrow {
    left: unset !important;
    right: 65px !important;
}
.service_slider button.next-arrow {
    right: 0px !important;
}
.service_slider button.slick-arrow:after{
	content: " " !important;
	width:100%;
	height:100%;
	border-radius:8px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate( -50% , -50%) scale(0);
	background: var( --e-global-color-primary );
	transition:all 0.3s ease-out 0s;
	z-index:-1;
}
.service_slider button.slick-arrow:hover:after{
	transform:translate( -50% , -50%) scale(1);
}
.service_slider button.prev-arrow:before, button.next-arrow:before{
	content: " " !important;
	width:45px;
	height:45px;
	position:absolute;
	top:0;
	left:0;
	background-image: url(/wp-content/uploads/2025/09/arrow-right.svg) !important;
	background-repeat:no-repeat;
	background-position:center;
	background-size:40px;
	border-radius:8px;
	transition:all 0.3s ease-out 0s;
	z-index:99;
}
.service_slider button.prev-arrow:hover:before, button.next-arrow:hover:before{
	filter: brightness(0) invert(1);
}
.service_slider button.prev-arrow:before{
  background-image: url(/wp-content/uploads/2025/09/arrow-left.svg) !important;
}
.service_slider .slick-track{
	display:flex !important;
}
.service_slider .slick-track .service_box {
    height: auto;
}
.wpcf7-form br{
	display: none !important;
}
.form_field p {
    display: flex;
    gap: 10px;
	width: 100%;
}
.form_field p span.wpcf7-form-control-wrap {
    width: 100%;
}
.submit_btn{
	position:relative;
    display: inline-block;
}
.submit_btn .wpcf7-spinner{
	display:none;
}
.term_footer{
	padding:10px 0 20px;
}
.term_footer a{
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6em;
    color: var(--e-global-color-text);
}
.footer_form label {
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 14px !important;
}
.footer_form label span{
    font-size: 14px !important;
}
.footer_form input[type="checkbox"]{
	margin:5px 0 0 !important;
}

.steps:hover .step-count {
	box-shadow: none;
}

.steps .step-count {
	transition: all 900ms;
}

.why-card:hover .why-icon img {
	transform: rotatey(360deg);
	transition: all 0.8s;
}

.about-shape-img img{
	filter : invert(1) !important;
}

@media only screen and (max-width:575px) {
	.form_field p {
		flex-direction:column;
		gap:0;
	}
	.contact-form .wpcf7-form-control {
		padding:10px !important;
	}
}
@media only screen and (max-width:1366px){
	.banner_item{
		height:550px !important;
	}
}
@media only screen and (max-width:1024px){
	.banner_item{
		height:500px !important;
	}
}
@media only screen and (max-width:991px){
	.banner_item{
		height:460px !important;
	}
}
@media only screen and (max-width:767px){
	.banner_item{
		height:700px !important;
	}
	.service_slider button{
		bottom: -65px !important;
		top: unset !important;
		transform: translatex(50%);
	}
	.service_slider button.prev-arrow {
		right: calc(50% + 30px) !important;
	}
	.service_slider button.next-arrow {
		right: calc(50% - 30px) !important;
	}
}