/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
a:focus, a:focus-visible {
    outline: none;
}
.ue-marquee-tag a {
    pointer-events: none;
}
.ast-primary-header-bar .ast-custom-button-link .ast-custom-button{
	background-image: linear-gradient(90deg, #9f20ef 0%, #ff4a4a 100%);
}
.elementor.elementor-location-header.sticky {
	position: sticky;
	top:0;
	width: 100%;
	z-index: 999;
	background: #00000091;
    backdrop-filter: blur(10px);
}
.elementor.elementor-location-header  .e-con-inner { transition: all 0.3s; }
.elementor.elementor-location-header.sticky  .e-con-inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
.gradient-txt-sec {
   background-image: linear-gradient(90deg, #9f20ef 0%, #ff4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flip-txt-sec .elementor-headline-text-inactive{
	background-image: linear-gradient(90deg, #9f20ef 0%, #ff4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flip-txt-sec .elementor-headline-text-active{
	background-image: linear-gradient(90deg, #9f20ef 0%, #ff4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-btn-sec .elementor-button-link{
	background-image: linear-gradient(90deg, #9f20ef 0%, #ff4a4a 100%);
    background-color: transparent;
}

.gradient-btn-sec .elementor-button-link:hover{
	animation-delay: 800ms;
	transform: translateY(-5px);
}


.circle-sec-h{
	border-radius: 50%;
    width: 800px;
	height: 300px;
}

.solutions-sec-h .ue-btn-inner-wrapper{
	background-image: linear-gradient(90deg, #9f20ef 0%, #ff4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solutions-sec-h .uc_more_btn{
	background-color: #ffffff00!important;
}

.solutions-sec-h .uc_dark_carousel_placeholder img{
	border-radius:15px;
}

.solutions-sec-h .owl-nav button{
	background-image: linear-gradient(90deg, #9f20ef 0%, #ff4a4a 100%)!important;
    background-color: transparent!important;
	color:#fff!important;
}

.solutions-sec-h .uc_dark_carousel_placeholder:hover{
/* 	 background: conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700); */
/*   filter: blur(10px); */
}

.circle-btn-gradient-h .elementor-icon{
	background-image: linear-gradient(90deg, #9f20ef 0%, #ff4a4a 100%);
    background-color: transparent;
}

.competency-sec-h:hover img{
	transform: scale(1.1);
}
.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  background-color: var(--clr);
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: .75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color .3s;
text-transform: capitalize;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #000;
}

.button:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform .3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform .3s ease-in-out .1s;
  transform: translate(0);
}
 .marquee {
  display: flex;
  overflow: hidden;
  height: 10vh;
  user-select: none;
  padding-top: 3rem;
  padding-bottom: 2rem;
   /*transform: skewY(-3deg); */
   /*transform: rotate(-5deg) translateY(-30px) translateX(50px);*/
}
#testimonail-sec-1 .swiper-slide.swiper-slide-active {
    transform: scale(0.9) !important;
    z-index: -1 !important;
    right: -1% !important;
    box-shadow: 5px 5px 20px -5px #00000047;
	opacity: 0.3;
}
#testimonail-sec-1.elementor-widget-reviews .swiper-slide {
    transform: scale(1.1) !important;
    right: 0% !important;
    z-index: 1 !important;
    transition: all 0.5s linear;
}
#testimonail-sec-1 .swiper-slide-duplicate-prev{
	transform: scale(0.9) !important;
    z-index: -1 !important;
    left: -1% !important;
    box-shadow: 5px 5px 20px -5px #00000047;
	opacity: 0.3;
}

/* .sec-box{
	background: linear-gradient(14deg,#9f20ef,#000000,#9f20ef);
  background-size: 180% 180%;
  animation: gradient-animation 15s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */


/*.marquee:hover {*/
/*  -webkit-text-stroke: 1.5px #fff;*/
/*	text-stroke: 1.5px #fff;*/
/*	-webkit-text-fill-color: transparent;*/
/*	text-fill-color: transparent;*/
/*	color: transparent;*/
/*	transition: all 0.5s ease;*/
/*	-webkit-font-smoothing: antialiased;*/
/*	-moz-osx-font-smoothing: grayscale;*/

/*}*/

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 15s linear infinite reverse;
}

.marquee__group span {
  color: white;
  font-size: 4.5vw!important;
  font-weight: 200;
  white-space: nowrap;
  
  /*text-transform: uppercase;*/
  padding-top: 10px;
    padding-bottom: 30px;
/*     background-image: linear-gradient(90deg, #9f20ef 0%, #ff4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  
}
.marquee__group .clip-1 {
  color: transparent;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}

@media only screen and (min-width: 360px) {
    .marquee__group span {
        font-size: 6.5vw;
    }
}

/* .new-liner h2{
	overflow: hidden;
    white-space: nowrap;
} */
.new-liner .clip-1{
	color: transparent;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
	font-family: 'Josefin Sans';
}
.elementor-1694 .elementor-element.elementor-element-1aea9ab .elementor-swiper-button {
    background: #383737c7;
    padding: 7px;
	border-radius: 50%;
}
.review-section .elementor-testimonial {
	display: flex;
	flex-direction: column-reverse;
}
.elementor-1694 .elementor-element.elementor-element-f89e461 .elementor-testimonial__content{
	padding-top: 60px !important;
	padding-bottom: 40px !important;
}
.review-section .swiper .elementor-swiper-button{
	
		background: #8e8e8e3b;
 		padding: 10px;
	border-radius: 50%;
}
/* .review-section .swiper .elementor-swiper-button-prev{
		left: 85% !important
} */
.elementor-1694 .elementor-element.elementor-element-238db27::before{
	background-image: linear-gradient(268deg, #00000000 85%, #000000 100%);
    z-index: 3;
}
/* .elementor-1694 .elementor-element.elementor-element-1aea9ab .elementor-main-swiper .swiper-slide{
	margin-right: 13px !important;
} */

div.elementor-widget-reviews .elementor-main-swiper, div.elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 100%;
}
div.elementor-element .swiper .elementor-swiper-button-prev { left: -40px; }
div.elementor-element .swiper .elementor-swiper-button-next { right: -40px; }

#photo_gallery.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	background: #fff0;
    border-radius: 10px;
    padding: 16px 30px;
    height: 55px;
	border: 1px solid #9f20ef;
	margin: 8px 15px;
	white-space: nowrap;
}

#photo_gallery.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	background: var(--e-global-color-primary);
}
#more__events .gallery .gallery-item { height: 230px;	}
#more__events .gallery .gallery-item * { height: 100%;	}
#more__events .gallery .gallery-item img { object-fit: cover;	}

input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus,
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #fff;
}
form .wpforms-container input, form .wpforms-container textarea { color: #fff; }

.counter_nums { transition: all 0.3s !important; }
.counter_nums:hover { transform: scale(1.05); }

.elementor-slideshow__footer { opacity: 0; }
.wpforms-confirmation-container {
    color: #fff;
    background: #7418ae;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
}   

@media screen and (max-width: 991px) {
	h2.elementor-heading-title br { display: none; }
	#services_wrapper .elementor-element.e-con.e-child .e-con.e-child, #services_wrapper .elementor-element.e-con.e-child .e-con.e-child .e-con.e-child {height: 100%; }
}
@media screen and (max-width: 767px) { 
	#testimonail-sec-1 .swiper-slide.swiper-slide-active {
		opacity: 1; 
		transform: scale(1) !important;
		z-index: 1 !important;
		right: 0% !important;
		padding-bottom: 20px;
	}
	.elementor-1694 .elementor-element.elementor-element-f89e461 .elementor-testimonial__content{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	#photo_gallery.elementor-widget-tabs .elementor-tab-mobile-title {  display: none;   }
	#photo_gallery .elementor-tabs .elementor-tabs-wrapper {  display: flex; justify-content: center;   }
	#With_filter .elementor-gallery__titles-container { 
		flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;
	}
	.compres-img a.elementor-item.elementor-gallery-title { white-space: nowrap; }
	#more__events .gallery .gallery-item { width: 50%; height: 110px;	}
	#more__events .gallery .gallery-item * { height: 100%;	}
	#more__events .gallery .gallery-item img { object-fit: cover;	}
}