/**
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
*/

.elementor-button .elementor-button-icon .e-fas-arrow-right{
	font-size: 80%;
}
.elementor-button:hover .elementor-button-icon .e-fas-arrow-right{
	fill: currentColor;
}
.case-study-item .case-study-title{
	transition: all 0.6s;
	transform: translateY(0px);
}
.case-study-item:hover .case-study-title{
  	transform: translateY(-10px);
}
.testimonial-style-1 .swiper{
	width: 100% !important;
	padding-bottom: 120px;
}
.testimonial-style-1 .swiper-slide{
	position: relative;
	opacity: 0.7;
	transition: all 0.5s;
}
.testimonial-style-1 .swiper-slide.swiper-slide-next{
	opacity: 1;
}
.testimonial-style-1 .swiper-slide::before{
	content: "";
	width: 40px;
	height: 30px;
	display: block;
	margin-bottom: 20px;
	background-image: url("/wp-content/uploads/2025/01/Vector-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.testimonial-style-1 .elementor-swiper-button{
	top: unset !important;
	bottom: 0;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #189bd7;
	background-color: #189bd7;
	transition: all 0.5s;
}
.testimonial-style-1 .elementor-swiper-button:hover{
	border-color: #fff;
	background-color: transparent;
}
.testimonial-style-1 .elementor-swiper-button.elementor-swiper-button-prev{
	left: calc(50% - 60px);
}
.testimonial-style-1 .elementor-swiper-button.elementor-swiper-button-next{
	right: calc(50% - 60px);
}
.event-item .event-thumbnail, .blog-item .blog-thumbnail{
	transition: all 0.8s;
	transform: scale(1);
}
.event-item:hover .event-thumbnail, .blog-item:hover .blog-thumbnail{
	transform: scale(1.12);
}
.blog-item .read-more-link .elementor-button-icon svg{
	margin-top: 2px;
}
.play-icon-effect .elementor-widget-container{
	position: relative;
}
.play-icon-effect .elementor-widget-container::before {
	content: "";
	border: 2px solid #FFFFFF57;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%)translateY(-50%);
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-animation: zoomBig 3.25s linear infinite;
	animation: zoomBig 3.25s linear infinite;
	animation-delay: 0s;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}
.play-icon-effect .elementor-widget-container::after {
	content: "";
	border: 2px solid #FFFFFF57;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%)translateY(-50%);
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-webkit-animation: zoomBig 3.25s linear infinite;
	animation: zoomBig 3.25s linear infinite;
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
@keyframes zoomBig {
	0% {
		transform: translate(-50%, -50%)scale(.5);
		opacity: 1;
		border-width: 3px
	}
	40% {
		opacity: .5;
		border-width: 2px
	}
	65% {
		border-width: 1px
	}
	100% {
		transform: translate(-50%, -50%)scale(1);
		opacity: 0;
		border-width: 1px
	}
}
.team-member-style-1 .elementor-widget-container{
	overflow: hidden;
}
.team-member-style-1 .uael-team-member-image{
	background-color: #189bd71a;
}
.logo-hover-effect a{
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.logo-hover-effect img{
	transition: all .3s;
}
.logo-hover-effect img.hovers-logo{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}
.logo-hover-effect img.main-logo{
	filter: brightness( 200% ) contrast( 0% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.logo-hover-effect:hover img.hovers-logo{
	display: block;
	opacity: 3;
	visibility: visible;
	transform: translateY(0%);
	filter: grayscale(0%);
}
.logo-hover-effect:hover img.main-logo{
	display: block;
	visibility: hidden;
	transform: translateY(100%);
}
.testimonial-style-2 .swiper{
    width: 100% !important;
    padding-bottom: 120px;
}
.testimonial-style-2 .swiper-slide{
    position: relative;
    transition: all 0.5s;
}
.testimonial-style-2 .swiper-slide::before{
    content: "";
    width: 40px;
    height: 30px;
    display: block;
    margin-bottom: 20px;
    background-image: url("/wp-content/uploads/2025/01/Vector-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-style-2 .elementor-swiper-button{
    top: unset !important;
    bottom: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #1b365d;
    background-color: #1b365d;
    transition: all 0.5s;
}
.testimonial-style-2 .elementor-swiper-button:hover{
    border-color: #1b365d;
    background-color: transparent;
}
.testimonial-style-2 .elementor-swiper-button:hover svg{
	fill: #1b365d !important;
}
.testimonial-style-2 .elementor-swiper-button.elementor-swiper-button-prev{
    left: calc(50% - 60px);
}
.testimonial-style-2 .elementor-swiper-button.elementor-swiper-button-next{
    right: calc(50% - 60px);
}
.elementor-widget-wp-widget-categories h5{
	display: none !important;
}
.elementor-widget-wp-widget-categories ul{
	padding: 0;
	margin: 0;
}
.elementor-widget-wp-widget-categories ul li{
	list-style: none;
	margin-bottom: 10px;
}
.elementor-widget-wp-widget-categories ul li a{
	color: #221e20;
	display: block;
	width: 100%;
	padding: 10px 10px 10px 15px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid transparent;
	transition: all 0.5s;
}
.elementor-widget-wp-widget-categories ul li a:hover{
	border-color: rgba(24, 155, 215, 0.25);
}
.elementor-widget-wp-widget-categories ul li a::after{
	content: "";
	background-image: url("/wp-content/uploads/2025/01/right-arrow-1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	right: 14px;
	top: 16px;
	transition: all 0.5s;
}
.elementor-widget-wp-widget-categories ul li a:hover::after{
	right: 16px;
}
.ast-page-builder-template .comments-area {
	padding-left:0;
	padding-right:0
}
.elementor-widget-theme-post-content blockquote {
	margin-left:0;
	border-left:2px solid #189bd7;
	padding-left:25px
}
.elementor-widget-theme-post-content blockquote p:last-child {
	margin-bottom:0
}
.content-area .elementor-widget-theme-post-content h2,
.content-area .elementor-widget-theme-post-content h3,
.content-area .elementor-widget-theme-post-content h4,
.content-area .elementor-widget-theme-post-content h5 {
	margin-bottom:15px;
	margin-top:20px
}
.elementor-widget-theme-post-content h2 {
	font-size:32px
}
.elementor-widget-theme-post-content h3 {
	font-size:24px
}
.elementor-widget-theme-post-content h4 {
	font-size:20px
}
.elementor-widget-theme-post-content h5 {
	font-size:18px
}
.elementor-widget-theme-post-content img {
	border-radius:30px
}
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
	margin-left:15px
}
.comment-reply-title{
	font-size: 30px;
}
.contact-form-style-1 .elementor-field-textual.elementor-size-md{
	min-height: 55px;
	padding: 14px 20px;
	border-radius: 10px;
}
.program-item .premium-ihover-link{
	position: relative;
	text-indent: -100px;
	overflow: hidden;
	transition: all 0.5s;
	transform: translateY(30px);
	opacity: 0;
}
.program-item:hover .premium-ihover-link{
	transform: translateY(0px);
	opacity: 1;
}
.program-item .premium-ihover-link:hover{
	border-color: #189bd7 !important;
}
.program-item .premium-ihover-link::after{
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("/wp-content/uploads/2025/01/top-right-w.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 13px;
	top: 13px;
	right: 0;
	bottom: 0;
	display: flex;
}
.blog-button{
  padding: 16px 40px;
  background-color: #189bd7;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
}
.gallery-icon{
	border:0px !important;
}
.ast-menu-toggle{
	border-style: none;
}
.ast-menu-toggle:focus {
	outline: none;
}
.ast-header-break-point .ast-icon.icon-arrow svg{
	color: #fff;
}
.post-meta-custom .elementor-icon-list-item .elementor-icon-list-text > a{
	display: inline;
}
.copyright p, .copyright a{
	color: #fff;
	margin-bottom: 0;
	font-size: 16px;
}
.copyright a{
	text-decoration: underline;
}
.copyright a:hover{
	text-decoration: none;
}