.ekit-template-content-header  {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	background-color: #ffffff80;
	backdrop-filter: blur(5px);
	
	.ekit-sidebar-group .ekit-overlay, .ekit-sidebar-group .ekit-sidebar-widget {
	    height: 100vh !important;
	}
}

.action-bar-right {
	color:#fff;
}

.banner-box-content {
    position: absolute;
    top: 40%;
	z-index: 2;
}

#counter-section .elementor-counter {
		background-color: #fff;
    border: solid 1px #eee;
    min-height: 250px;
    align-content: center;
    display: grid;
    text-transform: uppercase;
	
	.elementor-counter-title {
		order:2;
	}
}

.tab-box-style .btn-wrap-box {
		position: absolute;
    bottom: 50px;
		z-index: 2;
		left:50px;
	   width: calc(100% - 100px);
    justify-content: space-between;
}

#sticky-image .design-image-style {
	
/* 	position: sticky;
    top: 120px; */


	.elementskit-box-style-content {
			font-size: 24px;
			font-weight: 600;
			text-transform: uppercase;
			color: #fff;
		margin-bottom:0;
	}


	.elementskit-info-box-title {
			font-size: 24px;
			color: #fff;
		margin-bottom:0;
	}
	
	.elementskit-box-body {
		position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
		align-content: end;
		z-index:2;
	}
	
	.elementskit-box-content {
		display: flex;
    align-items: center;
    justify-content: space-between;
		transform: rotate(90deg);
		width: 500px;
		position: absolute;
		left: -195px;
		top: 245px;
	}
	
	.elementskit-box-header {
		position:relative;
		z-index:1;
	}
	
	.elementskit-box-header img {
		width:100%;
		min-height: 535px;
		object-fit: cover;
	}
	
	.elementskit-box-header::before {
		content:"";
		position:absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #00000060;
		z-index:1;
	}

}

#sticky-image .tab-box-style {
	width:12.5%;
	transition:1s;
	overflow:hidden;
}


#sticky-image .tab-box-style.active {
	width:75%;
}


#sticky-image .btn-wrap-box {
	opacity:0;
	visibility:hidden;
	transition:opacity .5s;
}

#sticky-image .tab-box-style.active  {
	
	.btn-wrap-box {
		opacity:1;
		visibility:visible;
		transition:1s;
		transition-delay:1s;
	}
	
	.elementskit-box-content 		{
		left: 0;
		position: relative;
		transform: rotate(0deg);
		width: 100%;
		top: -75px;
		animation:blur_style 1s linear 1;
	}
	.elementskit-box-style-content {
		font-size:36px;
		margin-bottom:0;
	}
	
	.elementskit-info-box-title {
		font-size:36px;
		margin-bottom:0;
	}
}

#sticky-image .tab-box-style:not(.active) .elementskit-box-content {
	animation:blur_style_2 1s linear 1;
}


@keyframes blur_style {
	0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}


@keyframes blur_style_2 {
	0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}


#team-block .elementskit-single-testimonial-slider  {
	padding:0;
	
	.row {
	    flex-direction: row-reverse;
    justify-content: space-between;
    border: solid 1px #ddd;
		margin-inline: 0;
	}
	
	.row::before, .row::after {
		display:none;
	}
	
	.elementkit-testimonial-col:last-child {
		max-width:35%;
		padding:0;
	}
	
	.elementkit-testimonial-col:first-child {
		max-width: 45%;
		margin-inline: auto;
	}
	
	.elementkit-testimonial-col:last-child img {
		display:block;
	}
	
	.elementskit-commentor-content {
		display: flex;
    flex-direction: column-reverse;
		padding-left:40px;
		padding-right: 0;
	}
	
	.elementskit-commentor-content p {
		    max-width: 90%;
    		font-size: 14px;
	}
	
	.elementskit-profile-image-card:hover::before {
		display:none;
	}
	
}

#team-block	.swiper-navigation-button {
		bottom: 0;
    background-color: #111;
    position: absolute;
    top: initial;
    color: #fff;
    font-size: 20px;
	}

#team-block	 .swiper-button-prev  {
	left:initial;
	right:50px;
}
	




.footer-container .swiper-slide-image {
	width:95%;
}

.elementskit-btn   {
	text-transform:uppercase;
}

.marq-text {
	font-size:160px;
	text-transform:uppercase;
	color:#111;
	
	& marquee {
		display:block;
		position:relative;
	}
	
	& marquee span  {
		width: 25px;
		display: inline-block;
		height: 25px;
		background-color: #7b2775;
		margin-right: 150px;
		position: relative;
		top: -50px;
	}
}

#blog-listing .elementskit-post-image-card {
	display:grid;
	grid-template-columns:35% 65%;
	border-radius:0;
	box-shadow:none;
	margin-bottom:100px;
	
	.elementskit-entry-thumb {
		padding:0;
		border-radius:0;
	}
	
	.elementskit-entry-thumb img {
		display:block;
		object-fit:cover;
		width:100%;
		height:320px;
	}
}

.action-bar-right span {
	display: inline-flex;
	column-gap: 7px;
	margin-right: 10px;
}

.action-bar-right span img {
	object-fit:contain;
}

.header-underline .elementor-heading-title {
	border-bottom: solid 3px;
    width: fit-content;
margin-inline: auto; 	
}

.banner-btn .elementor-button {
		min-width: 168px;
    min-height: 50px;
    align-content: center;
    margin-top: 30px;
}

.hero-banner {
	max-height:800px;
	overflow:hidden;
}

.ml-auto {
	margin-left:auto;
}

#sticky-image .btn-style-1 .elementskit-btn {
	   background-color: #0000004f;
    min-height: 68px;
    backdrop-filter: blur(5px);
	transition:.5s;
}

#sticky-image .btn-style-1 .elementskit-btn:hover {
	background-color:#7b277587;
}


.timeline-box {
	width: 100%;
	max-width: 870px;
	margin-inline: auto;
}

.cta-block > .elementor-element.elementor-widget-image {
	  padding: 20px;
    border: solid 1px #ddd;
	
	& img {
		height: 100%;
    object-fit: cover;
	}
}

.cta-block > .elementor-element.cta-inner-right {
	border: solid 1px #ddd;
	border-left:0;
	padding:0;
}

.cta-block > .elementor-element.cta-inner-right .elementor-widget-heading {
  border-bottom: solid #ddd 1px;
	padding: 30px 50px 40px;
}

.cta-block > .elementor-element.cta-inner-right .elementor-widget-heading.not-interested {
	border:none;
	padding-bottom:20px;
}

#cta-block.cta-block .cta-para {
    padding: 30px 50px 0;
		max-width: 385px; 
}

#cta-block.cta-block .contact-form {
    padding: 30px 50px 0;
		max-width: 100%; 
}


#cta-block .btn-style-2 {
	  position: absolute;
    right: 20px;
    bottom: 20px;
}


.contact-form .wpcf7-form {
	display:flex;
	flex-wrap:wrap;
	row-gap:15px;
	column-gap:15px;
	
	.col {
		max-width: calc(50% - 7.5px);
	}
	
	.col.text-area {
		width:100%;
		max-width:100%;
	}
	
	.col input, .col textarea {
		  border: solid 1px #ddd;
    	border-radius: 0;
	}
}



#footer-top {

	.menu {
		list-style:none;
		padding-inline:1rem;
	}
	
	.menu li {
		margin-block:1rem;
		padding-bottom:1rem;
	}
		
	.menu a {
		color:#fff;
	}

	& a {
		color:#fff;
	}
	
}

#footer-top .menu-border {
	border:solid 1px #ddd;
	border-left: none;
}

#footer-top .footer-address {
	padding: 25px 2rem 0;
}


#blog-listing .post-cat  {
		font-size: 14px;
    text-transform: uppercase;
    background-color: #111;
    color: #fff;
    min-height: 32px;
    padding-inline: 20px;
    align-content: center;
	
}

#blog-listing  .post-meta-list {
	  display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
	
	.meta-date {
		margin-right:0;
	}
}

#blog-listing .elementskit-post-body {
	padding:20px;
	
	& p {
		max-width: 330px;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
	}
}

#blog-listing .elementskit-post-body  .btn-wraper {
	  position: absolute;
    right: 2rem;
    bottom: 2rem;
}

#blog-listing .elementskit-post-body .entry-title {
    max-width: 65%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.no-mb-p p {
	margin-bottom:0 !important;
}

#faqs.elementor-widget-n-accordion .e-n-accordion-item {
		border-bottom: solid 1px #ddd;
		min-height:75px;
    width: 100%;
	
	.elementor-widget-container p {
		font-size:14px;
	}
}

#faqs {
	width:100%;
}

.img-w-100 img {
	width:100%;
}

#media-section .image-media img {
	display:none;
}

#media-section .elementor-heading-title {
	color:#fff;
	font-weight:500;
}

#media-section h5.elementor-heading-title {
	font-size:14px;
}

.col-media {
	border-left:solid 1px #ddd;
	opacity:.5;
	transition:.5s;
}

.col-media.active {
	opacity:1;
}

.col-media:last-child {
	border-right:solid 1px #ddd;
}

.media-section {
	position:relative;
	
	&::before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background-color: #00000066;
	}
}

.col-media .elementor-heading-title a::before {
	content:"";
	position: absolute;
	width: 100%;
	top: -47.30vh;
	left: 0;
	height: 100vh;
}

.app-count .elementor-widget-container > span {
		font-size: 22px;
    color: #fff;
    background-color: #7b2775;
    width: 43px;
    height: 43px;
    display: block;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 88px;
}

.timeline-box > .elementor-element {
	display:block;
	align-content:center;
}

.timeline-box h2.elementor-heading-title {
	margin-bottom:1.5rem;
}

.timeline-box p {
	margin:0;
}

.custom-progress {
	  position: absolute;
    z-index: -1;
    top: 100px;
    left: calc(50% - 48px);
    width: 3px;
    height: 0%;
		background-color: #7b2775;
	  transition: .5s;
}
	
.timeline-custom {
	position:relative;
	z-index:1;
	
	&::before {
		content:"";
		height: 100%;
		width: 3px;
		position: absolute;
		background-color: #F9ECF8;
		left: calc(50% - 48px);
		border: none;
		z-index: -2;
		top:0;
	}
	
	&::after {
		content: "";
		position: absolute;
		bottom: 0;
		background-color: #ffffff;
		width: 100%;
		height: 170px;
		z-index: -1;
		left:0;
	}
}



.timeline-box:first-child {
	position:relative;
	z-index:1;
	
	&::before {
		content:"";
		position: absolute;
		top: -50px;
		background-color: #fff;
		height: 170px;
		z-index: 0;
	}
	
}

.btn-style-2 a {
	min-height:50px;
	
	& svg {
		  font-size: 18px !important;
			transform: rotate(45deg) !important;
			margin-left: 15px !important;
		transition:.25s;
	}
	
	&:hover svg {
		transform: rotate(90deg) !important;
	}
}

.top-title .elementor-heading-title {
	position:relative;
	padding-left:10px;

	&::before {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		left: -5px;
		background: #7b2775;
		top: calc(50% - 4px);
	}
}

.inner-banner .top-title .elementor-heading-title::before {
	background:#fff;
}

a {
	color:#7b2775;
}

.footer-top .menu  a {
	transition:.5s;
	position:relative;
}

.contact-form .col.submit-btn {
    position: relative;
    text-align: right;
    width: 100%;
    max-width: 100%;
		margin-bottom: 25px;	
}

.contact-form .btn-style-3 {
		text-transform: uppercase;
    background-color: #7b2775;
    min-width: 150px;
    min-height: 50px;
		color:#fff;
}

.contact-form  .wpcf7-spinner {
	display:none;
}


#footer-top.footer-top .menu  a:hover {
	text-decoration:underline;
	text-decoration: underline;
	text-underline-offset: 4px;
	color: #7A2776;
}

.contact-socials {
    position: absolute;
    left: 50px;
	bottom: 30px;
}



#team-block.finance-block .elementskit-single-testimonial-slider {
    .elementskit-commentor-content p {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 1rem;
    }
	
	  .elementkit-testimonial-col:first-child {
        max-width: 100%;
        margin-inline: auto;
				width: 100%;
	}
	
	.elementskit-commentor-content {
		padding-left:0;
	}
	
		.elementskit-commentor-content {
		display:grid;
	}
	
	.elementskit-profile-info {
		order:-1;
	}
	
}

.process-block {
	
	border: solid 1px #ddd;

.count-box {
	  border-right: solid 1px #ddd;
	min-height:250px;
	padding:25px;
	}
	
	.count-box:last-child {
		border-right:none;
	}
	
	.elementor-counter-title {
		font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-block: 1rem;
		display:block;
	}
	
}

.contact-box p strong {
	text-transform:uppercase;
}

.timeline-custom.our-work  .timeline-box:first-child::before {
	
		height: 275px;

}

.timeline-custom.our-work::after { 
	height:300px;	
}

.btn-style-1 a svg {
	font-size: 18px !important;
	transform: rotate(45deg) !important;
	margin-left: 15px !important;
	transition: .25s;
}

.btn-style-1 a:hover svg {
		transform: rotate(90deg) !important;
}

.elementskit-post-body  .elementskit-btn svg {
	font-size: 18px !important;
	transform: rotate(45deg) !important;
	margin-left: 15px !important;
	transition: .25s;
}

.elementskit-post-body  .elementskit-btn:hover svg {
		transform: rotate(90deg) !important;
}

.timeline-custom.our-work .timeline-box .app-count .elementor-widget-container > span  {
	top:195px;
}
    


.timeline-custom.our-work .timeline-box.work-box-rev .app-count .elementor-widget-container > span  {
	left: -88px;
	z-index: 1;
}

.portfolio-wraper > .col-md-12 {
	margin-bottom:40px;
}
    
#Stick-box .stick-image-box  .elementor-image-box-img {
	
	width: 100%;
  height: 575px;
	position:relative;
	z-index:1;
	transition:.5s;
	
	& img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	&::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: .3;
	}
}

#Stick-box .elementor-image-box-wrapper {
	display:flex;
	align-items:center;
	overflow:hidden;
}

#Stick-box .stick-image-box {
	position:sticky;
	top:200px;
}

#Stick-box .stick-image-box  .elementor-image-box-content {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 50px;
	z-index:1;
	
	.elementor-image-box-description {
	  font-size: 36px;
    color: #fff;
    line-height: 1.2;
    max-width: 50%;
    text-align: right;
	}
	
	.elementor-image-box-title {
		color: #fff;
    font-size: 30px;
    font-weight: 500;
	}
	
}

.timeline-custom  {
	overflow:hidden;
}

.blog-list {

	#blog-listing .elementskit-post-body {
		height: 380px;
		background-color: #fff;
        position: relative;
    }
    
    #blog-listing .elementskit-post-body .btn-wraper {
    	right: initial;
    	bottom: 2rem;
    	left: 20px;
    }
    
    #blog-listing .elementskit-post-image-card .elementskit-entry-thumb img {
    height: 380px;
    }
    
    #blog-listing .elementskit-post-body p {
    margin-bottom: 80px;
    }
    
     #blog-listing .elementskit-post-body .post-cat a {
        color: #fff;
        text-decoration: none;
         
     }
     
     #blog-listing  .elementskit-btn {
     
        background-color: #7A2776;
        color: #FFFFFF;
        fill: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        min-height: 50px;
        display: flex;
        text-decoration: none;
        min-width: 200px;
        flex-wrap: wrap;
        padding: 10px 20px 10px 30px;
        align-items: center;
         
     }
     
     #blog-listing .elementskit-post-body .elementskit-btn svg {
         max-width: 18px;
     }
     
     #blog-listing .entry-title  a{
         font-size: 24px;
        color: #111;
        margin-top: .5rem;
        display: block;
        line-height: 1.4;
     }
    
}

