/*
 * Theme Name: DevsAir
 * Author: DevsAir
 * Author URI: https://devsair.com/
 * Theme URI: https://devsair.com/
 * Description: DevsAir is a modern AI, technology, and software development WordPress theme designed for startups, IT agencies, and digital businesses. It provides flexible layouts, Elementor compatibility, and powerful customization options to build professional websites quickly.
 * Version: 1.0
 * License: This theme or plugin is comprised of two parts. (1) The PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, including CSS, images, and design elements, are licensed according to the license terms provided with the theme.
 * License URI: license.txt
 * Tags: technology, software, startup, agency, elementor, custom-background, custom-logo, featured-images, responsive, translation-ready
 * Text Domain: devsair
 * Tested up to: 6.4
 * Requires PHP: 7.0
 */


.wp-caption {

	margin-bottom: 2px;

}



.wp-caption-text {

	margin-bottom: 5px;

}



.screen-reader-text {

	margin-bottom: 12px;

}



.gallery-caption {

	margin-bottom: 2px;

}



.bypostauthor {

	margin-bottom: 2px;

}



.alignleft {

	float: left;

	margin-bottom: 20px;

	margin-right: 20px;

	max-width: 100%;

}



.alignright {

	float: right !important;

	margin-bottom: 20px;

	margin-left: 20px;

	max-width: 100%;

}



.aligncenter {

	display: block;

	margin: 0 auto 20px;

}



.col-md-4 .funfact-meta > i {

	right: 27px;

}



.mycustom-pricing {

	background-color: #090909 !important;

}



.on-hover {

	display: none;

	animation: fadeOut 0.5s;

}



.hver:hover .on-hover {

	display: block;

	animation: fadeIn 0.5s;

}



