/*
Theme Name: Antriksh Global Theme
Theme URI: 
Author: Antriksh Global
Author URI: 
Description: This is custom theme for Antriksh!
Version: 1.0.0
License: 
License URI: 
Text Domain: theme
Tags: custom-background
*/


/* span green color text - CSS Start */

.green-font{
	color: var(--e-global-color-9e93ff0 ) !important;
}

/* span green color text - CSS End */

/* Image Box - Center align the image and heading with specific class - Imageb */
.imageb .elementor-image-box-content {
  text-align: center;
}

/* Image Box - Left align the description with specific class - Imageb */
.imageb .elementor-image-box-description {
  text-align: left;
}

/* Image Box - Adjusting the gap between the image and content with specific class - Imageb */
.imageb .elementor-image-box-content {
  margin-top: -20px;
}


/* Speaker box info  CSS Start */

.infoab.elementor-element .eael-infobox .infobox-content .title, 
.infoab.elementor-element .eael-infobox .infobox-content p {
    text-align: left !important;
}
/* Speaker box info  CSS End */

/* Counter text left align  CSS Start */

.elementor-counter .elementor-counter-number-wrapper,
.elementor-counter .elementor-counter-title {
    text-align: left !important;
}

/* Counter text left align  CSS End */

/* Gradient text */

 .gradient-text {
    background: linear-gradient(104deg, #ffffff, #00B2A8);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
