/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.10.0.1744894599
Updated: 2025-04-17 12:56:39

*/


.hover-icon {
    display: none;
}
.top_icon-box:hover .hover-icon{
	display:block;
}
.rotate-image img {
  animation: rotateImage 10s linear infinite;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.blue-text{
	color:#241f6f;
}

/* .animate_btn span.elementor-button-text {
    display: none;
}
.services_box:hover .animate_btn span.elementor-button-text {
    display: block;
} */

.animate_btn span.elementor-button-text {
	display:none;               
    transform: translateX(10px);
    transition: transform 10s ease;
}

.services_box:hover .animate_btn span.elementor-button-text {
	display:block;
    transform: translateX(0);
}

.animate_btn  span.elementor-button-icon {
    transform: rotate(313deg);
    font-size: 17px;
}
.services_box img {
    background: #241f6f;
    width: 80px !important;
    padding: 10px 15px;
    object-fit: contain;
    margin-top: -70px;
	border-radius:4px;
}

/* Responsive */
@media (max-width:1024px){
	.services_box img {
    width: 70x !important;
    padding: 8px 10px;
    margin-top: -60px;
}
}
@media (max-width:767px){
.services_box img {
    width: 60x !important;
    padding: 8px 10px;
    margin-top: -60px;
}	
}