/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.gradiantTopbar *{
	 background: linear-gradient(90deg, #4fb3d9, #0077b5, #0077b5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
a{
	transition:0.3s ease-in-out all;
}
.titleInner{
background: linear-gradient(
  120deg,
  #005B8A 0%,
  #0077B5 50%,
  #4FB3D9 100%
);


    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;

}
.gradientBox {
    background-image: radial-gradient(900px 420px at 15% 10%, 
color-mix(in oklab, #0077b5 14%, transparent), transparent 60%), radial-gradient(800px 380px at 85% 30%, 
color-mix(in oklab, #4fb3d9 16%, transparent), transparent 65%), radial-gradient(700px 360px at 50% 95%, color-mix(in oklab, color-mix(in oklab, #0077b5 76%, #000000) 8%, transparent), transparent 70%);
	&:after{
		content:'';
		    background: linear-gradient(90deg, transparent, color-mix(rgb(0, 119, 181) 30%, transparent), transparent);
		    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
	}
} 