/*
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 SEO ( demo-1 ) ***/
/**********************************/

/**********************************/
/****  Artistics SEO ( demo-2 ) ***/
/**********************************/


/* Demo 2 Theme CSS*/

.page-id-14 .page-header{
	position: relative;
	background-attachment: fixed;
}

.page-id-14 .page-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 0.5;
    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;
}

.page-id-14 .page-header-box h1{
    margin-bottom: 15px;
}

.page-id-14 .page-header-box .breadcrumb-trail {
    line-height: 1.2em;
}

@media only screen and (max-width: 991px){
	
	.page-id-14 .page-header{
		background-attachment: inherit;
	}
	
	.page-id-14 .page-header {
        padding: 182px 0 100px;
    }
	
	.page-id-14 .page-header-box h1{
        font-size: 60px !important;
		margin-bottom: 10px;
    }
	
}

@media only screen and (max-width: 767px){
	
	.page-id-14 .page-header-box h1{
        font-size: 30px !important;
    }
	
	.page-id-14 .page-header-box .trail-items, 
	.page-id-14 .page-header-box .post-meta ul{
        font-size: 14px;
    }
	
	.page-id-14 .page-header-box .trail-items li:before, 
	.page-id-14 .page-header-box .post-meta ul li:before{
		font-size: 22px;
		top: 7px;
	}
	
}

/* Project Archive ( demo-2 ) */

.page-id-14 .awaiken-portfolio-grid-item__wrapper{
	border: 1px solid var(--e-global-color-divider);
    border-radius: 30px;
    padding: 40px;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
    overflow: hidden;
	text-align: start;
}

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

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__image{
	overflow: visible;
	border-radius: 0;
	margin-bottom: 15px;
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	aspect-ratio: 1 / 0.735 !important;
	border-radius: 30px;
	margin-bottom: 30px;
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	position: relative;
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-black);
    height: 100%;
    width: 100%;
    border-radius: 30px;
    opacity: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__img:before{
    transform: scale(1);
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img:after{
	display: none;
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore{
	 transform: translate(-50%, -50%) scale(0); 
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore{
	transform: translate(-50%, -80%);
} 

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a{
	background: var(--e-global-color-accent);
	width: 90px;
    height: 90px;
	border: none;
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a:hover{
	background: var(--e-global-color-white);
}


.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a svg path{
	fill: var(--e-global-color-secondary);
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories{
	position: relative;
	top: 0;
    right: 0;
}

.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories ul li a, 
.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories a{
	padding: 0;
	background: transparent;
	font-size: 16px;
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 991px){
	
	.page-id-14 .awaiken-portfolio-grid__filters {
        margin-bottom: 40px;
    }
	
	.page-id-14 .awaiken-portfolio-grid-item__wrapper{
		padding: 20px;
	}

	.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
		margin-bottom: 20px;
		border-radius: 20px;
	}
	
	.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__image{
		margin-bottom: 10px;
	}
	
	.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img:before{		
		border-radius: 20px;
	}
	
	.page-id-14 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a{
		width: 70px;
		height: 70px;
	}
	
}

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

/* Elementor Footer CSS (DEMO 2)  */

.page-id-14 .footer-work-together::before{
    left: -20px;
    top: 150px;
    opacity: 50%;
    width: 215px;
    height: 215px;
    animation: circlmoveerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

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

.page-id-14 .work-together-btn.elementor-widget-button .elementor-button .elementor-button-icon{
	top: initial;
	transform: translate(0px, 0px);
}

.page-id-14 .work-together-btn.elementor-widget-button:hover .elementor-button .elementor-button-icon{
	transform: rotate(45deg);
}

.page-id-14 .footer-icon-box .elementskit-infobox .box-body{
	display: flex;
}

.page-id-14 .footer-divider::after{
	content: "";
	position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
	border: 1px solid var(--e-global-color-divider);
	width: 1px;
	height: 80%;
}

.page-id-14 .footer-privancy-menu .ekit-vertical-main-menu-wraper ul{
	display: flex;
	justify-content: end;
}

.page-id-14 .footer-privancy-menu ul li{
	position: relative;
}

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

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

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

.page-id-14 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child:before{
	display: none;
}

@media only screen and (max-width: 991px){
	
	 .page-id-14 .footer-work-together::before{
        top: 0;
        width: 150px;
        height: 150px;
    }
	
	.page-id-14 .footer-divider::after{
		display: none;
	}
	
	.page-id-14 .footer-links .menu-item a{
		padding-bottom: 10px !important;
	}
	
	.page-id-14 .footer-privancy-menu .ekit-vertical-menu-container ul{
		display: flex !important;
		flex-wrap: wrap;
		justify-content: end !important;
	}
	
	.page-id-14 .footer-privancy-menu .ekit-vertical-menu-container ul li a{
		 padding: 0px 15px 0px 10px !important;
	}
	
}

@media only screen and (max-width: 767px){
	
	.page-id-14 .work-together-btn.elementor-widget-button .elementor-button .elementor-button-icon{
		width: 24px;
		height: 24px;
	}
	
	.page-id-14 .footer-privancy-menu .ekit-vertical-menu-container ul{
		justify-content: center !important;
	}
	
	.page-id-14 .footer-privancy-menu .ekit-vertical-menu-container ul li a{
		padding: 0px 14px 0px 7px !important;
	}
	
}


/* Home Page CSS (DEMO 2)  */

.page-id-14 .hero: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: 1;
}

.page-id-14 .hero > .e-con-inner{
	z-index: 1;
}

.page-id-14 .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%;
    z-index: 1;
}

.page-id-14 .video-play-button .video-content a{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
	flex-direction: row-reverse;
}

.page-id-14 .video-play-button .video-content a span{
	padding-right: 15px;
}

.page-id-14 .video-play-button .video-content a i{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-black) !important;
    border-radius: 50%;
	width: 50px;
    height: 50px;
	transition: all 0.3s ease-in-out;
}

.page-id-14 .video-play-button .video-content a i:hover{
	background-color: var(--e-global-color-primary);
} 

.page-id-14 .scroll-down-arrow{
    transform: translate(-50% , -50%);
}

.page-id-14 .scroll-down-arrow .elementor-icon-wrapper{
	line-height: 0;
}

.page-id-14 .our-agency-circle .scroll-down-arrow .elementor-widget-container{
	transition: all 0.3s ease-in-out;
}

.page-id-14 .our-agency-circle:hover .scroll-down-arrow .elementor-widget-container{
	background-color: var(--e-global-color-white);
	transform: rotate(45deg);
}

.page-id-14 .our-agency-circle .e-text-path{
	animation: agencycirclerotate 25s infinite linear;
}

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

.page-id-14 .scrolling-content .marquee-wrapper .ekit-title-and-description a{
    -webkit-text-stroke-width: 0.5px;
    stroke-width: 0.5px;
    -webkit-text-stroke-color: var(--e-global-color-primary);
    stroke: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
}	

.page-id-14 .scrolling-content .marquee-wrapper .ekit-title-and-description a:hover{
	  -webkit-text-stroke-color: var(--e-global-color-accent);
    	stroke: var(--e-global-color-accent);
}

.page-id-14 .about-us:after{
	content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 50%;
	background: url("../images/demo-2-section-bg-shape-1.png") no-repeat;
    background-position: right center;
    background-size: contain;
    width: 285px;
    height: 285px;
    opacity: 50%;
    transform: translateY(-50%) rotate(-50deg);
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes roundrotate2{
	0% {
		transform: translate(0, -50%) rotate(0deg);
	}
	100% {
		transform: translate(0, 50%) rotate(360deg);
	}
}

.page-id-14 .about-img-1 img{
	aspect-ratio: 1 / 1.48;
	object-fit: cover;
}

.page-id-14 .about-img-2 img{
	aspect-ratio: 1 / 1.78;
	object-fit: cover;
}

.about-more-circle .elementor-widget-container{
    animation: agencycirclerotate 25s infinite linear;
}

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

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

.page-id-14 .about-agency-item .elementskit-infobox::before{
	height: 0% !important;
	bottom: 0;
	top: auto !important;
	transition: all 0.4s ease-in-out !important; 
}

.page-id-14 .about-agency-item .elementskit-infobox:hover:before,
.page-id-14 .about-agency-item.active .elementskit-infobox:before{
	height: 100% !important;
	top: 0 !important;
	bottom: auto;
}

.page-id-14 .our-services:before{
	top: auto;
	left: -30px;
    bottom: 0px;
	width: 285px;
    height: 285px;
	animation: chainrotate 10s infinite linear;
    animation-direction: alternate;
}

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

.page-id-14 .service-item-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-14 .service-item-box .service-image .elementskit-box-header{
	position: relative;
	overflow: hidden;
}

.page-id-14 .service-item-box .service-image .elementskit-box-header:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-black);
    height: 100%;
    width: 100%;
    border-radius: 20px;
    opacity: 50%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.page-id-14 .service-item-box:hover .service-image .elementskit-box-header:before{
	transform: scale(1);
}

.page-id-14 .service-item-box .service-image .elementskit-box-header img{
	width: 100%;
    aspect-ratio: 1 / 0.59;
    object-fit: cover;
	transition: all 0.3s ease-in-out !important;
}

.page-id-14 .service-item-box:hover .service-image .elementskit-box-header img{
    transform: scale(1.05);
}

.page-id-14 .service-item-box .service-image .elementskit-info-image-box .elementskit-box-footer{
	margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;    
    transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}

.page-id-14 .service-item-box:hover .service-image .elementskit-info-image-box .elementskit-box-footer{
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	visibility: visible;
}

.page-id-14 .service-item-box .service-image .elementskit-info-image-box .elementskit-box-footer .elementskit-btn svg{
	transition: all 0.3s ease-in-out;
}

.page-id-14 .service-item-box .service-image .elementskit-info-image-box .elementskit-box-footer .elementskit-btn:hover svg{
	transform: rotate(45deg);
}

.page-id-14 .service-item-box .service-image .elementskit-info-image-box .elementskit-box-footer svg path{
	stroke: none !important;
}

.page-id-14 .service-item-box .service-image .elementskit-info-image-box .elementskit-box-footer .box-footer{
	text-align: center;
}

.page-id-14 .service-footer .elementor-widget-container a span strong{
	transition: all 0.3s ease-in-out;
}

.page-id-14 .service-footer .elementor-widget-container a span strong:hover{
	color: var(--e-global-color-white);	
}

.page-id-14 .how-work-step-item h2{
	transition: all 0.4s ease-in-out;
}

.page-id-14 .how-work-step-item:before{
	content: "\f192";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-size: 20px;
    color: var(--e-global-color-accent);
    top: -13px;
    left: 0px;
	border: none;
	transition: all 0.4s ease-in-out;
	width: 25px;
	height: 25px;
}

.page-id-14 .how-work-step-item:hover h2{
	-webkit-text-stroke-color: var(--e-global-color-primary) !important;
	stroke: var(--e-global-color-primary) !important;
}

.page-id-14 .how-work-step-item:hover:before{
	color: var(--e-global-color-primary);
}

.page-id-14 .why-choose-us::before{
	right: -70px;
    top: 200px;
	width: 307px;
    height: 307px;
	animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
	z-index: -1;
}

@keyframes roundrotate2{
	from{
		transform: translate(0, -50%) rotate(0deg);
	}
	to{
		transform: translate(0, 50%) rotate(360deg);
	}
}

.page-id-14 .why-choose-counter{
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
}

.page-id-14 .why-choose-counter-img,
.page-id-14 .why-choose-image{
	height: 100%;
}

.page-id-14 .why-choose-counter-img img{
	object-fit: cover;
	aspect-ratio: 1 / 0.9886;
}

.page-id-14 .why-choose-image img {
    aspect-ratio: 1 / 2.033;
    object-fit: cover;
}

.page-id-14 .column-2 .elementor-icon-list-items{
	gap: 20px;
}

.page-id-14 .column-2 .elementor-icon-list-items .elementor-icon-list-item{
	width: calc(50% - 10px);
}

.page-id-14 .company-since-circle .elementor-widget-container{
    animation: agencycirclerotate 25s infinite linear;
}

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

.page-id-14 .company-benefit-img img{
	aspect-ratio: 1 / 0.84;
    object-fit: cover;
}

.page-id-14 .company-benefit-list:before{
	top: 10px;
	left: 10px;
	border-radius: 20px;
	width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.page-id-14 .company-benefit-item .elementskit-infobox .elementskit-info-box-icon svg{
	width: 1em !important;
	height: 1em;
}

.page-id-14 .company-benefit-item .elementskit-infobox .elementskit-info-box-icon{
	position: relative;
	z-index: 1;
}

.page-id-14 .company-benefit-item .elementskit-infobox .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;
}

.page-id-14 .company-benefit-item:hover .elementskit-infobox .elementskit-info-box-icon:before{
	transform: scale(1);
}

.page-id-14 .our-pricing::before{
    right: -70px;
	left: auto;
    top: 20%;
    width: 310px;
    height: 310px;
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-14 .our-pricing-swich .elementskit-switch-nav-link-1{
	margin-right: 40px;
}

.page-id-14 .our-pricing-swich .elementskit-switch-nav-link-2{
	margin-left: 40px;
}

.page-id-14 .our-pricing-swich .ekit-switch-nav-wraper-outer{
	margin-bottom: 60px;
}

.page-id-14 .our-pricing-swich .ekit-wid-con .ekit-custom-control-label::before {
    left: 4px ;
}

.page-id-14  .ekit-wid-con .ekit-slide-toggle input[type=checkbox]:checked+.ekit-custom-control-label::before {
    left: calc(101% - 37px);
}

.page-id-14 .pricing-item .period{
	opacity: 80%;
}

.page-id-14 .pricing-item .elementskit-pricing-price{
	line-height: 0;
}

.page-id-14 .pricing-item  .elementskit-pricing-btn{
	transition: all 0.5s ease-in-out !important;
}

.page-id-14 .demo-2-our-testimonial::before{
    left: -50px;
    top: 100px;
    width: 286px;
    height: 286px;
    animation: ringrotate 15s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes ringrotate{
	from{
		transform: translateY(0) rotate(0deg);
	  }
	to{
		transform: translateY(150%) rotate(360deg);
	}
}

.page-id-14 .home-testimonial-slider .swiper-slide{
	position: relative;
}

.page-id-14 .home-testimonial-slider .swiper-slide::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -30px;
    bottom: 0;
    left: auto;
    background: var(--e-global-color-divider);
}

.page-id-14 .home-testimonial-slider .swiper-slide:last-child::before{
	display: none;
}

.page-id-14 .satisfy-client-image.image-anime .elementor-widget-container:after{
	z-index: 0;
}

.page-id-14 .home-testimonial-slider .elementskit-commentor-header::after{
	content: '';
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	background: url("../images/testimonial-quote-icon.svg") no-repeat top right;
	width: 30px;
	height: 30px;
	background-size: cover;
}

.page-id-14 .home-testimonial-slider .elementskit-commentor-content p{
	opacity: 80%;
}

.page-id-14 .home-testimonial-slider .elementkit-commentor-details{
	width: calc(100% - 125px);
}

.page-id-14 .home-testimonial-slider .elementskit-stars{
	display: inline;
	position: absolute;
	top: auto;
	left: auto; 
	right: 0;
	bottom: 18px;
}

.page-id-14 .home-testimonial-slider .elementskit-stars li svg{
	width: 1em !important;
}

.page-id-14 .home-testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid var(--e-global-color-accent);
	height: 14px;
	width: 14px;
	border-radius: 50%;
}

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

.page-id-14 .demo-2-agency-supports-slider .swiper-slide-inner img{
	max-height: 30px;
}

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

.page-id-14 .faqs-contact-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-14 .our-blog-section::before{
    right: -70px;
	left: auto;
	top: auto;
    bottom: 200px;
    width: 258px;
    height: 258px;
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.page-id-14 .page-faqs::before, 
	.page-id-14 .page-faqs::after,
	.page-id-14 .page-gallery::before,
	.page-id-14 .page-team-single::after,
	.page-id-14 .page-team-single::before,
	.page-id-14 .page-testimonial::before,
	.page-id-14 .page-testimonial::after,
	.page-id-14 .page-pricing::before,
	.page-id-14 .page-project-single::after,
	.page-id-14 .page-project-single::before,
	.page-id-14 .page-service-single::before,
	.page-id-14 .page-service-single::after{
		width: 180px !important;
		height: 180px !important;
		opacity: 30% !important;
	}
	
	.page-id-14 .about-us:after{
		width: 190px;
        height: 190px;
		opacity: 30%;
	}
	
	.page-id-14 .about-img-2 img{
		aspect-ratio: 1 / 1.67;
	}
	
	.page-id-14 .our-services:before{
		width: 180px;
		height: 180px;
	}
	
	.page-id-14  .why-choose-us::before {
        top: 40px;
        width: 180px;
        height: 180px;
		opacity: 30%;
    }
	
  	.page-id-14 .why-choose-image img {
        aspect-ratio: 1 / 0.633;
    }
	
	.page-id-14 .company-benefit-list{
		position: inherit;
	}
	
	.page-id-14 .column-2 .elementor-icon-list-items{
		gap: 15px;
	}
	
	.page-id-14 .our-pricing::before{
		width: 180px;
		height: 180px;
	}

	.page-id-14 .our-pricing-swich .ekit-switch-nav-wraper-outer{
		margin-bottom: 30px;
	}
	
	 .page-id-14 .our-pricing-swich .elementskit-switch-nav-link-1{
		margin-right: 30px;
	}

	.page-id-14 .our-pricing-swich .elementskit-switch-nav-link-2{
		margin-left: 30px;
	}
	
	.page-id-14  .ekit-wid-con .ekit-slide-toggle input[type=checkbox]:checked+.ekit-custom-control-label::before{
		left: calc(101% - 28px);
	}
	
	.page-id-14 .demo-2-our-testimonial::before{
		left: 20px;
        top: 40px;
        width: 150px;
        height: 150px;
	}
	
	.page-id-14 .demo-2-agency-supports-slider .swiper-slide-inner{
		padding: 15px 20px;
	}
	
	.page-id-14 .demo-2-agency-supports-slider img{
        max-height: 24px !important; 
    }
	
	.page-id-14 .our-blog-section::before{
		width: 180px;
		height: 180px;
	}
}

@media only screen and (max-width: 767px){
	 
	.page-id-14 .video-play-button .video-content a span{
		padding-right: 10px;
	}
	
	.page-id-14 .video-play-button .video-content a i{ 
		width: 40px;
		height: 40px;
	}
	
	.page-id-14 .about-img-1 img{
		aspect-ratio: 1 / 1.54;
	}
	
	.page-id-14 .about-img-2 img{
		aspect-ratio: 1 / 1.86;
	}
	
	.page-id-14 .service-item-box .elementskit-box-header img{
		width: 100%;
    	aspect-ratio: 1 / 0.53;
	}
	
	.page-id-14 .service-item-box .service-image .elementskit-box-header img{
		aspect-ratio: 1 / 0.55;
	}
	
	.page-id-14 .how-work-step-item:before{
		font-size: 16px;
		width: 20px;
		height: 20px;
	}
	
	.page-id-14 .why-choose-image img {
        aspect-ratio: 1 / 1.1;
    }
	
	.page-id-14 .column-2 .elementor-icon-list-items .elementor-icon-list-item{
		width: 100%;
	}
	
	.page-id-14 .ekit-wid-con .ekit-slide-toggle input[type=checkbox]:checked+.ekit-custom-control-label::before {
		left: calc(101% - 20px);
	}
	
	 .page-id-14 .our-pricing-swich .elementskit-switch-nav-link-1{
		margin-right: 20px;
	}

	.page-id-14 .our-pricing-swich .elementskit-switch-nav-link-2{
		margin-left: 20px;
	}
	
	.page-id-14 .pricing-benefit-list ul{
		gap: 15px;
	}
	
	.page-id-14 .pricing-benefit-list ul li{
		 width: calc(50% - 7.5px);
	}	
	
	.page-id-14 .home-testimonial-slider .swiper-slide::before{
		display: none;
	}
}

/* About Us CSS (DEMO 2) */

.page-id-14 .breadcrumb-itam .ekit-breadcrumb{
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 1.6em !important;
}

.page-id-14 .page-hero-section{
    position: relative;
}

.page-id-14 .page-hero-section::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: 0.5;
    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));
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-id-14 .our-approach:before{
	left: -50px;
    top: 100px;
	width: 320px;
    height: 320px;
    animation: squrerotate2 10s infinite linear;
    animation-direction: alternate;
}

@keyframes squrerotate2{
	0% {
		transform: translate(0, 0px) rotate(0deg);
	}

	50% {
		transform: translate(-100px, 150px) rotate(180deg);
	}

	100% {
		transform: translate(0px, 300px) rotate(360deg);
	}
}

.page-id-14 .vision-mission-icon-box .elementor-icon-box-wrapper{
	align-items: center;
}

.page-id-14 .demo-2-our-company-slider .swiper-slide-inner img{
	max-height: 36px;
}

.page-id-14 .what-we-do-image img{
	aspect-ratio: 1 / 1.38;
    object-fit: cover;
}

.page-id-14 .what-we-item{
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-14 .what-we-item .elementskit-infobox::before{
	opacity: 40%;
}

.page-id-14 .get-free-circle .elementor-widget-container{
	animation: agencycirclerotate 25s infinite linear;
}

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

.page-id-14 .team-member-item{
	overflow: hidden !important;
}

.page-id-14 .team-image:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--e-global-color-black);
	border-radius: 30px 30px 0 0;
    opacity: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.page-id-14 .team-member-item:hover .team-image:before{
	transform: scale(1);
}

.page-id-14 .team-image img{
	aspect-ratio: 1 / 0.848;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.page-id-14 .team-member-item:hover .team-image img{
	transform: scale(1.1);
}

.page-id-14 .readmore-btn .elementor-icon-wrapper{
	line-height: 0;
}

.page-id-14 .readmore-btn .elementor-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	opacity: 0;
    visibility: hidden;
	transform:  translate(-50%, -50%) scale(0);
    transition: all 0.3s ease-in-out;
}

.page-id-14 .team-member-item:hover .readmore-btn .elementor-icon{
	opacity: 1;
    visibility: visible;
	transform:  translate(-50%, -50%) scale(1);
}

.page-id-14 .readmore-btn .elementor-icon svg{
	transition: all 0.3s ease-in-out;
}

.page-id-14 .readmore-btn .elementor-icon:hover svg{
	transform: rotate(45deg);
}

.page-id-14 .how-it-work:before{
	left: auto;
	top: 200px;
	right: -70px;
	width: 310px;
    height: 310px;
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;	
}

.page-id-14 .company-benefits:before{
	left: -50px;
    top: 100px;
	width: 267px;
    height: 267px;
    animation: ringrotate 15s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-14 .faq-section:before{
	top: auto;
	left: auto;
	right: -70px;
    bottom: 200px;
	width: 258px;
    height: 258px;
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
	z-index: -1;
}

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

	.page-id-14 .breadcrumb-itam .ekit-breadcrumb{
		font-size: 16px !important;
	}
	
	.page-id-14 .our-approach:before{
		top: 40px;
		width: 220px;
		height: 220px;
	}

	.page-id-14 .company-benefits:before{
		top: 0;
		width: 180px;
		height: 180px;		
	}
	
	.page-id-14 .how-it-work:before{
		top: 100px;
		width: 180px;
		height: 180px;
		opacity: 30%;
	}

	.page-id-14 .readmore-btn .elementor-icon{
		width: 70px;
		height: 70px;
	}
	
	.page-id-14 .faq-section:before{
		bottom: 100px;
        width: 180px;
        height: 180px;
	}
}

@media only screen and (max-width: 767px){
	
	.page-id-14 .breadcrumb-itam .ekit-breadcrumb{
		font-size: 14px !important;
	}
}

/* Service CSS (DEMO 2) */

.page-id-14 .page-services::before{
	left: -30px;
    top: 40%;
    width: 285px;
    height: 285px;
    animation: roundrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .page-id-14 .page-services::before {
        width: 190px;
        height: 190px;
        opacity: 30%;
    }
}

.page-id-14 .page-service-single::after{
	content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 20%;
	background: url('../images/section-bg-shape-7.png') no-repeat;
    background-position: left top;
    background-size: contain;
    width: 258px;
    height: 258px;
    opacity: 50%;
    animation: roundrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-14 .page-service-single::before {
    content: '';
    display: block;
    position: absolute;
	left: auto;
    top: auto;
    right: -50px;
    bottom: 40%;
	background: url('../images/section-bg-shape-6.png') no-repeat;
    background-position: right bottom !important;
    background-size: contain;
    opacity: 50%;
    width: 286px;
    height: 286px;
    animation: ringrotate 15s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}


/* Team CSS (DEMO 2) */

.page-id-14 .page-team:before{
	left: auto;
	right: -50px;
    top: 15%;
	width: 267px;
    height: 267px;
	animation: ringrotate 15s infinite linear;
    animation-direction: alternate;
}

.page-id-14 .page-team:after{
	display: none;
}

@media only screen and (max-width: 911px){
	.page-id-14 .page-team:before{		
		width: 180px;
        height: 180px;
	}
}

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

/* Team Single CSS (DEMO 2) */

.page-id-14 .page-team-single::before{
	top: auto;
	left: auto;
    right: -70px;
    bottom: 20%;
    width: 310px;
    height: 310px;
    transform: translateY(50%) rotate(-50deg);
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-14 .page-team-single::after{
	content: '';
	display: block;
	position: absolute;
	left: -70px;
	top: 20%;
	background: url(../images/demo-2-section-bg-shape-9.png) no-repeat;
	background-position: left center;
	background-size: contain;
	width: 285px;
	height: 285px;
	opacity: 50%;
	transform: translateY(0%) rotate(-50deg);
	animation: roundrotate2 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

.page-id-14 .team-contact-box-icon .elementor-icon{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

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

/* FAQ CSS (DEMO 2) */

.page-id-14 .page-faqs::before{
    left: -70px;
    top: 20%;
	width: 285px;
	height: 285px;
	transform: translateY(0%) rotate(-50deg);
	animation: roundrotate2 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

.page-id-14 .page-faqs::after{
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    bottom: 20%;
	background: url('../images/demo-2-section-bg-shape-9.png') no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 310px;
    height: 310px;
    opacity: 50%;
    transform: translateY(50%) rotate(-50deg);
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-14 .faq-accordion .elementskit-accordion > .elementskit-card{
	position: relative;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.page-id-14 .faq-accordion .elementskit-accordion > .elementskit-card.active{
	background-color: var(--e-global-color-black);
}

.page-id-14 .faq-accordion .elementskit-accordion > .elementskit-card:before{
	content: '';
    position: absolute;
    top: auto;
    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%);
    height: 100%;
    width: 100%;
	transition: all 0.3s ease-in-out;
}

.page-id-14 .faq-accordion .elementskit-card-header .ekit_accordion_icon_group{
	line-height: 0;
}

.page-id-14 .faq-accordion .ekit-wid-con svg{
	width: 1em;
	height: 1em;
}

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

/* Contact Us CSS (DEMO 2) */

.page-id-14 .demo-2-page-contact-us::before{
	top: auto;
	left: auto;
	right: -70px;
	bottom: 80px;
	width: 258px;
	height: 258px;
	animation: roundrotate2 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

.page-id-14 .contect-image img{
	aspect-ratio: 1 / 0.484;
	object-fit: cover;
} 

.page-id-14 .contect-icon-box .elementskit-infobox{
	align-items: center !important;
}

.page-id-14 .contect-icon-box .elementskit-infobox .elementskit-info-box-icon svg{
	 width: 1em !important;
}

.page-id-14 .contect-icon-box .elementskit-box-header{
	line-height: 0;
}

.page-id-14 .contect-icon-box .elementskit-infobox .elementskit-info-box-icon{
	transition: all 0.5s ease-in-out;
}

.page-id-14 .contect-icon-box .elementskit-infobox:hover .elementskit-info-box-icon{
	background-color: transparent;
}

.page-id-14 .contect-icon-box .elementskit-infobox .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: 0;
}

.page-id-14 .contect-icon-box .elementskit-infobox:hover .elementskit-info-box-icon::before{
	transform: scale(1);
}

.page-id-14 .contect-icon-box .elementskit-infobox .elementskit-info-box-icon svg{
	z-index: 1;
}

@media only screen and (max-width: 991px){
	
	.page-id-14 .demo-2-page-contact-us::before {
        right: -50px;
        width: 180px;
        height: 180px;
    }
}

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

/* Testimonial Css (DEMO 2) */

.page-id-14 .page-testimonial::before{
	top: auto;
	left: auto;
    right: -70px;
    bottom: 20%;
    width: 310px;
    height: 310px;
    opacity: 50%;
    transform: translateY(50%) rotate(-50deg);
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-14 .page-testimonial::after{
	content: '';
	display: block;
	position: absolute;
	left: -70px;
	top: 20%;
	background: url('../images/demo-2-section-bg-shape-1.png') no-repeat;
	background-position: left center;
	background-size: contain;
	width: 285px;
	height: 285px;
	opacity: 50%;
	transform: translateY(0%) rotate(-50deg);
	animation: roundrotate2 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

/* Pricing (DEMO 2)  */

.page-id-14 .page-pricing::before{
	left: auto;
	bottom: auto;
	right: -50px;
	top: 20%;
	width: 267px;
	height: 267px;
	animation: ringrotate 15s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}


/* Gallery Css (DEMO 2)  */

.page-id-14 .page-gallery::before{
	left: auto;
	bottom: auto;
    right: -70px;
    top: 35%;
    width: 285px;
    height: 285px;
    transform: translateY(0%) rotate(-50deg);
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

/* Project Single (DEMO 2)  */

.page-id-14 .page-project-single::before{
    right: -70px;
    bottom: 20%;
	top: auto;
	left: auto;
    width: 310px;
    height: 310px;
    transform: translateY(50%) rotate(-50deg);
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-14 .page-project-single::after {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 30%;
	background: url("../images/demo-2-section-bg-shape-1.png") no-repeat;
    background-position: left center;
    background-size: contain;
    width: 285px;
    height: 285px;
    opacity: 50%;
    transform: translateY(0%) rotate(-50deg);
    animation: roundrotate2 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-14 .project-rating-counter .funfact-icon svg{
	max-width: 50px !important;
    height: 50px !important;
}

.page-id-14 .project-rating-counter .funfact-icon svg path{
	fill: currentColor !important;
}

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

	.page-id-14 .project-rating-counter .funfact-icon svg{
		max-width: 36px !important;
		height: 36px !important;
	}
	
}

/* SEO page CSS end here */

/******************************************************/
/****  Artistics Social Media Marketing ( demo-3 ) ****/
/******************************************************/

/*  Demo 3 Theme CSS  */

.page-id-15 .page-header{
	position: relative;
	background-attachment: fixed;
}

.page-id-15 .page-header:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-black);
    opacity: 60%;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.page-id-15 .page-header-box h1{
	line-height: 1.1em;
}

.page-id-15 .page-header-box .breadcrumb-trail{
    line-height: 1.2em;
}

@media only screen and (max-width: 991px){
	
	.page-id-15 .page-header{
		background-attachment: inherit;
		padding: 180px 0 100px;
	}
	
	.page-id-15 .page-header-box h1 {
        font-size: 60px !important;
    }
	
}

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

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

/* Elementor Footer CSS */

.page-id-15 .footer-work-together::before{
	left: auto;
    right: -80px;
    top: 50%;
    width: 280px;
    height: 288px;
	opacity: 50%;
    transform: translateY(-70%);
    animation: roundrotate3 10s infinite linear;
    animation-direction: alternate;
	z-index: -1;
}

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

.page-id-15 .footer-newsletter-form .form-group{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	max-width: 445px;
	gap: 0;
}

.page-id-15 .footer-newsletter-form .email-field{
	width: 89%;
} 

.page-id-15 .footer-newsletter-form .newsletter-btn{
	width: 11%;
}

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

.page-id-15 .footer-newsletter-form .wpcf7-not-valid-tip,
.page-id-15 .footer-newsletter-form .wpcf7-response-output{
	display: none;
}

.page-id-15 .footer-cta-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-15 .footer-contact-item .elementskit-info-box-icon svg{
	height: 1em;
}

.page-id-15 .social-media .ekit_social_media li a{
	display: flex;
	align-items: center;
}

.page-id-15 .social-media .ekit_social_media>li>a>i{
	line-height: 1.2em;
}

.page-id-15 .social-media .ekit_social_media>li>a svg{
    height: 18px;
}

.page-id-15 .social-media .ekit_social_media li:first-child{
	margin-left: 0;
}

.page-id-15 .footer-privancy-menu .ekit-vertical-main-menu-wraper ul{
	display: flex;
	justify-content: end;
}

.page-id-15 .footer-privancy-menu ul li{
	position: relative;
}

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

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

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

.page-id-15 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child:before{
	display: none;
}

@media only screen and (max-width: 991px){
	
	.page-id-15 .footer-work-together::before{
        top: 70%;
        right: -40px;
        height: 180px;
        width: 180px;
        opacity: 30%;
    }
	
	.page-id-15 .footer-newsletter-form .form-group{
		max-width: 100%;
	}
	
	.page-id-15 .footer-newsletter-form .newsletter-btn input[type="submit"]{
		width: 100% !important;
	}
	
	.page-id-15 .footer-newsletter-form .email-field{
		width: 93%;
	} 

	.page-id-15 .footer-newsletter-form .newsletter-btn{
		width: 7%;
	}
	
	.page-id-15 .footer-newsletter-form .newsletter-btn input[type="submit"]{
		background-size: 50% auto;
	}
	
	.page-id-15 .footer-links ul li a{
		padding-bottom: 10px !important;
	}
	
	.page-id-15 .footer-privancy-menu .ekit-vertical-menu-container ul{
		display: flex !important;
		flex-wrap: wrap;
		justify-content: end !important;
	}

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

@media only screen and (max-width: 767px){
	
	.page-id-15 .footer-newsletter-form .email-field{
		width: 85%;
	} 

	.page-id-15 .footer-newsletter-form .newsletter-btn{
		width: 15%;
	}
	
	.page-id-15 .social-media .ekit_social_media>li>a svg{
		height: 14px;
	}
	
	.page-id-15 .footer-privancy-menu .ekit-vertical-menu-container ul{
		justify-content: center !important;
	}

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

/* Home Page Css */

.page-id-15 .hero-images::before{
    bottom: 165px;
    left: 50px;
	top: auto;
	right: auto;
    width: 144px;
    height: 65px;
    z-index: 1;
}

.page-id-15 .hero-image img{
    aspect-ratio: 1 / 1.26;
    object-fit: contain;
}

.page-id-15 .icon-hero-img-2 .elementor-icon-wrapper,
.page-id-15 .icon-hero-img-1 .elementor-icon-wrapper{
	line-height: 0;
}

.page-id-15 .icon-hero-img-2 .elementor-icon,
.page-id-15 .icon-hero-img-1 .elementor-icon{
	position: relative;
	overflow: hidden;
}

.page-id-15 .icon-hero-img-1 .elementor-icon::before,
.page-id-15 .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;
}

.page-id-15 .icon-hero-img-1 .elementor-icon:hover::before,
.page-id-15 .icon-hero-img-2 .elementor-icon:hover::before{
	transform: scale(1);
}

.page-id-15 .icon-hero-img-1,
.page-id-15 .icon-hero-img-2{
    animation: iconheroimg 3s infinite alternate;
}

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

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

.page-id-15 .satisficed-client-box{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px) !important;
	display: inline-flex !important;
	animation: satisficedbox 2.5s infinite alternate;
	z-index: 2;
	border-radius: 10px;
}

.page-id-15 .satisficed-client-box .elementskit-funfact-inner{
	align-items: start;
}

.page-id-15 .satisficed-client-box::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--e-global-color-primary);
	opacity: 20%;
    width: 100%;
    height: 100%;
	border-radius: 10px;
}

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

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

.page-id-15 .satisficed-client-box::after{
	content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    height: 100%;
	border-radius: 10px;
    width: 0;
	transition: all 0.4s ease-in-out;
}

.page-id-15 .satisficed-client-box:hover:after{
	width: 100%;
	right: auto;
	left: 0;
}

.page-id-15 .satisficed-client-box .funfact-content .number-percentage ,
.page-id-15 .satisficed-client-box .funfact-content .number-percentage-wraper ,
.page-id-15 .satisficed-client-box .funfact-content .funfact-title{
	transition: all 0.4s ease-in-out;
}

.page-id-15 .satisficed-client-box:hover .funfact-content .number-percentage ,
.page-id-15 .satisficed-client-box:hover .funfact-content .number-percentage-wraper ,
.page-id-15 .satisficed-client-box:hover .funfact-content .funfact-title{
	color: var(--e-global-color-black);
}

.page-id-15 .demo-3-about-us::before{
	top: auto;
	left: -70px;
	bottom: 10%;
    width: 285px;
    height: 285px;
    animation: circlerotate 10s infinite linear;
    animation-direction: alternate;
	z-index: -1;
}

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

.page-id-15 .about-us-image img{
    aspect-ratio: 1 / 1.029;
    object-fit: cover;
}

.page-id-15 .about-experience-box .elementor-counter-number-wrapper{
	flex: inherit;
}

.page-id-15 .about-experience-box .elementor-counter{
	gap: 30px;
	align-items: center;
}

.page-id-15 .about-experience-box .elementor-counter-title{
	display: inline-block;
}

.page-id-15 .about-experience-box .elementor-counter-title span{
	color: var(--e-global-color-accent)
}

.page-id-15 .about-us-body{
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	border-radius: 20px;
}

.page-id-15 .about-us-body::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-secondary);
    border-radius: 20px;
    opacity: 40%;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.page-id-15 .about-us-body .elementskit-infobox::before{
	transition: all 0.4s ease-in-out !important;
}

.page-id-15 .about-author-info .elementskit-box-header{
	line-height: 0;
}

.page-id-15 .about-author-info .elementskit-info-box-icon{
	position: relative;
	overflow: hidden;
}

.page-id-15 .about-author-info .elementskit-info-box-icon:after{
	content: "";
    position: absolute;
    width: 215%;
    height: 0%;
    left: 50%;
    top: 50%;
	border-radius: 20px;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.page-id-15 .about-author-info .elementskit-info-box-icon:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.page-id-15 .about-us-list{
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
    z-index: 1;
}

.page-id-15 .about-list-item{
	position: relative;
}

.page-id-15 .about-list-item:before{
	content: '';
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    background: var(--e-global-color-divider);
    height: 100%;
    width: 1px;
}

.page-id-15 .about-list-item:last-child:before{
	display: none;
}

.page-id-15 .about-list-item .elementskit-box-header{
	line-height: 0;
}

.page-id-15 .demo-3-our-services::before{
	top: auto;
	left: auto;
    right: -80px;
    bottom: 10%;
    width: 264px;
    height: 274px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-15 .our-service-image img{
    aspect-ratio: 1 / 1.5;
    object-fit: cover;
}

.page-id-15 .service-item:hover{
    transform: translateY(-3px);
}

.page-id-15 .service-item .elementskit-infobox{
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
	overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.page-id-15 .service-item .elementskit-infobox::before{
    opacity: 40%;
}

.page-id-15 .service-item .elementskit-box-header .elementskit-info-box-icon svg{
	transition: all 0.4s ease-in-out;
}

.page-id-15 .service-item:hover .elementskit-box-header .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.page-id-15 .service-item .elementskit-infobox .btn-wraper svg{
	transition: all 0.3s ease-in-out;	
}

.page-id-15 .service-item .elementskit-infobox .btn-wraper:hover svg{
	transform: rotate(45deg);
}

.page-id-15 .service-item .elementskit-infobox .btn-wraper:hover a{
	color: var(--e-global-color-primary);
}

.page-id-15 .service-footer a span{
	transition: all 0.3s ease-in-out;
}

.page-id-15 .service-footer a:hover span{
	color: var(--e-global-color-white) !important;
}

.page-id-15 .our-brands-box{
	 backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-15 .our-brands-box .brand-list-item .elementskit-infobox.gradient-active::before{
	border-radius: 0 0 30px 30px;
	transition: all 0.4s ease-in-out;
}

.page-id-15 .brand-list-item.active .gradient-active:before{
	top: 0;
}

.page-id-15 .demo-3-why-choose-us::before {
    left: -70px;
	top: auto;
    bottom: 100px;
	right: auto;
    width: 325px;
    height: 325px;
    animation: squrerotate 10s infinite linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes squrerotate{
	0%{
		transform: translate(0, 0) rotate(0deg);
    }
	50%{
		transform: translate(-50px, -50%) rotate(180deg);
	}
    100%{
        transform: translate(0, -120%) rotate(360deg);
    }
}

.page-id-15 .why-choose-circle .elementor-widget-container{
    overflow: inherit;
}

.page-id-15 .why-choose-circle img{
	animation: infiniterotate 30s infinite linear;
}

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

.page-id-15 .why-choose-circle-image{
	transform: translate(-50%, -50%);
}
		
.page-id-15 .why-choose-circle-image img{
	aspect-ratio: 1 / 1.132;
    object-fit: cover; 
}		

.page-id-15 .why-choose-list-item .elementskit-info-box-icon svg{
	margin-top: 5px;
}

.page-id-15 .client-box-counter{
	overflow: hidden;
	border-radius: 10px;
	animation: clientboxmoves 3s infinite linear alternate;
	z-index: 2;
}

@keyframes clientboxmoves{
	50%{
 		left: 40px;
	}
}

.page-id-15 .client-box-counter .elementskit-funfact-inner::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    height: 100%;
	border-radius: 10px;
    width: 0;
	transition: all 0.4s ease-in-out;
}

.page-id-15 .client-box-counter:hover .elementskit-funfact-inner:after{
	width: 100%;
	right: 100%;
	z-index: -1;
}

.page-id-15 .client-box-counter .elementskit-funfact .funfact-icon,
.page-id-15 .client-box-counter .elementskit-funfact .funfact-content{
	z-index: 1;
}

.page-id-15 .client-box-counter .funfact-content .number-percentage,
.page-id-15 .client-box-counter .funfact-content .number-percentage-wraper,
.page-id-15 .client-box-counter .funfact-content .funfact-title{
	transition: all 0.4s ease-in-out;
}

.page-id-15 .our-feature-image-1 img{
	aspect-ratio: 1 / 1.822;
	object-fit: cover;
}

.page-id-15 .our-feature-img-2 img{
	aspect-ratio: 1 / 0.858;
	object-fit: cover;
}

.page-id-15 .demo-3-key-facts::before{
    right: -80px;
    top: 50%;
	left: auto;
	bottom: auto;
    width: 280px;
    height: 288px;
    transform: translateY(-70%);
    animation: roundrotate3 10s infinite linear;
    animation-direction: alternate;
}

.page-id-15 .key-facts-box{
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden !important;
}

.page-id-15 .key-facts-image .elementor-widget-container{
	height: 100%;
}

.page-id-15 .key-facts-image img {
    aspect-ratio: 1 / 1.489;
    object-fit: cover;
}

.page-id-15 .pricing-body-list-item .elementor-icon i:before, 
.page-id-15 .pricing-body-list-item .elementor-icon svg:before{
	top: 4px;
}

.page-id-15 .pricing-item{
	position: relative;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
}

.page-id-15 .pricing-item svg{
	width:60px !important;
}

.page-id-15 .pricing-item .elementskit-pricing-subtitle{
	margin: 0 !important;
}

.page-id-15 .pricing-item .elementskit-pricing-price{
	line-height: 0 !important;
}

.page-id-15 .pricing-item .period{
	right: 10px;
}

.page-id-15 .pricing-item .elementskit-pricing-btn-wraper .elementskit-pricing-btn{
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.page-id-15 .pricing-item .elementskit-pricing-btn-wraper .elementskit-pricing-btn::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
    opacity: 20%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-id-15 .pricing-item .elementskit-single-pricing .elementskit-pricing-lists li{
	border-top-style: solid;
	padding-bottom: 20px;
	line-height: inherit !important;
}

.page-id-15 .pricing-item .elementskit-single-pricing .elementskit-pricing-lists li:first-child{
	border-top-width: 0;
}

.page-id-15 .pricing-item .elementskit-single-pricing .elementskit-pricing-lists li:last-child{
	padding-bottom: 0;
}

.page-id-15 .pricing-item.btn-highlight .elementskit-pricing-btn-wraper .elementskit-pricing-btn:hover:after{
	opacity: 20%;
}

.page-id-15 .pricing-item.btn-highlight{
	overflow: hidden !important;
}

.page-id-15 .pricing-item.btn-highlight .popular{
	transform: rotate(50deg);
}

.page-id-15 .our-agency-circle .scroll-down-arrow .elementor-widget-container{
	transition: all 0.3s ease-in-out;
}

.page-id-15 .our-agency-circle:hover .scroll-down-arrow .elementor-widget-container{
	background-color: var(--e-global-color-white);
	transform: rotate(45deg);
}

.page-id-15 .our-agency-circle .e-text-path{
	animation: agencycirclerotate3 25s infinite linear;
}

.page-id-15 .scroll-down-arrow{
    transform: translate(-50% , -50%);
}

.page-id-15 .scroll-down-arrow .elementor-icon-wrapper{
	line-height: 0;
}

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

.demo-3-how-it-works:before{
    left: -70px;
    top: 80px;
    width: 255px;
    height: 260px;
    animation: circlemoverotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-15 .how-it-work-list .how-work-list-item{
	position: relative;
	overflow: hidden;
}

.page-id-15 .how-it-work-list .how-work-list-item .how-work-list-image{
	position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 0;
    transition: all 0.6s ease-in-out;
}

.page-id-15 .how-it-work-list .how-work-list-item:hover .how-work-list-image,
.page-id-15 .how-it-work-list .how-work-list-item.active .how-work-list-image{
	width: 100%;
	left: 0;
}

.page-id-15 .how-it-work-list .how-work-list-item .how-work-list-heading .elementor-heading-title{
	transition: all 0.4s ease-in-out
}

.page-id-15 .how-it-work-list .how-work-list-item:hover .how-work-list-heading .elementor-heading-title,
.page-id-15 .how-it-work-list .how-work-list-item.active .how-work-list-heading .elementor-heading-title{
	color: var(--e-global-color-accent);
}

.page-id-15 .demo-3-our-testimonial::before{
	top: auto;
	left: auto;
    right: -60px;
    bottom: 10%;
    width: 306px;
    height: 304px;
	opacity: 70%;
    animation: roundrotate3 10s infinite linear alternate;
    z-index: -1;
}

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

.page-id-15 .testimonial-item{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-15 .testimonial-item .elementor-testimonial-content{
	margin-bottom: 30px;
}

.page-id-15 .testimonial-item .elementor-testimonial-image{
	position: relative;
	overflow: hidden;
	border-radius: 100px;
	margin-right: 20px;
	padding-inline-end: 0 !important;
	height: 50px;
}

.page-id-15 .testimonial-item .elementor-testimonial-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;
}

.page-id-15 .testimonial-item .elementor-testimonial-image:hover:after{
	height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.page-id-15 .testimonial-item .elementor-testimonial-meta-inner{
	display: flex;
}

.page-id-15 .testimonial-item .elementor-testimonial-meta-inner .elementor-testimonial-name{
	margin-bottom: 5px;
}

.page-id-15 .testimonial-item .custome-funfact .elementskit-funfact-inner{
	width: 100%;
	justify-content: space-between;
}

.page-id-15 .testimonial-item .custome-funfact .elementskit-funfact-inner .funfact-icon{
	padding-left: 20px;
}

.page-id-15 .testimonial-item .custome-funfact .elementskit-funfact-inner .funfact-icon svg path{
	fill: var(--e-global-color-accent) !important;
}

.page-id-15 .faqs-review-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-15 .satisfy-client-img .elementor-widget-container{
	z-index: 0;
}

.page-id-15 .faq-accordion .elementskit-accordion > .elementskit-card{
	position: relative;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.page-id-15 .faq-accordion .elementskit-accordion > .elementskit-card.active{
	background-color: var(--e-global-color-black);
}

.page-id-15 .faq-accordion .elementskit-accordion > .elementskit-card:before{
	content: '';
    position: absolute;
    top: auto;
    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%);
    height: 100%;
    width: 100%;
	transition: all 0.3s ease-in-out;
}

.page-id-15 .faq-accordion .elementskit-card-header .ekit_accordion_icon_group{
	line-height: 0;
}

.page-id-15 .faq-accordion .ekit-wid-con svg{
    width: 1em !important;
    height: 1em;
}

.page-id-15 .demo-3-our-blog-section::before{
    left: -70px;
    top: 80px;
    width: 255px;
    height: 260px;
    animation: circlemoverotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-15 .section-row::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 0;
    background: var(--e-global-color-primary);
    opacity: 20%;
    height: 1px;
	width: calc(100% - 20px);
}

@media only screen and (max-width: 991px){
	
	.page-id-15 .demo-3-about-us::before{
		left: -40px;
		height: 180px;
		width: 180px;
	}

	.page-id-15 .about-us-image img{
		aspect-ratio: 1 / 0.75;
	}

	.page-id-15 .about-us-list{
		position: inherit;
	}

	.page-id-15 .about-list-item::before{
		right: -25px;
	}

	.page-id-15 .demo-3-our-services::before{
		right: -50px;
		height: 180px;
		width: 180px;
	}
	
	.page-id-15 .our-service-image img{
   		 aspect-ratio: 1 / 0.913;
	}

	.page-id-15 .demo-3-why-choose-us::before{
		left: -40px;
		height: 180px;
		width: 180px;
	}
		
	.page-id-15 .our-feature-image-1 img{
		aspect-ratio: 1 / 1.61;
	}
	
	.page-id-15 .our-feature-img-2 img{
		aspect-ratio: 1 / 0.76;
	}

	.page-id-15 .demo-3-key-facts::before{
		right: -40px;
		height: 180px;
		width: 180px;
	}
	
	 .page-id-15 .key-facts-image img{
        aspect-ratio: 1 / 0.9;
        object-position: top center;
    }
	
	.page-id-15 .pricing-body-list-item .elementor-icon i:before, 
	.page-id-15 .pricing-body-list-item .elementor-icon svg:before{
		top: 2px;
	}
	
	.page-id-15 .pricing-item .elementskit-single-pricing .elementskit-pricing-lists li{
		padding-bottom: 12px;
	}
	
	.page-id-15 .demo-3-how-it-works:before{
		left: -40px;
        height: 180px;
        width: 180px;
	}
	
	.page-id-15 .demo-3-our-testimonial::before{
		right: -40px;
		height: 180px;
		width: 180px;
		opacity: 30%;
	}
	
	.page-id-15 .testimonial-item .elementor-testimonial-content{
        margin-bottom: 20px;
    }
	
	.page-id-15 .demo-3-our-blog-section::before{
        left: -40px;
        height: 180px;
        width: 180px;
    }
	
}

@media only screen and (max-width: 767px){
	
	@keyframes iconheroimg{
		0%{
			transform: translateX(0)
		}
	
		100%{
			transform: translateY(-30px)
		}
	}

	.page-id-15 .about-list-item .elementskit-infobox{
		display: flex;
		align-items: center;
	}

	.page-id-15 .about-list-item::before{
		display: none;
	}

	.page-id-15 .our-service-image img {
		aspect-ratio: 1 / 1.1;
	}

	.page-id-15 .client-box-counter{
		transform: translateX(-50%);
	}

	@keyframes clientboxmoves{
		50%{
			left: 55%;
		}
	}

	.page-id-15 .client-box-counter .funfact-content .funfact-title{
		font-size: 12px !important;
	}

	.page-id-15 .our-feature-image-1 img{
		aspect-ratio: 1 / 1.83;
	}


	.page-id-15 .our-feature-img-2 img{
		aspect-ratio: 1 / 0.85;
	}
	
	 .page-id-15 .key-facts-image img {
        aspect-ratio: 1 / 1.25;
        object-position: center center;
    }
	
		.page-id-15 .pricing-item .currency{
		top: 7px !important;
	}
	
	.page-id-15 .pricing-item .period{
		right: 7px;
	}
	
	.page-id-15 .faqs-review-box .review-rating-box .elementor-icon-box-wrapper{
		align-items: center;
	}
	
	.page-id-15 .our-blog::before{
		left: -40px;
		height: 180px;
		width: 180px;
    }
	
}

/* About Us page CSS */

.page-id-15 .breadcrumb-itam ol{
	font-size: 18px !important;
	font-weight: 600 !important;
}

.page-id-15 .breadcrumb-itam ol li,
.page-id-15 .breadcrumb-itam ol li a{
	line-height: 1.3em;
}

.page-id-15 .our-scrolling-ticker .ekit-content-items .ekit-marquee .ekit-marquee-item img{
	max-width: 140px;
}

.page-id-15 .demo-3-about-us.page-about-us::before{
	left: auto;
	right: -70px;
}

.page-id-15 .our-approach-item{
    position: relative;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-15 .our-approach-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-id-15 .our-approach-item .elementskit-info-box-icon svg{
    transition: all 0.4s ease-in-out;
}

.page-id-15 .our-approach-item:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg) !important;
}

.page-id-15 .our-approach-image img{
	aspect-ratio: 1 / 0.993;
	object-fit: cover;
}

.page-id-15 .our-approach-image-2 img{
	aspect-ratio: 1 / 0.473;
	object-fit: cover;
}

.page-id-15 .approach-image-circle{
	transform: translate(-50%, -50%);
}

.page-id-15 .approach-image-circle .elementor-widget-text-path{
	animation: infiniterotate 30s infinite linear;
}

.page-id-15 .what-we-social-image img{
	aspect-ratio: 1 / 0.99;
    object-fit: cover;
}

.page-id-15 .agency-icon{
	transform: translate(-50%, -50%);
}

.page-id-15 .agency-icon .elementor-icon-wrapper{
	line-height: 0;
}

.page-id-15 .what-we-img img{
	aspect-ratio: 1 / 1.04;
    object-fit: cover;
}

.page-id-15 .what-we-images .elementor-widget-text-path{
	animation: infiniterotate 30s infinite linear;
}

.page-id-15 .demo-3-our-team::before{
	top: auto;
	left: -70px;
    bottom: 10px;
	opacity: 40%;
    width: 255px;
    height: 260px;
    animation: circlemoverotate 10s infinite linear;
    animation-direction: alternate;
}

.page-id-15 .our-soultion-item{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.page-id-15 .our-soultion-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-id-15 .our-soultion-item::after{
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-accent);
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.page-id-15 .our-soultion-item:hover:after{
	bottom: 0;
	height: 100%;
}

.page-id-15 .our-soultion-item .funfact-icon svg path{
	transition: all 0.4s ease-in-out;
	fill: var(--e-global-color-accent) !important; 
	stroke: none !important;
}

.page-id-15 .our-soultion-item:hover .funfact-icon svg path{
	fill: var(--e-global-color-black)!important; 
}

.page-id-15 .our-soultion-item .funfact-content .number-percentage-wraper,
.page-id-15 .our-soultion-item .funfact-content .funfact-title{
	transition: all 0.4s ease-in-out;
}

.page-id-15 .our-soultion-item:hover .funfact-content .number-percentage-wraper,
.page-id-15 .our-soultion-item:hover .funfact-content .funfact-title{
	color: var(--e-global-color-black) !important;
}

.page-id-15 .our-soultion-image img{
    aspect-ratio: 1 / 1.2202;
    object-fit: cover;
}

@media only screen and (max-width: 991px){
	
	.page-id-15 .breadcrumb-itam ol{
		font-size: 16px !important;
	}
	
	.page-id-15 .what-we-img img{
		aspect-ratio: 1 / 0.8;
	}

	.page-id-15 .demo-3-our-team::before{
		left: -40px;
		opacity: 30%
		height: 180px;
		width: 180px;
	}
	
	.page-id-15 .our-soultion-image img{
        aspect-ratio: 1 / 0.9;
    }
}

@media only screen and (max-width: 767px){
	
	.page-id-15 .our-scrolling-ticker .ekit-content-items .ekit-marquee .ekit-marquee-item img{
		max-width: 100px;
	} 
	
	.page-id-15 .what-we-images{
		transform: translateX(-50%);
	}
	
	.page-id-15 .our-soultion-item .elementskit-funfact-inner{
	   display: block !important;
	}
	
}

/* Service Page CSS */

.page-id-15 .page-services::before{
	top: auto;
	left: -70px;
    bottom: 0;
    width: 285px;
    height: 285px;
    animation: roundrotate3 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

/*  Service Single Page CSS */

.page-id-15 .service-single-page:before{
    left: -50px;
    bottom: 40%;
	top: auto;
    opacity: 50%;
    width: 286px;
    height: 286px;
    animation: circlemoverotate 15s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-15 .service-single-page:after{
	content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 15%;
    background: url(../images/demo-3-section-bg-shape-7.png) no-repeat;
    background-position: right top;
    background-size: contain;
    width: 258px;
    height: 258px;
    opacity: 50%;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

/* Project Singal CSS */

.page-id-15 .project-single-page::before{
    right: -80px;
    top: 150px;
	left: auto;
    width: 280px;
    height: 288px;
    animation: circlemoverotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-15 .project-single-page::after{
	content: '';
    display: block;
    position: absolute;
    top: 60%;
    left: -80px;
	background: url(../images/section-bg-shape-2.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    opacity: 50%;
    width: 264px;
    height: 274px;
    transform: translateY(-50%);
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-15 .project-rating-counter .funfact-icon svg{
	max-width: 50px !important;
    height: 50px !important;
}

.page-id-15 .project-rating-counter .funfact-icon svg path{
	fill: currentColor !important;
}

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

	.page-id-15 .project-rating-counter .funfact-icon svg{
		max-width: 36px !important;
		height: 36px !important;
	}
	
}

/* Our Team CSS */

.page-id-15 .page-team-section::before{
	left: -70px;
	top: 15%;
	width: 285px;
	height: 285px;
	animation: circlemoverotate 10s infinite linear;
	animation-direction: alternate;
	z-index: -1;
}

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

.page-id-15 .team-item:hover .team-image img{
    transform: scale(1.1);
}

.page-id-15 .page-team-body{
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	overflow: hidden !important;
}

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

.page-id-15 .team-item:hover .page-team-body::after{
	top: 0;
}

.page-id-15 .team-item .elementor-icon-box-title a,
.page-id-15 .team-item .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.page-id-15 .team-item:hover .elementor-icon-box-title,
.page-id-15 .team-item:hover .elementor-icon-box-description{
	color: var(--e-global-color-secondary);
}

.page-id-15 .team-item .team-social-list{
	height: 0;
}

.page-id-15 .team-item:hover .team-social-list{
    height: 35px;
    opacity: 1;
    visibility: visible;
}

/* Team Single Page CSS */

.page-id-15 .team-single-page::before{
    left: -70px;
    bottom: 30%;
	top: auto;
    width: 325px;
    height: 325px;
    animation: squrerotate 10s infinite linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: -1;
}

/* Our Pricing CSS */

.page-id-15 .demo-3-page-pricing::before{
	top: auto;
    left: -80px;
    bottom: 0;
    width: 280px;
    height: 288px;
    animation: roundrotate3 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

/* Testimonial Page CSS */

.page-id-15 .testimonial-page:before{
    right: -80px;
    top: 150px;
	left: auto;
    width: 280px;
    height: 288px;
    animation: circlemoverotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-15 .testimonial-page:after{
    content: '';
    display: block;
    position: absolute;
    top: 60%;
    left: -80px;
    background: url(../images/section-bg-shape-2.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
    opacity: 50%;
    width: 264px;
    height: 274px;
    transform: translateY(-50%);
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

/* Image Gallery Page CSS */

.page-id-15 .gallery-page:before{
    left: -70px;
    top: 40%;
    width: 325px;
    height: 325px;
    animation: squrerotate 10s infinite linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: -1;
}

/* Video Gallery Page CSS */

.page-id-15 .page-video-gallery:before{
    left: -80px;
    top: 40%;
    width: 264px;
    height: 274px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

/* FAQs Page CSS */

.page-id-15 .faqs-page:before{
    right: -80px;
    top: 150px;
	left: auto;
    width: 280px;
    height: 288px;
    animation: circlemoverotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-15 .faqs-page::after{
    content: '';
    display: block;
    position: absolute;
    top: 60%;
    left: -80px;
    background: url("../images/demo-3-section-bg-shape-7.png") no-repeat;
    background-position: left bottom;
    background-size: contain;
    opacity: 50%;
    width: 264px;
    height: 274px;
    transform: translateY(-50%);
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.page-id-15 .page-services::before,
	.page-id-15 .page-team-section::before,
	.page-id-15 .demo-3-page-pricing::before,
	.page-id-15 .service-single-page:before,
	.page-id-15 .service-single-page:after,
	.page-id-15 .project-single-page::before,
	.page-id-15 .project-single-page::after,
	.page-id-15 .team-single-page::before,
	.page-id-15 .testimonial-page:before,
	.page-id-15 .testimonial-page:after,
	.page-id-15 .gallery-page:before,
	.page-id-15 .page-video-gallery:before,
	.page-id-15 .faqs-page::before,
	.page-id-15 .faqs-page::after{
		width: 180px;
		height: 180px;
	}
	
	.page-id-15 .service-single-page:after,
	.page-id-15 .project-single-page::after,
	.page-id-15 .testimonial-page:after,
	.page-id-15 .faqs-page::after{
		opacity: 30%;
	}	
	
}

/* Contact Us CSS */

.page-id-15 .demo-3-contact-information-item:before{
	top: auto;
    right: -90px;
	left: auto;
    bottom: 0%;
    width: 264px;
    height: 274px;
    animation: circlezoomrotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes circlezoomrotate{
	from{
		transform: translateY(0) rotate(0deg) scale(0.7);
    }
	to{
		transform: translateY(-100%) rotate(360deg) scale(1);
	}
}

.page-id-15 .demo-3-contact-information-item .elementor-element{
	overflow: hidden;
}

.page-id-15 .contact-info-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-15 .contact-info-box::before{
	z-index: -1;
}

.page-id-15 .contact-information .ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon svg{
	width: 1em !important;
	height: 1em !important;
}

.page-id-15 .contact-information .ekit-wid-con .elementskit-infobox .box-body p,
.page-id-15 .contact-information .ekit-wid-con .elementskit-infobox .box-body p a{
	text-decoration: underline;
}

.page-id-15 .contact-information:after{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-secondary);
	border-left: 1px solid var(--e-global-color-divider);
	border-right: 1px solid var(--e-global-color-divider);
	border-bottom: 1px solid var(--e-global-color-divider);
	border-radius: 0 0 30px 30px;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
	opacity: 40%;
	height: 0;
	width: 100%;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: -1;
}

.page-id-15 .contact-information:before{
    height: 0;
    width: 100%;
	transition: all 0.4s ease-in-out;
}

.page-id-15 .contact-information:hover:before,
.page-id-15 .contact-information.active::before,
.page-id-15 .contact-information.active::after,
.page-id-15 .contact-information:hover:after{
	height: 100%;
}

.page-id-15 .contact-form{
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-15 .demo-3-contact-us-form::before{
	top: auto;
    left: -70px;
    bottom: 60px;
    width: 255px;
    height: 260px;
    animation: circlemoverotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

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

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

.page-id-15 .google-map .elementor-custom-embed iframe:hover{
	filter: grayscale(0%);
}

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

	.page-id-15 .demo-3-contact-information-item::before{
		right: -50px;
		height: 180px;
		width: 180px;
	}

	.page-id-15 .demo-3-contact-us-form::before{
		left: -40px;
		height: 180px;
		width: 180px;
	}
	
}

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

	.page-id-15 .contact-information:before{
		border-radius: 30px;
	}
	
}

/* SMO  css end hera*/
/********************************************/
/****  Artistics - Web Agency ( demo-7 ) ****/
/********************************************/

/*  Demo 7 Theme CSS  */

.page-id-11974 header.main-header{
    position: absolute;
    top: 0;
    width: 100%;
}

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

.page-id-11974 .page-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.89%, var(--e-global-color-black) 126.31%), linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
    height: 100%;
    width: 100%;
    z-index: 1;
}

.page-id-11974 .page-header-box h1{
    font-size: 60px !important;
}

.page-id-11974 .page-header-box .breadcrumb-trail{
    line-height: 1.2em;
}

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

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

/* Project Archive ( demo-7 ) */

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

.page-id-11974 .awaiken-portfolio-grid-item__wrapper{
    overflow: hidden;
	text-align: start;
}

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

.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	aspect-ratio: 1 / 0.648 !important;
	border-radius: 30px;
	margin-bottom: 20px;
}

.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
	aspect-ratio: 1 / 0.648 !important;
}

.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	position: relative;
}

.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__img:before{
    transform: scale(1);
}

.page-id-11974 .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);
}

.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore{
	transform: translate(0);
} 

.page-id-11974 .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);
}

.page-id-11974 .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;
}

.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore a svg{
    width: 25px;
    height: 25px;
}

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

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

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

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

.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__categories ul li a, 
.page-id-11974 .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);
}

.page-id-11974 .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
	width: calc(100% - 60px);
}

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

	.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
		border-radius: 20px;
	}
	
	.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img,
	.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
		aspect-ratio: 1 / 0.71 !important;
	}
	
	.page-id-11974 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image .awaiken-portfolio-grid-item__readmore{
		bottom: -25px;
	}
}

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

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

/* Elementor Header CSS */

.page-id-11974 .elementskit-menu-container .elementskit-navbar-nav .elementskit-submenu-panel > li > a{
	line-height: normal !important;
}

.page-id-11974 .header-contact-box .elementskit-info-box-icon{
	transition: all 0.3s ease-in-out;
}

/* Elementor Footer CSS */

.page-id-11974 .work-together-btn{
	padding-right: 0 !important;
}

.page-id-11974 .work-together-btn  a.elementor-button{
	height: var(--container-widget-width);
}

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

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

.page-id-11974 .demo-7-footer-privacy-policy ul{
	display: flex;
}

.page-id-11974 .demo-7-footer-privacy-policy ul li:last-child{
	border-right: 0 !important;
}

.page-id-11974 .demo-7-footer-privacy-policy ul li:last-child a{
	padding-right: 0 !important;
}

.page-id-11974 .demo-7-footer-privacy-policy ul li:first-child a{
	padding-left: 0 !important;
}

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

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

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

.page-id-11974 .demo-7-footer-cta-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-11974 .demo-7-footer-social-icon ul li:first-child{
	margin-left: 0 !important;
}

.page-id-11974 .demo-7-footer-newsletter-form .form-group{
	display: flex;
	align-items: center;
}

.page-id-11974 .demo-7-footer-newsletter-form .email-field{
	width: 72%;
}

.page-id-11974 .demo-7-footer-newsletter-form .form-btn{
	width: 28%;
}

.page-id-11974 .demo-7-footer-newsletter-form .wpcf7-response-output{
	display: none;
}

.page-id-11974 .footer-privancy-menu .ekit-vertical-main-menu-wraper ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.page-id-11974 .footer-privancy-menu ul li{
	position: relative;
}

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

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

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

.page-id-11974 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child:before{
	display: none;
}

@media only screen and (max-width: 991px){
	
    .page-id-11974 .demo-7-footer.footer-work-together::before{
        height: 170px;
        width: 170px;
		opacity: 20%;
    }
}

@media only screen and (max-width: 767px){
	
	.page-id-11974 .demo-7-footer-newsletter-form .email-field{
		width: 70%;
	}

	.page-id-11974 .demo-7-footer-newsletter-form .form-btn{
		width: 30%;
	}
	
	.page-id-11974 .footer-privancy-menu .ekit-vertical-main-menu-wraper ul{
		justify-content: center;
	}
}

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

.page-id-11974 .hero .elementor-background-video-container::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180.07deg, rgba(0, 0, 0, 0) 0.06%, var(--e-global-color-black) 115.64%), linear-gradient(359.91deg, rgba(0, 0, 0, 0.5) 75.34%, var(--e-global-color-black) 99.95%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.page-id-11974 .hero-counter .elementor-counter-number-wrapper{
	flex: 0;
	min-width: 80px;
}

.page-id-11974 .how-work-circle,
.page-id-11974 .hero-circle .e-text-path{
	animation: infiniterotate 30s infinite linear;
}

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

.page-id-11974 .hero-counter .elementor-counter .elementor-counter-title{
	padding-left: 20px;
}

.page-id-11974 .hero-img-1 img{
    aspect-ratio: 1 / 1.789;
	object-fit: cover;
}

.page-id-11974 .hero-img-2 img,
.page-id-11974 .hero-img-3 img{
    aspect-ratio: 1 / 0.84;
	object-fit: cover;
}

.page-id-11974 .hero-circle{
	transform: translate(-50%, -50%);
}

.page-id-11974 .agency-icon{
	transform: translate(-50%, -50%);
}

.page-id-11974 .agency-icon .elementor-icon-wrapper{
	line-height: 0;
}

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

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

.page-id-11974 .about-image-1 img{
	aspect-ratio: 1 / 1.161;
	object-fit: cover;
}

.page-id-11974 .about-image-2 img{
	aspect-ratio: 1 / 1.023;
	object-fit: cover;
}

.page-id-11974 .about-us-list{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-11974 .about-us-list .elementor-icon-box-wrapper:hover .elementor-icon{
	transform: rotateY(180deg);
}

.page-id-11974 .about-us-list .elementor-icon-box-wrapper .elementor-icon,
.page-id-11974 .about-us-list .elementor-icon svg path{
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .about-us-list .elementor-icon-box-wrapper:hover .elementor-icon svg path{
	color: var(--e-global-color-white);
}

.page-id-11974 .about-contact-box .elementskit-box-header{
	line-height: 0;
}

.page-id-11974 .about-contact-box .elementskit-info-box-icon{
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .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;
}

.page-id-11974 .about-contact-box:hover .elementskit-info-box-icon:before{
	transform: scale(1);
}

.page-id-11974 .about-contact-box .elementskit-info-box-icon svg{
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .about-contact-box:hover .elementskit-info-box-icon svg{
	color: var(--e-global-color-black);
}

.page-id-11974 .service-item-box .elementskit-infobox{
	overflow: visible !important;
}

.page-id-11974 .service-item-box .elementskit-info-box-icon{
    position: relative;
    overflow: hidden;
	transition: all 0.5s ease-in-out;
}

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

.page-id-11974 .service-item-box .elementskit-infobox:hover .elementskit-info-box-icon::before{
    transform: scale(1);
}

.page-id-11974 .service-item-box .btn-wraper a svg{
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .service-item-box .box-body{
	width: 100%;
	padding-right: 35px;
}

.page-id-11974 .service-item-box .box-footer{
	position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.page-id-11974 .service-item-box .btn-wraper,
.page-id-11974 .service-item-box .elementskit-box-header{
	line-height: 0 !important;
}

.page-id-11974 .service-item-box .btn-wraper a:hover svg{
	transform: rotate(45deg);
}

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

.page-id-11974 .what-we-do-item{
	position: relative;
    backdrop-filter: blur(100px);
    overflow: hidden !important;
}

.page-id-11974 .what-we-do-item:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--e-global-color-secondary);
	height: 100%;
	width: 100%;
	opacity: 40%;
	z-index: -1;
}

.page-id-11974 .what-we-do-item .box-body{
	text-align: left;
} 

.page-id-11974 .what-we-do-item .elementskit-infobox{
	justify-content: space-between;
}

.page-id-11974 .what-we-do-item .box-body p strong{
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	color: var(--e-global-color-accent);
	margin-right: 5px;
}

.page-id-11974 .what-we-do-item .elementskit-box-header{
	line-height: 0;
}

.page-id-11974 .what-we-do-item .elementskit-info-box-icon svg{
		transition: all 0.4s ease-in-out;
}

.page-id-11974 .what-we-do-item:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
	color: var(--e-global-color-white);
}

.page-id-11974 .what-do-item-image img{
    aspect-ratio: 1 / 0.744;
	object-fit: cover;
}

.page-id-11974 .what-do-body-title{
	right: 100px;
}

.page-id-11974 .what-do-body-title h3 span{
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	color: var(--e-global-color-accent);
	margin-right: 5px;
}

.page-id-11974 .what-we-do-content{
	right: 30px;
}

.page-id-11974 .what-do-image img{
	aspect-ratio: 1 / 1.365;
	object-fit: cover;
}

.page-id-11974 .what-do-image:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--e-global-color-black);
	height: 100%;
	width: 100%;
	opacity: 45%;
	z-index: 1;
}

.page-id-11974 .demo-7-why-choose-image img{
	object-fit: contain;
    aspect-ratio: 1 / 1.08;
}

.page-id-11974 .why-choose-circle{
	animation: infiniterotate 30s infinite linear;
}

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

.page-id-11974 .demo-7-our-feature:before{
    top: 10%;
	right: -20px;
	bottom: auto;
	left: auto;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
    animation: cuberotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;	
}

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

.page-id-11974 .digital-success-box{
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.page-id-11974 .feature-list-item .elementskit-info-box-icon svg{
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .feature-list-item:hover .elementskit-info-box-icon svg{
	transform: rotateY(180deg);
}

.page-id-11974 .demo-7-service-footer p a{
    text-decoration: underline;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}

.page-id-11974 .demo-7-service-footer a:hover{
    color: var(--e-global-color-white);
}

.page-id-11974 .demo-7-our-brands:before{
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    animation: cuberotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-11974 .our-brands-box{
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
}

.page-id-11974 .brands-circle-image{
	animation: infiniterotate 30s infinite linear;
}

.page-id-11974 .fact-content-list{
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
}

.page-id-11974 .fact-content-list:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-secondary);
    opacity: 40%;
    height: 100%;
    width: 100%;
}

.page-id-11974 .fact-image img{
	aspect-ratio: 1 / 1.41;
    object-fit: cover;
}

.page-id-11974 .fact-content-image img{
	aspect-ratio: 1 / 1.22;
    object-fit: cover;
}

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

.page-id-11974 .pricing-item{
	position: relative;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden !important;
}

.page-id-11974 .pricing-item .elementskit-pricing-subtitle{
	margin: 0 !important;
}

.page-id-11974 .pricing-item .elementskit-pricing-price{
	line-height: 0 !important;
}

.page-id-11974 .elementskit-pricing-btn-wraper{
	line-height: 0;
}

.page-id-11974 .elementskit-pricing-btn-wraper .elementskit-pricing-btn{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.page-id-11974 .elementskit-pricing-btn-wraper .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;
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .pricing-item .popular{
	transform: rotate(50deg);
}

.page-id-11974 .demo-7-testimonial-slider .elementskit-default-testimonial .elementkit-testimonial-col:first-child{
	flex: 0 0 calc(100% - 240px);
	max-width: calc(100% - 240px); 
}

.page-id-11974 .demo-7-testimonial-slider .elementskit-default-testimonial  .elementkit-testimonial-col:last-child{
	flex: 240px;
	max-width: 240px; 
}

.page-id-11974 .demo-7-testimonial-slider .elementskit-border-hr,
.page-id-11974 .demo-7-testimonial-slider .elementskit-profile-image-card:before{
	display: none;
}

.page-id-11974 .demo-7-testimonial-slider .elementskit-profile-info{
	position: relative;
	padding-right: 45px;
}

.page-id-11974 .demo-7-testimonial-slider .elementskit-profile-info::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	background: url('../images/testimonial-quote-icon.svg') no-repeat center;
	width: 30px;
	height: 30px;
	background-size: cover;
}

.page-id-11974 .demo-7-testimonial-slider .elementskit-profile-image-card{
	margin-left: 10px;
}

.page-id-11974 .demo-7-testimonial-slider .elementskit-profile-image-card img{
	width: 100%;
	max-width: 200px;
}

.page-id-11974 .demo-7-testimonial-slider .swiper-navigation-button{
    top: auto;
    bottom: 0;
    transition: all 0.4s ease-in-out;
}

.page-id-11974 .demo-7-testimonial-slider .swiper-navigation-button svg{
    width: 20px !important;
}

.page-id-11974 .demo-7-our-archievements::before{
    left: -60px;
    top: 50%;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
    animation: cuberotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-id-11974 .archievement-img-1 img{
	aspect-ratio: 1 / 1.165;
}

.page-id-11974 .archievement-img-2 img{
	aspect-ratio: 1 / 0.775;
}

.page-id-11974 .archievement-img-3 img{
	aspect-ratio: 1 / 1.633;
}

.page-id-11974 .archievement-asterisk-image{
	animation: infiniterotate 30s infinite linear;
}

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

.page-id-11974 .award-item-btn svg{
	width: 1em !important;
	height: auto;
}

.page-id-11974 .award-item-btn svg{
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .award-item-btn svg:hover{
	transform: rotate(45deg);
}

@media only screen and (max-width: 991px){
		
	.page-id-11974 .hero-counter .elementor-counter-number-wrapper{
		min-width: 70px;
	}
	
	.page-id-11974 .hero-img-1 img{
		aspect-ratio: 1 / 1.4;
	}

	.page-id-11974 .hero-img-2 img,
	.page-id-11974 .hero-img-3 img{
		aspect-ratio: 1 / 0.655;
	}
	
	.page-id-11974 .demo-7-about-us::before{
		bottom: 20px;
        height: 170px;
        width: 170px;
	}
	
	.page-id-11974 .about-image-1 img{
		aspect-ratio: 1 / 0.98;
	}
	
	.page-id-11974 .about-image-2 img{
		aspect-ratio: 1 / 0.87;
	}
	
	.page-id-11974  .demo-7.what-we-do:before{
		top: 20px;
		height: 170px;
		width: 170px;
	}
	
	.page-id-11974 .what-we-do-item .box-body p strong{
		font-size: 24px;
	}
	
	.page-id-11974 .what-do-item-image img{
		aspect-ratio: 1 / 0.6;
	}
	
	.page-id-11974 .what-do-body-title{
		right: 20px;
	}
	
	.page-id-11974 .what-do-body-title h3 span{
		font-size: 24px;
	}

	.page-id-11974 .what-we-do-content{
		right: 20px;
	}
	
	.page-id-11974 .what-do-image img{
        aspect-ratio: 1 / 0.45;
    }
	
	.page-id-11974 .demo-7-why-choose-image img{
		aspect-ratio: 1 / 0.79;
	}
	
	.page-id-11974 .demo-7-our-feature::before{
        height: 170px;
        width: 170px;
    }
	
	.page-id-11974 .demo-7-our-brands:before{
		height: 170px;
		width: 170px;
	}
	
	.page-id-11974 .fact-image img{
		aspect-ratio: 1 / 0.5;
        object-position: top center;
	}

	.page-id-11974 .demo-7-our-pricing::before{
		top: 20px;
		height: 170px;
		width: 170px;
	}
	
	.page-id-11974 .demo-7-testimonial-slider .elementskit-default-testimonial .elementkit-testimonial-col:first-child{
		flex: 0 0 100%;
		max-width: 100%; 
	}

	.page-id-11974 .demo-7-testimonial-slider .elementskit-default-testimonial  .elementkit-testimonial-col:last-child{
		flex: 100%;
		max-width: 100%; 
	}

	.page-id-11974 .demo-7-testimonial-slider .elementskit-profile-image-card{
        text-align: center;
		margin-left: 0;
	}
	
	.page-id-11974 .demo-7-testimonial-slider .elementskit-profile-image-card img{
		max-width: 170px;
	}
	
	.page-id-11974 .demo-7-testimonial-slider .swiper-navigation-button svg{
		width: 16px !important;
	}

	.page-id-11974 .demo-7-our-archievements::before{
        height: 170px;
        width: 170px;
    }
}

@media only screen and (max-width: 767px){
	
	.page-id-11974 .hero-counter .elementor-counter-number-wrapper{
		min-width: 50px;
	}
	
	.page-id-11974 .hero-img-1 img{
		aspect-ratio: 1 / 2.051;
	}

	.page-id-11974 .hero-img-2 img,
	.page-id-11974 .hero-img-3 img{
		aspect-ratio: 1 / 0.96;
	}
	
	.page-id-11974 .agency-icon .elementor-icon-wrapper .elementor-icon{
		padding: 3px;
	}
	
	.page-id-11974 .about-us-list .about-list-item .elementor-icon-box-wrapper{
		align-items: center;
	}
	
	.page-id-11974 .about-image-1 img{
		aspect-ratio: 1 / 0.9;
	}
	
	.page-id-11974 .about-image-2 img{
		aspect-ratio: 1 / 0.8;
	}

	.page-id-11974 .service-item-box .box-body{
		padding-right: 25px;
	}
	
	.page-id-11974 .service-item-box .box-footer{
		top: 5px;
		transform: translateY(0%);
	}
	
	.page-id-11974 .what-we-do-item .box-body p strong{
		font-size: 20px;
	}

	.page-id-11974 .what-do-body-title h3 span{
		font-size: 20px;
	}

	.page-id-11974 .what-do-image img {
		aspect-ratio: 1 / 1.05;
	}
	
	.page-id-11974 .demo-7-why-choose-image img{
		 aspect-ratio: 1 / 0.98;
	}
	
	.page-id-11974 .digital-success-box::before{
		left: 10px;
		top: 10px;
		border-radius: 20px;
		width: calc(100% - 20px);
		height: calc(100% - 10px);
	}
	
	.page-id-11974 .fact-image img{
		aspect-ratio: 1 / 0.9;
        object-position: center;
	}
	
	.page-id-11974 .fact-content-image img{
		aspect-ratio: 1 / 0.9;
	}
	
	.page-id-11974 .pricing-benefit-list ul{
        gap: 15px 10px;
	}

	.page-id-11974 .demo-7-testimonial-slider .elementskit-profile-image-card img{
		max-width: 150px;
	}

	.page-id-11974 .demo-7-testimonial-slider .swiper-navigation-button.swiper-button-prev,
	.page-id-11974 .demo-7-testimonial-slider .swiper-navigation-button.swiper-button-next{
		display: block !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
}

/* 	Hero Image CSS [Demo-7] */

.page-id-11974 .hero-image::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180.07deg, rgba(0, 0, 0, 0) 0.06%, var(--e-global-color-black) 115.64%), linear-gradient(359.91deg, rgba(0, 0, 0, 0.5) 75.34%, var(--e-global-color-black) 99.95%);
    height: 100%;
    width: 100%;
    z-index: 0;
}

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

.page-id-11974 .demo-7-hero-slider .elementor-background-slideshow__slide__image::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180.07deg, rgba(0, 0, 0, 0) 0.06%, var(--e-global-color-black) 115.64%), linear-gradient(359.91deg, rgba(0, 0, 0, 0.5) 75.34%, var(--e-global-color-black) 99.95%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

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

.page-id-11974 .our-approch-image img{
	aspect-ratio: 1 / 0.517;
    object-fit: cover;
}

.page-id-11974 .vision-mission-image img{
	aspect-ratio: 1 / 1.26;
    object-fit: cover;
}

.page-id-11974 .vision-mission-content-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-11974 .vision-mission-content-box .elementor-icon-box-icon svg{
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .vision-mission-content-box:hover .elementor-icon-box-wrapper svg{
	transform: rotateY(180deg);
}

.page-id-11974 .vision-mission-content-box:hover .elementor-icon-box-wrapper svg path{
	stroke: var(--e-global-color-white);
}

.page-id-11974 .benefit-icon-box svg{
	transition: all 0.4s ease-in-out;
}

.page-id-11974  .benefit-icon-box:hover .elementor-icon-box-wrapper svg{
	transform: rotateY(180deg);
	color: var(--e-global-color-white);
}

.page-id-11974 .demo-7-company-experience:before{
	top: auto;
	left: auto;
    right: -20px;
    bottom: 80px;
    width: 250px;
    height: 250px;
    animation: circlerotate7 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;		
}

.page-id-11974 .company-support-box{
	position: relative;
	overflow: hidden !important;
}

.page-id-11974 .company-support-box::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--e-global-color-primary);
	border-radius: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.page-id-11974 .company-support-box:hover:before{
	top: 0;
}

.page-id-11974 .company-support-icon-box a{
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.page-id-11974 .company-support-icon-box a svg{
	transition: all 0.3s ease-in-out;
}

.page-id-11974 .company-support-icon-box a:hover svg{
	transform: rotate(45deg);
	color: var(--e-global-color-black);
} 

.page-id-11974 .company-support-box a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-accent);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .company-support-box a:hover::before{
	transform: scale(1);
}

.page-id-11974 .experience-image img{
	object-fit: cover;
	aspect-ratio: 1 / 1.231
}

.page-id-11974 .experience-image-box-2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--e-global-color-accent);
    border-radius: 30px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
}

.page-id-11974 .experience-image-box-2 img{
	object-fit: cover;
	aspect-ratio: 1 / 1.772;
}

.page-id-11974 .team-image img{
	object-fit: cover;
    aspect-ratio: 1 / 1.0571;
	transition: all 0.4s ease-in-out;
}

.demo-7-team-social-list .ekit_social_media a{
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.page-id-11974 .team-social-icon ul li:last-child{
	margin-bottom: 0 !important; 
}
	
.page-id-11974 .team-item .team-social-icon{
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	transform: translateY(-40px);
	top: auto;
}

.page-id-11974 .team-item:hover .team-image img{
	transform: scale(1.1);
}

.page-id-11974 .team-item:hover .demo-7-team-social-list ul li a{
	background: var(--e-global-color-accent);
}

.page-id-11974 .team-item:hover .team-social-icon{
	opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
}

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

	.page-id-11974 .our-approch-image img{
		aspect-ratio: 1 / 0.48;
	}
	
	.page-id-11974 .vision-mission-image img{
		aspect-ratio: 1 / 1.05;
	}
	
	.page-id-11974 .demo-7-company-experience::before{
        height: 170px;
        width: 170px;
    }
	
	.page-id-11974 .experience-image img{
		aspect-ratio: 1 / 1.05;
	}	

	 .page-id-11974 .experience-image-box-2 img{
        aspect-ratio: 1 / 1.5;
    }
}

@media only screen and (max-width: 767px){
	
	.page-id-11974 .our-approch-image img{
		aspect-ratio: 1 / 0.52;
	}
	
	.page-id-11974 .vision-mission-image img{
		aspect-ratio: 1 / 0.95;
	}
	
	.page-id-11974 .vision-mission-content-box .elementor-icon-box-wrapper{
		align-items: center;
	}
	
	.page-id-11974 .benefit-icon-box .elementor-icon-box-wrapper{
		align-items: center;
	}
	
	.page-id-11974 .company-support-box::before{
		border-radius: 20px;
	}
	
	.page-id-11974 .experience-image img{
		aspect-ratio: 1 / 0.9;
	}
	
	.page-id-11974 .experience-image-box-2::before{
		border-radius: 20px;
	}

	.page-id-11974 .experience-image-box-2 img{
        aspect-ratio: 1 / 1.05;
    }
}

/* Contact Page CSS [Demo-7] */

.page-id-11974 .demo-7.page-contact-us:before{
    right: -20px;
	left: auto;
    top: 150px;
    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);
    }
}

.page-id-11974 .contact-info-image img{
	aspect-ratio: 1 / 0.65;
    object-fit: cover;
}

.page-id-11974 .contact-social-list ul li:last-child{
	margin: 0 !important;
}

.page-id-11974 .contact-social-list ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-id-11974 .demo-7.google-map:before{
    left: -20px;
    top: 80px;
    width: 250px;
    height: 250px;
    animation: stonerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
	.page-id-11974 .demo-7.page-contact-us:before{
		height: 170px;
        width: 170px;
	}
		
	.page-id-11974 .contact-info-image img{
		aspect-ratio: 1 / 0.47;
	}
	
	.page-id-11974 .demo-7.google-map:before{
		top: 0;
        height: 170px;
        width: 170px;
	}
}

@media only screen and (max-width: 767px){
	
	.page-id-11974 .contact-info-image img{
		aspect-ratio: 1 / 0.65;
	}
}

/* Services Page CSS [Demo-7] */

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

.page-id-11974 .service-list-item .elementskit-infobox .elementskit-info-box-icon{
	transition: all 0.5s ease-in-out;
}

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

.page-id-11974 .service-list-item .elementskit-infobox:hover .elementskit-info-box-icon:before{
	transform: scale(1);
}

.page-id-11974 .service-list-item .elementskit-infobox .btn-wraper{
	line-height: 0;
}

.page-id-11974 .service-list-item .elementskit-infobox .btn-wraper a{
	transition: all 0.4s ease-in-out;
}

.page-id-11974 .service-list-item .elementskit-infobox .btn-wraper a:hover{
	transform: rotate(45deg);
}

.page-id-11974 .faq-accordion .elementskit-card{
	position: relative;
	overflow: hidden;
	background-color: var(--e-global-color-black);
}

.page-id-11974 .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%;
}

.page-id-11974 .faq-accordion .elementskit-card .elementskit-btn-link{
	background-color: transparent !important;
}

.page-id-11974 .faq-accordion .elementskit-card .elementskit-card-body{
	position: relative;
}

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

/* Service Single CSS [Demo-7] */

.page-id-11974 .demo-7-service-single-page::before{
	left: auto;
    right: -20px;
    top: 10%;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
    animation: cuberotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

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

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

/* Project Single CSS [Demo-7] */

.page-id-11974 .demo-7-project-single-page::before{
	left: auto;
    right: -20px;
    top: 15%;
    width: 250px;
    height: 250px;
    animation: cuberotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

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

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

/* Team CSS [Demo-7] */

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

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

/* Team Single CSS [Demo-7] */

.page-id-11974 .demo-7-team-single-page::before{
    left: -60px;
    top: 20%;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
    animation: cuberotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

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

/* Testimonial CSS [Demo-7] */

.page-id-11974 .demo-7-client-author-image img{
	aspect-ratio: 1 / 1.09;
	object-fit: cover; 
}

.page-id-11974 .demo-7-testimonial-page::before{
    left: -20px;
    top: 20%;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
    animation: cuberotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

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

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

.page-id-11974 .demo-7-gallery-page::before{
    left: -20px;
    top: 35%;
    width: 250px;
    height: 250px;
    animation: circlerotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

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

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

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

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

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

.page-id-11974 .demo-7-page-faq::before{
	left: -60px;
	top: 20%;
	width: 250px;
	height: 250px;
	transform: translateY(-50%);
	animation: cuberotate 10s infinite linear;
	animation-direction: alternate;
	z-index: 0;
}

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

/* Pricing Page Css */

.page-id-11974 .demo-7-page-pricing::before{
    left: -60px;
    top: 50%;
    width: 250px;
    height: 250px;
    transform: translateY(-50%);
    animation: cuberotate 10s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@media only screen and (max-width: 991px){
	
    .page-id-11974 .demo-7-page-pricing::before{
        width: 170px;
        height: 170px;
    }
}
/*Web agency css end here*/
/*********************************************/
/***  Artistics - Design Agency ( demo-6 ) ***/
/*********************************************/

/*  Demo 6 Theme CSS  */

.page-id-11891 .page-header{
  	position: relative;
	background-attachment: fixed;
}

.page-id-11891 .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;
}

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

.page-id-11891 .page-header-box .breadcrumb-trail {
    line-height: 1.2em;
}

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

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

/* Project Archive ( demo-6 ) */

.page-id-11891 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__image{
	margin: 0;
}

.page-id-11891 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img,
.page-id-11891 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
	aspect-ratio: 1 / 0.992 !important;
}

.page-id-11891 .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;
}

.page-id-11891 .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;	
}

@media only screen and (max-width: 991px){
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__image{
		border-radius: 20px;
	}
	
	.page-id-11891 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img,
	.page-id-11891 .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){
	
	.page-id-11891 .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__content{
		padding: 15px;	
	}
	
	.page-id-11891 .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 */

.page-id-11891 .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);
	}
}

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

.page-id-11891 .footer-newsletter-form .form-group{
	align-items: center;
	gap: 0;
	justify-content: left;
}

.page-id-11891 .footer-newsletter-form .form-group .email-field{
    width: 77%;
}

.page-id-11891 .footer-newsletter-form .form-group>p{
    width: 23%;
}

.page-id-11891 .footer-newsletter-form button{
	padding: 19px 18px !important;
	border-radius: 100px !important;
}

.page-id-11891 .footer-newsletter-form .wpcf7-not-valid-tip,
.page-id-11891 .footer-newsletter-form .wpcf7-response-output{
	display: none;
}

.page-id-11891 .footer-social-list .elementor-widget-container ul li{
	position: relative;
}

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

.page-id-11891 .footer-social-list .elementor-widget-container ul li:last-child:before{
	display: none;
}

.page-id-11891 .footer-social-list .elementor-widget-container ul li:last-child{
	margin-right: 0;
}

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

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

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

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

.page-id-11891 .footer-privancy-menu ul li{
	position: relative;
}

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

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

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

.page-id-11891 .footer-privancy-menu .ekit-vertical-navbar-nav li:last-child:before{
	display: none;
}

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

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

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

/* Home CSS [Demo-6] */

.page-id-11891 .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;
}

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

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

.page-id-11891 .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;
}

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

.page-id-11891 .hero-circle .elementor-widget-container{
	animation: exploremorerotate 25s infinite linear;
}

.page-id-11891 .hero-circle .agency-icon{
	transform: translate(-50%, -50%);
}

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

.page-id-11891 .hero-img img:hover{
	filter: grayscale(100%);
}

.page-id-11891 .hero-tag{
	animation: herotagmove 3s infinite linear alternate;
}

.page-id-11891 .hero-tag .elementor-widget-container{
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.page-id-11891 .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;
}

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

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

.page-id-11891 .our-scrolling-ticker .ekit-content-items .ekit-marquee .ekit-marquee-item img{
	max-width: 140px;
}

.page-id-11891 .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);
	}
}

.page-id-11891 .authore-image .elementor-widget-container{
	z-index: 0;
}

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

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

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

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

.page-id-11891 .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;
}

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

.page-id-11891 .about-us-img img{
	aspect-ratio: 1 / 1.5;
    object-fit: cover;
}

.page-id-11891 .about-circle.hero-circle{
	transform: translateX(-50%);
}

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

.page-id-11891 .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;	
} 

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

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

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

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

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

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

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

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

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

.page-id-11891 .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;
}

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

.page-id-11891 .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;
}

.page-id-11891 .what-we-do-img-1 img{
	aspect-ratio: 1 / 0.58;
	object-fit: cover;
}

.page-id-11891 .what-we-do-img-2 img{
	aspect-ratio: 1 / 0.711;
	object-fit: cover;
}

.page-id-11891 .what-we-do-img-3 img{
	aspect-ratio: 1 / 0.997;
	object-fit: cover;
}

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

.page-id-11891 .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;
}

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

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

.page-id-11891 .why-choose-circle img {
    animation: infiniterotate 30s infinite linear;
}

.page-id-11891 .why-choose-image{
	 transform: translate(-50%, -50%);
}

.page-id-11891 .why-choose-image img {
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
}

.page-id-11891 .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;
}

.page-id-11891 .agency-icon .elementor-icon-wrapper{
	line-height: 0;
}

.page-id-11891 .fact-image img{
	aspect-ratio: 1 / 1.54;
	object-fit: cover;
}

.page-id-11891 .fact-circle-image {
	animation: exploremorerotate 25s infinite linear;
}

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

.page-id-11891 .facts-counter-icon .elementor-icon-wrapper{
	line-height: 0;
}

.page-id-11891 .facts-counter-icon svg path{
	fill: none;
}

.page-id-11891 .fact-counter .elementor-counter-number-wrapper{
	flex: 0;
	padding-right: 12px;
}

.page-id-11891 .fact-counter .elementor-counter{
	justify-content: start;
	align-items: center;
}

.page-id-11891 .fact-counter .elementor-counter-title{
	max-width: 65%;
}

.page-id-11891 .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;
}

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

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

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

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

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

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

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

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

.page-id-11891 .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;
}

.page-id-11891 .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;
}

.page-id-11891 .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;
}

.page-id-11891 .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;
}

.page-id-11891 .testimonial-item .elementskit-commentor-image{
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.page-id-11891 .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;
} 

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

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

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

.page-id-11891 .testimonial-item .elementskit-stars{
	line-height: 0;
}

.page-id-11891 .testimonial-item .elementskit-stars svg{
	height: 1em;
}

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

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

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

.page-id-11891 .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;
}

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

.page-id-11891 .faqs-image:hover .faqs-img img{
	transform: scale(1.1);
}

.page-id-11891 .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;
}

.page-id-11891 .faqs-content{
	right: 100px;
}

.page-id-11891 .faqs-content-btn .elementskit-box-header{
	line-height: 0;
}

.page-id-11891 .faqs-content-btn .elementskit-info-box-icon{
	position: relative;
	z-index: 1;
} 

.page-id-11891 .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;	
}

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

.page-id-11891 .faq-accordion .elementskit-card.active .elementskit-card-body{
	position: relative;
}

.page-id-11891 .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){
	
	.page-id-11891 .hero-img img{
		aspect-ratio: 1 / 0.9;
	}
	
	.page-id-11891 .demo-6-about-us::before{
		bottom: 20px;
        width: 170px;
        height: 170px;
	}
	
	.page-id-11891 .about-author-box .elementskit-box-header{
		width: 80px;
	}
	
	.page-id-11891 .demo-6-what-we-do::before{
   		top: 20px;
        width: 170px;
        height: 170px;
	}
	
	.page-id-11891 .demo-6-our-facts::before{
		top: 20px;
        width: 170px;
        height: 170px;
	}
	
	.page-id-11891 .fact-image img{
    	aspect-ratio: 1 / 1.04;
	}
	
	.page-id-11891 .demo-6-pricing-box .elementskit-single-pricing{
		gap: 20px;
	}
	
	.page-id-11891 .demo-6-our-testimonials::before{
    	top: 20px;
        width: 170px;
        height: 170px;
	}
	
	.page-id-11891 .testimonial-item .elementskit-icon-content{
		right: 20px;
	}
	
	.page-id-11891 .testimonial-item .elementskit-commentor-content{
		margin-bottom: 0;
	}
	
	.page-id-11891 .demo-6.our-faqs::before{
		bottom: 20px;
		width: 170px;
		height: 170px;
	}
	
	.page-id-11891 .faqs-content{
		right: 20px;
	}
	
	.page-id-11891 .faqs-img img{
		aspect-ratio: 1 / 0.6;
        object-position: top center;
	}
	
}

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

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

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

.page-id-11891 .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] */

.page-id-11891 .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;
}

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

.page-id-11891 h1.elementor-heading-title span{
    font-weight: 700;
}

.page-id-11891 .approach-goal-img img{
	aspect-ratio: 1 / 0.32;
    object-fit: cover;
}

.page-id-11891 .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;
}

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

.page-id-11891 .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;
}

.page-id-11891 .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;
}

.page-id-11891 .our-benefit-image-1 img{
	aspect-ratio: 1 / 1.07;
	object-fit: cover;
}

.page-id-11891 .our-benefit-image-2 img {
    aspect-ratio: 1 / 0.54;
	object-fit: cover;
}

.page-id-11891 .our-benefit-image-2 .elementor-widget-container::after{
	z-index: 0;
}

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

.page-id-11891 .company-experience .elementor-widget-container{
	position:relative;
	overflow: hidden;
	
	z-index: 1;
}

.page-id-11891 .company-experience{
	animation: experienceobject 3s infinite linear alternate;	
}

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

.page-id-11891 .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;
}

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

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

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

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

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

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

.page-id-11891 .team-item .team-social-icon ul li:first-child{
	margin: 0 !important;
}

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

.page-id-11891 .team-item:hover .team-social-icon{
	bottom: 20px;
	opacity: 1;
	visibility: visible;
}

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

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

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

.page-id-11891 .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;
}

.page-id-11891 .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;
}

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

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

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

	.page-id-11891 .agency-supports-slider-box .swiper-slide-inner img{
		height: 24px;
	}
	
}

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

.page-id-11891 .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){
	
    .page-id-11891 .demo-6-page-services::before{
        width: 170px;
        height: 170px;
    }
	
}

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

.page-id-11891 .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;
}

.page-id-11891 .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){
	
    .page-id-11891 .demo-6-service-single-page::after, 
	.page-id-11891 .demo-6-service-single-page::before{
        width: 170px;
        height: 170px;
        opacity: 20%;
    }
	
}

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

.page-id-11891 .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){
	
	.page-id-11891 .demo-6-our-projects::before{
        top: 20px;
        width: 170px;
        height: 170px;
    }
	
}

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

.page-id-11891 .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;
}

.page-id-11891 .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){
	
	.page-id-11891 .demo-6-project-single-page::before{
		width: 170px;
		height: 170px;
	}
	
	.page-id-11891 .demo-6-project-single-page::after{
		width: 170px;
        height: 170px;
        opacity: 20%;
	}
	
}

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

.page-id-11891 .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){
	
    .page-id-11891 .demo-6-page-team::before{
        width: 170px;
        height: 170px;
    }
	
}

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

.page-id-11891 .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){
	
    .page-id-11891 .demo-6-team-single-page::before{
        top: 20%;
        width: 170px;
        height: 170px;
    }
	
}

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

.page-id-11891 .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){
	
	.page-id-11891 .demo-6-pricing-plan::before{
		width: 170px;
		height: 170px;
	}
	
}

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

.page-id-11891 .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){
	
    .page-id-11891 .demo-6-testimonial-page::before{
        width: 150px;
        height: 150px;
    }
	
}

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

.page-id-11891 .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){
	
    .page-id-11891 .demo-6-gallery-page::before{
        width: 160px;
        height: 160px;
    }
	
}

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

.page-id-11891 .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){
	
    .page-id-11891 .demo-6-page-video-gallery::before{
		width: 160px;
        height: 160px;
        top: 100px;
    }
	
}

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

.page-id-11891 .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){
	
    .page-id-11891 .demo-6-page-faq::before{
        width: 180px;
        height: 180px;
    }
	
}

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

.page-id-11891 .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);
	}
}

.page-id-11891 .contact-box{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.page-id-11891 .contact-info-item .elementskit-infobox .elementskit-box-header{
	line-height: 0;
}

.page-id-11891 .contact-info-item .elementskit-infobox{
	position: relative;
}

.page-id-11891 .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%;
}

.page-id-11891 .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;
}

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

.page-id-11891 .contact-social-list ul li:first-child{
	margin-left: 0 !important;
}

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

.page-id-11891 .google-map .elementor-custom-embed iframe:hover{
	filter: grayscale(0%);
}

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


.page-id-11572 .elementor-11572 .elementor-element.elementor-element-cc5daa2 img {
    max-width: 80%;
}
.page-id-12138 .elementor-12138 .elementor-element.elementor-element-e85221b img {
    width: 80%;
    max-width: 80%;
}




