/*
Theme Name: Artistics Child
Template:   artistics
Theme URI: https://themeforest.net/user/awaiken
Description: Artistics Child Theme
Author: Awaiken
Author URI: https://awaiken.com/
Version: 1.0.0
Text Domain: artistics-child
*/

/********************************************/
/****  Artistics - Freelancer ( demo-5 ) ****/
/********************************************/

/*  Demo 5 Theme CSS  */

.demo-5 .page-header{
  	position: relative;
	background-attachment: fixed;
}

.demo-5 .page-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.84%, #000000 99.99%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    height: 100%;
    width: 100%;
    z-index: 1;
}

.demo-5 .page-header-box h1{
	line-height: 1.1em !important;
	margin-bottom: 20px;
}

.demo-5 .page-header-box .breadcrumb-trail{
    line-height: 1.2em;
}

@media only screen and (max-width: 991px){
	
	.demo-5 .page-header{
		background-attachment: inherit;
	}
	
	 .demo-5 .page-header{
        padding: 181px 0 100px;
    }
	
	.demo-5 .page-header-box h1{
        font-size: 46px !important;
		margin-bottom: 15px;
    }
	
}

@media only screen and (max-width: 767px){
	
	.demo-5 .page-header-box h1{
        font-size: 30px !important;
    }
	
}

/* Project Archive ( demo-5 ) */

.demo-5 .artistic-archive-project .awaiken-portfolio-grid-item__wrapper{
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.demo-5 .awaiken-portfolio-grid-item__wrapper{
    overflow: hidden;
	text-align: start;
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__image{
	overflow: visible;
	border-radius: 0;
	margin-bottom: 5px;
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	aspect-ratio: 1 / 0.86 !important;
	border-radius: 30px;
	margin-bottom: 20px;
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
	aspect-ratio: 1 / 0.86 !important;
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	position: relative;
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__img:before{
    transform: scale(1);
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img:after{
	display: none;
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore{
	top: auto;
	left: auto;
	right: 0;
	bottom: -30px;
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore{
	transform: translate(0);
} 

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a{
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
    height: 50px;
	border: none;
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    opacity: 20%;
    height: 100%;
    width: 100%;
    z-index: 0;
}




.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a svg {
    width: 25px;
    height: 25px;
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a:hover{
	background: var(--e-global-color-accent);
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a svg path{
	fill: var(--e-global-color-white);
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a:hover svg path{
	fill: var(--e-global-color-secondary);
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories{
	position: relative;
	top: 0;
    right: 0;
	width: calc(100% - 60px);
}

.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories ul li a, 
.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories a{
	padding: 0;
	background: transparent;
	font-size: 16px;
	backdrop-filter: none;
	color: var(--e-global-color-accent);
}

.demo-5 .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
	width: calc(100% - 60px);
}

@media only screen and (max-width: 991px){
	
	.demo-5 .awaiken-portfolio-grid__filters{
        margin-bottom: 40px;
    }

	.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
		border-radius: 20px;
	}
	
	.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img,
	.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
		aspect-ratio: 1 / 0.7 !important;
	}
	
	.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore{
		bottom: -25px;
	}
}

@media only screen and (max-width: 767px){
	
	.demo-5 .awaiken-portfolio-item-design-1.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__title {
        font-size: 18px;
    }
	
	.demo-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img {
        border-radius: 15px;
    }
	
}

/***************************************/
/*** Elementor Pages CSS ( demo 5 )  ***/
/***************************************/

/* Elementor Header CSS */

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

/* Elementor Footer CSS */

.e-con.demo-5-footer::before{
	right: -20px;
	left: auto;
	top: 50%;
	width: 250px;
	height: 250px;
	transform: translateY(-50%);
	opacity: 50%;
	animation: circlemoverotare5 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

@keyframes circlemoverotare5{
	from{
		transform: translateY(0) rotate(0deg);
	}
	to{
		transform: translateY(-100%) rotate(360deg);
	}
}

.demo-5 .footer-contact-box .elementskit-info-box-icon::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--e-global-color-primary);
	border-radius: 50%;
	transform: scale(0);
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.demo-5 .footer-contact-box:hover .elementskit-info-box-icon::before{
	transform: scale(1);
}

.demo-5 .menu-footer ul{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.demo-5 .footer-social-icon ul li:first-child{
	margin-left: 0 !important;
}

.demo-5 .footer-newsletter-form .form-group{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
	gap: 0;
}

.demo-5 .footer-newsletter-form .form-group .email-field{
	width: auto;
}

.demo-5 .footer-newsletter-form button:hover{
	background-color: var(--e-global-color-primary) !important;
}

.demo-5 .footer-newsletter-form .newsletter-btn input[type="submit"]{
	width: 100%;
	height: 100%;
	background: url("../images/demo-5-footer-form-icon.svg") no-repeat center center;
	background-size: 60% auto;
}

.demo-5 .footer-newsletter-form .wpcf7-not-valid-tip,
.demo-5 .footer-newsletter-form .wpcf7-response-output{
	display: none;
}

.demo-5 .footer-privancy-menu .ekit-vertical-main-menu-wraper ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.demo-5 .footer-privancy-menu ul li{
	position: relative;
}

.demo-5 .footer-privancy-menu .ekit-vertical-navbar-nav li::before{
	content: "/";
	position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
	color: var(--e-global-color-white);
}

.demo-5 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child a{
	padding-right: 0 !important;
}

.demo-5 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child:before{
	display: none;
}

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

	.e-con.demo-5-footer::before{
		width: 180px;
		height: 180px;
		opacity: 20%;
	}

	.demo-5 .menu-footer ul{
		gap: 30px;
	}

	.demo-5 .footer-newsletter-form .form-group .email-field{
		width: 100%;
	}

	.demo-5 .footer-privancy-menu .ekit-vertical-menu-container ul li a{
		padding: 0px 15px 0px 10px !important;
	}
}

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

	.demo-5 .menu-footer ul{
		justify-content: center;
		gap: 15px;
	}

	.demo-5 .footer-privancy-menu .ekit-vertical-menu-container ul li a{
		padding: 0px 14px 0px 7px !important;
	}

}

/* 
 * Home Page CSS [Demo-5] 
 * */

.demo-5 .hero .elementor-background-video-container:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(179.5deg, rgba(0, 0, 0, 0) 0.44%, #000000 119.12%), linear-gradient(0.62deg, rgba(0, 0, 0, 0) 81.46%, #000000 99.49%);
	height: 100%;
	width: 100%;
}

.demo-5 .hero-image img{
	aspect-ratio: 1 / 1.01;
	object-fit: contain;
	transition: all 0.4s ease-in-out;
}

.demo-5 .hero-image img:hover{
	filter: grayscale(100%);
}

.demo-5 .icon-hero-img-1{
	animation: iconheroimgup 3s infinite alternate;
}

@keyframes iconheroimgup{
	
	0%{
		transform: translateX(0)
	}

	100%{
		transform: translateY(-50px)
	}
}

.demo-5 .icon-hero-img-2{
	animation: iconheroimgdown 3s infinite alternate;
}

@keyframes iconheroimgdown{
	
	0%{
		transform: translateX(0)
	}

	100%{
		transform: translateY(50px)
	}
}

.demo-5 .icon-hero-img-1 .elementor-icon-wrapper,
.demo-5 .icon-hero-img-2 .elementor-icon-wrapper{
	line-height: 0;
}

.demo-5 .icon-hero-img-1 .elementor-icon,
.demo-5 .icon-hero-img-2 .elementor-icon{
	position: relative;
	overflow: hidden;
	padding: 21px;
}

.demo-5 .icon-hero-img-1 .elementor-icon:before,
.demo-5 .icon-hero-img-2 .elementor-icon:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-primary);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.demo-5 .icon-hero-img-1 .elementor-icon:hover:before,
.demo-5 .icon-hero-img-2 .elementor-icon:hover:before{
	transform: scale(1);
}

.demo-5 .hero-image-tag-1{
	animation: herotag-left 3s infinite alternate;
}

.demo-5 .hero-image-tag-1 .elementor-widget-container{
	position: relative;
	overflow: hidden;
	z-index: 0;
}

@keyframes herotag-left{
	0%{
		transform: translateX(0)
	}

	100%{
		transform: translateX(50px)
	}
}

.demo-5 .hero-image-tag-2{
	animation: herotag-right 3s infinite alternate;
}

.demo-5 .hero-image-tag-2 .elementor-widget-container{
	position: relative;
	overflow: hidden;
	z-index: 0;
}

@keyframes herotag-right{
	0%{
		transform: translateX(0)
	}

	100%{
		transform: translateX(-50px)
	}
}

.demo-5 .hero-image-tag-1 .elementor-widget-container:before,
.demo-5 .hero-image-tag-2 .elementor-widget-container:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	background: var(--e-global-color-primary);
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.demo-5 .hero-image-tag-1 .elementor-widget-container:hover:before,
.demo-5 .hero-image-tag-2 .elementor-widget-container:hover:before{
	bottom: 0;
	top: auto;
	height: 100%;
}

.demo-5 .web-developer-ticker .ekit-title-and-description a{
	text-transform: uppercase;
	background: linear-gradient(180deg, #1A1A1A 60%, var(--e-global-color-black) 124.91%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 60%;
}

.demo-5 .our-scrolling-ticker .ekit-content-items .ekit-marquee .ekit-marquee-item img{
	max-width: 140px;
}

.demo-5 .about-img-1 img{
	aspect-ratio: 1 / 1.3;
}

.demo-5 .text-path-icon .elementor-icon-wrapper{
	line-height: 0;
}

.demo-5 .about-counter{
	margin-left: -16px;
}

.demo-5 .about-us:before{
	right: -20px;
	bottom: 80px;
	left: auto;
	top: auto;
	width: 250px;
	height: 250px;
	animation: ringsrotate 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

@keyframes ringsrotate{
	from{
		transform: translateY(0) rotate(0deg);
	}
	to{
		transform: translateY(-110%) rotate(360deg);
	}
}

.demo-5 .about-more-circle .elementor-widget-text-path{
	animation: infiniterotate 30s infinite linear;
}

.demo-5 .about-counter .elementor-widget-container{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
}

.demo-5 .authore-image .elementor-widget-container{
	z-index: 0;
}

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

.demo-5 .about-img-3 img{
	aspect-ratio: 1 / 0.56;
	object-fit: cover;
}

.demo-5 .about-agency-item .elementor-icon  svg{
	transition: all 0.4s ease-in-out;
}

.demo-5 .about-agency-item:hover .elementor-icon  svg{
	transform: rotateY(180deg);
}

.demo-5 .about-authore-box .elementskit-box-header{
	line-height: 0;
}

.demo-5 .about-authore-box .elementskit-box-header img{
	width: 54px;
	border-radius: 100px;
}

.demo-5 .about-authore-box .elementskit-box-header .elementskit-info-box-icon{
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.demo-5 .about-authore-box .elementskit-box-header .elementskit-info-box-icon:after{
	content: "";
	position: absolute;
	width: 215%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.demo-5 .about-authore-box .elementskit-box-header .elementskit-info-box-icon:hover:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.demo-5-service-item{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	overflow: hidden !important;
}

.demo-5-service-item .service-image img{
	aspect-ratio: 1 / 0.67;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.demo-5-service-item:hover .service-image img{
	transform: scale(1.05);
}

.demo-5-service-item .service-body .elementskit-info-box-icon svg{
	transition: all 0.4s ease-in-out;
}

.demo-5-service-item:hover .service-body .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.demo-5-service-item:hover .service-body .elementskit-info-box-icon svg path{
	color: var(--e-global-color-white);
}

.demo-5-service-item .service-btn .elementor-widget-elementskit-button{
	line-height: 0;
}

.demo-5-service-item .service-btn a{
	transition: all 0.2s ease-in-out;
}

.demo-5-service-item .service-btn:hover a{
	color: var(--e-global-color-black);
}

.demo-5 .service-btn .ekit-btn-wraper svg{
	width: 1em !important;
	height: 1em;
	transition: all 0.3s ease-in-out;
}

.demo-5-service-item .service-btn .ekit-btn-wraper a:hover svg{
	transform: rotate(45deg);
}

.demo-5-service-footer p a{
	font-weight: 600;
	text-decoration: underline;
	color: var(--e-global-color-accent);
	transition: all 0.3s ease-in-out;
}

.demo-5-service-footer a:hover{
	color: var(--e-global-color-white);
}

.demo-5-what-we-do::before{
	left: -20px;
	top: 80px;
	width: 250px;
	height: 250px;
	animation: circlerotate5 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

@keyframes circlerotate5{
	0%{
		transform: translateY(0) rotate(0deg);
	}
	100%{
		transform: translateY(150%) rotate(360deg);
	}
}

.demo-5 .what-we-item{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border-radius: 30px;
}

.demo-5 .what-we-item .elementskit-info-box-icon svg{
	transition: all 0.4s ease-in-out;
}

.demo-5 .what-we-item:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.demo-5 .what-we-list .what-we-item.active .gradient-active .elementskit-info-box-title,
.demo-5 .what-we-list .what-we-item.active .gradient-active p{
	color: var(--e-global-color-black);
}

.demo-5 .what-we-list .what-we-item.active .gradient-active .elementskit-info-box-icon svg path{
	stroke: var(--e-global-color-black);
	transition: all 0.4s ease-in-out;
}

.demo-5 .what-we-list .what-we-item.active .gradient-active:before,
.demo-5 .what-we-list .what-we-item:hover .gradient-active:before{
	top: 0;
}

.demo-5-our-projects:before{
	left: auto;
	top: auto;
	right: -20px;
	bottom: 80px;
	width: 250px;
	height: 250px;
	animation: ringsrotate 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

.demo-5 .why-choose-img-1 img{
	aspect-ratio: 1 / 1.18;
	object-fit: cover;
}

.demo-5 .why-choose-img-2 img{
	aspect-ratio: 1 / 1.8;
	object-fit: cover;
} 

.demo-5 .company-experience .elementor-counter-number-wrapper{
	--counter-suffix-grow: 0 !important;
	flex: 0;
}

.demo-5 .company-experience .elementor-counter-title{
	padding-left: 10px;
}

.demo-5 .company-experience{
	animation: experienceobject 3s infinite linear alternate;
}

@keyframes experienceobject{
	50% {
		left: 55px;
	}
}

.demo-5 .company-experience .elementor-counter-number-prefix{
	flex-grow: var(--counter-prefix-grow, 0);
}

.demo-5 .video-play-button .video-content a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.demo-5-pricing-benefit-list ul{
	gap: 20px;
	margin: 0 !important;
}

.demo-5-pricing-benefit-list ul li{
	width: calc(33.33% - 20px);
	margin: 0 !important;
}

.demo-5 .our-expertise:before{
	left: -20px;
	right: auto;
	bottom: auto;
	top: 80px;
	width: 250px;
	height: 250px;
	animation: circlerotate 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

.demo-5 .expertise-item .elementor-widget-container{
	border-radius: 30px;
}

.demo-5 .expertise-item .elementor-widget-container .elementskit-infobox{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
}

.demo-5 .expertise-item .elementor-widget-container .elementskit-infobox .elementskit-info-box-icon svg{
	transition: all 0.4s ease-in-out;
}

.demo-5 .expertise-item .elementor-widget-container .elementskit-infobox:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.demo-5 .our-expertise-image img{
	aspect-ratio: 1 / 1.085;
	object-fit: contain;
}

.demo-5 .pricing-item{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
}

.demo-5 .pricing-item .pricing-icon-box .elementskit-box-header{
	line-height: 0;
}

.demo-5 .pricing-item .pricing-icon-box .elementskit-info-box-icon svg{
	width: 1em !important;
	height: 1em !important;
}

.demo-5 .pricing-item .pricing-icon-box .elementskit-info-box-icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-primary);
	opacity: 20%;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	z-index: -1;
}

.demo-5 .pricing-item .box-body{
	display: flex;
	align-items: end;
}

.demo-5 .pricing-item .pricing-body ul li .elementor-icon-list-text{
	line-height: normal !important;
}

.demo-5 .pricing-item .pricing-button a{
	width: 100%;
	transition: all 0.4s ease-in-out;
}

.demo-5 .pricing-item .pricing-button .elementor-button::after{
	z-index: -1;
}

.demo-5 .pricing-item.highlight-box .elementskit-info-box-icon::before{
	background-color: var(--e-global-color-accent);
	opacity: 100%;
}

.demo-5 .agency-benefits-item{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	overflow: hidden !important;		
}

.demo-5 .agency-benefits-image img{
	aspect-ratio: 1 / 0.917;
	object-fit: contain;
}

.demo-5-our-testimonial::before{
	right: -20px;
	top: 50%;
	left: auto;
	bottom: auto;
	width: 250px;
	height: 250px;
	transform: translateY(-50%);
	animation: circlemoverotare 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

.demo-5 .testimonial-item .elementskit-single-testimonial-slider{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	overflow: hidden;
}

.demo-5 .testimonial-item .elementskit-single-testimonial-slider::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-secondary);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.demo-5 .testimonial-item .elementskit-single-testimonial-slider:hover::before{
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.demo-5 .testimonial-item .elementskit-commentor-content:before{
	content: '';
	position: absolute;
	width: 190px;
	height: 140px;
	top: 30%;
	right: 0;
	transform: translate(-40px , -50%);
	background: url("../images/icon-testimonial-quotes.svg") no-repeat;
	background-position: right center;
	background-size: cover;
	opacity: 6%;
	z-index: -1;
}

.demo-5 .testimonial-item  .elementskit-commentor-header ul li{
	line-height: 0;
}

.demo-5 .testimonial-item .ekit-wid-con svg{
	width: 1em !important;
}

.demo-5 .testimonial-item .elementskit-commentor-content p{
	border-bottom: 1px solid var(--e-global-color-divider);
	padding-bottom: 30px;
}

.demo-5 .testimonial-item .elementskit-commentor-image{
	position: relative;
	overflow: hidden;
	border-radius: 100px;
}

.demo-5 .testimonial-item .elementskit-commentor-image:after{
	content: "";
	position: absolute;
	width: 215%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.demo-5 .testimonial-item .elementskit-commentor-image:hover:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.demo-5 .testimonial-item .swiper-pagination span{
	position: relative;
}

.demo-5 .testimonial-item .swiper-pagination span::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

.demo-5 .testimonial-item .swiper-pagination .swiper-pagination-bullet-active::before{
	border: 1px solid var(--e-global-color-accent);
}

.demo-5.our-faqs::before{
	left: -20px;
	bottom: 80px;
	top: auto;
	right: auto;
	width: 250px;
	height: 250px;
	animation: ringsrotate 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

.demo-5 .our-faqs-img-1 img {
	aspect-ratio: 1 / 1.17;
	object-fit: cover;
}

.demo-5 .our-faqs-img-2 img {
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
}

.demo-5 .need-help-box {
	animation: helpboxmove 3s infinite linear alternate;
}

.demo-5 .need-help-box .elementskit-infobox::before{
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--e-global-color-primary);
	border-radius: 20px;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.demo-5 .need-help-box .elementskit-infobox:hover:before{
	right: 0 !important;
} 

.demo-5 .need-help-box .elementskit-infobox{
	overflow: hidden;
}

.demo-5 .need-help-box .elementor-widget-container .elementskit-box-header{
	line-height: 0;
}

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

.demo-5 .faq-accordion .elementskit-card{
	position: relative;
	overflow: hidden;
}

.demo-5 .faq-accordion .elementskit-card::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-secondary);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

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

	.demo-5 .about-us:before{
		bottom: 20px;
		width: 180px;
		height: 180px;
	}

	.demo-5 .about-img-1 img{
		aspect-ratio: 1 / 1.32;
	}

	.demo-5-what-we-do::before{
		top: 20px;
		width: 180px;
		height: 180px;
	}

	.demo-5-our-projects:before{
		bottom: 0;
		width: 180px;
		height: 180px;
	}

	.demo-5-pricing-benefit-list ul{
		gap: 15px 10px;
	}

	.demo-5-pricing-benefit-list ul li{
		width: calc(33.33% - 6.67px);
	}

	.demo-5-pricing-benefit-list .elementor-icon-list-text{
		padding-inline-start: 0
	}
	
	.demo-5 .pricing-benefit-list .elementor-widget-container ul{
		gap: 15px;
	}

	.demo-5 .our-expertise:before{
		top: 20px;
		width: 180px;
		height: 180px;
	}

	.demo-5 .expertise-item .elementor-widget-container{
		border-radius: 20px;
	}

	.demo-5 .our-expertise-image img{
		aspect-ratio: 1 / 0.811;
	}

	.demo-5 .agency-benefits-image img {
		aspect-ratio: 1 / 0.75;
	}

	.demo-5-our-testimonial::before{
		top: 35%;
		width: 180px;
		height: 180px;
	}

	.demo-5-our-testimonial .elementskit-commentor-content{
		margin-bottom: 0;
	}

	.demo-5 .testimonial-item .elementskit-commentor-content:before{
		width: 150px;
		height: 110px;
		transform: translate(-20px, -50%);
	}

	.demo-5 .testimonial-item .elementskit-commentor-content p{
		padding-bottom: 20px;
	}

	.demo-5 .our-faqs-img-1 img{
		aspect-ratio: 1 / 0.9;
	}

	.demo-5 .our-faqs-img-2 img{
		aspect-ratio: 1 / 1.01;
	}

	.demo-5.our-faqs::before{
		top: 30%;
		width: 180px;
		height: 180px;
		opacity: 20%;
	}

}

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

	.demo-5 .hero-image img{
		aspect-ratio: 1 / 1.06;
	}
	
	.demo-5 .icon-hero-img-1 .elementor-icon,
	.demo-5 .icon-hero-img-2 .elementor-icon{
		padding: 15px;
	}

	.demo-5 .web-developer-ticker .ekit-title-and-description a{
		opacity: 100%;
	}

	.demo-5 .text-path-icon .elementor-icon{
		padding: 2px !important;
	}

	.demo-5 .about-counter .elementor-widget-container{
		width: 36px;
		height: 36px;
	}

	.demo-5 .about-img-1 img{
		aspect-ratio: 1 / 1.255;
	}

	.demo-5 .about-img-2 img{
		aspect-ratio: 1 / 1.15;
	}	

	.demo-5 .about-list.column-2 ul{
		gap: 20px 30px;
	}

	.demo-5 .about-agency-item .elementor-icon-box-wrapper{
		display: flex;
		align-items: center;
		gap: 15px;
	}

	@keyframes experienceobject{
		50% {
			left: 50px;
		}
	}

	.demo-5-pricing-benefit-list ul li{
		width: 100%;
	}

	.demo-5 .our-expertise-image img{
		aspect-ratio: 1 / 1.081;
	}

	.demo-5 .agency-benefits-image img {
		aspect-ratio: 1 / 0.68;
	}

	.demo-5 .testimonial-item .elementskit-commentor-content:before{
		width: 110px;
		height: 80px;
	}

}

/* Home Image CSS [Demo-5] */

.demo-5-hero-img::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(179.5deg, rgba(0, 0, 0, 0) 0.44%, #000000 119.12%), linear-gradient(0.62deg, rgba(0, 0, 0, 0) 81.46%, #000000 99.49%);
    height: 100%;
    width: 100%;
    z-index: 0;
}

/* Home Slider CSS [Demo-5] */

.demo-5-hero-slider .elementor-background-slideshow__slide__image::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(179.5deg, rgba(0, 0, 0, 0) 0.44%, var(--e-global-color-black) 119.12%), linear-gradient(0.62deg, rgba(0, 0, 0, 0) 81.46%, var(--e-global-color-black) 99.49%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* About Us CSS [Demo-5] */

.demo-5-page-header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.84%, #000000 99.99%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	height: 100%;
	width: 100%;
	z-index: 0;
}

.demo-5-breadcrumb-item ol li{
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}

.demo-5 .mission-vision-item .ekit-wid-con .text-right{
	text-align: start !important;
} 

.demo-5 .mission-vision-item .elementskit-infobox{
	position: relative;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	overflow: hidden;
	z-index: 1;
}

.demo-5 .mission-vision-item .elementskit-infobox::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-secondary);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.demo-5 .mission-vision-item .elementskit-info-box-icon svg{
	transition: all 0.4s ease-in-out;
}

.demo-5 .mission-vision-item:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.demo-5 .our-approach-image img{
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
}

.demo-5-why-choose-us::before{
	left: -20px;
	top: 80px;
	width: 250px;
	height: 250px;
	animation: circlerotate5 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

.demo-5 .our-fact-list {
	position: relative;
}

.demo-5 .our-fact-list::before {
	content: '';
	position: absolute;
	width: 155px;
	height: 155px;
	background: var(--e-global-color-accent);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.demo-5 .our-fact-list-box:nth-child(odd){
	padding-top: 30px;
}

.demo-5 .our-fact-item .elementskit-funfact{
	position: relative;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	overflow: hidden;
	z-index: 1;
}

.demo-5 .our-fact-item .elementskit-funfact::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-secondary);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.demo-5 .our-fact-item .funfact-icon svg{
	transition: all 0.4s ease-in-out;
}

.demo-5 .our-fact-item:hover .funfact-icon svg{
	transform: rotateY(180deg);
}

.demo-5.our-benefit::before {
	right: -20px;
	top: 50%;
	left: auto;
	width: 250px;
	height: 250px;
	transform: translateY(-50%);
	animation: circlemoverotare 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

.demo-5 .our-benefit-image img{
	aspect-ratio: 1 / 0.5;
	object-fit: cover;
}

.demo-5 .our-benefit-item .elementskit-info-box-icon svg,
.demo-5 .our-benefit-footer p a span{
	transition: all 0.4s ease-in-out;
}  

.demo-5 .our-benefit-item:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.demo-5.our-team-bg-icon:before{
	left: -20px;
	top: 50%;
	width: 250px;
	height: 250px;
	transform: translateY(-50%);
	animation: circlemoverotare 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

@keyframes circlemoverotare{
	from{
		transform: translateY(0) rotate(0deg);
	}
	to{
		transform: translateY(-100%) rotate(360deg);
	}
}

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

.demo-5 .team-item:hover .team-image img{
	filter: grayscale(100%);
	transform: scale(1.1);
}

.demo-5 .team-item .team-social-icon{
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.demo-5 .team-item:hover .team-social-icon{
	top: 20px;
	opacity: 1;
	visibility: visible;
}

.demo-5 .team-item .ekit_social_media li:last-child{
	margin: 0 !important;
}

.demo-5 .team-item .ekit_social_media li a{
	display: flex;
	align-items: center;
	justify-content: center;
}

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


	.demo-5-breadcrumb-item ol li{
		font-size: 16px;
	}

	.demo-5.our-benefit::before{
		top: 35%;
		width: 180px;
		height: 180px;
	}

	.demo-5-why-choose-us::before{
		width: 180px;
		height: 180px;
	}

	.demo-5.our-team-bg-icon:before{
		width: 180px;
		height: 180px;
	}

	.demo-5 .team-image img{
		aspect-ratio: 1 / 0.98;
	}
	
}

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

	.demo-5-breadcrumb-item ol li{
		font-size: 14px;
	} 

	.demo-5 .our-fact-item .elementskit-funfact-inner{
		display: block;
	}	

}

/* Services CSS [Demo-5] */

.demo-5-page-services::before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: circlerotate5 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-5-page-services::before{
		width: 180px;
		height: 180px;
	}
	
}

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

/* Service Details CSS [Demo-5] */

.demo-5-service-single-page::before{
	left: auto;
    right: -20px;
    top: 150px;
    width: 250px;
    height: 250px;
    animation: circlerotate5 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-5-service-single-page::after{
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    background: url("../images/demo-5-section-bg-shape-3.png") no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 250px;
    height: 250px;
    opacity: 50%;
    animation: ringsrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-5-service-single-page::before{
		width: 180px;
		height: 180px;
	}
	
	.demo-5-service-single-page::after{
        width: 180px;
        height: 180px;
        opacity: 20%;
    }
	
}

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

/* Project Details CSS [Demo-5] */

.demo-5-project-single-page::before{
    left: -20px;
    top: 20%;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
    animation: circlemoverotare5 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-5-project-single-page::after{
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    background: url("../images/demo-5-section-bg-shape-1.png") no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 250px;
    height: 250px;
    opacity: 50%;
    animation: ringsrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-5-project-single-page::before{
		width: 180px;
		height: 180px;
	}
	
	.demo-5-project-single-page::after{
        width: 180px;
        height: 180px;
        opacity: 20%;
    }
	
}

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

/* Team Details CSS [Demo-5] */

.demo-5-team-single-page::before{
    left: -20px;
    top: 150px;
    width: 250px;
    height: 250px;
    animation: circlerotate5 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-5-team-single-page::before{
		width: 150px;
		height: 150px;
	}
	
}

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

/* Our Pricing CSS [Demo-5] */

.demo-5-page-pricing::before{
    left: -20px;
    top: 40%;
    width: 250px;
    height: 250px;
    animation: ringsrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-5-page-pricing::before{
		width: 180px;
		height: 180px;
	}
	
}

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

/* Testimonial CSS [Demo-5] */

.demo-5-testimonial-page::before{
	left: auto;
    right: -20px;
    top: 30%;
    width: 250px;
    height: 250px;
    animation: ringsrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-5-testimonial-page::before{
		width: 150px;
		height: 150px;
	}
	
}

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

/* Image Gallery CSS [Demo-5] */

.demo-5-gallery-page::before{
    left: -20px;
    top: 150px;
    width: 250px;
    height: 250px;
    animation: circlerotate5 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-5-gallery-page::before{
		width: 160px;
		height: 160px;
	}
	
}

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

/* Video Gallery CSS [Demo-5] */

.demo-5-page-video-gallery::before{
    left: -20px;
    top: 150px;
    width: 250px;
    height: 250px;
    animation: circlerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-5-page-video-gallery::before{
		width: 160px;
		height: 160px;
		top: 100px;
	}
	
}

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

/* FAQs CSS [Demo-5] */

.demo-5-page-faq::before{
    left: -20px;
    top: 20%;
    width: 250px;
    height: 250px;
    animation: ringsrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-5-page-faq::before{
		width: 180px;
		height: 180px;
	}
	
}

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

/* Contact Us CSS [Demo-5]*/

.demo-5.page-contact-us::before{
	left: -20px;
	top: 150px;
	width: 250px;
	height: 250px;
	animation: circlerotate 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

@keyframes circlerotate{
	0%{
		transform: translateY(0) rotate(0deg);
	}
	100%{
		transform: translateY(150%) rotate(360deg);
	}
}

.demo-5 .contact-info-item .elementskit-box-header{
	line-height: 0;
}

.demo-5 .contact-info-item .elementskit-infobox{
	position: relative;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	overflow: hidden;
	z-index: 1;
}

.demo-5 .contact-info-item .elementskit-infobox:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-secondary);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.demo-5 .contact-info-item .elementskit-box-header .elementskit-info-box-icon svg{
	width: 1em !important;
	height: 1em !important;
}

.demo-5 .contact-info-item .elementskit-box-header .elementskit-info-box-icon{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.demo-5 .contact-info-item .elementskit-box-header .elementskit-info-box-icon:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--e-global-color-primary);
	border-radius: 100px;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.demo-5 .contact-info-item:hover .elementskit-box-header .elementskit-info-box-icon:before{
	transform: scale(1);
}

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

	.demo-5.page-contact-us::before{
		width: 180px;
		height: 180px;
	}
	
}

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


/***************************************************/
/****  Artistics - Saas Tech Startup ( demo-8 ) ****/
/***************************************************/

/*  Demo 8 Theme CSS  */

.demo-8 header.main-header{
    position: absolute;
    top: 0;
    width: 100%;
}

.demo-8 .page-header{
	position: relative;
	background-attachment: fixed;
    padding: 250px 0 150px;
    margin-top: 0;
}

.demo-8 .page-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.84%, var(--e-global-color-black) 99.99%),linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    height: 100%;
    width: 100%;
    z-index: 1;
}

.demo-8 .page-header-box h1{
    font-size: 68px !important;
}

.demo-8 .page-header-box .breadcrumb-trail{
    line-height: 1.2em;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .page-header{
		background-attachment: inherit;
		padding: 180px 0 80px;
	}
	
	.demo-8 .page-header-box h1 {
		font-size: 50px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.demo-8 .page-header-box h1 {
		font-size: 30px !important;
		margin-bottom: 5px;
	}
	
	.demo-8 .page-header-box .trail-items, 
	.demo-8 .page-header-box .post-meta ul{
        font-size: 14px;
    }
	
	.demo-8 .post-single-meta ul li{
        font-size: 14px;
    }
}

/* Project Archive ( demo-8 ) */

.demo-8 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories ul li a, 
.demo-8 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories a{
	line-height: 1.3em;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .awaiken-portfolio-grid__filters{
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px){
		
	.demo-8 .awaiken-portfolio-grid__filters.portfolio_filter-design-1 li{
		padding: 8px 10px;
	}
}

/***************************************/
/*** Elementor Pages CSS ( demo 8 )  ***/
/***************************************/

/* Elementor Header CSS */

.demo-8 .header-contact-box .elementskit-info-box-icon{
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px){
	
	.demo-9 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
		color: var(--e-global-color-black) !important;
	}
	
	.demo-9 .elementskit-navbar-nav > li.current-menu-ancestor > a .elementskit-submenu-indicator{
		color: var(--e-global-color-white) !important
	}
}

/* Elementor Footer CSS [Demo-8] */

.demo-8 .work-together-btn{
	padding-right: 0 !important;
}

.demo-8 .work-together-btn .elementor-button{
	height: var(--container-widget-width);
} 

.demo-8 .footer-work-together::before{
	left: auto;
    right: -20px;
    top: 50%;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
	opacity: 50%;
    animation: circlerotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes circlerotate8{
	0%{
		transform: translateY(0) rotate(0);
	}
	100%{
		transform: translateY(-100%) rotate(360deg);
	}
}

.demo-8 .footer-contact-btn .elementskit-box-header{
	line-height: 0;
} 

.demo-8 .footer-contact-btn .elementskit-box-header svg{
	transition: all 0.4s ease-in-out;
}

.demo-8 .demo-8-newsletter-form .wpcf7-form-control{
	width: 100%;
} 

.demo-8 .demo-8-newsletter-form .wpcf7-not-valid-tip,
.demo-8 .demo-8-newsletter-form .wpcf7-response-output{
	display: none;
}

.demo-8 .footer-privancy-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.demo-8 .footer-privancy-menu ul li{
	position: relative;
}

.demo-8 .footer-privancy-menu .ekit-vertical-navbar-nav li::before{
	content: "/";
	position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
	color: var(--e-global-color-white);
}

.demo-8 .footer-privancy-menu .ekit-vertical-navbar-nav li:first-child a{
	padding-left: 0 !important;
}

.demo-8 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child a{
	padding-right: 0 !important;
}

.demo-8 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child:before{
	display: none;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .footer-work-together::before{
        height: 170px;
        width: 170px;
        opacity: 20%;
    }
		
	.demo-8 .footer-links ul li a{
		padding-bottom: 10px !important;
	}	
}

@media only screen and (max-width: 767px){
	
	.demo-8 .footer-privancy-menu .ekit-vertical-menu-container ul li a{
		padding: 0px 14px 0px 7px !important;
	}
	
	.demo-8 .footer-social-icon ul li:first-child{
		margin-left: 0 !important;
	}
}

/*  Home Page CSS [Demo-8]  */

.demo-8 h1.elementor-heading-title span{
	font-weight: 700; 
}

.demo-8 .backdrop-filter{
	overflow: hidden !important;
}

.demo-8 .our-scrolling-ticker .ekit-content-items .ekit-marquee .ekit-marquee-item img{
    max-width: 140px;
}

.demo-8 .hero .elementor-background-video-container::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, var(--e-global-color-black) 136.37%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 73.44%, var(--e-global-color-black) 102.85%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
/* 
.demo-8 .hero img{
	aspect-ratio: 1 / 0.409;
    object-fit: cover;
} */

.demo-8 .demo-8-about-us:before{
	top: auto;
	left: auto;
    right: -20px;
    bottom: 80px;
    width: 250px;
    height: 250px;
    transform: rotate(10deg);
    animation: circlerotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-8 .about-image-1{
	transform: rotate(-7deg);
}

.demo-8 .about-image-1 img{
	aspect-ratio: 1 / 1.245;
	object-fit: cover;
}

.demo-8 .about-image-2{
	transform: rotate(5deg);
}

.demo-8 .about-image-2 img{
	aspect-ratio: 1 / 0.521;
	object-fit: cover;
}

.demo-8 .about-image-3{
	transform: rotate(9deg);
}

.demo-8 .about-image-3 img{
	aspect-ratio: 1 / 1.199;
	object-fit: cover;
}

.demo-8 .fact-circle-image{
	animation: infiniterotate 25s infinite linear;
}

.demo-8 .fact-circle{
	transform: translate(-50px, -50%);
}

.demo-8 .agency-icon{
	transform: translate(-50%, -50%);
}

.demo-8 .agency-icon .elementor-icon-wrapper{
	line-height: 0;
}

.demo-8 .about-us-list .elementor-icon-list-text{
	line-height: normal;
}

.demo-8 .about-body-image img{
	object-fit: cover;
    aspect-ratio: 1 / 0.34;
}

.demo-8 .demo-8-about-contact-box .elementskit-box-header{
	line-height: 0;
}

.demo-8 .demo-8-about-contact-box .elementskit-info-box-icon{
	transition: all 0.5s ease-in-out;
}  

.demo-8 .demo-8-about-contact-box .elementskit-info-box-icon:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.demo-8 .demo-8-about-contact-box:hover .elementskit-info-box-icon:before{
	transform: scale(1);
}

.demo-8 .service-tab-image img{
	object-fit: cover;
    aspect-ratio: 1 / 0.964;	
}

.demo-8 .services-content-item svg path{
	fill: var(--e-global-color-accent);
}

.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title{
	min-width: 16% !important;
}
.elementor-widget-n-tabs .e-n-tab-title-text{font-size:18px !important}
.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: auto;
	right: 0;
	background: var(--e-global-color-accent);
	width: 0;
	height: 2px;
	transition: all 0.4s ease-in-out;
}

.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:before,
.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title:hover:before{
	width: 100%;
    left: 0;
    right: auto;
}

.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	z-index: 0;
}

.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--e-global-color-primary);
    opacity: 20%;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
	z-index: -1;
}

.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-icon:before,
.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon:before{
	background: var(--e-global-color-accent);
	opacity: 1;
}

.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
	transition: all 0.05s ease-in-out;
}

.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon svg path,
.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg path{
	stroke: var(--e-global-color-secondary);
}

.demo-8 .demo-8-why-choose-us::before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: roundrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-8 .demo-8-why-choose-image img{
	aspect-ratio: 1 / 1.38;
    object-fit: cover;
}

.demo-8 .demo-8-why-choose-item .elementskit-info-box-icon svg{
	transition: all 0.3s ease-in-out;
}

.demo-8 .demo-8-why-choose-item:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.demo-8 .integration-item{
	transition: all 0.4s ease-in-out;
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.demo-8 .integration-item:hover{
    transform: translateY(-3px);
}

.demo-8 .our-innovation:before{
	left: auto;
    right: -20px;
	top: auto;
    bottom: 80px;
    width: 250px;
    height: 250px;
    animation: circlerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes circlerotate{
	
	0% {
		transform: translateY(0) rotate(0);
	}
	100% {
		transform: translateY(-100%) rotate(360deg);
	}	
}

.demo-8 .our-innovation-image:before{
	height: 75%;
	top: auto;
	bottom: 0;
	z-index: -1;
}

.demo-8 .our-innovation-image img{
	object-fit: cover;
    aspect-ratio: 1 / 0.721;
}

.demo-8 .our-innovation-list ul{
	gap: 30px;
}

.demo-8 .our-innovation-list ul li{
	width: calc(33.33% - 20px);
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border: 1px solid var(--e-global-color-divider);
    border-radius: 20px;
    padding: 25px;
    transition: all 0.4s ease-in-out;
	overflow: hidden !important;
}

.demo-8 .our-innovation-list ul li:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.demo-8 .our-innovation-list ul li:hover:before{
	background: var(--e-global-color-accent);
    opacity: 100%;
}

.demo-8 .feature-item-image img{
	aspect-ratio: 1 / 0.569;
    object-fit: cover;
}

.demo-8 .feature-item-image-2 img{
	aspect-ratio: 1 / 0.475;
	object-fit: cover;
}

.demo-8 .company-earn-image{
	animation: companyearn 3s infinite linear alternate;
}

@keyframes companyearn{
	0%{
		transform: translateX(10px);
    }	
    100%{
		transform: translateX(-80px);
    }
}

.demo-8 .demo-8-our-advantages::before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: roundrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-8 .advantage-item .elementskit-info-box-icon{
	transition: all 0.4s ease-in-out;
}

.demo-8 .advantage-item:hover .elementskit-info-box-icon{
	transform: rotateY(180deg);
}

.demo-8 .demo-8-page-pricing::before{
	top: auto;
	left: auto;
    right: -20px;
    bottom: 0px;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: circlerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-8 .pricing-item{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	overflow: hidden !important;
}

.demo-8 .pricing-content::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    background-color: var(--e-global-color-divider);
    width: 1px;
    height: 80%;
    transform: translate(40px, -50%);
}

.demo-8 .pricing-item .popular{
    transform: rotate(50deg);
}

.demo-8 .pricing-content .elementskit-pricing-title{
	display: inline-block;
}

.demo-8 .pricing-content .elementskit-pricing-price{
	line-height: 0;
}

.demo-8 .pricing-item .period{
	opacity: 80%;
}

.demo-8 .pricing-content .elementskit-pricing-btn-wraper a{
	position: relative;
}

.demo-8 .pricing-content .elementskit-pricing-btn-wraper a::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
    border-radius: 100px;
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.demo-8 .demo-8-pricing-footer p a{
	font-weight: 600;
	text-decoration: underline;
	color: var(--e-global-color-accent);
	transition: all 0.3s ease-in-out;
}

.demo-8 .demo-8-pricing-footer a:hover{
	color: var(--e-global-color-white);
}

.demo-8 .demo-8-our-testimonials::before{
	left: auto;
    right: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: roundrotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-8 .testimonial-satisficed-client,
.demo-8 .testimonials-slider-box{
	backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    overflow: hidden !important;
    transition: all 0.4s ease-in-out;
}

.demo-8 .testimonials-slider-box .elementskit-single-testimonial-slider .elementskit-commentor-header .elementskit-icon-content{
	top: auto;
	bottom: 30px;
}

.demo-8 .testimonials-slider-box .ekit-wid-con .elementskit-stars svg{
	width: 1em !important;
}

.demo-8 .testimonials-slider-box .swiper-navigation-button{
	transition: all 0.4s ease-in-out;
}

.demo-8 .testimonials-slider-box .swiper-navigation-button svg{
	width: 18px !important;
}

.demo-8 .demo-8-our-faqs::before{
    left: -20px;
    bottom: 80px;
	top: auto;
    width: 250px;
    height: 250px;
    transform: rotate(10deg);
    animation: circlerotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-8 .faqs-img-1 img{
	object-fit: cover;
	aspect-ratio: 1 / 0.916;
}

.demo-8 .faqs-img-2 img{
	object-fit: cover;
    aspect-ratio: 1 / 1.25;
}

.demo-8 .faqs-title h2{
    background: -webkit-linear-gradient(180deg, var(--e-global-color-accent) 0%, var(--e-global-color-black) 94.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    cursor: none;
    transition: all 0.4s ease-in-out;
}

.demo-8 .faqs-images-box:hover .faqs-title h2{
    color: var(--e-global-color-accent);
}

.demo-8 .need-help-box{
	overflow: hidden !important;
}

.demo-8 .need-help-box::before{
    width: 100%;
    bottom: 0;
	top: auto;
    height: 0;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.demo-8 .need-help-box:hover:before{
	height: 100%;
}

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

	.demo-8 .demo-8-about-us:before{
		bottom: 40px;
		width: 170px;
		height: 170px;
	}

	.demo-8 .agency-icon .elementor-icon{
		padding: 9px !important;
	}
	
	.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
		width: 50px;
		height: 50px;
	}
	
    .demo-8 .demo-8-why-choose-us::before{
        top: 40px;
        width: 170px;
        height: 170px;
    }
	
	.demo-8 .demo-8-why-choose-image img{
		aspect-ratio: 1 / 0.75;
	}
	
	.demo-8 .our-innovation:before{
		bottom: 40px;
        width: 170px;
        height: 170px;
	}
	
	.demo-8 .our-innovation-image:before{
		height: 90%;
	}
	
	.demo-8 .our-innovation-list ul{
		gap: 20px;
	}

	.demo-8 .our-innovation-list ul li{
		width: calc(50% - 10px);
		padding: 15px 20px;
		border-radius: 10px;
	}
	
	.demo-8 .demo-8-our-advantages:before{
		top: 40px;
		width: 170px;
		height: 170px;
	}

	.demo-8 .demo-8-page-pricing::before{
		width: 170px;
		height: 170px;
	}
	
	.demo-8 .demo-8-our-testimonials::before{
		top: 40px;
		width: 170px;
		height: 170px;
	}

	.demo-8 .testimonials-slider-box .elementskit-single-testimonial-slider .elementskit-commentor-header .elementskit-icon-content{
		bottom: 10px;
		right:0;
	}

	.demo-8 .demo-8-our-faqs::before{
		width: 170px;
		height: 170px;
	}
}

@media only screen and (max-width: 767px){
	
	.demo-8 .our-scrolling-ticker .ekit-content-items .ekit-marquee .ekit-marquee-item img{
		max-width: 100px;
	}
	
	.demo-8 .fact-circle{
		transform: translate(-30px, -50%);
	}
	
	.demo-8 .agency-icon .elementor-icon{
		padding: 6px !important;
	}
	
	.demo-8 .custome-tab .e-n-tabs-heading{
		gap: 30px 0;
		padding-bottom: 20px;
		border-bottom: 1px solid var(--e-global-color-darkdivider);
	}

	.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title{
		min-width: 33.33% !important;
	}
	
	.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
		width: 40px;
		height: 40px;
		border-radius: 6px;
	}

	.demo-8 .custome-tab .e-n-tabs-heading .e-n-tab-title:before{
		bottom: -8px;
	}

	.demo-8 .our-innovation-list ul li{
		width: 100%;
	}

	.demo-8 .pricing-content::before{
		top: auto;
		right: 50%;
		width: 100%;
		height: 1px;
		transform: translate(50%, 20px);
	}
	
	.demo-8 .testimonials-slider-box .swiper-navigation-button{
		display: flex !important;
	}

	.demo-8 .our-blog .elementskit-post-image-card .elementskit-entry-header a img{
		aspect-ratio: 1 / 0.72;
	}
}

/* Hero Slider CSS [Demo-8] */

.elementskit-advanced-slider .widgetarea_warper_edit{
	left: 45%; 
	right: auto !important;
	top: auto !important; bottom: 0; 
	transform: translate(-50%, 0);
}

.elementor-editor-active .elementskit-advanced-slider .swiper-slide-active,
.elementor-editor-active .elementskit-advanced-slider .widgetarea_warper_editable{
	min-height: 200px;
}

.demo-8 .hero-slider .swiper{
	border-radius: 40px 40px 0 0;
}

.demo-8 .hero-slider .swiper-slide > .widgetarea_warper,
.demo-8 .hero-slider .swiper-slide > .widgetarea_warper > .elementor-widget-container,
.demo-8 .hero-slider .swiper-slide > .widgetarea_warper > .elementor-widget-container > .elementor,
.demo-8 .hero-slider .swiper-slide > .widgetarea_warper > .elementor-widget-container > .elementor  > .elementor-element{
	height: 100%;
}

.demo-8 .hero-slider .swiper-pagination-bullet-active{
	border: 0 !important;
}

.demo-8 .hero-slider .swiper-pagination-bullet{
	transform: scale(1) !important;
	opacity: 1 !important;
}

.demo-8 .hero-slider .swiper-pagination-bullet-active::before{
	background-color: var(--e-global-color-accent) !important;
}

.demo-8 .hero-slider .swiper-pagination{
	top: auto !important;
	bottom: 30px !important;
}

.demo-8 .hero-slider .swiper-slide .elementor-widget-icon-list ul{
	margin: 0 -10px !important;
}


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

	.demo-8 .hero-slider .swiper-pagination{
		bottom: 35px !important;
	}

	.demo-8 .hero-slider .swiper{
		border-radius: 40px 40px 0 0;
	}
	
	.demo-8 .hero-slider .swiper-pagination{
		bottom: 15px !important;
	}
	
	.demo-8 .hero-slider .hero-images img{
		aspect-ratio: 1 / 0.5;
	}
}

@media only screen and (max-width: 991px){
	
	.demo-8 .hero-slider .swiper{
		border-radius: 13px 13px 0 0;
	}
	
	.demo-8 .hero-slider .hero-images img{
		aspect-ratio: 1 / 0.7;
	}
}

/* Home Video Css [Demo-8]  */

.demo-8 .demo-8-hero-video-section .elementor-background-video-container::before{
	display: none;
}

/* About Us Page Css [Demo-8] */

.demo-8 .demo-8-page-header::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.84%, var(--e-global-color-black) 99.99%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    height: 100%;
    width: 100%;
    z-index: 0;
}

.demo-8 .breadcrumb-item ol li{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1em;
}

.demo-8 .mission-vision-item .elementskit-infobox{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.demo-8 .mission-vision-item .elementskit-infobox:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.demo-8 .mission-vision-item:hover .elementskit-info-box-icon{
	position: relative;
	overflow: hidden;
}

.demo-8 .mission-vision-item .elementskit-info-box-icon::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.demo-8 .mission-vision-item:hover .elementskit-info-box-icon::before{
	 transform: scale(1);
}

.demo-8 .mission-vision-item svg{
	z-index: 1;
	width: 1em !important;
	height: 1em !important;
	transition: all 0.4s ease-in-out;
}

.demo-8 .mission-vision-item:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.demo-8 .trusted-client-slider .swiper-slide img{
	width: 100%;
	max-height: 36px;
}

.demo-8 .what-we-do-img:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: auto;
    bottom: -60px;
    left: -40px;
    background: var(--e-global-color-accent);
    border-radius: 30px;
    transform: rotate(7deg);
    z-index: -1;
}

.demo-8 .what-we-do-img img{
	aspect-ratio: 1 / 0.96;
    object-fit: cover;
}

.demo-8 .get-started-circle{
	animation: getstartedrotate 25s infinite linear;
}

@keyframes getstartedrotate{
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
	}
}

.demo-8 .get-started-circle .get-started-circle-icon{
	transform: translate(-50%, -50%);
}

.demo-8 .get-started-circle .get-started-circle-icon .elementor-icon-wrapper{
	line-height: 0;
}

.demo-8 .what-we-do-item{
	position: relative;
	overflow: hidden;
}

.demo-8 .what-we-do-item .elementskit-infobox::before{
	top: auto !important;
	bottom: 0 !important;
	height: 0;
	transition: all 0.4s ease-in-out;
}

.demo-8 .what-we-do-item.active .elementskit-infobox::before,
.demo-8 .what-we-do-item .elementskit-infobox:hover::before{
    height: 100%;
    bottom: auto !important;
    top: 0 !important;
}

.demo-8 .demo-8-about-our-feature::before{
	left: auto;
    right: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: roundrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

 .demo-8 .demo-8-our-team::before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: roundrotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;	
} 

.demo-8 .team-item{
	position: relative;
	overflow: hidden !important;
}

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

.demo-8 .team-item:hover .team-image img{
	transform: scale(1.1);
}

.demo-8 .team-social-media-list ul{
	display: flex;
    flex-wrap: wrap;
    gap: 15px 22px;
}

.demo-8 .team-social-media-list ul li:last-child a{
	padding: 0 !important;
}

.demo-8 .team-social-media-list{
	position: relative;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.demo-8 .team-item:hover .team-social-media-list{
	height: 60px;
	opacity: 1;
	visibility: visible;
} 

.demo-8 .demo-8-team-body{
	overflow: hidden !important;
}

.demo-8 .demo-8-team-body::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    background: var(--e-global-color-primary);
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.demo-8 .team-item:hover .demo-8-team-body::after{
	top: 0;
}

.demo-8 .team-social-media-list ul li{
	position: relative;
}

.demo-8 .team-social-media-list ul li a{
	line-height: 1.1em !important;
	color: var(--e-global-color-black);
}

.demo-8 .team-social-media-list ul li:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: var(--e-global-color-black);
    transform-origin: bottom right;
    transition: transform 0.5s ease;
    transform: scaleX(0);
}

.demo-8 .team-social-media-list ul li:not(:last-child)::after{
	 width: calc(100% - 22px);
}

.demo-8 .team-social-media-list ul li:hover:after{
	transform-origin: bottom left;
    transform: scaleX(1);
}

.demo-8 .how-work-step-item{
	overflow: hidden !important;
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.demo-8 .how-work-step-item .elementor-icon-box-icon .elementor-icon svg{
	transition: all 0.4s ease-in-out;
}

.demo-8 .how-work-step-item:hover .elementor-icon-box-icon .elementor-icon svg{
	color: var(--e-global-color-white);
	transform: rotateY(180deg);	
}

.demo-8 .how-work-step-item .how-work-step-no .elementor-heading-title{
    transition: all 0.4s ease-in-out
}

.demo-8 .how-work-step-item:hover .how-work-step-no .elementor-heading-title{
	color: var(--e-global-color-accent);
}

.demo-8 .demo-8-our-faqs.demo-8-about-our-faqs::before{
	bottom: auto;
    top: 35%;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .breadcrumb-item ol li{
		font-size: 16px !important;
	}
	
	.demo-8 .what-we-do-img img{
		aspect-ratio: 1 / 0.771;
	}	
	
	.demo-8 .demo-8-about-our-feature::before{
		top: 40px;
		width: 170px;
		height: 170px;
		opacity: 20%;
	}
	
	.demo-8 .team-social-media-list ul{
		gap: 15px 10px;
	}
	
	.demo-8 .team-item:hover .team-social-media-list{
		height: 40px;
	}
}

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

	.demo-8 .breadcrumb-item ol li{
		font-size: 14px !important;
	}
	
    .demo-8 .what-we-do-img:before{
        bottom: -35px;
        left: -20px;
        border-radius: 20px;
    }
	
	.demo-8 .what-we-do-img img{
		aspect-ratio: 1 / 0.99;
	}	

	.demo-8 .demo-8-our-team::before{
		top: 40px;
		width: 170px;
		height: 170px;
	}

	.demo-8  .team-item:hover .team-social-media-list{
		height: 38px;
	} 

	.demo-8 .team-social-media-list ul{
		gap: 10px;
	}

	.demo-8 .team-social-media-list ul li:not(:last-child)::after{
		width: calc(100% - 10px);
	}
}

/* Contact Page Css [Demo-8] */

.demo-8 .contact-us-image img{
    aspect-ratio: 1 / 0.83;
    object-fit: cover;
}

.demo-8 .contact-info-item .elementskit-info-box-icon::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.demo-8 .contact-info-item:hover .elementskit-info-box-icon::before{
    transform: scale(1);
}

.demo-8 .contact-info-item .elementskit-info-box-icon svg{
	width: 1em !important;
	height: 1em !important;
}

.demo-8 .google-map-iframe:hover iframe{
    filter: grayscale(0%);
}

/* Service Page CSS [Demo-8] */

.demo-8 .page-services:before{
    left: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: roundrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes roundrotate{
	0% {
		transform: translateY(0) rotate(0);
	}

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

.demo-8 .demo-8-service-item{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	transition: all 0.3s ease-in-out;
}

.demo-8 .demo-8-service-item:hover{
	transform: translatey(-5px);
}

.demo-8 .demo-8-service-item .elementskit-infobox .elementskit-info-box-icon{
	overflow: hidden;
}

.demo-8 .demo-8-service-item .elementskit-infobox .elementskit-info-box-icon:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--e-global-color-primary);
    opacity: 20%;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
	z-index: -1;
}

.demo-8 .demo-8-service-item:hover .elementskit-infobox .elementskit-info-box-icon:before{
	background-color: var(--e-global-color-accent);
    opacity: 100%;
}

.demo-8 .demo-8-service-item .elementskit-infobox .elementskit-info-box-icon svg,
.demo-8 .demo-8-service-item .elementskit-infobox .box-footer a svg{
	transition: all 0.3s ease-in-out;
}

.demo-8 .demo-8-service-item:hover .elementskit-infobox .elementskit-info-box-icon svg{
	color: var(--e-global-color-black);
}

.demo-8 .demo-8-service-item .elementskit-infobox .box-body{
	position: static;
}

.demo-8 .demo-8-service-item .elementskit-infobox .box-footer{
    position: absolute;
    top: 16px;
    bottom: auto;
    right: 0;
    left: auto;
	transition: all 0.3s ease-in-out;
}

.demo-8 .demo-8-service-item:hover .elementskit-infobox .box-footer{
	transform: rotate(45deg);
}

.demo-8 .demo-8-service-item:hover .elementskit-infobox .box-footer a svg{
	color: var(--e-global-color-white);
}

@media only screen and (max-width: 991px){
	
	.demo-8 .page-services:before{
		width: 180px;
        height: 180px;
	}
}

/* Service Details CSS [Demo-8] */

.demo-8 .demo-8-service-single-page::before{
	left: auto;
    right: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: roundrotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-8 .demo-8-service-single-page::after{
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    background: url("../images/section-bg-shape-3.png") no-repeat;
    background-position: left bottom;
    background-size: cover;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: circlerotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .demo-8-service-single-page::before{
        height: 180px;
        width: 180px;
    }
	
	.demo-8 .demo-8-service-single-page::after{
		height: 180px;
		width: 180px;
		opacity: 20%;
	}
}

/* Our Team CSS [Demo-8] */

.demo-8 .demo-8-page-team::before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: roundrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
    .demo-8 .demo-8-page-team::before{
        width: 170px;
        height: 170px;
    }
}

/* Team Details CSS [Demo-8] */

.demo-8 .demo-8-team-single-page::before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: roundrotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .demo-8-team-single-page::before{
        height: 170px;
        width: 170px;
    }	
}

/* FAQs Page CSS [Demo-8] */

.demo-8 .demo-8-page-faq::before{
    left: -20px;
    top: 20%;
    width: 250px;
    height: 250px;
    transform: rotate(10deg);
    animation: circlerotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-8 .faq-accordion .elementskit-card{
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.demo-8 .faq-accordion .elementskit-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    height: 100%;
    width: 100%;
	z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .demo-8-page-faq::before{
        height: 170px;
        width: 170px;
    }
}

/* Testimonials CSS [Demo-8] */

.demo-8 .demo-8-testimonial-page::before{
    left: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: roundrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .demo-8-testimonial-page::before{
        height: 170px;
        width: 170px;
    }
}

/* Image Gallery CSS [Demo-8] */

.demo-8 .demo-8-gallery-page::before{
    left: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: roundrotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .demo-8-gallery-page::before{
        height: 170px;
        width: 170px;
    }
}

/* Video Gallery CSS [Demo-8] */

.demo-8 .demo-8-page-video-gallery::before{
    left: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: roundrotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes roundrotate8{
	0%{
		transform: translateY(0) rotate(0);
	}
	100%{
		transform: translateY(100%) rotate(360deg);
	}
}

@media only screen and (max-width: 991px){
	
	.demo-8 .demo-8-page-video-gallery::before{
        height: 170px;
        width: 170px;
    }
}

/* Project Details CSS [Demo-8] */

.demo-8 .demo-8-project-single-page::before{
	left: auto;
    right: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: roundrotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-8 .demo-8-project-single-page::after{
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 60%;
    background: url("../images/section-bg-shape-1.png") no-repeat;
    background-position: left bottom;
    background-size: cover;
    width: 250px;
    height: 250px;
    transform: rotate(10deg);
    opacity: 40%;
    animation: circlerotate8 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-8 .demo-8-project-single-page::before{
        height: 170px;
        width: 170px;
    }
	
	.demo-8 .demo-8-project-single-page::after{
		height: 170px;
        width: 170px;
		opacity: 20%;
	}
}


.demo-2-agency-supports-slider .swiper-slide-inner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.demo-2-agency-supports-slider .swiper-slide-inner {
    position: relative;
    border: 1px solid var(--e-global-color-divider);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 10px;
    text-align: center;
    padding: 25px 30px;
    line-height: normal !important;
}

/* ===== MEGA MENU ===== */
.tg-mega-menu {
  display: none;
    position: absolute;
    left: -620px;
    top: 100%;
    width: 1280px;
    background: #1B1B1B;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.tg-container {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.tg-col {
  width: 100%;
}

.tg-col h4 {
  color: #fff;
  font-weight: 600;
}

.tg-col ul {
  list-style: none;
  padding: 0;
}

.tg-col ul li {
  margin-bottom: 8px;
}
.tg-col ul li a:hover {
  color: #bff747;
  padding-left: 5px;
  transition: 0.3s;
}
/* MOBILE */
@media(max-width:1024px){
  .tg-mega-menu {
    position: relative;
    box-shadow: none; left: 0px;
    top: 100%;
    width: 100%;
  }

  .tg-container {
     grid-template-columns: 1fr;
  }

  .tg-col {
    width: 100%;
  }

}

/*********************************************/
/***  Artistics - Design Agency ( demo-6 ) ***/
/*********************************************/

/*  Demo 6 Theme CSS  */

.demo-6 .page-header{
  	position: relative;
	background-attachment: fixed;
}

.demo-6 .page-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.84%, var(--e-global-color-black) 99.99%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    height: 100%;
    width: 100%;
    z-index: 1;
}

.demo-6 .page-header-box h1{
	font-size: 62px !important;
	line-height: 1.1em !important;
	margin-bottom: 20px;
}

.demo-6 .page-header-box .breadcrumb-trail {
    line-height: 1.2em;
}

@media only screen and (max-width: 991px){
	
	.demo-6 .page-header{
		background-attachment: inherit;
	}
	
	 .demo-6 .page-header {
        padding: 181px 0 100px;
    }
	
	.demo-6 .page-header-box h1 {
        font-size: 50px !important;
		margin-bottom: 15px;
    }
	
}

@media only screen and (max-width: 767px){
	
	.demo-6 .page-header-box h1 {
        font-size: 30px !important;
    }
	
}

/* Project Archive ( demo-6 ) */
/* 
.demo-6 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__image{
	margin: 0;
} */

/* .demo-6 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img,
.demo-6 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
	aspect-ratio: 1 / 0.992 !important;
} */

.demo-6 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.58%, var(--e-global-color-black) 107.74%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

/* .demo-6 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
	position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px;	
} */
.demo-10 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content {
    position: inherit;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
}
@media only screen and (max-width: 991px){
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__image{
		border-radius: 20px;
	}
	
	.demo-6 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img,
	.demo-6 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
		aspect-ratio: 1 / 0.9 !important;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories{
		top: 15px;
		right: 15px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.demo-6 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
		padding: 15px;	
	}
	
	.demo-6 .awaiken-portfolio-item-design-1.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__title {
        font-size: 18px;
    }
}


/***************************************/
/*** Elementor Pages CSS ( demo 6 )  ***/
/***************************************/

/* Elementor Footer CSS */

.demo-6 .footer-work-together:before{
    right: -20px;
	left: auto;
    top: 50%;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
    animation: ringrotare6 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes ringrotare6{
	from{
		transform: translateY(0) rotate(0deg);
	  }
	to{
		transform: translateY(-100%) rotate(360deg);
	}
}

.demo-6 .footer-service .ekit-vertical-menu-container ul li:last-child a{
	padding-bottom: 0 !important;
}

.demo-6 .footer-newsletter-form .form-group{
	align-items: center;
	gap: 0;
	justify-content: left;
}

.demo-6 .footer-newsletter-form .form-group .email-field{
    width: 77%;
}

.demo-6 .footer-newsletter-form .form-group>p{
    width: 23%;
}

.demo-6 .footer-newsletter-form button{
	padding: 19px 18px !important;
	border-radius: 100px !important;
}

.demo-6 .footer-newsletter-form .wpcf7-not-valid-tip,
.demo-6 .footer-newsletter-form .wpcf7-response-output{
	display: none;
}

.demo-6 .footer-social-list .elementor-widget-container ul li{
	position: relative;
}

.demo-6 .footer-social-list .elementor-widget-container ul li:before{
	content: '/';
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    color: var(--e-global-color-text);
}

.demo-6 .footer-social-list .elementor-widget-container ul li:last-child:before{
	display: none;
}

.demo-6 .footer-social-list .elementor-widget-container ul li:last-child{
	margin-right: 0;
}

.demo-6 .footer-social-list .elementor-widget-container ul li:last-child a{
	padding-right: 0;
}

.demo-6 .footer-contact-list .elementor-heading-title,
.demo-6 .footer-contact-list .elementor-heading-title a{
	transition: all 0.4s ease-in-out;
}

.demo-6 .footer-contact-list:hover .elementor-heading-title,
.demo-6 .footer-contact-list:hover .elementor-heading-title a{
	color: var(--e-global-color-accent);
}

.demo-6 .footer-privancy-menu .ekit-vertical-main-menu-wraper ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.demo-6 .footer-privancy-menu ul li{
	position: relative;
}

.demo-6 .footer-privancy-menu .ekit-vertical-navbar-nav li::before{
	content: "/";
	position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
	color: var(--e-global-color-white);
}

.demo-6 .footer-privancy-menu .ekit-vertical-navbar-nav li:first-child a{
	padding-left: 0 !important;
}

.demo-6 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child a{
	padding-right: 0 !important;
}

.demo-6 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child:before{
	display: none;
}

@media only screen and (max-width: 991px){
	
	.demo-6 .footer-work-together:before{
		width: 180px;
        height: 180px;
	}
	
	.demo-6 .footer-newsletter-form .form-group .email-field{
		width: 72;
	}

	.demo-6 .footer-newsletter-form .form-group>p{
		width: 28%;
	}
	
	.demo-6 .footer-newsletter-form button{
		padding: 16px 18px !important;
	}
	
}

@media only screen and (max-width: 767px){
	
	.demo-6 .footer-service .ekit-vertical-menu-container ul li a{
		padding-bottom: 10px !important;
	}
	
	.demo-6 .footer-newsletter-form button{
		font-size: 14px;
    	padding: 15px 10px 14px 10px !important;
	}
	
	.demo-6 .footer-privancy-menu .ekit-vertical-menu-container ul li a{
		padding: 0px 14px 0px 7px !important;
	}
	
}

/* Home CSS [Demo-6] */

.demo-6 .hero .elementor-background-video-container:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(179.5deg, rgba(0, 0, 0, 0.3) 0.44%, var(--e-global-color-black) 119.12%), linear-gradient(0.62deg, rgba(0, 0, 0, 0) 81.46%, var(--e-global-color-black) 99.49%);;
    height: 100%;
    width: 100%;
	z-index: 1;
}

.demo-6 .hero-contact-box .ekit-wid-con .elementskit-infobox .elementskit-info-box-icon svg{
	width: auto !important;
	height: auto;
}

.demo-6 .hero-contact-box .ekit-wid-con .elementskit-infobox .elementskit-info-box-icon{
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.demo-6 .hero-contact-box .ekit-wid-con .elementskit-infobox .elementskit-info-box-icon:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    width: 100%;
    height: 100%;
	border-radius: 50%;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.demo-6 .hero-contact-box:hover .ekit-wid-con .elementskit-infobox .elementskit-info-box-icon:before{
	transform: scale(1);
}

.demo-6 .hero-circle .elementor-widget-container{
	animation: exploremorerotate 25s infinite linear;
}

.demo-6 .hero-circle .agency-icon{
	transform: translate(-50%, -50%);
}

.demo-6 .hero-img img{
    aspect-ratio: 1 / 1.13;
	object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.demo-6 .hero-img img:hover{
	filter: grayscale(100%);
}

.demo-6 .hero-tag{
	animation: herotagmove 3s infinite linear alternate;
}

.demo-6 .hero-tag .elementor-widget-container{
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.demo-6 .hero-tag .elementor-widget-container::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: var(--e-global-color-primary);
	border-radius: 100px;
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.demo-6 .hero-tag .elementor-widget-container:hover::before{
	bottom: 0;
	top: auto;
	height: 100%;
}

@keyframes herotagmove{
	50%{
		left: 65px;
	}
}

.demo-6 .our-scrolling-ticker .ekit-content-items .ekit-marquee .ekit-marquee-item img{
	max-width: 140px;
}

.demo-6-about-us::before{
	content: '';
    display: block;
    position: absolute;
	top: auto;
	left: auto;
    right: -20px;
    bottom: 80px;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: circlerotate6 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes circlerotate6{
	from{
		transform: translateY(0) rotate(0deg);
	}
	to{
		transform: translateY(-110%) rotate(360deg);
	}
}

.demo-6 .authore-image .elementor-widget-container{
	z-index: 0;
}

.demo-6-satisfy-client-content .elementor-counter-number-wrapper{
	flex: 0;
}

.demo-6-satisfy-client-content .elementor-counter-title{
	justify-content: start;
}

.demo-6 .about-counter .elementor-widget-container{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 40px;
    height: 40px;
}

.demo-6 .about-author-box .elementskit-box-header{
	display: block;
	width: 100px;
    border-radius: 100px;
    filter: drop-shadow(5px 5px 0px var(--e-global-color-black));
}

.demo-6 .about-author-box .elementskit-box-header:after{
	content: "";
    position: absolute;
    width: 215%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.demo-6 .about-author-box .elementskit-box-header:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

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

.demo-6 .about-circle.hero-circle{
	transform: translateX(-50%);
}

.demo-6-about-us-body .elementskit-infobox{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.demo-6-about-us-body .elementskit-infobox::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;	
} 

.demo-6 .about-list-item .ekit-wid-con .elementskit-infobox .elementskit-info-box-icon{
	transition: all 0.4s ease-in-out;
}

.demo-6 .about-list-item:hover .ekit-wid-con .elementskit-infobox .elementskit-info-box-icon{
    transform: rotateY(180deg);
}

.demo-6-service-item{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.demo-6 .service-image img{
	aspect-ratio: 1 / 0.45;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.demo-6-service-item .service-body svg{
	transition: all 0.4s ease-in-out;
}
    
.demo-6-service-item:hover .service-body svg{
	 transform: rotateY(180deg);
}

.demo-6-service-item:hover .service-body svg path{
	color: var(--e-global-color-white);
}

.demo-6-service-item:hover .service-image img{
	transform: scale(1.1);
}

.demo-6-service-item .service-btn svg{
	transition: all 0.3s ease-in-out;
}

.demo-6-service-item .service-btn a:hover svg{
	transform: rotate(45deg);
}

.demo-6-service-footer p a{
	font-weight: 600;
	text-decoration: underline;
	color: var(--e-global-color-accent);
	transition: all 0.3s ease-in-out;
}

.demo-6-service-footer a:hover{
	color: var(--e-global-color-white);
}

.demo-6-what-we-do::before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-6 .what-we-do-img-1 img{
	aspect-ratio: 1 / 0.58;
	object-fit: cover;
}

.demo-6 .what-we-do-img-2 img{
	aspect-ratio: 1 / 0.711;
	object-fit: cover;
}

.demo-6 .what-we-do-img-3 img{
	aspect-ratio: 1 / 0.997;
	object-fit: cover;
}

.demo-6 .why-choose-box .elementskit-infobox{
    position: relative;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
}

.demo-6 .why-choose-box .elementskit-infobox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.demo-6 .why-choose-box .elementskit-infobox .elementskit-info-box-icon svg{
	width: 1em !important;
	transition: all 0.4s ease-in-out;
}

.demo-6 .why-choose-box .elementskit-infobox:hover .elementskit-info-box-icon svg{
	transform: rotatey(180deg);
} 

.demo-6 .why-choose-circle img {
    animation: infiniterotate 30s infinite linear;
}

.demo-6 .why-choose-image{
	 transform: translate(-50%, -50%);
}

/* .demo-6 .why-choose-image img {
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
} */
.why-choose-image img {
    aspect-ratio: inherit !important;
    object-fit: cover;
}
.demo-6-our-facts::before{
    left: -20px;
	right: auto;
    top: 80px;
	bottom: auto;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-6 .agency-icon .elementor-icon-wrapper{
	line-height: 0;
}

.demo-6 .fact-image img{
	aspect-ratio: 1 / 1.54;
	object-fit: cover;
}

.demo-6 .fact-circle-image {
	animation: exploremorerotate 25s infinite linear;
}

@keyframes exploremorerotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.demo-6 .facts-counter-icon .elementor-icon-wrapper{
	line-height: 0;
}

.demo-6 .facts-counter-icon svg path{
	fill: none;
}

.demo-6 .fact-counter .elementor-counter-number-wrapper{
	flex: 0;
	padding-right: 12px;
}

.demo-6 .fact-counter .elementor-counter{
	justify-content: start;
	align-items: center;
}

.demo-6 .fact-counter .elementor-counter-title{
	max-width: 65%;
}

.demo-6-pricing-box .elementskit-single-pricing{
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
    gap: 30px;
    text-align: left !important;
}

.demo-6-pricing-box .elementskit-single-pricing .elementskit-pricing-price-wraper{
	background-color: var(--e-global-color-secondary);
	border-radius: 10px;
} 

.demo-6-pricing-box.demo-6-highlighted-box .elementskit-single-pricing .elementskit-pricing-price-wraper{
	background-color: var(--e-global-color-accent);
}

.demo-6-pricing-box .elementskit-single-pricing .elementskit-pricing-price-wraper .elementskit-pricing-price{
	display: flex;
}

.demo-6-pricing-box .elementskit-single-pricing .elementskit-pricing-price>sup{
	left: 0;
}

.demo-6-pricing-box .ekit-wid-con .elementskit-pricing-header p{
    margin: 0;
}

.demo-6-pricing-box .ekit-wid-con .elementskit-pricing-content{
    width: 100%;
}

.demo-6-pricing-box .ekit-wid-con .elementskit-pricing-btn-wraper{
	line-height: 0;
	width: 100%;
}

.demo-6-pricing-box .ekit-wid-con .elementskit-pricing-btn{
	position: relative;
	overflow: hidden;
}

.demo-6-pricing-box .ekit-wid-con .elementskit-pricing-btn:before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
    border-radius: 100px;
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.demo-6-our-testimonials::before{
    right: -20px;
	left: auto;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-6 .testimonial-item .elementskit-single-testimonial-slider{
     backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	overflow: hidden;
	display: flex !important;
	flex-direction: column-reverse !important;
}

.demo-6 .testimonial-item .elementskit-single-testimonial-slider::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.demo-6 .testimonial-item .elementskit-commentor-image{
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.demo-6 .testimonial-item .elementskit-commentor-image::after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
} 

.demo-6 .testimonial-item .elementskit-commentor-image:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.demo-6 .testimonial-item .elementskit-icon-content{
	position: absolute !important;
	top: 40px;
	left: auto;
	right: 30px;
}

.demo-6 .testimonial-item .elementskit-single-testimonial-slider .elementskit-watermark-icon > svg{
	width: 30px !important;
}

.demo-6 .testimonial-item .elementskit-stars{
	line-height: 0;
}

.demo-6 .testimonial-item .elementskit-stars svg{
	height: 1em;
}

.demo-6 .testimonial-item .swiper-navigation-button{
    top: auto;
    bottom: 0;
	transition: all 0.4s ease-in-out;
}

.demo-6 .testimonial-item .swiper-navigation-button svg{
	width: 1em !important;
	transform: rotate(45deg);
}

.demo-6 .testimonial-item .swiper-button-prev svg{
	transform: rotate(225deg) !important;
}

.demo-6.our-faqs::before{
	top: auto;
    left: -20px;
    bottom: 80px;
    width: 250px;
    height: 250px;
    animation: circlerotate6 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-6 .faqs-img img{
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.demo-6 .faqs-image:hover .faqs-img img{
	transform: scale(1.1);
}

.demo-6 .faqs-image .faqs-img .elementor-widget-container:before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.01%, rgba(0, 0, 0, 0.9) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.demo-6 .faqs-content{
	right: 100px;
}

.demo-6 .faqs-content-btn .elementskit-box-header{
	line-height: 0;
}

.demo-6 .faqs-content-btn .elementskit-info-box-icon{
	position: relative;
	z-index: 1;
} 

.demo-6 .faqs-content-btn .elementskit-info-box-icon:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: var(--e-global-color-primary)!important;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;	
}

.demo-6 .faqs-content-btn a:hover .elementskit-info-box-icon:before{
	transform: scale(1);
}

.demo-6 .faq-accordion .elementskit-card.active .elementskit-card-body{
	position: relative;
}

.demo-6 .faq-accordion .elementskit-card.active .elementskit-card-body:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 26.48%, rgba(0, 0, 0, 0) 155.74%);
	border-radius: 0 0 10px 10px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

@media only screen and (max-width: 991px){
	
	.demo-6 .hero-img img{
		aspect-ratio: 1 / 0.9;
	}
	
	.demo-6-about-us::before{
		bottom: 20px;
        width: 170px;
        height: 170px;
	}
	
	.demo-6 .about-author-box .elementskit-box-header{
		width: 80px;
	}
	
	.demo-6-what-we-do::before{
   		top: 20px;
        width: 170px;
        height: 170px;
	}
	
	.demo-6-our-facts::before{
		top: 20px;
        width: 170px;
        height: 170px;
	}
	
	.demo-6 .fact-image img{
    	aspect-ratio: 1 / 1.04;
	}
	
	.demo-6-pricing-box .elementskit-single-pricing{
		gap: 20px;
	}
	
	.demo-6-our-testimonials::before{
    	top: 20px;
        width: 170px;
        height: 170px;
	}
	
	.demo-6 .testimonial-item .elementskit-icon-content{
		right: 20px;
	}
	
	.demo-6 .testimonial-item .elementskit-commentor-content{
		margin-bottom: 0;
	}
	
	.demo-6.our-faqs::before{
		bottom: 20px;
		width: 170px;
		height: 170px;
	}
	
	.demo-6 .faqs-content{
		right: 20px;
	}
	
	.demo-6 .faqs-img img{
		aspect-ratio: 1 / 0.6;
        object-position: top center;
	}
	
}

@media only screen and (max-width: 767px){
	
	@keyframes herotagmove{
		50%{
			left: 30px;
		}
	}
	
	.demo-6 .our-scrolling-ticker .ekit-content-items .ekit-marquee .ekit-marquee-item img{
		max-width: 100px;
	}
	
	.demo-6-satisfy-client-content .elementor-counter-title{
		justify-content: start;
	}
		
	.demo-6 .about-author-box .elementskit-box-header{
		width: 60px;
	}

	.demo-6 .about-us-img img{
		aspect-ratio: 1 / 1.1;
	}
	
	.demo-6 .fact-circle-image{
        position: absolute;
        top: -50%;
        transform: translate(-50%, 0);
	}
	
	.demo-6 .fact-counter .elementor-counter-number-wrapper{
		flex: 0;
		padding-right: 8px;
	}
	
	.demo-6 .agency-icon .elementor-icon-wrapper a{
		padding: 0 !important;
	}
	
	.demo-6 .pricing-benefit-list .elementor-widget-container ul{
        gap: 15px 10px;
    }
	
	.demo-6 .testimonial-item .swiper-navigation-button.swiper-button-prev,
	.demo-6 .testimonial-item .swiper-navigation-button.swiper-button-next{
		display: block !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	
	.demo-6 .faqs-img img{
		aspect-ratio: 1 / 1.1;
        object-position: center center;
	}
	
}

/* Home Image CSS [Demo-6] */

.demo-6-hero-bg-image::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(179.5deg, rgba(0, 0, 0, 0.3) 0.44%, var(--e-global-color-black) 119.12%), linear-gradient(0.62deg, rgba(0, 0, 0, 0) 81.46%, var(--e-global-color-black) 99.49%);
    height: 100%;
    width: 100%;
    z-index: 0;
}

/* Home Slider CSS [Demo-6] */

.demo-6-hero-slider .elementor-background-slideshow__slide__image::before{
	 content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(179.5deg, rgba(0, 0, 0, 0.3) 0.44%, var(--e-global-color-black) 119.12%), linear-gradient(0.62deg, rgba(0, 0, 0, 0) 81.46%, var(--e-global-color-black) 99.49%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* About Us CSS [Demo-6] */

.demo-6-page-header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.84%, var(--e-global-color-black) 99.99%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    height: 100%;
    width: 100%;
    z-index: 0;
}

.demo-6 .breadcrumb-item ol li{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1em;
}

.demo-6 h1.elementor-heading-title span{
    font-weight: 700;
}

.demo-6 .approach-goal-img img{
	aspect-ratio: 1 / 0.32;
    object-fit: cover;
}

.demo-6 .approach-goal-img .elementor-widget-container:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.8%, rgba(0, 0, 0, 0.8) 101.49%);
    z-index: 1;
}

.demo-6 .mission-vision-item{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	overflow: hidden;
	z-index: 1;
}

.demo-6-why-choose-us::before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-6.why-choose-us:before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-6 .our-benefit-image-1 img{
	aspect-ratio: 1 / 1.07;
	object-fit: cover;
}

.demo-6 .our-benefit-image-2 img {
    aspect-ratio: 1 / 0.54;
	object-fit: cover;
}

.demo-6 .our-benefit-image-2 .elementor-widget-container::after{
	z-index: 0;
}

.demo-6 .company-experience .elementor-counter-title{
	margin-left: 10px;
	line-height: 1 !important;
}

.demo-6 .company-experience .elementor-widget-container{
	position:relative;
	overflow: hidden;
	
	z-index: 1;
}

.demo-6 .company-experience{
	animation: experienceobject 3s infinite linear alternate;	
}

@keyframes experienceobject{
	50%{
		right: 30px;
	}
}

.demo-6 .company-experience .elementor-widget-container::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: var(--e-global-color-primary);
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.demo-6 .company-experience .elementor-widget-container:hover::before{
	bottom: 0;
	top: auto;
	height: 100%;
}

.column-2.demo-6-our-benefit-list ul{
	gap: 20px 30px;
}

.demo-6-our-facts.demo-6-about-our-facts::before{
	left: auto;
    right: -20px;
    top: 80px;
}

.demo-6 .team-item {
    position: relative;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    z-index: 1;
}

.demo-6 .team-item .team-image img{
    aspect-ratio: 1 / 0.96;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.demo-6 .team-item:hover .team-image img{
	transform: scale(1.1);
	filter: grayscale(100%);
}

.demo-6 .team-item .team-social-icon ul li:first-child{
	margin: 0 !important;
}

.demo-6 .team-item .team-social-icon{
	right: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

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

.demo-6 .team-item .team-social-icon ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.demo-6-our-testimonials.demo-6-about-us-testimonials::before{
	right: auto;
	left: -20px;
	top: 80px;
}

.demo-6 .our-clients-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	z-index: 1;
}

.demo-6 .agency-supports-slider-box .swiper-slide-inner{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	border: 1px solid var(--e-global-color-divider);
	border-radius: 10px;
	background: var(--e-global-color-secondary);
	padding: 25px 30px;
	overflow: hidden;
}

.demo-6 .agency-supports-slider-box .swiper-slide-inner::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-secondary);
	opacity: 40%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.demo-6 .agency-supports-slider-box .swiper-slide-inner img{
	width: 100%;
	height: 30px;
}

@media only screen and (max-width: 991px){
	
	.demo-6 .breadcrumb-item ol li{
		font-size: 16px;
	}
	
	.demo-6 .approach-goal-img img{
		aspect-ratio: 1 / 0.42;
	}
	
	.demo-6-why-choose-us::before{
		top: 20px;
		width: 170px;
		height: 170px;
	}
	
	.column-2.demo-6-our-benefit-list ul{
		gap: 15px 30px;
	}
	
	.demo-6-our-facts.demo-6-about-our-facts::before{
		top: 20px;
	}
	
	.demo-6 .team-item .team-image img{
        aspect-ratio: 1 / 0.85;
    }
	
	.demo-6-our-testimonials.demo-6-about-us-testimonials::before{
		top: 20px;
	}
	
	.demo-6 .agency-supports-slider-box .swiper-slide-inner{
		padding: 20px 15px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.demo-6 .breadcrumb-item ol li{
		font-size: 14px;
	}
	
	.column-2.demo-6-our-benefit-list ul {
        gap: 10px 20px;
    }
	
	.demo-6 .approach-goal-img img{
		aspect-ratio: 1 / 0.82;
	}
	
	.demo-6 .agency-supports-slider-box .swiper-slide-inner{
		padding: 15px 10px;
	}

	.demo-6 .agency-supports-slider-box .swiper-slide-inner img{
		height: 24px;
	}
	
}

/* Service Page Css [Demo-6] */

.demo-6-page-services::before{
    left: -20px;
    top: 80px;
    width: 250px;
	height: 250px;
	opacity: 40%;
	animation: stonerotate 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

@media only screen and (max-width: 991px){
	
    .demo-6-page-services::before{
        width: 170px;
        height: 170px;
    }
	
}

/* Service Single Page Css [Demo-6] */

.demo-6-service-single-page::before{
	left: auto;
    right: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-6-service-single-page::after{
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    background: url('../images/demo-6-section-bg-shape-4.png') no-repeat;
    background-position: left top;
    background-size: cover;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
    .demo-6-service-single-page::after, 
	.demo-6-service-single-page::before{
        width: 170px;
        height: 170px;
        opacity: 20%;
    }
	
}

/* Our Projects CSS [Demo-6] */

.demo-6-our-projects::before{
	left: auto;
    right: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991x){
	
	.demo-6-our-projects::before{
        top: 20px;
        width: 170px;
        height: 170px;
    }
	
}

/* Project Details CSS [Demo-6] */

.demo-6-project-single-page::before{
	left: auto;
    right: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.demo-6-project-single-page::after{
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    background: url("../images/demo-6-section-bg-shape-6.png") no-repeat;
    background-position: left bottom;
    background-size: cover;
    width: 250px;
    height: 250px;
    opacity: 40%;
    animation: circlerotate6 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-6-project-single-page::before{
		width: 170px;
		height: 170px;
	}
	
	.demo-6-project-single-page::after{
		width: 170px;
        height: 170px;
        opacity: 20%;
	}
	
}

/* Team Page Css [Demo-6] */

.demo-6-page-team::before{
    left: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
    .demo-6-page-team::before{
        width: 170px;
        height: 170px;
    }
	
}

/* Team Single Page Css [Demo-6] */

.demo-6-team-single-page::before{
    left: -20px;
	top: 120px;
	width: 250px;
	height: 250px;
	animation: stonerotate 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

@media only screen and (max-width: 991px){
	
    .demo-6-team-single-page::before{
        top: 20%;
        width: 170px;
        height: 170px;
    }
	
}

/* Pricing Plan CSS [Demo-6] */

.demo-6-pricing-plan::before{
	left: auto;
    right: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.demo-6-pricing-plan::before{
		width: 170px;
		height: 170px;
	}
	
}

/* Testiminial Page Css [Demo-6] */

.demo-6-testimonial-page::before{
	left: auto;
    right: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
}

@media only screen and (max-width: 991px){
	
    .demo-6-testimonial-page::before{
        width: 150px;
        height: 150px;
    }
	
}

/* Image Gallery CSS [Demo-6] */

.demo-6-gallery-page::before{
    left: -20px;
    top: 30%;
    width: 250px;
    height: 250px;
    animation: circlerotate6 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
    .demo-6-gallery-page::before{
        width: 160px;
        height: 160px;
    }
	
}

/* Video Gallery CSS [Demo-6] */

.demo-6-page-video-gallery::before{
    left: -20px;
    top: 120px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
    .demo-6-page-video-gallery::before{
		width: 160px;
        height: 160px;
        top: 100px;
    }
	
}

/* FAQ Page CSS [Demo-6] */

.demo-6-page-faq::before{
    left: -20px;
    top: 30%;
    width: 250px;
    height: 250px;
    animation: circlerotate6 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
    .demo-6-page-faq::before{
        width: 180px;
        height: 180px;
    }
	
}

/* Contact us CSS [Demo-6] */

.demo-6 .page-contact-us:before{
    left: -20px;
	right: auto;
    top: 40%;
	bottom: auto;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes stonerotate{
	0% {
		transform: translateY(0) rotate(0deg);
	}
	100% {
		transform: translateY(110%) rotate(360deg);
	}
}

.demo-6 .contact-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.demo-6 .contact-info-item .elementskit-infobox .elementskit-box-header{
	line-height: 0;
}

.demo-6 .contact-info-item .elementskit-infobox{
	position: relative;
}

.demo-6 .contact-info-item .elementskit-infobox:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    opacity: 10%;
    height: 100%;
    width: 100%;
}

.demo-6 .contact-info-item .elementskit-infobox .elementskit-info-box-icon:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    transform: scale(0);
    height: 100%;
    width: 100%;
    border-radius: 50%;
	z-index: -1;
	transition: all 0.4s ease-in-out;
}

.demo-6 .contact-info-item .elementskit-infobox:hover .elementskit-info-box-icon:before{
	transform: scale(1);
}

.demo-6 .contact-social-list ul li:first-child{
	margin-left: 0 !important;
}

.demo-6 .google-map .elementor-custom-embed iframe{
	filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.demo-6 .google-map .elementor-custom-embed iframe:hover{
	filter: grayscale(0%);
}

@media only screen and (max-width: 991px){
	
	.demo-6 .page-contact-us:before{
		width: 170px;
        height: 170px;
        top: 20px;
	}
	
}



.demo-10 .about-us-img{-webkit-mask-size: inherit;
    -webkit-mask-position: inherit;}

.mobile-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
}

.footer-btn {
    flex: 1;
    text-align: center;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.whatsapp { background: #25D366; }
.call { background: #007bff; }
.email { background: #ff4d4d; }

/* Desktop me hide */
@media (min-width: 768px) {
    .mobile-footer-bar {
        display: none;
    }
}


.elementor-3154 .elementor-element.elementor-element-a260919::before{display:none !important}
.elementor-3154 .elementor-element.elementor-element-f03fe4f::before{display:none !important}




.demo-10 .page-header {
    position: relative;
    background-attachment: fixed;
    padding: 0;
    margin-top: 0;
}

.page-single-post {
    padding: 62px 0 62px;
}

.post-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}



.enquiry-btn{
    position:fixed;
    right:-55px;
    top:50%;
    transform:rotate(-90deg);
    z-index:9999;

    background:linear-gradient(
        90deg,
        #c6ff00,
        #aeea00
    );

    color:#111;
    border:none;
    padding:14px 28px;
    font-size:16px;
    font-weight:700;
    border-radius:12px 12px 0 0;
    cursor:pointer;

    box-shadow:
        0 10px 30px rgba(198,255,0,0.35);

    transition:0.4s ease;
}

.enquiry-btn:hover{
    transform:rotate(-90deg) scale(1.05);
}

@media(max-width:768px){

    .enquiry-btn{
        padding:12px 20px;
        font-size:14px;
        right:-48px;
    }

}


/* Popup Background */
.pum-container{
    background:#ffffff !important;
    border-radius:24px !important;
    padding:30px !important;
    box-shadow:
        0 20px 60px rgba(0,0,0,0.25) !important;
}

/* Popup Overlay */
.pum-overlay{
    background:rgba(0,0,0,0.75) !important;
    backdrop-filter:blur(6px);
}

/* Hide Popup Title */
.pum-title{
    display:none !important;
}

/* Close Button */
.pum-close{
    background:#c6ff00 !important;
    color:#111 !important;

	width:38}

.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -30%;
    width: 100%;
    background: transparent !important;
}


.pum-theme-13015 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    position: absolute;
    height: auto;
    width: 68px;
    left: 410px;
    right: 0px;
    bottom: auto;
    top: -43px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 25px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 183, 205, 1.00 );
}








.custom-contact-wrapper {
    display: flex;
    gap: 0px;
    align-items: center;
    background: #ffffff;
    padding: 27px 40px;
    border-radius: 20px;
    box-shadow: 0 22px 40px rgba(0,0,0,0.15);
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
}

.heading-icon p {
    margin: 0;
}
/* Left Side */
.form-left-content{
    flex:1;
    min-width:280px;
}

.heading-with-icon {
    display: flex;
    align-items: anchor-center;
    gap: 15px;
    margin-bottom: 0;
}

.heading-icon {
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 14px;
    display: flex;
    align-items: start;
    justify-content: end;
}
.heading-icon i {
    color: #0b5d4f;
    font-size: 26px;
}

.heading-with-icon h2 {
    font-size: 31px;
    line-height: 1.2;
    color: #0b5d4f;
    margin: 0;
    font-weight: 700;
}

.form-left-content p {
    font-size: 17px;
    color: #6c757d;
    line-height: 1.7;
    margin-left: 75px;
    margin: 0;
}
/* Mobile */
@media(max-width:768px){

    .heading-with-icon h2{
        font-size:30px;
    }

    .heading-icon{
        width:50px;
        height:50px;
        min-width:50px;
    }

    .heading-icon i{
        font-size:22px;
    }

    .form-left-content p{
        margin-left:0;
    }

}
/* Right Form */
.form-right{
    flex:1;
    min-width:320px;
}

.input-box {
    position: relative;
    margin-bottom: 0 !important;
}
.submit-btn {
    margin-top: 14px;
}

.input-box i {
    position: absolute;
    left: 18px;
    top: 61%;
    transform: translateY(-50%);
    color: #0b5d4f;
    font-size: 16px;
    z-index: 2;
}

.input-box input,
.input-box textarea,
.input-box input, .input-box textarea, .country-code select {
    width: 100%;
    padding: 10px 13px 15px 43px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    font-size: 15px;
    background: #f9f9f9;
    outline: none;
    transition: 0.3s;
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}

.input-box textarea{
    height:130px;
    resize:none;
    padding-top:18px;
}

.input-box input:focus,
.input-box textarea:focus,
.country-code select:focus{
    border-color:#0b5d4f;
    background:#fff;
    box-shadow:0 0 0 4px rgba(11,93,79,0.1);
}

/* Mobile Box */
.mobile-box {
    display: flex;
    gap: 12px;
    align-items: self-end;
}

.country-code {
    position: relative;
    width: 140px;
    margin-top: 30px;
}

.country-code i{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
}

.country-code select{
    padding-left:42px;
    appearance:none;
    cursor:pointer;
}

.mobile-input{
    position:relative;
    flex:1;
}

.textarea-box i {
    top: 54px;
    transform: none;
}

/* Submit Button */
.submit-btn input {
    width: 100%;
    background: #0b5d4f;
    color: #000000 !important;
    border: none;
    padding: 16px;
    font-size: 17px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.submit-btn input:hover {
    background: #91ff05;
    transform: translateY(-2px);
}

/* Responsive */
@media(max-width:768px){

    .custom-contact-wrapper{
        padding:25px;
    }

    .form-left-content h2{
        font-size:32px;
    }

    .mobile-box{
        flex-direction:column;
    }

    .country-code{
        width:100%;
    }

}







        /* =========================
           SECTION
        ========================= */

        .ads-services-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

        /* BG GLOW */

        .ads-services-section::before {
            content: "";
            position: absolute;
            width: 450px;
            height: 450px;
            background: rgba(5, 44, 101, 0.25);
            border-radius: 50%;
            top: -150px;
            left: -100px;
            filter: blur(100px);
        }

        .ads-services-section::after {
            content: "";
            position: absolute;
            width: 450px;
            height: 450px;
            background: rgba(5, 81, 96, 0.25);
            border-radius: 50%;
            bottom: -180px;
            right: -100px;
            filter: blur(100px);
        }

        /* =========================
           HEADING
        ========================= */

        .services-section-old {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            z-index: 2;
        }

        .section-title23 span {
    display: inline-block;
    color: #00c6ff;
    /* background: rgba(255, 255, 255, 0.08); */
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-align: center;
    /* margin: 0 auto; */
    justify-content: center;
    display: flex;
    width: 100% !important;
}
        .section-title23 h2 {
            font-size: 52px;
            color: #fff;
            font-weight: 800;
            margin-bottom: 18px;
			text-align:center;
        }

        .section-title23 p {
            color: #d0d0d0;
            font-size: 18px;
            max-width: 750px;
            margin: auto;
            line-height: 1.8;
        }

        /* =========================
           GRID
        ========================= */

        .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

        /* =========================
           CARD
        ========================= */

        .service-card {
            position: relative;
            padding: 38px 32px;
            border-radius: 24px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: 0.5s ease;
            z-index: 1;
            animation: fadeUp 1s ease forwards;
        }

        /* TOP TO BOTTOM HOVER */

        .service-card::before {
            content: "";
            position: absolute;
            top: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom,
                    var(--bs-primary-text-emphasis),
                    var(--bs-info-text-emphasis));
            z-index: -1;
            transition: 0.6s ease-in-out;
        }

        .service-card:hover::before {
            top: 0;
        }

        .service-card:hover {
            transform: translateY(-14px);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
        }

        /* =========================
           ICON
        ========================= */

        .service-icon {
            width: 85px;
            height: 85px;
            border-radius: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.08);
            margin-bottom: 28px;
            transition: 0.5s ease;
            position: relative;
            overflow: hidden;
        }

        .service-icon::before {
            content: "";
            position: absolute;
            width: 180%;
            height: 180%;
            background: linear-gradient(45deg,
                    transparent,
                    rgba(255, 255, 255, 0.25),
                    transparent);
            transform: rotate(35deg);
            left: -120%;
            top: -120%;
            transition: 0.8s;
        }

        .service-card:hover .service-icon::before {
            left: 100%;
            top: 100%;
        }

        .service-icon i {
            font-size: 38px;
            color: #fff;
            transition: 0.5s ease;
        }

        .service-card:hover .service-icon {
            background: #fff;
            transform: rotate(8deg) scale(1.08);
        }

        .service-card:hover .service-icon i {
            color: var(--bs-primary-text-emphasis);
        }

        /* =========================
           TEXT
        ========================= */

        .service-card h3 {
            color: #fff;
            font-size: 28px;
            line-height: 1.4;
            margin-bottom: 18px;
            font-weight: 700;
        }

        .service-card p {
            color: #d6d6d6;
            line-height: 1.9;
            margin-bottom: 18px;
            font-size: 16px;
        }

        /* =========================
           LIST
        ========================= */

        .service-card ul {
            list-style: none;
            padding: 0;
            margin-top: 25px;
        }

        .service-card ul li {
            position: relative;
            padding-left: 34px;
            margin-bottom: 16px;
            color: #fff;
            line-height: 1.8;
            transition: 0.4s ease;
        }

        .service-card ul li::before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 3px;
            color: #00c6ff;
            font-size: 17px;
            transition: 0.4s ease;
        }

        .service-card:hover ul li {
            transform: translateX(6px);
        }

        .service-card:hover ul li::before {
            color: #fff;
        }

        /* =========================
           BUTTON
        ========================= */

        .service-btn {
            margin-top: 28px;
        }

        .service-btn a {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 24px;
            border-radius: 50px;
            text-decoration: none;
            background: #fff;
            color: var(--bs-primary-text-emphasis);
            font-weight: 700;
            transition: 0.4s ease;
        }

        .service-btn a:hover {
            transform: scale(1.08);
        }

        /* =========================
           ANIMATION
        ========================= */

        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(60px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* =========================
           RESPONSIVE
        ========================= */

        @media(max-width:1100px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media(max-width:768px) {

            .section-title h2 {
                font-size: 38px;
            }

            .services-grid {
                grid-template-columns: 1fr;
            }

            .service-card {
                padding: 30px 24px;
            }
        }








        .tg-section{
            padding:0;
            position:relative;
            overflow:hidden;
        }

        /* BG EFFECT */

        .tg-section::before{
            content:"";
            position:absolute;
            width:500px;
            height:500px;
            border-radius:50%;
            background:rgba(0,0,0,0.04);
            top:-220px;
            left:-180px;
            filter:blur(100px);
        }

        .tg-section::after{
            content:"";
            position:absolute;
            width:450px;
            height:450px;
            border-radius:50%;
            background:rgba(0,0,0,0.05);
            bottom:-180px;
            right:-180px;
            filter:blur(100px);
        }

        /* =========================
           GRID
        ========================= */

        .tg-wrapper{
            display:grid;
            grid-template-columns:1fr 1fr;
            gap:40px;
            position:relative;
            z-index:2;
        }

        /* =========================
           BOX
        ========================= */

        .tg-box{
            position:relative;
            background:#fff;
            border-radius:35px;
            padding:50px;
            overflow:hidden;
            box-shadow:0 20px 60px rgba(0,0,0,0.08);
        }

        /* TOP BAR */

        .tg-box::before{
            content:"";
            position:absolute;
            left:0;
            top:0;
            width:100%;
            height:8px;
            background:#111;
        }

        /* BG CIRCLE */

        .tg-box::after{
            content:"";
            position:absolute;
            width:250px;
            height:250px;
            border-radius:50%;
            background:rgba(0,0,0,0.03);
            top:-120px;
            right:-120px;
        }

        /* =========================
           MINI TITLE
        ========================= */

        .tg-mini-title{
            display:inline-flex;
            align-items:center;
            gap:10px;
            font-size:14px;
            font-weight:700;
            color:#111;
            margin-bottom:20px;
            letter-spacing:1px;
            text-transform:uppercase;
            position:relative;
            z-index:2;
        }

        .tg-mini-title i{
            width:40px;
            height:40px;
            border-radius:50%;
            background:#111;
            color:#fff;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:15px;
        }

        /* =========================
           HEADING
        ========================= */

        .tg-box h2{
            font-size:44px;
            line-height:1.3;
            color:#111;
            margin-bottom:20px;
            font-weight:800;
            position:relative;
            z-index:2;
        }

        .tg-desc{
            font-size:18px;
            line-height:1.9;
            color:#555;
            margin-bottom:38px;
            position:relative;
            z-index:2;
        }

        /* =========================
           LEFT CARDS
        ========================= */

        .tg-feature{
            position:relative;
            display:flex;
            gap:20px;
            padding:28px;
            border-radius:28px;
            margin-bottom:24px;
            background:#f8f9fc;
            overflow:hidden;
            transition:0.5s ease;
            border:1px solid #ececec;
        }

        /* HOVER EFFECT */

        .tg-feature::before{
            content:"";
            position:absolute;
            left:0;
            bottom:0;
            width:100%;
            height:0;
            background:#111;
            transition:0.5s ease;
            z-index:0;
        }

        .tg-feature:hover::before{
            height:100%;
        }

        .tg-feature:hover{
            transform:translateY(-12px);
            box-shadow:0 18px 35px rgba(0,0,0,0.12);
        }

        /* ICON */

        .tg-icon{
            min-width:78px;
            height:78px;
            border-radius:24px;
            background:#111;
            display:flex;
            align-items:center;
            justify-content:center;
            transition:0.5s ease;
            position:relative;
            z-index:2;
        }

        .tg-icon i{
            color:#fff;
            font-size:30px;
        }

        .tg-feature:hover .tg-icon{
            background:#fff;
            transform:rotate(10deg) scale(1.08);
        }

        .tg-feature:hover .tg-icon i{
            color:#111;
        }

        /* CONTENT */

        .tg-content{
            position:relative;
            z-index:2;
        }

        .tg-content h3{
            font-size:25px;
            color:#111;
            margin-bottom:10px;
            transition:0.5s ease;
        }

        .tg-content p{
            font-size:16px;
            line-height:1.8;
            color:#555;
            transition:0.5s ease;
        }

        .tg-feature:hover .tg-content h3,
        .tg-feature:hover .tg-content p{
            color:#fff;
        }

        /* =========================
           PROCESS AREA
        ========================= */

        .tg-process{
            position:relative;
        }

        /* PROCESS CARD */

        .tg-step{
            position:relative;
            background:#f8f9fc;
            padding:32px 30px 32px 35px;
            border-radius:28px;
            margin-bottom:28px;
            transition:0.5s ease;
            border-left:5px solid #111;
            overflow:hidden;
        }

        /* HOVER BACKGROUND */

        .tg-step::before{
            content:"";
            position:absolute;
            left:0;
            top:0;
            width:0;
            height:100%;
            background:#111;
            transition:0.5s ease;
            z-index:0;
        }

        .tg-step:hover::before{
            width:100%;
        }

        .tg-step:hover{
            transform:translateX(14px);
            box-shadow:0 18px 35px rgba(0,0,0,0.14);
        }

        /* NUMBER RIGHT */

        .tg-step-number{
            position:absolute;
            right:20px;
            top:18px;
            font-size:70px;
            font-weight:900;
            color:rgba(0,0,0,0.08);
            line-height:1;
            transition:0.5s ease;
            z-index:1;
        }

        .tg-step:hover .tg-step-number{
            color:rgba(255,255,255,0.14);
            transform:scale(1.08);
        }

        /* PROCESS CONTENT */

        .tg-step-content{
            position:relative;
            z-index:2;
            max-width:85%;
        }

        .tg-step-content h3{
            font-size:26px;
            color:#111;
            margin-bottom:12px;
            transition:0.5s ease;
        }

        .tg-step-content p{
            font-size:16px;
            line-height:1.8;
            color:#555;
            transition:0.5s ease;
        }

        .tg-step:hover .tg-step-content h3,
        .tg-step:hover .tg-step-content p{
            color:#fff;
        }

        /* =========================
           RESPONSIVE
        ========================= */

        @media(max-width:1100px){

            .tg-wrapper{
                grid-template-columns:1fr;
            }

        }

        @media(max-width:768px){

            .tg-section{
                padding:80px 5%;
            }

            .tg-box{
                padding:35px 25px;
            }

            .tg-box h2{
                font-size:34px;
            }

            .tg-feature{
                flex-direction:column;
            }

            .tg-step-content{
                max-width:100%;
            }

            .tg-step-number{
                font-size:55px;
            }

        }





  .tg-results {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}
        /* BACKGROUND EFFECT */

        .tg-results::before{
            content:"";
            position:absolute;
            width:550px;
            height:550px;
            border-radius:50%;
            background:rgba(0,0,0,0.04);
            top:-250px;
            left:-220px;
            filter:blur(120px);
        }

        .tg-results::after{
            content:"";
            position:absolute;
            width:500px;
            height:500px;
            border-radius:50%;
            background:rgba(0,0,0,0.05);
            bottom:-250px;
            right:-200px;
            filter:blur(120px);
        }

        /* =========================
           WRAPPER
        ========================= */

        .tg-results-wrapper{
            display:grid;
            grid-template-columns:1.1fr 0.9fr;
            gap:70px;
            align-items:center;
            position:relative;
            z-index:2;
        }

        /* =========================
           LEFT SIDE
        ========================= */

        .tg-left{
            position:relative;
        }

        /* SMALL TITLE */

        .tg-small-title{
            display:inline-flex;
            align-items:center;
            gap:12px;
            background:#fff;
            padding:12px 22px;
            border-radius:60px;
            box-shadow:0 10px 30px rgba(0,0,0,0.06);
            margin-bottom:25px;
        }

        .tg-small-title i{
            width:42px;
            height:42px;
            border-radius:50%;
            background:#111;
            color:#fff;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:16px;
        }

        .tg-small-title span{
            font-size:14px;
            font-weight:700;
            letter-spacing:1px;
            color:#111;
        }

        /* HEADING */

        .tg-left h2 {
    font-size: 56px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 800;
}

        .tg-left p{
            font-size:18px;
            line-height:1.9;
            color:#fff;
            max-width:650px;
            margin-bottom:45px;
        }

        /* =========================
           RESULTS ITEMS
        ========================= */

        .tg-result-grid{
            display:grid;
            grid-template-columns:repeat(2,1fr);
            gap:25px;
        }

        /* CARD */

        .tg-result-card{
            position:relative;
            background:#fff;
            border-radius:30px;
            padding:35px 30px;
            overflow:hidden;
            transition:0.5s ease;
            box-shadow:0 15px 40px rgba(0,0,0,0.07);
        }

        /* UNIQUE SHAPE */

        .tg-result-card::before{
            content:"";
            position:absolute;
            width:180px;
            height:180px;
            border-radius:50%;
            background:rgba(0,0,0,0.04);
            top:-100px;
            right:-100px;
            transition:0.5s ease;
        }

        /* HOVER EFFECT */

        .tg-result-card:hover{
            transform:translateY(-14px);
            background:#111;
        }

        .tg-result-card:hover::before{
            transform:scale(1.4);
            background:rgba(255,255,255,0.05);
        }

        /* ICON */

        .tg-result-icon{
            width:78px;
            height:78px;
            border-radius:24px;
            background:#111;
            color:#fff;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:30px;
            margin-bottom:25px;
            transition:0.5s ease;
            position:relative;
            z-index:2;
        }

        .tg-result-card:hover .tg-result-icon{
            background:#fff;
            color:#111;
            transform:rotate(10deg) scale(1.08);
        }

        /* TEXT */

        .tg-result-card h3{
            font-size:24px;
            line-height:1.4;
            color:#111;
            margin-bottom:12px;
            position:relative;
            z-index:2;
            transition:0.5s ease;
        }

        .tg-result-card p{
            font-size:16px;
            line-height:1.8;
            color:#666;
            margin:0;
            position:relative;
            z-index:2;
            transition:0.5s ease;
        }

        .tg-result-card:hover h3,
        .tg-result-card:hover p{
            color:#fff;
        }

        /* =========================
           RIGHT SIDE
        ========================= */

        .tg-right{
            position:relative;
        }

        /* MAIN IMAGE */

        .tg-image-box{
            position:relative;
            border-radius:40px;
            overflow:hidden;
            transform:rotate(3deg);
            transition:0.6s ease;
            box-shadow:0 25px 70px rgba(0,0,0,0.15);
        }

        .tg-image-box:hover{
            transform:rotate(0deg) scale(1.03);
        }

        .tg-image-box img{
            width:100%;
            height:760px;
            object-fit:cover;
            display:block;
        }

        /* DARK OVERLAY */

        .tg-image-box::before{
            content:"";
            position:absolute;
            left:0;
            top:0;
            width:100%;
            height:100%;
            background:linear-gradient(
                to top,
                rgba(0,0,0,0.55),
                rgba(0,0,0,0.05)
            );
            z-index:1;
        }

        /* FLOATING STATS */

        .tg-stats{
            position:absolute;
            left:-40px;
            bottom:50px;
            background:#fff;
            border-radius:30px;
            padding:28px 35px;
            box-shadow:0 20px 45px rgba(0,0,0,0.14);
            animation:floatBox 3s ease-in-out infinite;
            z-index:3;
        }

        .tg-stats h3{
            font-size:54px;
            color:#111;
            margin-bottom:10px;
            line-height:1;
        }

        .tg-stats p{
            font-size:16px;
            color:#555;
            line-height:1.7;
        }

        /* FLOAT ANIMATION */

        @keyframes floatBox{

            0%{
                transform:translateY(0);
            }

            50%{
                transform:translateY(-12px);
            }

            100%{
                transform:translateY(0);
            }

        }

        /* =========================
           RESPONSIVE
        ========================= */

        @media(max-width:1100px){

            .tg-results-wrapper{
                grid-template-columns:1fr;
				gap: 33px;
            }

            .tg-image-box img{
                height:550px;
            }

            .tg-stats{
                left:20px;
            }

        }

        @media(max-width:768px){

            .tg-results{
                padding:80px 5%;
            }

            .tg-left h2{
                font-size:38px;
            }

            .tg-result-grid{
                grid-template-columns:1fr;
            }

            .tg-image-box img{
                height:420px;
            }

            .tg-stats{
                position:relative;
                left:0;
                bottom:0;
                margin-top:20px;
            }

        }







.marketing-section {
    padding: 33px 0%;
}

/*========================
    SECTION TITLE
=========================*/

.section-title{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:35px;
}

.section-title span{
    width:6px;
    height:64px;
    background:#b8ec32;
    border-radius:20px;
}

.section-title h2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    color: #ffffff;
}

/*========================
    TOP AREA
=========================*/

.marketing-top{
    display:grid;
    grid-template-columns:1.7fr 0.9fr;
    gap:60px;
    align-items:center;
    margin-bottom:120px;
}

.marketing-text {
    font-size: 19px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 35px;
    animation: fadeUp 1s ease;
}
/* TAGS */

.marketing-tags{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
}

.tag-box {
    padding: 14px 17px;
    background: #edf1ef;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #194f61;
    transition: 0.4s ease;
    cursor: pointer;
}

.tag-box:hover{
    transform:translateY(-6px);
    background:#b8ec32;
    color:#111;
}

/* GOAL BOX */

.goal-box {
    background: #fff;
    border-radius: 35px;
    padding: 15px;
    border-left: 5px solid #b8ec32;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    animation: fadeRight 1s ease;
}

.goal-box:hover{
    transform:translateY(-8px);
}

.goal-box h3 {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333;
}

.goal-box p{
    font-size:22px;
    line-height:1.8;
    color:#555;
}

/*========================
    CARDS
=========================*/

.marketing-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:35px;
}

.marketing-card{
    background:#fff;
    border-radius:35px;
    padding:45px 35px;
    border:1px solid #ededed;
    transition:0.5s ease;
    box-shadow:0 10px 25px rgba(0,0,0,0.03);
    position:relative;
    overflow:hidden;
}

.marketing-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:#b8ec32;
    transform:scaleY(0);
    transform-origin:bottom;
    transition:0.5s ease;
    z-index:0;
}

.marketing-card:hover::before{
    transform:scaleY(1);
}

.marketing-card *{
    position:relative;
    z-index:2;
}

.marketing-card:hover{
    transform:translateY(-12px);
}

.marketing-card.active{
    border-color:#d9ef9c;
}

/* ICON */

.card-icon{
    font-size:50px;
    margin-bottom:35px;
}

/* TITLE */

.marketing-card h3{
    font-size:28px;
    line-height:1.4;
    margin-bottom:20px;
    color:#0d3323;
    transition:0.4s ease;
}

/* TEXT */

.marketing-card p{
    font-size:20px;
    line-height:1.8;
    color:#444;
    transition:0.4s ease;
}

/* HOVER */

.marketing-card:hover h3,
.marketing-card:hover p{
    color:#111;
}

/*========================
    ANIMATIONS
=========================*/

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes fadeRight{

    from{
        opacity:0;
        transform:translateX(40px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

/*========================
    RESPONSIVE
=========================*/

@media(max-width:1200px){

    .section-title h2{
        font-size:45px;
    }

    .marketing-text{
        font-size:20px;
    }

    .marketing-cards{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:991px){

    .marketing-top{
        grid-template-columns:1fr;
    }

    .goal-box{
        padding:35px;
    }

    .goal-box h3{
        font-size:28px;
    }

}

@media(max-width:767px){

    .section-title{
        align-items:flex-start;
    }

    .section-title h2{
        font-size:34px;
    }

    .marketing-text{
        font-size:17px;
        line-height:1.7;
    }

    .marketing-cards{
        grid-template-columns:1fr;
    }

    .marketing-card{
        padding:35px 25px;
    }

    .marketing-card h3{
        font-size:24px;
    }

    .marketing-card p{
        font-size:17px;
    }

    .goal-box h3{
        font-size:24px;
    }

    .goal-box p{
        font-size:17px;
    }

    .tag-box{
        font-size:15px;
        padding:12px 18px;
    }

}


@media (max-width: 1024px) {
	.section-title h2 {
    font-size: 36px;
}
	.marketing-top {
    display: grid;
    grid-template-columns: 1.7fr 0.9fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 65px;
}
	.section-title23 h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
}
	
	.section-title23 p {
    color: #d0d0d0;
    font-size: 16px;
    max-width: 605px;
    margin: auto;
    line-height: 1.8;
}
	.tg-box h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #111;
    margin-bottom: 20px;
    font-weight: 800;
    position: relative;
    z-index: 2;
}
	.tg-wrapper {
    grid-template-columns: 1fr 1fr;
}
	.tg-content h3 {
    font-size: 20px;
    color: #111;
    margin-bottom: 10px;
    transition: 0.5s ease;
}
	.tg-step-content h3 {
    font-size: 20px;
    color: #111;
    margin-bottom: 12px;
    transition: 0.5s ease;
}
	.tg-results {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}
	.tg-left h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 800;
}
	.tg-result-card h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #111;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    transition: 0.5s ease;
}
}

@media (max-width: 767px) {
	.custom-contact-wrapper {
    display: block;
    gap: 0px;
    align-items: center;
    background: #ffffff;
    padding: 27px 40px;
    border-radius: 20px;
    box-shadow: 0 22px 40px rgba(0,0,0,0.15);
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
}
	.section-title h2 {
    font-size: 25px;
}
	.section-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
}
	.marketing-top {
    display: grid;
    grid-template-columns: 1.7fr;
    gap: 30px;
    align-items: center;
    margin-bottom: 14px;
}
	.marketing-bottom {
    margin-top: 34px;
}
	.section-title23 h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
}
	.tg-section {
    padding: 20px 0%;
}
	.tg-wrapper {
    grid-template-columns: 1fr;
}
	.tg-feature:hover .tg-icon {
    background: #fff;
    transform: rotate(
4deg) scale(1.08);
}
	.tg-box h2 {
    font-size: 25px;
    line-height: 1.3;
    color: #111;
    margin-bottom: 20px;
    font-weight: 800;
    position: relative;
    z-index: 2;
}
	.tg-left h2 {
    font-size: 25px !important;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 800;
}
	.tg-results {
    padding-top: 0px;
    position: relative;
    overflow: hidden;
}
	.tg-stats h3 {
    font-size: 40px;
    color: #111;
    margin-bottom: 10px;
    line-height: 1;
}
	.tg-stats {
    position: absolute;
    left: 4px;
    bottom: 50px;
    background: #fff;
    border-radius: 30px;
    padding: 19px 26px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.14);
    animation: floatBox 3s ease-in-out infinite;
    z-index: 3;
}
	.tg-results {
    padding: 0px 5%;
}
	.pum-theme-13015 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    position: absolute;
    height: auto;
    width: 68px;
    left: 141px;
    right: 0px;
    bottom: auto;
    top: -43px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 183, 205, 1.00 );
}
	.pum-container {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 0px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25) !important;
}
	.custom-contact-wrapper {
    display: block;
    gap: 0px;
    align-items: center;
    background: #ffffff;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 22px 40px rgba(0,0,0,0.15);
    max-width: 100%;
    margin: auto;
    flex-wrap: wrap;
}
	.form-left-content h2 {
    font-size: 20px;
}
}